/* ------ Stylesheet created for Huarache Turbo ----- */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

html{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: url(images/bckg_texture.jpg) repeat #eaeaea;
	width: 100%;
	min-width: 1042px;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #675a53;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #e20c7a;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
}

@font-face {
    font-family: 'bobsmade';
    src: url('font/bobsmade_handwrite-webfont.eot');
    src: url('font/bobsmade_handwrite-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bobsmade_handwrite-webfont.woff') format('woff'),
         url('font/bobsmade_handwrite-webfont.ttf') format('truetype'),
         url('font/bobsmade_handwrite_font-webfont.svg#bobsmadefontmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

.title-handwriten-font{
	font-family: 'bobsmade', sans-serif;
	font-style: normal;
	font-weight: normal;
}

.pull-left{ float: left;}
.pull-right{ float: right;}

/* Layout structure */

.wrap{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.container{
	width: 1032px;
	margin: 0px auto;
	padding: 5px;
}

/* Top header */

.top_header{
	background: url(images/color_bar.jpg) repeat-x top center;
	width: 100%;
	display: block;
	padding-top: 15px;
}

.logo{
	float: left;
	width: 250px;
	height: 134px;
}

.logo h1{
	margin: 0px;
}

.navegation{
	float: right;
	width: 700px;
	padding-right: 40px;
	height: 134px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
}

.small_nave li a{
	color: #7c6d2f;
	font-size: 1.1em;
	margin-left: 20px;
}

.main_nave li a:hover, .small_nave li a:hover{
	color: #c5df99;
}

.main_nave li a{
	color: #675a53;
	font-size: 1.5em;
	margin-left: 40px;
}

.main_nave li.current a, .small_nave li.current a, li.drop-menu a{
	color: #cb216a;
}

.top_header li{
	list-style: none;
	display: inline;
}

.tagline{
	width: 1024px;
	background: url(images/tagline_brush.jpg) no-repeat center;
	height: 67px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 55px;
}

.tagline h2{
	text-align: right;
	font-family: 'bobsmade', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #e7e7e5;
	font-size: 2.80em;
	margin: 0px;
}

.main_nave > ul > li > ul{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	
}

.main_nave > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	position: absolute;
}

.main_nave > ul > li > ul{
	position: absolute;
	margin-left: 50px;
	text-align: left;
	z-index: 99;
}

.main_nave > ul > li > ul > li{	
	float: none;
	position: relative;
	margin: 0px;	
}

.main_nave > ul > li > ul > li a{
	margin-left: 0px!important;
	font-size: 1.025em!important;
	display: block;
	color: #E7E7E5;
	background-color: #675A53;
	min-width: 200px;
	text-align: center;
	padding: 3px 8px;
	border-bottom: 1px solid #E7E7E5;
}
.main_nave > ul > li > ul > li:last-child a{
	border-radius: 0 0 5px 5px;
	border-bottom: none;
}

.main_nave > ul > li > ul > li:first-child a{
	border-radius: 5px 5px 0 0 ;
}

.main_nave > ul > li > ul > li a:hover{
	color: #675A53!important;
	background-color: #C5DF99;
}

.main_nave > ul > li > ul > li.current a{
	background-color: #E20C7A;
	color: #E7E7E5;
}

/* Top slider */

.slider_wrap{
	background: url(images/bckg_grunge_wall.jpg) repeat #594b44;
	min-height: 450px;
}

.slider_wrap .container{ padding: 0px;}

#slider1 {
    width: 1024px; /* important to be same as image width */
    height: 450px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 1024px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}

.slider1Image h1{
	background-color: #e40a7a;
	padding: 5px 10px;
	margin: 0px;
}

.slider1Image .date{
	font-size: 3em;
	color: #e7e7e7;
}

.slider1Image .place{
	font-size: 2em;
	color: #b5bb8c;
}

.slider1Image .quote{
	font-size: 1.75em;
	color: #e7e7e7;	
}

.slider1Image span {
    position: absolute;
    padding: 20px 13px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}
.clear {
	clear: both;
}
.left {
	top: 0;
    left: 0;
	width: 330px !important;
	height: 410px;
}
.right {
	right: 25px;
	bottom: 0;
	width: 330px !important;
	height: 415px;
}
.top {
	top: 0;
	left: 0;
	width: 100%;
}
.bottom {
	bottom: 0;
    left: 0;
    width: 100%;
    display: table-row;
    vertical-align: middle;
}

span.bottom .quote {
	width: 80%;
}

.bottom img{
	width: 102px;
	height: auto;
}

/* Content Area */

.main_content{
	width: 100%;
	background: url(images/bckg_tracks.jpg) no-repeat center top;
	margin-top: 10px;
	float: left;
}

.col_left{
	width: 700px;
	float: left;
}

.intro-text{ padding: 5px;}

.intro-text h3{
	color: #e20c7a;
	font-size: 1.75em;
	margin: 0px;
}
.intro-text h4{
	margin: 0px;
	font-size: 2em;
	font-family: 'bobsmade', sans-serif;
	font-style: normal;
	font-weight: normal;
}
.intro-text p{
	margin: 0px;
	font-size: .90em;
}

.circle-sec{
	background: url(images/transparency_bckg.png) repeat;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0px 15px 5px;
    margin-top: 10px;
}

.circle-sec ul{margin: 0px; padding: 0px;}

.circle-sec li{
	list-style: none;
	display: table-cell;
	text-align: center;
	width: 120px;
	padding: 0px 7px;
}
.circle-title{
	color: #e20c7a;
	text-transform: uppercase;
	font-size: .85em;
	width: 120px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}
.circle-sec li p{
	color: #7c6d2f;
	font-size: .75em;
	text-align: left;
	margin: 2px 0px;
}

a.btn{
	padding: 2px 5px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: .8em;
}

a.btn:hover{
	-webkit-transition: background-color 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out;
	transition: background-color 1s ease-in-out;
	
}

.coming-soon{
	background-color: #c5df99;
    border-color: #c6cda0;
	color: #ffffff;
}

.coming-soon:hover{ background-color: #c4d647; }

.open{
	background-color: #e20c7a;
    border-color: #bd0760;
	color: #e7e7e5;
}
.open:hover{ background-color: #f70883;}

.close{
	background-color: #c3c4bc;
    border-color: #abaca4;
	color: #e7e7e5;
}

.spotlight{
	margin: 20px 0px;
}

.spotlight span{
	text-transform: uppercase;
	font-size: 2em;
	color: #cb216a;
	display: block;
}

.spot-sec{
	background: url(images/green_deco.png) no-repeat left center;
	float: left;
	display: table-cell;
	padding: 20px 0px 0px 50px;
	vertical-align: middle;
	height: 148px;
	margin-bottom: 20px;
}

.logos{ 
	float: left; 
	width: 100px;
	display: table-column;
	vertical-align: middle;
	text-align: center;
}

.spot-text { 
	float: left;
	display: table-column;
	width: 500px;
	margin-left: 25px;
}

.spot-text h3{ margin: 0px; font-size: 1.5em;}

.spot-text p{ font-size: .9em; margin: 0px;}

.from{
	font-style: italic;
	color: #7c6d30;
}

.sidebar{
	width: 300px;
	float: right;
}

.send-photo, .register-side{
	background-color: #675a53;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color: #e9e9e9;
    text-align: center;
    padding: 5px;
    margin-top: 25px;
}
.send-photo span{
	font-size: 2em;
	text-transform: uppercase;
	margin-top: 10px;
}
.send-photo p{
	margin: 0px 10px 5px 30px;
	text-align: left;
	font-size: 0.9em;
}
.send-photo .green{
	color: #c5df99;
	font-size: 1.25em;
	line-height: 0px;
}
.send-photo a{
	color: #edee92;
}

.facebook{
	margin-top: 30px;
}

/* Events single page */

.event .slider_wrap { min-height: 320px; }
.desc { float: left; width: 510px; }
.desc h1 {margin: 5px 0px 0px; padding: 0px;}
.desc h2 { margin: 0px; padding: 0px; color: #3c322d; font-size: 2em; }
.desc b {color: #E20C7A;}
.desc p { margin: 0px; font-size: .9em;}
.event-img{ float: right; width: 505px; }

.event .intro-text h3{
	font-family: 'bobsmade', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 2.75em;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 2px solid;
}

.event .intro-text{
	padding: 3%;
	width: 94%;
	float: left;
	margin: 0px;
}

.register-side{	
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #e7e7e7;
}

.register-side .date{ font-size: 3.25em; text-transform: uppercase;}
.register-side .place{ font-size: 2.5em; color: #b5bb8c; text-transform: uppercase;}
.register-fees{margin-left: 20px;}
.register-fees span{ color: #efc624; font-size: 1.75em;}
.register-fees{ font-size: 1.35em; text-align: left;}

.large{ font-size: 2em!important; margin: 5px 15px!important; display: block;}

.event .large{ border: 2px solid #f266b8;}

.event .circle-sec span{ font-size: 2em; color: #C5DF99; text-align: center;}
.event .circle-sec img{ width: 65%; height: auto; margin: 10px 0px;}
.event .circle-sec{ text-align: center;}

div.freedarun-hd{ background: url(images/bckg_grunge_wall_yellow.jpg) repeat #ddc960; }
div.freedarun-body{ background: url(images/bckg_tracks_yellow.jpg) no-repeat scroll center top transparent;}

div.speedorun-hd{ background: url(images/bckg_grunge_wall_blue.jpg) repeat #4d62d6; color: #9fd7e9; }
div.speedorun-hd .desc h2, div.speedorun-hd .desc b { color: #fad410;}
div.speedorun-body{ background: url(images/bckg_tracks_blue.jpg) no-repeat scroll center top transparent;}

div.loteriarun-hd{ background: url(images/bckg_grunge_wall_green.jpg) repeat #cfe267; }
div.loteriarun-body{ background: url(images/bckg_tracks_green.jpg) no-repeat scroll center top transparent;}

div.muertitosrun-hd{ background: url(images/bckg_grunge_wall_purple.jpg) repeat #5c307c; color: #ead1fc; }
div.muertitosrun-hd .desc h2, div.muertitosrun-hd .desc b { color: #ee9438;}
div.muertitosrun-body{ background: url(images/bckg_tracks_purple.jpg) no-repeat scroll center top transparent;}

div.valentinerun-hd{ background: url(images/bckg_grunge_wall_red.jpg) repeat #b51d2f; color: #fff5de; }
div.valentinerun-hd .desc b { color: #f9a41b;}
div.valentinerun-body{ background: url(images/bckg_tracks_red.jpg) no-repeat scroll center top transparent;}


/* Inside Page Area */

.header_title{
	background: url(images/bckg_grunge_wall.jpg) repeat #594b44;
	min-height: 50px;	
}

.header_title h1 {
	font-size:2.5em;
	color: #ededed;
	margin: 0px;
}

.header_title h1 span{
	color: #bec497;
	margin: 0px;	
}

.subtitle h2 {
	font-family: 'bobsmade', sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #7c6d2f;
	font-size: 2em;
	margin: 0px;
}

.box{
	padding: 20px 40px;
	background-color: #f8f7f7;
	display: block;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	margin-bottom: 25px;
	width: 60%;
}

.box p{
	font-size: .9em;
	line-height: 1.75em;
	width: 90%;
	margin-bottom: 1%;
}

div.col_left img{
	max-width: 100%!important;
	height: auto;
}

/* Footer Area */

.footer{
	background: url(images/color_bar.jpg) repeat-x top center #c5c6be;
	width: 100%;
	display: block;
	padding-top: 15px;
	min-height: 100px;
	float: left;
}

.col-three{
	float: left;
	width: 32%;
	margin-left: .5%;
}

.footer img{
	border: 2px solid #dbddd2;
}

.footer-title{
	font-style: normal;
	color: #7c6d2f;
	text-transform: uppercase;
	display: block;
	font-size: .95em;
	font-weight: 700;
	margin: 10px 0px;
}

.footer-title span{
	color: #675a53;
}
.footer hr{
	width: 100%;
	float: left;
	margin: 5px 0px;
	border-color: #dbddd2;
	border-style: solid;
	color: #dbddd2;
}
.footer small{
	float: left;
	margin: 5px;
}

 
  .hidden-desktop {
    display: none !important;
  }


/* ------ Styles for phone ----- */

@media (max-width: 767px) {
  
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  
  html{
  	min-width: 100%;
  	max-width: 100%;
  	width: 100%;
  	height: auto;
  	margin: 0px;
  	padding: 0px;
  }
  
 .container, .navegation, .tagline, .logo, ul, .col_left, .circle-sec li, .desc, .event-img, iframe{
  	min-width: 100%;
  	max-width: 100%;
  	width: 100%;
  	height: auto;
  	margin: 0px;
  	padding: 0px;
  }
  
  .top_header{
	background: url(images/color_bar2.jpg) repeat-x top center;}
  
  .logo h1{ width: 100%; text-align: center;}
  .logo img{ width: 50%; height: auto;}
  .navegation{text-align: center;}
  .small_nave{ margin-bottom: 10px;}
  .small_nave li a {font-size: 1em; margin: 0px 5px;}
  .main_nave li a{
  	width: 100%;
  	margin: 0px 0px 2px 0px;
  	padding: 10px 0px;
  	font-size: 1.5em;
  	float: left;
  	background-color: #675A53;
  	color: #f8f8f8;
  	}
  .main_nave li a:hover, .main_nave li.current a{
  	background-color: #cb216a;
  	color: #f8f8f8;
	}
	.main_content{
		margin-top: -10px;
	}
	.tagline{ height: 65px; padding: 0px 35px;}
	.tagline h2 {font-size: 1.75em; text-align: center; line-height: .9em; color: #f8f8f8;}
	
	.intro-text, .circle-sec{ margin: 15px;}
	.circle-sec li{ display: block; height: 110px; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #e7e7e5;}
	.circle-sec li img{ float: left; margin-right: 10px; }
	.circle-title{ width: 100%; height: auto;}
	.circle-sec p br{display: none;}
	.circle-sec .date{ width: 100%; display: block;}
	.circle-sec a.btn{ float: left; }
	
	.sidebar{margin-right: 4%;}
	
	.footer{
	background: url(images/color_bar2.jpg) repeat-x top center #c5c6be;}
	ul.footer-nav-mobile{ margin: 0px; padding: 0px; display: block; width: 100%; list-style: none;}
	.footer-nav-mobile li a{ 
		list-style: none;
		margin: 0px;
		padding: 10px 5px 10px 10px;
		border-bottom: 1px solid #dbddd2;
		color: #7c6d2f;
		text-transform: uppercase;
		display: block;
	}
	.footer-nav-mobile li a:hover{
		background-color: #7c6d2f;
		color: #dbddd2;
	}
	.header_title{ background: none transparent;}
	.header_title h1{ color: #e40a7a!important; padding: 5px; font-size:2.35em; line-height: 1em;}
	.header_title h1 span{ color: #e40a7a!important;}
	.subtitle h2{ margin: 2% 1%;}
	.box{ margin: 2% 0;}
	.box h3{ padding: 0 4% 0; font-size: 1.5em; margin-bottom: 0px;}
	.box p {font-size: 1em; width: auto; padding: 0 4%;}
	.event .slider_wrap img{max-width: 100%; margin: 3% 0px 0px;}
	.event .slider_wrap{ padding: 0px 5%; float: left; width: 90%; font-size: 1.25em;}
}