@charset "UTF-8";
/* CSS Document */
html,body {
	height: 100%;
	width: 100%;
	min-width: 990px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

/*---------------------------------
	BASIC
---------------------------------*/
#top {
	height: 124px;
	min-height: 124px;
	width: auto;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #00aeef;
}

#top #text {
	position: relative;
	float: left;
	height: 85px;
	width: 460px;
	margin: 24px 0px 0px 0px;
}

#top #text h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ffffff;
	font-weight: bold;
	line-height: 36px;
}

#top #text h1 span.black {
	color: #454545;
}

#top #login {
	position: relative;
	float: right;
	height: 70px;
	width: 365px;
	margin: 28px 0px 0px 0px;
}

#top #login .row1 {
	position: relative;
	height: 28px;
	width: 365px;
	margin: 0px;
}

#top #login .row1 input {
	position: relative;
	float: left;
	height: 28px;
	width: 158px;
	margin: 0px 9px 0px 0px;
	padding: 0px 10px 0px 10px;
	background: none;
	background-image: url('../img/top-input.png');
	background-repeat: no-repeat;
	border: 0px;
	outline: none;
	line-height: 28px;
	font-size: 12px;
	color: #bfbfbf;
	font-style: italic;
}

#top #login .row1 input.focus.error,#top #login .row1 input.unfocus.error {
	color: #ff0000;
}

#top #login .row1 input.last {
	margin: 0px;
}

#top #login .row1 input:focus {
	color: #454545;
}

#top #login .row2 {
	position: relative;
	height: 28px;
	width: 365px;
	margin: 13px 0px 0px 0px;
}

#top #login .row2 .left {
	position: relative;
	float: left;
	height: 28px;
	width: 255px;
	margin: 0px 0px 0px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
}
#top #login .row2 .left a{
	position: relative;
	display: block;
	float: left;
	height: 28px;
	margin-left: 25px;
	margin-top: 8px;
	color: #444444;
	text-decoration: none;
}
#top #login .row2 .left a:hover{
	text-decoration: underline;
}

#top #login .row2 .left input.checkbox:checked:after {
	content: '\2714';
	font-size: 12px;
	position: absolute;
	top: -2px;
	left: 0px;
	color: #454545;
}

label {
	display: block;
	cursor: pointer;
	line-height: 13px;
	padding-bottom: 0px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.radios {
	padding-top: 18px;
	background: url(divider.png) repeat-x 0 0;
}

.label_check input {
	margin-right: 0px;
}

.has-js .label_check.focus {
	color: #ddd;
}

.has-js .label_check {
	padding-left: 25px;
	background: url(../img/check-off.png) no-repeat;
}

.has-js label.c_on {
	background: url(../img/check-on.png) no-repeat;
}

.has-js .label_check input {
	position: absolute;
	left: -9999px;
}

#top #login .row2 .right {
	position: relative;
	float: left;
	height: 28px;
	width: 110px;
	margin: 5px 0px 0px 0px;
}

#top #login .row2 .right input.submit {
	height: 28px;
	width: 110px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #454545;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#top #login .row2 .right input.submit:focus, #top #login .row2 .right input.submit:hover {
	background-color: #656565;
}

#top #login .alert {
	position: absolute;
	top: 96px;
	right: 0;
	height: auto;
	width: 325px;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	background-color: #e04545;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
}

.inner {
	position: relative;
	height: 100%;
	width: 990px;
	margin: 0px auto;
}

#first {
	height: 1509px;
	width: 100%;
	margin: 0px;
	background-image: url('../img/first-bg-repeat.gif');
	background-repeat: repeat-x;
	background-position: center top;
}

#first .title {
	display: inline-block;
	position: relative;
	height: auto;
	width: 990px;
	margin: 89px 0px 0px 0px;
}

#first .title .left {
	position: relative;
	float: left;
	height: auto;
	width: 575px;
	margin: 0px;
}

#first .title .left h1 {
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: #454545;
	line-height: 50px;
}

#first .title .right {
	position: relative;
	float: left;
	height: 83px;
	width: 330px;
	margin: 9px 0px 0px 85px;
	background-image: url('../img/first-button.gif');
}

#first .title .right a {
	display: block;
	position: relative;
	height: 61px;
	width: 290px;
	margin: 0px;
	padding: 22px 40px 0px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
}

#first .images {
	position: relative;
	height: 515px;
	width: 990px;
	margin: 108px 0px 0px 0px;
	background-image: url('../img/first-macbook.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#first .images .prevButton {
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	margin-top: 179px;
	background: url(../img/slider/button-left.png) no-repeat 0 0;
	z-index: 2;
}

#first .images .nextButton {
	position: relative;
	float: right;
	width: 70px;
	height: 70px;
	margin-top: 179px;
	background: url(../img/slider/button-right.png) no-repeat 0 0;
	z-index: 2;
}

#first .images .slider_center {
	position: relative;
	float: left;
	width: 622px;
	height: 391px;
	margin: 25px 0px 0px 116px;
}

#first .images .slider_center .iosSlider {
	position: relative;
	overflow: hidden;
	width: 622px;
	height: 391px;
}

#first .images .slider_center .iosSlider .slider {
	width: 100%;
	height: 100%;
}

#first .images .slider_center .iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;
	width: 622px !important;
	height: 391px;
	margin: 0px;
}

#first .texts {
	display: inline-block;
	position: relative;
	height: auto;
	width: 990px;
	margin: 60px 0px 0px 0px;
}

#first .texts .item {
	position: relative;
	float: left;
	height: auto;
	width: 290px;
	margin: 0px 40px 0px 0px;
}

#first .texts .item h1 {
	margin: 0px 0px 27px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #00aeef;
}

#first .texts .item p {
	margin: 0px 0px 45px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454545;
	line-height: 22px;
}

#first .texts .item .more {
	position: relative;
	height: 21px;
	width: 258px;
	margin: 0px;
	padding: 0px 0px 0px 32px;
	background-image: url('../img/first-arrow-small.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#first .texts .item .more a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #00aeef;
	line-height: 22px;
	text-decoration: none;
}

#first .texts .item .more a:hover {
	text-decoration: underline;
}

#first .quotes {
	position: relative;
	height: auto;
	width: 990px;
	margin: 10px 0px 0px 0px;
}

#first .quotes .left {
	position: relative;
	float: left;
	height: auto;
	width: 455px;
	margin: 0px 80px 0px 0px;
}

#first .quotes .right {
	position: relative;
	float: left;
	height: auto;
	width: 455px;
	margin: 0px;
}

#first .quotes .left .quote,#first .quotes .right .quote {
	position: relative;
	height: 158px;
	width: 415px;
	margin: 0px;
	padding: 20px;
	background-image: url('../img/first-qoutes.png');
}

#first .quotes .left .quote p,#first .quotes .right .quote p {
	margin: 0px 0px 25px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #ffffff;
	font-style: italic;
	line-height: 20px;
}

#first .quotes .left .author,#first .quotes .right .author {
	position: relative;
	height: auto;
	width: 430px;
	margin: 7px 0px 0px 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 19px;
	color: #454545;
	line-height: 22px;
}

#second {
	height: 400px;
	width: 100%;
	margin: 0px;
	background-image: url('../img/second-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#third {
	height: auto;
	min-height: 750px;
	width: 100%;
	margin: 0px;
	background-image: url('../img/third-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#third .right {
	position: relative;
	float: right;
	height: auto;
	width: 375px;
	margin: 65px 20px 0px 0px;
}

#third .right h1 {
	margin: 0px 0px 55px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: #00aeef;
	line-height: 50px;
}

#third .right p {
	margin: 0px 0px 30px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454545;
	line-height: 22px;
}

#fourth {
	height: auto;
	min-height: 500px;
	width: 100%;
	margin: 0px;
	background-image: url('../img/fourth-bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

#fourth .left {
	position: relative;
	float: left;
	height: auto;
	width: 415px;
	margin: 150px 0px 0px 0px;
}

#fourth .left h1 {
	margin: 0px 0px 55px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: #00aeef;
	line-height: 50px;
}

#fourth .left p {
	margin: 0px 0px 30px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454545;
	line-height: 22px;
}

#fifth {
	height: auto;
	min-height: 680px;
	width: 100%;
	margin: 65px 0px 0px 0px;
}

#fifth .title {
	position: relative;
	height: auto;
	width: 990px;
	margin: 0px 0px 50px 0px;
	text-align: center;
}

#fifth .title h1 {
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: #00aeef;
	line-height: 50px;
}

#fifth .row {
	position: relative;
	float: left;
	height: auto;
	width: 435px;
	margin: 0px 120px 0px 0px;
}

#fifth .row.right {
	margin: 0px 0px 0px 0px;
}

#fifth .row p {
	margin: 0px 0px 60px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #454545;
	line-height: 22px;
	text-align: justify;
}

#sixth {
	height: auto;
	min-height: 280px;
	width: 100%;
	margin: 0px;
	background-color: #00aeef;
}

#sixth .title {
	display: inline-block;
	position: relative;
	height: auto;
	width: 990px;
	margin: 50px 0px 0px 0px;
}

#sixth .title h1 {
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 50px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
}

#sixth .tryout {
	position: relative;
	height: 74px;
	width: 277px;
	margin: 0px auto;
	margin-top: 50px;
	background-image: url('../img/sixth-button.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#sixth .tryout a {
	display: block;
	position: relative;
	height: 56px;
	width: 271px;
	margin: 0px;
	padding: 18px 6px 0px 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
}