@charset "utf-8";
@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/BebasNeue.eot');
	src: local('☺'), url('fonts/BebasNeue.ttf') format('truetype'), url('fonts/BebasNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body {
	min-height: 100%;
	height: 100%;
}
html {
	background: url(../img/misc/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}
body {
	font-family: 'BebasNeue';
	background: none;
	-webkit-transform: translateZ(0);
	padding-top: 15px;
}
#iebackground {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/misc/background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/misc/background.jpg', sizingMethod='scale')";	
}
#wrapper {
  position: relative;
}
#nav_indicator {
	height: 60px;
	width: 8px;
	background: #cdcdcd;
	background: rgba(49,32,15,.20);
	position: absolute;
	top: 0;
}
ul#main_nav li {
	font-size: 130px;
	text-transform: uppercase;
	line-height: 120px;	
}
ul#main_nav li a {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  /* IE 5-7 */
  filter: alpha(opacity=35);
  /* Netscape */
  -moz-opacity: 0.35;
  /* Safari 1.x */
  -khtml-opacity: 0.35;
  /* Good browsers */
  opacity: 0.35;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  padding-left: 15px;
}
ul#main_nav li a:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;	
}
ul#main_nav li a.red {
	color: #bb4e4e;
}
ul#main_nav li a.orange {
	color: #d1955f;
}
ul#main_nav li a.blue {
	color: #828cc1;
}
ul#main_nav li a.green {
	color: #9f9419;
}
ul#main_nav li a.teal {
	color: #165449;
}
ul#main_nav li a.purple {
	color: #672d73;
}
ul#main_nav li a.gray {
	color: #000;
}
.content_box {
	background: #cdcdcd;
	background: rgba(49,32,15,.20);
	padding: 20px;
	display: none;
}
.content_box h2 {
	color: #fff;
	font-size: 80px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 70px;
}
.content_box p {
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 35px;
}
#follow_content a {
	color: #386c62;
}
#new_content a {
	color: #949cc9;
}
#free_content a {
	color: #aca33a;	
}
#free_content p span {
	margin: 0 15px;	
}
#talk_content a {
	color: #000;	
}
.contact_field {
	padding: 20px 0 !important;
	text-indent: 5px;
	background: rgba(255,255,255,.6)
}
.contact_btn {
	background: #000;
	color: #fff;
	height: 63px;
	line-height: 63px;
	width: 100%;
	border: none;
	font-size: 32px;
	font-weight: 700;
	text-transform:  uppercase;
	font-family: 'BebasNeue';
}
ul.quform-errors li { 
	font-size: 20px !important; 
	line-height: 20px !important;
	margin-bottom: 10px !important;
}
@media (min-width: 980px) and (max-width: 1199px) { /* iphone */
	ul#main_nav li {
	font-size: 200px;
	line-height: 190px;	
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	ul#main_nav li {
	font-size: 180px;
	line-height: 170px;	
	}
}
@media (max-width: 767px) {
	ul#main_nav li {
	font-size: 160px;
	line-height: 150px;	
	}
}
