@charset "utf-8";
/* CSS Document */

/* Large desktop */
/*@media (min-width: 1200px) {
  
}*/


/*== Up to 1100px =====================================================
========================================================================*/
/* Large desktop */
@media (min-width: 980px) {
	div.foot div.left {
	  width:260px;
	}

}






/*== Up to 980px ======================================================
========================================================================*/
/* Narrow desktop */
@media (max-width: 979px) {
	div.foot div.left {
		width:25%;
	  min-width:210px;
	}

	
}



/*== Up to 880px ======================================================
========================================================================*/
/* Narrow desktop */
@media (max-width: 880px) {

}








/*== Up to 980px and beyond 768px ======================================
========================================================================*/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	


}







/*== Up to 767px ======================================================
========================================================================*/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	

}







/*== Up to 640px ==================================================
====================================================================*/
@media (max-width: 640px) {



}







/*== Up to 480px ==================================================
====================================================================*/
/* Landscape phones and down */
@media (max-width: 480px) {


}







/*== Up to 340px =====================================================
========================================================================*/
/* Portrait phones */
@media (max-width: 340px) {


}

                            