@charset "utf-8";
/* CSS Document */
@media (max-width: 991px) {
	#header .logo img {
		max-width: 300px;
		max-height: none !important;
		height: auto !important;
	}
}

#header .logo {
	-webkit-transition: all 0.2s ease-in 0.2s;
	-moz-transition: all 0.2s ease-in 0.2s;
	transition: all 0.2s ease-in 0.2s;
	margin:0;
	padding: 5px 0;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	color: transparent;
}

/* Map */
.map-section {
	background:transparent url() center 0 no-repeat;
	padding-top: 0px;
	margin-top: 40px;
}

.home-intro {
	background-color: #171717;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 20px 0 10px 0;
	position: relative;
	text-align: left;
}

.element
{
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.75);
	color: #f0f5fa;
	font-size: 50px;
}
.slider-container .main-label-dark {
	color: #FFF;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.75);
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	font-family:"Sansita One", Times, serif;
	
}

.slider-container .main-label-dark_2 {
	color: #48474E;
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	font-family:"Sansita One", Times, serif;
	
}

.slider-container .main-label-dark_3 {
	color: #FFCC00;
	font-size: 65px;
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-weight: 800;
	font-family:"Sansita One", Times, serif;
	
}


html.dark .toggle > label {
	background-color: #FFF;
}

.slider-container .blackboard-text-dark_2 {
	color: #48474E;
	font-size: 30px;
	line-height: 40px;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}
.slider-container .blackboard-text-dark {
	color: #FFF;
	font-size: 30px;
	line-height: 40px;
	font-family: "Shadows Into Light", cursive;
	text-transform: uppercase;
}

.slider-container .top-label-dark {
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}

.slider-container .top-block-dark {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}

.slider-container .top-label-dark_2 {
	color: #48474E;
	font-size: 28px;
	font-weight: 500;

/* Home Intro */
.home-intro-new {
	background-color: #FFF;
	height:2px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0px 0 0px 0;
	position: relative;
	text-align: left;
}

.home-intro p {
	color: #FFF;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 300;
	max-width: 800px;
	padding-top: 5px;
}

blockquote.testimonial p {
	color: #FFF;
	font-family: Georgia, serif;
	font-style:normal;
	font-size: 1.2em;
	line-height: 1.3;
}

blockquote.testimonial:before {
	left: 10px;
	top: 0;
	color: #FFF;
	content: "\201C";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

blockquote.testimonial:after {
	color: #FFF;
	content: "\201C";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	content: "\201D";
	right: 10px;
}

.label-featured {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.label-featured-primary {
	background-color: #FFF;
	}

.label-featured-secondary {
	background-color: #FFF;
	}

.label-featured-tertiary {
	background-color: #FFF;
	}
	
.label-featured-quarternary {
	background-color: #FFF;
	}
	
	
	
/*big red button*/

.largeredbtn {  
font-family: "Raleway", sans-serif;
font-weight: 900;
font-size: 16px;
line-height: 60px;
color: #fff !important;
text-decoration: none;
padding-left: 40px;
padding-right: 80px;
padding-top: 22px;
padding-bottom: 22px;
background: rgb(234,91,31); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f', endColorstr='#e33a0c',GradientType=0 ); /* IE6-9 */
}

.largeredbtn:hover {
background: rgb(227,58,12); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c', endColorstr='#ea5b1f',GradientType=0 ); /* IE6-9 */      
}