/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

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 > .contentRender {
		min-height: 100%;
		height: 100%;
}

body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}


/*---------------------------CORE STYLES---------------------------*/

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #701e05;
    font-size: 74px;
    line-height: 70px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #c6872b;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-family: 'Medula One', cursive;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #701e05;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
    color: #5d7226;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 4px;
    font-family: 'Medula One', cursive;
    margin-bottom: 20px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #c6872b;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 3px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #701e05;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #5f3e25;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 34px;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
    color: #516d35;
    font-weight: bold;
    cursor: pointer;
}

.core-styles ul:not([class*="block-grid-"]),
.core-styles ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) {
	color: #5f3e25;
    font-size: 20px;
    line-height: 36px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 34px;
}

.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {

}

.core-styles td,
.core-styles tr,
.contentRender_name_plugins_core_textbox td,
.contentRender_name_plugins_core_textbox tr {

}

.core-styles table,
.contentRender_name_plugins_core_textbox table {

}
@media screen and (max-width: 640px){
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
	    font-size: 44px;
	    line-height: 44px;
	    margin-bottom: 20px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
	    font-size: 40px;
    	line-height: 40px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
	    font-size: 30px;
    	line-height: 30px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
	    font-size: 32px;
	    line-height: 32px;
	    letter-spacing: 2px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
	    font-size: 26px;
    	line-height: 26px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
	    font-size: 20px;
    	line-height: 20px;
	}
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
	    margin-bottom: 26px;
	    font-size: 16px;
	    line-height: 24px
	}
	.core-styles ul:not([class*="block-grid-"]),
	.core-styles ol:not([class*="block-grid-"]),
	.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]),
	.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) {
		font-size: 16px;
    	line-height: 24px;
	}
}


.mobileAd {
	display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.hasMobileAd .mobileAd { display: block; }

.mobileAd #dtnContainer {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    max-width: 320px;
}
.mobileAd #dtnContainer img { display: block; width: 100%;}
.mobileAd #dtnContainer .banner-close {
    position: absolute;
    top: 10px;
    left: 10px;
    transform: translateY(-100%);
}
.mobileAd #dtnContainer .banner-close .fa-times-circle:before {
	background: #fff;
    border: .5px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: block;
}



/* shared back button used in event/listing/offer/blog  */
.shared-back-button{
    display: none;
}

/* OnceThere Book Now Button */
.once-there-book-button {
		text-align: center;
}

.once-there-book-button p {
		margin-bottom: 5px;
}

.once-there-book-button a.book-button {
		max-width: 125px;
		padding: 5px 0px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		background-color: #b95915;
		display: inline-block;
		width: 100%;
}

.shared-list .item .once-there-book-button {
		float: right;
		margin-top: 10px;
		margin-right: 10px;
		width: 125px;
}

.shared-list .item .once-there-book-button a {
		color: #fff;
		padding: 5px 0px;
}

.sitemap ul.multicol { margin-left: 0 }
.sitemap ul { list-style-position: inside;}

@media (min-width: 641px) {
	.sitemap > ul {
		-webkit-column-count: 2;
			 -moz-column-count: 2;
				column-count: 2;
		-webkit-column-gap: 15px;
			 -moz-column-gap: 15px;
				column-gap: 15px;
	}
}

@media (min-width: 1025px) {
	.sitemap > ul {
		-webkit-column-count: 3;
			 -moz-column-count: 3;
				column-count: 3;
		-webkit-column-gap: 15px;
			 -moz-column-gap: 15px;
				column-gap: 15px;
	}
}

/*Form Styles*/
/* START RESET FORM STYLING (YOU SHOULDN'T HAVE TO MODIFY)  */

/* SHOWN BY JS IN FOOTER */

body.crm-calendar-popup  { overflow-y: hidden !important; }
body.crm-calendar-popup::-webkit-scrollbar { display: none; }
body.crm-calendar-popup .contentRender { display: none; }
body.crm-calendar-popup .crm-calendar-parent { padding: 0; margin: 0; background: #fff; }
body.crm-calendar-popup table { width: 100%; margin-bottom: 0;}
body.crm-calendar-popup table thead tr th,
body.crm-calendar-popup table tfoot tr th,
body.crm-calendar-popup table tfoot tr td,
body.crm-calendar-popup table tbody tr th,
body.crm-calendar-popup table tbody tr td,
body.crm-calendar-popup table tr td {
	padding: 2px;
	font-size: 12px;
}
body.crm-calendar-popup .lookup-cal,
body.crm-calendar-popup .lookup-calNav { border: none; }
body.crm-calendar-popup .lookup-calNav {
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
body.crm-calendar-popup .lookup-cal td,
body.crm-calendar-popup .lookup-calNav td { text-align: center; }
body.crm-calendar-popup .lookup-close {
	margin-top: 15px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.mfp-iframe-scaler button:hover,
.mfp-iframe-scaler button:focus { background-color: transparent !important; }

.contentRender form.simpleForm table {
	background-color: transparent !important;
	border: 0 none;
}

/* TARGET CALENDER TRIGGER ON FORMS*/
.contentRender form.simpleForm a img { margin-bottom: 10px; }
.contentRender form.simpleForm td { border: 0 none; }
.contentRender form.simpleForm .row textarea,
.contentRender form.simpleForm .row input { margin-bottom: 10px; }
.contentRender form.simpleForm .button { display: inline-block; }
.contentRender form.simpleForm .captcha img,
.contentRender #sv_submit_event_form img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.contentRender form.simpleForm .hint,
.contentRender #sv_submit_event_form .sv_api_hint {
	display: block;
	text-align: center;
}
.contentRender form.simpleForm .captcha #code,
.contentRender #sv_submit_event_form #code {
	width: 200px;
	display: block;
	margin: 0 auto;
	margin-top: -13px;
}
.contentRender #sv_submit_event_form .svrecurall *,
#sv_submit_event_form #recur_show_1{
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	-transition: opacity .6s;
	-webkit-transition: opacity .6s;
}
.contentRender #sv_submit_event_form div.datalabel label.svformreq { color: #d81111; }
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text] { padding: 6px; }
.contentRender #sv_submit_event_form td:not(:first-child) {
	padding-left: 0;
	vertical-align: middle;
}
.contentRender #sv_submit_event_form .progress {
	height: 22px !important;
	line-height: 18px !important;
}
.contentRender div#sv_submit_event_form.submitEventForm { padding: 0 !important; }
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1{
	-moz-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s;
	-webkit-transition:all .6s;
}
.contentRender #sv_submit_event_form .inner_recur_opt,
.contentRender #sv_submit_event_form label.recur_menu { margin: 0 1.25em ;}
.contentRender #sv_submit_event_form .inner_recur_opt { padding: 0 1.25em 0 1.25em; }
.contentRender #sv_submit_event_form #recur_range {
	margin: 0 1.25em;
	padding: 0 1.25em 0 1.25em;
}
.contentRender #sv_submit_event_form .inner_recur_opt label {
	height: 50px;
	line-height: 46px;
}
.contentRender #sv_submit_event_form .inner_recur_opt select {
	border: none;
	border-radius: 2px;
	min-width: 60px;
	margin-bottom: 0;
}
.contentRender #sv_submit_event_form .svrecurall input[type=text]:not(#customdate) {
	border: none;
	border-radius: 2px;
	margin-bottom: 0;
}
.contentRender #sv_submit_event_form .svrecurall #customdate {
	width: 130px;
	text-align: center;
	vertical-align: text-bottom;
    margin-bottom: 0;
}

.contentRender form.simpleForm .formCntrls,
.contentRender form.simpleForm h3 { text-align: center; }
@media only screen and (min-width: 40.125em) {
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm h3 {
		padding-left: 8px;
	}
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm .captcha,
	.contentRender form.simpleForm .formCntrls,
	.contentRender form.simpleForm h3 {
		margin-left: 25%;
		text-align: left !important;
		width: auto;
	}
	.contentRender form.simpleForm .captcha img,
	.contentRender form.simpleForm .captcha #code { margin-left: 0; }
	.contentRender form.simpleForm .hint { text-align: left; }
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #multifileuploadcontainer label.multifilectrl,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	box-shadow: none;
}

/*#rfpForm.simpleForm .td_formField { position: relative; }

#rfpForm.simpleForm img.ui-datepicker-trigger,
form.simpleForm a[href="#"] > img {
    left: 90%;
    position: absolute;
    top: 10px;
}*/

#rfpForm.simpleForm {
	display: block !important;
	border: 0 none;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	padding: 25px 10px 20px 0;
}
#rfpForm.simpleForm .sectionTitle {
	padding: 0 0 20px 20px;
	color: #0a3c4e;
}

#rfpForm.simpleForm #tr_rfp_dateinfosectionheader,
#rfpForm.simpleForm #tr_rfp_dateinfosectionheader td,
#rfpForm.simpleForm .roomInfo td.dayName,
#rfpForm.simpleForm #historyTable th {
	background: #f8e08e none repeat scroll 0 0;
	padding-left: 5px;
}

#rfpForm.simpleForm .td_formField_rfp_pattern { margin-bottom: 5px; }

@media only screen and (max-width: 64em) {
	#rfpForm.simpleForm { padding: 10px 15px; }
}

@media only screen and (max-width: 40em) {
	#rfpForm.simpleForm {
		padding: 10px;
		margin: 0;
	}
	#rfpForm.simpleForm .rfp_table { margin-left: 10px }
}

/* END RESET */

/* CUSTOMIZE THE FOLLOWING */

/* RESET FONT FAMILY */
.contentRender form.simpleForm .formtext,
.contentRender form.simpleForm select,
.contentRender form.simpleForm input[type=text],
.contentRender form.simpleForm label,
.contentRender #sv_submit_event_form .recur_opt input[type=checkbox] ~ label.minilabel,
.contentRender #sv_submit_event_form .recur_opt input[type=radio] ~ label.minilabel,
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label,
.contentRender #sv_submit_event_form label.recur_menu { border-radius: 6px; !important; }

/* RESET FONT STYLE */
.contentRender form.simpleForm .formtext,
.contentRender form.simpleForm label,
.contentRender form.simpleForm select,
.contentRender form.simpleForm input[type="text"],
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label {
	color: #5f3e25;
	line-height: 1;
	font-style: normal;
	height: auto;
	text-rendering: optimizelegibility;
	vertical-align: middle;
	margin-bottom: 10px;
}
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple] {
	color: #7e8b3b;
}
#sv_submit_event_form input[type="radio"]:checked ~ div#recur_opts_1.recur_opt { max-height: 320px !important; }

.contentRender form.simpleForm label {
	max-width: 100%;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}
.contentRender #sv_submit_event_form textarea {
    width: 100%;
    border-radius: 6px;
}

/*.contentRender form.simpleForm select {
	padding: 6px;
}*/

.contentRender form.simpleForm .formreq { color: #cd0f1e; }

/* REPLACE WITH A CORE STYLE HEADING */
.contentRender form.simpleForm h3,
.contentRender #sv_submit_event_form .formhead {
	background: transparent;
	margin: 20px 0 24px;
	padding: 0;
    line-height: 40px;
    text-transform: none;
    color: #5d7226;
    font-size: 46px;
    letter-spacing: 4px;
    font-family: 'Medula One', cursive;
}
.contentRender #sv_submit_event_form #customdate_list .formhead {
	background-color: #7e8b3b;
	font-weight: 600;
	border-radius: 6px;
	color: #FFF;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
/* SET KEY COLOR HERE */
.contentRender #sv_submit_event_form .recur_opt input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form .recur_opt input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form input[type=radio]:checked ~ label.recur_menu,
.contentRender #sv_submit_event_form .progress {
	background: #c6872b;
	background-repeat: repeat;
	-webkit-background-position: left top;
	-moz-background-position: left top;
	-ms-background-position: left top;
	-o-background-position: left top;
	background-position: left top;
	color: #fff;
	border-radius: 6px !important;
}
/* STRONG WEIGHT FOR LABELS */
.contentRender #sv_submit_event_form label.recur_menu,
.contentRender #sv_submit_event_form div.datalabel label {
	font-weight: 600;
}
.contentRender #sv_submit_event_form label.recur_menu { background-color: #7e8b3b }
.contentRender #sv_submit_event_form .recur_opt input[type=radio] ~ label{border-radius: 6px;}
/* STYLE SUBMIT BUTTONS */

.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	border: 0 none;
	border-radius: 6px;
    transition: all ease .5s;
	background: #c6872b !important;
    box-shadow: inset 0px 0px 0px 8px #bc7d22;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 17px 30px;
    text-transform: uppercase;
}
.contentRender #sv_submit_event_form input#customdate_btn {
	padding: 6.5px 30px;
	text-transform: none;
	font-size: 14px;
	vertical-align: text-bottom;
}
.contentRender form.simpleForm .button:after,
.contentRender #sv_submit_event_form input.button:after,
.contentRender #sv_submit_event_form .svbtn:after,
.contentRender #multifileuploadcontainer label:after  {
	content: url("/includes/public/assets/img/right_white.svg");
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 4px;
    width: 20px;
}

form.simpleForm .button:hover,
form.simpleForm .button:active,
#sv_submit_event_form input.button:hover,
#sv_submit_event_form input.button:active,
#sv_submit_event_form .svbtn:hover,
#sv_submit_event_form .svbtn:active,
#multifileuploadcontainer label:hover,
#multifileuploadcontainer label:active,
.svbtn:hover {
	background: #bc7d22 !important;
    box-shadow: inset 0px 0px 0px 8px #c6872b;
}


/*Cutup CSS*/
/*
font-family: 'Kanit', sans-serif;
font-family: 'Medula One', cursive;
font-family: 'Six Caps', sans-serif;
font-family: 'Lato', sans-serif;
*/



body {
    background-image: url(/includes/public/assets/images/patterns/pattern3.png);
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

.row {
    max-width: 63.1rem;
}

/*Styles*/

h1 {
    color:#701e05;
    font-size:74px;
    line-height: 70px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;;
}
h2 {
    color:#c6872b;
    font-size:56px;
    letter-spacing:4px;
    margin-bottom:20px;
    font-family: 'Medula One', cursive;
    line-height: 64px;
}
h3 {
    color:#701e05;
    font-size:44px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
}
h4 {
    color:#5d7226;
    font-size:46px;
    letter-spacing:4px;
    font-family: 'Medula One', cursive;
}
h5 {
    color:#c6872b;
    font-size:30px;
    letter-spacing:3px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
}
h6 {
    color:#701e05;
    font-size:34px;
    letter-spacing:5px;
    font-family: 'Six Caps', sans-serif;
    text-transform: uppercase;
}
p {
    color:#5f3e25;
    font-size:20px;
    font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 40.0625em) {
    h1 {
        font-size: 44px;
        line-height: 40px;
    }
    h2 {
        font-size: 40px;
        line-height: 40px;
    }
    h3 { font-size: 34px;}
    p {font-size: 16px;}
}

a:link,
a:active,
a:visited {
    color:#7e8b3b;
    transition:all ease .5s;
}
a:hover {
    color:#3b4b11;
}
.eureka-btn {
    display: inline-block;
    color:#fff;
    font-size:20px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding:17px 50px;
    border-radius: 6px;
    transition:all ease .5s;
    cursor: pointer;
}
.eureka-btn.btn1 {
    background-color:#5d7226;
    box-shadow:inset 0px 0px 0px 8px #556a1f;
}
.eureka-btn.btn1:hover {
    background-color:#556a1f;
    box-shadow:inset 0px 0px 0px 8px #5d7226;
}
.eureka-btn.btn2 {
    background-color:#c6872b;
    box-shadow:inset 0px 0px 0px 8px #bc7d22;
}
.eureka-btn.btn2:hover {
    background-color:#bc7d22;
    box-shadow:inset 0px 0px 0px 8px #c6872b;
}
.eureka-btn.btn3 {
    background-color:#a15922;
    box-shadow:inset 0px 0px 0px 8px #98511b;
}
.eureka-btn.btn3:hover {
    background-color:#98511b;
    box-shadow:inset 0px 0px 0px 8px #a15922;
}
.eureka-btn.btn4 {
    background-color:#701e05;
    box-shadow:inset 0px 0px 0px 8px #621903;
}
.eureka-btn.btn4:hover {
    background-color:#621903;
    box-shadow:inset 0px 0px 0px 8px #701e05;
}

.eureka-btn.btn5 {
    background-color:transparent;
    color: #f6f8ed;
    box-shadow:inset 0px 0px 0px 8px #e5e3d9;
}
.eureka-btn.btn5:hover {
    background-color:#f6f8ed;
    color: #5f3e25;
    box-shadow:inset 0px 0px 0px 8px #e5e3d9;
}

ul.no-bullet{
    margin: 0;
    list-style-type: none;
}

ul.line li{display: inline-block;}

.no-pad{
    padding-left: 0;
    padding-right: 0;
}

.no-pad-left{
    padding-left: 0;
}

.no-pad-right{
    padding-right: 0;
}

.full-width {
    max-width:100%;
}

input::-webkit-input-placeholder { color: rgb(126, 139, 59);}
input::-moz-placeholder {color: rgb(126, 139, 59);}
input:-ms-input-placeholder {color: rgb(126, 139, 59);}
input:-moz-placeholder {color: rgb(126, 139, 59);}
::selection { color: #7e8b3b; background-color: #3b4b11; }

.listings input::-webkit-input-placeholder { color: #5f3e25;}
.listings input::-moz-placeholder {color: #5f3e25;}
.listings input:-ms-input-placeholder {color: #5f3e25;}
.listings input:-moz-placeholder {color: #5f3e25;}

.form-group{position: relative; margin-bottom: 20px;}

.form-group .form-group-input,
.form-group .form-group-input[readonly]{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #5f3e25;
    border-radius: 6px;
    background-color: rgb(239, 240, 235);
    height: 55px;
    cursor: pointer;
    margin: 0;
}
.form-group .form-group-input[readonly]{margin-bottom: 0}

.form-group .form-group-input.select{
    -moz-appearance: none;
    padding: 10px;
    background-image: none;
    margin: 0;
}


.form-group .fa{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 18px;
    color: #5f3e25;
    pointer-events: none;
    cursor: pointer;
    z-index: 10;
}

.slick-arrow {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    position: absolute;
    top:50%;
    width:65px;
    height:74px;
    z-index: 1;
    background-color: transparent!important;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slick-arrow::before { content: ""; }

.slick-prev {
    left:0px;
    background-image: url(/includes/public/assets/images/icons/arrow-left.png) !important;
}
.slick-next {
    right:0px;
    background-image: url(/includes/public/assets/images/icons/arrow-right.png) !important;
}

.slick-dots{
    list-style-type: none;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 10;
}
.slick-dots li{
	position: static !important;
    margin: 0 5px;
    display: inline-block;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin-bottom: 0 !important;
    overflow: initial !important;
}
.slick-dots li button{
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(201, 170, 130) !important;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 0;
}

.slick-dots li button:before{
    content: "";
}
.slick-dots .slick-active{
    position: relative;
    top: 10px;
}

.slick-dots .slick-active button{
    background-color: transparent!important;
}

.slick-dots .slick-active button:before{
    content: "\f140";
	top: 3px;
	left: 1px;
    color: rgb(202, 133, 44) !important;
    font-family: "FontAwesome";
    font-size: 28px;
	opacity: 1 !important
}

.addthis-side-nav-panel {
    background-image: url(/includes/public/assets/images/patterns/pattern9.png);
}

@media only screen and (min-width: 64.063em) {
	.addthis-side-nav-panel {min-height: 60px;}
}

@media only screen and (max-width: 40.0625em) {
    .addthis-side-nav-panel {
        background-image: none;
    }
}
.one-column.contained{padding: 75px 0;}
@media only screen and (max-width: 64.063em) {
    .one-column.contained{padding: 60px 0;}
}
@media only screen and (max-width: 40.0625em) {
    .one-column.contained{padding: 0;}
}

/*.three-column-even{padding: 48px 0;}*/

@media only screen and (max-width: 64.063em) {
    .three-column-even{
        max-width: 635px;
        margin: 0 auto;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 40.0625em) {
    .three-column-even{
        max-width: 320px;
        padding: 40px 0 60px 0;
    }
}

/*Header*/

.header {
    background-image: url(/includes/public/assets/images/patterns/pattern1.png);
    position: relative;
    height: 146px;
}

.header:before {
    content:"";
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-repeat:repeat-x;
    background-position: center -145px;
    background-image:url(/includes/public/assets/images/patterns/trees-pattern-top.png);
}

@media only screen and (min-width: 40.0625em) {
    .header {height: 94px;}
    .header:before {background-position: center -95px;}
}


.header-top {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: -42px;
    background-color: rgba(0,0,0,.3);
}

.header .bottom-row-full{position: relative;}

.header .logo{
    width: 154px;
    height: 86px;
    margin: 0 auto;
    display: block;
}

@media only screen and (min-width: 40.025em) {
    .header .logo{
        width: 152px;
        height: auto;
    }
}

@media only screen and (min-width: 64.063em) {
    .header {height: auto;}
    .header-section.detail-page .header {height: 500px;}
    .header:before {background-position: center 50px;}
    .header .logo-wrapper{position: absolute;}
    .header .logo{width: auto;}

}

@media only screen and (max-width: 64.063em) and (min-width: 40.0625em) {
     .header .bottom-section{
        position: relative;
        top: 24px;
    }
}

/* Main Nav */
@media (min-width: 1025px) {
    .microsite-nav { margin-top: 42px; }
}

.main-nav-wrapper.show-for-large-up {
    float: right;
    padding: 40px 25px 40px 0;
}

.main-nav-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.main-nav-wrapper ul li {
    padding-bottom: 0px;
    display: inline-block;
    color: #fff;
}


.navigation > .nav-item:first-of-type {padding-left: 0;}
.navigation > .nav-item:last-of-type {padding-right: 0}

.navigation > .nav-item {
    padding: 0 16px;
    vertical-align: middle;
}

.navigation .nav-item a.nav-link {
    font-family: 'Medula One', cursive;
    font-size: 36px;
    color: #f6f8ed;
    font-weight: normal;
    padding: 40px 0;
}

.navigation > .nav-item:hover > a.nav-link{}

.navigation > .nav-item.last {
  padding-right: 0px;
}

.navigation .nav-item .nav-dropdown {
  max-height: 0px;
  position: absolute;
  min-width: 100vw;
  top: 166px;
  left: 0px;
  background-color: #3a4a13;
  text-align: left;
  overflow: hidden;
  z-index: 10;
  box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.6);
}

.navigation .nav-item.has-dropdown:hover > .nav-dropdown{
    max-height: 100vh;
    border-top: 12px solid #7e8b3b;
}


.navigation .nav-item .nav-dropdown .three-columns {
    padding: 20px 0 40px;
    max-width: 63.1rem;
    margin: 0 auto;
}

.navigation .nav-item .nav-dropdown .three-columns .nav-sub-items.first{overflow: hidden;}

.navigation .nav-item  .marker-wrapper{
  position: relative;
}

.navigation .nav-item  .marker-wrapper .marker-img{
    position: absolute;
    color: #7e8b3b;
    left: calc(50% - 12px);
    display: none;
    font-size: 52px;
    top: -5px;
}

.navigation .nav-item.has-dropdown:hover .marker-wrapper .marker-img {
  display: block;
}

.navigation .nav-item .nav-dropdown .nav-item{
  display: block;
  width: 100%;
  position: relative;
}

.navigation .nav-item .nav-dropdown .nav-item:hover,
.navigation .nav-item .nav-dropdown .nav-item.active,
.navigation .nav-item .nav-dropdown .nav-item.open{background-color: #2f3d09;}

.navigation .nav-item .nav-dropdown .nav-item a.nav-link{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #f6f8ed;
    display: inline-block;
    width: 100%;
    padding: 12px 10px 8px;
    position: relative;
}

.navigation .nav-item .nav-dropdown .nav-item a.nav-link:after{
	content: "";
	position: absolute;
    height: 1px;
  	width: 1000000000px;
    left: -9999px;
    background: #7e8b3b;
    bottom: 0;
    display: block;
}


.navigation .nav-item .nav-dropdown li .nav-opener{
  position: absolute;
  right: 10px;
  top: 14px;
  cursor: pointer;
}

.navigation .nav-item .nav-dropdown li .fa{
    color: #7e8b3b;
}

.navigation .nav-item .nav-dropdown .nav-item .sub-nav-dropdown {
  max-height: 0px;
  padding-left: 30px;
  opacity: 0;
}
.navigation .nav-item .nav-dropdown .nav-item .sub-nav-dropdown.open {
  max-height: 100vh;
  opacity: 1;

}

.navigation .nav-item .nav-dropdown .nav-item .sub-nav-dropdown.open .sub-nav-dropdown.open .sub-nav-dropdown.open {
	margin-left: -60px;
	border-top: 1px solid #7e8b3b;
	border-bottom: none;
}


.navigation .nav-item .nav-item .nav-sub-items ul.nav-sub-items{

}
.navigation .nav-item .nav-item .nav-sub-items ul.nav-sub-items .nav-item{

}

ul.nav-sub-items .nav-item .sub-nav-dropdown {}

ul.nav-sub-items .nav-item .sub-nav-dropdown .nav-sub-items .nav-item {}
ul.nav-sub-items .nav-item .sub-nav-dropdown .nav-sub-items .nav-item .nav-link {}

/* Mobile Nav */
.mobile-nav .mobile-toggle-wrapper {
    border-radius: 6px;
    background-color: rgb(47, 61, 9);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 17px;
}

@media only screen and (min-width: 40.0625em) {
    .mobile-nav .mobile-toggle-wrapper {bottom: auto;}
}

.mobile-nav .modile-toggle {
  color: #fff;
  cursor: pointer;
}

.mobile-nav .modile-toggle .text {
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    color: rgb(246, 248, 237);
    padding: 0 5px;
    position: relative;
    top: -9px;
}
.mobile-nav .modile-toggle .fa  {
    font-size: 20px;
    color: rgb(246, 248, 237);
    line-height: 1.6;
    text-align: center;
}

.mobile-nav.open .modile-toggle .fa.fa-times {
  display: block;
}
.mobile-nav .modile-toggle .fa.fa-times,
.mobile-nav.open .modile-toggle .fa.fa-bars {
  display: none;
}

.mobile-nav-wrapper {
    display: none;
    position: absolute;
    background-color: #3a4a13;
    min-width: 414px;
    right: 0;
    top: 59px;
    z-index: 10;
    box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 40.0625em) {
    .mobile-nav-wrapper {
        top: 70px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
}

.mobile-nav.open .mobile-nav-wrapper {
  display: inline-block;
  overflow: hidden;
}
.mobile-nav-wrapper .mobile-nav .nav-items {
    width: 100%;
    margin: 0;
}

.mobile-nav-wrapper .mobile-nav .nav-dropdown{padding-left: 20px;}

.mobile-nav-wrapper .mobile-nav .nav-items .nav-item  {
  display: block;
  width: 100%;
  position: relative;
}

.mobile-nav-wrapper .mobile-nav .nav-items .nav-item .nav-link{position: relative;}



.mobile-nav-wrapper .mobile-nav .nav-items .nav-item a.nav-link:after{
	content: "";
    position: absolute;
    height: 1px;
    width: 1000000000px;
    left: -9999px;
    background: #7e8b3b;
    bottom: 0;
    display: block;}



.mobile-nav-wrapper .mobile-nav .nav-items .nav-item.open > a.nav-link,
.mobile-nav-wrapper .mobile-nav .nav-items .nav-item.active > a.nav-link{
    background-color: #2f3d09;
}

.mobile-nav-wrapper .mobile-nav .nav-items .nav-item.open > a.nav-link,
.mobile-nav-wrapper .mobile-nav .nav-items .nav-item.active > a.nav-link,
.mobile-nav-wrapper .mobile-nav .nav-items .nav-item.open a.active{color: #7d8b3b;}



.mobile-nav-wrapper .mobile-nav .nav-items .nav-item a.nav-link {
    display: inline-block;
    width: 95%;
    padding: 7px 0px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: rgb(246, 248, 237);
}
.mobile-nav-wrapper .mobile-nav .nav-items.main .nav-item a.nav-link {
    font-size: 20px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;

}

.mobile-nav-wrapper .mobile-nav .nav-items:not(.main) .nav-item a.nav-link {
    font-size: 14px;
    padding: 12px 1.8680rem;
}

.mobile-nav-wrapper .mobile-nav .nav-items.secondary .nav-item a.nav-link {text-transform: uppercase;}

.mobile-nav-wrapper .mobile-nav .nav-items .nav-item .nav-opener {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 15px;
    color: #7e8b3b;
    cursor: pointer;
    width: 45px;
    height: 46px;
    line-height: 17px;
    border-left: 1px solid #7e8b3b;
}
.mobile-nav-wrapper .mobile-nav .nav-items .nav-dropdown {
    max-height: 0px;
    opacity: 0;
}
.mobile-nav-wrapper .mobile-nav .nav-items .nav-dropdown.open {
    max-height: 400vh;
    opacity: 1;
   	background-color: #2f3d09;
}
.mobile-nav-wrapper .mobile-nav .nav-items .nav-dropdown{}


.mobile-nav-wrapper .mobile-nav .nav-items .nav-dropdown .nav-sub-items{margin: 0;}


.mobile-nav-wrapper .mobile-nav .nav-items .nav-dropdown .nav-sub-items .nav-item {
  position: relative;
}

.mobile-nav-wrapper .mobile-nav .nav-items .nav-dropdown .nav-sub-items .nav-item:last-of-type{border-bottom: 0;}

.mobile-nav-wrapper .mobile-nav .nav-items .nav-dropdown .nav-sub-items .nav-item a{
    font-size: 17px;
}



.mobile-nav-wrapper .mobile-nav .nav-items:not(.main) .nav-dropdown .nav-sub-items .nav-item a{
	font-size: 14px;
}

@media only screen and (max-width: 40.0625em) {
    .mobile-nav-wrapper{
        max-width: 100%;
        width: 100%;
        min-width: initial;
    }
}


/* Secondary Nav */
.secondary-nav-wrapper ul{
    list-style-type: none;
    margin-left: 8px;
    margin-bottom: 0;
    text-align: left;
    line-height: 45px
}

.secondary-nav-wrapper ul li{
    padding-right: 11px;
    display: inline-block;
}
.secondary-nav-wrapper ul li:last-of-type{padding-right: 0;}

.secondary-nav-wrapper ul li a{
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
}

/*SIDE NAV*/
.side-nav{padding: 14px 0px 17px 0;}
.side-nav ul.nav-sub-items .nav-item.active > a.nav-link,
.side-nav ul.nav-sub-items .nav-item.active > .nav-opener .fa {
	color: rgb(95, 62, 37);
}
.side-nav .toggle{cursor: pointer}
.side-nav .fa.first{
    font-size: 26px;
    color: rgb(95, 62, 37);
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.side-nav span {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: rgb(95, 62, 37);
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
}

.side-nav .fa.second{
    font-size: 16px;
    color: rgb(95, 62, 37);
}

.side-nav .fa.open{display: none;}

.side-nav.active .fa.open{display: inline-block;}
.side-nav.active .fa.closed{display: none;}

.side-nav .nav-dropdown{
    max-height:0px;
    overflow: hidden;
    opacity: 0;
    pointer-events:none;
    transition:all ease .5s;
}

.side-nav.active .nav-dropdown {
    opacity: 1;
    margin-top: 36px;
    pointer-events: all;
}

.side-nav.active .nav-dropdown .left-side .nav-sub-items.first,
.side-nav.active .nav-dropdown .middle .nav-sub-items.first,
.side-nav.active .nav-dropdown .right-side .nav-sub-items.first{overflow: hidden;}

.side-nav .nav-dropdown .nav-item{
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    font-size: 16px;
    color: rgb(126, 139, 59);
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.side-nav .nav-dropdown .nav-item a.nav-link,
.side-nav .nav-dropdown .nav-item.active a.nav-link{
    font-size: 16px;
    color: rgb(126, 139, 59);
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    position: relative;
}


.side-nav .nav-dropdown .nav-item a.nav-link:after{
	content: "";
	position: absolute;
    height: 1px;
	width: 1000000000px;
    left: -9999px;
    background: rgb(199, 171, 130);
    bottom: 0;
    display: block;
}



.side-nav .nav-dropdown .nav-item.last a.nav-link,
.sub-nav-dropdown .nav-link:last-of-type {
  border-bottom: none;
}

.side-nav .nav-dropdown li ul{margin: 0;}


.side-nav .nav-dropdown li .nav-opener{
  position: absolute;
  right: -10px;
  top: 8px;
  cursor: pointer;
}

.side-nav .nav-dropdown li .fa{
    font-size: 18px;
    color: rgb(126, 139, 59);
}

.side-nav .nav-dropdown .nav-item .sub-nav-dropdown {
  max-height: 0px;
  padding-left: 10px;
  opacity: 0;
}



.side-nav .nav-dropdown .nav-item .sub-nav-dropdown.open {
  max-height: 100vh;
  opacity: 1;
}

/*Search*/
.site-search-cont{
    position: relative;
    max-width: 218px;
    float: right;
}

@media only screen and (max-width: 64.063em) {
    .site-search-cont{margin-right: 66px;}
}

@media only screen and (max-width: 40.0625em) {
    .site-search-cont{
        width: calc(100% - 66px);
        max-width: none;
    }
}

.site-search-cont input,
.site-search-cont input:focus{
    font-size: 12px;
    font-family: 'Lato', sans-serif;
	color: rgb(246, 248, 237);
    border-radius: 6px;
    background-color: rgb(47, 61, 9);
    height: 45px;
    border: none;
    min-width: 218px;
    margin-bottom: 0;
    padding: 0 20px;
}
@media only screen and (max-width: 40.0625em) {
	.site-search-cont input,
	.site-search-cont input:focus {
		min-width: 0;
	}
}

.site-search-cont .search-btn .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 24px;
    color: rgb(235, 236, 230);
    cursor: pointer;
}

/* HOMEPAGE SLIDER */
.homepage-slider .slick-slide {
  height:calc(100vh - 182px - 24vh);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 64.063em) {
    .homepage-slider .image{max-height: 434px;}
}

@media only screen and (max-width: 40.0625em) {
    .homepage-slider .image{max-height: 320px;}
}

.homepage-slider .slide-caption{
    position: absolute;
    bottom:35px;
    left:0px;
    width:100%;
    text-align: center;
    z-index: 1;
    color: #f6f8ed;
    text-align: center;
}
.homepage-slider .slide-caption .title{
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
}



.homepage-slider .slide-caption .description{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}

@media only screen and (max-width: 64.063em) {
    .homepage-slider .slide-caption{
        padding: 0 15px;
        bottom: 30px;
    }
    .homepage-slider .slide-caption .description{font-size: 14px;}
}

@media only screen and (max-width: 40.0625em) {
    .homepage-slider .slide-caption{bottom: 22px;}
    .homepage-slider .slide-caption .title{font-size: 18px;}
}

.homepage-slider-thumbs .slick-slide {
  position: relative;
}
.homepage-slider-thumbs .imgcont img{width: 100%;}

.homepage-slider-thumbs .slide-caption {
    position: absolute;
    bottom:20px;
    left:0px;
    width:100%;
    text-align: center;
    z-index: 1;
    color: #f6f8ed;
    text-align: center;
}
.homepage-slider-thumbs .slide-caption .title{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.homepage-slider .slick-slide:after,
.homepage-slider-thumbs .slick-slide:after {
  content:"";
  position: absolute;
  bottom:0px;
  left:0px;
  width:100%;
  height:40%;
  background:linear-gradient(transparent, rgba(0,0,0,.9));
  background:-o-linear-gradient(transparent, rgba(0,0,0,.9));
  background:-ms-linear-gradient(transparent, rgba(0,0,0,.9));
  background:-webkit-linear-gradient(transparent, rgba(0,0,0,.9));
}
.homepage-slider-thumbs .slick-slide {
  min-width:20vw;
  border:6px #eeefe9 solid;
  border-left-width: 3px;
  border-right-width: 3px;
}
.homepage-slider-thumbs .slick-slide .imgcont:after {
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index: 1;
  box-shadow:inset 0px 0px 0px 0px #fc0;
  transition:all ease .35s;
}
.homepage-slider-thumbs .slick-slide:hover .imgcont:after,
.homepage-slider-thumbs .slick-slide.slick-center .imgcont:after {
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  box-shadow:inset 0px 0px 0px 5px #c6872b;
}
@media screen and (max-width: 2200px) {
  .homepage-slider .slick-slide {
    height:calc(100vh - 182px - 23vh);
  }
}
@media screen and (max-width: 1900px) {
  .homepage-slider .slick-slide {
    height:calc(100vh - 182px - 18vh);
  }
}
@media screen and (max-width: 1600px) {
  .homepage-slider .slick-slide {
    height:calc(100vh - 182px - 15vh);
  }
}
@media screen and (max-width: 1400px) {
  .homepage-slider .slick-slide {
    height:calc(100vh - 182px - 13.5vh);
  }
}

/*INTERIOR SLIDER*/


.interior-slider {
  position: relative;
}
.interior-slider img{width: 100%;}
.interior-slider  .interior-caption {
    position: absolute;
    bottom:30px;
    left:0px;
    background-color: rgb(198, 135, 43);
    box-shadow: 0px 0px 16px 0px rgba(95, 62, 37, 0.8);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.interior-slider  .interior-caption .title{
    font-size: 18px;
    font-family: 'Kanit', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
    line-height: 38px;
    padding: 0 30px;
    height: 38px;
}

@media only screen and (max-width: 40.0625em) {
    .interior-slider  .interior-caption {bottom: 20px;}
    .interior-slider  .interior-caption .title{
        font-size: 14px;
        line-height: 34px;
        padding: 0 10px;
        height: 34px;
    }
}

/* TRAVEL GUIDE */
.travel-guide {
    background-image: url(/includes/public/assets/images/patterns/pattern2.png);
    border:8px #4a230f solid;
    padding: 18px 0px;
}

.travel-guide .container{
    max-width: 515px;
    margin: 0 auto;
}

.travel-guide img { float: left; }
.travel-guide .content{
    position: relative;
    left: 30px;
    top: 10px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f6f8ed;
    line-height: 1;
}
.travel-guide .title-top{font-size: 30px;}
.travel-guide .title-bottom{font-size: 44px;}
.travel-guide .title-bottom .fa{font-size: 32px;}

@media only screen and (max-width: 1070px) {
    .travel-guide .content{left: 10px;}
}

@media only screen and (max-width: 64.063em) {
    .travel-guide{padding: 16px 0;}
    .travel-guide .container{max-width: 300px;}
    .travel-guide img {width: 45px;}
    .travel-guide .content{
        top:-6px;
        left: 15px;
    }
    .travel-guide .title-top{font-size: 18px;}
    .travel-guide .title-bottom{font-size: 26px;}
    .travel-guide .title-bottom .fa{font-size: 20px;}
}

@media only screen and (max-width: 40.0625em) {
    .travel-guide{padding: 4px 0;}
    .travel-guide img {
        position: relative;
        top: 5px;
        width: 45px;
    }
    .travel-guide .content{
        top:0px;
    }
    .travel-guide .container{max-width: 276px;}
}

/*BOOKING*/
.panel_page {position: relative;}
.booking-container.active {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.booking-widget {
    position: absolute;
    width: 100%;
    z-index: 12;
    background-image: url(/includes/public/assets/images/patterns/pattern1.png);
    border:8px #4f631f solid;
    overflow: hidden;
    padding: 18px 0;
}

.booking-widget.active {
    position: absolute;
    width: 100%;
    overflow: initial;
    z-index: 12;
}

.booking-widget img{
   float: left;
}

.booking-widget .toggle{
    position: relative;
    max-width: 475px;
    margin: 0 auto;
    cursor: pointer;
}

.booking-widget .title{
    position: relative;
    top: 32px;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #f6f8ed;
    line-height: 1;
    font-size: 44px;
    text-align: right;
}

.booking-widget .title .fa{font-size: 32px;}

@media only screen and (max-width: 64.063em) {
    .booking-widget .toggle{max-width: 264px;}
    .booking-widget .title{
        font-size: 26px;
        top: 8px;
    }
    .booking-widget img {
        width: 40px;
    }
    .booking-widget .title .fa{font-size: 20px;}
}

@media only screen and (max-width: 40.0625em) {
    .booking-widget {padding: 6px 0}
}

.booking-widget .title .fa.closed{display: inline-block;}
.booking-widget .title .fa.open{display: none;}

.booking-widget.active .title .fa.closed{display: none;}
.booking-widget.active .title .fa.open{display: inline-block}

.booking-widget .booking-toggle {
    position: relative;
    top: 20px;
    max-height: 0;
    opacity: 0;
    z-index: 2;
    transition: all ease .35s;
    display: block;
    width: 89%;
    margin: auto;
    overflow: hidden;
}
.booking-widget .booking-toggle.active {
    max-height:321px;
    opacity: 1;
    margin: 0 auto;
}

.booking-widget .booking-toggle button{
    width: 100%;
}

/*ADDTHIS*/
.addthis{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 8px 0;
}

@media only screen and (max-width: 64.063em) {
    .addthis{
        position: static;
        float: right;
    }
}

@media only screen and (max-width: 40.0625em) {
    .addthis{padding: 30px 0}
}

.addthis ul li a{cursor: pointer;}

/*READ MORE*/
.readmore{}
@media only screen and (max-width: 40.0625em) {
    .readmore{padding: 0 0 40px 0;}
}
.readmore .text{
    max-height: 197px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.readmore .text:after{
    content: "";
    height: 27px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: url(/includes/public/assets/images/patterns/pattern3.png);
    bottom: -8px;
    opacity: 0.7;
}

.readmore .text p:after {
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    background: url(/includes/public/assets/images/patterns/pattern3.png);
    bottom: 0px;
}

@media only screen and (max-width: 40.0625em) {
    .readmore .text p:after {bottom: -12px;}
    .readmore .text:after{bottom: -20px;}
}

.readmore.active .text:after,
.readmore.active .text p:after{opacity: 0;}

.readmore button{
    margin: 20px auto;
    display: block;
}

/* HIGHLIGHTS ITEMS */

.high-item {
    position: relative;
    bottom: -2px;
}
.high-item .imgcont{
	position: relative;
	overflow: hidden;
}
.high-item .imgcont::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}

.high-item .imgcont img{
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all ease 1.5s;
}

.high-item:hover .imgcont img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.high-item .imgcont a{display: block;}

@media only screen and (min-width: 64.063em) {
    .high-item .imgcont a{
        pointer-events: none;
        cursor: pointer;
    }
}
.high-item .high-icon {
  position: absolute;
  top:0px;
  right:0px;
  width:100px;
  height:130px;
  background-position: center;
  background-repeat: no-repeat;
}
.high-item.high1 .high-icon {
  background-image: url(/includes/public/assets/images/highlights/high1-icon.png);
}
.high-item.high2 .high-icon {
  background-image: url(/includes/public/assets/images/highlights/high2-icon.png);
}
.high-item.high3 .high-icon {
  background-image: url(/includes/public/assets/images/highlights/high3-icon.png);
}
.high-item .high-text {
  position: absolute;
  top:25px;
  right:130px;
  text-align: right;
  max-width: 418px;
}

.high-item .high-text .title{
    font-size: 54px;
    font-family: 'Kanit', sans-serif;
    color: #f6f8ed;
    line-height: 44px;
    text-transform: uppercase;
}

.high-item .high-text .description{
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition:all ease .5s;
    top: -25px;
}

.high-item .high-text .description p{
    color: #f6f8ed;
    max-width: 450px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px
}

@media only screen and (max-width: 1100px) {
    .high-item .high-text .description{top: -10px;}
    .high-item .high-text .description p{display: none;}
}

.high-item .high-text .description button{min-width: 152px;}

.high-item:hover .description{
  opacity: 1;
  transform: translateY(35px);
  -ms-transform: translateY(35px);
  -webkit-transform: translateY(35px);
}

.high-item .high-color {
  position: absolute;
  top:0px;
  right:0px;
  width:100px;
  height:130px;
  border-radius: 6px 0px 0px 6px;
  transition:all ease .5s;
}

@media only screen and (max-width: 64.063em) {
    .high-item:hover .description{opacity: 0;}
    .high-item .high-text,
    .high-item .high-color,
    .high-item .high-icon {
        pointer-events: none;
        cursor: pointer;
    }
}

@media only screen and (max-width: 40.0625em) {
    .high-item .high-text {
        max-width: 220px;
        right: 90px;
    }

    .high-item .high-text .title{
        font-size: 30px;
        line-height: 26px;
    }

    .high-item .high-color {
        width: 69px;
        height: 89px;
    }

    .high-item .high-icon {
        width: 48px;
        top: -20px;
        right: 11px;
     }

}

@media only screen and (min-width: 64.063em) {
    .high-item:hover .high-color {
        width:100%;
        height:100%;
        border-radius: 0px;
    }
}

.high-item.high1 .high-color {
  background-color: rgba(93,114,38,1);
  border:8px #556a1f solid;
}
.high-item.high1:hover .high-color {
  background-color: rgba(93,114,38,.8);
}
.high-item.high2 .high-color {
  background-color: rgba(112,30,5,1);
  border:8px #621903 solid;
}
.high-item.high2:hover .high-color {
  background-color: rgba(112,30,5,.8);
}
.high-item.high3 .high-color {
  background-color: rgba(161,89,34,1);
  border:8px #98511b solid;
}
.high-item.high3:hover .high-color {
  background-color: rgba(161,89,34,.8);
}

/* MAP WIDGET*/
.map-widget {
    position: relative;
    background-image: url(/includes/public/assets/images/patterns/pattern5.png);
    padding: 30px 0;
}
.map-widget .title-container{
    position: relative;
    max-width: 297px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
    overflow: auto;
    margin-top: 3%;
}
.map-widget .title-container img{
    float: left;
    position: relative;
    left: 17px;
}
.map-widget .title-container .title{
    position: relative;
    left: 27px;
    font-size: 38px;
    font-family: 'Medula One', cursive;
    color: rgb(246, 248, 237);
    float: left;
    width: 60%;
    line-height: 1;
}

@media only screen and (max-width: 820px) {
    .map-widget .title-container  img{
        left: 0;
    }
    .map-widget .title-container .title{
        font-size: 30px;
        width: 47%;
        left: 0;
    }
}
@media only screen and (max-width: 741px) {
    .map-widget .title-container .title{width: 50%}
}

@media only screen and (max-width: 702px) {
    .map-widget .title-container .title{width: 53%}
}

@media only screen and (max-width: 665px) {
    .map-widget .title-container .title{width: 56%}
}

.map-widget .title-container .title .top{
    position: relative;
    left: -34px;
}

.map-widget .map-container{
    position: relative;
    border: 8px solid rgb(236, 237, 231);
    border-radius: 6px;
    background-color: rgb(225, 215, 199);
    width: 105%;
    z-index: 2;
    height: 434px;
}

.map-widget .map-container img{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 64.063em) {
    .map-widget .map-container{
        width: 102%;
        left: 3%;
    }
}

.map-widget .button-container{
    position: relative;
    left: -10px;
}

.map-widget .button-container button{
    min-height: 98px;
    margin-bottom: 1px;
    min-width: 96%;
    text-align: left;
}

.map-widget .button-container button .fa{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: rgb(246, 248, 237);
}

.map-widget .button-container button .fa.first{
    left: 60px;
}


.map-widget .button-container button .fa.second{
    right: 45px;
}

.map-widget .button-container button span{
    position: relative;
    left: 64px;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    color: rgb(246, 248, 237);
    font-weight: bold;
}

@media only screen and (max-width: 64.063em) {
    .map-widget .button-container button .fa.first{ left: 30px;}
    .map-widget .button-container button span{left: 18px;}
    .map-widget .button-container button .fa.second{ right: 20px;}
}

@media only screen and (max-width: 800px) {
    .map-widget .button-container{left: -15px;}
    .map-widget .button-container button .fa.first{ left: 15px;}
    .map-widget .button-container button span{
        left: 10px;
        font-size: 18px;
    }
    .map-widget .button-container button .fa.second{ right: 15px;}
}

@media only screen and (max-width: 675px) {
    .map-widget .button-container{left: -21px;}
    .map-widget .button-container button{
        padding: 15px 35px;
    }
}

@media only screen and (max-width: 40.0625em) {
    .map-widget .title-container img{left: 17px;}
    .map-widget .title-container .title{
        left: 27px;
        width: 60%;
        font-size: 38px;
    }
    .map-widget .medium-7{
        padding: 0;
    }
    .map-widget .map-container{
        left: 0;
        width: auto;
        min-height: auto;
        display: table;
        margin: 0px auto;
    }

    .map-widget .map-container img{
        position: static;
    }
    .map-widget .button-container {
        left: 0;
        margin: 10px auto;
        text-align: center;
    }
    .map-widget .button-container button{
        min-height: 60px;
        max-width: 280px;
        padding: 17px 35px;
        min-width: 280px;
        display: block;
        margin: 0 auto 1px;
    }
}

/* CUSTOM SLIDER */
.custom-slider {
    position: relative;
    background-image: url(/includes/public/assets/images/patterns/pattern2.png);
    overflow: auto;
    padding: 30px 0 60px 0;
}
.custom-slider .custom-slider-cont {
    width:100%;
    max-width:1340px;
    margin: 0px auto;
    position: relative;
}

@media only screen and (min-width: 1300px) {
    .custom-slider .custom-slider-cont .content{
        transform: translateY(25%);
    }
}

@media only screen and (max-width: 64.063em) {
    .custom-slider .custom-slider-cont {max-width: 600px;}
    .custom-slider .custom-slider-cont .content{margin-bottom: 20px;}
    .custom-slider .custom-slider-cont .content{
        transform: translateY(20%);
    }
}

.custom-slider .title{
    font-size: 50px;
    font-family: 'Kanit', sans-serif;
    color: rgb(198, 135, 43);
    text-transform: uppercase;
    line-height: 0.88;
    margin-bottom: 10px;
}

.custom-slider .description{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: rgb(246, 248, 237);
    line-height: 2;
    margin-bottom: 20px;
}

@media only screen and (max-width: 40.0625em) {
    .custom-slider .custom-slider-cont .large-9 {padding: 0;}
    .custom-slider .custom-slider-cont .content{
        max-width: 300px;
        margin: 0 auto 20px auto;
    }
    .custom-slider .title{font-size: 34px;}
    .custom-slider .description{line-height: 1.5;}
}

.custom-slider-cont .imgcont {
    border:8px #ecede7 solid;
    border-radius:6px;
    overflow: hidden;
}

.custom-slider-cont .imgcont img{
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all ease 1.5s;
}

.custom-slider-cont .imgcont:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*FEATURED EVENTS*/
.feat-event{
     margin:0px auto 87px;
}

@media only screen and (max-width: 64.063em) {
    .feat-event{
        max-width: 600px;
        margin: 60px auto 75px;
    }
}

.feat-event .title-cont{
    border-radius: 6px;
    background-color: rgb(161, 89, 34);
    font-family: 'Kanit', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 15px 0;
    margin-bottom: 10px;
}

.feat-event .title-cont .title{
    font-size: 28px;
}

.feat-event .title-cont .link a{
    font-size: 20px;
    color: rgb(198, 135, 43);
}

.feat-event .title-cont .link .fa{
    font-size: 16px;
    color: rgb(198, 135, 43);
}

.feat-event ul{
    list-style-type: none;
    margin: 0;
}

.feat-event ul li{
    border-radius: 6px;
    background-color: #5a6f25;
    margin-bottom: 10px !important;
}
.feat-event ul li:last-of-type{margin-bottom: 0;}

.feat-event ul li .columns:first-of-type{padding-left: 0;}

.feat-event ul li .img-cont{
    position: relative;
}

.feat-event ul li .img-cont .date{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-left: 16px solid rgb(198, 135, 43);
    height: 50px;
}

.feat-event ul li .img-cont .date div{
    position: relative;
    left: 10px;
}

.feat-event ul li .img-cont .date .month{
    font-size: 18px;
}

.feat-event ul li .img-cont .date .day{
    font-size: 32px;
}

.feat-event ul li .img-cont .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.3);
}

.feat-event ul li .img-cont img{
    width: 100%;
    border-radius: 6px;
}

.feat-event ul li .content{
    color: rgb(246, 248, 237);
    margin-top: 8%
}

.feat-event ul li .content .title{
    font-size: 32px;
    font-family: 'Medula One', cursive;
}

@media only screen and (max-width: 40.0625em) {
    .feat-event ul li{ padding: 0; }
    .feat-event ul li .img-cont{
        max-width: 225px;
        margin: 0 auto;
    }
    .feat-event ul li .content{
        max-width: 225px;
        text-align: center;
        margin: 10px auto 15px;
    }


    .feat-event ul li .content .title{line-height: 1.2;}
}

.feat-event ul li .content .date{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.feat-event ul li .content .region{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: -4px;
}

/*IMAGE-BOX*/

.image-box{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin:0 auto 87px;
}

@media only screen and (max-width: 64.063em) {
    .image-box{
        margin:0px auto 75px;
        max-width: 390px;
    }
}

.image-box .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.3);
}

.image-box img{
    width: 100%;
    border-radius: 6px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all ease 1.5s;
}

.image-box:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.image-box .content{
    position: absolute;
    right:30px;
    bottom:40px;
}

.image-box .content .title{
    font-size: 50px;
    font-family: 'Kanit', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
    line-height: 0.88;
    text-align: right;
}

@media only screen and (max-width: 40.0625em) {
    .image-box{
        max-width: 300px;
    }

    .image-box .content{
        right:15px;
        bottom:20px;
    }

    .image-box .content .title{font-size: 42px;}
}


.image-box .content button{
    float: right;
    margin-top: 10px;
}

/*IMAGE-BOX-DTN*/

.image-box-dtn{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.image-box-dtn .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.3);
}

.image-box-dtn img{
    width: 100%;
    border-radius: 6px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all ease 1.5s;
}

.image-box-dtn .content{
    position: absolute;
    right:30px;
    bottom:40px;
    padding-left: 30px;
}

.image-box-dtn .content .title{
    font-size: 34px;
    font-family: 'Kanit', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
    line-height: 0.88;
    text-align: right;
}

.image-box-dtn .content .subtitle{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: rgb(246, 248, 237);
    text-align: right;
    margin-top: 10px;
}

@media only screen and (max-width: 40.0625em) {
    .image-box-dtn{margin-bottom: 20px;}
    .image-box-dtn .content{
        right:15px;
        bottom:20px;
        padding-left: 15px;
    }

    .image-box-dtn .content .title{
        font-size: 34px;
        line-height: 34px;
    }
}

/*SPOTLIGHT*/

.spotlight{cursor: pointer;margin-bottom: 20px}

.spotlight > .title{
    color: rgb(198, 135, 43);
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    margin-bottom: 20px;
}
.spotlight > .banner{
    background-color: rgb(198, 135, 43);
	width: 100px;
	height: 16px;
    margin-bottom: 20px;
}
.spotlight .item{margin-bottom: 10px;}
.spotlight .item a{display: block;}
.spotlight .item .title{
    font-size: 20px;
    line-height: 20px;
	font-family: 'Kanit', sans-serif;
	font-weight: bold;
    color: #5d7226;
	text-transform: uppercase;
}
.spotlight .item .description{
	color: #5f3e25;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
}
.spotlight .item .title .fa{margin-left: 6px;}

@media only screen and (max-width: 64.063em) and (min-width : 40.0625em){
    .spotlight{margin-top: 20px;}
}

/*LISTINGS*/
.listings .shared-filter{background-image: url(/includes/public/assets/images/patterns/pattern8.png);}
.contained .listings .shared-filter { padding: 0 1.875rem; }

.listings .shared-filter .title{
    font-size: 22px;
    font-family: 'Kanit', sans-serif;
    color: rgb(246, 248, 237);
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
	cursor: pointer;
}

.listings .shared-filter button{
    width: 100%;
    text-transform: uppercase;
    padding: 17px 0;
}

@media only screen and (max-width: 64.063em){
    .listings .shared-filter button{font-size: 16px;}
}

@media only screen and (max-width: 40.0625em){
    .listings .shared-filter button{
        max-width: 226px;
        margin:  0 auto 40px;
        display: block;
    }
}

.listings .shared-map{background-image: url(/includes/public/assets/images/patterns/pattern8.png);}
.contained .listings .shared-map { padding: 0 1.875rem; }
.listings .shared-map .map-container{
    position: relative;
    border: 8px solid rgb(239, 240, 235);
    border-radius: 6px;
    margin: 10px auto;
    max-height: 75px;
    overflow: hidden;
    transition:all ease .35s;
    height: 77px;
}



.listings .shared-map .map-container img{width: 100%;}

.listings .shared-map .map-container > img{
    opacity: 1;
    position: absolute;
    height: 100%;
    filter: blur(1px);
    transition:all ease .35s;
}

.listings.map-open .shared-map .map-container{
    max-height:360px;
    margin-bottom: 70px;
    overflow: initial;
    height: 360px;
}

.listings .shared-map .map-container .map-holder{opacity: 0;}
.listings.map-open .shared-map .map-container .map-holder{
	height: 345px;
	opacity: 1;
	transition:all ease .35s;
}

.listings.map-open .shared-map .map-container > img{opacity: 0}


.listings .shared-map .map-button{
    background-color: #216280;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 160px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: rgb(239, 240, 235);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 51px;
    transition:all ease .35s;
    cursor: pointer;
}

.listings .shared-map .map-button .fa{
    font-size: 18px;
    color: rgb(239, 240, 235);
    text-align: center;
}

.listings.map-open .shared-map .map-button{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    bottom: -59px;
}

.listings .shared-map .map-button.open{display: none;}

.listings.map-open .shared-map .map-button.open{display: block;}
.listings.map-open .shared-map .map-button.closed{display: none;}

.listings .shared-sort{
    margin: 40px 0;
}

@media only screen and (max-width: 64.063em){
    .listings .shared-sort{
        margin: 20px 0;
        text-align: center;
    }
}

.listings .shared-sort,
.listings .shared-sort a{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: rgb(95, 62, 37);
    text-transform: uppercase;
    margin-left: 10px;
}

.listings .shared-sort a{
    border-radius: 6px;
    background-color: rgb(225, 218, 201);
    padding: 6px 10px;
}

@media only screen and (max-width: 40.0625em){

    .listings .shared-sort span{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

     .listings .shared-sort a{
        margin-left: 0;
        margin-right: 10px;
    }
}

.listings .shared-sort a.selected,
.listings .shared-sort a.active{
    background-color: rgb(93, 114, 38);
    color: rgb(246, 248, 237);
}

.listings .shared-pager{
    margin: 40px 0;
    text-align: right;
}
.listings .listingContainerFoot .shared-pager {margin-top: 0;}

@media only screen and (max-width: 64.063em){
    .listings .shared-pager{
        margin: 20px 0;
        text-align: center;
    }
}

.listings .shared-pager a .fa{
    font-size: 24px;
    color: rgb(93, 114, 38);
}

.listings .shared-pager a .fa.double{position: relative;}

.listings .shared-pager a .fa-chevron-left.double{left: 6px;}
.listings .shared-pager a .fa-chevron-right.double{right:-6px;}

.listings .shared-pager a.disabled{
    opacity: 0.502;
    pointer-events: none;
}

.listings .shared-pager span{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: rgb(95, 62, 37);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    margin: 0 10px;
}

.listings .shared-items .item{
    background-image: url(/includes/public/assets/images/patterns/pattern9.png);
    margin-bottom: 40px;
    border-radius: 6px;
}

.listings .shared-items .item.featured{
    background-image: url(/includes/public/assets/images/patterns/pattern7.png);
}

.listings .shared-items .item .image-container{
    position: relative;
    display: block;
}


.listings .shared-items .item .image-container .date{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-left: 16px solid rgb(198, 135, 43);
    height: 50px;
}

.listings .shared-items .item .image-container .date div{
    position: relative;
    left: 10px;
}

.listings .shared-items .item .image-container .date .month{
    font-size: 18px;
}

.listings .shared-items .item .image-container .date .day{
    font-size: 32px;
}

.listings .shared-items .item .image-container .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.3);
}

.listings .shared-items .item img{
	width: 100%;
	border-radius: 6px;
}

@media only screen and (max-width: 40.0625em){
    .listings .shared-items .item{
        text-align: center;
    }
    .listings .shared-items .item .columns:first-of-type,
    .listings .shared-items .item.booking .medium-2.columns{
        padding: 0;
    }

    .listings .shared-items .item .columns{
        padding: 0 0.9735rem;
        height: auto !important;
    }
}

.listings .shared-items .item .details-container{
    padding: 14px 0;
}

.listings .shared-items .item .title,
.listings .shared-items .item .title a,
.listings .shared-items .item .title a:hover{
    font-size: 38px;
    font-family: 'Medula One', cursive;
    color: #5d7226;
    margin-bottom: 4px;
    line-height: 48px;
}

.listings .shared-items .item.featured .title,
.listings .shared-items .item.featured .title a,
.listings .shared-items .item.featured .title a:hover{
    color: rgb(246, 248, 237);
}

.listings .shared-items .item ul li,
.listings .shared-items .item ul li a,
.listings .shared-items .item ul li a:hover{
    font-size: 18px;
    color: #5f3e25;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}

.listings .shared-items .item.featured .title,
.listings .shared-items .item.featured .title a,
.listings .shared-items .item.featured .title a:hover{
    color: rgb(246, 248, 237);
}

.listings .shared-items .item.featured ul li,
.listings .shared-items .item.featured ul li a,
.listings .shared-items .item.featured ul li a:hover{
    color: rgb(246, 248, 237);
}

.listings .shared-items .item ul li.date{font-weight: 700;}

.listings .shared-items .item .description,
.listings .shared-items .item .description p{
    font-size: 16px;
    color: rgb(246, 248, 237);
    line-height: 22px;
    font-family: 'Lato', sans-serif;
}

@media only screen and (max-width: 64.063em){
    .listings .shared-items .item .title,
    .listings .shared-items .item .title a,
    .listings .shared-items .item .title a:hover{
        font-size: 32px;
        line-height: 34px;
    }
    .listings .shared-items .item ul li,
    .listings .shared-items .item ul li a,
    .listings .shared-items .item ul li a:hover,
    .listings .shared-items .item .description,
    .listings .shared-items .item .description p{
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 40.0625em){
    .listings .shared-items .item ul li,
    .listings .shared-items .item ul li a,
    .listings .shared-items .item ul li a:hover,
    .listings .shared-items .item .description,
    .listings .shared-items .item .description p{
        line-height: 24px;
        margin-bottom: 0;
    }
}


.listings .shared-items .item ul.action-buttons li.venue a{
    font-weight: 400;
    text-transform: none;
}
.listings .shared-items .item ul.action-buttons li a{
    font-weight: 700;
    text-transform: uppercase;
}

.listings .shared-items .item ul.action-buttons li.details a{text-decoration: underline;}

.listings .shared-items .item:not(.featured) ul.action-buttons li.map-marker a{ color: #5d7226;}
.listings .shared-items .item ul.action-buttons li.map-marker .fa{
    margin-right: 5px;
    color: #c6872b;
}

.listings .shared-items .item.featured ul.action-buttons li.map-marker .fa{
    color: rgb(246, 248, 237);
}
.listings .shared-items .item .website a,
.listings .shared-items .item a.details{
    text-transform: uppercase;
    text-decoration: underline;
    color: rgb(246, 248, 237);
    font-weight: 700;
}
.listings .shared-items .item ul.action-buttons li:after{
    content: "|";
    margin: 0 14px;
    color: #c7ab82;
}
.listings .shared-items .item ul.action-buttons li:last-of-type:after,
.listings .shared-items .item ul.action-buttons li.website:after{
    display: none;
}

.listings .shared-items .item .rates{
    background-image: url(/includes/public/assets/images/patterns/pattern10.png);
    height: 100%;
    text-align: center;
    position: relative;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.listings .shared-items .item .rates .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.listings .shared-items .item.featured ul.action-buttons li.website:after{display: none;}
.listings .shared-items .item ul.action-buttons li.show-for-small-details-link{display: none;}

@media only screen and (max-width: 40.0625em){
    .listings .shared-items .item ul.action-buttons li:after{display: none}

    .listings .shared-items .item ul.action-buttons li:before{
        content: "|";
        margin: 0 14px;
        color: #c7ab82;
    }
    .listings .shared-items .item ul.action-buttons li:first-of-type:before{
        display: none;
    }
    .listings .shared-items .item ul.action-buttons li:after{margin: 0 8px;}

    .listings .shared-items .item ul.action-buttons li.show-for-small-details-link{display: inline-block;}
    .listings .shared-items .item .rates{
        padding: 14px 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .listings .shared-items .item .rates .content{
        position: static;
        max-width: 200px;
        line-height: 30px;
        transform: translateY(0);
        text-align: center;
    }

     .listings .shared-items .item .rates .content .title{line-height: 24px;}
}

@media only screen and (max-width: 341px){
    .listings .shared-items .item:not(.featured) ul.action-buttons li:last-of-type:before{display: none;}
    .listings .shared-items .item.featured ul.action-buttons li:before{display: none;}
    .listings .shared-items .item.featured ul.action-buttons li:first-of-type:after,
    .listings.events .shared-items .item:not(.featured) ul.action-buttons li:first-of-type:after,
    .listings .shared-items .item.featured ul.action-buttons li.website:after{
        content: "|";
        margin: 0 14px;
        color: #c7ab82;
        display: inline-block;
    }
}

.listings .shared-items .item .rates .title{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
}

.listings .shared-items .item .rates .price{
    font-size: 34px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: rgb(246, 248, 237);
}
.listings .shared-items .item .rates .book,
.listings .shared-items .item .rates .book a{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: rgb(246, 248, 237);
}

.listings .shared-items .item .rates .book.no-price{text-align: center;}

@media only screen and (max-width: 40.0625em){
    .listings .shared-items .item .rates .price{text-align: right;}
    .listings .shared-items .item .rates .book,
    .listings .shared-items .item .rates .book a{text-align: center;}
}

.listings .shared-items .item .rates .book .fa{
    font-size: 14px;
    margin-left: 5px;
}

/*LISTING DETAILS*/
.shared-detail{padding-bottom: 20px;}
.shared-detail .shared-back-button{
    color: rgb(126, 139, 59);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0;
    display: block;
    float: left;
}
.shared-detail .tabs-content {
    margin-bottom: 60px;
}

.shared-detail .shared-back-button .fa{
    font-family: 14px;
    margin-right: 5px;
}

.shared-detail .addthis{
    position: relative;
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
}
.shared-detail h1{
    font-size: 56px;
    font-family: 'Medula One', cursive;
    color: rgb(93, 114, 38);
    text-transform: none;
    margin: 0 0 10px 0;
}

.shared-detail .shared-top{
    margin-top: -300px;
    margin-bottom: 75px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-image: url(/includes/public/assets/images/patterns/pattern3.png);
    position: relative;
}

@media only screen and (max-width: 64.063em){
    .shared-detail .shared-top{
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media only screen and (max-width: 40.0625em){
    .shared-detail .shared-top{
        margin-bottom: 60px;
    }
}

.shared-detail .shared-top ul.info li .label{
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: rgb(161, 89, 34);
    text-transform: uppercase;
    padding: 0;
    background-color: transparent;
    text-align: right;
    line-height: 2.331;
    margin-right: 30px;
    max-width: 150px;
    min-width: 150px;
}

.shared-detail .shared-top ul.info li,
.shared-detail .shared-top ul.info li a{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: rgb(95, 62, 37);
    line-height: 1.555;
    margin-bottom: 5px;

}

.shared-detail .shared-top ul.info li span{
    position: relative;
    top: -3px;
}

.shared-detail .shared-top ul.info li span.info-list-value{
	top: 0;
    max-width: 260px;
    display: inline-block;
    vertical-align: text-top;
}

@media only screen and (min-width: 40.063em){
	.shared-detail .shared-top ul.info li.address{
		line-height: 1;
		padding-bottom: 5px;
	}
}
.shared-detail .shared-top ul.info li.email a,
.shared-detail .shared-top ul.info li.print a,
.shared-detail .shared-top ul.info li.website a{
    color: #7e8b3b;
    font-weight: 700;
}
.shared-detail .shared-top ul.info li.city{
    position: relative;
    top: -10px;
    margin-bottom: 0;
    margin-left: 182px;
}
.shared-detail .shared-top ul.info li.listings{
	margin-left: 182px;
	top: -5px;
}
.shared-detail .shared-top ul.info li.print,
.shared-detail .shared-top ul.info li.website{
    margin-left: 182px;
}

.shared-detail .shared-top .shared-gallery{
    background-color: rgb(59, 75, 17);
    border-radius: 6px;
}

.shared-detail .shared-top .shared-gallery img{
    width: 100%;
    border-radius: 6px;
}

.shared-detail .shared-top .shared-gallery img.youtube-play {
    position: absolute;
    top: calc((100% - 61px) / 2);
    left: 50%;
    display: block;
    width: 100px;
    transform: translate(-50%,-50%);
}

.shared-detail .shared-top .shared-gallery .expand-container{
    padding: 20px;
}

.shared-detail .shared-top .shared-gallery .expand-container a{
    text-align: center;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: rgb(255, 255, 255);
    display: block;
}

.shared-detail .shared-top .shared-gallery .expand-container a .fa{
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin-right: 5px;
}

@media only screen and (max-width: 64.063em){
    .shared-detail h1{margin: 0 0 20px 0;}
    .shared-detail .shared-top ul.info{
        max-width: 570px;
        margin: 0 auto 20px auto;
    }
    .shared-detail .shared-top ul.info li .label{
        max-width: 57px;
        min-width: 57px;
    }

    .shared-detail .shared-top .shared-gallery{
        max-width: 484px;
        margin: 0 auto;
    }

    .shared-detail .shared-top ul.info li.city,
    .shared-detail .shared-top ul.info li.website{margin-left: 89px;}
}

@media only screen and (max-width: 40.0625em){
    .shared-detail .shared-back-button{
        float: none;
        margin-bottom: 15px;
    }
    .shared-detail .addthis{ padding-top: 0;}
    .shared-detail .shared-top{padding: 0;}
    .shared-detail .shared-top h1 {font-size: 44px;}
    .shared-detail .shared-top ul.info,
    .shared-detail .shared-top .shared-gallery{max-width: none;}

    .shared-detail .shared-top ul.info li,
    .shared-detail .shared-top ul.info li a{
        margin-bottom: 0;
        font-size: 16px;
    }

    .shared-detail .shared-top ul.info li .label{
        max-width: none;
        min-width: 100%;
        text-align: left;
        line-height: 1;
        top: 5px;
        margin-right: 0;
    }

    .shared-detail .shared-top ul.info li.city{
        margin-left: 0;
        top: 0;
    }
    .shared-detail .shared-top ul.info li.website{
        margin-left: 0;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 64.063em){
    .shared-detail .shared-bottom{
        max-width: 63.1rem;
    }
}


@media only screen and (min-width: 64.063em){
    .shared-detail .shared-bottom .tabs-container{padding-left: 0;}
    .shared-detail .shared-bottom .tabs-content>.content{padding: 0 0 0.9375rem 0}
}

.shared-detail .shared-bottom ul{
    margin: 0;
    list-style-type: none;
}

.shared-detail .shared-bottom .core-styles ul {
    margin: 0 0 34px 1.1rem;
    list-style-type: disc;
}

.shared-detail .shared-bottom .tabs li{
    padding-right: 20px;
    text-align: right;
}

.shared-detail .shared-bottom .tabs li.active,
.shared-detail .shared-bottom .form-group .form-group-input.select{
    background-color: rgb(231, 224, 207);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.shared-detail .shared-bottom .tabs li.active:before{
    content:'';
    background-color: rgb(231, 224, 207);
    position: absolute;
    right: 220px;
    width: 100vw;
    height: 58px;
    white-space: pre;
}

.shared-detail .shared-bottom li a,
.shared-detail .shared-bottom .form-group .form-group-input.select{
    font-size: 20px;
    font-family: 'Kanit', sans-serif;
    color: rgb(95, 62, 37);
    text-transform: uppercase;
    line-height: 2.9;
    text-align: right;
    position: relative;
    z-index: 2;
}

.shared-detail .shared-bottom .form-group .form-group-input.select{
    line-height: normal;
    border: 0;
}
.shared-detail .shared-bottom .description{
	color: #5f3e25;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 640px){
	.shared-detail .shared-bottom .description {
		font-size: 16px;
    	line-height: 24px;
	}
}

.shared-detail .shared-bottom .description p {margin-bottom: 0;}

.shared-detail .shared-bottom .map-container{
    background-image: url(/includes/public/assets/images/patterns/pattern8.png);
    padding: 10px;
    position: relative;
}

.shared-detail .shared-bottom .map-container .map{
    border-radius: 6px;
    border: 8px solid rgb(239, 240, 235);
    margin: 0 auto;
    overflow: hidden;
}

.shared-detail .shared-bottom .map-container .map img{
    width: 100%;
}

.shared-detail .shared-bottom .map-container .whats-nearby{
    background-image: url(/includes/public/assets/images/patterns/pattern8.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 160px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: rgb(239, 240, 235);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 51px;
}

.shared-detail .shared-bottom .tabs-content .listings{text-align: center;}
.shared-detail .shared-bottom .tabs-content .listings .no-bullet li{
    text-align: center;
    padding-right: 0;
}
.shared-detail .shared-bottom .tabs-content .listings .map-marker,
.shared-detail .shared-bottom .tabs-content .listings .booking .medium-2{display: none;}
.shared-detail .shared-bottom .tabs-content .listings .medium-4,
.shared-detail .shared-bottom .tabs-content .listings .medium-5,
.shared-detail .shared-bottom .tabs-content .listings .medium-6,
.shared-detail .shared-bottom .tabs-content .listings .medium-7,
.shared-detail .shared-bottom .tabs-content .listings .medium-8{
    width: 100%;
    padding: 0;
}

.shared-detail .shared-bottom .tabs-content .listings .details-container{
    padding: 0 0.9375rem;
}


@media only screen and (max-width: 40.0625em){
    .shared-detail .shared-bottom .map-container .map{
        min-height: 332px;
        max-height: 332px;
    }
    .shared-detail .shared-bottom .map-container .map img{
        height: 332px;
    }

    .shared-detail .shared-bottom .tabs-content .listings .item{
        margin: 0 -0.9375rem 20px;
    }
}

/*VIDEO BOX*/
.video-box {
    position: relative;
    margin-bottom: 50px;
}
.video-box .background{
    float: left;
    background-image: url(/includes/public/assets/images/patterns/pattern9.png);
    border-radius: 6px;
    min-height: 316px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    width: 70%;
}

.video-box .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    margin: 0 auto;
    width: 52%;
}

.video-box .content .title{
    font-size: 44px;
    font-family: 'Medula One', cursive;
    color: rgb(93, 114, 38);
    line-height: 0.864;
    margin-bottom: 10px;
    cursor: pointer;
}

.video-box .content .description{
    font-size: 18px;
    line-height: 1.2;
}

@media only screen and (min-width: 64.063em){
    .video-box .content .description{line-height: 28px;}
}

.video-box .image-container{
    position: relative;
    float: right;
    z-index: 2;
}

.video-box .image-container img{
    border-radius: 6px;
    cursor: pointer;
}

.video-box .image-container .play-button{
    width: 100%;
    pointer-events: none;
}

.video-box .image-container .play-button img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}


@media only screen and (max-width: 64.063em){
    .video-box {min-height: 316px;}
    .video-box .image-container{margin-top: 18px;}
    .video-box .image-container img{
        height: 280px;
    }

    .video-box .content {
        left: 0;
        width: calc(100% - 412px);
        padding: 0 20px;
        z-index: 3;
    }
}

@media only screen and (max-width: 641px){
    .video-box{margin: 0 -0.9375rem 20px;}
    .video-box .background{
        float: none;
        position: static;
        width: 100%;
        padding: 0;
        transform: translateY(-20%);
        min-height: 300px;
    }

    .video-box .image-container{
        float: none;
        text-align: center;
    }

    .video-box .image-container img{
        max-width: 280px;
        max-height: 189px;
    }

    .video-box .content {
        width: 250px;
        left: 0;
        right: 0;
        bottom: 10px;
        padding: 0;
    }

    .video-box .content .title{font-size: 36px;}
    .video-box .content .description{font-size: 16px;}

}

.video-box.left-image {}
.video-box.left-image .background {
    float: right;
    background-image: url(/includes/public/assets/images/patterns/pattern9.png);
    border-radius: 6px;
    min-height: 316px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left:auto;
    margin: 0 auto;
    width: 70%;
}
.video-box.left-image .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    left:auto;
    margin: 0 auto;
    width: 52%;
}
.video-box.left-image .image-container{
    position: relative;
    float: left;
    z-index: 2;
}
@media only screen and (max-width: 64.063em){
    .video-box.left-image .content {
        left: 413px;
        width: calc(100% - 412px);
        padding: 0 20px;
        z-index: 3;
    }
}
@media only screen and (max-width: 641px){
    .video-box.left-image {margin: 0 -0.9375rem 20px;}
    .video-box.left-image .background{
        float: none;
        position: static;
        width: 100%;
        padding: 0;
        transform: translateY(-20%);
        min-height: 300px;
    }

    .video-box.left-image .image-container{
        float: none;
        text-align: center;
    }

    .video-box.left-image .image-container img{
        max-width: 280px;
        max-height: 189px;
    }

    .video-box.left-image .content {
        width: 250px;
        left: 0;
        right: 0;
        bottom: 10px;
        padding:0;
    }
}

.video-box.yellow .title a{
	color: #c6872b;
}
.video-box.orange .title a{
	color: #a15922;
}
.video-box.red .title a{
	color: #701e05;
}

/* FOOTERS */
.footer a {
  font-weight: normal !important;
}
.footer-dark {
    text-align: center;
    background-image: url(/includes/public/assets/images/patterns/pattern6.png);
}

.footer-dark .social{
    max-width: 885px;
    margin: 0 auto;
    text-align: right;
    padding: 10px 0;
}

.footer-dark .social ul li{padding: 0 15px}

.footer-dark .social ul li.hashtag a{
    font-size: 32px;
    font-family: 'Medula One', cursive;
    color: rgb(126, 139, 59);
    line-height: 1.188;
    position: relative;
    right: 8px;
}

@media only screen and (max-width: 760px) {
    .footer-dark .social{
        width: 600px;
        margin: 0 auto;
    }
    .footer-dark .social ul li.hashtag{
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-dark .social ul li{text-align: center;}
}

.footer-dark .social ul li.hashtag a:hover{color: rgb(126, 139, 59);}

.footer-dark .social ul li a{}

.footer-dark .social ul li a .fa{
    font-size: 30px;
    color: rgb(126, 139, 59);
}

.footer-dark .social ul li a img{
    position: relative;
    top: -5px;
}

.footer-content {
    position:relative;
    background-image: url(/includes/public/assets/images/patterns/pattern7.png);
}

.footer-content .content-container{
    max-width: 885px;
    margin: 0 auto;
    padding: 58px 0;
}

.footer-content .content-container .medium-7.columns{z-index: 12;}

.footer-content .footer-dark .content-container{padding: 0;}

.footer-content .footer-logo{margin-bottom: 20px;}

.footer-content .footer-logo img{
    margin: 0 auto;
    display: block;
}

.footer-content .contact{
    font-family: 'Lato', sans-serif;
    color: rgb(246, 248, 237);
    text-align: center;
}

.footer-content .contact .company{
    font-size: 18px;
    font-weight: bold;
}
.footer-content .contact .address{font-size: 16px;}
.footer-content .contact .address a {color: #fff;}
.footer-content .contact .address a:hover {color: #fff;}
.footer-content .news a{
    position: relative;
    border: 8px solid rgb(85, 106, 31);
    border-radius: 6px;
    background-color: rgb(59, 75, 17);
    float: left;
    padding: 17px 20px 17px 30px;
    margin: 43px 0 20px;
    display: block;
    font-family: 'Kanit', sans-serif;
}

.footer-content .news img{
    position: relative;
    top: -6px;
    float: left;
    margin-right: 16px;
}

.footer-content .news .content{
    font-size: 26px;
    font-family: 'Kanit', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
    float: left;
    max-width: 250px;
    line-height: 1;
    text-align: left;
}

.footer-content .news .content .top{font-size: 27px}

.footer-content .news .fa{
    font-size: 37px;
    color: rgb(246, 248, 237);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 34px;
}

@media only screen and (min-width: 64.063em) {
    .footer-content .footer-nav ul:last-of-type{
        float: right;
    }
}

.footer-content .footer-nav li{
    margin-bottom: 6px;
}

.footer-content .footer-nav li a{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: rgb(246, 248, 237);
    text-transform: uppercase;
    font-weight: 700;

}

.footer-content .footer-dark .copy{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: rgb(246, 248, 237);
    line-height: 59px;
}


.footer-content:before {
    content:"";
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image: url(/includes/public/assets/images/patterns/trees-pattern-footer.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto 87%;
}
@media only screen and (max-width: 64.063em) {
    .footer-content:before {background-size: auto 90%;}
}


@media only screen and (max-width: 705px) {
    .footer-content .columns{width: 100%;}
    .footer-content .news a{
        padding: 17px 0 17px 4px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        max-width: 320px;
        overflow: auto;
    }
    .footer-content .news img{margin-right: 14px;}
    .footer-content .news .content{max-width: 230px;}
    .footer-content .news .fa{ right: 3px;}
    .footer-content .footer-nav{
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        padding-left: 0.9375rem;
    }

    .footer-content:before {background-size: auto 89%;}
    .footer-content .footer-dark .copy{margin-bottom: -20px;}
}

@media only screen and (max-width: 640px) {
    .footer-dark .social{
        max-width: 100%;
        text-align: center;
    }
    .footer-dark .social ul li{margin-bottom: 10px;}
}

.footer-content .bigfoot-tree {
    position: absolute;;
    top:0px;
    right:0px;
    width:493px;
    height:470px;
    background-image:url(/includes/public/assets/images/patterns/trees4.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.footer-content .reveal .bigfoot {
    position: absolute;
    bottom:2px;
    right:0px;
    width:200px;
}
.bigfoot.active {
  animation:bigfoot-movin 27.5s ease infinite;
  -webkit-animation:bigfoot-movin 27.5s ease infinite;
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}
@keyframes bigfoot-movin {
  0% {
    right:0px;
  }
  1.5% {
    right:50px;
  }
  4% {
    right:50px;
  }
  7% {
    right:110px;
  }
  10% {
    right:110px;
  }
  11.5% {
    right:115px;
  }
  12% {
    right:0px;
  }
  100% {
    right:0px;
  }
}
@-webkit-keyframes bigfoot-movin {
  0% {
    right:0px;
  }
  1.5% {
    right:50px;
  }
  4% {
    right:50px;
  }
  7% {
    right:110px;
  }
  10% {
    right:110px;
  }
  11.5% {
    right:115px;
  }
  12% {
    right:0px;
  }
  100% {
    right:0px;
  }
}
