/*
|-----------------------------------------------------------------------------------------------------------
| FONTS
|-----------------------------------------------------------------------------------------------------------
|
*/
@font-face {
  font-family: 'Lido Bold';
  src: url("/includes/public/fonts/Lido/lido_bold.otf") format("opentype")
}
@font-face {
  font-family: 'Lido Bold Italic';
  src: url("/includes/public/fonts/Lido/lido_bold_italic.otf") format("opentype")
}
/*.font{
    font-family:'Nexa W01 Book';
    font-family:'Nexa W01 Regular';
    font-family:'Nexa W01 Heavy';
    font-family:'Nexa W01 Bold';
    font-family:'Indie W00 Regular';
    font-family: 'Lido Bold Italic';
    font-family: 'Lido Bold';
}*/


/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/
html { overflow-y: scroll; } /* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html, body { height: 100%; }
body{
	color: #281405;
	font-size: 16px;
    font-family:'Nexa W01 Book';
}
.wrapper {
    width: 100%;
	margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
}
h1 {
	color: #000018;
    font-family:'Indie W00 Regular';
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
}
h2 {
	color: #281405;
    font-size: 27px;
    margin: 0 0 13px;
    font-family:'Nexa W01 Book';
}
h3 {
	color: #281405;
    font-size: 21px;
    margin: 0 0 20px;
   font-family:'Indie W00 Regular';
}
h4 {
	color: #281405;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px;
    font-family: 'Lido Bold Italic';
}
h5 {
	color: #281405;
    font-family:'Nexa W01 Heavy';
    font-size: 17px;
    margin: 0 0 20px;
}
h6 {
	color: #281405;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Lido Bold';
    font-weght: 300;
}
p{
    color: #281405;
    font-size: 12px;
    font-family:'Nexa W01 Book';
    text-align: left;
    margin-bottom: 25px;
}
p a{
    font-weight: normal;
    color: #c60013;
}
li a{
    color: #c60013;
}
ul{
	color: #281405;
}
ul li{
    font-size: 18px;
    font-weight: normal;
    color: #281405;
    font-family:'Nexa W01 Book';
}
.wrapper img {
	border: medium none;
}
a, a:link, a:visited, a:focus {
	color: #c60013;
    font-weight: normal;
    -webkit-transition: all 225ms ease-in-out;
    -moz-transition: all 225ms ease-in-out;
    -o-transition: all 225ms ease-in-out;
    transition: all 225ms ease-in-out;
}
a:hover {
	border-bottom: none;
    text-decoration: none;
}
p a:hover {
    border-bottom: solid 1px #c60013;
}
.wrapper .ui-datepicker select {
	padding: 0;
}
.ui-datepicker {
	z-index: 10 !important;
}
.clear {
	clear: both;
	line-height: 1px;
	visibility: hidden;
}
body .wrapper .row{
	max-width: 1080px;
}
i{
	color: #000;
}
hr{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 7px;
    border: medium none;
    display: block;
    height: 25px;
    margin: 0;
    width: 100%;
}
input[type="submit"], .button, a.button, button{
    background-color: #0081c6;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Nexa W01 Heavy";
    font-size: 10px;
    height: 20px;
    padding: 3px 10px 2px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
input[type="submit"]:hover, .button:hover, a.button:hover, button:hover{
    background-color: #0062a7;
    -webkit-transition: background-color 400ms ease-in-out;
    -moz-transition: background-color 400ms ease-in-out;
    -o-transition: background-color 400ms ease-in-out;
    transition: background-color 400ms ease-in-out;
}
input[type="submit"].form-button, .button.form-button,
a.buttonform-button, button.form-button{
    font-size: 18px;
    height: 45px;
    letter-spacing: 1px;
    padding-top: 5px;
    border: solid 1px #cfcece;
    width: 100%;
}
input[type="submit"].red, .button.red, a.button.red, button.red{
    background-color: #d11242;
}
input[type="submit"].red:hover, .button.red:hover, a.button.red:hover, button.red:hover{
    background-color: #bb002c;
}
#mapexplorerPlaceholder {
    margin-top: 5px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| FORM STYLES
|-----------------------------------------------------------------------------------------------------------
*/
input[type="text"], select
{
    height: 45px;
    background-color: #fff;
    color: #525252;
    font-family:'Nexa W01 Book';
    font-size: 18px;
    box-shadow: none;
    border: solid 1px #cfcece;
}
input[type="text"].date{
    background-image: url("/includes/public/assets/images/icon-calendar.png");
    background-position: center right 15px;
    background-repeat: no-repeat;
}
select{
    -moz-appearance: none;
    appearance: none;
    background-image: url("/includes/public/assets/images/dropdown-arrow.png");
    background-position: center right 15px;
    background-repeat: no-repeat;
}
input[type="text"]:focus, select:focus{
    background-color: #fff;
    box-shadow: none;
    border: solid 1px #464646;
}


/*
|-----------------------------------------------------------------------------------------------------------
| PANEL STYLES
|-----------------------------------------------------------------------------------------------------------
*/
.layout-panel{
	padding: 35px 0 30px;
}
.white{/*standard white background*/
	background-color: #fff;
}
.image-panel.wood {
    background-image: url("/includes/public/assets/images/panel-background-wood.jpg");
    background-repeat: repeat;
    position: relative;
    padding-top: 125px;
    padding-bottom: 25px;
    background-position: center;
    background-size: cover;
}
.image-panel .columns{
    padding: 0;
}
.container.red{
    background-color: #d11242;
    display: inline-block;
    width: 100%;
}

/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.header-section{
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    height: 50px;
    position: relative;
    width: 100%;
    z-index: 899;
    padding: 0 32px;
}
.header-section.alert-open {
    height: auto;
}
.blog-microsite .header-section{
    height: 0;
}
.header-section .panel_custom_header {position: absolute; width: 100%;}
.header-section .hamburger{
	background-image: url("/includes/public/assets/images/hamburger.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 23px 14px;
    cursor: pointer;
    display: block;
    height: 21px;
    padding-left: 22px;
    position: relative;
    text-align: right;
    width: 85px;
}
.header-section .hamburger i{
    color: #fff;
    font-size: 18px;
    left: 2px;
    position: relative;
    top: -3px;
}
.header-section .section-search{
    display: none;
}
.header-section .section-weather{
    display: none;
}
.header-section .section-social-links{
    display: none;
}
.header-section .section-top-nav{
    display: none;
}
.header-section .logo{
    display: block;
    padding-top: 8px;
    width: 112px;
}
.header-section .top{
    float: left;
}
.header-section .bottom{
    float: right;
}
.header-section .headerRow{
    padding:0;
}

/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.body-section{
	position: relative;
}


/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footer-section{
    color: #fff;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    position: relative;
    text-align: center;
    font-family:'Nexa W01 Heavy';
}
.footer-section a{
    color: #fff;
}
.footer-section .section-logo{
    width: 155px;
    margin: 0 auto 11px;
}
.footer-section .top{
    background-color: #c88a3d;
    padding-bottom: 17px;
    padding-top: 20px;
}
.footer-section .address-info{}
.footer-section .address-info span{
    display: block;
    width: 100%;
}
.footer-section .address-info br{
    display: none;
}
.footer-section .address-info .text{

}
.footer-section .address-info .sep{
    display: none;
}
.footer-section .address-info .sep:nth-of-type(3){
    display: inline-block;
    margin: 0 11px;
    width: auto;
}
.footer-section .address-info .link{
    display: block;
    margin-top: 18px;
}
.footer-section .address-info .link:not(:first-of-type){
    margin-top: 0;
}
.footer-section .address-info .link:nth-last-of-type(2){
    display: inline-block;
}
.footer-section .address-info .link:nth-last-of-type(1){
    display: inline-block;
}
.footer-section .bottom{
    background-color: #fff;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 10px;
}
.footer-section .section-social-links-footer{
    padding-top: 15px;
    text-align: center;
}
.footer-section .section-social-links-footer .icons a{
    display: inline-block;
    margin: 0 17px;
}
.footer-section .section-social-links-footer .icons a:empty{
    display: none;
}
.footer-section .section-social-links-footer .icons i{
    color: #fff;
    font-size: 27px;
}
.footer-section .partner-logos{
    text-align: center;
}
.footer-section .partner-logos a{
    display: inline-block;
    margin: 0 2% 5px;
    max-width: 30%;
    text-align: center;
    width: 77px;
}
.footer-section .partner-logos a img[alt~=DMAI]{
    width: 60px;
}
.footer-section .simpleview-logo{
    display: block;
    text-align: center;
}
.footer-section .simpleview-logo img{
    width: 133px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| SOCIAL LINKS
|-----------------------------------------------------------------------------------------------------------
*/
.section-social-links{
    display: inline-block;
    float: right;
    margin-top: 35px;
    padding-top: 3px;
}
.section-social-links i {
    color: #c60013;
    font-size: 26px;
}


.section-social-links .icon,
.header-section .mobileNav .dl-menuwrapper li.section-social-links a:hover {
    /*background-image: url("/includes/public/assets/images/sprite-social.png");
    background-repeat: no-repeat;
    background-size: 160px auto;*/
    display: inline-block;
    height: 26px;
    margin-right: 16px;
    width: 26px;
}
/*.section-social-links .icon.pinterest,
.section-social-links .icon.pinterest:hover{
    background-position: 0 0;
}
.section-social-links .icon.googleplus,
.section-social-links .icon.googleplus:hover{
    background-position: -45px 0;
}
.section-social-links .icon.youtube,
.section-social-links .icon.youtube:hover{
    background-position: -88px 0;
    width: 29px;
}*/
.section-social-links .icon.allons,
.section-social-links .icon.allons:hover{
    background-image: url("/includes/public/assets/images/sprite-social.png");
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: -136px 0;
    position: relative;
    top: 4px;
}
.header-section .mobileNav .section-social-links {
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    width: 250px;
    margin: 1rem auto;
    text-align: center;
}
.header-section .mobileNav .section-social-links .icon.allons {
    top: 7px;
    background-position: -120px 0;
}
.header-section .mobileNav .section-social-links .icon,
.header-section .mobileNav .dl-menuwrapper li.section-social-links a:hover {margin-right: 15px;}
/*.header-section .mobileNav .section-social-links i {display: none;}*/

/*
|-----------------------------------------------------------------------------------------------------------
| BOOKING
|-----------------------------------------------------------------------------------------------------------
*/
.booking{
    margin-bottom: 55px;
    margin-top: 15px;
}
.booking .buttonCol{
    padding-left: 0;
}
.booking form {
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    margin-bottom: 20px;
    padding-bottom: 9px;
    padding-top: 28px;
}
.booking img.ui-datepicker-trigger {
    position: absolute;
    right: 25px;
    top: 9px;
}


/*
|-----------------------------------------------------------------------------------------------------------
| ALLONS PLANEL
|-----------------------------------------------------------------------------------------------------------
*/
.allons-text{
    color: #fff;
    font-family: "Nexa W01 Heavy";
    font-size: 18px;
    margin-bottom: 27px;
    text-align: center;
    text-rendering: optimizeLegibility;
}
.allons-text img{
    margin-bottom: 10px;
    margin-top: 50px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| SOCIAL HUB
|-----------------------------------------------------------------------------------------------------------
*/
body div.social-hub-panel{
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0;
}
.social-hub{
    display: block;
    width: 100%;
}
.social-hub .links{
    background-color: #fff;
    height: 85px;
    padding-top: 23px;
    text-align: center;
}
.social-hub .links a{
    display: inline-block;
    font-size: 29px;
    height: 38px;
    line-height: 37px;
    max-width: 25%;
    padding: 3px 22px;
    text-align: center;
}
.social-hub .links a:not(:last-child){
    border-right: 1px solid #cfcece;
}
.social-hub .links .facebook i{ color: #00539e; }
.social-hub .links .twitter i{ color: #32cbff; }
.social-hub .links .youtube i{ color: #e62c2e; }
.social-hub .links .instagram i{ color: #517fa4; }
.social-hub .feeds{ display: none; }



/*
|-----------------------------------------------------------------------------------------------------------
| CALLOUTS
|-----------------------------------------------------------------------------------------------------------
*/
.callout{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.callout .image{
    margin: 0 auto 10px;
    display: block;
}
.callout .text{
    color: #000018;
    display: block;
    font-family: "Nexa W01 Book";
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 11px;
    padding: 0 32px;
}
.callout .link{
    color: #d11242;
    display: block;
    font-family: "Nexa W01 Heavy";
    font-size: 10px;
    margin-bottom: 46px;
    margin-top: 5px;
}
.callout .button{
    height: 22px;
    padding-top: 5px;
    margin-bottom: 1px;
}
.callout form{
    margin-top: 24px;
    width: 390px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.callout input[type="text"]{
    background-color: #f3f3f3;
}

.callout input[type="text"]::-webkit-input-placeholder {
    color: #525252;
}
.callout input[type="text"]:-moz-placeholder { /* older Firefox*/
    color: #525252;
}
.callout input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #525252;
}
.callout input[type="text"]:-ms-input-placeholder {
    color: #525252;
}


.enewsletter-signup input[type="submit"].form-button{
    width: auto;
    letter-spacing: 0px;
}


/*
|-----------------------------------------------------------------------------------------------------------
| SPOTLIGHT
|-----------------------------------------------------------------------------------------------------------
*/
.spotlight{
    margin-bottom: 15px;
}
.spotlight .title{
    background-color: #d11242;
    color: #fff;
    font-family: "Nexa W01 Heavy";
    font-size: 18px;
    height: 40px;
    margin-top: 30px;
    padding-top: 7px;
    text-align: center;
    text-transform: uppercase;
}
.spotlight .item {
    border-bottom: 1px solid #d8d8d8;
    margin-top: 19px;
    overflow: hidden;
    padding-bottom: 19px;
}
.spotlight .item .columns:nth-child(1){
    padding-left: 0;
    padding-right: 0;
}
.spotlight .item .columns:nth-child(2){
    padding-right: 0;
}
.spotlight .item  p{
    font-size: 14px;
    margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------------------------------------------
| BLOG MICROSITE
|--------------------------------------------------------------------------------------------------------------
*/
.blog-microsite{}
.blog-microsite .reveal-slides {
    opacity: 0;
    transition: margin 0.6s ease 0s, opacity 0.6s ease 0s;
}
.blog-microsite .reveal-slides.active {
    margin-top: 0;
    opacity: 1;
}
.blog-microsite .footer-section {
    padding-top: 25px;
}
.blog-microsite div.collapsed-container{
    overflow: hidden;
}
.blog-microsite .image-panel.blog img{
    width: 100%;
}
.blog-microsite .image-panel.blog.none{
    float: none !important;
    width: 100%;
}
.blog-microsite div.collapsed-container .columns{
    padding-left: 0;
    padding-right: 0;
}
.blog-microsite div.collapsed-container .columns img{
    width: 100%;
}
.blog-microsite .image-parallax{
    background-position: center -190px;
     padding-top: 330px;
     overflow: hidden;
     min-height: 400px;
}
.blog-microsite .image-parallax.nopad{
    padding-top: 0;
}
.blog-microsite  .callout-panel{
    min-height: 550px;
    position: relative;
    display: block;
     padding-top: 46%;
}
.blog-microsite  .callout-panel .text{
    color: #c88a3d;
    font-family:'Indie W00 Regular';
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    text-shadow: 0 1px #ccc;
    height: 235px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 290px;
}
.blog-microsite  .callout-panel.white-wood{
    background-image: url("/includes/public/assets/images/texture-white-wood.png");
}
.blog-microsite h1{
    font-family: 'Lido Bold';
    color: #c88a3d;
}
.blog-microsite .content-panel{
    padding: 15px 20px;
}
.blog-microsite .yellow p,
.blog-microsite .yellow h1{
    color: #fff;
}
.blog-microsite .yellow{
    background-color: #c88a3d;
}
.blog-microsite .white h1{
    color: #c88a3d;
}
.blog-microsite .white p{
    color: #000000;
}
.blog-microsite .white{
    background-color: #fff;
}
blockquote.quote{
    color: #c88a3d;
    border-left: 0;
    border-top: solid 1px #c88a3d;
    border-bottom: solid 1px #c88a3d;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-family:'Nexa W01 Heavy';
    font-style: italic;
    font-size: 14px;
}
.yellow blockquote.quote{
    color: #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
body .wrapper.blog-microsite .row {
    max-width: 1600px;
}
.blog-microsite .footer-section{
/*    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;*/
}
.blog-microsite .image-panel.wood{
    padding-top: 31px;
    background-position: center;
    background-size: cover;
}
.blog-microsite .blog-logo{
    display: block;
    margin-left: 17px;
    margin-right: 6px;
    width: 116px;
}
.blog-microsite .allons-text img {
    margin-top: 42px;
}
.blog-microsite .icon-scroll{
    background-color: #ffffff;
    border-radius: 50%;
    color: #aeaeae;
    display: none;
    font-size: 9px;
    height: 50px;
    margin: 30px auto 0;
    padding-top: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    cursor: pointer;
}
.blog-microsite .icon-scroll i{
    color: #aeaeae;
    display: block;
    font-size: 23px;
    position: relative;
    text-align: center;
    top: -18px;
    width: 100%;
}
.blog-microsite .footer-section .logo-small{
    display: block;
}
.blog-microsite .footer-section .logo-large{
    display: none;
}
.blog-microsite .footer-section .logoCol{
    background-color: #c88a3d;
}
.blog-microsite .footer-section .section-logo {
    margin: 0 auto 11px;
    padding: 15px 0 4px;
    width: 125px;
}
.blog-microsite .footer-section .section-social-links-footer .icons i {
    color: #c88a3d;
}
.blog-microsite .footer-section .section-social-links-footer {
    padding-bottom: 27px;
}
.section-blog-footer-nav{
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}
.section-blog-footer-nav .link{
    color: #c88a3d;
    cursor: pointer;
    display: inline-block;
    font-family: "Nexa W01 Heavy";
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    line-height: 11px;
}
.section-blog-footer-nav .link:not(:last-child){
    margin-right: 20px;
}
.section-blog-footer-nav .link img{
    width: 40px;
    margin-bottom: 4px;
}
.section-blog-footer-nav .link.home{
}
.section-blog-footer-nav .link.travel{
}
.section-blog-footer-nav .link.top-page{
}


.blog-microsite .blog-teaser{
    padding: 18px 18px 0;
}
.blog-microsite .blog-teaser .content{
    position: relative;
}
.blog-microsite .blog-teaser .content .icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    height: 80px;
    font-family:'Nexa W01 Heavy';
}
.blog-microsite .blog-teaser .top-button{
    display: none;
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    color: #b9b9b9;
    font-size: 12px;
    font-family:'Nexa W01 Heavy';
    display: block;
    line-height: 10px;
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}
.blog-microsite .blog-teaser .top-button i{
    color: #b9b9b9;
    display: block;
    font-size: 19px;
    height: 18px;
    position: relative;
    text-align: center;
    top: 2px;
}
.blog-microsite .blog-teaser .content .icon img{
    width: 45px;
}
.blog-microsite .blog-teaser .content .text{
    display: block;
    width: 100%;
    text-align: center;
}
.blog-microsite .blog-teaser img{
    width: 100%;
}
.blog-microsite .blog-teaser img.small{
    display: block;
}
.blog-microsite .blog-teaser img.tablet{
    display: none;
}
.blog-microsite .blog-teaser img.large{
    display: none;
}
.blog-microsite .text-panel{
    padding-top: 30px;
    padding-bottom: 20px;
}

/*blog detail*/
.blog-detail{
    position: relative;
}
.blog-detail .main-image{height: 100vh;}
.blog-microsite.preview .blog-detail .main-image{
    max-height: 600px;
}
.blog-detail .main-image .tablet,
.blog-detail .main-image .desktop{
    display: none;
}
.blog-detail .main-image img{
    width: 100%;
}
.blog-detail .main-image .gradient{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 460px;
    background-image: url("/includes/public/assets/images/gradient-blog-detail.png");
    min-width: 100%;
}
.blog-detail .main-image .text{
    display: block;
}
.blog-detail .main-image .icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    text-transform: uppercase;
    height: 117px;
    font-family:'Nexa W01 Heavy';
     width: 300px;
}
.blog-detail .main-image  .icon img{
    margin-bottom: 1px;
    width: 75px;
}
.blog-detail .main-image  .icon-scroll{
   background-color: #ffffff;
    border-radius: 50%;
    bottom: 18px;
    color: #aeaeae;
    display: block;
    font-size: 7px;
    height: 35px;
    left: 0;
    margin: auto;
    padding-top: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 35px;
}
.blog-detail .main-image  .icon-scroll i{
    color: #aeaeae;
    display: block;
    font-size: 16px;
    position: relative;
    text-align: center;
     top: -6px;
    width: 100%;
}
.blog-detail .blog-home-icon{
    display: block;
    width: 35px;
    height: 35px;
    background-image: url("/includes/public/assets/images/icon-blog-home.png");
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 30px;
    background-size: 100% auto;
}
.blog-detail .row{
    position: relative;
}

/*
|--------------------------------------------------------------------------------------------------------------
| BLOG SEARCH
|--------------------------------------------------------------------------------------------------------------
*/
.blog-search{
    float: right;
    padding-right: 20px;
    padding-top: 3px;
    width: 280px;
}
.blog-search input{
    display: none;
    background-color: transparent;
    height: 30px;
    border: none;
    border-bottom: solid 2px #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-family:'Nexa W01 Book';
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.blog-search.open input:focus,
.blog-search.open input:hover{
    background-color: transparent;
     border: none;
    border-bottom: solid 2px #fff;
}
.blog-search .searchIcon{
    display: inline-block;
    float: right;
    width: 23px;
    cursor: pointer;
}
.blog-search .searchIcon img{
    width: 100%;
}



/*
|--------------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|--------------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/
@media only screen and (max-width: 40em) {}
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){

    h1 {
        font-size: 50px;
        margin-bottom: 35px;
        margin-top: 20px;
        line-height: 52px;
    }
    p { font-size: 14px;}

    /*
	|------------------------
	| HEADER SECTION
	|------------------------
	*/
	.header-section{
		height: 160px;
	}
    .header-section.alert-open { height: auto; }
    .blog-microsite .header-section{
        height: 0;
    }

	/*
	|------------------------
	| SLIDESHOW SECTION
	|------------------------
    ** 'overflow: auto' on the slideshow was causing issues in IE T257018**
	*/
	.slideshow-section{
		position: relative;
    /*overflow: auto;*/
	}


	/*
	|------------------------
	| BODY SECTION
	|------------------------
	*/
	.body-section{

	}

	/*
	|------------------------
	| FOOTER SECTION
	|------------------------
	*/
    .footer-section{ font-size: 16px; font-family:'Nexa W01 Book'; }
    .footer-section .section-logo{ margin: 0 auto 20px; width: 240px; }
    .footer-section .top{
        background-color: #c88a3d;
        padding-top: 30px;
        padding-bottom: 27px;
    }
    .footer-section .address-info span{ display: inline-block; width: auto; }
    .footer-section .address-info br{ display: block; }
    .footer-section .address-info .sep{
        display: inline-block;
        margin: 0 11px;
        width: auto;
        font-family:'Nexa W01 Book';
    }
    .footer-section .address-info .link{ display: inline-block; margin-top: 0; }
    .footer-section .address-info .links .sep:last-of-type {display: none;}
    .footer-section .bottom{ padding-bottom: 0; padding-top: 13px; }
    .footer-section .bottom .row{ padding: 0 20px; }
    .footer-section .section-social-links-footer{ padding-top: 26px; }
    .footer-section .section-social-links-footer .icons a{ margin: 0 23px; }
    .footer-section .section-social-links-footer .icons i{ font-size: 34px; }
    .footer-section .partner-logos{ text-align: left; }
    .footer-section .partner-logos a{
        display: inline-block;
        margin: 0 2% 5px 0;
        max-width: 31%;
        text-align: center;
        width: 160px;
    }
    .footer-section .partner-logos a:last-child{ margin-right: 0; }
    .footer-section .partner-logos a:nth-child(2){
        margin-left: 17px;
        margin-right: 20px;
        width: 66px;
    }
    .footer-section .partner-logos a img[alt~=DMAI]{ width: 70px; }
    .footer-section .simpleview-logo{
        display: block;
        padding-top: 21px;
        text-align: right;
    }
    .footer-section .simpleview-logo img{ width: auto; }
      /*
    |------------------------
    | ALLONS TEXT
    |------------------------
    */
    .allons-text{
        font-size: 28px;
        line-height: 32px;
    }
    .allons-text span{
        display: block;
        padding: 0 13%;
    }
    .allons-text img {
        display: block;
        margin: 36px auto 10px;
    }
    /*
    |------------------------
    | SOCIAL HUB
    |------------------------
    */
    .social-hub .links a {
        font-size: 38px;
        height: 48px;
        line-height: 44px;
        padding: 3px 26px;
    }


    /*
    |------------------------
    | CALLOUT
    |------------------------
    */
    .callout{}
    .callout .image{ margin: 0 auto 14px; }
    .callout .text{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 31px;
    }
    .callout .link{
        margin-top: 5px;
        font-size: 15px;
    }
    .callout .button{
        font-size: 18px;
        height: 45px;
        margin-bottom: 9px;
        padding-top: 11px;
    }

    /*
    |------------------------
    | BLOG MICROSITE
    |------------------------
    */
    .blog-microsite .blog-logo {
        width: 150px;
    }
    .blog-microsite h1 {
        line-height: 45px;
    }
    .blog-microsite blockquote{
        font-size: 24px;
         line-height: 29px;
         padding-top: 30px;
         padding-bottom: 30px;
    }
    .blog-microsite .image-parallax{
        padding-top: 490px;
    }
     .blog-microsite .content-panel{
        padding: 50px 110px;
    }
    .blog-microsite .footer-section .logoCol{
        background-color: transparent;
    }
    .blog-microsite .footer-section .logo-large {
        display: block;
    }
    .blog-microsite .footer-section .logo-small {
        display: none;
    }
    .blog-microsite .footer-section .section-logo {
        width: 161px;
    }
    .blog-microsite .footer-section {
        padding-bottom: 6px;
        padding-top: 19px;
    }
    .section-blog-footer-nav {
        margin-bottom: 10px;
        margin-top: 4px;
    }
    .blog-microsite .footer-section .section-social-links-footer .icons i {
        font-size: 26px;
    }
    .blog-microsite .footer-section .section-social-links-footer .icons a {
        margin: 0 15px;
    }
    .blog-microsite .blog-teaser .content .icon {
        font-size: 34px;
        height: 107px;
        width: 400px;
    }
    .blog-microsite .blog-teaser .content .icon img {
        margin-bottom: -3px;
        width: 84px;
    }
    .blog-microsite .blog-teaser img.small {
        display: none;
    }
     .blog-microsite .blog-teaser img.tablet {
        display: block;
    }
    .blog-microsite .blog-teaser {
        padding: 54px 54px 0;
    }
    .blog-search.open input{
        display: inline-block;
    }
     .blog-search.open .searchIcon {
        position: absolute;
        right: 35px;
        top: 3px;
    }
    .blog-microsite .text-panel {
        padding-bottom: 120px;
        padding-top: 105px;
    }
    .blog-microsite .callout-panel { min-height: 800px; padding-top: 29%; }
    .blog-microsite .callout-panel .text {
        font-size: 72px;
        height: 235px;
        line-height: 77px;
        width: 600px;
    }
    /*blog detail*/
    .blog-detail .main-image{}
    .blog-detail .main-image .tablet{ display: block; }
    .blog-detail .main-image .mobile,
    .blog-detail .main-image .desktop{
        display: none;
    }
    .blog-detail .main-image .icon{
        font-size: 34px;
        height: 150px;
        font-family:'Nexa W01 Heavy';
        width: 600px;
        top: 15px;
    }
    .blog-detail .main-image  .icon img{
        width: 80px;
        margin-bottom: -5px;
    }
    .blog-detail .main-image .icon-scroll { bottom: 22px; }
    .blog-detail .blog-home-icon{}
}
/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64.000em) {

    /*
	|------------------------
	| GLOBAL TAG STYLES
	|------------------------
	*/
    input[type="submit"], .button, a.button, button{
        height: 28px;
        padding-top: 6px;
        font-size: 13px;
    }

	/*
	|------------------------
	| HEADER SECTION
	|------------------------
	*/
    .header-section {
        height: 93px;
        padding: 0 50px;
    }
    .header-section.alert-open { height: auto; }
    .header-section .logo {
        background-image: url("/includes/public/assets/images/background-logo.png");
        background-position: right -41px;
        background-repeat: no-repeat;
        display: block;
        float: left;
        padding-top: 22px;
        position: absolute;
        text-align: left;
        width: 205px;
    }

	/*
	|------------------------
	| BODY SECTION
	|------------------------
	*/
	.body-section {

    }


    /*
	|------------------------
	| FOOTER SECTION
	|------------------------
	*/
    .footer-section{
        padding-top: 60px;
    }





    /*
    |------------------------
    | BOOKING
    |------------------------
    */
    .booking{}
    .booking .buttonCol{
        padding-left: 0;
        width: 19%;
    }
     .booking .checkInCol{
        padding-right: 0;
    }
    .booking .ageCol.columns{
        padding-left: 0;
        width: 22%;
    }
}
/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
	/*
    |------------------------
    | TAG STYLES
    |------------------------
    */
    .intro-panel h1{ margin-top: 0; }
    h2 { font-size: 30px; }
    h3 { font-size: 24px; }
    h4 { font-size: 24px; }
    h5 { font-size: 19px; }
    h6 { font-size: 16px; }
    input[type="submit"], .button, a.button, button{
        height: 35px;
        padding-top: 6px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    p{
        font-size: 18px;
    }


    /*
	|------------------------
	| PANELS
	|------------------------
	*/
    .image-panel.wood {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .split-panel{
        padding: 51px 0 37px;
    }
    .split-panel .columns:first-child{
        border-right: 1px solid #cfcece;
    }

	/*
	|------------------------
	| HEADER SECTION
	|------------------------
	*/
	.header-section{
        height: 161px;
        padding: 0;
    }
    .blog-microsite .header-section{
        height: 0;
    }
    .header-section .panel_custom_header {position: relative;}
    .header-section .headerRow{
        margin: 0 auto;
        width: 1080px;
        max-width: 100%;
        padding: 0 15px;
    }
    .header-section .logo {
        display: block;
        height: 74px;
        left: 0;
        margin: auto;
        padding-top: 25px;
        position: absolute;
        right: 0;
        text-align: left;
        width: 210px;
    }
    .header-section .section-main-nav{
        display: block;
        height: 50px;
        text-align: right;
    }
    .header-section .top {
        display: block;
        height: 110px;
        padding-top: 0;
        width: 100%;
        float: none;
    }
    .header-section .bottom {
        border-top: 1px solid #e0e0e0;
        display: block;
        float: none;
        height: 52px;
        width: 100%;
    }
    .header-section .section-search{
        border-right: 1px solid #e1e1e1;
        display: block;
        float: left;
        height: 31px;
        margin-top: 40px;
        width: 45px;
    }
    .header-section .searchContainer{
        display: block;
    }
    .searchContainer .searchIcon{
        background-image: url("/includes/public/assets/images/icon-search.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        height: 32px;
        left: 0;
        position: absolute;
        top: 0;
        width: 31px;
    }
    .searchContainer .searchIcon i{
        display: none;
    }
    .searchContainer {
        left: 0;
    }
    .header-section .section-weather{
        border-left: 1px solid #e1e1e1;
        color: #c27e29;
        display: inline-block;
        float: right;
        font-family: "Nexa W01 Heavy";
        font-size: 16px;
        height: 31px;
        margin-top: 40px;
        padding-left: 18px;
        padding-top: 4px;
        position: relative;
        text-align: left;
        width: 85px;
    }
    .header-section .section-weather i{
         color: #c27e29;
        font-size: 18px;
        margin-right: 11px;
    }
    .header-section .section-social-links{
        display: inline-block;
        float: right;
    }
    /*.header-section .section-social-links i{display: none;}*/
    .header-section .section-top-nav{
        display: inline-block;
    }


   /*
    |------------------------
    | SLIDESHOW
    |------------------------
    */
    .slideshow-section{}


	/*
	|------------------------
	| BODY SECTION
	|------------------------
	*/
	.body-section {}


    /*
	|------------------------
	| FOOTER SECTION
	|------------------------
	*/
    .footer-section{ text-align: left; font-size: 16px; font-family:'Nexa W01 Heavy'; }
    .footer-section .section-logo{ margin: 0 0 20px; width: 240px; }
    .footer-section .top{
        background-color: #c88a3d;
        padding-bottom: 17px;
        padding-top: 32px;
    }
    .footer-section .bottom { padding-bottom: 0; padding-top: 8px; }
    .footer-section .section-social-links-footer{ padding-top: 26px; text-align: left; }
    .footer-section .section-social-links-footer .icons a{ margin: 0 23px; }
    .footer-section .section-social-links-footer .icons a:first-child{ margin: 0 23px 0 0; }
    .footer-section .section-social-links-footer .icons i{ font-size: 34px; }
    .footer-section .bottom .row { padding: 0; }
    .footer-section .partner-logos a:nth-child(2) { margin-left: 4px; margin-right: 44px; }
    .footer-section .partner-logos a { text-align: left; }

    /*
    |------------------------
    | BOOKING
    |------------------------
    */
    .booking .buttonCol {
        padding-left: 15px;
    }

    /*
    |------------------------
    | SOCIAL HUB
    |------------------------
    */
    body div.social-hub-panel{
        position: relative;
        top: 0;
        left: 0;
        padding: 0 15px;
        width: 33.333337%;
    }
    .social-hub .links a {
        font-size: 29px;
        height: 31px;
        line-height: 31px;
        padding: 3px 18px;
        opacity: 0.5;
        position: relative;
    }
    .social-hub .links a.active{
        opacity: 1;
    }
    .social-hub .links a.active::before{
        content: "\f0d8";
        bottom: 0px;
        color: #cfcece;
        font-family: fontAwesome;
        font-size: 38px;
        height: 4px;
        left: 17px;
        position: absolute;
    }
    .social-hub .links a.active::after{
        content: "\f0d8";
        bottom: -1px;
        color: #f6f6f6;
        font-family: fontAwesome;
        font-size: 38px;
        height: 4px;
        left: 17px;
        position: absolute;
    }
    .social-hub .links {
        height: 67px;
        padding-top: 17px;
    }
     .social-hub .feeds{
         background-color: #f6f6f6;
        border-top: 1px solid #cfcece;
        display: block;
        padding-bottom: 4px;
        padding-top: 4px;
        text-align: center;
    }
    .allons-text span {
        padding: 0 24%;
    }

    /*
    |------------------------
    | CALLOUT
    |------------------------
    */
    .callout{
        margin-top: 0;
    }
    .callout .text {
        padding: 0 77px;
    }

    /*
    |------------------------
    | BLOG MICROSITE
    |------------------------
    */
    .blog-microsite .image-parallax{
        background-attachment: fixed;
        background-position: left center;
        overflow: hidden;
        padding-top: 0;
        background-size: 100% auto;
    }
    .blog-microsite .image-panel.top,
    .blog-microsite .content-panel.top{
        margin-bottom: 700px;
    }
    .blog-microsite .image-panel.bottom,
    .blog-microsite .content-panel.bottom{
        margin-top: 700px;
    }
    .blog-microsite blockquote{
        margin-bottom: 35px;
        margin-top: 33px;
    }
     .blog-microsite h1{
        line-height: 45px;
    }
    .blog-microsite .image-parallax.image-right{
        background-position: right center;
    }
    .blog-microsite .callout-panel {
        min-height: 1035px;
        padding-top: 21%;
    }
    .blog-microsite .callout-panel .text {
        font-size: 84px;
        height: 235px;
        line-height: 90px;
        width: 800px;
    }
    .blog-microsite .blog-logo {
        width: auto;
    }
    .blog-microsite .content-panel {
        padding: 47px 90px;
        width: 50%;
    }
    .blog-microsite .image-panel.blog{
        width: 50%;
    }

    .blog-microsite .image-panel.wood {
       padding-bottom: 2px;
        padding-top: 50px;
    }
    .blog-search .searchIcon {
        width: 30px;
    }
    .blog-microsite .allons-text span {
        width: 500px;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
     .blog-microsite .icon-scroll{
        display: block;
    }
    .section-blog-footer-nav .link img {
        margin-bottom: 8px;
        width: 64px;
    }
    .section-blog-footer-nav .link{
        font-size: 15px;
        line-height: 19px;
        width: 85px;
    }
    .blog-microsite .footer-section {
        padding-bottom: 24px;
        padding-top: 36px;
    }
    .blog-microsite .footer-section .section-logo {
        width: 100%;
    }
    .blog-microsite .footer-section .section-logo img{
        width: 238px;
    }
    .blog-microsite .footer-section .logo-large {
        display: inline-block;
    }
    body .wrapper.blog-microsite .footer-section .row {
        max-width: 1080px;
    }
    .blog-microsite .footer-section .section-social-links-footer .icons i {
        font-size: 35px;
    }
    .blog-microsite .footer-section .section-social-links-footer .icons a,
    .blog-microsite .footer-section .section-social-links-footer .icons a:first-child {
        margin: 0 21px;
    }
    .section-blog-footer-nav .link:not(:last-child) {
        margin-right: 43px;
    }
    .blog-microsite  .footer-section .section-social-links-footer {
        padding-top: 40px;
        text-align: right;
    }
    .blog-microsite .blog-teaser img.tablet{
        display: none;
    }
    .blog-microsite .blog-teaser img.large{
        display: block;
    }
     .blog-microsite .blog-teaser {
        padding: 56px 56px 0;
    }
    .blog-microsite .blog-teaser .content .icon {
        font-size: 50px;
        height: 171px;
        width: 700px;
    }
    .blog-microsite .blog-teaser .content .icon img {
        margin-bottom: -9px;
        width: 115px;
    }
    .blog-microsite .blog-teaser:hover .top-button{
        opacity: 1;
    }
    .blog-detail .main-image{}
    .blog-detail .main-image .desktop{ display: block; }
    .blog-detail .main-image .mobile,
    .blog-detail .main-image .tablet{
        display: none;
    }
    .blog-detail .main-image .icon{
        font-size: 50px;
        height: 185px;
        width: 700px;
    }
    .blog-detail .main-image  .icon img{
        margin-bottom: 3px;
        width: 120px;
    }
    .blog-detail .main-image  .icon-scroll{
        font-size: 9px;
        height: 50px;
        padding-top: 15px;
        width: 50px;
        bottom: 38px;
    }
    .blog-detail .main-image  .icon-scroll i{
        font-size: 16px;
        position: relative;
        top: -6px;
    }
    .blog-detail .blog-home-icon {
        height: 50px;
        left: 30px;
        top: 75px;
        width: 50px;
    }
    .blog-microsite .text-panel {
        padding-bottom: 120px;
        padding-top: 135px;
    }
}

/*
|--------------------------------------------------------------------------------------------------------------
| LISTINGS - TODO: move to listing css
|--------------------------------------------------------------------------------------------------------------
*/
.listings{
    padding-top: 40px;
    margin-bottom: 70px;
}
.listings form{
    border-top: solid 1px #cfcece;
    padding-top: 22px;
}
.listings .keywordCol{
    padding-right: 0;
}
.listings .buttonCol{
    padding-left: 0;
}
.listings input[type="submit"].form-button{
    font-size: 14px;
}

/*legend*/
.listings .legend{
    color: #000018;
    font-family: "Indie W00 Regular";
    font-size: 25px;
    margin-bottom: 27px;
    padding: 0 2px;
}
.listings .legend .title{
    display: block;
    margin-bottom: -8px;
}
.listings .legend .item{
    font-family:'Nexa W01 Bold';
    font-size: 12px;
    display: block;
    height: 50px;
}
.listings .legend .eat::before{
    background-image: url("/includes/public/assets/images/icon-eat-listings.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 31px;
    margin-right: 6px;
    position: relative;
    top: 12px;
    width: 32px;
}
.listings .legend .allons::before{
    background-image: url("/includes/public/assets/images/icon-allons-listings.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 31px;
    margin-right: 10px;
    position: relative;
    top: 10px;
    width: 32px;
}


.listings .sort{
    text-align: left;
    text-transform: uppercase;
    font-family:'Nexa W01 Heavy';
    color: #d11242;
    margin-bottom: 10px;
    font-size: 15px;
}
.listings .sort a{
    color: #c1c1c1;
    margin-left: 3px;
    font-family:'Nexa W01 Book';
    text-transform: none;
    margin-right: 3px;
}
.listings .sort a.current{
    color: #000018;
}

.listings .links{
     margin-bottom: 30px;
}
.listings .map-explorer{
    color: #231f20;
    font-family:'Nexa W01 Book';
    font-size: 15px;
}
.listings .map-explorer::before{
    background-image: url("/includes/public/assets/images/icon-map-explorer.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    position: relative;
    top: 7px;
    width: 23px;
}


.listings ::-webkit-input-placeholder {
    color: #d1ab88;
}
.listings :-moz-placeholder { /* Firefox 18- */
    color: #d1ab88;
}
.listings ::-moz-placeholder {  /* Firefox 19+ */
    color: #d1ab88;
}
.listings :-ms-input-placeholder {
    color: #d1ab88;
}

/*items*/
.listings .items{
    display: block;
    width: 100%;
    padding-top: 10px;
}
.listings .items .item{
    display: inline-block;
    margin-bottom: 47px;
    padding: 0;
    width: 100%;
}
.listings .items .item .columns{
    padding-left: 0;
    padding-right: 0;
}
.listings .items .item .image{
    position: relative;
}
.listings .items .item .image img{
    width: 100%;
}
.listings .items .item .image .icons{
    position: absolute;
    right: -5px;
    top: -20px;
}
.listings .items .item .image .icons a{
    background-size: cover;
    display: inline-block;
    height: 45px;
    margin-right: -5px;
    width: 45px;
}
.listings .items .item .image .icons .eat{
    background-image: url("/includes/public/assets/images/icon-eat-listings.png");
}
.listings .items .item .image .icons .allons{
    background-image: url("/includes/public/assets/images/icon-allons-listings.png");
}
.listings .items .item .featured-label{
    display: none;
}
.listings .items .item .title{
    color: #000018;
    display: block;
    font-family: "Lido Bold";
    font-size: 36px;
    line-height: 45px;
    margin: 15px 0 2px;
}
.listings .items .item p{
    margin-bottom: 10px;
}
.listings .items .item .links{
    text-align: left;
    margin-bottom: 0;
}
.listings .items .item .links a{
    color: #000018;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    padding-right: 10px;
}
.listings .items .item .links a:not(:last-child){
    border-right: solid 1px #e9e9e9;
}
.listings .items .item .links a.more::before{
     background-image: url("/includes/public/assets/images/icon-plus-circle.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    width: 17px;
}
.listings .items .item .links a.location::before{
    background-image: url("/includes/public/assets/images/icon-map-marker.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 6px;
    position: relative;
    top: 4px;
    width: 12px;
}


.loadmore{
    text-align: center;
}
.loadmore a{
     color: #c88a3d;
    display: inline-block;
    font-family: "Nexa W01 Heavy";
    font-size: 10px;
    margin-right: 9px;
    width: 36px;
    text-align: center;
}
.loadmore a i{
    border: 2px solid #d1d0d0;
    border-radius: 50%;
    color: #d1d0d0;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    margin-bottom: 4px;
    padding-top: 10px;
    text-align: center;
    width: 35px;
}
.loadmore .more{}
.loadmore .top{}
.loadmore .top i{
    font-size: 25px;
    padding-top: 2px;
}

/*mobile*/
@media only screen and (max-width: 40.063em) {

}
/*tab and desk*/
@media only screen and (min-width: 40.063em){

    .listings .legend{
        font-size: 36px;
        margin: 0 auto 32px;
        width: 448px;
    }
    .listings .sort {
        text-align: right;
        display: inline-block;
        margin-right: 25px;
    }
    .listings .legend .item{
        font-size: 17px;
        margin-bottom: 1px;
        width: 50%;
    }
    .listings .legend .title {
        float: left;
        margin-right: 15px;
        height: 100px;
    }
    .listings .legend .item::before {
        height: 37px;
        top: 14px;
        width: 37px;
    }
    .listings input.form-button[type="submit"] {
        font-size: 18px;
    }
    .listings .links {
        margin-bottom: 30px;
        text-align: right;
    }

    .listings .items .item .columns:nth-child(1) {
        padding-left: 0;
        padding-right: 15px;
    }
    .listings .items .item .columns:nth-child(2) {
        padding-left: 15px;
        padding-right: 0;
    }
    .listings .items .item .title {
        margin: 0 0 2px;
    }
    .listings .items .item .links a {
        font-size: 13px;
        margin-right: 12px;
        padding-right: 14px;
    }
    .listings .items .item p {
        margin-bottom: 4px;
    }
    .listings .items .item .featured-label{
        display: block;
        font-family: "Nexa W01 Bold";
        font-size: 15px;
        margin-bottom: -4px;
        position: relative;
        top: -3px;
    }
    .listings .items .item .featured-label span{
        color: #e1a504;
        margin: 0 6px;
    }
}
/*tablet*/
@media only screen and (min-width: 40.063em) and (max-width: 64.000em){

}
/*desktop*/
@media only screen and (min-width: 64.063em) {
    .listings {
        padding-top: 25px;
    }
    .listings .legend {
        margin: 0 0 14px;
        width: 100%;
    }
    .listings .legend .title {
        height: auto;
    }
    .listings .legend .item{
        display: inline-block;
        margin-right: 18px;
        width: 25%
    }
    .listings .sort{
        font-size: 18px;
    }
    .listings .map-explorer{
        font-size: 18px;
    }
    .listings .items .item .title {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 11px;
    }
    .listings .items .item .links a {
        font-size: 17px;
        margin-right: 15px;
        padding-right: 17px;
    }
    .listings .items .item p {
        margin-bottom: 12px;
    }
    .listings .items .item .links a.more::before {
        background-size: auto auto;
        height: 24px;
        margin-right: 12px;
        top: 6px;
        width: 23px;
    }
    .listings .items .item .links a.location::before {
        background-size: auto auto;
        height: 26px;
        margin-right: 15px;
        top: 6px;
        width: 17px;
    }
    .listings .items .item .links a.booknow i {
      font-size: 25px;
      position: relative;
      top: 3px;
      margin-right: 15px;
      color: #D11242;
    }
    .listings .items .item .featured-label {
        font-size: 19px;
        margin-bottom: -3px;
        top: -8px;
    }
    .loadmore a {
        width: 61px;
        font-size: 18px;
        margin-right: 20px;
    }
    .loadmore a i {
        font-size: 24px;
        height: 60px;
        margin-bottom: 4px;
        padding-top: 17px;
        text-align: center;
        width: 60px;
    }
    .loadmore .top i {
        font-size: 41px;
        padding-top: 4px;
    }

}










/*
|- - - - - - - - - - - - - - - - - -  - - - - - - - - - - - - - - - - -
| Detail
| - - - - - -- -- -- - - - - - - - - - - - - - - -  -  - - -  - - - - -
*/

.listings.detail{
     border: medium none;
    box-shadow: none;
    padding-top: 25px;
}
.detail .backLink{
    color: #d11242;
    display: block;
    font-family:'Nexa W01 Heavy';
    font-size: 12px;
    display: block;
    width: 100%;
    display: none;
    text-transform: uppercase;
}
.detail .backLink span{
    color: #c3c3c3;
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.detail .top{
}
.detail .gallery{
    margin-bottom: 23px;
    margin-top: 7px;
    padding-bottom: 0;
}
.detail .gallery .slick-slide img{
    width: 100%;
}
.detail .count{
    display: none;
}
.detail #arrows{
    display: none;
}
.detail .detail-info{
    display: block;
    width: 100%;
}
.detail .detail-info .title{
    color: #c88a3d;
    font-family: "Lido Bold";
    font-size: 36px;
    margin-bottom: 13px;
}
.detail .content{
    display: block;
}
.detail .operation-hours{
    display: block;
    margin-bottom: 16px;
}
.detail .operation-hours::before{
    background-image: url("/includes/public/assets/images/icon-clock.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 11px;
    position: relative;
    top: 7px;
    width: 20px;
}
.detail .address{
    display: block;
    margin-bottom: 16px;
}
.detail .address::before{
    background-image: url("/includes/public/assets/images/icon-map-marker.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 15px;
    position: relative;
    top: 4px;
    width: 12px;
}
.detail .phone{
    display: block;
    margin-bottom: 16px;
}
.detail .phone::before{
    background-image: url("/includes/public/assets/images/icon-phone.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 11px;
    position: relative;
    top: 5px;
    width: 17px;
}
.detail .website{
    display: block;
    margin-bottom: 16px;
}
.detail .website::before{
    background-image: url("/includes/public/assets/images/icon-desktop.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 11px;
    position: relative;
    top: 2px;
    width: 19px;
}
.detail .nearby{
    display: block;
    margin-bottom: 16px;
}
.detail .nearby::before{
    background-image: url("/includes/public/assets/images/icon-map-explorer-red.png");
    background-size: cover;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 14px;
    position: relative;
    top: 7px;
    width: 19px;
}
.detail .social{
    margin-bottom: 16px;
    margin-top: 25px;
}
.detail .social .icon{
    display: inline-block;
    margin-right: 30px;
}
.detail .social .icon i{
    font-size: 28px;
    margin-bottom: 10px;
}

.detail .social .icon img{
    height: 25px;
    margin-top: -12px;
}
.detail .social .icon.facebook i{
    color: #00539e;
}
.detail .social .icon.twitter i{
    color: #32cbff;
}
.detail .social .icon.youtube i{
    color: #e62c2e;
}
.detail .social .icon.instagram i{
    color: #517fa4;
}
.detail .social .icon.foursquare i{
    color: #f94877;
}
.detail .social .icon.vine i{
    color: #00d9a3;
}
.detail .social .icon.tripAdvisor i{
    color: #56953f;
}
.detail .social .icon.yelp i{
    color: #c41200;
}


.detail .imageCol.columns{
    /*padding: 0;*/
}
.detail .map{
    margin: 7px 0 11px;
}
.detail .map img{
    width: 100%;
}
.detail .bottom{
    padding-top: 22px;
}
.detail .tab-buttons{}
.detail .tab-buttons .tab-button{
    background-color: transparent;
    border: medium none;
    color: #b5a498;
    cursor: pointer;
    display: none;
    font-family:'Nexa W01 Heavy';
    font-size: 14px;
    font-weight: normal;
    min-height: 35px;
    padding: 7px 15px 4px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: auto;
}
.detail .tab-buttons .tab-button a{
    color: #ffffff;
}
.detail .tab-buttons.open .tab-button{
    display: block;
}


.detail .tab-buttons .tab-button > span{
    color: #fff;
    display: none;
    font-size: 21px;
    height: 35px;
    padding-top: 7px;
    position: absolute;
    right: 16px;
    top: 0;
    width: 12px;
}
/*active*/
.detail .tab-buttons .tab-button.active{
    background-color: #0081c6;
    color: #fff;
    display: block;
}
.detail .tab-buttons.open .tab-button.active span.down{
    display: none;
}
.detail .tab-buttons .tab-button.active span.down{
    display: block;
}
.detail .tab-buttons .tab-button span.up{
    display: none;
}
.detail .tab-buttons.open .tab-button.active span.up{
    display: block;
    color: #fff;
}
.tab-listing-content .tab-pane{
    display: none;
    padding: 15px 7px;
}
.tab-listing-content .tab-pane.active{
    display: block;
}
.detail .tab-pane{
    border: 1px solid #cfcece;
    padding: 15px 24px 0;
}
.detail .tab-pane P{
    font-size: 14px;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/
@media only screen and (max-width: 40em) {

}
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){
    .detail .backLink{
        display: block;
    }
    .detail .count{
        color: #c3c3c3;
        display: block;
        font-family: "Nexa W01 Heavy";
        font-size: 12px;
        position: relative;
        text-align: center;
        top: 2px;
        width: 61px;
        z-index: 20;
    }
    .detail .gallery {
        margin-bottom: 12px;
    }
    .detail #arrows{
        display: block;
        width: 60px;
        z-index: 25;
        position: relative;
    }
    .detail #arrows span{
        color: #c3c3c3;
        font-size: 21px;
        display: inline-block;
        cursor: pointer;
    }
    .detail #arrows span.fa-angle-left{
        float: left;
    }
    .detail #arrows span.fa-angle-right{
        float: right;
    }
    .detail .map {
        margin: 11px 0;
    }
    .detail .tab-buttons{
        margin-top: 21px;
        position: relative;
    }
    .detail .tab-listing-content{
    }
    .detail .tab-buttons {
        margin-bottom: 8px;
        margin-top: 0;
    }
    .detail .tab-buttons .tab-button{
        background-color: transparent;
        color: #0081c6;
        display: inline-block !important;
        font-size: 14px;
        font-weight: normal;
        min-height: 13px;
        padding-bottom: 1px;
        padding-top: 1px;
        text-transform: uppercase;
        width: auto;
        font-family:'Nexa W01 Book';
    }
    .detail .tab-buttons .tab-button a {
        color: #0081c6;
    }
    .detail .tab-buttons .tab-button:first-child{
        padding-left: 0;
    }
    .detail .tab-buttons .tab-button:not(:last-child){
        border-right: solid 1px #cccccc;
    }
    .detail .tab-buttons .tab-button.active{
        background-color: transparent;
        color: #0081c6;
        display: inline-block;
        font-family:'Nexa W01 Heavy';
    }
    .detail .tab-buttons .tab-button span{
        display: none !important;
    }
    .detail .tab-pane {
        border: none;
        border-top: 1px solid #cfcece;
    }
    .detail .top{
        position: relative;
        margin-top: 20px;
    }
    .share.detail{
    }
    .detail .detail-info .title{
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 11px;
        margin-top: 0;
    }
    .detail .social {
        margin-bottom: 22px;
        margin-top: 7px;
    }
    .detail .social .icon{
        margin-right: 22px;
    }
    .detail .social .icon i {
        font-size: 22px;
    }
    .detail .content{
        overflow: hidden;
    }
    .detail .content > div{
        overflow: hidden;
    }
    .detail .operation-hours {
        margin-bottom: 7px;
    }
    .detail .address {
        margin-bottom: 7px;
    }
    .detail .phone {
        margin-bottom: 7px;
    }
    .detail .nearby {
        margin-bottom: 7px;
    }
    .detail .website {
        margin-bottom: 7px;
    }
    .detail .content {
        padding-left: 5px;
    }
    .detail .social{
        padding-left: 5px;
    }
}
/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .detail .social .icon img{
        height: 20px;
        margin-top: -9px;
    }

}
/*** Desktop ***/
@media only screen and (min-width: 64.063em) {
    .detail .detail-info .title {
        font-size: 50px;
        line-height: 55px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .detail .content {
        padding-left: 10px;
    }
    .detail .social{
        padding-left: 10px;
    }
    .detail .social .icon img{
        height: 31px;
        margin-top: -15px;
    }

    .detail .operation-hours::before {
        background-size: cover;
        content: "";
        display: inline-block;
        height: 23px;
        left: 2px;
        margin-right: 20px;
        position: relative;
        top: 6px;
        width: 23px;
    }
    .detail .address::before {
        background-size: auto auto;
        content: "";
        display: inline-block;
        height: 26px;
        margin-right: 20px;
        position: relative;
        top: 7px;
        width: 17px;
    }

    .detail .phone::before {
        background-size: auto auto;
        content: "";
        display: inline-block;
        height: 24px;
        left: -2px;
        margin-right: 15px;
        position: relative;
        top: 5px;
        width: 24px;
    }

    .detail .website::before {
        background-size: auto auto;
        content: "";
        display: inline-block;
        height: 19px;
        margin-right: 15px;
        position: relative;
        top: 3px;
        width: 28px;
    }

    .detail .nearby::before {
        background-size: cover;
        content: "";
        display: inline-block;
        height: 24px;
        left: 2px;
        margin-right: 22px;
        position: relative;
        top: 6px;
        width: 23px;
    }
    .detail .booknow i {
      color: #D11242;
      font-size: 23px;
      margin-right: 30px;
      position: relative;
      left: 2px;
      top: 2px;
      margin-top: 3px;
    }
    .detail .tab-buttons .tab-button { font-size: 18px; }
    .detail .tab-pane {
        border-top: 1px solid #cfcece;
        border-bottom: 1px solid #cfcece;
        padding: 43px 76px 25px;
        border-left: none;
        border-right: none;
    }
    .detail .tab-pane P {
        font-size: 18px;
    }
    .detail .social .icon{
        margin-right: 34px;
    }
    .detail .social .icon i {
        font-size: 32px;
    }
}


/******* Sitemap ********/
.sitemap ul {
    list-style-type: disc;
}

@media only screen and (min-width: 64.063em) {
    .sitemap, .sitemap ul {
        padding-left: 20px;
    }
}
