.photo-handler{
  background: #000;
  text-align: center;
  position: relative;
  display: table-cell;
  width:100%;
  padding: 5px;
  vertical-align: middle;
}
.photo-valign-fix{
  display: table;
  width:100%;
  height: 500px;
  min-height: 400px;
  max-height: 720px;
}
.photo-handler img{
  margin:0 auto;
  max-height: 700px;
}
.photo-copyright{
  margin-top: 30px;
}
h4.title{
  font-style:normal!important;
  margin: 10px 0;
  padding: 0;
}
.photo-wrapper{
  width: 100%;
  position: relative;
}
.link-deactive{
  color:#999!important;
  cursor: pointer!important;
}
.link-deactive:hover{
  text-decoration: none;
  color:#999!important;
}
.single-photo-meta{
  list-style: none;
  margin: 0;
  padding: 0;
}
.photo-wrapper .photo-navigation{
  visibility: hidden;
}
.photo-wrapper:hover .photo-navigation{
  visibility: visible;
}
.photo-navigation{
  z-index: 999;
  width: 100%;
}
#fullscreenView{
  position: absolute;
  z-index: 20;
  font-size: 20px;
  right: 10px;
  top: 10px;
  color:#fff;
  opacity: 0.4;
}
#fullscreenView:hover{
  text-decoration: none;
  opacity: 1;
}
.photo-navigation-link{
  position: absolute;
  opacity: 0.4;
  margin: 0;
  top: 46%;
  margin-top: 0;
  padding: 0;
  width: 90px;
  height: 110px;
}
.photo-navigation-link:hover{
  opacity:1;
}
.photo-navigation-link-prev{
  position: absolute;
  left: 2%;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right:30px solid white;
  z-index: 20;
}
.photo-navigation-link-next{
  position: absolute;
  right: 2%;
  width: 0px;
  height: 0px;
  background: none;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid white;
  z-index: 20;
}
ul.album-metadata-list {
  list-style: none;
  padding: 0;
}
table.table.table-hover.table-striped {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.photo-after{
  margin: 20px 0;
}
.photo-title h2{
  margin: 0;
  font-weight: normal;
  line-height: normal;
  font-size: 26px;
}
.photo-tools{
  margin:0;
  text-align: right;
  list-style: none;
}
.meta-title:first-child{
  padding-top: 0;
}
.meta-title:last-child{
  border-bottom:none!important;
}
.meta-title{
  padding: 5px 0;
}
.meta-title h4{
  font-size: 15px;
  color: #444;
  font-weight: normal;
  margin:0!important;
  font-style: normal!important;
}
a.toggle{
  display: block;
  background:red;
  padding:5px;
  background: #eee;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
a.toggle:hover{
  text-decoration: none;
}
.download-sizes{
  list-style: none;
  margin: 0;
  display: inline-block;
}
.download-sizes .preview-small{
  width: 20px;
  height:20px;
  display: inline-block;
}
.download-sizes .preview-medium{

  width: 40px;
  height:40px;
  display: inline-block;
}
.download-sizes .preview-large{

  width: 60px;
  height:60px;
  display: inline-block;
}
.download-sizes .preview-original{
  width: 80px;
  height:80px;
  display: inline-block;
}
.download-sizes li{
  display: inline!important;
  padding-right: 20px;
}
.download-sizes li a:hover{
  text-decoration: none;
  color: #666;
}
.download-sizes li a:hover img{
  opacity: 0.6;
}

.meta-table-single {
  font-size: 14px!important;
}
.info-list{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
table.meta-table-single td:nth-child(1) {
  color: #000!important;
  padding-right: 5px;
}
.full-screen-close{
  position: absolute;
  z-index: 9999999999999!important;
  width: 50px;
  text-align: right;
  font-size: 50px;
  color: #fff;
  top: 20px;
  right: 20px;
  height:50px;
}
.full-screen-close a{
  color: #fff;
  text-decoration: none;
}
.full-screen-close a:hover{
  color:#fff;
  text-decoration: none;
}
#fullscreenViewTemplate{
  width:960px;
  height:0px;
}
.full{
  width:100%!important;
  height:100%!important;
  background:#000!important;
}
#chooseSizeTextarea {
  width: 97%!important;
  margin-top: 20px;
}
#embedView-selectBox select{
  width: 100%!important;
}
.text-right{
  text-align: right;
}
