@charset "utf-8";
/* CSS Document */
.clearfix{
	width:0;
    height:0;
    display:block;
    float:none;
    clear:both;
    line-height:0;
}
header {
    position: fixed;
    top: 50px;
    z-index: 99999;
    width: 100%;
    box-sizing: border-box;
}
.dwell header {
   	width:auto;
    top: 50px;
    left: 50px;
    right: 50px;
}
.menu-active header{
	position:fixed;
}
header .logo {
    display: block;
    background: black;
    padding: 0px 25px 10px 35px;
    font-size: 280px;
    color: #c0a570;
    position: absolute;
        overflow: hidden;
}
header .logo.dwell {
    background: transparent;
    font-size: 250px;
    padding:0;
}
.icon-dwell-logo, 
.icon-dwell-logo:before {
    content: '\e806';
    margin: 0;
    height: auto;
    width: auto;
}
.icon-tm-logo,
.icon-tm-logo:before {
    margin: 2px 0 0 0;
    width: auto;
    height: auto;
    line-height: 98px;
}

.menu-btn{
	position:absolute;
    right:0;
    width:100px;
    height:100px;
    cursor:pointer;
    background:#bda26f;
}



.menu {
    display: none;
    background: rgba(41, 41, 41, 0.96);
    position: fixed;
    overflow: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 43px 190px 60px 60px;
}

.dwell .menu {
    display:initial;
    z-index: 3;
}



nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 100;
    line-height: 100px;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
nav ul li a:hover {
    color: #b29968;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}

nav ul li.selected a {
    font-weight: 400;
    color: #BDA26F;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
.menu-btn span {
    height: 2px;
    background: white;
    width: 45px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.menu aside {
    width: 40%;
    display: inline-block;
    float: left;
    padding: 170px 0 0 0;
}

.menu nav {
    display: inline-block;
    width: 60%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
    text-align: right;
}

nav ul li {
    margin: 0 0 30px 0;
}

.menu aside h3 {
    font-family: "Playfair Display";
    font-style: italic;
    color: #bbae93;
    font-size: 15px;
    text-transform: lowercase;
    display: inline-block;
    float: left;
    width: 90px;
    padding: 0;
}

.menu aside p {
    display: inline-block;
    font-family: "Playfair Display";
    color: white;
    font-size: 18px;
    line-height: 26px;
}

.menu aside .row {
    margin: 0 0 20px 0;
}
.menu aside p.tel {
    font-family: "Lato";
    font-weight: 100;
    font-size: 25px;
    line-height: 30px;
}

.menu aside p.tel {
    font-family: "Lato";
    font-weight: 100;
    font-size: 25px;
    line-height: 30px;
}
.menu aside a{
	color:white;
    text-decoration:none;
}

.menu aside .hours, .menu aside .social {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none;

}

.menu aside .hours h2{
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color:white;
}

.menu aside .hours p {
    font-family: "Lato";
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px 0;
}
.menu aside .social .demo-icon {
    color: #baaa89;
    font-size: 26px;
    height: auto;
    width: auto;
}

.menu aside .social li {
    display: inline-block;
    float: left;
    margin: 0 30px 0 0;
}
.menu aside .social [class^="icon-"]:before, .menu aside .social [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
}



/* -- dwell menu --*/

.dwell nav ul li {
    display: inline-block;
    float: left;
    margin: 0;
    background: #1f1f1f;
    text-align: center;
    padding: 22px 34px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
    position:relative;
}

.dwell nav ul li:hover, 
.dwell nav ul li.selected,
.dwell nav ul li.selected.selected{
    background: #161616;
    color:white;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.dwell footer nav ul li:hover, 
.dwell footer nav ul li.selected,
.dwell footer nav ul li.selected.selected{
	background:transparent;
}
.dwell nav ul li.selected a{
	color:white;
}
.dwell nav ul li:before {
    content: '';
    bottom: 0;
    height: 0px;
    background: #BFA46F;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

.dwell nav ul li:hover:before, 
.dwell nav ul li.selected:before,
.dwell nav ul li.selected.selected:before{
    height:2px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.dwell footer nav ul li:before,
.dwell footer nav ul li:hover:before, 
.dwell footer nav ul li.selected:before,
.dwell footer nav ul li.selected.selected:before{
    background:transparent;
    height:0;
}
.dwell nav ul li a {
    font-size: 20px;
    line-height: 26px;
    font-weight:300;
    text-transform: capitalize;
    padding: 0;
    display: block;
}
.dwell nav ul li a:hover{
	color:white;
}
.dwell nav ul {
    text-align: center;
}

.dwell .slide-out {
    z-index: 4;
    display: block;
    padding: 0;
    text-align: center;
    position: fixed;
    right: 50px;
    height:70px;
    top: 50px;
    left:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    overflow: hidden;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    transition:0.5s ease;
}
.dwell.menu-active .slide-out{
    left:0px;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
    transition:0.5s ease;
}
.dwell .nav-bg{
    right: 0px;
    height:70px;
    top: 0px;
    left:50px;
    position:absolute;
	background: #1E1E1E;
}
.dwell nav ul li.book {
    padding: 14px 45px 14px 20px;
}

.dwell nav ul li.text-logo{
	padding: 25px 35px 25px 45px;
}

.dwell .menu aside {
    width: 50%;
    display: inline-block;
    padding: 0px 0 0 30px;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    border:none;
}

.dwell .menu aside h3 {
    float: none;
    display: block;
    width: auto;
}

.dwell .menu aside p {
    display: block;
}
.dwell .menu aside p.tel {
    margin: 0 0 0 0;
}
.dwell .menu-btn {
    width: 70px;
    height: 70px;
}
.dwell .menu-btn span {
    width: 30px;
}

.dwell .menu-btn span:nth-child(3n+1) {
    top: 25px;
}

.dwell .menu-btn span:nth-child(3n+2) {
    top: 35px;
}

.dwell .menu-btn span:nth-child(3n+0) {
    top: 45px;
}

.dwell .text-logo {
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding: 24px 34px 15px;
}

.dwell .text-logo a {
    color: #B59E78;
}

.dwell nav div#cat_2229332_divs {
    display: inline-block;
    vertical-align: middle;
}

.dwell nav .book-btn {
    display: inline-block;
    float: right;
    margin: 14px 120px 0 0;
}
.dwell .menu .logo {
    font-size: 300px;
    display: inline-block;
    float: left;
    color: #B49D77;
    width: 50%;
    text-align: right;
    padding: 0 30px 0px 0;
    box-sizing: border-box;
}

.dwell .menu {
    padding: 250px 60px 60px 60px;
}
.dwell .menu.mob, .dwell .menu.desk{
	display:none;
}
.dwell .menu.desk.active{
	display:block;
}
.dwell #cat_2229332_divs:after{
	content:'';
    line-height:0;
    width:0;
    height:0;
    display:block;
    float:none;
    clear:both;
}

/* ---------------------- footer styles --*/
.dwell footer nav,
footer nav{
    position: static;
    display: inline-block;
    right: initial;
    height: auto;
    background: transparent;
    top: initial;
    float: left;
    width: 18%;
    text-align: left;
}

footer nav ul li a ,
.dwell footer nav ul li a {
    font-size: 15px;
    line-height: 12px;
    font-weight: 300;
    text-transform:uppercase;
}

footer nav ul li,
.dwell footer nav ul li,
.dwell footer nav ul li.book{
    margin: 0 0 20px 0;
    background:transparent;
    padding:0;
    display:block;
    float:none;
    text-align:left;
}

footer{
    text-align:left;
    padding: 100px;
    box-sizing: border-box;
}

footer h2 {
    color: #757575;
    font-family: "Montserrat";
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin:0 0 20px;
}
footer nav,
footer .brands,
footer .mailing-list,
footer .location{
	display: inline-block;
    
    float:left;
    box-sizing: border-box;
    vertical-align:top;
}
footer nav{
	width: 18%;
}
footer .brands{
	width: 32%;
}
footer .mailing-list {
    width: 30%;
}
footer .location{
	width:20%;
}
footer .brands ul {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .brands ul li {
    display: inline-block;
    float: left;
    margin: 0px 20px 0 0;
}

footer .brands ul li a {
    color: #c7a976;
}

footer .brands ul li a .demo-icon {
    font-size: 100px;
}

footer [class^="icon-"]:before, footer [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
}
footer .location a {
    color: #c7a976;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "Lato";
    font-weight: 600;
    display: block;
    margin: 8px 0 0 0;
}
input[type="text"], input[type="email"] {
    background: black;
    border: 1px solid #666666;
    padding: 10px 18px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    color: white;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

input[type="submit"] {
    float: right;
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    color: white;
    background: black;
    border: 1px solid #b29968;
    padding: 12px 22px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus{
    outline: none;
    border-color: #B29968;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

input[type="submit"]:hover{
	background:#b29968;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}



.dwell footer nav ul li.text-logo{
	display:none;
}
/* ---------------------- unslider styles --*/

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.unslider-wrap {
    position: relative;
}
.unslider-wrap.unslider-carousel li {
    float: left;
}
.unslider-vertical ul {
    height: 100%;
}
.unslider-vertical li {
    float: none;
    width: 100%;
}
.unslider-fade {
    position: relative;
    padding:0 0 56.666% 0;
}
.slider.unslider-fade{
	padding:0;
}
.unslider-fade.unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width:100%;
    height:100%;
    z-index: 8;
   
}
.unslider-fade.unslider-wrap li.unslider-active {
    z-index: 10;
}
.unslider li, 
.unslider ol, 
.unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none; 
}
.unslider ul li, 
.unslider ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;   
}
.unslider ul li{
	 background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
}
.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer;
}
.unslider-arrow.next {
    left: auto;
    right: 20px;
}
.unslider-nav ol {
  	list-style: none;
  	text-align: center;
}
.unslider-nav ol li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 14px;
    background: transparent;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999em;
    border: 1px solid #fff;
    cursor: pointer;
}
.unslider-nav ol li.unslider-active {
    background: #bda26f;
    border-color: #bda26f;
    cursor: default;
}
.unslider img {
    width: 100%;
    display: block;
}
.unslider-nav {
    position: absolute;
    bottom: 40px;
    left:35px;
}



.holiday-blocks .bg-image {
    background-position: 50% 84%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background-size:cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 5s linear;
    -moz-transition: 5s linear;
    -ms-transition: 5s linear;
    transition: 5s linear;
}

.holiday-blocks .overlay{
	top:0;
    left:0;
    height: 100%;
    bottom: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00000000',GradientType=0 );
}

.holiday-blocks .min-height {
    min-height: 400px;
    text-decoration: none;
    white-space: normal;
    overflow:hidden;
        
}
.holiday-blocks .wrapper {
    box-sizing: border-box;
    padding: 30px;
    text-align:center;
} 
.holiday-blocks h1{
	color:white;
}
.holiday-blocks .text.wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} 


.holiday-blocks a.col:hover .bg-image {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 5s linear;
    -moz-transition: 5s linear;
    -ms-transition: 5s linear;
    transition: 5s linear;
}




/*--- global news and pull quotes block --*/


.news-block{
	overflow:hidden;
    position:relative;
    display: block;
    width: 100%;
    background-color: white;
}
.news-block .col{
	display:inline-block;
    float:left;
    position: relative;
    overflow: hidden;
}
.news-block .col.two-thirds{
	width:66.666%;
    padding:0;
}
.news-block .col.third{
	width:33.333%;
    padding:0;
}
.news-block .bg-img {
    background-size:cover;
    background-position:50% 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:0;
}
.news-block .unslider {
    z-index: 2;
}
.quotes .center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*-- news promo --*/

.title-holder h2, .title-holder a {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin: 6px 0 0 0;
}

.title-holder a {
    float: right;
    background: transparent;
    color: #d1b276;
    border: 1px solid;
    padding: 8px 16px;
    margin: 0;
}

.title-holder {
    margin: 0 0 20px;
}





/*---------------------------------- 404 page --*/


/* --------------------------------- breakpoints --*/

@media only screen and (max-width:1550px){
    nav ul li a {
        font-size: 80px;
        line-height: 85px;
    }  
    .text-logo h2, label {
        font-size: 12px;
        line-height:22px;
    }
    .dwell nav ul li {
        padding: 22px 26px;
    }
    .dwell nav ul li a {
        font-size: 17px;
    }
    .book-btn .btn {
        padding: 12px 18px;
    }
}
@media only screen and (max-width:1350px){
    .dwell nav ul li {
        padding: 22px 25px;
        -webkit-transition: 0.35s ease;
        -moz-transition: 0.35s ease;
        -ms-transition: 0.35s ease;
        transition: 0.35s ease;
    }
}
@media only screen and (max-width:1275px){
 	nav ul li a {
        font-size: 60px;
        line-height: 75px;
    }
    .text-logo h2 {
        font-size: 12px;
        line-height: 21px;
    }
}
@media only screen and (max-width:1250px){
    footer nav ul li, 
    .dwell footer nav ul li{
        margin: 0 0 15px 0;
    }
    footer .location p {
        font-size: 15px;
        line-height: 20px;
    }
    footer {
        padding: 60px;
    }
    header .logo {
        padding: 10px 20px 20px 30px;
        font-size: 250px;
    }
    .icon-tm-logo, .icon-tm-logo:before {
        margin: 0px 0 0 0;
        line-height: 52px;
    }
    footer.tm .logo .demo-icon.icon-tm-logo {
        font-size: 170px;
        line-height: 200px;
    }
    .menu {
        padding: 60px 130px 40px 60px;
    }
    .menu aside {
        padding: 125px 0 0 0;
    }
    
    nav ul li {
        margin: 0 0 25px 0;
    }
    
    
}
@media only screen and (max-width:1200px){
	.dwell.menu-active .nav-bg .text-logo {
        display:none;
    }
    .dwell nav div#cat_2229332_divs {
        float: left;
    }
    
}
@media only screen and (max-width:1050px){
	 .holiday-blocks h1 {
        font-size: 25px;
        line-height: 26px;
    }
    .holiday-blocks h2{
    	font-size: 13px;
    	line-height: 18px;
    }
}
@media only screen and (max-width:1024px){
    .menu {
        padding: 30px 130px 40px 60px;
    }
    footer{
    	padding:40px;
    }
    header {
        top: 30px;
    }
    .unslider-nav {
        bottom: 25px;
        left: 20px;
	}
    .unslider-nav ol li {
        width: 10px;
        height: 10px;
        margin: 0 10px;
    }
    header .logo {
        padding: 5px 16px 14px 25px;
        font-size: 200px;
    }
   nav ul li a {
        font-size: 50px;
        line-height: 65px;
    }
    .dwell nav ul li {
        padding: 22px 24px;
    }
    .dwell nav ul li a {
        font-size: 16px;
    }
    .book-btn .btn {
        padding: 10px 18px;
        font-size: 10px;
        margin: 2px 0 0 0;
    }
    
}
@media only screen and (max-width:980px){
    
    /* -- dwell menu breakpoint --*/
    .dwell .menu {
        padding: 200px 60px 60px 60px;
    }
    .dwell .slide-out {
        height: 90%;
        overflow:scroll;
    }
    
    .dwell .nav-bg {
        height: 100%;
        padding-top: 100px;
    }
    
    .dwell nav .nav-bg ul li {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
   .dwell.menu-active nav .nav-bg #cat_2229332_divs li:nth-child(1){
    	border-top: 1px solid #383838;
    }
    .dwell nav .nav-bg #cat_2229332_divs {
        float: none;
        display: block;
        margin: 0px 50px 0;
    }
    
    .dwell nav .book-btn {
        float: none;
        margin: 20px auto 0;
    }
    .dwell .menu.mob{
        display:block;
        background:transparent;
        position: static;
        background:#1E1E1E;
        padding: 80px 50px;
    }
    .dwell .menu.mob .logo,
    .dwell .menu.mob aside .row{
    	opacity:0;
    }
    .dwell .menu.desk{
        display:none;
    }
    .dwell .menu.mob .logo{
    	font-size:200px;
    }
    .dwell .menu.mob aside .row .social li {
        display: inline-block;
        float: left;
        width: auto;
        padding: 0;
    }
    
    .dwell .menu.mob aside .row .social li a {
        display: inline-block;
    }
    .dwell nav .nav-bg #cat_2229332_divs ul li a {
        text-transform: uppercase;
        font-size: 20px;
        line-height: 100%;
        background: transparent;
        padding: 24px 0;
        border-bottom: 1px solid #383838;
    }
    
    .dwell nav .nav-bg #cat_2229332_divs ul li {
        margin: 0 0 3px 0;
        padding: 0;
    }
    .dwell nav .nav-bg #cat_2229332_divs ul li.selected a, 
    .dwell nav .nav-bg #cat_2229332_divs ul li.selected, 
    .dwell nav .nav-bg #cat_2229332_divs ul li:hover,
    .dwell nav .nav-bg #cat_2229332_divs ul li.selected:hover {
        background-color:rgba(0, 0, 0, 0);
        color:#BCA16E;
    }
    
    .dwell nav .book-btn {
        margin: 0;
        padding: 0px 70px 10px;
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
    .dwell nav .nav-bg #cat_2229332_divs ul li:before,
    .dwell nav .nav-bg #cat_2229332_divs ul li:hover:before{
    	height:0;
        opacity:0;
    }
    .dwell nav .book-btn a.btn {
        background: transparent;
        color: #BCA16E;
        padding: 10px 20px;
        text-align: left;
        display: inline-block;
        border: 1px solid;
    }
    
    
    /* -- burger button --*/
    .dwell .menu-btn {
        width: 50px;
        height: 50px;
    }
    .dwell .menu-btn span {
        width: 20px;
    }
    .dwell .menu-btn span:nth-child(3n+1) {
        top: 18px;
    }
    .dwell .menu-btn span:nth-child(3n+2) {
        top: 25px;
    }
    .dwell .menu-btn span:nth-child(3n+0) {
        top: 32px;
    }
   
}
@media only screen and (max-width:950px){

    footer nav ul li,
    .dwell footer nav ul li{
        margin: 0 0 8px 0;
    }
    footer nav ul li a,
    .dwell footer nav ul li a{
        font-size: 14px;
        line-height: 18px;
    }
    .menu aside .hours h2 {
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .menu aside h3 {
        font-size: 14px;
        width: 75px;
    }
    .menu aside .hours p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px 0;
    }
    .menu aside p {
        font-size: 15px;
        line-height: 20px;
    }
    .menu aside p.tel {
        font-size: 20px;
        line-height: 26px;
    }
    .menu aside .social .demo-icon {
        font-size: 22px;
    }
    
    
    
    footer nav, .dwell footer nav {
        display: block;
        width: 100%;
        border-bottom: 1px solid #313131;
        margin: 0 0 40px 0;
    }
    
    footer nav ul li, .dwell footer nav ul li{
        display: inline-block;
        float: left;
        margin: 0 50px 20px 0;
    }
    
    footer nav h2 {
        display: inline-block;
    }
    
    footer nav ul {
    }
    
    footer nav div#cat_2201804_divs {
        display: inline-block;
        float: right;
    }
    
    footer nav ul li:last-child,
    .dwell footer nav ul li:last-child{
        margin: 0 0 20px 0;
    }
    
    footer .brands {
        width: 33.333%;
    }
    
    footer .location a {
        margin: 0;
    }
    
    footer .location {
        width: 66.666%;
            margin: 0 0 20px 0;
    }
    footer .location br {
        display: none;
    }
    footer .mailing-list {
        width: 66.666%;
    }
    footer {
        padding: 20px 40px 50px;
    }
    .menu aside {
        padding: 40px 10px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        border-top: 1px solid rgb(189, 162, 111);
    }
    .menu nav {
        display: block;
        padding: 90px 0 15px 0;
        width: 100%;
        text-align: left;
    }
    
}
@media only screen and (max-width:850px){
    footer .location{
    	display:inline-block;
        float:left;
        width: auto;
    }
    footer .location p br {
        display: block;
    }
    footer .location a {
        margin: 2px 0 0 0;
    }
    
    footer .mailing-list {
        width: 100%;
        display: block;
    }
    
    footer .brands ul li a .demo-icon {
        font-size: 125px;
    }
    footer .mailing-list:before {
        content: "";
        clear: both;
        float: none;
        display: block;
        margin: 40px 0 0 0;
    }
    footer .location br {
        display: block;
    }
    footer .brands {
        width: auto;
        margin: 0 50px 0 0;
    }
	footer nav h2 {
        display: none;
    }
    
    footer nav {
        text-align: center;
    }
    
    footer nav div#cat_2201804_divs {
        float: none;
    }
    footer nav ul#nav_2210091 {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    
     .news-block .col.two-thirds{
    	width:100%;
        display:block;
        clear:both;
        float:none; 
    }
    .news-block .col.third{
    	display:none;
    }
    
}
@media only screen and (max-width:768px){
	footer{
    	padding:45px 30px;
    }
    .unslider-nav {
        bottom: 20px;
        left: 15px;
    }
    header .logo {
        padding: 3px 14px 12px 20px;
        font-size: 180px;
    }
    .menu {
        padding: 23px 120px 40px 40px;
    }
    nav ul li a {
        font-size: 60px;
        font-weight: 100;
        line-height: 65px;
    }
    .menu aside li:last-child p {
        margin: 0;
    }
    .menu aside {
        padding: 30px 0 0 0;
    }
    
    footer .brands ul li a .demo-icon {
        font-size: 135px;
    }
    header {
        top: 15px;
    }
    .dwell header{
        top: 40px;
        left: 40px;
        right: 40px;
    }
    .dwell .slide-out{
        top: 40px;
        right: 40px;
    }
    .dwell .nav-bg {
        left: 40px;
        padding-top: 100px;
    }
    .holiday-blocks h1 {
        font-size: 24px;
        line-height: 26px;
    }
    
}
@media only screen and (max-width:710px){
	.holiday-blocks h1 {
        font-size: 22px;
        line-height: 24px;
    }
}
@media only screen and (max-width:700px){
    .dwell .menu.mob .logo {
        font-size: 150px;
        width:auto;
        display:block;
        float:none;
        text-align:center;
        margin:0 0 40px 0;
        padding:0;
    }
    
    .dwell .menu aside{
    	width:auto;
        display:block;
        float:none;
        text-align:center;
        padding:0;
    }
    .dwell .menu.mob {
        padding: 50px 50px;
    }
    .dwell .menu.mob aside .row .social li:last-child{
    	margin:0;
    }
    .holiday-blocks h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .holiday-blocks h2{
    	font-size: 14px;
    	line-height: 20px;
    }
    .holiday-blocks .col.third,
    .holiday-blocks .col.one-third{
        width: 100%;
        display: block;
        float: none;
    }
}
@media only screen and (max-width:650px){
  
    
    .menu {
        padding: 30px;
    }
    
    .menu aside h3 {
        display: inline-block;
        float: left;
        width: 90px;
    }
    
    .menu aside .row {
        border: none;
        padding: 0;
        margin: 0 0 25px 0;
    }
    nav ul li a {
        font-size: 45px;
        font-weight: 100;
        line-height: 45px;
    }
    nav ul li {
        margin: 0 0 20px 0;
    }
    
    footer .brands ul li {
        float: left;
        display: inline-block;
        margin: 0 15px 0 0;
    }
    
    footer .brands ul li:last-child {
        margin: 0 0 0 15px;
    }
    header .logo {
        padding: 0px 12px 7px 15px;
        font-size: 165px;
    }
    
}
@media only screen and (max-width:600px){
	footer{
    	padding:30px 20px;
    }
    .menu {
        padding: 20px;
    }
    footer nav ul li a, .dwell footer nav ul li a {
        font-size: 12px;
        line-height: 18px;
    }
    footer nav ul li,
    .dwell footer nav ul li{
        margin: 0 20px 0px 0;
    }
    .dwell header{
        top: 20px;
        left: 20px;
        right: 20px;
    }
    .dwell .slide-out{
        top: 20px;
        right: 20px;
    }
    .dwell .nav-bg {
        left: 20px;
        padding-top: 100px;
        padding-bottom:30px;
    }
}
@media only screen and (max-width:580px){
    .dwell footer nav ul li {
        margin: 0 0px 20px 0;
        width:100%;
        display:block;
        float:none;
        text-align:center;
    }
    .dwell footer nav ul li:last-child{
    	margin:0 0 10px 0;
    }
    .dwell footer nav div#cat_2229332_divs{
    	float:none;
        display:block;
        text-align:center;
    }
}
@media only screen and (max-width:550px){
    h1{
     	font-size: 24px;   
    }
    footer .brands ul li {
        float: left;
        display: inline-block;
        margin: 0 10px 0 0;
    }
    footer .brands ul li:last-child {
        margin: 0 0 0 10px;
    }
    footer .brands ul li a .demo-icon {
        font-size: 80px;
    }
}
@media only screen and (max-width:480px){
    footer nav ul li, 
    .dwell nav ul li{
        display:block;
        float:none;
        margin: 0 0px 20px 0;
        text-align:center;
    }
 
    footer .brands {
        width: 100%;
        padding: 0;
        margin: 0 auto 30px;
        text-align: center;
    }
    
    footer .brands ul {
        display: inline-block;
    }
    
    footer .location {
        width: 100%;
        text-align: center;
        padding: 30px 0;
        border: 1px solid #313131;
    }
    
    footer .mailing-list:before {
        margin: 20px 0 0 0;
    }
    footer nav {
        margin: 0 0 30px 0;
        padding: 0 0 20px 0;
    }
    .intro p {
     	font-size: 24px;   
    }
}




/* --- menu button animation styles and breakpoints --*/



/* --------------------- menu btn animations ---*/

.menu-btn span:nth-child(3n+0) {
    bottom: 35px;
}
.menu-btn span:nth-child(3n+2) {
    top: 49px;
}
.menu-btn span:nth-child(3n+1) {
    top: 35px;
}


@-webkit-keyframes exit1 {
  from {
    top:35px;
  }

  to {
    top:49px;
  }
}

@keyframes exit1 {
  from {
    top:35px;
  }

  to {
    top:49px;
  }
}
@-webkit-keyframes ex1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-45deg);
  }
}

@keyframes ex1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes exit2 {
  from {
    opacity:1;
  }

  to {
    opacity:0;
  }
}

@keyframes exit2 {
  from {
    opacity:1;
  }

  to {
    opacity:0;
  }
}


@-webkit-keyframes exit3 {
  from {
    bottom:35px;
  }

  to {
    bottom:49px;
  }
}

@keyframes exit3 {
  from {
    bottom:35px;
  }

  to {
    bottom:49px;
  }
}

@-webkit-keyframes ex3 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(45deg);
  }
}

@keyframes ex3 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(45deg);
  }
}


.menu-active .menu-btn span:nth-child(3n+1){
    -webkit-animation: exit1 0.25s both, ex1 0.25s both;
    animation: exit1 0.25s both, ex1 0.25s both;
    -webkit-animation-delay: 0s, 0.25s; 
    animation-delay: 0s, 0.25s; 
}
.menu-active .menu-btn span:nth-child(3n+2){
    -webkit-animation: exit2 0.25s both;
    animation: exit2 0.25s both;
}
.menu-active .menu-btn span:nth-child(3n+0){
    -webkit-animation: exit3 0.25s both, ex3 0.25s both;
    animation: exit3 0.25s both, ex3 0.25s both;
    -webkit-animation-delay: 0s, 0.25s; 
    animation-delay: 0s, 0.25s; 
}




@-webkit-keyframes open1 {
  from {
    top:49px;
  }

  to {
    top:35px;
  }
}

@keyframes open1 {
  from {
    top:49px;
  }

  to {
    top:35px;
  }
}
@-webkit-keyframes line1 {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes line1 {
  from {
    transform: rotate(-45deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes open2 {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}

@keyframes open2 {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}


@-webkit-keyframes open3 {
  from {
    bottom:49px;
  }

  to {
    bottom:35px;
  }
}

@keyframes open3 {
  from {
    bottom:49px;
  }

  to {
    bottom:35px;
  }
}

@-webkit-keyframes line3 {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes line3 {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0deg);
  }
}


.menu-inactive .menu-btn span:nth-child(3n+1){
    -webkit-animation: line1 0.25s both, open1 0.25s both;
    animation: line1 0.25s both, open1 0.25s both;
    -webkit-animation-delay: 0s, 0.25s; 
    animation-delay: 0s, 0.25s; 
}
.menu-inactive .menu-btn span:nth-child(3n+2){
    -webkit-animation: open2 0.25s both;
    animation: open2 0.25s both;
    -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s; 
}
.menu-inactive .menu-btn span:nth-child(3n+0){
    -webkit-animation: line3 0.25s both, open3 0.25s both;
    animation: line3 0.25s both, open3 0.25s both;
    -webkit-animation-delay: 0s, 0.25s; 
    animation-delay: 0s, 0.25s; 
}



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


.menu-btn {
        width: 85px;
        height: 85px;
    }
    .menu-btn span {
        width: 40px;
    }
    .menu-btn span:nth-child(3n+1) {
        top: 30px;
    }
    .menu-btn span:nth-child(3n+2) {
        top: 41px;
    }
    .menu-btn span:nth-child(3n+0) {
        bottom: 30px;
    }
    
    @-webkit-keyframes exit1 {
        from {
            top:30px;
        }
        
        to {
            top: 41px;
        }
    }
    
    @keyframes exit1 {
        from {
            top:30px;
        }
        
        to {
            top: 41px;
        }
    }
    @-webkit-keyframes exit3 {
        from {
            bottom:30px;
        }
        
        to {
            bottom: 41px;
        }
    }
    
    @keyframes exit3 {
        from {
            bottom:30px;
        }
        
        to {
            bottom:41px;
        }
    }
    @-webkit-keyframes open1 {
        from {
            top:41px;
        }
        
        to {
            top:30px;
        }
    }
    
    @keyframes open1 {
        from {
            top:41px;
        }
        
        to {
            top:30px;
        }
    }
    @-webkit-keyframes open3 {
        from {
            bottom:41px;
        }
        
        to {
            bottom:30px;
        }
    }
    
    @keyframes open3 {
        from {
            bottom:41px;
        }
        
        to {
            bottom:30px;
        }
    }


}
@media only screen and (max-width:768px){

    .menu-btn {
        width: 79px;
        height: 79px;
    }
    .menu-btn span:nth-child(3n+1) {
        top: 26px;
    }
    .menu-btn span:nth-child(3n+2) {
        top: 38px;
    }
    .menu-btn span:nth-child(3n+0) {
        bottom: 27px;
    }
    
    
    @-webkit-keyframes exit1 {
        from {
            top:26px;
        }
        
        to {
            top: 38px;
        }
    }
    
    @keyframes exit1 {
        from {
            top:26px;
        }
        
        to {
            top: 38px;
        }
    }
    @-webkit-keyframes exit3 {
        from {
            bottom:27px;
        }
        
        to {
            bottom: 38px;
        }
    }
    
    @keyframes exit3 {
        from {
            bottom:27px;
        }
        
        to {
            bottom:38px;
        }
    }
    @-webkit-keyframes open1 {
        from {
            top:38px;
        }
        
        to {
            top:26px;
        }
    }
    
    @keyframes open1 {
        from {
            top:38px;
        }
        
        to {
            top:26px;
        }
    }
    @-webkit-keyframes open3 {
        from {
            bottom:38px;
        }
        
        to {
            bottom:27px;
        }
    }
    
    @keyframes open3 {
        from {
            bottom:38px;
        }
        
        to {
            bottom:27px;
        }
    }
    
}

@media only screen and (max-width:650px){
    .menu-btn {
        width: 70px;
        height: 70px;
    }
    .menu-btn span {
        width: 30px;
    }
    .menu-btn span:nth-child(3n+1) {
        top: 24px;
    }
    .menu-btn span:nth-child(3n+2) {
        top: 34px;
    }
    .menu-btn span:nth-child(3n+0) {
        bottom: 24px;
    }
    
    
    @-webkit-keyframes exit1 {
        from {
            top:24px;
        }
        
        to {
            top: 34px;
        }
    }
    
    @keyframes exit1 {
        from {
            top:24px;
        }
        
        to {
            top: 34px;
        }
    }
    @-webkit-keyframes exit3 {
        from {
            bottom:24px;
        }
        
        to {
            bottom: 34px;
        }
    }
    
    @keyframes exit3 {
        from {
            bottom:24px;
        }
        
        to {
            bottom:34px;
        }
    }
    @-webkit-keyframes open1 {
        from {
            top:34px;
        }
        
        to {
            top:24px;
        }
    }
    
    @keyframes open1 {
        from {
            top:34px;
        }
        
        to {
            top:24px;
        }
    }
    @-webkit-keyframes open3 {
        from {
            bottom:34px;
        }
        
        to {
            bottom:24px;
        }
    }
    
    @keyframes open3 {
        from {
            bottom:34px;
        }
        
        to {
            bottom:24px;
        }
    }
}







/* -- dwell menu animations -- */

@-webkit-keyframes arrow1 {
    from {
        top:25px;
        right:0;
        width:30px;
        -webkit-transform:rotate(0deg);
    }
    
    to {
        top:28px;
        right:3px;
        width:20px;
        -webkit-transform:rotate(-45deg);
    }
}

@keyframes arrow1 {
    from {
        top:25px;
        right:0;
        width:30px;
        transform:rotate(0deg);
    }
    
    to {
        top:28px;
        right:3px;
        width:20px;
        transform:rotate(-45deg);
    }
}
@-webkit-keyframes fadeOut2 {
    from {
        opacity:1;
    }
    
    to {
        opacity:0;
    }
}

@keyframes fadeOut2 {
    from {
        opacity:1;
    }
    
    to {
        opacity:0;
    }
}
@-webkit-keyframes arrow3 {
    from {
        right:0px;
        top:45px;
        width:30px;
        -webkit-transform:rotate(0deg);
    }
    
    to {
        top: 42px;
        right:3px;
        width:20px;
        -webkit-transform:rotate(45deg);
    }
}

@keyframes arrow3 {
    from {
        right:0px;
        top:45px;
        width:30px;
        transform:rotate(0deg);
    }
    
    to {
        top: 42px;
        right:3px;
        width:20px;
        transform:rotate(45deg);
    }
}
.dwell.menu-active .menu-btn span:nth-child(3n+1){
    -webkit-animation: arrow1 0.25s both;
    animation: arrow1 0.25s both;
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}
.dwell.menu-active .menu-btn span:nth-child(3n+2){
    -webkit-animation: fadeOut2 0.25s both;
    animation: fadeOut2 0.25s both;
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}
.dwell.menu-active .menu-btn span:nth-child(3n+0){
    -webkit-animation: arrow3 0.25s both;
    animation: arrow3 0.25s both;
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}



@-webkit-keyframes unarrow1 {
    from {
        right:3px;
        width:20px;
        top:28px;
        -webkit-transform:rotate(-45deg);
    }
    
    to {
        right:0px;
        top:25px;
        width:30px;
        -webkit-transform:rotate(0deg);
    }
}

@keyframes unarrow1 {
    from {
        right:3px;
        width:20px;
        top:28px;
        transform:rotate(-45deg);
    }
    
    to {
        right:0px;
        top:25px;
        width:30px;
        transform:rotate(0deg);
    }
}
@-webkit-keyframes fadeIn2 {
    from {
        opacity:0;
    }
    
    to {
        opacity:1;
    }
}

@keyframes fadeIn2 {
    from {
        opacity:0;
    }
    
    to {
        opacity:1;
    }
}
@-webkit-keyframes unarrow3 {
    from {
        right:3px;
        width:20px;
        top:42px;
        -webkit-transform:rotate(45deg);
    }
    
    to {
        right:0px;
        top:45px;
        width:30px;
        -webkit-transform:rotate(0deg);
    }
}

@keyframes unarrow3 {
    from {
        right:3px;
        top:42px;
        width:20px;
        transform:rotate(45deg);
    }
    
    to {
        right:0px;
        top:45px;
        width:30px;
        transform:rotate(0deg);
    }
}
.dwell.menu-inactive .menu-btn span:nth-child(3n+1){
    -webkit-animation: unarrow1 0.25s both;
    animation: unarrow1 0.25s both;
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}
.dwell.menu-inactive .menu-btn span:nth-child(3n+2){
    -webkit-animation: fadeIn2 0.25s both;
    animation: fadeIn2 0.25s both;
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}
.dwell.menu-inactive .menu-btn span:nth-child(3n+0){
    -webkit-animation: unarrow3 0.25s both;
    animation: unarrow3 0.25s both;
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}
@media only screen and (max-width:980px){
  
    @-webkit-keyframes dwellExitBtn1{
        from{
        	-webkit-transform:rotate(0deg);
            top: 18px;
            right: 0;
        }
        to{
        	-webkit-transform:rotate(45deg);
            top: 25px;
            right: 0;
        }
    }
    @keyframes dwellExitBtn1{
        from{
            top: 18px;
            right: 0;
        	transform:rotate(0deg);
        }
        to{
            top: 25px;
            right: 0;
        	transform:rotate(45deg);
        }
    }
    .dwell.menu-active .menu-btn span:nth-child(3n+1){
        -webkit-animation: dwellExitBtn1 0.25s both;
        animation: dwellExitBtn1 0.25s both;
        -webkit-animation-delay: 0s; 
        animation-delay: 0s; 
    }
    
    @-webkit-keyframes dwellExitBtn2{
        from{
            
        	opacity:1;
        }
        to{
        	opacity:0;
        }
    }
    @keyframes dwellExitBtn2{
        from{
            
        	opacity:1;
        }
        to{
        	opacity:0;
        }
    }
    .dwell.menu-active .menu-btn span:nth-child(3n+2){
        -webkit-animation: dwellExitBtn2 0.25s both;
        animation: dwellExitBtn2 0.25s both;
        -webkit-animation-delay: 0s; 
        animation-delay: 0s; 
    }
    
    
    @-webkit-keyframes dwellExitBtn3{
        from{
            top: 32px;
            right: 0;
        	-webkit-transform:rotate(0deg);
        }
        to{
            top: 25px;
            right: 0;
        	-webkit-transform:rotate(-45deg);
        }
    }
    @keyframes dwellExitBtn3{
        from{
            top: 32px;
            right: 0;
        	transform:rotate(0deg);
        }
        to{
            top: 25px;
            right: 0;
        	transform:rotate(-45deg);
        }
    }
    .dwell.menu-active .menu-btn span:nth-child(3n+0){
        -webkit-animation: dwellExitBtn3 0.25s both;
        animation: dwellExitBtn3 0.25s both;
        -webkit-animation-delay: 0s; 
        animation-delay: 0s; 
    }
    
    @-webkit-keyframes dwellBurgerBtn1{
        from{
            top: 25px;
            right: 0;
        	-webkit-transform:rotate(45deg);
        }
        to{
            top: 18px;
            right: 0;
        	-webkit-transform:rotate(0deg);
        }
    }
    @keyframes dwellBurgerBtn1{
        from{
            top: 25px;
            right: 0;
        	transform:rotate(45deg);
        }
        to{
            top: 18px;
            right: 0;
        	transform:rotate(0deg);
        }
    }
    .dwell.menu-inactive .menu-btn span:nth-child(3n+1){
        -webkit-animation: dwellBurgerBtn1 0.25s both;
        animation: dwellBurgerBtn1 0.25s both;
        -webkit-animation-delay: 0s; 
        animation-delay: 0s; 
    }
    
    @-webkit-keyframes dwellBurgerBtn2{
        from{
            
        	opacity:0;
        }
        to{
        	opacity:1;
        }
    }
    @keyframes dwellBurgerBtn2{
        from{
            
        	opacity:0;
        }
        to{
        	opacity:1;
        }
    }
    .dwell.menu-inactive .menu-btn span:nth-child(3n+2){
        -webkit-animation: dwellBurgerBtn2 0.25s both;
        animation: dwellBurgerBtn2 0.25s both;
        -webkit-animation-delay: 0s; 
        animation-delay: 0s; 
    }
    
    
    @-webkit-keyframes dwellBurgerBtn3{
        from{
            top: 25px;
            right: 0;
        	-webkit-transform:rotate(-45deg);
        }
        to{
            top: 32px;
            right: 0;
        	-webkit-transform:rotate(0deg);
        }
    }
    @keyframes dwellBurgerBtn3{
        from{
            top: 25px;
            right: 0;
        	transform:rotate(-45deg);
        }
        to{
            top: 32px;
            right: 0;
        	transform:rotate(0deg);
        }
    }
    .dwell.menu-inactive .menu-btn span:nth-child(3n+0){
        -webkit-animation: dwellBurgerBtn3 0.25s both;
        animation: dwellBurgerBtn3 0.25s both;
        -webkit-animation-delay: 0s; 
        animation-delay: 0s; 
    }
}








@-webkit-keyframes navFadeIn{
    from{
    	opacity:0;
    }
    to{
    	opacity:1;
    }
}
@keyframes navFadeIn{
    from{
    	opacity:0;
    }
    to{
    	opacity:1;
    }
}
.dwell.menu-active .nav-bg .text-logo,
.dwell.menu-active .nav-bg #cat_2229332_divs li,
.dwell.menu-active .nav-bg .book-btn,
.dwell.menu-active .menu aside .row{
    -webkit-animation: navFadeIn 0.5s both;
    animation: navFadeIn 0.5s both;
}
.dwell.menu-active .menu .logo{
    -webkit-animation: navFadeIn 0.75s both;
    animation: navFadeIn 0.75s both;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
.dwell.menu-active .nav-bg .text-logo{
	-webkit-animation-delay: 0.15s; 
    animation-delay: 0.15s; 
}
.dwell.menu-active .nav-bg #cat_2229332_divs li:nth-child(1){
	-webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s; 
}
.dwell.menu-active .nav-bg #cat_2229332_divs li:nth-child(2){
	-webkit-animation-delay: 0.35s; 
    animation-delay: 0.35s; 
}
.dwell.menu-active .nav-bg #cat_2229332_divs li:nth-child(3){
	-webkit-animation-delay: 0.45s; 
    animation-delay: 0.45s; 
}
.dwell.menu-active .nav-bg #cat_2229332_divs li:nth-child(4){
	-webkit-animation-delay: 0.55s; 
    animation-delay: 0.55s; 
}
.dwell.menu-active .nav-bg #cat_2229332_divs li:nth-child(5){
	-webkit-animation-delay: 0.65s; 
    animation-delay: 0.65s; 
}
.dwell.menu-active .nav-bg #cat_2229332_divs li:nth-child(6){
	-webkit-animation-delay: 0.75s; 
    animation-delay: 0.75s; 
}
.dwell.menu-active .nav-bg #cat_2229332_divs li:nth-child(7){
	-webkit-animation-delay: 0.85s; 
    animation-delay: 0.85s; 
}
.dwell.menu-active .nav-bg .book-btn{
	-webkit-animation-delay: 0.95s; 
    animation-delay: 0.95s; 
}

.dwell.menu-active .menu aside .row:nth-child(4n+1){
	-webkit-animation-delay: 0.55s; 
    animation-delay: 0.55s; 
}
.dwell.menu-active .menu aside .row:nth-child(4n+2){
	-webkit-animation-delay: 0.65s;  
    animation-delay: 0.65s; 
}
.dwell.menu-active .menu aside .row:nth-child(4n+3){
	-webkit-animation-delay: 0.75s; 
    animation-delay: 0.75s; 
}
.dwell.menu-active .menu aside .row:nth-child(4n+0){
	-webkit-animation-delay:01.85s; 
    animation-delay: 0.85s; 
}
@media only screen and (max-width:980px){
    .dwell.menu-active .menu.mob .logo,
    .dwell.menu-active .menu.mob aside .row{
        -webkit-animation: navFadeIn 0.5s both;
        animation: navFadeIn 0.5s both;
        -webkit-animation-delay: 0.25s; 
        animation-delay: 0.25s; 
    }
    .dwell.menu-active .menu.mob aside .row:nth-child(4n+1){
        -webkit-animation-delay: 0.15s; 
        animation-delay: 0.15s; 
    }
    .dwell.menu-active .menu.mob aside .row:nth-child(4n+2){
        -webkit-animation-delay: 0.25s;  
        animation-delay: 0.25s; 
    }
    .dwell.menu-active .menu.mob aside .row:nth-child(4n+3){
        -webkit-animation-delay: 0.35s; 
        animation-delay: 0.35s; 
    }
    .dwell.menu-active .menu.mob aside .row:nth-child(4n+0){
        -webkit-animation-delay: 0.45s; 
        animation-delay: 0.45s; 
    }
    .dwell.menu-active .nav-bg .book-btn{
        -webkit-animation-delay: 0.5s; 
        animation-delay: 0.5s; 
    }

}



@-webkit-keyframes navFadeOut{
    from{
    	opacity:1;
    }
    to{
    	opacity:0;
    }
}
@keyframes navFadeOut{
    from{
    	opacity:1;
    }
    to{
    	opacity:0;
    }
}
.dwell.menu-inactive .nav-bg .text-logo,
.dwell.menu-inactive .nav-bg #cat_2229332_divs li,
.dwell.menu-inactive .nav-bg .book-btn,
.dwell.menu-inactive .menu aside .row,
.dwell.menu-inactive .menu .logo{
    -webkit-animation: navFadeOut 0.15s both;
    animation: navFadeOut 0.15s both;
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}

@media only screen and (max-width:980px){
	.dwell.menu-inactive .menu.mob .logo,
    .dwell.menu-inactive .menu.mob aside .row{
        -webkit-animation: navFadeOut 0.15s both;
        animation: navFadeOut 0.15s both;
        -webkit-animation-delay: 0s; 
        animation-delay: 0s; 
    }
}

@-webkit-keyframes menuFadeInDown{
    from{
    	opacity:0;
        -webkit-transform: scale(0.95) translateY(-5%);
    }
    to{
    	opacity:1;
        -webkit-transform: scale(1) translateY(0);
    }
}
@keyframes menuFadeInDown{
    from{
    	opacity:0;
        transform: scale(0.95) translateY(-5%);
    }
    to{
    	opacity:1;
        transform: scale(1) translateY(0);
    }
}
.dwell.menu-active .menu.desk.active{
    -webkit-animation: menuFadeInDown 0.5s both;
    animation: menuFadeInDown 0.5s both;
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}
@media only screen and (max-width:980px){
    .dwell.menu-active .menu.desk.active{
        -webkit-animation: none;
        animation: none;
        background:transparent;
        visibility:none;
        display:none !important;
    }
}


@-webkit-keyframes menuFadeOutUp{
    from{
    	opacity:1;
        -webkit-transform: scale(1) translateY(0);
    }
    to{
    	opacity:0;
        -webkit-transform: scale(0.95) translateY(-5%);
    }
}
@keyframes menuFadeOutUp{
    from{
    	opacity:1;
        transform: scale(1) translateY(0);
    }
    to{
    	opacity:0;
        transform: scale(0.95) translateY(-5%);
    }
}
.dwell .menu.desk{
    -webkit-animation: menuFadeOutUp 0.25s both;
    animation: menuFadeOutUp 0.25s both;
    -webkit-animation-delay: 0s; 
    animation-delay: 0s; 
}