/**
 * Theme Name: nanocare Child
 * Description: Child theme for the nanocare
 * Author: LineThemes
 * Template: nanocare
 */



/*******************************************
Utility
*******************************************/
.white-text, .white-text p {
    color:#fff;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }

.wpb_video_widget {
    overflow: hidden;
}
.full-width img, .full-width .vc_single_image-wrapper, .full-width .vc_single_image-wrapper, .full-width figure {
    width: 100%;
}
.vc_row.bg-top {
    background-position: center top !important;
}
.hidden {
    display: none;
}
.content-body-inner {
    padding-bottom: 0px;
}



/*******************************************
Buttons
*******************************************/
.button.outline.blue:not(:hover) {
    border-color:#79cadd;
    color:#79cadd;
}
.button.outline.small {
    font-size:10px;
    padding: 7px 12px;
    line-height: 1;
    height: auto;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
    color: #05a2cc;
    border-color: #05a2cc;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline.active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:active, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
    border-color: #05a2cc;
    background-color: #05a2cc;
}




/*******************************************
Gradients
*******************************************/
body #site .iconbox.gradient-light-blue, .gradient-light-blue {
    background-color:#62d5ef;
    background: -webkit-linear-gradient(-135deg, #62d5ef, #05a2cc) #05a2cc no-repeat;
    background: -moz-linear-gradient(-135deg, #62d5ef, #05a2cc) #05a2cc no-repeat;
    background: -ms-linear-gradient(-135deg, #62d5ef, #05a2cc) #05a2cc no-repeat;
    background: -o-linear-gradient(-135deg, #62d5ef, #05a2cc) #05a2cc no-repeat;
    background: linear-gradient(-135deg, #62d5ef, #05a2cc) #05a2cc no-repeat;
}
body #site .iconbox.gradient-medium-blue, .gradient-medium-blue {
    background-color:#62d5ef;
    background: -webkit-linear-gradient(-135deg, #05a3cc, #1672a5) #1672a5 no-repeat;
    background: -moz-linear-gradient(-135deg, #05a3cc, #1672a5) #1672a5 no-repeat;
    background: -ms-linear-gradient(-135deg, #05a3cc, #1672a5) #1672a5 no-repeat;
    background: -o-linear-gradient(-135deg, #05a3cc, #1672a5) #1672a5 no-repeat;
    background: linear-gradient(-135deg, #05a3cc, #1672a5) #1672a5 no-repeat;
}
body #site .iconbox.gradient-dark-blue, .gradient-dark-blue {
    background-color:#62d5ef;
    background: -webkit-linear-gradient(-135deg, #1672a5, #444b68) #444b68 no-repeat;
    background: -moz-linear-gradient(-135deg, #1672a5, #444b68) #444b68 no-repeat;
    background: -ms-linear-gradient(-135deg, #1672a5, #444b68) #444b68 no-repeat;
    background: -o-linear-gradient(-135deg, #1672a5, #444b68) #444b68 no-repeat;
    background: linear-gradient(-135deg, #1672a5, #444b68) #444b68 no-repeat;
}
.gradient-light-dark-blue, .content-bottom-widgets {
    background-color:#62d5ef;
    background: -webkit-linear-gradient(-135deg, #05a2cc, #62d5ef) #62d5ef no-repeat;
    background: -moz-linear-gradient(-135deg, #05a2cc, #62d5ef) #62d5ef no-repeat;
    background: -ms-linear-gradient(-135deg, #05a2cc, #62d5ef) #62d5ef no-repeat;
    background: -o-linear-gradient(-135deg, #05a2cc, #62d5ef) #62d5ef no-repeat;
    background: linear-gradient(-135deg, #05a2cc, #62d5ef) #62d5ef no-repeat;
}



/*******************************************
Hover Box
*******************************************/
.vc-hoverbox-inner h2 {
    margin: 0 0 10px;
    font-size: 1.8rem;
}
.vc-hoverbox-inner:last-child {
    margin-bottom: 50px;
}



/*******************************************
Ninja Forms
*******************************************/
.nf-form-cont {
    padding: 20px 0;
}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    padding: 15px 20px;
}
.nf-form-fields-required {
    display: none;
}
.boxed-form .nf-form-cont {
    padding: 50px;
    border-bottom: 3px solid #61d4ee;
    background-color: #ffffff;
    background-image: url(../../assets/img/bg-mail.png);
    background-repeat: repeat-x;
    background-size: 58px 5px;
    position: relative;
    -webkit-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -5px 3px 25px 0 rgba(0, 0, 0, 0.1);
}
.nf-form-cont .list-checkbox-wrap .nf-field-element li label, .nf-form-cont .list-radio-wrap .nf-field-element li label {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.5em;
    font-size: .95rem;
    line-height: 1.3;
    padding: 3px 0;
    margin-bottom: 7px;
}
.nf-form-cont .field-wrap input[type=button] {
    height: 55px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 55px;
    letter-spacing: 2px;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: .8rem;
}
.nf-form-cont .field-wrap input[type=button]:hover {
  background-color: #61d4ee;
}
.nf-form-cont .nf-field-label label {
    font-size: 1rem;
}
.nf-form-cont .ninja-forms-req-symbol {
  font-family: Arial, sans-serif;
}
.nf-form-cont .nf-field-element input, .nf-form-cont .nf-field-element select, .nf-form-cont .nf-field-element textarea {
    padding: 10px 20px;
}
.nf-form-cont textarea, 
.nf-form-cont input[type="text"], 
.nf-form-cont input[type="password"], 
.nf-form-cont input[type="datetime"], 
.nf-form-cont input[type="datetime-local"], 
.nf-form-cont input[type="date"], 
.nf-form-cont input[type="month"], 
.nf-form-cont input[type="time"], 
.nf-form-cont input[type="week"], 
.nf-form-cont input[type="number"],
.nf-form-cont input[type="email"],
.nf-form-cont input[type="url"],
.nf-form-cont input[type="search"],
.nf-form-cont input[type="tel"],
.nf-form-cont input[type="color"] {
    border: 2px solid #dde3e5;
}
.nf-form-cont textarea:focus, 
.nf-form-cont input[type="text"]:focus, 
.nf-form-cont input[type="password"]:focus, 
.nf-form-cont input[type="datetime"]:focus, 
.nf-form-cont input[type="datetime-local"]:focus, 
.nf-form-cont input[type="date"]:focus, 
.nf-form-cont input[type="month"]:focus, 
.nf-form-cont input[type="time"]:focus, 
.nf-form-cont input[type="week"]:focus, 
.nf-form-cont input[type="number"]:focus,
.nf-form-cont input[type="email"]:focus,
.nf-form-cont input[type="url"]:focus,
.nf-form-cont input[type="search"]:focus,
.nf-form-cont input[type="tel"]:focus,
.nf-form-cont input[type="color"]:focus {
    border: 2px solid #61d4ee;
    background: #dde3e5;
}




/*******************************************
Logos
*******************************************/
.logos .vc_gitem-zone {
    background-size: 75%;
    border: 1px solid #efefef;
}
.logos .vc_gitem-zone:hover {
    border-color:#5cbddc;
}



/*******************************************
Team Boxes
*******************************************/
#site .member .member-info {
    box-shadow: none !important;
}
#site .member:hover .member-info {
    background: #f9f9f9;
}
#site .member .member-info .member-subtitle {
    color: #c5c5c5;
}



/*******************************************
News Box
*******************************************/
.news-text {
    border-radius: 5px 5px 0 0;
}
.news-text img {
    width:20%;
    margin-top:0px;
    -webkit-filter: grayscale(100%);
    filter:grayscale(100%);
}
.news-video {
    border-radius: 0 0 5px 5px;
}


/*******************************************
Site Header
*******************************************/
.site-topbar .menu-top > li i {
    font-size: 16px;
}

.site-topbar .topbar-text ul li .content span.action {
    font-size: 1.2rem;
}

body .site-topbar .topbar-text ul li a.content {
    line-height: .6;
}

.site-topbar {
    padding: 10px 0 10px;
}

#site-header {
}

.site-header .header-brand {
	margin-top:10px;
}

.site-header-sticky.header-brand-left .header-brand {
	margin-top:2px;
}

.site-header .off-canvas-toggle, .site-header .navigator .menu > li > a, .site-header .social-icons a {
    padding-top: 26px;
    padding-bottom: 31px;
}

.site-topbar .topbar-text ul li .content span.text {
    font-size: .9rem;
    color:#7fccdf;
}

.site-topbar .topbar-text ul li .content span.action {
    text-transform: none;
}

.site-topbar .menu-top > li > a {
    padding: 4px 0 11px;
}

.site-header-classic .navigator .menu.menu-primary, .site-header-sticky .navigator .menu.menu-primary {
	position:relative;
	width:auto;
	left:auto;
	float:right;
	-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.site-header .navigator > .menu > li > a {
    text-transform: none;
}

.social-icons a i.fa-rss {
    background: #79cadd;
}

.social-icons a:hover i.fa-rss {
    background:none;
}

.social-icons a i.fa-rss:before {
    content: "\f0e0";
}



/*******************************************
Blog List
*******************************************/
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post {
    padding: 0 0 20px 0;
    margin-bottom:20px;
    border-bottom:1px solid #f2f2f2;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post:last-child() {
    border-bottom: 0px;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post:nth-child(odd) .post-boxed {
    padding-right:0;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post:nth-child(even) .post-boxed {
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-boxed {
    width: 70%;
    padding: 30px 7%;
}
#site .blog-shortcode .blog-entries .entries-wrapper:not(.blog-grid) .post .post-image {
    width: 30%;
    position: relative;
    margin: 0;
}


/*******************************************
Sidebar
*******************************************/
.form-request .row .button {
    font-size: .8rem;
}



/*******************************************
Social Share
*******************************************/
.single-post .post-left-bottom ul li.pinterest {
    display: none;
}



/*******************************************
Carousel
*******************************************/
.elements-carousel {
    overflow: hidden;
}
#site .elements-carousel.blue-bg {
    background-color:#7fccdf;
}
@media screen and (min-width: 993px) {
    #site .elements-carousel.half-width {
        width:50%;
        overflow: hidden;
    }
}
#site .owl-pagination {
    position: relative;
    left: 0px;
    clear: left;
}
#site .elements-carousel .owl-buttons .owl-next:before {
    left: 15%;
    top:calc(100% - 70px);
}
#site .elements-carousel .owl-buttons .owl-prev:before {
    right: 15%;
    top:calc(100% - 70px);
}
#site .elements-carousel .owl-pagination {
    position: absolute;
    left: 0px;
    clear: left;
    bottom: 65px;
    width: 100%;
    clear: left;
}
#site .owl-pagination .owl-page.active {
    background-color:#79cadd;
}
#site .owl-buttons .owl-prev:before, #site .owl-buttons .owl-next:before {
    color:#e5e5e5;
}
#site .owl-buttons .owl-prev:hover:before, #site .owl-buttons .owl-next:hover:before {
    color:#79cadd;
}




/*******************************************
Testionials
*******************************************/

#site .testimonial.blue-bg .testimonial-content {
    padding: 80px 15% 80px;
    background-color:#7fccdf;
    box-sizing:border-box;
    position: relative;
}
#site .testimonial.blue-bg .testimonial-author {
    margin: 0 0 50px 0;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    text-align: right;
    right: 15%;
    left: 0;
}
#site .testimonial.blue-bg .testimonial-content:after, #site .testimonial.blue-bg .testimonial-content:before {
    /*content: '';*/
    color:#fff;
    top:50px;
    left:5%;
    opacity: .3;
    font-size:160px;
}
#site .testimonial.blue-bg .testimonial-content .testimonial-author .author-name {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-transform: none;
}
#site .testimonial.blue-bg .testimonial-content .testimonial-author .author-info {
    font-size: .9rem;
    font-weight: lighter;
    text-transform: none;
}
#site .testimonial.blue-bg .testimonial-content blockquote {
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: relative;
    border: none;
    font-size: 1.5rem;
    line-height: 1.4;
    text-transform: none;
    margin:0 0 40px;
}
#site .testimonial:not(.has-image) .testimonial-content:after, #site .testimonial:not(.has-image) .testimonial-content:before {
    content: '';
}
#site .testimonial:not(.has-image) .testimonial-content .testimonial-author {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
}
#site .testimonial:not(.has-image) .testimonial-content blockquote {
    text-align:center;
    text-transform: none;
    padding-bottom: 120px;
}
#site .testimonial:not(.has-image) .owl-carousel .owl-wrapper {
    padding-bottom: 50px;
}
#site .testimonial:not(.has-image) .testimonial-content {
    padding: 0 5%;
}



/*******************************************
Tabs
*******************************************/
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
    font-size:20px;
    display: block !important;
}
#site .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    font-weight: bold;
}





/*******************************************
Footer
*******************************************/
.site-footer .footer-copyright.footer-copyright-left .social-icons {
    float:none;
    margin-bottom: 30px;
}
.footer-widgets {
    text-align: center;
}
.footer-widgets .widget-title:after {
    left: calc(50% - 15px) !important;
}
.copyright {
    font-size:.7rem;
    margin-bottom: 30px;
}
@media screen and (min-width: 993px) {
    .site-footer .footer-copyright.footer-copyright-left .social-icons {
        margin:0 auto;
        display: inline-block;
    }
    .footer-copyright-inner.wrap {
        text-align: center;
    }
    .copyright {
        float:left;
        text-align: left;
    }
    .attribution {
        text-align: right;
        float:right;
    }
}
#e9-attribution-svg svg path {
    fill:#555555;
}
@media screen and (min-width: 993px) {
    .footer-bottom-side-box {
        width: 300px;
    }
}


/*******************************************
Home
*******************************************/
.home-testimonial-carousel .elements-carousel-wrap {
    min-height: 450px;
    padding-bottom: 90px;
}
.step-boxes-white-text .iconbox, .step-boxes-white-text .iconbox h3, .step-boxes-white-text .iconbox i {
  color:#fff;
}
#site .iconbox {
    padding: 60px 40px 30px;
}
@media screen and (min-width: 768px) {
    .step-boxes .iconbox {
        min-height: 350px;
    }
}
@media screen and (min-width: 1024px) {
    .step-boxes .iconbox {
        min-height: 400px;
    }
}
.home-hero .gradient-bg:before {
  content:'';
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444a68+0,35344f+100&0+0,0.9+90 */
background: -moz-linear-gradient(top, rgba(68,74,104,0) 0%, rgba(55,54,82,0.9) 90%, rgba(53,52,79,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(68,74,104,0) 0%,rgba(55,54,82,0.9) 90%,rgba(53,52,79,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(68,74,104,0) 0%,rgba(55,54,82,0.9) 90%,rgba(53,52,79,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00444a68', endColorstr='#e635344f',GradientType=0 ); /* IE6-9 */

}
.home-hero-content {
  max-width:1300px;
  margin:0 auto !important; 
}
.home-hero-title-carousel {

}



/*******************************************
Magnific Popup CSS 
*******************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.mfp-close-btn-in .mfp-close {
    color: #333;
    background: #fff;
    border-radius: 27px;
    height: 40px;
    width: 40px;
    top: 5px;
    right: -51px;
    display: block;
    text-align: center;
    padding: 0px 0 0 4px;
    border: 1px solid #fff;
    line-height: 1.15;
}
.mfp-bg {
    opacity: 0.5;
}
.mfp-content {
    margin:30px 0;
    max-width: 850px;
    padding: 50px 7%;
    background: #fff;
}
.mfp-content h4 {
    margin-top:0;
}
.mfp-container p {
    font-size: 16px;
    line-height: 1.5;
}
.mfp-container a {
    display: inline-block;
    float: left;
}
.mfp-container a img {
    padding: 10px;
    margin:0 !important;
}





.form-contact {
  background-image:none;
}
body #site .iconlist.iconlist-icon-mini li .iconlist-item-icon i {
  color: #06a0cc;
}
.main-sidebar .widget.widget_nav_menu .menu > li.current-menu-ancestor > a:after, .main-sidebar .widget.widget_nav_menu .menu > li.current-menu-parent > a:after, .main-sidebar .widget.widget_nav_menu .menu > li.current_page_item > a:after, .main-sidebar .widget.widget_nav_menu .menu > li.current_menu_item > a:after {
  color: #444a68 !important;
}