.votestheater {
    width: 100%;
    padding-bottom: 20px;
    display: block;
}
.votestheater img {
    height: 280px;
    width: auto;
    display: inline-block;
}
.votestheater > div {
    display: inline-block;
    padding-left: 20px;
}
.votesheader {
    font-size: 120%;
    padding: 0 0 20px 0;
}
.votes_entrycontainer {
    width: 100%;
    min-height: 240px;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    margin: 0 0 2em 0;
}
.votes_entrycontainer > .votes_innercontainer {
    position: relative;
    height: 240px;
}
.votes_entrycontainer:hover .votes_help {
    background-color: rgba(255, 255, 255, 0.01);
}
.votes_flipcontainer {
    width: 100%;
    perspective: 1000px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    transform-style: preserve-3d;
    transition: transform 500ms ease;
}
.votes_entrycontainer:hover .votes_help {
    opacity: 0.95;
}
.votes_inner {
    display: table;
    position: relative;
    width: 100%;
    height: 240px;
}
.votes_inner > div {
    display: table-cell;
    width: 100%;
    padding: 0 20px;
    position: relative;
}
div.votes_additional {
    max-height: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: max-height 500ms ease 500ms;
}
.votes_additional > div {
    width: 80%;
    margin: 1em auto;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(170, 170, 170, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(170, 170, 170, 1);
    box-shadow: 2px 2px 5px 0px rgba(170, 170, 170, 1);
}
.votes_inner img,
.votes_inner .votes_cover_cropped {
    margin-left: 20px;
    margin-right: 10px;
}
.votes_inner h3 {
    padding: 0 10px 10px 0;
    font-size: 120%;
    line-height: 110%;
    font-weight: normal;
    color: #e50a82;
}
.votes_help .votes_inner h3 {
    border-bottom: 3px solid #01a0e2;
}
.votes_entrycontainer .votes_help,
.votes_entrycontainer.votes_flipped .votes_entry {
    z-index: 2;
    transform: rotateY(0deg);
}
.votes_entrycontainer.votes_flipped .votes_help,
.votes_entrycontainer .votes_entry {
    transform: rotateY(180deg);
}
.votes_entry > .votes_inner {
    padding-left: 20px;
}
.votes_cover_editable {
    height: 240px;
    width: auto;
    padding: 40px;
    display: table-cell;
    float: left;
}
.votes_cover {
    height: 240px;
    width: auto;
    display: table-cell;
    float: left;
    border: 10px solid #00a0e3;
    border-radius: 8px;
}
.votes_inner div.votes_cover_cropped {
    height: 240px;
    width: 240px;
    display: block;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 10px solid #00a0e3;
    border-radius: 8px;
}
.votes_lead,
.votes_lead_editable {
    display: block;
    border-top: 3px solid #e6087f;
    color: #00a0e3;
    margin-top: 4px;
    padding-top: 10px;
    font-size: 120%;
    text-align: justify;
    width: 100%;
}
.votes_inner > div textarea {
    display: block;
    position: relative;
    box-sizing: border-box;
    left: 290px;
    height: 170px;
    min-width: 57%;
    right: 0;
}
.votes_lead {
    overflow: hidden;
    height: 11.5em;
    padding-left: 290px;
}
.votes_inner h3 {
    padding-left: 290px;
}
.votes_textarea {
    padding: 5px;
    font-size: 120%;
    color: black;
}
.votes_contentarea {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    font-size: 120%;
    color: black;
}
.votes_fileupload {
    z-index: 3;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 40px;
}
.votes_fileupload:hover {
    cursor: copy;
}
.votes_media {
    display: none;
}
.votes_mediauploadcontainer {
    display: inline-block;
    width: 6em;
    height: 2.3em;
    position: relative;
}
.votes_mediauploadbutton,
.votes_mediaupload {
    position: absolute;
    width: 6em;
    top: 5px;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.votes_mediaupload {
    opacity: 0;
    z-index: 10000;
}
.votes_mediahelp {
    font-size: 120%;
}
.votes_mediahelp ul {
    list-style: none;
}
.votes_mediahelp li {
    position: relative;
}
.votes_mediahelp li:before {
    top: 0px;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    width: 1.5em;
    height: 1em;
    content: "\2022";
}
.rowlist.votes_items {
    margin-bottom: 30px;
}
.rowlist.votes_items .votes_items_col1 {
    display: block;
}
.rowlist.votes_items .votes_items_col1 > li {
    display: block;
    margin-bottom: 30px;
}
.rowlist.votes_items .votes_items_col1 h3 {
    margin-bottom: 10px;
}
.rowlist.votes_items .contentbox {
    box-shadow: none;
}
.rowlist.votes_items .contentbox .item_body {
    display: flex;
    position: relative;
    margin: 0;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-grow: initial;
    justify-content: flex-start;
}
.rowlist.votes_items .contentbox .item_thumbnail {
    width: 230px;
    height: 200px;
    margin-right: 20px;
    display: inline-block;
    order: 1;
    flex-shrink: 1;
    flex-grow: 0;
}
.rowlist.votes_items .contentbox div.image {
    display: inline-block;
    float: none;
}
.rowlist.votes_items .contentbox .item_lead {
    display: inline-block;
    flex-shrink: 1;
    flex-grow: 1;
    order: 2;
}
.votes_container {
    padding-right: 20px;
}
.votes_container .lead {
    text-align: justify;
    padding-bottom: 20px;
    font-size: 120%;
}
.votes_container .blog {
    text-align: justify;
    font-size: 120%;
    padding-bottom: 20px;
}
.votes_container .votes_picture {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}
.votes_buttoncontainer {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.votes_buttoncontainer .votes_subbutton {
    padding: 4px 20px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    background-color: #00a0e3;
    text-align: center;
    display: inline-block;
    width: 20em;
    color: white;
    cursor: pointer;
}
.rowlist.votes_items > li {
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: white;
    padding: 10px 20px 10px 20px;
    min-height: 270px;
}
.votes_bycontestants .rowlist.votes_items > li,
.votes_bycategory .rowlist.votes_items > li {
    min-height: 0;
}
.votes_bycontestants .rowlist.votes_items img,
.votes_bycategory .rowlist.votes_items img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.votes_bycontestants .rowlist.votes_items h3,
.votes_bycategory .rowlist.votes_items h3 {
    display: table-row;
    margin-bottom: 10px;
}
.votes_bycontestants .rowlist.votes_items .gridcontent,
.votes_bycategory .rowlist.votes_items .gridcontent {
    display: table;
    width: 100%;
}
.votes_bycontestants .rowlist.votes_items .gridcontent > a,
.votes_bycategory .rowlist.votes_items .gridcontent > a {
    display: table-cell;
    width: 30%;
}
.votes_bycontestants .rowlist.votes_items .gridcontent > a:last-child,
.votes_bycategory .rowlist.votes_items .gridcontent > a:last-child {
    width: 70%;
}
.votes_bycontestants .rowlist.votes_items .gridcontent > a:only-child,
.votes_bycategory .rowlist.votes_items .gridcontent > a:only-child {
    width: 100%;
}
.rowlist.votes_items > li .lead {
    padding: 0 10px;
    font-size: 120%;
    text-align: justify;
}
.votes_content {
    display: none;
}
.mediaembed {
    padding-top: 0;
}
.votes_button {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: black;
    z-index: 10;
}
.votes_button:before {
    font-family: FA;
    content: "\ef6d";
}
div.votes_additional div.votes_buttondiv {
    border: none;
    box-shadow: initial;
    width: 100%;
    text-align: center;
}
div.votes_additional span.votes_subbutton,
div.votes_additional span.votes_cancelbutton {
    padding: 4px 20px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    background-color: #00a0e3;
    text-align: center;
    display: inline-block;
    width: 10em;
    margin: 0 1em;
    color: white;
    cursor: pointer;
    float: none;
    clear: both;
}

/* Frontend */
.votes_categorieslist .gridlist .gridrow2 {
    padding-bottom: 1em;
}
.votes_categorieslist .gridlist.col3 .gridcontent {
    background-color: white;
    text-align: center;
    padding-bottom: 1em;
    width: 30%;
    margin-right: 3%;
    -webkit-box-shadow: 4px 4px 11px -1px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 4px 4px 11px -1px rgba(0, 0, 0, 0.56);
    box-shadow: 4px 4px 11px -1px rgba(0, 0, 0, 0.56);
    border-radius: 0;
}
.votes_categorieslist .gridlist h3 {
    line-height: 120%;
    font-size: 110%;
    min-height: 2em;
}
.votes_categorieslist .gridlist a {
    height: 90%;
}
.votes_categorieslist .gridlist a img {
    height: 90%;
    width: auto;
}
.votes_categorieslist .gridlist.col3.row2 {
    padding-bottom: 75%;
}
.medialink {
    font-size: 130%;
}
.votes_votes,
.votes_subbutton.votes_votebutton {
    font-size: 200%;
    line-height: 100%;
    border: 8px solid #e11a7d;
    background-color: white;
    color: #e11a7d;
    padding: 0.4em;
    border-radius: 2em;
    width: 30%;
    margin: 1em auto;
    display: block;
}
.votes_subbutton.votes_votebutton {
    border: 8px solid #369ce0;
}
.votes_missingitems {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    color: red;
    text-align: right;
    padding: 10px 20px 10px 0;
    margin-right: 10px;
    font-size: 110%;
    list-style-type: square;
    list-style-position: outside;
    background-color: rgba(200, 200, 200, 0.3);
}
form .votes_missingitems li {
    display: block;
    width: 100%;
}
div.votes_result {
    display: block;
    font-size: 120%;
    color: #e01b7e;
}
.item_section1 {
    width: 100%;
}
.item_section1 > h4 {
    font-size: 100%;
    background-color: #369ce0;
    color: white;
    padding: 5px;
    width: 50%;
}
.rowlist_body > ul > li .contentbox .item_body .item_section1 > .item_lead {
    width: 100%;
}
/* Responsive definitions for landscape view */
@media screen and (min-width: 600px) and (max-width: 1024px),
    screen and (orientation: landscape) and (max-width: 1024px) {
    .main_bg.votes_main > .container:first-child {
        padding-top: 3em;
    }
    .votes_inner > div {
        padding-left: 10px;
    }
    .votes_inner div.votes_cover_cropped {
        width: 170px;
        height: 170px;
    }
    .votes_inner img,
    .votes_inner .votes_cover_cropped {
        margin-left: 5px;
    }
    .votes_inner h3 {
        padding-left: 180px;
    }
    .votes_lead {
        padding-left: 180px;
    }
    .votes_inner > div textarea {
        left: 180px;
        height: 130px;
        min-width: 30%;
        max-width: 54%;
    }
}

/* Responsive definitions for portrait view */
@media screen and (orientation: portrait) and (max-width: 599px) {
    .main_bg.votes_main > .container:first-child {
        padding-top: 4em;
    }
    .votes_main .votes_inner {
        display: block;
    }
    .votes_main .votes_inner > div {
        display: block;
    }
    .votes_main .votes_inner div.votes_cover_cropped {
        display: block;
        float: none;
        position: relative;
    }
    .votes_inner h3 {
        position: static;
        display: block;
        padding-left: 5px;
        text-align: center;
        width: 100%;
    }
    .votes_entrycontainer > .votes_innercontainer {
        height: 35em;
    }
    .votes_lead {
        padding-left: 0;
        height: 15em;
    }
    .votes_inner > div textarea {
        left: 0;
    }
    div.votes_additional span.votes_subbutton {
        margin-bottom: 0.5em;
    }
    .votes_bycontestants .rowlist.votes_items img,
    .votes_bycategory .rowlist.votes_items img {
        height: auto;
        width: auto;
        max-width: 100%;
        margin-right: 0;
    }
    .votes_bycontestants .rowlist.votes_items h3,
    .votes_bycategory .rowlist.votes_items h3 {
        display: block;
    }
    .votes_bycontestants .rowlist.votes_items .gridcontent,
    .votes_bycategory .rowlist.votes_items .gridcontent {
        display: block;
    }
    .votes_bycontestants .rowlist.votes_items .gridcontent > a,
    .votes_bycategory .rowlist.votes_items .gridcontent > a {
        display: inline-block;
        max-width: 100%;
    }
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06d85f;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.button:hover {
    background: #06d85f;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06d85f;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9;
}
.overlay .popup {
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: fixed;
    top: 0;
    left: 35%;
    padding: 25px;
    margin: 70px auto;
    z-index: 10;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.overlay:target .popup {
    top: -100%;
    left: -100%;
}

@media screen and (max-width: 768px) {
    .box {
        width: 70%;
    }
    .overlay .popup {
        width: 70%;
        left: 15%;
    }
}