/* headr */
/*Navbar Css*/
body {

    background-color: #f3f3f3;
}    /* Profile container */
.profile {
  margin: 20px 0;
}
.profile-userpic{
    text-align:center;
}
.newupdate .front{border: 2px solid yellow;}
.fc-time-grid-event.fc-short .fc-title .notviewsmall,.fc-time-grid-event.fc-short .fc-time:before{display:none;}
#calendar .fc-time-grid-event.fc-short .fc-time span{display: inline-block;}

.text-page img{max-width:100%;}
/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
    box-shadow: 0px 0px 7px 0px #818181;
}
.moder{
    display:none;
}
input[name="visible[]"]+input[name="visible[]"]{display:none;}
#carmaster #zagreb{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #f34465;
    font-size: 22px;
    padding: 5px;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}
#carmaster .adress{
    padding-left:15px;
    min-height: 130px;
}
#quote blockquote{
        border-left: 0px solid #eee;
}
#carmaster .obomne{
     padding:0px 15px;
     padding-top: 10px;
}
#carmaster .obomne a{
    color:#f34465;
    font-weight:600;
}
#carmaster .adress p{
        font-size: 18px;
    
}
#carmaster .raboti{
    padding-left:15px;
    height: auto;
}
#carmaster .raboti img{
    height:50px;
    margin-right:5px;
    margin-bottom:5px;
}
#carmaster .adress i{
      font-size: 40px;
    margin-right: 20px;
}
#carmaster .adress i.fa-vk{
        color: #337ab7;
}
#carmaster .adress i.fa-instagram{
        color: #ab139e;
}
#carmaster .adress i.fa-youtube{
        color: #FF0000;
}
#carmaster .adress i.fa-twitter{
        color: #1da1f2;
}
#carmaster .star-rating {
  line-height:32px;
  font-size:1.25em;
  font-size: 26px;
}

#carmaster .star-rating .fa-star{
  background: linear-gradient(181deg, #f5e415 20%, #dca810 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

        font-size: 26px;
    
}
#carmaster .rang{
    padding-top:5px;
    text-align:center;
}
#carmaster .rang h3{
    margin-top: 0px;
    font-weight: 600;
}
#carmaster .rang h3 span{
          color: #f34465;
    text-transform: uppercase;
}
#carmaster .profile-userpic img {
    float: none;
    margin: 15px auto;
    width: 90%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}



.disible img{
     -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.disible a{
     -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.disible2 .moder {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    padding: 5px 10px;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
#shapki img{
    margin-bottom:2em;
    border-radius: 5px;
    border: 2px solid #fff;
}
#shapki img:hover{
    cursor:pointer;
        border: 2px solid #f34465;
}
#shapki .active{
      border: 2px solid #f34465;
}

#shapki #galka{
    border:0px;
    position:absolute;
    bottom:5px;
    right:5px;
}

#shapki .gflbk{
    display:none;
}
#shapki .gflbkactive{
    display:block;
}
.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
    box-shadow: 0px 0px 7px 0px #818181;
}
.navbar-default {
  background-color: #f33155;
      opacity: 0.9;

}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-nav>.active>a{
    color:#fff;
}
.navbar-default .navbar-nav>li>a{
    color:#fff;
}
.navbar-default .navbar-nav>.active>a {
    background-color: #222222;
}
.navbar-brand:hover {
    color:#222222;
}
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #222222;
    color:#fff;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#fff;
     background-color: #222222;
}
.navbar-default {
    border-color: #f44566;
        border-bottom: 4px solid #222222;
        border-top:0px;
}
.navbar {
    border-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #f44566;
}

.navbar-default .navbar-toggle {
    border-color: #f44566;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #222;
}
/* headr */

/* slider */
.carousel-animate .carousel-indicators > li {
 margin: 0 2px;
 background-color: #fff;
 border-color: rgb(58,36,83);
 opacity: .7;
}
.carousel-animate .carousel-indicators > li.active {
 width: 10px;
 height: 10px;
 opacity: 1;
}
.carousel-animate .hero {
 color: #fff;
 text-align: center;
 text-transform: uppercase;
 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.btn.btn-lg {
 padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
 color: #fff;
 background-color: #f44566;
border-color: rgb(146, 65, 81);
 outline: none;
 margin: 20px auto;
}
@media screen and (max-width: 640px) {
 .hero h1 {
 font-size: 2em;
 }
}
.carousel-fade .carousel-inner .item {
 transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
 opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
 opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
 left: 0;
 transform: translate3d(0, 0, 0);
}
.carousel-bg .carousel-inner .item {
 background-color: darkslategrey;
 background-size: cover;
 background-position: center;
 min-height: 480px;
}
/* slider */


#usluga{
        border: 1px solid #ededed;
    background: #fff;
    padding:15px;
        display: -webkit-box;
        margin-top:3em;
        -webkit-box-shadow: 0px 0px 7px 0px #818181;
    box-shadow: 0px 0px 7px 0px #818181;
}


/* footer */
footer.nb-footer {
background: #222;
margin-top:3em;
border-top: 4px solid #f44566; }
footer.nb-footer .about {
margin: 0 auto;
margin-top: 40px;
max-width: 1170px;
text-align: center; }
footer.nb-footer .about p {
font-size: 13px;
color: #999;
margin-top: 30px; }
footer.nb-footer .about .social-media {
margin-top: 15px; }
footer.nb-footer .about .social-media ul li a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 16px;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.3); }
footer.nb-footer .about .social-media ul li a:hover {
background: #f44566;
color: #fff;
border-color: #f44566; }
footer.nb-footer .footer-info-single {
margin-top: 30px; }
footer.nb-footer .footer-info-single .title {
color: #aaa;
text-transform: uppercase;
font-size: 16px;
border-left: 4px solid #f44566;
padding-left: 5px; }
footer.nb-footer .footer-info-single ul li a {
display: block;
color: #aaa;
padding: 2px 0; }
footer.nb-footer .footer-info-single ul li a:hover {
color: #f44566; }
footer.nb-footer .footer-info-single p {
font-size: 13px;
line-height: 20px;
color: #aaa; }
footer.nb-footer .copyright {
margin-top: 15px;
background: #111;
padding: 7px 0;
color: #999; }
footer.nb-footer .copyright p {
margin: 0;
padding: 0; }
/*footer*/

 .service-aro-icon {
 width: 380px;
 margin: 0 auto;
 }

 .service-aro-left {
 width: 150px;
 height: 1px;
 float: left;
 margin-top: 16px;
 }

 .service-aro-right {
 width: 150px;
 height: 1px;
 float: right;
 margin-top: 16px;
 }
 .service-aro-icon img{
font-size: 16px;
    border: 1px solid;
    width: 34px;
    height: 33px;
    padding: 1px;
    line-height: 32px;
    padding-left: 5px;
    border-radius: 6px 0 6px 0;
    padding-right: 5px;}
    
 .service-aro-icon i {
 font-size: 16px;
 border: 1px solid;
 width: 33px;
 height: 33px;
 line-height: 32px;
 border-radius: 6px 0 6px 0;
 }

 #about-page{
 background-color: #1b1b1b;
 padding: 100px 0px;
 }

 #about-page .about-title{
 color: #f4f4f4;
 font-size: 30px;
 text-transform: uppercase;
 padding-bottom: 18px;
 }

 #about-page h2{
 color: #808b8d;
 font-size: 24px;
 text-transform: uppercase;
 margin-top: 30px;
 margin-bottom: 20px;
 }

 #about-page p{
 color: #808b8d;
 font-size: 14px;
 margin-bottom: 40px;
 }

 .member{
 margin-top: 25px;
 }

 .member .member-img{
 position: relative;
    width: 100%;
 margin: auto;
 }

 .member .member-img:before{
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 z-index: 200;
 content: "";
 width: 100%;
 height: 100%;
 background-color: #000;
 position: absolute;
 top: 0;
 opacity: 0;
 border-radius: 40px 0px;
 }

 .member .member-img:hover:before{
 opacity: 0.6;
 }

 .member .member-img img{
 border-width: 3px;
 border-style: solid;
 border-radius: 40px 0px;
 width: 100%;
 height: auto;
 }

.member-social {
    position: absolute;
    width: 100%;
    height: 264px;
    top: 0;
    left: 0;
}

 .member-social .facebook-icon i{
 color: #ffffff;
 font-size: 20px;
     width: 110px;
 height: 35px;
 line-height: 35px;
 border-radius: 8px 0px;
 margin: 1px;
 position: absolute;
 top: -0px;
 left: 75px;
 z-index: -999;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 }

 .member .member-img:hover .facebook-icon i{
 top: 114px;
 z-index: 300;
 }

 .member-social .twitter-icon i{
 color: #ffffff;
 font-size: 20px;
 width: 35px;
 height: 35px;
 line-height: 35px;
 border-radius: 0px 8px;
 margin: 1px;
 position: absolute;
 top: 114px;
 right: -0px;
 z-index: -999;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 }

 .member .member-img:hover .twitter-icon i{
 right: 114px;
 z-index: 300;
 }

 .member-social .linkedin-icon i{
 color: #ffffff;
 font-size: 20px;
 width: 35px;
 height: 35px;
 line-height: 35px;
 border-radius: 0px 8px;
 margin: 1px;
 position: absolute;
 bottom: 114px;
 left: -0px;
 z-index: -999;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 }

 .member .member-img:hover .linkedin-icon i{
 left: 114px;
 z-index: 300;
 }

 .member-social .google-plus-icon i{
 color: #ffffff;
 font-size: 20px;
 width: 35px;
 height: 35px;
 line-height: 35px;
 border-radius: 8px 0px;
 margin: 1px;
 position: absolute;
 bottom: -0px;
 right: 114px;
 z-index: -999;
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 }

 .member .member-img:hover .google-plus-icon i{
 bottom: 114px;
 z-index: 300;
 }

 .member h3 {
    color: #222222;
    font-size: 20px;
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

 .member span{
 font-size: 18px;
 }

/* Фиолетовая расцветка */

.service-aro-icon,
.member span{
 color:#f44566;
}

.service i,
.member .member-img img {
 border-color: #f44566;
}

.service-aro-left,
.service-aro-right,
.member-social .facebook-icon i,
.member-social .twitter-icon i,
.member-social .linkedin-icon i,
.member-social .google-plus-icon i {
 background: #f44566;
}
.btn:hover,
.btn:focus,
.btn:active{
 outline: 0 !important;
}
/* entire container, keeps perspective */
.card-container {
 -webkit-perspective: 800px;
 -moz-perspective: 800px;
 -o-perspective: 800px;
 perspective: 800px;
 margin-bottom: 30px;
}
.card-container {
 -webkit-perspective: 800px;
 -moz-perspective: 800px;
 -o-perspective: 800px;
 perspective: 800px;
 margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
 -webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
 transform: rotateY( 180deg );
}


.card-container.static:hover .card, 
.card-container.static.hover .card {
 -webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
 transform: none;
}
/* flip speed goes here */
.card {
 -webkit-transition: -webkit-transform .5s;
 -moz-transition: -moz-transform .5s;
 -o-transition: -o-transform .5s;
 transition: transform .5s;
-webkit-transform-style: preserve-3d;
 -moz-transform-style: preserve-3d;
 -o-transform-style: preserve-3d;
 transform-style: preserve-3d;
 position: relative;
}

/* hide back of pane during swap */
.front, .back {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -o-backface-visibility: hidden;
 backface-visibility: hidden;
 position: absolute;
 top: 0;
 left: 0;
 background-color: #FFF;
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
 z-index: 2;
}

/* back, initially hidden pane */
.back {
 -webkit-transform: rotateY( 180deg );
 -moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
 transform: rotateY( 180deg );
 z-index: 3;
}

.back .btn-simple{
 position: absolute;
 left: 0;
 bottom: 4px;
}
/* Style */


.card{
 background: none repeat scroll 0 0 #FFFFFF;
 border-radius: 4px;
 box-shadow: 0px 0px 2px 0px #818181cf;
 color: #444444;
}
.card-container, .front, .back {
 width: 100%;
 min-height: 420px;
 border-radius: 4px;
}
.card .cover{
 height: 105px;
 overflow: hidden;
 border-radius: 4px 4px 0 0;
}
.card .cover img{
 width: 100%;
}
.card .user{
 border-radius: 50%;
 display: block;
 height: 120px;
 margin: -55px auto 0;
 overflow: hidden;
 width: 120px;
}
.card .user img{
 background: none repeat scroll 0 0 #FFFFFF;
 border: 4px solid #FFFFFF;
 width: 100%;
}

.card .content{
 background-color: rgba(0, 0, 0, 0);
 box-shadow: none;
 padding: 10px 20px 20px;
}
.card .content .main {
 min-height: 160px;
}
.card .back .content .main {
 height: 215px;
}
.card .name {
 font-size: 22px;
 line-height: 28px;
 margin: 10px 0 0;
 text-align: center;
 text-transform: capitalize;
}
.card h5{
 margin: 5px 0;
 font-weight: 400;
 line-height: 20px;
}
.card .profession{
 color: #999999;
 text-align: center;
 margin-bottom: 20px;
}
.card .footer {
 border-top: 1px solid #EEEEEE;
 color: #999999;
 margin: 30px 0 0;
 padding: 10px 0 0;
 text-align: center;
}
.card .footer .social-links{
 font-size: 18px;
}
.card .footer .social-links a{
 margin: 0 7px;
}
.card .footer .btn-simple{
 margin-top: -6px;
}
.card .header {
 padding: 15px 20px;
 height: 90px;
}
.card .motto{
 border-bottom: 1px solid #EEEEEE;
 color: #999999;
 font-size: 14px;
 font-weight: 400;
 padding-bottom: 10px;
 text-align: center;
}

/* Just for presentation */

.title{
 color: #506A85;
 text-align: center;
 font-weight: 300;
 font-size: 44px;
 margin-bottom: 90px;
 line-height: 90%;
}
.title small{
 font-size: 17px;
 color: #999;
 text-transform: uppercase;
 margin: 0;
}
.space-50{
 height: 50px;
 display: block;
}
.space-200{
 height: 200px;
 display: block;
}
.white-board{
 background-color: #FFFFFF;
 min-height: 200px;
 padding: 60px 60px 20px;
}
.ct-heart{
 color: #F74933;
}

 pre.prettyprint{
 background-color: #ffffff;
 border: 1px solid #999;
 margin-top: 20px;
 padding: 20px;
 text-align: left;
}
.atv, .str{
 color: #05AE0E;
}
.tag, .pln, .kwd{
 color: #3472F7;
}
.atn{
 color: #2C93FF;
}
.pln{
 color: #333;
}
.com{
 color: #999;
} 

.btn-simple{
 opacity: .8;
 color: #666666;
 background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus{
 background-color: transparent;
 box-shadow: none;
 opacity: 1;
}
.btn-simple i{
 font-size: 16px;
}

.navbar-brand-logo{
 padding: 0;
}
.navbar-brand-logo .logo{
 border: 1px solid #333333;
 border-radius: 50%;
 float: left;
 overflow: hidden;
 width: 60px;
}
.navbar .navbar-brand-logo .brand{
 color: #FFFFFF;
 float: left;
 font-size: 18px;
 font-weight: 400;
 line-height: 20px;
 margin-left: 10px;
 margin-top: 10px;
 width: 60px;
}
.navbar-default .navbar-brand-logo .brand{
 color: #555;
}


/* Fix bug for IE */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .front, .back{
 -ms-backface-visibility: visible; 
 backface-visibility: visible;
 }
 
 .back {
 visibility: hidden;
 -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
 }
 .front{
 z-index: 4;
 }
 .card-container:not(.manual-flip):hover .back,
 .card-container.manual-flip.hover .back{
 z-index: 5;
 visibility: visible;
 }
}
.member-social .facebook-icon i:hover,
.member-social .twitter-icon i:hover,
.member-social .linkedin-icon i:hover,
.member-social .google-plus-icon i:hover {
 background: #f44566;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #383838;
}
@media(max-width:480px){
.pull-right+.row{margin-top: 30px;}
a.btn+a.btn{display:block;margin:5px 0;}
.service-aro-left,.service-aro-right{width:70px}
    .service-aro-icon {
    width: auto;
    margin: 0 auto;
}
.member-social .facebook-icon i {
    color: #ffffff;
    font-size: 20px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 40px 0px 0px 0px;
    margin: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
z-index: 50000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.facebook-icon{
    display: block;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    z-index: 50000;
}

.member-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.member .member-img:hover .facebook-icon i {
    top: 0px;
    z-index: 300;
}
}
