/* ========================
   Theme Name: Lazy Lee
   ======================== */


/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon-fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Forms
    * 4.2 - Buttons
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Home
* 9.0 - About us
* 10.0 - FAQs
* 11.0 - Contact page
* 12.0 - Internal page
* 13.0 - Internal page full width
**/

/* 1.0 - Fonts
============================== */

@font-face {
    font-family: 'CircularStdBold';
    src: url('../fonts/CircularStdBold/CircularStdBold.eot');
    src: url('../fonts/CircularStdBold/CircularStdBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CircularStdBold/CircularStdBold.woff2') format('woff2'),
         url('../fonts/CircularStdBold/CircularStdBold.woff') format('woff'),
         url('../fonts/CircularStdBold/CircularStdBold.ttf') format('truetype'),
         url('../fonts/CircularStdBold/CircularStdBold.svg#makoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStdBook';
    src: url('../fonts/CircularStdBook/CircularStdBook.eot');
    src: url('../fonts/CircularStdBook/CircularStdBook.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CircularStdBook/CircularStdBook.woff2') format('woff2'),
         url('../fonts/CircularStdBook/CircularStdBook.woff') format('woff'),
         url('../fonts/CircularStdBook/CircularStdBook.ttf') format('truetype'),
         url('../fonts/CircularStdBook/CircularStdBook.svg#makoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('../fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvenirLTStd-Black/AvenirLTStd-Black.woff') format('woff'),
         url('../fonts/AvenirLTStd-Black/AvenirLTStd-Black.ttf') format('truetype'),
         url('../fonts/AvenirLTStd-Black/AvenirLTStd-Black.svg#makoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('../fonts/AvenirLTStd-Book/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvenirLTStd-Book/AvenirLTStd-Book.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Book/AvenirLTStd-Book.woff') format('woff'),
         url('../fonts/AvenirLTStd-Book/AvenirLTStd-Book.ttf') format('truetype'),
         url('../fonts/AvenirLTStd-Book/AvenirLTStd-Book.svg#makoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.eot');
    src: url('../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.woff') format('woff'),
         url('../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.ttf') format('truetype'),
         url('../fonts/AvenirLTStd-Medium/AvenirLTStd-Medium.svg#makoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TheHeartofEverythingDemo';
    src: url('../fonts/TheHeartofEverythingDemo/TheHeartofEverythingDemo.eot');
    src: url('../fonts/TheHeartofEverythingDemo/TheHeartofEverythingDemo.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TheHeartofEverythingDemo/TheHeartofEverythingDemo.woff2') format('woff2'),
         url('../fonts/TheHeartofEverythingDemo/TheHeartofEverythingDemo.woff') format('woff'),
         url('../fonts/TheHeartofEverythingDemo/TheHeartofEverythingDemo.ttf') format('truetype'),
         url('../fonts/TheHeartofEverythingDemo/TheHeartofEverythingDemo.svg#makoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Birdsofparadise';
     src: url('../fonts/Birdsofparadise/birds_of_paradise__personal_use_only-webfont.woff2') format('woff2'),
         url('../fonts/Birdsofparadise/birds_of_paradise__personal_use_only-webfont.woff') format('woff');
}



/* 2.0 - Icon-fonts
============================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?laysnk');
  src:  url('../icon-fonts/icomoon.eot?laysnk#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?laysnk') format('truetype'),
    url('../icon-fonts/icomoon.woff?laysnk') format('woff'),
    url('../icon-fonts/icomoon.svg?laysnk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-th-menu:before {
  content: "\e900";
}
.icon-social-facebook:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e90a";
}
.icon-houzz:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-pinterest:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\e909";
}
.icon-chevron-right:before {
  content: "\e906";
}
.icon-linkedin2:before {
  content: "\eaca";
}




/* 3.0 - Useful classes
============================== */
a {
    color: #437cc2;
}
a:hover, a:focus {
    color: #6398da;
}
.bd-box{
    border: 3px solid #437cc2;
    padding: 6px;
}
.bd-box-inner{
    border: 1px solid #437cc2;
}
.highlight-text{
    border-bottom: 4px solid #437cc2;
}
.subtitle{
    font-family: 'AvenirLTStd-Medium';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 2;
}
.clear-list{
    list-style: none;
    margin: 0;
}
.social-list{
    display: flex;
}
@keyframes social-hover{
    0%{background: rgba(255, 255, 255, 0);}
    40%{background: #437cc2; border-color: #437cc2;}
    80%{background: rgb(255, 255, 255); color: #437cc2;}
    100%{background: rgb(255, 255, 255, 0); color: #fff;}
}
.social-list a{
    width: 37px;
    height: 37px;
    border: 1px solid #437cc2;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    vertical-align: middle;
    display: inline-block;
    margin: 4px;
    font-size: 23px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s
}
.social-list a:hover,
.home-v1 .reveal .social-list li a:hover,
.share-sr .addtoany_shortcode a:hover {
    animation: social-hover .7s linear;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
}
.blue-text{
    color: #437cc2;
}
.content-main-title{
    font-size: 22px;
    margin-bottom: 9px;
    line-height: 1.18;
    font-family: 'AvenirLTStd-Black';
}
.page-content .bd-box,
.page-content .bd-box-inner{
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}
@media screen and (max-width: 40em){
    .social-list a{
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 18px;
    }
    .subtitle{
        line-height: 1.5;
        letter-spacing: 3px;
    }
    .right-sidebar{
        padding-top: 30px;
        margin-top: 20px;
        border-top: 1px solid #f6f6f6;
    }
}
/* 4.0 - General
============================== */
body,p{
    font-family: 'AvenirLTStd-Book';
    font-size: 14px;
    line-height: 1.78;
}
h1{
/*    font-family: 'TheHeartofEverythingDemo';*/
    font-family: 'Birdsofparadise';
    font-size: 48px;
    line-height: .73;
    margin-bottom: 25px;
}
h2{
    font-family: 'CircularStdBook';
    font-size: 24px;
}
h3{
    font-family: 'AvenirLTStd-Medium';
    font-size: 20px;
    color: #437cc2;
}
h4{
    font-size: 14px;
    font-family: 'AvenirLTStd-Medium';
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
ul li{
    line-height: 2.2;
}
blockquote{
    background: #f4f9fb;
    font-style: italic;
    line-height: 1.71;
    padding: 37px 50px 26px 65px;
    color: #6c6c6c;
    font-size: 16px;
    border: none;
    position: relative;
}
blockquote:before{
    content: url('../img/quote-open.png');
    position: absolute;
    top: 37px;
    left: 35px;
}
blockquote:after{
    content: url('../img/quote-close.png');
    position: absolute;
    bottom: 60px;
    right: 35px;
}
.quate-author{
    font-size: 14px;
    font-family: 'AvenirLTStd-Medium';
    font-style: normal;
    color: #585858;
    margin-bottom: 0;
    margin-top: 10px;
}
hr{
    border-color: #f6f6f6;
    margin-bottom: 45px;
}
@media screen and (max-width: 40em){
    body, p{
        line-height: 1.5;
    }
    h2{
        font-size: 20px;
        line-height: 1.15;
    }
    h4{
        margin-bottom: 10px;
    }
    blockquote{
        padding: 28px 25px;
        text-align: center;
    }
    blockquote:before{
        top: 30px;
        left: 8px;
    }
    blockquote:after{
        right: 13px;
    }
    ul li{
        line-height: 1.8;
    }
    hr{
        margin-bottom: 20px;
    }
}

/**** * 4.1 - Forms ****/
.select-wrap{
    border-bottom: 1px solid #7ca9c6;
    display: flex;
    align-items: center;
    padding-bottom: 7px;
    margin-bottom: 11px;
}
select{
    color: #94c0dc;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin-bottom: 0;
    background-image: url('../img/select-bg.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.select-wrap select{
    margin-left: 35px;
}
select:focus{
    outline: none;
}
input:not([type=submit]){
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #7ca9c6;
    box-shadow: none;
    padding-left: 1px;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    height: 44px;
}
textarea{
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../img/textarea-lines4.png');
    background-position: 0 2px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    padding-left: 1px;
    padding-top: 6px;
    padding-bottom: 0;
    line-height: 36px;
    height: 69px;
    height: auto;
    overflow: visible;
    resize: auto;
}
form .row .columns textarea{
    height: 69px;
}
input:not([type=submit]):focus,
textarea:focus{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #fff;
    
}
textarea:focus{
    border: none;
/*    padding-top: 0;*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}
input[type=checkbox],
input[type=radio]{
    display: none;
}
input[type=checkbox]+label{
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: 0;
}
input[type=checkbox]+label:before{
    content: "\e905";
    font-family: icomoon;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    border: 2px solid #fff;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0);
    transition: color .1s linear;
}
input[type=checkbox]:checked+label:before{
    color: #fff;
}
@media screen and (max-width: 40em){
    input:not([type=submit]){
        height: 38px;
        margin-bottom: 3px;
    }
    .select-wrap{
        margin-bottom: 4px;
        padding-bottom: 0;
    }
    textarea{
        background-image: url('../img/textarea-lines-mobile.png') 0 5px;
    }
    input[type=checkbox]+label{
        margin-bottom: 15px;
    }
}
/**** 4.2 - Buttons ****/
.button{
    padding: 13px 23px;
    background: #437cc2;
}
.button:hover{
    background: #18537b;
}
.button-group .button{
    margin-right: 15px;
}
.button.button-transparent{
    background: rgba(0, 0, 0, 0);
    border: 2px solid #437cc2;
    color: #437cc2;
}
.button.button-transparent:hover{
        background: #437cc2;
    color: white;
}
.button.button-white{
    background: #fff;
    color: #437cc2;
}
.button.button-white:hover{
    background: #e5e5e5;
}

/* 5.0 - Mobile menu
***************************** */
.mobile-menu{
    display: none;
}
@media only screen and (max-width: 63.9375em) {
    .menu-toggle {
        display: inline-block;
        padding: 5px;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        text-align: right;
        font-size: 30px;
        color: #3c3c3c;
        line-height: 1;
        text-decoration: none;
        -webkit-transition: color 0.5s ease-in-out;
        transition: color 0.5s ease-in-out;
    }
    .open .menu-toggle{
        text-align: center;
    }
    .blue-menu-toggle{
        color: #046ec4;
        border-color: #046ec4;
    }
    .blue-menu-toggle:hover{
        color: #0b3354;
        border-color: #0b3354;
    }
    .head-wdth-bg .menu-toggle{
        color: #fff;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        padding: 20px;
        width: 250px;
        left: -250px;
        background-color: #fff;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        z-index: 13;
    }
    .mobile-menu li{
        padding: 10px 0;
        border-bottom: 1px solid rgba(200,200,200,0.5);
    }
    .mobile-menu li a{
        display: table;
    text-transform: uppercase;
        letter-spacing: 4px;
    }
    .mobile-menu li a:hover{
            border-bottom: 2px #437cc2 solid;
    }
    .open .mobile-menu {
        left: 0;
    }
}
@media only screen and (max-width: 40em) {
    .menu-toggle{
        margin-top: 0;
    }
}

/* 6.0 - Header
============================== */
.header-bg{
    background: url('../img/header-bg.jpg') no-repeat 50% 50%;
    background-size: cover;
}
.header-menu > li > a{
    color: #3c3c3c;
}
.header-bg .menu > li > a{
    color: #fff;
}
.header-inner{
    padding-top: 11px;
}
.header-bg .header-inner{
    background: rgba(0, 0, 0, 0.7);
}
.header .bd-box,
.header .bd-box-inner{
    border-bottom: none;
    padding-bottom: 0;
}
.header-bg .bd-box{
    border: 3px solid #fff;
    border-bottom: none;
    padding-bottom: 0;
}
.header-bg .bd-box-inner{
    border: 1px solid #fff;
    border-bottom: none;
}
.header-bottom{
    color: #437cc2;
}
.header-bg *{
    color: #fff;
}
h1.logo,
h1.logo a{
    line-height: 1;
    margin-bottom: 0;
    font-size: 50px;
}
.head-phone{
    margin-bottom: 2px;
    color: #2ba6cb;
}
.header-bg .head-phone{
    color: #fff;
}
.head-phone,
.head-phone a{
    font-family: 'AvenirLTStd-Black';
    color: #437cc2;
}
.header-bg .head-phone a {
    color: #fff;
}
.header .menu{
    padding-right: 10px;
    border-right: 1px solid #d9d9d9;
    justify-content: flex-end;
}
.header-bg .menu{
    border-right-color: #9a9a99;
}
.menu > li{
    padding: 5px 8px;
}
.menu > li > a{
    padding: 0;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    transition: all .2s linear;
}
.menu > li.current-page a,
.header-bg .menu > li.current-page a:hover{
    border-bottom: 4px solid #437cc2;
}
.header .menu > li > a:hover{
    border-bottom-color: rgba(41, 128, 185, 0.51);
}
.header-top{
    border-bottom: 1px solid rgba(235, 235, 235, 0.6);
    margin-left: 30px;
    margin-right: 30px;
}
.header-top{
    padding: 45px 0 14px;
}
.header-bottom{
    padding: 101px 0 70px;
    position: relative;
}
.home .header-bottom{
    padding-bottom: 200px;
}

.header .social-list{
    position: absolute;
    right: -52px;
    top: calc(50% - 45px);
    transform: rotate(-90deg);
}
.home .header .social-list{
    top: calc(50% - 100px);
}
.header .social-list a{
    border-color: #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 2px;
    font-size: 14px;
    color: #fff;
}
@media screen and (max-width: 40em){
    .header-top{
        margin-left: 0;
        margin-right: 0;
        padding: 22px 0 12px;
    }
}

/* 7.0 - Footer
============================== */

.footer .bd-box{
    padding-top: 0;
    margin-bottom: 14px;
    border-top: none;
    padding-top: 0;
}
.footer .bd-box-inner{
    border-top: none;
    padding-top: 0;
    padding-left: 23px;
    padding-right: 23px;
}
.footer-top{
    padding-top: 54px;
    padding-bottom: 34px;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
}
.footer-top .footer-text{
    padding-left: 35px;
}
.footer-top .footer-text p{
    font-size: 13px;
    line-height: 1.63;
}
.footer-top .button-group .button{
    margin-right: 9px;
    padding: 11px 20px 10px;
}
.footer-middle{
    padding-top: 52px;
}
.footer-middle .menu{
    margin-bottom: 40px;
}
.footer .social-list a{
    font-size: 23px;
}
.footer-bottom{
    padding-top: 41px;
    padding-bottom: 15px;
}
.footer-bottom-menu > li > a{
    border-bottom: none;
}
.footer-bottom p{
    margin-bottom: 0;
    color: #437cc2;
    font-size: 12px;
}
.footer-bottom-menu li{
    font-size: 12px;
    color: #437cc2;
}
@media screen and (max-width: 64em){
    .footer-top .footer-text{
        margin-top: 10px;
        padding-left: 0;
    }
    .footer-logo{
        margin-bottom: 20px;
    }
    .footer-middle .menu{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .bd-box-inner{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .social-list a{
        font-size: 18px;
    }
    .footer-top{
        padding-top: 15px;
        padding-bottom: 16px;
    }
    .footer-middle{
        padding-top: 26px;
    }
    .footer-middle .menu{
        margin-bottom: 13px;
    }
}

/* 8.0 - Home
============================== */
.home .header-bottom h1{
    font-family: 'Birdsofparadise';
        font-size: 125px;
    line-height: 100px;
}
.video-browse-section{
    color: #437cc2;
    padding-bottom: 31px;
}
.video-box{
    margin-top: -195px;
    margin-bottom: 35px;
}
.org-list p,
.org-list ul{
    color: #3c3c3c;
    line-height: 1.64;
    letter-spacing: .5px;
}
.org-list{
    display: flex;
    padding: 20px;
}
.org-list > li{
    padding: 0 6px;
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    
}
.org-img{
    margin-bottom: 27px;
}
.org-img img{
    max-width: 100%;
}
.org-list > li .org-body{
    padding: 0 15px;
    flex-grow: 1;
}
.org-list > li .org-body ul{
    padding-left: 17px;
    margin-bottom: 35px;
}
.org-list > li .org-footer{
    padding: 0 15px;
    display: flex;
    flex-flow: row wrap;
}
.org-list > li .org-footer .button{
    padding: 11px 19px 10px;
    margin-right: 7px;
}
.org-list > li .org-footer .button:last-child{
    margin-right: 0;
}
.find-more-section{
    background: #437cc2;
    padding: 51px 0 67px;
}
.find-more-section,
.find-more-section *{
    color: #fff;
}
.find-more-section *::-moz-selection {
    color: #333;
    background: #fff;
}
.find-more-section *::selection {
   color: #333;
    background: #fff;
}
.find-more-section form select{
    color: #94c0dc;
}
.find-more-section select option{
    color: #437cc2;
}
.news-subscribe{
    padding-top: 29px;
}
.news-subscribe .row{
    margin-left: -4px;
    margin-right: -4px;
}
.news-subscribe .row > .columns{
    padding-left: 4px;
    padding-right: 4px;
}
.news-subscribe .button{
    margin-bottom: 0;
}
.reveal{
    padding: 0;
    border: none;
    position: relative;
    overflow: visible;
    width: 705px;
    background-size: cover;
    border-radius: 5px;
}
.home-v1 .reveal{
    background: url("../img/reveal-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
}
.home-v3 .reveal{
    background: #fff;
}
.reveal-inner{
    padding: 51px 68px;
    border-radius: 5px;
}
.home-v1 .reveal-inner *{
    color: #fff;
}
.home-v1 .reveal-inner{
    background: rgba(70, 76, 86, 0.91);
}
.home-v3 .reveal-inner{
    background: #fff;
}
.reveal-inner h1{
    font-family: 'CircularStdBold';
    font-size: 36px;
    margin-bottom: 29px;
}
.home-v3 .reveal-inner {
    color: #437cc2;
}
.reveal .close-button{
    position: absolute;
    top: -36px;
    font-size: 50px;
    right: 10px;
    line-height: .1;
    color: #fff;
}
.close-button-text{
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.subscr-newsletter-form{
    background-size: 100% 100%;
    padding: 25px 60px 39px;
}
.home-v3 .subscr-newsletter-form{
      border: 1px solid #6bbbf1;
}
.home-v1 .subscr-newsletter-form input:not([type=submit]){
    border-color: #fff;
}
.home-v3 .subscr-newsletter-form input:not([type=submit]){
    border-color: #437cc2;
}
.home-v3 .reveal input::-webkit-input-placeholder {
    color: #7d7d7d;
}
.home-v3 .reveal input::-moz-placeholder {
    color: #7d7d7d;
}
.home-v3 .reveal input:-ms-input-placeholder {
    color: #7d7d7d;
}
.subscr-newsletter-form .button{
    margin-top: 22px;
}
.reveal .social-list {
    margin-top: -27px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.home-v3 .reveal .social-list {
    background: #fff;
}
.home-v1 .reveal .social-list li a{
    border-color: #fff;
}
.home-v3 .reveal .social-list li a{
    border-color: #437cc2;
}
@keyframes white-social-hover{
    0%{background: rgba(255, 255, 255, 0);}
    30%{background: rgb(255, 255, 255);}
    60%{background: #437cc2; color: #fff}
    100%{background: rgba(255, 255, 255, 0); color: #437cc2}
}
.home-v3 .reveal .social-list li a:hover{
    animation: white-social-hover .7s linear;
}
@media screen and (max-width: 64em){
    .reveal{
        width: 600px;
    }
    .reveal-inner{
        padding: 26px 35px;
    }
}
@media screen and (max-width: 64em){
    .home .header-bottom h1{
        font-size: 74px;
    }
    .org-list{
        padding: 0;
    }
    .org-list > li .org-body ul{
        padding-left: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 40em){
    .home .header-bottom h1{
        font-size: 48px;
    }
    .home .header-bottom{
        padding-top: 45px;
        padding-bottom: 22px;
    }
    .video-box{
        margin-top: -27px;
        margin-bottom: 17px;
    }
    .video-box iframe{
        height: 150px !important;
    }
    .video-browse-section p{
        line-height: 1.7;
    }
    .org-list{
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .org-list > li{
        flex-basis: 300px;
        margin-bottom: 22px;
    }
    .org-list > li .org-img{
        text-align: center;
        margin-bottom: 15px;
    }
    .org-list > li .org-body,
    .org-list > li .org-footer{
        padding-left: 0;
        padding-right: 0;
    }
    .org-list > li .org-footer .button{
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .org-list > li .org-body ul{
        padding-left: 17px;
    }
    .org-list > li .org-body h3{
        margin-bottom: 4px;
    }
    .org-list > li .org-body ul{
        margin-bottom: 22px;
    }
    .org-list p, .org-list ul{
        line-height: 1.5;
        letter-spacing: 0;
    }
    .home .header-bottom .button-group{
        flex-wrap: wrap;        
    }
    .home .header-bottom .button-group .button{
        flex: 1 1 210px;
        margin: 5px;
        max-width: 210px;
    }
    .home .find-more-section{
        margin-left: -17px;
        margin-right: -17px;
    }
    .reveal{
        width: 84.3%;
        left: calc(8%);
        height: auto;
        min-height: 0;
    }
    .reveal-inner{
        padding: 19px 18px 9px;
    }
    .reveal-inner h1{
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 12px;
    }
    .subscr-newsletter-form{
        padding: 20px 4px 10px;
        margin-bottom: 10px;
    }
    .subscr-newsletter-form{
        background: rgba(0, 0, 0, 0);
        border: 1px solid #9ea2b1;
    }
    .reveal .social-list{
        margin-top: 0;
        width: 100%;
        justify-content: center;
    }
    .home-v1 .reveal .social-list{
        background: rgba(0, 0, 0, 0);
    }
    .reveal .social-list li a{
        width: 26px;
        height: 26px;
        font-size: 15px;
        line-height: 26px;
    }
    .find-more-section{
        padding-top: 64px;
        margin-left: -7px;
        margin-right: -7px;
        padding-bottom: 60px;
    }
    .news-subscribe{
        padding-top: 22px;
    }
}


/* 9.0 - About us
===================================== */
.about-us .header-bg{
    background-image: url('../img/aboutus-page-header-bg.jpg');
    background-position: 50% 0;
}
.about-us .header-bg .header-inner{
    background: rgba(0, 0, 0, 0.4);
}
.more-about-section{
    background: #e9f2f8;
    padding: 43px 0 55px;
    color: #437cc2;
}
.about-us .subtitle{
    font-family: 'AvenirLTStd-Book';
}
.about-us .page-content .bd-box-inner{
    padding-top: 70px;
    padding-bottom: 34px;
}
.shoe-spinner-section{
    padding: 62px 0;
}
.content-area{
    padding-right: 75px;
}
.section-img img{
    max-width: 100%;
}
.shoe-spinner-section .section-img{
    margin-top: -90px;
}
.shoe-spinner-section h3{
    margin-bottom: 20px;
}
.shoe-spinner-section ul{
    margin-bottom: 28px;
}
.shoe-spinner-section ul li{
    margin-bottom: 4px;
    margin-left: 15px;
}
.about-us .header-bottom{
    padding: 65px 0 21px;
}
.about-us-v2 .header-bottom{
    padding-top: 65px;
    color: #437cc2;
}
.about-us-v2 .header-bottom h1{
    font-size: 115px;
}
.about-section{
    background: #f2f8fb;
    padding-top: 40px;
}
.about-section .section-img{
    margin-bottom: -40px;
}
.choices-section{
    padding: 123px 0 97px;
}
.about-us-v3 .header-bottom{
    color: #fff;
    background: url('../img/shutterstock_363535580.jpg') no-repeat 50% 0;
    background-size: cover;
    padding: 147px 0 25px;
}
.about-us-v3 .header h1{
    font-family: 'AvenirLTStd-Black';
    font-size: 32px;
    margin-bottom: 5px;
}
.about-us .text-group{
    margin-bottom: 12px;
}

.widget-title{
    font-family: 'AvenirLTStd-Black';
    font-size: 22px;
    line-height: 1.18;
    
}
.widget{
    padding: 26px 24px 16px;
}
.subscribe-widget{
    background: #f4f9fb;
}
.subscribe-widget input::-webkit-input-placeholder {
    color: #437cc2;
}
.subscribe-widget input::-moz-placeholder {
    color: #437cc2;
}
.subscribe-widget input:-ms-input-placeholder {
    color: #437cc2;
}
.subscribe-widget input:not([type=submit]){
    border-bottom-color: #acc9db;
}
.subscribe-widget input:not([type=submit]):focus{
    border-bottom-color: #437cc2;
}
.widget-subscribe-form .button{
    margin-top: 10px;
}

@media screen and (max-width: 64em){
    .content-area{
        padding-right: 0;
    }
    .widget-title{
        font-size: 18px;
    }
}
@media screen and (max-width: 40em){
    .subscribe-widget{
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* 10.0 - FAQs
================================ */
.questions{
    padding-top: 37px;
    border-top: 1px solid #f6f6f6;
}
.accordion-title,
.accordion-title:focus{
    font-size: 18px;
    font-family: 'AvenirLTStd-Medium';
    background: rgba(0, 0, 0, 0);
    color: #3c3c3c;
    line-height: 1.38;
    padding: 13px 23px 11px;
}
.is-active > .accordion-title,
.is-active > .accordion-title:focus{
    background: #437cc2;
    color: #fff;
}
.accordion-content{
    line-height: 1.5;
    padding-left: 23px;
    padding-right: 23px;
}
.accordion-title::before{
    content: "\f054";
    font-family: FontAwesome;
    color: #437cc2;
    transform: rotateZ(0deg);
    transition: transform .2s linear;
}
.is-active .accordion-title::before{
    content: "\f054";
    color: #fff;
    transform: rotateZ(180deg);
}
.faqs .header-bottom h1{
    font-size: 48px;
    line-height: 25px;
}
.faqs .page-content .bd-box-inner{
    padding-bottom: 150px;
}
.faqs .header-bottom{
    padding-top: 40px;
    padding-bottom: 9px;
}
@media screen and (max-width: 64em){
    .faqs .page-content .bd-box-inner{
        padding-bottom: 70px;
    }
    .bd-box-inner{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 40em){
    .accordion-title,
    .accordion-title:focus{
        font-size: 16px;
        padding-top: 11px;
        padding-bottom: 9px;
    }
    .accordion-title::before{
    }
    .faqs .page-content .bd-box-inner{
        padding-bottom: 35px;
    }
    .questions{
        padding-top: 24px;
    }
}

/* 11.0 - Contact page
================================ */
.contact-page .header-bg{
    background-image: url('../img/modern-closet.jpg');
}
.contact-page .header-bottom{
    padding-bottom: 133px;
}
.contact-page .header-bottom h1{
    font-size: 115px;    
}
.contacts-section{
    background: #f5f5f5;
}
.contact-list{
    display: flex;
    padding: 30px 5% 35px;
}
.contact-list li{
    flex: 1 1 400px;
    padding: 14px 6% 10px;
}
.contact-list li+li{
    border-left: 1px solid #e4e4e4;
}
.contact-list li h4{
    color: #437cc2;
}
.contact-list li p{
    line-height: 1.42;
    margin-bottom: 0;
}
.contact-page .header-bottom h1 span {
    margin-right: -38px;
    }

@media screen and (max-width: 64em){
    .contact-list{
        padding-left: 2%;
        padding-right: 2%;
    }
    .contact-list li{
        padding-left: 2%;
        padding-right: 2%;
    }
}
@media screen and (max-width: 40em){
    .contact-page .page-content .bd-box-inner{
        padding-left: 0;
        padding-right: 0;
    }
    .contact-page .header-bottom{
        padding-bottom: 58px;
    }
    .contact-page .header-bottom h1{
        font-size: 42px;
    }
    .header-bottom h1 span, .contact-page .header-bottom h1 span {
    margin-right: -14px;
    position: relative;
    top: -14px;
}
    .contact-list{
        flex-wrap: wrap;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .contact-list li{
        flex: 1 1 300px;
        padding-top: 15px;
        padding-bottom: 18px;
    }
    .contact-list li+li{
        border-top: 1px solid #e4e4e4;
        border-left: none;
    }
}

/* 12.0 - Internal page
===================================== */
.internal-page .header-bg{
    background-image: url('../img/internal-page.jpg');
}
.internal-page .header-bg .header-inner{
    background-color: rgba(0, 0, 0, 0.48);
}
.internal-page .page-content .bd-box-inner{
    padding-top: 70px;
    padding-bottom: 34px;
}
.internal-page .header-bottom{
    padding-bottom: 21px;
}
.internal-page .header-bottom h1 span {
    margin-right: -14px;
    position: relative;
    top: -14px;
}
.shoe-spinner .content-area{
    padding-right: 45px;
}
@media screen and (max-width: 64em){
    .shoe-spinner .content-area{
        padding-right: 0;
    }
}
@media screen and (max-width: 40em){
    .internal-page .page-content .bd-box-inner{
        padding-top: 37px;
    }
}

/* 13.0 - Internal page full width
===================================== */
.internal-page .questions{
    padding-top: 13px;
    border: none;
    margin-bottom: 29px;
}
table thead th{
    text-align: center;
    border: 1px solid #75aacc;
    background: #437cc2;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 4px;
}
table tbody{
    border: 1px solid #f6f6f6;
    color: #6c6c6c;
}
table tbody td{
    border: 1px solid #f6f6f6;
    padding-top: 11px;
    font-size: 16px;
    line-height: 1.25;
}
.table-sect{
    margin-bottom: 25px;
}
.table-sect p{
    padding-left: 20px;
}
.internal-page.full-width.rotas .page-content .bd-box-inner{
    padding-bottom: 73px;
}
.table{
    overflow: auto;
}
.table::-webkit-scrollbar {
    width: 12px;
    height: 30px;
    padding: 3px;
    background: #437cc2;
} 
.table::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #fff;
    height: 25px;
    border: 2px solid #437cc2;
} 
.table::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-image: url('../img/scroll-button.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 90% 70%;
    border-radius: 5px;
    overflow: hidden;
}

.table::-webkit-scrollbar-button:start {
    width: 26px;
      background: #437cc2 url('../img/scroll-left.png') no-repeat 50% 50%;
}
.table::-webkit-scrollbar-button:end {
    width: 26px;
      background: #437cc2 url('../img/scroll-right.png') no-repeat 50% 50%;
}
.table::-webkit-scrollbar-corner {
      background-color: #437cc2;
} 
.terms-and-cond .header-bottom{
    padding-top: 30px;
    padding-bottom: 0;
}
.terms-and-cond.internal-page .page-content .bd-box-inner{
    padding-top: 0;
    padding-bottom: 63px;
}
@media screen and (max-width: 40em){
    .table-sect p{
        padding-left: 0;
        font-size: 12px;
    }
    .table{
        margin-bottom: 9px;
    }
    .table table{
        margin-bottom: 0;
    }
    .internal-page.full-width.rotas .page-content .bd-box-inner{
        padding-bottom: 39px;
    }
    .terms-and-cond.internal-page .page-content .bd-box-inner{
        padding-bottom: 21px;
    }
}
.table::-webkit-scrollbar-button:start {
    width: 26px;
      background: #437cc2 url('../img/scroll-left.png') no-repeat 50% 50%;
}
.table::-webkit-scrollbar-button:end {
    width: 26px;
      background: #437cc2 url('../img/scroll-right.png') no-repeat 50% 50%;
}
.table::-webkit-scrollbar-corner {
      background-color: #437cc2;
} 
.terms-and-cond .header-bottom{
    padding-top: 30px;
    padding-bottom: 0;
}
.terms-and-cond.internal-page .page-content .bd-box-inner{
    padding-top: 0;
    padding-bottom: 63px;
}
@media screen and (max-width: 40em){
    .table-sect p{
        padding-left: 0;
        font-size: 12px;
    }
    .table{
        margin-bottom: 9px;
    }
    .table table{
        margin-bottom: 0;
    }
    .internal-page.full-width.rotas .page-content .bd-box-inner{
        padding-bottom: 39px;
    }
    .terms-and-cond.internal-page .page-content .bd-box-inner{
        padding-bottom: 21px;
    }
}

/* 14.0 - User Cart Page
=============================================== */
.user-cart-page{
    font-family: GothamBook;
}
.user-cart-page .row{
    max-width: 1600px;
}
.user-cart-page .header-top{
    border-bottom: none;
    padding-bottom: 35px;
}
.user-cart-page .page-content .page-heading{
    padding-top: 45px;
    padding-bottom: 17px;
}
.user-cart-page .page-content h1{
    font-family: Birdsofparadise;
    color: #437cc2;
}
.button.pink{
    background: #ff3366;
}
.button.pink:hover{
    background: #ab1d40;
}
.user-cart-page .button{
    text-transform: uppercase;
    font-family: GothamMedium;
}
.user-cart-page .head-phone{
    font-size: 28px;
    white-space: nowrap;
}
.cart-table table{
    border: none;
    margin-bottom: 0;
}
.cart-table table thead,
.cart-table table tbody,
.cart-table table tbody tr,
.cart-table table tbody tr td,
.cart-table table thead tr{
    border: none;
    background: none;
}
.cart-table table thead tr th{
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-left: none;
    border-right: none;
    background: none;
    color: #437cc2;
    padding: 8px 0;
    font-size: 16px;
}
.cart-table table thead tr th:first-child,
.cart-table table tbody tr td:first-child,
.cart-table table thead tr th:nth-child(2),
.cart-table table tbody tr td:nth-child(2){
    text-align: left;
}
.cart-table table tbody tr td{
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    padding: 23px 0;
    color: #000;
}
.cart-table table tbody tr td:first-child{
    padding-left: 3%;
}
.cart-table table .prod-sku{
    color: #a5a5a5;
    font-size: 14px;
}
.cart-table table .prod-name{
    font-size: 24px;
}
.cart-table table a{
    color: #437cc2;
    text-decoration: underline;
}
.cart-table table .prod-quality{
    font-size: 14px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    border: 1px solid #e0e0e0;
}
.cart-table table .prod-quality .quality-button{
    color: #fff;
    background: #e0e0e0;
    padding: 2px 7px;
}
.cart-table table .prod-quality .q-number{
    padding: 2px 7px;
}
.cart-table table .remove-button{
    color: #437cc2;
}
.shipping-report{
    border: 1px solid #e1e1e1;
}
.shipping-report > li{
    padding: 8px 37px;
    color: #444444;
}
.shipping-report > li + li{
    border-top: 1px solid #e1e1e1;
}
.total-report{
    border: 1px solid #e1e1e1;
    padding: 15px 22px;
    background: #f8fbfd;
    font-size: 16px;
    font-family: GothamMedium;
    margin-bottom: 24px;
}
.discounting {
    padding-top: 24px;
}
.discounting p{
    font-family: GothamBook;
    margin-bottom: 25px;
}
.discounting .blue-text{
    font-family: GothamMedium;
    margin-bottom: 10px;
}
.discount-form .input-group{
    border: 1px solid #e1e1e1;
}
.discount-form .input-group input{
    border: none;
    margin: 0;
    height: 47px;
    padding-left: 15px;
    padding-right: 15px;
}
.discount-form input::-webkit-input-placeholder {
    color: #c2c2c2;
}
.discount-form input::-moz-placeholder {
    color: #c2c2c2;
}
.discount-form input:-ms-input-placeholder{
    color: #c2c2c2;
}
.subscription-section .bd-box, 
.subscription-section .bd-box-inner{
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}
.subscription-section .subscrip-form{
    background: #437cc2;
    padding-top: 70px;
    padding-bottom: 50px;
}
.subscription-section .subscrip-form input[type=text]{
    color: #fff;
}
.subscription-section h2{
    color: #fff;
    font-family: GothamBook;
    margin-bottom: 35px;
}
.user-cart-page .footer-bottom{
    padding-bottom: 41px;
}

/** HOME STRIP *****/

.hs-strip .wrap{
    max-width: 990px;
    margin: 0 auto;
   
}
.hs-strip .wrap .wrap-cont{
    border-bottom: 1px solid #ececec;
    padding: 40px 0 20px;
    float: left;   
    position: relative;
}
.hs-strip .left-cont{
    padding: 0;
    float: left;    
}
.hs-strip .left-cont h2{
    color: #009d96;
    font-family: 'AvenirLTStd-Black';
    padding-right: 80px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
}
.hs-strip .left-cont a{
    color: #3e3e3e;
    border-bottom: 2px solid #a1a1a1;
    padding-bottom: 1px;
     font-family: 'AvenirLTStd-Black';
     font-size: 15px; 
     /*opacity: 0;
     visibility: hidden;*/
}
.hs-strip .left-cont a:hover{
    border-color: #3e3e3e;
}
.hs-strip .left-cont .icon{
    float: left;
    width: 8%;    
}
.hs-strip .left-cont .cont{
    float: left;
    width: 92%;
    padding-left: 10px;
}
.hs-strip .right-cont{
    padding: 0;
    float: right;   
    padding-right: 80px;
}

.hs-strip .right-icon{
    position: absolute;
    right: -33px;
    top: 9px;
    width: 108px;    
}

@media screen and (max-width: 1120px){
    .hs-strip .wrap {
         padding-left: 0.9375rem;
        padding-right: 0.9375rem;   
    }
    .hs-strip .right-icon{
          width: 105px;
              right: 0;
    }
    .hs-strip .left-cont h2{
        font-size: 22px;
        line-height: 30px;    
    }
    .hs-strip .right-cont{
         padding-right: 112px;   
    }
    .hs-strip .left-cont a{
        font-size: 12px;
    }
    
}
@media screen and (max-width: 1023px){
    .hs-strip .left-cont .icon {
     width: 20%;
    }
    .hs-strip .left-cont .cont{
         width: 80%;   
    }
    .hs-strip .left-cont{
        width: 50%;
    }
    .hs-strip .right-cont{
         float: left;
        padding-right: 0;
        padding-left: 50px;   
    }
    .hs-strip .left-cont h2{
        padding-right: 0;
    }
}
@media screen and (max-width: 639px){
     .hs-strip .left-cont {
        width: 100%;
    }   
    .hs-strip .left-cont .icon {
        width: 15%;
    }
    .hs-strip .left-cont .cont {
        width: 85%;
    }
    .hs-strip .right-cont{
        padding-left: 0;
        float: none;
        text-align: center;    
    }
    .hs-strip .right-cont img{
         margin-top: 30px;   
    }
    .hs-strip .right-icon{
        display: none;
    }
}












