
/*--------PC offers menu navbar--------*/

 .sidenav_pc {
     width: 200px;
     position: fixed;
     z-index: 2;
     background-color: #1E416F;
     overflow-x: hidden;
     padding-top: 20px;
     padding-bottom: 20px;
 }

.sidenav_pc a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav_pc a:hover, .dropdown-btn:hover {
    color: #f1f1f1;
}

.active {

}
.main{
    margin-top: 7%;
    margin-bottom: 7%;
}

@media screen and (max-height: 450px) {
    .sidenav_pc {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sidenav_pc a {
        font-size: 18px;
    }
}

/*--------END PC offers menu navbar--------*/


/*--------Mobile offers menu navbar--------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    /*top: 0;*/
    left: 0;
    background-color: #D8002E;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;

}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.u-header--abs-top__inner, .u-header--abs-bottom__inner, .u-header--abs-top-2nd-screen__inner {
    max-height: unset;
}

.hide_nav_btn{
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% { background-color: #D8002E; -webkit-box-shadow: 0 0 3px #1E416F; }
    50% { background-color: #D8002E; -webkit-box-shadow: 0 0 40px #1E416F; }
    100% { background-color: #D8002E; -webkit-box-shadow: 0 0 3px #1E416F; }
}

@-moz-keyframes glowing {
    0% { background-color: #D8002E; -moz-box-shadow: 0 0 3px #1E416F; }
    50% { background-color: #D8002E; -moz-box-shadow: 0 0 40px #1E416F; }
    100% { background-color: #D8002E; -moz-box-shadow: 0 0 3px #1E416F; }
}

@-o-keyframes glowing {
    0% { background-color: #D8002E; box-shadow: 0 0 3px #1E416F; }
    50% { background-color: #D8002E; box-shadow: 0 0 40px #1E416F; }
    100% { background-color: #ff083b; box-shadow: 0 0 3px #1E416F; }
}

@keyframes glowing {
    0% { background-color: #D8002E; box-shadow: 0 0 3px #1E416F; }
    50% { background-color: #D8002E; box-shadow: 0 0 40px #1E416F; }
    100% { background-color: #D8002E; box-shadow: 0 0 3px #1E416F; }
}

/*--------END Mobile offers menu navbar--------*/

@media only screen and (min-width: 769px) {
    .vl {
        border-left: 1px solid lightgray;
        margin: auto;
    }
}


/*form validation B 3.X.X + B 4.X.X with 1000hz validator*/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #dc3545;
}

.has-error .form-control {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #28a745;
}

.has-success .form-control {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/*END form validation B 3.X.X + B 4.X.X with 1000hz validator*/

