/** OVERVIEW-ARROW **/
.clearfix{
	clear: both;
}
#overview-block {
	background: #fff url('/images/landing-page/land-arrow_big.png') no-repeat right center;
	font-size: 18px;
	margin-bottom: 55px;
}
#overview-block .inner {
	padding: 20px 0 0 4.585987261146497%;/*36*/
}
#overview-block ul {
	line-height: 1.5em;
	padding: 16px 0 26px !important;
}
#overview-block ul li {
	list-style: none;
}
#overview-block .nb-info{
	font-size: 20px;
}
#overview-block .num {
	color: #f85338;
	font-weight: bold;
	font-size: 22px;
	margin-right: 6px;
}
#overview-block .nb-info .num {
	font-size: 26px;
}
.action-bar {
	width: 78.40236686390533%;/*530*/
	background: #FFC186 url('/images/landing-page/land-button_action.png') no-repeat top center;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
}
.action-bar .inner {
	padding: 15px;
}

/** BLOCK-GUIDE **/
#guide-block {
	width: 100%;
}
#guide-block .static_page_header {
	text-align: center;
	margin: 0 0 25px;
}
#guide-block .column {
	float: left;
	width: 49%;
}
#guide-block .column .inner {
	padding: 10px 5.88235294117647%; /*20*/
}
#guide-block .column.col-1 {
	border-right: 2px dotted #bbb;
	width: 50%;
	margin: 0px;
}
#guide-block .column.col-1 .static_page_header span {
	border-color: #508E26;
}
#guide-block .column.col-2 .static_page_header span {
	border-color: #f85338;
}
#guide-block ul {
	padding: 0 !important;
}
#guide-block ul li {
	list-style: none;
	border-bottom: 2px dotted #bbb;
	padding: 14px 0 14px 24.161073825503358%;/*72*/
	background: #fff url('/images/landing-page/land-icons.png') no-repeat left center;
}
#guide-block ul li:last-child {
	border-bottom: none;
}
#guide-block .column.col-1 .but {
	background: #E20000;
	border-radius: 4px;
	color: #FFF;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none;
}
#guide-block .column.col-1 .but:hover {
	background: #FF0000;
}

#guide-block .col-1 ul li.step-2 {
	background-position: -302px center;
}
#guide-block .col-1 ul li.step-3 {
	background-position: -615px center;
}
#guide-block .col-1 ul li.step-4 {
	background-position: -930px center;
}
#guide-block .col-1 ul li.step-5 {
	background-position: -1238px center;
}
#guide-block .col-1 ul li.step-6 {
	background-position: -1546px center;
}

#guide-block .col-2 ul li {
	padding: 22px 0 22px 72px;
}
#guide-block .col-2 ul li.step-1 {
	background-position: -1858px center;
}
#guide-block .col-2 ul li.step-2 {
	background-position: -2167px center;
}
#guide-block .col-2 ul li.step-3 {
	background-position: -2472px center;
}
#guide-block .col-2 ul li.step-4 {
	background-position: -2784px center;
}
#guide-block .col-2 ul li.step-5 {
	background-position: -3096px center;
}

/** BLOCK-ABOUT **/
#block-about {
	background: #E2F5D6;
}
#block-about .block-inner {
	padding: 15px;
}
#block-about p:last-child {
	margin-bottom: 0;
}

/** BLOCK-LINKS **/
#block-links ul {
	padding: 0;
}
#block-links ul li {
	margin-bottom: 5px;
	border: none;
}
#block-links ul li a {
	padding: 10px 0 10px 20px;
	background: #E1E1E1;
	color: #000;
	font-family: sans-serif !important;
	font-size: 16px;
	text-decoration: none;
}
#block-links ul li a:hover {
	background: #ccc;
}
#block-links ul li a.spec {
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	background: transparent url('/images/landing-page/land-button_big.png') no-repeat top center;
}
#block-links ul li a.spec.register {
	background-color: #E42600;
}
#block-links ul li a.spec.register:hover {
	background-color: #FF4D2E;
}
#block-links ul li a.spec.question {
	background-color: #347113;
}
#block-links ul li a.spec.question:hover {
	background-color: #489E1A;
}
.static_page_header span {
	border-bottom: 7px solid #83AFB4;
}
.static_page_header {
	font-family: Georgia;
	font-size: 23px;
	font-weight: normal;
}
#land-banner{
	display: block;
	height: 210px;
	background: transparent url('/images/landing-page/land-banner.png') no-repeat 0 0; 
}
#land-banner:hover{
	background: transparent url('/images/landing-page/land-banner-on.png') no-repeat 0 0; 
}
.reg-wrap{
	margin: 20px 0;
	text-align: center;
}
@media screen and (max-width: 667px){
	#overview-block{
		margin-bottom: 20px;
	}
	#overview-block .inner{
		padding-top: 10px;
	}
	#guide-block{
		width: 100%;
	}
	.action-bar{
		width: 98%;
		margin-bottom: 20px;
	}
	#guide-block .column.col-1,
	#guide-block .column.col-2{
		float: none;
		width: 100%;
	}
	#guide-block ul li{
		padding-left: 10px!important;
	}
}