@charset "UTF-8";
/* CSS Document */

html,body{
	height: 100%;
	width: 100%;
	min-width: 990px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}


/*---------------------------------
	BASIC
---------------------------------*/
#top{
	height: 79px;
	min-height: 79px;
	width: auto;
	min-width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #2a2a2a;
}
#top #text{
	position: relative;
	float: left;
	height: 50px;
	width: 460px;
	margin: 23px 0px 0px 0px;
}
#top #text h1{
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 27px;
	color: #f1f1f1;
	text-transform: uppercase;
}
#top #login{
	position: relative;
	float: right;
	height: 50px;
	width: 358px;
	margin: 21px 0px 0px 0px;
}
#top #login .row1{
	position: relative;
	height: 30px;
	width: 358px;
	margin: 0px;
}
#top #login .row1 input{
	position: relative;
	float: left;
	height: 30px;
	width: 125px;
	margin: 2px 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;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	line-height: 30px;
}


#top #login .row1 input::placeholder{
	color: #ffffff !important;
}
#top #login .row1 input::-moz-placeholder{
	color: #ffffff !important;
}
#top #login .row1 input::-webkit-input-placeholder{
	color: #ffffff !important;
}
#top #login .row1 input::-ms-input-placeholder{
	color: #ffffff !important;
}
#top #login .row1 input:-ms-input-placeholder{
	color: #ffffff !important;
}


#top #login .row1 input#real_pass{
	font-family: 'Arial', sans-serif;
}

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

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

#top #login .row1 input:focus{
	color: #ffffff;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #606060;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #606060;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #606060;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #606060;
}
#top #login .row1 input.submit{
	float: right;
	height: 30px;
	width: 47px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	background: none;
	cursor: pointer;

	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #cdcdcd;
	font-style: normal;
}
#top #login .row1 input.submit:hover{
	color: #ffffff;
}


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


#row1{
	height: 847px;
	width: 100%;
	margin: 0px;
	overflow: hidden;
}
#row1 .header{
	width: 100%;
	z-index: 1;
}
#row1 .header img{
	width: 100%;
}
#row1 .grey{
	position: absolute;
	top: 79px;
	left: 0;
	height: 847px;
	width: 100%;
	min-width: 990px;
	background-image: url('../img/row1-hover.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 2;
}
#row1 .grey .inner{
	background-image: url('../img/imac.png');
	background-repeat: no-repeat;
	background-position: right top;
}
#row1 .grey .inner .wwforgot{
	position: relative;
	float: right;
	height: 20px;
	width: 150px;
	margin: 19px 3px 0px 0px;
	text-align: right;
}
#row1 .grey .inner .wwforgot a{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
#row1 .grey .inner .wwforgot a:hover{
	color: #00aeef;
}
#row1 .grey .inner .content{
	position: relative;
	float: left;
	height: auto;
	width: 452px;
	margin: 330px 0px 0px 0px;
}
#row1 .grey .inner .content .title{
	position: relative;
	height: auto;
	margin: 0px 0px 97px 0px;
}
#row1 .grey .inner .content .title h1{
	margin: 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
	line-height: 35px;
}
#row1 .grey .inner .content .text{
	position: relative;
	height: auto;
	margin: 0px 0px 0px 0px;
}
#row1 .grey .inner .content .text h2{
	margin: 0px 0px 25px 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #2a2a2a;
	line-height: 22px;
	text-transform: uppercase;
}
#row1 .grey .inner .content .text p{
	margin: 0px 0px 20px 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #2a2a2a;
	line-height: 20px;
}
#row1 .grey .inner .content .text p a{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #2a2a2a;
	line-height: 20px;
	text-decoration: none;
}
#row1 .grey .inner .content .text p a:hover{
	color: #00aeef;
}
#row1 .grey .inner .reaction{
	position: relative;
	float: left;
	height: auto;
	width: 319px;
	margin: 580px 0px 0px 125px;
}
#row1 .grey .inner .reaction .left{
	position: relative;
	float: left;
	height: auto;
	width: 15px;
	margin: 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #00aeef;
}
#row1 .grey .inner .reaction .right{
	position: relative;
	float: left;
	height: auto;
	width: 304px;
	margin: 5px 0px 0px 0px;
}
#row1 .grey .inner .reaction .right .title{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #00aeef;
	line-height: 27px;
}
#row1 .grey .inner .reaction .right .label{
	position: relative;
	height: 40px;
	width: 289px;
	margin: 32px 0px 0px 0px;
	padding: 24px 0px 0px 14px;
	background-image: url('../img/reaction-label.png');
	line-height: 14px;
}
#row1 .grey .inner .reaction .right .label .title{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #2a2a2a;
	line-height: 14px;
}
#row1 .grey .inner .reaction .right .label .text{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #2a2a2a;
	line-height: 14px;
}


#row2{
	height: 380px;
	width: 100%;
	margin: 0px;
	background-image: url('../img/row2-bg.jpg');
	background-position: center top;
}
#row2 .inner .text{
	position: relative;
	float: right;
	height: auto;
	width: 400px;
	margin: 0px 0px 0px 0px;
}
#row2 .inner .text h1{
	margin: 73px 0px 30px 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #2a2a2a;
	line-height: 30px;
	text-transform: uppercase;
}
#row2 .inner .text p{
	margin: 0px 0px 25px 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #2a2a2a;
	line-height: 20px;
}


#row3{
	height: 206px;
	width: 100%;
	margin: 0px;
	background-color: #00aeef;
}
#row3 .inner .item{
	position: relative;
	float: left;
	height: auto;
	width: 232px;
	margin: 35px 0px 0px 60px;
}
#row3 .inner .item .icon{
	position: relative;
	height: 80px;
	width: 232px;
	text-align: center;
}
#row3 .inner .item .title{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
}


#row4{
	position: absolute;
	height: 575px;
	width: 100%;
	min-width: 990px;
	margin: 0px;
	background-image: url('../img/row4-bg.gif');
	background-position: center top;
	*position: static;
}
#row4 .prevButton{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	margin-top: 257px;
	background: url(../img/arrow-left.gif) no-repeat 0 0;
	z-index: 2;
	*position: static;
	*float: left;
	*margin-top: -318px;
}
#row4 .nextButton{
	position: absolute;
	top: 0;
	right: 0;
	width: 79px;
	height: 80px;
	margin-top: 257px;
	background: url(../img/arrow-right.gif) no-repeat 0 0;
	z-index: 2;
	*position: static;
	*float: right;
	*margin-top: -318px;
}
#row4 .inner{
	background-image: url('../img/macpro.png');
	background-repeat: no-repeat;
}
#row4 .inner .slider_center{
	position: relative;
	float: left;
	width: 574px;
	height: 359px;
	margin: 120px 0px 0px 210px;
}
#row4 .inner .slider_center .iosSlider{
	position: relative;
	overflow: hidden;
	width: 574px;
	height: 359px;
}
#row4 .inner .slider_center .iosSlider .slider{
	width: 100%;
	height: 100%;
}
#row4 .inner .slider_center .iosSlider .slider .item{
	position: relative;
	top: 0;
	left: 0;
	width: 574px !important;
	height: 359px;
	margin: 0px;
}


#row5{
	height: 793px;
	width: 100%;
	margin: 575px 0px 0px 0px;
	background-image: url('../img/row5-bg.gif');
	background-position: center top;
	*margin: 0px;
}
#row5 .inner{
	background-image: url('../img/row5-inner-bg.jpg');
	background-position: center bottom;
}
#row5 .inner .text{
	position: relative;
	height: auto;
	width: 350px;
	margin: 0px;
}
#row5 .inner .text h1{
	margin: 0px 0px 35px 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #2a2a2a;
	line-height: 30px;
	text-transform: uppercase;
}
#row5 .inner .text p{
	width: 305px;
	margin: 0px 0px 20px 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #2a2a2a;
	line-height: 20px;
}
#row5 .inner .reaction{
	position: relative;
	float: left;
	height: auto;
	width: 327px;
	margin: 223px 0px 0px 94px;
}
#row5 .inner .reaction .left{
	position: relative;
	float: left;
	height: auto;
	width: 15px;
	margin: 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #00aeef;
}
#row5 .inner .reaction .right{
	position: relative;
	float: left;
	height: auto;
	width: 312px;
	margin: 5px 0px 0px 0px;
}
#row5 .inner .reaction .right .title{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #00aeef;
	line-height: 27px;
}
#row5 .inner .reaction .right .label{
	position: relative;
	height: 40px;
	width: 289px;
	margin: 32px 0px 0px 0px;
	padding: 24px 0px 0px 14px;
	background-image: url('../img/reaction-label.png');
	line-height: 14px;
}
#row5 .inner .reaction .right .label .title{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 13px;
	color: #2a2a2a;
	line-height: 14px;
}
#row5 .inner .reaction .right .label .text{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #2a2a2a;
	line-height: 14px;
}


#row6{
	height: 104px;
	width: 100%;
	background-color: #2a2a2a;
}
#row6 .inner .kop{
	position: relative;
	float: left;
	margin: 44px 28px 0px 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #cdcdcd;
}
#row6 .inner .kop span.bold{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 15px;
}
#row6 .inner .item{
	position: relative;
	float: left;
	height: 40px;
	width: auto;
	margin: 33px 0px 0px 0px;
}
#row6 .inner .item.space{
	margin-right: 147px;
}
#row6 .inner .item.end{
	margin-left: 80px;
}
#row6 .inner .item .tableaux{
	position: relative;
	height: 40px;
	width: 136px;
	margin: 0px;
	background-image: url('../img/tableaux.png');
	background-position: left top;
}
#row6 .inner .item .tableaux:hover{
	background-position: left bottom;
}
#row6 .inner .item a{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #cdcdcd;
	text-decoration: none;
}
#row6 .inner .item a span.bold{
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #cdcdcd;
	text-decoration: none;
	padding-bottom: 2px;
}
#row6 .inner .item a:hover, #row6 .inner .item a:hover span.bold{
	color: #ffffff;
}


#row7{
	height: 206px;
	width: 100%;
	margin: 0px;
	background-color: #00aeef;
}
#row7 .title{
	display: inline-block;
	position: relative;
	height: auto;
	width: 990px;
	margin: 72px 0px 0px 0px;
}
#row7 .title h1{
	margin: 0px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}
#row7 .tryout{
	position: relative;
	height: 40px;
	width: 255px;
	margin: 0px auto;
	margin-top: 10px;
	background-image: url('../img/row7-icon.gif');
	background-repeat: no-repeat;
	background-position: left top;
}
#row7 .tryout a{
	display: block;
	position: relative;
	height: 40px;
	width: 255px;
	margin: 0px;
	padding: 0px;

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}

