/* CSS Document */

/*
Clearfix - this is used to clear floated elements.
*/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.fl { float: left; }
.fr { float: right; }

html, body { background: url("/images/background.webp") no-repeat scroll center top #000000; }
body { font: 75%/1.5 Arial, Helvetica, sans-serif;
		margin: 0;
	 }

/*Fonts*/

@font-face {
    font-family: 'BebasRegular';
    src: url('/css/fonts/BEBAS-webfont.eot');
    src: url('/css/fonts/BEBAS-webfont.eot') format('embedded-opentype'),
         url('/css/fonts/BEBAS-webfont.woff') format('woff'),
         url('/css/fonts/BEBAS-webfont.ttf') format('truetype'),
         url('/css/fonts/BEBAS-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Header*/

#header {
	background: transparent url(/images/header-bg.webp) repeat;
	margin-top: 20px;
	border: 3px solid #302B20;
	border-left: none;
	border-right: none;
	
}

/* Top Navigation*/

#topnav {

	width: 960px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 4px;
	background: none;
	height: 24px;
	}
	
#topnav li.last-item {
border-right: none;	
}

#headernav 
{
    position: absolute;
	padding: 0;
	line-height: 1em;
	margin: 0 auto;
	width: 960px;
	float: left;
}

#headernav li 
{
    float: right;
    margin: 0 0 12px;
	padding: 0 3px;
	font-size: 11px;
	list-style-type: none;
}

#headernav li a 
{
    text-decoration: none;
    color: #999;
}

#headernav li a:hover 
{
    text-decoration: underline;
	color: #ccc;
}

#headernav li.last { border-right: 0; padding-right: 0; padding-left: 6px; }

/* Main Navigation*/

ul.navigation {
	z-index: 103;
	display: block; 
	float: right;
	margin-right: -6px;
	margin-top: -37px;
	position: relative;
	padding:0;
}

ul.navigation li {
	list-style: none; 
	float: left; 
	background: none;
}

ul.navigation ul li.last { padding: 2px; }

ul.navigation li.tab a {
	display: block; 
	height: 1%; 
	color: #FFF; 
	padding: 8px; 
	text-align: center; 
	font-size: 18px; 
	text-decoration: none;
	font-family: 'BebasRegular';
	-webkit-transition: color 0.5s ease-in; /*safari and chrome */
 	-o-transition: color 0.5s ease-in; /* opera */
	-moz-transition: color 0.5s ease-in;   opacity 0.5s; /*firefox*/
	position: relative;
	z-index: 103;
}

ul.navigation li.tab a:hover {/*color: #EEAB4B;*/ color: #f66;}

ul.navigation li.tab a:active {  
    text-shadow: -1px -1px 1px #555;  
    position: relative;  
    top: 1px;  
    left: 1px;  
	/*z-index: 200;*/
}

.moving_bg {
/*    background: -moz-linear-gradient(left, rgba(198,116,15,1) 0%, rgba(211,112,16,0.81) 65%, rgba(211,112,16,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(198,116,15,1)), color-stop(65%,rgba(211,112,16,0.81)), color-stop(100%,rgba(211,112,16,0)));
background: -webkit-linear-gradient(left, rgba(198,116,15,1) 0%,rgba(211,112,16,0.81) 65%,rgba(211,112,16,0) 100%);
background: -o-linear-gradient(left, rgba(198,116,15,1) 0%,rgba(211,112,16,0.81) 65%,rgba(211,112,16,0) 100%);
background: -ms-linear-gradient(left, rgba(198,116,15,1) 0%,rgba(211,112,16,0.81) 65%,rgba(211,112,16,0) 100%);
background: linear-gradient(to right, rgba(198,116,15,1) 0%,rgba(211,112,16,0.81) 65%,rgba(211,112,16,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6740f', endColorstr='#00d37010',GradientType=1 );*/

	background: -moz-linear-gradient(left, rgba(231,121,107,1) 0%, rgba(161,53,62,1) 51%, rgba(161,53,62,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(231,121,107,1)), color-stop(51%,rgba(161,53,62,1)), color-stop(100%,rgba(161,53,62,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(231,121,107,1) 0%,rgba(161,53,62,1) 51%,rgba(161,53,62,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(231,121,107,1) 0%,rgba(161,53,62,1) 51%,rgba(161,53,62,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(231,121,107,1) 0%,rgba(161,53,62,1) 51%,rgba(161,53,62,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(231,121,107,1) 0%,rgba(161,53,62,1) 51%,rgba(161,53,62,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7796b', endColorstr='#00a1353e',GradientType=1 ); /* IE6-9 */

    background-position: bottom left;
    background-repeat: no-repeat;
    left: 0;
    padding: 15px;
    position: absolute;
    z-index: 90;
} 

ul.navigation .tab span {
    display: block;
    float: left;
    color: #ffffff;
    text-align: center;
    position: relative;
    cursor: pointer;
	/*z-index: 100;*/
}

/*Logo*/

.siteLogo{
	width: 265px;
	height: 40px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/images/logo.webp) no-repeat 0 0;
	position: relative;
}

.siteLogo:hover span { 
	opacity: 1;
}

.siteLogo span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(/images/logo.webp) no-repeat;
	background-position: -265px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}


#slider {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

.scroll {
  height: 650px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  background: none;
}

.scrollContainer div.panel {
  padding: 20px;
  width: 1080px; /* change to 900px if not using JS to remove rh.scroll */
}

.scrollButtons {
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

#header_content {
	width: 960px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.panel {
	height: 700px;
}

.outer_panel_home {
	
	width: 660px;
	position: relative;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=1 ); /* IE6-9 */
	border: 2px solid #999;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 10px;
	left: 310px;
	
}

.outer_panel_bio {
	
	width: 560px;
	position: relative;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=1 ); /* IE6-9 */
	border: 2px solid #999;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 10px;
	left: 420px;
	
}

.bio-text { font: 14px Arial, Helvetica, sans-serif; color: #444; text-align: justify;}

.panel h2 {
	text-align: right;
	padding: 0 12px;
	margin: 12px 0;
}

.panel h2 span { color:#F66; }

.outer_panel_achievements {
	
	width: 560px;
	position: relative;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=1 ); /* IE6-9 */
	border: 2px solid #999;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 10px;
	left: 450px;
	
}

.bio_overflow {
	
	overflow: auto;
	height: 470px;

}

#galleryone {
width: 300px;
}

.outer_panel_sponsors {
	
	width: 565px;
	position: relative;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=1 ); /* IE6-9 */
	border: 2px solid #999;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 10px;
	padding-bottom: 0;
	left: 125px;
	
}

.outer_panel_gallery {
	
	width: 718px;
	position: relative;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=1 ); /* IE6-9 */
	border: 2px solid #999;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 10px;
	left: 300px;
}

.outer_panel_contact {
	
	width: 560px;
	position: relative;
	background: -moz-linear-gradient(left, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#99ffffff',GradientType=1 ); /* IE6-9 */
	border: 2px solid #999;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 10px;
	left: 50px;
}

.panel_content {
	
	color: #444;
	font: 12px 'BebasRegular', Arial, sans-serif;
}

.panel_content p { padding: 0 8px 0 4px; }


#home {
	background: url(/images/background_home_2.webp) no-repeat;
}

#bio {
	background: url(/images/background_home_1a.webp) no-repeat;
}

#achievements {
	background: url(/images/background_home_3.webp) no-repeat;
}

#sponsors {
	background: url(/images/background_home_4a.webp) no-repeat;
}

#contact {
	background: url(/images/background_home_6.webp) no-repeat;
}

#gallery {
	background: url(/images/background_home_5a.webp) no-repeat;
}

.facebook {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url(/images/facebook.webp) no-repeat;
}

.facebook span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(/images/facebook.webp) no-repeat;
	background-position: -24px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.facebook:hover span {
	opacity: 1;
}

.twitter {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	background: url(/images/twitter.webp) no-repeat;
}

.twitter span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(/images/twitter.webp) no-repeat;
	background-position: -24px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.twitter:hover span {
	opacity: 1;
}

.nike {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 85px;
	height: 20px;
	background: url(/images/nike.webp) no-repeat;
}

.nike span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(/images/nike.webp) no-repeat;
	background-position: -85px 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.nike:hover span {
	opacity: 1;
}

.ribbon {
	width: auto;
	display: block;
	background-color: #040707;
	margin-top: 12px;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	color: #fff;
	font: 30px/38px 'BebasRegular', Arial, sans-serif;
	letter-spacing: 0;
	
	}
	
/*
Slide feature
*/

.flagSlider{position: relative; width: 660px; overflow: hidden;}
.flagSlider .slidesHolder{width: 660px; height: 350px; overflow: hidden; }
.flagSlider .slidesHolder .slide{float: left; position: relative; z-index: 1;}
.flagSlider .sliderNav{float: left; bottom: 0; z-index: 2; text-align: center;
}
.flagSlider .sliderNav ul{position: absolute; float: left; margin-top: -335px; left: 290px; z-index: 260; list-style-type: none; padding: 0;}
.flagSlider .sliderNav ul li{position: relative; float: left; font-size: 0.8em;}
.flagSlider .sliderNav ul li.last{}
.flagSlider .sliderNav ul li a{display: block; outline: none; padding: 5px 8px; margin: 1px; background: #333; text-decoration: none; color: #666;
  -webkit-transition: color 0.25s;
  -webkit-transition: background 0.5s;
}
.flagSlider .sliderNav ul li a:hover, .flagSlider .sliderNav ul li.active a{background: rgb(231,121,107); /* Old browsers */
background: -moz-linear-gradient(left, rgba(231,121,107,1) 0%, rgba(161,53,62,1) 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(231,121,107,1)), color-stop(98%,rgba(161,53,62,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(231,121,107,1) 0%,rgba(161,53,62,1) 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(231,121,107,1) 0%,rgba(161,53,62,1) 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(231,121,107,1) 0%,rgba(161,53,62,1) 98%); /* IE10+ */
background: linear-gradient(to right, rgba(231,121,107,1) 0%,rgba(161,53,62,1) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7796b', endColorstr='#a1353e',GradientType=1 ); /* IE6-9 */
color: #fff; -webkit-transition: color 0.25s; -webkit-transition: background 0.5s;}
.flagSlider .arrow{position: absolute; width: 26px; height: 26px; z-index: 10; text-indent: -9999px; outline: none; top: 50%; margin-top: -65px;}
.flagSlider .next{right: 220px; top: 80px; background:url(/images/flagSlider-next-prev.webp) no-repeat -26px 0;}
.flagSlider .next:hover{background-position: -26px -26px;}
.flagSlider .prev{left: 250px; top: 80px; background: url(/images/flagSlider-next-prev.webp) no-repeat 0 0;}
.flagSlider .prev:hover{background-position: 0 -26px;}

/*Marquee*/

.tickercontainer { /* the outer div with the black border */ 
	width: 660px; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 660px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 660px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	margin: 0 20px 0 0;
	letter-spacing: 0.7px;
	font-size: 13px;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 6px 0 0;
	/*color: #EA7500;*/
	color: #C03;
} 


/* Bests */

ul#bests { 
	list-style-type: none;
	padding: 0 12px;
}

ul#bests li {
	text-align: right;
	margin: 0;
	padding: 0;
	letter-spacing: 0.7px;
	font-size: 25px;
}

ul#bests span {
	margin: 0 20px 0 0;
	/*color: #EA7500;*/
	color: #C03;
}

h5 {
	margin: 30px 0 0;
	padding: 0 5px;
	letter-spacing: 0.7px;
	font-size: 18px;
	font-weight: normal;
	
}

ul#bests_accolades { 
	list-style-type: none;
	padding: 0 12px;
}

ul#bests_accolades li {
	text-align: right;
	margin: 0;
	padding: 0;
	letter-spacing: 0.7px;
	font-size: 18px;
}

ul#bests_accolades span {
	margin: 0 10px 0 0;
	/*color: #EA7500;*/
	color: #C03;
}

.ribbon_achievements { text-align: right; padding: 4px 6px; }

/* Flip Wall */

.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:180px;
	height:180px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("/css/images/background_flip.webp") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:11px;
	padding:30px 10px 20px 20px;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
}

.sponsorURL{
	font-size:10px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
}

.clear{
	/* This class clears the floats */
	clear:both;
}

/*Footer*/

#footer {
	background: transparent url(/images/header-bg.webp) repeat;
	padding: 12px;
	position: relative;
	border-top: 3px solid #302B20;
	}

#footer_content {
	width: 960px;
	position: relative;
	font-size: 0.917em;
	color: #887959;
	margin: 0 auto;
    overflow: hidden;
	text-align: center;
	}
	
#footer_content a {color: #887959; text-decoration: none; }
#footer_content a:hover {text-decoration: underline; }

/* Lightbox Gallery */

#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}


.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}


.lb-container {
  padding: 10px;
}


.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}


.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}


.lb-container > .nav {
  left: 0;
}


.lb-nav a {
  outline: none;
}


.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}


.lb-prev {
  left: 0;
  float: left;
}


.lb-next {
  right: 0;
  float: right;
}


.lb-prev:hover {
  background: url(/images/previmg.webp) left 48% no-repeat;
  cursor: pointer;
}


.lb-next:hover {
  background: url(/images/nextimg.webp) right 48% no-repeat;
  cursor: pointer;
}


.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}


.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}


.imageRow {
  *zoom: 1;
  margin: 4px 4px;
  float: left;
  }

.imageRow:after {
  content: "";
  display: table;
  clear: both;
}

.imageRow .single {
  float: left;
}

.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.imageRow .single a:hover {
  background-color: #EA7500;
}

.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}

.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}

.imageRow .set .single a:hover {
  /*background-color: #EA7500;*/
  background-color: #f66;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.imageRow-side {
  *zoom: 1;
  margin: 4px 4px;
}

.imageRow-side:after {
  content: "";
  display: table;
  clear: both;
}

.imageRow-side .single {
  float: left;
}

.imageRow-side .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow-side .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.imageRow-side .single a:hover {
  background-color: #EA7500;
}

.imageRow-side .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow-side .set:hover {
  background: rgba(255, 255, 255, 0.2);
}

.imageRow-side .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}

.imageRow-side .set .single a:hover {
  background-color: #EA7500;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.imageRow-side .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.imageRow-side .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.box-info-contact a {color: #777; text-decoration: underline; }
.box-info-contact a:hover {color: #09F; text-decoration: underline; }

/* Gallery Menu */

#gallery_menu { padding-left: 4px; }
#gallery_menu li { display: inline; }
#gallery_menu li a { background: #ccf; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 0.9em; padding: 7px; color: #FFF; font-size: 20px; float:left;  text-decoration: none; border-right: 1px solid #fff; }
#gallery_menu li.active a { background: #222; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: 0.9em; padding: 7px; color: #fff; font-size: 20px; }
.content_gallery { background: none; }

#gallery_menu li a:hover {background: #222; }
#gallery_menu li:hover {background: #222; }

.layoutContentGallery
{
    background: #FDEBEB;
    float: left;
    width: 725px;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
}
/*
     FILE ARCHIVED ON 13:41:58 Mar 07, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:25:39 May 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.39
  exclusion.robots: 0.132
  exclusion.robots.policy: 0.104
  esindex: 0.025
  cdx.remote: 111.735
  LoadShardBlock: 221.956 (3)
  PetaboxLoader3.datanode: 123.363 (4)
  PetaboxLoader3.resolve: 331.872 (2)
  load_resource: 384.686
*/