section, article, header, footer, nav, aside
{
    display: block;
}

html, head, body
{
	min-height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	
	color: #47535b;
	font-size: 20px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	line-height: 1.7;
	
	background-color: #c7cbcd;
	background: url(../images/background-footer.png) no-repeat center bottom, url(../images/background.jpg) no-repeat center top #c7cbcd;
	/*background-size: cover, cover;*/
	background-size: 100% auto;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        background-position: 50.001% 0;
    }
}
*/

*
{
	box-sizing: border-box;
}

a, a:hover
{
	color: inherit;
}

a.link-hoverline, .link-hoverline a
{
	text-decoration: none;
}

a.link-hoverline:hover, .link-hoverline a:hover
{
	text-decoration: underline;
}

.text-uppercase
{
	text-transform: uppercase;
}

.text-center
{
	text-align: center;
}

.c, .clear
{
	clear: both;
}

.show-on-print
{
	display: none;
}

.no-select, .no-select *
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hide
{
	display: none !important;
}

h1
{
	font-family: 'PT Serif', serif;
	font-size: 2em;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	color: #d08941;
}

h2
{
	font-size: 1.5em;
}

h2, h3, h4, h5, h6
{
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.more-container
{
	overflow: hidden;
}


.wrap
{
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

#mobile-content
{
	overflow: hidden;
}


#mobile-navigation-selection,
#mobile-navigation,
#mobile-menu-btn
{
	display: none;
}

#mobile-navigation-overlay-label
{
	margin: 0;
	display: inline;
}


#head
{
	height: 150px;
}



#service-menu-container
{
	color: #fff;
	padding-left: 27px;
	margin-top: 60px;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
}

#service-menu-container a
{
	color: #fff;
	font-weight: bold;
}

#service-menu-container .separator
{
	margin: 0 5px;
}

#logo-container
{
	padding-right: 100px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#logo-container img
{
	border: none;
	display: block;
}

#stage-container
{
	position: relative;
	background-color: #fff;
	border: 10px solid rgba(71, 83, 91, 0.50);
}

#stage-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	position: relative;
	height: 480px;
}

#stage-container ul.stage li
{
	list-style: none;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background-position: center center;
	background-size: cover;
}

#stage-pages
{
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
}

#stage-pages span
{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: rgba(71, 83, 91, 0.5);
	margin: 0 4px;
	border: 2px solid rgba(71, 83, 91, 0.75);
	cursor: pointer;
}

#stage-pages span.current
{
	background-color: rgba(255, 255, 255, 0.5);
}

#menu-container
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 11;
	width: 240px;
	padding-left: 17px;
	color: #fff;
	
	background: -moz-linear-gradient(left, rgba(71,83,91,1) 0%, rgba(71,83,91,0) 100%);
	background: -webkit-linear-gradient(left, rgba(71,83,91,1) 0%,rgba(71,83,91,0) 100%);
	background: linear-gradient(to right, rgba(71,83,91,1) 0%,rgba(71,83,91,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47535b', endColorstr='#0047535b',GradientType=1 );
}

#menu-container .fa
{
	margin: 17px 0;
}

#menu-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-container li
{
	text-transform: uppercase;
	border-top: 2px dotted #fff;
}

#menu-container li:first-child
{
	border-top: none;
}

#menu-container li a 
{
	margin: 6px 0;
	display: block;
	padding-right: 20px;
}

#menu-container a.active
{
	background: url(../images/stage-menu-active-background.png) no-repeat 100% 7px transparent;
}

#breadcrumb
{
	margin: 16px 0 16px 305px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

#breadcrumb i
{
	color: #d08941;
	margin: 0 5px;
}

#content-container
{
	background-color: #fff;
	border: 10px solid rgba(71, 83, 91, 0.75);
	padding: 17px;
	margin-bottom: 120px;
}

#content-container .title-container
{
	margin-bottom: 40px;
	position: relative;
}

#content-container .title-container h1
{
	line-height: 1.2;
}

#content-container .title-container strong
{
	margin-top: 11px;
}

#sub-menu-container
{
	width: 206px;
	margin-right: 72px;
	margin-bottom: 65px;
	float: left;
}

#sub-menu-container strong
{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
	display: block;
	line-height: 1.2em;
}

#sub-menu-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub-menu-container a
{
	margin: 18px 0;
	display: block;
}

#sub-menu-container a.active
{
	background: url(../images/menu-active-background.png) no-repeat 100% 6px transparent;
}

#online-booking-top
{
	width: 100%;
	position: relative;
}


#online-booking-top .image
{
	position: absolute;
	right: 0;
	top: -54px;
	z-index: 10;
	margin-right: -210px;
	width: 486px;
	height: 181px;
	background: url(../images/booking-dot.png) no-repeat center center transparent;
}

#online-booking-top .dot
{
	position: absolute;
	left: 63px;
	top: 4px;
	z-index: 10;
	width: 165px;
	height: 165px;
	border-radius: 100%;
}

#online-booking-footer
{
	width: 100%;
	position: relative;
}

#online-booking-footer .image
{
	position: absolute;
	left: 0;
	top: -54px;
	z-index: 10;
	margin-left: -382px;
	width: 641px;
	height: 181px;
	background: url(../images/booking-dot-bottom.png) no-repeat center center transparent;
}

#online-booking-footer .dot
{
	position: absolute;
	right: 68px;
	top: 4px;
	z-index: 10;
	width: 165px;
	height: 165px;
	border-radius: 100%;
}

#content
{
	margin-left: 278px;
	margin-bottom: 60px;
}


#content-footer
{
	margin: 0 -17px -17px;
	height: 390px;
	background: url(../images/content-footer-background.jpg) no-repeat center bottom #fff;
	background-size: cover;
}

.content-container table
{
	border-spacing: 0;
	border-collapse: collapse;
}

.content-container table td
{
	padding: 0 10px 0 0;
}

.content-container table p
{
	margin: 0;
}

#footer-container
{
	color: #fff;
}

#footer-container .contact
{
	border-top: 7px solid #fff;
	background-color: #677178;
	padding: 50px 10px;
	text-align: center;
	font-size: 24px;
}

#footer-container .contact i
{
	color: #d08941;
}

#footer-container .contact p
{
	margin: 0;
	line-height: 2.4em;
}

#footer-container .contact span
{
	white-space: nowrap;
}

#footer-container .contact .separator
{
	margin: 0 15px;
}

#footer-container .menu
{
	border-top: 7px solid #fff;
	background-color: #d08941;
	padding: 40px 10px;
	font-size: 14px;
}

.menu .wrap
{
	display: flex;
}

#footer-container .menu .col
{
	float: left;
	width: calc(100% / 7);
	border-left: 1px dotted #fff;
	padding-left: 20px;
	padding-right: 20px;
}

#footer-container .menu .col:first-child
{
	border-left: none;
	padding-left: 0;
}

#footer-container .menu .col > ul > li > a, 
#footer-container .menu .col > ul > li.home a
{
	text-transform: uppercase;
}

#footer-container .menu .col > ul > li > a
{
	display: block;
	min-height: 3.4em;
	margin-bottom: 1em;
}

#footer-container .menu .col ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}


#footer-container .logos
{
	border-top: 7px solid #fff;
	background-color: #c7cbcd;
	padding: 26px 10px;
	text-align: center;
}

#footer-container .logos a
{
	margin: 0 35px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer-container .logos a:hover
{
	background-position-y: 100%;
}

#footer-container .logos .grey img
{
	display: none;
}

#footer-container .logos a.bbnk
{
	width: 196px;
	height: 80px;
	background-image: url(../images/footer-logo-bbnk.jpg);
}

#footer-container .logos a.blnp
{
	width: 193px;
	height: 86px;
	background-image: url(../images/footer-logo-blnp.jpg);
}

#footer-container .logos a.mgn
{
	width: 110px;
	height: 80px;
	background-image: url(../images/footer-logo-mgn.jpg);
}