@charset "utf-8";
.gallery {
 	max-width: 900px;
  min-height: 100%;
  margin: 50px auto 0 auto;
  position: relative;
  padding: 0 5px; 
}
.gallery .sorting span {
 	padding: 0px 0px 10px 0px;
  color: #717171;
  font-style: italic;
  display: block;
  letter-spacing: .1em;
}
.gallery .sorting div {
  margin-top: 20px;
}
.gallery .sorting a {
 	color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 20px; 
  background: url(../images/check_normal.gif) no-repeat 0px 3px;
  width: 20%;
  float: left;
  margin-bottom: 5px;
}
.gallery .sorting a:hover {
 	color: #e5aa2c; 
}
.gallery .sorting a.selected {
 	color: #e5aa2c;
  background-image: url(../images/check_selected.gif); 
}
.gallery_container {
  margin: 40px 0;
}
.gallery .photos .thumbnail_container {
 	position: relative;
}
.subheader {
 	position: relative;
  width: 85%;
  margin-bottom: 20px;
}
.gallery .photos .thumbnail_container a.thumbnail {
 	position: absolute; 
}
.gallery .photos .thumbnail_container a.thumbnail img {
 	width: 150px;
  height: 150px;
  border: 1px solid #636363;
}
iframe {
  border: 1px solid #636363;
 	margin-bottom: 50px;
}
@media screen and (min-width:0px) and (max-width:799px) {
  .gallery {
   	width: 90%;
  }
  .gallery .sorting a {
   	width: 43%; 
  }
  .gallery .photos {
    margin-left: 50px; 
  }
}