/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
  -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 {
  overflow: visible;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, 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;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.isotope-box {
 //margin-left: -30px;
}
.element {
  float: left;
  width: 270px;
  height: auto !important;
  display: block;
  position: relative;
  border: none;
  margin: 0 !important;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.isotope .isotope-item {
  margin: 20px 0 0 0;
}

#options {padding-bottom: 10px;}
#filters {
  position: relative; 
  margin: 20px 0 10px; 
  padding: 0;
  background: none;
  line-height: 0;
  display: block;
  text-align: left;  
}
#filters li {display: block; padding: 0 ; margin: 0 0 20px 0; float: left;}
#filters li + li { border-left: 1px #e9e9e9 solid; padding-left: 5px; margin-left: 5px;}
#filters li a { 
  border: none; 
  font-size: 15px; 
  line-height: 20px; 
  font-weight: 400; 
  color: #4d647e; 
  margin: 0; 
  text-decoration: none; 
  padding:12px 24px; 
  border-radius:0; 
  -moz-border-radius:0; 
  -webkit-border-radius:0; 
  transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -webkit-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out;
  background: none;
  text-transform: uppercase;
}
#filters li a:hover {color: #fff; background: #179bd7; }
#filters.pagination li a.selected {color: #fff;background: #179bd7;}




.thumb-isotope {}
.thumb-isotope .thumbnail{padding: 0px; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none;-moz-box-shadow: none; -webkit-box-shadow: none; margin-bottom: 0; background: none;}
.thumb-isotope .thumbnail a {
  font-size: 18px;
  position: relative; 
  display: block;
  text-decoration: none;
  padding: 0px;
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  text-align: center;
  color: #0d2b4f;
  font-weight: 700;
  font-family: 'Lato', sans-serif;  
}

.thumb-isotope .thumbnail a:hover{ color: #179bd7;}

.thumb-isotope .thumbnail a figure{
  position: relative; margin: 0; 
  float: none; margin:0px 0px 0px 0px; 
  padding: 0px; background: #0d2b4f; 
  border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;
  transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}

.thumb-isotope .thumbnail a:hover figure{border-color: #046ab1;}

.thumb-isotope .thumbnail a img{
    width: 100%; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; opacity: 1; filter: alpha(opacity=100);
    transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb-isotope .thumbnail a:hover img{opacity: 0.5; filter: alpha(opacity=50);}
.thumb-isotope .thumbnail a em{position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; background: url(../images/photo1.png)/*tpa=http://www.templates-preview.com/joomla/300111900/templates/joomla3_006/images/photo1.png*/ center 42% no-repeat; opacity: 0; filter: alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb-isotope .thumbnail a:hover em{opacity: 1; filter: alpha(opacity=100);}
.thumb-isotope .thumbnail a .caption{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0d2b4f;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
  padding: 16px 0 ;
  opacity: 0;
  text-transform: capitalize;
  
}

div.thumbnail a:hover .caption {
  color: #fff;
   opacity: 1; 
}