﻿@charset "utf-8";
@font-face {
 font-family: 'LeagueGothicRegular';
 src: url('../fonts/league_gothic-webfont.eot');
 src: local('☺'), url('../fonts/league_gothic-webfont.woff') format('woff'), url('../fonts/league_gothic-webfont.ttf') format('truetype'), url('../fonts/league_gothic-webfont.svg#webfontS0R3Rwfy') format('svg');
 font-weight: normal;
 font-style: normal;
}
 button::-moz-focus-inner {
padding:0;
border:0;
} /* FF Fix */
button {
	-webkit-border-fit:lines;
} /* <- Safari & Google Chrome Fix */
button, .button {
	overflow:visible;
	width:auto;
	border:0;
	padding:0;
	margin:0;
	background-color: transparent;
	cursor:pointer;
	display:inline-block;
}
button span, .button span {
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	color:#fff;
}
body {
	background: url(../images/bg-body.jpg);
}
body, input, button {
	font-family: Trebuchet MS;
}
#heading span, h2, h3, h4 {
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-style:normal;
}
body, #wrapper { width: 100%;}
#wrapper {
	width:100%;
	overflow:hidden;
}
#header, #header a {
	color:#fff;
}
#top {
	padding: 35px 0;
	line-height:1;
	font-size:16px;
	text-transform: uppercase;
	background: url(../images/bg-top.png) repeat-x center bottom;
	height:12px;
}
#container {
	background:#fff;
}
#featured-container {
	padding: 40px 0;
}
#heading {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}
#heading span {
	display: block;
	font-size:120px;
	line-height: 1.2;
	text-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
}
p.divider {
	margin-bottom:40px;
}
#video-frame, #signup-form, #signup-form button > span, .link-more {
	background: url(../images/bg-mask.png);
}
#video-frame {
	padding: 10px;
}
#video-frame iframe {
	float:left;
}
#features {
	padding-top:13px;
	background: url(../images/vsep.png) no-repeat center 68px;
}
#features li { width: 190px; float:left;}
#features li.center { padding: 0 12px; margin: 0 12px; }
#features h2 {
	font-size:30px;
	margin-bottom:10px;
	line-height:1;
}
#features p {
	font-size: 13px;
	margin-bottom:0;
	line-height:1.5;
}
#features a.link-more {
	color:#fff;
	padding: 1px 5px 3px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:rgba(0, 0, 0, 0.5);
}
.feature {
	padding: 0 0 15px;
}
.feature h2 {
	font-size:24px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}
.feature p {
	font-size: 13px;
	line-height: 1.5;
}
#signup-form {
	padding: 15px;
}
#signup-form h2 {
	text-align: center;
	font-size:24px;
	font-weight: normal;
	text-transform:uppercase;
	width:100%;
	padding: 0 15px;
	margin: 0 -15px 25px;
	background: url(../images/line.png) repeat-x left bottom;
	padding-bottom:10px;
}
#signup-form label {
	font-size:16px;
	display: block;
	margin-bottom:10px;
	line-height:1;
}
#signup-form input[type=text], #signup-form textarea {
	background-color:#fff;
	border: none;
	border-top: solid 3px #bababa;
	width:190px;
	padding: 9px 10px;font-size:14px;
}
#signup-form p.last {
	margin-bottom: 0;
}
#signup-form button, #signup-form button > span {
	display: block;
	width:100%;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#signup-form button > span {
	background-color:rgba(0, 0, 0, 0.5);
	font-size:16px;
	text-align:center;
	line-height: 68px;
}
#testimonials-container {
	padding: 30px 0;
}
#testimonials {
	padding: 0 50px;
}
#testimonials ul {
	margin:0;
}
.customer-avatar {
	background-color:#fff;
	float:left;
	padding: 10px;
}
.customer-says {
	margin-left: 175px;
	padding: 20px 25px;
	border: solid 1px #d5d5d5;
	background-color:#fff;
	font-size:18px;
}
.customer-says > div {
	background: url(../images/bg-testibox.png) no-repeat left 50px;
	padding-left:50px;
	margin-left: -49px;
}
.customer-position {
	font-size:14px;
	padding-top: 15px;
	color:#333;
	text-shadow: 0 1px 0 #fff;
}
.grey {
	color:#999;
}
.customer-avatar img {
	float:left;
}
#container {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
	padding: 50px 0 20px;
}
#footer {
	padding: 30px 0;
}
#legality {
	line-height:36px;
	font-size:14px;
	color:#333;
}
#social-networks li { display: inline; }

/* `Colors
----------------------------------------------------------------------------------------------------*/
#header {
	background: #a53e00 url(../images/bg_pattern.png) center top;
}
#testimonials a, #container a, #container h2, #container h3, .highlight {
	color:#75150c;
}

.new2 #header {
	background: #5e075b url(../images/pattern02.png) center top;
}
.new2 #testimonials a, .new2 #container a, .new2 #container h2, .new2 #container h3, .new2 .highlight {
	color:#600c75;
}

.new3 #header {
	background: #C768CC url(../images/pattern10.png) center top;
}
.new3 #testimonials a, .new3 #container a, .new3 #container h2, .new3 #container h3, .new3 .highlight {
	color:#7A2B7F;
}

.new4 #header {
	background: #DDA600 url(../images/pattern16.png) center top;
}
.new4 #testimonials a, .new4 #container a, .new4 #container h2, .new4 #container h3, .new4 .highlight {
	color:#600c75;
}

.new5 #header {
	background: #FF8C00 url(../images/pattern42.png) center top;
}
.new5 #testimonials a, .new5 #container a, .new5 #container h2, .new5 #container h3, .new5 .highlight {
	color:#FF8C00;
}

.new6 #header {
	background: #ADD8E6 url(../images/pattern44.png) center top;
}
.new6 #testimonials a, .new6 #container a, .new6 #container h2, .new6 #container h3, .new6 .highlight {
	color:#ADD8E6;
}

.new7 #header {
	background: #3F3F3F url(../images/pattern49.png) center top;
}
.new7 #testimonials a, .new7 #container a, .new7 #container h2, .new7 #container h3, .new7 .highlight {
	color:#999999;
}

.new8 #header {
	background: #FF8C00 url(../images/pattern53.png) center top;
}
.new8 #testimonials a, .new8 #container a, .new8 #container h2, .new8 #container h3, .new8 .highlight {
	color:#C6C68A;
}

.new9 #header {
	background: #5f0817 url(../images/pattern03.png) center top;
}
.new9 #testimonials a, .new9 #container a, .new9 #container h2, .new9 #container h3, .new9 .highlight {
	color:#750c38;
}

.new10 #header {
	background: #5e075b url(../images/pattern15.png) center top;
}
.new10 #testimonials a, .new10 #container a, .new10 #container h2, .new10 #container h3, .new10 .highlight {
	color:#600c75;
}

.new11 #header {
	background: #0099CC url(../images/pattern18.png) center top;
}
.new11 #testimonials a, .new11 #container a, .new11 #container h2, .new11 #container h3, .new11 .highlight {
	color:#0099CC;
}

.new12 #header {
	background: #00468C url(../images/pattern26.png) center top;
}
.new12 #testimonials a, .new12 #container a, .new12 #container h2, .new12 #container h3, .new12 .highlight {
	color:#003366;
}

.new13 #header {
	background: #999999 url(../images/pattern40.png) center top;
}
.new13 #testimonials a, .new13 #container a, .new13 #container h2, .new13 #container h3, .new13 .highlight {
	color:#999999;
}

.new14 #header {
	background: #485e07 url(../images/pattern32.png) center top;
}
.new14 #testimonials a, .new14 #container a, .new14 #container h2, .new14 #container h3, .new14 .highlight {
	color:#75980C;
}

.new15 #header {
	background: #00468C url(../images/pattern42.png) center top;
}
.new15 #testimonials a, .new15 #container a, .new15 #container h2, .new15 #container h3, .new15 .highlight {
	color:#00468C;
}