* {
	margin: 0;
	padding: 0;
	outline-width: 0
}

body, html {
	height: 100%;
}

body {
	min-width: 1400px;
	min-height: 900px;
}

.c {
	clear: both;
}

.top-menu {
	background-color: #0b0b0b;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 5;
	min-width: 1400px;
}

.top-menu .content {
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 0 40px;
	background-image: url('../images/aks-logo.png');
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	line-height: 45px;
}

.top-menu .content a {
	padding: 0 20px;
	text-decoration: none;
	font-size: 8pt;
	color: #e2e3eb;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

.top-menu .content a.active {
	font-weight: 600;
}

.top-menu .content a.fb {
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url('../images/fb-icon.png');
	background-position: center center;
}

.first-container {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-image: url('../images/first-bg.png');
	background-repeat: repeat-x;
	min-width: 1400px;
}

.first-container .background {
	min-width: 1400px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 900px;
}

.first-container .background img {
	display: block;
	position: relative;
	top: 200%;
}

.first-container .content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 900px;
}

.first-container .content .text {
	width: 950px;
	margin: 0 auto;
	position: relative;	
	top: 50%;
	margin-top: -339px;
	padding-bottom: 18px;
	background-image: url('../images/triangle.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.first-container .content .text h1 {
	font-size: 70px;
	font-family: 'Open Sans', sans-serif;
	color: #272727;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8%;
	letter-spacing: -2px;
}

.first-container .content .text p {
	display: block;
	font-size: 11pt;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	width: 500px;
	margin-bottom: 30px;
	padding-left: 10px;
	font-weight: 300;
}

.second-container {
	width: 100%;
	height: 100%;
	background-image: url('../images/second-bg.png');
	min-width: 1400px;
}

.second-container .container {
	width: 100%;
	height: 100%;
	position: absolute;
	min-width: 1400px;
	min-height: 900px;
}

.second-container .container .wrapper {
	width: 100%;
	background-image: url('../images/second-line-bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	top: 50%;
	margin-top: -350px;
	position: relative;
	min-width: 1400px;
}

.second-container .container .wrapper .content {
	width: 1056px;
	margin: 0 auto;
	padding-bottom: 90px;
}

.second-container .container .wrapper .content h1 {
	font-size: 60px;
	font-family: 'Open Sans', sans-serif;
	color: #272727;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: right;
	text-align: center;
	width: 671px;
	line-height: 40px;
	margin-bottom: 50px;
}

.second-container .container .wrapper .content p {
	width: 680px;
	padding-right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 10.3pt;
	font-weight: 300;
	text-align: right;
	float: right;
	margin-bottom: 25px;
	line-height: 23px;
}

.second-container .container .wrapper .content h3 {
	width: 300px;
	margin-right: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: right;
	float: right;
	line-height: 23px;
	text-transform: uppercase;
	color: #272727;
	padding-bottom: 50px;
	background-image: url('../images/triangle-2.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.second-container .container .wrapper .projects {
	width: 100%;
	height: 258px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.second-container .container .wrapper .projects .slider-left {
	position: absolute;
	height: 258px;
	width: 84px;
	left: 0;
	background-color: #ffffff;
	z-index: 2;
}

.second-container .container .wrapper .projects .slider-left a {
	margin: 4px 4px 4px 0;
	height: 250px;
	width: 80px;
	background-color: #ffffff;
	display: block;
	background-image: url('../images/arrowLeftBig.png');
	background-repeat: no-repeat;
}

.second-container .container .wrapper .projects .slider-right {
	position: absolute;
	height: 258px;
	width: 84px;
	right: 0;
	background-color: #ffffff;
	z-index: 2;
}

.second-container .container .wrapper .projects .slider-right a {
	margin: 4px 0 4px 4px;
	height: 250px;
	width: 80px;
	background-color: #ffffff;
	display: block;
	background-image: url('../images/arrowRightBig.png');
	background-repeat: no-repeat;
}

.second-container .container .wrapper .projects .slider {
	height: 250px;
	width: 200%;
}

.second-container .container .wrapper .projects .slider .project {
	width: 500px;
	height: 250px;
	background-color: #ffffff;
	padding: 4px 0;
	margin: 0 2px;
	float: left;
	overflow: hidden;
}

.second-container .container .wrapper .projects .slider .project .middle-stripe {
	width: 500px;
	height: 60px;
	padding: 4px 0;
	margin-top: 95px;
	position: absolute;
	overflow: hidden;
}

.second-container .container .wrapper .projects .slider .project .middle-stripe .title {
	width: 265px;
	height: 60px;
	padding-left: 35px;
	background-image: url('../images/projectTitleLeft.png');
	background-repeat: no-repeat;
	margin-left: 100px;
}

.second-container .container .wrapper .projects .slider .project .middle-stripe .title .right {
	width: 230px;
	height: 60px;
	padding-right: 35px;
	background-image: url('../images/projectTitleRight.png');
	background-repeat: no-repeat;
	background-position: right;
}

.second-container .container .wrapper .projects .slider .project .middle-stripe .title .right .center {
	background-color: #ffffff;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 230px;
}

.second-container .container .wrapper .projects .slider .project .middle-stripe .title .right .center .center-center {
	background-color: #ffffff;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 230px;
}

.second-container .container .wrapper .projects .slider .project .middle-stripe .gray {
	height: 60px;
	width: 200px;
	position: absolute;
	background-image: url('../images/projectGray.png');
	background-repeat: no-repeat;
	margin-left: 500px;
	padding-left: 25px;
}

.second-container .container .wrapper .projects .slider .project .middle-stripe .gray a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

.second-container .container .wrapper .projects .slider .project .middle-stripe .gray a.www {
	background-image: url('../images/www.png');
}

.second-container .container .wrapper .projects .slider .project .middle-stripe .gray a.zoom {
	background-image: url('../images/zoom.png');
}

.second-container .container .wrapper .projects .slider .project .middle-stripe .gray a.share {
	background-image: url('../images/share.png');
}

.second-container .container .wrapper .projects .slider .project .overlay {
	position: absolute;
	background-image: url('../images/projectBg.png');
	width: 500px;
	height: 250px;
}

.third-container {
	width: 100%;
	height: 100%;
	background-image: url('../images/third-bg.png');
	position: relative;
	min-width: 1400px;
}

.third-container .container {
	background-image: url('../images/third-upper-bg.png');
	background-repeat: repeat-x;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 900px;
}

.third-container .container .wrapper {
	width: 100%;
	height: 730px;
	top: 50%;
	margin-top: -345px;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
}

.third-container .container .wrapper .slider-left {
	position: absolute;
	height: 90px;
	width: 87px;
	left: 0;
	top: 33%;
	z-index: 2;
}

.third-container .container .wrapper .slider-left a {
	margin: 4px 4px 4px 0;
	height: 90px;
	width: 87px;
	display: block;
	background-image: url('../images/arrowLeft.png');
	background-repeat: no-repeat;
}

.third-container .container .wrapper .slider-right {
	position: absolute;
	height: 90px;
	width: 87px;
	right: 0;
	top: 33%;
	z-index: 2;
}

.third-container .container .wrapper .slider-right a {
	margin: 4px 0 4px 4px;
	height: 90px;
	width: 87px;
	display: block;
	background-image: url('../images/arrowRight.png');
	background-repeat: no-repeat;
}

.third-container .container .wrapper .slider {
	width: 800%;
	height: 730px;
}

.third-container .container .wrapper .slider .project {
	width: 12.5%;
	min-width: 1400px;
	height: 730px;
	float: left;
	overflow: hidden;
	position: relative;
}

.third-container .container .wrapper .slider .project .sticker {
	width: 2000px;
	height: 730px;
	position: absolute;
	left: 50%;
}

.third-container .container .wrapper .slider .project .sticker .relative {
	position: relative;
	left: -1000px;
}

.third-container .container .wrapper .slider .project .sticker .relative .picture {
	width: 1150px;
	height: 700px;
	margin: 15px 3px 15px 30px;
	float: left;
}

.third-container .container .wrapper .slider .project .sticker .relative .picture img {
	position: absolute;
	width: 1025px;
	padding-left: 4%;
}

.third-container .container .wrapper .slider .project .sticker .relative .content {
	width: 800px;
	height: 700px;
	margin: 15px 0;
	float: left;
}

.third-container .container .wrapper .slider .project .sticker .relative .content .text {
	width: 420px;
	height: 390px;
	float: right;
}

.third-container .container .wrapper .slider .project .sticker .relative .content .text h4 {
	font-size: 19px;
	font-family: 'Open sans', sans-serif;
	color: #000000;
	padding: 48px 0 35px;
	font-weight: 400;
}

.third-container .container .wrapper .slider .project .sticker .relative .content .text p {
	font-size: 11pt;
	font-family: 'Open sans', sans-serif;
	color: #000000;
	padding-bottom: 18px;
	font-weight: 300;
}

.third-container .container .wrapper .slider .project .sticker .relative .content .link-stripe {
	width: 800px;
	height: 60px;
	background-image: url('../images/third-link-stripe-right-bg.png');
	background-position: right;
	background-repeat: no-repeat;
	margin-top: 14px;
}

.third-container .container .wrapper .slider .project .sticker .relative .content .link-stripe a {
	display: inline-block;
	height: 60px;
	width: 120px;
	background-color: #ffffff;
	text-transform: uppercase;
	float: right;
	margin-right: 85px;
	line-height: 60px;
	font-size: 11pt;
	font-family: 'Open sans', sans-serif;
	text-decoration: none;
	color: #272727;
	font-weight: 600;
	padding: 0 14px;
}

.third-container .container .wrapper .slider .project .sticker .relative .content .link-stripe div {
	float: right;
	height: 60px;
	width: 567px;
	background-image: url('../images/third-link-stripe-left-bg.png');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #272727;
}

.fourth-container {
	background-color: #000000;
	width: 100%;
	height: 100%;
	min-width: 1400px;
	position: relative;
}

.fourth-container .background {
	min-width: 1400px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 900px;
}

.fourth-container .background img {
	display: block;
	position: relative;
}

.fourth-container .content {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 900px;
}

.fourth-container .content .text {
	width: 42%;
	float: right;
	position: relative;
	top: 50%;
	margin-top: -350px;
}

.fourth-container .content .text h2 {
	display: block;
	font-size: 48px;
	font-family: 'Open Sans', sans-serif;
	color: #ebebeb;
	text-transform: uppercase;
	padding-bottom: 54px;
	background-image: url('../images/fourth-stripe-bg.png');
	background-repeat: no-repeat;
	background-position: 4px bottom;
	margin-bottom: 14%;
}

.fourth-container .content .text h3 {
	display: block;
	width: 330px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #ebebeb;
	text-align: right;
	font-weight: 400;
	margin-bottom: 35px;
}

.fourth-container .content .text p {
	display: block;
	width: 330px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #ebebeb;
	text-align: right;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 22px;
	color: #a0a0a0;
}

.fourth-container .content .text p b {
	font-weight: 500;
	color: #ebebeb;
}

.fourth-container .content .text p a {
	color: #a0a0a0;
	text-decoration: none;
}

.fourth-container .content .text > a {
	display: block;
	text-decoration: none;
	width: 330px;
	font-size: 33px;
	font-family: 'Open Sans', sans-serif;
	color: #ebebeb;
	text-align: right;
	margin-top: 70pt;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 42px;
	background-image: url('../images/triangle-w-2.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.fifth-container {
	background-color: #000000;
	width: 100%;
	height: 100%;
	min-width: 1400px;
	position: relative;
}

.fifth-container .background {
	min-width: 1400px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-height: 900px;
}

.fifth-container .contact-form {
	width: 100%;
	height: 330px;
	position: absolute;
	bottom: 9%;
}

.fifth-container .contact-form .message-stripe-holder {
	width: 100%;
	height: 70px;
}

.fifth-container .contact-form .message-stripe-holder .message-stripe {
	width: 100%;
	height: 50px;
	background-color: #292929;
	text-align: center;
	display: none;
}

.fifth-container .contact-form .message-stripe-holder .message-stripe .succeeded {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	line-height: 50px;
	padding: 0 15px;
	font-weight: 400;
	display: none;
}

.fifth-container .contact-form .message-stripe-holder .message-stripe label {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	line-height: 50px;
	padding: 0 15px;
	font-weight: 300;
}

.fifth-container .contact-form .form {
	width: 100%:
	height: 260px;
}

.fifth-container .contact-form .form .textarea {
	width: 46%;
	height: 260px;
	padding-left: 53px;
	background-image: url('../images/textArea.png');
	background-repeat: no-repeat;
	float: right;
	overflow: hidden;
}

.fifth-container .contact-form .form .textarea .wrapper {
	width: 100%;
	background-color: #ffffff;
	height: 240px;
	border-width: 0;
	padding: 10px;
}

.fifth-container .contact-form .form .textarea .wrapper textarea {
	width: 70%;
	border-width: 0;
	height: 240px;
	resize: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	overflow: hidden;
	font-weight: 300;
}

.fifth-container .contact-form .form .fields {
	width: 45%;
	float: left;
	height: 260px;
}

.fifth-container .contact-form .form .fields .field {
	width: 100%;
	float: left;
	height: 50px;
	margin-bottom: 20px;
	background-image: url('../images/formUp.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 19px;
	overflow: hidden;
}

.fifth-container .contact-form .form .fields .field.first {
	width: 92%;
}

.fifth-container .contact-form .form .fields .field.second {
	background-image: url('../images/formDown.png');
	padding-right: 18px;
}

.fifth-container .contact-form .form .fields .field.third {
	width: 96%;
}

.fifth-container .contact-form .form .fields .field.button {
	width: 98%;
	background-image: url('../images/formGray.png');
	padding-right: 18px;
}

.fifth-container .contact-form .form .fields .field .wrapper {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
}

.fifth-container .contact-form .form .fields .field.button .wrapper {
	background-color: #262626;
}

.fifth-container .contact-form .form .fields .field .wrapper input[type=text] {
	float: left;
	width: 230px;
	height: 30px;
	line-height: 30px;
	border-width: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-left: 28%;
	position: absolute;
	background-color: transparent;
	padding: 10px 0;
}

.fifth-container .contact-form .form .fields .field .wrapper input[type=submit] {
	width: 130px;
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	border-width: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	background-color: transparent;
	overflow: visible;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}