/* Preloader */
@keyframes hidePreloader {
	0% {
		opacity: 1;
		visibility: visible;
	}
	90% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #154f98 url('../img/loading-spin.svg') no-repeat center center;
	animation: hidePreloader 1.5s forwards;
}


div#preloader .preloader__logo {
	width: 100%;
	height: 36px;
	background-image: url('../img/logo_white.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -70px;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
margin-top: 50px;
margin-bottom: 20px;
}
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.page-title{
	line-height: 1;
    padding-left: 15px;
	border-left: 3px solid #fad103;
}

/* Table */
.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td{
	/*padding: 15px 15px 15px 8.33333333%;*/
    line-height: 2;
}
.single-products .table>thead>tr>th, .single-products .table>thead>tr>td, .single-products .table>tbody>tr>th, .single-products .table>tbody>tr>td, .single-products .table>tfoot>tr>th, .single-products .table>tfoot>tr>td{
	padding: 8px;
    line-height: 1.5;
}
.table>thead>tr>th, .table>thead>tr>td{
	text-transform: uppercase;
}
.table-hover>tbody>tr:hover{
	background-color: #f1f1f1;
}
table.file-table {
	text-align: center;
}
.single-products article > .product-sections .table-responsive thead > tr > th:nth-child(3) {
	text-align: center;
}

.product-desc {
	text-align: justify;
}
a.file-link {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
a.file-link:hover {
	opacity: 0.6;
}
.table > thead > tr > th, .table > thead > tr > td {
	word-wrap: normal;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	word-wrap: normal;
}
.file-table td {
	vertical-align: middle!important;
}
/* Navbar */
.navbar-brand {
	padding: 15px 0;
}
.navbar-brand-absolute {
	position: absolute;
    z-index: 99;
}
.site-navigation .navbar-header  .navbar-toggle {
	position: absolute;
    top: 8px;
    right: 37px;
}
.site-navigation .navbar-header .widget-top {
	position: absolute;
	top: 16px;
    right: 0;
}
.site-navigation .navbar-header .widget-top .wpml-ls-legacy-dropdown {
	width: auto;
}
.site-navigation .navbar-header .widget-top .wpml-ls-legacy-dropdown a {
	padding-left: 8px;
	padding-right: 10px;
	margin-top: -1px;
	border: none;
}
.site-navigation .navbar-header .widget-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	display: none;
}
.site-navigation .navbar-header .widget-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: none;
}
.site-navigation.nav-fixed.affix{
	background: #fff;
	webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.75);
}
.site-navigation.nav-fixed.affix .top-infobox .contact-header{
    margin-top: 0px;
    padding-bottom: 15px;
}
.site-navigation.nav-fixed.affix .navbar-brand{
    padding: 3px 15px;
}
.site-navigation.nav-fixed.affix .navbar-brand img{
    max-height: 45px;
}
@media (max-width: 350px){
	.navbar-brand img{
		max-height: 30px;
	}
	.site-navigation .navbar-header  .navbar-toggle {
		top: 5px;
	}
	.site-navigation .navbar-header .widget-top {
		top: 13px;
	}
}
@media (max-width: 767px) {
	.site-navigation .navbar-nav li>a.dropdown-toggle {
		display: block;
		padding: 10px 15px;
	}
	.site-navigation .navbar-nav li:last-child {
		/* display: none; */
	}
}
@media (min-width: 768px) {
	.site-navigation .navbar-header .widget-top {
		display: none;
	}
	
}

/* SIDEBAR */
.sidebar-padder .widgettitle{
	margin-top: 0;
    margin-bottom: 20px;
	padding-left: 15px;
    border-left: 3px solid #fad103;
}
.sidebar-padder .widget li a{
	font-size: 14px;
	font-weight: 600;
	border-top: none;
}

/* BLOG */
.blog .post{
	margin-bottom: 30px;
}
.post.grid-item .title {
	font-size: 22px;
	text-transform: none;
	color: #7c448a;
}
.post .meta{
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	color: #f9d10a;
}
.single-post .post .entry-meta {
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
}
.blog_section .post .meta{
	color: #000006;
}
.post .title{
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0;
}
.blog_section .post a:hover .title{
	color: #fad103;
}
.post .btn-primary-excerpt{
	margin-top: 15px;
}
.blog_section .post .btn-primary-excerpt{
	display: none;
}

/* NAVIGATION */
.site-navigation .navbar-nav>li>a{
	font-weight: 600;
	padding: 10px 0px;
}
.dropdown-menu>li>a{
	font-size: 14px;
	font-weight: 600;
}
@media (min-width: 768px) {
	.site-navigation .navbar-nav>li>a{
		padding: 10px;
	}
	.dropdown-menu>li>a{
		white-space: pre-wrap;
		color: #fff;
	}
	.navbar-nav>li .dropdown-menu {
		background: #154f98;
		color: #fff;
		border: none;
	}
	.navbar-nav>li .dropdown-menu li:hover > a, 
	.navbar-nav>li .dropdown-menu li:focus > a,
	.navbar-nav>li .dropdown-menu li > a:hover, 
	.navbar-nav>li .dropdown-menu li > a:focus,
	.navbar-nav>li .dropdown-menu li.current-menu-item > a	{
		background: #154f98;
		color: #f9d10a;
	}
	.navbar-nav>li .dropdown-menu li.current-menu-item.pagescroll2id > a	{
		background: #154f98;
		color: #ffffff;
	}
		.navbar-nav>li .dropdown-menu li.current-menu-item.pagescroll2id > a:hover {
			background: #154f98;
			color: #f9d10a;
		}
}

@media (min-width: 1200px) {
	.site-navigation .navbar-nav>li>a{
		padding: 23px 7.5px;
	}
	.locale-de-de .site-navigation .navbar-nav>li>a{
		padding: 23px 5px;
	}
}

/* HEADER */
.top-infobox .checkout .fa,
.top-infobox .login .fa {
	color: #84c428;
	padding-right: 5px;
}
.top-infobox .checkout span {
	color: #fff;
	background: #7c448a;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
    display: inline-block;
}
.widget_search .search-form {
	border-radius: 20px;
	border: 1px solid #c6c6c6;
}
.widget_search .search-form label {
	margin: 0;
}
.widget_search .search-form button {
	background: none;
	border: none;
	position: relative;
}
.widget_search .search-form button:before {
	content: '';
	position: absolute;
	left: 0;
	width: 1px;
	height: 20px;
	background: #c6c6c6;
}
.widget_search .search-form button:focus,
.widget_search .search-form button:hover {
	outline: none;
}
.widget_search .search-form button .fa {
	color: #84c428;
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.widget_search .search-form button:hover .fa {
	color: #7c448a;
}
.widget_search .search-form input, .widget_search .search-form select {
    border: none;
	box-shadow: none;
	background: none;
}
@media (max-width: 767px) {
	.widget_search .search-form label {
		max-width: 70%;
	}
	.top-infobox {
		margin-bottom: 10px;
	}
}

/* Breadcrumbs */
.breadcrumbs{
	background-color: #f1f1f1;
	padding: 30px 0;
}

@media (max-width: 768px) {
	.horizontal-layout .text-right {
		text-align: center;
		padding-bottom: 10px;
	}
}

/* nav */
.product-nav {
    text-align: right;
}
.product-nav a {
    color: #84c428;
    font-size: 22px;
    padding: 5px;
}

.btn .fa{
	margin-left: 5px;
}

/* SLOGAN */
.slogan-padding-normal{
	padding: 0;
}
.slogan-title{
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
	margin: 0;
    padding: 30px 0;
}
.page-id-592 > #section3 {
	background: #f1f1f1;
	padding-top: 70px;
	padding-bottom: 40px;
}

/* SECTIONS */
/* slider section */
.slider_section .slider-caption .caption-body{
	padding: 30px;
}
.slider_section .slider-caption .caption-body.caption-bg{
	background-color: rgba(51, 51, 51, .85);
}
.slider_section .slider-caption .caption-title{
	font-weight: 700;
	margin: 0;
	color: inherit;
}
.slider_section .slider-caption .caption-title span{
	color: #fff;
}
.slider_section .slider-caption .caption-text{
	font-weight: 600;
	margin: 0;
}
.slider_section .slider-caption .caption-title + .caption-text{
	margin-top: 15px;
}
.slider_section .slider-caption .links-box {
	margin-top: 10px;
}
.slider_section .btn-default{
	border-color: #ff7d4f;
	color: #ff7d4f;
	background: transparent;
}
.slider_section .btn-default:hover{
	border-color: #ff7d4f;
	color: #fff;
	background: #ff7d4f;
}
@media (max-width: 767px){
	.slider_section .caption-box{
		padding: 0;
	}
	.slider_section .slider-caption .caption-body{
		padding: 30px 0px;
	}
}

/* textgallery section */
.textgallery_section ul li{
	font-size: 18px;
    font-weight: 500;
    line-height: 2;
}
#about_us .textgallery_section ul li{
	font-size: 14px;
    font-weight: 400;
}
#our_team .textgallery_section ul li{
	font-size: 14px;
    font-weight: 400;
}
#our_team .gallery-item{
	padding-top: 45px;
}
#our_team p.upper-title{
	font-size: 20px;
}
#attractions_map_section .map-no-padding {
	padding-left: 0;
	padding-right: 0;
}

/* gallery section */
.gallery-border{
	padding: 0;
}
.gallery-thumb{
	padding: 15px;
}
#ajax-load-more .item{
	margin-bottom: 15px;
}
#ajax-load-more .item p{
	margin-bottom: 0;
}
@media (min-width: 768px){
	.section.gallery_section .gallery .item,
	#ajax-load-more .item{
		margin-bottom: 30px;
	}
	#ajax-load-more .item p{
		margin-bottom: 0;
		height: 45px;
	}
}
@media (min-width: 992px){
	#ajax-load-more .item p{
		height: 85px;
	}
}
@media (min-width: 1200px){
	#ajax-load-more .item p{
		height: 65px;
	}
}

/* gallery ajax load */
.alm-btn-wrap{
	text-align: center;
}
.load_more_btn{
	width: auto;
}
.load_more_btn.done{
	display: none;
}

/* features section */
.featured_section_box{
	padding: 60px;
}
.featured_section .section-text{
	font-size: 18px;
}
.featured_section .features-box{
	margin: 0;
}
.featured_section .row + .features-box{
	margin-top: 30px;
}

.features-box .item img{
	max-height: 95px;
}
.features-box .item h3{
	font-size: 15px;
    font-weight: 700;
	margin: 20px 0 0 0;
	position: relative;
}
.features-box .item h3:before{
	content: '';
	border-top: 1px solid #fff;
	position: absolute;
	width: 60%;
    top: -20px;
    left: 20%;
}

.dark .features-box .horizontal-layout .feature-body{
	border-left: 1px solid #fff;
}
.featured_section .features-box h3.number{
	font-size: 46px;
	margin-bottom: 15px;
}
.featured_section.dark .features-box h3.number{
	color: #fad003;
}
.featured_section .features-box .horizontal-layout h3.number{
	text-align: left;
}
.featured_section .features-box .horizontal-layout h4{
	line-height: 1.2;
	font-size: 18px;
    font-weight: 600;
	margin: 0;
	color: inherit;
}

@media (min-width: 768px){
	.features-box .icon-box{
		height: auto;
	}
	.features-box .horizontal-layout .feature-content {
		text-align: left;
	}
}

/* interactive blocks section */
.interactive-blocks{
	margin: 0;
}
.interactive-blocks .interactive-block-hover .interactive-block-hover-content{
	cursor: pointer;
	padding: 30px 15px;
}
.interactive-blocks .interactive-block .interactive-block-content{
	position: relative;
    display: inline-block;
    background: #fff;
    width: 100%;
}
.interactive-blocks .interactive-block-img{
	display: table-cell;
    vertical-align: middle;
    width: 2000px;
}
.interactive-blocks .interactive-block-hover-content{
	font-size: 14px;
}
.interactive-blocks .interactive-block-hover-content p:last-child{
	margin-bottom: 0;
	text-transform: uppercase;
}
.interactive-blocks .interactive-block-hover-content a{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.interactive-blocks .interactive-block .interactive-block-hover{
	position: absolute;
	height: 320px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.interactive-blocks .interactive-block:hover .interactive-block-hover{
    opacity: 1;
}
.extra-text-instead-icon > p {
	text-transform: uppercase;
	margin: 0;
	font-size: 19px;
	font-weight: 700;
	padding: 15px;
}
.extra-text-instead-icon > p > span {
	font-size: 14px;
}
.interactive-block-hover-content {
	/* display: table-cell;
    vertical-align: middle; */
    height: 320px;
    /* width: 283px;  */
	/* height: 160px; */
	width: 100%;
	background-color: #fad103;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/* timeline section */
/* Example wrapper */
.wrap {
	position: relative;
	margin: 30px 0 60px;
	overflow: hidden;
}

/* Frame */
.frame {
	overflow: hidden;
	height: 400px;
}
.frame > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
.frame > ul > li {
	float: left;
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 0;
}
@media (min-width: 375px){
	.frame{
		height: 350px;
	}
}
@media (min-width: 425px){
	.frame{
		height: 420px;
	}
}
@media (min-width: 768px){
	.frame{
		height: 250px;
	}
	.frame > ul > li{
		width: 750px;
	}
}
@media (min-width: 992px){
	.frame > ul > li {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.frame > ul > li {
		width: 1170px;
	}
}

.frame > ul > li .timeline-border{
	display: none;
}
.frame > ul > li .timeline-year,
.frame > ul > li .timeline-img{
    height: auto;
}
.frame > ul > li .timeline-year h3{
	font-size: 48px;
	margin: 0;
}
.frame > ul > li img{
	max-height: 250px
}
.frame > ul > li .timeline-text{
    height: auto;
}
@media (min-width: 768px){
	.frame > ul > li .timeline-border{
		display: block;
		width: 1px;
		position: absolute;
		background-color: #333333;
		top: 50%;
		left: -30px;
	}
	.frame > ul > li .timeline-year,
	.frame > ul > li .timeline-img{
		display: table-cell;
		vertical-align: middle;
		height: 250px;
		width: 2000px;
	}
	.frame > ul > li .timeline-text{
		display: table-cell;
		vertical-align: middle;
		height: 250px;
		padding-right: 15px;
	}
}

/* Scrollbar */
.scrollbar {
	margin: 30px 0;
	margin-bottom: 10px;
    height: 5px;
    background: #fad103;
    line-height: 0;
}
.scrollbar .handle {
	height: 100%;
    background: #154f98;
    cursor: pointer;
    width: 100% !important;
    margin-left: 68px;
}
.scrollbar .handle .mousearea {
	position: absolute;
	left: -8px;
	width: 20px;
	height: 20px;
    background-color: #fad103;
    border-radius: 50%;
    top: -8px;
}
@media (min-width: 768px){
	.scrollbar{
		margin-bottom: 0;
	}
	.scrollbar .handle{
		/* margin-left: 24px; */
	}
}

.pages{
	display: none;
}
@media (min-width: 768px){
	.pages{
		display: block;
		padding: 0;
		list-style: none;
		position: relative;
		height: 100px;
		margin: 0;
		padding-bottom: 200px;
		display: flex;
		flex-wrap: wrap;
	}
	.pages>li{
		/*position: absolute;*/
		text-align: center;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		/* width: 6.25%; */
		position: relative;
		/* top: 0; */
		padding-top: 50px;
	}
	.pages li:nth-child(odd){
		/* top:25px; */
		padding-top: 100px;
	}
	.pages li:nth-child(even) {
		top: 0px;
	}

	/*
	.pages li:nth-child(1){
		left: 18px;
	}
	.pages li:nth-child(2){
		left: 70px;
	}
	.pages li:nth-child(3){
		left: 121px;
	}
	.pages li:nth-child(4){
		left: 173px;
	}
	.pages li:nth-child(5){
		left: 224px;
	}
	.pages li:nth-child(6){
		left: 276px;
	}
	.pages li:nth-child(7){
		left: 327px;
	}
	.pages li:nth-child(8){
		left: 379px;
	}
	.pages li:nth-child(9){
		left: 430px;
	}
	.pages li:nth-child(10){
		left: 482px;
	}
	.pages li:nth-child(11){
		left: 530px;
	}
	.pages li:nth-child(12){
		left: 585px;
	}
	.pages li:nth-child(13){
		left: 636px;
	}
	.pages li:nth-child(14){
		left: 678px;
	}*/
	.pages li:nth-child(n):after{
		content: '';
		height: 90px;
		width: 1px;
		background-color: #154f98;
		position: absolute;
		/* top: -25px; */
		top: 0;
		left: 50%;
	}
	.pages li:nth-child(2n):after{
		content: '';
		height: 40px;
		width: 1px;
		background-color: #154f98;
		position: absolute;
		top: 0px;
		left: 50%;
	}
	.pages li.active{
		color: #36578A;
	}
	.pages li.active:after{
		background-color: #36578A;
	}
}
@media (min-width: 992px){
	/*.pages li:nth-child(n){
		bottom: 0px;
	}
	.pages li:nth-child(2n){
		bottom: 30px;
	}
	.pages li:nth-child(1){
		left: 19px;
	}
	.pages li:nth-child(2){
		left: 86px;
	}
	.pages li:nth-child(3){
		left: 154px;
	}
	.pages li:nth-child(4){
		left: 221px;
	}
	.pages li:nth-child(5){
		left: 288px;
	}
	.pages li:nth-child(6){
		left: 356px;
	}
	.pages li:nth-child(7){
		left: 423px;
	}
	.pages li:nth-child(8){
		left: 490px;
	}
	.pages li:nth-child(9){
		left: 557px;
	}
	.pages li:nth-child(10){
		left: 625px;
	}
	.pages li:nth-child(11){
		left: 692px;
	}
	.pages li:nth-child(12){
		left: 759px;
	}
	.pages li:nth-child(13){
		left: 827px;
	}
	.pages li:nth-child(14){
		left: 894px;
	}
	.pages li:nth-child(n):after{
		content: '';
		height: 70px;
		width: 1px;
		background-color: #154f98;
		position: absolute;
		bottom: 30px;
		left: 50%;
	}
	.pages li:nth-child(2n):after{
		content: '';
		height: 40px;
		width: 1px;
		background-color: #154f98;
		position: absolute;
		bottom: 30px;
		left: 50%;
	}*/
	.pages li.active{
		color: #36578A;
	}
	.pages li.active:after{
		background-color: #36578A;
	}
}
@media (min-width: 1200px){
	/*.pages li:nth-child(n){
		bottom: 0px;
	}
	.pages li:nth-child(2n){
		bottom: 30px;
	}
	.pages li:nth-child(1){
		left: 20px;
	}
	.pages li:nth-child(2){
		left: 102px;
	}
	.pages li:nth-child(3){
		left: 183px;
	}
	.pages li:nth-child(4){
		left: 265px;
	}
	.pages li:nth-child(5){
		left: 346px;
	}
	.pages li:nth-child(6){
		left: 428px;
	}
	.pages li:nth-child(7){
		left: 510px;
	}
	.pages li:nth-child(8){
		left: 591px;
	}
	.pages li:nth-child(9){
		left: 673px;
	}
	.pages li:nth-child(10){
		left: 755px;
	}
	.pages li:nth-child(11){
		left: 836px;
	}
	.pages li:nth-child(12){
		left: 918px;
	}
	.pages li:nth-child(13){
		left: 999px;
	}
	.pages li:nth-child(14){
		left: 1081px;
	}
	.pages li:nth-child(n):after{
		content: '';
		height: 70px;
		width: 1px;
		background-color: #154f98;
		position: absolute;
		bottom: 30px;
		left: 50%;
	}
	.pages li:nth-child(2n):after{
		content: '';
		height: 40px;
		width: 1px;
		background-color: #154f98;
		position: absolute;
		bottom: 30px;
		left: 50%;
	}*/
	.pages li.active{
		color: #fad103;
	}
	.pages li.active:after{
		background-color: #fad103;
	}
}

/* people section */
.team-box .team-box-content{
    padding: 45px 15px 30px 15px;
    margin: 60px 0;
}
.team-box .team{
	margin-bottom: 15px;
}
.team-box .team:after{
	content: '';
	height: 150px;
	width: 1px;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	right: 0;
}
.team-box .team-box-content .team:last-child:after{
	display: none;
}
.team-box .team h3{
	font-size: 18px;
}
.team-box .team p{
	font-weight: 600;
	margin: 0;
}

/* contact section */
.contact-departments .contact-department-pro-box{
	margin-left: -30px;
	margin-right: -30px;
}
.contact-departments .contact-department-pro .contact-department-content{
	background-color: #fad103;
	padding: 30px 15px;
	margin-bottom: 30px;
}
.contact-departments .contact-department-pro h3{
	font-size: 15px;
	margin-top: 0;
    margin-bottom: 15px;
	text-transform:none;
}
.contact-departments .contact-department-pro p{
	margin-bottom: 5px;
}

.contact-departments .contact-department .contact-department-content{
	padding: 15px 0 0 0;
}
.contact-departments .contact-department h3{
	font-size: 15px;
	margin: 0;
}
.contact-departments .contact-department p{
	margin-bottom: 5px;
}

.btn-contact{
	padding: 3px 6px;
    width: 26px;
    height: 26px;
    background-color: #fad103;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 0;
	text-decoration: none;
}
.btn-contact:before{
	content: '\f078';
	font: normal normal normal 14px/1 FontAwesome;
}
.btn-contact.active:before{
	content: '\f077';
	font: normal normal normal 14px/1 FontAwesome;
}
.page-id-606 #section1 > div.section.contact_section > div > div.wow.col-sm-8.alpha.omega.fadeInLeft.contact-data > div > h3 {
	margin: 0;
}

/* contact blocks section */
#hidden {
	display: none;
}
.contact-blocks--search {
	background: #f4d101;
    padding: 40px;
}
.contact-blocks .contact-block .contact-block-content--item,
.contact-blocks .contact-block .contact-block-content{
	background-color: #f1f1f1;
	padding: 30px 15px;
}
.contact-block-main{
	display: none;
}
.contact-blocks .contact-block-content--item{
    margin-bottom: 0;
}
.contact-blocks .contact-block-content--item p{
    margin-bottom: 0;
}
.contact-blocks .contact-block .contact-block-content{
    margin-bottom: 30px;
}
.contact-blocks .contact-block .contact-block-content p{
	margin: 0 0 5px;
}
.contact-blocks .contact-block .contact-block-content .contact-block-departure{
	margin-top: 30px;
}

/* blocks section */
.blocks_section .blocks-text h3 {
	margin-bottom: 45px;
	font-size: 28px;
	position: relative;
	color: #000;
}
.blocks_section .blocks-item.col-sm-24 .blocks-text h3 {
	color: #fff;
}
.home.page #section6 .blocks_section .col-sm-12:last-of-type .blocks-text h3{
	color: #fff;
}

div.wpcf7 .ajax-loader{
	display: none !important;
}

/* subpage section */
.subpages_section h3{
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 0 0;
	text-transform: none;
}
#id-2248, #id-4681, #id-4744, #id-4751, #id-4282, #id-4301 {
	clear: both;
}
.subpages_section .hover-page-box{
	border: 1px solid #f1f1f1;
	position: relative;
}
.subpages_section .hover-page-box:before{
	position: absolute;
    content: '';
    border-top: 1px solid #154f98;
    border-bottom: 1px solid #154f98;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}
.subpages_section .hover-page-box:after{
	position: absolute;
    content: '';
    border-left: 1px solid #154f98;
    border-right: 1px solid #154f98;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}
.subpages_section .hover-page:hover .hover-page-box:before{
	left: 0;
    right: 0;
}
.subpages_section .hover-page:hover .hover-page-box:after{
	top: 0;
    bottom: 0;
}
.subpages_section .hover-link:after{
	color: #f9d10a;
}

/* accordion section */
.accordion_section .accordion-mark-title{
	font-size: 18px;
    font-weight: 700;
	padding: 0px 30px 0px 30px;
}
.accordion_section .accordion-mark-icon{
	width: 50px;
    height: 50px;
    line-height: 50px;
}
.accordion_section .accordion-mark-title,
.accordion_section .collapsed .accordion-mark-title{
	background-color: #fff;
}
.accordion_section .accordion-mark-icon{
	background-color: #fad103;
}
.accordion_section .collapsed .accordion-mark-icon{
	background-color: #f1f1f1;
}
.accordion_section .panel-body{
	padding: 30px;
}
.page-id-1781 .accordion_section .upper-title {
	text-align: center;
	padding-bottom: 15px;
}
.page-id-1781 .accordion_section .upper-title > em {
	font-style: normal;
	font-size: 20px;
}
.page-id-1781 .accordion_section .upper-title em:after, .page-id-1781 .accordion_section .upper-title em:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -7px;
	height: 2px;
	width: 50px;
	background: #cbc9c9;
}
.page-id-1781 .accordion_section .upper-title em:after {
	left: 10px;
}
.page-id-1781 .accordion_section .upper-title em:before {
	right: 10px;
}

/* distribution section - result */
.distribution-box{
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 30px;
}
.distribution-box .distribution-city{
	font-size: 18px;
	padding: 15px;
	background: #f1f1f1;
}
.distribution-box .distribution-contact .distribution-contact-content{
	padding: 15px 0 0 0;
}
.distribution-box .distribution-contact h4{
	font-size: 15px;
	font-weight: 700;
    text-transform: none;
    margin: 0;
}
.distribution-box .distribution-contact h4 + a{
	margin-top: 5px;
    display: block;
}
.distribution-box .distribution-contact p{
	margin: 0;
}

/* Category List */
.category-list .first-group{
	border-top: none;
}
.category-list .panel {
	border-radius: 0;
    border: 1px solid #cbc9c9;
	border-bottom: none;
    box-shadow: none;
}
.category-list .panel-group .panel+.panel{
	margin: 0px;
	border: 1px solid #cbc9c9;
	border-bottom: none;
}
.category-list .panel-group .panel+.panel:last-child {
	border-bottom: 1px solid #cbc9c9;
}
.category-list .panel > .panel-title {
	border-bottom: none;
    padding-bottom: 10px;
}
.category-list .panel .panel-title > a {
	display: block;
    position: relative;
	font-size: 15px;
    font-weight: 600;
}
.category-list .panel-title a:first-child {
    width: auto;
    display: inline-block;
    float: left;
	padding-right: 15px;
}
.category-list .panel-title a:last-child(2) {
    width: auto;
    display: inline-block;
    float: right;
}
.category-list .panel-title a:first-child:after {
    content: '';
}
.category-list .panel .panel-title > a.dropdown_colapse:after {
	content: '\f107';
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
    right: 0;
	top: 5px;
}
.category-list .panel .panel-title > a.dropdown_colapse.collapsed:after {
	content: '\f106';
}
.category-list .panel .panel-title {
	text-transform: none;
    padding: 10px 10px;
	border: none;
	overflow: hidden;
}
.collapse.in {
	position: relative;
}
.category-list.accordion_menu .collapse.in:before {
	content: " ";
	display: block;
	width: 80%;
	position: absolute;
	top: 0;
	left: 27px;
	border-top: 1px solid #cbc9c9;
}
.category-list .panel .second-group .panel-title{
	padding: 10px 15px;
	padding-left: 28px;
}
.category-list .panel .third-group .panel-title{
	padding: 10px 15px 10px 30px;
}
.category-list .panel-body {
	padding: 0px;
}
.category-list .panel-group {
	margin-bottom: 0;
	margin-top: 30px;
}
@media (min-width: 768px){
	.category-list .panel-group {
		margin-top: 0;
	}
}

/* PRODUCT ARCHIVE PAGE */
.products-template-default h1.page-title {
	text-transform: none;
}
.prodlist-box .prod-list-content-box.row{
	margin-left: 0;
	margin-right: 0;
}
.prodlist-box .prod-item .prod-content h3{
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px;
    transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.home .prodlist-box .prod-item:hover .prod-content a{
	color: #fff!important;
	z-index: 1005;
}

.home .prodlist-box .prod-item:hover .prod-content a h3{
	color: #fff!important;
	z-index: 1005;
}

/* .prodlist-box .prod-item:hover .prod-content a{
	color: #fff!important;
	z-index: 1005;
}

.prodlist-box .prod-item:hover .prod-content a h3{
	color: #fff!important;
	z-index: 1005;
} */

.prodlist-box .prod-item:hover .prod-content a.prod-image-link{
	z-index: 1!important;
}

.prodlist-box .prod-item .prod-content .prod-image{
	padding: 30px 30px 0 30px;
}
.home .prodlist-box .prod-item a.prod-image-link{
	position: unset;
}
.prodlist-box .prod-item a.prod-image-link{
	display: block;
	position: relative;
}
.prodlist-box .prod-item a.prod-image-link:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
z-index: 2;
background-color: rgba(21, 79, 152, .8);;
}
/* .home	.prodlist-box .prod-content:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
	z-index: 2;
	background-color: rgba(21, 79, 152, .8);;
} */

.prodlist-box .prod-content{
	position: relative;
}

.prodlist-box .prod-item a.prod-image-link:after{
		content: '';
		width: 41px;
			height: 41px;
			background-image: url(../img/plus.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50%;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top: -20.5px;
			margin-left: -20.5px;
			opacity: 0;
			transition: 500ms ease-in-out;
			-moz-transition: 500ms ease-in-out;
			-webkit-transition: 500ms ease-in-out;
		z-index: 3;
	}
.home .prodlist-box .prod-content:after{
	content: '';
	width: 41px;
    height: 41px;
    background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20.5px;
    margin-left: -20.5px;
    opacity: 0;
    transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
	z-index: 3;
}
.prodlist-box .owl-item:hover .prod-content:before,
.prodlist-box .owl-item:hover .prod-content:after, 
.prodlist-box .prod-content:hover a.prod-image-link:before,
.prodlist-box .prod-content:hover a.prod-image-link:after{
	opacity: 1;
}
.products-template-default .prodlist-box+div p {
	text-align: justify;
}

/* SINGLE PRODUCT */
.single-products .products{
	padding: 30px;
}
.single-products .product-content,
.single-products .product-application,
.single-products .product-controlling,
.single-products .product-features,
.single-products .product-sections,
.single-products .product-download{
	padding-top: 30px;
}

.single-products .product-information{
	display: table-cell;
    vertical-align: middle;
}
.single-products .product-information .product-information-border{
	padding-left: 15px;
}
.single-products .product-information .product-information-border>p>span:first-child{
	font-weight: 700;
}

.single-products .product-section-title{
	font-size: 18px;
	margin-bottom: 20px;
}

.single-products .application-icons{
	background-color: #f1f1f1;
	padding: 30px;
}
.single-products .product-application .application-icon{
	margin-bottom: 10px;
}
.single-products .product-application .application-icon img{
	border: 1px solid #888;
	max-height: 63px;
}
.single-products .product-application .application-icon h3{
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.single-products .product-application .application-text{
	margin-top: 15px;
}
.single-products .product-controlling .controlling-icon{
	margin-bottom: 15px;
}
.single-products .product-controlling .controlling-icon img{
	max-height: 61px;
}
.single-products .product-controlling .controlling-icon h3{
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.single-products .product-controlling .controlling-text{
	margin-top: 15px;
}

.single-products .product-download .product-section-title{
	margin-bottom: 30px;
}
.single-products .product-download .download-group{
	margin-bottom: 25px;
}
.single-products .product-download h3.download-title{
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 15px;
    position: relative;
    /* padding-left: 30px; */
	padding-left: 10px;
}
/* .single-products .product-download h3.download-title:before{
	content: '';
	height: 24px;
	width: 22px;
	background-image: url(../img/pdf-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%;
	position: absolute;
	bottom: 0;
    left: 0;
} */

.single-products .product-download .download-group .download-title-box{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.single-products .product-download .download-group .download-title-box h3{
padding-bottom:0;
margin-bottom:0;
}

.single-products .product-download .download-group a{
	font-weight: 600;
	display: block;
}

/* PAGE WITH SUBMENU */
.submenu .submenu-pages{
	list-style: none;
	padding: 0px;
	margin-bottom: 15px;
	position: relative;
}
.submenu .submenu-pages:before{
	content: '';
    width: 2px;
    height: 50%;
    position: absolute;
    background-color: #009ee3;
    top: 0px;
    right: 0;
}
.submenu .submenu-pages>li:first-child>a{
	padding-top: 0px;
}
.submenu .submenu-pages>li>a{
	padding: 5px 15px;
    display: block;
}
.parent-pageid-602 .page-title {
	text-transform: none;
}

/* FOOTER */
.site-footer {
	font-size: 13px;
	padding-top: 30px;
}
.site-footer a{
	transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.site-footer a:hover, 
.site-footer.dark a:hover, 
.site-footer .nav>li.current-menu-item>a{
	color: #f9d103;
}

.site-footer img{
	margin-bottom: 20px;
}
.site-footer p,
.site-footer .site-info{
	line-height: 2;
}

.site-footer .widget{
	margin-bottom: 15px;
}
.site-footer .widgettitle{
	font-size: 15px;
	margin-top: 0;
    margin-bottom: 20px;
}
.site-footer .widget li a{
	padding: 0;
    border: none;
    display: block;
    line-height: 2;
}
/*
#about_us_interactive .interactive-block:nth-child(-n+8) .interactive-block-hover {
	height: 400px;
}*/
#about_us_interactive .interactive-blocks .interactive-block .interactive-block-hover {
	height: 100%;
}
#about_us_interactive .interactive-blocks .interactive-block .interactive-block-hover-content {
	height: 200px;
}
#about_us_interactive .interactive-block,
#about_us_interactive .interactive-blocks .interactive-block .interactive-block-content,
#about_us_interactive .interactive-blocks .interactive-block-img  {
	height: 200px !important;
}
#about_us_interactive .interactive-block:nth-last-child(-n+4) .interactive-block-hover {
	height: 200px;
}
#about_us_interactive .interactive-block:nth-last-child(-n+4) .interactive-block-hover .interactive-block-hover-content {
	height: 200px;
	/* padding: 0; */
}
/* #about_us_interactive .interactive-block:nth-child(9) .interactive-block-hover p {
    width: 283.75px;
} */
#about_us_interactive .interactive-block:nth-last-child(-n+2) .interactive-block-hover {
	background-color: #fff!important;
}
@media(max-width: 992px) {
	#about_us_interactive .interactive-block:nth-last-child(-n+2) {
		display: none;
	}
}
.application-icon > h3 {
	word-wrap: normal;
}
/* #about_us_interactive .interactive-block:nth-child(5) .interactive-block-hover, #about_us_interactive .interactive-block:nth-child(1) .interactive-block-hover, #about_us_interactive .interactive-block:nth-child(9) .interactive-block-hover {
	background-color: #fff!important;
	height: 160px;
	border-bottom: 1px solid #cbc9c9;
}
#about_us_interactive .interactive-block:nth-child(5) .interactive-block-hover .interactive-block-hover-content, #about_us_interactive .interactive-block:nth-child(1) .interactive-block-hover .interactive-block-hover-content, #about_us_interactive .interactive-block:nth-child(9) .interactive-block-hover .interactive-block-hover-content{
	height: 160px;
} */
@media(min-width: 992px) and (max-width: 1200px) {
	#about_us_interactive .interactive-block:nth-child(7) .interactive-block-hover .interactive-block-hover-content {
		padding: 0;
	}
}
.home #section2 .section-text {
	text-align: justify;
	max-width: 900px;
}
.page-id-4148 .interactive-block-hover-content {
	font-size: 12px;
}
.page-id-4477 .interactive-block-hover-content {
	font-size: 12px;
}
.page-id-4477 .team-box .team p {
	font-weight: 400;
}
:lang(fr-FR) .site-navigation .navbar-nav>li>a, :lang(ru-RU) .site-navigation .navbar-nav>li>a, :lang(ru-RU) .dropdown-menu>li>a, :lang(fr-FR) .dropdown-menu>li>a {
	font-weight: 400;
}
#main-menu > li:last-child .dropdown-menu {
	min-width: 50px;
}
#main-menu > li:last-child .dropdown-menu > li {
	min-width: 50px;
}
#main-menu > li:last-child > .menu-link:after {
	font-family: 'FontAwesome';
    content: "\f0d7";
    display: inline-block;
    padding-left: 5px;
}

/* PAGINATION */
.pagination>li.choice-page, .pagination>li.first-page, .pagination>li.last-page {
	display: none;
}
.pagination>li.previous-page > a {
	margin-right: 10px;
}
.pagination>li.next-page > a {
	margin-left: 10px;
}
.pagination>li.disabled > span {
	margin: 0 10px;
}
.pagination>li.current-page-display {
	display: none;
}
.page-id-896 .section-box.dark .featured_section h2.page-title {
	color: #000;
}
.page-id-2391 .textgallery-box .gallery-item img {
	max-height: 322px;
}

.label-lower {
	font-size: 12px;
	color: #9e9e9e;
}
#happy_customer iframe {
	position: inherit;
	height: 1700px;
}

@media(min-width: 768px) {
	.slider_section .caption-img {
		height: 100%;
    display: flex;
    align-items: center;
	}
	.slider_section .caption-img .container {
		height: initial;
	}
}

.prod-list-content-box.row
{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.prod-content
{
	height: 100%;
}