@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700|Open+Sans+Condensed:300,700);

/* ------------------------------------ main ------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin: 180px 0 0 0;
	padding: 0;
}
ol, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a img {
	border: none;
}
p {
	margin: 0 0 20px 0;
}
.wrap {
	width: 1000px;
	margin: auto;
}
.clear {
	clear: both;
}

/* ------------------------------------ navigation ------------------------------------ */
#nav {
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	/*background-color: rgba(0, 0, 0, 0.9);*/
	background: url("images/black90.png") repeat;
	position: fixed;
	z-index: 999; /* ! */
}
#logo {
	width: 261px;
	height: 80px;
	background: url("images/logo.png") no-repeat center left;
	display: block;
	float: left;
}
#logo span {
	display: none;
}
#nav ul {
	margin-top: 30px;
	float: right;
}
#nav li {
	height: 20px;
	line-height: 20px;
	margin-left: 30px;
	float: left;
}
#nav li a {
	color: #aaa;
	text-transform: uppercase;
	text-decoration: none;
	display: block;

	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	transition: color 200ms ease;

}
#nav li a:hover, #nav li.active a {
	color: #fff;
}
li#spacer a {
	border-left: 1px solid #555;
	padding-left: 30px;
}
li#blue a {
	color: #24afdd;
}

/* ------------------------------------ titles ------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 80px 0;
	padding: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	border-bottom: 5px solid #ccc;
}

/* ------------------------------------ scholarship ------------------------------------ */
#scholarship {
	margin: 0 0 100px 0;
}
.fifty {
	width: 50%;
	float: left;
}
.list {
	margin: 0 0 20px 0;
}
.list li {
	list-style: decimal inside;
}
#policy {
	font-size: 12px;
	line-height: 18px;
	background-color: #eee;
	padding: 20px;
}

#winners {
	margin: 20px 0;
}
.winner {
	width: 25%;
	margin: 0 0 20px 0;
	float: left;
}
.winner-picture {
	width: 100px;
	height: 100px;
	float: left;
}
.winner-picture img {
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.winner-text {
	color: #666;
	padding-left: 20px;
	padding-top: 20px; /* (!) */
	float: left;
}
.winner-text span {
	color: #333;
	font-weight: bold;
}

#scholarship a {
	color: #45697c;
	text-decoration: underline;
}
#scholarship a:hover {
	color: #e45136;
	text-decoration: none;
}

/* ------------------------------------ demo ------------------------------------ */
#demo {
	margin: 0 0 100px 0;
}
#demo ul {
	width: 520px;
	margin: auto;
}
#demo li {
	float: left;
}
#demo a {
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #999;
	text-decoration: none;
	text-align: center;
	padding-top: 156px; /* line-height + 50px spacing from bottom */
	display: block;
}
#demo a:hover {
	border-color: #999;
}
#demo a span {
	font-size: 24px;
	line-height: 24px;
	color: #333;
}
#win {
	margin-right: 20px;
}
#win a { background: url("images/icons/win.png") no-repeat center 50px; } /* (!) */
#mac a { background: url("images/icons/mac.png") no-repeat center 50px; }

/* ------------------------------------ get ------------------------------------ */
#sections {
	margin: 0 0 20px 0;
}
#sections li {
	margin-right: 10px;
	float: left;
}
#sections span {
	height: 40px;
	line-height: 40px;
	border: 1px solid #aaa;
	padding: 0 20px;
	float: left;
	clear: left;
	display: block;
	cursor: pointer;

	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	-ms-transition: background-color 200ms ease;
	-o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;

}
#sections span:hover, #sections li.active span {
	color: #fff;
}

table.prices {
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
table.prices:not(:nth-of-type(1)) {
	display: none;
}
table.prices td {
	border-right: 1px solid #fff;
	padding: 20px;
	vertical-align: top;
}
table.prices td:last-child {
	border-right: none;
}

.top td, .price td {
	color: #fff;
	text-align: center;
}
.top td {
	font-size: 18px;
	line-height: 18px;
}
.price td {
	font-size: 24px;
	line-height: 36px;
/*	border-bottom: 1px solid #fff;*/
}
.price sup {
	vertical-align: text-top;
}
.price small {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}
.price .discount {
	text-decoration: line-through;
	opacity: 0.7;
}
.middle td {
	background-color: #eee;
}
.middle li {
	/*list-style: disc inside;*/
	list-style-image: url("images/checkmark.png");
	list-style-position: inside;
}
.bottom td {
	background-color: #ddd;
	border-top: 1px solid #ccc;
}
.bottom a {
	width: 150px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-image: url("images/button.png");
	background-repeat: repeat-x;
	background-position: top left;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin: auto;
	display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

}
.bottom a:hover {
	text-shadow: 0 0 5px #fff;
}

.color1 .top td { background-color: #2087AC; border-bottom: 1px solid #186581; }
.color1 .price td { background-color: #28A9D6; }
.color2 .top td { background-color: #8A971E; border-bottom: 1px solid #646D16; }
.color2 .price td { background-color: #B0C126; }
.color3 .top td { background-color: #4C4988; border-bottom: 1px solid #3A3766; }
.color3 .price td { background-color: #605ca8; }
.color4 .top td { background-color: #FE7C0F; border-bottom: 1px solid #D96301; }
.color4 .price td { background-color: #fe9841; }
.color5 .top td { background-color: #851A7A; border-bottom: 1px solid #601359; }
.color5 .price td { background-color: #AA219B; }

.color1 .bottom a { border: 1px solid #186581; background-position: 0 0; }
.color2 .bottom a { border: 1px solid #646D16; background-position: 0 -50px; }
.color3 .bottom a { border: 1px solid #3A3766; background-position: 0 -100px; }
.color4 .bottom a { border: 1px solid #D96301; background-position: 0 -150px; }
.color5 .bottom a { border: 1px solid #601359; background-position: 0 -200px; }

#sections li.color1 span { border-color: #186581; }
#sections li.color2 span { border-color: #646D16; }
#sections li.color3 span { border-color: #3A3766; }
#sections li.color4 span { border-color: #D96301; }
#sections li.color5 span { border-color: #601359; }
#sections li.color1 span:hover, #sections li.color1.active span { background-color: #186581; }
#sections li.color2 span:hover, #sections li.color2.active span { background-color: #646D16; }
#sections li.color3 span:hover, #sections li.color3.active span { background-color: #3A3766; }
#sections li.color4 span:hover, #sections li.color4.active span { background-color: #D96301; }
#sections li.color5 span:hover, #sections li.color5.active span { background-color: #601359; }

.top td { -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } /* rounded corners */
.bottom td { -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }

.crossplatform {
	margin: 0 0 100px 0;
	text-align: right;
}

/* ------------------------------------ footer ------------------------------------ */
#footer {
	color: #a6b7cd;
	background-color: #2a3f4c;
	padding: 40px 0;
}

#footer p span {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
#footer p a {
	color: #fff;
	text-decoration: none;
}
#footer p a:hover {
	border-bottom: 1px dotted #fff;
}

#social {
	margin: 0 0 20px 0;
}
#social li {
	margin-right: 5px;
	float: left;
}
#social a {
	width: 60px;
	height: 60px;
	background-image: url("images/social.png");
	background-repeat: no-repeat;
	display: block;

	-webkit-transition: background-position 200ms ease;
	-moz-transition: background-position 200ms ease;
	-ms-transition: background-position 200ms ease;
	-o-transition: background-position 200ms ease;
	transition: background-position 200ms ease;

}
#social a span {
	display: none;
}
#icon_fb a { background-position: 0 0; }
#icon_yt a { background-position: -60px 0; }
#icon_gp a { background-position: -120px 0; }
#icon_fb a:hover { background-position: 0 -60px; }
#icon_yt a:hover { background-position: -60px -60px; }
#icon_gp a:hover { background-position: -120px -60px; }

#copy {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
}

