@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -156px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 156px; /* .push must be the same height as .footer */
}

/*end sticy footer*/



body{
	width: 100%;
	margin: 0;
	padding: 0;
	color: #626262;
	background: url(../images/bg.png) no-repeat center top fixed;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-family: 'Oxygen', sans-serif;
}

header {
	width: 100%;
	min-height: 104px;
	background: url(../images/bg_header.jpg) repeat;
	text-align: right;
	position: relative;
}

header img{
	float: left;
	line-height: 104px;
	margin: 22px 0 0 15px;	
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

header h1 {
	text-align: right;
	padding: 0;
	margin: 0 20px 0 0;
	line-height: 70px;
}

header ul {
	margin: 7px 20px 0 0;
	padding: 0;
}

header ul li{
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	font-size: 14px;
	
}

a{
	color: #626262;
	text-decoration: none;
	transition: color 0.2s;
}

header ul li a:hover{
	color: #1abc9c;
	/*
	background-color: #1abc9c;
	border-radius: 3px;
	padding: 2px 10px;
	margin: -5px 0;
	*/
}

.dark_line {
	width: 100%;
	background-color: #626262;
	height: 7px;
	margin-bottom: 20px;
}

header h2 a {
	color: #ffffff;
}

@media only screen and (max-width: 800px){
	header img{
		width: 200px;
		margin: 22px 0 0 15px;	
	}
	
	header h1 {
		line-height: 70px;
		font-size: 28px;
		float: right;
	}
	
	header ul {
		display: block;
		width: 100%;	
		text-align: center;
		clear: both;
		padding: 5px 0;
	}
	header  ul li {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 600px){
	header img{
		max-width: 100%;
		margin: 10px 0 0 15px;	
	}
	
	header h1 {
		height: auto;
		display: block;
		clear: both;
		width: 100%;
		background-color: #1abc9c;
		padding: 5px 0;
		margin: 10px 0 0 0;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
	}
	
	header h1 a{
		color: #ffffff;
	}
	
	header ul li{
		font-size: 12px;
	}
}

/*end header*/

input:focus, select:focus {
	outline:none;
	box-shadow: 0 0 1px 1px #1abc9d;
	-webkit-box-shadow: 0 0 1px 1px #1abc9d;
	-moz-box-shadow: 0 0 1px 1px #1abc9d;	
}

img {
	border: none;
}

.right {
	vertical-align: top;
	float: right;	
	display: inline-block;
}

.apply_now {
	margin-bottom: 20px;
}

/* start style benefits */
  
.benefits {
	display:inline-block;
	width: 410px;
	vertical-align: top;
	margin-bottom: 25px;
}

.Fast, .web, .check_mark, .Multiple {
	width: 100%;
}

.div_line {
	margin: 0 0 10px 0;
	line-height: 1px;
}

.icon {
	display: inline-block;
	vertical-align: top;
}

.benefits_text {
	display: inline-block;
	width: 310px;
	text-align: right;
	margin: 0 0 0 20px;
}
.benefits_text h3{
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 17px;
	color: #1abc9c;
	text-align: left;
}

.benefits_text p {
	text-align: left;
	font-size: 15px;
}


@media only screen and (max-width:1170px){
	.right .apply_now {
		margin-right: 20px;
	}
	.right .apply_now img {
		width: 350px;
		margin-bottom: -10px;
	}
	.benefits {
		width: 100%;
	}
	.Fast, .web, .check_mark, .Multiple {
		width: 93%;
	}
	.icon {
		vertical-align: top;
	}
	.benefits_text{
		width: 250px;
	}
	.benefits_text h3{
		font-size: 16px;
	}
	
	.benefits_text p {
		width:250px;
		font-size: 13px;
		line-height: 15px;
	}
	.div_line {
		margin: 10px 0;
		line-height: 1px;
	}
}

@media only screen and (max-width: 860px){
	.right, .benefits{
		float: none;
		width: 100%;
		margin: 0;
	}
	.right .apply_now {
		background-color:#969696;
		width: 100%;
		padding: 20px 0;
		margin-bottom: 0;
		text-align: center;
	}
	.right .apply_now img {
		max-width: 100%;
	}
	.Fast, .web, .check_mark, .Multiple {
		height: 100%;
		width: 100%;
	}
	.icon{
		margin: 23px 0 15px 0;
		display: block;
		text-align: center;
		width: 100%;
	}
	.benefits_text {
		display: block;
		margin: 0 auto;
		width: calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		
	}
	.benefits_text h3, .benefits_text p{
		margin: 0;
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	.div_line {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.div_line img{
		max-width: 100%;
		text-align: center;
	}
}


/*end benefits*/

.bottom_line {
	width: 100%;
	background-color: #626262;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	clear: both;
	vertical-align: middle;
}

.wrapper.bottom {
	max-width: 900px;
	margin: 0 auto;
}

/*
h2 {
	margin: 0 20px;
}
*/
.wrapper.bottom h2 a {
	color: #ffffff;
}

@media only screen and (max-width: 1170px){
	.bottom_line{
		height:auto;
		margin: 0;
	}
}
	
footer {
	height: 90px;
	background: url(../images/bg_footer.png);
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	clear: both;
}

footer .dark_line{
	height: 4px;
}

footer p {
	text-align: center;
}

footer ul{
	display: block;
	width: 100%;
	float: right;
	margin-top: 0px;
}

footer ul li{
	display: inline-block;
	line-height: 26px;
	margin: 0 10px;
	cursor: pointer;
	transition: color 0.2s;
}

footer ul li a:hover{
	color: #1abc9c;
}

@media only screen and (max-width :860px){
	footer ul{
		margin-top: 6px;
	}
}

@media only screen and (max-width :400px){
	footer {
		height: auto;
	}
}