* {
    box-sizing: border-box;
}

body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    font-family: 'Roboto', sans-serif;
}

html {
    background-image: url(../img/onde-trasparente.png);
    background-color: #FCD11D;
    background-repeat: repeat;
}

body {
    position: relative;
    background-color: rgba(252, 209, 29, 0.15);
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

h1 {
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
}

p {
    font-size: 1em;
    font-weight: 300;
    text-align: center;
}

h2 {
    font-size: 1em;
    font-weight: 300;
    text-align: center;
}

h3 {
    font-size: .8em;
    font-weight: 300;
    text-align: center;
}

button.button {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    ;
    background: #3366ff;
    background: #FCD11D;
    outline: none;
    border: 0;
    color: #000;
    /* border: 1px solid #fff; */
    padding: 8px 35px;
    font-size: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

button.close {
    background: transparent;
    border: 0;
    outline: none;
    right: 0;
    margin: 0 5px;
    font-size: 1.3em;
    color: #EC4347;
    position: absolute;
}

button.button.disabled {
    /* background: #C3C3C3; */
	background: transparent;
    border: 1px solid #000;
	cursor: default;
}

button.nobutton {
    font-size: 1em;
    font-weight: 300;
    border: 0;
    outline: none;
    background: transparent;
    text-decoration: underline;
}

.block .info h1, .block .info p {
    margin: 15px;
}

.block .info h2 {
    margin: 15px 30px;
}

.block .info p {
    margin-bottom: 0;
}

.block .info h3 {
    margin-top: 5px;
    color: #7d7d7d;
    font-size: .7em;
}

.block .info h3 a {
    color: #7d7d7d;
}

.acc {
    display: block;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 18px;
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: center;
    padding: 22px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

.acc:first-child {
    border-bottom: 0px solid #fff;
}

.acc.active {
    background: rgb(249, 247, 240);
    border-top: 2px solid #fff;
    border-bottom: 1px solid #fff;
}

.acc_text {
    padding: 45px 15px;
    background: #fcd11d;
    display: none;
}

.acc_text p {
    text-align: left;
}

.acc_text p:first-child {
    margin-top: 0;
}

.acc_text p:last-child {
    margin-bottom: 0;
}

.acc_text.active {
    display: block;
}

.acc_text img {
    /* margin-top: 15px; */
    border: 1px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.guess_result {
    font-weight: 300;
    line-height: 18px;
    width: 100%;
    font-size: 1em;
    border: 0;
    text-align: center;
    padding: 22px;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.guess_result.good {
    background: #20980A;
}

.guess_result.bad {
    background: #EB4444;
}

.clear {
    clear: both;
}

.popup, .popup_token {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 10px;
    background: #E6E8E6;
}

.popup img, .popup_token img {
    width: 100%;
}

.bottom_bar {
    height: 40px;
    width: 100%;
    position: fixed;
    background: #555;
    bottom: 0;
    left: 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 9999;
}

input[type=radio] {
    display: none;
}

input[type=radio]+label {
    box-sizing: border-box;
    float: left;
    border: 2px solid #fff;
    width: 33%;
}

button{
	cursor: pointer;
}
button.svg-icon svg{
	width: 16px;
	display: block;
}

input[type=radio]:checked+label {
    border: 5px solid #FCD11D;
    opacity: .7;
}

.block .info .share_div {
    padding: 20px;
    background: #fff;
}

.block .info .share_div p {
    margin: 15px;
}
.flex-center{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
}
.vr{
	margin-bottom: 32px;
	/* display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: center; */
}
.vr-text{
	position: relative;
    padding-left: 4px;
    line-height: 32px;
    top: -16px;
}
.vr-icon{
	display: block;
	margin: 0 auto;
}
.vr-icon svg{
	display: block;
	margin: 0 auto;
    height: 32px;
    line-height: 32px;
    /* top: 16px; */
    position: relative;
}
#rts {
    color: #000;
}
.card {
    margin: 0 auto;
    width: auto;
    display: block;
    z-index: -2;
}

.card img {
    width: 75%;
    margin: 0 auto;
	display: block;
    padding-top: 5px;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.card div h2 {
    text-align: center;
    display: block;
    width: 43%;
    font-size: .8em;
    float: left;
    color: #7d7d7d;
}

.card div h2 span {
    font-size: 1em;
    font-weight: 700;
    color: #000;
}

.footer {
    background: #000;
    color: #fff;
    padding: 22px;
}

.footer h3 {
    line-height: 18px;
    font-size: .6em;
    margin: 0;
    position: relative;
}

.footer h3 a {
    color: #fff;
}

.footer h3 img {
    width: 25px;
    position: absolute;
    top: -2.5px;
    margin-left: 5px;
}

.img_cont {
    width: 100%;
    overflow-y: scroll;
}

.blink {
    animation: blink_animation .5s steps(5, start) infinite;
    -webkit-animation: blink_animation .5s steps(5, start) infinite;
}

.blink_green {
    animation: blink_green .5s steps(5, start) infinite;
    -webkit-animation: blink_green .5s steps(5, start) infinite;
}

.slick-slide {
    outline: none;
}

.result {
    color: #fff;
    position: absolute;
    width: 90%;
    left: 5%;
    top: 25%;
    z-index: 99999;
}

.result.true {
    background: #20980A;
}

.result.false {
    background: #EB4444;
}

@keyframes blink_animation {
    0% {
        background: #EB4444;
    }
    50% {
        background: #FFFFFF;
    }
    100% {
        background: #000000;
    }
}

@keyframes blink_green {
    0% {
        background: #20980A;
    }
    50% {
        background: #FFFFFF;
    }
    100% {
        background: #000000;
    }
}

.block {
    position: relative;
}

div#btn_carousel {
    margin-top: 20px;
    margin-bottom: 20px;
}

.be_the_next {
    background: #E6E8E6;
    height: 100%;
    z-index: 999999;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    text-align: center;
    overflow-y: scroll;
}

.be_the_next img {
    border: 1px solid #fff;
    width: 60%;
    margin: 0 auto;
}

.slick-prev {
    font-size: 2em !important;
    z-index: 9;
    position: absolute;
    left: 0px;
    top: 30%;
    background: transparent;
    display: block;
    border: none;
    outline: none;
    font-weight: 300;
    color: #7d7d7d;
}

.slick-next {
    font-size: 2em !important;
    z-index: 9;
    position: absolute;
    right: 0px;
    top: 30%;
    background: transparent;
    display: block;
    border: none;
    outline: none;
    font-weight: 300;
    color: #7d7d7d;
}

.btn_next {
    z-index: 9;
    position: absolute;
    font-size: 2em !important;
    right: 0px;
    top: 30%;
    background: transparent;
    display: block;
    border: none;
    outline: none;
    font-weight: 300;
    color: #7d7d7d;
}

.btn_prev {
    z-index: 9;
    position: absolute;
    font-size: 2em !important;
    left: 0px;
    top: 30%;
    background: transparent;
    display: block;
    border: none;
    outline: none;
    font-weight: 300;
    color: #7d7d7d;
}

.logout {
    z-index: 9999;
    background: transparent;
    border: 0;
    outline: none;
}

@media all and (min-width: 600px) {
    .be_the_next {
        overflow-y: hidden;
    }
    body {
        width: 500px;
        margin: 0 auto;
    }
    body.fixed {
        width: 500px;
        margin-left: calc(50% - 250px);
    }
    .card img {
        width: 300px;
        padding-left: 5%;
    }
}
