/* start winners page */
.winner_photo_review {
    padding: 1px;
    float: left;
    box-shadow: inset 0px -69px 70px -20px rgba(0,0,0,0.5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 5%;
}
.winner_photo_review {
        width: 100%;
    }
.winner_photo_fix {
    position: relative;
    display: block;
    width: 10px;
    height: 200px;
    margin-bottom: 15px;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0px -69px 70px -20px rgba(0,0,0,0.5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 5%;
}
.winner_photo_fix {
        width: 200px;
    margin: 15px;
    float: left;
      overflow: hidden;
  -webkit-filter: contrast(1.25);
  filter: contrast(1.25);
    }

@media all and (max-width: 700px) {
    .winner_photo_fix {
        width: 300px;
    }
}

.winner_photo {
    width: 10px;
    height: 200px;
    border: 2px solid #ffffff;
    margin: 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0px -69px 70px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px -69px 70px -20px rgba(0,0,0,0.5);
    box-shadow: inset 0px -69px 70px -20px rgba(0,0,0,0.5);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 5%;
}
/* > 1200px = 5 cols */
@media all and (min-width: 1200px) {
    .winner_photo {
        width: 20%;
    }
}
/* from 900px to 1200px = 4 cols */
@media all and (min-width: 900px) and (max-width: 1200px) {
    .winner_photo {
        width: 25%;
    }
}
/* from 700px to 900px = 3 cols */
@media all and (min-width: 700px) and (max-width: 900px) {
    .winner_photo {
        width: 33.33%;
    }
}
/* < 700px = 2 cols */
@media all and (max-width: 700px) {
    .winner_photo {
        width: 50%;
    }
}

.winner_clock {
    position: absolute;
    left: 10px;
    bottom: 10px;
    min-width: 30px;
    min-height: 20px;
    background: url("../img/nl/clock.png") no-repeat;
    background-size: 20px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}
.winner_calendar {
    position: absolute;
    right: 10px;
    bottom: 10px;
    min-width: 30px;
    min-height: 20px;
    background: url("../img/calendar.png") no-repeat;
    background-size: 20px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.winners_month_filter_wrapper {
    text-align: center;
}
.container {
    margin: 0 50px 20px 50px;
}
.fixed, .fluid{
    padding: 10px 5px 10px 0;
}
.fixed {

}
.fluid {
    overflow: hidden;
}
.year_selector_wrapper {
    text-align: center;
}
@media (min-width:320px) and (max-width:768px) {
    .year_selector_wrapper.left {
        float: none;
    }
}
.year_selector {
    display: inline-block;
    position: relative;
    width: 85px;
    height: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    line-height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.year_selector_prev {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url('../img/nl/prev@2x.png') no-repeat center;
    background-size: 12px;
}
.year_selector_next {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url('../img/nl/next@2x.png') no-repeat center;
    background-size: 12px;
}

.months_menu {
    margin: 0;
}
@media (min-width:320px) and (max-width:900px) {
    .months_menu {
        float: none;
        padding-top: 6px;
        padding-bottom: 6px;
        height: auto;
    }
}

@media (min-width:320px) and (max-width:900px) {
    .months_menu.menu a.menu_item {
        display: inline-block;
        width: 92px;
        padding: 3px 10px;
        text-align: center;
        height: 36px;
        line-height: 32px;
        -webkit-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border-radius: 10px;
    }
}

.left {
    float: left;
}
.right {
    float: right;
}

.clearfix {
    clear: both;
}

/* end winners page */

.col-md-3.mix{
    margin-bottom: 15px;
}

.col-md-3.mixa{
    margin-bottom: 15px;
    height: 200px;
}

#winners .mix {
    display: none;
}

.filters.reviews .months_menu{
    display: inline-block;
}
#GridPV .mixa{
    display: none;
}
.filtera.menu_item{
    height: 36px;
}
