body.hidden {
	display: none;
}

.gridimage1,
.gridimage3 {
	padding-right: 0.5rem;
	padding-left: 0;
}

.gridimage2,
.gridimage4 {
	padding-left: 0.5rem;
	padding-right: 0;
}

.gridimage1,
.gridimage2,
.gridimage3,
.gridimage4 {
	margin-bottom: 0 !important;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.joblist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.joblist li {
	padding: 10px 0;
	border-bottom: 1px dashed #00193e;
	padding-left: 1.4rem;
	position: relative;
}

.joblist li:first-child {
	border-top: 1px dashed #00193e;
}

.joblist li:before {
	content: "";
	width: 0.8375rem;
	height: 0.8375rem;
	background-color: #e64128;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.125rem;
}

.joblist li a {
	color: #00193e;
} 

.noscript {
	position: fixed;
	z-index: 99999;
	padding: 30px;
	background: #e64128;
	box-shadow: 0 0 10px #000;
	color: #FFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.noscript p {
	margin: 0;
}

.noscript.disabled {
	display: none;
}

.menu.submenu .current_page_item a:before {
    content: "";
    width: .7rem;
    height: .7rem;
    margin-right: .3125rem;
    background-color: #00193e;
    margin-top: .3rem;    
}

#transformer {
	-webkit-transform: translate(0px,2px);
	-ms-transform: translate(0px,2px);
        	transform: translate(0px,2px);
}

.slick-slider .slick-dots li button:before {
	color: #e64128;
}

.social-menu li.linkedin a:before {
	content: "\f08c";
}

.social-menu li.pinterest a:before {
	content: "\f0d3";
}

.social-menu li.instagram a:before {
	content: "\f16d";
}

iframe {
	border: 0;
}

.wpml-ls-current-language{
	background-image: url(../img/globus.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 8px center;
}

.wpml-ls-current-language a{
	padding-left: 30px !important;
}

@media screen and (max-width: 767px) {

	.icon.icon-logo {
		width: 12.9375rem;
	}

	.icon.icon-logo_icon {
		width: 1.25rem;
		height: 1.25rem;
	}
}