/*======================================
=            List of Images            =
======================================*/
.row-fluid {
  width: 100%;
}
.row-fluid::before,
.row-fluid::after {
  content: "";
  display: table;
  line-height: 0;
}
.row-fluid::after {
  clear: both;
}
.js-stools {
  margin-top: 5px;
}
.js-stools-container-bar label {
  display: none;
}
.contest_item {
  position: relative;
  margin-bottom: 15px;
  background: #eee;
  padding-bottom: 15px;
  border-radius: 2px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
}
.contest_item:hover {
  background: #e1e1e1;
}
.contest_item span.hot_links {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 4px 5px;
  color: #164d7d;
  z-index: 1;
}
.contest_item .img_box {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.contest_item .img_box img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  width: 100%;

}
.contest_item .img_box:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.1);
  -moz-transform: scale(1.03);
}
.contest_item p,
.contest_item h3 {
  margin-left: 10px;
}
td span.position {
  font-size: 45px;
  vertical-align: middle;
  padding-top: 5px;
}
td span.position sup {
  font-size: 50%;
}
.top_winners td span.position {
  font-size: 45px;
}
.top_winners td span.position sup {
  font-size: 50%;
}
.top_winners td a {
  font-size: 15px;
}
.table tr:first-child td {
  border-top: none !important;
}
/*=====  End of List of Images  ======*/
/*=============================================
=            photo contest Details            =
=============================================*/
.contest_details .main_image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.contest_details .main_image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.contest_details .main_image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.contest_details .width80 {
  width: 80%;
  float: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .contest_details .width80 {
    width: 100%;
  }
}
.contest_details .width60 {
  width: 60%;
  float: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .contest_details .width60 {
    width: 100%;
  }
}
.contest_details .width50 {
  width: 50%;
  float: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .contest_details .width50 {
    width: 100%;
    float: left;
  }
}
.contest_details .width20 {
  width: 20%;
  float: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .contest_details .width20 {
    width: 100%;
  }
}
.contest_details .width40 {
  width: 40%;
  float: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .contest_details .width40 {
    width: 100%;
  }
}
.contest_details .details_header {
  display: block;
  max-width: 100%;
  margin-top: 15px;
}
.contest_details .details_header h1 {
  margin-top: 0;
}
.contest_details h2.desc_label {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-top: 0;
}
.contest_details .photo_info {
  text-align: right;
}
.contest_details .photo_info span {
  text-align: right;
  cursor: default !important;
}
.contest_details .author-button {
  padding: 19px 0px 19px !important;
  overflow: hidden;
  display: block;
  margin-top: 10px;
  width: 100%;
}
.contest_details .author-button .uploaded_by {
  margin-left: 19px;
  cursor: default !important;
}
@media screen and (max-width: 767px) {
  .contest_details .author-button .uploaded_by {
    margin-bottom: 20px !important;
  }
}
.contest_details .author-button .votes_button {
  float: right;
  margin-right: 19px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .contest_details .author-button .votes_button {
    float: left;
    margin-left: 19px;
  }
}
.contest_details .author-button .votes_button a {
  color: #fff;
}
ul.pagination-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.pagination-list > li {
  list-style: none;
  display: inline-block;
  text-align: center;
  float: none;
  margin: 0 5px 0 0;
}
ul.pagination-list > li > a {
  padding: 5px 10px !important;
  background: #164D7D;
  color: #fff;
  line-height: 24px !important;
}
ul.pagination-list > li > a > span,
ul.pagination-list > li > span > span {
  line-height: 24px !important;
  padding: 0px !important;
  background: transparent !important;
  border: none !important;
}
ul.pagination-list > li > a.pagenav {
  background: #1e68a8;
  color: #fff;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #999 !important;
  color: #ffffff !important;
}
.photolist .limit,
.photolist .counter {
  display: none !important;
}
.photolist .js-stools-container-bar .btn-wrapper.input-append {
  margin-bottom: 5px;
}
.photolist .js-stools-container-bar .btn-wrapper.input-append input#filter_search {
  min-height: 36px;
  border: 1px solid #ccc;
  padding-left: 6px;
  border-radius: 3px;
}
.photolist .js-stools-container-bar .btn-wrapper.input-append .btn.hasTooltip {
  min-height: 36px;
}
.photolist .js-stools-container-bar .btn.hasTooltip.js-stools-btn-filter,
.photolist .js-stools-container-bar .btn.hasTooltip.js-stools-btn-clear {
  min-height: 36px;
}
.btn_vote {
  padding: 10px;
  border-radius: 2px;
}
.pagination a,
.pagination span {
  line-height: 20px ;
}
/*=====  End of photo contest Details  ======*/
/*================================
=            Top Ten             =
================================*/
table.top_ten th,
table.top_ten td {
  text-align: center;
  vertical-align: middle !important;
}
.custom_css:first-child {
  padding-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .custom_css:first-child {
    padding-left: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .custom_css:first-child {
    padding-left: 15px !important;
  }
}
/*=====  End of Top Ten   ======*/
/*====================================
=            Social Share            =
====================================*/
.share-icon {
  display: inline-block;
  color: #ffffff;
  border: none;
  padding: 0.3em;
  width: 2.5em;
  opacity: 0.9;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  outline: none;
  text-align: center;
}
.share-icon:active {
  position: relative;
  top: 2px;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}
.share-icon.twitter {
  background: #55acee;
}
.share-icon.twitter:hover {
  background: #83c3f3;
}
.share-icon.google-plus {
  background: #dd4b39;
}
.share-icon.google-plus:hover {
  background: #e47365;
}
.share-icon.facebook {
  background: #3B5998;
}
.share-icon.facebook:hover {
  background: #4c70ba;
}
.share-icon.stumbleupon {
  background: #EB4823;
}
.share-icon.stumbleupon:hover {
  background: #ef6f52;
}
.share-icon.reddit {
  background: #ff5700;
}
.share-icon.reddit:hover {
  background: #ff7933;
}
.share-icon.linkedin {
  background: #4875B4;
}
.share-icon.linkedin:hover {
  background: #6b90c4;
}
.share-icon.pinterest {
  background: #CB2027;
}
.share-icon.pinterest:hover {
  background: #e03e44;
}
/*=====  End of Social Share  ======*/
