@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,200italic,300,400,600');
@import url('font-awesome.min.css');

/*
	Momentum by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #fff;
	}
	
	body, input, select, textarea
	{
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #666;
		font-size: 1.5em;
	}

	br.clear
	{
		clear: both;
	}

	strong, b
	{
		font-weight: 600;
	}

	em, i
	{
		font-style: italic;
	}
  	
	h1, h2, h3, h4, h5, h6
	{
		font-weight: 300;
		color: #262626;
		text-align: center;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	p
	{
		line-height: 2em;
	}
	
	a
	{
		color: #cf0027;
	}
	a.button
	{
		color: #fff;
	}

	sub
	{
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup
	{
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
		margin:30px 0px;
	}
	
	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: relative;
		height: 4em;
		padding-top: 2em;
		margin: 0px auto;
		cursor: default;
	}
	
		#nav ul
		{
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
			#nav > ul > li > ul
			{
				display: none;
			}

		#nav li
		{
			display: inline-block;
			margin: 0em 0.50em;
		}
		
		#nav a
		{
			display: inline-block;
			line-height: 2.5em;
			padding: 0 1em 0 1em;
			text-decoration: none;
			font-size: 1.05em;
			color: #fff;
			outline: 0;
			text-transform: uppercase;
			font-weight: 400;
		}

		#nav li:hover a
		{
			background: #535d58;
			background: rgba(83,93,88,0.94);
			color: #fff;
		}
		
		#nav li:active a,
		#nav li.active a
		{
			background: #505d5a;
			background: rgba(80,93,89,0.94);
			color: #fff;
		}
		
		#nav .current_page_item a
		{
			background: #cf0027 !important;
			color: #FFFFFF !important;
		}
		
		#nav .first
		{
			border-left: none;
		}

	.dropotron
	{
		background: #505d5a;
		background: rgba(80,93,89,0.94);
		min-width: 15em;
		padding: 0.75em;
		box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
	}
	
		.dropotron li
		{
		}
		
			.dropotron li > a,
			.dropotron li > span
			{
				display: block;
				color: #fff;
				text-decoration: none;
				line-height: 2.75em;
				padding: 0 1em 0 1em;
				outline: 0;
			}

			.dropotron li:hover > a,
			.dropotron li:hover > span
			{
				background: #cf0027;
				color: #FFF;
			}	
	  	
	/* Section/Article */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
			section > :last-child,
			article > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

		footer
		{
			padding-top: 1em;
		}

		.subtitle
		{
			font-weight: 300;
			color: #7f7d7d;
			text-align: center !important;
		}

	/* Image */

		.image
		{
			display: inline-block;
			max-width: 100%;
			padding: 0px 0px;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}
			
			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2.5em 2em 0;
			}
			
				.image.left img
				{
					position: relative;
					top: 0.35em;
				}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}
				
				.image.centered
				{
					margin: 0 auto;
					width: auto;
				}
			
			
			.image.right {
				float:right;
				margin: 0 0 0 2em;
			}
				
				
			.centered 
			{
				text-align: center;
				margin:0px auto;
				}
				
			.image.imagepad
			{
				padding:0px 10px;
			}	
			
			.leftalign
			{
				text-align:left !important;
			}

	/* Button */

		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		.button
		{
			margin-top:0.5em;
			display: inline-block;
			padding: 0.7em 1.25em;
			background: #cf0027 ;
			background-size: 100% 100%;
			text-decoration: none;
			text-align:center;
			font-size: 1.10em;
			color: #FFFFFF;
			outline: 0;
			border: 0;
			cursor: pointer;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
		}	

			input[type="submit"]:hover,
			input[type="reset"]:hover,
			input[type="button"]:hover,
			.button:hover
			{
				background-color: #b40324;
			}
			
			input[type="submit"]:active,
			input[type="reset"]:active,
			input[type="button"]:active,
			.button:active
			{
				background-color: #cc062c;
			}
			
			.button.icon
			{
				position: relative;
			}
			
				.button.icon:before
				{
					margin-right: 0.5em;
					position: relative;
					top: 0.1em;
				}

			input[type="submit"].alt,
			input[type="reset"].alt,
			input[type="button"].alt,
			.button.alt
			{
				background-color: #d93d00;
			}

				input[type="submit"].alt:hover,
				input[type="reset"].alt:hover,
				input[type="button"].alt:hover,
				.button.alt:hover
				{
					background-color: #f35111;
				}
				
				input[type="submit"].alt:active,
				input[type="reset"].alt:active,
				input[type="button"].alt:active,
				.button.alt:active
				{
					background-color: #d43800;
				}
			
			input[type="submit"].alt2,
			input[type="reset"].alt2,
			input[type="button"].alt2,
			.button.alt2
			{
				background-color: #414141;
			}

				input[type="submit"].alt2:hover,
				input[type="reset"].alt2:hover,
				input[type="button"].alt2:hover,
				.button.alt2:hover
				{
					background-color: #575757;
				}
				
				input[type="submit"].alt2:active,
				input[type="reset"].alt2:active,
				input[type="button"].alt2:active,
				.button.alt2:active
				{
					background-color: #363636;
				}

			input[type="submit"].big,
			input[type="reset"].big,
			input[type="button"].big,
			.button.big
			{
				width: 100%;
				font-size: 2em;
				padding: 1.30em 0em 1.30em 0;
				font-weight: 300;
				text-align: center;
			}

	/* List */

		ul.default
		{
			list-style: disc;
			padding-left: 1em;
		}

			ul.default li
			{
				padding-left: 0.5em;
			}

		ul.style1
		{
		}
		
			ul.style1 li
			{
				padding: 0.575em 0;
				border-top: 1px solid #e0e0e0;
			}
			
			ul.style1 a
			{
			}
				
				ul.style1 a:hover
				{
					text-decoration: none;
				}
			
			ul.style1 .first
			{
				padding-top: 0em;
				border-top: none;	
			}
		
		ul.style2
		{
		}
		
			ul.style2 li
			{
				clear: both;
				padding: 2em 0em 1em 0em;
				border-top: 1px solid #e0e0e0;
			}
			
			ul.style2 a
			{
				text-decoration: none;
				color: #7f7f7f;
			}
			
				ul.style2 a:hover
				{
					text-decoration: underline;
				}
			
			ul.style2 h3
			{
				letter-spacing: -2px;
				font-weight: 200;
				margin: 0;
			}
			
				ul.style2 h3 a
				{
					display: block;
					padding: 0.25em 0em 0.75em 0em;
					color: #262626;
				}
			
			ul.style2 .first
			{
				padding-top: 0em;
				border-top: none;
			}

		ul.style3
		{
			padding-top:10px;
			padding-bottom:10px;
			float:right;
		}

			ul.style3 li
			{
				position: relative;
				line-height: 2em;
				padding: 7px 40px 0 48px;
				margin: 2.25em 0 0 0;
				display:inline;
				color: #fff;
				font-size:1.1em;
			}

				ul.style3 li:before
				{
					cursor: default;
					position: absolute;
					left: 0;
					top: 0;
					background: #474747;
					color: #fff;
					width: 32px;
					height: 32px;
					font-size: 20px;
					line-height: 32px;
					text-align: center;
				}

				ul.style3 li:first-child
				{
					margin-top: 0;
				}
				
				ul.style3 li a
				{
					color: #fff;	
				}
				
				ul.style3 li a:hover
				{
					color: #e3e3e3;	
				}

		ul.actions
		{
			cursor: default;
		}

			ul.actions:last-child
			{
				margin-bottom: 0;
			}

			ul.actions li
			{
				display: inline-block;
				padding: 0 0 0 1em;
			}

				ul.actions li:first-child
				{
					padding: 0;
				}

			ul.actions.vertical li
			{
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child
				{
					padding: 0;
				}

		ol.default
		{
			list-style: decimal;
			padding-left: 1.25em;
		}

			ol.default li
			{
				padding-left: 0.25em;
			}

	/* Form */

		input[type="text"],
		input[type="password"],
		input[type="email"],
		textarea {
			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;
			-moz-transition: border-color 0.2s ease-in-out;
			-webkit-transition: border-color 0.2s ease-in-out;
			-o-transition: border-color 0.2s ease-in-out;
			-ms-transition: border-color 0.2s ease-in-out;
			transition: border-color 0.2s ease-in-out;
			background: #fff;
			border: solid 1px #BCBCBC;
			color: inherit;
			display: block;
			outline: 0;
			padding: 0.75em;
			text-decoration: none;
			width: 100%;
		}

			input[type="text"]:focus,
			input[type="password"]:focus,
			input[type="email"]:focus,
			textarea:focus {
				border-color: #cf0027;
			}

		input[type="text"],
		input[type="password"],
		input[type="email"] {
			line-height: 1em;
		}

		label {
			display: block;
			color: inherit;
			font-weight: 600;
			line-height: 1.75em;
			margin-bottom: 0.5em;
		}

		::-webkit-input-placeholder {
			color: #999999;
			position: relative;
			top: 3px;
		}

		:-moz-placeholder {
			color: #999999;
		}

		::-moz-placeholder {
			color: #999999;
		}

		:-ms-input-placeholder {
			color: #999999;
		}

		.formerize-placeholder {
			color: #999999;
		}

	/* Table */

		table
		{
			width: 100%;
		}

			table.default
			{
				width: 100%;
			}

				table.default tbody tr
				{
					border-bottom: solid 1px #e0e0e0;
				}

				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}

				table.default th
				{
					font-weight: 600;
					padding: 0.5em 1em 0.5em 1em;
					text-align: left;
				}

				table.default thead
				{
					background-color: #555555;
					color: #fff;
				}

					
	/* Highlight */

		.highlight
		{
			position: relative;
		}
		
			.highlight a
			{
				display: block;
				text-decoration: none;
				color: #fff;
			}

			.highlight .image
			{
				margin: 0;
			}

			.highlight header
			{
/*				background: #2a92e3 url('/images/bg01.png') no-repeat right top; */
				background-color: #2a92e3;
				background-size: 100% 100%;
				padding: 3em 100px 3em 2em;
				position: relative;

				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
			}

				.highlight header:before
				{
					display: inline-block;
					font-family: FontAwesome;
					text-decoration: none;
					font-style: normal;
					font-weight: normal;
					line-height: 1;
					-webkit-font-smoothing:antialiased;
					-moz-osx-font-smoothing:grayscale;

					content: '\f138';
					position: absolute;
					right: 24px;
					top: 50%;
					margin-top: -28px; 
					font-size: 54px;
				}
			
				.highlight header h2
				{
					font-size: 2.1em;
					letter-spacing: -1px;
					margin: 0;
					color: inherit;
				}
			
				.highlight header p
				{
					font-weight: 300;
					letter-spacing: 0;
					opacity: 0.65;
					color: inherit;
					margin: 0.25em 0 0 0;
					font-size: 1.25em;
					line-height: 1.5em;
				}

			.highlight a:hover header
			{
				background-color: #1f81cd;
			}

			.highlight a:active header
			{
				background-color: #2a92e3;
			}

			.highlight.alt a header
			{
				background-color: #1567a6;
			}

				.highlight.alt a:hover header
				{
					background-color: #10558a;
				}
				
				.highlight.alt a:active header
				{
					background-color: #1567a6;
				}
			
			.highlight.alt2 a header
			{
				background-color: #07416e;
			}

				.highlight.alt2 a:hover header
				{
					background-color: #053458;
				}
				
				.highlight.alt2 a:active header
				{
					background-color: #07416e;
				}
		
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label
		{
			display: none;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		position: relative;
		background: #1a3a6e url('/assets/headerbg.jpg') repeat;
		top: 0;
		border-bottom: 3px solid #cf0027;
		min-height: 235px;
		max-width: 100%;
	  -webkit-background-size: cover !important;
	  -moz-background-size: cover !important;
	  -o-background-size: cover !important;
	  background-size: cover !important;
		
	}

		#header-wrapper:before
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
/*			background-image: url('/images/bg02.png'); */
			background-size: 100% 100%;
		}
			
	#banner-wrapper
	{
		position: relative;
		width: 100%; 
		background-color: #b4b4b5;
/*		background: #b4b4b5 url('/images/overlay.png') repeat;*/
	}
	
		#banner-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
/*			background-image: url('/images/bg03.png'); */
			background-repeat: no-repeat;
			background-size: 100% auto;
		}
	
	#featured-wrapper
	{
		position: relative;
		background: #FFFFFF;
	}
	
	#main-wrapper
	{
		position: relative;
		background: #FFFFFF;
	}

		.homepage #main-wrapper
		{
			background: #fff;
		}
	
	#footer-wrapper
	{
		position: relative;
		background: #7c7b7b;
	}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		z-index: 1;
	}
	
		#banner .image-full
		{
			line-height: 0;
			margin: 0;
		}

/*********************************************************************************/
/* Slider                                                                        */
/*********************************************************************************/

	#slider
	{
		background: #ccc;
		
	}
	
	#slider2
	{
		background: #e4e3e3 url(/assets/slide2bg.png) right no-repeat;
		text-align:center;
		font-size:1.5em;
		padding:0px 90px 40px;
		position:relative;
	}
	
	#slider2 h3
	{
		text-align:center;
		color: #fff;
		background: #1567a6;
		padding:15px 0px;
		font-size:1.5em;
		margin:0px -90px;
	}
	
	.slide
	{
		text-align:center;
	}
	
	.slide p
	{
		
	}
	
	.slide h4
	{
		-moz-border-radius: 60px;
		 -webkit-border-radius: 60px;
		 border-radius: 60px;
		 padding: 24px;
		 background: #1567a6;
		 color: #fff;
		 font-size:2.4em;
		 width: 75px;
		 height:75px;
		 text-align:center;
		 margin:20px auto;
	}
	
	.previous-button, .next-button
	{
		font-family: FontAwesome;
		color: #b3b0b0;
		font-size: 3em;
		text-decoration:none;
		position:absolute;
		top: 115px;
	}
	
	.previous-button
	{
		left:50px;
	}
	
	.next-button
	{
		right:50px;
	}
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		overflow: hidden;
	}
		
		#featured h2
		{
			font-weight: 200;
		}
	
		#featured h3
		{
			font-weight: 300;
		}
		
/*********************************************************************************/
/* Header                                                                 */
/*********************************************************************************/

#header img
		{
			max-width:400px;
			width: 90%;
		}	

#header p {color: #fff; margin-top: 10px; font-size: 14pt; font-weight: bold;}
.book {
			width: 151px;
			height: 151px;
			display:block;
			position:absolute;
			right: 15px;
			top: 120px;
			background: url(/assets/booknow.png) top no-repeat;
			z-index: 100;
			text-indent: -10000px;
			}

	
	.book:hover {background-position:bottom;}

/*********************************************************************************/
/* Content                                                                   */
/*********************************************************************************/

#content h1
		{
			text-align:center;
		}	

#content .article_main h1, #content .article_main h2, #content .article_main h3, #content .article_main h4  {text-align: left;}
	
	.container .panel 
		{
			
			padding:10px 20px;
			text-align:center;
			
		}
		
		.container .panel h3
		
		{
			  background: #1567a6;
			  color: #fff;
			  padding: 10px 0px;
			  text-align:center;

			}
		
/*********************************************************************************/
/* Sidebar                                                                 */
/*********************************************************************************/

#sidebar 
	{
		background: #f3f3f3;
	}

	#sidebar h2, #sidebar h3 
	
		{
			text-align:center;
		}
		
		
		#sidebar h2
		{
			font-size:2.5em;
			margin: 0 0 0.5em 0;
			}
		
		#sidebar h3
		
		{
			  background: #1567a6;
			  color: #fff;
			  padding: 10px 0px;
			 
			
			}
		
		#sidebar .pricing
			{
				text-align:center;
				width:90%;
			}
				
		.pricing .tableheading
			{
				font-weight:bold;
				background: #e3e3e3;
				text-align:center;
			}	
		
		.pricing td
			{
				padding:4px;
				
			}	
		
			
		.pricing .productName
			{	text-align:left;
				font-weight:bold;
			}
		
		#sidebar p
		{
			width: 90%;
			}
		
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
	}
	
		#footer h2
		{
			letter-spacing: -1px;
			color: #fff; 
			float:left;
			padding-left:1em;
		}
	
	#footermap
	{
		height: 400px;
	}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright 
	{
		text-align: center;
		color: #b8b8b8;
	}
	
/*********************************************************************************/
/* Booking Form                                                                  */
/*********************************************************************************/	


	.booking .required_flag
	{
		color: #ff0000;
	}
	
	.booking label
	{
	    margin:15px 0px;
		background: #dcdcdc;
		padding:10px;
		
	}
	
	.booking label.radio
	{
		background: transparent;
		padding:0px;
		margin: 5px 0px;
		
	}
	
	.booking .booking-instr
	{
		font-size: 12px;
		font-style: italic;
	}
	
	
	
	.booking input[type="text"], .booking input[type="password"], .booking input[type="email"], .booking textarea
	{
		width: auto;
		display: inline;
	}
	
	.booking .css-button-continue
	{
		float:right;
	}
	
	.booking .quoteTable
	{
	   margin:0px auto;
	   width:100%;
	   max-width: 800px;
	   border: 1px solid #ccc;
	}	
	
		.booking .quoteTable td
		{
		   padding: 6px;
		   text-align:left;
		}
	
	.booking .quoteDetail
	{
		width:100%;
	    max-width: 800px;
	}
	
	.booking .quoteDesc
	{
		font-weight:bold;
		width: 50%;
	}
	
	.booking .quoteShading
	{
		background: #f3f3f3;
	}
	
/* News - Gallery */
			
.byline2, .date {
	font-size: 11px;
	text-transform: uppercase;
	color: #4d4d4d;
	float: left;
	margin-right: 20px;
	font-weight: bold;
}
.date {margin-left: 2em;}
.article_intro, .article_main {
	padding: 3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;

}
.article_main img {
	width: 100%;
}
.newsthumb {
	width: 150px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.articleimg {
	float: left;
	margin-bottom: 20px;
	margin-right: 25px;
}
.pagination {
	text-align:center;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
	margin-top: -10px;
	font-weight: bold;
}
#content .pagination a {
	text-decoration: none;
	font-weight: normal;
}
#content .pagination a:hover {
	color: #333;
	
}
.gallery_photo {margin-bottom: 55px;}
.video_photo {margin-bottom: 10px;}
.video_holder {
	height: 160px;
	width: 339px;
}
.vid_thumb {
	height: 160px;
	width: 339px;
	position: relative;
	z-index: 10;
}
.play {
	position: relative;
	z-index: 20;
	width: 153px;
	height: 153px;
	background-image: url(/assets/video_play.png);
	background-repeat: no-repeat;
	margin-top: -159px;
	margin-left: 93px;
}
#blog_outer {
	width: 100%;
	background-color: #fff;
	border: solid 1px #babcbb;
	margin-bottom: 1.5em;
	padding: 4em;
}
h1.article_title {text-align:left; margin-bottom:0px; padding-bottom: 0px;}
		
.floatRight {float: right; margin-bottom: 10px; margin-left: 10px; clear: right;}
.floatLeft {float: left; margin-bottom: 10px; margin-rigth: 10px; clear: left;}
#sidebar input {margin-bottom: 8px;}
