body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212121;
    background-color: #fff
}

.header {
    height: 100px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.nav {
    text-align: right;
    display: block;
    width: 100%;
}

.nav-link {
    text-align: center;
    display: inline-block;
    width: 100px;
    margin: 30px;
    height: 40px;
    font-size: 20px;
    color: #989898;
}

.nav-link:hover {
    color: #565656;
}

footer {
    margin-top: 15px;
    height: 100px;
    line-height: 50px;
    border-top: 1px solid #e3e3e3;
}

.footerlink {
    color: #989898;
}

.footerlink:hover {
    color: #565656;
}

.link-landingpage {
    font-size: 0.8em;
    color:#e1e1d6;
}

.link-landingpage:hover {
    color:#989898;
}

.img-report {
    color:#e1e1d6;
    font-size: 12px;
}

.img-report:hover {
    color:#989898;
}

.img-name {
    color: #074687;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
}


.img-main-container {
    margin-bottom: 15px;
}

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

.col-content {
    /*padding:15px;*/
}

.btn-next {
    background: #074687;
    font-size: 20px;
    color:#e1e1d6;
    font-weight: bold;
    border-radius: 0;
}

.btn-green {
    background: #08A800;
    font-size: 20px;
    color:#e1e1d6;
    font-weight: bold;
    border-radius: 0;
}
.btn-red {
    background: #CE0005;
    font-size: 20px;
    color:#e1e1d6;
    font-weight: bold;
    border-radius: 0;
}

.btn-red:hover, .btn-red:focus, .btn-green:hover, .btn-gree:focus {
    color:#ffffff;
}

.btn-next:focus, .btn-next:hover {
    color: #d3d9df;
}

.logo {
    max-width: 100%;
    max-height: 100%;
}

.error {
    color:#CE0005;
}
.success {
    color:#08A800;
}

.col-logo {
    line-height: 100px;
}

.img-container {
    position: relative;
    width: 100%;
    text-align: center;
}

.img-container:hover .overlay {
    opacity: 1;
}

.image-acp {
    max-height: 400px;
    display: block;
    height: auto;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
    height: 96%;
    width: 96%;
    opacity: 0;
    transition: .5s ease;
    display: block;
    background-color: rgba(255,255,255, 0.5);
}

.overlay-first {
    display: none;
    position: absolute;
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
    height: 96%;
    width: 96%;
    color: #565656;
    background-color: rgba(255,255,255, 0.25);
    text-transform: uppercase;
}

.firstvoteclass {
    display: block;
}

.firstvoteoverlay {
    display: none!important;
}

.text {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.input-std {
    width: 100%;
    margin: 5px;
    padding: 0 10px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.textarea-std {
    width: 100%;
    margin: 5px;
    padding: 0 10px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.margin-form {
    margin-bottom: 10px;
}

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

    .header {
        height: 50px;
        margin-bottom: 10px;
    }
    .col-logo {
        line-height: 50px;
    }

    .nav-link {
        text-align: center;
        display: inline-block;
        width: 70px;
        margin: 15px 0;
        height: 20px;
        font-size: 16px;
        color: #989898;
    }

    footer {
        margin-top: 10px;
        height: 40px;
        line-height: 20px;
    }

    .text {
        font-size: 16px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 10px;
        padding-left: 10px;
    }

    h1 {
        font-size: 1.5em;
    }

    #EroIMslider {
        display: none;
    }
}

.exo-native-widget {
    margin: 0 auto;
}