/* Static Pages
-------------------------------------------------- */


/* Homepage
-------------------------------------------------- */

.cms-index-index .column.main .widget{
    margin: 0;
}
.cms-index-index .column.main .widget .owl-carousel {
    display: block;
}
.cms-index-index .column.main .widget .owl-carousel .slider-block {
    display: none;
}
.cms-index-index .column.main .widget .owl-carousel .slider-block:first-child {
    display: block;
}
.cms-index-index .column.main .widget .owl-carousel.owl-loaded .slider-block {
    display: block;
}
.cms-index-index .slider-block{
    list-style: none;
}


/* Big banner slider */

.home-big-banner-item{
    position: relative;
    border-radius: 4px;
    display: block;
    color: #fff;
}

.home-big-banner-item img{
    width: 100%;
    display: block;
    border-radius: 4px;
}

.home-big-banner-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 26%;
    padding: 0 16px;
    text-align: center;
    color: #fff;
}

.home-big-banner-title{
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.22;
}

.home-big-banner-action{
    margin: 0 0 16px;
}

.home-big-banner-action span{
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    color: #414650;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.5px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    padding: 7px 20px 9px;
}

.home-big-banner-action span:hover{
    color: #239e6b;
}

.home-big-banner-text{
    font-size: 16px;
    line-height: 1.19;
}

@media all and (max-width: 767px){

    .home-big-banner-title{
        font-size: 16px;
        line-height: 1.19;
        margin-bottom: 8px;
    }

    .home-big-banner-action{
        margin-bottom: 8px;
    }

    .home-big-banner-text{
        font-size: 14px;
        line-height: 1.21;
    }

    .home-big-banner-content{
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform    : translateY(-50%);
        transform        : translateY(-50%);
    }

}

/* Promo items */

.promo-items-wrap{
    padding: 0 0 16px;
}
/*
.promo-items-title{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 16px;
    line-height: 1.33;
    color: #414650;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}*/

.promo-items{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    margin: 0 0 0 -24px;
}

.promo-items .promo-item{
    width: calc(50% - 24px);
    margin: 0 0 24px 24px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.promo-items .promo-item a{
    color: #414650;
}

.promo-items .promo-item a:hover{
    color: #239e6b;
    text-decoration: none;
}

.promo-items .promo-item img{
    width: 100%;
    border-radius: 4px;
    display: block;
}

.promo-items .promo-item-text{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 12px 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    width: 240px;
}

.promo-items .promo-item-text span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media all and (max-width: 767px){

    .promo-items-wrap{
        padding-bottom: 8px;
    }

    /*.promo-items-title{
        font-size: 16px;
        line-height: 2;
        margin-bottom: 8px;
    }*/

    .promo-items .promo-item{
        width: calc(100% - 24px);
        margin-bottom: 16px;
    }


}

/* Vertical */

.promo-items-vertical{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
    margin: 0 0 0 -24px;
}

.promo-items-vertical .promo-item{
    width: calc(25% - 24px);
    margin: 0 0 24px 24px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.promo-items-vertical .promo-item img{
    display: block;
    width: 100%;
    border-radius: 4px;
}

.promo-items-vertical .promo-item-text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 4px 4px;
    padding: 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
}

.promo-items-vertical .promo-item-text span{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-items-vertical a{
    color: #414650;
}

.promo-items-vertical a:hover{
    color: #239e6b;
    text-decoration: none;
}

@media all and (max-width: 959px){

    .promo-items-vertical{
        margin-left: -16px;
    }

    .promo-items-vertical .promo-item{
        width: calc(50% - 16px);
        margin: 0 0 16px 16px;
    }

}

@media all and (max-width: 479px){

    .promo-items-vertical .promo-item{
        width: calc(100% - 16px);
    }

}


/* Items of the week
-------------------------------------------------- */
/*
.iotw-wrap{
    margin: 0 0 8px;
}

.iotw-title{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.33;
    color: #414650;
    font-family: 'Dosis', sans-serif;
    margin: 0 0 16px;
}

.iotw-item{
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.iotw-wrap .owl-carousel .owl-stage-outer{
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.owl-item .iotw-item{
    box-shadow: none;
    background: none;
    border-radius: 0;
}

.iotw-item-left{
    width: 50%;
    padding: 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align     : center;
    -webkit-align-items: center;
    align-items        : center;
    min-height: 368px;
}

.iotw-item-right{
    width: 50%;
    padding: 24px 24px 120px;
    border-left: solid 1px rgba(65, 70, 80, 0.12);
    min-height: 368px;
    position: relative;
}

.iotw-item-img{
    width: calc(50% - 12px);
    margin: 0 24px 0 0;
    max-width: 264px;
}

.iotw-item-img img{
    width: auto !important;
    vertical-align: top;
}

.iotw-item-icons{
    width: calc(50% - 12px);
}

.iotw-item-icon,
.iotw-item-icons .values-we-share-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align     : center;
    -webkit-align-items: center;
    align-items        : center;
    color: #333f5e;
    text-decoration: none;
}

.iotw-item-icon + .iotw-item-icon,
.iotw-item-icons:not(.__two-cols) .values-we-share-item + .values-we-share-item{
    margin-top: 24px;
}

.iotw-item-icon img,
.iotw-item-icons .values-we-share-item img{
    width: 48px !important;
    margin-right: 16px;
}

.iotw-item-icon span,
.iotw-item-icons .values-we-share-item span{
    font-size: 18px;
    line-height: 1.33;
    color: #333f5e;
}

.iotw-item-icons.__two-cols{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap    : wrap;
    flex-wrap        : wrap;
}

.iotw-item-icons.__two-cols .values-we-share-item{
    width: calc(50% - 3px);
    margin-bottom: 24px;
    word-wrap: break-word;
}

.iotw-item-icons.__two-cols .values-we-share-item:nth-child(2n){
    margin-left: 6px;
}

.iotw-item-icons.__two-cols .values-we-share-item span{
    width: calc(100% - 54px);
    font-size: 16px;
}

.iotw-item-icons.__two-cols .values-we-share-item img{
    margin-right: 6px;
}

.iotw-item-title-rating{
    margin: 0 0 24px;
}

.iotw-item-title-rating:after{
    content: '';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.iotw-item-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #414650;
    float: left;
    max-width: calc(100% - 96px);
}

.iotw-item-title a{
    color: #414650;
}

.iotw-item-title a:hover{
    text-decoration: none;
    color: #239e6b;
}

.iotw-item-rating{
    float: right;
}

.iotw-item-text{
    color: #414650;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
    overflow: hidden;
}

.iotw-item-rm{
    font-size: 16px;
    line-height: 1.5;
    display: none;
}

.iotw-item-rm a{
    color: #4d72d8;
}

.iotw-item-bottom{
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
}

.iotw-item-price{
    margin: 0 0 16px;
}

.iotw-item-price .price-note{
    font-size: 14px;
    line-height: 1.71;
    color: #4d72d8;
}

.iotw-item-actions{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.iotw-item-actions > .action,
.iotw-item-actions form,
.iotw-item-actions .product-page-restock-reminder{
    width: calc(50% - 12px);
}

.iotw-item-actions form .action,
.iotw-item-actions .product-page-restock-reminder .action{
    width: 100%;
}

.iotw-item-actions > .action + .action,
.iotw-item-actions > .action + form,
.iotw-item-actions > .action + .product-page-restock-reminder{
    margin-left: 24px;
}

.iotw-item .stock.unavailable{
    font-size: 16px;
    font-weight: 700;
    color: #dd4f2d;
    line-height: 1.5;
}

.iotw-item-rating .aw-advanced-reviews-summary-container .review-summary-actions{
    display: none;
}

@media all and (max-width: 1024px){

    .iotw-item-title-rating{
        margin-bottom: 16px;
    }

    .iotw-item-left,
    .iotw-item-right{
        min-height: 0;
    }

}

@media all and (max-width: 959px){

    .iotw-item{
        display: block;
    }

    .iotw-item-left,
    .iotw-item-right{
        width: auto;
        padding: 16px;
    }

    .iotw-item-right{
        border-left: 0;
        border-top: solid 1px rgba(65, 70, 80, 0.12);
    }

    .iotw-item-bottom{
        position: static;
        margin-top: 16px;
    }

    .iotw-item-img{
        width: 264px;
        margin-left: auto;
        margin-right: 40px;
    }

    .iotw-item-icons{
        width: 264px;
        margin-right: auto;
    }

    .iotw-wrap .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev,
    .iotw-wrap .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        top: 168px !important;
    }

}

@media all and (max-width: 767px){

    .iotw-title{
        font-size: 16px;
        line-height: 2;
        margin: 0 0 8px;
    }

    .iotw-item-left{
        display: block;
    }

    .iotw-item-img{
        width: auto;
        margin: 0 auto 16px;
        text-align: center;
    }

    .iotw-item-icons{
        width: auto;
        margin: 0;
    }

    .iotw-item-actions{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap    : wrap;
        flex-wrap        : wrap;
    }

    .iotw-item-actions > .action,
    .iotw-item-actions form,
    .iotw-item-actions .product-page-restock-reminder{
        width: 100%;
    }

    .iotw-item-actions > .action + .action,
    .iotw-item-actions > .action + form,
    .iotw-item-actions > .action + .product-page-restock-reminder{
        margin: 16px 0 0;
    }

    .iotw-wrap .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev,
    .iotw-wrap .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        top: 292px !important;
    }

    .iotw-item-icon + .iotw-item-icon,
    .iotw-item-icons:not(.__two-cols) .values-we-share-item + .values-we-share-item{
        margin-top: 16px;
    }

    .iotw-item-icons.__two-cols .values-we-share-item{
        margin-bottom: 16px;
    }

}

@media all and (max-width: 479px){

    .iotw-item-title{
        float: none;
        max-width: none;
    }

    .iotw-item-rating{
        float: none;
        width: 80px;
        margin: 0 auto 16px;
    }

}
*/

/* Landing Page
-------------------------------------------------- */

.cms-landing{
    background: #fff;
}

.cms-landing .before-header,
.cms-landing .header-bottom,
.cms-landing .ves-megamenu.main-menu,
.cms-landing .header-shipping,
.cms-landing .breadcrumbs{
    display: none;
}

.cms-landing header.page-header{
    box-shadow: none;
}

.cms-landing .header.links .sign-up-link a{
    color: #239e6b;
}

.cms-landing .header-top,
.cms-landing .header.links{
    padding: 0;
}

.cms-landing .logo img{
    width: auto;
    height: 48px;
}

.cms-landing .header.content{
    padding-top: 16px;
    padding-bottom: 16px;
}

.cms-landing main.page-main{
    max-width: none;
    padding: 0;
}

.content-container{
    max-width: 1240px;
    margin: 0 auto 48px;
    padding: 0 16px;
}

@media all and (min-width: 960px){

    .content-container{
        padding: 0 32px;
    }

}

.cms-landing .header-top .logo{
    float: left;
    padding: 0;
}

.cms-landing .header.links{
    display: block;
}

@media all and (max-width: 479px){

    .cms-landing .header.content{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .cms-landing .logo img{
        width: 32px;
        height: 32px;
    }

    .cms-landing .header-top .logo{
        padding-top: 4px;
    }

}

@media all and (min-width: 480px){

    .cms-landing .logo-text{
        font-size: 16px;
        margin-left: 8px;
    }

}

/* Total text */

.landing-total{
    background: #239e6b;
    text-align: center;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.71;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

/* Landing Form */

.landing-form-wrap{
    margin-bottom: 48px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
}

.landing-form{
    width: 376px;
    margin: auto;
    text-align: center;
    color: #414650;
}

.landing-form-title{
    font-size: 36px;
    line-height: 1.56;
    font-weight: 700;
    margin: 0 0 16px;
}

.landing-form-text{
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 24px;
}

.landing-form-input{
    margin: 0 0 16px;
}

.landing-form-input input{
    text-align: center;
    border-color: #fff;
}

.landing-form-action{
    margin: 0 0 8px;
}

.landing-form-action .action{
    width: 100%;
}

.landing-form-note{
    font-size: 14px;
    line-height: 2.29;
}

.landing-form-note a{
    color: #239e6b;
}

@media all and (max-width: 1024px){

    .landing-form{
        width: auto;
        max-width: 469px;
        margin-top: 40px;
    }

}


@media all and (max-width: 959px){

    .landing-form-wrap{
        height: 480px;
    }

    .landing-form{
        max-width: 548px;
    }

    .landing-form-title{
        font-size: 32px;
        line-height: 1.5;
    }

    .landing-form-text{
        font-size: 18px;
        line-height: 1.78;
        margin-bottom: 16px;
    }

}

@media all and (max-width: 767px){

    .landing-form-wrap{
        margin-bottom: 40px;
    }

}

@media all and (max-width: 479px){

    .landing-form-wrap{
        height: 496px;
    }

    .landing-form{
        margin-top: 32px;
    }

}

/* landing info */

.landing-info-wrap{

}

.landing-info,
.landing-whos-talking-content{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack          : justify;
    -webkit-justify-content: space-between;
    justify-content        : space-between;
}

.landing-info-block,
.landing-whos-talking-block{
    width: 27%;
    text-align: center;
    color: #414650;
}

.landing-info-block-img,
.landing-whos-talking-block-img{
    margin: 0 0 24px;
}

.landing-info-block-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 8px;
}

.landing-info-block-text{
    font-size: 18px;
    line-height: 1.33;
}

@media all and (max-width: 1024px){

    .landing-info-block,
    .landing-whos-talking-block{
        width: 30%;
    }

}

@media all and (max-width: 767px){

    .landing-info,
    .landing-whos-talking-content{
        display: block;
    }

    .landing-info-block,
    .landing-whos-talking-block{
        width: 100%;
        margin: 0 0 40px;
    }

    .landing-info-wrap,
    div.landing-whos-talking-wrap{
        margin-bottom: 0;
    }

}

/* Shop your lifestyle */

.landing-lifestyle-wrap{

}

.landing-lifestyle{
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}

.landing-lifestyle-title{
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #343b3e;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}

.landing-lifestyle-blocks{
    position: absolute;
    top: 128px;
    left: 0;
    right: 0;
    bottom: 11%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.landing-lifestyle-block{
    width: calc(33.33% - 16px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.landing-lifestyle-block + .landing-lifestyle-block{
    margin-left: 24px;
}

.landing-lifestyle-block a{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    color: #343b3e;
    text-transform: uppercase;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: 'Dosis', sans-serif;
}

.landing-lifestyle-block-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.landing-lifestyle-block a:hover{
    color: #239e6b;
    text-decoration: none;
}

@media all and (max-width: 1024px){

    .landing-lifestyle-title{
        font-size: 32px;
        line-height: 1.5;
    }

}

@media all and (max-width: 959px){

    .landing-lifestyle-blocks{
        top: 96px;
    }

    .landing-lifestyle-title{
        font-size: 24px;
        line-height: 1.33;
    }

    .landing-lifestyle-block a{
        font-size: 18px;
        line-height: 1.78;
    }

}

@media all and (max-width: 767px){

    .landing-lifestyle-wrap{
        display: none;
    }

}

/* Shop Brands */

.landing-shop-brands-wrap{
    margin-bottom: 72px;
}

.landing-shop-brands-title{
    font-size: 24px;
    line-height: 1.33;
    font-weight: 700;
    color: #343b3e;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 32px;
}

.landing-shop-brands-block{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.landing-shop-brands-block a{
    color: #fff;
}

.landing-shop-brands-block img{
    border-radius: 4px 4px 0 0;
}

.landing-shop-brands-block-title{
    background: #239e6b;
    border-radius: 0 0 4px 4px;
    padding: 24px 16px;
    text-align: center;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Dosis', sans-serif;
    text-overflow: ellipsis;
}

@media all and (max-width: 959px){

    .landing-shop-brands-block-title{
        padding: 12px 16px;
        font-size: 16px;
        line-height: 1.5;
    }

}

@media all and (max-width: 767px){

    .landing-shop-brands-wrap{
        margin-bottom: 40px;
    }

    .landing-shop-brands-title{
        font-size: 16px;
        line-height: 2;
        margin: 0 0 16px;
    }

}

/* Happy Customers */

.landing-happy-customers-wrap{
    margin-bottom: 72px;
}

.landing-happy-customers-title{
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #343b3e;
    margin: 0 0 32px;
    text-transform: uppercase;
}

.landing-happy-customers-block{

}

.landing-happy-customers-block-img{
    margin: 0 0 16px;
    transition: padding .3s;
}

.landing-happy-customers-block-img img{
    border-radius: 4px;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    display: block;
    margin: auto;
}

.landing-happy-customers-block-text{
    font-size: 18px;
    line-height: 1.78;
    color: #414650;
    margin: 0 0 8px;
}

.landing-happy-customers-block-name{
    font-size: 16px;
    line-height: 1.5;
    color: #9fa8ab;
}

@media all and (min-width: 480px) and (max-width: 767px){

    .landing-happy-customers-block{
        max-width: 333px;
        margin: auto;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev,
    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        top: 166px !important;
    }

    .landing-happy-customers-title{
        font-size: 16px;
        line-height: 2;
        margin: 0 0 24px;
    }

}

@media all and (max-width: 479px){

    .landing-happy-customers-block{
        max-width: 288px;
        margin: auto;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev,
    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        top: 144px !important;
    }

}

@media all and (min-width: 768px){

    .landing-happy-customers .owl-item:not(.center) .landing-happy-customers-block-text,
    .landing-happy-customers .owl-item:not(.center) .landing-happy-customers-block-name{
        display: none;
    }

}

@media all and (min-width: 768px){

    .landing-happy-customers-block{
        transition: width .3s, left .3s;
        position: relative;
    }

    .landing-happy-customers .owl-item{
        transition: width .3s;
    }

    .landing-happy-customers .owl-item.center .landing-happy-customers-block{
        left: -27px;
    }

    .landing-happy-customers .owl-item.center + .owl-item .landing-happy-customers-block{
        float: right;
    }

}

@media all and (min-width: 768px) and (max-width: 1023px){

    .landing-happy-customers{
        margin: 0 -170px;
    }

    .landing-happy-customers-block{
        width: 265px;
    }

    .landing-happy-customers .owl-item:not(.center) .landing-happy-customers-block-img{
        padding-top: 47px;
    }

    .landing-happy-customers .owl-item.center .landing-happy-customers-block{
        width: 360px;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev,
    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        top: 180px !important;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev{
        left: calc(50% - 245px) !important;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        right: calc(50% - 245px) !important;
    }

}

@media all and (min-width: 1024px){

    .landing-happy-customers-block{
        width: 222px;
    }

    .landing-happy-customers .owl-item:not(.center) .landing-happy-customers-block-img{
        padding-top: 41px;
    }

    .landing-happy-customers .owl-item.center .landing-happy-customers-block{
        width: 304px;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev,
    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        top: 152px !important;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev{
        left: calc(50% - 225px) !important;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        right: calc(50% - 225px) !important;
    }

}

@media all and (min-width: 1240px){

    .landing-happy-customers-block{
        width: 276px;
    }

    .landing-happy-customers .owl-item:not(.center) .landing-happy-customers-block-img{
        padding-top: 50px;
    }

    .landing-happy-customers .owl-item.center .landing-happy-customers-block{
        width: 376px;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev,
    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        top: 188px !important;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev{
        left: calc(50% - 270px) !important;
    }

    .landing-happy-customers .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next{
        right: calc(50% - 270px) !important;
    }

}


/* Look who�s talking */

.landing-whos-talking-wrap{
    margin-bottom: 72px;
}

.landing-whos-talking-title{
    font-size: 24px;
    line-height: 1.33;
    font-weight: 700;
    color: #343b3e;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
}

.landing-whos-talking-block-text{
    font-size: 20px;
    color: #414650;
    line-height: 1.6;
}

@media all and (max-width: 767px){

    .landing-whos-talking-title{
        font-size: 16px;
        line-height: 2;
        margin: 0 0 24px;
    }

}


/* Contacts
-------------------------------------------------- */

.page-wrapper .page-main .column .form.contact{
    float: none;
    width: auto;
    margin-bottom: 24px;
}
