.content-filters{
	padding: 0 13px 0 9px;
}
.content-filters .container{
	background-color: #bd0000;
}
.content-filters .container label{
	color: white;
    font-size: 12px;
    line-height: 12px;
}
.content-filters .filters .types {
	 float: right;
	 margin-top: 0.5em;
}
.custom-select {
	background: url(/css/images/icon_dropdown-arrow.png) no-repeat #ffffff right top;
    border: 2px solid #d7d7d7;
    cursor: pointer;
    display: inline-block;
    height: 2em;
    padding-right:1.5em;
	padding-left:.75em;
    position: relative;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
	border-radius: 0;
	-webkit-appearance: none;

    -moz-appearance: none;
    appearance: none;
    text-overflow:'';
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: "";  /*Removes default arrow from firefox*/
}
.custom-select::-ms-expand{
    display: none;
}
.custom-select option { padding:.25em; }
.custom-select:hover, .custom-select:focus {
    border-color: #363636;
    color: #363636;
	border-radius: 0;
	-webkit-appearance: none;
}
.custom-select-wrapper .custom-select-label {
    display: block;
    line-height: 1;
    padding: 0.3em 0 0 0.75em;
    position: relative;
    width: 100%;
    z-index: 1;
}
.custom-select-wrapper select {
    border: none;
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.filters {
    color: #6c6d6f;
    font: bold "ProximaNova", sans-serif;
}
.filters legend, .filters label {
    display: inline-block;
    text-transform: uppercase;
}
.filters legend {
    color: #a6a6a7;
    float: left;
    margin-right: 1.5em;
}
.filters .form-fields {
    float: left;
    margin: 0;
    padding: 0;
}
.filters .form-fields li {
    display: inline-block;
    margin-right: 1.5em;
}
.filters .form-fields label {
    margin-right: 0.25em;
}
.filters .form-fields .radios li {
    position: relative;
}
.filters .form-fields .radios label {
    position: relative;
}
.filters .form-fields .radios label:hover, .filters .form-fields .radios label:active {
    color: #dedede;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.filters .form-fields .radios label:before {
    background: url(/css/images/sprite_filter-icons.png) no-repeat transparent left top;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 0.5em -2px 0;
    width: 18px;
    filter: brightness(0) invert(1);
}
.filters .form-fields .radios .type-all:before {
    background-position: left 1px;
}
.filters .form-fields .radios .type-all:hover:before, .filters .form-fields .radios .type-all.active:before {
    background-position: left -14px;
}
.filters .form-fields .radios .type-photo:before {
    background-position: left -49px;
}
.filters .form-fields .radios .type-photo:hover:before, .filters .form-fields .radios .type-photo.active:before {
    background-position: left -63px;
}
.filters .form-fields .radios .type-video:before {
    background-position: left -99px;
}
.filters .form-fields .radios .type-video:hover:before, .filters .form-fields .radios .type-video.active:before {
    background-position: left -115px;
}
.filters .form-fields .radios input[type='radio'] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

/* Extendables */
/* ================================= */
/* Icon Links */
.content-filters {
  padding: 0px;
  margin-top: 0px;

}
@media screen and (max-width: 830px) {
  .content-filters .container {
    padding-top: 0em !important;
    padding-bottom: 0 !important;
  }
  .content-filters legend {
    display: none;
  }
}

.content-filters .filters {
  padding: 10px;
}
@media screen and (max-width: 800px) {
  .content-filters .filters .form-fields {
    clear: both;
    float: none;
  }
  .content-filters .filters li {
    display: inline-block;
    margin: 1em 1em 0 0;
    width: auto;
  }
  .content-filters .filters label {
    display: block;
    line-height: 1em;
  }
}
@media screen and (max-width: 630px) {
  .content-filters .filters li {
    display: block;
  }
  .content-filters .filters .custom-select-wrapper {
    width: 100%;
  }
  .content-filters .filters {
    padding: 0px 10px;
  }
  .custom-select{
  	width:100%
  }
   
   .content-filters .filters .types {
  	text-align: center;
  	margin: 0em 0 1em !important;
  }
}
.content-filters .filters .types {
  margin-left: 2em;
}
.content-filters .filters .types li {
  display: inline-block;
}
.content-filters .filters .types label {
  text-align: left;
  width: auto;
}
@media screen and (max-width: 1130px) {
  .content-filters .filters .types {
    display: block;
    margin: 0.5em 0 1em;
  }
   .content-filters .form-fields label{
  	display: none;
  }
   .content-filters .types label{
  	display: block;
  }
}


  .content-filters .types {
    margin-left: 2em;  }

.gallery {
  padding: 0; }


  .gallery .photo-grid li {
   /* width: 25%; */ }
    .gallery .photo-grid li:nth-last-child(-n+4) {
      border-bottom: 1px solid white; }
    .gallery .photo-grid li a:after {
      background: url(../images/icon_camera.png) no-repeat transparent center top; }
    .gallery .photo-grid li a.video:before {
      top: 60%; }
    .gallery .photo-grid li a.video:after {
      background: none;
      height: 30px;
      margin-top: -2.5em;
      padding-top: 65px; }
    .gallery .photo-grid li a.video span:after {
      background: url(../images/icon_video-play.png) no-repeat transparent center top;
      content: "";
      display: block;
      height: 70px;
      margin-top: -35px;
      position: absolute;
      top: 50%;
      width: 100%;
      z-index: 3; }


.gallery-empty {
  display: none;
  visibility:hidden;
  color: #6c6d6f;
  text-transform: uppercase;
  text-align: center;
}




.GalleryDetailThumb
{
    margin-left:auto; margin-right:auto; width:875px; clear:both;  text-align:left;
}

.GalleryDetailImg
{
    width:100px; margin:10px; padding:2px; float:left;
    text-align:center;
}

.GalleryDetailText
{
    width:342px;  margin:0px 15px 10px 10px; padding:2px; float:left;
    text-align:left;
   
    min-height:70px;
}


.GalleryDetailImg img
{
    border:none;
  
}

.belowMainPic
{
    margin-left:auto; margin-right:auto; width:875px; clear:both; height:40px; min-height:40px; text-align:left;
    margin-top:10px;
}

.aboveMainPic
{
    margin-left:auto; margin-right:auto; width:870px; clear:both;  height:30px; margin-top:10px; min-height:30px; text-align:left;
}

.LinkList 
{
    
    border-left:solid 1px grey;
    
   min-height:120px;
    width:180px; 
    padding:10px; 
    padding-top:0px;
    float:left; 
    clear:none;
    margin-left:5px;
    
    text-align:left;
}


.LinkList h4
{
    padding-top:0px;
    margin:0px;
    padding-bottom:10px;
}
.LinkList a
{
    color:Gray;
     
}

.LinkList a:hover
{
    color:Red;
}

.VideoContainer 
{
    width:226px; 
    padding:6px; 
    float:left; 
    clear:none;
 text-align:center;
 border:none;
}
.VideoContainer  a
{
 border:none;
}

.VideoContainer img
{
 border:none;
}


.InfoContainer 
{
   
    padding:20px; 
    width:870px;
    float:left; 
    margin-left:40px;
}