/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */

.row .row { margin:  0 -1.5em; padding: 2em  0em;}
.col      { padding: 1em  1.5em; }

.row:before, .row:after {
    content: "";
    display: table;
}
.row:after { clear: both; }

@media only screen { 
	.col {
    float: left;
    width: 25%;
    box-sizing: border-box;
	}	
	.col33 {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
	}	
}



@media only screen and (max-width: 76em) {
	.mico { width: 25%; }
	.logo {width:100%;}.menu{widows: 100%;text-align:center;}
	.header {height:400px !important;}
}

@media only screen and (max-width: 54em) {
	.col{width: 100%;}
	.icons {display:none;}
	.logo {width:100%;}.menu{widows: 100%;text-align:center;}
	.stick {position:relative;}
	.header {height:300px !important;}


}

@media only screen and (max-width: 34em) {
	.col{width: 100%;}
	.icons {display:none;}
	.logo {text-align:center;}
	.header {height:250px !important;}


}
