/* Computer */
.grid_1 { width: 6.5%; }
.grid_2 { width: 15%; }
.grid_3 { width: 23.5%; }
.grid_4 { width: 32%; }
.grid_5 { width: 40.5%; }
.grid_6 { width: 49%; }
.grid_7 { width: 57.5%; }
.grid_8 { width: 66%; }
.grid_9 { width: 74.5%; }
.grid_10 { width: 83%; }
.grid_11 { width: 91.5%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin: 0 2% 1% 0;
	float: left;
	display: block;
}

.grid_1:last-child,
.grid_2:last-child,
.grid_3:last-child,
.grid_4:last-child,
.grid_5:last-child,
.grid_6:last-child,
.grid_7:last-child,
.grid_8:last-child,
.grid_9:last-child,
.grid_10:last-child,
.grid_11:last-child,
.grid_12:last-child {
	margin-right: 0;
}

.no-mleft{margin-left:0;}
.no-mright{margin-right:0;}
.no-margin{margin:0}
.float-left{float:left;}
.float-right{float:right;}
.left {text-align:left;}
.right{text-align:right;}
.center{text-align:center;}

.container{
	width: 95%; /*width: 1100px;*/
	max-width: 1400px;
	margin: auto;
}



.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}
@media screen and (min-width : 770px) {

.hide_tablet {display: none !important;}

}


/* Mobile */
@media screen and (max-width : 769px) {

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	width:100%;
}
.hide_desktop {display: none;}

}
