/******************************************************************
GENERAL
******************************************************************/



#main {
    float:right;
}

#sidebar1 {
    float: left;
}

#sidebar1.col-xs-3 {
    width: 22%;
    min-width: 202px;
}

#main.col-xs-9 {
    width: 78%;
}

.container {
    margin-left: 0px;
    min-width: 970px;
    padding-left: 0px;
}

body {
    font-family: 'Droid Serif', serif;
    padding-top: 0px;
}

header .logo {
    border-radius: 0px 0px 45px 0px;
    width: 100%;
}

a, a:hover {
    color: #13497f;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Droid Serif', serif;
}

h2 {
    font-size: 31px;
    color: #13497f;
    margin-top: 45px;
    margin-bottom: 27px;
}

h3 {
    font-size: 24px;
    color: #13497f;
    font-style: italic;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    color: #13497f;
    line-height: 27px;
}

h5 {
    font-size: 14px;
    color: #00202d;
}

p, div {
    color: #223943;
    font-size: 14px;
    margin: 0px;
}

li {
    color: #223943;
}

#content {
    padding: 0px;
}

#main article {
    background-color: #e7ecf2;
    border-radius: 45px;
    color: white;
    padding-left: 50px;
    padding-right: 50px;
}

.widgettitle {
    color: #13497f;
    font-size: 24px;
}

.textwidget p, .textwidget div {
    color: #AAAAAA;
    font-size: 12px;
}

.blue {
    color: #13497f;
}

header.image {
    margin-bottom: 30px;
    position: relative;
}

header.image.homepage {
    background-image: url("../img/banner-homepage.jpg");
}

header.image.page {
    background-image: url("../img/banner-contact.jpg");
}

header.image.riskprofile {
    background-image: url("../img/banner-riskprofile.jpg");
}

header.image.whoweare {
    background-image: url("../img/banner-whoweare.jpg");
}

header.image.news {
    background-image: url("../img/banner-news.jpg");
}

header.image .title {
    color: white;
    position: absolute;
    z-index: 1;
    font-size: 65px;
    left: 53px;
    text-shadow: 0 0 6px #555555;
}

header.image .title-bold {
    font-weight: bold;
}

header .switch-language {
    position: absolute;
    right: 0px;
    background-color: white;
    height: 50px;
    display: block;
    width: 110px;
    top: 0px;
    border-radius: 0px 0px 0px 13px;
}

#lang_sel a, #lang_sel a:visited {
    display: block;
    font-size: 11px;
    text-decoration: none !important;
    color: #444444;
    background: #fff;
    padding-left: 10px;
    line-height: 50px;
    width: 170px;
    height: 50px;
    border: 0px;
    color: #13497f !important;
    text-transform: uppercase;
}

#lang_sel a.lang_sel_sel {
    background: url(../img/nav-arrow-down.png) #fff right no-repeat;
    color: #13497f;
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase;
    display: none;
}

#lang_sel ul ul a, #lang_sel ul ul a:visited {
    margin-top: 13px;
}

#lang_sel img {
	border-radius: 0;
}

input[type='text'], input[type='email'] {
    height: 42px;
}

input {
    border: 0px;
    border-radius: 6px;
    padding-left: 13px;
    padding-right: 13px;
}

#main article img {
    border-radius: 8px;
}

.wpcf7-form-control.wpcf7-captchac {
    box-shadow: 0px 0px 8px #b2c1d5;
}

/**
    ### NAVIGATION ###
*/

ul.navigation {
    list-style-type: none;
    padding-left: 0px;
}

ul.navigation li.active a {
    color: #13497f;
}

.navigation li {
    font-size: 14px;
}

.navigation li a {
    color: black;
}

.navigation li a:hover {
    color: #13497f;
}

.navigation li:not(:last-child) {
    margin-bottom: 35px;
}

.navigation .active {
    color: #13497f;
}

.icon-home {
    background-image: url("../img/icon-home.png");
    background-repeat: no-repeat;
    padding-left: 53px;
    line-height: 32px;
    height: 32px;
}

.icon-home.active {
    background-image: url("../img/icon-home-active.png");
}

.icon-services {
    background-image: url("../img/icon-services.png");
    background-repeat: no-repeat;
    padding-left: 53px;
    line-height: 32px;
    height: 32px;
}

.icon-services.active {
    background-image: url("../img/icon-services-active.png");
}

.icon-who {
    background-image: url("../img/icon-who.png");
    background-repeat: no-repeat;
    padding-left: 53px;
    line-height: 32px;
    height: 32px;
}

.icon-who.active {
    background-image: url("../img/icon-who-active.png");
}

.icon-risk {
    background-image: url("../img/icon-risk.png");
    background-repeat: no-repeat;
    padding-left: 53px;
    line-height: 32px;
    height: 32px;
}

.icon-risk.active {
    background-image: url("../img/icon-risk-active.png");
}

.icon-news {
    background-image: url("../img/icon-news.png");
    background-repeat: no-repeat;
    padding-left: 53px;
    line-height: 32px;
    height: 32px;
}

.icon-news.active {
    background-image: url("../img/icon-news-active.png");
}

.icon-contact {
    background-image: url("../img/icon-contact.png");
    background-repeat: no-repeat;
    padding-left: 53px;
    line-height: 32px;
    height: 32px;
}

.icon-contact.active {
    background-image: url("../img/icon-contact-active.png");
}

/**
    ### CONTENT ###
*/

.page-header {
    padding-bottom: 0px;
    margin: 40px 0 0px;
    border-bottom: 0px;
}

article .col-xs-6 {
    vertical-align: top;
}

input[type='text'], input[type='email'] {
    font-size: 15px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    box-shadow: 0px 0px 8px #b2c1d5;
}

input[type='button'], input[type='submit'] {
    color: white;
    padding: 0px 15px 0px 15px;
    height: 34px;
    border-radius: 8px;
    font-size: 12px;
    background: #13497f;
    background: -moz-linear-gradient(top, #13497f 0%, #1a5da1 100%);
    background: -webkit-gradient(top left, bottom right, color-stop(0%, #13497f), color-stop(100%, #1a5da1));
    background: -webkit-linear-gradient(top, #13497f 0%, #1a5da1 100%);
    background: -o-linear-gradient(top, #13497f 0%, #1a5da1 100%);
    background: -ms-linear-gradient(top, #13497f 0%, #1a5da1 100%);
    background: linear-gradient(to top, #13497f 0%, #1a5da1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea', GradientType=1 );
}

input[type='radio'] {
    height: initial;
    position: absolute;
    top: 0;
    left: 0;
}

.score {
    color: #13497f;
}

.post_content .result {
    font-size: 20px;
    font-style: italic;
    color: #13497f;
}

.post_content .text {
    font-size: 18px;
    line-height: 23px;
}

.bx-prev {
    display: none;
}

.bxslider {
    margin-left: -24px;
}

#lang_sel ul ul {
    border-top: 0px;
}

#lang_sel img.iclflag {
    top: -1px;
}

#lang_sel ul ul {
    visibility: visible;
}

#lang_sel ul ul a, #lang_sel ul ul a:visited {
    margin-top: 0px;
    background: transparent !important;
}

#lang_sel ul ul {
    top: 14px;
}

#lang_sel li {
    width: 170px;
}

.line-separator.riskprofile {
    margin-top: -10px;
}

.poll-fullpage {
    margin-top: 45px;
}

.col-xs-4.image {
    height: 305px;
}

.col-xs-6 .col-xs-8 {
    padding-left: 0px;
    padding-right: 10px;
    width: 59%;
}

.col-xs-6 .col-xs-4 {
    width: 41%;
    padding-right: 0px;
}

.col-xs-6 .col-xs-4.image h4 {
    margin-top: -5px;
}

article ul.color-bullet {
    list-style: none;
}

ul.color-bullet li {
    padding-left: 1em;
    text-indent: -.7em;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.color-bullet li:before {
    content: "• ";
    color: #13497f;
    margin-right: 10px;
}

#lang_sel img.iclflag {
    width: 22px;
    height: 17px;
}

.required {
    color: #f26522;
}

textarea {
    border-radius: 6px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 15px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0px;
    box-shadow: 0px 0px 8px #b2c1d5;
}

.wpcf7-captchac {
    height: 42px !important;
    float: left;
    margin-top: 8px;
    max-width: 86px !important;
    width: 25%;
}

.map-contact {
    border-radius: 4px;
}

.bx-wrapper {
    display: none;
}

.bxslider li {
    width: 100% !important;
}

.btn-news {
    margin-bottom: 53px;
}

/*
	Contact form errors
*/
span.wpcf7-not-valid-tip {
	font-size: 12px;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
	display: inline-block;
	width: 100%;
}

header.image img {
    border-radius: 0px 0px 45px 45px;
    position: relative;
    z-index: 0;
    width: 100%;
    max-height: 400px;
}

@media (min-width: 1570px) {
    .container {
        width: 1562px
    }
    .widget {
        border-bottom: 1px solid #eeeeee;
        padding: 45px 21px 45px 40px;
        margin-bottom: 0px;
    }
    header.image .title {
        bottom: 28px;
    }
    header .logo {
        width: auto !important;
    }
    .navigation li {
        font-size: 16px !important;
    }
    .captcha-text {
        margin-left: 3%;
        width: 80% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1569px) {
    .widget {
        padding: 35px 21px 45px 25px;
    }
    header.image .title {
        bottom: 5px;
    }
    .captcha-text {
        margin-left: 3%;
        width: 73% !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    header.image .title {
        bottom: 5px;
    }
    .captcha-text {
        margin-left: 3%;
        width: 72% !important;
    }
    header.image .title {
		font-size: 63px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget {
        padding: 45px 0px 45px 20px;
    }
    header.image .title {
        bottom: 5px;
    }
    .captcha-text {
        margin-left: 3%;
        width: 71% !important;
    }
    header.image .title {
		font-size: 63px;
	}
}

@media (max-width: 768px) {
    header.image .title {
        bottom: 5px;
    }
    .captcha-text {
        margin-left: 3%;
        width: 71% !important;
    }
    header.image .title {
		font-size: 63px;
	}
}