#app_container {
}

#step_gallery {
/*    height: 1200px;*/
    margin: 0px auto;
}
#step_winners_bg{
    overflow: hidden;
    height: 692px;
}

#gallery_wrapper{
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}
.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
.modal-backdrop {
   background-color: #fff;
}
.modal-backdrop.in {
    filter: alpha(opacity=99);
    opacity: .99;
}
.modal-content .close {
    font-size: 64px;
    font-weight: 300;
    opacity: 1;
    line-height: 0.1;
}
.modal-header{
    border: none;
    padding-bottom: 0px;
}
.modal-body{
    padding-top: 0px;
}
#filter_results {
    min-height: 578px;
}

#filter_results .images_list {
    width: 100%;
}

#filter_results .images_list li {
    display: inline-block;
    
    height: auto;
    cursor: pointer;
    position: relative;
    margin: 3px;
    padding:4px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

/*
#filter_results .images_list li.item_1{
    margin-left: 0px;
    margin-top: 0px;
}
#filter_results .images_list li.item_2{
    margin-top: 20px;
    margin-left: 263px;
}
#filter_results .images_list li.item_3{
    margin-left: 526px;
    margin-top: 0px;
}
#filter_results .images_list li.item_4{
    margin-left: 0px;
    margin-top: 320px;
}
#filter_results .images_list li.item_5{
    margin-top: 340px;
    margin-left: 263px;
}
#filter_results .images_list li.item_6{
    margin-left: 526px;
    margin-top: 320px;
}
*/


.photo_info {
    color: #cecece;
    margin-top: 4px;
    margin-right: 3px;
    overflow:hidden;
    margin-bottom: 4px;
    z-index: 4;
}
.photo_info .photo_user_name{
    font-size: 13px;
    float: left;
    max-width: 190px; 
    overflow:hidden;
    height: 21px;
    padding-left: 6px;
    line-height: 26px;
}
.photo_info .photo_votes {
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    float: right;
    padding-right: 6px;
}
.photo_info .photo_votes .glyphicon{
    color: #ec008c;
    padding-right: 3px;
}
.photo_info .photo_votes .votes_nr{
    font-size: 21px;
    padding-left: 2px;
    font-weight: 300;
}

.votes_box{
    padding:4px;
    margin-right: 5px;
    float: left;
    margin-top: 0px;
    font-size: 16px;
}
.photo_box .user_image_wrapper{
    width:236px;
    height:236px;
    position: relative;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.photo_box .user_image_wrapper img{
    width: 100%;
    vertical-align: top;
}
.photo_box .user_image_wrapper:after {
    content: "\e003";
    position: absolute;
    width: 100%; height:100%;
    top:0px; left:0;
    background:rgba(0,220,255,0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
    font-size: 35px;
    padding-top:98px;
}
.see_more {
    display: none;
    position: absolute;
    color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.background{
    top:0px;
    left:0px;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    
    background-color: rgba(0,220,255, 0.8);
}
.see_more .show_big_photo_button{
    
    display: inline-block; 
    color: #fff;
    font-size: 35px;
}
/*
.see_more div.item_info{
    margin-top: 100px;
    position: absolute;
    padding: 0px 7px;
    z-index:4;
    height: 115px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.see_more div.item_desc{
    margin-top: 63px;
    overflow: hidden;
    height: 95px;
    text-transform: uppercase;
    font-weight: 700;
}*/

#filter_results .images_list li:hover .see_more {
/*    display: block;*/
}
#filter_results .images_list li:hover .user_image_wrapper:hover:after {
    opacity: 1;
}

#pagination {
    color: #fff;
    font-size: 17px;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'Lato', arial;
    clear: both;
    padding-top: 0px;
}
#pagination a{
    max-width: 300px;
    margin-top: 30px;
}
/*
#pagination a {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-family: 'Lato', arial;
    background-color: #e6e6e6;
    color: #000;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}

#pagination a.pagination_active {
    color: #fff;
    line-height: 17px;
    font-size: 12px;
    background-color: #3c4049;
}
#pagination #prev_page,
#pagination #next_page{
  background: none;
  font-size: 30px;
  position: absolute;
  left: 50%;
  color: #41444b;
  width: 13px;
  height: 22px;
}
#pagination #prev_page:hover,
#pagination #next_page:hover{
    background-position: bottom;
}
#pagination #prev_page{
  margin-left: -442px;
  top: -310px;
  background-image: url('../images/arrow_left.png');
}
#pagination #next_page{
  margin-left: 430px;
  top: -310px;
  background-image: url('../images/arrow_right.png');
}*/
/*
#pagination a#prev_page {
    background-image: url('../images/prev.png?t=1');
    
}

#pagination a#next_page {
    background-image: url('../images/next.png?t=1');
    
}*/

#no_results {
    width: 98%;
    text-align: center;
    position: absolute;
    padding-top: 30px;
    font-weight: bold;
}


/*single photo*/

#single_photo_details{
    margin: 13px auto;
    position: relative;
    overflow: hidden;
    max-width: 498px;
    color: #ababab;
}
#single_photo_actions_container{
    
}
#single_photo_actions_container #single_photo_actions_inner{
    margin: 0px auto;
    padding: 5px 0px 5px;
    overflow: hidden;
}
#single_photo_actions_container #single_photo_actions_inner .button{
    max-width: 120px;
}
#single_photo_user_container{
    position: relative;
    overflow: hidden;
}
#single_photo_details a{
    float: left;
    margin-right: 4px;
}
#single_photo_details span#single_photo_votes{
    float: right;
    font-weight: 600;
    line-height: 22px;
    float: right;
    padding-right: 6px;
}
#single_photo_details a{
}
#single_photo_details a:last-child{
    
}
#single_photo_user_info{
    text-align: left;
    padding-left: 6px;
    margin-bottom: 15px;
    font-weight: 400;
    float: left;
    font-size: 15px;
}
#single_photo_details span#single_photo_votes .glyphicon{
    color: #ec008c;
    padding-right: 3px;
}

#single_photo_details span#single_photo_votes span{
    font-size: 18px;
    font-weight: 400;
}
#single_photo_desc{
    padding: 10px;
    text-align: center;
    border-top: 1px solid #bfbfbf;
}

.addedVote{
    width: 87px!important;
    
}
.addedVote a{
    border-right: none;
}
.addedVote a#vote_button{
    display: none;
}