#album-photo-item .download_menu .download-button{ border-radius:25px; }

#album-photo-item.content_item{ display:block;}
.photo_details dt{ font-weight:normal !important;  }
#album-photo-item .like_buttons{ border:0; }
#album-photo-item #photo_container{ display:block; }
#album-photo-item #photo_container:before {
    content: "";
    display: block;
    position: absolute;
    height: 90px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}
#album-photo-item .photo_details {
    padding: 10px 10px;
    background: unset;
    margin: 0;
    font-size: 13px;
    color: unset;
    box-sizing: border-box;
    overflow: hidden;
}
#album-photo-item .album-photo-author{ text-decoration:none !important; color:#000; }
.photo_details dt, .photo_details dd{ line-height:18px; }
#photo_container h1{ text-align:center !important; 
height: unset !important;line-height: 1.2 !important; padding-top:20px !important; padding-bottom:20px !important; font-size:22px !important; }

.photo_navigation {
    width: 58px !important;
}
.photo_navigation:after {
    content: '';
    height: 58px !important;
    width: 58px !important;
    background-image: url('../images/svg/arrow-left.svg') !important;
    background-size:58px 58px !important;
	background-position: 0px 0 !important;
    position: absolute;
    top: 50%;
    margin-top: -29px !important;
	opacity:0.8;
}
.photo_navigation.next_item:after {
    background-image: url('../images/svg/arrow-right.svg') !important; 
}

#album-photo-item .photo_navigation.prev_item{ left:40px !important; }
#album-photo-item .photo_navigation.next_item{ right:40px !important; }



.album-photo-wrapper{ position:relative; margin-bottom:90px; margin-left:-20px;margin-right:-20px; }
.album-photo-wrapper .info_bar_bottom_rating{
	position: absolute; bottom:0; left:0; right:0; z-index:14;
	}
.album-photo-wrapper .info_bar_bottom_rating .bar_item.bi_rating{ margin-bottom:20px; }	
.album-photo-wrapper .info_bar_bottom_rating .users-list{ 
margin:0; margin-bottom:-90px; width:100%; justify-content:center; background:unset !important; }	
.album-photo-wrapper .rating-big .rating_widget .score span,
.album-photo-wrapper .rating_widget .arrow span:before, .album-photo-wrapper .rating_widget .arrow a:before{ color:#fff !important; }
.album-photo-wrapper .rating-big .rating_widget .score span{ font-size:20px;  }


#related_photos_wrap{ margin-top:20px; }



@media screen and (max-width: 1200px) {	
#album-photo-item .photo_details dt{ display:none; }
#album-photo-item .photo_details dd{ display:block;float:none; width:100%; }
}

@media screen and (max-width: 768px) {
#album-photo-item .photo_navigation.prev_item{ left:20px !important; }
#album-photo-item .photo_navigation.next_item{ right:20px !important; }
}