@import url("http://hello.myfonts.net/count/25cb92");
/* FONTS ---------------------------------------------------------- */
@font-face {
  font-family: 'BrandonText-BoldItalic';
  src: url("webfonts/25CB92_0_0.eot");
  src: url("webfonts/25CB92_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/25CB92_0_0.woff") format("woff"), url("webfonts/25CB92_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'BrandonText-Bold';
  src: url("webfonts/25CB92_1_0.eot");
  src: url("webfonts/25CB92_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/25CB92_1_0.woff") format("woff"), url("webfonts/25CB92_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'BrandonText-Regular';
  src: url("webfonts/25CB92_2_0.eot");
  src: url("webfonts/25CB92_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/25CB92_2_0.woff") format("woff"), url("webfonts/25CB92_2_0.ttf") format("truetype");
}

* {margin: 0; padding: 0; outline: 0;}

a:link		{filter:alpha(opacity=50);opacity:0.5;}
a:visited	{filter:alpha(opacity=50);opacity:0.5;}
a:hover		{filter:alpha(opacity=100);opacity:1;}
a:active	{filter:alpha(opacity=100);opacity:1;}



body {
	font-family: BrandonText-Regular, Futura, Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 12px;
	overflow-x:hidden;
	background: url(../img/bg.jpg) repeat-x;
	background-color: #330000;
}

h1.title {
  font-family: BrandonText-Bold, Futura, Helvetica, Arial, sans-serif;
  font-size: 1.0em;
  color: #CCC;
  text-align: center;
}

.wrapperT {
	font-family: BrandonText-Regular, Futura, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	text-align:left;
}

.wrap {
		width: 100%;
		z-index: 10;
		position: relative;
		margin: 0 0 0 0;
		padding: 0;
}

.section {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.wrapper {
	position:relative;
	display:inline-block;
	padding-top:20px;
	overflow:hidden;
	min-width:186px;
	max-width:220px;
	vertical-align:bottom;
}

.inner {
	max-width: 1050px;
	margin: 0 0 0 0;
	position: relative;
	min-height: 36px;
	padding:0 0 0 0;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding:0 0 0 0;
}

/* SECTIONS */
.sTop {
	min-height: 420px;
	padding-top:20px;
    position: relative;
}

@media only screen and (max-width: 479px) {
 body{min-width:380px;}
 .inner{min-width:380px;}

}
