
html {
	-webkit-font-smoothing:antialiased;
	height:100%;
	min-height:100%
}
body {
	color:#7a829e;
	font-family:'Dosis', 'Arial', sans-serif;
	font-size:16px;
	height:100%;
	min-height:100%;
	padding-top:0px;
	width:100%;
	background-image: url(../images/bg_full.png);
	background-size: 100% 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Dosis', 'Arial', sans-serif;
	font-weight:400
}

.header_img
{
	background-image:url(../images/head_bg.jpg);
	background-size: 100% 100%;
	width:100%;
	float:left;
	height: 130px;
	
}

.body_full 
{
	float:left;
	width:100%;
	background-image:url(../images/bg_full.png);
	height:420px;
	background-size: 100% 100%;
}

.inner_block
{
	float:left;
	width:100%;

}

.box_res
{
	padding-top:5%;
}

.no-pad
{
	padding:0px;
	height: 400px;
	overflow: hidden;
}

.bottom_img
{
    background-image: url(../images/bot2.png);
    background-size: 100% 100%;
    width: 100%;
    float: left;
    height: 70px;
}

.app_block
{
    background-image: url(../images/bg_app.png);
    background-size: 100% 100%;
    width: 100%;
    float: left;
	padding:10px 0px 20px;
}

.app_text h6
{
	text-align:center;
	text-transform:uppercase;
	color:#947846;
	font-family:Open sans;
	font-weight:bold;
}

@media(max-width:767px )

{
	
	.header_img
{
	height: 80px;
	
}


.body_full
{
	height:240px;
}

.inner_block
{
	padding-top:4%;
}
.no-pad 
{
	height:220px;
}
	
}


@media(max-width:480px )

{
	
.inner_block
{
	padding-top:15%;
}
.box_res
{
    padding: 0;
}

.box_res .img-responsive
{
    height: 70px;
    width: 100px;
}



}