/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

body{
	margin: 0px;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 0 0 5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #0066FF;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #E0E0E0 ;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -40px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: -30px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Remove white bars */
.bxslider {
padding: 0;
margin: 0;
}

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

p {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}

@media screen and (max-width: 700px) {
  #infotextbox {   
   font-size: 12px;   
   
  }
}

h2 { 
   position: absolute; 
   top: 20px; 
   left: 0; 
   width: 100%; 
}

@media screen and (max-width: 800px) {
  h2 {
    top: -8px;
    
  }
}
    
h2 span { 
   color: white; 
   font: bold 24px/48px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;    
}

@media screen and (max-width: 700px) {
  h2 span{
    color: white; 
   font: bold 16px/19px Helvetica, Sans-Serif;   
    padding: 5px;
  }
}

h5 { 
   position: absolute; 
   top: 20px; 
   left: 0; 
   width: 95%; 
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 18px;    
   margin-top: 120px;
   margin-left: 10px;
   margin-right:20px;
}

@media screen and (max-width: 700px) {
  h5 {
       font-weight: 400;
   font-size: 12px;    
   margin-top: 70px;
   margin-left: 10px;
   margin-right:20px;
  }
}
    
h5 span { 

}


h6 { 
   position: absolute; 
   top: 20px; 
   left: 0; 
   width: 95%; 
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 16px;    
   margin-top: 90px;
   margin-left: 10px;
   margin-right:20px;
}

@media screen and (max-width: 700px) {
  h6 {
       font-weight: 400;
   font-size: 12px;    
   margin-top: 35px;
   margin-left: 10px;
   margin-right:20px;
  }
}
    
h6 span { 
  
}

h3 {
 font-family: 'Open Sans', sans-serif;
 font-weight: 700;
 font-size: 48px;
display: inline;
text-align: center;
}

@media screen and (max-width: 800px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 36px;
display: inline;
text-align: center;
}

@media screen and (max-width: 800px) {
  h4 {
    font-size: 20px;
  }
}

h1 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 23px;
display: inline;
text-align: center;
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 14px;
  }
}

#header {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#slider {
	width: 100%;
	background-color: #E1E1E1;
	background-image: url('images/photobg.jpg');	
}

#infotext {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#infotextbox {
	width: 800px;
	max-width: 90%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}

#sponsors {
	text-align: center;
}

#logo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 231px;
	height: 70px;
	background-image: url('images/logo.png');
}


@media screen and (max-width: 800px) {
  #logo {
background-image: url('images/logo-small.png');
width: 132px;
height: 40px; 
  }
}

#boxcontainer{
width: 100%;
text-align: center;
}

@media screen and (max-width: 835px) {
  #boxcontainer {
width: 300px;
margin-left: auto;
margin-right: auto;
  }
}


#call1{
background-image: url('images/call1.jpg');
width: 250px;
height: 150px;
display:inline-block;
margin: 10px;
}


#call2{
background-image: url('images/call2.jpg');	
width: 250px;
height: 150px;
display:inline-block;
margin: 10px;
}


#call3{
background-image: url('images/call3.jpg');
width: 250px;
height: 150px;
display:inline-block;
margin: 10px;
}

#topmenu {
width: 100%;
text-align: center;
margin-left: -5px;
padding: 0px;
}

#nav {
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#nav1 {
background: #000000;
width: 130px;
height: 25px;
display:inline-block;
text-align: center;
}

.selected a{
  color: #FFFFFF;
}


#nav2 {
background: #EEEEEE;
width: 130px;
height: 25px;
margin-left: 1px;
display:inline-block;
text-align: center;
}

#nav3 {
background: #EEEEEE;
width: 130px;
height: 25px;
margin-left: 1px;
display:inline-block;
text-align: center;
}

a {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
text-decoration: none;
color: #2F3030;
}

#footercontainer {
	background: #3B3B3B;
	margin-top: 20px;
	width: 100%;
	height: 100px;
	font-family: 'Open Sans', sans-serif;
 font-weight: 400;
 font-size: 10px;
 text-align: center;
 color: #EFEFEF;
	
}

#footercontent{
	padding-top: 30px;
}

#social {
	background: #EEEEEE;
	height: 25px;
	margin-bottom: 0px;
	}

#error404 {
		background: #ccff66;
		width:100%;
		height: 500px;
	margin-top: 200px;
	}


.morelink img{
  display: inline;
}

.toplink a{
  color: #FFFFFF;
  font: bold 24px/48px Helvetica, Sans-Serif; 
   letter-spacing: -1px;  
}

.toplink a:visited{
  color: #FFFFFF;
}



.callout2 a{

}

.closedate {
  font-weight: 600;
   
}

#abs-close {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	display: table; 	
	width: 500px;
	height: 85px;
	background-image: url('images/abs-close.jpg');
}


@media screen and (max-width: 800px) {
  #abs-close {
background-image: url('images/abs-close-s.jpg');
width: 304px;
height: 85px; 
  }
}


.abs a{
  color: #000000;
  font: 24px Helvetica, Sans-Serif; 
   letter-spacing: -1px;
   display: table-cell;   
   vertical-align: middle; 
}

@media screen and (max-width: 800px) {
  .abs a{
font: 20px Helvetica, Sans-Serif;
  }
}





