@charset "utf-8";
/* CSS Document */
.col-20{
	width:20%;
    float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;	
}
.height100{
	height:60px;
	overflow:hidden;	
}
@media only screen and (max-width: 769px){
.col-20{
	width:50%;
}	
.visible-xs {
     display: block !important; 
}
}

