@charset "UTF-8";
/* CSS Document */

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 {
	border: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	margin: 0px;
	outline: none;
	padding: 0px;
	vertical-align: baseline;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block;}

ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}	
	
/* SITE STYLES */
body{
	background: #fff;
	color: #5d5d5d;
	font-family: 'Lato', Verdana, Geneva, sans-serif;
	font-size: 13px;
	height: 100%;
	width: 100%;
}
	li{ 
		line-height: 1.4em;
		margin: 0px 0px 0px 15px;
	}
	
	.nav ul, .nav li, .pdf-block li,{ list-style: none;}
			
	.pdf-block, .pdf-block li, form li,{ margin: 0px;}
			
	img, a{ 
		border: none;
		outline: none;
		text-decoration: none;
	}
	
	h2{
		color: #0089c7;
		display: block;
		font-size: 56px;
		font-weight: 300;
		margin: 0px auto 15px;
	}
	
	h3{
		color: #0089c7;
		font-size: 50px;
		font-weight: 300;
		margin: 5px 0px 15px;
	}
		
	p{ line-height: 1.4em; margin: 0px 0px 15px;}

/* NAVIGATION */
header{
	background: #fff;
	background: rgba(255,255,255,1);
	height: 156px;
	position: fixed;
	width: 100%;
	z-index: 100;
}
	
.nav{
	height: 84px;
	margin: 26px auto;
	position: relative;
	width: 562px;		
}
	.nav-item{
		float: left;
		font-size: 16px;
		font-weight: 700;
		padding: 0;
		margin: 47px 40px 0px 0px;
	}
		.last-nav{ margin-right: 0px;}
		
		.nav-item a, .nav-item:link a, .nav-item:visited a{	color: #5d5d5d;} /* unvisited link */
		
		.nav-item:hover a, .nav-item:focus a, .nav-item:active a{ color: #0089c7;} /* hover/active/clicked link */ 
	
	.logo-wrapper, .logo, .tagline{ width: 140px;}
		
	.logo-wrapper{ 
		float: left; 
		margin: 0px 26px 0px 40px;
		position: relative;
		/*max-width: 50%; */
		width: 140px;
		z-index: 101;s	
	}	
		.logo{
			/*background: url('../images/logo.png') no-repeat left top;*/
			height: 84px;
		}
		.tagline{
			color: #0089c7;
			letter-spacing: 1.25px;
		}
	
/* ******************************** MOBILE NAVIGATION ******************************** */
		.mobile-btn{ display: none; height: 0px; width: 0px;}
		
		.m-nav{ 
			background: #fff;
			-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
			-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
			box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
			font-family: 'Lato', sans-serif;
			font-size: 16px;
			height: 145px;
			overflow: hidden;
			padding: 0px;
			position: relative;
			text-align: center;
			width: 100%;
			z-index: 75;
		}
			.m-nav li{
				border-top: 1px solid #f6f6f6;
				border-bottom: 1px solid #f1f1f2;
				height: 16px;
				margin: 0px;
				padding: 13px 0px 17px;
			}
			.m-nav-book-now{ background: #81ccdd; border: none !important; color: #fff;}
				.m-nav-book-now a{ color: #fff; text-decoration: none;}
				
				.border-top-none{ border-top: none !important;}
				.border-btm-none{ border-bottom: none !important;}
				
				.m-nav a{ color: #404040; text-decoration: none;}
/* ******************************** END MOBILE NAVIGATION ******************************** */		

/* CONTENT  */ 
.content-block{
	clear: both;
	min-height: 767px;
	margin: 0px auto;
	max-width: 940px;
	overflow: hidden;
}	
	.spacer{ display: block; height: 136px; margin: 0px; padding: 0px; width: 100%;}
			
	.block-content{
		margin: 97px auto;
		height: auto;
		width: 940px;
		overflow: hidden;
	}

		/* Content columns */			
		.col1{ 
			display: block;
			float: left; 
			margin: 16px 20px 0px 0px;
			width: 300px; /* 31.9148% */
		}
			.col1 img{ width: 100%;}
		
		.col2{
			float: left;		
			height: auto;
			margin: 0px;
			max-width: 620px; /* 65.9574% */
		}
			.wp-post{ max-width: 100%;}
		
		/* CONTACT */
		.c-col1{
			float: left;
			margin: 0px 45px 0px 0px;
			width: 350px;
		}		
		.c-col2{
			float: left;
			width: 147px;
		}
			
		.c-col3{
			float: left;					
			margin: 0px 45px 0px 0px;
			width: 250px;
		}
		
		/* SLIDER */
		
		.slider-wrapper{
			height: 588px;
			margin: 0px auto;
			width: 940px;
		}
			.slider-border{ clear: both;}
				.slider-border li{ 
					background: #ccc;
					float: left;
					height: 195px;
					margin: 0px 2px 0px 0px;
				}
				.slider-border li:nth-child(3){ margin: 0px;}
				
			.slider{ clear: both;}
				/*.slider li{ 
					background: #ccc; 
					display: block; 
					float: left;
					height: 195px;
					margin: 2px 2px 2px 0px;
					width: 312px;
				}
				.slider li:nth-child(3){ margin: 2px 0px;}*/
															
		/* /SLIDER */
		
		/* CONTACT */
		.contactDeets{ float: left;}

		/* FORM */
		.form-wrapper{ float: left; margin: 0px 20px 0px 0px; width: 300px;}
		#MyContactForm{ overflow: hidden; width: 300px;}
			#form-inner{position: relative;}

			.text-input, .text-area{
				border: 1px solid #eee;
				-webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,0.18);
				-moz-box-shadow:inset 1px 2px 3px rgba(0,0,0,0.18);
				box-shadow:inset 1px 2px 3px rgba(0,0,0,0.18);
				color: #676767;
				margin: 0px;
				outline: none;
				padding: 12px 10px 11px;
				width: 278px;
			}
			
			.text-input{ height: 14px;}
			.text-area{ height: 150px;}
			
			#form-inner label{
				font-size: 13px;
				display:block;
				font-weight:bold;
				text-align:right;
				margin: 0px 0px 20px 0px;
				width:100%;
				float:left;
			}
							
			.submit{ 
				background: url('../images/Submit-Button.png') left top no-repeat;
				border: none;
				clear: both;
				cursor: pointer;
				font-weight: 700;
				height: 49px;
				margin: 0px;
				outline: none;
				padding: 0px;
				width: 96px;
			}
								
			#form-inner .error {
				font-family: 'Lato', Arial, sans-serif;
				color: #FF0000;
				font-weight: 700;
				font-size: 10px;
				display: block;
			}
			
			#ErrResults {
			    color: #FF0000;
			    font: 13px 'Lato', sans-serif;
			    font-weight: 700;
			    text-align: center;
			}
			
			.response{ 
				background: #59a2d4;
				border: 12px solid #fff;
				-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.18);
				-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.18);
				box-shadow: 1px 2px 5px rgba(0,0,0,0.18);
				color: #fff;
				padding: 50px 25px;  
				text-align:center;
				max-width: 100%;
			}
			.response h3{ 
				color: #fff; 
				font-size: 20px;
				font-weight: 700; 
				margin: 0px 0px 8px 0px !important;
			}
			.response p{ font: 15px 'Lato', Arial, sans-serif; margin: 0px;}	
			
	/* BUTTONS */
	.buttons{
		display: block;
		color: #fff;
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		font-weight: 400;
		padding: 13px 0px 0px 0px;
		text-align: center;
	}
	
/* FOOTER */
footer{
	background: url('../images/footer-pat.jpg') left top repeat-x;
	clear: both;
	font-size: 12px;
	font-weight: 700;
	height: 22px;
	color: #fff;
	padding: 8px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
	footer p{ margin: 0;}

/* MISC */
.float-left{ float: left;}
.clear{ clear: both;}
	
.black-type{ color: #232323;}
.bold{ color: #0089c7; font-weight: 700;}

.m-0{ margin: 0px;}

.top{ margin: 100px 0px 0px 0px;}
.m-t-24{ margin-top: 24px;}

.m-r-0{ margin-right: 0px;}

.m-b-5{ margin-bottom: 5px;}
.m-b-10{ margin-bottom: 10px;}
.m-b-40{ margin-bottom: 40px;}
.m-b-45{ margin-bottom: 45px !important;}