
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}


pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}



a {
	background-color: transparent;
}



abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}


b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}



small {
	font-size: 80%;
}


sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}



button,
input { /* 1 */
	overflow: visible;
}


button,
select { /* 1 */
	text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
input.applycss{
    color: #fff !important;
    cursor: pointer !important;
    background: #59b01d !important;
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px !important;
    font-weight: 700;
    width: 50% !important;
    font-size: 20px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
} 


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}



fieldset {
	padding: 0.35em 0.75em 0.625em;
}



legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}



progress {
	vertical-align: baseline;
}



textarea {
	overflow: auto;
}



[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}


[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}



details {
	display: block;
}



summary {
	display: list-item;
}



template {
	display: none;
}



[hidden] {
	display: none;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


a {
	color: royalblue;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin: 31px 0px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 6px 0 0;
	float: right;
	padding-left: 0;
}

.main-navigation ul ul {
	
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding-top: 31px;
	width: 330px;
	margin-left:18px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul li {
	    padding: 3px 20px;
	background: #fff;
    width: 100%;
    margin: 0;
}

.main-navigation ul ul li:last-child {
	padding-bottom: 10px;
}

.main-navigation ul ul a {
	    line-height: 25px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	/*left: auto;*/
	left: -20px;
}

.main-navigation li {
	float: left;
	position: relative;
	    margin: 0px 10px;
}

.main-navigation li:last-child {
	margin-right: 0px;
}

.main-navigation a {
	display: block;
	font-weight: 700;
	color: #58585a;
	font-size: 17px;
	text-decoration: none;

}




.main-navigation a:hover, .current_page_item>a, .main-navigation li.current-menu-item>a, .main-navigation li.current_page_parent>a, li.current-menu-parent>a{
	text-decoration: none;
	color: #59b01d;
}



.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	

	
	
}
	.mobile_menu {
		display: none;
	}
	
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; 
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


.widget {
	margin: 0 0 1.5em;

}

.widget select {
	max-width: 100%;
}


.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.entry-content,
.entry-summary {
	margin:0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}


.infinity-end.neverending .site-footer {
	display: block;
}

article {
    display: grid!important;
    grid-template-columns: 1fr 2fr;
    gap: 18px 18px;
}
.entry-content a {
    text-decoration: none!important;
}

.wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


embed,
iframe,
object {
	max-width: 100%;
}


.custom-logo-link {
	display: inline-block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #909090  ;
}
::-moz-placeholder { /* Firefox 19+ */
      color: #909090 ;
}
:-ms-input-placeholder { /* IE 10+ */
      color: #909090;
}
:-moz-placeholder { /* Firefox 18- */
      color: #909090 ;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.container {
max-width: 1200px;	
}


.site-logo {
	position: relative;
	       margin: 21px 0px;
}

.header-area {
	/*   padding-bottom: 13px;
    padding-top: 13px;*/
	position: relative;
}

.site-logo img{
	width: 330px;
	height: auto;
	display: block;
}


/* Header */

/* Header Bar */

.site-header.fixed {
	border-top:0px;
	
}


.site-header.fixed .site-logo{
    margin: 0px 0px;
	
}




.site-header.fixed .logistics-img{
	display: none;
}


.site-header.fixed .vacancy-single-header{
	background: #e5e5e5 !important;
	padding: 23px 0px;
}

.direct-apply-fixed {
	color: #fff;
    background: #59b01d;
    text-decoration: none;
    padding: 8px 86px;
    font-weight: 700;
    font-size: 20px;
	display: none;
    text-align: center;
}

.direct-apply-fixed:hover { 
	color: #fff;
    background: #489e0d;
    text-decoration: none;
}

.site-header.fixed .logistics-title{
width: 66.666667%;
	padding-top: 0px;
}


.site-header.fixed .direct-apply-fixed{
    display: inline-block;
    position: absolute;
    top: 3px;
	right: 15px;
}


.site-header.fixed .vacancy-single-header h1{
	color: #59595b !important;
	    font-size: 23px;
    line-height: 23px;
}


.site-header.fixed .vacancy-single-header ul li {
	color: #59595b !important;
}


.site-header.fixed .header-bar {
	display: none;
}

.header-bar {
	font-size: 13px;
	font-weight: 400;
	    text-align: right;
	    margin-top: 12px;

}

.header-bar ul{
	    margin: 0;
    padding: 0;
    list-style: none;
}

.header-bar ul li{
	    display: inline-block;
    margin-right: -4px !important;
    padding: 0px 10px !important;
}

.header-bar ul li img{
	margin-right: 5px;
}

.header-bar ul li a{
	color: #231f20;
	font-size: 13px;
	font-weight: 400;
}

.header-bar ul li a:hover {
	text-decoration: none;
	 color: #bc0000;
}
.header-bar ul li a:hover {
	text-decoration: none;
	 color: #bc0000;
}
.header-bar ul li a:nth-child(1).active-nl,.header-bar ul li a.active-lang{text-decoration: none;
	 color: #bc0000;
}

.header-bar ul li.change-language{
}

.header-bar ul li.change-language ul li:last-child {
	padding-right: 0px !important;
}

.header-bar ul li.change-language ul li {
	position: relative;
}
.header-bar ul li.change-language ul li::after{
	    content: "/";
    position: absolute;
    top: -2px;
    right: 0;
}

.header-bar ul li.change-language ul li:last-child::after {
	display: none;
}

.header-bar ul li.change-language ul li.wpml-ls-current-language a{
	 color: #bc0000;
}

.wpml-ls-slot-language-header a{
	padding: 0px !important;
}

.change-language .widget{
	margin-bottom: 0px;
}

.change-language .widget .wpml-ls-sidebars-language-header{
	padding: 0px;
	border: 0px !important;
}

.header-bar ul li:last-child{    padding-right: 0px;
    margin-right: 0px;}

/* Header Bar */
.site-header {
    border-top: 3px solid #59b01d;
	    background: #fff;
    z-index: 9;
	
}



/* Header */



/* 404 */

.error-404, .search-no-results {
text-align: center;
}

.search-404 {
	
}

.error404 .content-area, .search-no-results .content-area {
    padding: 75px 0px;
    width: 100%;
    float: left;
}

.search-404 form, .search-no-results form{
	    max-width: 400px;
    position: relative;
    width: 100%;
	    margin: auto;
}

.search-404 input, .search-no-results input{
    padding: 8px 15px;
    border: 0;
    border-radius: 0;
    float: left;
    font-size: 20px;
    color: #909090 !important;
    font-weight: 300;
    outline: none;
    max-width: 100%;
    width: 100%;
	background: #eaeaea;
}

.search-404 button, .search-no-results button{
	color: #fff;
    background: #59b01d;
    text-decoration: none;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    border: 0px;
    outline: none !important;
    display: inline-block;
    position: absolute;
    right: 0px;
}

.search-404 button:hover, .search-no-results button:hover{
	background: #489e0d;
}

/* 404 */


.search-results  {
	
}

.search-results article {
	    border-bottom: 1px solid #ececec;
    width: 100%;
    padding: 0 0 10px;
    margin-bottom: 25px;
}

.search-results .entry-title {
	  margin: 0px 0px 10px 0px;
}

.search-results .entry-title a{
	    color: #bf2026;
    font-weight: 700;
    font-size: 30px;
  
}

.search-results .entry-meta {
margin-bottom: 7px;	
}

.search-results .entry-footer {
	display: none;
}

.posts-navigation a {
  color: #bf2026 !important;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #bf2026;
    padding: 10px 25px;
    border-radius: 60px;
	text-decoration: none!important;
}

.posts-navigation a:hover {
    background: #b10f15 !important;
    color: #fff !important;
    text-decoration: none !important;
}


/* Banner */

.main-banner {
overflow: hidden;	
}

.home-banner {
	   /* background: url(images/banner.jpg);*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
	height: 485px;
	}

.vacancies-heading {
    margin-left: 20%;
    max-width: 46.66666% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.banner-text {
	 padding: 60px 0px;
	margin-left: 38%;
}

.home-banner h2 {
	font-size: 79px;
    font-weight: 800;
    color: #fff;
    line-height: 65px;
	margin: 0px;
}

.home-banner span {
    font-size: 56px;
    color: #fff;
    font-family: 'Satisfy', cursive;
    margin: 20px 0px;
    display: block;
}

.mobile-search {
	display: none;
}

.baaner-search-box {
	
}

.baaner-search-box input{
    padding: 8px 15px;
    border: 0;
    border-radius: 0;
	float: left;
    font-size: 20px;
    color: #909090 !important;
    font-weight: 300;
    margin-right: 10px;
    outline: none;
    max-width: 312px;
    width: 100%;
}

.baaner-search-box button{
    color: #fff;
	 outline: none !important;
    background: #59b01d;
    text-decoration: none;
    padding: 8px 43px;
	cursor: pointer;
    font-weight: 700;
    font-size: 20px;
	border: 0px;
	display: inline-block;
}

.baaner-search-box button:hover{
	    background: #489e0d;
}

.banner-bottom {
	    background: #fff;

    color: #000;
    font-size: 16px;
}

.banner-bottom .container {
	position: relative;
}

.banner-man {
position: absolute;
    bottom: 0px;
    left: 0px;
	
}


.banner-content {
	    margin-left: 38%;
	    padding: 39px 0px;
}

.banner-content a {
	    color: #bf2026;
    text-decoration: underline;
}

.banner-content a:hover {
	    color: #bf2026;
 
}




/* All vacancies */
.vacancies-section {
background: #e5e5e5;	
	    padding: 45px 0px;
}



.vacancies-box {
	    margin-bottom: 30px;
    background: #fff;
    padding: 25px;
	width: calc(100% - 30px);
    float: left;

}
.vacancies-box-all {
    margin-bottom: 30px;
    background: #fff;
    padding: 62px 25px 25px 25px;
    width: calc(100% - 30px);
    float: left;
    height: calc(100% - 30px);
}
a.button-alle-vacatures {
    background-color: #59b01d;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 80px;
    display: inline-block;
	margin-bottom: 30px;
}
a:hover.button-alle-vacatures {
    background-color: #358300;
    color: #fff;
    text-decoration: none!important;
}
.vacancies-box img {
	
}

.vacancies-category {
    width: 100%;
    float: left;
	position: relative;
}

.vacancies-category img {
	  
}

.vacancies-category-icon {
    float: left;
    width: 76px;
}

.vacancies-category-title {
word-break: break-word;
    width: 71%;
    position: absolute;
 top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 90px;
}

.vacancies-category a{
    margin: 0px;
    font-weight: 800;
    font-size: 26px;
    color: #bc0000;
    text-transform: uppercase;
	line-height: 27px;
	word-wrap: break-word;
}

.vacancies-category a:hover{
	color: #bc0000 !important;
	text-decoration: none !important;
} 

.vacancies-box-all .vacancies-category a {
    color: #59b01d;
}
.container-fluid.consultants {
    max-width: 1540px;
}
.vacancies-post {
	width: 100%;
	float: left;
}

.vacancies-group {
	    margin-bottom: 15px;
	width: 100%;
	float: left;
}

.vacancies-group a{
      margin: 0px 0px 3px 0px;
    font-size: 16px;
    color: #bc0000;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	
}

.vacancies-group a:hover{
	color: #bc0000;
	text-decoration: underline;
}

.vacancies-group ul{
	    margin: 0;
    padding: 0;
    list-style: none;
}

.vacancies-group li{
    float: left;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.vacancies-group li img {
	    display: inline-block;
    margin-right: 5px;
}

.total-vacancies {
color: #fff;
    height: calc(100% - 30px);
    background-color: #59b01d;
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 5px;
    font-weight: 700;
    font-size: 18px;
    background-image: url(images/arrow-icon.png) !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
}
span.vac_count {
    display: block;
    font-weight: 700;
    color: #5a595b;
}
.total-vacancies:hover {
	 color: #fff ;
	    background-color: #489e0d;
	  text-decoration: none;
}

.view-all-vacancies {
	text-align: center;
}

.view-all-vacancies a{
	    color: #fff;
    background: #59b01d;
    text-decoration: none;
    display: inline-block;
    padding: 15px 50px;
	font-size: 20px;
    font-weight: 700;
}

.view-all-vacancies a:hover{
	color: #fff;
	    background: #489e0d;
	 text-decoration: none;
}
.consultant-info .fa{color:#5eb423;}
/* All vacancies */


.fancybox-container form.wpcf7-form {
    background-color: #fff;
    padding: 40px;
}
.fancybox-container form.wpcf7-form p {
    text-align: left;
}

/* Actualiteiten & cases */

.actualities {
    background: #fff;
    padding: 40px 0px;
}


.actualities h2{
	text-align: center;
	font-size: 38px;
	color: #bc0000;
	font-weight: 700;
	margin-bottom: 45px;
	
}

.actualities img{
	max-width: 100%;
	width: 100%;
	
}

.actualities p{
	color: #231f20;
	    margin: 20px 0px;
	    line-height: 25px;
}

.actualities .read-more{
	    color: #fff;
    background: #59b01d;
    text-decoration: none;
    display: inline-block;
    padding: 5px 19px;
    font-weight: 700;
	font-size: 18px;
	float: right;
	
}
.actualities .read-more:hover{
	   	color: #fff;
	    background: #489e0d;
	 text-decoration: none;
	
}
/* Actualiteiten & cases */
.owl-row {
	
}

/* Profile page */
.profile-page {
	
}

.profile-name {
	
}

.profile-name h5{
	    color: #bf2026 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin: 0px 0px 15px 0px !important;
}

.profile-name h5 span{
	    font-size: 14px;
    color: #000;
    display: block;
    font-weight: 300;
    margin-top: 7px;
}

.profile_share {
	
}

.profile_share span{
	    font-size: 18px;
    font-weight: 700;
    color: #58585a;
   display: block;
	margin-bottom: 5px;
}

.profile_share a{
	    display: inline-block;
    margin-left: 3px;
}

.profile_share a img{
	width: auto;
}

.profile-info {
	margin-bottom: 15px;
}

.profile-info a{
	color: #5eb423 !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    word-wrap: break-word;
	text-decoration: none !important;
}

.profile-info a:hover{
	text-decoration: underline !important;
}

.contact-perfile {
	
}

.contact-perfile a{
	    color: #fff !important;
    background: #59b01d;
    text-decoration: none !important;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 700;
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.contact-perfile a:hover{
	color: #fff;
    background: #489e0d;
    text-decoration: none;
}

/* Profile page */


/* From consultants */
.container.consultants {
    max-width: 800px;
}
.from-consultants {
	    padding: 45px 0px;
    background: #e5e5e5;
}

.from-consultants a:hover {
text-decoration: none !important;
}

.from-consultants h2{
	    text-align: center;
    font-size: 38px;
    color: #bc0000;
    font-weight: 700;
    margin-bottom: 45px;
}

.consultants-box {
     text-align: center;
    background: #fff;
    padding: 28px 25px;
    border-radius: 100%;
    height: 255px;
    width: 255px; 
	    margin: 0px auto 20px auto !important;
	-webkit-box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.3);
-moz-box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.3);
box-shadow: 10px 10px 16px -10px rgba(0,0,0,0.3);
}

.from-consultants img{
	    margin-bottom: 13px;
    width: 130px !important;
    height: auto;
    margin: 0px auto 13px auto;
}

.from-consultants h3{
	    font-weight: 700;
    font-size: 16px;
    color: #bc0000;
    margin-bottom: 3px;
}

.from-consultants p{
	    font-size: 14px;
    font-weight: 400;
	margin-bottom: 0px;
	color: #000000;
}

/* From consultants */


/* Pages */
.content-area {
	padding: 35px 0px
}
.page-header {
	    background: url(images/page-header.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    overflow: hidden;
	    padding: 65px 0px;
}
.post-header {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow: hidden;
}
.red-filter {
    padding: 65px 0px;
    background: #bf2026ab;
}
.page-header h1, .post-header h1{
	font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
	margin: 0;
	line-height: 45px;
}
.vacancies-page-header h1{
	font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
	line-height: 45px;
	margin: 0;
}

.baaner-search-box.page-search input{
	max-width: 240px;
	    margin-right: 7px;

}

.baaner-search-box.page-search button{
	     padding: 8px 13px;
}


.vacancies-page{
overflow: hidden;
}

.vacancies-page .banner-man img {
    height: auto;
   /* margin-left: -54px;
    width: 336px;*/
	    width: 185px;
}

.term-47 .vacancies-page .banner-man img {
	    width: 210px;
}

.term-57 .vacancies-page .banner-man img {
  
    width: 200px;
}


.term-60 .vacancies-page .banner-man img {
 
    width: 215px;
	
}

.term-60 .vacancies-page .banner-man {
    left: -20px;
    
}

.vacancies-page .banner-content{
    margin-left: 20%;
	    padding: 30px 0px;
}

.vacancies-page .banner-man{
	left: 0px;
	    bottom: 0px;
	
}

.vacancies-page .banner-bottom {
background: #e5e5e5;	
	

}


.vacancies-page-header {
	padding: 69px 0px;
	    background: url(images/vacancy-header.png);
	    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.site-content > .vacancy-single-header {
	/*display: none !important;*/
}


.fixed + .site-content {
    padding-top: 295px;
}


.vacancy-single-header {
	    padding: 54px 0px;
    background: url(images/vacancy-header.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center!important;
}

.vacancy-single-header .container{
	position: relative;	
}

.logistics-img {
	    float: left;
    margin-right: 30px;
	width: 76px;
}

.logistics-title {
	    float: left;
    padding-top: 10px;
	width: 90%;
}

.vacancy-single-header h1{ 
	    font-weight: 700;
    color: #fff;
    font-size: 27px;
    margin: 0;
    line-height: 27px;
}

.vacancy-single-header img {
	
}

.vacancy-single-header ul { 
	       margin: 5px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.vacancy-single-header ul li{ 
	    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
}

.vacancy-single-header ul li img {
	    display: inline-block;
    margin-right: 5px;
}

.page-content h1{
	
}

.page-content h2{
	    color: #bf2026;
    font-weight: 700;
    font-size: 30px;
    margin: 0px 0px 20px 0px;
}

.page-content h3{
	    color: #bf2026;
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}

.page-content h4 {
	  color: #bf2026;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}

.page-content h5 {
	  color: #bf2026;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}

.page-content h6 {
	  color: #bf2026;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
}


.page-content p{
	    margin-bottom: 20px;
	color: #000000;
	font-size: 16px;
	font-weight: 300;
}

.page-content ul, .page-content ol {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 45px;
}

.page-content ul li, .page-content ol li{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.page-content img{
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
}

.page-content p:last-child{
	margin-bottom: 0px;
}

.page-content a{
	 color: #bf2026;
	text-decoration: underline;
}


.page-content a:hover{
	 color: #bf2026;
}
.marinus {
    display: inline-block;
    padding: 40px;
    background: #fff;
    border: solid 3px #c3c3c3;
    margin-bottom: 40px;
}
.marinus h3 {
    clear: unset;
    font-weight: 700;
    color: #a42317;
}
.marinus img {
    max-width: 100%;
    width: unset;
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}
.marinus a {
    color: #59b01d;
}
/*.sidebar-common {
		 margin-top: -50px;
} */
.memberImg a img {
    width: 60%;
    margin-left: 20%;
}  

.page-sidebar {
	
}

.page-sidebar .widget{
	    margin-bottom: 35px;
}

.page-sidebar .widget:last-child{
	    margin-bottom: 0px;
}

.page-sidebar .widget_nav_menu{
	
}

.page-sidebar .widget_text{
	    background: #e5e5e5;
    padding: 35px 25px;
}

.page-sidebar .widget_text p{
	margin-bottom: 25px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.page-sidebar .widget_text p:last-child{
	margin-bottom: 0px;
}

.page-sidebar .widget_text a{
	    color: #5eb423;
    font-weight: 700;
    font-size: 16px;
	    word-wrap: break-word;
}

.page-sidebar .widget_text a:hover{
	
}

.page-sidebar .widget_text h4{
	  color: #bf2026;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 25px 0px;
}



.page-sidebar .widget_nav_menu ul{
	margin: 0px;
    padding: 0;
    list-style: none;
}

.page-sidebar .widget_nav_menu ul li:first-child {
	padding-top: 0px;
}

.page-sidebar .widget_nav_menu ul li{
	    padding: 7px 0px;
    border-bottom: 2px solid #e5e5e5;
}

.page-sidebar .widget_nav_menu ul li a{
		    color: #bf2026;
    font-weight: 700;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

.page-sidebar .widget_nav_menu ul li a:hover{
	
}

.vacancies-sidebar {
	margin-top: -3px;
}


	.fancybox-slide--iframe .fancybox-content {
    width: 700px;
    height: 600px;
    max-width: 95%;
    max-height: 95%;
    padding: 20px;
}

.vacancies-sidebar .widget_text {
	    text-align: center;
	    background: #e5e5e5;
    padding: 35px 25px;
}

.vacancies-sidebar .widget_text h5{
    color: #bf2026;
    font-weight: 700;
    font-size: 21px;
    margin: 0px 0px 20px 0px;
}

.full-bio {
	    color: #bc0000;
    font-weight: 500;
}

.full-bio:hover {
	    color: #bc0000;
   text-decoration: underline;
} 

.vacancies-sidebar .widget_text a{
    color: #fff;
    background: #59b01d;
    text-decoration: none;
    display: inline-block;
    padding: 8px 50px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}

.vacancies-sidebar .widget_text a:hover{
	    color: #fff;
    background: #489e0d;
    text-decoration: none;
}




.vacancies-list:first-child {
	padding-top: 20px;
}

.vacancies-list-item {
    display: flex;
    background: #e5e5e5;
    margin-bottom: 20px;
    border-radius: 220px 0 0 220px;
    padding: 20px;
    align-items: center;
}
.vacancies-intro {
    width: calc(100% - 320px);
}
.photo-box {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 0px;
	margin-right: 30px
}
.photo-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.vacancies-title {
	margin-bottom: 20px;
    width: calc(100% - 0px);
    display: flex;
    flex-wrap: nowrap;
}

.vacancies-short-content {
	float: left;
	width: 100%;
	position: relative;
}

.vacancies-title .list-icon {
	    float: left;
    margin-right: 15px;
	    width: 55px;
	margin-top: 0px;
}


.vacancies-title .list-title {
	float: left;
    padding-top: 0px;
	width: 88%;
	/*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;*/
}

a .vacancies-title .list-title, .vacancies-title .list-title a{ 
	    color: #bf2026;
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 0px 0px;
	line-height: 30px;
	
}


a:hover .vacancies-title .list-title , .vacancies-title .list-title a:hover{
	color: #59b01d !important;
	text-decoration: none !important
}

.vacancies-content a{
	  /*  color: #bf2026;
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 0px 0px;*/
}

.vacancies-content a:hover{
	/*color: #bf2026 !important;
	text-decoration: none !important*/
}

.vacancies-content ul{
	      margin: 0px 0px 0px 0px;
    padding: 0;
    list-style: none;
}

.vacancies-content ul li{
	display: inline-block;
  margin-right: 15px;
    font-size: 15px;
	font-weight: normal;
    color: #000;
}

.vacancies-content ul li img{
	    display: inline-block;
    margin-right: 5px;
}

.vacancies-content p{
	    color: #000;
    font-size: 16px;
	margin-bottom: 0px;
}

.vacancies-content .more-info{
color: #fff !important;
    background: #59b01d;
    text-decoration: none;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    font-weight: 700 !important;
    font-size: 16px !important;
    /*position: absolute;
    right: 0;
    bottom: 0;*/
 
}
.more-info-box {
    position: absolute;
    right: 0;
    bottom: 0;	
}

.more-info-box a{
	
}

.vacancies-sidebar .verfijnitems_element_container {
	margin-bottom: 35px;
}

.vacancies-sidebar .verfijnitems_element_container:last-child {
	margin-bottom: 0px;
}

.term_name {
	    word-wrap: break-word;
    padding-right: 20px;
}

.vacancies-content .more-info:hover{
	    color: #fff !important;
    background: #489e0d;
    text-decoration: none;
}


.paginations {
    text-align: right;
    margin-top:25px;
	float: left;
	width: 100%;
}

.prev-page {
	font-size: 0;
    background: url(images/arrow-left.png);
    background-position: center;
    width: 9px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
}

.next-page {
	font-size: 0;
    background: url(images/arrow-right.png);
    background-position: center;
    width: 9px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
}




.paginations ul{
	padding: 0;
    margin: 0;
    list-style-type: none;
}

.paginations ul li{
    display: inline-block;
	    margin: 0px 1px;
}

.paginations ul li.prev{
	    margin-right: 10px;
}

.paginations ul li.prev a{
    background: #59b01d;
    color: #fff;
}

.paginations ul li.prev a:hover{
  background: #489e0d;
    color: #fff;
}

.paginations ul li.current{
	
}

.paginations ul li.current a{
 border: 1px solid #59b01d;
	color: #59b01d;
}


.paginations ul li.next{
	margin-left: 10px;
	
}

.paginations ul li.next a{
 background: #59b01d;
    color: #fff;

}

.paginations ul li.next a:hover{
 background: #489e0d;
    color: #fff;

}

.paginations ul li a{
    font-size: 18px;
    font-weight: 700;
	    line-height: 24px;
    color: #58585a;
    width: 26px;
    height: 26px;
    border: 1px solid transparent;
    display: block;
    text-align: center;
}

.paginations ul li a:hover{
border: 1px solid #59b01d;
	text-decoration: none;
	color: #59b01d;
}

.paginations ul li:first-child{

}


.paginations ul li.prev a .fas::before {
	
}


.paginations ul li.prev a:hover .fas::before {
   
}

.paginations ul li.prev a:hover, .paginations ul li.next a:hover {
	
}



.paginations ul li.next a .fas::before {

}


.paginations ul li.next a:hover .fas::before {
   
}


.vacancy-details-sidebar {
	
}

.vacancy-details-sidebar img{
	    width: 100%;
}

.direct-apply {
color: #fff !important;
	cursor: pointer;
    background: #59b01d;
    text-decoration: none;
    display: inline-block;
    padding: 8px 15px;
    font-weight: 700;
    width: 100%;
    font-size: 20px;
    text-align: center;
	margin-bottom: 20px;
}

.direct-apply:hover {
    color: #fff;
    background: #489e0d;
    text-decoration: none;
}

.shate-it {
	margin-bottom: 40px;
}

.shate-it img {
width: auto;	
}

.shate-it span{
	    font-size: 18px;
    font-weight: 700;
    color: #58585a;
	    margin-right: 15px;
}

.shate-it a{
	display: inline-block;
	margin-left: 3px;
}

.consultant-details {
	    background: #e5e5e5;
    padding: 35px 25px;
}

.consultant-name {
	
}

.consultant-name h5{
	    color: #bf2026;
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 25px 0px;
}

.consultant-name h5 span{
	font-size: 14px;
	color: #000;
	display: block;
	font-weight: 300;
	    margin-top: 7px;
}

.consultant-details p {
	    margin-bottom: 25px;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.consultant-info {
	
}

.consultant-info a{
	    color: #5eb423;
    font-weight: 400;
    font-size: 16px;
    word-wrap: break-word;
}

.consultant-info a:hover{
	 color: #5eb423;
}


.vacancies-bottom-area {
    background: #e5e5e5;
    padding: 60px 0px;
}

.vacancies-bottom-area h2 {
    color: #bf2026;
    font-weight: 700;
    font-size: 21px;
    margin: 0px 0px 20px 0px;
}

.vacancies-bottom-area p{
	    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    }

.vacancies-bottom-area p:last-child{
	margin-bottom: 0px;
}

.vacancies-apge {
	    padding-bottom: 45px;
}


.refine-vacancies {
margin-bottom: 55px;	
}

.refine-vacancies h2{
	    color: #bf2026;
    font-weight: 700;
    font-size: 24px;
        margin: 0px 0px 20px 0px;
}


.refine-box h3{
	    font-size: 18px;
    font-weight: 700;
    color: #58585a;
    margin-bottom: 17px;
}

.refine-box {
	    margin-bottom: 35px;
}

.refine-vacancies .refine-box:last-child {
	margin-bottom: 0px;
}

.refine-box ul{
	    margin: 0px;
    padding: 0;
    list-style: none;
}

.refine-box ul li{
	    margin: 13px 0px;
	position: relative;
}

.refine-box ul li label{
	
}

.refine-box ul li input{
	
}

.total-count-sidebar {
	font-size: 15px;
    color: #b0afaf;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 15px;
}

.refine-label {
    display: block;
    position: relative;
    padding-left: 30px;
	margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 15px;
    user-select: none;
    color: #000;
	line-height: 15px;
    font-weight: 300;
}

.refine-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
      background-color: #e5e5e5;
}

.refine-label:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.refine-label input:checked ~ .checkmark:after {
    display: block;
}

.refine-label .checkmark:after {
    width: 22px;
    content: " ";
    background-image: url(images/tick.png);
    position: relative;
    left: -3px;
    top: -2px;
    height: 19px;
    background-repeat: no-repeat;
	
}


.breadcrumbs-section {
	    margin-top: 25px;
}

.breadcrumbs-section ul{
	    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs-section ul li:first-child {
	
}

.breadcrumbs-section ul li:first-child::after {
	content: none;
}


.breadcrumbs-section ul li{
	    display: inline-block;
	    margin-right: -5px;
	    font-size: 14px;
}

.breadcrumbs-section ul li::after{
	content: "/";
	color: #000000;
	padding: 0px 8px;
	
}

.breadcrumbs-section ul li:last-child {
	
}

.breadcrumbs-section ul li:last-child::after {
	content: none;
}


.breadcrumbs-section ul li a {
	color:#59b01d;
}

.breadcrumbs-section ul li img {
	margin-right: 8px;
}

.textwidget.custom-html-widget ul {
    margin-left: -20px;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
	right: 0px;
	 animation: smoothScroll 1s forwards;



}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}


.application-form {
	
}


/* Pages */
.moove-gdpr-branding {
    display: none !important;
}


/* Footer */
.site-footer {
	background: #58585a;
	color: #fff;
}

.footer-section {
	padding: 60px 0px;
}

.footer-section .container {
	/*max-width: 1290px;*/
}

.site-footer a{
	color: #fff;
}

.site-footer p{
	color: #fff;
	margin-bottom: 0px;
}

.footer-section p, .footer-section a{
		font-size: 16px;
	font-weight: 300;
}

.footer-section h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.recruiters-wanted a{
    color: #fff ;
    background: #59b01d;
    text-decoration: none ;
    display: inline-block;
    padding: 10px 40px;
    font-weight: 700;
    margin-top: 20px;
}

.recruiters-wanted a:hover{
 	color: #fff;
	    background: #489e0d;
	 text-decoration: none;
}

.footer-menu {
	
}

.footer-menu ul{
	
	    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-menu ul li{
	    float: left;
    width: 50%;
}

.footer-menu ul li a{
	
}

.footer-menu ul li a:hover{
	    color: #5eb423;
    text-decoration: none;
}


.footer-contact {
	width:115%;
}

.footer-contact p{
	    margin-bottom: 20px;
}

.footer-contact p:last-child{
	    margin-bottom: 0px;
}


.footer-contact a {
	
}

.footer-contact a:hover {
	    color: #5eb423;
    text-decoration: none;
}

.footer-social {
	margin-top: 25px;
}

.footer-social h2 {
margin-bottom: 13px;	
}

.social-links {
	
}

.social-links a{
	    margin-right: 5px;
	    display: inline-block;
}

.social-links img{
	    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.social-links a:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-bottom {
	padding-bottom: 15px;
	
}

.footer-bottom .container {
	/*max-width: 1290px;*/
}

.footer-bottom .row {
	display: block;
}

.footer-bottom, .footer-bottom a{
	font-size: 14px;
	font-weight: 300;
}

.footer-bottom-menu ul{
	
}

.footer-bottom-menu ul{
	margin: 0;
    padding: 0;
    list-style: none;
	    text-align: right;
}

.footer-bottom-menu ul li{
	display: inline-block;
    margin-right: -4px;
    padding: 0px 8px;
}

.footer-bottom-menu ul li a{

}

.footer-bottom-menu ul li a:hover{
	color: #5eb423;
	text-decoration: none;
}
/* Footer */

#back_to_top {
	/*    background: #9b9b9c;
    color: #fff;
    height: 45px;
    width: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;*/
    
   display: none;
	outline: none;
	 right: 15px;
    bottom: 15px;
	position: fixed;
}

#back_to_top img{
	display: block;
}

.sub-menu a {
    font-weight: 400;
    border-bottom: 1px solid #59b01d;
    padding-bottom: 8px;
} 
.page-template-page-sidebar .page-sidebar .widget,.single-referenties .page-sidebar .widget{margin-bottom:0px;}
@media (max-width: 767px) {
/************/
	.vacancies-bottom-area {
      padding: 30px 0px;
}
.vacancies-box {
min-height: auto;

}
	.vacancies-sidebar {
	
    height: 210px;
    overflow: auto;
    margin-bottom: 40px;
		padding: 0px 15px 0px 0px;
	}
	

	
	.home .container {
		max-width: 100% !important;
	}
		
.vacancies-list-item {
    border-radius: 40px;

        flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    margin: 20px 20px 20px 20px;
}
    .photo-box {
                width: calc(100% + 30px);
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 40px 40px 0 0;
        overflow: hidden;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }
	.vacancies-title .list-title {
    float: left;
    padding-top: 0px;
    width: 100%;
}
.vacancies-intro {
    width: 100%;
    margin-top: 20px;
}
.home-banner h2 {
    font-size: 36px;
    line-height: 35px;
	margin:0px;

}
	
	.home-banner {
		    height: 265px;
	}	
	
	article {
		grid-template-columns: 1fr;
	}	
	
.home-banner span {
    font-size: 25px;
    margin: 1px 0;
}
.footer-menu{ display:none;}
.banner-text{ margin-left:0px;}
.recruiters-wanted, .footer-contact, .footer-social, .footer-bottom-menu ul, .footer-bottom {
    text-align: center;
}
.footer-contact {
    margin-top: 25px;
}
}

.actualities .owl-dots	 {
		margin-top: 15px !important;
	}

.total-vacancies-mobile {
		display: none;
	}



.menu_box ul li .sub-menu {
		    display: none;
	}


.footerbutton{max-width:300px;margin-top:20px;}

.conscontact h2{ color:#bf2026; font-size:30px; margin-bottom:30px}


ul#consultants{ margin:0px 0 255px 0; padding:0px; float:left; width:100%}
ul#consultants li{ float:left; list-style:none; margin:0px; padding:0px;}
ul#consultants li .consultants-box img{ margin-bottom:23px; max-width:100%}
ul#consultants li .consultants-box{ border-radius:0px; box-shadow:none; font-size:14px; padding:0px; margin:0px; text-align:left; height:auto; width:253px;}
ul#consultants li .consultants-box h3{ color:#bf2026; font-size:24px; margin-bottom:2px} 
ul#consultants li .consultants-box a{ color:#5eb438 }
ul#consultants li .consultants-box .otherinfo{ margin-top:20px}

.contactcontent { width:100%; float:left; color:#000000; font-size:16px; margin-top:57px; margin-bottom:50px }
.contactcontent  h2{ color:#bf2026; font-size:30px; }
.contactcontent a{ color:#bf2026; text-decoration:underline}

.cases-box { text-align:center; }
.cases-box p { text-align:left; min-height: 130px;} 
.cases-box a { float:none!important; } 


@media (min-width: 1200px) { }

@media (min-width: 992px) and (max-width: 1199.98px) {
	.vacancies-page-header h1 {
    font-size: 35px;
    line-height: 35px;
}
		.baaner-search-box.page-search input {
	    padding: 6px 83px 6px 10px;
    font-size: 17px;
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
	}
.baaner-search-box form {
}
	
	.baaner-search-box.page-search button {
    padding: 6px 15px;
    font-size: 17px;
    position: absolute;
    right: 15px;
}
	
	
	
	
	
	
	
	
	
	
	.vacancies-page .banner-content {
    margin-left: 23%;
 
}
	
	
	
		.more-info-box {
    position: relative;
    margin-top: 20px;
    margin-left: 15px;
}
	
	.main-banner .banner-man {
 
    bottom: -5px;
    left: 0px;
}
	
	.main-banner .banner-man img{
		    width: 300px;
	}
	
	.main-navigation li {
 
    margin: 0px 7px;
}
	.main-navigation a {

    font-size: 15px;
	}

.vacancies-category a {
    font-size: 20px;

    line-height: 20px;
}
.vacancies-category img {
    width: 57px;
}
	.vacancies-category-icon {
   
    width: 57px;
}
.vacancies-category-title {

    margin-left: 70px;
}	
	.vacancies-group li {
 
    margin-right: 5px;
    width: 70px;
}
	
	
	
}


@media (max-width: 991.98px) { 
	
	.vacancies-page-header h1 {
    font-size: 35px;
    line-height: 35px;
   
}
	
		.vacancies-heading
	{
		   margin-left: 15px;
    max-width: 100% !important;
		margin-bottom: 15px;
	}
	.shate-it span {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
}
	
	.vacancy-details-sidebar {
	    margin-top: 20px;
	}
	
	
	.vacancies-sidebar .widget_text {
    padding: 35px 15px;
}
	.vacancies-sidebar .widget_text a {
		    padding: 8px 40px;
	}
	
	.more-info-box {
    position: relative;
    margin-top: 20px;
    margin-left: 15px;
}
	
	.page-header h1 {
		    font-size: 30px;
		    line-height: 30px;
    margin-bottom: 13px;
	}
	.baaner-search-box.page-search input {
		padding: 6px 15px;
		    font-size: 17px;
	}
	
	.baaner-search-box.page-search button {
    padding: 6px 25px;
		    font-size: 17px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	
	.baaner-search-box.page-search input {
		    display: inline-block;
    float: none;
		    margin-right: 3px;
	}
	
	.archive .baaner-search-box, .archive .vacancies-page-header h1 {
	text-align: center;
	}
	
	
	
	.vacancies-page .banner-content {
    margin-left: 33%;
	}
	
	
	.header-bar {
    text-align: center;
    margin-top: 0px;
}
	
	.main-navigation {
    margin: 10px 0px;
	}
	.main-navigation ul ul {
		    padding-top: 10px;
	}
	
	.site-logo {

    margin: 10px 0px;
}
	.site-logo img {
		    margin: auto;
	
	}
	
	.main-banner .banner-man {
		display: none;
	}
	
	.home-banner h2 {
    font-size: 59px;
    line-height: 49px;
  
}
	.home-banner span {
    font-size: 46px;
	}
	
	.banner-text {
    padding: 60px 0px;
    margin-left: 0;
}
	.banner-content {
    margin-left: 0px;
    padding: 25px 0px;
}
	
	.footer-social {
    width: 66.666667%;
    float: left;
    padding-left: 15px;
}
	.footer-contact {
	    margin-top: 25px;
    width: 33.333333%;
    float: left;
}
	
.footer-bottom-menu {
    margin-bottom: 15px;
}
	.footer-bottom {
		text-align: center;
	}
	.footer-bottom-menu ul {
		text-align: center;
	}
	
	.recruiters-wanted a {
				padding: 10px 30px;
	}
	
	.top-left {
		
	}

	.top-right {
		
	}
}



@media (max-width: 767.98px) { 
	

	
	.vacancies-page .banner-content {
		margin-left: 0px !important;
		    padding: 15px 0px;
	}
	.vacancies-page .banner-man {
		display: none;
	}
		.footer-social, .footer-contact {
    width: 100%;
    float: left;
    padding-left: 0px;
}

	
	
	.footer-bottom-menu {
		margin-bottom: 15px;
	}
	
	
	
/* Home banner */
	.main-banner .banner-man {
		display: none;
	}
	
	.desktop-search {
	display: none !important;
	}
	
	
	.mobile-search {
	display: block !important;
} 
	
	.main-banner .banner-content {
	display: none;
	}
	
	.main-banner .banner-bottom {
       background: #e5e5e5;
    text-align: center;
    padding: 15px 0px;
    width: 100%;
    float: left;
 }
	
	
	.baaner-search-box.mobile-search input {
    padding: 6px 83px 6px 10px;
    font-size: 17px;
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
	
	}
	.baaner-search-box.mobile-search button {
		padding: 6px 15px;
    font-size: 17px;
    position: absolute;
    right: 15px;
	}
	
	/* Home banner */
	
	
	
	/* Menu */
	
	
	.site-logo {
   position: relative;
    margin: 11px 0px;
}
	.hide-on-mobile {
		display: none;
	}
	.menu-toggle {
		    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
		z-index: 9;
	}
	
	.menu-toggle span{
	    transition: 0.4s;
    width: 35px;
    height: 3px;
    background-color: black;
    margin: 0px 0;
    display: block;
	}
	
	.menu-toggle span:nth-child(2){
		margin: 6px 0;
		}
	
	
	
	.site-logo img {
		    width: 275px;
		display: inline-block;
	}
	
	.mobile-lang {    float: left;
    width: 33.3333%;}

	.mobile-lang .widget{
		margin: 0px !important;
	}
	
	.mobile-lang .wpml-ls-legacy-list-horizontal {
		padding: 0px !important;
		border: 0px !important;
	}
	.mobile-lang ul {
		    margin: 8px 0px;
    padding: 0;
    list-style-type: none;
		text-align: center;
	}
	
	.mobile-lang ul li{
		position: relative;
		    padding: 0px 10px !important;
		 
	}
	
	.mobile-lang ul li ul li:last-child::after {
		display: none;
	}
	
	
	.mobile-lang ul li .wpml-ls-current-language a {
  text-decoration: underline;
}
	
	.mobile-lang ul li ul li::after {
    content: "/";
    position: absolute;
    top: -2px;
    right: 0;
}
	
	.mobile-lang ul li a{
		color: #fff ;
	}
	
		
	.mobile-lang ul li a:hover{
		
	}
	
.mobile_menu.show_menu {
	background: #59b01d;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    top: 0;
    z-index: 9;	
	display: block;
	    overflow-y: scroll;
    overflow-x: hidden;
	    padding-bottom: 55px;
	}
	
	.mobile_header {
		position: relative;
		width: 100%;
		float: left;
    margin: 25px 0px 30px 0px;
	}
	.close_menu{
		    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
	}
	
	.mobile_header .container {
		
	}
	
		.close_menu span{
	  
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 0px;
    display: block;
	}
	
	.close_menu span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-4px, 0px);
    transform: rotate(-45deg) translate(-4px, 0px);
}

.close_menu span:nth-child(2) {opacity: 0;}

.close_menu span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-4px, 0px);
    transform: rotate(45deg) translate(-4px, 0px);
}
	
	
	.menu_box{
		float: left;
		width: 100%;
	}
	.menu_box ul{
		    margin: 0px;
    padding: 0px;
    list-style: none;
	}
	
	.menu_box ul li{
float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
	}
	
	.menu_box ul>li:first-child {
		padding-top: 0px;
	}
	
		.menu_box ul li a{
    display: block;
    font-weight: 700;
    color: #fff !important;
    font-size: 17px;
    text-decoration: none;	
	}
	
	.menu_box ul li a:hover{
		
	}
	
	.menu-item-has-children .sub_nav {
    color: #ffffff;
    display: inline-block !important;
    font-size: 16px;
    line-height: 25px;
    margin-left: 0;
    opacity: 1;
    position: absolute;
    text-align: right;
    top: 10px;
    width: 35px;
    z-index: 999999;
    cursor: pointer;
    height: 25px;
    right: 0px;
}
	
	.down_up::before {
    content: "\f106" !important;
}
	.menu_box ul li .sub-menu{
		padding-left: 25px;
	}
	.menu_box ul li .sub-menu li{
		border: 0px !important;
		padding: 10px 0px !important;
	}
	
	
	.mobile_links  {
		    float: left;
    width: 33.333333%;
	}
	
	.mobile_links a{
		
	}
	
	.mobile_links a:first-child {
		margin-right: 5px;
	}
	/* Menu */
	
	
	.footer-section {
       padding: 30px 0px 45px 0px;
}
	
	.footer-section h2 {
	    margin-bottom: 15px;	
		
	}
	
	
	
	
	
	.actualities .owl-dot{
		
		outline: none !important;
	}
	
		
	.actualities .owl-dot span{
		    background: #fff !important;
		    width: 12px !important;
    height: 12px !important;
	}
	.actualities .owl-dot:hover span{
		background: #58585a !important;
	}
		
	.actualities .owl-dot.active span{
		
		
		background: #58585a !important;
	}
	
	
a .vacancies-title .list-title, .vacancies-title .list-title a {
    font-size: 22px;
}
.vacancies-list:first-child {
    padding-top: 20px;
    padding-bottom: 0;
}	
.vacancies-title .list-icon {
    width: 40px;
}	
	
.footerbutton {
    max-width: unset;
    margin-top: 20px;
}
	
	.from-consultants .owl-dots	 {
		margin-top: 0px !important;
	}
	
	.from-consultants .owl-dot{
		
		outline: none !important;
	}
	
		
	.from-consultants .owl-dot span{
		    background: #e5e5e5 !important;
		    width: 12px !important;
    height: 12px !important;
	}
	.from-consultants .owl-dot:hover span{
		background: #58585a !important;
	}
		
	.from-consultants .owl-dot.active span{
		
		
		background: #58585a !important;
	}
	
	.consultants-box {
	
    margin:0px auto 20px auto !important;
	}
	
	
	
	.from-consultants {
	  background: #fff;
    padding: 30px 0px;	
	}	
	
	.from-consultants .owl-item{
		
	}
	.from-consultants .owl-item.active{
		
	}
	
	
	
	.from-consultants h2 {
	  font-size: 22px;
    margin-bottom: 20px;	
	}
	.cases-box {
	text-align: center;
	}
	.actualities h2 {

    font-size: 22px;
    margin-bottom: 20px;
}
	
	.actualities .read-more {
		float: none;
		clear: both;
	}
	
.actualities {
    background: #e5e5e5;
    padding: 30px 0px;
}
.marinus {
    display: inline-block;
    padding: 20px;
	margin-top: 20px;
}
.marinus h3 {
    clear: unset;
    font-weight: 700;
    color: #a42317;
    font-size: 22px;
    margin-bottom: 20px;
}
.marinus img {
    max-width: 100%;
    width: unset;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 23px;
}

	.vacancies-section .col-12{
		    border-bottom: 1px solid #e5e5e5;
	}
	
	.view-all-vacancies a {
		padding: 5px 30px;
	}
	
	.vacancies-category-title {
		    margin-left: 75px;
		width: auto;
	}
	.vacancies-section {
		    background: #fff;
    padding: 0px 0px;
	}
	
	.vacancies-category {
		margin-bottom: 0px !important;
	}
	
	.view-all-vacancies {
 
       margin: 20px 0px;
}
	
	.vacancies-box {
		box-shadow: none !important;
		padding: 10px 0px;
		width: 100%;
    float: left;
		    margin-bottom: 0;
	}
	.total-vacancies {
		display: none;
	}
	.vacancies-post {
		display: none;
	}
	.vacancies-category a {
 
    font-size: 17px;
	}
	
	.total-vacancies-mobile {
	display: inline-block;
    margin-left: 8px;
    font-size: 15px !important;
    font-weight: 400;
    color: #58585a;
	}
	
	
	 
	
.vacancies-category img {
    width: 57px;
    height: auto;
}
.vacancies-category-icon {
    float: left;
    width: 57px;
}
}



@media (min-width: 576px) and (max-width: 767.98px) { 

 }


@media (min-width: 1000px) and (max-width: 1024px) {  
ul#consultants li .consultants-box{ width:100% !important}
ul#consultants li .consultants-box h3{ font-size:20px;}
}




@media (max-width: 575.98px) {
.baaner-search-box.page-search input {
    max-width: 225px;
    margin-right: 0;
}
	
	

}





@media (max-width: 375px) {
	.mobile-lang ul li a {
		font-size: 12px;
	}
		.baaner-search-box.page-search input {
	    padding: 6px 83px 6px 10px;
    font-size: 17px;
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
	}
.baaner-search-box form {
}
	
	.baaner-search-box.page-search button {
    padding: 6px 15px;
    font-size: 17px;
    position: absolute;
    right: 15px;
}
	
	
	.site-logo img{
    width: 210px !important;

} }







