body {
 background-color: #ffffff;
 margin: 0px;
}

html, body {
  height:100%;
}

.clear {
  clear: both;
}

.header-bar {
  width: 100%;
  height: 70px;
  background-color: #eeeeee;
  background-image: url("images/header-bar-bg.png");
  position: fixed;
  top: 0px;
  z-index: 999;

}

.header-menu {
  width: 95%;
  max-width: 1170px;
  height: auto;
  margin: 0px auto;
}

.header-logo {
  width: 290px;
  height: auto;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #aaaaaa;
}

.header-logo img {
  width: 270px;
  height: 32px;
  margin: 16px 10px;
}

.search{
 width: auto;
 height: 32px;
 margin: 16px 10px;
 float: right;
 font-style: italic;
 position: relative;
 z-index:10;
}

.search-button{
 display: none;
}

#search-field{
 height: 30px;
 width: 200px;
 color: #111111;
 margin-left: 10px;
 border: 0;
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 color: #333333;
 border-top: 1px solid #999999;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 background-image: url("images/search-icon.png");
 background-repeat: no-repeat;
 background-size: 30px 30px;
 background-position: right center;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-indent: 10px;
}

.header-link-box {
  float: right;
  width: auto;
  height: 32px;
  margin: 16px 20px;
}

.header-link-box a {
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 20px;
 color: #222222;
 text-decoration: none;
 line-height: 32px;
}

.header-link-box a:hover {
 color: #000000;
 text-decoration: underline;
}

@media screen and (max-width: 768px) {
.header-link-box {
  display: none;
 }
}

.content-container {
  display: block;
  background: #ffffff;
  width: 95%;
  max-width: 1170px;
  margin: 0px auto;
  margin-top: 90px;
  min-height: 100%;
  height:auto !important;
  height:100%;
}

.content-text {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 5px 15px;
  color: #333333;
}

.search-info {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin: 10px 0px 10px 15px;
  color: #333333;
}

.content-text span {
  font-weight: bold;
  text-transform: capitalize;
  color: #000000;
}

.search-format-select {
  width: 100%;
  margin: 5px 15px;
}

.search-format-select a{
  width: auto;
  height: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: block;
  background-color: #333333;
  float: left;
  margin: 0px 8px 0px 0px;
  padding: 5px 22px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.gallery-container {
  width: calc(100% / 4 - 30px);
  height: auto;
  margin: 15px;
  overflow: hidden;
  background: #7d7e7d;
  background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
  float: left;
  display: inline-block;
}

.gallery-image {
  position: relative;
  margin: 5px;
}

.gallery-image a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #aaaaaa;
}

.gallery-image img {
  width: 100%;
  height: auto;
  position: relative;
}

.gallery-format {
  height: 24px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.gallery-format img {
  width: 22px;
  height: 20px;
  margin: 0px 2px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.gallery-name {
  height: 50px;
  width: calc (100% - 20px);
  margin: 5px 10px;
  overflow: hidden;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
  position: relative;
}


.footer-bar {
  width: 100%;
  height: 200px;
  background-color: #666666;
  margin-top: 50px;
  display: block;
}

.footer-menu {
  width: 95%;
  max-width: 1170px;
  height: auto;
  margin: 0px auto;
}

.footer-logo {
  width: 550px;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}

.footer-logo img {
  width: 550px;
  max-width: 100%;
  height: auto;
  margin: 30px 0px 20px 0px;
}

.footer-text {
  width: 550px;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #cccccc;
  text-align: center;
}


/*
################
               start media sizes 
################
*/

@media screen and (max-width: 1080px) {
.gallery-container {
  width: calc(100% / 3 - 20px);
  height: auto;
  margin: 10px;
  overflow: hidden;
  background: #7d7e7d;
  background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
  float: left;
  display: inline-block;
 }
}

@media screen and (max-width: 768px) {
.gallery-container {
  width: calc(100% / 2 - 20px);
  height: auto;
  margin: 10px;
  overflow: hidden;
  background: #7d7e7d;
  background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
  float: left;
  display: inline-block;
 }
.header-bar {
  width: 100%;
  height: 100px;
  background-color: #eeeeee;
  background-image: url("images/header-bar-bg.png");
  position: relative;
}
.header-menu {
  width: 95%;
  max-width: 1170px;
  height: 100%;
  margin: 0px auto;
}
.header-logo {
  width: 100%;
  height: auto;
  margin: 0px auto;
  text-align: center;
}
.header-logo img {
  width: 270px;
  height: 32px;
  margin: 5px auto;
}
.search{
 width: 100%;
 height: 32px;
 margin: 5px auto;
 font-style: italic;
 position: relative;
 z-index:10;
 text-align: center;
}
.search-button{
 display: none;
}
#search-field{
 height: 30px;
 width: 200px;
 color: #111111;
 margin-left: 10px;
 border: 0;
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 color: #333333;
 border-top: 1px solid #999999;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 background-image: url("images/search-icon.png");
 background-repeat: no-repeat;
 background-size: 30px 30px;
 background-position: right center;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-indent: 10px;
}
.content-container {
  margin-top: 20px;
}
}

@media screen and (max-width: 480px) {
.content-container {
  display: block;
  background: #ffffff;
  width: 95%;
  margin: 0px auto;
  margin-top: 20px;
 }
.gallery-container {
  width: calc(100% - 20px);
  max-width: 360px;
  height: auto;
  margin: 10px;
  overflow: hidden;
  background: #333333;
  background: #7d7e7d;
  background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
  float: left;
  display: inline-block;
 }
}

.pagination {
  width: 100%;
  height: auto;
  margin: 13px 0px;
}

.pagination-button-next {
  width: 110px;
  height: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: block;
  margin: 15px;
  padding: 10px 0px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  text-align: center;
  background: #2a2a2a;
}

.pagination-button-previous {
  width: 110px;
  height: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: block;
  margin: 15px;
  padding: 10px 0px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  text-align: center;
  background: #2a2a2a;
}

.pagination-button-next:hover {
  background: #111111;
  color: #ffffff;
}

.pagination-button-previous:hover {
  background: #111111;
  color: #ffffff;
}

.archive-button {
  width: 220px;
  height: auto;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  background: #2a2a2a;
  float: left;
  margin: 15px;
}

.archive-button:hover {
  background: #111111;
  color: #ffffff;
}

.letter-select {
  width: 100%;
  margin: 20px 0px;
}

.letter-select a {
  width: calc(100% / 26 - 12px);
  min-width: 20px;
  height: auto;
  margin: 5px;
  display: block;
  float: left;
  background-color: #f9f9f9;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  border: 1px solid #111111;
}

.letter-select span {
  width: calc(100% / 26 - 13px);
  min-width: 20px;
  height: auto;
  margin: 5px;
  display: block;
  float: left;
  background-color: #111111;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
  border: 1px solid #111111;
}

.letter-select a:hover {
  background-color: #111111;
  color: #ffffff;
}


.star-link {
  width: calc(100% / 5 - 11px);
  min-width: 170px;
  height: auto;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  float: left;
  padding: 5px 0px;
  margin: 5px;
  background: #2a2a2a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;

}

.star-link span {
  width: 100%;
  height: auto;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #dddddd;
  text-decoration: none;
  text-align: center;
  padding: 2px 0px;

}

.star-link:hover {
  background: #000000;
}

@media screen and (max-width: 1080px) {
.star-link a {
  width: calc(100% / 4 - 11px);
  min-width: 170px;
 }
}

@media screen and (max-width: 768px) {
.star-link a {
  width: calc(100% / 3 - 11px);
  min-width: 170px;
 }
}

@media screen and (max-width: 600px) {
.star-link a {
  width: calc(100% / 2 - 11px);
  min-width: 170px;
 }
}

@media screen and (max-width: 400px) {
.star-link a {
  width: calc(100% - 11px);
  min-width: 170px;
 }
}
