.gall-img-responsive{
	width:100% !important;
	height:auto !important;
	display:block !important;
}

.gal-container{
	margin-bottom: 60px;
	padding-top:20px;
	overflow:hidden;
	display:block;
}
.b-wrapper h2{

	color:#ffffff !important;
	font-size:17px !important;
	padding-bottom: 5px !important;
	margin-bottom: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	 margin-top: 183px !important;
	 font-family:"avenirnext" !important;
}
.b-wrapper p a i{
	color: #ffffff !important;
}
.wl-gallery {
    margin-bottom: 20px;
    height: 415px !important;
    width: 33.33% !important;
    float:left;
}







@media screen and (max-width: 479px) and (min-width: 320px)
{
.wl-gallery .b-link-stroke a.swipebox {
    height: 150px !important;
}
.wl-gallery {
    float: left !important;
    height: 150px!important;
}
}

@media screen and (max-width: 767px) and (min-width: 480px)
{
.wl-gallery .b-link-stroke a.swipebox {
    height: 197px !important;
}
.wl-gallery {
    float: left !important;
    height: 197px!important;
}
}









/* Isotope Animating
 * -------------------------- */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
media="all"
*:before, *:after {
/* -webkit-box-sizing: border-box; */
-moz-box-sizing: border-box;
box-sizing: content-box;
}