@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Sintony:400,700');
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Allura');
@import url('https://fonts.googleapis.com/css?family=Merienda:400,700');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
/*
fonts {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Architects Daughter', cursive;
	font-family: 'Oswald', sans-serif;
	font-family: 'Allura', cursive;
	font-family: 'Merienda', cursive;
	font-family: 'Julius Sans One', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Kaushan Script', cursive;
}
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ktz {
	color: rgba(255,0,255,1);
}
.lead_blue {
	color: rgba(51,102,204,1);
}
.cursive {
	font-family: 'Kaushan Script', cursive;
	font-size: 200%;
	display: block;
}
.lowercase {
	text-transform: none;
}
p.cta_call {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 300;
	width: 100%;
	height: auto;
	display: block;
	margin: 20px auto;
	padding: 20px 5px;
	background-color: rgba(255,204,0,1);
	border: 2px solid rgba(198,158,0,1);
	text-transform: uppercase;
	text-align: center;
	color: rgba(51,51,51,1);
	background-image: url(../img/cta_bg.png);
}
p.cta_call:before,
p.cta_call:after {
	font-family: FontAwesome;
	content: "\f0ad";
	font-weight: normal;
	font-size: 125%;
	vertical-align: 0;
	display: inline-block;
	text-shadow: none;
}
p.cta_call:before {
	margin-right: 20px;
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
p.cta_call:after {
	margin-left: 20px;
}

html,
body {
	-o-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-o-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-o-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-osx-font-smoothing: grayscale;
	-o-touch-action: manipulation;
	-moz-touch-action: manipulation;
	-webkit-touch-action: manipulation;
	touch-action: manipulation;
	width: 100%;
	height:  100%;
}
body {
	position: relative;
	color: rgba(11,11,11,1);
	background-color: rgba(250,247,239,1);
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	width: 100%;
	height: 100%;
	display: block;
}
#inner_body_text {
	padding-top: 50px;
	padding-bottom: 50px;
}
body * {
	text-shadow: none;
}
.wow {
	visibility: hidden;
}
a.ytube {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 10px;
	text-decoration: none !important;
}
a.ytube p.cap {
	display: block;
	height: auto;
	margin: 0;
	padding: 10px;
	background-color: rgba(74,141,161,1);
	color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,1);
}
.play,
a.play {
	position: relative;
	display: inline-block;
	max-width: 49%;
	height: auto;
	margin: 10px;
	text-decoration: none !important;
}
.play p.cap,
a.play p.cap {
	display: block;
	height: auto;
	margin: 0;
	padding: 10px;
	background-color: rgba(74,141,161,1);
	color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,1);
}
a.play img {
	opacity: .9;
}
a.play img:hover {
	opacity: 1;
}
a.play p.cap:hover {
	text-decoration: none;
}
.img-half {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px 10px;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-bordered {
	border: 5px solid #666699;
	margin: 30px auto;
}
.img-double-bordered {
	border: 2px solid rgba(255,255,255,1);
	-o-box-shadow: 0 0 0 1px rgba(74,141,161,1);
	-moz-box-shadow: 0 0 0 1px rgba(74,141,161,1);
	-webkit-box-shadow: 0 0 0 1px rgba(74,141,161,1);
	box-shadow: 0 0 0 1px rgba(74,141,161,1);
}
a.kbd {
	font-family: 'Roboto', sans-serif;
	font-family: inherit;
	padding: 4px 8px;
	font-size: 90%;
	color: #fff;
	background-color: rgba(74,141,161,1);
	background-color: #4A8DA1;
	border-radius: 3px;
	font-weight: normal;
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
}
a.kbd:hover {
	text-decoration: none;
	background-color: rgba(169,222,216,1);
	color: rgba(74,141,161,1);
}
s {
	color: rgba(255,0,0,1);
}
h1 {
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	margin: 20px 0;
	color: rgba(51,102,204,1);
	font-size: 48px;
}
h2 {
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	margin: 0;
	color: rgba(51,102,204,1);
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0;
}
h2 span.sub_h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin: 10px 0 30px;
	text-align: center;
	font-size: 18px;
	color: rgba(14,14,14,0.75);
	display: block;
}
h2 span.sub_h2:before,
h2 span.sub_h2:after {
	font-family: FontAwesome;
	content: "\f06c";
	font-weight: normal;
	color: rgba(136,141,27,1);
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
}
h2 span.sub_h2:before {
	margin-right: 10px;
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
h2 span.sub_h2:after {
	margin-left: 10px;
}
h3 {
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	margin: 20px 0;
	color: rgba(51,102,204,1);
	font-size: 22px;
}
h2.heading_underlined {
	border-bottom: 1px solid rgba(51,102,204,1);
	font-size: 24px;
	margin: 30px 0;
}
h4,
h5,
h6,
p,
a,
li {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: rgba(11,11,11,1);
}
p {
	margin: 0 0 10px 0;
	color: rgba(11,11,11,1);
}
p.lead,
p.secondary-lead {
	margin: 25px 0 15px 0;
	font-size: 20px;
	line-height: 30px;
	color: rgba(51,102,204,1);
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: left;
	display: block;
}
a {
	text-decoration: none;
	color: rgba(51,102,204,1);
}
a:hover {
	text-decoration: underline;
	color: rgba(38,77,155,1);
}
.interview {
	color: rgba(51,102,204,1);
}
ul.tick-list {
	padding-left: 0;
	list-style: none;
}
ul.tick-list li {
	list-style: none;
	font-size: 16px;
	color: #3F3F3F;
	margin: 0;
	padding: 0 0 9px 25px;
	position: relative;
}
ul.tick-list li:before {
	padding: 0;
	margin: 0;
	content: "\f046";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	text-decoration: inherit;
	color: rgba(0,160,198,0.7);
	position: absolute;
	left: 0;
	top: 0;
}
ul.tick-help {
	padding-left: 0;
	list-style: none;
}
ul.tick-help li {
	list-style: none;
	font-size: 16px;
	color: #3F3F3F;
	margin: 0;
	padding: 0 0 9px 25px;
	position: relative;
}
ul.tick-help li:before {
	padding: 0;
	margin: 0;
	content: "\f1cd";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	text-decoration: inherit;
	color: rgba(255,0,0,0.7);
	position: absolute;
	left: 0;
	top: 0;
}
.list-group-item {
	position: relative;
	display: inline-block;
	padding: 0 0 9px 35px;
	margin-bottom: -1px;
	background-color: transparent;
	border: 0;
	text-transform: capitalize;
}
.list-group-item:before  {
	padding: 0;
	margin: 0;
	content: "\f046";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	text-decoration: inherit;
	color: rgba(0,160,198,0.7);
	position: absolute;
	left: 10px;
	top: 0;
}

.main {
	margin: 30px 0;
}
.main_mbs {
	margin: 0 0 30px 0;
}
section#header {
	position: relative;
	background-image: url(../img/bg_xs.png), url(../img/header_bg-xs.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
	background-size: contain, auto;
	height: 551px !important;
	width: 100%;
	margin-bottom: 60px;
}
#waterCanvas {
	display: block;
	position: absolute;
	height: 30px;
	width: 100%;
	top: 374px;
	left: 0px;
	background-color: transparent;
}
.umb {
	display: block;
	position: absolute;
	height: 563px;
	width: 382px;
	top: 0px;
	left: 0px;
	background-image: url(../img/header_bg-xsSupp.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto;
}
.page-header {
	padding: 0;
	width: 100%;
	border: 0;
	margin: 90px auto 0;
}
.page-header h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: rgba(51,51,51,1);
	background-color: rgba(204,0,102,0);
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	z-index: 0;
}
.page-header h1 span {
	font-family: 'Allura', cursive;
	font-size: 20px;
	color: rgba(0,0,0,1);
	text-align: center;
	display: block;
	padding: 0;
	font-weight: 400;
	text-transform: none;
	z-index: 1;
}
.page-header h1 span:before,
.page-header h1 span:after {
	font-family: FontAwesome;
	content: "\f06c";
	font-weight: normal;
	color: rgba(255,255,255,1);
	font-size: 18px;
	vertical-align: 0;
	display: inline-block;
}
.page-header h1 span:before {
	margin-right: 10px;
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.page-header h1 span:after {
	margin-left: 10px;
}
.booking_button {
	position: relative;
	position: absolute;
	padding: 0;
	width: 100%;
	border: 0;
	top: -100px !important;
	left: 50%;
	margin-left: -50%;
	height: 50px;
	z-index: 21;
	background-color: rgba(255,0,0,0.0);
}
.booking_button a.btn-bookings {
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: rgba(255,255,255,0.6);
	border: 2px solid rgba(74,78,85,0.6);
	color: rgba(74,78,85,0.6);
	padding: 17px 30px;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	position: relative;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	-o-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	text-decoration: none !important;
	cursor: pointer;
	display: block;
	width: 80%;
	margin: auto;
	font-size: 18px;
}
.booking_button a.btn-bookings:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(74,78,85,1);
	border: 2px solid rgba(74,78,85,1);
}
.booking_button a.btn-bookings:before,
.booking_button a.btn-bookings:after {
	display: inline;
	padding: 0 10px;
	margin: 0;
	content: "\f004";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	text-decoration: inherit;
}
.booking_button a.btn-bookings:before {
}
.booking_button a.btn-bookings:after {
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {
/* iPhone 6 Portrait */
section#header {
	width: 100%;
	height: 601px !important;
	margin-bottom: 0px;
}
.page-header {
	padding: 0;
	width: 100%;
	border: 0;
	margin: 80px auto 0;
}
.page-header h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: rgba(51,51,51,1);
	background-color: rgba(204,0,102,0);
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	z-index: 0;
	text-shadow: none;
}
.page-header h1 span {
	font-family: 'Allura', cursive;
	font-size: 22px;
	color: rgba(0,0,0,1);
	text-align: center;
	display: block;
	padding: 0;
	font-weight: 400;
	text-transform: none;
	z-index: 1;
}

}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) {
/* iPhone 6+ Portrait */
section#header {
	width: 100%;
	height: 641px !important;
	margin-bottom: 0px;
}
.page-header {
	padding: 0;
	width: 100%;
	height: 100px;
	border: 0;
	margin: 90px auto 0;
}
.page-header h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	color: rgba(51,51,51,1);
	color: rgba(255,255,255,1);
	background-color: rgba(204,0,102,0);
	text-align: center;
	display: block;
	width: 100%;
	height: 100px;
	padding: 0;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	z-index: 0;
}
.page-header h1 span {
	font-family: 'Allura', cursive;
	font-size: 22px;
	color: rgba(0,0,0,1);
	text-align: center;
	display: block;
	padding: 0;
	font-weight: 400;
	text-transform: none;
	z-index: 1;
}

}

nav:not(.mm-menu) {
	display: none;
}
.content {
	padding: 0;
	overflow-x: hidden !important;
}
.logo_container {
	position: relative;
	height: 110px;
	width: 170px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	top: 59px;
	left: 50%;
	margin-left: -85px;
	position: absolute;
	padding: 0px;
	height: 110px;
	width: 170px;
	z-index: 1;
	text-indent: 3000%;
	white-space: nowrap;
	overflow: visible;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.logo span {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100px;
	width: 150px;
	display: none;
	position: absolute;
}
.logo span.animated_logo_top {
	background-image: url(../img/animated_logo_top.png);
	top: 5px;
	left: 10px;
	width: 150px;
	height: 20px;
	display: block;
}
.logo span.animated_logo_middle {
	background-image: url(../img/animated_logo_middle.png);
	top: 30px;
	left: 10px;
	width: 150px;
	height: 45px;
	display: none;
	display: block;
}
.logo span.animated_logo_bottom_left {
	background-image: url(../img/animated_logo_bottom_left.png);
	top: 80px;
	left: 10px;
	width: 50px;
	height: 20px;
	display: none;
	display: block;
}
.logo span.animated_logo_bottom_right {
	background-image: url(../img/animated_logo_bottom_right.png);
	top: 80px;
	right: 10px;
	width: 100px;
	height: 20px;
	display: none;
	display: block;
}
.logo span.animated_logo_borders {
	top: 0px;
	left: 0px;
	height: 105px;
	width: 170px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(44,44,44,1);
	border-bottom: 1px solid rgba(44,44,44,1);
}
a.logo {
	text-indent: 3000% !important;
	white-space: nowrap !important;
	overflow: hidden !important;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 60px !important;
	height: 60px;
	padding: 0;
	margin: 0;
	z-index: 20;
	z-index: 999999999;
}
.navbar-fixed-top {
	width: 60px !important;
	height: 60px !important;
}
#hamburger {
	display: block;
	width: 50px;
	height: 50px;
	left: 10px;
	top: 10px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid rgba(0,0,0,1);
	-o-transition: all 0.76s ease-out;
	-moz-transition: all 0.76s ease-out;
	-webkit-transition: all 0.76s ease-out;
	transition: all 0.76s ease-out;
	z-index: 999999999;
}
#hamburger span {
	background-color: rgba(0,0,0,1);
	height: 4px;
	width: 30px;
	margin: 0;
	position: absolute;
	left: 9px;
	-o-transition: all 0.76s ease-out;
	-moz-transition: all 0.76s ease-out;
	-webkit-transition: all 0.76s ease-out;
	transition: all 0.76s ease-out;
	-o-transition-property: transform, left, opacity;
	-moz-transition-property: transform, left, opacity;
	-webkit-transition-property: transform, left, opacity;
	transition-property: transform, left, opacity;
}
#hamburger:hover span {
}
#hamburger span.top-bar {
	top: 11px;
}
#hamburger span.middle-bar {
	top: 22px;
}
#hamburger span.bottom-bar {
	top: 33px;
}
html.mm-opened #hamburger {
	opacity: 0;
}
html.mm-opened #hamburger span.top-bar,
html.mm-opened #hamburger span.middle-bar,
html.mm-opened #hamburger span.bottom-bar {
	opacity: 0;
	transform: none;
}
 .mm-listview .mm-next::nth-child(odd) {
	background-color: rgba(255,255,255,0.2);
}
html.mm-pagedim #mm-blocker,
html.mm-pagedim-blue #mm-blocker {
	opacity: 0.7;
}
html.mm-pagedim-blue.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
	opacity: 0.7;
	-o-transition: opacity .4s ease .4s;
	-moz-transition: opacity .4s ease .4s;
	-webkit-transition: opacity .4s ease .4s;
	transition: opacity .4s ease .4s;
}
html.mm-pagedim #mm-blocker {
	background-color: rgba(36,36,36,1);
}
html.mm-pagedim-blue #mm-blocker {
	background-color: rgba(36,36,36,1);
}
.mm-menu {
	background-color: rgba(36,36,36,1);
	border-color: rgba(0,0,0,1);
	text-decoration: none;
	color: rgba(255,255,255,1);
}
h4.menu_header {
	color: rgba(241,239,224,1);
	text-decoration: none;
	font-family: 'Sintony', sans-serif !important;
	margin-left: 20px;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
}
h4.menu_header:before {
	font-family: FontAwesome;
	content: "\f06c";
	font-weight: normal;
	color: rgba(136,141,27,1);
	font-size: 28px;
	vertical-align: 0;
	display: inline-block;
	margin-right: 10px;
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.mm-menu li a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-family: 'Sintony', sans-serif !important;
}
.mm-menu li {
	display: inline-block;
	line-height: 20px;
	position: relative;
	width: 100%;
	color: rgba(255,255,255,1);
}
.mm-menu li a.fb_menu_link {
	display: inline-block;
	line-height: 20px;
	position: relative;
	width: 100%;
	color: rgba(255,255,255,1);
}
.mm-menu li a.fb_menu_link:before {
	font-weight: normal;
	font-family: FontAwesome;
	font-size: 200%;
	content: "\f230";
	display: inline-block;
	color: rgba(255,255,255,1);
	vertical-align: middle;
	padding-right: 7px;
}
.mm-menu li:before {
	-o-transition: width 0.2s ease-in;
	-moz-transition: width 0.2s ease-in;
	-webkit-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
	background-color: #1c1c1c;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
	z-index: -1;
}
.mm-menu li:first-child a {
}
.mm-menu li:first-child:before {
	background-color: #1F4E61;
}
.mm-menu li:nth-child(2):before {
	background-color: #275669;
}
.mm-menu li:nth-child(3):before {
	background-color: #2E5F72;
}
.mm-menu li:nth-child(4):before {
	background-color: #36677A;
}
.mm-menu li:nth-child(5):before {
	background-color: #2D6478;
}
.mm-menu li:nth-child(6):before {
	background-color: #3E7082;
}
.mm-menu li:nth-child(7):before {
	background-color: #46788A;
}
.mm-menu li:nth-child(8):before {
	background-color: #4E8192;
}
.mm-menu li:nth-child(9):before {
	background-color: #55899B;
}
.mm-menu li:nth-child(10):before {
	background-color: #5D92A3;
}
.mm-menu li:nth-child(11):before {
	background-color: #659AAB;
}
.mm-menu li:nth-child(12):before {
	background-color: #6DA3B3;
}
.mm-menu li:nth-child(13):before {
	background-color: #75ABBB;
}
.mm-menu li:nth-child(14):before {
	background-color: #7CB4C4;
}
.mm-menu li:nth-child(15):before {
	background-color: #84BCCC;
}
.mm-menu li:nth-child(16):before {
	background-color: #8CC5D4;
}
.mm-menu li:hover:before {
	-o-transition: width 0.2s ease-in;
	-moz-transition: width 0.2s ease-in;
	-webkit-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
	width: 100%;
}
.mm-navbar a.mm-title {
	display: none;
}
.mm-panel .mm-navbar {
	display: none;
}
.mm-navbar a.mm-next {
}
.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	width: 100%;
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-family: 'Sintony', sans-serif !important;
}
.mm-next:after,
.mm-prev:before {
	border-top: 2px solid rgba(241,239,224,1);
	border-left: 2px solid rgba(241,239,224,1);
	display: block;
	display: none !important;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
}
.mm-prev:before {
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto;
}
.mm-next:after {
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto;
}
.panel-test {
	position: relative;
	border: 1px solid rgba(255,255,255,1);
	padding: 0 !important;
	margin-top: 5px;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	-o-background-clip: border-box;
	background-clip: border-box;
	border-radius: 0 !important;
	background-color: rgba(169,222,216,1);
}
.test-link a,
.test-link a:hover,
.test-link a:focus {
	text-decoration: none;
}
.panel-test .panel-body {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top !important;
	background-size: cover;
	margin: 0;
	padding: 0;
	border-radius: 0 !important;
	display: block;
	width: 100%;
	height: auto;
}
.panel-test .panel-heading {
	position: relative;
	padding: 0;
	margin: 0;
	background-color: rgba(74,141,161,1);
	height: 40px;
	display: block;
	border-bottom: 1px solid rgba(255,255,255,1);
	border-radius: 0 !important;
}
.panel-test .panel-heading h4.hta {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
	font-weight: 400;
	padding: 0;
	padding-top: 10px;
	margin: 0 !important;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}
.panel-test .panel-footer {
	padding: 10px 2px 5px 2px;
	margin: 0;
	background: rgba(169,222,216,1);
	background: -webkit-linear-gradient(left, rgba(127,199,191,1)0%, rgba(169,222,216,1)50%, rgba(127,199,191,1)100%);
	background: -o-linear-gradient(right, rgba(127,199,191,1)0%, rgba(169,222,216,1)50%, rgba(127,199,191,1)100%);
	background: -moz-linear-gradient(right, rgba(127,199,191,1)0%, rgba(169,222,216,1)50%, rgba(127,199,191,1)100%);
	background: linear-gradient(to right, rgba(127,199,191,1)0%, rgba(169,222,216,1)50%, rgba(127,199,191,1)100%);
	height: 100%;
	border-radius: 0 !important;
	display: block;
}
.panel-test .panel-footer p {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #0E0E0E;
	font-weight: 400;
	margin: 0 !important;
	text-align: center;
	font-size: 13px;
	text-shadow: none !important;
}
.table-responsive {
	margin-bottom: 100px;
}
table {
	background-color: rgba(255,255,255,1) !important;
	margin: 10px 0 30px;
	border: 1px solid #ded6b0 !important;
	font-family: 'Roboto', sans-serif;
}
table tr th {
	color: rgba(255,255,255,1);
	border-top: 1px solid #fafafa;
	font-size: 15px;
	padding: 21px 25px 22px 25px !important;
	background-color: rgba(74,141,161,0.8);
	border-bottom: 1px solid rgba(255,255,255,1);
}
table tr {
	text-align: left;
	color: #804000;
	color: rgba(51,102,204,1);
	color: rgba(11,11,11,1);
	font-size: 14px;
	padding: 9px;
    vertical-align: middle;
}
table tr td {
	background-color: rgba(255,255,255,1) !important;
	text-shadow: none;
	padding: 16px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ded6b0;
	border-left: 1px solid #ded6b0;
}
table tr td:first-child {
	text-align: left;
	padding-left: 20px;
	border-left: 0;
}
table tr:last-child td {
}

ul.footnotes {
	display: block;
	list-style-type: none;
	margin: 10px;
	padding: 0;
}
ul.footnotes li {
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}
strong.stronger {
	font-size: 120%;
}
.plan {
	margin: 70px auto;
	border: 1px solid rgba(74,141,161,0.8);
}
.pricing-area .head {
	padding: 17px 0 5px 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(74,141,161,0.8);
	border-bottom: 1px solid rgba(255,255,255,1);
}
.pricing-area .head h3.heading {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-size: 28px;
}
.pricing-area .head h3.heading:before,
.pricing-area .head h3.heading:after {
	font-family: FontAwesome;
	color: rgba(14,14,14,0.5);
	font-size: 14px;
	content: "\f005";
	vertical-align: 60%;
}
.pricing-area .head h3.heading:before {
	padding-right: 10px;
}
.pricing-area .head h3.heading:after {
	padding-left: 10px;
}
.pricing-area .head p.save {
	color: rgba(4,97,124,1);
	font-weight: 700;
	font-size: 18px;
	display: block;
	text-transform: none;
	font-style: italic;
}
.pricing-area ul.tops {
	background-color: rgba(169,222,216,1);
	padding: 0;
	margin: 0;
}
.pricing-area ul.tops li {
	list-style: none;
	padding: 0 0 25px 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.pricing-area ul.tops li.line {
	padding: 15px 0 0 0;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: rgba(14,14,14,1);
	text-transform: uppercase;
}
.pricing-area ul.tops li:first-child {
	border-top: 2px solid rgba(74,141,161,1);
	border: 0;
}
.pricing-area ul.tops li:nth-child(even) {
}
.pricing-area .plan-box {
	background-color: rgba(255,255,255,1);
}
.pricing-area .plan-box-one {
	height: 200px;
}
.pricing-area .plan-box-two {
	height: 200px;
}
.pricing-area .plan-box p {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding: 10px;
}
.pricing-area .plan-box ul.likes {
	padding: 0;
	margin: 0;
}
.pricing-area ul.likes li {
	list-style: none;
	padding: 13px 0 0 10px !important;
	height: auto;
	line-height: 1;
	font-size: 80%;
	font-weight: 400;
	text-align: left;
}
.pricing-area ul.likes li:first-child {
	border: 0;
}
.pricing-area ul.likes li:nth-child(even) {
}
.pricing-area ul.likes li:before {
	font-family: FontAwesome;
	content: "\f005";
	padding-right: 10px;
	color: rgba(74,141,161,0.8);
}
.pricing-area .plan-action {
	height: 70px;
	padding: 15px 0;
	background: rgba(169,222,216,1);
	background: -webkit-linear-gradient(left, rgba(127,199,191,1)0%, rgba(169,222,216,1)50%, rgba(127,199,191,1)100%);
	background: -o-linear-gradient(right, rgba(127,199,191,1)0%, rgba(169,222,216,1)50%, rgba(127,199,191,1)100%);
	background: -moz-linear-gradient(right, rgba(127,199,191,1)0%, rgba(169,222,216,1)50%, rgba(127,199,191,1)100%);
	background: linear-gradient(to right, rgba(127,199,191,1)0%, rgba(169,222,216,1)50%, rgba(127,199,191,1)100%);
}
a.btn-combination_book {
	background-color: rgba(255,255,255,0);
	font-family: 'Open Sans Condensed', sans-serif;
	border: 2px solid rgba(74,78,85,0.7);
	color: rgba(74,78,85,0.7);
	text-shadow: none;
	padding: 7px 20px;
	margin: auto;
	height: 40px;
	width: 40%;
	font-weight: 700;
	text-transform: uppercase;
	outline: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
a.btn-combination_book:hover,
a.btn-combination_book:focus,
a.btn-combination_book.focus,
a.btn-combination_book:active,
a.btn-combination_book.active {
	background-color: rgba(255,255,255,0.5);
	color: rgba(0,0,0,1);
	border: 2px solid rgba(0,0,0,1);
	outline: 0;
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

section {
	width: 100% !important;
}
.panel-borderless {
	border: 0;
	background-color: transparent;
}
span.blank {
	font-size: 80%;
	color: #999999;
}
.bg-info {
	margin: 20px auto 10px;
	padding: 20px;
}
.info1 {
	background-color: rgba(217,237,247,0.2);
}
.info2 {
	background-color: rgba(217,237,247,0.4);
}
.info3 {
	background-color: rgba(217,237,247,0.6);
}
.info4 {
	background-color: rgba(217,237,247,0.8);
}
.info5 {
	background-color: rgba(217,237,247,1);
}
#contact,
#questionnaire {
	margin-top: 55px;
	margin-bottom: 25px;
	height: 100%;
	position: relative;
}

#contactForm .form {
	padding: 0;
	margin: 25px 0;
	height: 100%;
	background-color: rgba(217,226,150,1);
}
#contactForm .form-group {
	margin: 0 0 50px 0;
	position: relative;
}
#contactForm .form-group label {
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	font-size: 16px;
	font-weight: 300;
	color: rgba(11,11,11,1);
	text-align: left;
}
.text-red {
	color: rgba(255,0,0,1);
}
#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#contactForm input[type="number"],
#contactForm select,
#contactForm textarea {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	height: 40px;
	border: 1px solid rgba(74,78,85,0.7);
	padding: 10px;
	margin: 0;
	width: 100%;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(255,255,255,0.8);
	color: rgba(153,153,153,1);
	outline: none;
}
#contactForm input[type="text"]:focus,
#contactForm input[type="email"]:focus,
#contactForm input[type="tel"]:focus,
#contactForm input[type="number"]:focus,
#contactForm select:focus,
#contactForm textarea:focus {
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(74,78,85,1);
	color: #333;
	box-shadow: inset 0px 0px 1px 1px rgba(153,153,153,1);
	outline: none;
}
#contactForm textarea {
	height: 138px;
}
#contactForm .btn-send {
	font-family: 'Open Sans Condensed', sans-serif;
	border: 3px solid rgba(74,78,85,0.7);
	color: rgba(74,78,85,0.7);
	text-shadow: none;
	background-color: transparent;
	position: relative;
	padding: 10px 40px;
	margin: 0 0 40px 0;
	font-weight: 700;
	text-transform: uppercase;
	outline: 0;	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-o-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}
#contactForm .btn-send:hover,
#contactForm .btn-send:focus,
#contactForm .btn-send.focus,
#contactForm .btn-send:active,
#contactForm .btn-send.active {
	color: rgba(74,78,85,1);
	border: 3px solid rgba(74,78,85,1);
	outline: 0;
}
error {
	background-color: rgba(186,52,29,1);
	font-style: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 5px;
	margin: 0;
	color: rgba(255,255,255,1);
	font-weight: 300;
	position: relative;
	bottom: 5px;
	width: 100%;
}
#contactForm .has-error .help-block,
#contactForm .has-error .control-label,
#contactForm .has-error .radio,
#contactForm .has-error .checkbox,
#contactForm .has-error .radio-inline,
#contactForm .has-error .checkbox-inline,
#contactForm .has-error.radio label,
#contactForm .has-error.checkbox label,
#contactForm .has-error.radio-inline label,
#contactForm .has-error.checkbox-inline label,
#Questionnaire .has-error .help-block,
#Questionnaire .has-error .control-label,
#Questionnaire .has-error .radio,
#Questionnaire .has-error .checkbox,
#Questionnaire .has-error .radio-inline,
#Questionnaire .has-error .checkbox-inline,
#Questionnaire .has-error.radio label,
#Questionnaire .has-error.checkbox label,
#Questionnaire .has-error.radio-inline label,
#Questionnaire .has-error.checkbox-inline label {
	color: rgba(255,255,255,1);
}
#contactForm .has-error .form-control,
#Questionnaire .has-error .form-control {
	border-color: rgba(186,52,29,1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.75);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.75);
}
#contactForm .has-error .form-control:focus,
#Questionnaire .has-error .form-control:focus {
	border-color: #FF0000;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.75), 0 0 6px rgba(186,52,29,0.75);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.75), 0 0 6px rgba(186,52,29,0.75);
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success.checkbox-inline label {
	color: #00CC00;
}
.has-success .form-control {
	border-color: #67b168;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
	border-color: #FF0099;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

#Questionnaire .form {
	padding: 0;
	margin: 25px 0;
	height: 100%;
	background-color: rgba(217,226,150,1);
}
#Questionnaire .form-group {
	margin: 0 0 50px 0;
	position: relative;
}
#Questionnaire .form-group label {
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	font-size: 16px;
	font-weight: 300;
	color: rgba(11,11,11,1);
	text-align: left;
}
#Questionnaire input[type="text"],
#Questionnaire input[type="email"],
#Questionnaire input[type="tel"],
#Questionnaire input[type="number"],
#Questionnaire select,
#Questionnaire textarea.form-control {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	height: 40px;
	border: 1px solid rgba(74,78,85,0.7);
	padding: 10px;
	margin: 0;
	width: 100%;	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(255,255,255,0.8);
	color: #999;
	outline: none;
}
#Questionnaire input[type="text"]:focus,
#Questionnaire input[type="email"]:focus,
#Questionnaire input[type="tel"]:focus,
#Questionnaire input[type="number"]:focus,
#Questionnaire select:focus,
#Questionnaire textarea.form-control:focus {
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(74,78,85,1);
	color: #333;
	box-shadow: inset 0px 0px 1px 1px rgba(153,153,153,1);
	outline: none;
}
#Questionnaire textarea.form-control {
	height: 138px;
}
#Questionnaire .btn-send {
	font-family: 'Open Sans Condensed', sans-serif;
	border: 3px solid rgba(74,78,85,0.7);
	color: rgba(74,78,85,0.7);
	text-shadow: none;
	background-color: transparent;
	position: relative;
	padding: 10px 40px;
	margin: 0 0 40px 0;
	font-weight: 700;
	text-transform: uppercase;
	outline: 0;	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-o-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}
#Questionnaire .btn-send:hover,
#Questionnaire .btn-send:focus,
#Questionnaire .btn-send.focus,
#Questionnaire .btn-send:active,
#Questionnaire .btn-send.active {
	color: rgba(74,78,85,1);
	border: 3px solid rgba(74,78,85,1);
	outline: 0;
}
#Questionnaire .FAIL {
	font-family: 'Open Sans Condensed', sans-serif !important;
	position: absolute;
	line-height: 30px;
	display: block;
	left: 20px;
	bottom: -40px;
	background-color: rgba(245,101,31,1);
	color: rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 300;
	text-shadow: none;
	text-align: left;
	margin: 0;
	padding: 0 16px 0 30px;
	height: 30px;
	border-radius: 5px;
}
#Questionnaire .FAIL:before {
	display: block;
	content: "\f06a";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 0;
}
#Questionnaire .FAIL:after {
	position: absolute;
	content: "";
	left: 17px;
	top: -9px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 11px solid rgba(245,101,31,1);
}
#googleMap {
	outline: 1px solid rgba(74,141,161,1);
	margin-top: 0px;
}
.modal-dialog {
	z-index: 999999999;
	position: relative;
	border: 2px solid rgba(255,255,255,1);
	-o-box-shadow:  0 0 10px 2px rgba(0,0,0,0.7);
	-moz-box-shadow:  0 0 10px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.7);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.7);
	margin-top: 70px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
}
.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #000;
}
.modal-backdrop.in {
	filter: alpha(opacity=75);
	opacity: .75;
}
.modal-header {
	min-height: 16.42857143px;
	padding: 10px 10px 0 15px;
	position: relative;
	height: 60px;
	background-color: rgba(169,222,216,1);
	background-image: url(../img/modal_close_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
	background-color: rgba(250,247,239,1);
}
.modal-footer {
	padding: 15px;
	text-align: left;
	border: 0;
	background-color: rgba(16,32,35,1);
}

#mc_embed_signup {
	background: transparent;
	clear: left;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.promise {
	font-style: italic;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
#close {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	height: 40px;
	width: 40px;
	-o-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: rgba(255,255,0,0);
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	-o-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
#close:hover {
	-o-transform: scale(1) rotate(180deg);
	-moz-transform: scale(1) rotate(180deg);
	-webkit-transform: scale(1) rotate(180deg);
	transform: scale(1) rotate(180deg);
}
#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 10px 0 10px 0;
}
#mc_embed_signup input {
	font-size: 14px;
	line-height: 1.42857143;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(255,255,255,0.6);
	border: 2px solid rgba(74,78,85,0.6);
	padding: 10px 0.4em;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 10px auto;
	width: 100%;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
}
#mc_embed_signup input:focus {
	border-color: #333;
}
mc-embedded-subscribe-form label {
	color: rgba(11,11,11,1);
	font-size: 14px;
}
#mc_embed_signup .button {
	font-size: 14px;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(255,255,255,0.6);
	font-family: 'Open Sans Condensed', sans-serif;
	border: 2px solid rgba(74,78,85,0.6);
	color: rgba(74,78,85,0.6);
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 32px;
	display: inline-block;
	margin: 0;
	-o-transition: all 0.23s ease-in-out 0s;
	-moz-transition: all 0.23s ease-in-out 0s;
	-webkit-transition: all 0.23s ease-in-out 0s;
	transition: all 0.23s ease-in-out 0s;
	padding: 10px 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 39px auto 10px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: bottom;
	cursor: pointer;
	background-image: none;
}
#mc_embed_signup .button:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(74,78,85,1);
	border: 2px solid rgba(74,78,85,1);
}
#mc_embed_signup .small-meta {
	font-size: 11px;
}
#mc_embed_signup .nowrap {
	white-space: nowrap;
}
#mc_embed_signup .asterisk {
	color: #e85c41;
	font-size: 11px;
	font-weight: normal;
	position: relative;
}
#mc_embed_signup .clear {
	clear: both;
}
#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}
#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}
#mc_embed_signup #mce-error-response {
	display: none;
}
#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}
#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}
#mc-embedded-subscribe {
	clear: both;
	width: auto;
	display: block;
	margin: 1em 0 1em 5%;
}
#mc_embed_signup #num-subscribers {
	font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
	padding: .5em;
	border: 1px solid #ccc;
	margin-right: .5em;
	font-weight: bold;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 5px 10px;
	background-color: rgba(255,255,255,0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 2px solid #e85c41;
}

.list-social-icons {
	padding: 5px 0;
	margin: 10px 0;
}
.address_details {
}
.address_details h3 {
}
.address_details p {
	font-size: 14px;
	color: rgba(11,11,11,1);
	padding: 0;
}
.address_details p a {
	font-size: 14px;
	text-decoration: none;
}
.text-fb {
	display: block;
	text-indent: 3000% !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	background-color: rgba(59,89,152,0.8);
	margin: 0;
	padding: 0;
	height: 50px;
	width: 50px;
	background-image: url(../img/social_icon_fb.png);
	background-size: cover;
}
.text-fb:hover {
	background-color: rgba(59,89,152,1);
}
section.second_bg {
	position: relative;
	color: rgba(11,11,11,1);
	background-color: rgba(249,247,239,1);
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}
section.resources_bg {
	position: relative;
	color: rgba(11,11,11,1);
	background-color: rgba(242,232,210,1);
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	display: block;
}
section#subfooter {
	background-color: rgba(16,32,35,1);
	overflow: hidden;
	position: relative;
	border-top: 1px solid rgba(255,255,255,1);
}
p.footer_lead {
	margin: 10px 0;
	font-size: 22px;
	line-height: 30px;
	color: rgba(74,141,161,1);
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
p.sitemap_lead {
	margin: 10px 0;
	font-size: 22px;
	line-height: 30px;
	color: rgba(74,141,161,1);
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
p.text-footer {
	margin: 10px 0;
	color: rgba(255,255,255,1);
	font-weight: 300;
}
section#subfooter .container .row {
	margin: 10px 0;
	padding: 0;
}
div.treeview {
	overflow: auto;
	padding: 0;
	margin-bottom: 20px;
	color: rgba(255,255,255,1);
	border: 1px dotted #4a8da1;
}
div.treeview ul:first-child:before {
	display: none;
}
.treeview,
.treeview ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
}
.treeview ul {
	margin-left: 10px;
	position: relative;
}
.treeview ul ul {
}
.treeview ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px dotted #4a8da1;
	bottom: 15px;
}
.treeview li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: 400;
	position: relative;
	color: #FFF;
}
.treeview ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px dotted #4a8da1;
	position: absolute;
	top: 0.8em;
	left: 1px;
}
.treeview ul li:after {
	font-family: FontAwesome;
	content: "\f0c8";
	font-weight: normal;
	color: rgba(255,255,255,1);
	font-size: 4px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 15px;
}
.treeview ul li {
	padding-left: 25px;
}
.treeview li a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	color: rgba(255,255,255,1);
	font-size: 14px;
	font-weight: 400;
	line-height: 2em;
}
.join {
	padding: 0;
	margin: 0 0 20px 0;
}
a#facebook {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-o-box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	background-color: rgba(255,255,255,0);
	background-image: url(../img/social_icons_footer.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
a#facebook:hover {
	text-decoration: none;
}
a#facebook p.fb {
	color: rgba(255,255,255,1);
	font-size: 14px;
	display: inline-block;
	text-shadow: none;
	padding: 0;
	padding: 5px 0 0 70px;
	vertical-align: middle;
	word-wrap: normal;
}

footer#footer {
	background-color: rgba(0,0,0,1);
	overflow: hidden;
	position: relative;
	background-image: url(../img/footer_index.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
}
footer#footer p.copyright,
footer#footer p.copyright a {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: left !important;
	font-size: 10px !important;
	color: rgba(255,255,255,0.8) !important;
	line-height: 12px;
	padding: 0 !important;
	margin: 15px 0 0 0;
	text-shadow: none;
}
footer#footer p.credit,
footer#footer p.credit a {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: left !important;
	font-size: 10px !important;
	color: rgba(255,255,255,0.8) !important;
	line-height: 12px;
	padding: 0 !important;
	margin: 15px 0 0 0;
	text-shadow: none;
}
footer#footer p.copyright a,
footer#footer p.credit a {
	text-decoration: none;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-radius: 27px;
	border-style: solid;
	border-width: 22px;
	-o-border-image: url(../img/border.png) 22 round repeat;
	-moz-border-image: url(../img/border.png) 22 round repeat;
	-webkit-border-image: url(../img/border.png) 22 round repeat;
	border-image: url(../img/border.png) 22 round repeat;
	background-color: rgba(255,255,255,1);
}
blockquote p {
	color: rgba(0,102,153,1);
	font-size: 12px;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #333;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}
blockquote cite {
	display: block;
}
.jumbotron {
	padding: 0;
	background-image: url(../img/block_arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 200%;
}
.block {
	background-image: url(../img/section_bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-size: 170% auto;
	position: relative;
	display: block;
	margin: 40px 0 0 0;
	padding: 49% 0 0 0;
	height: 100%;
	width: 100%;
}
h2.testimonial_heading {
	padding: 15px;
	font-family: 'Oswald', sans-serif;
	color: rgba(255,255,255,1);
	font-size: 36px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	position: relative;
	width: 98%;
	margin: 0 auto 30px auto;
}
section#testimonial_container {
	min-height: 100vh;
	width: 100%;
	padding: 50px 0;
	background-image: url(../img/newcastle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-o-box-shadow: inset 0 0 5px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 5px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 5px 2px rgba(0,0,0,0.5);
	position: relative;
}

section.cancellation {
	padding-bottom: 50px;
}
.container.specials {
	height: auto;
	background-image: url(../img/water_drop_xs.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	background-color: #084d95;
	padding: 80px 15px 150px 15px;
	margin: 0 auto;
	border-top: 1px solid rgba(102,102,102,1);
	width: 100%;
}
.container.specials h3 {
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	margin: 0 0 25px 0;
	font-size: 22px;
	padding: 0;
	color: #fff;
	text-align: left;
	text-shadow: none !important;
}
.container.specials p {
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px !important;
	font-weight: 300;
	color: #FFFFFF;
	text-align: left;
	text-shadow: none !important;
}
.container.specials p strong {
	color: #FFFFFF;
}
.container.specials p strong i.star {
	color: #FFFF7D !important;
}
.container.specials p a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}
.container.specials p a:hover {
	text-decoration: underline;
}
.container.specials img.gift {
	-o-transform: rotate(-11deg);
	-moz-transform: rotate(-11deg);
	-webkit-transform: rotate(-11deg);
	transform: rotate(-11deg);
	margin: -105px 0 30px 0;
}
.embed-responsive.embed-responsive-16by9 {
	border: 1px solid rgba(51,102,204,1);
	margin: 20px 0;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden !important;
}
#accordion {
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#accordion .panel-acc .panel-heading {
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(74,141,161,1);
}
#accordion .panel-acc:nth-child(odd) .panel-heading {
	background-color: rgba(74,141,161,1);
}
#accordion .panel-acc:nth-child(even) .panel-heading {
	background-color: rgba(121,177,193,1);
}
#accordion .panel-acc .panel-heading:hover {
	background-color: rgba(74,141,161,1);
}
#accordion .panel-acc .panel-heading a {
	text-decoration: none !important;
}
#accordion .panel-acc .panel-heading a h4.panel-title {
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	font-size: 15px;
}
#accordion .panel-acc .panel-body p.heading {
	color: rgba(0,4,39,1);
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
}
#accordion .panel-acc .panel-heading a span.doe {
	font-family: 'Oswald', sans-serif;
	color: rgba(255,255,255,1);
	text-transform: none;
	font-size: 16px;
	margin: 0;
}
#accordion .panel-acc .panel-heading a span.doe:before {
	font-family: FontAwesome;
	content: "\f073";
	padding: 0 10px 0 0;
}
#questionnaire_form {
}
#questionnaire_form label {
	font-family: 'Source Sans Pro', sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
	font-size: 16px;
	font-weight: 300;
	color: rgba(11,11,11,1);
}
#success_message {
	display: none;
}
.radio-inline {
	display: inline-block;
	padding: 20px 70px 20px 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}
.small-note {
	font-size: 75%;
	color: rgba(11,11,11,1);
}
.treatments_list {
	height: auto;
}
.slider {
	width: 100%;
	margin: 0 auto;
}
.slick-slider {
	position: relative;
	width: 100%;
	top: 0;
	margin: 0 auto;
	display: block;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-o-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: url(../img/grabbing.png) 8 8, move;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: block;
}
.slick-slide.dragging img {
	cursor: url(../img/grabbing.png) 8 8, move;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background-color: #FFF;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.slick-prev,
.slick-next {
	display: none;
}
.slick-dotted.slick-slider {
	margin-bottom: 20px;
}
.slick-dots {
	position: absolute;
	bottom: -15px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 4px;
	height: 4px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
	height: 6px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	height: 6px;
	margin-top: -1px;
	background-color: rgba(51,102,204,0.5);
}
.slick-dots li button:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	text-align: center;
	background-color: rgba(51,102,204,0.3);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	background-color: rgba(51,102,204,1);
	margin-top: -1px;
	height: 6px;
}
.btn-read_more {
	background-color: rgba(255,255,255,1);
	font-family: 'Open Sans Condensed', sans-serif;
	border: 2px solid rgba(74,78,85,0.7);
	color: rgba(74,78,85,0.7);
	text-shadow: none;
	position: relative;
	padding: 5px 10px;
	height: 30px;
	margin: 0 auto;
	font-weight: 700;
	text-transform: uppercase;
	outline: 0;	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-o-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	display: block;
}
.btn-read_more:hover,
.btn-read_more:focus,
.btn-read_more.focus,
.btn-read_more:active,
.btn-read_more.active {
	color: rgba(74,78,85,1);
	border: 2px solid rgba(74,78,85,1);
	outline: 0;
}
.btn-book_now {
	background-color: rgba(255,255,255,1);
	font-family: 'Open Sans Condensed', sans-serif;
	border: 1px solid rgba(74,78,85,0.7);
	color: rgba(74,78,85,0.7);
	text-shadow: none;
	position: absolute;
	top: 85px;
	left: 50%;
	padding: 5px 10px;
	height: 30px;
	width: 100px;
	margin-left: -50px;
	font-weight: 700;
	text-transform: uppercase;
	outline: 0;	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	display: block;
	z-index: 100;
	font-size: 12px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.btn-book_now:hover,
.btn-book_now:focus,
.btn-book_now.focus {
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	border: 2px solid rgba(0,0,0,1);
	outline: 0;
}
.box {
	background-color: transparent;
}
.effect {
	position: relative;
	z-index: 0;
}
.effect:before,
.effect:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 5px;
	width: 50%;
	top: 90%;
	max-width: 300px;
	background-color: rgba(20,20,20,0.75);
	-o-box-shadow: 0 15px 10px rgba(20,20,20,0.75);
	-moz-box-shadow: 0 15px 10px rgba(20,20,20,0.75);
	-webkit-box-shadow: 0px 15px 10px rgba(20,20,20,0.75);
	box-shadow: 0px 15px 10px rgba(20,20,20,0.75);
	-o-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.effect:after {
	-o-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	right: 5px;
	left: auto;
}
.pad-bottom {
	padding-bottom: 40px;
}
.pad-bottom-half {
	padding-bottom: 20px;
}
.pad-top {
	padding-top: 40px;
}
.pad-top-half {
	padding-top: 20px;
}
.player {
	background-color: rgba(255,255,255,1);
	padding: 10px;
	margin: 10px 0 30px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(74,141,161,1);
}
.player p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: rgba(11,11,11,1);
}
.player audio {
	display: inline-block;
	width: 100%;
	height: 40px;
	background-color: rgba(169,222,216,1);
}
.player controls {
	width: 100%;
	height: 50px;
	background-color: rgba(153,102,0,1);
}
.player input {
}

div.smap {
	overflow: auto;
	padding: 0;
	margin-bottom: 20px;
	color: rgba(255,255,255,1);
	border: 1px dotted #4a8da1;
}
div.smap ul:first-child:before {
	display: none;
}
.smap,
.smap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: rgba(11,11,11,1);
}
.smap ul {
	margin-left: 10px;
	position: relative;
}
.smap ul ul {
}
.smap ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px dotted #4a8da1;
	bottom: 15px;
}
.smap li {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight: 400;
	position: relative;
	color: #FFF;
}
.smap ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px dotted #4a8da1;
	position: absolute;
	top: 0.8em;
	left: 1px;
}
.smap ul li:after {
	font-family: FontAwesome;
	content: "\f0c8";
	font-weight: normal;
	color: rgba(11,11,11,1);
	font-size: 4px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 15px;
}
.smap ul li {
	padding-left: 25px;
}
.smap li a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	color: rgba(11,11,11,1);
	font-size: 14px;
	font-weight: 400;
	line-height: 2em;
}

.col-no-pad {
	padding-right: 5px;
	padding-left: 5px;
}

address {
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 700;
	color: rgba(51,102,204,1);
}
.acc-sub-footer {
	padding: 0;
	margin: 0;
	height: auto;
	min-height: 100px;
	display: block;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top: 2px solid rgba(255,255,255,1);
	background-color: rgba(255,255,255,1);
}
.row-no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.row-no-gutter [class*="col-"] {
	padding-right: 1px;
	padding-left: 1px;
}
.acc-sub-footer .acc_dates {
	padding: 10px;
	margin: 5px 0;
	height: auto;
	min-height: 100px;
	display: block;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: rgba(242,242,242,1);
	background-image: url(../img/panel_icon_bg.png);
	background-repeat: no-repeat;
	background-position: center -4px;
	background-size: 100% auto;
	border: 1px solid rgba(0,113,188,1);
	border-bottom: 7px solid rgba(0,113,188,1);
}
.panel-acc .dl-header {
	color: rgba(0,113,188,1);
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0 0 0;
}
.panel-acc .dl-horizontal {
	width: 100%;
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid rgba(0,113,188,1);
	border-bottom: 7px solid rgba(0,113,188,1);
	background-color: rgba(250,247,239,1);
}
.panel-acc .dl-horizontal dt {
	font-family: 'Open Sans Condensed', sans-serif;
	float: left;
	width: 30%;
	overflow: hidden;
	clear: left;
	text-align: left;
	font-size: 16px;
	color: rgba(0,0,0,1);
	font-weight: normal;
}
.panel-acc .dl-horizontal dd {
	font-family: 'Open Sans Condensed', sans-serif;
	margin-left: 30%;
	font-size: 16px;
	color: rgba(51,51,51,1);
	font-weight: 700;
	text-align: right;
}
.acc-footer {
	padding: 0;
	margin: 0;
	height: 80px;
	display: block;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
}
.acc-footer a.btn-visit {
	padding: 17px 40px;
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 2px solid rgba(74,141,161,1) !important;
	text-align: center;
	background-color: rgba(169,222,216,0.7);
	font-family: 'Open Sans Condensed', sans-serif;
	color: rgba(74,78,85,0.6);
	text-shadow: none;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none !important;
	cursor: pointer;
	display: block;
	width: 100%;
	margin: 20px auto 0;
	font-size: 18px;
}
.acc-footer a.btn-visit:hover {
	background-color: rgba(169,222,216,1);
	color: rgba(74,78,85,1);
}

.transition-timer-carousel-progress-bar {
	width: 100%;
	background-color: rgba(250,247,239,1);
	height: 0%;
	margin: 0;
	border: none;
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
#shedulWidget {
	width: 100%;
	max-width: 991px;
	height: 500px;
	border: 1px solid rgba(128,128,128,1);
}
/*
::-o-scrollbar {
	width: 6px;
}
::-ms-scrollbar {
	width: 6px;
}
::-moz-scrollbar {
	width: 6px;
}
::-webkit-scrollbar {
	width: 6px;
}
::-o-scrollbar-track {
	background-color: rgba(242,232,210,1);
	border-left: 1px solid rgba(160,122,38,1);
}
::-ms-scrollbar-track {
	background-color: rgba(242,232,210,1);
	border-left: 1px solid rgba(160,122,38,1);
}
::-moz-scrollbar-track {
	background-color: rgba(242,232,210,1);
	border-left: 1px solid rgba(160,122,38,1);
}
::-webkit-scrollbar-track {
	background-color: rgba(242,232,210,1);
	border-left: 1px solid rgba(160,122,38,1);
}
::-o-scrollbar-thumb {
	background-color: rgba(160,122,38,0.7);
	width: 5px;
}
::-ms-scrollbar-thumb {
	background-color: rgba(160,122,38,0.7);
	width: 5px;
}
::-moz-scrollbar-thumb {
	background-color: rgba(160,122,38,0.7);
	width: 5px;
}
::-webkit-scrollbar-thumb {
	background-color: rgba(160,122,38,0.7);
	width: 5px;
}
::-o-scrollbar-thumb:hover {
	background-color: rgba(160,122,38,1);
}
::-ms-scrollbar-thumb:hover {
	background-color: rgba(160,122,38,1);
}
::-moz-scrollbar-thumb:hover {
	background-color: rgba(160,122,38,1);
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(160,122,38,1);
}
*/