/*@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,700|Open+Sans+Condensed:700);*/
/* 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: #545760;
	background: -webkit-radial-gradient(center top, ellipse farthest-corner, #545760 0%, #18191c 100%);
	background: radial-gradient(ellipse farthest-corner at center top, #545760 0%, #18191c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545760', endColorstr='#18191c',GradientType=0 );
	padding: 120px 0 0 0;
}
.hero_center {
	width: 960px;
	margin: 60px auto;
	text-align: center;
}
.hero_image {
	background: url(products_sprite.png) no-repeat;
	background-position: 0 0;
	width: 780px;
	height: 180px;
	margin: 0 auto;
}
.heading1 {
	color: #fff;
	font-size: 46px;
	font-weight: 900;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
}
.descr1 {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.hero_center .descr1 {
	margin: 40px auto;
	width: 500px;
	text-align: center;
}
.button_pw {
	display: block;
	text-decoration: none;
	background: #ffd400;
	width: 180px;
	height: 50px;
	border-radius: 3px;
	line-height: 50px;
	color: #2a2e37;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	margin-top: 20px;
}
.hero_center .button_pw {
	display: inline-block;
	margin: 0 auto;
}
.button_pw.documentation_btn {
	background: #303237;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 75px;
}
.button_pw:hover {
	opacity: 0.95;
}

/* SECTION 1 PRODUCTS */
.section_title {
	color: #303237;
	font-size: 36px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 900;
	text-align: center;
	margin: 25px 0;
}
.section_row {
	padding: 20px 0;
	border-bottom: 1px solid #eaeaeb;
}
.section_row:last-child {
	border-bottom: none;
}
.section_row .descr1 {
	font-size: 14px;
	color: #303237;
	line-height: 20px;
	padding-top: 10px;
}
.section_row .heading1 {
	font-size: 34px;
	color: #303237;
	font-weight: 900;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: left;
}
.description_section {
	width: 735px;
	float: left;
}
.description_icons {
	background: url(products_sprite.png) no-repeat;
	background-position: -65px -395px;
	width: 170px;
	height: 60px;
}
a.more_link {
	color: #2ea9f7;
	border-bottom: 1px solid rgba(46, 169, 247, .3);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;;
}
a.more_link:hover {
	color: #2ea9f7;
	border-bottom: 1px solid rgba(46, 169, 247, 1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;;
}
.description_image {
	float: left;
	width: 225px;
	height: 185px;
}
#image1 {
	background: url(products_sprite.png) no-repeat;
	background-position: 0 -185px;
}
#image2 {
	background: url(products_sprite.png) no-repeat;
	background-position: -228px -185px;
}
#image3 {
	background: url(products_sprite.png) no-repeat;
	background-position: -453px -185px;
}
#image4 {
	background: url(products_sprite.png) no-repeat;
	background-position: -680px -185px;
}
#image5 {
	background: url(products_sprite.png) no-repeat;
	background-position: -906px -185px;
}

/* SECTION 2 SERVICES */

.section_services
.section_description {
	color: #303237;
	font-size: 14px;
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.section_services
.section_row {
	border-bottom: none;
}
.services_item {
	float: left;
	width: 150px;
	margin-right: 50px;
}
.services_item:last-child {
	margin-right: 0;
}
.item_image {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #ddd;
}
.item_title {
	font-weight: 900;
	font-size: 14px;
	text-align: center;
	margin: 25px 0;
	height: 28px;
	text-transform: uppercase;
}
.item_description {
	text-align: center;
}
#service-image1 {
	background: url(products_sprite.png) no-repeat;
	background-position: -235px -405px;
}
#service-image2 {
	background: url(products_sprite.png) no-repeat;
	background-position: -405px -405px;
}
#service-image3 {
	background: url(products_sprite.png) no-repeat;
	background-position: -580px -405px;
}
#service-image4 {
	background: url(products_sprite.png) no-repeat;
	background-position: -750px -405px;
}
#service-image5 {
	background: url(products_sprite.png) no-repeat;
	background-position: -920px -405px;
}

/* SECTION 3 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 {
	width: 740px;
	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;
}