@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800|Open+Sans+Condensed:700&subset=latin,vietnamese);

/* FIXES FOR IMPLEMENTATION */
.container+div, .container+b.clear {
	display: block;
}
/* FIXES FOR IMPLEMENTATION END */

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
/* /clearfix */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
 tr, div, input, select, textarea {
 	font-family: 'Open Sans', sans-serif;
}
html, body {
	margin: 0;
	padding: 0;
}
.content {
	width: 100%;
	min-width: 960px;
	padding: 0;
}
.inner960 {
	width: 960px;
	margin: 0 auto;
}
.page_wrap {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	min-width: 960px;
}

/* HERO WRAP */

.hero_wrap {
	background: #5e9129; /* Old browsers */
	background: -moz-linear-gradient(top,  #5e9129 0%, #c2b412 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e9129), color-stop(100%,#c2b412)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5e9129 0%,#c2b412 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5e9129 0%,#c2b412 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5e9129 0%,#c2b412 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5e9129 0%,#c2b412 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e9129', endColorstr='#c2b412',GradientType=0 ); /* IE6-8 */
	padding: 120px 0 0 0;
}
.hero_full {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.hero_visual {
	width: 1200px;
	height: 480px;
	margin: 0 auto;
	background: url(mouo_sprite_new.png) no-repeat;
	background-position: 85px 10px;
}
.heading1 {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 900;
	font-size: 36px;
	text-transform: uppercase;
}
.hero_full .heading1 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
.descr1 {
	color: #fff;
	font-size: 24px;
	line-height: 20px;
}
.button_pw {
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: bold;
	background-color: #ffd400;
	color: #2a2e37;
	text-align: center;
	padding: 0;
	margin: 95px auto 0 auto;
	left: 0;
	right: 0; 
	border-radius: 3px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	cursor: pointer;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	position: absolute;
	display: inline-block;
}
.button_pw:hover {
	box-shadow: inset rgba(255,255,255,0.3) 0 1px 0,
	rgba(0,0,0,0.3) 0 1px 2px,#ffd400 0 1px 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.button_pw:active {
	transform:scale3d(0.95, 0.95, 0.95);
}
.button_pw.documentation_btn {
	background: #303237;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 75px;
}
.button_pw:hover {
	opacity: 0.95;
}
.hero_right .descr1 {
	margin: 10px 0;
}
/* FEATURES */
.features_wrap {
	background: rgba(255,255,255,0.1);
	padding: 40px 0;
}
.features_container .heading1.key_features {
	text-align: center;
	margin: 0 auto;
	clear: both;
	color: #fff;
}
.features_items {
	width: 320px;
	float: left;
	margin: 47px 0 0 0;
}
.features_items .heading1{
	font-size: 14px;
	color: #fff;
}
.features_items .descr1 {
	font-size: 14px;
	color: #fff;
}
.features_items .item_logo {
	width: 60px;
	height: 60px;
	float: left;
	background-position: center center;
}
#icon1 {
	background: url(pwlocal_sprite.png);
	background-position: 0px -400px;
}
#icon2 {
	background: url(pwlocal_sprite.png);
	background-position: -57px -400px;
}
#icon3 {
	background: url(pwlocal_sprite.png);
	background-position: -115px -400px;
}
#icon4 {
	background: url(pwlocal_sprite.png);
	background-position: -168px -400px;
}
#icon5 {
	background: url(pwlocal_sprite.png);
	background-position: -228px -400px;
}
#icon6 {
	background: url(pwlocal_sprite.png);
	background-position: -288px -400px;
}
/* SECTION 1 */

.section_row {
	width: 960px;
	height: 850px;
	padding-top: 20px;
}
.section_row .descr1 {
	color: #303237;
	font-size: 14px;
	line-height: 20px;
	padding-top: 30px;
	padding-left: 5px;
}
.section_row .heading1 {
	font-size: 30px;
	color: #303237;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 45px;
}
.description_left {
	float: left;
	width: 380px;
}
.description_image {
	width: 400px;
	height: 305px;
}
.code_right {
	float: left;
	width: 540px;
	margin-left: 40px;
	margin-top: 10px;
}
#image1 {
	background: url(mouo_sprite_new.png) no-repeat;
	background-position: 0 -500px;
}


/* SECTION SIGNUP FORM */
.section2_wrap {
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 610px;
	background: #333333;
	z-index: 1;
}
.level_image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(bg_section2.png) no-repeat center center;
	z-index: 2;
}
.section2_wrap .inner960 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 960px;
	height: 100%;
	z-index: 4;
}
.pwform_section .heading1 {
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 45px;
	font-size: 26px;
}
.pwform_section .left_description {
	float: left;
	width: 460px;
	color: #fff;
	margin-top: 10px;
	padding-left: 30px;
}
.pwform_section .left_description .description1 {
	font-weight: 700;
	padding-top: 20px;
}
.pwform_section .left_description .personal_icon {
	display: block;
	content: '';
	background: url(pw_acc_icons.png) no-repeat 0px 0px;
	background-position: -56px 0;
	float: left;
	width: 54px;
	height: 140px;
	margin: 15px 35px 0 0;
}
.pwform_section .left_description .business_icon {
	display: block;
	content: '';
	background: url(pw_acc_icons.png) no-repeat 0px 0px;
	background-position: 0 0;
	float: left;
	width: 54px;
	height: 160px;
	margin: 15px 35px 0 0;
}
.pwform_section .left_description ul{
	padding-left: 17px;
}
.pwform_section .pw_right {
	float: left;
	width: 400px;
	margin-left: 50px;
}
/* SECTION 3 */
.prods {
	display: block;
	background: #ffd400;
	height: 100px;
	width: 100%;
	min-width: 960px;
	text-align: center;
	padding-top: 25px;
	float: left;
	color: #303237;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 1s;
	text-decoration: none;
}
.prods:hover, .services:hover {
	background: #303237;
	transition: all 1s;
	color: #fff!important;
}
.prods:hover .heading1 {
	color: #fff!important;
	transition: all 1s;
}
.prods:hover .heading1:after {
	background-position: -34px 0px;
	transition: all 1s;
}
.prods span.heading1 {
	color: #303237;
	width: 490px;
	margin: 0 auto;
	display: block;
}
.prods .heading1:after {
	display: block;
	content: '';
	background: url(arrow_explore.png) no-repeat 0px 0px;
	width: 31px;
	height: 24px;
	float: right;
	margin-top: 10px;
}