@import url(http://fonts.googleapis.com/css?family=Questrial|Open+Sans:400italic,600italic,700italic,400,300,600,700|Montserrat);
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #FFF;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #353636;
	line-height: 24px;
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;
}
strong {
	font-weight: 700;
}
p {
	margin-bottom: 14px;
}
a {
	text-decoration: none;
	color: #353636;
}
img {
	border: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
/* */
#menu {
	position: relative;
	width: 100%;
	min-width: 1024px;
	height: 220px;
	z-index: 9;
	margin: 0 auto;
	padding: 0;
}
#logo {
	position: relative;
	width: 235px;
	height: 177px;
	z-index: 9;
	float: left;
}
#slogan {
	position: relative;
	width: 100%;
	font-size: 15px;
	line-height: 30px;
	font-weight: 600;
	text-align: right;
	margin-top: 60px;
}
.fa {
	margin: 0 5px 0 10px;
}
.fa-lg {
	font-size: 1.6em;
}
nav {
	width: 1000px;
	margin:0 auto;
	height: 43px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
nav ol {
	-webkit-font-smoothing: antialiased;
	list-style-type: none;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav ol li {
	display: inline-block;
	float: none;
	list-style: none;
}
nav ol li a {
	color: #FFF;
	display: block;
	padding: 9px 16px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
nav li:hover a {
	background: #0295cd;
	color: #FFF;
}
nav ol ol {
	display: none;
	position: absolute;
	top: 43px;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
nav ol li:hover > ol {
	display: list-item;
}
nav ol ol li {
	float: none;
	width: 200px;
	position: relative;
	background: #0394CB;
	display: block;
	text-transform:uppercase;
}
nav ol ol li.last-item {
	width: 120px;
}
nav li:hover ol a {
	background: none;
}
nav li ol a {
	text-align: left;
	border-top: 0 !important;
	color: #FFF !important;
}
nav li ol li a {
	padding: 8px 17px;
}
nav li ol a:hover {
	background: #585858;
	color: #FFF !important;
}
/*SLIDER*/ 
/* */
#loader-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 528px;
	z-index: 999999999;
	width: 100%;
	height: 528px;
	background-color: #353636; /* background-color is important, or it will be see-through, and we don't want that! */
}
.preloader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #2B3176;
	-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.preloader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FFF;
	-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.preloader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #0295CC;
	-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 @-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(0deg);  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(360deg);  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(0deg);  /* IE 9 */
 transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
}
 100% {
 -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
 -ms-transform: rotate(360deg);  /* IE 9 */
 transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}
}
#flashhome {
	position: relative;
	width: 100%;
	min-width: 1024px;
	z-index: 2;
	padding: 0;
	float: left;
	left: 0;
	text-align: center;
}
#flashhome .wide {
	height: 500px;
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#flashhome .wide img {
	margin: 0 !Important;
}
#flashhome .left {
	width: 1000px;
	position: absolute;
	height: 235px;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: left;
	z-index: 2;
}
#flashhome .left img {
	float: right;
	max-height: 235px;
}
#flashhome .left .slide-title {
	position: absolute;
	font-size: 34px;
	color: #FFF;
	font-weight: 300;
	float: left;
	line-height: 80px;
	bottom: 0;
	text-transform: uppercase;
}
#flashhome .left .slide-title span{
	color:	#0295cd;
}
.upbg-slider {
	position: absolute;
	top: 445px;
	width: 100%;
	min-width: 1024px;
	height: 80px;
	z-index: 1;
	margin: 0 auto;
	float: left;
	left: 0;
	background: #2d2d2d;
}
/*SLIDER*/ 

#full-width-slider {
	width: 100%;
	color: #000;
	height: 528px;
	overflow: hidden;
}
.fullWidth {
	max-width: 1800px;
	margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:1000px) {
.heroSlider .rsOverflow, .royalSlider.heroSlider {
	height: 528px !important;
}
}
/* */
#content-header {
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 1;
	margin: 0 auto;
	float: left;
	left: 0;
	padding: 0;
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.grey-bar h1 {
	color: #FFF;
	font-family: 'Questrial', sans-serif;
	font-size: 30px;
	padding: 27px 0;
	font-weight: 400;
	text-transform: uppercase;
}
/* End Header Images */
#outer, .grey-bar {
	width: 100%;
	min-width: 1024px;
	z-index: 1;
	margin: 0 auto;
	float: left;
}
.grey-bar {
	background: #353636;
}
#inner {
	position: relative;
	width: 100%;
	min-width: 1024px;
	z-index: 4;
	clear: both;
	margin: 0 auto;
	padding: 20px 0 260px;
	min-height: 100%;
}
.grid {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	clear: both;
}
.grid:after {
	content: "";
	display: table;
	clear: both;
}
.grid.padding-top {
	padding-top: 30px;
}
.grid.padding-full {
	padding: 30px 0;
}
.grid.border {
	border-bottom: 1px solid #b6b6b6;
}
#menu .grid, #upbg .grid, #footer .grid {
	height: auto;
}
.text li {
	margin: 1em !important;
	padding: 0 5px;
	list-style-position: outside;
	list-style-type: disc;
}
.welcome img {
	max-width: 394px;
	margin-top: 10px;
}
/* */
.column-left {
	position: relative;
	float: left;
}
.column-right {
	position: relative;
	float: right;
	right: 0;
}
.col-30 {
	width: 30%;
}
.col-37 {
	width: 37%;
}
.col-40 {
	width: 40%;
}
.col-44 {
	width: 44%;
}
.col-51 {
	width: 51%;
}
.col-55 {
	width: 55%;
}
.col-60 {
	width: 60%;
}
.col-65 {
	width: 65%;
}
.col-75 {
	width: 75%;
}
.column-left.contact {
	font-size: 15px;
}
.button {
	position: relative;
	padding: 5px 10px;
	text-transform: uppercase;
	float: left;
	border-radius: 3px;
	background: #212226;
	color: #FFF;
	margin-bottom: 20px;
	font-size: 12px;
}
.button:hover {
	background: #555555;
}
.title, .title a, h1.title {
	font-weight: 600;
	font-size: 21px;
	color: #0295cd;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.title.padding {
	margin-top: 40px;
}
.title.small {
	font-size: 15px;
	font-weight: 700;
	color: #000;
	margin-bottom: 0;
}
.title.contact {
	padding-top: 20px;
	font-size: 18px;
}
.title img {
	max-width: 200px;
}
.text li {
	margin: 1em !important;
	padding: 0 5px;
	list-style-position: inside;
	list-style-type: disc;
}
.fixed-width img {
	width: 400px;
}
.service-block {
	position: relative;
	float: left;
	width: 236px;
	margin: 0 33px 30px 0;
}
.service-block.clearing {
	margin-right: 0;
}
.image-container {
	width: 236px;
	height: 94px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}
.image-container .image {
	width: 236px;
	height: 114px;
	overflow: hidden;
	opacity: 1;
}
.image-container .image:hover {
	opacity: .7;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.image-container .image img {
	width: 236px;
}
.service-block h2.title {
	margin-bottom: 10px;
}
.service-block h2.title a {
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	color: #0295cd;
}
.service-block .text {
	clear: both;
	padding-top: 8px;
	font-size: 11px;
	line-height: 18px;
}
/* gallery*/

.instructions {
	display: relative;
	font-size: 11px;
	margin-bottom: 14px;
	clear: both;
}
.thumbcontainer {
	width: 190px;
	height: 120px;
	overflow: hidden;
	margin: 0 18px 18px 0;
	float: left;
}
.main-image {
	margin-bottom: 10px;
}
.thumbnail {
	opacity: 1;
}
.thumbnail:hover {
	opacity: .7;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.thumbnail img {
	border: none;
	/*	border: 1px solid white;*/
	/*for most browsers*/
	max-width: 190px;
	/*max-height: 120px;*/
	/* for IE */
	width: expression(this.width > this.height ? 190 : true);
 height: expression(this.height > this.width ? 120 : true);
}
/*Enhanced Page */
.lifestyle {
	position:relative;
	display:block;
	width:1000px;
	height:290px;
	overflow:hidden;
	margin:10px auto;
	border: 5px #353636 solid;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.lifestyle img{
	width:1000px;
}
.topleft {
	position:relative;
	width:595px;
	float:left;
}
.videoright {
	float:right;
	right:0;
	width:198px;
	height:120px;
	text-align:center;
	overflow:hidden;
	border: 5px #353636 solid;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.videoright .play {
	position: absolute;
	float:left;
	z-index:4;
	margin: 25px 0 0 65px;
}
.videoright .play a{
	color:#FFF;
	opacity:.6;
}
.bottomleft {
	position:relative;
	width:530px;
	float:left;
	top:-70px;
	left:30px;
}
.bottomright {
	position:relative;
	width:300px;
	float:right;
	top:-70px;
	right:0;
}
.bottomright .text {
	width:280px;
	margin: 0 auto
}
.bottomright .text li {
	margin: .5em;
	padding: 0 5px;
	list-style-position: outside;
	list-style-type: disc;
}
/* kwik vue*/
.kwik {
	width: 22%;
	border:1px solid #353636;
	padding:10px 0;
}
#kwik-menu ul {
	list-style: none;
}
#kwik-menu li {
	list-style-type: none;
	background:#FFF;
	padding:0 10px;
}
#kwik-menu li a {
	font-size: 13px;
	color: #3f3f3f;
	width: 94%;
	list-style-type: none;
	padding: 8px 0 8px 10px;
	border-bottom: 1px solid #353636;
	display: block;
}
#kwik-menu li:hover a, #kwik-menu li.active a{
	color: #FFF !important;
	background:#353636;
}
#kwik-menu li.active a {
	background-color: #3f3f3f;
}
#kwik-menu li a:hover {
	background-position: 0 0;
	color: #FFF;
}
.kwik-image {
	float: left;
}
.kwik-image img {
	max-width: 400px;
	margin: 0 30px 20px 0;
}
.kwik-title {
	color: #363637;
	border-bottom: none;
	line-height: 35px;
	padding-bottom: 0 !important;
}
/* */

#footer {
	position: relative;
	margin-top: -260px;
	height: auto;
	min-height: 260px;
	width: 100%;
	min-width: 1024px;
	bottom: 0;
	z-index: 4;
	clear: both;
	text-align: center;
	background: #353636;
	color: #FFF;
	font-size:13px;
}
#footer a {
	color: #FFF;
}
#footer .grid.border{
	border-bottom:1px solid #FFF;
}
ul.list1 {
	list-style: none;
	font-size: 12x;
	margin:12px 0;
	font-weight:600;
}
ul.list1 li {
	display: inline;
	text-transform: uppercase;
	padding: 0 13px;
}
ul li.last {
	border-right: 0;
	padding-right: 0;
}
.services-list ul {
	list-style: none;
	overflow: hidden;
	margin-top: 25px;
}
.services-list li {
	width: 30%;
	display: inline;
	font-size: 12px;
	font-weight: 400;
	float: left;
	line-height: 28px;
	text-align: left;
	text-transform:uppercase;
	margin-left:20px;
}
.copyright {
	position: relative;
	width:100%;
	min-width:1024px;
	float: left;
	left: 0;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
	padding: 15px 0;
	background:#131313;
}
.copyright .fa-lg{
	font-size: 30px;
}
/*footer form*/
#form {
	width: 360px;
	position: relative;
	float: right;
	right: 0;
	z-index: 999999999;
	margin-top: 10px;
}
#form .title {
	font-size: 12px;
	line-height: 12px;
	border-bottom: 1px #FFF solid;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #0295cd;
	text-align:left;
}
#form input, #form textarea, #form select {
	width: 170px;
	color: #000;
	background: #c1c4c9;
	font-size: 11px;
	margin: 0 0 8px;
	padding: 4px;
	border: 0;
}
#form textarea {
	height: 40px;
}
#form select {
	width: 178px;
}
#form .float-left {
	float: left;
	left: 0;
	position: relative;
}
#form .float-right {
	float: right;
	right: 0;
}
#form input:focus, textarea:focus, select:focus {
	background-color: #E8E8E8;
	color: #333;
}
#form input.submit1 {
	width: 75px;
	cursor: pointer;
	background: #0295cd;
	color: #FFF;
	font-weight: 700;
	font-size: 13px;
	position: relative;
	margin-top: 14px;
	padding: 6px;
}
#form input.submit1:hover {
	background: #171717;
}
#form input[type=submit][disabled] {
	background: #888;
}
#form fieldset {
	border: 0;
	padding-bottom: 5px;
}
#form .required {
	font-size: 11px;
	width: 150px;
	float: left;
}
#message {
	margin: 0;
	padding: 0;
	color: #FFF;
}
.error_message {
	display: block;
	line-height: 22px;
	background: #FBE3E4 url(../images/error.gif) no-repeat 10px center;
	color: #8a1f11;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
	padding: 3px 10px 3px 35px;
}
.loader {
	padding: 0 10px;
}
#form #success_page h1 {
	background: url(../images/success.gif) left no-repeat;
	padding: 15px 0 0 22px;
	color: #FFF;
	margin: 0;
	font-size: 18px;
	position: relative !important;
	line-height: 25px !important
}
#form #success_page p {
	padding-top: 10px;
	color: #FFF;
}
acronym {
	border-bottom: 1px dotted #ccc;
}
