*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


@font-face {
  font-family: 'InterstateGR';
  src: url('../fonts/InterstateGR-Regular.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/InterstateGR-Regular.otf')  format('opentype'),
	    url('../fonts/InterstateGR-Regular.woff') format('woff'), 
	    url('../fonts/InterstateGR-Regular.ttf')  format('truetype'), 
	    url('../fonts/InterstateGR-Regular.svg#InterstateGR-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'InterstateGRBlack';
  src: url('../fonts/InterstateGR-Black.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/InterstateGR-Black.otf')  format('opentype'),
	    url('../fonts/InterstateGR-Black.woff') format('woff'), 
	    url('../fonts/InterstateGR-Black.ttf')  format('truetype'), 
	    url('../fonts/InterstateGR-Black.svg#InterstateGR-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'InterstateGRUBlack';
  src: url('../fonts/InterstateGR-UltraBlack.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/InterstateGR-UltraBlack.otf')  format('opentype'),
	    url('../fonts/InterstateGR-UltraBlack.woff') format('woff'), 
	    url('../fonts/InterstateGR-UltraBlack.ttf')  format('truetype'), 
	    url('../fonts/InterstateGR-UltraBlack.svg#InterstateGR-UltraBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

.clearfix:before,
.clearfix:after {content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1;  }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

body {
	margin:0;
	background:#fff;
	font-family: Arial , sans-serif;
	font-size:15px;
	color: #4d4d4f;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
body, html { height:100%; }

.nowrap { white-space:nowrap; }
.pull-left { float:left; }
.pull-right { float:right; }

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {	
		color: #222;
		font-weight: bold; 
		line-height:1.2em;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 33px; line-height: 1.2em; margin-bottom: 0px;color: white;font-family: 'InterstateGRBlack' , sans-serif;}
	h2 { font-size: 70px; line-height: 55px; margin-bottom: 0px;font-family: 'InterstateGRUBlack' , sans-serif; }
	h3 { font-size: 58px; font-weight:bold;line-height: 50px; margin-bottom: 0px;font-family: 'InterstateGR' , sans-serif; }
	h4 { font-size: 38px; font-weight:bold; line-height: 34px;margin-left:5px;font-family: 'InterstateGRUBlack' , sans-serif;  }
	h5 { font-size: 17px; font-weight:bold; line-height: 50px; }
	h6 { font-size: 13px; line-height: 1em; }
	.subheader { color: #777; }

	p { margin: 0 0 15px 0; line-height: 15px; }
	p img { margin: 0; }
	p.lead { font-size: 18px; line-height: 24px; color: #777;  }
	p.lead-small { font-size: 14px; line-height: 22px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 16px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 15px; border-left: 5px solid #eee; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 15px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #CD013F; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #A30132; }
	p a, p a:visited { line-height: inherit; }

	a.link-black { color:#222; }
	a.link-normal { color:#444; }
	a.link-gray { color:#777; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 15px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 20px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { margin:0; padding:0; }
	li p { }


/* #Buttons
================================================== */

	.button,
	a.button:visited,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px;
		background:#e7e7e7; 
		border:none;
		color: #444;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		text-shadow: 0 1px rgba(255, 255, 255, .75);
		cursor: pointer;
		margin-bottom: 10px;
		line-height: normal;
		padding: 8px 16px;
		font-family: 'Open Sans', sans-serif; }

	.button:hover,
	a.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {color: #222; background:#ddd;  }

	.button:focus,
	a.button:focus,
	button:focus,
	input[type="submit"]:focus,
	input[type="reset"]:focus,
	input[type="button"]:focus { outline:0 !important;  }

	.button:active,
	a.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active { background:#ddd; }

	.button:disabled,
	a.button:disabled,
	button:disabled, button[disabled]:hover {
		background:#e7e7e7; 
		color: #999;
	}


	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {border: 0; padding: 0; }




	.button-login,
	a.button-login:visited,
	button.button-login {
		border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px;
		background:#ffce3a; 
		border: none;
		color: #162029;
		display: inline-block;
		font-size: 22px;
		font-weight: 400;
		text-decoration: none;
		text-shadow:none;
		cursor: pointer;
		margin-bottom: 10px;
		line-height: normal;
		padding: 16px 16px;
		font-family: 'Open Sans', sans-serif; }

	.button-login:hover,
	a.button-login:hover,
	button.button-login:hover {
		color: #162029;
		background:#f6c532;  }

	.button-login:active,
	a.button-login:active,
	button.button-login:active {
		background:#f6c532; 
	}



	.button-primary,
	a.button-primary:visited,
	button.button-primary {
		background:#ffce3a; 
		border: none;
		text-shadow: none;
		color: #162029; }

	.button-primary:hover,
	a.button-primary:hover,
	button.button-primary:hover {
		color: #162029;
		background:#f6c532;  }

	.button-primary:active,
	a.button-primary:active,
	button.button-primary:active {
		background:#f6c532; 
	}

	.button-primary:disabled,
	a.button-primary:disabled,
	button.button-primary:disabled, button.button-primary[disabled]:hover {
		background:#ffce3a; 
		color:#C69709; 
	}


	.button-secondary,
	a.button-secondary:visited,
	button.button-secondary {
		background:#df1d46; 
		border: none;
		text-shadow: none;
		color: #fff; }

	.button-secondary:hover,
	a.button-secondary:hover,
	button.button-secondary:hover {
		color: #fff;
		background:#D11B3F;  }

	.button-secondary:active,
	a.button-secondary:active,
	button.button-secondary:active {
		background:#C0183A; 
	}

	.button-secondary:disabled,
	a.button-secondary:disabled,
	button.button-secondary:disabled, button.button-secondary[disabled]:hover {
		background:#df1d46; 
		color:#F5B8C5; 
	}


	.button-black,
	a.button-black:visited,
	button.button-black {
		background:#333; 
		border: none;
		text-shadow: none;
		color: #fff; }

	.button-black:hover,
	a.button-black:hover,
	button.button-black:hover {
		color: #fff;
		background:#222;  }

	.button-black:active,
	a.button-black:active,
	button.button-black:active {
		background:#222; 
	}

	.button-black:disabled,
	a.button-black:disabled,
	button.button-black:disabled, button.button-black[disabled]:hover {
		background:#333; 
		color:#999; 
	}


	.button-small,
	a.button-small:visited,
	button.button-small,
	input[type="submit"].button-small,
	input[type="reset"].button-small,
	input[type="button"].button-small {
		font-size: 13px;
		padding: 6px 12px; 
	}

	.button-large,
	a.button-large:visited,
	button.button-large,
	input[type="submit"].button-large,
	input[type="reset"].button-large,
	input[type="button"].button-large {
		font-size: 18px;
		padding: 12px 20px;
	}

	.button-white,
	a.button-white:visited,
	button.button-white,
	input[type="submit"].button-white,
	input[type="reset"].button-white,
	input[type="button"].button-white {
		background:#fff !important;
	}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 9px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 14px 'Open Sans', sans-serif;
		color: #444;
		margin: 0;
		max-width: 100%;
		display: block;
		margin-bottom: 10px;
		background: #fff; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label {
		font-size:inherit;
		font-weight:inherit;
	}
	legend {
		display: block;
		font-size:inherit;
		font-weight:inherit;
	}
	select {
		width: 220px; }
	input[type="checkbox"],input[type="radio"] {
		display: inline; }
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

	input[type="text"].error, input[type="password"].error, input[type="email"].error, textarea.error, select.error { border:1px solid #D9173E; }

	label.error { color:#D9173E; }
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body { height:100%; }


/* Columns 
================================================== */
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth{margin-right: 4%; position:relative; float:left; }
.one-half{ width:48%; }
.one-third{width:30.6666%;}
.one-fourth{width:22%; }
.one-fifth{width: 16.8%;}
.one-sixth {width: 13.3333%;}

.two-third{width: 65.3332%;}
.two-fourth {width: 48%;}
.two-fifth {width: 37.6%;}
.two-sixth {width: 30.6666%;}

.three-fourth{width:74%;}
.three-fifth {width: 58.4%;}
.three-sixth {width: 47.9998%;}

.four-fifth {width: 79.2%;}
.four-sixth {width: 65.3332%;}

.five-sixth {width: 82.6665%;}
.lastcol{ margin-right:0 !important; clear:right; }


/* Bootstrap alerts 
================================================== */
.alert {padding:11px 15px; line-height:1.4em; margin-bottom: 20px; border: 1px solid transparent; border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.alert h4 {margin-top: 0; color: inherit; }
.alert .alert-link {font-weight: bold; }
.alert a  { color:#333; font-weight:bold; }
.alert > p, .alert > ul {margin-bottom: 0; }
.alert > p + p { margin-top: 5px; }
.alert-dismissable {padding-right: 35px; }
.alert-dismissable .close {position: relative; top: -2px; right: -21px; color: inherit; }
.alert-success {color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.alert-success hr {border-top-color: #c9e2b3; }
.alert-success .alert-link {color: #2b542c; }
.alert-info {color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.alert-info hr {border-top-color: #a6e1ec; }
.alert-info .alert-link {color: #245269; }
.alert-warning {color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.alert-warning hr {border-top-color: #f7e1b5; }
.alert-warning .alert-link {color: #66512c; }
.alert-danger {color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.alert-danger hr {border-top-color: #e4b9c0; }
.alert-danger .alert-link {color: #843534; }


.alertify-message { font-size:17px; }