/* GOOGLE FONTS */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,800,700italic,800italic");
@import url("http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic");
/**/

/* FONT KITS */
@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuelight';
    src: url('../fonts/bebasneue_light-webfont.eot');
    src: url('../fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_light-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_light-webfont.woff') format('woff'),
         url('../fonts/bebasneue_light-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue_book-webfont.eot');
    src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_book-webfont.woff') format('woff'),
         url('../fonts/bebasneue_book-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuethin';
    src: url('../fonts/bebasneue_thin-webfont.eot');
    src: url('../fonts/bebasneue_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_thin-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_thin-webfont.woff') format('woff'),
         url('../fonts/bebasneue_thin-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_thin-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'socicon';
    src: url('../font/socicon.eot');
    src: url('../font/socicon.eot?#iefix') format('embedded-opentype'),
         url('../font/socicon.woff') format('woff'),
         url('../font/socicon.ttf') format('truetype'),
         url('../font/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}
/**/

col-md-5
body {
	color: #000000;
	font: 400 1em/1em 'Open Sans', sans-serif;
}
/* OVERRIDE FOR BOOTSTRAP */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'bebas_neuebold', sans-serif;
}
h1 {
	font: 300 3.538em/1em 'bebas_neuebold', sans-serif;
	h1 strong {
		font-weight: 800;
		text-transform: uppercase;
	}
h2 {
	font: 300 2.462em/1em 'bebas_neuebold', sans-serif;
}
	h2 strong{
		font: 800 'bebas_neuebold', sans-serif;
		text-transform: uppercase;
	}
h3 {
	font: 700 1.385em/1em 'bebas_neuebold', sans-serif;
	text-transform: uppercase;
}
h4 {
	font-weight: 600;
	font: 700 1.385em/1em 'bebas_neuebold', sans-serif;
}
p{
	font: normal 1.231em/1.4em 'Open Sans', sans-serif;
	color: #000000;
}
ol,
ul{
	font: normal 1.231em/1.4em 'Open Sans', sans-serif;
	color: #000000;
}
a{
	color: #adc937;	
}
/**/
.main-container .item .new{
    font: normal 800 0.923em/1em 'Open Sans',sans-serif;
    text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

/**/
.strong{
	font-weight: 800;
	text-transform: uppercase;
}
.center{
	text-align: center;	    
	margin: auto;
}
p.large{
	font-size: 1.846em;
    letter-spacing: 0.1em;
}
span.thin-line {
	font-weight: 200;
}

/* COLORS */
h1.green,
h2.green,
h3.green,
h4.green,
h5.green,
h6.green,
p.green,
a.green,
span.green,
h3.green a:hover,
.people-quote.green{
	color: #adc937;	
}


p.grey {
	color: #808080;
}

h4.black{
	color: #000000;	
	font-size:24px;
}

/* HEADER */
#header .navbar-header a {
	margin: 0;
}

#header .navbar-nav > li > a {
	color: #000;
	font-family: 'bebas_neuebold', sans-serif;
	font: 800 1.038em;
	line-height: 45px;
	text-transform: uppercase;
}

/* CONTENT */
.breadcrumb,
.breadcrumb a{
	text-decoration: none;
	color: #ffffff;	
}

a.view-link {
	color: #000;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

/* FOOTER */
#footer {

}
	#footer p,
	#footer address,
	#footer a{
		color: #7C7C7C;
		font: 400 1.038em/1.25em 'Open Sans', Arial, serif-sans;
	}
	#footer a {
		color: #FFF;
		text-decoration: underline;
	}
	#footer .footer-last p {
		text-align: right;
	}
	#footer span {
		margin-top: 0px;
		color: #4A4A4A;
	}
