/* body#tinymce.mceContentBody {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 13.5px; color: #000000; background: #ffffff;} */


/* Header-Line Area */

#headerline {
	width: 100%;
	min-height: 175px;
	padding: 0;
	position: relative;
	z-index: 100;
	background: #302b27 url(/images/site/template/headerline-bkg.jpg);
	background-size: cover;
	background-position: center;
	-webkit-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.75);
}

#headerline-top {
	width: 98%;
	padding: 2px 1% 2px 1%;
	position: relative;
	background: #ef6108;
}

#headerline-topbox {
	max-width: 1000px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	font-family: anton-r;
	font-size: 24px !important;
	color: #000;
	text-align: right;
}

#headerline-topbox a{
	padding: 0;
	margin: 0 6px 0 6px;
	color: #000;
	text-decoration: none;
	-webkit-transition: 1.0s all ease;
	-moz-transition: 1.0s all ease;
	transition: 1.0s all ease;
}

#headerline-topbox a:hover{
	color: #ffde00;
	text-decoration: none;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

#topbox-icons {
	display: inline;
}

#headerline-trim {
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/images/site/template/headerline-trim.jpg) repeat-x;
	background-position: top;
}

#headerline-mainbox {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	top: 0px;	
}

#logobox {
	width: 25%;
	min-width: 145px;
	position: absolute;
	z-index: 1000001;
	top: 0px;
	text-align: left;
}

#logobox img {
	max-width: 100%;
	height: auto;
	-moz-transition: 5.0s all ease;
	-webkit-transition: 5.0s all ease;
	transition: 5.0s all ease;
}

#logobox img:hover {
    -webkit-transform: rotateY(180deg); /* Safari */
    transform: rotateY(180deg);
	-moz-transition: 2.5s all ease;
	-webkit-transition: 2.5s all ease;
	transition: 2.5s all ease;
}

#navbox {
	width: 75%;
	padding: 40px 0 0 0;
	float: right;
	position: relative;
	text-align: right;
	
}
	

/* Slider Area */

#sliderline {
	width: 100%;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

#captionbox-wrapper {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
.captionbox {
	width: 98%;
	padding: 12px 1% 12px 1%;
	position: absolute;
	bottom: 0;
	z-index: 100;
	background: #e05b08 url(/images/site/template/slider/caption-bkg.jpg) repeat;
}

.caption-heading1 {
	width: 100%;
	position: relative;
	font-family: aLoveOfThunder;
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.caption-heading2 {
	width: 100%;
	position: relative;
	font-family: aLoveOfThunder;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

#datebanner-wrapper {
	width: 100%;
	position: absolute;
	z-index: 102;
	top: 60%;
}

#datebanner {
	max-width: 1000px;
	height: 76px;
	position: relative;
	margin: 0 auto;
	right: -23px;
	background: url(/images/site/template/slider/banner-date.png) no-repeat right;
	background-size: contain;	
}

#datebanner-dates {
	padding: 5px 30px 0 0;
	font-family: anton-r;
	font-size: 32px;
	text-align: right;
	text-transform: uppercase;
}

/* Pageheader Area */

#pageheaderbox {
	width: 100%;
	position: relative;
	z-index: 100;
}

#pageheaderbox img{
	width: 100%;
	height: auto;
	display: block;
}

#pageheaderbox-text {
	width: 98%;	
	padding: 10px 1% 10px 1%;
	font-family: anton-r;
	font-size: 42px;
	color: #ef6108;
	text-align: left;
}

/* Countdown Area */

#countdownline {
	width: 98%;
	min-height: 90px;
	padding: 10px 1% 15px 1%;
	position: relative;
	margin: 0 auto;
	background: url(/images/site/template/countdown-bkg.jpg) repeat-x top;
	background-size: contain;
	overflow: auto;
}

#countdownline-col1 {
	width: 53%;
	padding: 0 1% 0 1%;
	position: relative;
	float: left;
}

#countdownline-col2 {
	width: 43%;
	padding: 0 1% 0 1%;
	position: relative;
	float: left;
	text-align: center;
	overflow: auto;
}

#countdown-heading1 {
	width: 90%;
	padding: 0px 0 0 10%;
	position: relative;
	font-family: pacifico;
	font-size: 36px;
	color: #fff;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
#countdown-heading2 {
	width: 90%;
	padding: 0 0 0 10%;
	position: relative;
	font-family: aLoveOfThunder;
	font-size: 36px;
	color: #fff;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

#countdown { 
	width: 100%;
	position: relative; 
	margin: 10px 0 0 0;
	padding: 0 !important;
	font-family: ptsans-nb; 
	font-size: 26px;
	text-align: center;
	overflow: auto;
}

#countdown #d {
	width:20%; 
	height:55px; 
	position: relative; 
	float:left; 
	margin-left: 3%; 
	background: #d96900; 
	padding-top: 10px; 
	text-align: center;
}
#countdown #h {
	width:20%; 
	height:55px; 
	position: relative; 
	float:left; 
	margin-left: 3%; 
	background: #d96900; 
	padding-top: 10px; 
	text-align: center;
}
#countdown #m {
	width:20%; 
	height:55px; 
	position: relative; 
	float:left; 
	margin-left: 3%; 
	background: #d96900; 
	padding-top: 10px; 
	text-align: center;
}
#countdown #s {
	width:20%; 
	height:55px; 
	position: relative; 
	float:left; 
	margin-left: 3%; 
	background: #d96900; 
	padding-top: 10px; 
	text-align: center;
}
#countdown #fm {
	width:75%; 
	height:55px; 
	position: relative; 
	float:left; 
	margin-left: 5px; 
	background: #d96900; 
	padding-top: 10px; 
	text-align: center;
}
#countdown .label {
	width: 100%; 
	position: absolute; 
	bottom: 0; 
	font-size: 13px;
}

/* Button Box Area */

#buttonline {
	width: 98%;
	padding: 20px 1% 20px 1%;
	position: relative;
	overflow: hidden;
}

#buttonbox {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.button {
	width: 31.33%;
	margin: 0 1% 0 1%;
	position: relative;
	float: left;
	overflow: hidden;
	border: 0px;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.75);
}

.button:hover {
	cursor: pointer;
}

.button-img {
	width: 100%;
	height: auto;
	display: block;
	z-index: 200;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;	
}

.button-img:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.button-overlay {
	width: 96%;
	padding: 10px 2% 10px 2%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 201;
	background: rgba(232,113,0,1.0);
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
}

.button-img:hover ~ .button-overlay {
	padding: 15px 2% 10px 2%;
	background: rgba(232,113,0,0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.button-overlay-text {
	width: 78%;
	margin: 0 2% 0 0;
	position: relative;
	float: left;
	font-family: futurabt-b;
	font-size: 24px;
	color: #000;
	text-align: center;
	text-shadow:   -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.button-overlay-arrow {
	width: 20%;
	margin: 0 0 0 0;
	position: relative;
	float: left;
	font-family: futurabt-b;
	font-size: 24px;
	color: #000;
	text-align: center;
	text-shadow:   -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.button:hover ~ .button-img {
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    -ms-transition: all 1.0s ease-in-out;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

/* Content Box Area */

#contentline {
	width: 96%; 
	height:auto; 
	position: relative; 
	padding: 0 2% 0 2%; 
	margin: 15px 0 15px 0; 
	z-index: 99;
}

#contentbox {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-height: 300px;
	overflow: auto;
	background: rgba(255,255,255,0.75);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.65);
}

#mainbox { 
	width: 96%;
	min-height: 200px; 
	margin: 0px auto; 
	padding: 25px 2% 2% 2%; 
	position: relative;
	font-family: quattrocento_sansregular;
	font-size: 16px;
	color: #000;
}

#mainbox a{
	color: #096bb6;
	text-decoration: underline;
}

#mainbox a:hover{
	color: #0b89ea;
	text-decoration: none;
}


#mainbox .col1 {
	width: 49%; 
	padding: 0% 1% 0 0; 
	position: relative; 
	float:left;
}

#mainbox .col2 {
	width: 49%; 
	padding: 0% 0 0 1%; 
	position: relative; 
	float: left; 
	text-align: center;
}

#mainbox-bodybox { width: 100%; 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; list-style-image: url('/images/site/template/ul.png');}
#mainbox h1, #mainbox h2, #mainbox h3, #mainbox h4 {font-family: anton-r; color: #d65d11; font-weight: normal;}
#mainbox p { padding-bottom: 15px;}


/* FOOTER AREA */

#footerline {
	width: 98%;
	padding: 15px 1% 15px 1%;
	position: relative;
	display: block;
	float: left;
	border-top: 10px solid #70706c;
	background: #81745c url(/images/site/template/footerline-bkg.jpg) top;
	background-size: cover;
}

#footerbox {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}

#footerbox-col1 {
	width: 49%;
	padding: 0 1% 0 0;
	position: relative;
	float: left;
	text-align: center;
	font-family: futurabt-b;
	color: #000;
}

#footerbox-col2 {
	width: 47%;
	padding: 0 2% 0 1%;
	position: relative;
	float: left;
}

.footerbox-ename {
	width: 100%;
	font-size: 28px;
	text-align: center;
	text-shadow:   -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.footerbox-edates {
	width: 100%;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

.footerbox-eloc {
	width: 100%;
	font-size: 22px;
	text-align: center;
}

.footerbox-nav {
	width: 100%;
	margin: 15px 0 10px 0;
	font-size: 18px;
	text-align: center;
}

.footerbox-nav img{
	max-width: 100%;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle; 
}

.footerbox-nav a{
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.footerbox-nav a:hover{
	color: #fff;
	text-decoration: underline;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.footerbox-sig {
	width: 100%;
	margin: 0px 0 10px 0;
	font-family: ptsans-n;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.footerbox-sig a{
	color: #fff;
	text-decoration: none;
}

.footerbox-sig a:hover{
	color: #000;
	text-decoration: underline;
}

.footerbox-fb {
	width: 100%;
	max-width: 500px;
	position: relative;
	text-align: left;
}

.footerbox-fbtab {
	width: 30%;
	padding: 5px 10px 5px 10px;
	position: relative;
	z-index: 201;
	background-color: #e87100;
	font-family: pacifico;
	font-size: 22px;
	vertical-align: middle;
	color: #fff;
}

.footerbox-fbtab a{
	text-decoration: none;
	color: #fff;
}

.footerbox-fbtab img{
	margin: 0 10px 0 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.fb-page {
	z-index: 200;
	border: 5px solid #e87100;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.65);
}

/* OTHER ATTRIBUTES */

.imgborder {
	background: #fff; 
	padding: 3px;  
	border: 5px solid #b2b2b2; 
	margin: 0px 5px 5px 5px; 
}

.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);
}


.col50 {
	width: 50%;
	padding: 0 1% 0 1%;
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pageserverpg img {
	max-width: 100%;
	height: auto;
}

/* OTHER */

.sitebtn { 
	display: inline-block; 
	*display: inline; 
	margin-bottom: 15px; 
	min-width: 200px; 
	background: #ff7800; 
	padding: 2px; 
	text-align: center; 
	text-decoration: none !important;
	text-transform: uppercase; 
	font-family: anton-r; 
	font-size: 22px; 
	color: #000 !important;
	border: 0px !important; 
	box-shadow: 2px 2px 2px #300; 
	-moz-box-shadow: 2px 2px 2px #300; 
	-webkit-box-shadow: 2px 2px 2px #300; 
	-webkit-transition: 1.0s ease all;
	-moz-transition: 1.0s ease all;
	transition: 1.0s ease all;
}
.sitebtn:hover { 
	background: #b45500; 
	color: #ffffff; 
	cursor: pointer; 
	text-decoration: none !important;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.sitebtn-sm { 
	display: inline-block; 
	*display: inline; 
	margin-bottom: 14px; 
	min-width: 80px; 
	text-align: center; 
	text-decoration: none; 
	font-family: ptsans-nb; 
	font-size: 14px; 
	color: #fff !important; 
	border: 0px #fff solid; 
	background: #045ac5; 
	padding: 5px; 
	behavior: url('/shared/pie/pie.htc'); 
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	text-transform: uppercase; 
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none !important; 
}
.sitebtn-sm:hover { 
	background: #034393; 
	cursor: pointer; 
	text-decoration: none !important; 
}

.sitebtn-sm-buy { 
	display: inline-block; 
	*display: inline; 
	margin-bottom: 14px; 
	min-width: 80px; 
	text-align: center; 
	text-decoration: none; 
	font-family: ptsans-nb; 
	font-size: 14px; 
	color: #fff !important; 
	border: 0px #fff solid; 
	background: #00af25; 
	padding: 5px; 
	behavior: url('/shared/pie/pie.htc'); 
	border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	text-transform: uppercase; 
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none !important; 
}
.sitebtn-sm-buy:hover { 
	background: #e0d300; 
	cursor: pointer; 
	text-decoration: none !important; 
}

.sitebtn-buy { display: inline-block; *display: inline; margin-bottom: 18px; min-width: 120px; text-align: center; text-decoration: none; font-family: oswald-reg; font-size: 18px; color: #62007a !important; border: 0px #fff solid; box-shadow: 2px 2px 2px #300; -moz-box-shadow: 2px 2px 2px #300; -webkit-box-shadow: 2px 2px 2px #300; background: #36ff00; padding: 5px; behavior: url('/shared/pie/pie.htc'); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-transform: uppercase;}

.sitebtn-buy:hover { background: #fffc00; cursor: pointer; text-decoration: none !important; }

.col-1 { display: inline-block; *display: inline; zoom: 1; width: 68%; 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: 30%; padding: 0 0 0 1%; margin: 0; text-align: left; position: relative; min-height:350px;}
.row { width: 100%; padding: 0; margin: 0; text-align: middle; vertical-align: top; position: relative;}



/* SCHEDULE DETAILS OVERRIDES */

#eventbox-bottombox img {
	max-width: 100%;
	height: auto;
}