@charset "utf-8";
/* CSS Document */


@media (max-width: 920px) {	

html, body {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size:100%;
	background-position:center -100px ;
	
}

#header,
#section,
#footer { 
	width:100%;
}

#footer > div {
	width:90%;
	}

#header {
    height: 100px;
	background-color:rgba(255, 255, 255, 0.5);
}

#header div img {
    width: 220px;
}

.toggle-first-nav {
	display:block;
	}
#section .nav ul{
	display:none;
	}	
	
#section {
    padding: 10px;
}
	

	
.row {
	margin:0;
}

.col-1,
.col-lg-1,
.col-2,
.col-lg-2,
.col-3,
.col-lg-3,
.col-4,
.col-lg-4,
.col-5,
.col-lg-5,
.col-6,
.col-lg-6,
.col-7,
.col-lg-7,
.col-8,
.col-lg-8, 
.col-9,
.col-lg-9,
.col-10,
.col-lg-10,
.col-11,
.col-lg-11,
.col-12,
.col-lg-12 {
	width:100%;
 	clear: both;
	padding:0 5px 0 5px;
/*  margin:0 10px 0 10px;*/
}
	
}



