/* FONT AREA */
    @font-face {
        font-family: 'Didot';
        src: url('../fonts/Didot.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Didot-Bold';
        src: url('../fonts/Didot-Bold.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Didot-Italic';
        src: url('../fonts/Didot-Italic.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'GFSDidot-Regular';
        src: url('../fonts/GFSDidot-Regular.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Lobster-Regular';
        src: url('../fonts/Lobster-Regular.ttf.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Quicksand-Bold';
        src: url('../fonts/Quicksand-Bold.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Quicksand-Light';
        src: url('../fonts/Quicksand-Light.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Quicksand-Regular';
        src: url('../fonts/Quicksand-Regular.ttf');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Gotham Rounded Book';
        src: url('../fonts/GothamRounded/GothamRounded-Book.eot');
        src: url('../fonts/GothamRounded/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
            url('../fonts/GothamRounded/GothamRounded-Book.woff') format('woff'),
            url('../fonts/GothamRounded/GothamRounded-Book.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Gotham Rounded Bold';
        src: url('../fonts/GothamRounded/GothamRounded-Bold.eot');
        src: url('../fonts/GothamRounded/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/GothamRounded/GothamRounded-Bold.woff') format('woff'),
            url('../fonts/GothamRounded/GothamRounded-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }
/* END FONT AREA */




/* All Css */
    a, a:hover, a:focus {
        color: #545454;
    }

    html{
        height: 100%;
    }

    body {
        color: #545454;
        font-family: Quicksand-Regular;
        font-size: 1.3rem;
        height: 100%;
    }

    button.close {
        position: absolute;
        right: 30px;
        top: 30px;
    }

    li {
        padding-left: 15px;
    }

    @media screen and (max-width: 768px) {
        button.close {
            margin: 10px;
        }
    }

    @media screen and (max-width: 420px) {
        button.close {
            margin: 0;
        }
    }

    .answer {
        margin-left: 25px;
    }

    .answer-mobile {
        margin-left: 25px;
        text-align: justify;
    }

    .big-font {
        color: #eeeeee;
        font-family: Lobster-Regular;
        font-size: 25rem;
    }

    .big-font-mobile {
        color: #bcbcbc;
        font-family: Lobster-Regular;
        font-size: 20rem;
    }

    @media screen and (max-width: 1366px) {
        .big-font {
            font-size: 15rem;
        }
    }

    @media screen and (max-width: 420px) {
        .big-font-mobile {
            font-size: 10rem;
        }
    }

    .btn-start {
        padding-top:10%;
    }

    .btn-start-mobile{
        padding-top: 5%;
    }

    @media screen and (max-width: 768px) {
        .btn-start-mobile {
            padding-top: 0;
        }
    }

    .btn-other-mobile {
        padding: 5% 0;
    }

    @media screen and (max-width: 768px) {
        .btn-other-mobile {
            padding: 2%;
        }
    }

    .button-start {
        background: transparent;
        border: 1px solid #88B2D2;
        font-size: 2rem;
        padding: 10px 60px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .button-start:hover {
        color: white;
        background: #88B2D2;
        border: 1px solid #88B2D2;
    }

    @media screen and (max-width: 1366px) {
        .button-start {
            font-size: 1.3rem;
        }
    }

    .button-modal {
        background: transparent;
        border: 1px solid #88B2D2;
        font-size: 2rem;
        margin-right: 30px;
        padding: 10px;
        width: 35%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .button-modal.button-share {
        width: auto;
    }

    @media screen and (max-width: 1366px) {
        .button-modal {
            font-size: 1.3rem;
        }
    }

    @media screen and (max-width: 640px) {
        .button-modal {
            margin-right: 0;
            width: 40%;
        }
    }

    .button-modal:hover {
        color: white;
        background: #88B2D2;
        border: 1px solid #88B2D2;
    }

    .button-other {
        background: #88B2D2;
        border: 1px solid #88B2D2;
        color: white;
        padding: 10px;
        text-align: center;
        width: 30%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .button-other:hover {
        color: #545454;
        background: transparent;
        border: 1px solid #88B2D2;
    }

    @media screen and (max-width: 640px) {
        .button-other {
            font-size: 1.2rem;
        }
    }

    .clearfix {
        clear: both;
    }

    .filter {
        background: rgba(255, 255, 255, 0.85);
        min-height: 100vh;
        padding-top: 10%;
        text-align: center;
        width: 100%;
    }

    @media screen and (max-width: 768px) {
        .filter {
            padding-top: 20%;
        }
    }

    @media screen and (max-width: 420px) {
        .filter {
            padding-top: 10%;
        }
    }

    .filter-modal-mobile {
        background: rgba(255, 255, 255, 0.85);
        padding: 30% 30px 30px;
        height: 100%;
    }

    .filter-modal-mobile.modal-result {
        background: rgba(255, 255, 255, 0.85);
        font-size: 1rem;
        padding: 25% 30px 30px;
        height: 100%;
    }

    @media screen and (max-width: 640px) {
        .filter-modal-mobile {
            padding: 25% 0 10px;
        }

        .filter-modal-mobile.modal-result {
            padding: 15% 30px 30px;
        }
    }

    @media screen and (max-width: 420px) {
        .filter-modal-mobile {
            padding: 35% 0 10px;
        }

        .filter-modal-mobile.modal-result {
            padding: 10% 30px 30px;
        }
    }

    .filter-modal-mobile-odd {
        background: rgba(254, 245, 195, 0.85);
        padding: 35% 30px 30px;
        height: 100%;
    }

    @media screen and (max-width: 640px) {
        .filter-modal-mobile-odd {
            padding: 30% 0 10px;
        }
    }

    .filter-modal-question-mobile {
        background: rgba(255, 255, 255, 0.85);
        height: 100%;
        padding: 20% 10px 10px;
        position: relative;
    }

    @media screen and (max-width: 640px) {
        .filter-modal-question-mobile {
            padding: 20% 10px 10px;
        }
    }

    .filter-terms {
        padding: 25% 10% 5%;
        text-align: left;
    }

    @media screen and (max-width: 360px) {
        .filter-terms {
            font-size: 1.2rem;
            padding: 5% 10px 10px;
        }
    }

    .font-blue {
        color: #88B2D2;
    }

    .font-bold {
        font-family: Quicksand-Bold;
    }

    .font-italic {
        font-style: italic;
    }

    .font-pink {
        color: #C45B90;
    }

    .footer {
        background: #A5A5A5;
        bottom: 0;
        color: white;
        padding: 10px 5%;
        position: absolute;
        left: 0;
        width: 100%;
    }

    .footer-mobile {
        background: #A5A5A5;
        color: white;
        padding: 10px 15%;
        width: 100%;
    }

    .head-logo {
        margin-bottom: 30px;
    }

    .header {
        background-image: url(../images/background.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        position: relative;
        width: 100%;
    }

    @media screen and (max-width: 768px) {
        .header {
            display: none;
        }
    }

    .header-mobile {
        background-image: url(../images/background.png);
        background-position: 25% 100%;
        background-repeat: no-repeat;
        background-size: 360%;
        display: none;
        height: 100vh;
        position: relative;
        width: 100%;
    }

    @media screen and (max-width: 768px) {
        .header-mobile {
            display: block;
        }
    }

    .img-crown {
        padding-left: 30%;
        padding-top: 3%;
    }

    @media screen and (max-width: 768px) {
        .img-crown {
            padding-left: 0;
        }
    }

    .img-crown-fix {
        width: 25%;
    }

    @media screen and (max-width: 420px) {
        .img-crown-fix {
        width: 25%;
    }
    }

    .img-logo {
        width: 50%;
        padding: 10px;
    }

    @media screen and (max-width: 1366px) {
        .img-logo {
            width: 55%;
        }
    }

    @media screen and (max-width: 1024px) {
        .img-logo {
            width: 60%;
        }
    }

    .img-logo-mobile {
        width: 25%;
    }

    .img-modal {
        bottom: 0;
        position: absolute;
        right: 10%;
        width: 60%;
    }

    @media screen and (max-width: 1024px) {
        .img-modal {
            width: 85%;
        }
    }

    .img-modal-mechanism {
        bottom: 20%;
        position: absolute;
        right: 5%;
        width: 70%;
    }

    .img-modal-area {
        height: 100%;
        position: relative;
    }

    @media screen and (max-width: 1024px) {
        .img-modal-area {
            width: 80%;
        }
    }

    .img-modal-mobile {
        bottom: 0;
        position: absolute;
        right: 25%;
        width: 50%;
    }

    .img-modal-question {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 70%;
    }

    @media screen and (max-width: 1024px) {
        .img-modal-question {
            width: 85%;
        }
    }

    .left {
        float: left;
    }

    .menu {
        cursor: pointer;
        font-size: 1.7rem;
        padding-top: 7%;
    }

    @media screen and (max-width: 1024px) {
        .menu {
            font-family: Quicksand-Bold;
            font-size: 1.3rem;
        }
    }

    .modal-accent-even-1 {
        background-image: url(../images/add-1-blue.png);
        background-repeat: no-repeat;
        height: 189px;
        left: 0;
        position: absolute;
        top: 0;
        width: 193px;
    }

    .modal-accent-even-2 {
        background-image: url(../images/add-2-blue.png);
        background-repeat: no-repeat;
        bottom: 0;
        height: 189px;
        position: absolute;
        right: 0;
        width: 193px;
    }

    @media screen and (max-width: 420px) {
        .modal-accent-even-1, .modal-accent-even-2 {
            display: none;
        }
    }

    .modal-accent-odd-1 {
        background-image: url(../images/add-1-yellow.png);
        background-repeat: no-repeat;
        height: 189px;
        left: 0;
        position: absolute;
        top: 0;
        width: 193px;
    }

    .modal-accent-odd-2 {
        background-image: url(../images/add-2-yellow.png);
        background-repeat: no-repeat;
        bottom: 0;
        height: 189px;
        position: absolute;
        right: 0;
        width: 193px;
    }

    @media screen and (max-width: 420px) {
        .modal-accent-odd-1, .modal-accent-odd-2 {
            display: none;
        }
    }

    .modal-content {
        border-radius: 0;
        height: 100%;
    }

    .modal-dialog {
        margin: 30px auto;
        height: 90%;
        width: 90%;
    }

    .modal-dialog.modal-terms-dialog {
        font-size: 1.5rem;
        margin: 30px auto;
        height: 90%;
        width: 60%;
    }

    @media screen and (max-width: 1366px) {
        .modal-dialog.modal-terms-dialog {
            font-size: 1.3rem;
            width: 75%;
        }
    }

    @media screen and (max-width: 768px) {
        .modal-dialog.modal-terms-dialog {
            font-size: 1.3rem;
            width: 90%;
        }
    }

    .modal-terms {
        background-attachment: fixed;
        background-image: url(../images/terms.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .modal-terms-filter {
        background: rgba(255, 255, 255, 0.85);
        padding: 5%;
        height: 100%;
        overflow-y: auto;
    }

    .modal-start {
        background-image: url(../images/separator-cream.png);
        background-repeat: no-repeat;
        height: 100%;
        padding: 0;
    }

    @media screen and (max-width: 1366px) {
        .modal-start {
            background-position: -35%;
        }
    }

    @media screen and (max-width: 1024px) {
        .modal-start {
            background-position: -150%;
        }
    }

    @media screen and (max-width: 768px) {
        .modal-start {
            display: none;
        }
    }

    .modal-start-even {
        background-image: url(../images/separator-blue.png);
        background-repeat: no-repeat;
        height: 100%;
        padding: 0;
        position: relative;
    }

    @media screen and (max-width: 1366px) {
        .modal-start-even {
            background-position: -35%;
        }
    }

    @media screen and (max-width: 1024px) {
        .modal-start-even {
            background-position: -110%;
            background-repeat: no-repeat;
        }
    }

    @media screen and (max-width: 768px) {
        .modal-start-even {
            display: none;
        }
    }

    .modal-start-odd {
        background-image: url(../images/separator-yellow.png);
        background-repeat: no-repeat;
        height: 100%;
        padding: 0;
        position: relative;
    }

    @media screen and (max-width: 1366px) {
        .modal-start-odd {
            background-position: -35%;
        }
    }

    @media screen and (max-width: 1024px) {
        .modal-start-odd {
            background-position: -110%;
            background-repeat: no-repeat;
        }
    }

    @media screen and (max-width: 768px) {
        .modal-start-odd {
            display: none;
        }
    }

    .modal-start-result {
        background-image: url(../images/separator-pink.png);
        background-repeat: no-repeat;
        height: 100%;
        padding: 0;
    }

    @media screen and (max-width: 1366px) {
        .modal-start-result {
            background-position: -35%;
        }
    }

    @media screen and (max-width: 1024px) {
        .modal-start-result {
            background-position: -150%;
        }
    }

    @media screen and (max-width: 768px) {
        .modal-start-result {
            display: none;
        }
    }

    .modal-result-mobile {
        background-position: center bottom;
        background-repeat: no-repeat;
        display: none;
        height: 100%;
        position: relative;
        text-align: center;
    }

    @media screen and (max-width: 768px) {
        .modal-result-mobile {
            display: block;
        }
    }

    @media screen and (max-width: 640px) {
        .modal-result-mobile {
            background-size: 120%;
        }
    }

    @media screen and (max-width: 420px) {
        .modal-result-mobile {
            background-size: 100%;
        }
    }

    .modal-start-mobile {
        background: url(../images/girl-1.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        display: none;
        height: 100%;
        position: relative;
        text-align: center;
    }

    @media screen and (max-width: 768px) {
        .modal-start-mobile {
            display: block;
        }
    }

    @media screen and (max-width: 640px) {
        .modal-start-mobile {
            background-size: 120%;
        }
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile {
            background-size: 100%;
        }
    }

    .modal-start-mobile-mechanism {
        background: url(../images/cake.png);
        background-position: center center;
        background-repeat: no-repeat;
        display: none;
        height: 100%;
        position: relative;
        text-align: center;
    }

    @media screen and (max-width: 768px) {
        .modal-start-mobile-mechanism {
            display: block;
        }
    }

    @media screen and (max-width: 640px) {
        .modal-start-mobile-mechanism {
            background-size: 120%;
        }
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-mechanism {
            background-size: 100%;
        }
    }

    .modal-start-mobile-odd {
        display: none;
        height: 100%;
        position: relative;
        text-align: center;
    }

    @media screen and (max-width: 768px) {
        .modal-start-mobile-odd {
            display: block;
        }
    }

    @media screen and (max-width: 640px) {
        .modal-start-mobile-odd {
            background-size: 120%;
        }
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-odd {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-1 {
        background: url(../images/q1.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-1 {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-2 {
        background: url(../images/q2.png);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-2 {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-3 {
        background: url(../images/q3.png);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-3 {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-4 {
        background: url(../images/q4.png);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-4 {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-5 {
        background: url(../images/q5.png);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-5 {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-6 {
        background: url(../images/q6.png);
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-6 {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-7 {
        background: url(../images/q7.png);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-7 {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-8 {
        background: url(../images/q8.png);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-8 {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-9 {
        background: url(../images/q9.png);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-9 {
            background-size: 120%;
        }
    }

    .modal-start-mobile-question-10 {
        background: url(../images/q10.png);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 420px) {
        .modal-start-mobile-question-10 {
            background-size: 120%;
        }
    }

    .no-padding {
        padding: 0;
    }

    .question-area {
        font-size: 2rem;
    }

    @media screen and (max-width: 1366px) {
        .question-area {
            font-size: 1.3rem;
        }
    }

    .radio {
        margin-top: 8px;
    }

    @media screen and (max-width: 1366px) {
        .radio {
            margin-top: 6px;
        }
    }

    @media screen and (max-width: 1024px) {
        .radio {
            margin-top: 4px;
        }
    }

    .radio-text {
        margin-left: 15px;
        margin-top: 5px;
    }

    @media screen and (max-width: 1366px) {
        .radio-text {
            margin-top: 6px;
        }
    }

    @media screen and (max-width: 1024px) {
        .radio-text {
            margin-top: 7px;
        }
    }

    .right {
        float: right;
    }

    .right-text-area {
        background-image: url(../images/separator-white.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        font-size: 2rem;
        height: 100vh;
        padding-left: 8%;
        padding-top: 9%;
        position: absolute;
        right: 0;
        top: 0;
        width: 35%;
    }

    @media screen and (max-width: 1366px) {
        .right-text-area {
            font-size: 1.3rem;
        }
    }

    @media screen and (max-width: 1024px) {
        .right-text-area {
            padding-top: 15%;
        }
    }

    .small-font {
        color: #eeeeee;
        font-family: Didot;
        font-size: 8rem;
    }

    .small-font-2 {
        color: #eeeeee;
        font-family: Lobster-Regular;
        font-size: 8rem;
    }

    @media screen and (max-width: 1366px) {
        .small-font {
            font-size: 4rem;
        }

        .small-font-2 {
            font-size: 4rem;`
        }
    }

    .small-font-mobile {
        color: #bcbcbc;
        font-family: Didot;
        font-size: 4rem;
    }

    .small-font-mobile-2 {
        color: #bcbcbc;
        font-family: Lobster-Regular;
        font-size: 4rem;
    }

    .start-text {
        font-family: Didot;
        font-size: 5rem;
    }

    @media screen and (max-width: 1366px) {
        .start-text {
            font-size: 4rem;
        }
    }

    @media screen and (max-width: 1024px) {
        .start-text {
            font-size: 3rem;
        }
    }

    .start-question-area {
        padding: 5% 5% 0 0;
    }

    @media screen and (max-width: 1366px) {
        .start-question-area {
            padding: 10% 5% 0 0;
        }
    }

    .start-text-area {
        padding-top: 12%;
    }

    @media screen and (max-width: 1366px) {
        .start-text-area {
            padding-top: 7%;
        }
    }
    @media screen and (max-width: 1024px) {
        .start-text-area {
            padding-top: 15%;
        }
    }

    .start-text-area-terms {
        font-size: 2rem;
        padding-top: 10%;
        padding-right: 5%;
    }

    @media screen and (max-width: 1366px) {
        .start-text-area-terms {
            font-size: 1.4rem;
            padding-top: 8%;
        }
    }

    .start-text-area-result {
        padding-top: 8%;
    }

    @media screen and (max-width: 1366px) {
        .start-text-area-result {
            padding-top: 5%;
        }
    }

    @media screen and (max-width: 1024px) {
        .start-text-area-result {
            padding-top: 12%;
        }
    }

    .start-text-body {
        font-size: 2rem;
        padding-top: 30px;
        padding-right: 120px;
    }

    @media screen and (max-width: 1366px) {
        .start-text-body {
            font-size: 1.4rem;
            padding-right: 60px;
        }

        .start-text-body.no-padding-top {
            padding-top: 10px;
        }
    }

    .start-text-body-mobile {
        font-size: 1.5rem;
        padding: 15px 12% 0;
    }

    @media screen and (max-width: 640px) {
        .start-text-body-mobile {
            font-size: 1.1rem;
            padding: 15px 15px 0;
        }
    }

    .start-text-body-mobile.question {
        text-align: left;
    }

    .start-text-mobile {
        font-family: Didot;
        font-size: 3rem;
    }

    @media screen and (max-width: 640px) {
        .start-text-mobile {
            font-size: 2.2rem;
        }
    }

    .sub-welcome {
        color: #C78D22;
        font-family: Didot;
        font-size: 2rem;
        padding: 30px 0;
    }

    @media screen and (max-width: 1366px) {
        .sub-welcome {
            font-size: 1.4rem;
            padding: 15px 0;
        }
    }

    @media screen and (max-width: 1024px) {
        .sub-welcome {
            font-size: 1.2rem;
            padding: 15px 0;
        }
    }

    .sub-welcome-mobile {
        color: #C78D22;
        font-family: Didot;
        font-size: 1.3rem;
        padding: 10px 0;
    }

    @media screen and (max-width: 768px) {
        .sub-welcome-mobile {
            padding: 15px  0;
        }
    }

    .welcome {
        font-family: Didot;
        font-size: 5rem;
        line-height: 1.2;
    }

    @media screen and (max-width: 1366px) {
        .welcome {
            font-size: 4rem;
        }
    }

    @media screen and (max-width: 1024px) {
        .welcome {
            font-size: 3.5rem;
        }
    }

    .welcome-mobile {
        font-family: Didot;
        font-size: 3.5rem;
        line-height: 1.2;
    }

    .welcome-text {
        font-size: 2rem;
        padding-right: 12%;
    }

    @media screen and (max-width: 1366px) {
        .welcome-text {
            font-size: 1.3rem;
        }
    }

    .welcome-text-mobile {
        font-size: 1.3rem;
        padding: 0 20px;
    }

    @media screen and (max-width: 768px) {
        .welcome-text-mobile {
            padding: 0 75px;
        }
    }

    @media screen and (max-width: 420px) {
        .welcome-text-mobile {
            padding: 0 30px;
        }
    }

    .width-40-percent {
        width: 40%;
    }

    .width-49-percent {
        width: 49%;
    }

    .width-50-percent {
        width: 50%;
    }

    .width-59-percent {
        width: 59%;
    }



.modal-dialog-winners{
    width: 800px;
    margin: 30px auto;
}

@media screen and (max-width:992px){
    .modal-dialog-winners{
        width: auto;
        margin: 30px auto;
    }
}

.modal-content-winners{
    background-color: #EBE9DF;
    background-image: url(../images/winners-background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 5% 10% 6%;
    height: auto;
}

@media screen and (max-width:992px){
    .modal-content-winners{
        padding: 8% 15px;
    }
}



.modal-header-winners{
    border-bottom: none;
}

.modal-body-winners h1{
    margin-bottom: 35px;
}

.modal-body-winners p{
    font-size: 15px;
    margin-bottom: 18px;
    font-family: 'Quicksand-Bold';
}

.logo-modal{
    width: 26%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}

@media screen and (max-width:768px){
    .logo-modal{
        width: 41%;
        margin-bottom: 0;
    }
}

.button-winners{
    font-size: 14px;
    padding: 10px 40px;
}

#winners{
    position: relative;
    width: 100%;
    min-height: 100%;
    background-color: #EBE9DF;
    background-image: url(../images/winners-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    padding: 2% 7% 9%;
}

@media screen and (max-width:768px){
    #winners{
        padding: 8% 15px;
    }
}

.logo-small{
    display: block;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}

@media screen and (max-width:768px){
    .logo-small{
        display: block;
        width: 80px;
        margin-bottom: 5%;
    }
}

#winners p{
    font-family: 'Gotham Rounded Book';
    color: #3C3C3B;
    font-size: 16px;
}

#winners h5{
    font-family: 'Gotham Rounded Book';
    color: #BD1622;
    font-size: 26px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    margin-top: 10px;
}

#winners h3{
    font-family: 'Gotham Rounded Bold';
    color: #003978;
    font-size: 48px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

@media screen and (max-width:768px){
    #winners h3{
        font-size: 36px;
    }

    #winners h5{
        font-size: 20px;
    }

    #winners p{
        font-size: 14px;
    }
}

.map{
    color: #BD1622;
    font-family: 'Gotham Rounded Bold';
    font-size: 25px;
}

.winners-container{
    width: 100%;
    max-width: 1280px;
}

.winners-ribbon{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.winners-left{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}

.winners-right{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

.full-height{
    height: 100%;
}

.winner-wrapper{
    padding: 4% 2%;
}

.margin-top-3{
    margin-top: 3%;
}

.margin-top-5{
    margin-top: 5%;
}

/* End All Css */
