@font-face{
    font-family: 'OpenSansLight';
    src: url('/font/opensans/opensans-light-webfont.eot');
    src: url('/font/opensans/opensans-light-webfont.eot?iefix') format('eot'),
    url('/font/opensans/opensans-light-webfont.woff') format('woff'),
    url('/font/opensans/opensans-light-webfont.ttf') format('truetype'),
    url('/font/opensans/opensans-light-webfont.svg#webfont') format('svg');
}
@font-face{
    font-family: 'OpenSansExtraBold';
    src: url('/font/opensans/opensans-extrabold-webfont.eot');
    src: url('/font/opensans/opensans-extrabold-webfont.eot?iefix') format('eot'),
    url('/font/opensans/opensans-extrabold-webfont.woff') format('woff'),
    url('/font/opensans/opensans-extrabold-webfont.ttf') format('truetype'),
    url('/font/opensans/opensans-extrabold-webfont.svg#webfont') format('svg');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('/font/opensans/opensans-bold-webfont.eot');
    src: url('/font/opensans/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/font/opensans/opensans-bold-webfont.woff') format('woff'),
    url('/font/opensans/opensans-bold-webfont.ttf') format('truetype'),
    url('/font/opensans/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'OpenSansLight', Arial,"Helvetica Neue",Helvetica,Arial;
    background-color: #ffffff;
    font-size: 16px;
    color: #444444;
}
a {
    color: #444444;
    text-decoration: underline;
}
b {
    font-family: 'OpenSansBold';
}

header, header a, header a:hover {
    text-transform: uppercase;
    line-height: 60px;
    font-family: 'OpenSansBold';
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.block {
    /*background: url('../img/background-block.png');*/
    /*background-repeat: repeat;*/
    background-color: #ffffff;
    padding: 0px 20px;
}

button {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
}

h1 {
    text-transform: uppercase;
    color: #ff6c00;
    font-size: 35px;
    font-family: 'OpenSansBold';
}
h2 {
    text-transform: uppercase;
    color: #181818;
    font-size: 3rem;
    font-family: 'OpenSansBold';
}
h3 {
    font-size: 1.7rem;
}
.question h1 {
    font-style: italic;
    font-size: 21px;
    text-transform: initial;
}
.question img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.second-page h1 {
    color: #181818;
    font-size: 24px;
}
.second-page h2 {
    color: #ff6c00;
    font-size: 19px;
}
.invisible {
    display:none;
}
.form-group {
    margin-bottom: 0.5rem;
}
label {
    margin-bottom: 0.2rem;
}

.background {
    background: url('../img/achtergrond.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 85vh;
}

.butn {
    background: #53d21c;
    background-image: -webkit-linear-gradient(top, #53d21c, #2ab811);
    background-image: -moz-linear-gradient(top, #53d21c, #2ab811);
    background-image: -ms-linear-gradient(top, #53d21c, #2ab811);
    background-image: -o-linear-gradient(top, #53d21c, #2ab811);
    background-image: linear-gradient(to bottom, #53d21c, #2ab811);
    background: #ffa800;
    background-image: -webkit-linear-gradient(top, #ffa800, #ff6b00);
    background-image: -moz-linear-gradient(top, #ffa800, #ff6b00);
    background-image: -ms-linear-gradient(top, #ffa800, #ff6b00);
    background-image: -o-linear-gradient(top, #ffa800, #ff6b00);
    background-image: linear-gradient(to bottom, #ffa800, #ff6b00);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'OpenSansBold';
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 40px 15px 40px;
    text-decoration: none;
}

#winModal .modal-dialog {
    width: 404px;
    margin-top: 0px;
    height: 100%;
    margin: 30px auto;
}

.butn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.full-button {
    width: 90%;
    border-radius: 0px;
    margin: 0px;
    margin-top: 20px;
    font-size: 19px;
}


.btn {
    border: 4px solid #ffffff;
    font-family: 'OpenSansBold';
    padding: 10px 20px 10px 20px;
    background-color: #cd1214;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    -moz-box-shadow:    4px 5px 8px -2px #000;
    -webkit-box-shadow: 4px 5px 8px -2px #000;
    box-shadow:         4px 5px 8px -2px #000;
}

.btn:hover {
    -moz-box-shadow:    1px 2px 8px -2px #000;
    -webkit-box-shadow: 1px 2px 8px -2px #000;
    box-shadow:         1px 2px 8px -2px #000;
}
.panel {
    opacity: 0.85;
    box-shadow: none;
}

.second-page .panel {
    margin-top: 30px;
    opacity: initial;
    padding-right: 25px;
    padding-left: 25px;
}

.answer-button {
    border: none;
    background: none;
}

.second-page h1 {

}
.modal-content, .modal-content a {
    color: #000000;
}
.modal-content a {
    text-decoration: underline;
}
.coreg-page h3 {
    margin-top: 20px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-weight: bold;
}
.coreg-page h3 .facebook {
    border-bottom: none;
}

.banners img {
    max-width: 100%;
    height: auto;
}

.tested {
    background-color: #ffffff;
}

.tested .line h2 {
    overflow: hidden;
    text-align: center;
    font-size: 29px;
}

@media (min-width: 992px) {

    .tested .line h2:before,
    .tested .line h2:after {
        background-color: #000000;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    .tested .line h2:before {
        right: 0.5em;
        margin-left: -50%;
    }

    .tested .line h2:after {
        left: 0.5em;
        margin-right: -50%;
    }
}
.tested .text {
    font-size: 32px;
    color: #000000;
    text-align: center;
}
.tested .prices {
    white-space: nowrap;
    width: 100%;
    display: table;
}

.tested .prices .price-image {
    vertical-align: middle;
    padding: 5px;
    display: table-cell;
}
.tested .text-center img,
.tested .price-image img {
    max-width: 100%;
    width: 75%;
    height: auto;
}




@media (max-width: 767px) {
    /*.multiple-egg:nth-of-type(1) {*/
    /*    margin-left: 25%;*/
    /*}*/
}

/* Desktop design has separate buttons and no hr */
@media (min-width: 100px) {
    .scratchpad {
        height: 150px;
    }
}

@media (min-width: 500px) {
    .scratchpad {
        height: 230px;
    }
}

@media (min-width: 768px) {
    /*.multiple-egg:nth-of-type(2) {*/
    /*    margin-top: 20px;*/
    /*}*/
    .scratchpad {
        height: 150px;
    }
}

@media (min-width: 992px) {
    .scratchpad {
        height: 230px;
    }

}

#submit_egg {
    position:absolute;
    top: 10%;
    left: 50%;
    width:400px;
    height:100px;
    margin-top: -50px; /*set to a negative number 1/2 of your height*/
    margin-left: -200px; /*set to a negative number 1/2 of your width*/
}




footer {
    background-color: #ce0017;
    padding-top: 10px;
    padding-bottom: 25px;
    cursor: initial;
}
footer, footer a, footer a:hover {
    color: #ffffff;
    font-size: 15px;
}
footer a {
    padding-top: 40px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #eee;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}