/*
Theme Name: Urban Plantations
Theme URI:
Description:
Author: DDI Development
Author URI:
Version: 1.0
*/

@font-face {
    font-family: 'MillerText-Roman';
    src: url(fonts/MillerTextRoman.ttf);
}

@font-face {
    font-family: 'MillerDisplay-Roman';
    src: url(fonts/MillerDisplayRoman.ttf);
}

@font-face {
    font-family: 'MillerText';
    src: url(fonts/MillerTextItalic.ttf);
    font-style: italic;
}

@font-face {
    font-family: 'MillerText-Bold';
    src: url(fonts/Miller-Text-Bold.ttf);
}

body {
    /*background: url("http://urbanplantations.com/wp-content/themes/up/images/gridme_@2X.png");*/
    background-image: linear-gradient(transparent 0px, transparent 2px, rgb(232, 237, 232) 2px, rgb(232, 237, 232) 20px), linear-gradient(to right, rgb(200, 195, 199) 2px, rgb(200, 195, 199) 2px, rgb(232, 237, 232) 2px, rgb(232, 237, 232) 20px);
    background-size: 20px 20px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #333;
    margin-top: 40px;
}

h2:first-child {
    margin-top: 0;
}

b, strong {
    font-weight: 700;
    color: #555555;
}

.services b, .services strong,
.article b, .article strong {
    font-family: 'MillerText-Bold', sans-serif, bold;
}

/*a {
    color: #006738;
}*/

a {
    color: #43A047;
    text-decoration: underline;
}

a:hover {
    color: #006738;
    text-decoration: underline;
}

blockquote {
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 32px;
    letter-spacing: -0.5px;
    color: #333;
    border-left: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

label,
.caldera-grid .control-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #333;
    font-weight: normal;
}

input,
textarea,
.caldera-grid .form-control {
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #787e82;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus,
textarea:focus,
.caldera-grid .form-control:focus {
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input,
select,
.caldera-grid input.form-control,
.caldera-grid select.form-control,
.select2-container--default .select2-selection--single {
    height: 45px !important;
}

@media (max-width: 767px) {
    .contact .form-group.contact_btn {
        text-align: center;
        margin-left: 0 !important;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
    line-height: 1.5;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5 !important;
    font-family: 'MillerText-Roman', sans-serif !important;
    font-size: 18px !important;
    color: #787e82 !important;
    border: 1px solid #ddd !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    color: #787e82 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}

.select2-results {
    background-color: #f5f5f5;
}

.select2-results__option,
.select2-selection__placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #333;
    font-weight: normal;
}

.select2-results__option {
    margin: 5px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c8e6c9 !important;
    color: #333 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-weight: normal;
}

select,
.caldera-grid select.form-control {
    font-size: 12px;
}

select option {
    color: #333;
    background: #f5f5f5;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 12px;
}

/* Validation */

input.user-error,
.caldera-grid input.user-error {
    border: 1px solid #ff6666 !important;
    background: url(images/icon-caution.png) #f5f5f5 no-repeat right 15px center !important;
}

input.user-success,
.caldera-grid input.user-success {
    background: url(images/icon-tick.png) #f5f5f5 no-repeat right 15px center;
}

textarea.user-error,
.caldera-grid textarea.user-error {
    border: 1px solid #ff6666;
    background: url(images/icon-caution.png) #f5f5f5 no-repeat right 15px bottom 10px;
}

textarea.user-success,
.caldera-grid textarea.user-success {
    background: url(images/icon-tick.png) #f5f5f5 no-repeat right 15px bottom 10px;
}

/* Buttons */

.button-green,
input[type="submit"],
.caldera-grid input[type="submit"] {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #1a3322;
    display: inline-block;
    padding: 16px 0 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    min-width: 209px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;
}

.button-green:hover,
input[type="submit"]:hover,
.caldera-grid input[type="submit"]:hover {
    background-color: #006738;
    color: #fff;
}

.button-green:active,
input[type="submit"]:active,
.caldera-grid input[type="submit"]:active,
.button-green:focus,
input[type="submit"]:focus,
.caldera-grid input[type="submit"]:focus {
    background-color: #006738;
    color: #fff;
    outline: none;
}

.sidr {
    margin-top: 0 !important;
    opacity: 0.97;
    border-radius: 4px;
    background-color: #1a3322 !important;
    width: 100% !important;
}

.sidr ul li {
    border: none !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3.3px;
}

.sidr ul {
    border: none !important;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none !important;
}

.sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li.current-menu-item {
    text-decoration: underline;
}

.sidr_close_button {
    width: 100%;
    border: none !important;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3.3px;
}

.sidr_close_button span {
    padding: 25px;
}

.button-white {
    color: #333;
    border-radius: 40px;
    border: 1px solid #dddddd;
    padding: 10px 0 10px;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    width: 146px;
    letter-spacing: 2px;
}

.button-white:hover {
    color: #006738;
}

.blog .block-2 .button-white:hover,
.services .block-1 .button-white:hover {
    border-color: #1b5e20;
}

.blog .button-white {
    font-size: 11px;
}

@media (min-width: 768px) {
    .blog .row.item .img-responsive {
        width: 680px;
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .carousel-inner .img-responsive {
        max-width: 300px;
    }
}

.container-video {
    max-width: 1080px;
    margin: auto;
}

#scrollTo:hover {
    cursor: pointer;
}

.arrow-slider-2 {
    padding: 15px 0px 0px;
}

.button-black {
    color: #fff;
    background-color: #000;
    border-radius: 40px;
    padding: 10px 0 10px;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    width: 146px;
    letter-spacing: 2px;
}

.button-transparent {
    color: #fff;
    border: 1px solid #cedfe1;
    border-radius: 40px;
    padding: 10px 0 10px;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    width: 146px;
    text-align: center;
    letter-spacing: 2px;
}

.services .button-transparent,
.learn .button-transparent {
    color: #C7E6CA;
}

.services .button-transparent:hover,
.learn .button-transparent:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.no-padding {
    padding: 0;
}

body > .container {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #fff;
}

.header {
    padding-top: 30px;
    z-index: 100;
    background-color: #fff;
    height: 126px !important;
}

.slider img {
    height: 500px;
}

.slider .bottom {
    padding-bottom: 20px;
}

.slider .bottom .item {
    border-right: 1px solid #dddddd;
    min-height: 69px;
    text-align: center;
}

.slider .bottom .item:hover {
    cursor: pointer;
}

.slider .bottom .item:last-child {
    border-right: none;
}

.slider .bottom .item .title {
    color: #787e82;
    font-size: 12px;
    font-family: 'MillerText', sans-serif;
    font-style: italic;
    margin-bottom: 6px;
}

.slider .bottom .item .text {
    color: #333;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular', sans-serif;
}

.slider .bottom .item .text:hover {
    color: #999999;
}

.arrow_box.hover,
.arrow_box:hover {
    position: relative;
    top: -27px;
    padding-top: 27px;
    margin-bottom: -27px;
}

.arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 8px;
    margin-left: -8px;
}

.header .nav {
    margin-top: 48px;
}

.header .nav li {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 40px;
}

.header .nav li:last-child {
    margin-right: 0;
}

.header .nav li.active a,
.mega-menu-wrap li.mega-current-menu-item a {
    color: #999 !important;
    border-bottom: 2px solid #ddd !important;
    padding-bottom: 2px !important;
}

.header .nav li a {
    color: #333;
}

.header .nav li a:hover {
    color: #006738;
}

.header .nav > li > a:focus {
    background-color: #fff;
}

.header .nav > li > a {
    padding: 0;
}

.nav > li > a:hover {
    background-color: #fff;
}

div#side-menu {
    position: absolute;
    right: 15px;
}

.mega-menu-wrap label {
    display: none;
}

#mega-menu-wrap-header-menu {
    background-color: #fff;
    line-height: normal;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a {
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 29px;
    padding: 0;
    line-height: 55px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-menu-item-has-children > a:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item-has-children > a:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-has-children > a:after {
    display: none;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item:hover > a {
    background-color: #fff;
    color: #006738 !important;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold !important;
    letter-spacing: 1px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: none;
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    border-color: inherit;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
    display: none !important;
}

.sub-menu-wrapper-2,
.sub-menu-wrapper {
    top: 126px;
    background-color: #ebeae8;
    position: absolute;
    z-index: 2;
}

#sub-menu-2,
#sub-menu {
    display: inline-block;
    margin-top: 20px;
    display: none;
    padding: 30px;
}

#sub-menu-2 li,
#sub-menu li {
    list-style-type: none;
}

#sub-menu-2 li.mega-menu-item,
#sub-menu li.mega-menu-item {
    width: 25%;
    float: left;
    border-right: 1px solid #1a3322;
    min-height: 168px;
    padding-right: 15px;
    padding-left: 20px;
}

#sub-menu-2 li.mega-menu-item:first-child,
#sub-menu-2 li.mega-menu-item:last-child,
#sub-menu li.mega-menu-item:first-child,
#sub-menu li.mega-menu-item:last-child {
    border-right: none;
}

#sub-menu-2 li.mega-menu-item-widget_sp_image-2,
#sub-menu li.mega-menu-item-widget_sp_image-2 {
    width: 18.66666667%;
}

#sub-menu-2 .mega-menu-item img,
#sub-menu .mega-menu-item img {
    width: 168px;
    display: block;
    max-width: 100%;
    height: auto;
}

#sub-menu-2 .mega-menu-item .title,
#sub-menu .mega-menu-item .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: -0.3px;
    color: #1a3322;
    margin-bottom: 12px;
}

#sub-menu-2 .mega-menu-item .textwidget,
#sub-menu .mega-menu-item .textwidget {
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: #756c63;
}

#sub-menu-2 .mega-menu-item h4,
#sub-menu .mega-menu-item h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: #1a3322;
    text-transform: uppercase;
}

#sub-menu-2 li ul,
#sub-menu li ul {
    padding-left: 0;
}

#sub-menu-2 .mega-menu-item a,
#sub-menu .mega-menu-item a {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #756c63;
    text-decoration: none;
}

#sub-menu-2 .mega-menu-item a:hover,
#sub-menu .mega-menu-item a:hover {
    text-decoration: none;
    color: #1a3322;
}

.sticky-wrapper {
    height: 126px !important;
}

.is-sticky .header {
    height: 100px !important;
}

.logo .big {
    max-width: 211px;
}

@media (max-width: 550px) {
    .logo {
        margin-left: auto;
    }

    div#side-menu {
        right: 0;
    }
}

@media (max-width: 380px) {
    .logo .big {
        max-width: 200px;
    }
}

@media (max-width: 360px) {
    .logo .big {
        max-width: 190px;
    }
}

.is-sticky .header .logo .big {
    display: none;
}

.is-sticky .header .logo .small {
    display: block !important;
}

.is-sticky .header .right {
    margin-top: 0;
}

.is-sticky .header .socials {
    display: none;
}

.is-sticky .sub-menu-wrapper-2,
.is-sticky .sub-menu-wrapper {
    top: 100px;
}

.header .right {
    margin-top: 29px;
}

.header .socials {
    margin-top: 48px;
}

.header .socials .sprite {
    float: left;
    margin-right: 27px;
}

.header .menu-button {
    border: 1px solid #dddddd;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 12px 21px 9px;
    width: 82px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    margin-top: 12px;
}

.is-sticky .header .menu-button {
    margin-top: 0;
}

.sprite.instagram {
    background: url(images/icon-header-instagram-2x.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
}

.sprite.instagram:hover {
    background: url(images/icon-header-instagram-2x-hover.png) no-repeat;
    background-size: cover;
}

.sprite.facebook {
    background: url(images/icon-header-facebook-2x.png) no-repeat;
    background-size: cover;
    width: 8px;
    height: 16px;
}

.sprite.facebook:hover {
    background: url(images/icon-header-facebook-2x-hover.png) no-repeat;
    background-size: cover;
}

.sprite.twitter {
    background: url(images/icon-header-twitter-2x.png) no-repeat;
    background-size: cover;
    width: 21px;
    height: 16px;
}

.sprite.twitter:hover {
    background: url(images/icon-header-twitter-2x-hover.png) no-repeat;
    background-size: cover;
}

.sprite.yelp {
    background: url(images/icon-header-yelp-2x.png) no-repeat;
    background-size: cover;
    width: 15.8px;
    height: 20.7px;
}

.sprite.yelp:hover {
    background: url(images/icon-header-yelp-2x-hover.png) no-repeat;
    background-size: cover;
}

.sprite.arrow-testimonial-left {
    background: url(images/arrow-testimonial-left-hover.png) no-repeat;
    width: 14px;
    height: 24px;
}

.sprite.arrow-testimonial-left:hover {
    background: url(images/arrow-testimonial-left.png) no-repeat;
    width: 14px;
    height: 24px;
}

.sprite.arrow-testimonial-right {
    background: url(images/arrow-testimonial-right-hover.png) no-repeat;
    width: 14px;
    height: 24px;
}

.sprite.arrow-testimonial-right:hover {
    background: url(images/arrow-testimonial-right.png) no-repeat;
    width: 14px;
    height: 24px;
}

.sprite.arrow-slider-left {
    background: url(images/arrow-slider-left.png) no-repeat;
    width: 49px;
    height: 49px;
}

.sprite.arrow-slider-left:hover {
    background: url(images/arrow-slider-left-hover.png) no-repeat;
}

.sprite.arrow-slider-right {
    background: url(images/arrow-slider-right.png) no-repeat;
    width: 49px;
    height: 49px;
}

.sprite.arrow-slider-right:hover {
    background: url(images/arrow-slider-right-hover.png) no-repeat;
}

.sprite.icon-arrow-left,
.flex-direction-nav .flex-prev,
.metaslider .flexslider .flex-direction-nav li a.flex-prev {
    background: url(images/icon-arrow-left.png) no-repeat;
    width: 60px;
    height: 60px;
}

.sprite.icon-arrow-right,
.flex-direction-nav .flex-next,
.metaslider .flexslider .flex-direction-nav li a.flex-next {
    background: url(images/icon-arrow-right.png) no-repeat;
    width: 60px;
    height: 60px;
}

.sprite.icon-close {
    background: url(images/icon-close.png) no-repeat;
    width: 42px;
    height: 42px;
}

.block {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.block .title-line {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 40px;
    letter-spacing: 2px;
}

.block .title-line:before {
    content: ' ';
    width: 120px;
    border-top: 1px solid #1a3322;
    display: inline-block;
    margin-bottom: 9px;
}

.block .content {
    font-family: 'MillerDisplay-Roman', sans-serif;
}

.block .post {
    color: #787e82;
    font-family: 'PT Serif', serif;
}

.home .metaslider .flexslider {
    margin-bottom: 27px;
}

.home .metaslider a {
    color: #fff;
    text-decoration: none;
}

.home .flexslider .flex-direction-nav .flex-prev {
    margin-left: 60px;
}

.home .flexslider .flex-direction-nav .flex-next {
    margin-right: 60px;
}

.home .flexslider .text {
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 35%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 600px;
}

@media (max-width: 1200px) {
    .home .flexslider .text {
        top: 30%;
    }
}

@media (max-width: 991px) {
    .home .flexslider .text {
        top: 22%;
    }
}

@media (max-width: 768px) {
    .home .flexslider .text {
        top: 22%;
        width: 526px;
    }
}

@media (max-width: 660px) {
    .home .flexslider .text {
        top: 22%;
        width: 500px;
    }
}

@media (max-width: 600px) {
    .home .flexslider .text {
        top: 82px;
        width: 400px;
    }
}

@media (max-width: 550px) {
    .home .flexslider .text {
        width: 360px;
    }
}

@media (max-width: 500px) {
    .home .flexslider .text {
        top: 75px;
        width: 321px;
    }
}

@media (max-width: 450px) {
    .home .flexslider .text {
        top: 70px;
        width: 280px;
    }
}

@media (max-width: 400px) {
    .home .flexslider .text {
        top: 45px;
        width: 255px;
    }
}

@media (max-width: 380px) {
    .home .flexslider .text {
        top: 42px;
        width: 235px;
    }
}

@media (max-width: 360px) {
    .home .flexslider .text {
        top: 32px;
        width: 200px;
    }
}

.home .flexslider .text .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 44px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

@media (max-width: 720px) {
    .home .flexslider .text .title {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .home .flexslider .text .title {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .home .flexslider .text .title {
        font-size: 26px;
    }
}

.home .flexslider .text .description {
    color: #ffffff;
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 20px;
}

@media (max-width: 600px) {
    .home .flexslider .text .description {
        font-size: 16px;
    }
}

.home .flexslider .flex-control-nav {
    display: none;
}

.flexslider .flex-control-paging li a {
    background-color: rgba(230, 230, 230, 0.5);
}

.home .block-1 {
    background-color: #f5f5f5;
    line-height: 1.5;
}

.home .block-1 .container {
    float: none;
}

.home .block-1 .content {
    font-size: 36px;
    margin-bottom: 31px;
    line-height: 1.5;
}

.home .block-1 .content a {
    color: #006738;
    text-decoration: underline;
}

.home .block-1 .content a:hover {
    color: #1A3322;
}

.home .block.block-3 {
    position: relative;
    padding-bottom: 80px;
}

.home .block-3 .container {
    float: none;
}

.home .block-3 .arrow-testimonial-left,
.home .block-3 .arrow-testimonial-right {
    position: absolute;
    top: 50%;
}

.home .block-3 .arrow-testimonial-left {
    left: 10px;
}

.home .block-3 .arrow-testimonial-right {
    right: 10px;
}

@media (min-width: 992px) {
    .home .block-3 .arrow-testimonial-left {
        margin-left: -163px;
    }

    .home .block-3 .arrow-testimonial-right {
        margin-right: -163px;
    }
}

@media (min-width: 1200px) {
    .home .block-3 .arrow-testimonial-left {
        margin-left: -205px;
    }

    .home .block-3 .arrow-testimonial-right {
        margin-right: -205px;
    }
}

.home .block-3 .content {
    font-size: 26px;
    margin-bottom: 26px;
    line-height: 32px;
    margin-top: 29px;
}

.home .block-3 .content {
    padding-left: 40px;
    padding-right: 40px;
}

.home .block-3 .author {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home .block-3 {
    background-color: #f5f5f5;
}

.home .block-2 .images {
    padding-top: 10px;
}

.home .block-2 .item {
    margin-bottom: 29px;
    margin-right: 5px;
    float: none;
    display: inline-block;
}

.home .block-2 .item:last-child {
    margin-bottom: 40px !important;
}

.home .block-2 .item img {
    /*width: 166px;
    height: 166px;*/
}

.index-img-hover {
    position: absolute;
    top: 0;
    width: 150px;
    height: 150px;
}

.index-img-hover:hover {
    background: rgba(0, 0, 0, 0.30);
}

.block-bottom-img {
    position: relative;
    overflow-x: hidden;
}

.block-bottom-img .background {
    width: 100%;
    height: 165px;
    display: block;
}

@media (max-width: 767px) {
    .block-bottom-img .background {
        width: 140%;
        margin-left: -20%;
    }
}

@media (max-width: 645px) {
    .block-bottom-img .background {
        width: 150%;
        margin-left: -25%;
    }
}

@media (max-width: 506px) {
    .block-bottom-img .background {
        width: 190%;
        margin-left: -45%;
    }
}

@media (max-width: 443px) {
    .block-bottom-img .background {
        width: 200%;
        margin-left: -50%;
    }
}

.block-bottom-img .button-green {
    position: absolute;
    top: 40%;
    margin: 0 auto;
    left: 0;
    width: 209px;
    right: 0;
    letter-spacing: 2px;
}

.footer {
    text-align: center;
    padding-top: 40px;
}

.footer .subscription .text {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-size: 11px;
    margin-right: 14px;
}

.footer .subscription input[type="email"].email,
.footer .subscription input[type="text"].email {
    height: 30px !important;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 5px 13px;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 12px;
}

.footer .subscription .email {
    background: url(images/icon-email.png) no-repeat right 15px center;
    width: 25%;
    padding-right: 36px;
}

.footer .subscription input[type="email"].email:focus,
.footer .subscription input[type="email"].email:hover,
.footer .subscription input[type="text"].email:focus,
.footer .subscription input[type="text"].email:hover {
    background: url(images/icon-email-green.png) no-repeat right 15px center;
    border: 1px solid #1b5e20;
}

.footer .subscription .button-green {
    min-width: 115px;
    height: 32px !important;
    border-radius: 4px;
    background-color: #1a3322;
    padding-top: 8px;
}

.footer .subscription .button-green:hover {
    background-color: #1b5e20;
}

@media (max-width: 767px) {
    .footer .subscription .button-green {
        margin-top: 15px;
    }
}

.footer .nav {
    display: inline-block;
    margin-top: 40px;
    font-family: 'MillerText-Roman', sans-serif;
}

.footer .nav li {
    float: left;
}

.footer .nav li a {
    color: #787e82;
}

.footer .nav > li > a {
    padding: 0 23px;
    text-decoration: none;
}

.footer .nav > li > a:hover {
    color: #333333;
}

.footer .socials {
    margin-top: 32px;
}

.footer .socials > a {
    display: inline-block;
}

.footer .socials .sprite {
    float: left;
    margin: 0 19px;
}

.footer .sprite.instagram {
    background: url(images/icon-header-instagram-2x.png) no-repeat;
    background-size: cover;
    width: 21px;
    height: 22px;
}

.footer .sprite.instagram:hover {
    background: url(images/icon-header-instagram-2x-hover.png) no-repeat;
    background-size: cover;
}

.footer .sprite.facebook {
    background: url(images/icon-header-facebook-2x.png) no-repeat;
    background-size: cover;
    width: 11px;
    height: 22px;
}

.footer .sprite.facebook:hover {
    background: url(images/icon-header-facebook-2x-hover.png) no-repeat;
    background-size: cover;
}

.footer .sprite.twitter {
    background: url(images/icon-header-twitter-2x.png) no-repeat;
    background-size: cover;
    width: 27px;
    height: 20px;
}

.footer .sprite.twitter:hover {
    background: url(images/icon-header-twitter-2x-hover.png) no-repeat;
    background-size: cover;
}

.footer .sprite.yelp {
    background: url(images/icon-header-yelp-2x.png) no-repeat;
    background-size: cover;
    width: 21px;
    height: 27px;
}

.footer .sprite.yelp:hover {
    background: url(images/icon-header-yelp-2x-hover.png) no-repeat;
    background-size: cover;
}

.footer .copyright {
    color: #787e82;
    font-size: 13px;
    font-family: 'MillerText-Roman', sans-serif;
    margin-top: 38px;
    margin-bottom: 21px;
    letter-spacing: 1px;
}

.footer .icon {
    background: url(images/icon-u-p.png);
    width: 31px;
    height: 50px;
    display: inline-block;
}

.services .block-1 {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}

.services .block.block-2 {
    padding-top: 50px;
    padding-bottom: 55px;
}

.services .block-1 .container {
    position: relative;
}

.services .block-1 .container .item a {
    text-decoration: none;
}

.block .navigation .arrow-testimonial-left,
.block .navigation .arrow-testimonial-right {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.block .navigation .arrow-testimonial-left {
    left: 0;
    margin-left: 20px;
}

.block .navigation .arrow-testimonial-right {
    right: 0;
    margin-right: 20px;
}

.show {
    display: block !important;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    z-index: 1;
    display: none;
}

.services .block-1 img {
    display: inline-block;
}

.services .block-1 .title,
.services .block-4 .title {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
}

.services .block-1 .title {
    cursor: pointer;
}

.services .block-1 .title:hover {
    color: #006738;
}

.services .block-1 .description,
.services .block-4 .description {
    color: #787e82;
    font-family: 'MillerText-Roman', sans-serif;
    line-height: 1.3;
    max-width: 260px;
    margin: 19px auto 0;
}

@media (max-width: 768px) {
    .services .block-4 .item,
    .services .block-4 .item.active {
        margin: 40px;
    }
}

.services .block-1 .description {
    min-height: 130px;
}

@media (max-width: 767px) {
    .services .block-1 .description {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .services .block-1 .button-white {
        margin: 20px auto 40px;
    }
}

.services .block-2 .title-line {
    padding-bottom: 40px;
}

.services .block-2 .items {
    height: 74px;
}

.services .block-2 .items .item {
    text-align: center;
}

.services .block-2 .items .item img {
    display: inline-block;
}

.services .block-3 {
    background-color: #f5f5f5;
}

.services .block-3 .flexslider {
    margin-bottom: 0px !important;
}

.services .block-3 .flexslider img {
    opacity: 0;
}

.services .block-3 .flexslider li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.services .block-3 .flexslider .text {
    position: absolute;
    z-index: 1;
    left: 25px;
    right: 25px;
    bottom: 25px;
    color: #fff8e5;
    text-align: left;
}

.services .block-3 .flexslider .text .label {
    background-color: #006738;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    padding: .3em .6em .2em;
}

.services .block-3 .flexslider .text .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 20px auto;
    color: #ffffff;
}

/*
.services .block-3 .flexslider .curtain {
    background: #333333;
    background: -webkit-linear-gradient(transparent, transparent, #000000);
    background: -o-linear-gradient(transparent, transparent, #000000);
    background: -moz-linear-gradient(transparent, transparent, #000000);
    background: linear-gradient(transparent, transparent, #000000);
    opacity: 0.7;
}
*/

.block.block-carousel-button .container {
    position: relative;
}

.block.block-carousel-button .window {
    position: absolute;
    z-index: 1;
    left: 3%;
    top: 5%;
    width: 200px;
    background-color: #fdfdfd;
    border-radius: 4px;
    padding: 10px;
}

@media (max-width: 550px) {
    .block.block-carousel-button .window {
        width: 300px;
    }
}

@media (max-width: 420px) {
    .block.block-carousel-button .window {
        width: 94%;
    }
}

.block.block-carousel-button .window .window-header {
    height: 15px;
}

.block.block-carousel-button .window .window-content {
    padding: 0 10px 10px 10px;
    color: #787e82;
    font-family: 'PTSerif-Regular', sans-serif;
    font-size: 12px;
    margin-top: -10px;
}

@media (max-width: 420px) {
    .block.block-carousel-button .window .window-content {
        padding: 0 10px;
        font-size: 11px;
    }
}

.block.block-carousel-button .window .window-content .top {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'PTSerif-Italic', sans-serif;
    font-style: italic;
    color: #787e82;
}

@media (max-width: 550px) {
    .block.block-carousel-button .window .window-content .top {
        margin-bottom: 5px;
    }
}

@media (max-width: 400px) {
    .block.block-carousel-button .window .window-content .top {
        font-size: 14px;
    }
}

.block.block-carousel-button .window .close {
    font-size: 12px;
    height: 15px;
    width: 15px;
}

.block.block-carousel-button .button-black {
    position: absolute;
    z-index: 1;
    left: 6%;
    top: 10%;
}

.block.block-carousel-button .arrow-slider-left,
.block.block-carousel-button .arrow-slider-right {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.block.block-carousel-button .flex-prev,
.block.block-carousel-button .flex-next {
    display: none;
}

.block.block-carousel-button .arrow-slider-left {
    left: 0;
    margin-left: 10px;
    z-index: 999;
}

.block.block-carousel-button .arrow-slider-right {
    right: 0;
    margin-right: 10px;
    z-index: 999;
}

.block.block-carousel-button .metaslider {
    width: 90% !important;
}

@media (max-width: 992px) {
    .block.block-carousel-button .metaslider {
        width: 85% !important;
    }

    .mfp-close-btn-in .mfp-close {
        margin-right: 70px !important;
    }
}

@media (max-width: 991px) {
    .mfp-close-btn-in .mfp-close {
        margin-right: 60px !important;
    }
}

@media (max-width: 768px) {
    .block.block-carousel-button .metaslider {
        width: 75% !important;
    }

    .mfp-close-btn-in .mfp-close {
        margin-right: 90px !important;
    }
}

@media (max-width: 720px) {
    .mfp-close-btn-in .mfp-close {
        margin-right: 85px !important;
    }
}

@media (max-width: 700px) {
    .mfp-close-btn-in .mfp-close {
        margin-right: 80px !important;
    }
}

@media (max-width: 680px) {
    .block.block-carousel-button .metaslider {
        width: 100% !important;
    }

    .mfp-close-btn-in .mfp-close {
        margin-right: 5px !important;
    }

    .services .block.block-carousel-button .arrow-slider-right {
        right: 0;
        margin-right: 15px;
        margin-top: 170px;
        z-index: 1;
    }

    .services .block.block-carousel-button .arrow-slider-left {
        right: 0;
        margin-left: 15px;
        margin-top: 170px;
        z-index: 1;
    }

    .gallery .galley-wrapper .thumbnails {
        margin-top: 80px !important;
    }
}

@media (max-width: 580px) {
    .services .block.block-carousel-button .arrow-slider-right {
        right: 0;
        margin-right: 15px;
        margin-top: 155px;
    }

    .services .block.block-carousel-button .arrow-slider-left {
        right: 0;
        margin-left: 15px;
        margin-top: 155px;
    }
}

@media (max-width: 540px) {
    .services .block.block-carousel-button .arrow-slider-right {
        right: 0;
        margin-right: 15px;
        margin-top: 145px;
    }

    .services .block.block-carousel-button .arrow-slider-left {
        right: 0;
        margin-left: 15px;
        margin-top: 145px;
    }
}

@media (max-width: 500px) {
    .services .block.block-carousel-button .arrow-slider-right {
        right: 0;
        margin-right: 15px;
        margin-top: 135px;
    }

    .services .block.block-carousel-button .arrow-slider-left {
        right: 0;
        margin-left: 15px;
        margin-top: 135px;
    }
}

@media (max-width: 470px) {
    .services .block.block-carousel-button .arrow-slider-right {
        right: 0;
        margin-right: 15px;
        margin-top: 130px;
    }

    .services .block.block-carousel-button .arrow-slider-left {
        right: 0;
        margin-left: 15px;
        margin-top: 130px;
    }
}

@media (max-width: 440px) {
    .services .block.block-carousel-button .arrow-slider-right {
        right: 0;
        margin-right: 15px;
        margin-top: 125px;
    }

    .services .block.block-carousel-button .arrow-slider-left {
        right: 0;
        margin-left: 15px;
        margin-top: 125px;
    }
}

@media (max-width: 400px) {
    .services .block.block-carousel-button .arrow-slider-right {
        right: 0;
        margin-right: 15px;
        margin-top: 115px;
    }

    .services .block.block-carousel-button .arrow-slider-left {
        right: 0;
        margin-left: 15px;
        margin-top: 115px;
    }
}

@media (max-width: 370px) {
    .services .block.block-carousel-button .arrow-slider-right {
        right: 0;
        margin-right: 15px;
        margin-top: 110px;
    }

    .services .block.block-carousel-button .arrow-slider-left {
        right: 0;
        margin-left: 15px;
        margin-top: 110px;
    }
}

.services .block-4 .container {
    position: relative;
}

.services .services-carousel img:hover {
}

.services-img-hover {
    position: absolute;
    top: 0;
    left: calc((100% - 210px) / 2);
    width: 210px;
    height: 210px;
    border-radius: 105px;
}

.services-img-hover:hover {
    background: rgba(0, 0, 0, 0.30);
}

.services .services-carousel title:hover {
    color: #006738;
}

.services .services-carousel img {
    width: 210px;
}

.blog .block-1 {
    background-color: #f5f5f5;
}

.blog .block-1 .container {
    position: relative;
}

.blog .block-1 .arrow-testimonial-left,
.blog .block-1 .arrow-testimonial-right {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.blog .block-1 .arrow-testimonial-left {
    left: 0;
    margin-left: 20px;
}

.blog .block-1 .arrow-testimonial-right {
    right: 0;
    margin-right: 20px;
}

.blog .block-1 .item {
    text-align: center;
}

.page-contact-confirm .block-2 .image,
.blog .block-1 .image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 300px;
    min-height: 176px;
    margin: 0 auto;
}

.blog .block-1 a {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-contact-confirm .block-2 .image, .blog .block-1 .image {
        min-height: 124px;
    }
}

.page-contact-confirm .block-2 .image:after,
.blog .block-1 .item .image:after {
    content: '\A';
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    left: calc((100% - 300px) / 2);
    background: rgba(0, 0, 0, 0.30);
    opacity: 0;
}

@media (max-width: 1200px) {
    .page-contact-confirm .block-2 .image:after, .blog .block-1 .item .image:after {
        width: 100%;
        left: 0;
    }
}

.page-contact-confirm .block-2 .image:hover:after,
.blog .block-1 .item .image:hover:after {
    opacity: 1;
}

.blog .block-1 .image .label {
    position: absolute;
    background-color: #d8a252;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    top: 12%;
    left: 16%;
    padding: .3em .6em .2em;
}

.page-contact-confirm .block-2 .title,
.blog .block-1 .title {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 15px 10px;
    background-color: #fff;
    max-width: 300px;
    margin: 0 auto;
}

.page-contact-confirm .block-2 a, .page-contact-confirm .block-2 a:hover,
.blog .block-1 a, .blog .block-1 a:hover {
    text-decoration: none;
}

.page-contact-confirm .block-2 .description,
.blog .block-1 .description {
    color: #787e82;
    font-family: 'PTSerif-Regular', sans-serif;
    line-height: 1.3;
    background-color: #fff;
    padding: 0 15px 20px;
    max-width: 300px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .page-contact-confirm .block-2 .title, .blog .block-1 .title {
        width: 100%;
        max-width: none;
    }

    .page-contact-confirm .block-2 .description, .blog .block-1 .description {
        width: 100%;
        max-width: none;
    }

    .page-contact-confirm .block-2 .image, .blog .block-1 .image {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .blog .block-1 .description {
        margin-bottom: 40px;
    }

    .blog .block-1 {
        padding-bottom: 40px;
    }
}

.blog .block-2 {
    padding-bottom: 0;
}

.blog .block-2 .item {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.blog .block-2 .item + hr {
    border: 1px solid #c8e6c9;
    margin-left: 52px;
    margin-right: 96px;
}

@media (max-width: 1200px) {
    .blog .block-2 .item + hr {
        margin-left: 26px;
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    .blog .block-2 .item + hr {
        margin-left: 0;
        margin-right: 0;
    }
}

.blog .block-2 .item:last-child {
    margin-bottom: 0;
}

.blog .block-2 .title {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.blog .block-2 .description {
    color: #787e82;
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.blog .block-2 .left .author {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 30px;
    border-radius: 4px;
}

.blog .block-2 .left .title {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.9px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.blog .block-2 .left .description {
    font-size: 12px;
}

.blog .block-2 .right .title {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 34px;
}

.blog .block-2 .right .title a {
    color: #333;
    text-decoration: none;
}

.blog .block-2 .right .title a:focus {
    outline: none;
    text-decoration: none;
}

.blog .block-2 .right .title a:hover {
    text-decoration: none;
}

.blog .block-2 .right .description {
    text-align: left;
    padding-bottom: 20px;
}

.blog .block-2 .button-white {
    text-align: center;
    border-radius: 4px;
    width: 230px;
    padding: 15px 0 15px;
}

.blog .block-3 {
    text-align: center;
}

.blog .block-3 .container {
    position: relative;
}

.blog .block-3 .prev,
.blog .block-3 .next {
    position: absolute;
    cursor: pointer;
    font-size: 10px;
    color: #787e82;
}

.blog .block-3 .prev {
    left: 0;
}

.blog .block-3 .next {
    right: 0;
    top: 41%;
}

@media (min-width: 992px) {
    .blog .block-3 .prev {
        margin-left: 25px;
    }

    .blog .block-3 .next {
        margin-right: 35px;
    }
}

@media (min-width: 1200px) {
    .blog .block-3 .prev {
        margin-left: 35px;
    }

    .blog .block-3 .next {
        margin-right: 55px;
    }
}

.blog .block-3 .pagination .screen-reader-text {
    display: none;
}

.blog .block-3 .pagination .page-numbers:not(.next) {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    margin-right: 15px;
    text-decoration: none;
}

.blog .block-3 .pagination .page-numbers:not(.next):hover {
    text-decoration: underline;
}

.blog .block-3 .pagination .page-numbers.current {
    background-color: #ddd;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.article .top-image {
    position: relative;
    max-height: 328px;
    overflow: hidden;
}

.page-contact-confirm .top-image .text,
.article .top-image .text {
    position: absolute;
    color: #fff;
    top: 87px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    z-index: 1;
}

@media (max-width: 767px) {
    .article .top-image .text {
        top: 122px;
    }

    .page-contact-confirm .top-image .text {
        top: 105px;
    }
}

.article .top-image .text .top {
    font-size: 9px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 20px;
    z-index: 1;
}

.article .top-image .text .bottom {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -2.4px;
    margin: 0 20px;
}

@media (max-width: 600px) {
    .article .top-image .text .bottom {
        font-size: 42px;
    }
}

@media (max-width: 500px) {
    .article .top-image .text .bottom {
        font-size: 32px;
    }
}

@media (max-width: 380px) {
    .article .top-image .text .bottom {
        font-size: 28px;
    }
}

.article-img {
    min-height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .article-img {
        height: 328px;
    }
}

.article .block-1 {
    padding-bottom: 0;
}

.article .block-1 .title {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.article .block-1 .description {
    color: #787e82;
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.article .block-1 .left .author {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 30px 0;
    border-radius: 4px;
    width: 165px;
}

.article .block-1 .left .title {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.9px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.article .block-1 .left .description {
    font-size: 12px;
}

.article .block-1 .right,
.article .block-3 .right {
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #787e82;
    text-align: left;
}

.article .block-1 .right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: -0.4px;
    color: #787e82;
    margin-top: 0;
}

.article .block-2 {
    background-color: #f8f8f8;
}

.article .block-3 {
    padding-top: 0;
}

@media (max-width: 768px) {
    .article .block-3 {
        padding-top: 40px;
    }
}

.article .block-3 .text {
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #787e82;
    width: 159px;
    text-align: left;
    padding-top: 20px;
    display: inline-block;
}

.socials .fa {
    font-size: 12px;
}

.socials a:hover,
.socials a:focus {
    text-decoration: none;
}

.socials .fa-facebook {
    color: #225b99;
}

.socials .fa-twitter {
    color: #00adf2;
}

.socials .fa-envelope-o {
    color: #999;
}

.article .block-nav {
    position: relative;
    padding-top: 0;
}

.article .navigation {
    position: relative;
    margin-top: 40px;
}

.article .navigation .prev,
.article .navigation .next {
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 2px;
    color: #787e82;
}

.article .navigation .prev i,
.article .navigation .next i {
    padding: 0 15px;
    font-size: 12px;
}

.article .navigation .prev {
    margin-left: 35px;
}

.article .navigation .next {
    margin-right: 35px;
}

@media (max-width: 1200px) {
    .article .navigation .prev {
        margin-left: 5px;
    }

    .article .navigation .next {
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .article .navigation .prev {
        margin-left: -15px;
    }

    .article .navigation .next {
        margin-right: -15px;
    }
}

.socials .social-button {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 1px;
    color: #999;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 13px;
    margin-right: 18px;
}

.socials a:last-child .social-button {
    margin-right: 0;
}

.socials a {
    text-decoration: none;
}

.learn .block-1 {
    background-color: #f5f5f5;
    padding: 0;
}

.learn .block-1 .left .flexslider {
    margin-bottom: 0;
}

.learn .block-1 .left .flex-control-nav.flex-control-paging {
    display: none;
}

ol.flex-control-nav.flex-control-paging {
    display: none;
}

.learn .block-1 .left .flexslider .text {
    position: absolute;
    z-index: 1;
    left: 6%;
    right: 25px;
    bottom: 5%;
    color: #fff8e5;
    text-align: left;
}

.learn .block-1 .left .flexslider .text .label {
    background-color: #006738;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    top: 12%;
    left: 16%;
    padding: .3em .6em .2em;
}

.learn .block-1 .left .flexslider .text .title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 44px;
    margin-top: 20px;
    color: #ffffff;
}

.learn .block-1 .left .flexslider .text .description {
    color: #cedfe1;
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    width: 400px;
    margin: 20px 0;
}

@media (min-width: 1200px) {
    .learn .block-1 .right {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
}

.learn .block-1 .right .right-header {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 11px;
    letter-spacing: 2px;
    padding-top: 20px;
    padding-bottom: 17px;
}

.learn .block-1 .right .more {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 9.4px;
    color: #838d8f;
    line-height: 60px;
    cursor: pointer;
}

.learn .block-1 .right .item {
    border-bottom: 1px solid #ebeae8;
    cursor: pointer;
    min-height: 93.7px;
    padding-right: 0;
    padding-top: 30px;
    height: calc((100% - 52px) / 5);
}

.learn .block-1 .right .item:hover {
    background-color: #eeeeee;
}

.learn .block-1 .right .item:last-child,
.learn .block-1 .right .item:last-of-type {
    border-bottom: none;
}

.learn .block-1 .right .item.active {
    background-color: #ebeae8;
}

.learn .block-1 .right .item.active .number {
    background-color: #006738;
    color: #fff;
}

.learn .block-1 .right .item .text {
    text-align: left;
    padding-right: 0;
}

.learn .block-1 .right .number {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #006738;
    border: 1px solid #ddd;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    line-height: 33px;
}

.learn .block-1 .right .title {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1px;
    color: #787e82;
}

.learn .block-1 .right .title:hover {
    color: #006738;
}

.learn .block-1 .right .description {
    font-family: 'MillerText-Roman', sans-serif;
    color: #787e82;
    line-height: 1.3;
}

.learn .block-2 .left .author {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 30px 0;
    border-radius: 4px;
    width: 165px;
}

.learn .block-2 .left .title {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.9px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.learn .block-2 .left .description {
    font-size: 12px;
}

.learn .block-2 .right {
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #787e82;
    text-align: left;
}

.learn .block-2 .right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: -0.4px;
    color: #787e82;
    margin-top: 0;
}

.about .block-1 {
    background-color: inherit;
    padding-bottom: 0;
    padding-top: 25px;
}

.about .block.block-2 {
    padding-top: 40px;
}

@media (max-width: 768px) {
    .about .block-2 {
        padding-top: 40px;
    }
}

.about .block-2 .left .author {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 30px 0;
    border-radius: 4px;
    width: 165px;
}

.about .block-2 .left .title {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.9px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.about .block-2 .left .description {
    font-size: 12px;
}

.about .block-2 .right {
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #787e82;
    text-align: left;
}

.about .block-2 .right h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: -0.4px;
    color: #787e82;
    margin-top: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 54%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact .top-image {
    position: relative;
    min-height: 150px;
}

.contact .top-image .text {
    position: absolute;
    color: #fff;
    top: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

@media (max-width: 991px) {
    .contact .top-image .text {
        top: 25%;
    }
}

@media (max-width: 705px) {
    .contact .top-image .text {
        top: 20%;
    }
}

@media (max-width: 600px) {
    .contact .top-image .text {
        top: 15%;
    }
}

@media (max-width: 550px) {
    .contact .top-image .text {
        top: 10%;
    }
}

@media (max-width: 450px) {
    .contact .top-image .text {
        top: 15%;
    }
}

.contact .top-image .text .top {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.3;
    letter-spacing: -0.9px;
}

@media (max-width: 450px) {
    .contact .top-image .text .top {
        font-size: 34px;
    }
}

@media (max-width: 350px) {
    .contact .top-image .text .top {
        font-size: 30px;
    }
}

.contact .top-image .text .bottom {
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: #cfdfe2;
}

@media (max-width: 450px) {
    .contact .top-image .text .bottom {
        font-size: 18px;
    }
}

@media (max-width: 350px) {
    .contact .top-image .text .bottom {
        font-size: 17px;
    }
}

.contact .top-image img {
    width: 100%;
    min-height: 150px;
}

.contact .block-1 {
    text-align: left;
}

.page-404 .block-1 {
    background-color: #f5f5f5;
}

.page-404 .block-1 .container {
    float: none;
}

.page-404 .block-1 .text {
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 32px;
    letter-spacing: -0.5px;
    color: #333;
    margin-top: 30px;
}

.page-404 .block-2 .item {
    text-align: center;
}

.page-404 .block-2 .item img {
    display: inline-block;
}

.page-404 .block-2 .image {
    position: relative;
}

.page-404 .block-2 .image .label {
    position: absolute;
    background-color: #d8a252;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    top: 12%;
    left: 16%;
    padding: .3em .6em .2em;
}

.page-404 .block-2 .title {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.page-404 .block-2 a:hover {
    text-decoration: none;
}

.page-404 .block-2 .description {
    color: #787e82;
    font-family: 'PTSerif-Regular', sans-serif;
    line-height: 1.3;
}

.page-contact-confirm .top-image {
    position: relative;
}

.page-contact-confirm .top-image .text .top {
    font-size: 44px;
    line-height: 1.3;
    letter-spacing: -0.9px;
}

@media (max-width: 520px) {
    .page-contact-confirm .top-image .text .top {
        font-size: 42px;
    }
}

@media (max-width: 460px) {
    .page-contact-confirm .top-image .text .top {
        font-size: 36px;
    }
}

@media (max-width: 420px) {
    .page-contact-confirm .top-image .text .top {
        font-size: 32px;
    }
}

@media (max-width: 380px) {
    .page-contact-confirm .top-image .text .top {
        font-size: 28px;
    }
}

.page-contact-confirm .top-image .text .bottom {
    font-family: 'MillerText-Roman', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    color: #cfdfe2;
    margin: 0 20px;
}

@media (max-width: 460px) {
    .page-contact-confirm .top-image .text .bottom {
        font-size: 18px;
    }
}

@media (max-width: 380px) {
    .page-contact-confirm .top-image .text .bottom {
        font-size: 16px;
    }
}

.page-contact-confirm .block-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #333;
    padding: 40px 0;
}

.page-contact-confirm .block-1 .container {
    float: none;
}

.page-contact-confirm .block-2 {
    background-color: #f5f5f5;
}

.page-contact-confirm .block-2 .item {
    text-align: center;
}

.page-contact-confirm .block-2 .item img {
    display: none;
}

.page-contact-confirm .block-2 .image .label {
    position: absolute;
    background-color: #d8a252;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    top: 12%;
    left: 16%;
    padding: .3em .6em .2em;
}

@media (max-width: 767px) {
    .page-contact-confirm .block-2 .image .label {
        left: 25px;
    }
}

.galley-wrapper .metaslider .slides img {
    opacity: 0;
    min-height: 250px;
}

.galley-wrapper .metaslider .slides li {
    background-size: cover;
    background-position: center;
}

.gallery .galley-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.gallery .galley-wrapper .flex-control-nav.flex-control-paging {
    display: none;
}

.gallery .galley-wrapper .thumbnails {
    margin-top: 23px;
}

.gallery .galley-wrapper .thumbnails li {
    cursor: pointer;
    margin-right: 30px;
    width: 166px;
    margin-bottom: 10px;
}

.gallery .galley-wrapper .thumbnails img {
    /*cursor: pointer;*/
    /*margin-right: 30px;*/
    width: 100%;
    /*margin-bottom: 10px;*/
}

.gallery .galley-wrapper .navigation {
    position: relative;
}

.gallery .galley-wrapper .navigation .prev,
.gallery .galley-wrapper .navigation .next {
    position: absolute;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 2px;
    color: #787e82;
}

.gallery .galley-wrapper .navigation .prev:hover,
.gallery .galley-wrapper .navigation .next:hover {
    color: #fff;
}

.gallery .galley-wrapper .navigation .prev i,
.gallery .galley-wrapper .navigation .next i {
    padding: 0 15px;
    font-size: 12px;
}

.gallery .galley-wrapper .navigation .prev {
    left: 0;
    margin-left: 20px;
}

.gallery .galley-wrapper .navigation .next {
    right: 0;
    margin-left: 20px;
}

.gallery .galley-wrapper .gallery-header {
    text-align: right;
}

.mfp-close-btn-in .mfp-close {
    cursor: pointer;
    z-index: 1;
    display: inline-block;
    position: static;
    margin-right: 60px;
    margin-bottom: 10px;
}

/* 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;
    }
}

.white-popup {
    position: relative;
    padding: 20px;
    width: auto;
    margin: 20px auto;
}

@media (max-width: 767px) {
    .article .block-3 .text {
        width: 100%;
        padding: 20px 0;
    }
}

/* Tablet */
@media (max-width: 768px) {
    body > .container {
        box-shadow: none;
    }

    .home .flexslider .flex-direction-nav .flex-prev {
        margin-left: 30px;
    }

    .home .flexslider .flex-direction-nav .flex-next {
        margin-right: 30px;
    }

    .home .flexslider .flex-control-nav {
        display: block;
    }

    .home .metaslider .flexslider {
        margin-bottom: 48px;
    }

    .block.block-carousel-button .arrow-slider-left {
        margin-left: 40px;
    }

    .block.block-carousel-button .arrow-slider-right {
        margin-right: 40px;
    }

    .blog .block-2 .item {
        margin-bottom: 0;
    }

    .blog .block-2 .left {
        text-align: left;
    }

    .blog .block-2 .left .author {
        border: none;
        padding: 0;
    }

    .blog .block-2 .left .author .text {
        display: inline-block;
    }

    .blog .block-2 .right img {
        display: inline-block;
    }

    .blog .block-2 .left img {
        width: 50px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .carousel-control.left,
    .carousel-control.right {
        display: block;
    }

    .learn .block-1 .left {
        width: 66.66666667%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .home .flexslider .flex-direction-nav .flex-prev {
        margin-left: 5px;
    }

    .home .flexslider .flex-direction-nav .flex-next {
        margin-right: 5px;
    }

    .home .block-2 .item {
        margin-right: 0;
        float: left;
    }

    .footer .subscription .text {
        display: block;
        padding-bottom: 10px;
    }

    .footer .subscription .email {
        width: 85%;
    }

    .footer .nav > li > a {
        padding: 0 12px;
    }

    .block.block-carousel-button .arrow-slider-left,
    .block.block-carousel-button .arrow-slider-right {
        top: auto;
        bottom: 0;
        margin-bottom: -60px;
    }

    .blog .block-2 .left img {
        margin-left: 0;
    }

    .blog .block-bottom-img .background {
        border-top: 1px solid #c8e6c9;
        padding-top: 40px;
    }

    .learn .block-1 .left {
        float: none;
        width: auto;
    }

    .learn .block-1 .left .flexslider .text {
        left: 0;
        text-align: center;
    }

    .learn .block-1 .left .flexslider .text .title {
        font-size: 17px;
    }

    .learn .block-1 .left .flexslider .text .description {
        font-size: 16px;
        width: auto;
    }
}

.learn .container {
    position: relative;
}

.learn .block-1 .container {
    padding-left: 0;
    padding-right: 0;
}

.learn .left .metaslider {
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .form-group.contact_btn {
        /* < 767 */
        margin-left: 230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .form-group.contact_btn {
        /* 768 - 991 */
        margin-left: -39px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .form-group.contact_btn {
        /* 992 - 1200 */
        margin-left: 16px;
    }
}

@media (min-width: 1200px) {
    .form-group.contact_field {
        width: 400px;
    }

    .form-group.contact_field .select2 {
        width: 100% !important;
    }

    .form-group.contact_field2 {
        margin-left: 68px;
    }

    .form-group.contact_btn {
        margin-left: 66px;
    }
}

.form-group.contact_field .select2 {
    width: 100% !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu,
#mega-menu-wrap-header-menu-3 #mega-menu-header-menu-3 {
    display: flex;
}

#es_msg_pg, .mc4wp-error {
    text-align: left;
    color: #ff6666;
    padding-left: 500px;
}

@media (max-width: 1199px) {
    #es_msg_pg, .mc4wp-error {
        padding-left: 425px;
    }
}

#es_msg_pg2 {
    color: #ff6666;
    margin-bottom: -15px;
    margin-top: 10px;
}

.subscription2 .button-white {
    border-radius: 4px;
    width: 230px;
    padding: 15px 0 15px;
    margin-top: 38px;
}

.subscription2 .button-white:hover {
    border: solid 1px #1b5e20;
}

.subscription2 .sub-thanks {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: #333333;
    padding-bottom: 10px;
}

.subscription2 .sub-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #756c63;
}

.menu.dropit ul.dropit-submenu {
    font-size: 36px;
    text-align: center;
    width: 260px;
    padding: 0 8px 10px;
    left: -48px;
    top: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.5);
}

.menu.dropit {
    display: inline-block;
}

.menu.dropit ul.dropit-submenu a {
    text-decoration: none;
    color: #333;
}

.menu.dropit ul.dropit-submenu a:hover {
    color: #006738;
}

#work-together-type.menu.dropit ul.dropit-submenu {
    left: -105px;
    width: 400px;
}

#work-together-where.menu.dropit ul.dropit-submenu {
    left: -57px;
    width: 280px;
}

#work-together-want.menu.dropit ul.dropit-submenu {
    left: -48px;
    top: 0;
}

#work-together-location.menu.dropit ul.dropit-submenu {
    left: -28px;
    width: 335px;
}

#work-together-start.menu.dropit ul.dropit-submenu {
    left: -32px;
    width: 155px;
}

.press-header {
    margin-top: -49px;
}

h1, h2, h3 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 44px;
}

p {
    margin-bottom: 20px;
}

.owl-stage-outer {
    position: relative;
    z-index: 3;
}

.owl-controls {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.owl-prev {
    background: url(images/arrow-testimonial-left-hover.png) no-repeat;
    width: 14px;
    height: 24px;
    float: left;
}

.owl-prev:hover {
    background: url(images/arrow-testimonial-left.png) no-repeat;
    width: 14px;
    height: 24px;
    float: left;
}

.owl-next {
    background: url(images/arrow-testimonial-right-hover.png) no-repeat;
    width: 14px;
    height: 24px;
    float: right;
}

.owl-next:hover {
    background: url(images/arrow-testimonial-right.png) no-repeat;
    width: 14px;
    height: 24px;
    float: right;
}

.testimonial-image-wrapper {
    border-radius: 310px;
    width: 155px;
    overflow: hidden;
    height: 155px;
    display: inline-block;
}

.testimonial-image-wrapper img {
    border-radius: 100px;
    width: 100%;
    height: 100%;
}

.testimonial-image {
    width: 155px;
}

.curtain {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #333333;
    background: #333333;
    background: -webkit-linear-gradient(transparent, #000000, transparent);
    background: -o-linear-gradient(transparent, #000000, transparent);
    background: -moz-linear-gradient(transparent, #000000, transparent);
    background: linear-gradient(transparent, #000000, transparent);
    opacity: 0.5;
}

/*
.learn .curtain {
    background: #333333;
    background: -webkit-linear-gradient(transparent, transparent, #000000);
    background: -o-linear-gradient(transparent, transparent, #000000);
    background: -moz-linear-gradient(transparent, transparent, #000000);
    background: linear-gradient(transparent, transparent, #000000);
    opacity: 0.7;
}
.home .curtain {
    background: #333333;
    background: -webkit-linear-gradient(transparent, #000000, transparent);
    background: -o-linear-gradient(transparent, #000000, transparent);
    background: -moz-linear-gradient(transparent, #000000, transparent);
    background: linear-gradient(transparent, #000000, transparent);
    opacity: 0.5;
}
*/

.home .metaslider ul.slides {
    min-height: 300px;
}

.home .metaslider ul.slides li {
    min-height: 300px;
    overflow: hidden;
}

@media (max-width: 700px) {
    .home .metaslider .slides img {
        height: 100%;
        opacity: 0;
    }
}

@media (max-width: 655px) {
    .home .metaslider ul.slides li {
        height: 300px;
    }

    .home .metaslider .slides img {
        width: auto !important;
        height: 100%;
        opacity: 0;
    }

    .home .flexslider .text {
        margin: 0 70px;
    }
}

@media (min-width: 769px) {
    .carousel-inner > .item {
        display: block !important;
    }
}

.services.owl-controls {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 95px;
    z-index: 0;
}

.services.owl-controls .owl-nav {
    position: absolute;
    left: 30px;
    right: 30px;
}

#logos_carousel .owl-controls {
    display: none !important;
}

.single-post .block-3 {
    padding-top: 50px;
}

.owl-controls-arrow {
    z-index: 3 !important;
}

.owl-nav-arrow {
    width: 120px;
    z-index: 3
}

.slider-gradient {
    float: left;
    margin-top: -51px;
    height: 120px;
    margin-left: 20px;
}

.slider-gradient-image {
    height: 90px;
    width: 120px;
}

.owl-controlss {
    margin-top: -50px;
    z-index: 3;
    width: 100px;
    height: 100px;
    float: right;
    position: relative;
    left: -10px;
}

.owl-navv {
    width: 100px;
    height: 100%;
}

.owl-next-grad {
    float: right;
    margin-top: -51px;
    height: 120px;
    margin-right: 20px;
}

.owl-next-grad-image {
    width: 150px;
    height: 100px;
}

.img-left {
    float: left;
    margin: 10px 25px 15px 0;
}

.img-right {
    float: right;
    margin: 10px 0 15px 25px;
}

.helper {
    padding: 0 20px 0;
}

.bx-wrapper .bx-prev {
    background: url(images/arrow-testimonial-left-hover.png) no-repeat;
    width: 14px!important;
    height: 24px!important;
    float: left;
    position: relative!important;
    bottom: 70px;
    left: -25px
}

.bx-wrapper .bx-prev:hover {
    background: url(images/arrow-testimonial-left.png) no-repeat;
    width: 14px!important;
    height: 24px!important;
    float: left;
    position:relative!important;
}

.bx-wrapper .bx-next{
    background: url(images/arrow-testimonial-right-hover.png) no-repeat;
    width: 14px!important;
    height: 24px!important;
    float: right;
    right: -25px;
    top: 82px!important;

}
.bx-wrapper .bx-next:hover{
    background: url(images/arrow-testimonial-right.png) no-repeat;
    width: 14px!important;
    height: 24px!important;
    float: left;
}