/*Title:   Custom Css File
Author:  http://themeforest.net/user/lorthemes // Bogdan Laurentiu
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@media only screen and (max-width: 1024px) {
	.container .row .col-sm-3.mbottom50,
	.container .row .col-md-3.mbottom50 {
		margin-bottom: 0 !important;
	}
	.container .row .col-sm-3.mbottom50 .sidebar,
	.container .row .col-md-3.mbottom50 .sidebar {
		display: none;
	}
}

/* Location Map */
#locations .desc {
    float: right;
    width: 400px;
}
#locations ul#map {
    background: transparent url("../images/bg_brd.png") no-repeat scroll 0 0;
    float: left;
    height: 410px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 310px;
}
ul#map li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
ul#map li a {
    display: block;
    height: 100%;
    text-decoration: none;
}
#north {
    height: 205px;
    left: 30px;
    top: 2px;
    width: 245px;
}
#east {
    height: 180px;
    left: 132px;
    top: 83px;
    width: 170px;
}
#south {
    height: 175px;
    left: 50px;
    top: 235px;
    width: 220px;
}
#west {
    height: 190px;
    left: 3px;
    top: 130px;
    width: 145px;
}
ul#map li a.current, ul#map li a:hover {
    background-image: url("../images/bg_brd.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
ul#map li#north a.current, ul#map li#north a:hover {
    background-position: -330px -2px;
}
ul#map li#east a.current, ul#map li#east a:hover {
    background-position: -578px -16px;
}
ul#map li#south a.current, ul#map li#south a:hover {
    background-position: -525px -235px;
}
ul#map li#west a.current, ul#map li#west a:hover {
    background-position: -323px -209px;
}
ul#map li a span {
    display: none;
}
ul#map li a:hover span {
    background: #c2d4fd none repeat scroll 0 0;
    color: #333333;
    display: block;
    font-size: 12px;
    left: 35%;
    opacity: 0.75;
    padding: 5px;
    position: absolute;
    top: 40%;
}
ul#map li a:hover span strong {
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    text-decoration: none;
}

/* ASSOCIATIONS */
#associations ul {
    margin: 10px 0;
    overflow: hidden;
}
#associations li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    list-style: none;
    margin: 0 22px 0 0;
    padding: 0;
}
a.associations {
    background: transparent url('../images/associations-sprite.png') no-repeat left top;
    display: block;
    height: 36px;
    margin: 0 0 3px 5px;
}
a.associations.bdue { background-position:0 0px; width: 35px; margin: 0 0 3px; }
a.associations.bdue,
a.associations.bdue:hover { background-position:0 -37px; }
a.associations.lcci { background-position: -36px 0px; width: 213px; }
a.associations.lcci,
a.associations.lcci:hover { background-position:-36px -37px; }
a.associations.quacert { background-position: 0 -74px; width: 35px;}
a.associations.quacert,
a.associations.quacert:hover { background-position:0 -112px; }
a.associations.pfh { background-position: -60px -74px; width: 135px; }
a.associations.pfh,
a.associations.pfh:hover { background-position:-60px -112px; }
a.associations.ihk { background-position: 0 -185px; width: 70px;}
a.associations.ihk,
a.associations.ihk:hover { background-position: -74px -185px; }
a.associations.lts { background-position: 0 -149px; width: 105px;}
a.associations.lts,
a.associations.lts:hover { background-position: 0 -149px; }
a.associations.toeic { background-position: -109px -149px; width: 105px;}
a.associations.toeic,
a.associations.toeic:hover { background-position: -109px -149px; }
a.associations.telc { background-position: -147px -187px; width: 65px; }

/*a.associations {
	background: transparent url(../images/associations-sprite.png) no-repeat left 1px;
	display:block;
	margin:0 0 3px;
	padding:0 0 0 17px;
}
a.associations.bdue { background-position:0 -2px; height:58px; width:42px;}
a.associations.bdue:hover { background-position:0 -62px; }
a.associations.lcci { background-position:-63px -2px; height:58px; width:254px; }
a.associations.lcci:hover { background-position:-63px -61px; }
a.associations.quacert { background-position:0 -125px; height:58px; width:42px;}
a.associations.quacert:hover { background-position:0 -191px; }
a.associations.pfh { background-position:-64px -125px; height:58px; width:254px; }
a.associations.pfh:hover { background-position:-64px -189px; }
a.associations.lts { background-position:0 -2px; height:58px; width:42px;}
a.associations.lts:hover { background-position:0 -62px; }*/

.ico-xing:hover > a {
    color: #fff;
}
.ico-xing:hover {
    background: #009090 none repeat scroll 0 0 !important;
}
.ico-linkedin:hover > a {
    color: #fff;
}
.ico-linkedin:hover {
    background: #006fa6 none repeat scroll 0 0 !important;
}

.footer-style2,
#back-top {
    border-color: #7c91ba;
    bottom: 75px;
    height: 32px;
    width: 35px;
}
#call-me {
    display: block;
    position: fixed;
    bottom: 25px;
    right: 15px;
    background: #9dc22a;
    border-bottom: solid 2px #7c91ba;
    border-radius: 4px;
    height: 32px;
    width: 35px;
}
#call-me a {
    display: block;
    line-height: 2.5em;
    text-align: center;
}
#call-me [class^="icon-"] {
    color: #fff;
}
@media only screen and (min-width: 768px) {
    #back-top {
        bottom: 25px;
    }
    #call-me {
        display: none;
    }
}
#topbar {
    background: #02006b none repeat scroll 0 0;
    height: 60px;
}
#topbar #company {
    color: #fff;
    display: block;
    font-weight: normal;
    font-size: 1.2em;
    position: absolute;
    left: 120px;
    top: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #topbar #company {
        font-size: 1.6em;
        left: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    #topbar #company {
        display: none;
    }
}
.slide {
    background-color: #7c91ba;
    border-color: #9dc22a;
    padding-top: 10px;
}
.slide span {
    background-color: #7c91ba;
    right: 15px;
}

.header3 #main-menu ul ul.mega-menu {
    left: auto !important;
    max-width: 500px;
    min-width: 250px;
    /*width: auto !important;*/
}
#main-menu ul li a,
#main-menu ul ul li a {
    color: #02006b;
}
#main-menu ul li a:hover {
    color: #9dc22a !important;
}
.services-box a,
.news-boxes a {
    color: #7c91ba;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.services-box h3 a, .news-boxes h3 a {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}
.services-box a:hover,
.news-boxes a:hover {
    color: #9dc22a;
}
.services-box a.more::before,
.news-boxes a.more::before {
    /*border: 1px solid #9dc22a;
    border-radius: 50%;*/
    color: #9dc22a;
    content: "\f105";
    display: inline-block;
    font-family: "icomoon";
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    margin-right: 10px;
    position: relative;
    padding-left: 8px;
    top: 1px;
    width: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.services-box a.more:hover::before,
.news-boxes a.more:hover::before {
    width: 15px;
}
.clients {
    background-color: transparent;
    border: 1px solid #eee;
    margin-bottom: 25px;
    position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .col-sm-3.col-md-3 .clients img {
        max-height: 68px;
    }
}
.clients a::before {
    background-color: #f7f7f7;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}
.clients:hover a::before {
    opacity: 0;
}
.tooltip-inner {
    background-color: #02006b !important;
}
.tooltip.left .tooltip-arrow {
    border-color: #02006b !important;
}
a, a:hover, a:visited, a:link, a:active object, embed {
    outline: 0 !important;
}
a.button, .btn-toolbar input.action {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #7c91ba;
    border-radius: 4px;
    color: #02006b;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    height: auto;
    min-height: 35px;
    letter-spacing: 1px;
    line-height: 1.42857;
    margin: 0;
    padding: 6px 31px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
.btn-toolbar input.action:last-child {
    margin: 0 30px 0 0;
}
.btn-toolbar input.action:first-child:last-child {
	margin: 0;
}
.hi-icon-effect-3b .hi-icon::after {
    background: #9dc22a none repeat scroll 0 0;
}
.btn-default {
    background: #9dc22a none repeat scroll 0 0;
    border: 1px solid #fff;
}
.btn-default:hover {
    color: #7c91ba;
    background: #fff none repeat scroll 0 0;
}
.btn-small,
.btn-2 {
    box-shadow: 0 4px #7c91ba;
}
.btn-2:hover,
.btn-small:hover {
    box-shadow: 0 2px #7c91ba;
}
.col-sm-12.center.narrow {
    padding: 0 15%;
}
.buy {
    background: #7c91ba none repeat scroll 0 0;
    padding: 50px 0;
}
.buy span,
.buy strong {
    color: #fff;
    font-weight: bold;
}
.buy h5 {
    color: #fff;
}
#infocard h2 {
    font-size: 14px;
    font-weight: bold;
}
#infocard a:hover {
    background-color: transparent !important;
    color: #7c91ba !important;
}
#infocard li:hover {
    background-color: transparent !important;
}
#infocard a,
#header a {
    color: #fff;
}
#companyname {
    font-size: 18px;
}


/* NEWS/JOBS */
#news ul,
#jobs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#news li {
    background:none repeat scroll 0 0 transparent;
    margin:0 0 20px;
    overflow:hidden;
    padding:0;
}
#news li h3 {
    font-size:120%;
    font-weight:normal;
    margin:0;
}
#news .body li {
    line-height:1.7em;
    list-style:none outside none;
    padding:5px 0 0 20px;
}
#news .date {
    /*margin: 5px 0;*/
}
#news h2,
#jobs h2 {
    background-color:#3A4C98;
    border-bottom:1px solid #CDD2E5;
    border-top:1px solid #CDD2E5;
    color:#FFFFFF;
    display:block;
    font-size:125%;
    line-height:1.6em;
    margin:0;
    padding:0 0 0 10px;
}
#news h2,
#jobs h2 {
    background-color:#3A4C98;
    border-bottom:1px solid #CDD2E5;
    border-top:1px solid #CDD2E5;
    color:#FFFFFF;
    display:block;
    font-size:120%;
    line-height:1.6em;
    margin:0;
    padding:0 90px 0 10px;
}
#news h3,
#jobs h3 {
    color:#7c91ba;
    font-size:120%;
    font-weight:normal;
    margin:0;
}
#news .title a,
#jobs .title a {
    text-decoration:none;
}
#news .title a:focus,
#news .title a:hover,
#jobs .title a:focus,
#jobs .title a:hover {
    color:#7c91ba;
    text-decoration:none;
}
#news .body,
#jobs .body {
    width:100%;
}
#news p,
#jobs p {
    margin:0;
}
#news p.subline,
#jobs p.subline {
    margin:0;
}
#news .first p.subline,
#jobs .first p.subline {
    /*margin:0 0 15px;*/
}
#job h2 {
    margin:0;
    text-align:center;
}
#job .subline {
    font-size:110%;
    text-align:center;
    font-weight:normal;
}

/* CLIENTS */
#clients {
    height: 70px;
}

.captionImage {
    float: left;
    padding: 15px 0 0;
}
.captionImage.right {
    float: right;
}
@media only screen and (max-width: 800px) {
    .captionImage.right {
        clear: both !important;
        float: none !important;
        text-align: center;
        width: 100%;
    }
}
.captionImage img {
    border: 1px solid #9dc22a;
    padding: 2px;
}

/* PROFILE */
#profile {
    overflow:hidden;
    width:100%;
}
#profile .desc {
    padding:5px 20px 5px 30px;
    float:left;
    width: 500px;
}
#profile .captionImage {
    float: left;
    padding: 15px 0 0;
    width: 160px;
}
#profile blockquote {
    margin: 0 0 0 30px;
    padding: 10px 45px 10px 60px;
}

#jobs li h3,
#profiles li h3 {
    font-size:100%;
}
.news-boxes h3 {
    min-height: 85px;
}
.news-boxes span {
    color: #9dc22a;
}
.services-box h3 {
    min-height: 60px;
    width: 240px;
}
.services-section p,
.services-box p {
    margin-bottom: 10px;
    margin-top: 30px;
    min-height: 90px;
}
.gallery-overlay a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    max-width: 350px;
    text-align: center;
    text-decoration: none !important;
}
.gallery-overlay a:hover,
.gallery-overlay a:hover::before {
    background-color: #7D91BA;
    opacity: 0.6;
    max-width: 350px !important;
}
.widget-categories ul li::before {
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.widget-categories ul li ul li::before {
    border: 0 none;
    content: "";
}
.widget-categories ul li a {
	display: inline-block;
    line-height: 19px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
	white-space: nowrap;
    width: calc(100% - 30px);
    word-wrap: break-word;
}
.widget-categories ul li a.current {
    color: #9dc22a;
}
.widget-categories ul li a:hover {
    padding-left: 15px;
}
.widget-categories ul li ul li a {
    font-weight: normal;
    padding: 0 0 0 10px;
}
.widget-categories ul li ul li a.current {
    color: #9dc22a;
    /*padding: 0 0 0 20px;*/
}
#main-menu > ul > li.section > a {
    border-bottom: 3px solid #9dc22a;
}
#main-menu li.current > a {
    color: #9dc22a;
}
.widget-categories ul li {
    font-size: 14px;
    margin-bottom: 0px;
}
.widget-categories ul li ul.sub {
    margin: 2px 0 5px;
}

#content .col-sm-9 a {
    color: #7c91ba;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#content .col-sm-9 a:hover {
    color: #9dc22a;
    text-decoration: underline;
}
#content #map li a {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
ul, ol {
    padding-left: 15px;
}
ol li {
    margin: 5px 0;
    padding: 0;
}
#content .row table {
    width: 100%;
}
#content .col-sm-9 p img {
    border: 1px solid #7c91ba;
    padding: 1px;
}
img.left {
    float: right;
    margin: 0 0 10px 10px;
}
img.right {
    float: left;
    margin: 0 10px 10px 0;
}

input[type="text"], input[type="email"], select, textarea {
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background-color: #eef4ff;
    border: 1px solid #999999;
    border-radius: 4px;
	box-shadow: none;
    color: #02006b;
    font-size: 100%;
    height: 35px;
    line-height: 35px;
	outline: none;
	padding: 5px 10px;
    width: 100%;
}
textarea {
    height: auto;
    width: 100%;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    top: 0;
}
.information {
    display: block;
    font-size: 90%;
    margin-top: 20px;
    /*float: left;
    position: relative;
    top: 23px;*/
}
.clearfix {
    clear:both;
}
.error {
    color: #E4242B;
}
.error input {
    border-color: #E4242B;
    color: #E4242B;
}
.required label:after {
    content: ' *';
}
#subscribe.footer-subscribe input[type=text] {
    width: 100%;
}
@media only screen and (max-width: 800px) {
    #subscribe.footer-subscribe input.email {
        width: 262px;
    }
    #subscribe.footer-subscribe input[type=text] {
        width: 300px;
    }
}
footer h3 {
    /*color: #7c91ba;*/
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.mbottom10 {
    margin-bottom: 10px !important;
}
.mbottom20 {
    margin-bottom: 20px !important;
}

.copyright {
    font-size: 12px;
}

/*.language .dropdown-menu {
    min-width: 138px;
}
.language .dropdown-menu > li > a {
    width: 136px;
}*/
.language {
    bottom: 12px;
    float: none;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: -58px;
    width: 80px;
    z-index: 501;
}
.language ul {
    list-style: none;
}
.language ul li {
    float: left;
}
.language ul li {
    margin-left: 5px;
}
.language ul li.es_ES,
.language ul li.pl_PL,
.language ul li.ru_RU {
    display: none;
}
.language img {
    height: 20px;
    opacity: 0.5;
    width: 20px;
}
@media only screen and (min-width: 1200px) {
    .language {
        height: 25px;
        top: auto;
    }
    .language img {
        border: 2px solid #7c91ba;
        border-radius: 10px;
        /*box-shadow: 2px 2px 3px #ccc;*/
        height: 18px;
        width: 18px;
    }
}
.language a:hover img,
.language .globe img {
    opacity: 1;
}
.language .globe {
    float: none;
    margin: 0;
}
@media only screen and (max-width: 499px) {
	.language .globe {
		display: none;
	}
}
.header3 .logo-container {
    display: inline-block;
    top: -68px;
}
/*.header3 .globe {
    width: 100px;
}*/
@media only screen and (max-width: 1200px) {
    .header3 .onlyh3 {
        text-align: left !important;
    }
}
.header3 #logo {
    height: 60px;
    padding: 0 !important;
}
.header3.nav-up {
    top: -145px !important;
}
.zn-res-menuwrapper {
    float: none;
    margin-top: 0;
    position: absolute;
    right: -28px;
    top: -58px;
    z-index: 1000;
}
.zn-res-trigger::after {
    /* background: #02006b none repeat scroll 0 0;
    box-shadow: 0 8px 0 #02006b, 0 16px 0 #02006b; #7c91ba */
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
	height: 2px;
}
.searchPanel span {
    color: #9dc22a;
}
.header3 .searchPanel .searchForm.active {
    right: -10px;
}
.header3 + #slideshow, .header3 + #boxed-slideshow {
    margin-top: 190px;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 768px) {
    #logo .logo-default img.img-responsive {
        height: 80px;
        width: auto;
    }
    .language {
        bottom: 2px;
    }
}
#swappers {
    bottom: 20px;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1111;
}
#searchresults ul {
    padding: 0;
}
#searchresults li {
    list-style: none;
    margin-bottom: 20px;
}
#searchresults li h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}
#searchresults li h3 a {
    color: #7c91ba;
}
#searchresults li h3 a:hover {
    color: #9dc22a;
}
.searchPanel {
    bottom: 13px;
    float: none;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 25px;
    margin: 0;
}
.header3 .searchPanel .searchForm.active {
    right: -15px;
    top: 35px;
}

.searchPanel .searchForm {
    display: none;
    margin-top: 11px;
    opacity: 0;
    position: absolute;
    right: -30px;
    top: 30px;
    width: 260px;
    z-index: 999;
}
.header3 .searchPanel .searchForm.active {
    right: -15px;
    top: 42px;
}
.searchPanel .searchForm::after, .searchPanel .searchForm::before {
    bottom: 38px;
}
.searchPanel .searchForm::after {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #eef4ff;
}

h1#logo {
    margin: 0;
}


.tp-banner-container {
	max-height: 500px;
}
.tp-simpleresponsive img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 992px) {
    .tp-simpleresponsive img {
        max-height: 290px;
    }
}
@media only screen and (max-width: 500px) {
    .header3 .onlyh3 {
        text-align: left !important;
    }
    .header3 #logo {
        padding: 0;
    }
    /*#logo .logo-default img.img-responsive {
        max-width: 85%;
    }*/
    .zn-res-menuwrapper {
        right: -20px;
    }
    .tp-leftarrow.default, .tp-rightarrow.default {
        display: none;
    }
    .tp-simpleresponsive img {
        height: 140px;
    }
    /*#content {
        margin-top: 200px;
    }
    .dropdown.language {
        position: absolute;
        top: 100px;
        right: 0px;
    }
    .header3 .language .dropdown-menu {
        right: 0 !important;
        top: 40px !important;
    }*/
    .header3 .globe {
        margin-top: 15px;
    }
    .services-box h3 {
        width: auto;
    }
    .slide span {
        right: 22px !important;
    }
    .searchPanel {
        display: none;
    }
    .searchPanel .searchForm {
        width: 220px;
    }
    .language {
        right: 5px;
    }
}
.header3 .searchPanel {
    margin: 0;
}
.header3 + .header-breadcrumb,
.header3 + #content {
    margin-top: 190px;
}
@media only screen and (max-width: 1200px) {
    .header3 .onlyh3 {
        text-align: center;
    }
    .header3 #logo {
        padding: 0;
    }
    .header3 .logo-container {
        float: none;
    }
    .header3 .searchPanel {
        right: -5px;
    }
    .header3 .searchPanel .searchForm.active {
        right: -13px;
        top: 43px;
    }
    /*.header3 .language .dropdown-menu {
        right: 35px;
        top: 70px;
    }*/
    .header3 + .header-breadcrumb,
    .header3 + #content,
    .header3 + #slideshow,
    .header3 + #boxed-slideshow {
        margin-top: 140px;
    }
}
@media only screen and (max-width: 768px) {
    .relative.onlyh3 {
        height: 31px;
    }
    .header3 + .header-breadcrumb,
    .header3 + #content,
    .header3 + #slideshow,
    .header3 + #boxed-slideshow {
        margin-top: 105px;
    }
}
/*.language .globe,
.language .dropdown-menu > li >  a {
    color: #575656 !important;
    font-size: 11px;
    line-height: 17px;
}
.language .dropdown-menu > li > a:hover {
    background-color: #9dc22a !important;
    color: #fff !important;
}
.language .globe:hover {
    color: #9dc22a !important;
}*/
.language img {
    display: inline-block;
    float: left;
    left: 0;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.language strong {
    display: inline-block;
    float: left;
    font-weight: normal;
    text-transform: capitalize;
}
.header-breadcrumb {
    background: #7d91ba none repeat scroll 0 0;
}
.header-breadcrumb ul li,
.header-breadcrumb p,
.header-breadcrumb a {
    color: #fff !important;
}
.header-breadcrumb a:hover {
    color: #fff !important;
    text-decoration: underline;
}

/* TEASER/SLIDER */
#teaser {
	overflow: hidden;
}
#teaser img {
    margin-top: 105px;
    margin-bottom: -5px;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    #teaser img {
        margin-top: 140px;
    }
}
@media only screen and (max-width: 800px) {
	.header-breadcrumb ul {
		display: none;
	}
	.header-breadcrumb.mbottom50 {
		margin-bottom: 0 !important;
	}
}
@media only screen and (min-width: 1200px) {
    #teaser img {
        margin-top: 190px;
    }
}
h1.section-title {
    color: #fff;
}
@media only screen and (max-width: 800px) {
	h1.section-title {
		font-size: 22px;
	}
	h3 {
		font-size: 22px;
		font-weight: 500;
	}
}
.line {
    margin-bottom: 20px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    top: -7px;
}
.ui-dialog.ui-widget.ui-widget-content {
    z-index: 9999;
}


#Appraisal a {
    color: #02006b;
    text-decoration: underline;
}
#Appraisal .box form {
    display: inline;
    float: right;
    margin: 0 10px 5px;
    min-width: 200px;
}
#Appraisal .box.full span.filterBox {
    display: block;
    padding-left: 150px;
}
.labelfield {
    clear: both;
    display: block;
    font-size: 1em;
    overflow: hidden;
    padding: 0 0 5px;
    position: relative;
}
.labelfield strong {
    display: block;
    position: absolute;
    width: 150px;
}
#content .row .stats-table table {
    width: auto;
}
#content .row .stats-table table th {
    width: 70px;
}
/* Cookie notice */
.cookie-notice-container {
    position: fixed;
    bottom: 0px;
    background: white;
    width: 100%;
    padding: 5px 10px;
    border-top: 3px solid #9dc22a;
    z-index: 100;
}
.cookie-notice-container a {
    margin-left: .5em;
    padding: .75em;
    font-size: 85%;
}
.cookie-notice-container a.button {
    margin: 10px;
    min-width: 100px;
    padding: 0 15px 0 15px;
    text-align: center;
    width: auto;
}
@media only screen and (min-width: 992px) {
    .cookie-notice-container a.button {
        float: right;
    }
    footer .column2 li {
        float: left;
        width: 50%;
    }
}
