/*  IMPORT FONTS  ============================================================================= */

/*@font-face {
    font-family: 'GENERIC';
    src: url('/fonts/GENERIC.eot');
    src: url('/fonts/GENERIC.eot?#iefix') format('embedded-opentype'),
         url('/fonts/GENERIC.woff') format('woff'),
         url('/fonts/GENERIC.ttf') format('truetype'),
         url('/fonts/GENERIC.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


/* BASIC PAGE SETUP ============================================================================= */

button, 
input, 
select, 
textarea { 
	font-family : verdana, arial, helvetica, helve, sans-serif;
	color : #333; 
}




/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
	margin-bottom : 1em; 
	font-size : 1em; /* 16 / 16 = 1 */ 
	color: #151515;
}

p {
	hyphens : none;
	color:#666; 
}

p.center {
	text-align: center;
}

ul, 
ol { 
	margin : 0 0 1.5em 0; 
	padding : 0 0 0 24px; 

		color:#666; 
	}

li ul, 
li ol { 
	margin : 0;
	font-size : 1em; /* 16 / 16 = 1 */ 
	margin-bottom: 1.5em;
		color:#666; 
}

dl, 
dd { 
	margin-bottom : 1.5em; 
}

dt { 
	font-weight : normal; 
}

b, strong { 
	font-weight : bold; 
}

hr { 
	display : block; 
	margin : 1em 0; 
	padding : 0;
	height : 1px; 
	border : 0; 
	border-top : 1px solid #ccc;
}

small { 
	font-size : 1em; /* 16 / 16 = 1 */ 
}

/* LINKS =============================================================================  */

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

a:focus { 
	outline : thin dotted; 
	color : rgb(0,0,0); 
}

a:hover, 
a:active { 
	outline : 0;
	color : #ff8c31;
}


footer a { 
	color : #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer a:focus { 
	outline : thin dotted; 
	color : rgb(0,0,0); 
}

footer a:hover, 
footer a:active { 
	outline : 0;
	color : #fff;
}


/* IMAGES ============================================================================= */

img {
	border : 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

img.floatleft { 
	float: left; margin: 0 15px 0 0; 
}
img.floatright { 
	float: right; margin: 0 0 0 15px; 
}


/* TABLES ============================================================================= */

table { 
	border-collapse : collapse;
	border-spacing : 0;
	margin-bottom : 1.4em; 
	width : 100%; 
}

th, td, caption { 
	padding : .25em 10px .25em 5px; 
}

tfoot { 
	font-style : italic; 
}

caption { 
	background-color : transparent; 
}

/* FORMS ============================================================================= */

form { 
	margin : 0; 
}

fieldset { 
	margin-bottom : 1.5em; 
	padding : 0; 
	border-width : 0; 
}

legend { 
	*margin-left : -7px; 
	padding : 0; 
	border-width : 0;
}

label{
	font-family: Lato,"Fjalla One", verdana, arial, helvetica, helve, sans-serif;
	font-weight : normal;
	cursor : pointer;
	display:block;
	margin:0;
	position:relative;
	top:0;
	left:0;
	color: #666;
	text-align: left;
}


	label.inline{
		display:inline;
		margin:0;
	}
	
	label span{
		color:#666;
		font-size:0.9em;
	}
	
	label span.right{
		position:absolute;
		bottom:0;
		right:1em;
		text-align:right;
	}
	
	label.disabled{
		color:#ccc;
	}


button, 
search,
input, 
select {
	color: #000;
	width: 90%;
	border:none;
	border-bottom: 1px solid #8a954a;
font-family: Lato,"Fjalla One", verdana, arial, helvetica, helve, sans-serif;
		padding: 5px;
		background: rgba(0,0,0,0);
		margin: 0px 0px 10px 0px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;		
}

textarea { 	
	font-size : 100%; 
	margin : 0;
	vertical-align : baseline; 
	*vertical-align : middle; 
	color: #333;
	width: 90%;
	border:none;
	border-bottom: 1px solid #8a954a;
	font-family: Lato,"Fjalla One", verdana, arial, helvetica, helve, sans-serif;

	background: rgba(0,0,0,0);
	margin: 0px 0px 10px 0px;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	-ms-transition: background-color 0.5s ease-in-out;
	transition: background-color 0.5s ease-in-out;	
}

button, input { 
	line-height : normal; 
	*overflow : visible; 
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
font-family: Lato,"Fjalla One", verdana, arial, helvetica, helve, sans-serif;
	padding: 0.5em 1em;
	margin: 0;
	color: #666;
	width:83%;
	border:none;
	font-weight: bold;
	cursor : pointer; 
	border-radius:5px;
	box-shadow: 0px 2px 0px #a7a7a7;
		padding: 5px;
		background-color: #d8d8d8;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type=submit]:hover {
	background-color: #8a954a;
	box-shadow: 0px 2px 0px #858585;
	color:#FFF;
		
}

input[type="checkbox"], 
input[type="radio"] { 
	box-sizing : border-box; 
}

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
	padding : 0;
	border : 0;  
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
		color:#bbb;
	}
	
	input::-moz-focus-inner {
		border:0;
	}

	input[disabled="disabled"], input.disabled{
		color:#999;
		background:#f5f5f5;
		-moz-box-shadow:inset 0px 0px 2px #ddd;
		-webkit-box-shadow:inset 0px 1px 2px #ddd;
		box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
	-webkit-box-shadow : 0 0 2px #f00; 
	-moz-box-shadow : 0 0 2px #f00;
	box-shadow : 0 0 2px #f00; 
}

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
	background-color : #ccc; 
}

.err {
	font-size : 12px;
	color: red;
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.1em;
		
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { 
	clear: both; 
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.imgCenter  {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
	-webkit-overflow-scrolling : touch; 
	-webkit-tap-highlight-color : rgb(52,158,219); 
	-webkit-text-size-adjust : 100%; 
	-ms-text-size-adjust : 100%; 
}

.clearfix { 
	zoom : 1; 
}

::-webkit-selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none; 
}

::-moz-selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none; 
}

::selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none; 
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	-webkit-appearance : button; 
}

::-webkit-input-placeholder {
	font-size : .875em; 
	line-height : 1.4; 
}

input:-moz-placeholder { 
	font-size : .875em; 
	line-height : 1.4; 
}

.ie7 img,
.iem7 img { 
	-ms-interpolation-mode : bicubic; 
}

input[type="checkbox"], 
input[type="radio"] { 
	box-sizing : border-box; 
}

input[type="search"] { 
	-webkit-box-sizing : content-box;
	-moz-box-sizing : content-box; 
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
	padding : 0;
	border : 0; 
}

p {
	/* http://www.w3.org/TR/css3-text/#hyphenation */
	-webkit-hyphens : auto;
	-webkit-hyphenate-character : "\2010";
	-webkit-hyphenate-limit-after : 1;
	-webkit-hyphenate-limit-before : 3;
	-moz-hyphens : auto;
	
}


/* ANIMATION-EFFECTS ============================================================================= */

.glow {
	-moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
	-moz-filter: brightness(0.6);
	-webkit-filter: brightness(0.6);
	-o-filter: brightness(0.6);
	filter: brightness(0.6);	
}

.glow:hover {
	-moz-filter: brightness(1.5);
	-webkit-filter: brightness(1.5);
	-o-filter: brightness(1.5);
	filter: brightness(1.5);
}

.grayScale {
	filter: grayscale(.9);
	-webkit-filter: grayscale(.9);
	-moz-filter: grayscale(.9);
	-o-filter: grayscale(.9);
	-ms-filter: grayscale(.9);
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.grayScale:hover {	
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter:  grayscale(0);
	-ms-filter: grayscale(0);
}


/* z-index types */

.pushFront {
	
	z-index: 500;
}

iframe {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.8);
}

