html { 
	overflow-y:scroll; 
}
/*html, body, #siteWrapper, #siteWrapper > .container {
	height: auto;
}*/


body {
	margin:0px;	
	background:url(../images/bg.jpg) repeat-x center top;
	background-color:black;
}
/*#siteWrapper > .container {
	background: url(../images/bg2.jpg) repeat-x center top;
}*/

header {
	background-color: transparent;
	border-bottom: none;
}

main {
	background-color: transparent;
	border: none;
}

/*@font-face {
    font-family: 'forolight';
    src: url('forolig-webfont.eot');
    src: url('forolig-webfont.eot?#iefix') format('embedded-opentype'),
         url('forolig-webfont.woff') format('woff'),
         url('forolig-webfont.ttf') format('truetype'),
         url('forolig-webfont.svg#forolight') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'),local('Roboto-Regular'),url('../fonts/roboto.woff2') format('woff2'),url('../fonts/roboto.woff') format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Bold'),local('Roboto-Bold'),url('../fonts/roboto-700.woff2') format('woff2'),url('../fonts/roboto700.woff') format('woff');
}

a, a:visited {
	color: unset;
}
a:hover {
	text-decoration: none;
}

.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h1, h2, h3, h4, h5, h6, input, table, td, th {
	color:#a3a3a3;
	font-family: Roboto, 'Open Sans', Arial, Helvetica, sans-serif;
}


#siteWrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: Roboto, 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #a3a3a3;
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
	border-radius: 2px;
	border-color: #353535;
	background: #353535;
	/*background: -moz-linear-gradient(top, #5c5c5c 0%, #353535 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#2170cd));
	background: -webkit-linear-gradient(top, #5c5c5c 0%,#353535 100%);
	background: linear-gradient(top, #5c5c5c 0%,#353535 100%);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);*/
	color: #efefef;
	/*text-shadow: 0px -1px 0px #353535;*/
}
	.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
		border-color: #5c5c5c;
		background: #5c5c5c;
		color: #fff;
	}


/*****************************************
Top
*****************************************/

#deskBar {
	display: flex;
	justify-content: space-between;
	position: relative;
}

hr.gradient {
	margin: 17px 17px 5px 17px;
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

#logo {
	display: none;
}

.phone {
	/*position:absolute;
	top:28px;
	left:680px;
	background:url(../images/phone_bg.png) no-repeat;*/
	margin: auto 0 0 0;
	width:218px;
	height:45px;	
	font-size:16px;
	background-color:#c81f3f;
	border-radius: 5px;
	color:black;
}

	.phone a {
		color:white;
		font-weight:normal;
		text-decoration:none;	
	}
	.phone a:hover {
		color: white;
		font-weight: bold;
		text-decoration: none;
	}
		
		.phone p {
			padding:10px 0px 0px 22px;	
		}
.mobilePhone {
	display:none;
	margin: auto 0 0 0;	
}

	.mobilePhone p {
		padding: 0;
		margin: 0;
	}
	.mobilePhone p:hover {
		background-color: #d7d7d7;
	}
	.mobilePhone img {
		width: 52px;
	}

#shadow {
	position:absolute;
	top:72px;
	left:0px;	
}

#mainHeader-inner {
	padding-bottom: 5px;
}

#dnnMenu {
	/*position: absolute;
	top: 120px;
	left: 0px;*/
}

	#dnnMenu a, #dnnMenu a span:first-of-type {
		font-family: "Roboto", arial, sans-serif;
		color: black;
		font-weight: normal;
		text-decoration: none;
		font-size: 22px;
		padding: 20px 17px 20px 17px;
	}
	#dnnMenu .dropdown-menu li a, #dnnMenu .dropdown-menu li a span {
		padding: 0 10px;
		font-size: 16px;
	}

	#dnnMenu a:hover {
		background-color: #c81f3f;
		color: white;
	}
	#dnnMenu .topLevel > li.active > a {
		color: #ffffff;
	}
	#dnnMenu .topLevel > li.active > a:focus, #dnnMenu .topLevel > li.active > a:hover {
		color: #ffffff;
	}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #c81f3f;
	color: #ffffff;
}


/*****************************************
Banner
*****************************************/

#dnn_BannerPane img {
	width: 100%;
}

/*#banner {
	width:902px;
	height:322px;	
}

#below_banner {	
}

#below_banner_inside {	
	background:url(../images/banner_inside_bg.jpg) repeat-x;
	width:100%;
	height:62px;
}

#below_banner_inside p {
	color:white;
	padding:18px 0px 0px 25px;
	font-size:16px;	
}*/

#index_table a{
    font-weight: normal;
    text-decoration: none;
    color: #a3a3a3;
}

#index_table a:hover{
	color:#c81f3f;	
}


/*****************************************
Content
*****************************************/

#content {
		
}


/*****************************************
Footer
*****************************************/

/*#footer {
	margin-top:20px;
	border-top:1px solid #1f1f1f;
	font-family:tahoma, sans-serif;
	margin-bottom:20px;
	text-align:left;
	font-size:10px;
	padding-top:15px;
	color:#424242;	
}

#footer a {
	font-weight:normal;
	text-decoration:none;	
}*/
/*footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}*/
.footer-above {
	display:none;
}
footer .footer-below {
	background-color: #010101;
}

/*****************************************
Extras
*****************************************/

p {
	margin-top:0px;
}	

td {
	vertical-align:top;	
}

a {
	font-weight:bold;
	text-decoration:underline;
	/*color:#ffffff;	*/
}

a:hover {
	color:#c81f3f;	
}


hr {
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:1px solid #1f1f1f;	
}

h1 {
	font-family:Roboto, arial, sans-serif;
	font-size:23px;
	color:#c81f3f;
	font-weight:normal;
	margin-bottom:15px;
	margin-top:20px;
}

h2 {
	font-family: Roboto, arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 5px;
	border-bottom: 1px solid #1f1f1f;
	font-weight: normal;
}

h3 {
	font-family: Roboto, arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 0px;
	font-style: italic;
}

a img {
	border:none;	
}	

#clearing {
	clear:both;	
}




/* Hightlight Text Color */
::-moz-selection {
    background-color:#c81f3f;
	color:white;
}

::selection {
    background-color:#c81f3f;
	color:white;
}

/* Contact */
/*label {
    float: left;
    margin-right: 1em;
    width: 14%;
	
}
input, textarea, select {
    width: 300px;
}
textarea {
    height: 150px;
}
input[type="submit"] {
    width: auto;
}*/
.butRight { float: right;}

/*.errorMessage, .successMessage {
    display: block;
    color: #D8000C;
    background-color: #FFBABA;
    border: #D8000C 1px solid;
    margin: 0 0 15px 0;
    border-radius: 3px;
    font-size: 0.9em;
    padding: 5px;
}

.successMessage {
    color: #4F8A10;
    background-color: #DFF2BF;
    border-color: #4F8A10;
}*/

/* Links */

.linksTable td {
    padding-right: 5px;
}

h3 span.smallDate {
    font-weight:bold; font-size:12px;
}

.newsColumn h3 {
    color: #a3a3a3;
}


.themeBG, .themeBG .Normal, .themeBG h1, .themeBG h2, .themeBG h3, .themeBG h4, .themeBG h5, .themeBG h6 {
	background-color: #c81f3f;
	color: #ffffff;
}
.carousel-caption {
	/*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
	right: initial;
	left: 14%;
	/*height: 50%;*/
	height: auto;
	width: 28%;
	padding: 31px;
	text-align: left;
	line-height: calc(1vw + 7px);
	font-size: 15px;
}

	.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption p {
		color: white;
	}
	.carousel-caption h1 {
		margin-top: 0;
		margin-bottom: 15px;
		text-transform: uppercase;
	}
.contactTable {
	width:100%;
}
.contactTable td {
	padding: 5px;
}


@media only screen and (max-width: 767px) {
	/*.pull-right {
		float: none !important;
	}*/
}

@media screen and (max-width: 1000px) {
	.carousel-caption {
		width: 80%;
		font-size: 1.7vw;
		bottom: 7vw;
		left: 10%;
		display: none;
	}

	.carousel-inner .item.active:hover .carousel-caption {
		display: block;
	}
	#dnnMenu .topLevel li {
		background: #ffffff;
	}
}

@media only screen and (max-width:1000px) { /*767px*/
	.navbar-nav {
		float: unset;
	}

	.navbar-header {
		float: unset;
	}

	.navbar-toggle {
		display: block;
	}
	.navbar-collapse.collapse {
		display: none !important;
		/*height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;*/
	}
	.navbar-collapse.collapse.in {
		display: block !important;
		/*height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;*/
	}

	#dnnMenu .dropdown-menu {
		padding: 0
	}

		#dnnMenu .dropdown-menu::after {
			border: none;
			pointer-events: none;
			border-color: none;
			border-width: 0
		}

		#dnnMenu .dropdown-menu.subLevel {
			padding: 0
		}

			#dnnMenu .dropdown-menu.subLevel li.active a span {
				color: #3f3f3f
			}

			#dnnMenu .dropdown-menu.subLevel li {
				background: #4a4f54;
				border-bottom: 1px solid #4a4b4c;
				padding: 0
			}

		#dnnMenu .dropdown-menu.subLevelRight li {
			background: #5d6062;
			padding: 0
		}

	#dnnMenu .topLevel li {
		position: relative;
		list-style-type: none;
		float: none;
		width: 100%;
		margin-bottom: 0;
		border-top: 1px solid rgba(0,0,0,.1)
	}

		#dnnMenu .topLevel li.active a {
			color: #3f3f3f;
			font-weight: bold
		}

		#dnnMenu .topLevel li a {
			display: block;
			color: #ddd;
			-webkit-transition: all .2s ease 0s;
			-moz-transition: all .2s ease 0s;
			-o-transition: all .2s ease 0s;
			transition: all .2s ease 0s;
			padding-top: 5px;
			padding-bottom: 5px
		}

			#dnnMenu .topLevel li a:hover {
				background: #bbc2c8
			}

				#dnnMenu .topLevel li a:hover span {
					color: #3f3f3f
				}

			#dnnMenu .topLevel li a span {
				line-height: 52px;
				margin: 0;
				padding: 0 15px;
				font-size: 15px
			}

	#dnnMenu .topLevel .dropdown.open a span {
		color: #7ca0c0
	}

	#dnnMenu .topLevel .dropdown-menu.subLevel a span {
		color: #fff
	}

	#dnnMenu .topLevel > li > a {
		color: #fff
	}

		#dnnMenu .topLevel > li > a:hover span {
			color: #7ca0c0
		}

	#dnnMenu .dropdown.open .subLevel > li a:hover span {
		color: #69849d
	}

	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		position: absolute;
		right: 0;
		padding: 0;
		width: 65px;
		height: 62px;
		line-height: 60px;
		text-align: center;
		border-width: 1px;
		border-style: solid;
		top: 0;
		border: none;
		background-color: #2c2f33;
		display: block;
		margin: 0;
		border-radius: 0;
		font-size: 1.3em
	}
}

@media screen and (max-width: 700px) {
	.carousel-caption {
		font-size: 2vw;
	}
}

@media only screen and (max-width:570px) {
	body {
		background-size: 250%;
	}

	.phone {
		display: none;
	}

	.mobilePhone {
		display: block;
	}
}

@media screen and (max-width: 500px) {
	.carousel-caption {
		display: none;
	}
}