@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,400,700&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&display=swap");

@font-face {
	font-family: 'impact';
	font-display:swap;
	src: url('fonts/impact.eot'),
		 url('fonts/impact.eot?#iefix') format('embedded-opentype');
	src: url('/:') format('no404'), 
		 url('fonts/impact.ttf') format('truetype'),
		 url('fonts/impact.woff') format('woff'),
		 url('fonts/impact.svg#impactregular') format('svg');
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	text-rendering: auto;
}
/*@font-face {
    font-family: 'bilbo_swash_caps';
	font-display:swap;
    src: url('fonts/bilboswashcaps-regular.eot');
    src: url('fonts/bilboswashcaps-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/bilboswashcaps-regular.woff2') format('woff2'),
         url('fonts/bilboswashcaps-regular.woff') format('woff'),
         url('fonts/bilboswashcaps-regular.ttf') format('truetype'),
         url('fonts/bilboswashcaps-regular.svg#bilbo_swash_capsregular') format('svg');
    font-weight: normal;
    font-style: normal;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	text-rendering: auto;
}*/
@font-face {
    font-family: 'noteworthy';
	font-display:swap;
    src: url('fonts/noteworthy-lt.eot');
    src: url('fonts/noteworthy-lt.eot?#iefix') format('embedded-opentype'),
         url('fonts/noteworthy-lt.woff2') format('woff2'),
         url('fonts/noteworthy-lt.woff') format('woff'),
         url('fonts/noteworthy-lt.ttf') format('truetype'),
         url('fonts/noteworthy-lt.svg#noteworthylight') format('svg');
    font-weight: normal;
    font-style: normal;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	text-rendering: auto;
}
/*.bilbo-swash-caps-regular {
  font-family: "Bilbo Swash Caps", cursive;
  font-weight: 400;
  font-style: normal;
}*/
/*CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	background-color: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}			
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	overflow-y: auto;
}			
body {
	font-family: Arial, sans-serif;
	font-size:100%;
	background: #ffffff;
	margin:0;
	padding:0;
	overflow-x: hidden;
	text-shadow: 0px -1px 2px rgba(255, 255, 255, 0.25), 0px 1px 2px rgba(0, 0, 0, 0.25);
	zoom: 1;
}
h1 {
	color: inherit;
	font-family: 'impact', Impact, Arial, sans-serif;
	text-align:center;
}
h2 {
	color: inherit;
	font-family: 'impact', Impact, sans-serif;
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.025em;
	margin: 20px auto;
	text-align: center;
	text-transform: capitalize;
}
h3 {
	color: inherit;
	font-family: 'impact', Impact, sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.025em;
	margin: 20px auto;
	text-align: center;
}
h4 {
	color: inherit;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	line-height: 1em;
	text-align: center;
	text-transform: capitalize;
	margin:0;
}
h5 {
	color: inherit;
	font-family: Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
}
h6 {
	color: inherit;
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: center;
	text-transform: capitalize;
}
p {
	font-size: 1.5rem;
	line-height: 1.4em;
}
a {
	color: rgb(212, 0, 0);
	text-decoration:none;
}
a:hover {
	color: #0071bc;
	text-decoration:none;
}
a:focus {
	color: #0071bc;
	outline:none !important;
	text-decoration:underline;
}
img, 
input[type='image'] {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	position:relative;
	display: inherit;
}
input[type='radio'] {
	accent-color: #000000;
	width: 18px;
	height: 18px;
}

::placeholder {
	color: inherit;
}
label {
	display:block;
	text-align:left;	
}
ol { 
	width:100%;
	display:block;
	list-style-type: decimal; 
}
ul {
	width:100%;
	margin: 0 auto;
	padding: 0;
	display:block;
	list-style-type: none; 
}
li {
	margin: 0;
	padding: 0;
	display:inline-block;
}
form ul {	
	display: inline-block;
	width: 85%;
	margin: 0 auto 40px;
}
iframe {
	width: 100%;
	/*min-height: 200px;*/
}
hr {
	background-color: #cecece;
	height: 0.08em;
	border-style: none;
	outline:none;
}
* sup {
	font-size: smaller;
	vertical-align: text-bottom;
	line-height: inherit;
	margin-top: -5px;
}
/*.hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: -ms-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85)), url("../img/hero-homepage.jpg");
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85)), url("../img/hero-homepage.jpg");
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.85))), url("../img/hero-homepage.jpg");
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85)), url("../img/hero-homepage.jpg");
	background: -khtml-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85)), url("../img/hero-homepage.jpg");
	background: -o-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85)), url("../img/hero-homepage.jpg");
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85)), url("../img/hero-homepage.jpg");
	background-repeat: no-repeat;
	background-size: auto auto;
	background-position: 60% 30%;
	background-attachment: fixed;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
}*/
.text_outline-gld {				
	text-shadow: 0px 0px 0px #f7d21b, 0px 1px 0px #ffc409, 0px 2px 0px #ffc409, 0px -1px 0px #ffc409, 0px -2px 0px #ffc409, 1px 0px 0px #ffc409, 1px 1px 0px #ffc409, 1px 2px 0px #ffc409, 1px -1px 0px #ffc409, 1px -2px 0px #ffc409, -1px 0px 0px #ffc409, -1px 1px 0px #ffc409, -1px 2px 0px #ffc409, -1px -1px 0px #ffc409, -1px -2px 0px #ffc409, 2px 0px 0px #ffc409, 2px 1px 0px #ffc409, 2px 2px 0px rgba(255,255,255,0.5), 2px -1px 0px #ffc409, 2px -2px 0px rgba(255,255,255,0.5), -2px 0px 0px #ffc409, -2px 1px 0px #ffc409, -2px 2px 0px rgba(255,255,255,0.5), -2px -1px 0px #ffc409, -2px -2px 0px rgba(255,255,255,0.5), 0px 5px 10px rgba(0, 0, 0, 0.35);
}
.text_outline-ylw {				
	text-shadow: 0px 0px 0px #f7d21b, 0px 1px 0px #f7d21b, 0px 2px 0px #f7d21b, 0px -1px 0px #f7d21b, 0px -2px 0px #f7d21b, 1px 0px 0px #f7d21b, 1px 1px 0px #f7d21b, 1px 2px 0px #f7d21b, 1px -1px 0px #f7d21b, 1px -2px 0px #f7d21b, -1px 0px 0px #f7d21b, -1px 1px 0px #f7d21b, -1px 2px 0px #f7d21b, -1px -1px 0px #f7d21b, -1px -2px 0px #f7d21b, 2px 0px 0px #f7d21b, 2px 1px 0px #f7d21b, 2px 2px 0px rgba(255,255,255,0.5), 2px -1px 0px #f7d21b, 2px -2px 0px rgba(255,255,255,0.5), -2px 0px 0px #f7d21b, -2px 1px 0px #f7d21b, -2px 2px 0px rgba(255,255,255,0.5), -2px -1px 0px #f7d21b, -2px -2px 0px rgba(255,255,255,0.5), 0px 5px 10px rgba(0, 0, 0, 0.35);
}
.text_outline-wht {
	text-shadow: 0px 0px 0px #ffffff, 0px 1px 0px #ffffff, 0px 2px 0px #ffffff, 0px -1px 0px #ffffff, 0px -2px 0px #ffffff, 1px 0px 0px #ffffff, 1px 1px 0px #ffffff, 1px 2px 0px #ffffff, 1px -1px 0px #ffffff, 1px -2px 0px #ffffff, -1px 0px 0px #ffffff, -1px 1px 0px #ffffff, -1px 2px 0px #ffffff, -1px -1px 0px #ffffff, -1px -2px 0px #ffffff, 2px 0px 0px #ffffff, 2px 1px 0px #ffffff, 2px 2px 0px rgba(255,255,255,0.5), 2px -1px 0px #ffffff, 2px -2px 0px rgba(255,255,255,0.5), -2px 0px 0px #ffffff, -2px 1px 0px #ffffff, -2px 2px 0px rgba(255,255,255,0.5), -2px -1px 0px #ffffff, -2px -2px 0px rgba(255,255,255,0.5), 0px 5px 10px rgba(0, 0, 0, 0.35);
}
.text_outline-blk {
	text-shadow: 0px 0px 0px #000000, 0px 1px 0px #000000, 0px 2px 0px #000000, 0px -1px 0px #000000, 0px -2px 0px #000000, 1px 0px 0px #000000, 1px 1px 0px #000000, 1px 2px 0px #000000, 1px -1px 0px #000000, 1px -2px 0px #000000, -1px 0px 0px #000000, -1px 1px 0px #000000, -1px 2px 0px #000000, -1px -1px 0px #000000, -1px -2px 0px #000000, 2px 0px 0px #000000, 2px 1px 0px #000000, 2px 2px 0px rgba(0,0,0,0.5), 2px -1px 0px #000000, 2px -2px 0px rgba(0,0,0,0.5), -2px 0px 0px #000000, -2px 1px 0px #000000, -2px 2px 0px rgba(0,0,0,0.5), -2px -1px 0px #000000, -2px -2px 0px rgba(0,0,0,0.5), 0px 5px 10px rgba(0, 0, 0, 0.35);
}
.text_dropshadow {
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}
.box_outline-gld {
	-moz-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #ffc409, 0px -2px 0px #ffc409, 2px -2px 0px #ffc409, -3px 0px 0px #ffc409, -2px 0px 0px #ffc409, -2px 2px 0px #ffc409, -3px 2px 0px #ffc409, 3px 0px 0px #ffc409, 0px 3px 0px #ffc409, 3px 0px 0px #ffc409, 2px 2px 0px #ffc409, 0px 2px 0px #ffc409, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #ffc409, 0px -2px 0px #ffc409, 2px -2px 0px #ffc409, -3px 0px 0px #ffc409, -2px 0px 0px #ffc409, -2px 2px 0px #ffc409, -3px 2px 0px #ffc409, 3px 0px 0px #ffc409, 0px 3px 0px #ffc409, 3px 0px 0px #ffc409, 2px 2px 0px #ffc409, 0px 2px 0px #ffc409, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #ffc409, 0px -2px 0px #ffc409, 2px -2px 0px #ffc409, -3px 0px 0px #ffc409, -2px 0px 0px #ffc409, -2px 2px 0px #ffc409, -3px 2px 0px #ffc409, 3px 0px 0px #ffc409, 0px 3px 0px #ffc409, 3px 0px 0px #ffc409, 2px 2px 0px #ffc409, 0px 2px 0px #ffc409, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-khtml-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #ffc409, 0px -2px 0px #ffc409, 2px -2px 0px #ffc409, -3px 0px 0px #ffc409, -2px 0px 0px #ffc409, -2px 2px 0px #ffc409, -3px 2px 0px #ffc409, 3px 0px 0px #ffc409, 0px 3px 0px #ffc409, 3px 0px 0px #ffc409, 2px 2px 0px #ffc409, 0px 2px 0px #ffc409, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #ffc409, 0px -2px 0px #ffc409, 2px -2px 0px #ffc409, -3px 0px 0px #ffc409, -2px 0px 0px #ffc409, -2px 2px 0px #ffc409, -3px 2px 0px #ffc409, 3px 0px 0px #ffc409, 0px 3px 0px #ffc409, 3px 0px 0px #ffc409, 2px 2px 0px #ffc409, 0px 2px 0px #ffc409, -1px 10px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 0px transparent, -2px -2px 0px #ffc409, 0px -2px 0px #ffc409, 2px -2px 0px #ffc409, -3px 0px 0px #ffc409, -2px 0px 0px #ffc409, -2px 2px 0px #ffc409, -3px 2px 0px #ffc409, 3px 0px 0px #ffc409, 0px 3px 0px #ffc409, 3px 0px 0px #ffc409, 2px 2px 0px #ffc409, 0px 2px 0px #ffc409;
}
.box_outline-ylw {
	-moz-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #f7d21b, 0px -2px 0px #f7d21b, 2px -2px 0px #f7d21b, -3px 0px 0px #f7d21b, -2px 0px 0px #f7d21b, -2px 2px 0px #f7d21b, -3px 2px 0px #f7d21b, 3px 0px 0px #f7d21b, 0px 3px 0px #f7d21b, 3px 0px 0px #f7d21b, 2px 2px 0px #f7d21b, 0px 2px 0px #f7d21b, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #f7d21b, 0px -2px 0px #f7d21b, 2px -2px 0px #f7d21b, -3px 0px 0px #f7d21b, -2px 0px 0px #f7d21b, -2px 2px 0px #f7d21b, -3px 2px 0px #f7d21b, 3px 0px 0px #f7d21b, 0px 3px 0px #f7d21b, 3px 0px 0px #f7d21b, 2px 2px 0px #f7d21b, 0px 2px 0px #f7d21b, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #f7d21b, 0px -2px 0px #f7d21b, 2px -2px 0px #f7d21b, -3px 0px 0px #f7d21b, -2px 0px 0px #f7d21b, -2px 2px 0px #f7d21b, -3px 2px 0px #f7d21b, 3px 0px 0px #f7d21b, 0px 3px 0px #f7d21b, 3px 0px 0px #f7d21b, 2px 2px 0px #f7d21b, 0px 2px 0px #f7d21b, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-khtml-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #f7d21b, 0px -2px 0px #f7d21b, 2px -2px 0px #f7d21b, -3px 0px 0px #f7d21b, -2px 0px 0px #f7d21b, -2px 2px 0px #f7d21b, -3px 2px 0px #f7d21b, 3px 0px 0px #f7d21b, 0px 3px 0px #f7d21b, 3px 0px 0px #f7d21b, 2px 2px 0px #f7d21b, 0px 2px 0px #f7d21b, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #f7d21b, 0px -2px 0px #f7d21b, 2px -2px 0px #f7d21b, -3px 0px 0px #f7d21b, -2px 0px 0px #f7d21b, -2px 2px 0px #f7d21b, -3px 2px 0px #f7d21b, 3px 0px 0px #f7d21b, 0px 3px 0px #f7d21b, 3px 0px 0px #f7d21b, 2px 2px 0px #f7d21b, 0px 2px 0px #f7d21b, -1px 10px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 0px transparent, -2px -2px 0px #f7d21b, 0px -2px 0px #f7d21b, 2px -2px 0px #f7d21b, -3px 0px 0px #f7d21b, -2px 0px 0px #f7d21b, -2px 2px 0px #f7d21b, -3px 2px 0px #f7d21b, 3px 0px 0px #f7d21b, 0px 3px 0px #f7d21b, 3px 0px 0px #f7d21b, 2px 2px 0px #f7d21b, 0px 2px 0px #f7d21b, -1px 10px 12px rgba(0, 0, 0, 0.35);
}
.box_outline-wht {
	-moz-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #fff, 0px -2px 0px #fff, 2px -2px 0px #fff, -3px 0px 0px #fff, -2px 0px 0px #fff, -2px 2px 0px #fff, -3px 2px 0px #fff, 3px 0px 0px #fff, 0px 3px 0px #fff, 3px 0px 0px #fff, 2px 2px 0px #fff, 0px 2px 0px #fff, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #fff, 0px -2px 0px #fff, 2px -2px 0px #fff, -3px 0px 0px #fff, -2px 0px 0px #fff, -2px 2px 0px #fff, -3px 2px 0px #fff, 3px 0px 0px #fff, 0px 3px 0px #fff, 3px 0px 0px #fff, 2px 2px 0px #fff, 0px 2px 0px #fff, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #fff, 0px -2px 0px #fff, 2px -2px 0px #fff, -3px 0px 0px #fff, -2px 0px 0px #fff, -2px 2px 0px #fff, -3px 2px 0px #fff, 3px 0px 0px #fff, 0px 3px 0px #fff, 3px 0px 0px #fff, 2px 2px 0px #fff, 0px 2px 0px #fff, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-khtml-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #fff, 0px -2px 0px #fff, 2px -2px 0px #fff, -3px 0px 0px #fff, -2px 0px 0px #fff, -2px 2px 0px #fff, -3px 2px 0px #fff, 3px 0px 0px #fff, 0px 3px 0px #fff, 3px 0px 0px #fff, 2px 2px 0px #fff, 0px 2px 0px #fff, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #fff, 0px -2px 0px #fff, 2px -2px 0px #fff, -3px 0px 0px #fff, -2px 0px 0px #fff, -2px 2px 0px #fff, -3px 2px 0px #fff, 3px 0px 0px #fff, 0px 3px 0px #fff, 3px 0px 0px #fff, 2px 2px 0px #fff, 0px 2px 0px #fff, -1px 10px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 0px transparent, -2px -2px 0px #fff, 0px -2px 0px #fff, 2px -2px 0px #fff, -3px 0px 0px #fff, -2px 0px 0px #fff, -2px 2px 0px #fff, -3px 2px 0px #fff, 3px 0px 0px #fff, 0px 3px 0px #fff, 3px 0px 0px #fff, 2px 2px 0px #fff, 0px 2px 0px #fff, -1px 10px 12px rgba(0, 0, 0, 0.35);
}
.box_outline-blk {
	-moz-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #000, 0px -2px 0px #000, 2px -2px 0px #000, -3px 0px 0px #000, -2px 0px 0px #000, -2px 2px 0px #000, -3px 2px 0px #000, 3px 0px 0px #000, 0px 3px 0px #000, 3px 0px 0px #000, 2px 2px 0px #000, 0px 2px 0px #000, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #000, 0px -2px 0px #000, 2px -2px 0px #000, -3px 0px 0px #000, -2px 0px 0px #000, -2px 2px 0px #000, -3px 2px 0px #000, 3px 0px 0px #000, 0px 3px 0px #000, 3px 0px 0px #000, 2px 2px 0px #000, 0px 2px 0px #000, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #000, 0px -2px 0px #000, 2px -2px 0px #000, -3px 0px 0px #000, -2px 0px 0px #000, -2px 2px 0px #000, -3px 2px 0px #000, 3px 0px 0px #000, 0px 3px 0px #000, 3px 0px 0px #000, 2px 2px 0px #000, 0px 2px 0px #000, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-khtml-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #000, 0px -2px 0px #000, 2px -2px 0px #000, -3px 0px 0px #000, -2px 0px 0px #000, -2px 2px 0px #000, -3px 2px 0px #000, 3px 0px 0px #000, 0px 3px 0px #000, 3px 0px 0px #000, 2px 2px 0px #000, 0px 2px 0px #000, -1px 10px 12px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0px 0px 0px transparent, -2px -2px 0px #000, 0px -2px 0px #000, 2px -2px 0px #000, -3px 0px 0px #000, -2px 0px 0px #000, -2px 2px 0px #000, -3px 2px 0px #000, 3px 0px 0px #000, 0px 3px 0px #000, 3px 0px 0px #000, 2px 2px 0px #000, 0px 2px 0px #000, -1px 10px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 0px transparent, -2px -2px 0px #000, 0px -2px 0px #000, 2px -2px 0px #000, -3px 0px 0px #000, -2px 0px 0px #000, -2px 2px 0px #000, -3px 2px 0px #000, 3px 0px 0px #000, 0px 3px 0px #000, 3px 0px 0px #000, 2px 2px 0px #000, 0px 2px 0px #000, -1px 10px 12px rgba(0, 0, 0, 0.35);
}
.box_dropshadow {
	-moz-box-shadow: -1px 10px 12px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: -1px 10px 12px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: -1px 10px 12px rgba(0, 0, 0, 0.35);
	-khtml-box-shadow: -1px 10px 12px rgba(0, 0, 0, 0.35);
	-o-box-shadow: -1px 10px 12px rgba(0, 0, 0, 0.35);
	box-shadow: -1px 10px 12px rgba(0, 0, 0, 0.35);
}
/*START Top Curved Phaper Shadow*/
.top-shadows:before, .top-shadows:after {
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 -24px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0 -24px 10px rgba(0, 0, 0, 0.12);
	top: 0;
	height: 10%;
	z-index: -1;
	border-radius:inherit
}			
.top-shadows:before {
	left: 40%;
	right: 2%;
	-webkit-transform-origin: 115% 0;
	-moz-transform-origin: 115% 0;
	-ms-transform-origin: 115% 0;
	transform-origin: 115% 0;
	-webkit-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	transform:skewY(-6deg)
}
.top-shadows:after {
	left: 2%;
	right: 40%;
	-webkit-transform: skewY(6deg);
	-ms-transform: skewY(6deg);
	transform: skewY(6deg);
	-webkit-transform-origin: -15% 0;
	-moz-transform-origin: -15% 0;
	-ms-transform-origin: -15% 0;
	transform-origin: -15% 0
}
/*END Top Curved Paper Shadow*/
/*START Bottom Curved Phaper Shadow*/
.bottom-shadows:before, .bottom-shadows:after {
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 24px 10px rgba(0, 0, 0, 0.25);
	bottom: 0;
	height: 30%;
	z-index: -1;
	border-radius:inherit
}			
.bottom-shadows:before {
	left: 3%;
	right: 36%;
	-webkit-transform-origin: -5% 0;
	-moz-transform-origin: -5% 0;
	-ms-transform-origin: -5% 0;
	transform-origin: -5% 0;
	-webkit-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	transform:skewY(-6deg)
}
.bottom-shadows:after {
	left: 36%;
	right: 3%;
	-webkit-transform: skewY(6deg);
	-ms-transform: skewY(6deg);
	transform: skewY(6deg);
	-webkit-transform-origin: 105% 0;
	-moz-transform-origin: 105% 0;
	-ms-transform-origin: 105% 0;
	transform-origin: 105% 0
}
/*END Bottom Curved Paper Shadow*/

.chrome {
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(250, 250, 250, 1)',endColorstr='rgba(204, 204, 204, 1)',GradientType=0)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(250, 250, 250, 1)',endColorstr='rgba(204, 204, 204, 1)',GradientType=0)";
	background: -moz-linear-gradient(to right, rgba(204, 204, 204, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(204, 204, 204, 1) 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, rgba(204, 204, 204, 1)), color-stop(50%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
	background: -webkit-linear-gradient(to right, rgba(204, 204, 204, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(204, 204, 204, 1) 100%);
	background: -khtml-linear-gradient(to right, rgba(204, 204, 204, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(204, 204, 204, 1) 100%);
	background: -o-linear-gradient(to right, rgba(204, 204, 204, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(204, 204, 204, 1) 100%);
	background: -ms-linear-gradient(to right, rgba(204, 204, 204, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(204, 204, 204, 1) 100%);
	background: linear-gradient(to right, rgba(204, 204, 204, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(204, 204, 204, 1) 100%);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
-ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	zoom: 1
}
.red_chrome {
	color: rgb(255,184,99);
	color: rgba(255,184,99,0.8);
	background: rgb(252, 78, 86);
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(252, 78, 86, 1)',endColorstr='rgba(179, 3, 55, 1)',GradientType=0)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(252, 78, 86, 1)',endColorstr='rgba(179, 3, 55, 1)',GradientType=0)";
	background: -moz-linear-gradient(bottom, rgba(252, 78, 86, 1) 0%, rgba(252, 78, 86, 0.55)  25.69%, rgba(252, 78, 86, 1) 100%);
	background: -webkit-gradient(linear, bottom, top, color-stop(0%, rgba(252, 78, 86, 1)), color-stop(25.69%, rgba(252, 78, 86, 0.55)), color-stop(100%, rgba(252, 78, 86, 1)));
	background: -webkit-linear-gradient(bottom, rgba(252, 78, 86, 1) 0%, rgba(252, 78, 86, 0.55)  25.69%, rgba(252, 78, 86, 1) 100%);
	background: -khtml-linear-gradient(bottom, rgba(252, 78, 86, 1) 0%, rgba(252, 78, 86, 0.55)  25.69%, rgba(252, 78, 86, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(252, 78, 86, 1) 0%, rgba(252, 78, 86, 0.55)  25.69%, rgba(252, 78, 86, 1) 100%);
	background: -ms-linear-gradient(bottom, rgba(252, 78, 86, 1) 0%, rgba(252, 78, 86, 0.55)  25.69%, rgba(252, 78, 86, 1) 100%);
	background: linear-gradient(bottom, rgba(252, 78, 86, 1) 0%, rgba(252, 78, 86, 0.55)  25.69%, rgba(252, 78, 86, 1) 100%);
	box-shadow: -2px -2px 5px rgba(252, 78, 86, 0.69) inset;
	zoom: 1
}
#back_to_top {
	margin: auto;
    width: 69px;
    height: auto;
    position: absolute;
    top: auto;
    left: 0;
    bottom: -100%;
    right: 0;
    display: inline-block;
    z-index: 5;
    opacity: 0;
}
.dagger {
	font-size:70%;
	vertical-align:super;
	line-height:normal;
}
.content {
	background: #fafafa;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding:0;
	position:relative;
}
/*.side-nav {
	background: #eaeaea;
	background-image: url('../images/nav-bkgnd.jpg');
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: top left;
	width: 14%;
    max-width: 224px;
	height: 100vh;
	margin: 0;
	padding: 0;
	float: left;
	clear: right;
	display: inline-block;
	position: fixed;
	box-shadow: 0px -1px 2px rgba(255, 255, 255, 0.25), 3px 0px 8px rgba(0, 0, 0, 0.2), -3px 0px 8px rgba(0, 0, 0, 0.25);
	z-index: 1;
}*/
.side-nav {
	background: #eaeaea;
	background-image: url('../images/nav-bkgnd.jpg');
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: top left;
	width: 14%;
	max-width: 224px;
	text-align:center;
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	position: fixed;
	box-shadow: 0px -1px 2px rgba(255, 255, 255, 0.25), 3px 0px 8px rgba(0, 0, 0, 0.2), -3px 0px 8px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.side-nav-icon {
	width: 13.2%;
    max-width: 224px;
    height: auto;
    text-align: left;
    max-height: 598px;
    margin: 10px 0;
    padding: 0;
    position: fixed;
    z-index: 0;
}
.side-nav-icon img {
	width: 90%;
	height: auto;
	border:none;
	position:relative;
}
.side-nav .side-nav-menu {
	text-align: center;
    text-transform: capitalize;
    width: 100%;
    max-width: 224px;
    margin: 12% auto;
    position: absolute;
    z-index: 1;
}
.side-nav .nav-btn {
	color: #000000;
	font-family: 'impact', Impact, sans-serif;
	font-size: 2.2rem;
    line-height: 2.3em;
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-decoration:none;
}
.side-nav .nav-btn:hover,
.side-nav .nav-btn:hover .fa-solid,
.side-nav .nav-btn:focus,
.side-nav .nav-btn:focus .fa-solid, 
.side-nav .nav-btn.active_nav,
.side-nav .nav-btn.active_nav .fa-solid {
	color: #0071bc;
}
.main {
	background: #fafafa;
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(247, 247, 247, 1)',GradientType=0)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(247, 247, 247, 1)',GradientType=0)";
	background: -moz-linear-gradient(to right, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(247, 247, 247, 1)));
	background: -webkit-linear-gradient(to right, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -khtml-linear-gradient(to right, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -o-linear-gradient(to right, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: -ms-linear-gradient(to right, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(247, 247, 247, 1) 100%);
	background: linear-gradient(to right, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(247, 247, 247, 1) 100%);
	width: 86%;
	max-width: 1376px;
	height: auto;
	margin: 0 0 0 14%;
	padding: 0;
	float: right;
	display: inline-block;
	position: relative;
	box-shadow: 0px -1px 2px rgba(255, 255, 255, 0.25), 3px 0px 8px rgba(0, 0, 0, 0.1);
	z-index: 0;
}
.header {
	background-color: #ffffff;
    width: 100%;
    /* max-width: 1358px; */
    /* height: 417px; */
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
.header .header-left {
	width: 36%;
    /* max-width: 488.88px; */
    /* height: 417px; */
    height: auto;
    margin: 0 auto;
    top: 0;
    padding: 0;
    float: left;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}
.header .header-left .co-logo {
	width: 63%;
	margin: 30px auto 0;
}
.header .header-left .contact-info {
	font-size: 1.8rem;
	line-height: 1.3em;
	text-align: center;
	width: 100%;
	margin: 20px auto 30px;
}
.header .header-left .contact-info a {
	color: #000000;
	display:block;
}
.header .header-right {
	width: 64%;
    height: auto;
    top: 0;
    right: 0;
    margin: 0 0 0 auto;
    padding: 0;
    float: none;
    clear: right;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.header .header-right .header-photo {
	width: 100%;
	height: auto;
	border:none;
	position:relative;
}
.section-header {
	background-color: #f7d21b;
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 196, 9, 1)',endColorstr='rgba(255, 196, 9, 0)',GradientType=0)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 196, 9, 1)',endColorstr='rgba(255, 196, 9, 0)',GradientType=0)";
	background: -moz-linear-gradient(to right, rgba(255, 196, 9, 1) 0%, rgba(255, 196, 9, 0.9) 50%, rgba(255, 196, 9, 0) 98%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, rgba(255, 196, 9, 1)), color-stop(50%, rgba(255, 196, 9, 0.9)), color-stop(98%, rgba(255, 196, 9, 0)));
	background: -webkit-linear-gradient(to right, rgba(255, 196, 9, 1) 0%, rgba(255, 196, 9, 0.9) 50%, rgba(255, 196, 9, 0) 98%);
	background: -khtml-linear-gradient(to right, rgba(255, 196, 9, 1) 0%, rgba(255, 196, 9, 0.9) 50%, rgba(255, 196, 9, 0) 98%);
	background: -o-linear-gradient(to right, rgba(255, 196, 9, 1) 0%, rgba(255, 196, 9, 0.9) 50%, rgba(255, 196, 9, 0) 98%);
	background: -ms-linear-gradient(to right, rgba(255, 196, 9, 1) 0%, rgba(255, 196, 9, 0.9) 50%, rgba(255, 196, 9, 0) 98%);
	background: linear-gradient(to right, rgba(255, 196, 9, 1) 0%, rgba(255, 196, 9, 0.9) 50%, rgba(255, 196, 9, 0) 98%);
	width: 100%;
	/*height: 115px;*/
	height: auto;
	max-width: 1358px;
	position:relative;
}
.section-header h2 {
	color: #000000;
	font-size: 2.5rem;
	line-height: 2.8em;
	margin: 0px auto 0px 30px;
	text-align: left;
	position: relative;
	z-index: 1;
}
.section-header img {
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	border: none;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 0;
}
.section {
	width: 100%;
	max-width: 1358px;
	text-align: center;
	display: inline-block;
}
.section .photo-left {
	width: 90%;
	max-width: 580px;
	margin: 40px;
	float: left;
	clear: left;
	display: inline-block;
	position:relative;
	border: 3px solid rgba(247, 210, 27, 0.38);
}
.section .photo-left img {
	width: 100%;
	height:auto;
	border:none;
	display: block;
	position:relative;
}
.section .photo-right {
	width: 90%;
	max-width: 580px;
	margin: 40px;
	float: right;
	clear: right;
	display: inline-block;
	position:relative;
	border: 3px solid rgba(247, 210, 27, 0.38);
}
.section .photo-right img {
	width: 100%;
	height:auto;
	border:none;
	display: block;
	position:relative;
}
#mission-section.section p {
	text-align: justify;
	margin: 0 40px;
	padding: 40px 0;
	display: block;
}
#about-section.section p {
	text-align: justify;
	margin: 30px 40px;
	padding: 20px 0;
	display: block;
}
.section p a {
	color: rgb(212, 0, 0);
}
.section p a:hover {
	/*color: #0071bc;*/
	color: #00820f;
}
.section p a:focus {
	/*color: #0071bc;*/
	color: #00820f;
}
.carousel {
	width: 90%;
    max-width: 1024px;
	height: auto;
	margin: 40px auto;
	display: block;
	position: relative;
}
.carousel .carousel-label {
	font-size: 2.2rem;
	text-align:left;
	width: 100%;
	margin: 0px auto 30px;
}
.carousel .carousel-wrap {
	background-color: #ffffff;
	width: 100%;
	height:auto;
	position: relative;
}
.carousel .carousel-wrap .carousel-slider {
	background-color: #ffffff;
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(155, 155, 155, 0.25)',endColorstr='rgba(255, 255, 255, 0)',GradientType=1)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(155, 155, 155, 0.25)',endColorstr='rgba(255, 255, 255, 0)',GradientType=1)";
	background-image: -moz-linear-gradient(to bottom left, rgba(155, 155, 155, 0.25) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, bottom, left, color-stop(0%, rgba(155, 155, 155, 0.25)), color-stop(80%, rgba(255, 255, 255, 1)), color-stop(85%, rgba(255, 255, 255, 0.9)), color-stop(90%, rgba(255, 255, 255, 0.5)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(to bottom left, rgba(155, 155, 155, 0.25) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: -khtml-linear-gradient(to bottom left, rgba(155, 155, 155, 0.25) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(to bottom left, rgba(155, 155, 155, 0.25) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(to bottom left, rgba(155, 155, 155, 0.25) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom left, rgba(155, 155, 155, 0.25) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	width:100%;
	max-width: 2270px;
	height: auto;
	min-height:320px;
	box-shadow:none;
	overflow: hidden;
	position: relative;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide {
	background: none;
	width:100%;
    max-width: 1024px;
	height:auto;
	text-align: center;
    top: 0;
    /*float:left;*/
    left: 0;
	position:relative;
	display:none;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide .carousel-image {
	display: block;
    position: relative;
    width: 100%;
	height: auto;
    margin: 0;
    padding: 0;
    z-index: 0;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide .carousel-message {
	background-color: transparent;
    width: 100%;
    text-align: left;
    margin: 0 0 30px;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    z-index: 1;
    position: relative;
}
#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide p {
    font-family: 'noteworthy', Arial, sans-serif;
	font-size: 1.8rem;
    line-height: 1.4em;
    text-align: justify;
	width: 95%;
    margin: 30px auto;
    padding: 0;
    display: block;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide h4 {
    font-family: 'Bilbo Swash Caps', cursive;
    font-size: 2.4rem;
	font-weight: 400;
	font-style: normal;
    line-height: 1em;
    text-align: right;
    width: 85%;
	margin: 20px 60px 10px auto;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide h5 {
	font-family: Helvetica, sans-serif;
    font-size: 1rem;
    text-align: right;
    width: 94%;
	margin: 0;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image {
	background-color: rgb(0, 145, 204);
	text-align: right;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image .carousel-image {
	display: block;
    position: relative;
    width: auto;
    max-width: 59%;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    z-index: 0;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image .carousel-message {
	background-color: #ffffff;
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(255, 255, 255, 0)',GradientType=1)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(255, 255, 255, 0)',GradientType=1)";
	background-image: -moz-radial-gradient(circle at center left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(radial, center, left, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(80%, rgba(255, 255, 255, 1)), color-stop(85%, rgba(255, 255, 255, 0.9)), color-stop(90%, rgba(255, 255, 255, 0.5)), color-stop(95%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-radial-gradient(circle at center left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: -khtml-radial-gradient(circle at center left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-radial-gradient(circle at center left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-radial-gradient(circle at center left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
	background-image: radial-gradient(circle at center left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
    width: 48%;
    top: 7px;
    bottom: 7px;
    left: 7px;
}
#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide.right-image p {
    font-family: 'noteworthy', Arial, sans-serif;
	font-size: 1.8rem;
    line-height: 1.4em;
    text-align: justify;
	width: 85%;
    margin: 20px 40px 40px 20px;
    padding: 0;
    display: block;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h4 {
    font-family: 'Bilbo Swash Caps', cursive;
    font-size: 2.4rem;
	font-weight: 400;
	font-style: normal;
    line-height: 1em;
    text-align: right;
    width: 90%;
	margin: 20px 60px 0 auto;
}
.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h5 {
	font-family: Helvetica, sans-serif;
    font-size: 1rem;
    text-align: right;
    width: 90%;
	margin: 0 0 20px;
}
.carousel .carousel-radios {
	width: auto;
	min-height: 20px;
	margin: 30px auto;;
	display: inline-block;
}
.carousel .carousel-radios .carousel-radio-nav {
	float: left;
	clear: right;
	display: inline-block;
	text-align: center;
}
.carousel .carousel-radios .carousel-radio-nav .carousel-radio {
	accent-color: #3e3e3e;
	 width:15px;
	 height:15px;
}
.services-modals-wrap {
	width: 90%;
	display: inline-block;
	margin: 20px auto;
	position: relative;
}
.services-modal {
	background-color: rgb(245, 245, 245);	
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 255, 255)',endColorstr='rgb(245, 245, 245)',GradientType=1)";
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 255, 255)',endColorstr='rgb(245, 245, 245)',GradientType=1)";
    background: -moz-radial-gradient(circle at top right, rgb(255, 255, 255), rgb(245, 245, 245));
    /*background: -webkit-gradient(radial, left, right, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(247, 247, 247, 1)));*/
    background: -webkit-radial-gradient(circle at top right, rgb(255, 255, 255), rgb(245, 245, 245));
    background: -khtml-radial-gradient(circle at top right, rgb(255, 255, 255), rgb(245, 245, 245));
    background: -o-radial-gradient(circle at top right, rgb(255, 255, 255), rgb(245, 245, 245));
    background: -ms-radial-gradient(circle at top right, rgb(255, 255, 255), rgb(245, 245, 245));
	background: radial-gradient(circle at top right, rgb(255, 255, 255), rgb(245, 245, 245));	
	width: 45%;
	max-width: 550px;
	height: auto;
	margin: 20px;
	border: 6px solid rgba(247, 210, 27, 0.38);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	position: relative;
	display: inline-block;
}
.services-modal .modal-icon {
	width: 80%;
	margin: 0 auto;
}
.services-modal .modal-header {
	width: 90%;
	text-align: left;
	font-size: 2rem;
	line-height: 1.8em;
	margin: 0 auto;
	/*text-shadow: -1px -1px 0px #f7d21b, 0px -1px 0px #f7d21b, 1px -1px 0px #f7d21b, -2px 0px 0px #f7d21b, -1px 0px 0px #f7d21b, -1px 1px 0px #f7d21b, -2px 1px 0px #f7d21b, 2px 0px 0px #f7d21b, 0px 2px 0px #f7d21b, 2px 0px 0px #f7d21b, 1px 1px 0px #f7d21b, 0px 1px 0px #f7d21b, -1px 10px 12px rgba(0, 0, 0, 0.35);*/
}
.services-modal .modal-text {
	width: 90%;
	font-size: 1.5rem;
	line-height: 1.4em;
	text-align:justify;
	margin: 20px auto;
	display: block;
	position: relative;
}
.section .booking-instructions {
	width: 88%;
	text-align: justify;
	margin: 100px auto;
}
.bullet_list {
	display: inline-block;
	width: 43%;
	margin: 0 0 0 28px;
	padding: 0;
	clear: right;
	top: 0;
	text-align: left;
	vertical-align: top;
	border: none;
	outline: none;
}
.bullet_list li {
	color: #b30337;
	font-size: 1.6rem;
	line-height: 1.25em;
	list-style-image: url('../images/bullet.png');
	list-style-position: outside;
	margin: 15px 0;
	word-break: keep-all;
}
.notice-popup {
	background-color: #fff;
	width: 90%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	top: -1500px;
	right: 0;
	left: 0;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	z-index: 9999;
	box-shadow: 0px 5px 10px rgba(69, 69, 69, 0.69 );
}
.notice-popup .notice_header {
	font-family: 'calibribold', sans-serif;
	color: #00820f;
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	margin: 10px auto 20px;
}
.notice-popup .notice_message {
	font-family: 'calibriregular', sans-serif;
	color: #000000;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.2em;
	text-align: justify;
	letter-spacing:0.02em;
	word-spacing:0.05em;
	width: 90%;
	margin: 10px auto;
	padding: 0;
}
#error_box .notice_header {
	font-family: 'calibribold', sans-serif;
	color: #c30000;
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	margin: 10px auto 20px;
}
#error_box .notice_message {
	font-family: 'calibriregular', sans-serif;
	color: #c30000;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.2em;
	text-align: justify;
	letter-spacing:0.02em;
	word-spacing:0.05em;
	width: 90%;
	margin: 10px auto;
	padding: 0;
}
.notice-popup .error_message {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.notice-popup .error_message li {
	color: #000000;
	font-family: 'calibribold', sans-serif;
	font-size: 1rem;
	width: 80%;
	margin: 20px auto;
	text-align: left;
	list-style-type:decimal;
}
.notice-popup .close_btn {
	color: #9c1719;
	width:auto;
	letter-spacing: 0.03em;
	word-spacing: 0.16em;
	margin: 0 20px;
	float: right;
}
.notice-popup .reset_form_btn {
	color:#9c1719;
	width:150px;
	letter-spacing:0.03em;
	word-spacing:0.16em;
	display:block;
}
.section .note-pad {
	width: 70%;
	min-height: auto;
	background-color: #ffc409;
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 196, 9)',endColorstr='rgb(255, 255, 255)',GradientType=0)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 196, 9)',endColorstr='rgb(255, 255, 255)',GradientType=0)";
	background: -moz-linear-gradient(to top, rgb(255, 196, 9) 0%, rgb(255, 255, 255) 150%);
	background: -webkit-gradient(linear, bottom, top, color-stop(0%, rgb(255, 196, 9)), color-stop(150%, rgb(255, 255, 255)));
	background: -webkit-linear-gradient(to top, rgb(255, 196, 9) 0%, rgb(255, 255, 255) 150%);
	background: -khtml-linear-gradient(to top, rgb(255, 196, 9) 0%, rgb(255, 255, 255) 150%);
	background: -o-linear-gradient(to top, rgb(255, 196, 9) 0%, rgb(255, 255, 255) 150%);
	background: -ms-linear-gradient(to top, rgb(255, 196, 9) 0%, rgb(255, 255, 255) 150%);
	background: linear-gradient(to top, rgb(255, 196, 9) 0%, rgb(255, 255, 255) 150%);
	position: relative;
	margin: 20px auto;
}
.section .note-pad .booking-form .form-logo {
	width: 30%;
	margin: 60px auto 20px;
	display: inline-block;
}
.section .note-pad .booking-form .form-instructions {
	width: 85%;
	margin: 0 auto;
}
.section .note-pad .booking-form .form-text {
	width: 49.5%;
	margin: 10px 0;
	display: inline-block;
	text-align: left;
	position:relative;
}
.section .note-pad .booking-form .form-longtext {
	width: 100%;
	margin: 10px 0;
	display: block;
	text-align: left;
}
.section .note-pad .booking-form .form-text label,
.section .note-pad .booking-form .form-longtext label {
	font-family: 'impact', Impact, sans-serif;
    font-size: 1.5rem;
    line-height: 1.4em;
    display: inline-block;
    text-align: left;
}
.section .note-pad .booking-form .form-longtext .form-textarea {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(249, 249, 249, 1)',GradientType=0)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(249, 249, 249, 1)',GradientType=0)";
	background: -moz-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
	background: -webkit-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -khtml-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -o-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -ms-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	width: 97%;
	max-width: 97%;
	min-width: 97%;
	min-height: 200px;
	font-size: 1.5rem;
	line-height: 1.5em;
	border: 0px solid transparent;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	display: inline-block;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
}
.section .note-pad .booking-form .form-text .form-field {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(249, 249, 249, 1)',GradientType=0)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(249, 249, 249, 1)',GradientType=0)";
	background: -moz-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
	background: -webkit-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -khtml-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -o-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -ms-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	width: 98%;
	font-size: 1.5rem;
	line-height: 1.8em;
	margin: 0 auto;
	padding: 5px 0;
	border: 0px solid transparent;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	text-indent: 10px;
	display: inline-block;
	position:relative;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
}
.section .note-pad .booking-form .count-field {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(249, 249, 249, 1)',GradientType=0)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)',endColorstr='rgba(249, 249, 249, 1)',GradientType=0)";
	background: -moz-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
	background: -webkit-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -khtml-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -o-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: -ms-linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(249, 249, 249, 1) 100%);
	width: 50px;
	font-size: 1.2rem;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 1px 0;
	border: 0px solid transparent;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	text-indent: 10px;
	display: inline-block;
	position:relative;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
}
.section .note-pad .booking-form .charcount {
	vertical-align: middle;
    text-align: right;
    font-size: smaller;
    display: inline-block;
    width: auto;
    margin: 2px 20px;
    float: right;
}
.section .note-pad .booking-form .form-questions {
	text-align:left;
}
.section .note-pad .booking-form .form-questions p {
	margin:0;
}
.section .note-pad .booking-form .form-questions label {
	/*font-family: Arial, sans-serif;*/
	font-size: 1.2rem;
	line-height: 1.3em;
}
.section .note-pad .booking-form .form-questions .form-answers {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.section .note-pad .booking-form .form-questions .form-answers .form-answer {
	width: 32%;
}
.section .note-pad .booking-form .form-questions .form-answers .form-answer .form-radio {
	accent-color: #000000;
	display: inline-block;
}
.section .note-pad .booking-form .form-control {
	/*width: 49%;*/
	text-align:right;
}
.section .note-pad .booking-form .form-control .required-fields {
	color: #000000;
    font-size: 1.2rem;
}
.section .note-pad .booking-form .form-button {
	color: #000000;
	background-color: #fefefe;
	font-family: 'impact', Impact, sans-serif;
	font-size: 2rem;
	text-align:center;
	width: auto;
	padding: 5px 50px;
	margin: 10px auto;
	border: 0px solid transparent;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
	cursor: pointer;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	-o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2), inset 0px -2px 2px rgba(0, 0, 0, 0.1), inset 0px 2px 2px rgba(0, 0, 0, 0.1), inset -2px 0px 2px rgba(0, 0, 0, 0.1), inset 2px 0px 2px rgba(0, 0, 0, 0.1), 0px -2px 1px rgba(255, 196, 9, 0.9), 0px 2px 1px rgba(255, 196, 9, 0.9), -2px 0px 1px rgba(255, 196, 9, 0.9), 2px 0px 1px rgba(255, 196, 9, 0.9);
}
.section .note-pad .booking-form .form-button:hover, 
.section .note-pad .booking-form .form-button:focus {
	color: #ffffff;
	background-color: #000000;				
	/*filter: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 1)',endColorstr='rgba(69, 69, 69, 1)',GradientType=0)";
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 1)',endColorstr='rgba(69, 69, 69, 1)',GradientType=0)";
	background: -moz-linear-gradient(to top, rgba(69, 69, 69, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(94, 94, 94, 0.8) 100%);
	background: -webkit-gradient(linear, bottom, top, color-stop(0%, rgba(69, 69, 69, 1)), color-stop(50%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(94, 94, 94, 1)));
	background: -webkit-linear-gradient(to top, rgba(69, 69, 69, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(94, 94, 94, 1) 100%);
	background: -khtml-linear-gradient(to top, rgba(69, 69, 69, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(94, 94, 94, 1) 100%);
	background: -o-linear-gradient(to top, rgba(69, 69, 69, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(94, 94, 94, 1) 100%);
	background: -ms-linear-gradient(to top, rgba(69, 69, 69, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(94, 94, 94, 1) 100%);
	background: linear-gradient(to top, rgba(69, 69, 69, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(94, 94, 94, 1) 100%);*/
	background-image: "-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(247, 210, 27, 0.8)',endColorstr='rgba(0, 0, 0, 0.9)',GradientType=1)";
    background-image: "filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(247, 210, 27, 0.8)',endColorstr='rgba(0, 0, 0, 0.9)',GradientType=1)";
    background-image: -ms-linear-gradient(top, rgba(255, 196, 9, 0.9) 0%, rgba(2, 2, 2, 0.9) 55%, rgba(0, 0, 0, 0.9) 68%, rgba(207, 159, 9, 0.9) 120%);
    background-image: -moz-linear-gradient(top, rgba(255, 196, 9, 0.9) 0%, rgba(2, 2, 2, 0.9) 55%, rgba(0, 0, 0, 0.9) 68%, rgba(207, 159, 9, 0.9) 120%);
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, rgba(255, 196, 9, 0.9)), color-stop(55%, rgba(2, 2, 2, 0.9)), color-stop(68%, rgba(0, 0, 0, 0.9)), color-stop(150%, rgba(207, 159, 9, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(255, 196, 9, 0.9) 0%, rgba(2, 2, 2, 0.9) 55%, rgba(0, 0, 0, 0.9) 68%, rgba(207, 159, 9, 0.9) 120%);
    background-image: -khtml-linear-gradient(top, rgba(255, 196, 9, 0.9) 0%, rgba(2, 2, 2, 0.9) 55%, rgba(0, 0, 0, 0.9) 68%, rgba(207, 159, 9, 0.9) 120%);
    background-image: -o-linear-gradient(top, rgba(255, 196, 9, 0.9) 0%, rgba(2, 2, 2, 0.9) 55%, rgba(0, 0, 0, 0.9) 68%, rgba(207, 159, 9, 0.9) 120%);
    background-image: linear-gradient(top, rgba(255, 196, 9, 0.9) 0%, rgba(2, 2, 2, 0.9) 55%, rgba(0, 0, 0, 0.9) 68%, rgba(207, 159, 9, 0.9) 120%);
	text-decoration:none;
}
.section .note-pad .booking-form .terms-info {
	text-align:right;
	margin: 30px auto 0;
}
.section .note-pad .booking-form .terms-info h4 {
	font-family: 'impact', Impact, sans-serif;
	text-align:left;
	font-size: 1.5rem;
	line-height: 1.4em;
	text-align:left;
}
.section .note-pad .booking-form .terms-info p {
	line-height: 1.2em;
	text-align:justify;
	margin: 10px auto 20px;
}
.section .note-pad .booking-form .terms-info .settings-box { 
	display: block;
    width: auto;
	margin: 0 auto;
	position:relative;
}
.section .note-pad .booking-form .terms-info .settings-box input { 
	accent-color: #4d9d00;
	width:16px;
	height:16px;
	border:inherit;
}
.section .note-pad .booking-form .g-recaptcha {
	height: 78px;
	text-align: right;
    display: inline-block;
	opacity:0;
}
.section .google-stamp {
	width: 75px;
	height: auto;
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 100px;
}
.section .fine-print .fine-print-text {
	font-size: 1.2rem;
}
.section .copyright-text {
	font-size: 1.3rem;
}
/*[END] Main CSS*/
@media all and (max-width:1366px) {
	.side-nav-icon {
		width: 14%;
	}
	.side-nav .side-nav-menu {
		width: 100%;
	}
	.side-nav .nav-btn {
		font-size: 1.9rem;
	}
	.header .header-left .contact-info {
		font-size: 1.4rem;
		line-height: 1.18em;
	}
	.services-modal {
		width:44%
	}
}
@media all and (max-width:1280px) {
	.side-nav .nav-btn {
		font-size: 1.5rem;
		line-height: 2.5em;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide p, 
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide.right-image p {
		font-size: 1.5rem;
	}
	.services-modal {
		width:44%
	}
	.header .header-left .contact-info {
		font-size: 1.2rem;
		line-height: 1.25em;
	}
}
@media all and (max-width:1124px) {
	.side-nav .nav-btn {
		font-size: 1.5rem;
		line-height: 2.2em;
	}
	.section-header h2 {
		font-size: 1.8rem;
	}
	.header .header-left .contact-info {
		font-size: 1.2rem;
		line-height: 1.08em;
		margin: 19px auto;
	}
	.section .photo-left, 
	.section .photo-right {
    	width: 45%;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide p, 
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide.right-image p {
		font-size: 1.3rem;
		margin: 15px;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h4, 
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h4 {
		font-size: 2rem;
		line-height: 1em;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h5, 
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h5 {
		font-size: 0.9rem;
	}
	.services-modal {
		width: 43%;
	}
	.services-modal .modal-header {
		font-size: 1.8rem;
	}
	.services-modal .modal-text {
		font-size: 1.4rem;
		margin: 10px auto;
	}
	.services-modal .modal-header {
		width: 90%;
		text-align: left;
		font-size: 1.8rem;
	}
	.section .note-pad {
    	width: 90%;
	}
}
@media all and (max-width:885px) {
	p {
		font-size: 1.3rem;
		line-height: 1.4em;
	}
	.side-nav-icon {
		width: 14%;
	}
	.side-nav .nav-btn {
		font-size: 1.3rem;
		line-height: 1.8em;
	}
	.header .header-left .co-logo {
		width: 61%;
		margin: 20px auto 0;
	}
	.header .header-left .contact-info {
		font-size: 1rem;
		line-height: 1.3em;
		margin: 9px auto;
	}
	.section-header h2 {
		font-size: 1.8rem;
	}
	.section .photo-left,
	.section .photo-right {
		width: 75%;
		margin: 20px;
		float: none;
		clear: both;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide p {
		font-size: 1.1rem;
		line-height: 1.3em;
		width: 97%;
		margin: 20px auto;
		padding: 0;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h4 {
		font-size: 1.5rem;
    	line-height: 1em;
		width: 95%;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h5 {
		font-size: 0.8rem;
		width: 94%;
		margin: 0;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide.right-image p {
		font-size: 1.1rem;
		line-height: 1.2em;
		width: 85%;
		margin: 10px 20px 15px 10px;
		padding: 0;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h4 {
		font-size: 1.4rem;
		line-height: 1em;
		width: 90%;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h5 {
		font-size: 0.8rem;
		width: 85%;
		margin: 5px;
	}
	.services-modals-wrap {
		width: 100%;
	}
	.services-modal {
		width: 40%;
    	margin: 15px;
	}
	.services-modal .modal-icon {
    	width: 90%;
	}
	.services-modal .modal-header {
		font-size: 1.3rem;
		line-height: 1.2em;
	}
	.services-modal .modal-text {
		font-size: 1.1rem;
		line-height: 1.4em;
	}
	.section .note-pad {
    	width: 90%;
	}
	.section .note-pad .booking-form .form-instructions {
		font-size: 1.3rem;
		line-height: 1.2em;
		width: 90%;
		margin: 10px auto;
	}
	.section .note-pad .booking-form .form-questions .form-answers .form-answer {
		width: 100%;
	}
	.section .note-pad .booking-form .form-text {
    	width: 100%;
	}
	.section .note-pad .booking-form .terms-info p {
    	font-size: 1.3rem;
	}
	.section .note-pad .booking-form .form-questions p {
		width: 90%;
    	font-size: 1.3rem;
	}
	.section .fine-print .fine-print-text {
		font-size: 1rem;
	}
	.section .copyright-text {
		font-size: 1rem;
		width: 90%;
		margin: 0 auto 10px;
	}
	.section .booking-instructions {
		margin: 60px auto;
	}
}
@media all and (max-width: 600px) and (max-height: 800px) {
	.side-nav-icon {
		margin: 5px 0;
	}
	.side-nav .nav-btn {
		font-size: 1rem;
		line-height: 1.8em;
	}
	.header .header-left .co-logo {
		margin: 10px auto 0px;
	}
	.header .header-left .contact-info {
		font-size: 0.9rem;
		line-height: 1.3em;
		margin: 9px auto;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide p {
		font-size: 0.8rem;
		line-height: 1.3em;
		width: 95%;
		margin: 10px auto 0px;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h4 {
		font-size: 1.2rem;
		line-height: 1em;
		width: 95%;
		margin: 10px 0 5px;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h5 {
		font-size: 0.7rem;
		width: 94%;
		margin: 0;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide.right-image p {
		font-size: 0.7rem;
		line-height: 1.3em;
		width: 92%;
		margin: 10px auto 0px;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h4 {
		font-size: 1.2rem;
		line-height: 1em;
		width: 95%;
		margin: 10px 0 5px;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h5 {
		font-size: 0.7rem;
		width: 94%;
		margin: 0;
	}
	.services-modal .modal-header {
		font-size: 1.7rem;
		line-height: 1.2em;
	}
	.services-modal .modal-text {
		font-size: 1.3rem;
		line-height: 1.2em;
	}
	.section .note-pad .booking-form .form-instructions {
		width: 85%;
	}
	.section .note-pad .booking-form .count-field {
		width: 40px;
		font-size: 0.9rem;
		line-height: 1.3em;
	}
	.section .note-pad .booking-form .form-text .form-button {
		font-size: 1.2rem;
	}
	.section .note-pad .booking-form .form-questions label {
    	font-size: 1.2rem;
	}
	.section .note-pad .booking-form .form-text label, 
	.section .note-pad .booking-form .form-longtext label {
		font-size: 1.2rem;
    	line-height: 1.4em;
	}
	.section .note-pad .booking-form .form-text .form-field {
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.7em;
	}
}
@media all and (max-width:550px) {
	.side-nav {
		width: 20%;
	}
	.side-nav-icon {
		width: 18.2%;
		margin: 5px 0;
	}
	.side-nav-icon img {
    	width: 100%;
	}
	.side-nav .side-nav-menu {
		margin: 10% 5%;
	}
	.side-nav .nav-btn {
		font-size: 1.2rem;
		line-height: 1.6em;
	}
	.main {
		width: 80%;
		margin: 0 0 0 20%;
	}
	.header .header-left {
    	width: 100%;
		display: inline-block;
		position: relative;
	}
	.header .header-right {
    	width: 100%;
		margin: 20px 0 0;
		display: block;
		position: relative;
	}
	.header .header-left .co-logo {
    	width: 75%;
	}
	.header .header-left .contact-info {
		font-size: 1.5rem;
		margin: 15px auto;
	}
	.section .photo-left,
	.section .photo-right {
		margin: 25px auto;
		width: 85%;
		float: none;
		clear: both;
		display: inline-block;
		border: 2px solid rgba(247, 210, 27, 0.38);
	}
	#mission-section.section p {
		font-size: 1.2rem;
    	line-height: 1.3em;
		margin: 0 20px;
    	padding: 10px 0;
	}			
	#about-section.section p {
		font-size: 1.2rem;
    	line-height: 1.3em;
		margin: 10px 20px;
		padding: 10px 0;
	}
	.section-header {
		height: 95px;
	}
	.section-header h2 {
		font-size: 1.8rem;
		line-height: 3.2em;
		margin: 0px auto 0px 20px;
	}	
	.carousel .carousel-label {
		text-align:center;
	}
	.carousel .carousel-wrap {
		max-height:unset;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide .carousel-message {
		position: relative;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide p {
		font-size: 1.3rem;
		line-height: 1.4em;
		width: 90%;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h4 {
		font-size: 1.5rem;
		width: 85%;
		margin: 15px 20px 5px auto;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h5 {
		font-size: 0.7rem;
		/*width: 94%;*/
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide .carousel-image {
		margin: -20% 0 0;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image {
		text-align: center;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image .carousel-message {
		background-color: #ffffff;
		display: inline-block;
		width: 95%;
		margin: 0 auto;
		padding: 0 0 20px;
		top: 7px;
		bottom: 7px;
		left: 0;
		right: 0;
		position: relative;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide.right-image p {
		font-size: 1.6rem;
		line-height: 1.3em;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h4 {
		font-size: 1.5rem;
		margin: 15px 10px 5px auto;		
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h5 {
		font-size: 0.8rem;
		/*width: 85%;*/
		margin: 5px;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image .carousel-image {
		max-width: 100%;
		margin: 7px;
	}
	.services-modals-wrap {
		width: 100%;
		display: block;
	}
	.services-modal {
		width: 90%;
		margin: 10px;
	}
	.services-modal .modal-header {
		font-size: 1.5rem;
    	line-height: normal;
	}
	.services-modal .modal-text {
		font-size: 1.2rem;
		line-height: 1.3em;
		text-align: justify;
	}
	.section .booking-instructions {
		font-size: 1.1rem;
		line-height: 1.3em;
		text-align: justify;
		margin: 30px auto;
	}
	.section .note-pad {
    	width: 95%;
	}
	.section .note-pad .booking-form .form-logo {
		width: 60%;
		margin: 30px auto 15px;
	}
	.section .note-pad .booking-form .form-instructions {
		font-size: 1.3rem;
		line-height: 1.2em;
		text-align: justify;
		width: 85%;
		margin: 10px auto;
	}
	.section .note-pad .booking-form .form-longtext .form-textarea {
		width: 92%;
		max-width: 92%;
		min-width: 92%;
	}
	.section .note-pad .booking-form .charcount {
		margin: 5px 0;
	}
	.section .note-pad .booking-form .count-field {
		width: 40px;
		font-size: 0.9rem;
		line-height: 1.3em;
	}
	.top-shadows:before, 
	.top-shadows:after {
		top: 10px;
	}
	.bottom-shadows:before, 
	.bottom-shadows:after {
		bottom: 10px;
	}
	.section .fine-print .fine-print-text {
		font-size: 1.2rem;
		margin: 0 auto 10px;
		width: 85%;
	}
	.section .copyright-text {
		font-size: 0.9rem;
		margin: 0 auto 10px;
		width: 85%;
	}
}
@media all and (max-width:395px) {
	.side-nav {
		width: 23%;
	}
	.side-nav .nav-btn {
		font-size: 1.08rem;
		line-height: 1.8em;
	}
	.side-nav-icon {
    	width: 20.8%;
	}
	.header .header-left .contact-info {
    	font-size: 1.2rem;
		margin: 10px auto;
	}
	.main {
    	width: 77%;
		margin: 0 0 0 23%;
	}
	.section-header h2 {
		font-size: 1.5rem;
		line-height: 3.9em;
	}
	.section .note-pad .booking-form .form-text .form-field {
		width: 100%;
	}
	.section .note-pad .booking-form .form-questions {
		text-align: left;
		font-size: 1.2rem;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide.right-image p {
		font-size: 1.3rem;
		line-height: 1.3em;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h4 {
		font-size: 2rem;
	}
	.section .fine-print .fine-print-text {
    	font-size: 1rem;
	}
}
@media all and (max-width:320px) {
	.side-nav .nav-btn {
    	font-size: 1rem;
		line-height: 1.7em;
	}
	.section-header h2 {
		font-size: 1.2rem;
		line-height: 4.9em;
	}
	.section .photo-left, 
	.section .photo-right {
    	width: 90%;
	}
	#mission-section.section p {
		font-size: 1rem;
		line-height: 1.2em;
	}
	#about-section.section p {
		font-size: 1rem;
		line-height: 1.2em;
	}
	.section .note-pad .booking-form .form-instructions {
    	font-size: 1.2rem;
	}
	.section .note-pad .booking-form .form-questions label {
		font-size: 1.2rem;
	}
	.section .note-pad .booking-form .terms-info p {
		font-size: 1rem;
	}
}
/*Horizontal orientation*/
@media all and (orientation:Landscape) and (max-height: 414px) {
	.side-nav .nav-btn {
		font-size: 1.3rem;
		line-height: 1.8em;
	}
	.header .header-left .contact-info {
    	font-size: 0.9rem;
	}
	.services-modal .modal-header {
    	font-size: 1.2rem;
	}
	.services-modal .modal-text {
    	font-size: 0.9rem;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide p {
		font-size: 1rem;
		margin: 10px auto;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide.right-image p {
		font-size: 1rem;
		margin: 10px 20px 10px 10px;
	}
}
@media all and (orientation:Landscape) and (max-height: 375px) {
	.side-nav .nav-btn {
		font-size: 1.3rem;
		line-height: 2em;
	}
}
@media all and (orientation:Landscape) and (max-height:320px) {
	.header .header-left .contact-info {
		font-size: 0.8rem;
	}
	.header .header-left .co-logo {
		width: 61%;
		margin: 10px auto 0;
	}
	.side-nav .nav-btn {
    	font-size: 1rem;
	}
}
/*[START] iWatch CSS*/
@media all and (max-width: 165px) and (max-height: 200px) {
	#back_to_top {
		margin: auto;
		width: 100%;
	}
	.side-nav-icon img {
    	display:none;
	}
	.section-header h2 {
		font-size: 1rem;
		line-height: 1.4em;
		margin: 0px auto 0px 10px;
	}
	.section-header {
		padding: 10px 0;
		height: auto;
	}
	.section .photo-left, 
	.section .photo-right {
    	margin: 15px auto;
	}
	.header .header-left .co-logo {
		width: 85%;
	}
	.header .header-left .contact-info {
		font-size: 0.6rem;
		margin: 10px auto;
	}
	#mission-section.section p,
	#about-section.section p {
		font-size: 0.8rem;
		line-height: 1.2em;
		margin: 0 10px;
		text-align: left;
	}
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide p, 
	#about-section.section .carousel .carousel-wrap .carousel-slider .carousel-slide.right-image p {
		font-size: 0.9rem;
		line-height: 1.2em;
		text-align: left;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide h4, 
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image h4 {
		font-size: 1.4rem;
	}
	.carousel .carousel-wrap .carousel-slider .carousel-slide.right-image .carousel-image {
		max-width: 100%;
		margin: 2px;
	}
	.services-modal {
		width: 75%;
		margin: 10px;
	}
	.services-modal .modal-header {
		font-size: 1.2rem;
		word-wrap: break-word;
	}
	.services-modal .modal-text {
		font-size: 0.9rem;
		line-height: 1.3em;
		text-align: left;
	}
	.section .booking-instructions {
		font-size: 0.9rem;
		line-height: 1.2em;
		text-align: left;
		margin: 30px auto;
	}
	.section .note-pad .booking-form .form-instructions {
		font-size: 1rem;
		text-align: left;
	}
	.section .note-pad .booking-form .form-text label, 
	.section .note-pad .booking-form .form-longtext label {
		font-size: 1rem;
		line-height: 1.4em;
	}
	.section .note-pad .booking-form .form-text .form-field {
		font-size: 0.9rem;
		width: 90%;
	}
	.section .note-pad .booking-form .form-longtext .form-textarea {
		font-size: 0.9rem;
	    line-height: 1.2em;
		width: 75%;
		max-width: 75%;
		min-width: 75%;
		min-height: 100px;
	}
	.section .note-pad .booking-form .terms-info h4 {
		font-size: 1.2rem;
		line-height: 1.2em;
		text-align: left;
	}
	.section .note-pad .booking-form .terms-info p {
		font-size: 0.9rem;
		word-wrap: break-word;
		text-align: left;
	}
	input[type='checkbox'].cmn-toggle-round+label span, 
	input[type='radio'].cmn-toggle-round+label span {
		white-space: normal !important;
	}
	.section .note-pad .booking-form .form-logo {
    	width: 80%;
	}
	.section .note-pad .booking-form .form-questions p {
		font-size: 0.9rem;
	}
	.section .note-pad .booking-form .form-control .required-fields {
		font-size: 0.9rem;
	}
	.section .note-pad .booking-form .form-text .form-button {
		font-size: 1.2rem;
		padding: 5px 18px;
	}
}
/*[END] iWatch CSS*/

/*Keep this at the very bottom below all other code. Needs to override any and all*/
.hidden_element {
	display: none !important;	
}

  /* Styles for Portrait screen */
/*@media all and (orientation:portrait) {}*/
  /* Styles for Landscape screen */
/*@media all and (orientation:Landscape) {}*/
