*{
    padding: 0px; margin:0px; box-sizing: border-box;
}

*:focus {
    outline: 0;
}

a{border:none;outline:0;}

img {text-decoration: none; border: 0px}

body{
    font-size: 16px;
    font-family: "proxima-nova";
    line-height: 16px;
}

html{
    overflow-x:hidden;
}

body.hidden{
    overflow:hidden;
    position:relative;
}

@media only screen and (max-width:768px){
    body{
        font-size:14px;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

h1,h2,h3,h4,h5,a{ font-family: "alternate-gothic-no-1-d";}

h1{
        text-transform: uppercase;
        font-size: 68px;
        font-weight: 400;
        line-height: 68px;
        letter-spacing: 0.18em;
}

h2{ 
        text-transform: uppercase;
        font-size: 2.35em;
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: 0.18em;
}

h3{
        text-transform: uppercase;
        /*font-size: 2.8em;*/
        font-size:2.35em;
        font-weight: 400;
        line-height: 1.5em;
        letter-spacing: 0.18em;
}

h4, h5,a{ font-weight:normal;}

.df-link:not(a) a{
        text-decoration: underline;
    /*color: #58585a;*/
    color:inherit;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: initial;
    font-family: "proxima-nova";
}

.right{
    text-align:right;
}

.txt-initial {
    text-transform:initial;
}

h4{
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.2em;
    letter-spacing: 3.8px;
    font-weight: 400;
}

h5{
    font-size: 1.2em;
     text-transform: uppercase;
    line-height: 1.2em;
    position:relative;
}

img{
    max-width:100%;
}

.ball {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 2em;
    right: 0;
    text-align: center;
    background: #96cfbe; 
}
 
.ball-inner{
    position:absolute;
    top:50%;
    width:100%;
    font-size:2.5em;
    line-height:1.4;
    padding:1.5em;
    font-weight:1000;
  -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
          transform:translateY(-50%)
}

.camera_target {
    z-index:9999;
}
.camera_prev, 
.camera_next {
    z-index:10000;
}
p{
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-family: "proxima-nova";
    font-weight: 400;
    position:relative;
}

.simple-link{
    font-family: 'proxima-nova';
    color: #fff;
}

.lg-p{
    font-family: "proxima-nova";
    letter-spacing: 1px;
    font-size: 18px;
    text-transform:uppercase;
}

.line-header-bk, .line-header-inh, .line-header-bk-bottom {
    
}

.green-line-header-top{

}

.white-line-headers:before{
        position: absolute;
    top: -0.8em;
    width: 16px;
    height: 4px;
    background-color: #fff;
    content: '';
    left: 50%;
    margin-left: -8px;
    display: inline-block;
}

.white-line-headers:after{
        position: absolute;
    bottom: -0.7em;
    width: 16px;
    height: 4px;
    background-color: #fff;
    content: '';
    left: 50%;
    margin-left: -8px;
    display: inline-block;
}

.green-line-header-top:before{
        position: absolute;
    content: '';
    width: 15px;
    height: 4px;
    background-color: #627641;
    top: -1.5em;
    left: 50%;
    margin-left: -7px;
    display: inline-block;
}

.green-line-header-bottom:after{
    position: absolute;
    content: '';
    width: 15px;
    height: 4px;
    background-color: #627641;
    bottom: -1.3em;
    left: 50%;
    margin-left: -7px;
    display:inline-block;
}

.line-header-bk:before{
     position: absolute;
    content: '';
    width: 18px;
    height: 5px;
    background-color: #333;
    top: 0.5em;
    left: 50%;
    margin-left: -9px;
    display:inline-block;
}

.line-header-bk-bottom:after{
        position: absolute;
    content: '';
    width: 18px;
    height: 5px;
    background-color: #333;
    bottom: -1.3em;
    left: 50%;
    margin-left: -9px;
    display:inline-block;
}

@media only screen and (max-width:992px){
    .col-md-3{
        width:33.33%;
        float:left;
    }
}

@media only screen and (max-width:768px){
    .col-md-3{
        width:50%;
        float:left;
    }
}

@media only screen and (max-width:480px){
    .col-md-3{
        width:100%;
    }
}

.full-width .container{
    width:100%;
    padding:0px;
}

.full-width .container .row .col-md-12{
    padding:0px;
}

.full-width .container .row{
    margin:0px;
}

.full-width .container .clearfix{
    display:block;
}

.camera_wrap a{
    color: #fff !important;
letter-spacing: 0.18em !important;
    font-size: 1.125em !important;
border:0.0625em solid #fff !important;
text-transform: uppercase !important;
display:inline-block;
font-family: "alternate-gothic-no-1-d" !important;
}

.green{
    padding:4em 3em;
    background-color:#627641;
    color:#fff;
}

.darkgreen{
    background-color: #627641;
    padding:2em 0em;
    color:#fff;
}

.lite{
    background-color:#fff;
    color:#627641;
    padding:3em 0em;
}

.whiteText{
    color:#fff !important;
    padding:3em 0em;
}

.nopadding{
    padding-bottom:0em !important; 
}

.extrapadding{
    padding:5em 0em;
}

.smallpadding{
    padding:1em 0em !important;
}

.liteDarkText{
    background-color:#fff;
    color:#58585A;
    padding:4em 0em;
}

.litewhite{
    background-color:#F7F6F5;
    color:#58585A;
    padding:3em 0em;
}

.bg-lite-white{
    background-color:#F7F6F5;
}

.inverse-white{
    color:#333;
    padding:3em 0;
}

.inverse-white >p{
    font-size:1.1em;
}

.clearfix{
    display:block;
}

.padding-cell{
    padding:2em 2em;
}


@media only screen and (min-width:480px) and (max-width:768px){
    .darkgreen{
        padding:2em;
    }
}

@media only screen and (max-width:480px){
    .darkgreen{
        padding:1em;
    }
    .green{
        padding:2em;
    }
}

.main-content{
    margin-top:0px;
}

.main-content.well-main{
    margin-top:50px;
}

@media only screen and (max-width:850px){
    .main-content{
        margin-top:0px !important;
    }
}
.MultibackgroundYes .container .row .col-md-6{
    position:relative;
    padding-top:80vh;
}

.v-center{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    color:#fff;
}

.MultibackgroundYes{
    background-repeat: no-repeat, no-repeat;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: 50% 100%;
    background-position: left top, right top;
    color:#627641;
   
}

.MultibackgroundYes .container{
     width:100%;
    padding:0px;
}

.MultibackgroundYes .container .row{
    margin:0px;
}

.MultibackgroundYes .container .row .col-md-6 .padding-cell{
    padding:4em 4em;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);;
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
}

.centeredRightImage{
    padding:5em 0em;
}
.equalheights-Blocks .container .row .col-md-6:nth-child(1):before


.centeredRightImage .container .row .col-md-6:nth-child(2)
{
    /*position:relative;
    padding-top:50vh;*/
    text-align:center;
}

.centeredRightImage .container .row > .col-md-6:nth-child(2):before, .equalheights-Blocks .container .row  > .col-md-6:nth-child(1):before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.successStoryBlocks{
    padding:1.5em;
}

.successStoryBlocks .container .row .col-md-6{
    padding:0 5px;
}

.litewhite.successStoryBlocks:last-of-type{
    padding-bottom:7em;
}

.equalheights-Blocks .container .row  > .col-md-6:nth-child(1){
    background-color:#627641;
}

.centeredRightImage .container .row .col-md-6 > img{
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
}

.verticalAlignMiddle{
        display: inline-block;
    vertical-align: middle;
    width:95%;
    text-align:center;
}

.verticalAlignMiddle img{
    border-radius:100%;
}

.line-headers-wide{ position: relative;}

.line-headers-wide:before{
    position: absolute;
    width:16px;
    height: 5px;
    content: '';
    top: -2.8em;
    left:50%;
    margin-left: -8px;
    background-color: #627641;
}

@media only screen and (min-width:768px) and (max-width:992px){
    .MultibackgroundYes{
        background-size: 100% 80vh, 100vw 100%;
    }

    .MultibackgroundYes .container .row .col-md-6:first-of-type{
        padding-top:80vh;
    }

    .MultibackgroundYes .container .row .col-md-6:nth-of-type(2){
        padding-top:0;
        padding:3em;
    }

    .MultibackgroundYes .container .row .col-md-6 .padding-cell{
        position:relative;
        top:0;
        transform: none; 
        -webkit-transform:none; 
        -moz-transform: none;
        padding:2em;
    }
}

@media only screen and (max-width:768px){
    .MultibackgroundYes{
        background-size: 100% 50vh, 100vw 100%;
    }

    .MultibackgroundYes .container .row .col-md-6:first-of-type{
        padding-top:50vh;
    }

    .MultibackgroundYes .container .row .col-md-6:nth-of-type(2){
        padding-top:0;
    }

    .MultibackgroundYes .container .row .col-md-6 .padding-cell{
        position:relative;
        top:0;
        transform: none; 
        -webkit-transform:none; 
        -moz-transform: none;
        padding:2em;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (orientation: landscape) {
    .MultibackgroundYes{
        background-size: 100% 100vh, 100vw 100%;
    }

    .MultibackgroundYes .container .row .col-md-6:first-of-type{
        padding-top:100vh;
    }
}

.btn-link:not(a) a, a.btn-link{
    color: inherit;
    letter-spacing: 0.18em;
    font-size: 1.125em;
    padding: 0.3em 1em;
    border:1px solid;
    border-color:inherit;
    text-transform: uppercase;
    display:inline-block;
}

.book-now-wrapper{
    margin:3em 0em;
    text-align:center;
}

#book-now-btn + a:after{
    content: 'Continue to Book';
    color: #627641;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    border: 0.125em solid #627641;
    padding: 0.5em 1.5em;
    text-align: center;
}

#book-now-btn + a img{
    visibility:hidden;
    width:0px !important;
}

.btn-solid{
   color: #fff;
    letter-spacing: 3px;
    font-size: 1em;
    padding: 0.4em 1em 0.4em 1em;
    text-transform: initial;
    background-color: #a7a9ab;
    display: inline-block;
    font-family: "proxima-nova";
}


.btn-solid-green
{
        background-color: #627641;
    color: #fff;
    font-size: 22px !important;
    padding: 0.5em 1.5em !important;
}

.footer-email-signup{
    width:84.5%;
    letter-spacing:1px;
        height: 32px;
    padding: 0px;
    padding-left: 1em;
}

.footer-email-btn{
    border:0px;
    position:absolute;
        right: 0em;
        top:0em;
    padding-bottom: 0em;
    padding:0;
    cursor:pointer;
    height:32px;
    width:50px;
}

.mobile-footer-signup{
    position:relative;
    text-align:left;
}

.news-letter-form{
    margin-top:2em;
}

.footer-email-signup.top-signup{
        width: 35%;
    margin-right: 0.3em;
    vertical-align:middle;
    display:inline-block;
}

@media only screen and (max-width:992px){
    .mobile-footer-signup{
        width: 50%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
    .footer-email-btn{
        right:1em;
        padding-bottom:0em;
        padding:0px;
        height:32px;
    }


}

@media only screen and (min-width:480px) and (max-width:768px)
{
    .mobile-footer-signup{
        width:60%;
    }
    .footer-email-btn{
        right:1em;
    }
}

@media only screen and (max-width:480px) 
{
    .mobile-footer-signup{
        width:85%;
    }
}



.news-letter-signup{
        background: transparent;
    border: 0;
    color: #627641;
    border: 1px solid #627641;
    padding: 0.3em 1em;
    font-size: 1.1em;
    font-family: "alternate-gothic-no-1-d";
    display: inline-block;
    vertical-align: middle;
    position:relative;
    text-transform: uppercase;
    -webkit-appearance:none;
        letter-spacing: 0.13em;
            padding-right: 2.5em;
            cursor:pointer;
}

.news-letter-signup .ss-gizmo{
        position: absolute;
    display: inline-block;
    vertical-align: middle;
    right: 0.5em;
}

@media only screen and (max-width:480px){
    .news-letter-signup{
        margin-top:0.5em;
    }
}

input.footer-email-signup::-webkit-input-placeholder{
    color: #fff;
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: initial;
    display: inline-block;
    font-family: "proxima-nova";
}

input.footer-email-signup:-ms-input-placeholder{
    color: #fff;
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: initial;
    display: inline-block;
    font-family: "proxima-nova";
}

input.footer-email-signup:-moz-placeholder{
    color: #fff;
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: initial;
    display: inline-block;
    font-family: "proxima-nova";
    opacity:1;
}

input.footer-email-signup::-moz-placeholder{
    color: #fff;
    letter-spacing: 1px;
    font-size: 1em;
    text-transform: initial;
    display: inline-block;
    font-family: "proxima-nova";
    opacity:1;
}

p span i.fa.fa-facebook-official,p span i.fa.fa-instagram {
    margin-top: 0.4em;
    font-size:28px;
    color:#A7A9AC;
}

.social-links a{
    padding:0em 0.1em;
}

h2 + .offset, h3 + .offset{ padding-top:3em}

h2 + p{ padding-top:2em;}

h4 + .offset{ margin-top:5.6em;}

.p-a-offset{ margin-top:1em;}

p span i.fa{margin-top:0.4em;}

.d-lh{ line-height: 1em;}

.ft-18{ font-size:1.5em }

.ft-12{ font-size:0.9em}

.pd-l{ padding-left: 4em;}

.txt-white{ color:#fff !important;}

.txt-olive-green{ color: #627641}

.txt-darkgray{
    color:#58585A;
}

.txt-gray{
    color:#333;
}

.center{ text-align: center;}

.dark-olv-green{
    background-color: #627641;
}

.dark-text{
    color:#58585a !important;
}

.white-olive{
    background-color: #fff;
    color: #627641;
}

.bg-gray{
    background-color: #333332;
}

.bg-white{
    background-color:#fff !important;
}

.bg-black{
    background-color: #231f20;
    color: #fff;
}

.well-all{ padding: 4em 2em}

.lg-well{
    padding:8em 3em;
}

.well-top{
    padding-top:1em !important;
}

.well-small-popup-head{
    padding:0 1em;
}

.well {
    padding-top: 3em;
    padding-bottom:3em;
}

.well-no-pad{
    padding:0px;
}

.logo-font{
    font-size: 2em;
}

.line-headers.logo-font{
position: relative;
}

.line-headers.logo-font:after, .line-headers.logo-font:before{
    position: absolute;
    content: '';
    width:16px;
    height: 5px;
    left:50%;
    margin-left: -8px;
    background-color: #fff;
}
.line-headers.logo-font:before{top:-0.2em}
.line-headers.logo-font:after{ bottom: -0.2em;}

.site-container{
    
    position: relative;
    width:100%;
    margin-left:0px;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.site-container.push{
    margin-left:300px;
}

.site-container-fade{
        background-color: transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.site-container .site-container-fade.active{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,.6) !important;
}

.header-wrap{
       position:relative;
}

.news-letter-section{
              background-color: #333;
    color: #fff;
    padding: 2em 0em;
    position: relative;
    height: 235px;
    margin-top: 0px;
    top: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width:768px){
    .news-letter-section{
        z-index:10000;
    }
}

.news-letter-section.active{
    display:block !important;
}

.newsletter-close-btn-wrap{
    position:absolute;
    right:2em;
}

@media only screen and (max-width:768px){

    .news-letter-section h3{
        font-size:1.5em;
    }

    .news-letter-section p{
        font-size:12px;
    }
    .newsletter-close-btn-wrap{
        right:0px;
        z-index:1;
    }

    .footer-email-signup.top-signup{
        width:33% !important;
    }
}

.checkout-popup.fixed{
    position:fixed;
}

.news-letter-wrap{
    float:none;
    margin:0 auto;
}

header{
    background-color: #fff;
    width: 100%;
    height: 50px;
    display: table;
    table-layout:fixed;
    top:0px;
    z-index: 9999;
    box-shadow: 1px -5px 20px #333;
}

header.header-fixed{
    position:fixed;
}

@media only screen and (max-width:850px){
    header.header-fixed {
    position: relative;
    }
}

header.header-home{
    position:relative;
}

.link-row{
    display:table-row;
}

header a, .span-search{
    font-family: "alternate-gothic-no-1-d";
    color:#333333;
    text-transform: uppercase;
      font-size: 16px;
    letter-spacing: 0.26em;
    color: #333333;
    text-decoration: none;
}

a{ text-decoration: none; cursor: pointer;}



nav{
    width: 290px;
  display: table-cell;
    vertical-align: middle;
    position: relative;
}

nav .nav-trigger{
/*    float:left;*/
   
}

.icon-menu{
        position: relative;
        display: inline-block;
        fill:none;
        width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 1.5em;
    margin-left: 1.5em;
    }

    .icon-menu .line{
        position: absolute;
        width: 100%;
        display: block;
        left:0;
        height: 4px;
        background-color: #627642;
        transition: all 0.1s linear;
        -webkit-transition:all 0.1s linear;
         -moz-transition:all 0.1s linear;
        -ms-transition:all 0.1s linear;
        -o-transition:all 0.1s linear;
    }
    
    .icon-menu .line-1{top:0px;}
    .icon-menu .line-2{
        top:50%;
        margin-top:-2px;
    }
    
    .icon-menu .line-3{bottom:0px;}

    @media only screen and (max-width:850px){
        .icon-menu{
            margin-left: 0em;
            margin-right: 0em;
            width: 30px;
            height: 22px;
        }
    }

.nav-trigger a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top:3px;
}

.nav-dropdown{
    top: 50px;
    background-color: #e8e8e8;
    position: absolute;
    left: 0;
    width: 290px;
    padding-top: 25px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-left:2.5em;
    z-index: 9999;
/*    opacity: 0;*/
    /*display: none;
    filter: alpha(opacity=0);*/
    -webkit-transition: opacity 0.3s linear, top 0s linear 0.3s;
    -moz-transition: opacity 0.3s ease, top 0s ease 0.3s;
    -ms-transition: opacity 0.3s ease, top 0s ease 0.3s;
    -o-transition: opacity 0.3s ease, top 0s ease 0.3s;
    transition: opacity 0.3s ease, top 0s ease 0.3s;
}

/*.page-name{
        position: absolute;
    top: 50%;
    vertical-align: middle;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}*/

.nav-dropdown ul{ list-style-type: none;}

.nav-dropdown ul li{ display: block; padding: 0.4em 0em;}

.nav-dropdown ul li a{
  color: #333333;
}
.nav-dropdown ul li a:hover{
    color:#627641;
}

/*nav:hover .nav-dropdown{ opacity: 1;display: block;}*/

nav:hover .nav-trigger .icon-menu .line-1{ top:-3px}

nav:hover .nav-trigger .icon-menu .line-3{ bottom:-3px}

.top-bar{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
        /*width: calc(100% - 290px);*/
        width: 85%;
}

.top-bar ul{ list-style-type: none; font-size: 0px;}

.top-bar ul li{ display: inline; font-size: 20px;
position: relative;
}

.close-mobile-nav{
    display:none;
}

.nav-book-now{
    position: absolute;
    bottom: -32px;
    width: 100%;
    left: 0;
    height: 45px;
    background-color: #627641;
    color: #fff;
    padding-left: 2.5em;
}

.nav-book-now a{
    color:#fff !important;
    line-height:38px;
}

@media only screen and (min-width:850px){
    .top-bar ul li{
        display:inline !important;
    }
}

.top-bar ul li form{
    display: inline;
}

input[type=search] {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 6px 3px;
     font-family: "alternate-gothic-no-1-d";
    color:#333333;
    text-transform: uppercase;
      font-size: 16px;
    letter-spacing: 5px;
    border: 0;
    width:6.5em;
        margin-right: 0.2em;
    border-radius: 2px;
        background-color: transparent;
}
 

input[type=search]:focus {
    width:12em;
  box-shadow: 0 0 2px 0 rgba(109, 152, 40, 1);
   
}


input[type=search]:-moz-placeholder {
	font-family: "alternate-gothic-no-1-d";
    color:#333333;
    text-transform: uppercase;
      font-size: 16px;
    letter-spacing: 5px;
    opacity:1;
}

input[type=search]::-moz-placeholder {
	font-family: "alternate-gothic-no-1-d";
    color:#333333;
    text-transform: uppercase;
      font-size: 16px;
    letter-spacing: 5px;
    opacity:1;
}

input[type=search]:-ms-input-placeholder {
	font-family: "alternate-gothic-no-1-d";
    color:#333333;
    text-transform: uppercase;
      font-size: 16px;
    letter-spacing: 5px;
}

input[type=search]::-webkit-input-placeholder {
	font-family: "alternate-gothic-no-1-d";
    color:#333333;
    text-transform: uppercase;
      font-size: 16px;
    letter-spacing: 5px;
}

.span-search{ margin-right:0.2em;}

.top-bar ul li.li-search{
    margin-right:0.5em;
}

.top-bar ul li a{
    padding: 13px 24px;
line-height: 24px;
}


i.fa.fa-user, i.fa.fa-search {
    color: #627642;
        font-size: 18px;
            margin-left: 0.5em;
}

.top-bar ul li.cart-bar a{ color:#627641;display: inline-block; background-color: #333333; padding: 13px 24px;
line-height: 24px;
}

.top-bar ul li.cart-bar.border:before{
    position: absolute;
    content: '';
    height: 28px;
    border-right:2px solid #b5b5b5;
    top:50%;
    margin-top:-14px;
    right:0px;
}

.top-bar .skip-links{
    display: none;
}

.skip-mobile-nav .skip-mobile-li{
    display: none;
}

.skip-mobile-nav .skip-mobile-li a{
    display: none;
}

@media only screen and (min-width:768px) and (max-width:992px){
    .top-bar ul li a{
        padding:0px 10px;
    }

    nav{
        width:205px;
    }
}

@media only screen and (max-width:850px){
    header {
        display: block;
        height: auto;
        position: relative;
    }

    .nav-content {
        display: none;
    }


    .skip-link span.label {
        font-size: 16px;
        letter-spacing: 2px;
    }

    


    .top-bar ul li.skip-li {
        background-color: #231f20;
        padding: 1em;
        display: block;
        text-align: center;
        display: none;
    }

        .top-bar ul li form input[type=search] {
            width:75%;
    background-color: #fff;
    border-radius: 2px;
    margin-right: 1em;
        }

        .top-bar ul li.li-search {
            margin-right: 0;
        }

        .top-bar ul li.active {
            display: block;
        }

    .link-row{
        display: block;
        margin:0px;
    }
    
    a.skip-link{
    text-align: center;
    padding: 1em 0.3em;
    width: auto;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    }
    
    .top-bar{
        background-color: #231f20;
        display: table;
    width: 100%;
    }
    
    .top-bar .skip-links{
            display: table;
    width: 100%;
    }

    .skip-mobile-nav .skip-mobile-li {
        display: block;
    }
        .skip-mobile-nav .skip-mobile-li a {
            display: block;
            color:#333;
            font-size:18px; 
            text-align:left;
                padding: 0.3em 1.5em;
        }

        .skip-mobile-nav .skip-mobile-li a:hover{
            color:#627641;
        }

        #mobile-nav{
            background-color:#e8e8e8 !important;
            position:fixed;
            left:-300px;
            text-align:center;
            width:300px;
            padding-top:3em;
            height:100%;
            transition:top 0.3s linear;
            -webkit-transition:top 0.3s linear;
            display:block;
            z-index:-1;
             transition:all 0.3s linear;
            -webkit-transition:all 0.3s linear;
            -moz-transition:all 0.3s linear;
            top:0px;
        }

        .close-mobile-nav{
            display:block;
            top: 1em;
    right: 0.5em;
    position: absolute;
    font-size: 1.8em;
    cursor:pointer;
    color:#627641;
        }

        #mobile-nav.show-menu{
            top:0px;
            left:0px;
            display:block;
        }

        #mobile-cart1{
            display:none !important;
        }
}


#mobile-nav-icon {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mobile-nav-icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #627641;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobile-nav-icon  span:nth-child(1) {
  top: 0px;
}

#mobile-nav-icon  span:nth-child(2) {
  top: 15px;
}

#mobile-nav-icon  span:nth-child(3) {
  top: 30px;
}

#mobile-nav-icon.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#mobile-nav-icon.open span:nth-child(2) {
  opacity: 0;
}

#mobile-nav-icon.open span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.slider-block{ position: relative;}


.logo-wrap{
    z-index:10000 !important;
}

.brand-abs{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    z-index: 10;
    text-align:center;
    /*transition: all 0.3s;*/
   
}

/*.logo-mrg{
    bottom:-222px;
}*/

.sticky{
    position: fixed;
    top:50px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    top:0px;
    z-index: 9999;
    /*transition: all 0.3s;*/
}

.hidden-logo {
    display: block;
    position: absolute;
    left: -9999px;
    max-width:initial;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.hidden-logo.show{display: block;position: fixed; z-index: 9999;top:0px;
transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    left:50%;
    opacity:1;
}

@media screen\0{
    .hidden-logo.show{
        top:40px;
    }
}

.logo-main.hidden{display: none;}


.logo-fixed{
    display: block;
    position: absolute;
    z-index: 9999;
    top: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
}

@media only screen and (max-width:1200px){
    .logo-main{
        max-width:59%;
    }
}

@media only screen and (max-width:850px){
    .brand{
        display:none;
    }
}

.slider-track{ position: relative;margin-top:45px;}

.slider-track img{ width:100%;}

.slider-txt{ position: absolute;top:58%; left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    z-index: 100;
    width:100%;
}

@media only screen and (max-width:768px){
    .slider-txt{
        top:50%;
    }
}


section.home-blocks, .bg-paper{
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center center; 
    background-color:#fff;  
}

.success-block{
    background-image:url(../images/texture.jpg);
}

.img-block img {
       width: 100%;
    transition: transform 0.4s linear;
    -webkit-transition:-webkit-transform 0.4s linear;
    -moz-transition:-moz-transform 0.4s linear;
    -ms-transition:-ms-transform 0.4s linear;
    display: block;
}

.img-block {
        padding: 0;
    position: relative;
    transition: transform 0.4s linear;
    -webkit-transition:-webkit-transform 0.4s linear;
    -moz-transition:-moz-transform 0.4s linear;
    -ms-transition:-ms-transform 0.4s linear;
    overflow: hidden;
}

.img-block:hover img{
    transform:scale(1.095);
    -webkit-transform:scale(1.095);
    -moz-transform:scale(1.095);
}

.img-block:hover div .img-fade-effect{
        animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: none repeat scroll 0 0 rgba(98,118,65,.8);*/
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform:translate(0%,0%);
    -ms-transform:translate(0%,0%);
}

.overlay{ position: absolute; width:100%; height: 100%; top:0; left: 0;
}

.home-product-txt{
   letter-spacing:0.15em;
}

.home-product-img-wrap{
    margin:1em 0em;
    padding: 0em 1em;
}

.story-wrap{
    position: absolute;
    text-align: center;
    color: #333;
    bottom: 4em;
    width: 100%;
}

.story-wrap.right-block{
    bottom:4.2em;
}

.success-homephoto{
        width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:278px;
}

.home-product-link{
        position: absolute;
    margin-top: 1em;
    left: 50%;
        width: 70%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
}

@media only screen and (min-width:480px) and (max-width:992px){
    .home-product-block{
        width:50%;
        float:left;

    }
}

@media only screen and (max-width:992px){
    .home-product-block{
        margin-bottom:3em;
    }

    .home-product-img-wrap img{
        width:70%;
    }
}

.img-block .overlay .inner-border{
    border:3px solid #fff;
    position: relative;
    width:100%;
    height: 100%;
}

.abs-center{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

h1.txt-white.line-headers.abs-center:before {
    position: absolute;
    top: -0.3em;
    width: 20px;
    height: 7px;
    background-color: #fff;
    content: '';
    left: 50%;
    margin-left: -10px;
    display:inline-block;
}

h1.txt-white.line-headers.abs-center:after {
    position: absolute;
    bottom: -0.2em;
    width: 20px;
    height: 7px;
    background-color: #fff;
    content: '';
    left: 50%;
    margin-left: -10px;
    display:inline-block;
}

.white-olive .row .offset > a{
    border-color: #627641;
    color: #627641;
}

.sec-sucess-block .well-all{
    padding: 4em 3em;
}

.home-bottom-blocks{
    cursor:pointer;
}

@media only screen and (max-width:992px){
    .home-bottom-blocks{
        margin-bottom:2em;
    }
}


.success-block{
    position: relative;
    overflow: hidden;
    padding: 2em 3em;
}

.block-inner-content{
    position:relative;
    /*top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);*/
}

.success-block .rollover-content {
    position: relative;
}

.success-block .rollover-content {
    opacity: 0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    padding: 1.25em;
    /*-ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);*/
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    
}

.success-block-header{
    position:relative;
}

@media only screen and (max-width:768px) {
    .success-block .rollover-content {
        position: relative;
    }

    .block-inner-content {
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        padding: 2em;
        width:100%;
        left:50%;
    }
}

.success-block-header:before, .success-block-header:after{
        position: absolute;
    content: '';
    width: 18px;
    height: 5px;
    background-color: #627641;
    left: 50%;
    margin-left: -9px;
   
}

.success-block-header:before{
    top:-0.5em;
}

.success-block-header:after{
    bottom:-0.5em;
}

.rollover-inner{
        width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1em;
    color: #fff;
}

.success-block:hover .rollover-content {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width:1200px){
    .rollover-inner{
        padding:0.3em;
    }
}

@media only screen and (max-width:480px){
    .success-block{
        padding:1em;
    }
}

.sec-info .well-all{
    padding: 4em 2em;
}

.sec-info .container .left-border:after{
    position: absolute;
    content: '';
    width:2px;
    height:88px;
    top:50%;
    margin-top:-44px;
    border-right:2px dotted #646463;
    right:0px;
}

.wrap-info{ padding: 1em;}

.well-small{ padding: 2em 1em;}


@media only screen and (max-width:768px){
    .well-small {
    padding: 2em 2em;
    }

    .sec-info .container .left-border:after{
        border-right:0px;
    }
}
.team-header > h3{
    padding-left:15px;
}

.team-nav{
    margin:30px 0px 50px 0px;
    padding-left:15px;
}

.wrap-back-to-top{
    float: right;
    margin-right: 3em;
    position:relative;
    cursor:pointer;
    margin-top:1em;
}

.home-back-top-top{
        position: absolute;
    left: 50%;
    display: inline-block;
    top: -1.5em;
}

@media only screen and (max-width:768px){
    .bottom-footer-content .col-md-4{
        text-align:center;
        margin-bottom:2em;
    }

    .wrap-back-to-top{
        text-align:center;
        float:none;
        margin-right:0em;
            margin-top: 3em;
    }
}


.team-nav ul{
    list-style-type:none;
        border-top: 1px solid #627641;
    border-bottom: 1px solid #627641;
    display:table;
    width:98%;
    padding:0.3em 0;
}

.team-nav ul li{
    display:table-cell;
    width:25%;
    border-right:1px solid #627641;
    position:relative;
}

.team-nav-arrow{
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translate(-50%);
    color:#627641;
    font-size: 1.5em;
}

.team-nav ul li:last-of-type{
    border-right:0px;
}

.team-nav ul li a{
    font-size:20px;
    padding:0.5em 1em;
    letter-spacing:4.5px;
        display: inline-block;
        color:#627641;
        text-transform:uppercase;
}

.team-nav ul li:first-of-type a{
    padding-left:0px;
}

.member-wrap {
    text-align:center;
}

@media only screen and (min-width:992px){
    .team-wrap:nth-of-type(4n+1) .col-md-3{
        clear:left;
    }
}

@media only screen and (min-width:769px) and (max-width:992px){
    .team-wrap:nth-child(3n+1) .col-md-3{
        clear:left;
    }
}

@media only screen and (min-width:480px) and (max-width:768px){
    .team-wrap:nth-child(2n-1) .col-md-3{
        clear:left;
    }
}

.img-wrap{
    position:relative;
    overflow:hidden;
}



.thumb-overlay{
    position:absolute;
    width:100%;
    height:0;
    left:0; right:0; bottom:0;
    background-color:rgba(98,118,65,0.7);
    opacity:0;
    transition:all 0.3s linear;
      -webkit-transition:all 0.3s linear;
   -moz-transition:all 0.3s linear;
   width:250px;
}

.img-wrap:hover .thumb-overlay{
    height:100%;
    opacity:1;
}

.member-overlay-content{
    position:absolute;
    bottom:-300px;
    height:100%;
    width:100%;
   transition:all 0.3s linear;
   -webkit-transition:all 0.3s linear;
   -moz-transition:all 0.3s linear;
}

.img-wrap:hover .member-overlay-content{
    bottom:0;
}

.member-overlay-content .thumb-inner{
    position:relative;
    top:50%;
    text-align:center;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    color:#fff;
    padding:0em 1em;
}

.thumb-inner > p{
        font-size: 1.3em;
    font-style: italic;
}



.members-tab-content{ display: none;}

.members-tab-content.current{display:inherit}

.member-info{
    margin-top:20px; margin-bottom:20px;
}

.member-info > h4{
    color:#4D4D4D;
    font-size:1.5em;
    letter-spacing:5px;
}

.member-info >p{
    color:#A6A6A6;
    font-size:14px;
        letter-spacing: 1px;
    font-weight: 600;
}

@media only screen and (max-width:992px){
    .team-nav ul{
        display:block;
    }
        .team-nav ul li {
            display: block;
            text-align:left;
            border-right:0px;
            width:100%;
        }
            .team-nav ul li:first-of-type a {
                padding-left: 0em;
            }
            .team-nav ul li a{
                padding-left:0em;
            }
}

@media only screen and (max-width:480px){
    .member-wrap .img-wrap img{
        width:100%;
    }

    .member-wrap .img-wrap .thumb-overlay{
        width:100%;
    }
}

.section-multi-bg{
    background-color: #627641;
    background-image: -webkit-gradient(
	linear,
	right bottom,
	left bottom,
	color-stop(0.5, #627641),
	color-stop(0.5, #F1F1F1)
);
background-image: -webkit-linear-gradient(left, #F1F1F1 50%, #627641 50%);
background-image: -webkit-linear-gradient(right, #627641 50%, #F1F1F1 50%);
background-image: linear-gradient(to left, #627641 50%, #F1F1F1 50%);
}

@media only screen and (max-width:992px){
    .section-multi-bg {
    background-color: #627641;
    /*background-image: -webkit-linear-gradient(botom, #627641 50%, #F1F1F1 50%);
    background-image: linear-gradient(to top, #627641 50%, #F1F1F1 50%);
    background-image: linear-gradient(to top, #627641 50%, #F1F1F1 50%);*/
    background-image:none !important;
}
}

.wrap-causes{
        padding: 3em 3em 3em 3em;
}

.left-border-div{
    position:relative;
}

.left-border-div:after{
        position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 50px;
    width: 1px;
    background-color: #A7A9AC;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
        
}

.causes-head{
    padding:1em 3em;
}

.causes-arrow{
    margin-right:0.2em;
}

.mobile-head-solutions{
    display:none;
    background-color:#fff;
}


@media only screen and (max-width:992px){
    .mobile-head-solutions{
        display:block;
    }

    .desk-head-solutions{
        display:none;
    }

    .mobile-color-causes{
        color:#fff !important;
    }
}

.content-wrap{
    position: relative;
}

.content-wrap .content-img-wrap{
    width:100%;
    height:230px;
    background-position:center;
    background-size:cover;
}

.inner-content-wrap{
    background-image: url(../images/bg.png);
    background-size: cover;
    padding: 1.3em;
    position: relative;
}
.inner-content-wrap .header{
    min-height: 102px;
}

.inner-content-wrap .header .hair-loss-header{
    font-size:1.85em;
}

.inner-content-wrap .content{
    min-height:350px;
}

.content-wrap .inner-content-wrap hr{
    border-color: #ddd;
    margin-top:20px;
    margin-bottom: 15px;
}

.inner-content-wrap .link-wrap{
    color: #444;
}

.inner-content-wrap .btn-link{
    display: inline-block;
    margin-bottom: 1em;
    color: inherit;
    border-color: inherit;
    
}

tr,td,th,table{
    border-collapse: collapse;
    text-align: center;
}

.events-table{
    width:100%;
    margin:3em auto;
    max-width:1200px;
}

th{
    padding:1em 2em;
}

td{
    padding: 2em;
}

th{
    background-color: #4d4d4d;
    color: #fff;
}

td{
    background-color: #f1f1f1;
    border:1px solid #abadb0;
}

td >p{
    letter-spacing: 1px;
    color:#333333;
}

td.border{
    /*position: relative;*/
}

td.border:after{
    /*content: '';*/
    border-right: 1px solid #abadb0;
    width: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -5px;
    z-index: 2;
}

.map-marker{
    font-size:25px !important;
    color:#627642;
    margin-right:0.3em;
        display: inline-block;
    vertical-align: middle;
}

.see-location{
    font-family:"proxima-nova";
    font-size:14px;
    letter-spacing:1px;
    font-weight: 600;
}

th >h3{
    font-size:2.1em;
}

td > h3{
    font-size: 1.3em;
    letter-spacing: 0px;
    font-family: "proxima-nova";
    font-weight: 900;
}

@media only screen and (max-width:1200px){
    .events-table{
        max-width:800px;
    }
    th{
        padding:0.5em;
    }
    th > h3{
        font-size:1.5em;
    }

    td{
        padding:1.2em;
    }
}

@media only screen and (max-width:992px){
    td > p{
        font-size:14px;
    }
    td > h3{
        font-size:1.3em;
    }

    .events-table{
        max-width:768px;
    }
}

@media only screen and (max-width:820px){
    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #abadb0;
    }

    .events-table{
        width:100%;
        max-width:100%;
    }

    table thead {
      display: none;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
      color:#333;
     font-size:1.2em;
     padding:0.5em
    }

    td.border:after{
        border:0px;
    }

    .see-location {
    font-size: 14px;
    letter-spacing: 1px;
    }
}

.main-slider{
    width:75%;
    float: none;
    margin:0 auto;
}

.block-image{
    background-size: cover;
    background-position: center center;
    padding-bottom: 66%;
    position: relative;

}

.faq-wrap{
    background-color:#F1F1F1;
}

.bg-li-gray {
    background-color: #F1F1F1 !important;
    transition:all 0.3s linear;
    -webkit-transtion:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.pd-ll{
    padding-left:15px;
}

.faq-header{
 padding: 1em 3em 1em 0em;
    position: relative;
    border-top:1px solid #818285;
    cursor:pointer;
}

.header-section{
    background-color:#fff;
}


.faq-header .trigger{
 position: absolute;
    top:15px; right:5px;
    color:#999;
}

.faq-header .trigger img
{
    width: 30px;
    height: 30px;
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.faq-heading{
    font-size:22px;
    font-weight:600;
}

@media only screen and (max-width:768px){
    .faq-heading{
        font-size:16px;
    }
}

.content-section.bg-white{
    background-color:#fff;
}

.faq-content{ padding: 2em 3em 4em 0em;
border-top:2px dashed #A7A9AC;
}

.faq-header .trigger.rotation img{
    transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    width:30px !important; height: 30px !important;
}

.content-section{
    display: none;
}

.masthead-image{
    background-size: cover;
    background-position: center center;
    position: relative;
}

.masthead-heading,.masthead-heading-contact{
    padding-top:25vh;
    padding-bottom:25vh;
    position:relative;
    color:#fff;
    text-align:center;
}

.masthead-heading-contact{
    padding-top:17vh;
    padding-bottom:17vh;
}

.masthead-heading h3 + p{
    margin-top:2em;
}

.masthead-pagetitle{
        font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}
a{
    outline:0;
}
.block-tile{
        padding-bottom: 66%;
    background-color: #627641;
    position: relative;
    line-height: 325px;
    height: 325px;
    width: 100%;
    text-align: center;
      transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    margin:15px 0;
}

.block-tile .block-title{
        /*display: inline-block;
    vertical-align: middle;
    line-height: normal;*/
    z-index:2;
    position: absolute;
    top: 50%;
    text-align:center;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
        width: 100%;
        padding-left:2em;
        padding-right:2em;
        
}

.block-tile .block-title > h4{
     transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    font-size: 2em;
}

.block-tile .fade{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    right:0; bottom:0;
    z-index:1;
    opacity:0;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}

.block-tile .fade .img{
    background-image:url(../images/bgimg01.jpg);
    background-size:cover;
    background-position:center center;
    height:100%;
    width:100%;
}

.block-tile .fade .img:before{
        position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.block-tile:hover .fade{
    opacity:1;
}

.block-tile:hover .block-title >h4
{
    color:#000;
}

.mfp-bg{
    z-index:999998
}

.mfp-wrap{
    z-index:999999
}

.mfp-preloader {
  /*width: 30px;
  height: 30px;*/
  color:#fff;
  content:'Loading';
  /*background-color: #627641;*/
  opacity: 0.65;
  margin: 0 auto;
  /*-webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;*/
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    top: 12%;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*transform:translate(-50%,-200px);*/
    transition:all 0.3s linear;
    /*padding:0 1em;*/
    /*background-color:#F7F6F5;*/
    margin:3em 0em;
}

@media only screen and (max-width:800px){
    .mfp-container {
        width:90%;
    }
}

.mfp-container.mfp-ajax-holder.mfp-s-ready{
    /*transform:translate(-50%,0);*/
}

.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;

}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform:translateY(0);
  -moz-transform:translateY(0);
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0.8;
}


/*.mfp-content
{
    max-height:85%;
    overflow:auto;
}*/

.mCSB_scrollTools{ top:4em; right:0.7em;}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar
{
    background-color:#9DA989;
}

.mCS-3d-thick.mCSB_scrollTools_vertical
{
    box-shadow:none;
}

.mCSB_inside>.mCSB_container{
    margin-right:0px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
    background-image:none;
}

.success-images .image-content{
    display:inline-block;
    vertical-align:middle;
    padding:0 10px;
}

.success-images .image-content:first-child, .success-images .image-content:nth-child(3)
{
    width:29%;
    margin: 0 auto;
}

.success-images .image-content:nth-child(2){ width:39%;margin: 0 auto;}

.success-images .image-content:nth-child(2) .before-image-block
{
    height:200px;
    width:200px;
}

.before-image-block{
       position: relative;
    line-height: 325px;
    height: 150px;
    width: 150px;
    text-align: center;
    background-image: url(../images/page-1_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    margin: 0 auto;
}

.success-images .image-content:first-child .before-image-block:before, .success-images .image-content:nth-child(3) .before-image-block:before
{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
}

.before-image-block .image-text{
     z-index:2;
    position: absolute;
    top: 50%;
    text-align:center;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
        width: 100%;
}

@media only screen and (max-width:768px) {
    .success-images .image-content {
        width: 100% !important;
        display: block;
    }
    .before-image-block{
        margin:0 auto;
    }
}

.success-bg-block, .success-sm-wrap{
    background-image: url(../images/texture.jpg);
    background-size: cover;
    background-position: center;
    padding: 0;
}


.success-bg-block .block-wrap
{
       padding:2em 1em 0em 1em;
}
.success-bg-content
{
    /*margin-top:1em;*/
    padding-top: 1em;
}

.name-head h5{
    letter-spacing: 2px;
    font-weight: normal;
}

.occu-p p{
        letter-spacing: 0px;
    font-size: 14px;
}

.success-hr{
    margin-top:0.7em; margin-bottom: 2em; width:60%; margin-left: auto; margin-right: auto;
}


.success-content
{
    text-align: center;
    /*padding-bottom: 2em;*/
        padding-left: 2em;
    padding-right: 2em;
    position: relative;
    height: 130px;
    overflow: hidden;
}

.success-btn
{
    display: block;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    text-align: center;
    background-color: #627641;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-family: "alternate-gothic-no-1-d";
}

.success-img-wrap{
        height: 231px;
    display: block;
    background-image: url(../images/page-1_img01.jpg);
    background-size: cover;
    background-position: center center;
}
  
 
@media only screen and (min-width:480px) and (max-width:992px){
    .success-2-blocks{
        width:50%;
        float:left;
        margin-top:2em;
    }
}

.wrap-location-block
{
    margin:2em 0em;
}

.location-image{
    width:100%;
    height:435px;
    position:relative;
    background-color:#627641;
        background-position: center center;
    background-size: cover;
} 

.location-image .overlay-text{
    position:absolute;
    top:50%;
    color:#fff;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transfrom:translateY(-50%);
    -moz-transfrom:translateY(-50%);
    -ms-transform:translateY(-50%);
}
.location-content{
    margin-top:1em;
}
 
.location-content p span.btn-link a
{
    margin-top:2em;
}

.link-theme{
        padding: 0.3em 1em;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
} 

.link-theme.WhiteTheme{
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
}

.link-theme.GreenTheme{
    background-color:transparent;
    color:#627641;
    border:1px solid #627641;
}

.contact-button{
    font-size: 18px;
    font-family: "alternate-gothic-no-1-d";
    padding: 0.2em 2em;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    border-color: #627641;
    letter-spacing: 0.18em;
    cursor:pointer;
}

.form-wrap{
    text-align:center;
}

.contact-form input, .contact-form textarea, .contact-form, .contact-form select {width:100%;padding: 0.5em;}

.contact-form .select-wrap {width:100%;}

.contact-form input[type=checkbox] {width:auto; 
 
-webkit-appearance: checkbox !important;
     -moz-appearance: checkbox !important;
     -ms-appearance: checkbox !important;
     -o-appearance: checkbox !important;
     appearance: checkbox !important;

    }
    .contact-form select {
        padding: 0.4em;
        -webkit-appearance: none;
        -moz-appearance: none;
       background-color: #D2D2D3;
    }


    .contact-form .ng-invalid.ng-touched {
       box-shadow: 0 0 2px 0 red;
           border-color:transparent;
  }

          
          .contact-form input {-webkit-transition:all 0.2s linear;transition:all 0.2s linear;}
   .contact-form .ng-valid.ng-touched:not([type="checkbox"]) {
       box-shadow: 0 0 2px 0 green;
        border-color:transparent;
  }


 .contact-form div[class^="col"] {margin-top:0.7em; margin-bottom:0.7em;}

input, textarea, select {
    color: #627641;
    font-family:inherit;
    font-size:inherit;
    border: 0;
    background-color: #D2D2D3;
    -webkit-appearance:none;
    -moz-appearance:none;
}
select{ background: #fff url(../images/select-down.png) no-repeat 98% 50%;}

    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
        color: #627641;
        
    }

    input:-moz-placeholder, textarea:-moz-placeholder{
        color: #333;
       
        font-weight: 600;
        text-transform: uppercase;
        font-family: inherit;
        opacity:1;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #333;
        
        font-weight: 600;
        text-transform: uppercase;
        font-family: inherit;
        opacity:1;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #627641;
        
        font-weight: 600;
        text-transform: uppercase;
        font-family: inherit;
    }
.btn-submit{ background-color: #84c447; border: 0;
padding: 0.5em 2em;font-size: 16px; color: #fff; font-weight: 700; text-transform: uppercase;}

.checkbox {
	display: inline-block;
	cursor: pointer;
	font-size: 14px; margin-right:10px; line-height:28px; color:#4d4d4d;
    font-weight:300;
}

input[type=checkbox] {
 display:none;	
}
.checkbox:before {
	content: "";
	display: inline-block;
	width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #D2D2D3;
    color: #000;
    text-align: center;
    margin-right: 0.5em;
		
}
input[type=checkbox]:checked + .checkbox:before {
	content: "\2713";
	
	font-size: 15px;
}


.flexslider{
    margin:0px;
    border:0px;
}

.flex-direction-nav a{ overflow:visible;}

.flex-direction-nav a {
    background-color: #F1F0EE;
}

a.flex-prev:before, .flex-direction-nav a:before{
    padding-top:12px;
    padding-left:10px;
    font-family:FontAwesome;
}
a.flex-prev:before{
    content:'\f104';
}

.flex-direction-nav a.flex-next:before{
    content:'\f105';
     padding-right: 10px;
     padding-left:0px;
}

.flex-control-nav{
    bottom:160px;
        z-index: 999;
}

.flex-control-paging li a{
    width:15px;
    height:15px;
        background: #A7A9AC;
}

.flex-control-paging li a:hover{
    background-color:#A7A9AC;;
}

.flex-control-paging li a.flex-active{
    background-color:#627641;
}



.shop-slider-left{
    padding-top:80vh;
}

.shop-slider-right{
    padding-top: 45vh !important;
    background-size: cover;
    background-position: center center;
}

.flex-direction-nav .flex-next{
    right:0px;
}

@media only screen and (max-width:992px){
    .shop-slider-left{
            padding-top: 80vh;
    }

    .shop-slider-right{
        padding-top: 80vh;
    /*background-size: 100vw 100%;*/
    background-size:cover;
    }
}

@media only screen and (max-width:320px) and (orientation:landscape){
    .shop-slider-right{
        padding-top:100vh;
    }
}

.shop-categories{
    background-color: #333;
    color: #fff;
}

.shop-categories a{
    color: inherit;
}

.ul-categories{
    list-style-type: none;
    display: table;
    width:100%;
    position:relative;
}

.ul-categories li{
    display: table-cell;
    width:auto;
    padding: 0em 0em;
}

.ul-categories li a{
    font-size: 28px;
    display: inline-block;
    padding: 1em 0.7em;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.ul-categories li.li-catgories{
    font-size: 28px;
    font-family: "alternate-gothic-no-1-d";
    letter-spacing: 4px;
    text-transform: uppercase;
}

.ul-categories li.active a{
    color: #627641;
    text-decoration: underline;
}



.section-shop-items{
    padding-top: 6em;
    position: relative;
    padding-bottom: 5em;
    background-color: #F7F6F5;
}

.content-items{
    position: relative;
}

.content-items:before{
    position: absolute;
    content: '';
    top: 0;
    left: -80%;
    width: 100%;
    height: 4em;
    background-color: #6d6e71;
}

a.category-tag:before {
    display: block;
    content: " ";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
}

.category-name{
    height:4em;
    background-color: #6d6e71;
    position: relative;
}

.category-name:before{
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2em 0 2em 1.5em;
    border-color: transparent transparent transparent #6d6e71;
    z-index: 2;
}

@media only screen and (max-width:992px){
    .shop-category-block{
        width:95% !important;
    }
    .content-items{
        margin-bottom:2em;
    }
}

.category-name >h4{
    font-size: 30px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
}

.category-content{
        margin-top: 2em;
}

.ul-categories li.categories-icon-menu{
    display:none;
}

@media only screen and (min-width:992px) and (max-width:1200px){
    .ul-categories li a{
        padding:1em 0.3em;
    }
}

@media only screen and (max-width:992px){
    .ul-categories{
        display:block;
        padding:2em 0em;
    }

    .ul-categories li:not(:first-of-type){
        display:none;
    }
    .ul-categories li.categories-icon-menu{
        display:table-cell;
        position:static;
        float:right;
        margin-top:-1.7em;
    }

    .icon-menu.categories{
        width:50px;
        height:30px;
        cursor:pointer;
    }
    .shop-categories-li{
        display:none !important;
    }
    .shop-categories-li.trigger-down{
        display:block !important;
    }
    .ul-categories li a{
        padding-left:0em;
    }
}



@media only screen and (max-width:992px){
    .content-items .row .col-md-3{
        width:95%;
        float:none;
        margin-bottom:2em;
    }
}

.item-container{
    margin-bottom:1.5em;
}

.item-content{
    background-image: url(../images/bg.png);
    text-align: center;
       padding: 0.8em 0.8em 1.5em;
}

.item-image-container{
    position: relative;
}

.item-image-container .item-name{
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width:100%;
}

.item-image-container .item-name{
    font-size:1.4em;
    letter-spacing:2px;
}

.item-content .item-price{
        margin: 2em 0em 0.5em 0em;
}

.item-content .btn-item-detail .btn-link{
    color:#333;
    border-color: #333;
    display: inline-block;
    letter-spacing:3px;
}

.btn-cart{
    bottom: -1em;
    width: 100%;
    padding: 0.5em;
    background-color: #627641;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-family: "alternate-gothic-no-1-d";
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
}

.btn-cart span i.fa{
        float:left;
        margin-top:-0.2em;
}

.grid-items-content{
    position:relative;
    margin-bottom:5em;
}

@media only screen and (max-width:480px){
    .button.btn-cart span{
        font-size:14px;
    }
}

.back-to-top{
    position: absolute;
    bottom: 1.5em;
    left: -33%;
    text-align: left;
    border-bottom: 1px solid #A7A9AC;
    padding: 0px;
    margin:0 15px;
}

.next-category{
        font-size: 14px;
    margin-bottom: 0.2em;
    cursor: pointer;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-family: "proxima-nova";
    font-weight: 400;
}

.back-to-top span{
    position: absolute;
    bottom: -1.5em;
    font-size: 14px;
    letter-spacing: 0px;
    cursor:pointer
}

.back-to-top p{
        font-size: 14px;
    letter-spacing: 0px;
        margin-bottom: 0.2em;
        cursor:pointer;
}

section.login{
    background-color:#fff;
    color:#000;
    background-image:url(../images/bg.png);
    background-position:center center;
    background-size:cover;
}

.login-container{
    padding:6em 0em;
    width:70%;
    margin:0 auto;
    text-align:center;
}

.form-container{
    background-color:#fff;
    color:#333;
    padding:2em 1em;
    border:1px solid #000;
        /*box-shadow: 0px 0px 10px #000;*/
}

.account-login .title{
    margin-bottom:1.5em;
}

.login-form-container{
    padding:1em 3em;
    text-align:left;
    border-right:2px solid #666;
}

.login-form-container >p{
    letter-spacing:1px;
    margin:2em 0em;
}

.login-form-container.no-border{
    border:none;
}

.login-form{
    /*margin-top:2em;*/
}

.login-form.margin{
    margin-top:2em;
}

.login-form div[class^="col-md-"], .login-form-container div[class^="col-md-"], .registerForm div[class^="col-md-"]
{
    padding:0px;
}


@media only screen and (max-width:768px){
    .login-container{
        width:90% !important;
    }

    .register-form-container{
        width:90% !important;

    }

    .registerForm{
        display:block !important;
    }

    .login-form-container{
        border-right:0px;
    }

    .login-form-container.no-border{
        padding:2em 2em;
    }

    .register-form{
        padding:2em 0em !important;
        width:90% !important;
    }
}

.login-form input, .registerForm input{
    width:90%;
    padding:0.7em;
    background-color:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*-moz-box-shadow: inset 2px 3px 0px #f2f2f2;
    -webkit-box-shadow: inset 2px 3px 0px #f2f2f2;
    box-shadow: inset 2px 3px 0px #f2f2f2;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
        border: 1px solid #d2d2d2;
        margin-bottom:2.5em;
        -webkit-appearance:none;
        outline:0;
        color:#333;
}

.login-form input:focus, .registerForm input:focus
{
    outline:0;
    border-color:#414141;
}

.login-form  input::-webkit-input-placeholder, .registerForm input::-webkit-input-placeholder{
        color: #333;
    }


a.forgot-password-link{
        color: #000;
    font-family: "proxima-nova";
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom:2.5em;
}

.btn-form, .btn-register{
    /*padding: 0.5em 1em;
    background-color: #000;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-family: "alternate-gothic-no-1-d";
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    display:inline-block;*/
        padding: 0.5em 1em;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-family: "alternate-gothic-no-1-d";
    font-weight: 400;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    display: inline-block;
    color: inherit;
    letter-spacing: 0.18em;
    font-size: 1.125em;
    border: 1px solid;
    border-color: #627641;
    text-transform: uppercase;
    display: inline-block;
    color: #627641;
    background-color:transparent;
}

.btn-search{
    background:none;
    border:none;
    font-size: 16px;
    cursor: pointer;
}

.btn-form:hover{
    background-color:#627641;
    color:#fff;
}

.register-cta{ margin-top:1em;}

.register-form{
        padding: 2em 4em;
    width: 80%;
    margin: 0 auto;
          
}

.register-form-container{
     width: 60%;
     max-width:800px;
    text-align: left;
    margin: 6em auto 5em;
    float: none;
    background-color: #fff;
    color:#333;
    border:1px solid #333;
        /*box-shadow: 0px 0px 15px #333;*/
}
  
.registerForm
{
    display:inline-block;
}
.register-form .title{
    text-align:center;
    margin-bottom:2em;
}
 
.registerForm input
{
    width:100%;
    box-shadow:none;
    margin-bottom:2.5em;
} 

.form-label{
        text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.8em;
    margin-top: 1em;
} 

.btn-register{
        width: 100%;
    border: 3px solid #000;
    background-color: transparent;
    margin: 1em 0em;
      transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    color:#000;
    display:inline-block;
    text-align:center;
} 
 
.btn-register:hover
{
    border-color:#627641;
    color:#627641;
}

@media only screen and (max-width:768px){
    .btn-form, .btn-register{
        width:100%;
        text-align:center;
    }
}
 
.product-landing{
       width: 100%;
    height: 100%;
    overflow: hidden;
        background-image: url(../images/texture.jpg);
        background-attachment:fixed;
}

/*.product-detail{
    width:50%;
    float:left;
    min-height:90vh;
    /*height:90vh;
    position: relative;
    background-image: url(../images/texture.jpg);
    background-attachment:fixed;
}*/

.product-contact{
    padding:0.7em 0em;
}

.related-products-head{
    padding-bottom:2em;
}

.related-products{
    padding-top:2em;
    padding-bottom:5em;
}

.product-container{
            width: 80%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 7em;
}

/*.product-slider{
        width: 50% !important;
    position: fixed;
    bottom:0;
    left: 50%;
    top: 50px;
    right: 0px;
    height: 90vh;
    overflow: hidden;
}*/

.product-detail{
    width:50% !important;
    position:fixed;
    /*bottom:0;*/
    left:0;
    right:50%;
    /*height:90vh;*/
    /*overflow:hidden;*/
    
}

.product-slider{
    width:50%;
    float:right;
    min-height:90vh;
    position:relative;
}

.flexslider img{
    width:100%;
    display: block;
}

.img-100-slider{
    position:absolute;
    top:45%;
    left:17%;
    z-index:1;
}

.img-100-slider .overlay{
        background-color: rgba(255,255,2555,0.8);
    border-radius: 100px;
}

  
.product-slider-image{
    position:absolute;
    top:35%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    z-index:1;
}

.product-slider-image .review-image
{
    position:relative;
}

.product-slider-image .review-image .overlay{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    border-radius: 100%;
}

.product-slider-image .review-image img{
    border-radius:100%;
}

.review{
    position: absolute;
    top: 35%;
    left: 50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    z-index: 2;
    color:#627641;
}

@media only screen and (max-width:992px){
    .product-slider{
            width: 100% !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    }

    .product-detail{
        width:100% !important;
        position:relative !important;
        top: 0 !important;
        left:0 !important;
        float:none;
        height:100%;

    }

    .product-landing{
        height:100%;
    }
}

.secondary-nav{
        border: 1px solid #333;
    border-right: none;
    border-left: none;
    padding: 1em 0em;
    text-align: Center;
    margin-bottom: 1em;
}

.secondary-nav a{
        font-size: 16px;
    font-family: "proxima-nova";
    letter-spacing: 1px;
    color:#627641;
}
  
.product-detail-col h3{
    width:80%;
}

.product-detail-col .product-detail-content{
    margin:1em 0em;
}

.product-detail-col .accordion{
            padding: 0.5em 0em;
    margin: 1.5em 0em;
}

.product-detail-col .accordion .benefits{
        padding: 1em 0em;
    border: 1px solid #6D6E71;
    border-right: none;
    border-left: none;
}
.product-detail-col .accordion .benefits:first-of-type{
    border-bottom:none;
}
  
.product-detail-col .accordion .benefits .header{
    position:relative;
    cursor:pointer;
}

.product-detail-col .accordion .benefits .header > h4{
    font-size:1.6em;
}
 
.product-detail-col .accordion .benefits .header h4 span img{
    position:absolute;
    right:10px;
        width: 30px;
    height: 30px;
}
.product-detail-col .accordion .benefits .header h4 span img{
    transition: all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
}
 

.product-detail-col .accordion .benefits .header h4 span img.rotation{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
 
.product-detail-col .accordion .benefits .content{
        padding: 1em 0em;
    border-top: 2px dashed #333;
    display:none;
        margin-top: 1em;
}

.product-detail-col .product-cart .control{
    padding:1em 1em;
    background-color:#fff;
    line-height:45px;
}

.qtyminus, .qtyplus{
        padding: 0.5em 0.8em;
    background-color: #fff;
    font-size: 24px;
    cursor: pointer;
    -webkit-appearance:none;
}

input.qty-value{
        background-color: #fff;
    width: 60px;
    padding: 0.7em;
    margin: 0 1.2em;
    text-align: center;
    font-size: 20px;
}

.product-detail-col .product-cart .control.add span img
{
    width:20px;
    height:20px;
}

.product-cart .input-quantity{
        background-color: #fff;
    width: 45px;
    line-height: 45px;
    margin: 0 1em;
    height: 45px;
    border: 1px solid #333;
    padding: 1.1em;
}

.product-cart .btn-cart
{
        display: inline-block;
    text-align: center;
    margin-left: 2em;
    position: relative;
    bottom:4px;
    width: calc(100% - 15.1em);
    padding:1em;
}
  
.productDropDown{
        width: 100%;
    border: 1px solid #6D6E71;
    padding: 0.5em 0.7em;
    -webkit-appearance: none;
    margin:1em 0em 3em;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
        border: 1px solid #d2d2d2;
    color: #333;
}

.productDropDown.countries{
    margin:0px; width:90%;margin-bottom:2.5em;
}

.productDropDown.ng-invalid.ng-invalid-required.ng-touched
{
    border:1px solid;
    border-color:transparent;
    box-shadow:0px 0px 2px red;
}
 
.shopping-cart{
    /*background-image:url(../images/lookbook-bg-tile.jpg);*/
    background-size:cover;
    background-position:center center;
    color:#fff;
    background-color:#2f2d2d;
}
.shopping-cart-header{
    margin-top:6em;
    text-align:center;
    margin-bottom:2.5em;
}

.shopping-cart-container{
    background-image:url(../images/bg.png);
    background-size:cover;
    background-position:center center;
    padding:2em 3em 5em;
    margin-bottom:6em;
    background-attachment:fixed;
}

.step{
    background-image:url(../images/bg.png);
    background-size:cover;
    background-position:center center;
    margin-bottom:6em;
}

.shopping-cart-container .cart-container-header ul, .shopping-cart-container .cart-container-content ul{
    list-style-type:none;
    display:table;
} 

.shopping-cart-container .cart-container-header ul li, .shopping-cart-container .cart-container-content ul li{
    display:table-cell;
    width:25%;
    color:#8E8E8E;
    vertical-align:middle;
}

@media only screen and (max-width:768px){

    .shopping-cart-nav{
        display:block !important;
    }

    .shopping-cart-nav li{
        display:none !important;
    }
    
    .cart-container-header{
        display:none;
    }

    .shopping-cart-container .cart-container-content ul{
        display:block;
        text-align:right;
    }

    .shopping-cart-container .cart-container-content ul li{
        width:100% !important;
        display:block;
        margin:2.5em 0em;
    }

    .shopping-cart-container .cart-container-content ul li:before{
        content:attr(data-label);
        float:left;
        font-size:16px;
        font-weight:normal;
    }

    .product-cart .btn-cart{
        width:210px;
        margin-left:0;
        margin:1em 0em;
    }
}

.cart-container-content{
    
    margin:0.4em 0;
}

.cart-content-wrap{
    border-top:1px solid #333;
}

ul.cart-container-products{
    border-bottom:1px solid #333;
}
 
.cart-container-products{
    padding:1em 0;
    border-right:none;
    border-left:none;
}

.cart-container-products li .cart-product > h4{
    font-size:1.5em;
    letter-spacing:2px;
}

.cart-container-products li .qtyForm input{
    width: 35px;
    padding: 0.5em 0.1em;
    background-color: #fff;
    border: 1px solid #333;
    text-align: center;
}



.ul-sm-margin{
    margin:2.5em 0;
    width:100%;
} 

.ul-sm-margin .cart-total-price{
        float: right;
    font-size: 24px;
    color: #333 !important;
    font-weight: bold;
    width: 50% !important;
    text-align:right;
}

.ul-sm-margin .cart-total-price.order-result{
    width:100%;
    text-align:right;
}

 .ul-sm-margin .cart-total-price span{
     font-size:16px !important;
     color:#8E8E8E;
     text-transform:uppercase;
     margin-right:1.5em;
 }

 .ul-sm-margin .txt-box-li{
     width:15% !important;
 }

.coupon-code input {
    width: 100%;
    background-color:#fff;
    border:1px solid #333;
    padding: 0.57em;
    border-right: none;
}

@media only screen and (max-width:768px){
    .coupon-code input{
        border-right:1px solid #333;
    }
}

.btn-form.chkout{
    background-color:#627641;
        margin-right: 2em;
        color:#fff;
        transition:all 0.3s linear;
        -webkit-transition:all 0.3s linear;
        -moz-transition:all 0.3s linear;
        -ms-transition:all 0.3s linear;
} 
.btn-form.chkout:hover{
    color:#627641;
    background-color:#fff;

}

.checkout-wrap{
     background-image:url(../images/lookbook-bg-tile.jpg);
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
}

.checkout-container{
        padding-top: 6em;
    padding-bottom: 6em;
}

.checkout-header{
    color:#fff;
    text-align:center;
    margin-bottom:1em;
}

.checkout-list{
   
}

.checkout-method-options{
    margin-top:2em;
}

.checkout-steps div[class^="col-md-12"]
{
    padding:0px;
}

.checkout-steps .step{
        margin: 0.3em 0em;
}


.step{
    color:#333;
}

.step-title{
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
        margin: 2em;
    margin-left: 0em;
}

@media only screen and (max-width:992px){
    .step-title{
        margin:0;
        margin-left: 0em;
        padding: 2em 1em;
    }

    .step{
        margin-bottom:3em;
        padding-bottom:3em;
    }
}

.step-title > h4{
    font-size:1.5em;
}


.checkout-form-wrap{
    /*padding: 2em 1em;*/
}

.checkout-form-wrap > .col-md-6{
    padding-left:0px;
       
}

@media only screen and (max-width:768px){
    .checkout-form-wrap > .col-md-6{
         margin-bottom: 2em;
    }

    .col-md-12.buttons-wrap .chkout.checkout-navs{
        margin-bottom:2em;
        width:50%;
    }
    .chkout.checkout-navs{
        margin-bottom:2em;
        width:50%;
    }

    .col-md-12.buttons-wrap span.pull-right{
        float:none !important;
    }
}

.form-list{
    list-style-type:none;
    margin:1em 0em;
}

.form-list li input{
    margin:0.5em 0em;
}

.order-summary
{
    background-color:#fff;
    padding-top:1em;
    padding-bottom:1em;
}

.order-summary h5{
        font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.04em;
}


.order-summary .product{
    padding:1em 0em;
}

.product-detail-order-summary .name, .product-detail-order-summary .qty, .product-detail-order-summary .size, .product-detail-order-summary .price{
    text-transform:uppercase;
    color:#414141;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom:0.5em;
}

.product-detail-order-summary .size {
    color: #9d9d9d;
    font-weight:400;
}

.product-detail-order-summary .price{
    color:#627641;
    font-size:1em;
    font-weight:400;
}

.order-summary .row .totals{
        border: 1px solid #000;
    border-width: 1px 0 1px;
    margin-top: 1.5em;
    padding-top:2em;
    padding-bottom:2em;
}

.order-summary .row .totals > p{
        color: #9b9b9b;
    text-transform: uppercase;
    margin-bottom:1.5em;
    font-size:14px;
}

.order-summary .row .totals > p span{
        color: #414141;
    float: right;
    font-size:1.2em;
}

.order-summary .row .totals p span.grand-total-price{
        font-weight: 600;
    font-size: 1.5em;
}

.order-summary .row .contacts
{
            border-top: 4px solid #a0bead;
    background: #f4f4f4;
    margin-top: 30px;
    padding-left: 25px;
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    float: none;
    margin-top: 1.5em;
    padding-top: 2em;
}

.order-summary .row .contacts > p{
    padding:0.5em 0;
}

.order-summary .row .contacts .phone{
    font-size:1.2em;
}

.buttons-wrap{
    margin-top:4em;
    margin-bottom:4em;
}

.checkout-popup{
    width: 350px;
    position: absolute;
    top: 50px;
    text-align: left;
    padding: 2em 0;
    background: #2f2d2d;
    z-index: -999;
    -moz-box-shadow: 0px 0px 7px #000000;
    -webkit-box-shadow: 0px 0px 7px #000000;
    box-shadow: 0px 0px 1px #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    color: #fff;
    text-align: center;
    opacity:0;
    display:none;
    max-height: 90vh;
    overflow: auto;
}

.checkout-popup.active{
    opacity:1;
    z-index:99999;
    display:block;
}

.checkout-popup.checkout-popup-home{
    position:absolute;
}

@media only screen and (max-width:768px){
    .checkout-popup-item-wrapper{
        max-height:60vh;
        overflow:scroll;
    }

    .checkout-popup{
        max-height:initial;
        overflow:auto;
    }

}



.cart-items{
    text-align:left;
}
.popup-cart-title h5{
            font-size: 2.5em;
    font-weight: 400;
    padding: 0.2em 0.5em;
    color:#627641;
        letter-spacing: 4px;
}
.popup-cart-title h5 span{
    float:right;
    right:-5px;
}

.cart-items .cart-products{
        padding: 1em 0em;
    border: 1px solid #000;
    border-right:none;
    border-left:none;
}

.cart-product-name{
        text-transform: uppercase;
    font-family: "alternate-gothic-no-1-d";
    font-size: 1.2em;
    letter-spacing:0.1em;
}

.cart-price{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #627641;
}

.cart-price.option{
    padding: 0.5em 0em;
}

.cart-product-name-li{
    vertical-align: top !important;
    padding-left: 0.8em !important;

}

.cart-items .cart-products ul{
    position: relative;
    padding: 0.5em;
    display: table;
    list-style:none;
    width:100%;
}

.cart-items .cart-products ul li{
        display: table-cell;
    padding: 0em 0.2em;
    width: auto;
    vertical-align: middle;
}

.cart-items .cart-products ul li.popup-cart-options span{
          position: absolute;
    top: 0;
    right: 10px;
    font-size: 2em;
}

.popup-cart-update{
    text-align:right;
    margin:0.5em;
}

.popup-cart-update span{
    cursor:pointer;
    letter-spacing:1px;
    font-size:14px;
}

.cart-items .cart-products ul li.popup-cart-options .cart-item-qty{
        width: 35px;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 0.5em;
    background-color: #fff;
}

a.update-qty{
    font-family: "proxima-nova";
    font-size: 16px;
    letter-spacing: 1px;
    color: #627641;
}

.cart-items .cart-popup-total{
        padding: 1em;
    border-bottom: 1px solid #000;
}

.cart-items .cart-popup-total p{
    text-transform:uppercase;
    font-size:1.3em;
    font-family: "alternate-gothic-no-1-d";
    letter-spacing:0.1em;
}

.cart-items .cart-popup-total p span{
        font-size: 2em;
    float: right;
    letter-spacing:4px;
}

.cart-items .cart-popup-shipping{
        margin: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    background-color: #58585A;
}

.cart-items .cart-popup-checkout{
        margin: 1.5em;
}

@media only screen and (max-width:768px){
    .checkout-popup{
        opacity: 1;
    display: none;
    z-index: 9999;
    top: 77px;
    position: absolute;
    right: -100%;
    width:100%;
    }

    .checkout-popup.active{
        right:0px;
        display:block;
    }
}

.cancel {
 position: relative;
margin: 10px;
width: 30px;
height: 30px;
cursor: pointer;
display:inline-block;
}

.cancel:before, .cancel:after {
  content: "";
  position: absolute;
  background-color:#627641;
  transform: rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  border-radius:15px;
  
}

.cancel.cancel-bg-white:before, .cancel.cancel-bg-white:after{
    background-color:#fff;
}

.cancel:before, .cart-remove .cancel:before {
  width: 30px;
height: 2px;
top: 50%;
margin-top: -1px;
  
}

.cancel:after {
 height: 30px;
width: 2px;
left: 48%;
  
}

@media only screen and (max-width:768px){

    .cart-remove .cancel{
        margin:0px;
    }

    .cart-remove .cancel:before{
        right:0 !important;
    }
}

.help-block{
    position: absolute;
    bottom: 1.2em;
    width:90%;
}

.help-block.register{
    width:100%;
}

.help-block:before{
    /*width: 0%;
    height: 2px;
    position: absolute;
    background-color: red;
    bottom: 1.8em;
    left: 0;
    bottom:20px;
    transition: all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    overflow: hidden;
    opacity: 1;*/
    /*content: '';*/
}

.help-block.ng-active:before{
    width:100%;
}

.help-block > p{
    font-size:14px;
    letter-spacing:1px;
    color:#dd4b39;
    opacity:0;
    transition: all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.help-block.ng-active > p{
    opacity:1;
}


.error-block{
    margin:1em 0em;
}

.error-block >p{
    font-size: 14px;
    letter-spacing: 1px;
    color: red;
}

@media only screen and (max-width:768px){
    .help-block:before{
        bottom:16px;
    }
}

.shopping-cart-nav{
    list-style-type:none;
    background-color:#fff;
    margin:2em 0em 0em 0em;
    display:table;
    width:100%;
}
.shopping-cart-nav li{
    display:table-cell;
    width:auto;
    background-color:#58585A;
    text-align:center;
}

.shopping-cart-nav li.active{
    background-color:#627641;
}

@media only screen and (max-width:768px){
    .shopping-cart-nav li.active{
        display:block !important;
    }
}

.shopping-cart-nav li.clickable:hover{
    background-color:#627641;
}

.shopping-cart-nav li a{
    padding:1em;
    display:inline-block;
    font-size:1.5em;
    text-transform:uppercase;
    color:#fff;
    letter-spacing:1.5px;
}

@media only screen and (min-width:768px) and (max-width:992px){
    .shopping-cart-nav li a{
        font-size:1.2em;
    }
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  color: #000;
  font-size: 16px;
}

input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 1em 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"] + label span {
  background-color: #ddd;
}

input[type="radio"]:checked + label span {
  background-color: #627641;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.radio-label {
    display: block;
    margin: 0.5em 0;
}


.checkout-register .register-form-container{
    width:100%;
    margin:0px;
    padding:0px;
    border:0px;
    background-color:transparent;
}

.checkout-register .register-form-container .register-form
{
    padding:0px;
    width:100%;
}

.checkout-register .register-form-container .register-form .title{
    text-align:left;
}

.checkout-register .register-form-container .register-form .registerForm input{
    width:90%;
}

.checkout-register .register-form-container .register-form .registerForm .help-block.register{
    width:90%;
}

@media only screen and (max-width:768px){
    .checkout-register{
        padding:0px;
    }
}

.testimonial-section{
    height:35vw;
    overflow:hidden;
}

.testimonial-section .row .col-md-6{
    padding:0px;
}

.testimonial-image{
    padding: 0px;
    height: 35vw;
    background-image: url(../images/bgimg01.jpg);
    /*background-position: center center;*/
    background-size: cover;   
}

.testimonial-container{
    padding-top:31vw;
    position:relative;
}
.testimonial-container .pos-abs{
    position:absolute;
    top:2em;
    height: 65%;
    overflow: hidden;
}

.testimonial-title{
    margin:0.5em 0em;
}

.testimonial-title span{
    font-size:1.5em;
    font-weight:600;
    position:relative;
}

.testimonial-title span:after, .testimonial-title span:before{
    position:absolute;
    content:'';
    width:30px;
    border-bottom:1px solid #333;
    top:50%;
    margin-top:-0.5px;
}
.testimonial-title span:after{
    right:-1.7em;
}

.testimonial-title span:before{
    left:-1.7em;
}

.testimonials-link {
    position: absolute;
    bottom: 4em;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform:translateX(-50%);
    color:#627641;
}

@media only screen and (max-width:992px){
    .testimonial-section{
        height:100%;
    }
    .testimonial-image{
        height:60vw;
    }

    .testimonial-container{
        padding-top:0;
    }

    .testimonial-container .pos-abs{
        position:relative;
    }

    .testimonials-link{
        position:relative;
        padding:2em 0em;
        bottom:0;
    }
}

.search-results{
   list-style-type: decimal;
    padding-left: 1em;
}

.search-results li a, .search-results li span{
        font-size: 20px;
    letter-spacing: 0px;
    padding-left: 0.5em;
    letter-spacing: 2px;
    color: #333;
    text-decoration:underline;
    font-family:'Proxima Nova';
}

.search-results li span{
    display:none;
}

.search-results li span{
     padding-left:0px;
     text-decoration:none;
}

ul.pager{
        list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
    margin-top: 3em;
}

ul.pager li{
        display: inline-block;
    padding: 0.5em 0.5em;
    position: relative;
    cursor:pointer;
}

ul.pager li a{
    font-family:'Proxima Nova';
    color:#333;
}

ul.pager li.pager-current{
    background-color:#627641;
    color:#fff;
}

.log-out-popup {
    width: 100px;
    position: absolute;
    top: 37px;
    text-align: left;
    padding: 0px;
    background: #2f2d2d;
    z-index: -999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
     right: 0px;
    color: #fff;
    text-align: center;
    display:none;
    opacity:0;
    
}

.log-out-popup.active{
    display:block;
    opacity:1;
    z-index:9999;
}

.log-out-popup .btn-cart{
    font-size:16px;
}

.checkout-tabs.ng-hide-add {
  -webkit-animation:1s fadeOut;
  animation:1s fadeOut;
}

@keyframes hide {
  0% {
    opacity:1;
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% { 
    opacity:0;
    transform: scale(0.5);
  }
}

@-webkit-keyframes hide {
  0% {
    opacity:1;
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% { 
    opacity:0;
    transform: scale(0.5);
  }
}


.checkout-tabs.ng-hide-remove {
  -webkit-animation:0.8s fadeIn;
  animation:0.8s fadeIn;
}

@keyframes show {
  0% {
    opacity:0;
    transform: scale(0.5);
  }
  70% {
    transform: scale(1.02);
  }
  100% { 
    opacity:1;
    transform: scale(1);
  }
}

@-webkit-keyframes show {
  0% {
    opacity:0;
    transform: scale(0.5);
  }
  70% {
    transform: scale(1.02);
  }
  100% { 
    opacity:1;
    transform: scale(1);
  }
}

.billing-info-summary > p{
    margin-top:1em;
}

/*.message-error.ng-enter {
  transition: all linear 1s;
  opacity: 0;
}
.message-error.ng-enter-active {
  opacity: 1;
}
.message-error.ng-leave {
  transition: all linear 1s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  -ms-transform:translate3d(0, 0, 0);
}
.message-error.ng-leave-active {
  opacity: 0;
 
}*/

.no-animate.ng-enter,
.no-animate.ng-leave,
.no-animate.ng-animate {
        transition: none !important; /* disable transitions */
        -webkit-transition:none !important;
        -moz-transition:none !important;
        -ms-tansition:none !important;
        animation: none 0s !important; /* disable keyframe animations */
        -webkit-animation:none 0s !important;
        -moz-animation:none 0s !important;
        -ms-animation:none 0s !important;
}

.mfp-s-loading { 
    content:'';
    color:transparent;
    background-color:transparent;
}


.roundedOne input[type="checkbox"] {
  display: none;
}

.roundedOne input[type="checkbox"] + label {
  color: #000;
  font-size: 16px;
}

.roundedOne input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 1em 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.roundedOne input[type="checkbox"] + label span {
  background-color: #ddd;
}

input[type="checkbox"]:checked + label span {
  background-color: #627641;
}

.roundedOne input[type="checkbox"] + label span,
input[type="checkbox"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.roundedOne .radio-label {
    display: block;
    margin: 0.5em 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color:rgba(0,0,0,0.3) !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color:rgba(0,0,0,0);
}

ol.search-results li{
    margin:1em 0em;
}

.back-font{
    vertical-align:middle;
    margin-right:1em;
}

.secondary-nav.bottom{
    margin-top:2em;
}

.v-middle{
    vertical-align:middle;
    display:inline-block;
}

.v-middle.left{
       margin-left:0.5em;
}

.v-middle.right{
    margin-right:0.5em;
}

.lf-ghost {
    display: inline !important;
}

.benefits ul li{
    margin-bottom:0.5em;
    margin-left:1em;
}

.accordion{
    padding:4em 3em;
    padding-bottom:6em;
    background-color:#F7F6F5;
}



#alttext-container{
    border:0 !important;
    outline:none;
}


.accordion .benefits {
    padding: 1em 0em;
    border: 1px solid #6D6E71;
    border-right: none;
    border-left: none;
}

.accordion .benefits:first-of-type {
    border-bottom: none;
}


.accordion .benefits .content {
    padding: 1em 0em;
    border-top: 2px dashed #333;
    margin-top: 1em;
}

.more-info{
    position:absolute;
    left:50%;
    bottom:4em;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    /*font-family: 'proxima-nova';*/
    color: #627641;
    font-size:1.2em;
        background-color: #627641;
    font-size: 1.2em;
    color: #fff;
    padding: 0.8em 1em;
    color: #fff;
    font-family: "alternate-gothic-no-1-d";
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.txtarea{
    width: 90%;
    padding: 0.7em;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #d2d2d2;
    margin-bottom: 2.5em;
    -webkit-appearance: none;
    outline: 0;
    color: #333;
    margin-top:1.5em;
}

 textarea.txtarea::-webkit-input-placeholder
 {
     color: #333;
 }

 .no-pad{
     padding:0px;
 }

@media only screen and (max-width:992px){

    .more-info{
        display:none;
    }
}

/*.tel-number{
    display: table-cell;
    vertical-align: middle;
    margin-left: 2em;
    padding-left: 2em;
    width:20%;
}*/

.tel-number{
        background-color: #627641;
    position: absolute;
    top: 0;
    height: 100%;
    width: 190px !important;
    margin-left:2em;
    padding-left:2em;
    z-index:10000;
}

.tel-number a{
    color:#fff;
    line-height:50px;
}

@media only screen and (max-width:850px){
    .tel-number{
        display:none;
    }
}

@media only screen and (min-width:850px) and (max-width:1132px){
    .top-bar{
        width:100%;
    }
    
    .top-bar ul li a{
        padding:13px 10px;
    }

    .tel-number{
        width:27%;
    }
    i.fa.fa-user, i.fa.fa-search{
        font-size:12px;
    }
    #mobile-signup{
        display:none !important;
    }
    input[type=search]:focus{
        width:7em;
    }
}

@media only screen and (min-width:850px) and (max-width:1200px) {
    header a, .span-search{
        font-size:14px;
    }
}


@media only screen and (min-width:850px) and (max-width:1245px){
    input[type=search]:focus{
        width:7em;
    }
}


.table-location{
    width:20%;
}

.table-address{
    width:44%;
}

.table-date{
    width:15%;
}

@media only screen and (max-width:820px){
        .table-location,.table-address,.table-date{
        width:100%;
    }
}

.btn-book-now:not(a) a, a.btn-book-now{
        color: #fff;
    letter-spacing: 0.18em;
    font-size: 1.125em;
    padding: 0.3em 1em;
    border: 1px solid;
    border-color: inherit;
    text-transform: uppercase;
    display: inline-block;
    background-color: #627641;
    border-color:transparent !important;
}

.nav-book-now.mobile{
    display:none;
}

@media only screen and (max-width:850px){

    .nav-book-now.mobile{
        display:block;
    }

    .nav-book-now{
     bottom:-45px;
     padding-left:0em;
     text-align:left;
    }

    .nav-book-now a{
        padding-left:25px !important;
        display:inline-block !important;
        line-height:19px !important;
            padding: 13px 24px !important;
    }
}


.footer-popup-content{
        width: 320px;
    position: fixed;
    bottom: 5px;
    right: 0;
    color: #627641;
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    right: 10px;
	padding-top:20px;
	
}

.footer-popup-content .close{
    position: absolute;
    top: 7px;
    right: 5px;
    cursor: pointer;
	font-size:1.5em;
}

.footer-popup-content form{
	margin:20px 0px;
}

.footer-popup-content h4{
    font-size:1.5em;
}

	.footer-popup-content img {
		width: 160px;
		margin: 0 auto;
	}

.footer-popup-content button{
	background-color:#627641;
	color:#fff;
}

.w-100{
	width:100% !important;
}

.input-margin{
	margin-bottom:10px;
}

.footer-promotion .arrow {
	position: fixed;
	bottom: 8px;
	right: 10px;
	font-size: 2em;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 25%;
	cursor:pointer;
}

	.footer-promotion .arrow .fa {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}