@font-face {
    font-family: 'RobotoSlabRegular';
    src: url('font/RobotoSlab/RobotoSlab-Regular.ttf')  format('truetype');
}

@font-face {
    font-family: 'RobotoSlabBold';
    src: url('font/RobotoSlab/RobotoSlab-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto/Roboto-Regular.ttf')  format('truetype');
}

html {
    height: 100%;
}

/* 192f59 */

body{
    background: url('../images/background.jpg');
    font-family: 'Roboto', sans-serif;
    color: #192f59;
    height: 100%;
}

.clear {
    clear: both;
}

.keo_wrapper, header, section, footer, .default_width, .keo_content_wrap {
    width: 100%;
    position: relative;
    background-color: #192f59;
}

.keo_top_element {
    position: relative;
    width: auto;
}

.keo_top_element ul {
    margin: 0;
    padding: 0;
}

.keo_top_element ul li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding: 10px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 13px;
}
.keo_top_element ul li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.keo_top_element ul li i {
    margin-right: 10px;
}
.keo_top_element ul li a {
    display: inline-block;
    color: #ffffff;
}

.header {
    height: 110px;
    line-height: 110px;
    background: #01639A;
    border-bottom: 2px solid #180a61;
    margin-bottom: 25px;
}


.header a.main-link {
    float: left;
    display: block;
    margin: 15px 20px 5px 0;
    z-index: 999;
    position: relative;
}

.header .navbar-brand {
    height: 80px;
    padding: 0;
}

.header .container {
    position: relative;
}

.header h1 {
    position: relative;
    top: 20px;
    font-family: 'RobotoSlabRegular', sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: #ffffff;
}

.header h2 {
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'RobotoSlabBold', sans-serif;
    margin: 32px 0 0 0;
    color: #ffffff;
}

.header h3 {
    position: absolute;
    right: 25px;
    top: 34px;
    font-size: 16px;
    font-family: 'RobotoSlabRegular', sans-serif;
    font-style: italic;
    color: #ffffff;
    text-align: right;
}


.wrapper {
    position: relative;
    min-height: 100%;
}

.content {
    padding-bottom: 125px;
}


footer {
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 100px;
    line-height: 100px;
    background: #ffffff;
    border-top: 2px solid #180a61;
    font-family: 'RobotoSlabRegular', sans-serif;
    text-align: center;
}

#main-block {
    padding: 15px;
    min-height: 100px;
}

.citation {
    width: 100%;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    border-left:8px solid #01639A;
    margin-bottom: 15px;
    padding:1.2em 75px 1.2em 75px;
    background: #f5f5f5;
}

.citation::before{
    font-family: 'RobotoSlabBold', sans-serif;
    content: "\201C";
    color:#01639A;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

.citation::after{
    font-family: 'RobotoSlabBold', sans-serif;
    content: "\201E";
    color:#01639A;
    font-size:4em;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.citation .text {
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
}

.citation .author {
    font-family: 'RobotoSlabBold', sans-serif;
}

p, ul {
    color: #222222;
    text-align: justify;
    font-size: 16px;
}

.italic {
    font-style: italic;
}

p a {
    text-decoration: underline;
}

#question .img-thumbnail {
    max-width: 100%;
    max-height: 500px;
    min-height: 400px;
    margin: 0 auto;
    position: relative;
    display: block;
}

h3 {
    font-family: 'RobotoSlabBold', sans-serif;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
}

.select2-selection__rendered {
    line-height: 34px !important;
}
.select2-container .select2-selection--single {
    height: 34px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

label {
    font-weight: normal;
}

.answer {
    white-space: normal;
}

@media (max-width: 992px) {

    .header {
        height: auto;
        line-height: normal;
        margin-bottom: 15px;
    }

    .header .navbar-brand {
        float: none;
        height: 80px;
        margin: 10px 0 5px 0px;
    }

    .header h1 {
        top: 0;
        font-size: 12px;
        line-height: 14px;
        margin: 10px 0 10px 10px;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .header h2 {
        position: relative;
        top: 0;
        font-size: 16px;
        text-transform: uppercase;
        margin: 10px 0 15px 10px;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .header h3 {
        position: relative;
        top: 0;
        font-size: 14px;
        margin: 10px 0 15px 10px;
        width: 100%;
        overflow: hidden;
        text-align: left;
        right: auto;
        display: none !important;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    #question .img-thumbnail {
        max-width: 100%;
        max-height: none;
        min-height: initial;
    }

}

#wait-button {
    white-space: normal;
}

#start-button {
    background: #01639A;
    border: #ffffff;
}
