/**
 * 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 { 
	max-width:100%;
	overflow-y: scroll;  /* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
	overflow-x: hidden;
} 
html, body { height: 100%; }

@font-face {font-family: 'Goblin'; src: url("/includes/public/fonts/Goblin.otf") format("opentype");}
@font-face {font-family: 'Sreda'; src: url("/includes/public/fonts/Sreda.otf") format("opentype"), url("/includes/public/fonts/Sreda.TTF") format('truetype');}

h1, h2, h3, h4, h5, h6 {color: #281405; margin: 0 0 20px; text-transform: uppercase;}
h1 {font: normal 30px/42px "Goblin", sans-serif; letter-spacing: 1px; margin-bottom: 30px; margin-top: -2px;}
h2 {font: normal 30px/42px "Sreda", sans-serif; margin: 0 0 13px;}
h3 {font: normal 30px/42px "Goblin", sans-serif; margin: 0 0 20px;}
h4 {font: 600 27px/38px "Sofia Rough W00 Black One", sans-serif; margin: 0 0 20px;}
h5 {font: normal 24px/34px "SantElia Rough W00 Bold", sans-serif; text-transform: none;}
h6 {font: normal 16px/22px "Sreda", sans-serif; letter-spacing: 2px; text-transform: none;}

p {color: #281405; font: normal 18px/24px "Adelle W01 Regular", sans-serif;}
a, a:link, a:visited, a:focus {color: #ea5418; font-weight: normal;
	-webkit-transition: all 225ms ease-in-out;
	-moz-transition: all 225ms ease-in-out;
	-o-transition: all 225ms ease-in-out;
	transition: all 225ms ease-in-out;
}
a:hover {color: #281405; text-decoration: none;}
p a:hover {text-decoration: underline;}

li a {color: #049aad; font-weight: bold;}
ul {color: #505b67;}
ul li {color: #654b0f; font-size: 18px; font-family: "Adelle W01 Regular", sans-serif;}

hr {
	background-image: url(/includes/public/assets/images/rule.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 7px;
	border: medium none;
	display: block;
	height: 25px;
	margin: 0;
	width: 100%;
}

.clear {clear: both; line-height: 1px; visibility: hidden;}

body {color: #281405; font-size: 16px; font-family: "Adelle W01 Regular", sans-serif;}
.wrapper {display: block; margin: 0 auto; overflow: hidden; position: relative; width: 100%;}
body .wrapper .row {max-width: 994px;}

.layout-panel {padding: 30px 0;}
.layout-panel.nopad {padding: 0;}
.layout-panel.nobottompad {padding-bottom: 0;}
.white {background-color: #fff;}

.panel_custom_one_col_full.bg {
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 -56px 0 -28px rgba(0, 0, 0, 0.4) inset;
	padding-bottom: 28px;
}
.panel_custom_one_col_full.bg > .row > .columns {margin-bottom: 30px;}

.mobile-fixed {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 200001;
}

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }
@media (max-width: 64em) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}

input[type="submit"], input[type="reset"], .button-style, a.button-style {
	height: 40px;
	text-align: center;
	color: #fcfbfa;
	font-size: 24px;
	font-family: "SantElia Rough W00 Bold", sans-serif;
	background-color: #ea5418;
	padding: 4px 15px 0;
	display: block;
	cursor: pointer;
	border: none;
}
input[type="submit"].yellow, .button-style.yellow, a.button-style.yellow {background-color: #f0a028;}
input[type="submit"].blue, .button-style.blue, a.button-style.blue {background-color: #2e609c;}

button.button-style {margin: 0; outline: none;}
button.button-style:hover, button.button-style:focus, a.button-style:hover, a.button-style:focus {background-color: #ed6d3a;}
button.button-style.yellow:hover, button.button-style.yellow:focus, a.button-style.yellow:hover, a.button-style.yellow:focus {background-color: #f2ae48;}
button.button-style.blue:hover, button.button-style.blue:focus, a.button-style.blue:hover, a.button-style.blue:focus {background-color: #4d78ab;}

.wrapper .ui-datepicker select {padding: 0;}
.ui-datepicker {z-index: 1000 !important;}

.simpleForm .formCntrls {margin: 15px auto;}
.simpleForm input[type="submit"], .simpleForm input[type="reset"] {display: inline-block; margin: 0 8px;}
.simpleForm input[type="submit"]:hover, .simpleForm input[type="submit"]:focus,
.simpleForm input[type="reset"]:hover, .simpleForm input[type="reset"]:focus {background-color: #ed6d3a;}
.simpleForm .hint {font-size: 0.75em; color: #4d4d4d;}

.expandable + button.expandableButton {
    font-size: 12px;
    width: 100%;
    height: 35px;
    border: 2px solid #4b4b4b;
    margin: 10px 0 20px;
    background: #FFF;
    padding: 4px 16px;
    -moz-appearance: none;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    border-radius: 3px;
    cursor: pointer;
    color: #000;
    max-width: 150px;
    left: 50%;
    transform: translate(-50%, 0);
}

.expandable[data-expand=true] {
    position: relative;
    height: 75px;
    overflow: hidden;
}

.expandable[data-expand=true]:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, white);
}


/**** header ****/
.header-section {
	background-image: url(/includes/public/assets/backgrounds/texture-denim-dark.jpg);
	display: block;
	height: 177px;
	position: relative;
	width: 100%;
	z-index: 899;
}
.header-section .logo {
	background-image: url(/includes/public/assets/backgrounds/background-logo.png);
	background-position: center -41px;
	background-repeat: no-repeat;
	display: block;
	height: 108px;
	padding-top: 16px;
	text-align: center;
	width: 100%;
}
.header-section .logo p {margin: 0;}
.header-section .logo p a {border: none;}

.header-section .rightSide {display: block; height: 69px; width: 100%;}

.header-section .section-top-nav,
.header-section .section-map,
.header-section .section-offers,
.header-section .section-search {display: none;}

.header-section .section-map i,
.header-section .section-offers i {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	-webkit-transition: all 225ms ease-in-out;
	-moz-transition: all 225ms ease-in-out;
	-o-transition: all 225ms ease-in-out;
	transition: all 225ms ease-in-out;
}
.header-section .section-map i:hover,
.header-section .section-offers i:hover {color: #f4b75d;}


.once-there-book-button {
    margin-top: 10px;
    text-align: center;        
    max-width: 180px;
    position: absolute;
    right: auto;
    left: 20px;
    top: 0px;
    background: #ea5418;
    z-index: 10;
    padding-top: 5px;
}
.dtn .once-there-book-button { top: 30px; }
.once-there-book-button p {
    margin-bottom: 0px;
    color: #FFF !important;
    font-weight: normal;
}
.once-there-book-button a {
    line-height: 1em;
    color: #FFF !important;
    background-color: #ea5418;
    padding: 5px 20px 10px;
    margin-top: 5px;
    display: block;
    font-family: "SantElia Rough W00 Bold", sans-serif;
    font-size: 18px;
}

@media only screen and (max-width: 64em) {
    .once-there-book-button {
        right: auto;            
        top: 0px;
    }
    .once-there-book-button p { font-size: 12px; font-weight: normal; margin-bottom: 0px; }
    .once-there-book-button a { font-size: 14px; line-height: 14px; }
}
@media only screen and (max-width: 40em) {
    .once-there-book-button {
        right: auto;
        top: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.highlights {  }
.highlights h3 {
    color: #ea5418;
    font-size: 30px;
    margin-bottom: 0;
}
.highlights ul { margin-left: 50px; }

.coupons.shared-detail .once-there-book-button {
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    left: 0;       
    max-width: none;
    position: relative;
    background: transparent;
    z-index: 10;
    padding-top: 0px;
}
.coupons.shared-detail .once-there-book-button p {
    margin-bottom: 0px;
    margin-right: 10px;
    color: #281405 !important;
    font-weight: normal;
    display: inline-block;
}
.coupons.shared-detail .once-there-book-button a {
    line-height: 20px;
    color: #FFF !important;
    background-color: #ea5418;
    padding: 10px 20px 10px;
    margin-top: 0px;
    display: inline-block;
    font-family: "SantElia Rough W00 Bold", sans-serif;
    font-size: 18px;
}

@media only screen and (max-width: 64em) {
    .coupons.shared-detail .once-there-book-button {
        right: auto;            
        top: 0px;
    }
    .coupons.shared-detail .once-there-book-button p { font-size: 12px; font-weight: normal; margin-bottom: 0px; }
    .coupons.shared-detail .once-there-book-button a { font-size: 14px; line-height: 14px; }

    .highlights {
        margin: 0px auto;
        max-width: 548px;
    }
}
@media only screen and (max-width: 40em) {
    .coupons.shared-detail .once-there-book-button {
        right: auto;
        top: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .highlights {
        margin: 20px auto 0;
        max-width: 548px;
        padding: 0px 0px;
    }
    .highlights ul { margin-left: 20px; }
}


@media only screen and (min-width: 40.063em) {
	.header-section {height: 102px;}
}
@media only screen and (min-width: 40.063em) and (max-width: 64.000em) { 
	.header-section {height: 86px;}
	.header-section .logo {
		background-position: right -41px;
		float: left;
		padding-left: 29px;
		text-align: left;
		width: 263px;
		position: absolute;
	}
	.header-section .rightSide {float: right; height: 86px; width: 50%;}
	.mobilenav {padding-top: 34px;}
	.mobilenav.active .container {top: 81px;}
}
@media only screen and (min-width: 64.063em) { 
	.header-section {height: 120px; position: fixed; top: 0; left: 0; z-index: 9999; transition: all ease .7s;}
	.header-section:after {
		content: "";
		height: 5px;
		width: 100%;
		position: absolute;
		bottom: -5px;
		left: 0px;
		background-image: url(/includes/public/assets/backgrounds/texture-brown.png);
	}
	.header-section .headerRow {margin: 0 auto; max-width: 1190px; position: relative;}
	.header-section .logo {
		background-position: bottom left;
		position: absolute;
		padding: 0; 
		height: 149px;
		width: 248px;
		z-index: 99;
		transition: all ease .5s;
	}
	.header-section .logo .logo-center {
		position: absolute;
		top: 50%;
		width: 100%;
		text-align: center;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.header-section .rightSide {height: 120px;}
	.header-section .section-main-nav {display: block; position: absolute; top: 67px; right: 0; height: 75px; text-align: right; transition: top ease .5s;}
	.header-section .top {display: block; position: absolute; top: 12px; right: 0; height: 50px; width: 100%; transition: top ease .5s;}
	.header-section .section-search {display: block; float: right; height: 36px; width: 36px; position: relative;}
	.header-section .section-offers {display: block; float: right; height: 36px; margin-right: 14px;}
	.header-section .section-map {display: block; float: right; height: 36px; margin-right: 27px;}
	.header-section .section-top-nav {display: block; float: right; height: 36px; margin-right: 35px;}

	body.navsmall .header-section,
	body.navsmall .header-section .rightSide {height: 80px;}
	body.navsmall .header-section .logo {height: 108px;}
	body.navsmall .header-section .top {top: -50px;}
	body.navsmall .header-section .section-main-nav {height: 52px; top: 33px;}
	body.navsmall .main-nav > .item {min-height: 52px;}
	body.navsmall .main-nav .item .subMenuCont {top: 47px;}

}

.slideshow-section {position: relative;}

.wrapper > .content {background-image: url(/includes/public/assets/backgrounds/texture-stage.jpg); position: relative;}
.body-wrapper {
	background-image: url(https://res.cloudinary.com/simpleview/image/upload/v1487356507/clients/cheyenne/7e8496ef_a222_469b_8943_0949af444664_4180af5e-b136-4e73-bc19-53199e62c19b.jpg); 
	background-position: bottom center; 
	background-repeat: no-repeat; 
	overflow: hidden;
}
.body-wrapper:after {content: ""; position: absolute; bottom: 0; left: 0; height: 30px; width: 100%; background-color: rgba(0,0,0,.35);}

.detail-border {
	background: url(/includes/public/assets/backgrounds/texture-denim.jpg) repeat-x;
	display: block; height: 5px;
}
.detail-bottom {
	background-image: url(https://res-2.cloudinary.com/simpleview/image/upload/f_auto,q_75/v1/clients/cheyenne/buffalo_e7e7eb8d-0176-410b-ada1-c6d508170cd8.png); 
	background-position: bottom center; 
	background-repeat: no-repeat; 
	overflow: hidden;
}

.highlights-container {background-color: #2e609c; padding: 35px 0 50px; position: relative;}

.custom_map {
	background: url(/includes/public/assets/backgrounds/texture-denim.jpg) repeat-x;
	padding-top: 5px;
}
.custom_map.noborder {background: none; padding-top: 0px;}

#mapexplorerPlaceholder {padding-top: 30px;}

.panel_custom_two_col_66_33 .title {padding-bottom: 20px;}
.panel_custom_two_col_66_33 .title h3 {
	color: #281203;
	font: normal 25px/27px "Goblin", sans-serif;
	margin: 0 0 8px;
	text-align: center;
	text-transform: uppercase;
}
.panel_custom_two_col_66_33 .title a {
	color: #ea5418;
	display: block;
	font-family: "SantElia Rough W00 Bold", sans-serif;
	font-size: 24px;
	text-align: center;
}

/**** widgets ****/
.sharethis-cont {display: block; margin: 20px 0; height: 26px; text-align: right; width: 100%;}
.sharethis-cont .st_sharethis {position: relative; z-index: 301;}
.sharethis-cont .stButton {margin: 0;}
.sharethis-cont .stButton .sharethis {background: none;}
.sharethis-cont .stButton .chicklets {color: #281405; font: normal 20px/24px "Adelle W01 SemiBold", sans-serif; height: 24px; padding: 0;}
.sharethis-cont .stButton .chicklets:before {content: "\f067"; color: #ea5418; font: normal 10px/24px FontAwesome; margin-right: 6px; position: relative; top: -2px;}
.wrapper.noslide .sharethis-cont {margin-top: 50px;}

.audioplayer {
	display: block;
	overflow: hidden;
	padding: 10px 15px 18px;
	position: relative;
	margin-bottom: 12px;    
}
.audioplayer .title {color: #281405;; font-family: "Sreda", sans-serif; font-size: 18px; margin-bottom: 0; text-align: left}
.audioplayer .text {color: #281405;; font-size: 14px; font-family: 'Adelle W01 Regular', sans-serif; display: block; margin-bottom: 10px;}

.newsletter {
	background-color: rgba(46,96,156,0.8);
	display: block;
	overflow: hidden;
	padding: 10px 15px 18px;
	position: relative;
	margin-bottom: 30px;    
}
.newsletter .title {color: #fff; font-family: "Sreda", sans-serif; font-size: 22px; margin-bottom: 0; text-align: center;}
.newsletter .text {color: #fff; font-size: 14px; font-family: 'Adelle W01 Regular', sans-serif; display: block; margin-bottom: 10px;}
.newsletter input[type=text] {
	height: 40px;
	width: 100%;
	color: #281203;
	font-size: 18px;
	padding-right: 117px;
	margin: 0;
	padding-top: 11px;
}
.newsletter .submit {bottom: 18px; position: absolute; right: 15px; width: 110px;}

.visitor-guide {background-color: rgba(240,160,40,0.8); margin-bottom: 270px;}
.visitor-guide .image img {width: 100%;}
.visitor-guide .content.column {padding: 17px 11% 10px; text-align: center;}
.visitor-guide .title {color: #fff; display: block; font: normal 22px/26px "Sreda", sans-serif; margin-bottom: 10px; text-align: center;}
.visitor-guide .text {color: #fff; font: normal 14px/1.5 'Adelle W01 Regular', sans-serif; margin-bottom: 10px;}
.visitor-guide .link {width: 100px; padding-left: 0; padding-right: 0; display: inline-block;}

@media only screen and (max-width: 64em) {
	.wrapper.noslide .sharethis-cont {margin-top: 40px;}
}
@media only screen and (max-width: 40em) {
	.wrapper.noslide .sharethis-cont {margin-top: 20px;}
	.coupons.shared-detail .detail-info h1 { margin-bottom: 10px; }
}
@media only screen and (min-width: 40.063em) {
	.panel_custom_two_col_66_33 .title h3 {font-size: 30px; line-height: 32px;}
	.highlights-container {
		background-color: transparent;
		background-position: center;
		background-size: cover;
		padding: 140px 0 150px;		
	}
	.highlights-container:before, .highlights-container:after {
		content: ""; 
		position: absolute; left: 0; width: 100%; 
		pointer-events: none;
	}
	.highlights-container:before {top: 0; height: 100%;
		background: url(/includes/public/assets/backgrounds/angle-top.png) no-repeat;
		background-size: 100%;
	}
	.highlights-container:after {bottom: 0; height: 100%;
		background: url(/includes/public/assets/backgrounds/angle-bottom.png) no-repeat;
		background-position: bottom center;
		background-size: 100%;
	}

	.newsletter {padding: 10px 23px 18px; margin-top: 25px;}
	.newsletter .title {text-align: left;}
	.newsletter .submit {right: 23px;}

	.visitor-guide {text-align: left; margin-bottom: 65px;}
	.visitor-guide .content.column {padding: 13px 15px 10px; text-align: left;}
	.visitor-guide .title {margin-bottom: 1px; text-align: left;}
	.visitor-guide .link {width: 130px;}
}
@media only screen and (min-width: 64.063em) { 
	/*.slideshow-section {margin-top: 125px;}*/
	.wrapper.noslide .slideshow-section {margin-top: 125px;}
	.body-wrapper, .detail-bottom {background-size: 100%;}

	.newsletter .title {font-size: 30px; margin-bottom: -8px;}
	.newsletter .text {font-size: 18px; margin-bottom: 14px;}

	.visitor-guide .title {font-size: 30px; line-height: 34px;}
	.visitor-guide .text {font-size: 18px;}
	.visitor-guide .content.column {padding: 22px 15px 10px;}
}


.panel_custom_socialhub {margin-top: 25px; margin-bottom: 45px;}
.panel_custom_socialhub .rawContent { display: none; }
.panel_custom_socialhub .panes > .pane { display: none; }
.panel_custom_socialhub .panes > .pane.active { display: block; }
.panel_custom_socialhub .tabs { overflow: hidden; padding-top: 27px; }

.panel_custom_socialhub .title {
	color: #ffffff;
	font: normal 25px/27px "Goblin", sans-serif;
	margin-bottom: 8px;
	text-align: center;
	text-transform: uppercase;
}
.panel_custom_socialhub .tag {
	color: #fff;
	font: normal 24px/24px "Sreda", sans-serif;
	text-align: center;
	text-transform: uppercase;
}
.panel_custom_socialhub .tabs > .tab {
	color: #fff;
	font: normal 18px/40px "SantElia Rough W00 Bold", sans-serif;
	margin-bottom: 12px;  
	height: 40px;
	width: 100%; 
	text-align: center; 
	cursor: pointer;
}
.panel_custom_socialhub .tabs > .tab i {color: #fff; font-size: 21px; margin-right: 3px; position: relative; top: 2px;}
.panel_custom_socialhub .tabs > .tab .instagram {
    background: url(/includes/public/assets/backgrounds/texture-denim.jpg);
}
.panel_custom_socialhub .tabs > .tab .twitter {
    background: url(/includes/public/assets/backgrounds/texture-denim-light.jpg);
}

@media only screen and (min-width: 40.063em) {
	.panel_custom_socialhub .title {font-size: 30px; line-height: 32px;}
	.panel_custom_socialhub .panes {margin-top: 8px;}
	.panel_custom_socialhub .tabs {margin: 0 -15px; padding-top: 32px;}
	.panel_custom_socialhub .tabs > .tab {float: left; width: 50%; padding: 0 15px;}
	.panel_custom_socialhub .tabs > .tab .tab-button {background: rgba(255,255,255,0.70); color: #2e609c;}
	.panel_custom_socialhub .tabs > .tab.active .tab-button {color: #fff;}
	.panel_custom_socialhub .tabs > .tab.active .instagram {
		background: url(/includes/public/assets/backgrounds/texture-denim.jpg);
	}
	.panel_custom_socialhub .tabs > .tab.active .twitter {
		background: url(/includes/public/assets/backgrounds/texture-denim-light.jpg);
	}
	.panel_custom_socialhub .tabs > .tab i {color: #43a7ca;}	
	.panel_custom_socialhub .tabs > .tab .instagram i {color: #406ca1;}	
	.panel_custom_socialhub .tabs > .tab.active i {color: #fff;}
}

.custom_booking {
	color: #fff; 
	font: normal 18px/30px "Adelle W01 Regular", sans-serif;
	margin-bottom: 60px;
	padding: 20px 0;	
}
.custom_booking .head .title {padding: 0 0.9375rem; text-align: left;}
.custom_booking .head .title a {color: #fff; font: normal 22px/30px "Sreda", sans-serif; text-transform: uppercase;}
.custom_booking .head .title a:hover {color: #fff; text-decoration: none;}
.custom_booking .head .title a i.fa {color: #fff; font-size: 18px; margin-right: 10px;}
.custom_booking .head .info {padding: 0 0.9375rem; text-align: right;}
.custom_booking .row.content {padding: 0 0.9375rem !important;}
.custom_booking .border {
	background: url(/includes/public/assets/images/rule-white.png) no-repeat center center;
	background-size: 100% 7px;
	position: relative; display: block; height: 7px;
	margin: 4px 0 10px;
}
.custom_booking .mobile-info {margin-bottom: 8px;}
.custom_booking .datepicker, .custom_booking select {
	background-color: #fff;
	border: none;
	color: #281203;
	font: normal 18px/20px "Adelle W01 Regular", sans-serif;
	height: 40px;
	margin-bottom: 0;	
	box-shadow: none;
	outline: none;
}
.custom_booking select {
	-moz-appearance: none;
	appearance: none;
	background-image: url(/includes/public/assets/images/dropdown-arrow.png);
	background-position: right 15px center;
}
.custom_booking .datepicker:focus {background-color: #fff; border: none; box-shadow: none;}
.custom_booking .datepicker::-webkit-input-placeholder {color: #281203;}
.custom_booking .datepicker:-moz-placeholder {color: #281203;}
.custom_booking .datepicker::-moz-placeholder {color: #281203;}
.custom_booking .datepicker:-ms-input-placeholder {color: #281203;}
.custom_booking .frm .columns i {position: absolute; top: 0; right: 25px; color: #281203; font-size: 16px; line-height: 40px;}
.custom_booking input[type="submit"] {width: 100%;}

.custom_booking.closed .content {display: none;}
.custom_booking.closed .head .title a i.fa:before {content: "\f077";}

@media only screen and (min-width: 40.063em) {
	.custom_booking .content .frm .columns.medium-3,
	.custom_booking .content .frm .columns.sdate {padding-right: 10px !important;}
	.custom_booking .content .frm .columns.medium-3 {margin-top: 10px;}
	.custom_booking .content .frm .columns.medium-3.action {padding-right: 0px !important;}
}
@media only screen and (min-width: 64.063em) {
	.custom_booking .head .title {float: left;}
	.custom_booking .head .info {float: right;}
	.custom_booking .content .frm .columns {padding-right: 10px !important; margin-top: 0 !important;}
	.custom_booking .content .frm .action {padding-right: 0px !important;}
}
@media only screen and (max-width: 40em) {
	.custom_booking {margin-bottom: 40px;}
	.custom_booking .head .title {text-align: center;}
	.custom_booking .content .frm .columns {margin-top: 10px; padding: 0px !important;}
	.custom_booking .frm .columns i {right: 15px;}
}

/**** footer ****/
.footer-section {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	background-image: url(/includes/public/assets/backgrounds/texture-denim-dark.jpg);
	position: relative;
	text-align: center;
	padding-bottom: 80px;
	margin-bottom: -7px;
}
.footer-section a {color: #fff;}
.footer-section p a {border: none;}
.footer-section .section-logo {margin-bottom: 20px;}
.footer-section .section-logo .logo-medium,
.footer-section .section-logo .logo-large {display: none;}
.footer-section .top-border {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	background-image: url(/includes/public/assets/backgrounds/texture-denim-orange.jpg);
	height: 6px;
}
.footer-section .footerBooking {background-image: url(/includes/public/assets/backgrounds/texture-denim-orange.jpg);}
.footer-section .section-address {text-align: center; font-size: 16px; margin-bottom: 21px;}
.footer-section .section-translate {display: inline-block; padding-right: 11px; vertical-align: middle; width: 75%;}
.footer-section .section-dmo {display: inline-block; width: 23%; vertical-align: middle;}
.footer-section .section-dmo p {margin: 0;}
.footer-section .section-copyright {margin-top: 15px;}
.footer-section .section-copyright .text {display: block; margin-bottom: 8px;}
.footer-section .section-copyright .image {display: block;}
.footer-section .to-top {
	background-color: #ea5418;
	border-radius: 3px 3px 0 0;
	display: block;
	height: 42px;
	margin: 20px auto 0;
	padding-top: 2px;
	text-align: center;
	width: 50px;
}
.footer-section .to-top i {color: #fff; font-size: 54px; position: relative; top: -11px;}
.socialLinks .icons {display: block; width: 100%; margin-bottom: 11px;}
.socialLinks .icons a {
	display: inline-block;
	height: 34px;
	margin-right: 8px;
	width: 34px;
	text-align: center;
	background-color: #ffffff;
	padding-top: 7px;
	border-radius: 50%;
	overflow: hidden;
}
.socialLinks .icons i {font-size: 20px; color: #11103c;}

@media only screen and (min-width: 40.063em) {
	.footer-section .section-social-links-footer {float: left; overflow: visible; padding-left: 14px; width: 258px;}
	.socialLinks .icons {padding-top: 10px; text-align: left; width: 112%;}
	.footer-section .to-top {position: absolute; bottom: 0; left: 0; right: 0; margin: auto;}
}
@media only screen and (min-width: 40.063em) and (max-width: 64.000em) {
	.footer-section .footerRow.row {max-width: 620px;}
	.footer-section .section-logo {float: left;}
	.footer-section .section-logo .logo-small,
	.footer-section .section-logo  .logo-large {display: none;}
	.footer-section .section-logo  .logo-medium {display: block;}
	.footer-section .section-address {font-size: 18px; margin-bottom: 32px;}
	.footer-section .section-translate {padding-left: 57px; padding-right: 8px; width: 59%;}
	.footer-section .section-copyright {margin-bottom: 10px; margin-top: 36px;}
	.footer-section .section-copyright .text {display: inline-block; margin-bottom: 8px; width: 48%; padding-right: 20px; text-align: right;}
	.footer-section .section-copyright .image {display: inline-block; width: 48%; text-align: left; padding-left: 20px;}
}
@media only screen and (min-width: 64.063em) {
	.footer-section {text-align: left; padding-bottom: 50px;}
	.footer-section .section-logo {float: left;}
	.footer-section .section-address {font-size: 18px; margin-bottom: 0;}
	.footer-section .section-translate {display: block; margin-bottom: 27px; margin-top: 13px; width: 100%; padding-left: 38px; padding-right: 0;}
	.footer-section .section-dmo {margin-bottom: -27px; text-align: right; width: 100%;}
	.footer-section .section-copyright {margin-bottom: 10px; margin-top: 5px;}
	.footer-section .section-copyright .text {display: inline-block; margin-bottom: 8px; text-align: left; width: auto;}
	.footer-section .section-copyright .image {display: inline-block; text-align: left; padding-left: 53px; text-align: left; width: auto;}
	.footer-section .section-logo .logo-small,
	.footer-section .section-logo .logo-medium {display: none;}
	.footer-section .section-logo .logo-large {display: block;}
	.socialLinks .icons {padding-top: 16px; text-align: right;}
	.footer-section .section-address {text-align: left;}
}


@media only screen and (max-width: 40em) {
	.panel_custom_two_col .leftcol,
	.panel_custom_two_col_sidebar_left .main,
	.panel_custom_two_col_sidebar_right .main,
	.panel_custom_three_col .leftcol,
	.panel_custom_three_col .middlecol {margin-bottom: 30px;}
}
@media only screen and (max-width: 64em) {
	.panel_custom_two_col_66_33 .leftcol {margin-bottom: 30px;}
}

@media only screen and (min-width: 40.063em) {
	h1 {font-size: 40px;}
}
@media only screen and (min-width: 64.0625em) { 
}