/* ==========================================================================
	 Basics
	 ========================================================================== */
@import url(960.css);
@import url(custom-ui.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,700;0,900;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,700;0,900;1,700&display=swap');

/* ==========================================================================
	 Fonts
	 ========================================================================== */
@font-face {
	font-family:"ITC Kabel W01 Bold";
	src:url("../fonts/2e7b75f5-6548-498b-8326-6d1b824e5d11.eot?#iefix");
	src:url("../fonts/2e7b75f5-6548-498b-8326-6d1b824e5d11.eot?#iefix") format("eot"),url("../fonts/360cc2f0-fee2-4c15-a835-13874527424c.woff") format("woff"),url("../fonts/967829ad-6533-4497-886a-f72eae3b8d8c.ttf") format("truetype"),url("../fonts/19f086e3-2cb1-4f42-82b8-afc8b29ef974.svg#19f086e3-2cb1-4f42-82b8-afc8b29ef974") format("svg");
}
@font-face {
	font-family:"ITC Kabel W01 Book";
	src:url("../fonts/c8760c61-8d4c-468b-86c6-c1c80f228e29.eot?#iefix");
	src:url("../fonts/c8760c61-8d4c-468b-86c6-c1c80f228e29.eot?#iefix") format("eot"),url("../fonts/923ca366-1f04-4103-8fe4-f2cbfc1973f9.woff") format("woff"),url("../fonts/36b95462-4763-4f15-898b-f54255e2c866.ttf") format("truetype"),url("../fonts/f418890f-0068-4ba2-8448-40b21a89d1f1.svg#f418890f-0068-4ba2-8448-40b21a89d1f1") format("svg");
}
@font-face {
	font-family:"ITC Kabel W01 Demi";
	src:url("../fonts/8022b722-e507-485b-8ebd-46f6ac906f6f.eot?#iefix");
	src:url("../fonts/8022b722-e507-485b-8ebd-46f6ac906f6f.eot?#iefix") format("eot"),url("../fonts/2362ab66-7058-4138-be1a-48bbfc0340f5.woff") format("woff"),url("../fonts/bb28bda6-d09c-4cc3-9914-b097930b2477.ttf") format("truetype"),url("../fonts/5dc82358-7fba-4130-bde9-e0249d290787.svg#5dc82358-7fba-4130-bde9-e0249d290787") format("svg");
}
@font-face {
	font-family:"ITC Kabel W01 Medium";
	src:url("../fonts/aac067ea-5824-4f6c-abe0-25d9c8371042.eot?#iefix");
	src:url("../fonts/aac067ea-5824-4f6c-abe0-25d9c8371042.eot?#iefix") format("eot"),url("../fonts/056a8b87-f66d-4769-8bb3-4c9d7735bba7.woff") format("woff"),url("../fonts/d9cf86cd-2f87-4ee8-8f5b-538040efdac0.ttf") format("truetype"),url("../fonts/410cfff9-b5a4-469f-9c2c-a22431ed09a8.svg#410cfff9-b5a4-469f-9c2c-a22431ed09a8") format("svg");
}
@font-face {
	font-family:"ITC Kabel W01 Ultra";
	src:url("../fonts/44487992-8f22-4948-95be-392c8535e96d.eot?#iefix");
	src:url("../fonts/44487992-8f22-4948-95be-392c8535e96d.eot?#iefix") format("eot"),url("../fonts/2d80f051-692b-4846-8159-9e2025e48925.woff") format("woff"),url("../fonts/181d0065-44ac-4f43-8f0d-5dd19df00145.ttf") format("truetype"),url("../fonts/db1accd0-696d-429e-b1b6-ec1322cc117f.svg#db1accd0-696d-429e-b1b6-ec1322cc117f") format("svg");
}
@font-face {
	font-family:"Calibri W99 Bold";
	src:url("../fonts/ed634129-d585-493e-b7db-e48252e7979a.eot?#iefix");
	src:url("../fonts/ed634129-d585-493e-b7db-e48252e7979a.eot?#iefix") format("eot"),url("../fonts/9f41352c-eb11-4896-8988-a749223c4176.woff") format("woff"),url("../fonts/e6593133-c4eb-473b-8f85-893e3d27423d.ttf") format("truetype"),url("../fonts/ed305fdf-f728-4117-85d9-9aa93bd8a59f.svg#ed305fdf-f728-4117-85d9-9aa93bd8a59f") format("svg");
}


/* ==========================================================================
	 Basics
	 ========================================================================== */
html, body {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	/*overflow-x: hidden;*/
	-webkit-font-smoothing: antialiased;
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.004); */
}

body {
	font: 14px/20px Verdana, Arial, Tahoma sans-serif;
	letter-spacing: 0px;
	color: #444444;
	line-height: 1.5em;
}

a#atlwdg-trigger.atlwdg-trigger.atlwdg-SUBTLE{
	color: #333 !important;
	font-weight: normal;
}
.hidden {
	display:none;
}

/* 	==========================================================================
	Hyperlinks
	========================================================================== */
a {
	text-decoration: none;
}
a.vl,
a.arrow,
.read-more-floating.arrow {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #643082;
}
a.arrow,
.read-more-floating.arrow {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 15px;
	font-weight: 700;
	background: url(../img/readmore.gif) no-repeat center right;
	padding-right: 20px;
}

/* 	==========================================================================
	Standard button
	========================================================================== */
button, a.button, .cta-button{
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	text-align: center;
	padding: 6px 10px;
	margin: 20px 0 0 0;
	display: block;

	font-family: Verdana, Arial, Tahoma sans-serif;
	font-weight: normal;
	color: #444444;
}
a.button-inline, .cta-button {
	display: inline-block;
}

.dropdown a.button{
	text-align: left;
	margin: 0px;
}

.dropdown h4.h4{
	margin: 8px 0;
}

/* 	==========================================================================
	Headers
	========================================================================== */
h1, h2, h3, h4, h5, h6 {
	/*
	font-family:'ITC Kabel W01 Bold';
	font-family:'ITC Kabel W01 Demi';
	font-family:'ITC Kabel W01 Medium';
	font-family:'ITC Kabel W01 Ultra';
	*/
	font-weight: normal;

	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
	color: #444444;
}


/* ==========================================================================
	 Oh, look - corners
	 ========================================================================== */

/* .corner{
	position: absolute;
	left: 100%;
	top: 100%;
	background-color: #fff;
}

.corner.small{
	width: 104px;
	margin-left: -104px;
	height: 14px;
	margin-top: -14px;
}

.corner.medium{
	width: 150px;
	margin-left: -150px;
	height: 20px;
	margin-top: -20px;
} */

/* ==========================================================================
	 Forms / input
	 ========================================================================== */

input, textarea {
	font: 13px/20px Verdana, Arial, Tahoma sans-serif;
	letter-spacing: -.5px;
	color: #444444;
	border: 0;
}
input:focus, textarea:focus {
	outline: 0;

	-moz-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .1);
}
input[type=text], input[type=password], input[type=email] {
	border: 1px solid #dcdcdc;
	padding: 4px;
}
input[type=button], input[type=submit] {
	background: url(../img/bgr-button.png) repeat-x 0 0;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #444444;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	padding: 5px;
	cursor: pointer;
}
input[type=button]:active, input[type=submit]:active {
	-moz-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .1);
}
form label {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #6e6e6e;
}
form label.break {
	display: block;
	margin-bottom: 4px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: none;
	width: auto;
	border: 1px solid #dcdcdc;
	padding: 4px;
}

/* 	==========================================================================
	Social media
	========================================================================== */

div.share ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
div.share ul li {
	width: 20px;
	float: left;
	margin-right: 10px;
	list-style-type:none;
}
div.share ul li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -999em;
	background: url(../img/btn-social.png) no-repeat 0 0;
}
div.share ul li.facebook a { background-position: -32px 0;}
div.share ul li.twitter a { background-position: 0 0;}
div.share ul li.google a { background-position: -64px 0;}
div.share ul li.linkedin a { background-position: -96px 0;}

/* 	==========================================================================
	Images
	========================================================================== */
.img-corner {
	position: relative;
}
.img-corner img {
	display: block;
}
/* .img-corner .corner {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 104px;
	height: 14px;
	background: #fff;
}
.sub_product .img-corner .corner {
	background:	#f3f0f0;
} */

/* 	==========================================================================
	Header
	========================================================================== */
header.top {
	z-index: 999;
	position: relative;
}
header.top .topbar {
	background: url(../img/header/bgr.jpg) repeat 0 0;
	width: 100%;
	position: relative;
	z-index: 9;

	-webkit-box-shadow:  0px 0px 9px 0px rgba(0, 0, 0, 0.39);
	box-shadow:  0px 0px 9px 0px rgba(0, 0, 0, 0.39);
}
header.top nav {
	float: left;
	margin: 0;
	padding: 0;

}
header.top .nav {
	background: url(../img/header/seperator.gif) repeat-y left top;
	margin: 0;
	padding: 0;
}
header.top .nav > li {
	background: url(../img/header/seperator.gif) repeat-y right top;
	float: left;
}
header.top .nav a {
	font: normal 16px 'Calibri W99 Bold', Verdana, Arial, Tahoma sans-serif;
	color: #656565;
	text-decoration: none;

	padding: 35px 16px 35px 10px;
	display: block;
	text-align: center;
}
header.top .nav a.dropdown-toggle {
	background: url(../img/header/dropdown.png) no-repeat right 44px;
	margin-right: 17px;
}
header.top .nav .dropdown:hover a.dropdown-toggle {
	background-position: right -101px;
}
header.top .topbar .brand {
	float: right;
	margin-top: 17px;
	width: 110px;
	height: 70px;
	background: url(../img/header/logo-kindlimann.jpg) no-repeat ;
	display: block;
	text-indent: -999em;
	background-size: contain;
}

header.top .topbar .brand.image {
	background:none;
	text-indent: 0;
	position:relative;
}
header.top .topbar .brand.image img {
	max-width: 100%;
	max-height: 100%;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
}

header.top .topbar .anniversary {
	background:url(../img/header/logo_90jaar.jpg) no-repeat top left;
	float:right;
	text-indent:-999em;
	display:block;
	margin-top:22px;
	width:58px;
	height:45px;
	margin-left:20px;

}
#navPrimary .dropdown {
	position: relative;
}

/* Searchbar */
header.top #autocomplete{
	position: relative;
	z-index: 1;
}

header.top #searchbox{
	position: absolute;
	right: 0;
	background-color: #46215b;
	z-index: 2;
}

header.top .searchbar {
	width: 100%;
	height: 45px;
	display: block;
	position: relative;
	z-index: 2;
	/* background: url(../img/header/bgr-red.jpg) repeat 0 0; */
	background-color: #643082;
}

header.top .searchbar .lan_positioner {
	float: left;
	margin-top: 13px;
	padding-left: 21px;
	background-image: url('../img/header/arrow_11x11.png');
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	width: auto;
}

header.top .searchbar .lan_positioner.non-active {
	display: none;
}

header.top .searchbar .lan_positioner.active{
	display: block;
}

header.top .searchbar .lan_positioner .selectLocale {
	font-size: 11px;
	color: #fff;
	margin-right: 16px;
}

header.top .searchbar .wrapper {
	position: relative;
}
header.top .searchbar input {
	background: url(../img/header/bgr-search.png) no-repeat 0 0;
	width: 280px;
	height: 45px;
	padding: 0 60px 0 14px;
	color: #fff;
	float: right;
	font-style: normal;
	position: statics;
}
header.top .searchbar input#autocomplete {
	background: transparent;
}
header.top .searchbar input::-webkit-input-placeholder,
header.top .searchbar input::-moz-placeholder,
header.top .searchbar input[placeholder] {
	color: #fff !important;
	font-style: italic;
}
.no-csstransitions header.top .searchbar .results{
	height: 0;
}
header.top .searchbar .results {
	position: absolute;
	z-index: 999;
	right: -17px;
	top: 26px;

	overflow: hidden;
	/*display: none;*/
	opacity: 0;

	/* Animation */
	--webkit-transition: -webkit-transform, opacity;
	-webkit-transform: translate3d(0,10px,0);
	-webkit-transition-duration: 500ms, 250ms;
}
header.top .searchbar .results.active {
	opacity: 1;
	height: auto;
	/*display: block;*/
	-webkit-transform: translate3d(0,0,0);
}

header.top .searchbar .results .top {
	width: 370px;
	height: 20px;
	background: url(../img/header/search.png) no-repeat 0 -102px;
}
header.top .searchbar .results .bottom {
	width: 370px;
	height: 15px;
	background: url(../img/header/search.png) no-repeat 0 -948px;
}

header.top .searchbar .results .inner {
	width: 354px;
	margin-top: -1px;
	background: url(../img/header/search.png) repeat-y 0 -160px;
	padding: 0 17px 0 13px;
	z-index: 999999;
}
header.top .searchbar .results .inner ul {
	margin: 0;
	padding: 0;
}
header.top .searchbar .results .inner ul li:before,
header.top .searchbar .results .inner ul li:after {
	content: " ";
	display: table;
}
header.top .searchbar .results .inner ul li:after {
	clear: both;
}
header.top .searchbar .results .inner ul li {
    *zoom: 1;
    list-style: none;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    /*background: url(../img/header/search.png) no-repeat 0 center;*/
}
header.top .searchbar .results .inner ul li a {
	display: inline-block;
}
header.top .searchbar .results .inner ul li.all {
	padding: 0;
}
header.top .searchbar .results .inner ul li.all a {
	background: url(../img/bgr-search.png) no-repeat 0 0;
	height: 24px;
	padding: 8px 0 0 23px;
	color: #fff;
	display: block;
	font: 14px 'Calibri W99 Bold', Verdana, Arial, Tahoma sans-serif
}
header.top .searchbar .results .inner li.seperator {
	background: url(../img/header/search.png) no-repeat 0 0;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #fcfcfc;
	padding: 0;

	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 2px 5px rgba(0, 0, 0, 0.1);
}
header.top .searchbar .results .inner li.seperator h5 {
	color: #656565;
	font-size: 14px;
	background: url(../img/header/search.png) no-repeat 0 -59px;
	padding: 0 0 8px 20px;
	margin: 9px 0 0 19px;
	font: normal 14px 'Calibri W99 Bold', Verdana, Arial, Tahoma sans-serif;
	float: left;
}
header.top .searchbar .results .inner li.seperator .count {
	float: right;
	margin: 7px 21px 0 0;
}
header.top .searchbar .results .inner li.even {
	background: #fafafa;
	border-top: 1px solid #fff;
}
header.top .searchbar .results .inner li .thumb {
	float: left;
	border: 1px solid #000;
	width:60px;
	height:60px;
}
header.top .searchbar .results .inner li .text {
	float: left;
	width: 232px;
	margin-left: 10px;
	line-height: 14px;
	color:#444444;
}
header.top .searchbar .results .inner li .text h6 {
	margin: 0;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 700;
}

header.top .searchbar .languages ul {
	float: left;
	margin: 10px 0;
	padding: 0;
}
header.top .searchbar .languages li {
	float: left;
	list-style: none;
	margin-right: 20px;
}
header.top .searchbar .languages li a {
	color: #FFF;
}

header.top .mobile-only .languages ul {
	margin: 0;
	padding: 0 0 10px 20px;
}
header.top .mobile-only .languages ul li {
	float: left;
	list-style: none;
	font-size: 10px;
	margin-right: 10px;
}
header.top .mobile-only .languages ul li a {
	color: #333;
}

/* 	==========================================================================
	Header
	========================================================================== */

body #slides .images,
#showcaseslider .images {
	height: 318px;
}

body #slides .images .bg {
	position:absolute;
	left:-50%;
	top:-50%;
	width:200%;
	height:200%;
}

body #slides .images .bg img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
}

/* 	==========================================================================
	Slider
	========================================================================== */

/* HOLDER */
.slider-holder {
	position:relative;
	height:318px;
	overflow:hidden;
	width:100%;
}

/* BACKGROUNDS */
.slider-holder .backgrounds {
	width:100%;
	height:100%;
	max-width:1600px;
	margin:0px auto;
	position:relative;
}
.slider-holder .backgrounds .content {
	width:100%;
	height:100%;
}
.slider-holder .backgrounds div.overlay {
	z-index:2;
	background:#FFF;
	opacity:0.85;
	width: 100%;
	height: 100%;
	position: absolute;
}
.slider-holder .backgrounds img {
	position:absolute;
	top:0;
	left:0;
}
.slider-holder .backgrounds img.leftfade {
	z-index:1;
}
.slider-holder .backgrounds img.rightfade {
	z-index:1;
	right:0;
	left:auto;
}

/* CONTENT */
.slider-holder .slidercontent {
	position:relative;
	width:960px;
	height:100%;
	margin:0px auto;
	overflow:hidden;
	z-index: 2;
	top:-318px;
}
.slider-holder .slidercontent .gradientoverlay {
	background:url(../img/header/gradientoverlay.png);
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
}
.slider-holder .slidercontent .content {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
}
.slider-holder .slidercontent .content.center,
.slider-holder .slidercontent .content.right,
.slider-holder .slidercontent .content.left {
	display:block;
}

/* IMAGES */
.slider-holder .content .bg {
	position:absolute;
	left:-50%;
	top:-50%;
	width:200%;
	height:200%;
}

.slider-holder .content .bg img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
}

/* TEXT */
.slider-holder .content .text {
	position:relative;
	z-index:3;
	margin-top: 60px;
	padding-left: 30px;
}
.slider-holder .content .text .summary {
	font-size:20px;
	line-height:26px;
	font-weight:normal;
	text-shadow: 0px 4px 4px rgba(0,0,0,0.4);
	font-family: Verdana, Arial, Tahoma sans-serif;
	width: 476px;
	color:#FFF;
}
.slider-holder .content .text h4.h2 {
	font-size:50px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	text-shadow: 0px 4px 4px rgba(0,0,0,0.4);
	color:#FFF;
}

/* THUMBNAILS */
.slider-holder .thumbnails {
	position: relative;
	top: -405px;
	width: 960px;
	margin: 0px auto;
	z-index: 2;
	left: 30px;
}
.slider-holder .thumbnails a {
	width:55px;
	height:55px;
	display: inline-block;
	border: 3px solid #aaa;
	margin-right:15px;
}
.slider-holder .thumbnails a img {
	width:55px;
	height:55px;
}

.rgba .slider-holder .thumbnails a {
	border-color:rgba(255,255,255,0.4);
}
.slider-holder .thumbnails a.active,
.slider-holder .thumbnails a:hover {
	border-color:#FFF;
}


/* CSS3 STUFF */
.csstransitions .slider-holder .backgrounds .content {
	opacity:0;
	-webkit-transition:opacity 1.5s ease-out;
	-moz-transition:opacity 1.5s ease-out;
	-ms-transition:opacity 1.5s ease-out;
	-o-transition:opacity 1.5s ease-out;
	transition:opacity 1.5s ease-out;
}
.csstransitions .slider-holder .backgrounds .content.active {
	opacity:1;
}

.csstransitions .slider-holder .slidercontent .content {
	-webkit-transition:-webkit-transform 1s ease-out;
	-moz-transition:-moz-transform 1s ease-out;
	-ms-transition:-ms-transform 1s ease-out;
	-o-transition:-o-transform 1s ease-out;
	transition:transform 1s ease-out;
}
.csstransitions .slider-holder .slidercontent .content.center {
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.csstransitions .slider-holder .slidercontent .content.right {
	-webkit-transform:translate3d(100%,0,0);
	-moz-transform:translate3d(100%,0,0);
	-ms-transform:translate3d(100%,0,0);
	-o-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
}
.csstransitions .slider-holder .slidercontent .content.left {
	-webkit-transform:translate3d(-100%,0,0);
	-moz-transform:translate3d(-100%,0,0);
	-ms-transform:translate3d(-100%,0,0);
	-o-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
}
.slider-holder .slidercontent .content.no-transition {
	-webkit-transition:none;
}
.boxshadow .slider-holder .slidercontent {
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.33);
	-ms-box-shadow: 0px 0px 9px rgba(0,0,0,0.33);
	-o-box-shadow: 0px 0px 9px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.33);
}
.boxshadow .slider-holder .thumbnails a {
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
}


/* NO TRANSITIONS START STATES */
.no-csstransitions .slider-holder .slidercontent .content.right {
	left:100%;
}
.no-csstransitions .slider-holder .slidercontent .content.left {
	left:-100%;
}


/* IE FIXES */
.lt-ie9 .slider-holder .backgrounds div.overlay {
	filter: alpha(opacity=85);
}
.lt-ie8 .slidercontent {
}
.lt-ie8 .slider-holder .content .bg img {
	/*width: expression( this.parentNode.clientWidth * 0.75 );
	height: expression( this.parentNode.scrollHeight * 0.75 );*/
	left: 50%;
	top: 50%;
	width: expression( this.clientWidth < (this.parentNode.clientWidth * 0.5) ? (this.parentNode.clientWidth * 0.5) : this.clientWidth);
	height: expression( this.scrollHeight < (this.parentNode.scrollHeight * 0.5) ? (this.parentNode.scrollHeight * 0.5) : this.scrollHeight);
	margin-left: expression( this.clientWidth * -0.5 );
	margin-top: expression( this.scrollHeight * -0.5 );
}

/* 	==========================================================================
	Color-spefic
	==========================================================================
	----------------
	Blue  = #2a356d  302f7d
	---------------- */
body.blue header.top .searchbar {
	background: #302f7d repeat 0 0;
}

body.blue header.top .nav .dropdown > div .border {
	background: #302f7d repeat-y center top;
}

body.blue #slides.mainslider .thumbs ul li.active img {
	border-color: #302f7d;
}

body.blue .news .item h4.h4 {
	background: #302f7d;
	color: #fff;
}

body.blue a.vl,
body.blue a.arrow {
	color: #302f7d;
}
body.blue a.arrow{
	background: url("../img/readmore_blue.gif") no-repeat scroll right center transparent;
}

body.blue #footer .social a{
	background-color: #302f7d;
}

body.blue .widget.mostvis ul li a {
	color:#302f7d;
}
body.blue .widget.mostvis ul li a:hover {
	background:url(../img/readmore_blue.gif) no-repeat 100% 5px;
}
body.blue #subpages .subpage .wrapper.empty {
	background: #302f7d;
}




/*  ----------------
	Green
	----------------*/
body.green header.top .searchbar {
	background: #50b948 repeat 0 0;
}

body.green header.top .nav .dropdown > div .border {
	background: #50b948 repeat-y center top;
}

body.green #slides.mainslider .thumbs ul li.active img {
	border-color: #50b948;
}

body.green .news .item h4.h4 {
	background: #50b948;
	color: #fff;
}

body.green a.vl,
body.green a.arrow {
	color: #24891c;
}
body.green a.arrow{
	background: url("../img/readmore_green.gif") no-repeat scroll right center transparent;
}

body.green #footer .social a{
	background-color: #24891c;
}

/*body.green header.top .topbar .brand {
	background: url(../img/header/logo_ts.png) no-repeat 0 0;
	height: 50px;
}*/

body.green .widget.mostvis ul li a {
	color:#24891c;
}
body.green .widget.mostvis ul li a:hover {
	background:url(../img/readmore_green.gif) no-repeat 100% 5px;
}
body.green #subpages .subpage .wrapper.empty {
	background: #24891c;
}


/* 	==========================================================================
	Navigation
	========================================================================== */
header.top .navbar .menu-dropdown {
	width: 58px;
	height: 61px;
	background: url(../img/mobile/menu.png) no-repeat 0 0;
	display: block;
	text-indent: -999em;
}
header.top .nav .dropdown > div {
	display: none;
	/*opacity: 0;
	height: 0;
	width: 0;*/
	overflow: hidden;

	/* Animation */
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
header.top .nav .dropdown:hover {
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.34);
    box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.34);
    background: none;

    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
header.top .nav .dropdown:hover > div {
	display: block;
	position: absolute;
	top: 87px;
	height: auto;
	width: auto;
	background: #fff;
	z-index: 999;
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.34);

    opacity: 1;
}
header.top .nav .dropdown > div .border {
	height: 20px;
	width: 100%;
	/*position: absolute;*/
	bottom: 0px;
	/* background: #870524 url(../img/bgr-headers.gif) repeat-y center top; */
	background-color: #643082;
}

header.top .nav .dropdown .sub p {
	margin: 0;
}
header.top .nav .dropdown .sub ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
}
header.top .nav .dropdown .sub ul li {
	height: 100px;
	overflow: hidden;
}
header.top .nav .dropdown .sub ul li.even {
	background: #f8f6f6;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
header.top .nav .dropdown .sub ul li .text {
	float: left;
	width: 238px;
	margin-left: 10px;
}
header.top .nav .dropdown .sub ul li .thumb {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #000;
}
header.top .nav .dropdown .sub ul li .thumb img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}
header.top .nav .dropdown .sub ul li a {
	padding: 20px;
	display: block;
	text-align: left;
	font: 11px Verdana, Arial, Tahoma sans-serif;
	color: #444444;
}
header.top .nav .dropdown .sub a h4.h3 {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 700;
	/*margin: 0 0 5px 0;*/
	margin: 0;
	padding: 0;
}
header.top .nav .dropdown .sub ul li a .text span {
	font: inherit !important;
	color: inherit !important;
	letter-spacing: inherit !important;
}

/* 	==========================================================================
	Breadcrumbs
	========================================================================== */
nav.breadcrumbs {
	width: 100%;
	background: #f3f0f0;
	border-bottom: 1px solid #e2e2e2;
}
nav.breadcrumbs #crumblist {
	margin: 0 auto;
	width: 960px;
	padding: 15px 0;
}
nav.breadcrumbs #crumblist li {
	float: left;
	color: #7c838a;
	margin-right: 5px;
}
nav.breadcrumbs #crumblist li a {
	color: #7c838a;
}

/* 	==========================================================================
	Language checker
	========================================================================== */
#languageNotAvailable {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #444;
	padding: 10px 0;
	background: #fdfdf7;
	border: 1px solid #e1e1d4;
	text-align: center;
}

/* 	==========================================================================
	Content
	========================================================================== */
#content h4:not(.h2):not(.h3) {
	font-size: 1.4em !important;
}
#content h4.h2,
#content h4.h3 {
	padding-bottom: 12px;
	margin: 20px 0;
	border-bottom: 1px solid #e3e3e3;
	display: block;
	width: 100%;
	font-size: 20px;
	color: #444444;
	letter-spacing: -1px;
}
#content h4.h3 {
	font-size: 18px;
}
#content h4.h2.information {
    background-color: #F3F0F0;
	/* border: 1px solid #E2E2E2; */
    border-left: none;
    color: #7C838A;
    font-size: 16px;
    margin-left: -10px;
    margin-top: 28px;
    padding: 14px 0 16px 10px;
    position: relative;
}

.lt-ie9 body#home .grid_3 h4.h3{
	margin-left: 0px !important;
}
/* 	==========================================================================
	Form style
	========================================================================== */
.formcontainer {
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	margin-left: 0px;
	margin-bottom: 40px;
}
.formcontainer fieldset {
	border:none;
}
.formcontainer label {
	display: block;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin:20px 0px 5px 0px;
	color:#6e6e6e;
}
.formcontainer input[type=text],
.formcontainer input[type=email] {
	padding:2px 5px;
	border:1px solid #dcdcdc;
}
.formcontainer .inline input,
.formcontainer .inline label {
	display:inline-block;
}
.formcontainer .inline label {
	margin:0px 0px 5px 10px;
}
/* 	==========================================================================
	Cookie
	========================================================================== */
#cookie-overlay {
	opacity: 0;
	overflow: hidden;
	position: fixed;
	display: none;
	width: 100%;
	height: 0;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background: url(../img/bgr_overlay.png) repeat;

	 /* Animation */
    transition: opacity 250ms ease-out;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
}
#cookie-overlay.show {
	opacity: 1;
	display: block;
	height: 100%;
}
#cookie-overlay #cookie-message {
	width: 500px;
	background: #fff;
	padding: 40px;
	position: fixed;
	left: 50%;
	top: -999;
	margin-left: -290px;

	/* Animation */
    transition: top 250ms ease-out;
    -webkit-transition: top 250ms ease-out;
    -moz-transition: top 250ms ease-out;
    -ms-transition: top 250ms ease-out;
    -o-transition: top 250ms ease-out;
}
#cookie-overlay.show #cookie-message {
	top: 30px;
}
#cookie-overlay #cookie-buttons {
	text-align: center;
}
#cookie-overlay #cookie-buttons #cookie-accept {
	display: inline;
	margin-bottom: 5px;
}
#cookie-overlay #cookie-buttons #cookie-more {
	font-size: 11px;
}
/* 	==========================================================================
	Columns
	========================================================================== */
#leftColumn {
	float: left;
	margin-top: 10px;
	padding-bottom:30px;
}

	#leftColumn ul, #leftColumn p, #leftColumn table tr td {
		font: inherit !important;
		color: inherit !important;
		letter-spacing: inherit !important;
	}

#rightColumn {
	float: right;
	/* background: #fff; */
	margin-top: -80px;
	position: static;
	margin-left: 0px;
	padding-bottom:20px;
}
#rightColumn .shadow {
	width: 14px;
	height: 750px;
	margin-left: -14px;
	background: url(../img/bgr-rightcolumn.png) no-repeat 0 0;
	min-height: 92px;
	float: left;
}

#rightColumnCorner {
	background:#FFF;
	position:absolute;
	/* margin-top:-80px; */
	right:0;
	left:50%;
	bottom:0;
	top:0;
	margin-left:240px;
	/*height:80px;*/
	height:100%;
	z-index:3;
}

#home #rightColumnCorner {
	margin-top:-40px;
	height:40px;
}

#rightColumnContent {
	position:relative;
	/*position: absolute;*/
	z-index: 4;
	top: 0;
	/*left: 50%;
	margin-left: 240px;*/
	margin-top: -
}
#product #rightColumnContent {
	position: relative;
	top: -1px;
	/*left: 50%;
	margin-left: 240px;*/
	margin-top: -40px;
}

/*home*/
#home #rightColumnContent {
	margin-top: 38px;
}

#home #rightColumn .space {
	height: 52px;
}

#default #rightColumn .space .company,
#home #rightColumn .space .company {
	width: 100%;
	height: 40px;
	text-shadow: none;
	background: #fff url(../img/header/logo.png) no-repeat 50px bottom;
}

#default #rightColumn .space .company h4.h4,
#home #rightColumn .space .company h4.h4{
	color: #a4a4a4;
	margin: 0;
	padding: 0 0 0 89px;
}



/* 	==========================================================================
	Slides
	========================================================================== */
.markets.widget,
.vacancies.widget,
#slides,
#showcaseslider  {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

#slides.mainslider{
	text-shadow: 0px 2px rgba(0,0,0,0.5);
	height: 325px;
}

/*-------------------[controls]---------------------------------------*/
#slides .controls,
#showcaseslider .controls {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
}
#slides.mainslider .controls{
	top: 141px;
}
#showcaseslider .controls{
	top: 245px;
}
#slides .controls a,
#showcaseslider .controls a {
	background: url(../img/header/slider-tools.png) no-repeat 0 0;
	display: block;
	width: 30px;
	height: 50px;
	text-indent: -999em;
	position: absolute;
}
#slides .controls a.next,
#showcaseslider .controls a.next {
	background-position: top right;
	right: 40px;
}
#slides .controls a.prev,
#showcaseslider .controls a.prev {
	left: 40px;
}
#slides .controls a.disabled,
#showcaseslider .controls a.disabled {
	opacity: 0.5;
}

/*-------------------[thumbs]---------------------------------------*/
#slides.mainslider .thumbs {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 20px;
}
#slides.mainslider .thumbs ul {
	margin: 0;
	padding: 0;
}
#slides.mainslider .thumbs ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	cursor: pointer;
}
#slides.mainslider .thumbs ul li img {
	width: 54px;
	height: 54px;
	border: 3px solid #fff;
}
#slides.mainslider .thumbs ul li.active img {
	border-color: #a5032a;
}

.markets.widget .images ul,
.markets.widget .texts ul,
.vacancies.widget .images ul,
.vacancies.widget .texts ul,
#showcaseslider .images ul,
#showcaseslider .texts ul,
#slides .images .wrapper,
#showcaseslider .images .wrapper {
	width: 99999px;
}

#showcaseslider .thumbs{
	position: absolute;
	z-index : 2;
	top: 470px;
}

.lt-ie9 #showcaseslider .thumbs{
	top: 310px;
}

#showcaseslider .thumbs,
.markets.widget .thumbs,
.vacancies.widget .thumbs{
	text-align:center;
}

#showcaseslider .thumbs li,
.markets.widget .thumbs li,
.vacancies.widget .thumbs li {
	display: inline-block;
	margin: 0 6px 0 0;
	width: 8px;
	height: 8px;
	background-color: #ddd;
	border-radius:8px;
	cursor: pointer;
	zoom:1;
 	*display:inline;
}

#showcaseslider .thumbs ul{
	display: block;
	margin:0 auto;
	padding:0;
	width: 700px;
	text-align:center;
	zoom:1;
 	*display:inline;
}

.markets.widget .thumbs ul,
.vacancies.widget .thumbs ul{
	margin: 20px auto 0;
	padding: 0;
	display: inline-block;
	zoom:1;
 	*display:inline;
}

#showcaseslider .thumbs li.active,
.markets.widget .thumbs li.active,
.vacancies.widget .thumbs li.active {
	background-color: #999;
}

/*-------------------[images]---------------------------------------*/
.markets.widget .texts ul,
.markets.widget .images ul,
.vacancies.widget .texts ul,
.vacancies.widget .images ul,
#slides .images ul,
#showcaseslider .texts ul,
#showcaseslider .images ul {
	padding: 0;
	margin: 0;
	position:relative;

	-webkit-transition: -webkit-transform 400ms ease-in-out;
	-moz-transition: -moz-transform 400ms ease-in-out;
	-ms-transition: -ms-transform 400ms ease-in-out;
	-o-transition: -o-transform 400ms ease-in-out;
	transition: transform 400ms ease-in-out;
}

.markets.widget .images li,
.vacancies.widget .images li{
	width: 220px;
}

.vacancies.widget .images ul {padding-top:5px;}

.vacancies.widget .images li {
	min-height:134px;
	max-height:134px;
	position:relative;
}

.vacancies.widget .images li.empty {
	background:#46215b;
}

.vacancies.widget .images li .corner {
	background:#fff;
	width:100px;
	height:14px;
	left:auto;top:auto;
	right:0px;bottom:0px;
}

.markets.widget .texts li,
.markets.widget .images li,
.vacancies.widget .texts li,
.vacancies.widget .images li,
#slides .images li,
#showcaseslider .texts li,
#showcaseslider .images li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.markets.widget .texts li img,
.markets.widget .images li img,
.vacancies.widget .texts li img,
.vacancies.widget .images li img,
#slides .images li img,
#showcaseslider .texts li img,
#showcaseslider .images li img {width:220px;}


#slides.mainslider .images li{
	width:100%;
}

#slides .images li,
#showcaseslider .images li {
	position: relative;
	height: 500px;
}
#slides .images li .wrap,
#showcaseslider .images li .wrap {
	position: absolute;
	width: 100%;
	height: 435px;
	left: 0;
	top: 0;
}
#showcaseslider .images li img {
	height: 500px;
	width: 700px;
}
#slides.mainslider .images li img {
	width: 100%;
	margin-top: -20%;
	-webkit-backface-visibility:hidden;
}

/*-------------------[texts]---------------------------------------*/
.markets.widget .texts,
.vacancies.widget .texts{
	height: 200px;
}
.vacancies.widget.newsletter-slider .texts{
	height: 26px;
}
.newsletter-subscribe-button {
	clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.markets.widget li .text,
.vacancies.widget li .text{
	width:220px;
}
#showcaseslider li .text{
	padding: 4px 25px;
}

.markets.widget .texts .static li .text,
.vacancies.widget .texts .static li .text,
#showcaseslider .texts .static li .text{
	left: 0;
	position: absolute;
}

.markets.widget .texts .static li.inactive .text,
.vacancies.widget .texts .static li.inactive .text,
#showcaseslider .texts .static li.inactive .text{
	display: none;
}

.markets.widget .texts .static li.active .text,
.vacancies.widget .texts .static li.active .text,
#showcaseslider .texts .static li.acitve .text{
	display: block;
}

.markets.widget .texts .static li .text p,
.vacancies.widget .texts .static li .text p,
#showcaseslider .texts .static li .text p{
	position: relative;
	width: 650px;
}

#showcaseslider .texts li{
	background: #8a0524; /* Old browsers */
	background: -moz-linear-gradient(left,  #8a0524 0%, #dd0035 50%, #8a0524 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8a0524), color-stop(50%,#dd0035), color-stop(100%,#8a0524)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #8a0524 0%,#dd0035 50%,#8a0524 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #8a0524 0%,#dd0035 50%,#8a0524 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #8a0524 0%,#dd0035 50%,#8a0524 100%); /* IE10+ */
	background: linear-gradient(to right,  #8a0524 0%,#dd0035 50%,#8a0524 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0524', endColorstr='#8a0524',GradientType=1 ); /* IE6-9 */

	color: #fff;
	width: 700px;
	height: 105px;
	padding: 0 0 20px 0;
}

#slides.mainslider .images li .text {
	width: 462px;
	color: #fff;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 17px;
	font-weight: 500;
	opacity: 0;

	-webkit-transition: -webkit-transform, opacity;
	-webkit-transform: translate3d(50px,0,0) scale(1.5);
	-webkit-transition-duration: 500ms, 250ms;
	-webkit-transition-delay: 200ms, 300ms;

	-moz-transition: -moz-transform, opacity;
	-moz-transform: translate3d(50px,0,0) scale(1.5);
	-moz-transition-duration: 500ms, 250ms;
	-moz-transition-delay: 200ms, 300ms;

	-o-transition: -o-transform, opacity;
	-o-transform: translate3d(50px,0,0) scale(1.5);
	-o-transition-duration: 500ms, 250ms;
	-o-transition-delay: 200ms, 300ms;

	-ms-transition: -ms-transform, opacity;
	-ms-transform: translate3d(50px,0,0) scale(1.5);
	-ms-transition-duration: 500ms, 250ms;
	-ms-transition-delay: 200ms, 300ms;

	/*
	-webkit-transition: -webkit-transform 400ms, opacity 400ms, ease-in-out .5s;
	-moz-transition: -moz-transform 400ms, opacity 400ms, ease-in-out .5s;
	-ms-transition: -ms-transform 400ms, opacity 400ms, ease-in-out .5s;
	-o-transition: -o-transform 400ms, opacity 400ms, ease-in-out .5s;
	transition: transform 400ms, opacity 400ms, ease-in-out .5s;
	*/
}

#slides.mainslider .images li.active .text {
	opacity: 1;

	-webkit-transform: translate3d(0,0,0) scale(1);
	-moz-transform: translate3d(0,0,0) scale(1);
	-o-transform: translate3d(0,0,0) scale(1);
	-ms-transform: translate3d(0,0,0) scale(1);
}

#slides.mainslider .images li .text h4.h2 {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 33px;
}

/*------ BLACK COLOUR BACKGROUND SLIDER TEXT MORE CLEAR -------*/
/*#slides.mainslider .images li .text h4.h2,
#slides.mainslider .images li .text p{

  padding: 5px 10px;
}

#slides.mainslider .images li .text h4.h2{
	display: table;
	background-color: rgba(135, 15, 31, 0.8);
}

#slides.mainslider .images li .text p{
	margin: 5px 0;
	background-color: rgba(190, 15, 31, 0.8);
}

.lt-ie9 #slides.mainslider .images li .text h4.h2,
.lt-ie9 #slides.mainslider .images li .text p{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#DFC3011F', EndColorStr='#DFC3011F');
	zoom: 1;
	display: inline;
}*/
/*------ end ---------*/

/*--------- RED FILTER ------------------------ */
#slides .images li .wrap, #showcaseslider .images li .wrap{
	/*background-color: rgba(123, 1, 14, 0.5);*/
}

/*.lt-ie9 #slides .images li .wrap, #showcaseslider .images li .wrap{
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#727B010E', EndColorStr='#727B010E');
	zoom: 1;
}
*/
/*------ end ---------*/
#showcaseslider ul li p{
	margin-top: 0;
}

#showcaseslider ul li h4.h4{
	margin-bottom: 0;
	color: #fff;
}

#showcaseslider ul li h4.h4,
.markets.widget ul li h4.h4,
.vacancies.widget ul li h4.h4{
	font-weight: bolder;
}

/* 	==========================================================================
	 Widgets
	========================================================================== */
.widget div.vacancy,
.widget div.testimonial{
	/*display: none;*/
}
.widget div.newsletter.active,
.widget div.vacancy.active,
.widget div.testimonial.active{
	display: block;
}

.widget a.button{
	width: 100%;
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	text-align: center;
	padding: 5px 0;
	margin: 20px 0 0 0;
	display: block;
}

.widget a.button h4.h4{
	color: #444;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.widget.mostvis ul {
	padding:0;
	margin:0;
	list-style:none;
}
.widget.mostvis ul li {
	margin:6px 0px;
	padding-right:20px;
}
.widget.mostvis ul li a {
	color:#643082;
	display: inline-block;
	width:100%;
	line-height:20px;
	padding-right:20px;
}
.widget.mostvis ul li a:hover {
	background:url(../img/readmore.gif) no-repeat 100% 5px;
	font-weight: bold;
}

.widget.contactform .grid_4 {
	margin-left: 0;
}
.widget.contactform #field-text {
	width:470px;
	height:100px;
}

.widget.locations #enlarge-map {
	display: block;
	background:url(../img/maps/fullscreen.png) no-repeat 0 0;
	position:absolute;
	top:4px;
	right:2px;
	width:24px;
	height:24px;
}
/* 	==========================================================================
	 Popup
	========================================================================== */
.popup {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index:999;
}
.popup .overlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
}
.popup .map-container {
	width: 80%;
	height: 80%;
	margin-left:10%;
	margin-top:7%;
	padding:5px;
	background: #FFF;
	position: absolute;
}
.popup .map-container .map {
	width: 100%;
	height: 100%;
}
.popup .map-container .map-close {
	display: block;
	background:url(../img/maps/close.png) no-repeat 0 0;
	position:absolute;
	top:9px;
	right:7px;
	width:24px;
	height:24px;
}
.popup .map-container .info {
	width: 100%;
	position:absolute;
	bottom:0px;
	left:0px;
	background:#FFF;
}
.popup .map-container .info .location {
	padding:0 20px;
}
.popup .map-container .info .location .columnone {
	float:left;
	margin-right:50px;
}
.popup .map-container .info .button {
    float: right;
    margin-right: 20px;
}



/* 	==========================================================================
	 News
	========================================================================== */
.news {}

.news .item img {
	display: block;
	width: 100%;
}
.news .item h4.h4 {
	/* background: #870524 url(../img/bgr-headers.gif) repeat-y top center; */
	background: #643082;
	color: #fff;
	font-size: 14px;
	/* letter-spacing: -1px; */
	margin: 0;
	padding: 9px 13px;
}

/* ==========================================================================
	 Footer
	 ========================================================================== */

#footer {
	background: #f3f0f0;
	border: 1px solid #e2e2e2;
	border-left: 0; border-right: 0;
	padding: 65px 0;
}
#footer h4.h4 {
	margin: 0;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7d7d7d;
	text-transform: uppercase;
	background: url(../img/footer/seperator.gif) repeat-x bottom left;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li a {
	color: #8e959c;
}
#footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .small .wrap {
	background: url(../img/footer/seperator.gif) repeat-x top left;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 10px;
}
#footer .small .wrap .links {
	float: right;
}
#footer .small .wrap .links li {
	float: right;
	margin-right: 15px;
}

#footer .social {
	float: left;
}

#footer .social a {
	color: #fff;
	font-size: 10px;
	padding: 5px 8px 5px 26px;
	background-repeat: no-repeat;
}

#footer .IN-widget {
	vertical-align: middle !important;
	margin-left: 5px;
}

#footer .social .linkedin {
	background-image: url(../img/linkedin.jpg);
}

#footer .social .instagram {
	background-image: url(../img/instagram.png);
}

#footer .social .facebook {
	background-image: url(../img/facebook.jpg);
}

#footer .social .twitter {
	background-image: url(../img/twitter.jpg);
}

#footer .social .youtube {
	background-image: url(../img/youtube.png);
}

/* 	==========================================================================
	Template: Locale
	========================================================================== */
body#locale .select .title {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: url(../img/region/bgr-title.jpg) repeat-x 0 0;
	height: 38px;
	width: 100%;
	padding-top: 15px;
}

body#locale .countries {
	background: #980427 url(../img/region/bgr-red-noradar.jpg) no-repeat center center;
	width: 100%;
	max-height: 807px;
	position: relative;
	overflow: hidden;
	height: 0;
}

body#locale .countries.active{
	height: auto;
	padding: 180px 0;
}

body#locale .countries .radar_img {
	position: absolute;
	width: 560px;
	height: 560px;
	top: 50%;
	left: 75%;
	margin-left: -280px;
	margin-top: -280px;
	background-repeat: no-repeat;
	background-image: url('../img/region/radar.png');
	background-size: cover;
	z-index: -1;
}

body#locale .countries a {
	color: #fff;
}
body#locale .countries .continent {
	overflow: hidden;
	width: 960px;
	height: 0;


	/* Animations */
	-webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -kthtml-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
body#locale .countries .continent.active {
	height: auto;
	padding: 20px 0 50px 0;
}
body#locale .countries .continent ul {
	margin: 0;
	padding: 0;
}
body#locale .countries .continent > ul {
	margin-left: 25px;
}
body#locale .countries .continent ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
body#locale .countries .continent h4.h2 {
	background: url(../img/region/arrows.png) no-repeat 0 -280px;
	padding-left: 25px;
	margin-left: -25px;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
body#locale .countries .left {
	float: left;
}

body#locale .continents {
	width: 100%;
	background: #e7e5e6 url(../img/region/bgr-continents.jpg) repeat-y center center;
	border: 1px solid #d8d8d8;
}
body#locale .continents ul {
	margin: 0;
	padding: 0;
}
body#locale .continents ul li {
	list-style: none;
	margin: 0;
	padding: 22px 0 28px 0;
	width: 160px;
	float: left;
}
body#locale .continents ul li a {
	background: url(../img/region/continents-3.png) no-repeat 34px -29px;
	width: 160px;
	height: 23px;
	padding-top: 133px;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #6a6a6a;
	text-transform: uppercase;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #fff;
}
body#locale .continents ul li:first-child a{
  border-right: 2px solid #c7c7c7;
}

body#locale .continents ul li a:hover,
body#locale .continents ul li.active a {
	color: #d50133;
	background-position: bottom left;
}
@
	/* America */
body#locale .continents ul li.america a { background-position: 34px -29px; }
body#locale .continents ul li.america a:hover,
body#locale .continents ul li.america.active a { background-position: 34px -229px; }

	/* Europe */
body#locale .continents ul li.europe a { background-position: -156px -29px; }
body#locale .continents ul li.europe a:hover,
body#locale .continents ul li.europe.active a { background-position: -156px -229px; }

	/* Middle east */
body#locale .continents ul li.middle-east a { background-position: -346px -29px; }
body#locale .continents ul li.middle-east a:hover,
body#locale .continents ul li.middle-east.active a { background-position: -346px -229px; }

	/* Asia */
body#locale .continents ul li.asia a { background-position: -543px -29px; }
body#locale .continents ul li.asia a:hover,
body#locale .continents ul li.asia.active a { background-position: -543px -229px; }

	/* Australia*/
body#locale .continents ul li.australia a { background-position: -733px -29px; }
body#locale .continents ul li.australia a:hover,
body#locale .continents ul li.australia.active a { background-position: -733px -229px; }

	/* Worldwide */
body#locale .continents ul li.worldwide a { background-position: -923px -29px; }
body#locale .continents ul li.worldwide a:hover,
body#locale .continents ul li.worldwide.active a { background-position: -923px -229px; }

body#locale .continents ul li.last a {
	border-right: 0;
}
body#locale .continents ul li.first a {
	border-left: 0;
}

body#locale #radar {
	position: relative;
	background: url(../img/region/continents-large-3.png?v1.1) no-repeat center left;
	height: 100%;
	width: 800px;
	position:absolute;
	right: 0;
	top: 0;
	z-index: 10;
	/*float: left;*/
}
body#locale #radar.africa { background-position: 		center 	left; }
body#locale #radar.asia { background-position: 			-820px center; }
body#locale #radar.middleeast { background-position: 	-1590px center; }
body#locale #radar.europe { background-position: 		-2300px center; }
body#locale #radar.america { background-position: 		-3160px center; }
body#locale #radar.australia { background-position: 	-3832px center; }
body#locale #radar.worldwide { background-position: 	0px 	center; }
body#locale .countries .container_12 {
	position: relative;
	z-index: 9;
}

body#locale #rightColumn, body#locale #rightColumnCorner {
	margin-top: 0;
}

	body#locale #rightColumn .locations h4.h3 {
		margin: 40px 0 20px;
	}

/* 	==========================================================================
	Template: Home
	========================================================================== */
body#home #content .row {
	display: block;
	margin: 0 0 90px 0;
}

body#home #content .row.first {
	margin: 0 0 34px 0;
}
body#home #headpages h4.h4 {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0 0 0;
	padding: 0;
}

/* 	==========================================================================
	Template: Default
	========================================================================== */


/* 	==========================================================================
	 Template: Showcases
	========================================================================== */
body#showcases #slides.header{
	height: 318px;
}

body#showcases div.project_details dl{
	max-height: 400px;
}

body#showcases div.project_details div.detail:nth-child(-n+2){
	border: none;
}

body#showcases div.project_details div.detail{
	float: left;
	width: 50%;
	border-top: 1px solid #eee;
	padding: 10px 0 10px 0px;
	width: 350px;
}

body#showcases div.project_details div.detail .icon{
	background: url(../img/icons.png?v1.1) no-repeat center -500px;
	width: 50px;
	height: 50px;
	float: left;
}

/*body#showcases div.project_details div.detail .icon.client{ 				background-position: 0px; }
body#showcases div.project_details div.detail .icon.contractor{ 			background-position: -50px; }
body#showcases div.project_details div.detail .icon.year_delivered{ 		background-position: -100px; }
body#showcases div.project_details div.detail .icon.van_leeuwen_sement{ 	background-position: -150px; }
body#showcases div.project_details div.detail .icon.category{ 				background-position: -200px; }
body#showcases div.project_details div.detail .icon.year_awarded{ 			background-position: -250px; }
body#showcases div.project_details div.detail .icon.materials{ 				background-position: -300px; }
body#showcases div.project_details div.detail .icon.project_name{ 			background-position: -350px; }
body#showcases div.project_details div.detail .icon.country{ 				background-position: -400px; }
body#showcases div.project_details div.detail .icon.region{ 				background-position: -450px; }
*/

body#showcases div.project_details div.detail .icon.showcasesclient{ 				background-position: 0px; }
body#showcases div.project_details div.detail .icon.showcasescontractor{ 			background-position: -50px; }
body#showcases div.project_details div.detail .icon.showcasesdelivered{ 			background-position: -100px; }
body#showcases div.project_details div.detail .icon.showcasescompany{			 	background-position: -150px; }
body#showcases div.project_details div.detail .icon.category{ 						background-position: -200px; }
body#showcases div.project_details div.detail .icon.showcasesawarded{ 				background-position: -250px; }
body#showcases div.project_details div.detail .icon.showcasesmaterials{ 			background-position: -300px; }
body#showcases div.project_details div.detail .icon.showcasesprojectname{ 			background-position: -350px; }
body#showcases div.project_details div.detail .icon.showcasescountry{ 				background-position: -400px; }
body#showcases div.project_details div.detail .icon.showcasesregion{ 				background-position: -450px; }

/* -500 = no icon */
body#showcases div.project_details div.detail .icon.showcasesvalue{ 		background-position: -500px; }
body#showcases div.project_details div.detail .icon.currency{				background-position: -500px; }


body#showcases div.project_details div.detail .title{
	font-weight: bold;
}

body#showcases div.project-details div.detail .content{

}

/* 	==========================================================================
	 Template: Search
	========================================================================== */
body#search #slides.header{
	height: 318px;
}

body#search #leftColumn {
	height: auto;
}

body#search .search_bar {
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	padding: 19px 21px 19px 21px;
}

body#search .search_bar form {
	font-family: Verdana, Arial, Tahoma sans-serif;
	color: #6e6e6e;
}

body#search .search_bar form .combineInputSubmit {
	width: 593px;
	position: relative;
}

body#search .search_bar form .combineInputSubmit input[type=text] {
	position: relative;
	display: block;

	border: 1px solid #e2e2e2;
	background-color: #fff;
	position: absolute;
	right: 94px;
	left: 0;

	font-size: 14px;
	font-family: "Open Sans";
	font-style: italic;


	color: #6e6e6e;
}

body#search .search_bar form .combineInputSubmit input[type=submit] {
	position: absolute;
	right: 0;
	width: 94px;
	padding: 7px 0;
	/*padding: 15px 0px 15px 0px;*/
	text-align: center;
	border-left: 0px;
}

body#search .search_bar form .combineInputSubmit input[type=submit],
body#search .search_bar form select{
		font-family: Verdana, Arial, Tahoma sans-serif;
		font-size: 13px;
		font-weight: 500;
	color: #444;

   	border: 1px solid #e2e2e2;

	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;

	background-repeat: repeat-x;
	background-size: cover;


	background-image: url('../img/grey_gradient.png'), linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: url('../img/grey_gradient.png'), -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: url('../img/grey_gradient.png'), -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: url('../img/grey_gradient.png'), -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: url('../img/grey_gradient.png'), -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: url('../img/grey_gradient.png'), -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(230,230,230)),
		color-stop(0.74, rgb(245,245,245))
	);

}
body#search .search_bar form select{
	padding: 8px 5px;
}

body#search .search_info{
	margin-left: 10px;
}
body#search .search_info h4.h2{
	margin: 40px 0;
	border: none;
	font-weight: 100;
}
body#search .search_info span.result_count{
	font-weight: bold;
}
body#search .search_results .search_wrap{
	margin: 40px 0;
	width:100%;
	position: relative;
}
body#search .search_results .dot_side{
	float: left;
	border-style:dotted;
	border-color:#888;
	border-width: 1px 0 0 1px;
	border-radius: 5px 0 0 0;
	height: 100%;
	width: 20px;
	position: absolute;
	left: -15px;
	top: 23px;
}

body#search .search_results .result_category{
	min-height: 100px;
	width: 650px;
	margin: 30px 10px 0 10px;
	overflow: hidden;
}
body#search .search_results .result_category .result_category_header{
}
body#search .search_results .result_category .result_category_header span{
	background-color: #46215b;
	color: #fff;
	padding: 7px 10px;
	margin: 7px 0;
}

body#search .search_results .result_category .result_category_header span{
	float: left;
}
body#search .search_results .result_category .result_category_header h4.h3{
	margin: 0 0 0 40px;
    padding: 10px 0 10px 10px;
}
body#search .search_results .result{
	margin: 0 0 25px 0;
}
body#search .search_results .result h4.h3{
	border: none;
	color: #ab032b;
	padding: 0;
	margin: 15px 0 0 0;
}
body#search .search_results .result h4.h3 a {
	color: #444444;
}
body#search .search_results .result p{
	margin: 5px 0;
}
body#search .search_results .result p.time{
	padding: 0 0 0 20px;
	background: url("../img/icon_clock.png") no-repeat center left;
	color: #bcbcbc;
}

body#search .grey_gradient_image {
	background-image: url('../img/grey_gradient.png');
}

/* 	==========================================================================
	 Template: Vacancies
	========================================================================== */

body#vacancies #leftColumn {
	margin-left: 0px;
	min-height: 1200px;
}

body#vacancies .search_bar {
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	/* padding: 19px 21px; */
}

body#vacancies .search_vacancies {
	background-color: #f9f9f9;
	border: 1px solid #e2e2e2;
	/* padding-left: 10px; */
	margin-left: 0px;
	margin-bottom: 40px;
}

body#vacancies .search_vacancies form {
	padding: 12px 29px;
}

body#vacancies .search_vacancies form p.checkboxes label{
	font: 13px/20px Verdana, Arial, Tahoma sans-serif;
}

body#vacancies .search_vacancies .button {
	background-image: url('../img/ui_sprite.png');
	background-position: right center;
}

body#vacancies .search_vacancies input[type=text] {
	border: 1px solid #e2e2e2;
	font-size: 12px;
	padding: 6px 6px;
	width: 148px;
}

body#vacancies #resultcontainer .featured {
	margin-left: 0px;
}

body#vacancies #resultcontainer .vacature {
	margin-bottom:20px;
}

body#vacancies #resultcontainer h4.h3 {
	border-bottom:0px;
	padding-bottom:0px;
}

body#vacancies #resultcontainer h4.h3.secondHeader {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 16px;
	font-weight: 500;
}

body#vacancies #resultcontainer h4.h3.article {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
}

body#vacancies #resultcontainer .vacature h4.h3.article {
	font-size: 14px;
}

body#vacancies #resultcontainer p.article span {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 16px;
	font-weight: 500;
}

body#vacancies #resultcontainer a {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #643082;
}

body#vacancies #resultcontainer .vacature, body#vacancies #resultcontainer .first {
	margin-left: 0px;
}

body#vacancies #resultcontainer .second {
	float: right;
}

body#vacancies #resultcontainer .wrapper {
	position: relative;
	display: block;
	width: 100%;
	background-color: #46215b;
	margin-bottom: 50px;
}

body#vacancies #resultcontainer .first .wrapper {
	height: 262px;
}

body#vacancies #resultcontainer .vacature .wrapper {
	height: 134px;
	margin-bottom: 7px;
}

body#vacancies #resultcontainer .wrapper p.heading {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 7px;
	top: 100%;
	background-color: #890524;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url("../img/gradient_bar.png");
	background-position: center center;
	background-repeat: repeat-y;
}

/* Algemene search vacancies */
.search_vacancies_widget input[type=submit].search,
.search_vacancies input[type=submit].search {
	background-color: #f9f9f9;
	border: 1px solid #dcdcdc;
	margin-top: 10px;
	margin-bottom: 10px;

	padding: 9px;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;

	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
}

.search_vacancies_widget form p.checkboxes,
.search_vacancies form p.checkboxes {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.search_vacancies_widget form p,
.search_vacancies form p {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-weight: normal;
	color: #6e6e6e;
	margin-bottom: 7px;
}

.search_vacancies_widget form div.custom-ui,
.search_vacancies form div.custom-ui {
	display: block;
	width: 200px;
}

.search_vacancies_widget a.button,
.search_vacancies a.button {
	background-image: url('../img/ui_sprite.png'), linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: url('../img/ui_sprite.png'), -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: url('../img/ui_sprite.png'), -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: url('../img/ui_sprite.png'), -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: url('../img/ui_sprite.png'), -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);

	background-image: url('../img/ui_sprite.png'), -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(230,230,230)),
		color-stop(0.74, rgb(245,245,245))
	);

}

.grey_gradient {
	background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(230,230,230)),
		color-stop(0.74, rgb(245,245,245))
	);
}
.red_gradient, .cta-button {
	background-color: #643082 !important;
	/* background-image: linear-gradient(bottom, rgb(212,10,51) 0%, rgb(184,0,42) 74%);
	background-image: -o-linear-gradient(bottom, rgb(212,10,51) 0%, rgb(184,0,42) 74%);
	background-image: -moz-linear-gradient(bottom, rgb(212,10,51) 0%, rgb(184,0,42) 74%);
	background-image: -webkit-linear-gradient(bottom, rgb(212,10,51) 0%, rgb(184,0,42) 74%);
	background-image: -ms-linear-gradient(bottom, rgb(212,10,51) 0%, rgb(184,0,42) 74%); */

	/* background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(212,10,51)),
		color-stop(0.74, rgb(184,0,42))
	); */
}

/* 	==========================================================================
	 Template: Single Vacancy
	========================================================================== */

body.single_vacancy .featured .big_vacancy_wrapper {
	position: relative;
	display: block;
	width: 100%;
	background-color: #46215b;
	height: 372px;
}

body.single_vacancy .featured .big_vacancy_wrapper p.heading {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 7px;
	background-color: #890524;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: url("../img/gradient_bar.png");
	background-position: center center;
	background-repeat: repeat-y;
}

body.single_vacancy #content #leftColumn .actions button {
	margin: 0;
	float: left;
}

body.single_vacancy #content .actions .share {
	margin: 0 0 10px 0;
}
body.single_vacancy #content .actions .share h4.h3 {
	border: 0;
	font-size: 13px;
	color: #6e6e6e;
	margin: 0 0 5px 0;
	padding: 0;
}

body#vacancies #leftColumn .text h4.h2, body#vacancies #leftColumn .text h4.h3 {
	border: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
}

body#vacancies .vacant {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #444;

   	border: 1px solid #e2e2e2;

	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;

	background-repeat: repeat-x;
	background-size: cover;

	margin-top: 30px;
	margin-bottom: 89px;
	padding: 8px 8px 8px 8px;

	background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(245,245,245) 74%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(230,230,230)),
		color-stop(0.74, rgb(245,245,245))
	);
}

body#vacancies #rightColumn .rightColumn_box {
	position: relative;
	list-style-type: none;
	padding: 20px 16px;
	background-color: #fdfdfd;
	border: 1px solid #e2e2e2;
}

body#vacancies #rightColumn .vacancy_details {

}

body#vacancies #rightColumn .vacancy_details li {
	margin-bottom: 10px;
}

body#vacancies #rightColumn .vacancy_details li h4.h2 {
	display: block;
	border: 0;
	padding: 0px;
	margin: 0px;
	letter-spacing: normal;
	font: normal 14px 'Calibri W99 Bold', Verdana, Arial, Tahoma sans-serif;
}

body#vacancies #rightColumn .vacancy_details li p {
	display: block;
	border: 0;
	padding: 0px;
	margin: 0px;
	font: normal 16px 'Calibri W99 Bold', Verdana, Arial, Tahoma sans-serif;
	color: #6e6e6e;
}

body#vacancies #rightColumn .vacancy_details li.last {
	margin-bottom: 0px;
}

body#vacancies #rightColumn form .custom-ui {
	width: 200px;
}

body#vacancies #rightColumn form p {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #6e6e6e;
}

body#vacancies #rightColumn form p.checkboxes {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#rightColumn form p.checkboxes label{
	font: 14px/20px Verdana, Arial, Tahoma sans-serif;
}


#rightColumn form input[type=text], #rightColumn form input[type=email] {
	border: 1px solid #e2e2e2;
	font-size: 12px;
	padding: 6px 6px;
	width: 148px;
	margin-bottom: 19px;
}
#rightColumn .search_vacancies_widget form input[type=text] {
	margin-bottom:0px;
}

body#vacancies #rightColumn form input[type=submit] {
	background-color: #f9f9f9;
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;

	padding: 9px;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;

	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
}

body#vacancies #rightColumn form .button {
	background-image: url('../img/ui_sprite.png');
	background-position: right center;
}

/* 	==========================================================================
	 Template: Products - Main
	========================================================================== */

body#products div.advanced{
	margin: 10px 0 0 0;
}

body#products div.advanced input{
	padding: 2px 5px;
}

/* 	==========================================================================
	 Template: Products - Detail
	========================================================================== */
/*body#showcases #leftColumn,
body#markets #leftColumn,
body#products #leftColumn,
body#product #leftColumn_2{
	margin-bottom: 100px;
}
*/

#pricelist-button, .cta-button {
	float:right;
	position:relative;
	bottom:5px;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px;
}
.cta-button { float:none; }

body#product #rightColumn{
	margin-top: -171px;
}

body#product.hassubgroups #rightColumn{
	margin-top: -404px;
}

body#product .subgroups .head {
	width: 700px;
}
body#product .subgroups .head h4.h3 {
	float: left;
}
body#product .subgroups .head .sub_products_controls {
	float: right;
	margin-top: 15px;
}
body#product .subgroups .head .sub_products_controls a {
	/*background: url(../img/slider-controls.png) no-repeat 0 0;*/
	/*width: 14px;*/
	height: 14px;
	/*text-indent: -999em;*/
	display: block;
	float: left;
	color: #643082;
}
body#product .subgroups .head .sub_products_controls a:first-child {
	/*margin-right: 10px;*/
}
body#product .subgroups .head .sub_products_controls a#nav-next {
	background-position: top right;
}
body#product .subgroups .head .sub_products_controls a#nav-next.disabled {
	/*background-position: bottom right;*/
	color: #dfa8ad;
}
body#product .subgroups .head .sub_products_controls a#nav-prev.disabled {
	/*background-position: bottom left;*/
	color: #dfa8ad;
}

body#product .subgroups .head .sub_products_controls .sub_product_controls_separator {
	margin: 0 10px;
	display: block;
	float: left;
}

body#product .sub_products {
	overflow: hidden;
	position: relative;
	height: 184px;
}
body#product .sub_products .wrapper {
	width: 9999px;
	position: absolute;
	left: 0;
	right: 0;
}

body#product div.sub_product.empty{
	height: 112px;
}

body#product div.sub_product {
	position:relative;
	float: left;
	margin-right: 20px;
	margin-bottom:20px;
}
body#product div.sub_product img {
	width:220px;
	height:134px;
}

body#product .subgroups{
	padding: 1px 0 15px 500px;
	background: #f3f0f0;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	margin:2px 0 0 -500px;
	height:212px;
	overflow:hidden;
}

body#product .search_results h4.h3{
	float: left;
	width: auto;
	margin-bottom: 0;
	border-bottom:0px;
}

body#product .search_results button{
	float: right;
}

body#product .search_results .search_header{
	border-bottom: 1px solid #d3d3d3;
	height: 55px;
}

body#product .container_12 #leftColumn h4.h3,
body#product .container_12 #leftColumn h4.h2{
	border-bottom: none;
	margin: 17px 0 7px;
	padding: 0;
}

body#product div.sub_product h4.h4{
	margin: 5px 0;
}

body#product .search_results{
	margin-top: 50px;
}

body#product table.results{
	width: 700px;
	margin-top: 20px;
	margin-bottom:20px;
}

body#product table.results thead tr{
	background-color: #d8e1e6;
}

body#product table.results tr.even{
	background-color: #d8e1e6;
}

body#product table.results tr.odd{
	background-color: #b7c2c8;
	color:#43474b !important;
}

html body#product table.results tr th:first-child,
body#product table.results tr td:first-child{
	border-left: none;
}

body#product table.results tr th.last,
body#product table.results tr td.last,
body#product table.results tr th:last-child,
body#product table.results tr td:last-child{
	border-right: none;
}

html body#product table.results tr th{
	border-top: none;
	vertical-align: top;
	color: #7C838A;
}

body#product table.results tr th,
body#product table.results tr td{
	border: 2px solid white;
	padding: 8px 10px;
}

body#product div.select_boxes{
	margin: 2px 0;
}

body#product div.select_box{
	float: left;
	margin: 1px 20px 0 0;
	width:200px;
}

body#product .custom-ui.small.select .options .option a,
body#product .custom-ui.small.select .button{
	font-weight: normal;
	padding-left: 4px;
}

body#product .custom-ui.small.select .button{
	/*padding: 5px 2px 0 7px;*/
}

#infinitescroll-button {
	display:block;
	background: #643082;
	text-align: center;
	color: #FFF;
	padding: 5px 0px;
	opacity:1;
}
#infinitescroll-button:hover {
	background:#d50133;
}
.csstransitions #infinitescroll-button {
	-webkit-transition:opacity 300ms ease-out;
	-moz-transition:opacity 300ms ease-out;
	-ms-transition:opacity 300ms ease-out;
	-o-transition:opacity 300ms ease-out;
	transition:opacity 300ms ease-out;
}
.csstransitions #infinitescroll-button.gone {
	opacity:0;
}
#infinitescroll-button.hidden {
	display:none;
}


/* 	==========================================================================
	 Template: Empty
	========================================================================== */
body#empty header.top .topbar .brand {
	float: left;
	margin: 30px 0;
}
body#empty header.top .topbar .arrow {
	float: right;
	margin: 30px 0;
}

/* 	==========================================================================
	 Template: Subpages
	========================================================================== */

body .grid_9 {
	margin-left: 0px;
}

body .grid_8 {
	margin-left: 0px;
}

body#default #subpages{
	margin-top: 10px;
}

#subpages h4.h2{
	border: none;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
}

#subpages .featured {
	position: relative;
	display: block;
	width: 100%;
	height: 293px;
	background-color: #46215b;
	background: no-repeat center center;
	margin-bottom: 20px;
}

#subpages .featured p.heading {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 7px 0;
	top: 100%;
	margin-top: -30px;
	background-color: #890524;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
	background-image: url("../img/gradient_bar.png");
	background-position: center center;
	background-repeat: repeat-y;
}

#subpages .featured p.heading span{
	padding: 0 7px;
}

#subpages .read_featured {
	margin-bottom: 97px;
}

#subpages .grid_3 {
	margin-left: 0px;
}

#subpages .start_all {
	margin-top: 35px;
}

#subpages .subpage_wrapper{
	margin: 0 0 75px 0;
}
#newsletters #subpages .subpage_wrapper {
	margin:0;
}
#newsletters .action .inline {
	float: left;
	margin-right: 20px;
}
#newsletters fieldset {
	padding: 10px;
}

#subpages .subpage_wrapper .subpage {
	position: relative;
	height: auto;
	margin: 0 20px 10px 0;
}

#subpages .subpage_wrapper.small .subpage{
	/*height: 280px;*/
	margin: 5px 0px 10px 20px;
}

#subpages .subpage_wrapper.small .subpage.first{
	margin: 5px 0 10px;
}

/*
.lt-ie9 #subpages .subpage_wrapper.small .subpage.last{
	margin: 5px 0px 10px 0px;
}*/

#subpages .subpage .wrapper {
	position: relative;
	height: 134px;
	width: 100%;
	background-repeat: no-repeat;
}
#subpages .subpage .wrapper.empty {
	background: #46215b no-repeat center center;
}

#subpages .subpage h4.h2 {
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 18px;
	font-weight: 500;
	border-bottom: 0px;
	margin: 8px 0 0 0;
	padding-bottom: 0px;
	line-height: 1.5em;
}

#subpages .subpage h4.h2 a,
#subpages .subpage a p  {
	color: #444 !important;
}

#subpages .subpage .text {
	font-size: 12px;
	margin: 0 0 3px 0;
}

#subpages .subpage .text p{
	margin: 4px 0 0 0;
}

/* 	==========================================================================
	Brochures
	========================================================================== */

body#brochure .grid_9.large.no,
body#brochures .grid_9.medium.no{
	background-color: #46215b;
	height: 300px;
}

body#brochure .grid_9.large.bg,
body#brochures .grid_9.medium.bg{
	background: url('../img/loading.gif') #eee no-repeat center center;
}

body#brochures .grid_9.medium{
	width: 500px;
}

body#brochures .grid_3.medium.content{
	width: 180px;
}

body#brochures .grid_3.medium.content p{
	margin-top: 0;
}

body#brochures .brochure{
	height: 450px;
}

/* 	==========================================================================
	Issuuembed
	========================================================================== */


body div.issuuembed span{
	display: none;
}

body div.issuuembed div div + div{
	background-color: #000;
	opacity: 0.1;
}

/* 	==========================================================================
	icon maps
	========================================================================== */

.vacancy {
	position: relative;
	float: left;
	height: 50px;
	margin-right: 14px;
}

.vacancy .icon {
	background-image: url('../img/vacancy_icons.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.vacancy .icon.clock  {
	width: 16px;
	height: 16px;
	background-position: 0px 0px;
}

.vacancy .icon.pin {
	width: 12px;
	height: 16px;
	background-position: -16px 0px;
}

.vacancy .icon.inbox {
	width: 16px;
	height: 16px;
	background-position: -28px 0px;
}

.vacancy .icon.compose {
	width: 16px;
	height: 16px;
	background-position: -44px 0px;
}

/* 	==========================================================================
	Widget: Location
	========================================================================== */

.locations-dropdown {
	margin-top: 10px;
}
.locations ul {
	margin: 0;
	padding: 0;
}
.locations ul .location {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.locations ul .location.active {
	display: block;
}
.location h4.h4 {
	margin-bottom:0px;
	font-size:14px;
}


/* 	==========================================================================
	Language: CH_CH
	========================================================================== */

body.language-ch a.arrow,
body#home #headpageslanguage-ch h4.h4,
body.language-ch h1, body.language-ch h4.h2, body.language-ch h4.h3, body.language-ch h4.h4, body.language-ch h5, body.language-ch h6,
body.language-ch header.top .searchbar .results .inner li .text h6,
header.top .nav .dropdown .sub a h4.h3,
body.language-ch #slides .images li .text,
body.language-ch #slides .images li .text h4.h2,
body.language-ch #footer h4.h4 {
	font-family:'Calibri W99 Bold', Verdana, Arial sans-serif;
}


/* 	==========================================================================
	IE :(
	========================================================================= */
/*-------------------[header bar --> searchbar]-------------------------------*/
.lt-ie9 header.top .searchbar input {
	line-height:45px;
}

.lt-ie9 #slides .images li .text {
	background-color:#000;
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 17px;
	font-weight: 500;
}

.lt-ie9 #home #headpages #footer h4.h4,
.lt-ie9 #footer h4.h4 {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.lt-ie9 header.top .searchbar input {
	border:none;
}

/*-------------------[header --> slider, other sliders]-----------------------*/
.lt-ie9 #showcaseslider .thumbs,
.lt-ie9 .markets.widget .thumbs,
.lt-ie9 .vacancies.widget .thumbs {
	width: 100%;
}

.lt-ie9  section#headpages div.grid_3,
.lt-ie9 #slides.mainslider .wrapper .text{
  	zoom:1;
 	background: transparent;
}

.lt-ie8 #slides .images .bg img {
	left: 50%;
	top: 50%;
/*	width: expression( this.clientWidth < (this.parentNode.clientWidth * 0.5) ? (this.parentNode.clientWidth * 0.5) : this.clientWidth);
	height: expression( this.scrollHeight < (this.parentNode.scrollHeight * 0.5) ? (this.parentNode.scrollHeight * 0.5) : this.scrollHeight);
*/	margin-left: expression( this.clientWidth * -0.5 );
	margin-top: expression( this.scrollHeight * -0.5 );
}

/*-------------------[product results]----------------------------------------*/
.lt-ie9 body#product table.results{
	margin-bottom: 100px;
}

/*-------------------[Subpages fix]-------------------------------------------*/
.lt-ie9 #subpages .subpage_wrapper.large a.arrow{
	clear: both;
}

.lt-ie9 #subpages .subpage_wrapper.small .subpage{
	margin: 0px 20px 0px 0px;
}

.lt-ie9 #subpages .subpage_wrapper.small .subpage.ie-first{
	margin: 0px 0px 0px 0px;
}

/*-------------------[Right column fix]---------------------------------------*/
.lt-ie9 body#product #rightColumn{
	margin-left: 1px;
}

.lt-ie9 body#market h1.information{
	margin-left: 0px;
}


.lt-ie9 h1.information{
	margin-left: -10px;
	width: 100%;
}

/*-------------------[footer]-------------------------------------------------*/
.lt-ie9 footer #footer div.social{
	clear: both;
	padding: 6px 0px;
	width:100%;
}

.lt-ie9 footer #footer div.social a{
	padding: 4px inherit;
}

/*-------------------[dropdown fix]-------------------------------------------*/
.lt-ie9 header.top .nav .dropdown:hover {
	background: url(../img/header/seperator.gif) repeat-y right top;
}
.lt-ie9 header.top .nav .dropdown .sub{
	margin-bottom: 20px;
}
.lt-ie9 header.top .nav .dropdown div .border{
	zoom: 1;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	padding-bottom: 0px;
	background: #870524 url(../img/bgr-headers.gif) repeat-y center top;
}
.lt-ie9 header.top .nav .dropdown:hover > div.clearfix {
	margin-left:-1px;
}
.lt-ie9 header.top .nav .dropdown-toggle {
	padding-right:18px;
}
/*.lt-ie9 header.top .nav .dropdown:hover div.clearfix {
	border: 1px solid #222;
	border-top: none;
	margin-top: 3px;
}
.lt-ie9 header.top .nav .dropdown:hover div.clearfix div.sub{
	border: none;

}

/*-------------------[vacancies]----------------------------------------------*/
/*-------------------[span solution doesn't work]-----------------------------*/
.lt-ie9 body#vacancies .featured .wrapper p.heading{						width: 446px; }
.lt-ie9 body.single_vacancy .featured .big_vacancy_wrapper p.heading{		width: 686px; }
.lt-ie9 body.single_vacancy .vacancy{										width: 15px; }
.lt-ie9 body#vacancies.single_vacancy #rightColumn .vacancy_details li h4.h2{	width: 100px; }
.lt-ie9 body#vacancies.single_vacancy #rightColumn .vacancy_details li p{
	display: inline;
}

/*-------------------[image corner]--------------------------------------------*/
.lt-ie9 .widget .img-corner .corner{
	margin-right:-11px;
}

/*-------------------[radar img]-----------------------------------------------*/
.lt-ie9 body#locale .countries .radar_img {
/*	margin-left: -280px;
	margin-top: -280px;*/
	width: 700px;
	height: 700px;
	margin-left: 460px;
	left: 0;
	top :0;
	zoom: 1;
}
/*-------------------[Search]-------------------------------------------*/
.lt-ie9 body#search .search_results .result_category .result_category_header span {
	position:absolute;
}

.lt-ie9 header.top .searchbar .results .inner {
	margin-top:-2px;
}

.lt-ie9 header.top .searchbar .results .inner li.seperator {
	margin-bottom:-1px;
}

/*-------------------[YouTube Embeds]-------------------------------------------*/
div[id^='media'] iframe {
	width: 100% !important;
}

.contactform .checkbox-input {
	margin-left: -15px;
	width:100%;
	float:left;
	padding: 5px;
	cursor: pointer;
}

.contactform .checkbox-input input {
	cursor: pointer;
}

.contactform .full-width {
	width: 405px;
}


/*YEAR-REPORTS*/
.boxlink {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height:20px;
	outline:none;
}

	.boxlink:focus {
		outline:none;
	}

	.boxlink.arrow {
		padding-right:0;
	}

.item {
	position:relative;
}

/*home boxlink*/
#headpages .grid_3 {
	max-height:400px;
	display:block;
}

	#headpages .grid_3 .boxlink {
		padding-top: 310px;
	}
		#headpages .grid_3 .boxlink.arrow {
			background-position:75px 314px;
		}

.news.grid_9 .item {
	max-height:361px;
}
	.news.grid_9 .boxlink {
		padding-top: 370px;
	}
		.news.grid_9 .boxlink.arrow {
			background-position: 75px 374px;
		}

/*subpages boxlink*/
.subpage.grid_3 {
	max-height:265px;
} 
	.subpage.grid_3 .boxlink {
		padding-top:275px;
	}
		.subpage.grid_3 .boxlink.arrow {
			background-position:75px 279px;
		}

/*subviews boxlink*/
#subpages .subpage.grid_3 {
	max-height:267px;
	height:267px;
}
	#subpages .subpage.grid_3 .boxlink {
		padding-top:247px;
	}
		#subpages .subpage.grid_3 .boxlink.arrow {
			background-position:75px 251px;
		}

/*vacancies boxlink*/
#resultcontainer .grid_3.vacature {
	height:366px;
}
	#resultcontainer .grid_3.vacature .boxlink {
		padding-top:342px;
	}
		#resultcontainer .grid_3.vacature .boxlink.arrow {
			background-position:80px 346px;
		}

.widget-extra-location {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
}
.widget-extra-location.last-visible-row {
	border: none;
	margin: 0;
}


/*--------------------------------------------------------------*/
/*  jubileum                                                    */
/*--------------------------------------------------------------*/

.jubileum {
    background: none !important;
    padding: 11px 10px;
}

@media(max-width: 991px){
	.jubileum {
		display:none;
	}
}

/*--------------------------------------------------------------*/
/*  NewsletterRegistration form                                 */
/*--------------------------------------------------------------*/

.NewsletterReg {
	padding:0 1rem 0;
	text-align: center;
}
/*--------------------------------------------------------------*/
/*  SideBar image                            					*/
/*--------------------------------------------------------------*/
.teaserLink{
	font-size: 15px;
	text-align:right;
	text-decoration: none;
	color: #fff!important;
}
.teaserContent {
	color: #fff!important;
	padding:0px 10px 10px 10px;
}
.teaserLink a {
	padding:10px !important;
	color: #fff!important;
}
/*--------------------------------------------------------------*/
/*  News page                            					*/
/*--------------------------------------------------------------*/
#subpages .row:first-child hr{
	display:none;
}



/* table colors */

table{
	width: 700px;
	margin-top: 20px;
	margin-bottom:20px;
}


table thead tr{
	background-color: #d8e1e6;
}

table tr:nth-child(2n){
	background-color: #d8e1e6;
}

table tr:nth-child(2n+1){
	background-color: #b7c2c8;
	color:#43474b !important;
}

table tr th:first-child,
table tr td:first-child{
	border-left: none;
}

table tr th.last,
table tr td.last,
table tr th:last-child,
table tr td:last-child{
	border-right: none;
}

table tr th{
	border-top: none;
	vertical-align: top;
	color: #7C838A;
}

table tr th,
table tr td{
	border: 2px solid white;
	padding: 8px 10px;
}

.download-icon {
	background: url(../img/download-icon.png) no-repeat center right;
	background-size: cover;
}





/* Accordion styles */

.accordion-wrapper {
    padding: 30px 0 0;
}

/*Acco*/
.ac-container label {
    /* height: 40px !important; */
    line-height: 30px !important;
    font-size: 16px !important;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #fff;
    background: #643082;
	margin-bottom: 5px;
	
}

.ac-icon {
	background: transparent url(../img/icon-chevron-white.png) no-repeat center center;
	width: 16px;
	height: 16px;
	position: absolute;
	margin-top:8px;
	
}
.ac-title{
	margin-left: 30px;
	display: inline-block;
}



.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
	background: #fff;
	background: #643082;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: #643082;
    color: #fff;

}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
}


.ac-container input {
    display: none;
}

/* inactive ac */
.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
	transition: all .1s ease-in-out;
	/* line-height: 0; */
	padding: 0 20px;
	
}

.ac-container article.ac-content-wrapper {
	line-height: 1.5em;
	opacity: 0;
}

/* active ac */
.ac-container input:checked ~ article {
	transition: all .5s ease-in-out;
	box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
	

}

.ac-container input:checked ~ article.ac-content-wrapper {
	opacity: 1!important;
}

.ac-container input:checked + label .ac-icon{
	background: transparent url(../img/icon-chevron-white-down.png) no-repeat center center;
	width: 16px;
	height: 16px;
	position: absolute;
	margin-top:8px;
}

.ac-container input:checked ~ article.ac-content {
	height: 100%;
	padding: 10px 20px;
	margin-bottom: 5px;
}

#leftColumn .ac-container input:checked ~ article ul,
#leftColumn .ac-container input:checked ~ article p {
	line-height: 1.5em!important;
}

.searchBox input{
	border: none;
}

.searchBox {
	float: right;
}

header.top .searchbar input{
	float: left;
}


header.top .searchbar input.searchField {
    background: url(../img/header/bgr-search.png) no-repeat 0 0;
    width: 280px;
    height: 45px;
    padding: 0 0px 0 14px;
    color: #fff;
}

header.top .searchbar input.searchButton {
    background: url(../img/header/bgr-search-icon.png) no-repeat 0 0;
    height: 45px;
    padding: 0 18px;
    color: #fff;
	text-indent: -99999px;
	width: inherit;
}

.feedTitle {
    margin: 5px 0;
}

h3.feedTitle a {
    font-size: 16px;
	color: #444444;
}

.more{
	font-family: Verdana, Arial, Tahoma sans-serif;
	font-size: 15px;
	font-weight: 700;
	background: url(../img/readmore.gif) no-repeat center right;
	padding-right: 20px;
	color: #643082;
}

.paginationWrapper{
	padding: 20px 0;
	text-align: center;
}

header.top .searchbar .results .inner ul.pagination li{
	border-bottom: none;
	padding: 0 10px;
	display: inline-block;
	margin-bottom: 10px;
}

header.top .searchbar .results .inner ul.pagination li a{
	display: inline;
	color: #643082;
	font-weight: 700;
}

header.top .searchbar .results .inner{
	background-image: none;
	background-color: #fff;
	border: 1px solid #ddd;
}


.feedClose {
    display: block;
    width: 100%;
    position: relative;
}

.feedCloseBtn {
    float: right;
    padding-top: 10px;
    font-weight: 700;
    display: inline-block!Important;
    cursor: pointer;
}

.feedWrapper .notice{
	margin:10px 0;
}