/*.photocontests_content{
    background-image: url(image/white-starlight.png);
    background-repeat:  repeat;   
}
.photocontests_item .backgr{
    background-image: url(image/pattern_83_1555561893451.png);
    background-repeat:  repeat;
}*/

.ph-tab-top-panel{
    position: absolute;
    top: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 30px;
    z-index: 99999;
    opacity: 1;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.56);

}

#photo_list .item .comments{
    background-image: url(../../images/icons/comment-small.png);
    background-repeat: no-repeat;
    background-position: -2px center;
    margin-left: 5px;
    padding-left: 15px;
    line-height: 35px;
}
#photo_list .item .rating{
    background-image: url(image/heart_health_24px.png);
    background-repeat: no-repeat;
    background-position: -2px center;
    margin-left: 5px;
    padding-left: 20px;
    line-height: 35px;
}
#photo_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#photo_list .item  img{
    width: 100%;
    overflow: hidden;
    display: block;

}
#photo_list .item {
    position: relative;
    float: left;
    width: calc(100% / 3 - 10px);
    margin: 5px;
    overflow: hidden;
    height: 150px;
}
#photo_list .item:hover .ph-tab-panel{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.ph-tab-panel a{
    color: #fff;
    padding: 5px 7px;
    border-radius: 2px;
    transition: .2s;
    outline: 0;
    text-decoration: none;
    background: rgba(0, 0, 0, .7);
    float: right;
    position: relative;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    box-shadow: 0 0 15px 1px #fff;
    z-index: 1;
}
.ph-tab-panel{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    padding: 10px 10px 8px;
    opacity: 0;
    transition: .25s;
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;   
}

.photo_rating_info_list .item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 2px;
}

.photo_rating_info_list .item img , .photo_rating_info_list .item  a{
    float: left;
}
.photo_rating_info_list .item  a{
    padding: 5px;

}
#photo_rating_info_window{
    min-width: 200px;
    min-height: 40px;
    padding: 5px;
}

#photo_container h1 .name{
    position: relative;
    float: left;
    padding: 5px;
}



.fullscreen_photo_continer{
    position: relative;
    display: block;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    height: 70px;
}   
.fullscreen_photo_footer a:hover,.fullscreen_photo_footer_raigt .vote_button a:hover{
    background-color:#1558a8;
}
.fullscreen_photo_footer_left a{
    display: block;
    float: right;
    color: #fff;
    background: #3682de;
    border: medium none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    height: 37px;
    margin: 0;
    transition: background 0.6s ease, color 0.4s linear;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    width: 300px;
    background-image: url(image/send_comment_32px.png) ;
    background-repeat: no-repeat;
    background-position: 5px center;

}

.fullscreen_photo_footer_left{
    width: 300px;
    position: absolute;
    overflow: hidden;
    left:5px;
    top: -15px;  
}
.fullscreen_photo_footer_raigt .vote_button a{
    display: block;
    float: right;
    color: #fff;
    background: #3682de;
    border: medium none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    height: 37px;
    margin: 0;
    transition: background 0.6s ease, color 0.4s linear;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    width: 300px;
    background-image: url(image/like_32px.png) ;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.fullscreen_photo_footer_raigt{
    width: 300px;
    position: absolute;
    overflow: hidden;
    right: 5px;
    top: -15px;
}
.fullscreen_photo_footer{
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    opacity: 0.6;
    transition: .25s;
}

.fullscreen_photo_footer:hover{
    opacity:1; 
    transition: .25s;
}

.fullscreen_photo .close{
    z-index: 9999 !important;
}

.next_item:hover{
    right: 0px;
    opacity: 1;
    transition: .25s;
}
.prev_item:hover{
    left: 0px; 
    opacity: 1;
    transition: .25s;
}
.photo_navigation {
    width: 80px !important;
}
.fullscreen_photo{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #000;
    text-align: center;
    display: flex;
}
.fullscreen_photo h1{
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 5px;
    color: #fff;
}
.fullscreen_photo img{
    display: inline-block;
    max-height:100%;
    max-width: 100%;
    margin: auto;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.about_block {
    width: 40%;
    float: left;
}

.moderation_item {
    border: 1px double #ecf0f1;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 2px;
    display: block;
    float: left;
    position: relative;
    width: 98%;

}

.moderation_item .about_block .links {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.moderation_item .about_block .links a {
    font-size: 11px;
    color: #999;
    border-bottom: dashed 1px #999;
    text-decoration: none;
    margin-right: 6px;
}

.moderation_item .about_block .links a:hover {
    color: #d35400;
    border-bottom: dashed 1px #d35400;

}

.moderation_image {
    float: left;
    position: relative;
    margin-right: 10px;
    width: 400px;
    height: 200px;
    display: block;
    overflow: hidden;;
}

.tpanel {
    position: relative;
    margin-top: 40px;
    text-align: center;
}

.bpanel {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bhover:hover {
    background-color: #71bef2;;
    transition: background 0.6s ease, color 0.4s linear;
    border-radius: 5px;

}

.bgo {
    background-image: url(image/google.png);
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin: 2px;
    position: relative;
    float: left;
}

.bvk {
    background-image: url(image/vkontakte.png);
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin: 2px;
    position: relative;
    float: left;
}

.bok {
    background-image: url(image/odnoklassniki.png);
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin: 2px;
    position: relative;
    float: left;
}

.bmr {
    background-image: url(image/mail-ru.png);
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin: 2px;
    position: relative;
    float: left;
}

.bmr {
    background-image: url(image/mail-ru.png);
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin: 2px;
    position: relative;
    float: left;
}

.bfb {
    background-image: url(image/facebook.png);
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin: 2px;
    position: relative;
    float: left;
}

.btw {
    background-image: url(image/twitter.png);
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin: 2px;
    position: relative;
    float: left;
}

.content_list.tiled .tile .photo .note {
    position: absolute;
    padding: 3px 6px;
    background: rgba(0, 0, 0, 0.80);
    color: #FFF;
    font-size: 14px;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.content_list.tiled .tile .photo {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 0 !important;;
    position: relative;
    background: #bdc3c7;
}

.content_list.tiled .tile {
    float: left;
    margin-bottom: 20px;
    padding-right: 10px;
    box-sizing: border-box;
}

.panel {
    margin-left: auto;
    margin-right: auto;
    min-width: 100px;
    max-width: calc(50% + 50px);
}

.heart {
    background-image: url(image/heart_health_24px.png);
    background-repeat: no-repeat;
    background-position: 1px center;
    margin-left: 5px;
    padding-left: 30px;
}

.heart2 {
    background-image: url(image/heart_health_24px.png);
    text-shadow: 1px 1px 1px #666;
    background-repeat: no-repeat;
    background-position: 1px;
    display: inline-block;
    padding: 5px 10px 10px 30px;
    border-radius: 2px;
    transition: .2s;
    outline: 0;
    text-decoration: none;
    position: absolute;
    top: 1px;
    right: 10px;
    color: #FFF;
    text-align: left;
    font-size: 20px;
    z-index: 0;
}
.line{
    width: 100%;
    display: block;
    height: 30px;
    margin-bottom: 4px;
}


.position {
    text-shadow: 1px 1px 1px #666;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 2px;
    transition: .2s;
    outline: 0;
    text-decoration: none;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #FFF;
    text-align: left;
    font-size: 26px;
    z-index: 0;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.bronze {
    background-image: url(image/medals.png);
    width: 64px;
    background-position: -204px;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 40px;
}

.silver {
    background-image: url(image/medals.png);
    width: 64px;
    background-position: -100px;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 40px;
}

.gold {
    background-image: url(image/medals.png);
    width: 64px;
    background-position: 6px;
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 40px;
}

.hover_image:after {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}


.img-photos {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 90px;
}

.photo-fraim {
    display: block;
    position: relative;
    float: left;
}

.concurs-photos-wrap .photo .buttom_plit .vote_button a:hover {
    background-repeat: no-repeat;
    background-position: 5px center;
    transition: .25s;
    background-color: rgba(13, 123, 248, 0.63);
}

.concurs-photos-wrap .photo .buttom_plit .vote_button a {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 39px;
    text-shadow: 1px 1px 1px #666;
    background-image: url(image/like_32px.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 40px;
    transition: background .25s;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    color: #fff;
    border-radius: 2px;
    outline: 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .7);
    padding: 15px 5px 15px 40px;
}
.buttom_plit {
    margin: 2px;
    margin-top: 2px;
    position: absolute;
    line-height: 20px;
    font-size: 10px;
    width: auto;
    color: #FFF;
    box-sizing: border-box;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 1;
    transition: .25s;
    z-index: 1;
    border: medium none;
    border-radius: 5px;
    bottom: 3px;
    height: 38px;
    left: 3px;
    box-shadow: 0 0 15px 1px #fff;
}


.buttom_content  .vote_button a:hover {
    background-color:#1558a8;
}

.buttom_content  .vote_button a {
    display: block;
    float: right;
    color: #fff;
    background: #3682de;
    border: medium none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    height: 37px;
    margin: 0;
    transition: background 0.6s ease, color 0.4s linear;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    width: 300px;
    background-image: url(image/like_32px.png) ;
    background-repeat: no-repeat;
    background-position: 10px center;
}

#concurs-photos-widget .preview {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px dashed #B3C2C9;
    padding-bottom: 15px;
}

#concurs-photos-widget .preview:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#concurs-photos-widget .markItUp {
    margin: 0;
}

#concurs-photos-widget .markItUpEditor {
    height: 120px;
}

#concurs-photos-widget .preview .thumb {
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 45%;
}
#concurs-photos-widget .preview .thumb .actions{
    position: absolute;
    top: -7px;
}


#concurs-photos-widget .preview .thumb img {
    display: block;
    border: solid 1px #B3C2C9;
    padding: 4px;
    width: 90%;
}

#concurs-photos-widget .preview .info {
    float: left;
    width: 55%;
    box-sizing: border-box;
}

#concurs-photos-widget .preview .info .title input {
    margin-bottom: 10px;
}

#concurs-photos-widget .preview .info .photo_additional select {
    margin-top: 10px;
}

#concurs-photos-uploader {
    margin-top: 20px;
}

#concurs-photos-widget .thumb .actions .delete {
    position: relative;
    top: 10px;
}

/* ========================================================================== */
.photo_continer{
    width:46%;
    box-shadow: 2px 2px 4px 0 #ccc;
    margin: 4px;
}
.photo_continer_block{
    position:relative;
    width:100%;
    padding-bottom:56%; 

}
.concurs-photos-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.photo_continer_block_item .background_overlay{
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-filter:  blur(3px) grayscale(25%);
    -moz-filter: blur(3px) grayscale(25%);
    -ms-filter:  blur(3px) grayscale(25%);
    -o-filter:  blur(3px) grayscale(25%);
    filter:  blur(3px) grayscale(25%);
}
.concurs-photos-wrap .photo.unpublished img {
    -webkit-filter: blur(5px) grayscale(100%);
    -moz-filter: blur(5px) grayscale(100%);
    -ms-filter: blur(5px) grayscale(100%);
    -o-filter: blur(5px) grayscale(100%);
    filter: blur(5px) grayscale(100%);
}

.photo_continer_block_item{
    position:absolute;
    width:100%;
    height:100%;
}

.concurs-photos-wrap .photo {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;

}

.owl-carousel.concurs-photos-wrap .photo, .owl-carousel.concurs-photos-wrap {
    margin: 0;
}

.owl-carousel.concurs-photos-wrap .photo {
    float: none;
}

.widget_ajax_wrap > .owl-carousel.concurs-photos-wrap {
    margin-bottom: 10px;
}

.photo_continer_block_item .photo img {    
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;

}

.concurs-photos-wrap .photo .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    padding: 10px 10px 8px;
    opacity: 0;
    transition: .25s;
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

.concurs-photos-wrap .photo:hover
.info, #related_photos_wrap .concurs-photos-wrap .photo .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.concurs-photos-wrap .photo h3 {
    margin: 0;
    position: absolute;
    height: 40px;
    line-height: 10px;
    font-size: 16px;
    top: 20px;
    width: 100%;
    text-align: center;
    background: linear-gradient(to bottom, rgba(251, 249, 249, 0.91) 0, rgba(0, 0, 0, 0) 100%);
    color: #444242;
    box-sizing: border-box;
    margin-top: -20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0;
    transition: .25s;
    z-index: 1;
}

.concurs-photos-wrap .photo h3 a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.concurs-photos-wrap .photo h3 a {
    color: #000;
    text-decoration: none;
    text-shadow: 1px 1px 1px #666;
    display: block;
    height: inherit;
    padding: 10px 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: contain;
}

.concurs-photos-wrap .photo:hover h3, .widget_ajax_wrap > .owl-carousel.concurs-photos-wrap .photo h3 {
    opacity: 1;
}

.concurs-photos-wrap .photo .info a {
    color: #fff;
    padding: 5px 7px;
    border-radius: 2px;
    transition: .2s;
    outline: 0;
    text-decoration: none;
    background: rgba(0, 0, 0, .7);
    float: right;
    position: relative;
    margin-right: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    box-shadow: 0 0 15px 1px #fff;
    z-index: 1;
}

.concurs-photos-wrap .photo .info a:hover {
    background: rgba(13, 123, 248, 0.63);
}

.concurs-photos-wrap .photo .photo-counts {
    float: right;
    position: relative;
    top: 5px;
    right: 5px;
    height: 20px;
    overflow: hidden;
    margin: 0 0 0 5px;
}

.concurs-photos-wrap .photo .photo-counts > * {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}

.concurs-photos-wrap .photo .photo-counts > *:before, .photo_icon:before {
    content: '';
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.concurs-photos-wrap .photo .info .comments:before {
    background: url(../../images/photo-sprites.png) no-repeat -5px -16px;
}

.concurs-photos-wrap .photo .info .rating:before {
    background: url(../../images/photo-sprites.png) no-repeat -48px -16px;
}

.concurs-photos-wrap .photo .info .hits-count:before {
    background: url(../../images/photo-sprites.png) no-repeat -186px -13px;
}

.photo_icon.icon_download:before {
    background: url(../../images/photo-sprites.png) no-repeat -148px -13px;
}

.concurs-photos-wrap .photo .delete, #concurs-photos-widget .actions .delete {
    position: absolute;
    top: -22px;
    right: 0;
    text-decoration: none;
    background-color: rgba(215, 44, 44, 0.5);
    color: #FFF;
    padding: 4px 8px;
    font-size: 12px;
    height: 22px;
    box-sizing: border-box;
    line-height: 16px;
    transition: .25s;
    z-index: 99;
}

.concurs-photos-wrap .photo .delete:hover, #concurs-photos-widget .actions .delete:hover {
    background-color: rgba(215, 44, 44, 0.7);

}

.concurs-photos-wrap .photo:hover .delete {
    top: 0;
}

.concurs-photos-wrap .photo > a {
    max-height: 100%;
}

.concurs-photos-wrap .photo .info .positive {
    color: lime;
}

.concurs-photos-wrap .photo .info .negative {
    color: red;
}

.show-more {
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #B3C2C9;
    color: #FFF;
    padding: 7px;
    margin: 17px 0 20px 0;
    background-position: center center;
    height: 26px;
    box-sizing: border-box;
    line-height: 12px;
}

.show-more.loading {
    background-color: #FFF;
}

.show-more.loading > span {
    display: none;
}

.show-more:hover {
    background-color: #bed4de;
    color: #FFF;
}

span.tags_bar {
    padding-left: 20px;
    background: url(../../images/icons/tag.png) no-repeat left center;
    line-height: 16px;
}

.parent_title a + span.tags_bar {
    margin: 0 0 0 10px;
}

span.concurs_date:before, span.concurs_date:after, span.concurs_hits:after, .exif_info > span:not(:last-child):after {
    content: '\002022';
    margin: 0 5px;
}

#body section h1 + .parent_title {
    color: #95a5a6;
    font-size: 15px;
}

#body section h1 + .parent_title a {
    color: inherit;
    text-decoration: none;
}

#body section h1 + .parent_title a:hover {
    color: #D35400;
    text-decoration: underline;
}

span.concurs_user {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

span.concurs_user img {
    border-radius: 50%;
}

/* ========================================================================== */
.photo_filter {

    font-size: 13px;
    background-color: #ecf0f1;
    margin: -10px 0 15px 0;
    padding: 0 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.photo_filter .box_menu {
    line-height: 50px;
    margin-right: 35px;
    cursor: pointer;
    opacity: 0.8;
    white-space: nowrap;
    position: relative;
    transition: 0.2s;
    display: inline-block;
}

.photo_filter .box_menu.clear_filter {
    text-decoration: none;
    color: #FFF;
    margin-right: 0;
    font-weight: bold;
    background-color: #d35400;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 50%;
}

.photo_filter .box_menu.clear_filter:after {
    content: initial;
}

.photo_filter .box_menu:after {
    content: '';
    background: url(../../images/chosen-sprite.png) no-repeat 2px 0px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -18px;
    top: 15px;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.photo_filter .box_menu:hover, .photo_filter .box_menu:hover:after {
    opacity: 1;
}

.box_menu_dd {
    display: none;
    position: absolute;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
    padding: 5px 0;
    top: 38px;
    z-index: 10;
}

.box_menu_dd a {
    display: block;
    line-height: 15px;
    font-size: 13px;
    white-space: nowrap;
    color: rgb(85, 85, 85);
    padding: 7px 35px 7px 18px;
    margin: 0px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.box_menu_dd a:hover {
    text-decoration: none;
    background: rgb(241, 241, 241);
}

.box_menu_dd a .check {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 13px;
}

.size_search_params {
    margin: 5px 10px;
    width: 210px;
}

.box_menu.box_menu_select {
    font-weight: bold;
}

/* ========================================================================== */
.content_list.tiled.photocontests_list .tile {
    position: relative;
    box-shadow: 0 0 6px 3px #5f636773;
    padding: 5px;
    margin: 8px;
    background-color: #fff;

}

.content_list.tiled.photocontests_list .tile .photo {
    height: 170px;
}

.content_list.tiled.photocontests_list .tile .photo .note {
    top: 10px;
    bottom: auto;
    left: 10px;
    border-radius: 2px;
}

.content_list.tiled.photocontests_list .tile .photo > a {
    display: block;
    background-size: cover;
    background-position: center 35%;
    height: 100%;
}

.content_list.tiled.photocontests_list .tile .photo > a img {
    display: none;
}

.photocontests_list .photos_concurs_title_wrap {
    color: #FFF;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 35px 12px 9px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    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%);
}

.photos_concurs_title_wrap .photos_concurs_title {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.photos_concurs_title_wrap .photos_concurs_title a {
    color: inherit;
    text-decoration: none;
}

.photos_concurs_description_wrap {
    max-height: 0;
    transition: max-height 360ms ease;
    overflow: hidden;
}

.content_list.tiled.photocontests_list .tile:hover .photos_concurs_description_wrap {
    max-height: 67px;
}

.photos_concurs_title_wrap .photos_concurs_description {
    color: #fff;
    line-height: 15px;
    padding: 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_list.tiled.photocontests_list .info_bar {
    opacity: 1;
    margin: 0;
    display: block;
}

.sub_items_list {
    margin: 10px 0 0 0;
    overflow: hidden;
}

.sub_items_list .show-more {
    margin-bottom: 0;
}

/* ========================================================================== */

#concurs-photo-item {
    position: relative;
    overflow: visible;
}

#concurs-photo-item:after {
    clear: both;
    content: '';
    display: block;
}

#concurs-photo-item .left {
    width: 100%;
    float: left;
    margin-right: -250px;
    box-sizing: border-box;
}

#concurs-photo-item .right {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

#concurs-photo-item .left .inside {
    box-sizing: border-box;
}

#photo_container {
    position: relative;
    zoom: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.inside .inside_wrap {
    text-align: center;
}

#photo_container > img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 30, .3);
    z-index: -1;
}

#body section #photo_container h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    text-align: left;
    font-size: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    height: 46px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 15px;
    margin: 0;
    color: #fff;
    text-align: center;
}

#concurs-photo-item.content_item .like_buttons.info_bar .bar_item, #concurs-photo-item .share {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 5px 6px;
    border-radius: 2px;
}

#concurs-photo-item .like_buttons {
    margin: 10px 0;
    padding: 10px 0;
    border: 1px solid #eeeff2;
    border-left: 0;
    border-right: 0;
    font-size: inherit;
}

#concurs-photo-item .photo_author {
    margin: 0 0 10px 0;
    color: #95a5a6;
}

#concurs-photo-item .photo_author a {
    color: inherit;
    text-decoration: none;
}

#concurs-photo-item .photo_author span.concurs_date:after {
    content: '';
}

.photo_content {
    font-size: 13px;
    border-bottom: 1px solid #eeeff2;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.download_menu {
    position: relative;
}

.download_menu .download-button {
    display: block;
    margin: 10px 0 0;
    background-color: #57b057;
    color: #fff;
    padding: 10px 22px;
    border-radius: 2px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s;
    text-decoration: none;
}

.download_menu .download-button:hover {
    background-color: #27ae60;
}

.download_menu .process_download {
    background-color: #2980b9;
    padding: 5px 10px;
}

.download_menu .process_download:hover {
    background-color: #3498db;
}

.download_menu #bubble {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    font-size: 13px;
    line-height: 1.6;
    left: 0;
    top: 50px;
    width: 100%;
    box-sizing: border-box;
}

#bubble:before {
    position: absolute;
    top: -8px;
    left: 50%;
    content: "";
    width: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: #ccc transparent;
    margin-left: -8px;
}

#bubble:after {
    position: absolute;
    top: -7px;
    left: 50%;
    content: '';
    width: 0;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: #fff transparent;
    margin-left: -7px;
}

.download_menu table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.download_menu td {
    text-align: left;
    padding: 3px 6px;
    white-space: nowrap;
    line-height: 21px;
}

.download_menu td input {
    margin: 0;
    vertical-align: middle;
}

.download_menu td label {
    cursor: pointer;
}

.download_menu .disable_download td label {
    cursor: not-allowed;
}

.original_download_preset.disable_download {
    background-color: #e67e22;
    color: #fff;
}

.exif_wrap {
    padding: 10px 15px;
    background: #f7f8fa;
    border-bottom: 1px solid #eeeff2;
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0 0 0;
}

.exif_wrap > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../../images/icons/camera.png) no-repeat left center;
    padding: 0 0 0 25px;
    text-decoration: none;
}

.exif_wrap .exif_info {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #636363;
    margin: 7px 0 0 0;
}

.exif_wrap .exif_info > span {
    float: left;
    cursor: help;
}

.photo_details {
    padding: 10px 10px;
    background: #f7f8fa;
    margin: 0;
    font-size: 13px;
    color: #636363;
    box-sizing: border-box;
    overflow: hidden;
}

.download_menu + .photo_details {
    margin-top: 10px;
}

.photo_details dt, .photo_details dd {
    float: left;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
}

.photo_details dd {
    padding: 0 0 0 5px;
}

.full_in_modal:after {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDk3LjkzOCw0MzAuMDYzbC0xMTItMTEyYy0wLjMxMy0wLjMxMy0wLjYzNy0wLjYwNy0wLjk1NS0wLjkwOUM0MDQuNjM2LDI4NS40MDMsNDE2LDI0OC4wMDYsNDE2LDIwOCAgIEM0MTYsOTMuMzEzLDMyMi42OTUsMCwyMDgsMFMwLDkzLjMxMywwLDIwOHM5My4zMDUsMjA4LDIwOCwyMDhjNDAuMDA3LDAsNzcuNDA0LTExLjM2NCwxMDkuMTU0LTMxLjAxOCAgIGMwLjMwMiwwLjMxOSwwLjU5NiwwLjY0MywwLjkwOSwwLjk1NWwxMTIsMTEyQzQzOS40Myw1MDcuMzEzLDQ1MS43MTksNTEyLDQ2NCw1MTJjMTIuMjgxLDAsMjQuNTctNC42ODgsMzMuOTM4LTE0LjA2MyAgIEM1MTYuNjg4LDQ3OS4yMDMsNTE2LjY4OCw0NDguNzk3LDQ5Ny45MzgsNDMwLjA2M3ogTTY0LDIwOGMwLTc5LjQwNiw2NC42MDItMTQ0LDE0NC0xNDRzMTQ0LDY0LjU5NCwxNDQsMTQ0ICAgYzAsNzkuNDA2LTY0LjYwMiwxNDQtMTQ0LDE0NFM2NCwyODcuNDA2LDY0LDIwOHoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0yNzIsMTc2aC0zMnYtMzJjMC0xNy42NzItMTQuMzI4LTMyLTMyLTMycy0zMiwxNC4zMjgtMzIsMzJ2MzJoLTMyYy0xNy42NzIsMC0zMiwxNC4zMjgtMzIsMzJzMTQuMzI4LDMyLDMyLDMyaDMydjMyICAgYzAsMTcuNjcyLDE0LjMyOCwzMiwzMiwzMnMzMi0xNC4zMjgsMzItMzJ2LTMyaDMyYzE3LjY3MiwwLDMyLTE0LjMyOCwzMi0zMlMyODkuNjcyLDE3NiwyNzIsMTc2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.full_in_modal:hover:after {
    opacity: 0.4;
}

#fullscreen_photo {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
    transition: opacity 200ms ease;
    cursor: pointer;
}

#photo_container:hover #fullscreen_photo {
    z-index: 1;
    opacity: 1;
}

#fullscreen_photo > div {
    background: url(../../images/fullscreen.png) no-repeat center center;
    width: 20px;
    height: 20px;
    margin: 10px 15px 0 0;
}

#fullscreen_photo.close > div {
    background: url(../../images/chosen-sprite@2x.png) no-repeat -86px 2px;
}

.disabled-act {
    display: none;
}

#related_photos_wrap > h3 {
    margin: 10px 0;
}

#related_photos_wrap {
    clear: both;
    overflow: hidden;
}

.photo_navigation {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.prev_item {
    left: 0px;
    opacity: 0.3;
    transition: .25s;
}

.next_item {
    right: 0px;
    opacity: 0.3;

}

#photo_container:hover .prev_item {
    left: 0;
    opacity: 1;
}

#photo_container:hover .next_item {
    right: 0;
    left: auto;
    opacity: 1;
}

.photo_navigation:after {
    content: '';
    height: 32px;
    width: 20px;
    background-image: url(../../images/modal/controls.png);
    background-position: 0px 0;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}

.next_item:after {
    right: 10px;
    background-position: 0px -40px;
}

.prev_item:after {
    left: 10px;
}

.fullscreen_now {
    height: 100%;
    width: 100%;
    background: #222;
    text-align: center;
}

.fullscreen_now #photo_container {
    height: 100%;
    width: 100%;
    display: flex;
}

.fullscreen_now #photo_container img {
    margin: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 800px) {

       .photo_continer {
        width: 99%;

    }


    .f-comment {
        background-position: 10px 12px;

    }
    #concurs-photos-widget .preview .thumb, #concurs-photos-widget .preview .info {
        width: 100%;
        padding: 0;
        float: none;
    }

    #concurs-photos-widget .preview .thumb {
        width: 100%;
        padding: 0 0 10px;
        float: none;
        text-align: left;
    }

    #concurs-photos-widget .actions {
        float: right;
        overflow: hidden;
        position: relative;
        height: 22px;
    }

    #concurs-photos-widget .thumb .actions .delete {
        position: relative;
        top: 2px;
    }

    .content_list.tiled.photocontests_list .tile .photo {
        height: 220px;
    }

    #concurs-photo-item.content_item .left {
        float: none;
        margin-right: 0;
    }

    #concurs-photo-item.content_item .left .inside {
        margin-right: 0;
        padding-right: 0;
    }

    #concurs-photo-item.content_item .right {
        width: 100%;
        float: none;
        margin-top: 15px;
    }

    #photo_container {
        display: block;
    }

    .content_list.tiled .tile {
        width: calc(50% - 16px);
    }

    .content_list.tiled .tile:nth-child(3) {
        padding-right: 10px;
    }

    .content_list.tiled .tile:nth-child(2) {
        padding-right: 0;
    }


    .f-vote {
        margin-top: 13px;
    }
}

@media screen and (min-width: 0\0
) {
    .fullscreen_now #photo_container img {
        height: 100%;
    }
}

@media screen and (max-width: 640px) {

    .content_list.tiled .tile {
        width: calc(100% - 10px);
    }

    .content_list.tiled .tile:nth-child(3) {
        padding-right: 0;
    }

    .content_list.tiled .tile:nth-child(2) {
        padding-right: 0;
    }

    .content_item .field.left_field, .content_item .field.right_field {
        float: none;
        margin-right: 0;
        margin-left: 0;
        width: 100% !important;
    }

    .fullscreen_photo_footer_left{
        width: calc(100% - 4px) !important;
        left: 0 !important;
        margin-left: 2px;
        margin-right: 2px;
        top: 50px !important;

    }
    .fullscreen_photo_footer_raigt{
        width: calc(100% - 4px) !important;
        right: 0 !important;
        margin-left: 2px;
        margin-right: 2px;
    }   
    .fullscreen_photo_footer{
        height: 140px;

    }
    .fullscreen_photo_continer {
        height: 140px;

    }
    .f-comment {
        background-position: 10px 12px;

    }
}

@media screen and (min-width: 800px) {

 

    .content_list.tiled .tile {
        width: calc(33.33333% - 16px);
        float: left;
        margin-bottom: 20px;
        padding-right: 10px;
        box-sizing: border-box;
    }


}