.gallery-title{
  color:#9d9692;
}
.gallery-title .spacer h1{
  margin-top:20px;
}
.inner-gallery{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.megafolio-container{  
  width:100%; 
  margin-top:0px;
  margin-bottom:20px;
  position:relative;
 -moz-box-sizing: border-box;
  box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

#desktop-filter.filter_wrapper{
  padding:10px 0;
  background :none;
  margin:0 auto;
  width:100%;
}

#desktop-filter .filter{
  text-align:center;
  font-weight:normal;
  color:#000;
  width: 12%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  
  font-family: "europa",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
}

#desktop-filter .filter:hover, #desktop-filter .filter.selected{
	position: relative;
	z-index: 1;
  border-bottom:solid 3px #fff;
}

#desktop-filter .filter.selected{
  color:#000;
  text-decoration:none;
}

#desktop-filter .filter:hover{
  color:#9d9692;
  text-decoration: none;
  border-bottom:solid 3px #9d9692;
}

#desktop-filter .filter.last-child{
  border-right:1px solid transparent;
  margin-right:0;
}

#desktop-filter .filter.last-child.selected,#desktop-filter .filter.last-child:hover{
  border-right:1px solid #fff;
}
#mobile-filter{
  margin:10px 0;
}

.filter_list_wrapper{
  position:relative;
  width:275px !important;
  margin:0 auto !important;
  text-align: center;
}

.filter_list_button{
  z-index:51 !important;
  background-color: transparent;
  width:100%;
}
.filter_list_button span{
  line-height: normal !important;
  padding-top:11px !important;
  display: block;
}
.filter_padder{
  margin: 0px auto;
}
.filter_list{
  position:relative;
  z-index:50 !important;
  margin-left:0px;
  padding-bottom:10px !important;
}
.divide30{
  padding-top:30px;
}
.divide15{
  padding-bottom:15px;
}

.mega-hovertitle{
  font-size: 40px;
  line-height: 40px;
}
.mega-hoversubtitle{
  font-size: 20px !important;
  line-height: 20px !important;
}
.mega-square .mega-hovertitle{
  font-size: 18px;
  line-height: 18px;
  width: 100%;
  left: 0;
}
.mega-square .mega-hover:hover .mega-hovertitle {
  bottom: 50%;
}
.mega-square .mega-hoversubtitle{
  font-size: 12px !important;
}

 .mega-portrait .mega-hovertitle{
  font-size: 30px;
  line-height: 30px;
  width: 100%;
  left: 0;
}
.header-image{
  color: #000;
  font-size: 55px;
  height: 485px;
  line-height: normal;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.mega-entry .mega-entry-innerwrap{
	border: 0px;
	border-radius:0px;
}
.fancybox{
  width: 100%;
  height: 100%;
  float: left;
}
.filter_wrapper_list li.filter:hover,{
  color:#fff;
  background:#717075 !important;
}
.filter_wrapper_list li.current-filter{
  color:#fff200 !important;
}
.filter_wrapper_list li.filter.selected { 
  color:#fff200 !important;
}

/************************************************** Small Devices, Tablets **************************************/ 

@media only screen and (min-width : 768px) {
  .gallery-title .spacer h1{
    margin-bottom:10px;
  }
}

/************************************************** Medium Devices, Desktops **************************************/ 

@media only screen and (min-width : 992px) {
  .gallery-title .spacer h1{
    margin-top:31px;
    margin-bottom:24px;
  }
}

/************************************************** Large Devices, Wide Screens **************************************/ 

@media only screen and (min-width : 1200px) {
  .gallery-title{
    margin-top:20px;
  }
  .gallery-title .spacer h1{
    margin-bottom:40px;
  }
}