/*
Theme Name: Laser Lipo 2017
Theme URI:
Description: Laser Lipo Theme
Author: Bizcor
Author URI:
Version: 1.00
*/
a, a:hover{
    text-decoration: none!important;
}
ul, ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
.content-area ul{
    list-style-type: disc;
    margin-left: 25px;
}
.left{
   float:left; 
}
.right{
    float: right;
}
h2{
    color:#3E7EC1!important;
}
body h1{
	font: 400 28px "Raleway"!important; 
    color: #3e7ec1!important;
}
/*.rightHeaderMenu{
    background:#9ACF8E;
}
.rightHeaderMenu ul{
    float: right;
    margin: 0 -10px 0 0;
}
.rightHeaderMenu ul li{
    float:left;
    font: 400 14px 'Raleway';
}
.rightHeaderMenu ul li a{
    color:#fff;
    padding: 10px;
    display: block;
    transition: all 0.2s linear;
}
.rightHeaderMenu ul li a:hover{
    color: #9ACF8E;
    background: #fff;
}*/

.logoTelBlock{
   padding:0 0 10px 0; 
}
.logoTelBlock .headerContact p{
    color: #9ACF8E;
    font: 400 40px 'Roboto';
    text-align: right;
    margin-top: 5px;
}
.logoTelBlock .headerContact p a{
    color:#3E7EC1;
    transition: all 0.2s linear;
}
.logoTelBlock .headerContact p a:hover{
    color:#9ACF8E; 
}
.logoTelBlock .headerContact button{
    color:#fff;
    background: #3E7EC1;
    border: 0;
    width: 194px;
    height: 42px;
    border-radius: 21px;
    font: 400 18px 'Raleway';
}
.logoHeader{
    padding-top: 12px;
}
.logoHeader img{
    width: 305px;
    transition: all 0.2s linear;
}
.logoHeader img:hover{
    opacity: 0.7;
}
.mainHeaderMenu{
   background: #3E7EC1; 
}
.mainHeaderMenu .ubermenu-nav li{
    font: 400 18px 'Raleway';
}
.mainHeaderMenu .ubermenu-nav > li > a{
   color: #fff; 
}
#hmenu_load_2 .hmenu_inner_holder{
    width:100%!important;
}
#hmenu_holder_2 .hmenu_right ul li .hmenu_submenu{
    width:160px;
}
#hmenu_holder_2 .hmenu_right ul li .caret{
    color:#fff;
    position: absolute;
    top:18px;
    right: 2px;
}
#hmenu_holder_1 .hmenu_center ul li .caret{
    color:#fff;
    opacity: 1!important;
    position: relative!important;
    top: 11px;
    right: 10px;
}
#hmenu_holder_1 .hmenu_center ul li:hover .caret{
    color: #777;
}
.itemImg{
    position:relative;
}
.itemImg .positioned{
    position: absolute;
    left: 35px;
    bottom:10px;
    text-align: center;
}
.itemImg .positioned span{
    color: white!important;
    margin-bottom: 0!important;
}
.itemImg button{
   width:175px;
   height:40px;
   color:#fff;
   border: 0;
   border-radius: 20px;
   background:#9ACF8E;
}
.itemImg span{
    font: 400 14px 'Raleway';
    display: block;
    margin-bottom: 10px;
}
.videoSection{
    max-height: 600px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.videoSection video{
    width: 100%;
    height: auto;
    display: block;
    opacity:0.8;
    display: none;
}
.videoSection .video-title{    
    color: #fff;
    height: auto;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;   
}
.videoSection .video-title .col-xs-6{
    width: 50%;
    position: relative;
    padding: 0 15px;
}
/*.videoSection .positioned{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}*/ 
/*.videoSection .video-title div{
    height: 100%;
}*/
.videoSection .video-title h2,
.bannerSection .banner-title h2{
    font: 500 48px 'Raleway';
    margin: 0;
    color: #fff!important;
}
.videoSection .video-title h3,
.bannerSection .banner-title h3{
    font: 400 30px 'Raleway';
    margin-top: 0;
    margin-bottom: 20px;
}
.bannerSection .banner-title h3{
    margin-bottom: 0;
}
.bannerSection .banner-title{
    top: calc(50% - 54px);
}
.videoSection .video-title button{
    width:305px;
    height: 70px;
    border-radius: 35px;
    border:6px solid rgba(255, 255, 255, 0.6) ;
    background:#9ACF8E ;
    font: 400 23px 'Raleway';
}
.trustBar{
    background:#3E7EC1 ;
    padding: 35px 0;
}
.trustBar .row{
   	display: table;
   	margin: 0 auto; 
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* .trustBar .row img:nth-child(2){
    margin: 0 145px 0 110px;
} */
.trustBar .row img{
	margin: 0!important;
	cursor: pointer;
}
.gridSection{
    padding-top: 40px;
    background: #F9F9F9;
}
.gridSection h2{
   font: 300 40px 'Raleway';
   text-align: center;
}
.gridSection h3{
    font: 300 20px 'Raleway';
   text-align: center;
   color:#c1c1c1;
   margin-bottom: 40px;
}
.gridSection .categories{
    margin-bottom: 25px;
}
.gridSection .categories ul{
    display: table;
    margin: 0 auto;
    padding: 15px 30px;
    background: #fff;
}
.gridSection .categories ul li{
    float: left;
    margin-right: 35px;
    font: 300 16px 'Raleway';
    color: #c1c1c1;
}
.gridSection .categories ul li:last-child{
    margin-right: 0;
}
.gridSection .categories ul li:hover{
    color:#3E7EC1;
    text-decoration: none;
    cursor: pointer;
}
.gridSection .masonry-area{
    max-width: 1200px;
    margin:0 auto 10px auto;
}
.gridSection .masonry-area .grid-item{
    background: #777;
}
.gridSection .masonry-area .grid-item img{
    opacity: 0.75;
    transition: all 0.2s linear;
}
.gridSection .masonry-area .grid-item:hover img{
    opacity: 1;
}
.gridSection .masonry-area .grid-item-title{
    position: absolute;
    left: 0;
    right: 0;
    top:calc(50% - 21px);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.gridSection .masonry-area .grid-item-title h3{
    font-weight: 600;
    font-size: 22px;
    margin-bottom:5px!important;
}
.gridSection .masonry-area .grid-item-title h3,
.gridSection .masonry-area .grid-item-title h4{
    margin: 0;
    color: #fff;
}
.gridSection .masonry-area .grid-item-title h4{
    font-size: 12px;
}

.infoSection{
    padding-top:65px ;
}
.infoSection .col-logo img{
    width: 100%;
    margin-top: -70px;
	display: none;
}
.infoSection h2 {
    font: 400 20px 'Raleway';
}
.infoSection h1 {
    font: 400 20px 'Raleway' !important;
}
.infoSection .second-row h2{
    padding-left: 15px;
    margin-bottom: 10px;
}
.infoSection .second-row {
    margin-top: 70px;
}
.infoSection article {
    font: 400 14px 'Raleway';
    line-height: 1.8;
    margin-bottom: 40px;
}
.infoSection article p {
    margin-bottom: 10px;
}
.infoSection article + img{
    margin-bottom: 50px;
    width: 100%;
}
.infoSection article span{
    color: #3D7DBF;
}
.infoSection button{
    width: 250px;
    height: 60px;
    border-radius: 30px;
    border: 0;
    color: #fff;
    font: 400 18px 'Raleway';
    box-shadow:0 0 10px #FFD2FF;
}
.infoSection .meetBtn{
    margin-right: 30px;
    background: #3D7DBF;
}
.infoSection .aboutBtn{
    background: #9ACF8E;
}
.infoSection .col-img .left{
    text-align: right;
    max-width: 295px;
}
.infoSection .col-img img:first-child{
    margin-bottom: 19px;
}
.infoSection .col-img img:last-child{
    max-width: 450px;
    float: right;
}
.socBar{
   background: #F9F9F9; 
   padding: 45px 0;
}
.socBar .row{
    display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    align-items:center;
    -webkit-align-items: center;
}
footer .footer{
    background: #1B1B1B;
    padding: 60px 0;
}
footer .footer h5{
    color: #fff;
    text-transform: uppercase;
    font: 400 13px 'Raleway';
    margin-top: 0;
    margin-bottom: 20px;
}
footer .footer h5 span{
    display: none;
}
footer .footer .address h5{
    margin-bottom: 5px;    
}
footer .footer .address p{
    margin-bottom: 20px;
}
footer .footer .address p span, footer .footer .col-md-3 span{
    font-family: 'Roboto';    
}
footer .footer .col-md-6{
    border-right: 1px solid #383838;
    border-left: 1px solid #383838;
}
footer .footer p,
footer .footer a,
footer .footer ul li{
    color: #818181;
    font: 300 13px 'Raleway';
}
footer .footer a:hover{
    text-decoration: none;
    color: #3D7DBF;
}
footer .footer p{
    line-height: 1.9;
}
footer .footer ul li{
    margin-bottom: 15px;
}
footer .copyright{
    background: #141414;
    padding: 25px 0;
}
footer .copyright .col-lg-4 {
    width: 33.33333333%;
    padding: 0 15px;
}
footer .copyright p{
    text-align: right;
    margin-bottom: 0;
    color: #818181;
    font-size: 12px;
}
footer .copyright p a{
    color:#3E7EC1;
}
footer .copyright .footer-nav ul{
    margin: 0;
}
footer .copyright .footer-nav ul li{
    float:left;
    text-transform: uppercase;
    margin-right: 30px;
    font: 300 12px 'Raleway';
}
footer .copyright .footer-nav ul li:last-child{
    margin-right: 0;
}
footer .copyright .footer-nav ul li a{
    color: #F3F3F3;
}

/*Generic Page & Procedure Page*/
.content-area h2{
    margin-bottom: 20px;
    font: 400 22px 'Raleway';
}
.content-area article{
    font: 400 14px 'Raleway';
    line-height: 1.8;
    margin-bottom: 25px;
}
.content-area article h5{
    font: 600 14px 'Raleway';
}
.form-box{
    margin-top: 22px;
    margin-bottom: 10px;
    background: #F7F7F7;
}
.form-box .form-header{
    color: #fff;
    background: #3E7EC1;
    padding: 5px 10px;
}
.form-box .form-header h3{
    margin-top: 0;
    font: 400 22px 'Raleway';
}
.form-box .form-header h4{
    margin-bottom: 0;
    font: 400 18px 'Raleway';
}
.form-box .form-header + div{
     border: 1px solid #DAD9D9;
     border-top: 0;
}
.form-box #gform_1 ul li{
    padding: 0;
}
.form-box #gform_1 label{
    display: none;
}
.form-box #gform_1 input:not([type="submit"]){
    border:1px solid #D9D9D9;
    padding-left: 8px;
}
.form-box #gform_1 input::-webkit-input-placeholder,
.form-box #gform_1 textarea::-webkit-input-placeholder{
    color:#D9D9D9;
}
.form-box #gform_1 input::-moz-placeholder,
.form-box #gform_1 textarea::-moz-placeholder{
    color:#D9D9D9;
    opacity: 1;
}
.form-box #gform_1 textarea{
    border:1px solid #D9D9D9; 
}
.form-box #gform_1 .gform_footer{
    padding: 0;
}
.form-box #gform_1 .gform_footer input[type="submit"]{
    width:100%;
    color: #fff;
    border: 0;
    height: 60px;
    background: #9ACF8E;
    font: 500 20px 'Raleway';
}
.underForm{
    text-align: center;
    font: 500 12px 'Raleway';
    margin-bottom: 20px;
}
.underForm a{
    color: #ccc;
    text-decoration: underline;
}
.magazin-box img{
    width: 112px;
}
.magazin-box img:first-child{
    width: 234px;
}
.bannerSection{
    background: #000;
    position: relative;
    text-align: center;
    color: #fff;
}
.banner-title{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.before-after .col-md-6 > div{
    height: 160px;
    background: #000;
    margin-bottom: 30px;
    cursor: pointer;
}
.before-after .col-md-6 > div img{
    height: 100%;
    width: 100%;
    opacity: 0.8;
    transition: all 0.2s linear;
    
}
.before-after .col-md-6 > div:hover img{
    opacity: 1;
}
.patientTestimonials{
    margin-bottom: 65px;
}
.patientTestimonialsIn article:first-child,
.patientTestimonialsIn article:nth-child(2){
    display: block;
}
.patientTestimonialsIn article{
    display: none;
}
.patientTestimonialsIn.active article{
    display: block;
}
.patientTestimonials article{
    font: 400 18px 'Raleway';
    line-height: 1.5;
}
.patientTestimonials button{
    width: 100%;
    height: 35px;
    color:#fff;
    background: #9ACF8E;
    border: 0;
    font: 400 16px 'Raleway';
}
.patientTestimonials button span:first-child,
.patientTestimonials button.active span:last-child{
    display:block;
}
.patientTestimonials button span:last-child,
.patientTestimonials button.active span:first-child{
    display:none;
}
.relatedArticles{
    margin-bottom:65px;
}
.relatedArticles ul li{
    font:400 14px 'Raleway' ;
    margin-bottom: 9px;
}
.relatedArticles ul li a{
    color: #333;
}
.description{
    background-image:url(/wp-content/uploads/2017/04/bg.png);
    background-repeat: no-repeat;
    background-position: 15px -88px;
}
.description .col-md-4 > img{
    width:100%;
    margin-top: 80px;
}
.description .col-md-8 article img{
    width:100%;
}
.procedure-trustBar{
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.procedure-trustBar img{
    opacity:0.15;
}
.page-nav{
    background:#000;
}
.page-nav ul{
    margin-bottom: 0;
}
.page-nav ul li{
    float:left;
    margin-right: 14px;
    font: 400 16px 'Raleway';
    color: #fff;
    padding: 15px 5px;
    transition: all 0.2s linear;
}
.page-nav ul li:hover{
   cursor: pointer; 
   color: #000;
   background: #fff;
}
.page-nav ul li:last-child{
    margin-right: 0;
}
.page-template-page-procedure .sidebar{
    margin-top: -90px;
}
.youtube a{
    display:block;
}
.youtube a:first-child{
   margin-bottom: 20px; 
}
.backToTopButton{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5;
    padding-top: 7px;
    width: 80px;
    height: 80px;
    background: #1e1e1e;
    border: 5px solid #3E7EC1;
    border-radius: 100%;
    color: #3E7EC1;
    font: 600 22px 'Raleway';
    text-align: center;
    transition: 0.3s;
}
.backToTopButton:hover{
    cursor: pointer;
    border-color: #9ACF8E;
    color: #9ACF8E;
}
.noVideo{
    width: 100%;
    opacity: 0.8;
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes hvr-ripple-out1 {
  100% {
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out1 {
  100% {
    top: -17px;
    right: -17px;
    bottom: -17px;
    left: -17px;
    opacity: 0;
  }
}
@-webkit-keyframes hvr-ripple-out2 {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out2 {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes hvr-ripple-out3 {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out3 {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out,
.hvr-ripple-out1,
.hvr-ripple-out2,
 .hvr-ripple-out3{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-ripple-out:before{
  content: '';
  position: absolute;
  border: #3E7EC1 solid 6px;
  border-radius: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out1:before,
.hvr-ripple-out3:before{
   content: '';
  position: absolute;
  border: #9ACF8E solid 6px;
  border-radius: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; 
}
.hvr-ripple-out2:before{
   content: '';
  position: absolute;
  border: #3D7DBF solid 6px;
  border-radius: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; 
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
.hvr-ripple-out1:hover:before, .hvr-ripple-out1:focus:before, .hvr-ripple-out1:active:before {
  -webkit-animation-name: hvr-ripple-out1;
  animation-name: hvr-ripple-out1;
}
.hvr-ripple-out2:hover:before, .hvr-ripple-out2:focus:before, .hvr-ripple-out2:active:before {
  -webkit-animation-name: hvr-ripple-out2;
  animation-name: hvr-ripple-out2;
}
.hvr-ripple-out3:hover:before, .hvr-ripple-out3:focus:before, .hvr-ripple-out3:active:before {
  -webkit-animation-name: hvr-ripple-out3;
  animation-name: hvr-ripple-out3;
}

#formModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#formModal form label{
   display: none; 
}
#formModal .modal-header .modal-title{
  color: #3E7EC1;  
}
#formModal form input:not([type="submit"]),
#formModal form textarea{
   border-radius: 5px; 
   border: 1px solid #ccc;
}
#formModal form input:not([type="submit"]){
    padding-left: 8px;
}
#formModal form textarea{
    height: 140px;
}
#formModal form ul li{
    padding-right: 0;
}
#formModal .gform_wrapper{
   margin-top: 0; 
}
#formModal .modal-body{
    padding-top: 0;
}
#formModal .gform_footer{
   margin: 10px 0 0 0;
   padding: 0;
}
#formModal .gform_footer input[type="submit"]{
    width: 100%;
    background: #9ACF8E;
    border: 0;
    border-radius: 5px;
    color: #fff;
    height: 32px;
}
.hmenu_mobile_menu_toggle{
    text-align: center;
    padding-top: 11px;
}
.hmenu_mobile_menu_toggle i{
    color: #fff;
    font-size: 12px;
}
.viewMoreBtn{
    width: 300px;
    height: 50px;
    margin:20px auto;
    display:block;
    border: 0;
    color:#fff;
    background: #000;
    font:200 30px 'Raleway';
}
.viewMoreBtn span:last-child,
.viewMoreBtn.in span:first-child{
    display: none;
}
.viewMoreBtn.in span:last-child{
    display: inline-block;
}
/*Moduls*//*Moduls*//*Moduls*/
/*Top Banner*/
.topBanner{
    min-height: 200px;
    background: #000;
    position: relative;
    overflow: hidden;
}
.topBanner .container img{
    height: 100%;
    float: right;
    max-width: 100%;
}
.topBanner h1{
    margin: 0;
}
.topBanner .positioned{
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 40px);
    text-align: center;
}
.topBanner h1{
    color: #fff;
}
/*End Top Banner*/
/*End Moduls*//*End Moduls*/
/*--------------------------------------------------------
*** RESPONSIVNESS *** RESPONSIVNESS *** RESPONSIVNESS ***
-------------------------------------------------------*/
@media(max-width:1860px){
.infoSection .col-img .left{
    width:50%;
    max-width: none;
} 
.infoSection .col-img .left img{
    width: 100%;
}  
.infoSection .col-img > img{
    max-width: none;
    width: 49%;
} 
}
@media(max-width:1370px){
.infoSection button{
    width:220px;
    font-size: 16px;
}  
.infoSection .meetBtn{
    margin-right: 20px;
}  
}
@media(max-width:1350px){
#hmenu_holder_2 .hmenu_right ul li .hmenu_submenu{
    left:auto;
    right:0;
}    
}
@media(max-width:1199px){
#hmenu_load_2 .hmenu_inner_holder{
    width:972px!important;
}
#hmenu_load_2 .hmenu_sub > ul > li > a > .hmenu_no_sub.hmenu_wrap > span{
    padding-right: 0!important;
    padding-left: 0;
}
.col-logo,
.infoSection .second-row > .col-lg-2{
   display:none; 
}
.videoTestimonials .youtube img{
    width: 100%;
}
.magazin-box img:first-child{
    width:100%;
    margin-bottom: 15px;
}
.magazin-box > img{
    width: 50%;
}
.bannerSection > img{
    width: 100%;
}
.page-nav ul li{
    font-size: 14px;
}
.itemImg .positioned{
    left: 80px;
}
.itemImg button{
    width: 145px;
}
}
@media(max-width:1030px) and (min-width:992px){
 .infoSection button{
    display:block;
    width: 100%;
}
.infoSection .meetBtn{
    margin-right: 0;
    margin-bottom:15px;
}   
}
@media(max-width:1030px){
.gridSection .masonry-area{
    padding-left:20px;
} 
}
@media(max-width:991px){
    .singlePostCont h3{
        color: #fff;
        text-align: center;
        position: relative;
        top: 0!important;
        width: 100%;
    }
    .singlePostCont h3 span{
        max-width: 450px;
        display: inline-block;
        color: #3E7EC1;
        padding: 10px 0 0;
    }
}
@media(max-width:991px){
.videoSection .video-title button{
    width: 250px;
    height: 50px;
}    
.rightHeaderMenu{
   display:none; 
}
header{
    border-bottom:1px solid #24578D;
}
#hmenu_load_2 .hmenu_inner_holder{
    width: 100%!important;
    padding-right: 10px;
}
   /*hero menu*/ 
.mainHeaderMenu .ubermenu-responsive-toggle{
   color:#fff;
   width:60px;
   height: 67px; 
   padding: 0;
   text-align: center;
   background: #252525;
   position:absolute;
   right: 0;
   left: auto!important;
   top: 0;
}  
.mainHeaderMenu .ubermenu-responsive-toggle i{
    font-size:42px;
    margin-right: 0;
}
.hmenu_mobile_show{
    height:66px!important;
    width: 61px;
    border:0;
    background:#252525;
    top: -66px!important;
    color:#fff;
    text-align: center;
    font-size: 42px;
    padding-top: 3px;
}
#hmenu_load_1{
    z-index: 20000!important;
}
.hmenu_submenu .hmenu_col_3{
    padding-bottom: 0!important;
}
#hmenu_load_1 .hmenu_mega_inner{
    padding: 0!important;
} 
.hmenu_left,
.menu_responsive_label{
    display: none!important;
}
#hmenu_load_1 #hmenu_holder_1.hmenu_main_holder{
    height:0!important;
}
/*end hero menu*/
.logoHeader{
    padding-top:0;
}
.logoTelBlock{
  padding-bottom:0; 
}
.logoHeader img{
    width:240px;
} 
.headerContact{
    display: none;
}
.logoTelBlock > .container{
   width:100%;
}
.trustBar .row img:nth-child(2){
    margin:0 45px 0 40px;
} 
.infoSection{
    padding-top:0;
}
.infoSection .col-logo img{
    display:none;
}
.infoSection article{
    margin-bottom:0;
    padding-top:0!important;
    padding-right: 0!important;
}
.infoSection .col-img{
    margin-top:15px;
}
.infoSection .col-img .left{
    width:66.6666%;
}
.infoSection .col-img .left img{
    width:50%;
    float:left;
}
.infoSection .col-img > img{
    width:33.3333%;
}
.infoSection .second-row{
    margin-top:10px;
}
.infoSection .second-row .col-lg-5 {
    width: 41.66666667%;
    padding: 0 15px;
}
.infoSection article + img{
    margin-bottom: 10px;
}
.before-after .col-md-6 > div{
    height: auto;
}
footer .footer{
    padding-top: 30px;
    padding-bottom: 20px;
}
footer .footer h5{
    margin-bottom: 5px;
}  
footer .footer h5 span{
    display: inline;
}
footer .footer h5 span .minus,
footer .footer h5.show span .plus{
    display: none;
}
footer .footer h5.show span .minus{
    display: inline;
}
footer .footer .menus h5 + ul{
    display: none;
}
footer .footer .menus h5.show + ul{
   display: block; 
}
footer .footer .menus h5{
    cursor: pointer;
}
footer .footer .col-md-6{
    margin: 10px 0 15px 0;
    border-right: 0;
    border-left: 0;
}
.videoTestimonials .youtube a{
    width: 49%;
    float: left;
}
.videoTestimonials .youtube a:last-child{
    float:right;
}
.videoTestimonials .youtube iframe{
    height: 305px;
}
.page-template-page-procedure .sidebar{
    margin-top: 0!important;
}
.magazin-box img:first-child,
.magazin-box > img{
    width:33.333%;
    margin-bottom: 0;
}
.page-nav ul li a{
    padding: 7px 0;
}
}
@media(max-width:785px){
.rightHeaderMenu ul{
    margin-right:0;
}  
.bannerSection{
    overflow: hidden;
}  
.bannerSection > img{
    width: 150%;
    height: auto;
}
.bannerSection .banner-title{
    top: calc(50% - 110px);
}
.procedure-trustBar{
    padding-bottom: 10px;
}
}
@media(max-width:768px){
.page-nav ul li{
    margin-right:0;
    padding: 15px 10px;
}    
}
@media(max-width:767px){
.rightHeaderMenu{
    display:none;
} 
.relatedArticles ul{
    margin-bottom: 25px;
}
.description{
    background-image: none;
}
#hmenu_load_1 .hmenu_navigation_holder > ul li{
    background: #24578D!important;
}
#hmenu_load_1 .hmenu_navigation_holder > ul li:hover{
    background:rgba(62,126,193,1.0) ;
}
#hmenu_load_1 .hmenu_navigation_holder > ul li a span{
    color: #fff;
    font-size: 14px;
}
footer .copyright{
    padding-bottom: 80px;
}

}
@media(max-width:650px){
.videoSection{
    min-height:310px;
}
.videoSection .video-title h1, 
.bannerSection .banner-title h1{
    font-size:28px;
}
.videoSection .video-title h3, 
.bannerSection .banner-title h3{
    font-size: 13px;
    margin-bottom:25px;
}
.bannerSection .banner-title h3{
    margin-bottom: 0;
}
.videoSection .video-title button{
    width: 250px;
    font-size:18px;
}
.bannerSection .banner-title{
    top: calc(50% - 54px);
}
.bannerSection > img{
    width: 200%;
    height: auto;
}
.gridSection{
    padding-top:0;
    padding-left: 15px;
    padding-right: 15px;
}
.gridSection h2{
    font-size:19px;
}
.gridSection h3{
    font-size:10px;
    margin:0 0 20px 0;
}
.gridSection .categories ul{
    padding:0;
    background: transparent;
}
.gridSection .categories ul li{
    font-size:8px;
    margin-right:15px;
}
.infoSection button{
    display:block;
}
.infoSection .meetBtn{
    margin-right: 0;
    margin-bottom:15px;
}
.infoSection .second-row h2{
    padding-left: 0;
}
footer .copyright p{
    text-align:center;
}
footer .footer-icon li{
margin-top:8px;
}
.cs-infos{
max-width:100%;
}
/*

*/
.trustBar .row img{
    max-width:85px;
    margin-right: 0 !important;
} 
.trustBar .row img:nth-child(2){
    margin:0;
}
.trustBar .row{
    display: flex;
    justify-content:space-between;
    align-items:center;
} 
.noVideo{
    display:block;
}
.videoSection video{
    display: none;
}
.page-template-default iframe,
.page-template-default .wp-caption.alignnone,
.page-template-default .wp-caption.alignnone img{
    width:100%!important;
} 

}
@media(max-width:500px){
.infoSection button{
    width:100%;
}
.infoSection .col-img .left,
.infoSection .col-img .left img{
    width:100%;
    max-width:none;
}
.infoSection .col-img > img{
    width:100%;
    margin-top: 20px;
}
footer .copyright .footer-nav ul li{
    font-size:10px;
    margin-right: 20px;
}
.masonry-area .grid-item{
    width:100%;
    height: auto!important;
    min-height: 150px;
    margin-bottom: 10px;

} 
.masonry-area .grid-item a:last-child{
    margin-bottom: 0;
}
.grid-item--height2 img{
    margin-left: 0!important;
}
.gridSection .masonry-area .grid-item img{
    width: 100%;
    height: auto;
}
.gridSection .masonry-area{
    margin-bottom: 0;
    padding-left: 0;
}
.socBar{
    padding: 15px 0;
} 
.socBar .row img{
    margin: 0 5px;
    max-width: 70px;
} 
.socBar .row img:last-child, .socBar .row img:nth-child(3){
    max-width:80px;
}
.socBar .row img:last-child{
    margin-top: 10px;
}
.videoTestimonials .youtube a{
    width:100%;
}
.youtube a:first-child{
    margin-bottom: 5px;
}
.description .col-xs-4,
.description .col-xs-8{
    width: 100%;
}
.description .col-md-4 > img{
    margin-top: 0;
}
.relatedArticles{
    margin-bottom: 0;
}
.page-nav ul li{
    float: none;
    margin-right: 0;
}
.videoTestimonials .youtube iframe,
.videoTestimonials iframe{
    height: 260px!important;
}
.backToTopButton{
    width: 50px;
    height: 50px;
    padding-top: 0;
    font-size: 14px;
    right: 0;
    bottom: 60px;
}
.noVideo{
    width: 200%;
}
.videoSection{
    overflow: hidden;
    height: 310px;
}
.viewMoreBtn{
    width:100%;
    margin-top: 0;
}
.videoSection .video-title button{
    width: 150px;
    height: 40px;
}
.videoSection .video-title h2, .bannerSection .banner-title h2{
    font-size: 28px;
}
.videoSection .video-title h3, .bannerSection .banner-title h3{
    margin-bottom: 10px;
}
}

@media(max-width:400px){
.videoSection .video-title h2, .bannerSection .banner-title h2{
    font-size: 24px;
}    
}

@media(min-width:992px){
#before_and_after div img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    position: relative;
}
#before_and_after div img:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    box-shadow: 0 0 5px #3E7EC1;
    z-index: 2;
}    
}
/*--------------------------------------------------------
*** Cross browser *** Cross browser *** Cross browser ***
-------------------------------------------------------*/
@-moz-document url-prefix() {
.page-template-page-procedure .sidebar{
    margin-top: -91px;
}   
}

.openFox2Modal{
    cursor: pointer;
}

#hmenu_load_2 .hmenu_navigation_holder>ul>li>a, #hmenu_load_2 .hmenu_social_holder>ul>li>a, #hmenu_load_2 .hmenu_product_holder>ul>li>a, #hmenu_load_2 .hmenu_toggle_holder>ul>li>a{
	font-size: 18px;
}

.hmenu_col_5,.hmenu_col_2{
	display: block!important;
}

.hmenu_col_5 img,.hmenu_col_2 img{
	width:100%;
}