.content_wrapper_sbr:before,
.content_wrapper_sbr:after,
.content_wrapper_sbl:before,
.content_wrapper_sbl:after{
    content: '';
    display: table;
    clear: both;
    height: 0;
}

.blue-lines-wallpapper {
    background-image: url(../media/2016/02/blue-pattern-image-wallpaper.jpg);
    background-color: #2761b3;
}

.thumbnail img {
    height: auto;
    width: 100%;
}

.ls-slide h1,
.ls-slide p {
    text-shadow: 1px 1px 2px #000;
}

.ls-slide p {
    font-size: 14px;
}

.personal-area-menu {
    float: right;
    padding-top: 25px;
}

.personal-area-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.personal-area-menu a {
    width: auto;
    height: 37px;
    margin: 0;
    padding: 15px 18px 10px;
    color: #232323;
    text-decoration: none;
    font: bold 1.2em/1.1em Arial, Helvetica, sans-serif;
}

#contact input,
#contact textarea {
    width: 90%;
}

#contact h3 {
    margin-bottom: 30px !important;
}

#contact .submit {
    padding: 5px 12px;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    text-align: center;
    border: none;
    color: #fff;
    background: #454545;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#contact .wrapper {
    padding: 12px 16px; 
    background: #D8D8D8;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-1 {
    width: 8.33333333%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-5 {
    width: 41.66666667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.33333333%;
}
.col-sm-8 {
    width: 66.66666667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-11 {
    width: 91.66666667%;
}
.col-sm-12 {
    width: 100%;
}

.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 {
    float: left;
}

.container:after, .container:before,
.row:after, .row:before {
    display: table;
    content: " ";
}

.news .thumbnail {
    margin: 0 30px 20px 0;
}

#contact-form .has-error {
    border: solid 1px red;
}

.post-date {
    padding-top: 5px;
}

.highlight {
    color: red;
}

#MainNav a {
    margin: 0;
    width: 160px;
    margin-top: 6px;
    margin-right: 40px;
}

#MainNav a img {
    width: 100%;
    height: auto;
}

.support {
    float: right;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
}

.gdpr-message {
    position: fixed;
    max-width: calc(100vw - 2rem);
    max-height: 60vh;
    overflow: hidden;
    margin-bottom: 0;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 2rem;
    z-index: 999;
    background-color: #212529;
    transition: all 0.3s ease;
}
.gdpr-message .container-fluid {
    width: 100%;
    padding-right: .75rem;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.gdpr-message .align-items-center {
    text-align: center;
}
.gdpr-message .hero {
    color: #adb5bd;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4em;
}
.gdpr-message button {
    display: inline-block;
    font-size: 1.25rem;
    margin: 0;
    padding: 15px 30px;
}