body {
	overflow-x: hidden !important;
}
body.modal-open {
    overflow: hidden !important;
}
	
.header .social__icon {
    padding: 5px;
    width: 20px !important;
    height: 20px !important;
	border: 1px solid rgba(255,255,255,0.4) !important;
}
.header .social {
    margin-top: -60px;
    margin-right: -30px;
}

#about, 
#special, 
#project, 
#jobs, 
#contact {
	scroll-margin-top: 110px;
}
	
.section-about.section_mb {
    margin-bottom: 120px;
}
.section-about.section_mt {
    margin-top: 120px;
}
.section-about .section-about__wrapper-image {
	padding: 0 !important;
}
.section-about .section-about__wrapper-image img {
	animation-duration: 1s;
  	animation-name: slide-left;
}
.section-about .align-items-center {
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important;
	background-image: url('../img/background-slider-fade.jpg');
	background-size: cover;
}
.section-about .container {
    max-width: 1340px;
}
.section-about .section-about__wrapper-content {
    padding: 10px 30px 50px 30px;
}
.section-about .section-about__wrapper-subheading .col {
    padding-left: 34px;
}

.figure-service__icon img {
	max-width: 64px !important;
}
.aside-logos__wrapper-logo img {
	max-width: 200px !important;
}
.vacatures .tabs__item_active .tabs__icon {
    color: yellowgreen !important;
}
.slider-project-content__wrapper-content .col-lg-10 {
    max-width: 1360px;
}
#vti img {
	margin-top: -34px;
	padding-right: 12px;
}
#vti h3 {
	font-size: 72px;
}

.g-recaptcha {
    display: inline-block;
    margin-right: 10px;
}

.footer {
    padding-top: 80px;
    padding-bottom: 50px;
}

	.fixed {
    	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    	padding: 0px 50px;
    	animation: slide-down 0.7s;
    	opacity: 0.9;
    	background-color: #fff;
	}
	.fixed a {
		color: var(--color-accent-primary) !important;
	}
	.fixed .menu>li:not(.menu-item-has-children)>a:before {
		background-color: var(--color-accent-primary) !important;
	}

@media (min-width:1200px) {
	.float-panel {
    	width: 100%;
    	background-color: transparent;
    	z-index: 300;
    	padding: 25px 50px;
    	transform: translateZ(0);
    	transition: all 0.5s;
	}
	.float-panel a {
    	font-size: 16px;
    	text-decoration: none;
    	color: #fff !important;
    	display: inline-flex;
    	padding: 10px 20px;
	}
	.float-panel.fixed #logo1 {
		display: none !important;
	}
	.float-panel.fixed #logo2 {
		display: block !important;
		height: 80%;
		width: auto;
		margin-top: 10px;
		padding-right: 26px
	}
}

@media (min-width: 1400px) {
    .container:not(.max1360) {
        max-width: 1360px;
    }
}

@media (min-width: 1600px) {
    .container:not(.max1360) {
        max-width: 1560px;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@keyframes slide-left {
    0% {
        opacity: 0;
        transform: translateX(75%);
    }
    100% {
        opacity: 0.9;
        transform: translateX(0);
    }
}

#modal .modal-content .post__header,
#modal .modal-content .post__content>:not(.alignwide):not(.alignfull) {
	max-width: 960px;
	margin: 0 auto;
}
#modal .section_pb {
    padding-bottom: 120px;
}
#modal .section_pt {
    padding-top: 40px;
}
#modal h2 {
	padding: 40px 0;
}
#modal h4 {
	padding: 40px 15px 20px 15px;
}
#modal ul {
    position: relative;
    left: 36px;
    margin-top: 8px !important;
}
#modal .modal-close {
    position: fixed;
    right: 24px;
	z-index: 1;
}

.modal.modal-fullscreen .modal-content {
    background: rgba(0, 0, 0, .5);
}
.modal.modal-fullscreen .modal-header {
    border: 0;
    color: #fff;
}
.modal.modal-fullscreen .modal-footer {
    border-color: rgba(0, 0, 0, .5);
}

.header-vti {
	position: fixed;
	background-color: var(--color-accent-primary) !important;
}

.vti-groep {
	text-align: center;
}
.vti-equal {
	text-align: center;
}
.vti-total {
	text-align: left;
}
.vti-voets {
	text-align: center;
}
.vti-airco {
	text-align: right;
}

.vti-groep img {
	height: 86px;
}
.vti-equal img {
	height: 42px;
}
.vti-total img {
	height: 78px;
}
.vti-voets img {
	height: 78px;
}
.vti-airco img {
	height: 78px;
}

#logo1 {
	display: block
}
#logo2 {
	display: none;
	height: 0px
}

@media (max-width:1399px) {
	.vti-total {
		text-align: center;
	}
	.vti-airco {
		text-align: center;
	}
	.vti-groep img {
		height: 72px;
	}
	.vti-total img {
		height: 64px;
	}
	.vti-voets img {
		height: 64px;
	}
	.vti-airco img {
		height: 64px;
	}
}

@media (max-width:1199px) {
	#logo1 {
		display: block;
		height: 100%
	}
	#logo2 {
		display: none;
		height: 0px
	}
}

@media (max-width:991px) {
	#home, 
	#about, 
	#special, 
	#project, 
	#jobs, 
	#contact {
		position: absolute;
    	scroll-margin-top: 80px;
	}
	.vti-groep img {
		margin-left: -14px;
	}
	.vti-total img {
		height: 72px;
		margin-left: 20px;
	}
	.vti-voets img {
		height: 72px;
		margin-left: -14px;
	}
	.vti-airco img {
		height: 72px;
		margin-left: 30px;
	}
	.burger_opened {
    	position: fixed;
    	top: 28px;
    	right: 32px;
	}
	.container {
    	max-width: 100%;
    	padding-right: 0px;
    	padding-left: 0px;
	}
	.section-contacts {
    	padding: 80px 30px;
	}
	.section-contacts .form-control__label {
    	display: none;
	}
	.section-latest-news .section__header {
    	padding: 0 30px;
	}
	.figure-post__inner {
    	padding: 0 30px 20px;
	}
	.modal-close {
    	border: 2px solid rgba(255, 255, 255, 1);
		background-color: var(--color-accent-primary);
	}
	.modal-close:hover {
    	border: 2px solid var(--color-accent-primary);
		background-color: rgba(255, 255, 255, 0.8);
	}
	.header__diagonal-curtain-1,
	.header__diagonal-curtain-2 {
	    /* background-color: var(--color-accent-primary); */
		background-color: #112d6c;
	}
}
	
#vacatures p {
	padding: 10px 15px 0px;
}
#vacatures h2 {
	padding: 0px !important;
	margin-top: -20px;
}
#vacatures h4 {
	padding: 0px !important;
}
#vacatures h6 {
	padding: 10px 15px;
}

.section-contacts .section__header .msg-notice {
    color: darkorange;
	font-weight: 600;
}
.section-contacts .form-control__wrapper-input {
    max-width: 540px !important;
}

.figure-post__wrapper-thumbnail {
    overflow: hidden;
    display: inline-table;
    border-radius: 6px;
}
.figure-post__wrapper-thumbnail img {
    transition: transform 0.4s ease;
}
.figure-post__wrapper-thumbnail:hover img {
    transform: scale(1.1);
}

	
footer .plus h1 {
    display: inline;
    color: #0a3aa4;
    font-weight: 600;
    position: relative;
}
footer .plus .plus-1 {
    left: 46%;
}
footer .plus .plus-2 {
    left: -32%;
}

@media (max-width:767px) {
	.footer {
    	padding-top: 60px;
    	padding-bottom: 20px;
	}
	footer .plus h1 {
    	top: -20px;
	}
	footer .plus .plus-1 {
    	left: 0%;
	}
	footer .plus .plus-2 {
    	left: 0%;
	}
	footer .row.pt-5.pb-5 {
		padding: 1.25rem 0 !important;
	}
	.vti-equal img {
    	height: 25px;
	}
	.vti-groep img {
		height: 50px;
		margin-left: 0px;
	}
	.vti-total img {
		height: 50px;
		margin-left: 14px;
	}
	.vti-voets img {
		height: 50px;
		margin-left: 0px;
	}
	.vti-airco img {
		height: 50px;
		margin-left: 30px;
	}
	.footer__wrapper-widget {
        padding-top: 40px;
		padding-bottom: 0px;
    }
	.overlay {
        display: block;
    }
	#modal .modal-close {
    	right: 10px;
	}
	#modal .section_pb {
    	padding-bottom: 40px;
	}
	.carousel-control-prev {
		display: flex;
    	left: 38%;
    	top: 60vh;
	}
	.carousel-control-next {
		display: flex;
    	right: 38%;
    	top: 60vh;
	}
	.scroll-up__icon {
    	width: 40px;
    	height: 40px;
	}
	.scroll-up {
        width: 25px;
        height: 25px;
        right: 40px;
        bottom: 30px;
    }
	.slider-intro-content__wrapper-slider-nav {
        bottom: 5vh;
        left: auto;
        margin-left: 38px;
        position: relative;
    }
	.section-about.section_mt {
    	margin-top: 40px;
	}
	.section-about__wrapper-image {
        margin-top: 0px;
    }
	.section-about__wrapper-image img {
    	max-width: 80%;
	}
	.section-about.section_mb {
    	margin-bottom: -44px;
	}
	.figure-service {
        padding: 30px 15px 100px 15px;
    }
	.header__container {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
  	body {
    	padding-top: 0 !important;
  	}
  	.float-panel.fixed {
    	padding-top: 0 !important;
  	}
	.page-wrapper {
    	overflow-x: hidden;
	}
	.slider-nav__dot:after {
    	width: 26px;
    	height: 26px;
		border-width: 1px
	}
	.slider-nav__dot:nth-of-type(1).slider-nav__dot_active:after, .slider-nav__dot:nth-of-type(2).slider-nav__dot_active:after, .slider-nav__dot:nth-of-type(3).slider-nav__dot_active:after, .slider-nav__dot:nth-of-type(4).slider-nav__dot_active:after, .slider-nav__dot:nth-of-type(5).slider-nav__dot_active:after, .slider-nav__dot:nth-of-type(6).slider-nav__dot_active:after {
    	padding-left: 17% !important;
    	padding-top: 0%;
	}
	.burger_opened {
        top: 23px;
        right: 20px;
    }
  	.header__wrapper-overlay-menu {
	  	background-color: var(--color-accent-primary) !important;
  	}

}
