#footer,.forma
{
	background-color:#66A1BF;
}

.forma
{
	
}



#header-inner
{
	background-image:url('/templates/frontend/images/header/1.png');
	background-position:center center;
	padding:8px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}


#housetop
{
	background-image:url('/templates/frontend/images/header/house.png');
	background-repeat:no-repeat;
	background-position:left;
	height:100%;
	background-size:contain;
	width:10%;
	cursor:pointer;
}

@media all and (max-width: 700px) {
#header-inner
{
	background-image:url('/templates/frontend/images/header/1m.png');
	background-size:700px 140px;
	background-position:center center;
	height:140px;
	padding:45px 45px 45px 10px;
}
}


@media all and (max-width: 580px) {
#header-inner
{
	background-image:url('/templates/frontend/images/header/1m.png');
	background-size:580px 116px;
	height:116px;
	padding:40px 40px 40px 10px;
}
}

@media all and (max-width: 480px) {
#header-inner
{
	background-image:url('/templates/frontend/images/header/1m.png');
	background-size:480px 96px;
	height:96px;
	padding:35px 35px 35px 10px;
}
}


@media all and (max-width: 400px) {
#header-inner
{
	background-image:url('/templates/frontend/images/header/1m.png');
	background-size:400px 80px;
	height:80px;
	padding:30px 30px 30px 5px;
}
}


