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

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
* {
	-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;
	overflow-x: hidden;
}

/* HERO WRAP */
.hero_wrap {
	background: #ffd400;
	background: -webkit-linear-gradient(45deg, #ffde39, #ffd400);
	background: linear-gradient(45deg, #ffde39, #ffd400);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde39', endColorstr='#ffd400',GradientType=0 );
	color: #1b1c1f;
	position: relative;
	width: 100%;
	height: 500px;
}
.hero_left {
	width: 480px;
	float: left;
	margin-top: 165px;
}
.hero_right {
	width: 480px;
	float: right;
	margin-top: 165px;
}
.heading {
	font-weight: 300;
	font-size: 48px;
	line-height: 50px;
	letter-spacing: -0.030em;
}
.hero_descr {
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	margin-top: 30px;
}
.hero_counters {
	margin-top: 80px;
	color: #fff;
}
.hero_counters .counter {
	float: left;
	width: 165px;
}
.hero_counters .counter_number,
.hero_counters .plus {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	float: left;
}
.hero_counters .plus {
	visibility: hidden;
	margin-left: 5px;
}
.hero_counters .counter_title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	clear: both;
}
.hero_ellipse {
	background: url(xero_ellipse_img.png) no-repeat;
	width: 81px;
	height: 81px;
	float: right;
	margin-top: -7px;
	margin-left: 350px;
	z-index: 4;
	position: absolute;
}
.hero_visual {
	margin-top: 25px;
	position: absolute;
	z-index: 2;
}
.iphone_visual {
	width: 160px;
	height: 339px;
	background: url(xero_iphone_visual.png) no-repeat;
	position: absolute;
	z-index: 3;
	margin-top: 115px;
	margin-left: 30px;
}
.laptop_visual {
	width: 719px;
	height: 414px;
	background: url(xero_laptop_visual.png) no-repeat;
	position: absolute;
	margin-left: -10px;
}

@-webkit-keyframes zoomIn {
	0% {opacity: 1; -webkit-transform: scale(.3); transform: scale(.3);}
	50% {opacity: 1;}
}
@keyframes zoomIn {
	0% {opacity: 1; -webkit-transform: scale(.3); -ms-transform: scale(.3); transform: scale(.3);}
	50% {opacity: 1;}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
	0% {opacity: 1; -webkit-transform: scale(1.5); transform: scale(1.5);}
	50% {opacity: 1;}
}
@keyframes zoomOut {
	0% {opacity: 1; -webkit-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5);}
	50% {opacity: 1;}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}
.animated {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated_fast {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.feature_icon,
.about_icon,
.xero_logo {
	visibility: hidden;
}

/* SECTION FEATURES */
.section_features {
	width: 100%;
	height: 620px;
	background-color: #fff;
	color: #000;
}
.xero_labels {
	background: url(xero_page_sprite.png) no-repeat;
	width: 210px;
	height: 90px;
	margin-top: 50px;
	margin-left: 55px;
	float: left;
}
.features_container {
	margin-top: 80px;
}
.features_row {
	margin-top: 40px;
}
.features_item {
	float: left;
	width: 480px;
}
.feature_content {
	letter-spacing: -0.010em;
	font-size: 14px;
	line-height: 20px;
	width: 400px;
	float: left;
}
.feature_title {
	font-weight: 700;
}
.feature_descr {
	font-weight: 400;
	margin-top: 5px;
}
.feature_icon {
	width: 57px;
	height: 57px;
	float: left;
}
#icon1 {
	background: url(xero_page_sprite.png) no-repeat;
	background-position: 0 -114px;
}
#icon2 {
	background: url(xero_page_sprite.png) no-repeat;
	background-position: -57px -114px;
}
#icon3 {
	background: url(xero_page_sprite.png) no-repeat;
	background-position: 0 -171px;
}
#icon4 {
	background: url(xero_page_sprite.png) no-repeat;
	background-position: -57px -171px;
}
.section_features .heading {
	margin-top: 50px;
	text-align: center;
}

/* SECTION ABOUT */
.section_about {
	width: 100%;
	height: 600px;
	background-color: #00b7e3;
	color: #fff;
}
.xero_logo {
	width: 86px;
	height: 86px;
	margin: 40px auto 0 auto;
	background: url(xero_page_sprite.png) no-repeat;
	background-position: -156px -128px;
}
.section_about .heading {
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 40px;
	text-align: center;
}
.about_container {
	margin-top: 60px;
}
.about_row {
	margin-top: 25px;
}
.about_item {
	float: left;
	width: 480px;
}
.about_icon {
	width: 57px;
	height: 57px;
	float: left;
	background: url(xero_page_sprite.png) no-repeat;
	background-position: -227px 0;
}
.about_descr {
	letter-spacing: -0.010em;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	width: 400px;
	float: left;
}
.xero_button {
	margin: 60px auto 0 auto;
	text-align: center;
	display: block;
	width: 320px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	background: #fff;
	color: #55c45f;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.xero_button:hover {
	cursor: pointer;
	box-shadow: inset rgba(255,255,255,0.3) 0 1px 0,
	 rgba(0,0,0,0.3) 0 1px 2px, #fff 0 1px 20px;
}
.xero_button:active {
	transform: scale3d(0.95, 0.95, 0.95);
}
.documentation_link {
	margin: 40px auto 0 auto;
	text-align: center;
}
.documentation_link a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.documentation_link a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.connect_button {
	margin: 65px auto 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	float: left;
	border-radius: 30px;
	border: 3px solid #55c45f;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.connect_button:hover,
.connect_button:active {
	color: #fff;
	z-index: 1;
	cursor: pointer;
	box-shadow: none;
	transform: none;
}
.connect_button:after {
	content: 'get paid';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	color: #fff;
	background: #55c45f;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.connect_button:hover:after {
	color: #fff;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.connect_button:active:after {
	color: #fff;
	height: 100%;
	background: #50b259;
	opacity: 1;
}

/* HEADER */
.main_header {
	top: 0;
	position: fixed;
	width: 100%;
	max-height: 200px;
	min-width: 960px;
	background-color: rgba(29,30,33,0.95);
	z-index: 100;
}
.header_logo {
	float: left;
	padding: 22px 0;
}
.main_nav {
	float: right;
	padding: 22px 0;
}
ul.nav_menu {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.nav_menu li.menu_item {
	display: inline-block;
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}
ul.nav_menu li.dropdown a.dropdown_title:after {
	float: right;
	display: block;
	content: '';
	margin: 8px 0 0 0;
	width: 7px;
	height: 6px;
	background: url(nh_dropdown_icon.png) no-repeat;
	background-position: 0 0;
	opacity: 0.7;
}
ul.nav_menu li.dropdown:hover a.dropdown_title:after {
	background: url(nh_dropdown_icon.png) no-repeat;
	background-position: -7px 0;
	opacity: 1;
}
ul.nav_menu li.menu_item a {
	color: rgba(255, 255, 255, 1);
	padding: 0;
}
ul.nav_menu li.dropdown a {
	padding: 0 7px 0 0;
}
ul.nav_menu li.menu_item a:hover {
	color: rgba(255, 212, 0, 1);
}
ul.nav_menu li.login a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 5px 10px;
	border-radius: 3px;
}
ul.nav_menu li.login a:hover {
	color:#2a2e37;
	background-color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s linear;
}
ul.nav_menu li.signup a {
	color: #ffd400;
	border: 1px solid #ffd400;
	border-radius: 25px;
	padding: 5px 10px;
	border-radius: 3px;
}
ul.nav_menu li.signup a:hover {
	color:#2a2e37;
	background-color: #ffd400;
	transition: all 0.3s;
	-webkit-transition: all 0.3s linear;
}
ul.nav_submenu {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 15px 0 0 0;
}
ul.nav_submenu li.submenu_item {
	list-style-type: none;
	padding: 3px 0;
}
ul.nav_submenu li.submenu_item a {
	list-style-type: none;
	padding: 3px 0;
	color: rgba(255, 255, 255, 1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s linear;
}
ul.nav_submenu li.submenu_item a:hover {
	color: rgba(255, 212, 0, 1);
	padding: 3px 0;
}
ul.nav_menu li.login {
	margin-left: 60px;
	margin-right: 15px;
}

/* FOOTER */
.main_footer {
	width: 100%;
	min-width: 960px;
	color: #fff;
	height: auto;
	position: absolute;
}
.top_footer {
	padding-top: 30px;
	min-height: 360px;
	background: #1d1e21;
}
.bottom_footer {
	height: 60px;
	background: #2b2c2f;
	text-align: center;
}
.top_footer ul {
	list-style-type: none;
	color: #fff;
	padding: 0;
	margin-top: 30px;
}
.top_footer ul li {
	padding: 3px 0;
}
.badges_column,
.products_column,
.company_column,
.more_column,
.copyr,
.social {
	float: left;
}
.badges_column {
	width: 210px;
}
.products_column {
	width: 400px;
}
.company_column,
.more_column {
	width: 175px;
}
.footer_logo {
	margin-bottom: 30px;
}
.column_title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 900;
	font-size: 18px;
}
.column_title a {
	color: rgba(255, 212, 0, 1);
	transition: all 0.3s;
	padding: 3px 0;
}
.column_title a:hover {
	color: rgba(255, 212, 0, .6);
	transition: all 0.3s;
}
.more_column .column_title {
	color: #61646c;
}
.top_footer ul li a {
	color: rgba(255, 255, 255, 1);
	transition: all 0.3s;
	padding: 3px 0;
}
.top_footer ul li a:hover {
	color: rgba(255, 255, 255, .6);
	transition: all 0.3s;
}
.copyr {
	margin: 20px 0 0 0;
	font-size: 12px;
}
.copyr a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	transition: all 0.3s;
	margin: 0 0 0 5px;
}
.copyr a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	transition: all 0.3s;
}
.social {
	margin: 15px 0 0 20px;
	float: right;
}
ul.social_icons {
	padding: 0;
	margin: 0;
}
ul.social_icons li {
	display: inline;
	margin: 0 3px;
}
ul.social_icons li span {
	display: inline-block;
	width: 32px;
	height: 32px;
}
span.facebook {
	background: url(social_icons.png) no-repeat;
	background-position: 0 0;
}
span.twitter {
	background: url(social_icons.png) no-repeat;
	background-position: -47px 0;
}
span.gplus {
	background: url(social_icons.png) no-repeat;
	background-position: -94px 0;
}
span.linkedin {
	background: url(social_icons.png) no-repeat;
	background-position: -141px 0;
}
span.facebook:hover {
	background: url(social_icons.png) no-repeat;
	background-position: 0 -33px;
}
span.twitter:hover {
	background: url(social_icons.png) no-repeat;
	background-position: -47px -33px;
}
span.gplus:hover {
	background: url(social_icons.png) no-repeat;
	background-position: -94px -33px;
}
span.linkedin:hover {
	background: url(social_icons.png) no-repeat;
	background-position: -141px -33px;
}
.copyr_wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.logo_image {
	background: url(footer_sprite.png) no-repeat;
	background-position: 10px 0;
	width: 62px;
	height: 32px;
}
.trustware_image {
	background: url(footer_sprite.png) no-repeat;
	background-position: -55px 0;
	width: 125px;
	height: 40px;
}
.bbb {
	width: 130px!important;
}
.bbb_image {
	background: url(footer_sprite.png) no-repeat;
	background-position: -45px -35px;
	width: 130px;
	height: 60px;
}