/* =============================================================================
   GALLERY
   ========================================================================== */
.img_container{
	position: relative;
}
	.img_container ul li{
		margin: 10px 5px 0 5px;
		overflow: hidden;
	}
	.img_container ul li img{		
	}
	.img_container ul li img:hover{
		
	}

/* =============================================================================
   MAKE COVER IMG
   ========================================================================== */
.image_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
  .image_wrapper .image_img{
    position: absolute;
    display: table-cell;
    top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto;
  }
  .image_wide .image_img{
    height: 100%;
    max-width: none;
  }
  .image_tall .image_img{
    width: 100%;
  }

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 859px) {	
}
@media screen and (max-width: 767px) {	
}
@media screen and (max-width: 640px) {	
}
@media screen and (max-width: 479px) {	
}