html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

div.quiz-modal {
    margin: 15% auto auto auto!important;
}

.btns li {
    width: 36px !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    line-height: 1.618;
    font-family: Arial, Helvetica, sans-serif;
}

/**
 * BASIC TYPE
 */

img, video {
    max-width: 100%;
    vertical-align: middle;
}

p:not(:last-child) {
    margin: 0 0 1em;
}

/**
 * BOX HACKING
 */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.wrapper {
    /* max-width: 1280px;  */
    margin-right: auto;
    margin-left: auto;
    padding: .01em;
}

body {
    background-color: #cccccc;
    color: #333333;
}

.masonry-wrapper {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    /* max-width: 1600px; */
}

.masonry {
    /* columns: 2!important; */
    column-gap: 0px;
    height: 100%;
}

.masonry-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    display: flex;
    flex-flow: column wrap;
    align-content: space-around;
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .masonry {
        columns: 2!important;
    }
}

@media only screen and (max-width: 1023px) and (min-width:480px) {
    .masonry {
        columns: 2!important;
    }
}

@media only screen and (min-width: 1024px) {
    .masonry {
        columns: 4;
    }
}

button {
    cursor: pointer;
}

.radar {
    z-index: 2000;
    position: fixed;
    margin-top: 4em;
    width: 100%;
    text-align: center;
    padding: 1rem 1rem 2rem;
    min-height: 320px;
    background-color: rgba(255, 255, 255, 0.9);
}

.handle {
    color: #0984e3;
    font-weight: bold;
}

div.quiz-modal {
    z-index: 2000;
    position: fixed;
    width: 100%;
    margin: auto!important;
}

.geo {
    color: #0984e3;
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.9);
}

.radar h1 {
    line-height: 3.5em !important;
    font-family: monospace;
    font-size: 1.5em;
}

.quiz-modal .modal-header {
    background: #d9349f !important;
    text-align: center;
    color: #fff;
}

.btns li {
    border-radius: 35px;
    width: 30px;
    font-size: 1.25em;
    margin: .25em;
    display: inline-block;
    padding: .1em;
    color: #0984e3;
    background: #666;
}

.btns li.active {
    background: #fff;
    color: #000;
    opacity: 1;
}

.btn-lg, .btn-group-lg>.btn {
    /*    padding: 10px;*/
}

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

h4 {
    line-height: 2;
}

.modal-backdrop {
    background-color: none!important;
    display: none;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
}

.btn-primary {
    background-color: #0984e3;
    /*    padding: 1em;*/
}

.btn-dull {
    color: #ccc;
    border: 1px solid #cccccc;
}

.main-header {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
}

.hookup-header {
    background-color: #d9349f;
    color: #fff;
}

.thumb-choice {
    padding: .25em;
}

img.verified {
    max-width: 120px;
    opacity: .8;
    margin: 10px;
    padding: 10px;
}

button {
    min-width: 100px;
}

.img-responsive {
    border: 2px solid #0984e3;
    cursor: pointer;
}

.custom-check-label {
    height: 55px;
    margin: 0 0 .3rem 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: medium;
    background-image: url('../images/next-arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40px 25px;
    cursor: pointer;
    padding: 0 45px 0 5px;
}

.custom-check {
    opacity: 0;
    position: absolute;
}

.custom-check:checked+.custom-check-label {
    background-color: #0984e3;
    border: 1px solid #000;
    color: #fff;
}

.custom-check:focus+.custom-check-label {
    border: 1px solid red outline: none;
}

:focus {
    outline: none;
}

img.click-gif {
    top: 400px;
    position: absolute;
    max-width: 100px;
    right: 0;
}

.next-arrow {
    font-size: 1.5em;
    right: 40px;
    position: absolute;
    color: #44bd32;
}

.modal-body {
    padding: none!important;
}

.modal-header {
    padding: 15px 10px;
}

.modal-footer {
    border-top: none;
    margin-top: none;
    padding: 10px;
    margin-top: 0;
}

.congrats {
    padding: 1.2em;
    margin-top: -60px;
}

.handle, .banner_text {
    display: block;
    line-height: 1.3;
}

.banner_text {
    margin: 15px 0;
}

.btn-lg, .btn-group-lg>.btn {
    font-size: 22px;
}

@media (max-width: 500px) {
    h1 {
        font-size: 1.3em;
    }
}