/*
Breezer Bikes 2012
Author: FUTUREinvisible
Author URL: http://www.futureinvisible.com
Updated: Advanced Sports International
http://www.advancedsports.com
*/


/*=================HTML =================*/

/* CSS Resets */

	.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%;
	}
	
*{
    margin: 0;
    padding: 0;
    font-size: inherit;
    list-style: none;
    border: none;
    background: transparent;
    line-height: inherit;
    color: inherit;
	}

html{
	height: 100%;
	}

body{
    width: 1020px;
    height: 100%;
    margin: 0 auto;   
	}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


/*=================SCALING BACKGROUND IMAGE=================*/

#background {
	text-align: center;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: -10;
	}

#opacity {
	text-align: center;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	background-color: #000;
	z-index: -1;
	/* for IE */
	filter: alpha(opacity=60);
	/* CSS3 stoursndard */
	opacity: 0.6;
	}

.stretch {
	margin: auto;
	height:100%;
	min-width: 100%;
	min-height: 979px;
	width: auto;
	}


/*=================CONTAINER LAYOUT=================*/

#container {
	width: 1020px;
	min-height: 100%;
	margin: 0;
	}

.gradient{
	/*background: -moz-linear-gradient(top, rgba(96,140,61,0) 0%, rgba(96,140,61,0.7) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,140,61,0)), color-stop(100%,rgba(96,140,61,0.7))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(96,140,61,0) 0%,rgba(96,140,61,0.7) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top, rgba(96,140,61,0) 0%,rgba(96,140,61,0.7) 100%); /* Opera11.10+ */
	/*background: -ms-linear-gradient(top, rgba(96,140,61,0) 0%,rgba(96,140,61,0.7) 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00608c3d', endColorstr='#b3608c3d',GradientType=0 ); /* IE6-9 */
	/*background: linear-gradient(top, rgba(96,140,61,0) 0%,rgba(96,140,61,0.7) 100%); /* W3C */
	/*background:url("../images/bg/background_black_opacity.png");*/
	}


#main {overflow:auto;
	padding-bottom: 150px;}
	
	
/*=================HEADER LAYOUT=================*/

#header {
	width: 960px;
	height: 130px;
	margin: auto;
	margin-bottom: 10px;
	}

#h_logo {
	width: 280px;
	height: 50px;
	padding: 50px 0 0 0;
	}

#h_sidebar {
	text-align: right;
	width: 160px;
	height: auto;
	padding: 15px 0 0 0;
	float: right;
	}

#h_eu {
	text-align: right;
	width: auto;
	height: auto;
	margin: 0;
	float: right;
	}

#h_links {
	text-align: right;
	width: auto;
	height: auto;
	/*margin: 35px 0 0 0;*/ /*go back here when EU link and catalog link are added*/
	margin: 50px 0 0 0;
	float: right;
	}

#navbar {
	/*width: 450px;*/
	width: 570px;
	height: 20px;
	padding: 10px 0 0 0;
	float: left;
	}

/*=================CONTENT WRAPPER=================*/

#content {
	width: 940px;
	height: 100%;
	margin: auto;
	margin-bottom: 0px;
	padding: 10px 10px 60px;
	/*background-image: url(../images/bkg_c.png);*/
	border-top:1px solid #bcbec0;
	background:#fff;
	}


/*=================HOMEPAGE IMAGE GALLERY=================*/

#home_gallery {
	width: 940px;
	height: 480px;
	background-color: #F0F0F0;
	}

/*=================INTRO LAYOUTS=================*/

#b_intro {
	width: 940px;
	height: 200px;
	margin: auto;
	margin-bottom: 10px;
	background-image: url(../images/bkg_logo1.png);
	}


/*=================BIKE LANDING PAGE=================*/

#b_col {
	width: 300px;
	height: auto;
	margin: 0 20px 20px 0;
	float: left;
	}

#b_col.last {
	margin: 0;
	}

		#b_med_image {
		width: 300px;
		height: 200px;
		margin: 0 0 10px 0;
		border-bottom-color: #b3b3b3;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		float: left;
		}

/*=================BIKE CATEGORY PAGE=================*/

#c_intro {
	width: 940px;
	height: 430px;
	margin: auto;
	clear: both;
	margin-bottom:50px;
	}

		#c_col1 {
	/*	background-image: url("../images/bkg_logo2.png");
		background-repeat: no-repeat;*/
		float: left;
		height: 480px;
		width: 560px;
		}
		
		#c_col2 {
		width: 380px;
		height: 430px;
		/*background: black;*/
		float: right;
		}

#c_wrap{
	width: 940px;
	height: auto;
	margin: auto;
	float: left;
	}

#c_title {
	width: 940px;
	height: 30px;
	margin-top: 10px;
	padding: 20px 0 10px 0;
	/*border-top-color: #b3b3b3;
	border-top-style: dotted;
	border-top-width: 1px;*/
	float: left;
	}
	
#c_title a{
	text-decoration:none;
	padding-left: 35px;
}

#c_title a:hover{
	text-decoration:underline;
}

#b_sm_wrap {
	width: auto;
	/*height: 135px;*/
	margin: 0 20px 20px 0;
	float: left;
	}

	#b_sm_wrap.last {
				margin: 0 0 20px 0;
				}

		#b_metal {
		height: 12px;
		padding: 0 0 0 3px;
		font-family:"News Gothic Light", 'Arial Narrow', sans-serif; 
		font-size: 11px;
		line-height: 13px;
		font-weight: 100; 
		font-variant: narrow;
		text-align: left,center;			
		color: #FFF;
		}

				#b_sm_col {
				width: 140px;
				height: 150px;
				margin: 0 20px 0 0;
				float: left;
				}
				
				#b_sm_col.group {
					margin: 0px;
					}
				
				#b_sm_col.last {
				margin: 0px;
				}
				
				#b_sm_image {
				/* width: 140px; */
				height: 95px;
				border-bottom-color: #b3b3b3;
				border-bottom-style: dotted;
				border-bottom-width: 1px;
				float: left;
				}


/*=================BIKE OVERVIEW=================*/

#b_header {
	width: 940px;
	margin: auto;
	padding: 0 0 0 0;
	/*border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;*/
	overflow: hidden;
	}

#b_header h3 a{
	text-decoration:none;
	}

#b_nav_wrap{
	/* width: 640px; */
	height: auto;
	margin: 11px 0 0 0;
	float: left;
	display: block;
	}
	
	#b_nav_wrap.specs{
		margin: 2px 0 0 0;
		}
		
	#b_nav_wrap.garage{
		width: auto;
		margin: -3px 0 0 0;
		}

.tabs li.active a{
	color: #fec520 !important;
}

#sub_nav li.active a{
	color: #fec520 !important;
}

#b_bikenav {
	width: 940px;
	/*height: 20px;*/
	padding: 5px 0 2px 0;
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}

#b_bikename {
	width: 940px;
	height: auto;
	min-height: 20px;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 0;
	/*border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;*/
	display: block;
	clear: left;
	}

#b_photo {
	width: 940px;
	/*height: 300px;*/ /*---- DEPENDS ON THE GALLERY TYPE WHAT THIS SIZE IS AND THE SUBSEQUENT THUMBS ----*/
	/*background: black;*/
	margin: 10px 0 0 0;
}

#b_photo #thumbnails{
	/*background:#ffffff;*/
	 background: none repeat scroll 0 0 #fff;
   /* border-top: 1px dotted #ccc;*/
    padding: 15px 0;
    text-align: center;
}

#b_desc_wrap {
	width: 940px;
	height: auto;
	margin: 10px 0 0 0;
	/*border-top-color: #b3b3b3;
	border-top-style: dotted;
	border-top-width: 1px;*/
	}


		#b_quick_desc {
	float: left;
    height: auto;
    margin: 0px 120px 0 120px;
    width: 700px;
		}
		#b_quick_desc h6 {
			color:#000;
			font-weight:bold;
		}
		#b_quick_desc p{
			text-indent:50px;	
			font-size:15px;
			line-height:30px;
		}

		#b_quick_spec {
 margin-right: 50px;
    width: 380px;
		height: auto;
		float: right;		
		}
		
		#b_quick_spec h6{
			color:#000;
			font-weight:bold;
		}

		#b_quick_link {
		width: 380px;
		height: auto;
		margin: 20px 0 20px 0;
		/*float: right;	*/	
		}


/*=================BIKE SPECS=================*/

#b_desc_wrap1 {
	width: 940px;
	height: auto;
	margin: 10px 0 50px 0;
	}

#b_col1 {
		width: 540px;
		height: auto;
		margin: 0 20px 0 0;
		float: left;
		}

		#b_specs {
				width: 540px;
				height: auto;
				margin: 0 0 10px 0;
				border-bottom-color: #b3b3b3;
				border-bottom-style: dotted;
				border-bottom-width: 1px;
				float: left;
				}


#b_col2 {
		width: 380px;
		height: auto;
		margin: 0;
		float: right;
		}


		#b_geom {
				width: 380px;
				height: auto;
				margin: 0 0 10px 0;
				border-bottom-color: #b3b3b3;
				border-bottom-style: dotted;
				border-bottom-width: 1px;
				float: right;
				}

#pdf_col {
		width: 100px;
		text-align: center;
		height: auto;
		margin: 0 20px 0 0;
		float: left;
		}

		#pdf_col.last {
		margin: 0;
		}
#pdf_col:hover a{
	color:#fec520;
}

/*=================BIKE SPEC TABLE=================*/

table.specstable {
	font-family:"NewsGothicBT-Light";
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	color: #000;
	table-layout: fixed;
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-collapse: collapse;
	border-top: 1px dotted #b3b3b3;
}

		table.specstable td {
			padding: 0;
			border-width: 1px;
			border-bottom-width: 1px;
			border-bottom-color: #b3b3b3;
			border-bottom-style: dotted;
		}
		
		table.specstable tr {
			height: auto;
		}

/*=================BIKE GEOMETRY TABLE=================*/

table.geomtable {
	font-family:"NewsGothicBT-Light";
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	color: #000;
	table-layout: fixed;
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-collapse: collapse;
}

		table.geomtable th {
			padding: 0;
			border-width: 1px;
			border-bottom-width: 1px;
			border-bottom-color: #b3b3b3;
			border-bottom-style: dotted;
		}
		
		table.geomtable td {
			padding: 0;
			border-width: 1px;
			border-bottom-width: 1px;
			border-bottom-color: #b3b3b3;
			border-bottom-style: dotted;
		}
		
		table.geomtable tr {
			height: auto;
		}

	
	
/*=================METAL GRADIENTS=================*/
		
.c_gradient {
	background: -moz-linear-gradient(left, rgba(140,198,63,0.7) 0%, rgba(140,198,63,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(140,198,63,0.7)), color-stop(100%,rgba(140,198,63,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(140,198,63,0.7) 0%,rgba(140,198,63,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(140,198,63,0.7) 0%,rgba(140,198,63,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(140,198,63,0.7) 0%,rgba(140,198,63,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b38cc63f', endColorstr='#008cc63f',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(140,198,63,0.7) 0%,rgba(140,198,63,0) 100%); /* W3C */
	}

.a_gradient {
	background: -moz-linear-gradient(left, rgba(38,125,40,0.7) 0%, rgba(38,125,40,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(38,125,40,0.7)), color-stop(100%,rgba(38,125,40,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(38,125,40,0.7) 0%,rgba(38,125,40,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(38,125,40,0.7) 0%,rgba(38,125,40,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(38,125,40,0.7) 0%,rgba(38,125,40,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3267d28', endColorstr='#00267d28',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(38,125,40,0.7) 0%,rgba(38,125,40,0) 100%); /* W3C */
	}

.s_gradient {
	background: -moz-linear-gradient(left, rgba(104,104,104,0.7) 0%, rgba(104,104,104,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(104,104,104,0.7)), color-stop(100%,rgba(104,104,104,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(104,104,104,0.7) 0%,rgba(104,104,104,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(104,104,104,0.7) 0%,rgba(104,104,104,0) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, rgba(104,104,104,0.7) 0%,rgba(104,104,104,0) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3386515', endColorstr='#00386515',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, rgba(104,104,104,0.7) 0%,rgba(104,104,104,0) 100%); /* W3C */	
	}




/*=================GARAGE LAYOUT=================*/

#g_nav_story {
	width: 600px;
	height: auto;
	margin: 3px 20px 0 0;
	float: left;
	}

#g_nav_video {
	width: 300px;
	height: auto;
	margin: 3px 0 0 0;
	float: right;
	}

#g_intro {
	width: 940px;
	height: 430px;
	padding: 0 0 10px;
	margin: 10px 0 10px 0;
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	}


		#g_col1 {
			width: 400px;
			height: 430px;
			margin: auto;
			margin-bottom: 10px;
			background: black;			
			float: left;
			}
		
		#g_col2 {
			width: 540px;
			height: 430px;
			margin: auto;
			margin-bottom: 10px;
			background-image:url(../images/bkg_logo3.png);
			float: right;
			}
			
			#g_leadin {
				width: 480px;
				height: 350px;
				/*margin: 30px auto;*/
				margin: 0px auto;
				}

#g_video_wrap1 {
	width: 940px;
	height: auto;
	margin: 0 0 10px 0;
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	float: left;
	}

#g_video_wrap2 {
	width: 940px;
	height: auto;
	margin: 10px 0 20px 0;
	float: left;
	}


	#vid_col {
		width: 300px;
		height: auto;
		margin: 0 20px 0 0;
		float: left;
		}
		
	#vid_col.last {
		margin: 0;
		}
	
	#vid_img {
		width: 300px;
		height: 180px;
		margin: 0 0 10px 0;
		float: left;
		background: #9c9c9c;
		}
	
	#v_quick_link {
		width: 300px;
		height: auto;
		margin: 20px 0 20px 0;		
		}

#g_story_img {
	width: 940px;
	height: 400px;
	margin: 10px 0 10px 0;
	background: black;
	}

#g_story_wrap {
	width: 940px;
	height: auto;
	margin: 10px 0 20px 0;
	float: left;
	}
	
	#g_story {
		width: 700px;
		height: auto;
		margin: 10px 0 20px 160px;
		float: left;
		}


/*=================SUPPORT & LAYOUT=================*/

#s_header {
	width: 940px;
	height: auto;
	margin: auto;
	padding: 0 0 10px 0;
		}
		
	#s_header.faq {
	padding: 10px 0 0 0;
		}

#faqcontent p{
	padding:0 75px;
}	
#faqcontent h3{
	padding:0 50px;
}	
		
#s_nav_wrap {
	width: 940px;
	height: auto;
	margin: 0 auto 0;
	padding: 0;
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #b3b3b3;
	border-top-style: dotted;
	border-top-width: 1px;
	display: block;
	}

	#s_nav_unit {
		width: 187px;
		height: auto;
		margin: 0 1px 0 0;
		text-align: center;
		float: left;
		}

		#s_nav_content {
			width: auto;
			height: auto;
			padding: 20px 0 20px 0;
			text-align: center;
			}
	#s_nav_content:hover a{
		color: #fec520;
	}


#s_picture {
	width: 940px;
	height: 300px;
	margin: 10px 20px 0 0;
	float: left;
	background: black;
	}


#s_content_wrap {
	width:940px;
	height: auto;
	margin: 3px 0 20px 0;
	float: left;
	}

	#s_col {
		/*width:450px;*/
		height: auto;
		padding: 0 20px 0 0;
		/*float: left;*/
		}


		#s_main {
		width:500px;
		height: 100px;
		margin: 15px 0 0 0;
		float: left;
		}
		
		#s_past {
		width:450px;
		height: auto;
		margin: 15px 0 0 0;
		float: left;
		}

#s_subhead {
	width: 450px;
	height: 20px;
	padding: 15px 0 5px 0;
	}

#pdf_col1 {
		width: 60px;
		height: auto;
		margin: 0 20px 20px 0;
		float: left;
		}

		#pdf_col1.last {
		margin: 0;
		}

		#pdf_col1.main {
				margin: 0 20px 0px 0;
				}

		 
#nav {
	margin: auto;
	padding: auto; 
	text-align: center;
	}
	
	#nav a { display: block; text-align: center; }
	
	a#dealer {
	background: url("../images/icon_dealer_lg.png") top left;
	height: 75px;
	width: 75px;
	margin: auto;
	}
	
	a#dealer:hover, a#dealer.selected { background-position: top right;}
	
	a#register {
	background: url("../images/icon_register_lg.png") top left;
	height: 75px;
	width: 75px;
	margin: auto;
	}
	
	a#register:hover, a#register.selected { background-position: top right;}

	a#manual {
	background: url("../images/icon_manual_lg.png") top left;
	height: 75px;
	width: 75px;
	margin: auto;
	}
	
	a#manual:hover, a#manual.selected { background-position: top right;}	

	a#tech {
	background: url("../images/icon_download_lg.png") top left;
	height: 75px;
	width: 75px;
	margin: auto;
	}
	
	a#tech:hover, a#tech.selected { background-position: top right;}	

	a#faq {
	background: url("../images/icon_faq_lg.png") top left;
	height: 75px;
	width: 75px;
	margin: auto;
	}
	
	a#faq:hover, a#faq.selected { background-position: top right;}


/*=================CONTACT=================*/


#c_content_wrap{
	width: 940px;
	min-height: 400px;
	margin: 0 0 20px 0;
	}

	#c_head {
		width: 100%;
		height: auto;
		margin: 10px 20px 15px 0;
		padding: 10px 0 0 0;
		/*border-bottom-color: #b3b3b3;
		border-bottom-style: dotted;
		border-bottom-width: 1px;*/
		float: left;
		}


	#c_address{
		/*width:auto;*/
		/*width:210px;*/
		height: auto;
		display: block;
		/*float: left;*/
		padding: 0 0 0 0;
		margin-left:15px;
		margin-top:5px;
		margin-bottom:10px;
		text-align:center;
		}

/*=================FOOTER=================*/

#footer{
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 130px;
	clear:both;
	}

#footer_wrap {
	width: 960px;
	height: 130px;
	margin: auto;
	border-top:1px solid #bcbec0;
	}

#f_logo {
	width: 130px;
	height: 130px;
	margin: 0;
	float: left;
	}

#f_bkg {
	width: 830px;
	height: 130px;
	margin: 0;
	/*background-image: url(../images/bkg_f.png);*/
	float: right;
	}

#f_nav {
	width: 200px;
	height: 130px;
	/*margin: 7px 0 0 0;*/
	margin:23px 0 0 ;
	float: left;
	}

#f_connect {
	text-align: right;
	width: 250px;
	height: auto;
	margin: 10px 10px 0 0;
	float: right;
	}

#footer_links li {
		font-family:"News Gothic Light", 'Arial Narrow', sans-serif, sans-serif;
		font-weight: 100; 
		font-style:normal;
		font-size: 14px;
		line-height: 18px;
		display: inline;
		font-variant: narrow;				
		padding-right: 20px;
		}
		
		#footer_links li a:link{
				text-align: right;
				text-decoration: none;
				color: white;
				}

/*=================HORIZONTAL RULE=================*/

hr{
	border-top: 1px dotted #b3b3b3;
	height: 1px;
	width: 100%;
	margin: 0 auto 0 0;
	text-align: left;
	}




/*=================CLEARFIX=================*/
.group:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/*=================SLIDESHOW HOMEPAGE=================*/
.slides_container {
	height: 480px;
	width: 940px;
}
.slides_container div {
	height: 480px;
	width: 940px;
	display:block;
}
#home_gallery .pagination {
	margin: -10px auto 0;
	width: 200px;
	display:none; /*Sid Edit*/
}
#home_gallery .pagination li {
	float: left;
	margin: 0 1px;
}
#home_gallery .pagination li a {
	background-image: url("../images/slideshow/slideshownav/dot_inactive.png");
	background-position: 0 0;
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	padding-top: 15px;
	width: 15px;
}
#home_gallery .pagination li.current a {
	background-image: url("../images/slideshow/slideshownav/dot_active.png");
	background-position: 0 0;
}

#home_gallery .next, #home_gallery .prev{
	display: block;
	height: 55px;
	left: 0;
	position: relative;
	top: -250px;
	width: 30px;
	z-index: 101;
	text-decoration: none;
}
#home_gallery .prev { 
	background: url("../images/slideshow/slideshownav/l_arrow_static.png") no-repeat top center transparent;
}

#home_gallery .next {
	left:910px;
	top: -305px;
	background: url("../images/slideshow/slideshownav/r_arrow_static.png") no-repeat top center transparent;
}
#home_gallery .prev:hover {
	background: url("../images/slideshow/slideshownav/l_arrow_hover.png") no-repeat top center transparent;
}
#home_gallery .next:hover {
	background: url("../images/slideshow/slideshownav/r_arrow_hover.png") no-repeat top center transparent;
}

/*=================Demo Tour=================*/

#dt_wrap{
	background:url(/images/demotour/background.jpg)no-repeat top center transparent;
	height: 681px;
    width: 960px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	position:relative;
}

#dt_map{
	background:url(/images/demotour/UnitedStates-Border.png)no-repeat top center transparent;
	height: 291px;
    margin-left: 45px;
    margin-top: 75px;
    position: absolute;
    width: 353px;
}

#dt_countdown{
	background:url(/images/demotour/NextStop-ON.jpg)no-repeat top left transparent;
	height: 110px;
    margin-left: 680px;
    position: absolute;
    width: 280px;
	cursor:pointer;	
}

#dt_countdown:hover{
	opacity:0.9;
}

#dt_nextstop{
	color: #000000;
    font-size: 15px;
    margin-left: 74px;
    margin-top: 22px;
	font-weight: 700;
	text-transform:uppercase;
}

#dt_timer{
	top:-5px;
    margin-left: 69px;
    width: 200px;
}

#dt_schedule{
	position:absolute;
	bottom: 0px ;
	margin-left:30px;
}

#dt_link{
	width:566px;
	height:113px;
	cursor:pointer;
}

#dt_link:hover{
	opacity:0.9;
}

#dt_list{
	width:566px;
	height:380px;
	background:#fff;
	display: none ;
	/*box-shadow: 0 4px 10px #333 inset;
	-moz-box-shadow: 0 4px 10px #333 inset;
    -webkit-box-shadow: 0 4px 10px #333 inset;*/

}

#dt_list #dt_list1{
	background:#eee;
	width:314px;
	height:370px;
	padding-top:10px;
	float:left;
	box-shadow: 0 4px 10px #333 inset;
	-moz-box-shadow: 0 4px 10px #333 inset;
    -webkit-box-shadow: 0 4px 10px #333 inset;
	/*overflow:hidden;*/
}

#dt_list #dt_list2{
	width:252px;
	height:380px;
	float:left;
	box-shadow: 0 4px 10px #333 inset;
	-moz-box-shadow: 0 4px 10px #333 inset;
    -webkit-box-shadow: 0 4px 10px #333 inset;
	background: #7eaa56;
}

#dt_list_loc{
	color: #000;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
	text-transform:uppercase;
}

#dt_list_addr{
    /*height: 119px;*/
	height: 140px;
    width: 100%;
	background:url(/images/demotour/icon-directions.png)no-repeat 15px 20px #000;
}

#dt_list_date{
    height: 100px;
    width: 100%;
	background:url(/images/demotour/icon-calendar.png)no-repeat 15px 20px #000;
	border-top: 1px solid #7eaa56;
	border-bottom: 1px solid #7eaa56;
}

#dt_list_share{
    /*height: 119px;*/
	height: 98px;
    width: 100%;
	background:url(/images/demotour/icon-networking.png)no-repeat 15px 20px #000;
}

#dt_list_data{
	padding:20px 0px 5px 60px;
	color:#fff;
}


#dt_list_data span{
	float:left;
	display:block;
}

span#dt_data_title{
	font-size:15px;
	font-weight:400;
	width: 180px;
}

span.eventpassed_title{
	font-size:13px!important;
	color:#ff0000;
}

span#dt_data_sub{
	font-size:12px;
	font-weight:300;
}

span#dt_data_link{
	padding-top:6px;
}

span#dt_data_link a{
	background: none repeat scroll 0 0 #7EAA56;
    color: #000000;
    display: block;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    text-decoration: none;
    float:left;
}

span#dt_data_link a:hover{
	color: #ffffff;
}

span#dt_data_form{
    background: none repeat scroll 0 0 #7EAA56;
    font-size: 12px;
    margin-top: 5px;
    padding-right: 5px;
	color:#000;
}

span#dt_data_form input{
	background: none repeat scroll 0 0 #000;
    border: 1px solid #7EAA56;
    color: #ccc;
    font-size: 9px;
    padding: 4px;
    width: 125px;
    float: left;
}

span#dt_data_form img{
	border-bottom: 1px solid #B1CC99;
	vertical-align:bottom;
	cursor:pointer;
}

#dt_list_venue{
	height:30px;
	clear:both;
	display:block;
	cursor:pointer;
}

#dt_list_venue span{
	margin:8px 17px 7px 0px;
	float:left;
	line-height:15px;
}

/*Active Venue section*/
.venue_active{
	/*background:#000;*/
}
.venue_active span#dt_venue_icon{
	background: #000000;
    border: 4px solid #7EAA56;
    border-radius: 10px;
    height: 7px;
    margin-left: 10px;
    width: 7px;
}

.venue_active span#dt_venue_date{
	font-size:14px;
	font-weight:700;
	color:#000;
	width: 30px;
}

.venue_active span#dt_venue_loc{
	font-size:14px;
	font-weight:700;
	color:#000;
}

/*Upcoming Venue section*/
.venue_upcoming span#dt_venue_icon{
	background: #fff;
    border: 4px solid #7EAA56;
    border-radius: 10px;
    height: 7px;
    margin-left: 10px;
    width: 7px;
}

.venue_upcoming span#dt_venue_date{
	font-size:14px;
	font-weight:400;
	color:#333;
	width: 30px;
}

.venue_upcoming span#dt_venue_loc{
	font-size:14px;
	font-weight:400;
	color:#333;
}

/*Past Venue section*/
.venue_past span#dt_venue_icon{
	background: #999;
    border: 4px solid #ccc;
    border-radius: 10px;
    height: 7px;
    margin-left: 10px;
    width: 7px;
}

.venue_past span#dt_venue_date{
	font-size:14px;
	font-weight:400;
	color:#666;
	text-decoration:line-through;
	width: 30px;
}

.venue_past span#dt_venue_loc{
	font-size:14px;
	font-weight:400;
	color:#666;
	text-decoration:line-through;
}

/*Scrollbox css*/
#dt_list1_wrap{
	height:330px;
	overflow:hidden;
}
.button{
	background: none repeat scroll 0 0 #7EAA56;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-size: 20px;
	height: 40px;
	line-height:40px;
	text-align: center;
	width: 156px;
	box-shadow:0px -3px 12px #333;
}
.button:hover{
	color: #000;
}
/*details list*/
#dt_list2_wrap{
	display:none;
}

/*Click event css*/

#dt_list_venue:hover{
	background:#7EAA56;
}

.clickedvenue{
	background:#000;
}

.clickedvenue span#dt_venue_date, .clickedvenue span#dt_venue_loc{
	color:#fff;
}

.hovervenue span#dt_venue_icon{
	border: 4px solid #000;
	background:#7EAA56;
}

span#formgo:hover{
	color:#fff;
}

/*Sid Edits*/
	.box{
		/*background: #fff none repeat scroll 0 0;*/
		display: block;
		float: left;
		 margin: 20px 8px;
			padding: 8px;
		width: 280px;
		/*box-shadow:0 1px 5px 0 #fec520 inset;*/
	}
	.box img{
		float:left;
		display:block;
		/*border-bottom: 1px solid #bcbec0;
		background: #777 none repeat scroll 0 0;*/
	}
	.box h3{
		float:left;
		text-align:center;
		width:100%;
		/*background:#fec520;*/
		color:#000;
		font-size:20px;
		margin-top: 10px;
		display:block;
		text-transform: uppercase;
	}

	.box a{
		display: block;
	}
	.box:hover{
		opacity:0.5;
		color:#fec520;
		/*box-shadow:0 1px 2px 0 #fff inset;*/
	}
	.box a span{
		color: #bcbec0;
		display: block;
		float: left;
		height: 325px;
		padding: 10px 0;
		text-decoration: none;
		border-bottom: 1px solid #fec520;
	}
	
	#c_intro_sub{
		clear: both;
		margin: auto auto;
		width: 940px;
	}
	#c_intro_sub p{
		/*background: #fec520 none repeat scroll 0 0;*/
		color: #fff;
		font-size: 21px;
		font-style: italic;
		line-height: 41px;
		padding: 30px 60px;
		text-indent: 50px;
	}
	#c_intro_sub h3{
		background: #fff none repeat scroll 0 0;
		padding: 15px 0;
		text-align: center;
		width: 100%;
		font-weight:bold;
	}
	#b_geom>img{
		background:#fff;
	}
				
