﻿/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
	}
}


@media only screen and (max-width : 580px),
only screen and (max-device-width : 580px){

	.site img {width: 100%;}

}
.add img {float: none;
 	width : 100%}

