.sensio-badge {
    position: absolute !important;
    right: -10px !important;
    bottom: -25px !important;
    width: 110px !important;
}

.frst-timeline-style-2 h2, .frst-timeline-style-2 p {
    text-align: left;
}

li.switch-local{
    position: absolute;
    right: 0px;
    top: 15px;
}

li.switch-local img{
    width: 30px;
}

@media screen and (max-width: 1280px) {
    li.switch-local{
        top: 10px;
    }
}

@media screen and (max-width: 737px) {
    .sensio-badge {
        right: -15px !important;
        bottom: -25px !important;
        width: 75px !important;
    }

    li.switch-local{
        top: 6px;
    }
}

@media screen and (max-width: 679px) {
    .frst-timeline-style-2 .frst-date{
        text-align: left;
        margin-left: 70px;
    }
}

.exp-img{
    width: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.frst-date-opposite.frst-timeline-style-2 h2{
    margin-left: 70px;
}

.frst-timeline-style-2 .frst-timeline-img span {
    background: #4398e0;
}

#nav {
    background-color: #303030;
}

#contact{
    background-color: #fafafa;
    text-shadow: 1px 1px 0px #fff;
}

#contact h2{
    color: black;
}

#contact input, #contact textarea{
    background-color: #f1f1f1 !important;
    color: black;
    font-family: monospace;
    font-weight: bold;
}

#contact form ::-webkit-input-placeholder
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray !important;
}


#contact form :-ms-input-placeholder{
    color: gray !important;
}

#contact form :-ms-input-placeholder{
    color: gray !important;
}

#contact button[type=reset]{
    background-color: #919191
}

.icon.featured {
    color: #4398e0;
}

.error{
    color: red;
}

.error input, .error textarea{
    border: solid 2px red !important;
}

.alert{
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: left;
    font-weight: bold;
}

.alert-error{
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}