* {
    box-sizing: border-box;
}


@font-face {
    font-family: Glober;
    src: url("/assets/concursuri/betano/fonts/Glober.otf");
}

html {
    height: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    background-color: #ff6600;
}

.main-container {
    background-color: #ff6600;
    display: block;
}

h3 {
		padding: 40px 20px 0 20px;
		color: #333;
    font-family: Glober;
    font-size: 22px;
    text-align: center;
    margin: auto;
    max-width: 1000px;
    line-height: 1.3;
}


h5 {
		padding: 40px 20px 0 20px;
		color: #fff;
  		font-family: Glober;
		font-size: 30px;
		text-align: center;
		margin: auto!important;
		max-width: 1000px;
		line-height: 1.3;
}



.openning {
    width: 100%;
    height: auto;
    background-color: #183897;
    text-align: center;
    margin-bottom: -50px;
}

.mobi {
    display: none;
}

.second {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin: auto;
    max-width: 1000px;
    background: #ff6600;
    color: #fff;
    position: relative;
}


.second .pasi .box {
    margin: 30px 0;
    width: 48%;
    display: inline-block;
}

.second .pasi .box .interior-box {
    vertical-align: middle;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.second .pasi .box .interior-box p {
    text-align: left;
    display: inline-block;
    padding-left: 20px;
    font-size: 22px;
    font-weight: 100;
    font-family: Glober;
}

.second .pasi .box .interior-box .phase {
    max-height: 140px;
}


.footer-betano {
    background: #ff6600;
    padding: 40px 0 30px 0;
    color: #fff;
    font-family: Glober;
    font-size: 20px;
    text-align: center;
}


.footer-betano p {
    padding: 0 0 40px 0;
    font-family: Glober;
}


.formular {
    display: none;
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    padding: 50px 0;
    font-family: Glober;
    font-size: 20px;
    color: #fff;
}


.formular .forms form input[type=submit] {
    background-color: #333;
    color: #fff;
    font-family: Glober;
    font-size: 30px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    border: 0;
    border-radius: 35px;
    font-weight: 800;

}

.formular .forms form input[type=submit]:hover {
    background-color: #fff;
    cursor: pointer;
    color: #333;
}


.formular .forms form input {
    background-color: #fff;
    color: #8e8e8e;
    text-align: center;
    font-family: Glober;
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
    width: 49%;
    padding: 10px 0;
    margin-bottom: 7px;
    border: 0;
    border-radius: 35px;
}

.formular .forms .lista {
    background-color: #fff;
    color: #8e8e8e;
    text-align: center;
    font-family: Glober;
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
    width: 49%;
    padding: 10px 0;
    border: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 35px;
}


.formular .justify-items {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    align-items: center;
}


.formular input[type='checkbox'] {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border: 0;
    border-radius: 35px;
    vertical-align: inherit;
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px !important;
    width: auto !important;
}

.logos {
    margin: auto;
    width: 100%;
    position: relative;
}

.logos img {
    max-width: 800px;
}


/* Aici se termina GSP*/


.wrap {
    position: relative;
    height: 100%;
    display: block;
}

.game {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    background-color: #ff6600;
}


.card {
    float: left;
    width: 25%;
    height: 25%;
    padding: 5px;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}


.card .inside {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background: white;
}

.card .inside.picked, .card .inside.matched {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card .inside.matched {
    -webkit-animation: 1s matchAnim ease-in-out;
    animation: 1s matchAnim ease-in-out;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.card .front, .card .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #333;
}

.card .front img, .card .back img {
    width: 100%;
    display: block;
    margin: 0;
    height: 100%;
}

.card .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background-repeat: no-repeat;
    background-color: #fff;

}


.modal-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff6600;
}

.modal {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.modal .justify {
    text-align: center;
    margin-top: 40px;
}


.modal .justify p {
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: Glober;
    line-height: 1.3;

}

.modal h2 {
    font-size: 60px;
    padding-bottom: 30px;
    text-align: center;

    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: Glober;


}

.modal-overlay .modal .arrow-down {
    max-width: 50px;
    margin-top: 30px;
}


@media (max-width: 1100px) {

    .penny-quiz {
    }

    .formular {
        padding: 30px 20px;
    }

    .footer-penny p {
        padding: 20px 20px;
    }

    .logos img {
        max-width: 320px;
    }

}


@media screen and (max-width: 650px) {

    .dsk {
        display: none;
    }

    .mobi {
        display: block !important;
    }

    .footer-penny {
        font-size: 18px;
    }


    .formular .agree {
        margin: 5px 0 !important;
    }

    .formular .justify-items {
        display: block;
    }

    .formular .forms form input {
        width: 100%;
        margin-bottom: 10px;
    }

    .formular .forms form input {
        padding: 10px 0;
        margin: 5px 0 !important;
        font-size: 20px;
    }

    .formular .forms .lista {
        width: 100%;
        padding: 10px 0;
        margin-bottom: 7px;
        margin-top: 5px;
        border-radius: 35px;
        font-size: 20px;
        text-align: center;
        text-align-last: center;
        text-align: -webkit-center;
    }

    .break {
        margin-bottom: -3px;
    }


    .wrap {
        position: relative;
        height: 50vh;
        display: block;
    }


    .second {
        width: 100%;
        padding: 30px 20px;
    }


    .second .pasi .box {
        margin: 30px 0;
        width: 100%;
        display: inline-block;
    }

    .second .pasi .box .interior-box {
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .second .pasi .box .interior-box img {
        width: 150px;
        height: 150px;
    }


    .second .pasi .box .interior-box p {
        display: inline-block;
        width: 50%;
        padding-left: 20px;
        font-size: 18px;
    }

    .card {
        width: 25%;
        height: 25%;
        padding: 2px;
    }


    .modal-overlay {
        display: none;
    }

    .modal {
        display: none;
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 380px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal .justify {
        text-align: center;
    }

    .modal .justify h2 {
        font-size: 50px;
    }

    .modal .justify p {
        padding-bottom: 30px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 100;
        padding: 0 20px;

    }
}

