@charset "UTF-8";
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}
/* End normalizing stuff */


body {
	font-family: 'Asap Condensed', sans-serif;
	font-size:20px;
	color:#fbfbfb;
	margin:0 0 0 0;
	background:#161616;
	position:relative;
	letter-spacing: .035em;
}
p { 
	line-height: 1.6em;
}
a {
	color:#fedb31;
}
a:visited {
	color:#fedb31;
}
a:active {
	color:#fedb31;
}
a:hover {
	color:#fedb31;
}

h1 {
	font-family: 'Squada One', sans-serif;
	font-size:1.8em;
	font-weight:normal;
	color:#fedb31;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size:2em;
	font-weight:normal;
	text-align: center;
}
h3 {
	font-size: 2.2em;
	font-weight:700;
	font-family: 'Squada One', sans-serif;
	text-align: center;
	text-transform: uppercase;
}
h3 a, h3 a:visited, h3 a:active, h3 a:hover {
	background:#fedb31;
	color:#161616;
	font-size:.5em;
	font-weight:normal;
	padding:20px;
	display:inline-block;
	text-decoration: none;
	margin:-10px 0 0px 10px;
	vertical-align: middle;
	text-transform: none;
}


header {
	width:100%;
	margin:0px auto;
	border-bottom:1px solid #fbfbfb;
}
.topbar {
	width:100%;
	margin:0px;
}
.topbar a, .topbar a:visited, .topbar a:active {
	background:#fedb31;
	color:#161616;
	display:block;
	padding:12px;
	text-align: center;
	text-decoration: none;
	font-weight:400;
}
.topbar a:hover {
	opacity: .8;
}
nav {
	color:#fbfbfb;
	text-align: center;
}

section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
}
.content {
	background: #fff;
	padding:4%;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blackbg {
	background:#000;
	padding:0px;
	margin:0px;
}
.serviceblock {
	background-size:cover;
	background-position: top;
	min-height:500px;
	position:relative;
}
.serviceblock .overlay {
	background:rgba(0,0,0,.3);
	position:absolute;
	padding-top:70px;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.pageimg {
	border:6px solid #FFF;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555555');
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.list {
	margin:20px 0 10px 0;
	padding:0px;
	font-size:1.3em;
}

.list li{
    display: list-item;
    list-style: none;
	padding:1px;
	margin: 5px 0;
	text-align: center;
	font-style:italic;
}	
.highlights {
	margin:0px;
	padding:0px;
	font-size:1.2em;
	font-weight:500;
	color:#a4a4a4;
}

.highlights li{
    display: list-item;
    list-style: none;
	padding:1px;
	margin: 5px 0;
}	
hr {
	border: 0;
    height: 1px;
	background:#fbfbfb;
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.ctr {
	text-align:center;
}


.c2a, .c2a:visited, .c2a:active {
	background:#fedb31;
	color:#161616;
	font-size:1em;
	font-weight:normal;
	padding:20px;
	display:inline-block;
	text-decoration: none;
	margin:20px 0 20px 0px;
	vertical-align: middle;
	text-transform: none;
}
.c2a:hover {
	opacity: .8;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.formstyle fieldset {
	width:100%;
	border:none;	
	margin:20px auto 0 auto;
}
.formstyle legend {
	font-size:22px;
	font-weight:bold;
	color:#000;
	margin:0 0 20px 0;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border-collapse: collapse;
	border:none;
	border-bottom:2px solid #fbfbfb;
	color:#fbfbfb;
	background:#161616;
	font-size:16px;
	margin-top:8px;
	padding:15px;
	width:100%;
}
textarea {
	border-collapse: collapse;
	border:none;
	border-bottom:2px solid #fbfbfb;
	color:#fbfbfb;
	background:#161616;
	font-size:16px;
	margin-top:8px;
	padding:15px;
	width:100%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}

.button{
	width:auto;
	border:none;
	background:#fedb31;
	color:#161616;
	font-family: 'Asap Condensed', sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing: .15em;
	padding:18px 35px;
	display:inline-block;
	text-decoration: none;
	margin:20px 0 20px 0px;
	text-transform: none;
}
.button:hover{
	opacity: .8;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.socials img {
	height:30px;
	width:30px;
	vertical-align: middle;
	margin:10px;
}
footer {
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:1%;
	background:#000;
	color:#a4a4a4;
}
footer a, footer a:visited, footer a:active {
}
footer a:hover {
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}

/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#slider {
	position: relative;
	text-align: center;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: auto!important;
	height: auto;
	max-height:600px;
}

#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */


@media (max-width: 940px) {

}
@media (max-width: 719px) {
	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
	#slider-container {
		width: 100%;
		height: auto;
		padding: 5px;
		margin:0px;
		position: relative;
		overflow: hidden;
		background:url(../images/banner-shadow.png) top no-repeat #ccc;
	}
	#slider {
		position: relative;
		margin: 0 auto;
		background: url(../images/loading.gif) no-repeat 50% 50%;
	}

	#slider img {
		width: 100%!important;
		height: auto;
		max-height:none;
	}

}
