@font-face {
    font-family: "GothamBlack";
    src: url("fonts/GothamBlack.ttf") format("truetype");
}

@font-face {
    font-family: "BlockBE";
    font-weight: normal;
    letter-spacing: 0.02rem;
    src: url("fonts/BlockBE Condensed.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800');
body {
    background: #181B2C;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

* {
    box-sizing: border-box;
}

.people-choice-main {
    height: 100%;
    padding: 15px;
}

.people-choice-inner {
    margin: auto;
    max-width: 768px;
    padding: 0 15px;
}

.just-vote {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    margin: 70px auto;
    max-width: 768px;
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    padding: 60px 20px 100px;
}

@media screen and (min-width: 650px) {
    .just-vote {
        background: rgba(0, 0, 0, 0) url("images/awards-bg/bg-innre.png") no-repeat scroll top right/contain;
        padding: 45px 40px;
    }
}

@media screen and (min-width: 768px) {
    .just-vote {
        padding: 45px 50px;
    }
}

@media screen and (max-width: 649px) {
    .just-vote {
        padding-top: 200px;
        position: relative;
        background-image: url("images/awards-bg/bg-innerx.png"), url("images/awards-bg/bg-innery.png");
        background-position: top right, right bottom;
        background-repeat: no-repeat;
    }
}

.just-vote-inner {
    width: 100%;
}

@media screen and (min-width: 650px) {
    .just-vote-inner {
        width: 65%;
    }
}

@media screen and (min-width: 768px) {
    .just-vote-inner {
        width: 50%;
    }
}

.just-vote-inner h3 {
    font-family: "BlockBE", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0;
    font-size: 30px;
}

@media screen and (max-width: 649px) {
    .just-vote-inner h3 {
        max-width: 300px;
    }
}

.just-vote-inner h4 {
    font-family: "BlockBE", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 10px 0;
}

.just-vote-logo {
    margin: auto 0;
}

@media screen and (max-width: 649px) {
    .just-vote-logo {
        position: absolute;
        top: 62px;
    }
}

@media screen and (min-width: 650px) {
    .just-vote-logo {
        width: 35%;
    }
}

@media screen and (min-width: 768px) {
    .just-vote-logo {
        width: 50%;
    }
}

.just-vote-logo .sow-image-container img.so-widget-image {
    margin: auto;
    max-width: 130px;
    height: auto;
    display: block;
}

.share-this,
.vote-now {
    margin: 60px 0;
    text-align: center;
}

a.in-button {
    height: 110px;
    width: 110px;
    border: 4px solid #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    position: relative;
}

a.in-button span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family: "BlockBE", sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin: auto;
    padding: 0 16px;
    text-align: center;
    text-transform: uppercase;
    transform: skewY(-8deg);
    white-space: normal;
    width: 100%;
    line-height: 1;
    outline: none;
}

a.in-button span::after {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    position: absolute;
}

a.in-button:hover {
    background: #50c3c8;
}

.data-result {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.data-result > span {
    font-size: 15px;
    font-weight: normal;
    text-transform: initial;
}

.people-choice-info {
    color: #ffffff;
}

.people-choice-info .choice-info-inner {
    -ms-transform: skewY(-8deg);
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    -moz-transform: skewY(-8deg);
    text-align: center;
}

.people-choice-info .choice-info-inner h1 {
    font-size: 52px;
    padding-bottom: 0;
    line-height: 1;
    margin: 0;
    color: #ffffff;
    font-family: "BlockBE", sans-serif;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .people-choice-info .choice-info-inner h1 {
        font-size: 60px;
    }
}

@media screen and (min-width: 992px) {
    .people-choice-info .choice-info-inner h1 {
        font-size: 70px;
    }
}

.people-choice-info .choice-info-inner h3 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1;
    font-weight: normal;
    font-family: "BlockBE", sans-serif;
}

@media screen and (min-width: 768px) {
    .people-choice-info .choice-info-inner h3 {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
    .people-choice-info .choice-info-inner h3 {
        font-size: 25px;
    }
}

.people-choice-info .choice-info-inner p {
    font-size: 17px;
    font-family: "BlockBE", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .people-choice-info .choice-info-inner p {
        font-size: 19px;
    }
}

@media screen and (min-width: 992px) {
    .people-choice-info .choice-info-inner p {
        font-size: 22px;
    }
}

.next-to-from {
    margin-top: 30px;
    margin-bottom: 40px;
}

.next-to-from a {
    background: #50C3C8;
    color: #ffffff;
    display: block;
    font-size: 60px;
    height: 75px;
    text-align: center;
    width: 75px;
    line-height: 60px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin: auto;
    outline: none;
}

.next-to-from a:hover {
    background: #F15354;
}