/*responsive*/
@media only screen and (max-width : 1157px){

}



@media only screen and (max-width : 1024px){

}


/* Small Devices, Tablets */
@media only screen and (max-width : 800px) {

}



@media only screen and (max-width : 768px) {
.see-also{
	background:none;
}
.item{
	margin:0 0 15px;
	background:#F0F0F0;
}
}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}


@media only screen and (max-width : 320px) {
    .footer2 small{font-size: 10px;}
}