/**
 * ==============================================
 *  COMPONENTS.CSS
 * ==============================================
 * Component CSS file
 *
 *
 * @since		0.1
 * @author		chriscarvache
 */



/**
 * ==============================================
 *  SLIDER 
 * ==============================================
 */
.hidden h1,
.hidden h2,
.hidden h3,
.hidden h4,
.hidden h5,
.hidden h6,
.hidden a{
	opacity: 0;
}

#hpslider {
	border: 0;
	box-shadow: none;
	margin-bottom: 0;
}

#hpslider h1, #hpslider h3, #hpslider {
	color: #fff;
	text-transform: uppercase;
}

#hpslider h1 {
	text-transform: ;
	line-height: ;
	margin: ;
}

#hpslider h3 {
	font-family: ;
	font-weight: ;
	font-style: ;
}

#hpslider .background {
	padding: 9em 0;
}

#hpslider .transparent {
	background: rgba(0,0,0, .73);
	padding: 3em 0;
}

#hpslider .hidden a {
	color: #fff;
}

#hpslider .flex-direction-nav a:before {
	font-family: "Lato"!important;
	font-weight: 100!important;
	color: #fff!important;
	text-shadow: none!important;
	font-size: 40px!important;
	display: inline-block;
	transform:scale(1,3); /* W3C */
	-webkit-transform:scale(1,3); /* Safari and Chrome */
	-moz-transform:scale(1,3); /* Firefox */
	-ms-transform:scale(1,3); /* IE 9 */
	-o-transform:scale(1,3); /* Opera */
	font-style: normal!important;
}

#hpslider .flex-direction-nav a {
	height: 60px!important;
}

#hpslider .flex-direction-nav a.flex-next:before {
	content: '>'!important
}

#hpslider .flex-direction-nav a.flex-prev:before {
	content: '<'!important
}

/*-- END SLIDER --*/