/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 16, 2020 */
@font-face {
    font-family: 'hindbold';
    src: url('fonts/hind-bold-webfont.woff2') format('woff2'),
         url('fonts/hind-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hindlight';
    src: url('fonts/hind-light-webfont.woff2') format('woff2'),
         url('fonts/hind-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hindmedium';
    src: url('fonts/hind-medium-webfont.woff2') format('woff2'),
         url('fonts/hind-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hindregular';
    src: url('fonts/hind-regular-webfont.woff2') format('woff2'),
         url('fonts/hind-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hindsemibold';
    src: url('fonts/hind-semibold-webfont.woff2') format('woff2'),
         url('fonts/hind-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
    }
	
html, body {
	height: 100%;
}

table, caption, tbody, tfoot, thead, tr, th, td     {
    vertical-align : top;
    }
table tr {
	border-bottom: solid 1px #d9d9d9;
}
table td {
	padding: 14px 0;
}
table thead td,
table thead th {	
  font-family: 'hindsemibold';
  font-size: 15px; 
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7d8186;
  
  text-transform: uppercase;
  
  padding: 14px 0;
}


:focus {
	outline: 0;
    }
    
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/**
 * For IE 6/7 (trigger hasLayout)
 */
.cf {
    *zoom:1;
}
body {		
	overflow-y: scroll;
	background-color: #ffffff;
	font-family: 'hindregular';
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	color: #262626;
}
	

	
body.hidden-scroll {
	overflow-y: hidden;
}

ul, ol {
	list-style: none; 	
}


table {
	border-collapse: collapse;
	border-spacing: 0;
    }

td  {
    vertical-align : top;
    }

caption, th, td {
	text-align: left;
	font-weight: normal;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }

blockquote, q {
	quotes: "" "";
    }

strong {
	font-family: 'hindbold';
	font-weight: normal;	
}
a{
    text-decoration: none;
	color: inherit;
}

a:hover{
    text-decoration: underline;
	color: inherit;
}

div.wrapper{
	margin: 0 auto;
    position: relative;
    width: 100%;
	height:100%;
}

div.wrapper div.main-container{
	height: auto !important;
    min-height: 100%;
	padding-top: 150px;
}

div.main-container header{
	width: 100%;
	background-color:white;
	padding: 35px calc((100% - 1360px) / 2);
	
	position: fixed;
	top: 0;
	z-index: 10;
	
	transition: all .3s ease;
	
}

div.main-container header.sticky {
	padding: 10px calc((100% - 1360px) / 2);
	
	-webkit-box-shadow: -3px 1px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -3px 1px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -3px 1px 10px 0px rgba(50, 50, 50, 0.75);

}

div.main-container header div.logo{
	height:auto;
	width: 270px;
	display: block;	
	float: left;
	margin-right: 30px;
	
}

div.main-container header div.logo a img{
	/*width: 100%;*/
	max-width: 100%;
	transition: all .3s ease;
}

div.main-container header div.logo img.mobile, 
div.main-container header div.logo img.mobile_close { display: none; float: right; width:35px; position: absolute; right: 60px;}



header div.navigation { 
	float: left; 
	
}

header div.navv { 
	margin-top: 22px; 
	
	transition: all .2s .1s ease;
	
	/* display: flex; */
	float: left;
}


header div.navv ul.nav-menu li { 
	display: block; 
	position: relative; 
	float: left; 	
	padding-right:15px;
}
header div.navv ul.nav-menu li.mobile { 
	display: none; 
}
header div.navv li.active a{ 
	
}
header div.navv li a{ 
	display: block; 
	margin: 0 10px; 
	font-size: 20px; 
	line-height: 1.4;
	color:#7d8186; 
	
	text-decoration: none;
}
header div.navv li a:hover {
	text-decoration: none;
}

header div.navv li ul {
	display: none;
	z-index: 2;
	left: -20px;
	top: 30px;
	position: absolute;
	padding: 30px;
	/* background: #ffc600; */
	background: #ffffff;
	border: solid 1px #7d8186;
	border-top: 0;
}

header div.navv > ul > li  > a{ 
	border-bottom:3px solid transparent;
	
}
header div.navv  > ul > li:hover  > a,
header div.navv > ul > li.active > a { 
	border-bottom:3px solid transparent;
	color: #4A4A4A;
}
header div.navv li.active > a,
header div.nav_level3 li.active > a,
header div.nav_level3 > a.selected {
	font-family: 'hindsemibold';
}

header div.navv  li:hover > ul { 
	display: block;
}
header div.navv  li:hover li { 
	float: none; 
	/* background-color:#ffffff; */
}
header div.navv li:hover li a { 
	
	color: #7d8186; 
	padding:10px 0px;
	/* line-height: 1; */
}

header div.navv ul.nav-menu {
	float: left;
}

header div.navv ul.nav-menu  li ul li { 
	margin-top: 1px; 
	text-transform:initial; 
	min-width: 280px; 
	padding-right: 30px;
	border-bottom: 1px solid #d9d9d9;
	position: static;
}
header div.navv ul.nav-menu  li ul li:last-child {
	border-bottom: 1px solid transparent;
}

header div.navv ul.nav-menu  li ul li a{ 
	margin:0px; 
	padding: 15px 0;
	color: #7d8186; 
	/* color: #ffffff; */
	
}
header div.navv ul.nav-menu  li ul li:hover > a { 
	color: #4A4A4A;
	/* color: #ffffff; */
	text-decoration: underline;
	
}

header div.navv ul.nav-menu  li ul li.active > a{ 
	color: #4A4A4A;
	/* color: #ffffff; */
	cursor: pointer;
}

header div.navv ul.nav-menu  li > ul > li.childs {  
	background-image: url(/includes/icons/nav-icon-grey.png); 
	background-repeat: no-repeat; 
	background-size: auto 15px; 
	background-position: right 10px center;
}
header div.navv ul.nav-menu  li > ul > li.childs:hover,
header div.navv ul.nav-menu  li > ul > li.childs.active {
	background-image: url(/includes/icons/nav-icon-active.png); 
}
header div.navv ul.nav-menu  li ul li:hover{ 
	
}
header div.navv ul.nav-menu ul ul { 
	left: calc(100% - 30px); 
	top: -1px; 
	padding-left: 60px;  
	/* padding-top:0px; */
	z-index: 1;
	height: calc(100% + 2px);
	border-left: 0;
}
header div.navv ul:before, 
header div.navv ul:after, 
header div.nav_level3 ul:before, 
header div.nav_level3 ul:after { 
	content: " "; /* 1 */ 
	display: table; /* 2 */ 
}
header div.navv ul:after, 
header div.nav_level3 ul:after { 
	clear: both; 
}

header div.navv li:hover ul  li ul li  a{
	
	text-transform: initial;
}

header div.nav_level3 { 
	height: auto;	
	width: 100%; 
	
}
header div.nav_level3 ul { 
	float:left;  
	margin-left: 35px;
}
header div.nav_level3 li {
	float: left; 	
	margin: 0 10px; 
	
}
header div.nav_level3 li > a { 
	color: #7d8186;
}
header div.nav_level3 li > a:hover {
	text-decoration: none;
	color: #4A4A4A;
}
header div.nav_level3 li.active > a{
	
}
header div.nav_level3 li.active > a, 
header div.nav_level3 li > a:hover{  
	
	border-bottom: 2px solid transparent; 
	
}

header div.nav_level3 > a { 
	float:left;  
	width: 265px; 
	color: #7d8186;
	text-align: left;
	text-transform: uppercase;
}
header div.nav_level3 > a:hover {
	text-decoration: none;
	color: #4A4A4A;
}
header div.nav_level3 > a.selected {
	color: #4A4A4A;
}


#search div.wrapper.header { position: relative; width: 1150px; background-color: #ffffff;}

.blue-button {
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 0 30px;
		
	color: #4A4A4A;
	
	background-color: #ffc600;
	border-radius: 20px;
	
	font-family: 'hindsemibold';
	font-size: 18px;
	line-height: 42px;
	
	text-decoration: none;
	min-width: 170px;
	text-align: center;
	
	transition: all .3s ease;
}
.blue-button:hover {
	text-decoration: none;	
	background: rgba(37, 55, 70, 0.8);
	color: #ffffff;
	transition: all .3s ease;
}

.white-button {
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 0 30px;
		
	color: #4A4A4A;
	border: solid 1px #4A4A4A;
	background-color: #ffffff;
	border-radius: 20px;
	
	font-family: 'hindsemibold';
	font-size: 18px;
	line-height: 42px;
	
	text-decoration: none;
	min-width: 170px;
	text-align: center;
	
	transition: all .3s ease;
}
.white-button:hover {
	text-decoration: none;	
	color: #7d8186;
	border: solid 1px #7d8186;
	
	transition: all .3s ease;
}

.go-to-footer {
	position: absolute;
	right: calc((100% - 1360px) / 2);
	top: 50px;	
	
	transition: all .3s ease;
}

div.main-container header.sticky .go-to-footer {
	top: 25px;
}





/* Search */

.search-area {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
}
.search-area.active { 
	width: calc(100% - (100% - 1360px) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	z-index: 2;
	background: rgba(255, 255, 255, 0.9);
}


.search-button {
	float: left;
	
	width: 36px;
	height: 36px;
	display: block;
	
	background-image: url('svg/assets-icon-controls-search.svg');
	background-repeat: no-repeat;
	background-size: 90% 90%;
	
}

.search-close {
	position: absolute;
	right: -30px;
	top: 13px;
	
	width: 20px;
	height: 20px;
	display: block;
	
	background-image: url('mobile_close.png');
	background-repeat: no-repeat;
	background-size: 90% 90%;	
}


.search-item {
	width: calc(100% - 390px);
	margin-top:0;
	margin-bottom:0;
		
	position: relative;
	top: -280px;
	opacity: 0;
	left: 350px;
	
	transition: all .3s ease;
	/* overflow: hidden; */
}

.search-area.active .search-item { 
	left: 300px;
	top: 48px;
	
}
header.sticky .search-area.active .search-item { 
	top: 23px;
	left: 300px;
}

.search-item input {
	background:inherit;
	border:none;
	padding-left: 10px;
	padding-right: 40px;
	color:#333;
	
	/*width: 468px;*/
	width: 100%;
	height: 42px;	
	background-color: #ffffff;
	border: solid 1px #cccfd2;
	border-radius: 3px;
	 
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;	
	
}
.search-item input:focus{
    outline: none;
}
.search-item .form-search
{
	/*width: 468px;*/
	
/* 	min-height:80px;
	line-height:80px; */
}
.search-item .search-button-glass
{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	margin:auto;
	height: 30px;
	width: 40px;
	background-color:transparent;
	border:none;
	background-image:url("svg/assets-icon-controls-search.svg");
	background-size: 26px 26px;
	background-position: center center;
	background-repeat:no-repeat;
	cursor:pointer;
	text-decoration:none;
}
.search-button-glass:focus{
	outline:0;
}

.search-input .form-search label
{
	margin-bottom:0px;
	cursor:pointer;
}
#addsearch-results .addsearch-result-item-sub h1 a, 
#addsearch-results .addsearch-result-item-sub h2 a {
	font-size: 24px !important;
	font-weight: normal !important;
	color: #262626 !important;
}
#addsearch-results .addsearch-result-item-sub p {
	font-size: 20px;
	color: #262626 !important;
}


header div.navv .search-area {
	float: left;
}




/* Header Image / Slider */

.topSlider {
	margin-bottom: 0px;
	overflow: hidden;
	height: 33vw;
}
.topSlider .carousel-inner {
	height: 100%;
}

.topSlider .carousel-item::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	/* background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 54%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 54%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 54%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eb000000',GradientType=0 ); */
	
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(37, 55, 70, 0.5));
	
}



.topSlider .carousel-item {
	height: 100%;
	/* padding-top: 260px; */
}
.topSlider .background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: no-repeat top / cover;
	z-index: -1;
}
.topSlider .carousel-text-box {
	position: relative;
	height: 100%;
	
	max-width: 1170px;
	z-index: 3;
	
}
.topSlider .carousel-text-box .row {
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.topSlider h1 {
	
	color: #fff;
	margin-bottom: 60px;
	
}
.topSlider .link {
	
	color: #fff;
	font-size: 22px;
	line-height: 24px;
}
.topSlider .name {
	
	color: #fff;
	font-size: 22px;
	line-height: 24px;
}
.topSlider .bottom-text {
	position: absolute;
	bottom: 50px;
	width: 100%;
}
.topSlider .carousel-control-prev,
.topSlider .carousel-control-next {
	width: 40px;
	height: 40px;
	margin: auto 0;
	
	/* border: 2px solid;
	border-color: transparent transparent #fff #fff;
	transform: translateX(15px) rotate(45deg); */
	opacity:1;
	
}
.topSlider .carousel-control-prev {
	background-image: url('/includes/icons/arrow_left_black.png');
	background-repeat: no-repeat;
	background-size: 40px 40px;
	left: 30px;
}

.topSlider .carousel-control-next {
	/* transform: translateX(-15px) rotate(-135deg); */
	background-image: url('/includes/icons/arrow_right_black.png');
	background-repeat: no-repeat;
	background-size: 40px 40px;
	right: 30px;
}

.topSlider .carousel-indicators {
	bottom: 40px;
	z-index: 9;
}

.topSlider .carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #dce3e0;
	
}
.topSlider .carousel-indicators li:hover,
.topSlider .carousel-indicators li.active {
	background-color: #ffc600;
	
}
.topSlider .line-arrow {
	display: inline-block;
	margin-left: 15px;
	height: 13px;
}
@media only screen and (max-width: 1024px){
	.topSlider {
		height: calc(100vh - 95px);
	}
	
	.topSlider .carousel-item{
		height: 100%;
		padding-top: 0;
	}
	
	.topSlider .carousel-text-box .row {
		
	}
}
@media only screen and (max-width: 425px){
	.topSlider .carousel-item{
		
	}
}






















.content_wrapper{
	padding-top: 150px;
    padding-bottom: 97px;
}

.topSlider ~ .content_wrapper {
	padding-top: 75px;
}
	
.wrap {	
	width: 100%;
	max-width: 1170px;
	margin: auto;	
}	
.wrap-small {	
	width: 100%;
	max-width: 970px;
	margin: auto;	
}
	
h1 {	
	font-family: 'hindsemibold';	
	font-size: 62px;
	line-height: 1.13;	
	letter-spacing: -0.5px;
	color: #ffc600;
	margin-bottom: 50px;
}	
h2 {
	font-family: 'hindsemibold';		
	font-size: 48px;	
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.5px;
	color: #ffc600;
	
	margin-bottom: 40px;
}
h3 {
	font-family: 'hindsemibold';
	font-size: 35px;	
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;	
	letter-spacing: -0.5px;
	
	margin-bottom: 30px;
}
h4 {
	font-family: 'hindsemibold';
	font-size: 24px;	
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;	
	letter-spacing: -0.5px;
	
	margin-bottom: 20px;
}
h5 {
	font-family: 'hindsemibold';
	font-size: 20px;	
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;	
	
	margin-bottom: 10px;
}

div.lead {	
	font-family: 'hindregular';
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	
	margin-bottom: 40px;
}

p {
	margin-bottom: 20px;
}

ol + p,
ul + p {
	margin-top: 10px;
}

p + ol,
p + ul {
	margin-top: -10px;
}

.content_wrapper ol, 
.content_wrapper ul {
	list-style-position: inside;
    }
.content_wrapper ol li, 
.content_wrapper ul li {
	padding: 10px 0;
    }
.content_wrapper ol {
	list-style: decimal inside; 	
}	
.content_wrapper ul {
	list-style: none; 
	
}	
.content_wrapper ul li {
	position: relative;
	padding-left: 30px;
}
.content_wrapper ul li::before {  
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #ffc600;
	border-radius: 10px;
	top: 20px;
	bottom: 0;
	left: 0; 
}

.content_wrapper a:not(.blue-button):not(.white-button) {
	color: #4A4A4A;
	text-decoration: underline;
	text-decoration-color: #ffc600;
	-webkit-text-decoration-color: #ffc600;
	font-family: 'hindsemibold';
}
.content_wrapper a:not(.blue-button):not(.white-button):hover {
	/*color: #ffc600;*/
	text-decoration: none;
}

.content_wrapper .base-content {
	position: relative;
}	
	
	
div.footer{
	width: 100%;
    display: inline-block;
	background-color:white;
}
div.footer-cols {
	width: 1440px;
	display: flex;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin: 0 auto 150px;
	padding: 0 136px;
}

div.footer-cols .col1 {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;	
	-webkit-box-pack: justify;	
	-ms-flex-pack: justify;	
	justify-content: space-between;	
}

div.footer-cols .col1 div.logo {
	width: 90%;
	
}
div.footer-cols .col1 div.logo img {
	max-width: 100%;	
}


div.footer-cols .col1 .bottom {
	font-family: 'hindmedium';
	font-size: 18px;	
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;


}


div.footer-cols .col2 {
	width: 70%;
	display: inline-block;
	
	padding-left: 110px;
	
	min-height: 400px;
}

div.footer-cols .col1 {
	border-right: solid 1px #d9d9d9;
}


div.footer div#footer-tabs ul.list {
	width: auto;
	display: inline-block;	
	position: relative;
	margin-left: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}
div.footer div#footer-tabs ul.list li {
	width: auto;
	display: block;
	float: left;
	padding: 0 45px 0 30px;
	border: solid 1px #d9d9d9;
	border-radius: 0px;
	background-color: #ffffff;
	margin-left: -10px;
	margin-right: -10px;
	
	transition: border-radius .3s ease;
}
div.footer div#footer-tabs ul.list li:first-child{
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	
}

div.footer div#footer-tabs ul.list li:last-child {
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	
	padding: 0 35px 0 30px;
	
}

div.footer div#footer-tabs ul.list li:hover,
div.footer div#footer-tabs ul.list li.ui-state-active {
	text-decoration: none;
	background-color: #4A4A4A;
	border: solid 1px #4A4A4A;
	border-radius: 20px;
	z-index: 2;
	position: relative;
	padding: 0 35px 0 30px;
	margin-left: -10px;
	margin-right: 0px;
}


div.footer div#footer-tabs ul.list li a {
	color: #262626;

	
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	
}
div.footer div#footer-tabs ul.list li a:hover,
div.footer div#footer-tabs ul.list li:hover a,
div.footer div#footer-tabs ul.list li.ui-state-active a {
	text-decoration: none;
	color: #ffffff;
}
div.footer div#footer-tabs .ui-widget-content {
	transition: all .3s ease;
}

div.footer div#footer-tabs .ui-widget-content table {
	width: 100%;	
	table-layout: auto;

}

div.footer div#footer-tabs .ui-widget-content table td {
	width: 300px;
	float: left;
}
div.footer div#footer-tabs .ui-widget-content table td + td {
	width: calc(100% - 300px);
	float: left;
}




div.logos {
	width: 1440px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 0 auto 60px;
	padding: 0 136px;
}

/* div.logos .col1 {
	width: calc(100% - 370px);
	display: inline-block;		
}
div.logos .col2 {
	width: 370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;	
	
}
*/

div.logos .col1 {
	width: 100%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;		
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}



div.logos a {
	margin-right: 26px;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 170px;
	float: left;
	
	color: #7d8186;
	
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: normal;
}
div.logos a img {
	max-height: 78px;
	height: auto;
	width: auto;
	
}

div.logos a span {
	margin-top: 10px;
}

.footer div.mobile {
	display: none;
}




div.image-element h4{
	background-image: url("black_line.png");
    background-position: center center;
    background-repeat: repeat-x;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
	font-weight:800;
	line-height:18px;
	font-size:14px;
}

div.image-element h4 span{
	background-color:white;
	padding-left:5px;
	padding-right:5px;
}

div.image-element img{
	width: 100%;
	height: auto;
	margin: 0px 0 10px 0;
}

div.download-link {
    width: 100%;
	display: inline-block;
    height: auto;
	display: block;
	padding: 15px 0;
   
    border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	margin-top: -1px;
}



div.download-link a {
	padding-left: 54px;
	
	background-image: url("svg/download-icon-yellow.svg");
    background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	
	height: 40px;
	line-height: 40px;
	display: inline-block;
	
	
	font-family: 'hindsemibold';
	font-size: 20px; 
	font-stretch: normal;
	font-style: normal;
	
	letter-spacing: normal;
	
	text-decoration: underline;

	
}
div.download-link a:hover {
	color: #ffc600;
}

div.download-link span.ext-type{
	text-transform:uppercase;
}

div.content.column.small{
	width: 300px;
	margin-right: 0; 
	min-height: inherit;
	background-color: inherit;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 55px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 30px;
  left: 5px;
  right: 5px;
  height: 7px;
  background: #a8cbb7;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #a8cbb7;
  content: "";
}

.c-hamburger span::before {
  top: -15px;
}

.c-hamburger span::after {
  bottom: -15px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  -ms-transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
  -ms-transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
  
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  background-color:#000000;
}
div.o-grid__item{
	display: none;
}
ul.nav-menu-mobile,
p.nav-menu-mobile-footer{
	display: none;
}

.separatorblank hr { margin:0; }

/* Accordion */


div.accordion div.acc-container div.acc-btn {border-bottom:1px solid #d9d9d9; border-top:1px solid #d9d9d9;}
div.accordion div.acc-container div.acc-btn.active { border-bottom: none; }

div.accordion div.acc-btn { min-height: 42px; width: 100%; max-width: 970px; margin: auto; position: relative; }
div.accordion div.acc-btn h4{ transition: all .5s ease; padding:35px 65px 35px 0px; cursor:pointer; background-image:url('svg/accordion-plus-yellow.svg'); background-repeat:no-repeat; background-position: calc(100% - 10px) center; background-size: 30px 30px; margin: 0; }
div.accordion div.acc-btn h4.selected{background-image:url('svg/accordion-minus-yellow.svg');}


div.accordion div.acc-btn > img.picto {
	position: absolute;
	top: 10px;
	height: auto;
	width: auto;
	left: -110px;
}

div.accordion .acc-content {display:none; width: 100%; margin: 0 auto; padding: 0; }
/* div.accordion .acc-content .acc-content-inner *:last-child { margin-bottom:0; } */
div.accordion, div.accordion > div:first-child, div.accordion .acc-content .acc-content-inner > div:first-child {margin:0 auto;}


div.accordion .acc-content-inner { display: block; }
div.accordion .acc-content-inner div.transformer3 .transformer-wrapper {padding-top: 0;}
div.accordion { margin-top: -1px !important; }
div.accordion div.acc-container { position: relative; }
div.accordion div.acc-container:after {  content: ""; position: absolute; bottom: 0; width: 100%; max-width: 970px; left: 0; right: 0; margin: auto; height: 1px; border-bottom: solid #d9d9d9 1px; }


/* Contact form */
div.content div.contactform_div #form_content {margin-top:20px;}
div.content div.contactform_div input{width:100%; box-sizing: border-box; border:1px solid #d9d9d9; border-radius: 3px; font-size:20px; line-height:30px; height:40px; margin: 15px 0; padding:5px 18px;}
div.content div.contactform_div textarea {width:100%; box-sizing: border-box; border:1px solid #d9d9d9; border-radius: 3px; font-size:20px; line-height:2; margin:15px 0; padding:0 18px 10px;}
div.content div.contactform_div input:focus,
div.content div.contactform_div textarea:focus {outline:none;}
div.content div.contactform_div input::-webkit-input-placeholder,
div.content div.contactform_div textarea::-webkit-input-placeholder {color: #666666; opacity:1;}div.content div.contactform_div input::-moz-placeholder{color: #666666; opacity:1;}
div.content div.contactform_div input:-ms-input-placeholder,
div.content div.contactform_div textarea:-ms-input-placeholder {color: #666666; opacity:1;}div.content div.contactform_div input:-moz-placeholder{color: #666666; opacity:1;}
div.content div.contactform_div input::placeholder,
div.content div.contactform_div textarea::placeholder {color: #666666; opacity:1;}
div.content div.contactform_div .grey {color:#666666; opacity:1;}


div.content div.contactform_div select {width:100%; display:block; position:relative; /*background: url(/includes/icons/icon-arrow.png) no-repeat 135px 20px;*/ 
	border:1px solid #d9d9d9; border-radius: 3px; font-size:20px; line-height:25px; height:40px; margin:15px 0; padding:8px 18px; z-index: 9;
    background: transparent; cursor:pointer; }
div.content div.contactform_div .select-input { position:relative; z-index: 8; }
div.content div.contactform_div .select-input:after { content:''; width:30px; height:30px; display:block; position:absolute; right:5px; top:5px; background: url(/includes/icons/icon-arrow.png) no-repeat center; }
div.content div.contactform_div .select-input.open:after { background: url(/includes/icons/icon-arrow-up.png) no-repeat center; }
div.content div.contactform_div select:focus{outline:none;}
/*div.content div.contactform_div input, div.content div.contactform_div select, #floating-panel input, #floating-panel .input, button, .btn, #ap_login-form input, .filter-buttons input, .filter-group input[type="reset"], .filter-group input[type="button"], .filter-group input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; outline: none; }*/
div.content div.contactform_div input, div.content div.contactform_div select  { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; 
/*border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;*/ outline: none; }
div.content div.contactform_div select::-ms-expand { display: none; }

div.content div.contactform_div select.error, div.content div.contactform_div input.error, div.content div.contactform_div textarea.error { color: red; border:1px solid red;}
div.content div.contactform_div input.error::-webkit-input-placeholder, div.content div.contactform_div textarea.error::-webkit-input-placeholder{color: red;}
div.content div.contactform_div input.error::-moz-placeholder, div.content div.contactform_div textarea.error::-moz-placeholder {color: red;}
div.content div.contactform_div input.error:-ms-input-placeholder, div.content div.contactform_div textarea.error:-ms-input-placeholder {color: red;}
div.content div.contactform_div input.error:-moz-placeholder, div.content div.contactform_div textarea.error:-moz-placeholder{color: red;}
div.content div.contactform_div input.error::placeholder, div.content div.contactform_div textarea.error::placeholder{color: red;}

div.content div.contactform_div  label.required-label{ color:red; font-size:16px; display:block; line-height:18px; margin-bottom: 30px; margin-top: 20px; }
div.content div.contactform_div  label.anonymous-label{ font-size:16px; display:block; line-height:18px;margin-top:15px; }
div.content div.contactform_div  label.anonymous-label-inner{ font-size:16px; display:inline-block; line-height:18px;margin-right:10px;padding-left:20px;}
div.content div.contactform_div  label.anonymous-label-inner::before{top:2px; width:14px; height:14px; border-radius:7px;}
div.content div.contactform_div  label.anonymous-label-inner::after	{content: '';    position: absolute;  top: 5px;  left: 3px;  background-color: red; transition: all .2s; width: 8px;  height: 8px;  border-radius: 4px;}
div.content div.contactform_div  .anonymous_input{    line-height: 18px; height: 30px; margin-top:10px; font-size:16px; max-width:73px;}
/*
div.content div.contactform_div div.submit input{ background-color: #000000; border:1px solid #000000; color: #ffffff; text-transform: uppercase; font-weight:normal; width: auto; padding: 4px 15px; height:48px; margin-top:30px; margin-bottom:30px; cursor: pointer;}
div.content div.contactform_div div.submit input:hover{ background-color: #ffffff; border:1px solid red; color: red; }
*/
div.content div.contactform_div div.submit input{ cursor:pointer; display: inline-block;
    width: auto;
    height: 40px;
    padding: 0 30px;
    color: #4A4A4A;
    border: solid 1px #ffc600;
    background-color: #ffc600;
    border-radius: 20px;
    font-family: 'hindsemibold';
    font-size: 18px;
    line-height: 42px;
    text-decoration: none;
    min-width: 170px;
    text-align: center; }
div.content div.contactform_div div.submit input:hover{ text-decoration: none; background-color: #4A4A4A; color: #ffffff; border: solid 1px #4A4A4A; }
div.content div.contactform_div.wait input, div.content div.contactform_div.wait select, div.content div.contactform_div.wait label { pointer-events:none !important; }
div.content div.contactform_div.wait { cursor: progress; opacity: 0.2; }
div.content div.contactform_div div.contact_privacy input { display:none; }
div.content div.contactform_div div.contact_privacy label  { width:100%; box-sizing: border-box; font-size:20px; line-height:30px; margin: 15px 0; padding:10px 0; border:1px solid transparent; }
div.content div.contactform_div div.contact_privacy label:before { content:''; width:58px; height: 30px; display:inline-block; margin-right: 12px; margin-bottom: -8px; background: url(/includes/icons/controls-form-toggle-off.png); }
div.content div.contactform_div div.contact_privacy input:checked + label:before { background: url(/includes/icons/controls-form-toggle-on-yellow.png); }
div.content div.contactform_div div.contact_uploads { position:relative; }
div.content div.contactform_div div.contact_uploads .filesButton { content:''; width:25px; height: 25px; display:block; position: absolute; top:22px; right:4px; background: url(/includes/icons/controls-btn-icon-square-yellow.png); background-size: cover; cursor: pointer; }
div.content div.contactform_div div.contact_uploads .filesToUpload { width: 0; height: 0; margin: 0; margin-left: -100vw; padding: 0; float: left; }
div.content div.contactform_div div.contact_uploads .filesSelected div { padding: 17px 0 12px 0; border-bottom: 1px solid #d9d9d9; }
div.content div.contactform_div div.contact_uploads .filesSelected div:first-child { border-top: 1px solid #d9d9d9; margin-top: 20px; }
div.content div.contactform_div div.contact_uploads .filesSelected span { height:40px; line-height: 40px; vertical-align: top; }
div.content div.contactform_div div.contact_uploads .filesSelected span.filename { font-family: Hind; 
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 1.5;*/
  letter-spacing: normal; color:#4A4A4A; border-bottom:1px solid #4A4A4A; }
div.content div.contactform_div div.contact_uploads .filesSelected span.filename:hover { color:#ffc600; border-bottom:1px solid #ffc600; }
div.content div.contactform_div div.contact_uploads .checked { background: url(/includes/icons/controls-btn-icon.png); width: 40px; height: 40px; display: inline-block; margin-right:14px; }
div.content div.contactform_div div.contact_uploads .remove { background: url(/includes/icons/assets-icon-controls-close.png); width: 40px; height: 40px; display: inline-block; right: 0; position: absolute; cursor: pointer; }
div.content div.contactform_div div.contact_privacy.error label { border:1px solid red; border-radius:5px; }

div.content div.contactform_div select, 
div.content div.contactform_div option {
	font-family: 'hindregular' !important;
}


/**** Gallery Slick module ****/
/* .gallery {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto 80px;
	
	padding-bottom: 40px;
	
}

.gallery-items {	
	height: auto;
	
}

.gallery-items .item {		
	width: 394px;
	height: 380px;
}

.gallery-items .item .empty {		
	width: calc(50% - 19px);
	height: calc(33% - 19px);
	display: block;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;	
	padding: 5px;
}

.gallery-items .item img {
	
	display: block;
	width: auto;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;	
	padding: 5px;
	
	border: solid 1px #4A4A4A;
} */


/**** Gallery 6-cols module - no slider ****/

.gallery {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	
	padding-bottom: 40px;
	
}
.gallery-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	
	
}
.gallery-items > a {
	display: block;
	width: auto;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;	
	padding: 5px;
	
	/*border: solid 1px #4A4A4A;*/
}

.gallery-items > a > img {
	/*width: 100%;
	float: left;*/
	width: 75%;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
    margin: 0 auto;
} 









.slick-initialized .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.slider {
	width: 100%;
	max-width: 1170px;	
	margin: 80px auto;
	padding-bottom: 40px;
	
}
.transformer-image .slider {
	margin: 0 auto;
	padding-bottom: 0;
}

.slider-items {	
	height: auto;	
	width: 100%;
	margin-bottom: 50px !important;
}

.slider-items .image {		
	width: 1170px;
	height: auto;
	background-color: #fff;
}
.slider-items .image img {
	margin: 0 auto;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	
		
}
.slider-items .image span,
.transformer-slider-items .image span {
	display: none;
	width: 100%;
	
	text-align: center;
	font-size: 16px;
	line-height: 1.38;
	color: #7d8186;
	max-width: 1170px;
	padding: 15px 0;
	
	color: #4A4A4A;
}


.slick-prev::before, .slick-next::before {
	content: '';
	
}


.slick-prev:not(.slick-disabled),
.slick-prev:not(.slick-disabled):hover {
	/*width: 40px;
	height: 40px;*/
	width:25%;
	height:100%;
	z-index:5;
	/*left: -45px;*/
	left: 0;
	top: calc(50% - 20px);
	background-image: url("svg/assets-icon-arrow-left.svg");
    /*background-position: center center;*/
	background-position: -10px center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	/*background-color: rgba(255,255,255, 0.6);*/
}
.slick-next:not(.slick-disabled),
.slick-next:not(.slick-disabled):hover {
	/*width: 40px;
	height: 40px;*/
	width:25%;
	height:100%;
	z-index:5;
	/*right: -45px;*/
	right: 0;
	top: calc(50% - 20px);
	background-image: url("svg/assets-icon-arrow-right.svg");
    /*background-position: center center;*/
	background-position: calc(100% + 10px) center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	/*background-color: rgba(255,255,255, 0.6);*/
}
.slick-prev:not(.slick-disabled):hover,
.slick-next:not(.slick-disabled):hover {
	/*background-color: rgba(255,255,255, 1);*/
}


.slick-dots {
	bottom: auto;
	z-index:8;
}
.slick-dots li {
	padding: 0 !important;
	margin: 30px 0;
	display: inline-block;
}
.slick-dots li button::before {
	content: '';
}


.slick-dots li::before {
	top: 0 !important;
	background-color: #dce3e0 !important;
}

.slick-dots li.slick-active::before {
	background-color: #ffc600 !important;
}

.slick-dots > li:only-child {
    display: none;    
}

.slider .caption-wrap {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.38;

	max-width: 1170px;
	padding: 15px 0;
	color: #4A4A4A;
}

.transformer-slider-items .slick-dots {
	bottom: 10px;
}
.transformer-slider-items .slick-dots li {
	margin: 0;
}

.transformer-slider-items.slick-dotted.slick-slider {
	margin-bottom: 0;
}


/**** End Gallery Slick module ****/






/* Video module */
.video {
	margin-top: 80px;
	margin-bottom: 80px;
	width: 100%;
}
.video .videoWrapper {
	margin-bottom: 30px;
}
.video .videoWrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;

}


/* List2Big Module */

.list2big {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	
}
.list2big .item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.list2big .item .image {
	width: 90px;
}

.list2big .item .text {
	width: calc(100% - 90px);
	padding: 0 40px 0 10px;
}

.list2big .item .image img {
	border-radius: 35px;
}




/* List2Small Module */

.list2small {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	background-color: #dce3e0;
	
	padding: 55px 100px;
	margin-bottom: 60px;
}

.list2small h3 {
	width: 100%;
}

.list2small .col1 {
	width: 50%;
}
.list2small .col2 {
	width: 50%;
}



.bullet-h4 {
	background-image: url('svg/controls-btn-icon.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	
	padding-left: 45px;
	line-height: 30px;
	display: block;
	
	margin-bottom: 60px;
}


.list2small .col1 p,
.list2small .col2 p,
.list2small .col1 h4,
.list2small .col2 h4,
.list2small .bullet-h4 {
	display: inline-table;
	width: 100%;
}




	
/***** Module Transformer *****/

div.transformer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;		
}

div.transformer-wrapper {
	display: inline-block;
	width: 100%;

}

div.transformer .col1 {
	padding: 0;
	
	margin-left: 0 !important;
	margin-right: 0 !important;
}

div.transformer .col2 {
	padding: 0;
	
	margin-left: 0 !important;
	margin-right: 0 !important;
}
div.transformer .col1:last-of-type {
	padding: 0;
}


/***** Full browser width (.transformer1) *****/
div.transformer1 .col1 {
	width: 100%;	
}

div.transformer-image {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-ms-flex-direction: column;
	flex-direction: column;
}
div.transformer-image img {
	width: 100%;
}
div.transformer-text {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

/***** Half-browser width  (.transformer2) *****/
div.transformer2 {
	
}
div.transformer2 .col1 {
	width: 50%;	
	
}	
div.transformer2 .col2 {
	width: 50%;	
}
div.transformer2 .col1 .transformer-text {
	width: calc(100%/2 - 15px);
	float: right;
}

div.transformer2 .col2 .transformer-text {
	width: calc(100%/2 - 15px);
	float: left;
}

/***** Full content width   (.transformer3) *****/
div.transformer3 {
	max-width: 1170px;
	display: block;
}

div.transformer3.grey,
div.transformer4.grey {
	background-color: #dce3e0;
	
}

div.transformer3 .col1 {
	width: 100%;
}

div.transformer3 .transformer-wrapper {
	width: 100%;
	max-width: 1170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 55px 0 0;
	
}
div.transformer3.grey .transformer-wrapper {
	
}

div.transformer3 .transformer-wrapper .transformer-text {
	padding: 0;
	max-width: 970px;
	width: 100%;

}

div.transformer3 .transformer-wrapper .transformer-image + .transformer-text {
	text-align: right;
	font-size: 16px;
	line-height: 1.38;
	color: #7d8186;
	max-width: 1170px;
	padding: 15px 0;	
}


/***** Half content width    (.transformer4) *****/
div.transformer4 {
	max-width: 100%;
}
div.transformer4 .transformer-wrapper {
	width: 100%;
	max-width: 1170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 45px 0;
	
}
div.transformer4 .transformer-wrapper.revert {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

div.transformer4 .col1 {
	width: 50%;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}	
div.transformer4 .col2 {
	width: 50%;	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
div.transformer4 .col1 .transformer-text {
	width: 100%;
	height: auto;
	padding: 0 120px 0 0;
}

div.transformer4 .col2 .transformer-text {
	width: 100%;
	height: auto;
	padding: 0 0 0 120px;
}
div.transformer4 .transformer-text h3 {
	line-height: 1;
}
div.transformer4 .col1 .transformer-image {
	padding: 0 15px 0 0;
}
div.transformer4 .col2 .transformer-image {
	padding: 0 0 0 15px;
}


/***** 3 columns content width     (.transformer5) *****/
div.transformer5 {
	
}
div.transformer5 .transformer-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	
}
div.transformer5 .col1 {
	width: calc(100%/3 + 15px - 20px);	
}	
div.transformer5 .col2 {
	width: calc(100%/3 + 30px - 20px);
	padding: 0 15px 0 15px;	
}
div.transformer5 .col3 {
	width: calc(100%/3 + 15px - 20px);	
	padding: 0 0 0 15px;
}
div.transformer5 .col1 .transformer-text,
div.transformer5 .col2 .transformer-text,
div.transformer5 .col3 .transformer-text {	
	float: left;
}

/***** 1/3rd content width  (.transformer6) *****/
div.transformer6 .transformer-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	
}
div.transformer6 .col1 {
	width: calc(100%/3 + 15px - 20px);	
}	
div.transformer6 .col2 {
	width: calc(100%/3*2 + 30px - 20px);	
}
div.transformer6 .col1 .transformer-text {
	width: 100%;
	float: right;
}

div.transformer6 .col2 .transformer-text {
	width: 100%;
	float: left;
}

/***** 4 columns content width  (.transformer7) *****/
div.transformer7 .transformer-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;	
}
div.transformer7 .col1 {
	width: calc(100%/4 + 15px - 22.5px);	
}	
div.transformer7 .col2 {
	width: calc(100%/4 + 30px - 22.5px);
	padding: 0 15px 0 15px;	
}
div.transformer7 .col3 {
	width: calc(100%/4 + 30px - 22.5px);	
	padding: 0 15px 0 15px;	
}
div.transformer7 .col4 {
	width: calc(100%/4 + 15px - 22.5px);	
	padding: 0 0 0 15px;
}

div.transformer7 .col1 .transformer-text,
div.transformer7 .col2 .transformer-text,
div.transformer7 .col3 .transformer-text,
div.transformer7 .col4 .transformer-text {	
	float: left;
}



@media screen and (max-width: 680px) {	
	div.transformer .transformer-wrapper {
		display: inline-block;
	}
	div.transformer .transformer-wrapper .col1,
	div.transformer .transformer-wrapper .col2,
	div.transformer .transformer-wrapper .col3,
	div.transformer .transformer-wrapper .col4	{
		width: 100%;
		padding: 0;
	}
	
}

/****** End Transformer *******/




/****** Module Magazine *******/
.magazine {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 40px;
}

.magazine .item {
	width: calc((100% - 60px) / 3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-right: 30px;
}
.magazine .item:nth-child(3n+1){
	margin-right: 0;
}



.magazine .item .image {	
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	
}
.magazine .item .image img {
	max-width: 680px;
	width: 100%;
	border: solid 1px #4A4A4A;
}
.magazine .item .text {	
	width: 100%;	
	padding: 30px 0 0 0;	
}



.magazine .item.first {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 60px;
}
.magazine .item.first .image {	
	width: calc((100%/3*2) - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.magazine .item.first .image img {
	max-width: 770px;
	width: 100%;
}
.magazine .item.first .text {	
	width: calc(100%/3 + 10px);	
	padding: 160px 0 0 30px;	
}









#lehrstellen {
	display: block;	
	width: 180px;
	height: auto;
	position: absolute;
	right: 0;
	top: -120px;
	transition: all .3s ease;
}


#lehrstellen img {
	width: 100%;
}
