@import url('core-styles.css');
/* DO NOT ALTER ABOVE - MUST BE PRESENT FOR PROPER CHAINING */

/* body#tinymce.mceContentBody {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13.5px; color: #000000; background: #ffffff;} */


/* Headerline Area */

#main-container {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

#main-overlay {
	width: 100%;
	height: 25%;
	position: absolute;
	z-index: 40;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 60%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

#headerline {
	width: 100%;
	height: 100px;
	padding: 0;	
	margin: 0;
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.25) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#40000000',GradientType=0 );
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.6);
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

#headerbox {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

#logobox {
	width: 282px;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 60;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

#logobox img {
	width: 100%;
	height: auto;
	display: block;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

#logobox img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	.logoresponsive-std {
		max-width: 100%;
	}

#navbox {
	max-width: 850px;
	position: absolute;
	top: 30px;
	right: 0;
	-moz-transition: all 1.0s ease;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}


/* Slider Area */

#sliderline {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}


/* Page Header Area */

#pageheaderline {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

#pageheaderbox {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

#pageheaderbox img{
	width: 100%;
	height: auto;
	display: block;
}

#pagetitle {
	width: 98%;
	padding: 0px 1% 50px 1%;
	position: relative;
	text-align: center;
}

.pagetitle-div {
	width: 100%;
	height: 2px;
	position: relative;
background: -moz-linear-gradient(left,  rgba(68,68,68,0) 0%, rgba(68,68,68,0.14) 1%, rgba(68,68,68,0.7) 5%, rgba(68,68,68,1) 16%, rgba(68,68,68,1) 86%, rgba(68,68,68,0.7) 95%, rgba(68,68,68,0) 100%);
background: -webkit-linear-gradient(left,  rgba(68,68,68,0) 0%,rgba(68,68,68,0.14) 1%,rgba(68,68,68,0.7) 5%,rgba(68,68,68,1) 16%,rgba(68,68,68,1) 86%,rgba(68,68,68,0.7) 95%,rgba(68,68,68,0) 100%);
background: linear-gradient(to right,  rgba(68,68,68,0) 0%,rgba(68,68,68,0.14) 1%,rgba(68,68,68,0.7) 5%,rgba(68,68,68,1) 16%,rgba(68,68,68,1) 86%,rgba(68,68,68,0.7) 95%,rgba(68,68,68,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00444444', endColorstr='#00444444',GradientType=1 );



}


/* Event Box Area */


/* Button Box Area */

#buttonline {
	width: 100%;
	padding: 0;
	margin-top: -45px;
	overflow: auto;
	position: relative;
	z-index: 45;
}

#buttonbox {
	width: 100%;
	max-width: 1600px;
	padding: 0;
	margin: 0 auto;
	position: relative;	
}

.button {
	width: 23%;
	padding: 1%;
	margin: 0 1% 0 1%;
	float: left;
	display: block;
	background: rgba(255,255,255,.45);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.button-picbox {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	z-index: 201;
}

.button-img1 {
	width: 100%;
	height: auto;
	z-index: 85;
	display: block;	
	position: relative;
}

.button-img2 {
	width: 100%;
	height: auto;
	z-index: 90;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.button:hover .button-img2 {
	cursor: pointer;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.button-main {
	width: 100%;
	min-height: 38%;
	padding: 0 1% 10px 1%;
	margin: 0;
	position: relative;
	background: #7d00de url(/images/site/template/btn-bkg.png) no-repeat;
	background-size: cover;
	background-position: top;
	border: 0px solid transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.button-title {
	width: 100%;
	padding: 12.5px 0 12.5px 0;
	margin: 0;
	font-family: 'allerdisplay-r', arial;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 10px #010202, 2px 2px 3px rgba(1,2,2,0.55);
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
}

.button-caption {
	width: 100%;
	padding: 5% 0 0 0;
	margin: 0;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
	color: #fff;
	text-align: center;
}

.button-more {
	width: 98%;
	padding: 10px 1% 10px;
	margin: 0;
	position: relative;
	background: #ff8400;
	font-family: museo-sans-condensed,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	text-align: right;
	font-size: 24px;
	text-decoration: none !important;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.button-more:hover {
	background: #da4d00;
	color: #fff000;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.button:hover {
	cursor: pointer;
	background: rgba(255,255,255,.65);
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.button:hover .button-more {
	background: #da4d00;
	color: #fff000;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.button:hover .button-title {
	color: #fff000;
	text-shadow: 0px 0px 10px #010202, 2px 2px 3px rgba(1,2,2,1.0);
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* Content Box Area */

#contentline {
	width: 100%; 
	height:auto; 
	position: relative; 
	padding: 0; 
	margin: 0; 
	background-color: #000000;
}

#contentbox {
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-height: 300px;
	overflow: auto;
}

.content-contain {
	max-width: 1200px;
	width: 96%;
	padding: 0 2% 0 2%;
}

.content-full {
	width: 100%;
}

#mainbox { 
	width: 100%;
	min-height: 300px; 
	margin: 0px auto; 
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	font-family: news-gothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	font-size: 20px;
}

#mainbox a{
	color: #95ff90;
	text-decoration: underline;
}

#mainbox a:hover{
	color: #ff8400;
	text-decoration: none;
}

.home-row {
	width: 100%;
	padding: 0;	
	margin: 0;	
	display: flex;
}

.home-col1 {
	width: 45%; 
	padding: 0% 2% 40px 3%; 
	position: relative; 
	float:left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.home-col2 {
	width: 55%; 
	padding: 0% 0 0 0%; 
	position: relative; 
	float: left; 
	text-align: right;
	background: url(/images/site/template/bkg-downdraft.jpg) no-repeat;
	background-size: cover;
	background-position: top left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mainbox-bodybox { width: 100%; padding: 0; margin: 0 auto; margin-bottom: 0px; position: relative; overflow: auto;}

#mainbox ol {padding: 5px 0 0 20px;}
#mainbox ul {margin-top: 10px;}
#mainbox li { margin-left: 40px; margin-bottom: 5px;}
#mainbox h1, #mainbox h2, #mainbox h3, #mainbox h4 {font-family: allerdisplay-r; color: #ffffff; font-weight: normal; text-transform: uppercase;}
#mainbox h1 span, #mainbox h2 span, #mainbox h3 span, #mainbox h4 span {color: #95ff90;}
#mainbox p { padding-bottom: 15px;}




/* FOOTER AREA */

#footerline {
	width: 98%;
	padding: 0 1% 0 1%;
	margin: 0;
	float: left;
	display: block;
	position: relative;
	background-color: #460081;
}

#footerbox {
	max-width: 1200px;
	padding: 20px 0 20px 0;
	margin: 0 auto;
	overflow: auto;
	position: relative;
	font-family: museo-sans-condensed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #fff;
}

#footerbox > #logocol {
	width: 38%;
	padding: 0 2% 0 0;
	margin: 0 0% 0 0;
	position: relative;
	float: left;
	text-align: center;
}	

#footerbox > #logocol img{
	max-width: 100%;
	height: auto;
}

#footerbox > #logocol a{
	color: #fff;
	text-decoration: none;
}	

#footerbox > #logocol a:hover{
	color: #fff000;
}

#footerbox > #linkcol {
	width: 35%;
	padding: 35px 0 0 0;
	margin: 0;
	position: relative;
	float: left;
	text-align: center;
}	

.footerbtn {
	width: 94%;
 	padding: 5px 3% 5px 3%;
	margin-bottom: 5px;
	display: inline-block;
	*display: inline;
	background: #350061;
	text-align: center;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #fff !important;
	text-decoration: none !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: all 2.0s ease;
	-webkit-transition: all 2.0s ease;
	transition: all 2.0s ease;
}
.footerbtn:hover {
	background: #ffffff;
	color: #350061 !important;
	cursor: pointer;
	text-decoration: none !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#footerbox > #usacol {
	width: 23%;
	padding: 0px 0 0 0;
	margin: 0 1% 0 1%;
	position: relative;
	float: left;
	text-align: right;
}




#sigline {
	width: 98%;
	padding: 5px 1% 5px 1%;
	margin: 0;
	position: relative;
	background-color: #350061;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #d5d5d5;
	text-align: center;
}

#sigline a{
	text-decoration: underline;
	color: #d5d5d5;
}

#sigline a:hover{
	text-decoration: none;
	color: #ffffff;
}



/* OTHER ATTRIBUTES */

 .imgborder {
	max-width: 92%;
	height: auto;
	background: #fff; 
	padding: 3px;  
	border: 5px solid #f2dc15; 
	margin: 0px 5px 10px 5px; 
	box-shadow: 1px 1px 5px rgba(0,0,0,0.55);
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-col-1 { 
	float:left; 
	width: 35%; 
	padding: 0 2%; 
	margin: 0; 
	text-align: left; 
	position: relative;
}
.contact-col-2 { 
	float:left; 
	width: 60%; 
	padding: 0; 
	margin: 0; 
	text-align: left; 
	position: relative;
}

.round325 {
	width: 90%;
	padding: 1%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	border: 5px solid #f6ff00;
}


.round225 img {
	opacity: 0;
	filter: alpha(opacity=0);
}

.pageserverpg img {
	max-width: 94%; 
	height: auto;
}



/* OTHER */

.sitebtn { 
	min-width: 250px;
 	padding: 6px; 
	margin-bottom: 15px; 
	display: inline-block; 
	*display: inline; 
	background: #ff8400; 
	border: 0px #fff solid;
 	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-align: center; 
	font-family: museo-sans-condensed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color: #ffffff !important;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.70);
	text-decoration: none !important;
	text-transform: uppercase;
	-moz-transition: all 2.0s ease;
	-webkit-transition: all 2.0s ease;
	transition: all 2.0s ease;

}
.sitebtn:hover { 
	background: #0ad600; 
	color: #ffffff; 
	cursor: pointer; 
	text-decoration: none !important;
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* for pager controls */
.sitebtn-sm { 
 	padding: 5px 10px 5px 10px; 
	margin: 0 2px 0 2px;
	display: inline-block; 
	background: #ff8400; 
	border: 2px #ff8400 solid;
 	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	text-align: center; 
	font-family: museo-sans-condensed,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #ffffff !important;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.70);
	text-decoration: none !important;
	text-transform: uppercase;
	-moz-transition: all 2.0s ease;
	-webkit-transition: all 2.0s ease;
	transition: all 2.0s ease;

}
.sitebtn-sm:hover { 
	background: #0ad600; 
	color: #ffffff; 
	cursor: pointer; 
	text-decoration: none !important;
	border: 2px #0ad600 solid;
 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.form-control-sm {

}

.input-group > .form-control-sm {
	display: inline-block;
}

.input-group .input-group-append {
	display: inline-block;
}

.btn-group a, 
btn-group input[type="submit"],
btn-group input[type="reset"],
btn-group input[type="button"],
btn-group button 
{ 
	display: inline-block; 
}


/* end for paging controls */

.textshadow-thin { text-shadow: 0 0 2px #333; }

.col-1 { 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	width: 49%;
	padding: 0 1% 0 0; 
	padding: 0; 
	margin: 0; 
	text-align: left; 
	position: relative; 
	overflow:auto; 
	min-height: 350px; 
	vertical-align: top;
}
.col-2 { 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	width: 49%; 
	padding: 0 0 0 1%; 
	margin: 0; 
	text-align: left; 
	position: relative; 
	min-height:350px;
}
.row { 
	width: 100%; 
	padding: 0; 
	margin: 0; 
	position: relative;
}

.col50 {
	width: 49%;
	padding: 0 0.5% 0 0.5%;
	margin: 0;
	float: left;
	position: relative;
}

.col33 {
	width: 31.33%;
	padding: 0 0.5% 0 0.5%;
	display: inline-block;
	position: relative;
}