/*
 
 Developed by Phoenix
 at 13:47:52 30.08.2016
 All your questions send to the e-mail:a.krashenko999@gmail.com
 
*/
/* 
    Created on : 30.08.2016, 13:47:52
    Author     : Phoenix
*/

@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900';

body{

 font-family: Roboto, Sans-Serif;
 min-height: 350px;
 background: #fafafa;
 
}
#edit-title {
    padding: 5px;
    margin-left: 20px;
    width: 73%;
    font-family: sans-serif;
    font-size: 100%;
    color: #bfbfbf;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}
input{
    border-radius: 5px;
    border:1px solid #bfbfbf;
}
#s2id_cat{
    height: 33px;
    padding: 0px;
}
#s2id_cat .select2-choice{
    height: 100%;
}
.customer .form-group {
    margin-bottom: 15px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.select2-container .select2-choice > .select2-chosen {
     padding: 3px;
}
#new-post{
    min-height: 240px;
    color: #bfbfbf;
}
.customer .form-group label{
    
    font:500 18px "Roboto";
    
}
.customer .select2-choices{
    border-radius: 5px;
}
.skrepka {
      overflow:hidden;
      width:50px;
      height:40px;
      cursor:pointer;
      background:url('../images/img/skrepka.png') no-repeat;
      float: left;
}
.skr {
      opacity:0;
      filter:alpha(opacity:0);
      font-size:199px;
      cursor:pointer;
      padding:0px;
      margin:0px;
      border:none;
      margin-left:-450px;
}
.file-input label{
    padding-top:10px;
    float: left;
}
.time-op{
    display: block;
    position: relative;
    float: left;
    padding: 20px;
    border:2px solid #91b637;
    color:#afd53e;
    border-radius: 5px;
    font:500 18px "Roboto";
    text-align: center;
}
.time-op .gr{
    color: #a4a4a4;
    font-size: 14px;
}
.time-sd{
    display: block;
    position: relative;
    float: left;
    padding: 20px;
    border:2px solid #dfeeb2;
    color:#dfeeb2;
    border-radius: 5px;
    font:500 18px "Roboto";
    text-align: center;
}
.time-sd .gr{
    color: #a4a4a4;
    font-size: 14px;
}
.dev{
    color:#212121;
    font:500 14px "Roboto";
    text-align: center;
    margin-top: 10px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.payment label{
    width: 100%;
    float: left;
}
.payment input{
    float: left;
}
.payment .pay-desc{
    color: #212121;
    font:500 12px "Roboto";
    display: block;
    position: relative;
    float: left;
    padding-top: 5px;
    padding-left: 20px;
}
.btn-public{
    display: block;
    position:relative;
    float: left;
    width: 140px;
    border:1px solid #729e30;
    text-align: center;
    background: transparent;
    color:#212121;
    font:500 14px "Roboto";
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.project-row{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    border:1px solid #d6e8ce;
    margin:15px;
    padding: 20px;
    border-radius: 5px;
    
}
.project-row .row{
    margin-bottom: 6px;
    margin-top: 6px;
}
.title a{
    color:#b4d438;
    font:500 18px "Roboto";
    margin-bottom: 10px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.bb{
    color: #212121;
    font:700 14px "Roboto";
}
.toggle-bg{
    background: #c3dd60;
    border-radius: 30px;
    
    
    display: block; /* ...So that we can set a height and width */
    float: left; /* ...So that it doesn't take up the full width of the page */
    height: 21px; /* You can change this later if you want */
    position: relative; /* Required to allow the switch to move around */
    width: 40px; /* This can be changed later as well */
}

.toggle-bg input{
    height: 20px;
    left: 0;
    margin: 0; /* Reset the margins and padding */
    opacity: 0; /* Invisible! */
    padding: 0;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 2; /* We want the input to be over the span.switch, which we'll give a z-index of 1 */
        /*IE*/
        zoom: 1;
        filter: alpha(opacity=0);
}

.switch{
    background: #ffffff;
    border-radius: 30px;
    
    
     
    
    display: block;
    float: left;
    height: 18px;
    left: 1px; /* This is the starting point. When adding a border radius, a small bit of the background is shown if we use left: 0;, so -1px is best.*/
    position: relative;
    top: 1px; /* ...To keep it centered vertically */
    -webkit-transition: left .2s ease;
     transition: left .2s ease;
    
    width: 18px;
    z-index: 1; /* Remember, it must be below the invisible inputs */
}

.toggle-bg input:checked~.switch{left: 1px;} /* initial toggle position */

.toggle-bg input~:checked~.switch{left: 20px;} /* final relative toggle position */

.toggle-bg input:checked{z-index: 0;}

.srt{
    display: block;
    position: relative;
    float: left;
    width: 45%;
}
.predloj,
.worked,
.search{
    color:#b0b0b0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mid a{
    color:#b4d438;
    font:500 14px "Roboto";
    text-transform: lowercase;
      
}
.orange-text{
    color:#e2c435;
    font:700 14px "Roboto";
}


.styled-select {
   background: url('/public/images/img/select.png') no-repeat 96% 50%;
   overflow: hidden;
   width: 268px;
   margin: 0 auto;
}

.styled-select select {
   background: transparent;
   font-size: 14px;
   height:39px;
   padding: 5px; 
   width: 268px;
   appearance: none;            /* remove arrow        */
  -webkit-appearance: none;    /* remove arrow Chrome */
  -moz-appearance: none;       /* remove arrow FF     */
}
.styled-select option{
    background-color: transparent;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
   
    height: 31px;
}
.sub-menu1{
    font:700 18px "Roboto";
    color: #212121;
}
.sub-menu1:hover{
    text-decoration: none;
}
.sub-menu1-1{
    margin: 15px;
}

/*
.userphoto{
    display: block;
    position: relative;
    margin:0 auto;
    width:140px;
    height: 140px;

}
.userphoto img{
    width: 140px;
    height:140px;
    border-radius: 1000px;

}
*/
.img-responsive{
    max-width: 100%;
    height: auto;
}
.username{
    color: #b4d438;
    font: 500 18px "Roboto";
}

.locat{
    display: block;
    position: relative;
    float: left;
    background: url("/images/img/locat.png")no-repeat;
    width: 20px;
    height: 24px;
    margin-right: 5px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    background-size: contain;
}
.country{
    color:#989797;
    font: 400 16px "Roboto";

}
.langs-icon{
    display: block;
    position: relative;
    float: left;
    background: url("/images/img/world.png")no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: contain;
}
.born-icon{
    display: block;
    position: relative;
    float: left;
    background: url("/images/img/calendar.png")no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: contain;
}
.dop-title{
    font:700 18px "Roboto";
    color: #212121;
}
.userabout{
    display: block;
    position: relative;
    float: left;
    margin-top: 75px;
    margin-bottom: 50px;
}
.textgray{
    color:#989797;
    font: 400 16px "Roboto";
}

.pen{
    color:#4e5461;
    font-size:17px;
    display: block;
    position: relative;
    padding: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.pen:hover{
    background: #cac7c7;
}
.pen:hover  .username{
    background: #cac7c7;
}
.pen i{
    display: block;
}
.pres iframe{
    width: 100%;
    height: 400px;
}
.editable .editable-click:hover{
   background: #e7e5e5;
}
.editable .editable-click::after{

}
.customer .md-datepicker-input{
    min-width: 150px;
}
.popover-wrapper .editable-wrap{
    border: 2px solid #b4d438;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.popover-wrapper form {
    top:-100px;
}

.md-open-menu-container .md-button:not([disabled]):hover,
 md-option:not([disabled]):hover{
    background-color: rgba(180, 212, 56, 1) !important;
    color: #fff;
}
.md-open-menu-container .md-button:not([disabled]):hover i,
 md-option:not([disabled]):hover i{
    color:#fff;
}
.md-open-menu-container .md-button[disabled],
md-option[disabled]{
    color : rgba(0, 0, 0, 0.26);
    background-color: transparent;
}
.md-open-menu-container md-menu-content,
md-option{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.region-top {
    width: 100%;
    padding: 0px;
    background: white;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
.front .region-top {
    background: #fff;
}
.front .region-top i{
    color: #505050;
}

.main-content {
    /*background: -webkit-linear-gradient(top, #fafafa 0%,#fafafa 90%, #d2d2d2 100%);*/
    background: #fafafa;
}
.modal-backdrop {

}

.modal-dialog {

}



.inner-page footer{
    border-top:1px solid #d4d4d4;
}
.dop-title{
    font-weight: 700;
    font-size: 18px;
    font-family: Roboto;
    margin-bottom: 20px;
}
.popover-wrapper > a,
.editable >a {
    color: #989797;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: none;
}
.editable-click:hover,
a.editable-click:hover{
    color: #989797;
    background: #e7e5e5;
    border-bottom: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.editable-click:hover::after,
a.editable-click:hover::after{
    content: "";
    display: inline-block;
    background: url("/public/images/img/ic_create_black_24dp_1x.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    background-position: center center;
    margin-left: 10px;
    color: #989797;
}

/*
.btn{
    box-shadow: none;
}

input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]){
    border-bottom: 1px solid #a0c138;
    box-shadow: 0 1px 0 0 #a0c138;
}

*/

.collapseble,
.collapseble:hover{
    color: #989797;
}
.collapseble:hover{
   background: #e7e5e5;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.collapseble{
    width: 24px;
    height: 24px;
    display: block;
}
.userinfo .username,
.userinfo  .usercountry,
.userinfo  .serlang ,
.userinfo .userborn {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}
.icon-dop{
    color: #e2c434;
}
#collapseVidDeyat .md-button:not([disabled]),
.edu-but button,
.edu-but button:hover,
.exp-but button,
.exp-but button:hover{
    background-color: rgba(180,212,56,1) !important;
    color:#fff !important;
}
.video,
.presentation {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 290px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}
.presentation iframe{
    height: 290px;
}
.edit-video{
    display: block;
    position: absolute;
    top:5px;
    left:5px;
}
.hidden{
    display: none;
}
.video-buttons,
.present-buttons{
    padding-top: 45px;
    padding-bottom: 50px;
}
.center{
    text-align: center;
}
.button-play-circ {
	display: table;
    margin: 0 auto;
}
.button-play-circ .play-but {
	position: relative;
	display: block;
	width: 66px;
	height: 66px;
	background: url('../images/img/play_arrow.svg') no-repeat 55% 49%;
	background-size: 43%;
	border: 2px solid #d8d8d8;
	border-radius: 50%;
}
.button-play-circ .play-but:hover {
	border-color: #4caf50;
}
/*
.button-play-circ .play-but .arrow-video {
    position: relative;
    color: #fff;
}
.button-play-circ .play-but .arrow-video:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: -6px;
    border: 15px solid transparent;
    border-left: 15px solid #4caf50;
}
*/
.button-play-circ i{
     font-size: 70px;
     color: #b4d438;
 }
.button-play-circ:hover i,
.button-play:hover{
    color: #88a02c;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.button-play{
    color: #4caf50;
    font-size: 24px;
}
.bold{
    font-weight: 700 !important;
}
.exp-title,
.edu-title{
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size:18px;
}
.education .year-gr,
.expirience .year-gr,
.first_name,
.last_name{
    font:700 18px Roboto;
    color:#b4d438 !important;
    border: 0px;
}
.education .edu-tit,
.expirience .edu-tit{
    margin-top: 25px;
    margin-bottom: 15px;
}
.edu-grey{
    font:400 16px Roboto;
    color: #989797 !important;
}
.eduname{
    margin-bottom: 15px;
}
.education a,
.expirience a{
    border: 0px !important;
}
.otzivi{
    margin-top: 110px;
}
.notif-active .material-icons{
    color: rgb(76,175,80);
}
.yel{
    color:#e2c434;
}
.yel-alfa{
    color: #f0e199;
}
.vcol{
    text-align: center;
    color:#505050;

}
.vcol .inner{
    border:3px solid #ccc;
    background: #f9f9fb;
    border-radius: 5px;
    display: block;
    position: relative;
    float: left;
    min-height: 437px;
}
.img-verify{
    display: block;
    position: relative;
    width: 80%;
    border:2px solid #e0e0e0;
    border-radius: 5px;
    height: 160px;
    margin:20px auto 30px auto;

}
.img-verify.passport{
    background: url("../images/img/passport.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.img-verify.order{
    background: url("../images/img/order.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.img-verify.key{
    background: url("../images/img/key.png") no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.verify-title{
    padding-top: 30px;
    font:500 18px "Roboto";
    color: #505050;
}
.verify-text{
    text-align: left;
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto;
    font:500 14px "Roboto";
    color: #000;
    margin-bottom: 35px;
}
a.print-key{
    color: rgb(160, 193, 56) !important;
}
.print-key:hover{
    color:rgb(178, 255, 89) !important;
    -webkit-transition:all ease 0.5s;
    transition:all ease 0.5s;
}
#print{
    text-align: center;
}
.diaglogo{
    margin: 20px auto;
}
.skr-text{
    padding-top:10px;
    padding-bottom: 10px;
}
.name{
    color:#212121;
    font:700 14px "Roboto";
    text-align: center;
}

.photo-ph{
    width: 75px;
    height: 75px;
    margin: 15px auto;
    border-radius: 50%;
    overflow: hidden;
    background-size: auto 100% !important;
}
.stavka{
    text-align: center;
    font:500 14px "Roboto";
    color: #989797;
    margin-bottom: 25px;
}
.or-st{
    color: #e7c638;
}
.or-st-16{
    color: #e7c638;
    font-size: 16px;
}
.bt-prdlog{
    text-align: center;
}
.row-card{
    padding-top: 40px;
    padding-bottom: 80px;
    border:1px solid #d7e9ce;
    border-left: 0px;
    border-right: 0px;
}
.inline,
.inline i{
    display: inline-block;
    position: relative;
    float: left;
}
.inline i{
    color: #d3e38a;
}
.subtitle{
    font:700 16px "Roboto";
    color: #212121;
    margin-top: 5px;
    margin-bottom: 15px;
}
.sub{
    font:700 16px "Roboto";
    color: #212121;
}
.pr-title h2{
    font:700 20px "Roboto";
    color: #212121;
}
.sub-title-skills{
    font:700 14px "Roboto";
    color:#212121;
    margin-bottom: 20px;
}
.gr-text{
    color: #b0b0b0 !important;
}
.project-content{
    margin-bottom: 70px;
}
.nav-bottom{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d7e9ce;
}
.nav-bottom a{
    font:700 18px "Roboto";
    color: #212121;
    display: inline-block;
    position: relative;
    float: left;

}
.nav-bottom a:hover{
    color: #b4d438;
}
.order{
    display: block;
    position: relative;
    float: left;
    margin-bottom: 20px;
}
.order-desc{
    display: block;
    position: relative;
    float: left;
    border:1px solid #e7e5e5;
    background: #f9f9fb;
    color: #989797;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ver-start i{
    display: inline-block;
    position: relative;
    float: left;
}
.nav-bottom .nav-link{
    border-bottom-width: 3px;
}
.nav-bottom{
    margin-bottom: 30px;
}
.nav-bottom .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
     border-color: #fff #fff #b4d438;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover{
    border-color: #fff #fff #b4d438;
}
.crest{
    display: block;
    position: relative;
    float: right;;
    cursor: pointer;
}
.crest i{
    color: #ccc;
}
.crest i:hover{
    color: #b4d438;
}
.title-404{
    font:700 172px "Roboto";
    color:#989797;
}
.content-404{
    min-height: 500px;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.row-404{
    text-align: center;
}
.subtitle-404{
    font:700 48px "Roboto";
    color:#989797;
}
.subtitle-2-404{
    font:700 24px "Roboto";
    color: #212121;
    margin-bottom: 40px;
}

.vue-input-tag-wrapper{
    border: 0px !important;
}
.green{
    display: block;
    position: relative;
    background: #6fbb3f;
    color: #fff;
    float: left;
    margin: 5px;
    padding:5px;
    border-radius: 5px;
}
.blue{
    display: block;
    position: relative;
    background: deepskyblue;
    color: #fff;
    float: right;
    margin: 5px;
    padding:5px;
    border-radius: 5px;
}
#chat{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #d0d0d4;
    max-height:270px;
    overflow-y: auto;
    overflow-x: hidden;
}
.usernameChat{
    display: block;
    position: relative;
    padding:5px;
    font-weight: bold;
}
.userMessage{
    display: block;
    position: relative;
    padding:5px;
}

.left{
    text-align: left;
}
.right{
    text-align: right;
}
.off {
    background: red;
}

.messageTime{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    font-size: 12px;
}
#remoteVideo {
    height: 100%;
    width:100%;
    background: #000;
}
#localVideo {
    position: absolute;
    height: 25%;
    width: 20%;
    background: grey;
}
#videoHandler {
    float: left;
    height: 70%;
    width: 100%;
}

#dropButton { background: red;}
#buttons{
    margin-bottom:15px;
}

@media print {
    #content{display: none}
    .footer{display: none}
    div#print { display: block; }
}



/* eyefr --------------------------------------------------------------------- */


body .container-fluid .container.jumbotron {
    margin-top: 100px;
    padding-bottom: 70px;

    -webkit-box-shadow: 0 4px 9px 0 rgba(0,0,0,.2), 0 3px 10px 0 rgba(0,0,0,.19);
    box-shadow: 0 4px 9px 0 rgba(0,0,0,.2), 0 3px 10px 0 rgba(0,0,0,.19);
    border-radius: 2px;
    border: 0;
}

.container.jumbotron h1 {
    font-family: HelveticaNeueCyr-Roman, Roboto, Sans-Serif;
    font-size: 24px;
    color: #212121;
}

.container.jumbotron h2 {
    font-family: HelveticaNeueCyr-Roman, Roboto, Sans-Serif;
    font-size: 16px;
    color: #212121;
}

.container.jumbotron h3 {
    font-family: HelveticaNeueCyr-Roman, Roboto, Sans-Serif;
    font-size: 14px;
    color: #212121;
}

.container.jumbotron p {
    font-family: HelveticaNeueCyr-Light, Roboto, Sans-Serif;
    font-size: 14px;
    color: #212121;
}


.userphoto {
    padding: 0px;
    width: 140px;
    /*height: 140px;*/
    position: relative;
    margin-right: 26px;
}
.userphoto-fr {
    display: table;
    margin: 0;
    padding: 0px;
    width: 140px;
    height: 140px;
}

.userphoto img {
    width: auto;
    height: 140px;
    border: none;
    margin: auto;
    padding: 0px;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.18), 0 1px 3px 0 rgba(0,0,0,.15);
            box-shadow: 0 1px 3px 0 rgba(0,0,0,.18), 0 1px 3px 0 rgba(0,0,0,.15);
}

.navbar .navbar-nav>li>a.eyefr-menu-link,
.navbar .navbar-nav>li>a.eyefr-menu-link:focus,
.navbar .navbar-nav>li>a.eyefr-menu-link:visited {
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 15px;
    color: #505050;
    font-weight: 500;
    margin-left: 10px;
}

.navbar .navbar-nav>li>a.eyefr-menu-link:hover,
.navbar .navbar-nav>li>a.eyefr-menu-link.router-link-active,
.navbar .navbar-nav>li>a.eyefr-menu-link:hover i,
.navbar .navbar-nav>li>a.eyefr-menu-link.router-link-active i,
.navbar .dropdown-menu>li>a.eyefr-menu-link:hover,
.navbar .dropdown-menu>li>a.eyefr-menu-link.router-link-active,
.navbar .dropdown-menu>li>a.eyefr-menu-link:hover i,
.navbar .dropdown-menu>li>a.eyefr-menu-link.router-link-active i,
.navbar .navbar-nav>li>a.eyefr-menu-link.gray-text:hover {
    text-decoration: none;
    color: #4caf50;
}

.navbar .navbar-nav>li>a.eyefr-menu-link i,
.navbar .dropdown-menu>li>a.eyefr-menu-link i {
    margin-right: 5px;
    margin-left: 5px;

}

.navbar .navbar-nav>li>a.eyefr-menu-link i.bigger,
.navbar .dropdown-menu>li>a.eyefr-menu-link i.bigger {
    font-size: 30px;
    margin-top: -5px;
}

.navbar .navbar-nav>li>a.eyefr-menu-link.money,
.navbar .dropdown-menu>li>a.eyefr-menu-link.money {
    margin-left: 0px;
    margin-top: -1px;
}

.navbar .navbar-nav.navbar-right>li>a.eyefr-menu-link {
    margin-left: 0px;
}

.navbar .navbar-nav>li>a.eyefr-menu-link.gray-text {
    color: #989797;
}

.btn.btn-raised.btn-success,
.btn-group-raised .btn.btn-success {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    color: rgba(255,255,255, 1);
}

.btn.btn-raised.btn-success:active,
.btn-group-raised .btn.btn-success:active,
.btn.btn-raised.btn-success:focus,
.btn-group-raised .btn.btn-success:focus,
.btn.btn-raised.btn-success:hover,
.btn-group-raised .btn.btn-success:hover,
.btn.btn-raised.btn-success:focus:active,
.btn-group-raised .btn.btn-success:focus:active,
.btn.btn-raised.btn-success:focus:hover,
.btn-group-raised .btn.btn-success:focus:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.multiselect__tag,
.multiselect__option--highlight,
span.multiselect__option--highlight,
span.multiselect__option.multiselect__option--highlight::after,
.multiselect__option--selected.multiselect__option--highlight {
    background-color: #4caf50 !important;
}


.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: rgba(76,175,80, 0.5);
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    background-color: #4caf50;
}

eyefr-form {
    padding: 15px;
}

.eyefr-form-line {

}

/* reset bootstrap */
.form-control,
.form-group .form-control,
.form-group.is-focused .form-control,
.form-group.has-error.is-focused .form-control {
    //background: none;
}

.btn.btn-raised.btn-success:disabled,
.btn.btn-raised.btn-success[disabled][disabled] {
    background-color: #4caf50;
    opacity: .65;
}
    /* reset bootstrap */
.form-group label.eyefr-add-label {
    line-height: 1.07142857;
    font-weight: 400;
    margin: 11px 0 0 0;
    padding-top: 8px;
    text-align: right;
    font-family: Roboto, Sans-Serif;
    color: #212121;
    font-size: 14px;
}

.form-group .eyefr-floating-field input {
    padding: 15px 19px 0px;
    width: 100%;
    height: 54px;
    font-size: 14px;
    font-family: Roboto, Sans-Serif;
    border: none;
    background-color: #fafafa;
    border-radius: 0px;
}
.form-group .eyefr-floating-field label {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
}
.form-group .eyefr-floating-field input+label {
    display: block;
    position: absolute;
    top: 20px;
    left: 19px;
    width: 92%;
    line-height: 1;
    cursor: text;
    color: #989797;
    font-family: Roboto, Sans-Serif;
    font-size: 14px;
    font-weight: lighter;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-align: left;
}
.form-group .eyefr-floating-field input:focus,
.form-group .eyefr-floating-field input:hover,
.form-group .eyefr-floating-field input:active {
    border: none;
    background-color: #f5f5f5;
    border-radius: 0px;

}

.form-group .eyefr-floating-field input:hover+label {
    color: #212121;
}

.form-group .eyefr-floating-field input:focus+label,
.form-group .eyefr-floating-field input:active+label {
    color: #4caf50;
    font-size: 11px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}

.form-group .eyefr-floating-field input:valid+label {
    font-size: 11px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}



.eyefr-input-error,
.form-group .eyefr-floating-field input.eyefr-input-error+label,
.form-group .eyefr-floating-field input.eyefr-input-error:hover+label{
    color: #f44336;
}


p.notice {
    line-height: 1.07142857;
    font-weight: 400;
    font-family: Roboto, Sans-Serif;
    color: #212121;
    font-size: 14px;
    text-align: center;
}

p.notice-p {
    font-weight: 300;
    font-family: HelveticaNeueCyr-Light, Roboto, Sans-Serif;
    color: #212121;
    font-size: 14px;
    text-align: justify;
}

.container.jumbotron p.eyefr-text {
    font-weight: 300;
    font-family: HelveticaNeueCyr-Light, Roboto, Sans-Serif;
    color: #212121;
    font-size: 14px;
    text-align: justify;
}

.container.jumbotron p.eyefr-form-error-msg,
.form-group p.eyefr-form-error-msg {
    line-height: 1.07142857;
    font-family: Roboto, Sans-Serif;
    font-size: 14px;
    color: #f44336;
}

.container.jumbotron p.eyefr-form-success-msg,
.form-group p.eyefr-form-success-msg {
    line-height: 1.07142857;
    font-family: Roboto, Sans-Serif;
    font-size: 14px;
    color: #4caf50;
}

.form-group p.eyefr-form-info-msg {
    line-height: 1.07142857;
    font-family: Roboto, Sans-Serif;
    font-size: 14px;
    color: #212121;
}


div.form-group.user-type {
    margin-top: 0px;
}

.g-recaptcha {
    display: block;
    position: relative;

    margin-left: 0px;
    margin-right: auto;
    text-align: left;
}

.togglebutton label.eyefr-toggle-label {
    color: #212121;
    font-family: Roboto, Sans-Serif;
    font-weight: 300;
    font-size: 14px;
}

a.eyefr-standart-link,
a.eyefr-standart-link:visited,
a.eyefr-standart-link:hover {
    color: #4caf50;
}

/************************************** reser bootstrap head *******************************************/
.head-links {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}
.fr-pull-right {
    float: right !important;
    margin-right: -15px;
}
.list-links .list-links {
    left: 0;
}
.list-links {
    position: relative;
    left: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-links li {
    position: relative;
    display: block;
    float: left;
}
.list-links>li>a {
    position: relative;
    display: block;
    padding: 20px 15px;
    line-height: 20px;
}
.list-links>li>a.eyefr-menu-link,
.list-links>li>a.eyefr-menu-link:focus,
.list-links>li>a.eyefr-menu-link:visited {
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 0 !important;
    color: #505050;
    font-weight: 500;
    margin-left: 10px;
}
.list-links>li>a.eyefr-menu-link:active,
.list-links>li>a.eyefr-menu-link.gray-text:active,
.list-links>li>a.eyefr-menu-link.gray-text:focus {
    text-decoration: none;
    color: #4caf50;
    margin-left: 0 !important;
}

.list-links>li>a.eyefr-menu-link:hover,
.list-links>li>a.eyefr-menu-link.router-link-active,
.list-links>li>a.eyefr-menu-link:hover i,
.list-links>li>a.eyefr-menu-link.router-link-active i,
.list-links .dropdown-menu>li>a.eyefr-menu-link:hover,
.list-links .dropdown-menu>li>a.eyefr-menu-link.router-link-active,
.list-links .dropdown-menu>li>a.eyefr-menu-link:hover i,
.list-links .dropdown-menu>li>a.eyefr-menu-link.router-link-active i,
.list-links>li>a.eyefr-menu-link.gray-text:hover {
    text-decoration: none;
    color: #4caf50;
}

.list-links>li>a.eyefr-menu-link i,
.list-links .dropdown-menu>li>a.eyefr-menu-link i {
    margin-right: 5px;
    margin-left: 5px;

}

.list-links>li>a.eyefr-menu-link i.bigger,
.list-links .dropdown-menu>li>a.eyefr-menu-link i.bigger {
    font-size: 30px;
    margin-top: -5px;
}

.list-links>li>a.eyefr-menu-link.money,
.list-links .dropdown-menu>li>a.eyefr-menu-link.money {
    margin-left: 0px;
    margin-top: -1px;
}

.list-links>li>a.eyefr-menu-link {
    margin-left: 0px;
}

.list-links>li>a.eyefr-menu-link.gray-text {
    color: #989797;
}
.list-links>li.open>a {
    margin-left: 0 !important;
    cursor: pointer;
}
.list-links>li>.dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-links>li>.dropdown-menu li {
    float: none;
}
.list-links.left-margin-link {
    left: 0;
}
.container-fr {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.header-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-radius: 0;
}
.clearfix-fr:before {
    display: table;
    content: " ";
}
.clearfix-fr:after {
    display: table;
    clear: both;
    content: " ";
}
.burger-fr {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.burger-fr .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.list-links .dropdown-menu>li>a:hover {
    background-color: #eee;
}
.list-links .dropdown-menu>li>a {
    font-size: 16px;
    padding: 13px 16px;
}
/************************************** END reser bootstrap head *******************************************/
/************************************** reser bootstrap *******************************************/
.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #4caf50 !important; 
}
.form-group label[for="inputSumm"] {
    color: #212121 !important; 
}
.form-group.is-focused input#inputSumm.form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#59b75c), to(#59b75c)) !important;
    background-image: linear-gradient(#59b75c, #59b75c) !important;
}
.password-settings .form-group.is-focused input {
    background-image: none !important;
}
.password-settings .form-group input {
    background-image: none !important;
}
/************************************** END reser bootstrap *******************************************/


.ripple-fr {
    position: relative;
    overflow:hidden;
}
.ripple-effect-fr {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;

    
  -webkit-animation: ripple 2s;
          animation: ripple 2s;
}
.ripple-fr:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #4CAF50;
  opacity: 0;
  border-radius: 100%;
  -webkit-transform: scale(1, 1) translate(-50%);
          transform: scale(1, 1) translate(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ripple-fr:focus:not(:active)::after {
  -webkit-animation: ripple 1s ease-out;
          animation: ripple 1s ease-out;
}

.ripple-fr:after {
  visibility: hidden;
}
.ripple-fr:focus:after {
  visibility: visible;
}
@-webkit-keyframes ripple {
  from {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.4;
    }
    to {
      -webkit-transform: scale(100);
              transform: scale(100);
      opacity: 0;
    }
}
@keyframes ripple {
  from {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.4;
    }
    to {
      -webkit-transform: scale(100);
              transform: scale(100);
      opacity: 0;
    }
}
.region-middle .wrpap {
    background: none !important;
}
.main-before-desc {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: table;
    padding-top: 30px;
    /*background: rgba(0, 0, 0, 0.5) !important;*/
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%,rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
}
.main-desc {
    display: table;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 30px;
}
.center-fr {
    display: block;
    margin: 0 auto;
    float: none;
}
.row-money-add.container.jumbotron h1 {
    padding-left: 15px;
}
footer.footer {
    border: none;
}
footer.footer .navbar-bottom-links .eyefr-link, 
footer.footer .navbar-bottom-links .eyefr-link:visited, 
footer.footer .navbar-bottom-links .eyefr-link:focus {
    font-family: HelveticaNeueCyr-Roman, Roboto, Sans-Serif;
    color: #D8D8D8;
    font-weight: 400;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 3px;
}
footer.footer .navbar-bottom-links .eyefr-link:hover,
footer.footer .contact-mail a.eyefr-link:hover,
footer.footer .contacts-tel a.eyefr-link:hover {
    /*color: #4caf50;*/
    color: #fafafa;
    text-decoration: none;
    /*border-bottom-color: #4caf50;*/
    border-bottom-color: #fafafa;
}
footer.footer .copyright,
footer.footer .contacts-tel,
footer.footer .contacts-tel a.eyefr-link, 
footer.footer .contacts-tel a.eyefr-link:visited, 
footer.footer .contacts-tel a.eyefr-link:focus,
footer.footer .contact-mail,
footer.footer .contact-mail a.eyefr-link, 
footer.footer .contact-mail a.eyefr-link:visited, 
footer.footer .contact-mail a.eyefr-link:focus {
    color: #D8D8D8;
}
footer.footer.main-footer .navbar-bottom-links .eyefr-link, 
footer.footer.main-footer .navbar-bottom-links .eyefr-link:visited, 
footer.footer.main-footer .navbar-bottom-links .eyefr-link:focus {
    font-family: HelveticaNeueCyr-Roman, Roboto, Sans-Serif;
    color: #505050;
    font-weight: 400;    
    border-bottom: 1px #505050 solid;
    padding-bottom: 3px;
}
footer.footer.main-footer .navbar-bottom-links .eyefr-link:hover,
footer.footer.main-footer .contact-mail a.eyefr-link:hover,
footer.footer.main-footer .contacts-tel a.eyefr-link:hover {
    color: #4caf50;
    text-decoration: none;
    border-bottom-color: #4caf50;
}
footer.footer.main-footer .copyright,
footer.footer.main-footer .contacts-tel,
footer.footer.main-footer .contacts-tel a.eyefr-link, 
footer.footer.main-footer .contacts-tel a.eyefr-link:visited, 
footer.footer.main-footer .contacts-tel a.eyefr-link:focus,
footer.footer.main-footer .contact-mail,
footer.footer.main-footer .contact-mail a.eyefr-link, 
footer.footer.main-footer .contact-mail a.eyefr-link:visited, 
footer.footer.main-footer .contact-mail a.eyefr-link:focus {
    color: #989797;
}
footer.footer {
    margin: 0 -30px;
    padding: 0 45px;
    background: #9B9C9D;
}
/******************************* profile *************************************************/
body .container-fluid .container.jumbotron.bottom-reviews {
	margin-top: 35px;
}
.main-info {
	padding-left: 0;
}
#year_start,
#year_end,
#editableAge {
	padding: 28px 19px 0px;
}
article.userprofile {
    padding: 0 30px !important;
}
article.userprofile main.description {
    margin-top: 20px;
}
.edit-video .popover-fr-video form {
	width: 100%;
}
.edit-video .popover-fr-video form .form-group {
	margin-top: 0 !important;
}
.edit-video .popover-fr-video form .buttons-block {
	padding: 0 10px;
}
.light-block,
.light-block-hover {
    background-color: rgba(0,0,0,.25);
}
h1.user-name {
	display: inline-block;
	margin-top: 0;
}
h3.add-info {
	margin-top: 0;
}
.age h4,
.languages h4 {
	display: inline-block;
    font-family: HelveticaNeueCyr Light, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    color: #505050;
}
.edit {
	position: relative;
	top: -5px;
	display: inline-block !important;
    width: 26px;
    height: 26px;
}
.age .edit-age,
.languages .edit-languages {
	position: relative;
	top: 1px;
	display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 0;	
}
.age .edit-age a,
.languages .edit-languages a {
	display: block;
	height: 18px;
}
.age .edit-age a>i,
.languages .edit-languages a>i {
	vertical-align: top;
	font-size: 18px;	
}
.edit-video {	
    width: 26px;
    height: 26px;
    margin-left: 15px;
}
.edit-video .edit-video-link {
 	display: table;
 	margin: 0 auto;
 }
.edit-education,
.edit-experience {
	position: relative;
	display: table;
}
.edit-image {
	position: absolute;
	bottom: 0;
	right: -25px;
    height: 24px;
    width: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
 .edit-image a i {
 	font-size: 18px;
 }
.edit-education .change-education,
.edit-experience .change-experience {
 	display: table;
 }
 .edit a i,
 .edit-image a i,
 .edit-age a i,
 .edit-languages a i,
 .edit-video a i,
 .edit-education a i,
 .edit-experience a i {
 	color: #505050;
 }
 .edit:hover a i,
 .edit-image:hover a i,
 .edit-age:hover a i,
 .edit-languages:hover a i,
 .edit-video:hover a i,
 .edit-education:hover a i,
 .edit-experience:hover a i,
 .edit a i:hover,
 .edit-age a i:hover,
 .edit-languages a i:hover,
 .edit-video a i:hover,
 .edit-education a i:hover,
 .edit-experience a i:hover, 
 .edit.light-block a i,
 .edit-image.light-block a i,
 .edit-age.light-block a i,
 .edit-languages.light-block a i,
 .edit-video.light-block a i,
 .edit-education.light-block a i,
 .edit-experience.light-block a i {
 	color: #4caf50;
 }
 .education-popover .form-group {
 	width: 430px;
 }
 .education-popover .education-time,
 .work-time {
 	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-webkit-box-orient: horizontal;
 	-webkit-box-direction: normal;
 	    -ms-flex-direction: row;
 	        flex-direction: row;
 	-webkit-box-align: center;
 	    -ms-flex-align: center;
 	        align-items: center;
 }
 .education-popover .education-time .form-group,
 .work-time .form-group {
	width: 205px;
 }
 .dash {
 	display: table;
 	margin: 0 5px;
 }
.popover-fr .form-group .eyefr-floating-field {
	width: 100%;
    padding: 0px;
}
.userphoto-fr:hover,
.user-name:hover,
.age h4:hover,
.languages h4:hover,
.edit:hover,
.edit-image:hover,
.edit-age:hover,
.edit-languages:hover,
.edit-video:hover,
.edit-education:hover,
.edit-experience:hover {
	background-color: rgba(0,0,0,.25);
}/*
.edit,
.edit-age,
.edit-languages,
.edit-video {
	display: none !important;
}*/
.user-name:hover + .edit,
/*.userphoto-fr:hover + .edit-image,*/
.age h4:hover + .edit-age,
.languages h4:hover + .edit-languages,
.user-video.video:hover .edit-video {
	display: inline-block !important;
}

.user-name:hover + .edit a i,
.userphoto-fr:hover + .edit-image a i,
.user-video.video:hover .edit-video a i,
.age h4:hover + .edit-age a i,
.languages h4:hover + .edit-languages a i {
	color: #4caf50;
}
.container.jumbotron .competence,
.container.jumbotron .reviews  {
	margin-top: 50px;
}
.container.jumbotron .education h3,
.container.jumbotron .career h3,
.container.jumbotron .reviews h3 {
	margin-top: 0px;
	font-size: 16px;
    font-weight: 300;
}
.container.jumbotron .education h4,
.container.jumbotron .career h4 {
	color: #4caf50;
	font-family: HelveticaNeueCyr-Roman, Roboto, Sans-Serif;
	font-size: 16px;
    font-weight: 400;
    /*letter-spacing: -0.1px;*/
}
.container.jumbotron .education h5,
.container.jumbotron .career h5 {
	color: #989797;
	font-family: HelveticaNeueCyr-Medium, Roboto, Sans-Serif;
	font-size: 14px;
}
.container.jumbotron .education p.department,
.container.jumbotron .career p.department {
	color: #989797;
	font-family: HelveticaNeueCyr-Light, Roboto, Sans-Serif;
	font-size: 14px;
}
.reviews .author-name {
	margin-bottom: 20px;
}
.reviews .author-name h4,
.reviews .sphere-feedback h4,
.reviews .theme-feedback h4,
.reviews .skills h4,
.reviews .score h4 {
	width: 100%;
	margin: 0;
	text-align: center;
	font-family: HelveticaNeueCyr-Roman, Roboto, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
}
.reviews .author-photo {
	margin-bottom: 10px;
}
.reviews .author-photo img {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.reviews .author-work-time .bet,
.reviews .author-work-time .work-time {
	margin-bottom: 0;
	text-align: center;
	font-family: HelveticaNeueCyr-Roman, Roboto, Sans-Serif;
	font-size: 12px;
	color: #D8D8D8;
}
.reviews .theme-feedback h4 {
	font-family: HelveticaNeueCyr-Medium, Roboto, Sans-Serif;
	font-size: 14px;
	text-align: left;
	color: #4caf50;
	margin-bottom: 10px;
}
.reviews .sphere-feedback h4 {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}
.text-feedback {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #D8D8D8;
	overflow: hidden;
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
}
.read-next {
	display: inline-block;

}
.reviews .skills h4 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: HelveticaNeueCyr-Medium, Roboto, Sans-Serif;
	font-size: 14px;
	text-align: left;	
}
.reviews .skills .skill-list {
	hright: 100%;
	margin: 0;
	padding-left: 17px;
	overflow: hidden;
	list-style-image: url(../images/img/arrows.png);
}
.reviews .skills .skill-list li {
	margin: 0;
	padding: 3px 0;
	font-family: HelveticaNeueCyr-Light, Roboto, Sans-Serif;
	font-size: 14px;
	text-align: left;
}
.reviews .score .objectives,
.reviews .score .adequacy {
	margin-bottom: 15px;
}
.reviews .score {
	margin-top: 30px;
	padding-right: 0;
}
.reviews .score h4 {
	margin-bottom: 5px;
	font-family: HelveticaNeueCyr-Medium, Roboto, Sans-Serif;
	font-size: 14px;
	text-align: left;	
}
.score .value-rating {
	margin-right: 12px;
	padding: 4px 7px;
	background-color: #4caf50;
	float: left;
}
.score .value-rating span {
	display: table;
	font-family: HelveticaNeueCyr-Medium, Roboto, Sans-Serif;
	font-size: 12px;
    line-height: 13px;
	color: #fff;
}
/*.reviews .tab-content {
	margin-top: 45px;
}*/
.reviews .review-item {
	display: table;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d4d4d4;
}
/*.reviews .review-item:after {
	content: ' ';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
	width: 100%;
	margin:  auto;
	border-bottom: 1px solid #d4d4d4;
}*/
.review-list .nav.nav-tabs {
	background: transparent;
}
.review-list .nav.nav-tabs li {
	border-bottom: 2px solid transparent;
}
.review-list .nav.nav-tabs li.active {
	border-color: #4caf50;
}
.review-list .nav.nav-tabs li>a {
	color: #505050 !important;
}
.review-list .nav.nav-tabs li>a .red {
	color: #b20000 !important;
}
.review-list .nav.nav-tabs li.active>a {
	color: #4caf50 !important;
}
.review-list .nav.nav-tabs li>a:hover {
	color: #4caf50 !important;
}
.pagination {
    display: inline-block;
    margin: 20px 0 0;
}

.pagination a {
    color: black;
    float: left;    
    border-radius: 50%;
    padding: 8px 14px;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
.paginator,
.controls .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.reviews-more {
	margin: 70px 0 10px;
}
.inner-page .userprofile  footer {
	border: none;
}
/******************************* end profile *************************************************/
/******************************* rating stars *************************************************/
.star-rating{
	display: table;
	position: relative;
	top: 3px;
	font-size: 0;
}
.star-rating__wrap{
	display: inline-block;
	font-size: 16px;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico {
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #505050;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:before {
	content: "\f005";
	color: #D8D8D8;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
	content: "\f005";
	color: #4caf50;
}
/******************************* end rating stars *************************************************/
/******************************* popover *************************************************/
.popover-fr {
	position: absolute;
    background: #fff;
    min-width: 290px;
    max-width: none !important;
    border-radius: 10px;

	z-index: 1020;

    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
}
.popover-fr .arrow-fr.top {
    border-width: 11px;
    border-bottom-color: rgba(0,0,0,.08) !important;
    border-top-width: 0;
    margin-left: -11px;
    top: -11px;
    left: 27px;
}
.popover-fr .arrow-fr.center {
    left: 50%;
}
.popover-fr .arrow-fr.top:after {
    content: "";
    border-width: 10px;
    margin-left: -10px;
    border-bottom-color: #fff !important;    
    top: 1px;
    border-top-width: 0;
}
.popover-fr .arrow-fr.left {
    border-width: 11px;
    border-right-color: rgba(0,0,0,.08) !important;
    margin-top: -11px;
    top: 50%;
    left: -11px;
    border-left-width: 0;
}
.popover-fr .arrow-fr.left:after {
    content: "";
    top: 0;
    left: 1px; 
    margin-top: -10px;
    border-width: 10px;
    border-right-color: #fff !important;
    border-left-width: 0;
}
.popover-fr .arrow-fr,
.popover-fr .arrow-fr:after {
    position: absolute;
    display: block !important;
    width: 0;
    height: 0;
    border-top-width: 0;
	border-color: transparent;
    border-style: solid;
}
.popover-fr-content {
    padding: 12px;  
}
.popover .arrow {
    display: block !important;
}
.popover-fr.popover-fr-image {
	top: 35px;
}
.popover-fr.popover-fr-image .buttons-block {
	display: table;
}
.popover-fr.popover-fr-image .buttons-block .col-md-12 {
	padding: 0 10px;
}
.popover-fr-name .form-group.buttons-block .col-md-12,
.popover-fr-age .form-group.buttons-block .col-md-12,
.popover-fr-languages .form-group.buttons-block .col-md-12 {
	padding: 0 10px;
}
.popover-fr-name .form-group.buttons-block .btn,
.popover-fr-age .form-group.buttons-block .btn,
.popover-fr-languages .form-group.buttons-block .btn {
	margin-left: 0;
	margin-right: 0;
}
.education-popover .form-group.buttons-block .col-md-10 {
	padding: 0 10px;
}
.popover-fr-content .form-horizontal.eyefr-form {
    margin: 0;
}
.edit-form.form-horizontal legend,
.edit-form.form-horizontal .form-group label.eyefr-add-label {
    display: none;
}
.edit-form.form-horizontal .form-group {
    margin: 0;
}
.education-form .col-md-10.col-md-offset-2 {
	width: 100%;
	margin-left: 0;
}
.popover-fr-name {
	left: -136px;
	top: 37px;
	width: 297px;
}
.popover-fr-age {
	left: -138px;
    top: 30px;
	width: 297px;	
}
.popover-fr-languages {
    left: 30px;
    top: -64px;
	width: 297px;	
}
.education-popover {
	display: table;
	left: 35px;
	top: -215px;
	width: 297px;
}
.popover-fr-video {
	top: 37px;
	left: -14px;
	padding: 12px;
}
/******************************* end popover *************************************************/
@media (min-width: 1100px){
    .main-content {
        min-height: calc(100vh - 129px);
    }
    footer.footer.main-footer {
        background: #fff;
        margin-top: -15px;
    }
    footer.footer {
        margin-top: 15px;
    }
    .footer .navbar-bottom-links li {
        margin: 20px 5px 10px 5px !important;
    }
    .middle-row.hidden-desktop-fr {
        display: none;
    }
    .row-money-add {
        padding: 19px 49px 70px !important;
    }
    .region-middle .content {
        background-position: center 35px !important;
        margin-top: 65px !important;
    }
    .main-before-desc .dollar {
        background-position: 52% 53%;
    }
    .region-middle .main-before-desc .title .inner {
        margin-top: 60px !important;
    }
    .main-before-desc .srvice-desc {
        margin-bottom: 60px !important;
    }
    .engs::after {
        left: 50% !important;
        margin-left: -25px !important;
    }
    .region-middle .title .inner span {
        font: 900 34px "Roboto";
    }
    .hr-fr {
        display: none;
    }
    .logo-header {
        float: left;
    }
    .min-menu {
        display: none;
    }
    .navbar-toggle {
        display: none;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-header {
        float: left;
    }
    .list-links.left-margin-link>li>a.eyefr-menu-link  {
        margin-left: 10px !important;
        /*line-height: 25px;*/
    }
    /*.list-links.eyefr-menu-link.gray-text {
        line-height: 25px;      
    }*/
    .list-links>li>a.eyefr-menu-link {
        height: 65px;
        line-height: 26px;  
    }
}
/****************************** footer into bottom ***********************************/
@media screen and (min-width: 992px) and (max-width: 1099px) {
    .main-content {
        min-height: calc(100vh - 151px);
    }
    body .container.jumbotron {
       min-height: calc(100vh - 217px);
    }
}
@media screen and (min-width: 526px) and (max-width: 549px) {
    .main-content {
        min-height: calc(100vh - 330px);
    }
    body .container.jumbotron {
       min-height: calc(100vh - 396px);
    }
}
@media screen and (min-width: 550px) and (max-width: 991px) {
    .main-content {
        min-height: calc(100vh - 285px);
    }
    body .container.jumbotron {
       min-height: calc(100vh - 351px);
    }
}
@media screen and (min-width: 320px) and (max-width: 525px) {
    .main-content {
        min-height: calc(100vh - 357px);
    }
    body .container.jumbotron {
       min-height: calc(100vh - 423px);
    }
}
/****************************** end footer into bottom ***********************************/
@media screen and (min-width: 700px) and (max-width: 1099px) {
    .region-middle .title .inner span {
        font-size: 28px !important;
    } 
}
@media screen and (min-width: 700px) and (max-width: 724px) {
    .region-middle .title .inner span {
        font-size: 27px !important;
    } 
}
@media screen and (max-width: 525px) {
    .navbar-bottom-links {
        list-style: none;
    }
    .navbar-bottom-links li {
        display: block;
        margin: 35px auto 25px;
    }
}
@media screen and (max-width: 357px) and (min-width: 320px) {    
    .region-middle .title {
        margin: 0 -4px;
    }
    .form-horizontal .form-group.user-type a {
        padding: 8px 20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 374px)  {    
    #recaptrchaReg iframe,
    #recaptrchaLogin iframe {
      -webkit-transform: scale(0.82);
              transform: scale(0.82);
       -webkit-transform-origin: 0 0;
               transform-origin: 0 0;
    }
}
@media screen and (max-width: 369px) and (min-width: 360px) {
    .region-middle .title .inner span {
        font-size: 13px !important;
    } 
}
@media screen and (min-width: 370px) and (max-width: 699px){ 
    .region-middle .title .inner span {
        font-size: 14px !important;
    } 
}
@media screen and (min-width: 320px) and (max-width: 699px){ 
    .register-desc .head,
    .register-desc .pluses,
    .register-desc .head1,
    .register-desc .pluses1 {
        width: 175px;
        margin: 0 auto !important;
    }
    .modal-dialog {
        margin: 0 !important;
    }   
}
@media (max-width: 1099px){
    body .container.jumbotron {
        margin: 66px 0 0 !important;
        width: calc(100% + 30px);
        margin-left: -15px !important;
    }
    /*body .container.jumbotron {
        margin-top: 66px !important;
        margin-bottom: 0 !important;
    }*/
    footer.footer.main-footer {
        background: #fff;
    }
    a.eyefr-standart-link {
        word-break: break-word;
    }
    /************************accordion************************************/
        .accordion h2 {
        color: #002850; font-size: 30px; font-weight: normal; 
        padding: 45px 0 15px;cursor:pointer;
        }
        .accordion {
        border: 1px solid #ddd; border-top: none; margin: 10px 0; 
        float: left; width: 470px; position: relative;
        }
        .accordion a { 
        display: block; text-decoration: none; 
        }
        .accordion h2, .accordion a{
        background-color: #fff;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), to(#fff));
        background-image: linear-gradient(bottom, #f1f1f1, #fff); 
        border-top: 1px solid #ddd;
        color: #222; font: 14px/30px 'Verdana', sans-serif; 
        height: 30px; margin: 0; padding: 0; text-indent: 10px;
        }
        .accordion p {
        color: #555; font: 12px/18px 'Verdana', sans-serif; 
        padding: 20px 10px;
        }
    /************************accordion************************************/
    .middle-row.hidden-mobile-fr {
        display: none;
    }
    .row-money-add {
        margin: 100px -15px 20px !important;
        width: calc(100% + 30px);
    }
    .main-desc .register-btn {
        margin-bottom: 0;
    }
    .register-desc .head,
    .register-desc .pluses,
    .register-desc .head1,
    .register-desc .pluses1 {
        margin: 0;
    }   
    .region-middle .title .inner span {
        font-size: 12px;
    }
    .region-middle .content {
        margin-top: 30px !important;
        background: none !important;
    }
    .hr-fr {
        width: calc(100% + 30px);
        height: 1px;
        margin-left: -15px;
        border-top: 1px solid #d4d4d4;
    }
    .dropdown-backdrop {
        display: none;
    }
    .eyefr-menu-link.min-reb-btn {
        margin-top: 0 !important;
    }
    .list-links>li>a.eyefr-menu-link.gray-text {
        color: #989797;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    .main-menu .burger-fr {
        margin-right: 0;
        position: relative;
        right: -11px;
    }
    .main-menu .navbar-eyefr {
        padding: 5px 15px 0;
    }
    .main-menu .container-fr {
        padding: 0;
    }
    .region-middle .content {
        padding: 0;
    }
    .engs::after {
        content: '';
        left: 50%;
        margin-left: -25px;
        bottom: -50px;
    }
    /************************************** reser bootstrap footer *******************************************/
    .footer ul {
        margin-top: 32px;
    }
    .footer ul>li {
        margin: 0 auto 15px;
    }
    .footer ul>li>a {
        display: table;
        margin: 0 auto;
    }
    .footer .soc-contacts {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        line-height: 40px;
    }
    .footer .soc-contacts a {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px; 
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    /************************************** END reser bootstrap head *******************************************/
    .min-menu {
        margin: 0 -15px;
    }
    .logo-header {
        float: none;
    }
    .head-links .min-menu {
        display: none;
    }
    .head-links.open-menu .min-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        /*max-height: 280px;*/
        overflow-y: auto;
    }
    .list-links {
        left: 0; 
    }
    .list-links li {
        float: none;
    }
    .list-links>li>a.eyefr-menu-link {
        padding: 15px;
    }
    .list-links .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-links .dropdown-menu li {
        overflow: hidden;
        position: relative;
    }
    .list-links .dropdown-menu li {
        overflow: hidden;
        position: relative;
    }
    .list-links .open .dropdown-menu li a {
        padding: 5px 15px 5px 25px;
    }
    .list-links .balance .dropdown-backdrop {
        display: none;
    }
    .normal-menu {
        display: none;
    }
    .navbar-toggle {
        display: block;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar-header {
        float: none;
    }
    .burger-fr span {
        background-color: inherit;
        border: 1px solid;
    }
    .burger-fr.active-fr span {
        display: none;
    }
    .burger-fr i {
        display: none;
        position: relative;
        font-size: 31px;
        top: -7px;
        left: -6px;
        width: 20px;
        height: 20px;
        color: rgb(80,80,80);
    }
    .burger-fr.active-fr i {
      display: block;
    }    
}

@media screen and (max-width: 1200px) and (min-width: 1100px) {
    .navbar .navbar-nav>li>a.eyefr-menu-link,
    .list-links>li>a.eyefr-menu-link {
        padding: 20px 15px !important;
    }
}

@media screen and (max-width: 1123px) {
    
}
/******************************** upload file **************************************************/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
    font-size: 14px;
    color: #505050;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
	outline: none;
}
/*
.no-js .inputfile + label {
    display: none;
}
*/
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: none;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile-4 + label figure {
	margin: 0 10px 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%
}
.inputfile-4 + label figure>i {
	font-size: 24px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    padding: 10px 13px;
}
.inputfile-4 + label:hover {
    color: #4caf50;
}
/* style 4 */
/*
.inputfile-4 + label {
    color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}
*/
/******************************** end upload file **************************************************/