@charset "utf-8";
/* CSS Document */

@font-face { 
font-family: "OpenSans-Regular"; 
src: url("../font/OpenSans-Regular.ttf");
}

@font-face { 
font-family: "OpenSans-Light"; 
src: url("../font/OpenSans-Light.ttf");
}

@font-face { 
font-family: "OpenSans-Bold"; 
src: url("../font/OpenSans-Bold.ttf");
}

@-webkit-keyframes flipinx-animation {
  0% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }  }

@keyframes flipinx-animation {
  0% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }  }

  
  @keyframes flipInY {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 0;
  }
  40% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  }
  60% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  opacity: 1;
  }
  80% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
  -webkit-transform: perspective(400px);
  transform: perspective(400px);
  }  }

  @-webkit-keyframes half-flip {
  0% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  opacity: 1;
  }
  100% {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 0deg);
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
	opacity: 1;
  }	}

html	{
	scroll-behavior: smooth;
}

@-moz-document url-prefix() {
	body {
	  height: 100vh;
	}
}

body {
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
	
	background-color: rgba(223,225,227,1.00);
	
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	/*font-size: 2.5vw;*/
	font-size: 13px;
	font-weight: 120px;
}

hr {
	width:100%;
	height: 8px;
	background: url(../images/hr-style-png.png) repeat-x 0 0;
    border: 0;
}

a:link, a:visited {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: rgba(255, 119, 0, 0.0);
	/*font-size: 13px;*/
	/*text-align: left;*/
	/*font-weight: normal;*/
	text-decoration: none;
	color: rgba(245, 114, 0, 1);
	transition: 1.5s ease;
}


a:hover, a:active {
    text-decoration: none;
	background-color: rgba(255, 119, 0, 0.7);
    /*display: inline-block; (!!!if inline is active: the back_pannel-hover will no longer work!!!)*/
	color: rgba(255, 255, 255, 1);
	transition: 0.2s ease;
}

.unvisible-link {
	text-decoration: none;	background-color: rgba(255, 119, 0, 0) !important;	color: rgba(255, 255, 255, 0) !important;
}

.unvisible-link:hover {
	text-decoration: none;	background-color: rgba(255, 119, 0, 0) !important;	color: rgba(255, 255, 255, 0) !important;
}

.text_paragraph_title1 {
	margin: 0 20px 0 20px;
	padding: 0;
	font-family: OpenSans-Light;
	/*line-height: 10px;*/
	font-size: 28px;
	/*font-weight: bold;*/
	font-style: normal;
	text-align: left;
	color: rgba(106,99,93,1.00);
}

.text_paragraph_normal {
	margin: 0 20px 0 20px;
	padding: 15PX 0 0 0;
	font-size: 13px;
	text-align: left;
	line-height: 140%;
	color: rgba(0,0,0,1.00);
}

.text_paragraph_normal_justify {
	margin: 0 20px 0 20px;
	padding: 15PX 0 0 0;
	font-size: 13px;
	text-align: justify;
	line-height: 140%;
	color: rgba(0,0,0,1.00);
}

.text_paragraph_normal_highlight {
	margin: 0 20px 0 20px;
	padding: 15PX 0 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: rgba(10, 50, 140, 1);
}

.text_paragraph_normal_extra {
	margin: 0 0 0 0;
	padding: 10px 0 0 20px;
	font-size: 20px;
	text-align: left;
	color: rgba(0,0,0,1.00);
}

.text_paragraph_normal_2-column {
	margin: 0 20px 0 20px;
	padding: 15px 0 0 0;
	font-size: 13px;
	text-align: left;
	color: rgba(0,0,0,1.00);
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}

.text-extra-small {
	margin: 0;
	padding: 0;
	font-size: 7;
	text-align: left;
}

.text_liste_ul {
	margin: 13px 0 0 13px;
	padding: 0 0 0 36px;
    list-style-type: circle;
	list-style-position: inside;
	text-align: left;
	font-size: 13px;
}

.text_liste_ul li {
	margin: 6px 0 6px 0;
}

.text_liste_ul_pdf {
	margin: 13px 0 0 13px;
	padding: 0 0 0 10px;
	list-style-image: url('../images/icons/icon_pdf_16px.png');
	list-style-position: inside;
	text-align: left;
	font-size: 13px;
}

.text_liste_ul_pdf li {
	margin: 6px 0 6px 0;
}

.xtr-press {
	margin: 25px 0 25px 0;
}

.text_infobox_address {
	margin: 20px 0 20px 0;
	padding: 20px;
	display: inline-block;
	box-shadow: inset 0 0 0 1px rgba(255, 115, 0, 1.0);
}

.atelier_logo_float {
	float: right; margin: 0px 0px 5px 5px;
	width:25%; 
}


::-webkit-scrollbar{ width: 10px; }
::-webkit-scrollbar-button{ display: none; height: 10px; border-radius: 0px; background-color: none; }
::-webkit-scrollbar-button:hover{ background-color: #efd8a7; }

::-webkit-scrollbar-thumb{ background-color: rgba(255, 149, 0, 0.75); border-radius: 5px; transition: 2s ease; }
::-webkit-scrollbar-thumb:hover{ background-color: rgba(255, 149, 0, 1); border-radius: 1px;  border-radius: 5px; transition: 0.5s ease; }

::-webkit-scrollbar-track{ background-image: url(../images/pattern/diagonal_line_ultraslim.png); transition: 2s ease; }
::-webkit-scrollbar-track:hover{ background-image: url(../images/pattern/diagonal_line_ultrabold.png); /*box-shadow: inset 0 0 0 1px rgba(255, 149, 0, 0.5);*/ border-radius: 0; transition: 0.5s ease; }


/*---*/

.gallery_atelier_images {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 98%;
	height: 100px;
	/*height: 210px;*/
	background-size: cover;
	background-position:center;
	border: solid 4px rgba(255, 255, 255, 1);
}

@media only screen and (min-width:500px)
{
	.gallery_atelier_images {
		float: left;
		width:48%;
		/*height: 210px;*/
		border: solid 4px rgba(255, 255, 255, 1);
	}
}

@media only screen and (min-width:711px)
{
	.gallery_atelier_images {
		float: left;
		width:210px;
		/*height: 210px;*/
		border: solid 4px rgba(255, 255, 255, 1);
	}
}

/*---*/

.gallery_pricelist-indd-images {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	/*height: 100px;*/
	/*border: solid 4px rgba(255, 255, 255, 1);*/
}
@media only screen and (min-width:500px)
{
	.gallery_pricelist-indd-images {
		float: left;
		width:49%;
	}
}
@media only screen and (min-width:711px)
{
	.gallery_pricelist-indd-images {
		float: left;
		width:350px;
	}
}


.gallery_pricelist-div-element-group-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*text-align: center;*/
	/*height: 100px;*/
	box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.3); /*border: solid 2px rgba(240, 110, 51, 1.0);*/
}

.gallery_pricelist-div-element {
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*text-align: center;*/
	/*height: 100px;*/
	box-shadow: inset 1px 1px 0px 0px rgba(0, 0, 0, 0.2); /*border: solid 2px rgba(240, 110, 51, 1.0);*/
}
@media only screen and (min-width:500px)
{
	.gallery_pricelist-div-element {
		float: left;
		width:49%;
	}
}
@media only screen and (min-width:711px)
{
	.gallery_pricelist-div-element {
		float: left;
		width:350px;
	}
}


.gallery_pricelist-cover {
	margin-top:5px; margin-left:5px; float:left; width:58%;
}

.gallery_pricelist-zoom-elememt {
	float: right;
	margin-top:5px; margin-bottom:3px; margin-left:0px; margin-right:3px;
	padding: 0px;
	width: 37%;
	/*height: 50px;*/
	/*text-align: center;*/
	background-size: cover;
	background-position:center;
	box-shadow: inset 0 0 0 1px rgba(240, 110, 51, 0.4); /*border: solid 2px rgba(255, 255, 255, 1);*/
	/*background-color: none;*/
}

/*---*/

.partner_collection_box	{
	position:relative;	margin:10px 0px 30px 0px;	width:calc(100% - 10px);	box-shadow: 0px 0px 8px -2px rgba(0,0,0,1);
}

.partner_collection_logo	{
	padding:5px; width: 12%; height: auto; display:inline-block;
}

.gallery_div_pictogram {
	float: left;
	margin: 3px; /*margin: 0 auto;*/
	/*padding: 0 30px 0 30px;*/
	border: 4px solid rgba(0, 0, 0, 0);
	text-align: center;
	padding: 0px;
	width: 92%;
	/*height: 210px;*/
	
	background-color: rgba(0, 0, 0, 0.15);
	/*box-shadow: inset 0 0 0 7px rgba(240, 110, 51, 0.3);*/
}


@media only screen and (min-width:330px)
{
	.gallery_div_pictogram {
		float: left;
		margin: 3px; /*margin: 0 auto;*/
		/*padding: 0 30px 0 30px;*/
		border: 4px solid rgba(0, 0, 0, 0);
		text-align: center;
		padding: 0px;
		width: 45%;
		min-height: 250px;
		/*height: 210px;*/
		
		background-color: rgba(0, 0, 0, 0.15);
		/*box-shadow: inset 0 0 0 7px rgba(240, 110, 51, 0.3);*/
	}
}

@media only screen and (min-width:430px)
{
	.gallery_div_pictogram {
		float: left;
		margin: 3px; /*margin: 0 auto;*/
		/*padding: 0 30px 0 30px;*/
		border: 6px solid rgba(0, 0, 0, 0);
		text-align: center;
		padding: 0px;
		width: 28%;
		min-height: 250px;
		
		background-color: rgba(0, 0, 0, 0.15);
		/*box-shadow: inset 0 0 0 7px rgba(240, 110, 51, 0.3);*/
	}
}

/*---*/


DIV#sitemap_global {
	padding: 0;
	margin: 0;
	/*background-color: rgba(0, 0, 0, 0.0);*/
	padding: 0px 0 0 0px;
	line-height: 25px;
	
	/*box-shadow: inset 0 0 0 3px rgba(240, 110, 51, 0.1);*/
	}

DIV#sitemap_global LI {
	padding: 0 0 0 25px;
	margin: 0;
	list-style-type: none;
	background: url(li.png) no-repeat 0% 0%;
	/*background-color: rgba(248, 27, 27, 0.1);
	background-image: url(li.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;*/
	
	/*box-shadow: inset 0 0 0 1px rgba(138, 27, 248, 0.25);*/
	}

DIV#sitemap_global LI.last {
	background: url(li-last.png) no-repeat 0% 0%;
}

.site-category {
	line-height:15px;
	background-color: rgba(247, 120, 8, 0.3);
	padding: 2px;
	/*border: 1px solid #ccc;*/
	display: block;
	}
.site-category {
	line-height:14px;
	}

DIV#sitemap_global UL {
	padding: 0 0 0 25px;
	margin: 0 0 0 -25px;
	list-style-type: none;
	/*background-color: rgba(248, 27, 27, 0.18);*/
	background: url(ul.png) no-repeat 0% 0%;
	
	/*box-shadow: inset 0 0 0 1px rgba(138, 27, 248, 0.25);*/
	}

DIV#sitemap_global UL.none {
	background: none;
}

/*
.knot {     width: 1px;    height: 1px;    background-color: red;}
.knot.left {		position: relative;	left: 0%;}
.knot.center {	position: relative;	left: 50%;}
.knot.right {	position: relative;	left: 100%;}
*/

.xclose-button {
	z-index: 2000;
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 5px;
	top: 5px;
	background-image: url(../images/closebtn_bluegrey.png);
	background-size: 100% 100%;
	transition: all 1s ease;
}
.xclose-button:hover {
	background-image: url(../images/closebtn_orange.png);
	cursor: pointer;
	transition: all 0.2s ease;
}

.xclose-button_illustration {
	z-index: 800;
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 0px;
	background-image: url(../images/closebtn_up_down_grey.png);
	background-size: 100% 100%;
	opacity: 0.4;
	-webkit-filter: brightness(4);
	filter: brightness(4);
}
.xclose-button_illustration:hover {
	background-image: url(../images/closebtn_up_down_grey.png);
	cursor: pointer;
	opacity: 1.0;
}


.invisible_button {
	z-index: 2001;
	display: block;
	position: fixed;
	width: 20px;
	height: 20px;
	top: 0px;
	right: 0px;
	background-color: rgba(240,0,255,0.00)
}



/*--- HEADER START ---*/

.header-frame {
	z-index: 900;
	position: absolute;
	display: block;
	width: 100%;
	height: 150px;
	border: 0px solid #FF9C50;
	
	background-image: url(../images/pattern/diagonal_line_ultraslim.png); /*wavy_parallel_lines.png diagonal_line_ultraslim.png*/
	background-color: rgba(223,225,227,1.00);
}

.logo_autisme {
	/*z-index: 22;*/
	position: absolute;
	display: block;
	width: 130px;
	height: 130px;
	top: 10px;
	left: calc(50% - 65px);
	border: 0px none;
	background-image: url("../images/Logo_website01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.back_pannel_and_title {
	z-index: 43;
	position: absolute;
	/*display: inline-block;*/
	top: 105px;
	/*left: -200px;*/
	/*width: 400px;*/
	left: calc(50% - 0px);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	
	white-space: nowrap;
	border: solid rgba(255,0,214,0.0);
	font-size: 28px;
	text-align: center;
	color: rgba(3,23,120,1.00);
	/*background-color: aqua;*/
	text-decoration: none;
}

.back_pannel_and_title:hover .back_pannel {
	top: -110px;
	/*background-color: rgba(255,134,0,0.94);*/
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
	transition: 0.4s ease;
}

.back_pannel {
	z-index: 43;
	position: absolute;
	width: 110px;
	height: 110px;
	left: calc(50% - 55px);
	top: -161px;
	border-radius: 0px 0px 20px 20px;
	background-image: url(../images/back_pannel_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(255,134,0,0.65);
	
	-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
	transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
	transition: 1.4s ease;
}

.logo_icon_autisme {
	z-index: 42;
	position: absolute;
	width: 100px;
	height: 85px;
	left: calc(50% - 50px);
	top: 10px;
	background-image: url(../images/logo_icon_autisme_luxembourg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}


/*--- HEADER STOP ---*/



/*--- AIDER START ---*/

.aider {
	z-index: 1000;
	cursor: pointer;
	position: absolute;
	display: block;
	top: 3px;
	right: 0px;
	height: 46px;
	width: 80px;
	border-radius: 15px 0px 0px 15px;
	background-color: rgba(255,150,0,0.65);
	background-image: url(../images/icons/header_button_aider_off.png);
	/*background-size: contain;*/
	/*background-position: left 15px top;*/
	opacity: 0.75;
	background-position: left;
	background-repeat: no-repeat;
	transition: 1.0s ease;
	
	padding: 0px;
	font-family: OpenSans-Light, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	color: rgba(255,255,255,1.0);
	
	-webkit-backface-visibility: visible !important;	backface-visibility: visible !important;	-webkit-animation-name: flipinx-animation;	animation-name: flipinx-animation;	-webkit-animation-duration: 2s;	animation-duration: 2s;	-webkit-animation-fill-mode: both;	animation-fill-mode: both;
}
.aider:hover{
	display: block;
	right: 0px;
	width: 240px;
	background-image: url(../images/icons/header_button_aider_on.png);
	/*background-color: rgba(255,150,0,1.00);*/
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	opacity: 1.0;
	transition: 0.6s ease;
}

.aider_container {
	position: relative;
	margin: 0 20px 0 20px;
	
	background-image: url(../images/don-confiancex.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100px 100px;
}

@media only screen and (min-width:500px)
{
	.aider_container {
		position: relative;
		margin: 0 20px 0 20px;
		
		background-image: url(../images/don-confiance.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 100px 100px;
	}
}

@media only screen and (min-width:600px)
{
	.aider_container {
		position: relative;
		margin: 0 20px 0 20px;
		
		background-image: url(../images/don-confiance.png);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 200px 200px;
	}
}

.aider_newspaper_2_column {
	position: relative;
	/*height: 240px;*/
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}

@media only screen and (min-width:500px)
{
	.aider_newspaper_2_column {
		position: relative;
		/*height: 240px;*/
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
}

.aider_comptes {
	position: relative;
	margin: 10px 0 0 0;
}


/*---AIDER DON, DROPDOWN---*/
.dropdown_under_header_hide-don {
	z-index: 870;
	position: relative;
	margin: 0 auto;
	/*overflow: hidden;*/
	/*left: calc(50% - 350px);*/
	height: calc(50vh - 170px);
	max-width: 700px;
	background-color: rgba(255,255,255,0.94);
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	top: -600px;
	/*visibility: hidden;*/
	/*opacity: 0;*/
	transition: top 0.3s ease;
}
.dropdown_under_header_show-don {
	z-index: 870;
	position: relative;
	margin: 0 auto;
	overflow: auto;
	/*left: calc(50% - 350px);*/
	height: calc(100vh - 170px);
	max-width: 700px;
	background-color: rgba(255,255,255,0.94);
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	top: 150px;
	/*Visibility: visible;*/
	/*opacity: 1;*/
	transition: top 0.3s ease;
}

@media only screen and (min-width:500px)
{
	.dropdown_under_header_hide-don {
		z-index: 870;
		position: relative;
		margin: 0 auto;
		/*left: calc(50% - 350px);*/
		height: auto;
		max-width: 700px;
		background-color: rgba(255,255,255,0.94);
		border-radius: 0px 0px 15px 15px;
		box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
		top: -350px;
		/*visibility: hidden;*/
		/*opacity: 0;*/
		transition: top 0.3s ease;
	}
	.dropdown_under_header_show-don {
		z-index: 870;
		position: relative;
		margin: 0 auto;
		/*left: calc(50% - 350px);*/
		height: auto;
		max-width: 700px;
		background-color: rgba(255,255,255,0.94);
		border-radius: 0px 0px 15px 15px;
		box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
		top: 150px;
		/*Visibility: visible;*/
		/*opacity: 1;*/
		transition: top 0.3s ease;
	}
}
/*--- AIDER STOP ---*/


/*--- CONTACT START ---*/

.contact {
	z-index: 1005;
	position: absolute;
	display: block;
	width: 80px;
	height: 46px;
	left: 0px;
	top: 101px;
	border-radius: 0px 15px 15px 0px;
	opacity: 0.75;
	transition: 1.0s ease;
	/*background-color: rgba(0,36,255,0.2);*/
	background-image: url(../images/icons/header_button_contact_off.png);
	background-position: right;
	background-repeat: no-repeat;
	/*border-left: 2px dotted rgba(255,255,255,1.00);*/
	
	padding: 0 0 0 0;
	font-family: OpenSans-Light, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: left;
	color: rgba(255,255,255,1.0);
	
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipinx-animation;
	animation-name: flipinx-animation;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.contact:hover {
	cursor: pointer;
	background-image: url(../images/icons/header_button_contact_on.png);
	left: 0px;
	width: 260px;
	/*background-color: rgba(255,150,0,1.00);*/
	opacity: 1.0;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	transition: 1.0s ease;
}




/*---CONTACTFORM, DROPDOWN---*/
.dropdown_under_header_hide-contactform {
	z-index: 890;
	position: absolute;
	/*left: calc(50% - 150px);*/
	left: 5%;
	top: calc(-100% + 300px);
	height: calc(100% - 170px);
	width: 90%;
	background-color: rgba(255,255,255,1.00);
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	/*visibility: hidden;*/
	/*opacity: 0;*/
	transition: 0.3s ease;
}

.dropdown_under_header_show-contactform {
	z-index: 890;
	position: absolute;
	/*left: calc(50% - 150px);*/
	left: 5%;
	top: calc(0% + 150px);
	height: calc(100% - 170px);
	width: 90%;
	background-color: rgba(255,255,255,0.70);
	border-radius: 0px 0px 15px 15px;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	/*Visibility: visible;*/
	/*opacity: 1;*/
	transition: top 0.3s ease, background 3.0s ease 0s;
}

.contact_form_body {
	/*overflow: hidden;*/
	background-color: rgba(26,122,201,0.00);
}

.contact_form_div {
	width: 100%;
	height: 100vh;
	background-color: rgba(26,122,201,0.00);
}

.contact_form_p-label {
	margin: 0px 0 0px 0;
	padding: 10px 0 5px 0;
	font-size: 16px;
}

.contact_form_inputfield {
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgba(0,37,95,1.00);
	width: 95%;
	border: solid 1px rgba(255,150,0,1.00);
	background-color: rgba(255,255,255,0.80);
}

.contact_form_textarea {
	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgba(0,37,95,1.00);
	width: 95%;
	resize: none;
	
	min-height: calc(100vh - 165px);
	
	border: solid 1px rgba(255,150,0,1.00);
	background-color: rgba(255,255,255,0.80);
}

/*--- CONTACT STOP ---*/

/*--- EMAILMESSAGE BUTTON START ---*/
.emailmessage_button {
	z-index: 997;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 80px;
	height: 46px;
	left: 0px;
	top: 52px;
	background-image: url(../images/icons/header_button_emailmessage_off.png);
	background-position: right;
	border-radius: 0px 15px 15px 0px;
	opacity: 0.75;
	transition: 0.3s ease;
	
	-webkit-backface-visibility: visible !important;	backface-visibility: visible !important;	-webkit-animation-name: flipinx-animation;	animation-name: flipinx-animation;	-webkit-animation-duration: 2s;	animation-duration: 2s;	-webkit-animation-fill-mode: both;	animation-fill-mode: both;
}

.emailmessage_button:hover {
	cursor: pointer;
	background-image: url(../images/icons/header_button_emailmessage_on.png);
	opacity: 1.0;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	transition: 0.3s ease;
}
/*--- EMAILMESSAGE BUTTON STOP ---*/


/*--- PARTNER HEADER BUTTON START ---*/
.partner_button {
	z-index: 1005;
	position: absolute;
	display: block;
	width: 80px;
	height: 46px;
	left: 0px;
	top: 52px;
	border-radius: 0px 15px 15px 0px;
	opacity: 0.75;
	transition: 1.0s ease;
	/*background-color: rgba(0,36,255,0.2);*/
	background-image: url(../images/icons/header_button_partner_off.png);
	background-position: right;
	background-repeat: no-repeat;
	/*border-left: 2px dotted rgba(255,255,255,1.00);*/
	
	padding: 0 0 0 0;
	font-family: OpenSans-Light, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: left;
	color: rgba(255,255,255,1.0);
	
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipinx-animation;
	animation-name: flipinx-animation;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.partner_button:hover {
	cursor: pointer;
	background-image: url(../images/icons/header_button_partner_on.png);
	left: 0px;
	width: 220px;
	/*background-color: rgba(255,150,0,1.00);*/
	opacity: 1.0;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	transition: 1.0s ease;
}
/*--- PARTNER HEADER BUTTON STOP ---*/


/*--- MENU BUTTON START ---*/
.menu_button {
	z-index: 997;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 80px;
	height: 46px;
	left: 0px;
	top: 3px;
	background-image: url(../images/icons/header_button_menu_off.png);
	background-position: right;
	border-radius: 0px 15px 15px 0px;
	opacity: 0.75;
	transition: 0.3s ease;
	
	-webkit-backface-visibility: visible !important;	backface-visibility: visible !important;	-webkit-animation-name: flipinx-animation;	animation-name: flipinx-animation;	-webkit-animation-duration: 2s;	animation-duration: 2s;	-webkit-animation-fill-mode: both;	animation-fill-mode: both;
}
.menu_button:hover {
	cursor: pointer;
	background-image: url(../images/icons/header_button_menu_on.png);
	opacity: 1.0;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	transition: 0.3s ease;
}

.menu_button_inside-slider {
	/*z-index: 997;*/
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0px;
	top: 10px;
	background-image: url(../images/button_menu_back_a.png);
	background-position: left;
	border-radius: 20px 0px 0px 20px;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,1);
	opacity: 0.75;
	transition: 0.3s ease;
	
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipinx-animation;
	animation-name: flipinx-animation;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.menu_button_inside-slider:hover {
	cursor: pointer;
	right: 0px;
	background-image: url(../images/button_menu_back_a.png);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	opacity: 1.0;
	transition: 0.3s ease;
}

/*---*/

.menu_slider_div_hide {
	z-index: 1100;
	padding: 0px;
	margin: 0px;
    overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-image: url(../images/pattern/diagonal_line_ultraslim.png);
	position: absolute;
	left: -300px;
	width: 300px;
	height: calc(100% - 20px);
	transition: 1s ease;
}

.menu_slider_div_show {
	z-index: 1100;
	padding: 0px;
	margin: 0px;
    overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-image: url(../images/pattern/diagonal_line_ultraslim.png);
	position: absolute;
	left: 0px;
	width: 300px;
	height: calc(100% - 20px);
	transition: 1s ease;
}

/*---*/

.button_accordion {
    padding: 18px 0 18px 18px;
    background-color: #9dabc8; /*rgb(228, 228, 228);*/
	background-image: url(../images/pattern/diagonal_line_ultraslim_lighter.png);
    color: #ffffff; /*#2e2e2e;*/
    /*cursor: pointer;*/
    width: 100%;
	border-color: #5c7da3;
	border-width: 3px 0 0 0;
	border-style: solid;

	font-family: OpenSans-Light, Arial, Helvetica, sans-serif;
	font-size: 28px;
	/*font-weight: bold;*/
	text-align: left;
}

.panel_accordion_hide {
    padding: 0;
	background-color: white;
	max-height: 0px;
    overflow: hidden;
    transition: all 0.8s ease;
}

.panel_accordion_show {
    padding: 0;
	background-color: white;
	max-height: 1300px;
    overflow: hidden;
    transition: all 2s ease;
}

.pannel_sub {
	margin: 0;
	padding: 5px 0 5px 25px;
	background-color: #5c7da3; /*rgb(180, 180, 180);*/
	color: white;
	font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.pannel_page {
	margin: 0;
	padding: 8px 0 8px 30px;
	cursor: pointer;
	border-color: rgba(255,150,0,1);
	border-width: 1px 0 0 0;
	border-style: solid;
	background-color: #ffffff;

	font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	transition: 0.3s cubic-bezier(0.29, 0.02, 1, 0.24);
}

.pannel_page :link, :visited {
	color: #000000;
	text-decoration: none;
}

.pannel_page:hover, :link {
	background-color: rgba(255,150,0,1);
	color: #ffffff;
	text-decoration: none;
	transition: 0.1s ease, color 0s ease;
	/*font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;*/
}

.pannel_page:before {
	content: url(../images/icons/right_arrow.png);
	transition: 0.3s ease;
}

.pannel_page:hover:before {
	content: url(../images/icons/right_arrow_white.png);
	transition: 0.3s ease;
}

/*--- MENU BUTTON STOP ---*/

/*--- NEWS-BLOG BUTTON START ---*/
.news-blog_button {
	z-index: 997;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 80px;
	height: 46px;
	right: 0px;
	top: 52px;
	background-image: url(../images/icons/header_button_news-blog_off.png);
	background-position: left;
	border-radius: 15px 0px 0px 15px;
	opacity: 0.75;
	transition: 0.3s ease;
	
	-webkit-backface-visibility: visible !important;	backface-visibility: visible !important;	-webkit-animation-name: flipinx-animation;	animation-name: flipinx-animation;	-webkit-animation-duration: 2s;	animation-duration: 2s;	-webkit-animation-fill-mode: both;	animation-fill-mode: both;
}

.news-blog_button:hover {
	cursor: pointer;
	background-image: url(../images/icons/header_button_news-blog_on.png);
	opacity: 1.0;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	transition: 0.3s ease;
}
/*--- NEWS-BLOG BUTTON STOP ---*/

/*--- NEWS-BLOG.PHP START---*/

.news-float-right {
	padding:0;
	float:none;}

@media only screen and (min-width:430px) {
	.news-float-right	{
	padding:0 14px 0 0;
	float:right;}	}

/*--- NEWS-BLOG.PHP START---*/


/*--- MENU DE LA SEMAINE BUTTON START ---*/
.menu-semaine_button {
	z-index: 997;
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 80px;
	height: 46px;
	right: 0px;
	top: 101px;
	background-image: url(../images/icons/header_button_menusemaine_off.png);
	background-position: left;
	border-radius: 15px 0px 0px 15px;
	opacity: 0.75;
	transition: 0.3s ease;
	
	-webkit-backface-visibility: visible !important;	backface-visibility: visible !important;	-webkit-animation-name: flipinx-animation;	animation-name: flipinx-animation;	-webkit-animation-duration: 2s;	animation-duration: 2s;	-webkit-animation-fill-mode: both;	animation-fill-mode: both;
}

.menu-semaine_button:hover {
	cursor: pointer;
	background-image: url(../images/icons/header_button_menusemaine_on.png);
	opacity: 1.0;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,1);
	transition: 0.3s ease;
}
/*--- MENU DE LA SEMAINE BUTTON STOP ---*/




/*hours button START*/
.btn {
	cursor: pointer;
  background: #ffaf40;
  background-image: -webkit-linear-gradient(top, #ffaf40, #fa8723);
  background-image: -moz-linear-gradient(top, #ffaf40, #fa8723);
  background-image: -ms-linear-gradient(top, #ffaf40, #fa8723);
  background-image: -o-linear-gradient(top, #ffaf40, #fa8723);
  background-image: linear-gradient(to bottom, #ffaf40, #fa8723);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 11px 6px 11px;
  text-decoration: none;
}

.btn:hover {
cursor: pointer;
  background: #ff9924;
  background-image: -webkit-linear-gradient(top, #ff9924, #c25808);
  background-image: -moz-linear-gradient(top, #ff9924, #c25808);
  background-image: -ms-linear-gradient(top, #ff9924, #c25808);
  background-image: -o-linear-gradient(top, #ff9924, #c25808);
  background-image: linear-gradient(to bottom, #ff9924, #c25808);
  text-decoration: none;
}

.btn_clock {	cursor: zoom-in;	transition: 0.6s ease;
	background-image: url(../images/icons/btn_hours_clock_off.gif);	background-position: left;
	-webkit-border-radius: 8;	-moz-border-radius: 8;	border-radius: 8px;
	overflow: hidden;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 11px 6px 45px;
	text-decoration: none;
}
.btn_clock:hover {	background-image: url(../images/icons/btn_hours_clock_on.gif);	text-decoration: none; color:#ff9b32;	transition: 0.6s ease;}

.btn_map {	cursor: zoom-in;	transition: 0.6s ease;
	background-image: url(../images/icons/btn_map_off.gif);	background-position: left;
	-webkit-border-radius: 8;	-moz-border-radius: 8;	border-radius: 8px;
	overflow: hidden;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 11px 6px 45px;
	text-decoration: none;
}
.btn_map:hover {	background-image: url(../images/icons/btn_map_on.gif);	text-decoration: none; color:#ff9b32;	transition: 0.6s ease;}

.open_hours_div_show {
	z-index: 20;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	background-color:none;
	height: 185px;
	width: 300px;
	transition: 1s ease;
}

.open_hours_div_hide {
	z-index: 20;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	background-color:none;
	height: 0px;
	width: 300px;
	transition: 1s ease;
}

@media only screen and (min-width:460px)
{
	.open_hours_div_show {
	z-index: 20;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	background-color:none;
	height: 185px;
	width: 80%;
	transition: 1s ease;
	}
	.open_hours_div_hide {
	z-index: 20;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	background-color:none;
	height: 0px;
	width: 80%;
	transition: 1s ease;
	}
}
/*hours button STOP*/




/*.content_f1-1-scroll:hover {
	box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}*/


/* GOOGLE MAPS Contact page START*/

.googlemaps_div {
	overflow:hidden; height:300px; width:100%; transition: 1s ease;
}
.googlemaps_div_hide {
	overflow:hidden; height:0px; width:100%; transition: 1s ease;
}
.googlemaps-canvas {
	height:321px; width:100%; transition: 1s ease;
}

@media only screen and (min-width:460px)
{
	.googlemaps_div {
		overflow:hidden; height:350px; width:100%; transition: 1s ease;
	}
	.googlemaps_div_hide {
	overflow:hidden; height:0px; width:100%; transition: 1s ease;
	}
	.googlemaps-canvas {
		height:430px; width:100%; transition: 1s ease;
	}
}

/* GOOGLE MAPS Contact page STOP*/




/*--- CONTENT START ---*/

.content_page_frame_max-width	{
	position: relative;
	/*height: 800px;*/
	overflow: auto; /*Specifies automatically what happens if content overflows an element's box*/
	max-width: 700px;
	background-color: rgba(255,255,255,0.60);
}

.content_f1-1-scroll {
	z-index: 16;
	position: absolute;
	overflow: auto;
	
	height: calc(100% - 170px);
	top: 150px;
	left: 0%;
	width: 100%;
	
	background-image: url(../images/pattern/diagonal_line_ultrabold.png); /*wavy_parallel_lines.png diagonal_line_ultraslim*/
	/*background-position: center;
	background-size: cover;*/
}


/*content with illustration normal-state*/
.content_f1-1-scroll_illustration_overtake {
	z-index: 16;
	position: absolute;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; /*Safari Apple scroll probleme solved*/
	
	height: calc(100% - 170px);
	top: calc(0% + 150px);
	left: 0%;
	width: 100%;

	background-image: url(../images/pattern/diagonal_line_ultrabold.png);
	/*background-position: center;
	background-size: cover;*/
	transition: 1s ease;
}
/*content with illustration overtake-state*/
.content_f1-1-scroll_illustration {
	z-index: 16;
	position: absolute;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch; /*Safari Apple scroll probleme solved*/
	
	height: calc(69% - 83px);
	top: calc(31% + 65px);
	left: 0%;
	width: 100%;
	
	background-image: url(../images/pattern/diagonal_line_ultrabold.png); /*wavy_parallel_lines.png diagonal_line_ultraslim*/
	/*background-position: center;
	background-size: cover;*/
	transition: 1s ease;
}

@media only screen and (min-width:570px)
{

}




/*skyline illustration normal-state*/
.skyline_illustration {
	position: absolute;
	height: calc(31% - 84px);
	top: 150px;
	width: 100%;
	background-color: rgba(56,205,156,0.00);
	background-position: center;
	background-size: cover;
	transition: 1.0s ease;
}
/*skyline illustration shrink-state*/
.skyline_illustration_shrink {
	position: absolute;
	height: calc(0% - 0px);
	top: 150px;
	width: 100%;
	background-color: rgba(195,229,218,0.00);
	background-position: center;
	background-size: cover;
	transition: 1.0s ease;
}

@media only screen and (min-width:570px)
{

}


/*--- ---*/

.content_f1-1 {
	z-index: 16;
	position: absolute;
	
	height: calc(100% - 170px);
	top: 150px;
	left: 0%;
	width: 100%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 0 0 5px rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}

.content_f1-1:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

/*--- ---*/

.content_f1-2:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f1-2 {
	z-index: 16;
	position: absolute;

	height: calc(100% - 170px);
	top: 150px;
	left: 0%;
	width: 50%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}

.content_f1-2:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f2-2 {
	z-index: 16;
	position: absolute;

	height: calc(100% - 170px);
	top: 150px;
	left: 50%;
	width: 50%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}

.content_f2-2:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

/*--- ---*/

.content_f1-3 {
	z-index: 16;
	position: absolute;

	height: calc(100% - 170px);
	top: 150px;
	left: 0%;
	width: 33%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}

.content_f1-3:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f2-3 {
	z-index: 16;
	position: absolute;
	
	height: calc(100% - 170px);
	top: 150px;
	left: 33%;
	width: 33%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f2-3:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f3-3 {
	z-index: 16;
	position: absolute;
	
	height: calc(100% - 170px);
	top: 150px;
	left: 66%;
	width: 34%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f3-3:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

/*--- ---*/

.content_f1-4 {
	z-index: 16;
	position: absolute;
	
	height: calc(100% - 170px);
	top: 150px;
	left: 0%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f1-4:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f2-4 {
	z-index: 16;
	position: absolute;
	
	height: calc(100% - 170px);
	top: 150px;
	left: 25%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f2-4:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f3-4 {
	z-index: 16;
	position: absolute;
	
	height: calc(100% - 170px);
	top: 150px;
	left: 50%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f3-4:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f4-4 {
	z-index: 16;
	position: absolute;
	
	height: calc(100% - 170px);
	top: 150px;
	left: 75%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f4-4:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

/*--- ---*/

.content_f1-4_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px;
	left: 0%;
	width: 50%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f1-4_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f2-4_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px;
	left: 50%;
	width: 50%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f2-4_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f3-4_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 0%;
	width: 50%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f3-4_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f4-4_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 50%;
	width: 50%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f4-4_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

/*--- ---*/

.content_f1-6_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px;
	left: 0%;
	width: 33%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f1-6_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f2-6_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px;
	left: 33%;
	width: 33%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f2-6_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f3-6_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px;
	left: 66%;
	width: 34%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f3-6_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f4-6_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 0%;
	width: 33%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f4-6_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f4-6_2row_semi {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 16.6%;
	width: 33%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f4-6_2row_semi:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f5-6_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 33%;
	width: 33%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f5-6_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f5-6_2row_semi {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 49.4%;
	width: 33%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f5-6_2row_semi:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f6-6_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 66%;
	width: 34%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f6-6_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

/*--- ---*/

.content_f1-8_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 0%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f1-8_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f2-8_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px;
	left: 25%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f2-8_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f3-8_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px;
	left: 50%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f3-8_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f4-8_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px;
	left: 75%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f4-8_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f5-8_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 0%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f5-8_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f6-8_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 25%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f6-8_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f7-8_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 50%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f7-8_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f8-8_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 75%;
	width: 25%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f8-8_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

/*--- ---*/

.content_f1-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 0%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f1-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f2-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 20%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f2-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f3-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 40%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f3-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f4-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 60%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f4-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f5-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 80%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f5-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f6-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 0%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f6-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f7-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 20%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f7-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f8-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 40%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f8-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f9-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 60%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f9-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f10-10_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 80%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f10-10_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

/*--- ---*/

.content_f1-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 0%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f1-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f2-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 20%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f2-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f3-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 40%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f3-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f4-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 60%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f4-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f5-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: 150px; /*top: calc(50% + 65px);*/
	left: 80%;
	width: 20%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f5-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f6-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 0%;
	width: 16.6%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f6-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f7-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 16.6%;
	width: 16.6%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f7-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f8-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 33.2%;
	width: 16.6%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f8-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f9-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 49.8%;
	width: 16.6%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f9-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f10-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 66.4%;
	width: 16.6%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f10-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}

.content_f11-11_2row {
	z-index: 16;
	position: absolute;
	
	height: calc(50% - 85px);
	top: calc(50% + 65px);
	left: 83%;
	width: 16%;
	
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	filter: sepia(100%) hue-rotate(175deg);
}
.content_f11-11_2row:hover {
	/*box-shadow: inset 0 80px 0 0px rgba(255,255,255,0.4);*/
	transition: 0.3s ease;
	filter: sepia(0%) hue-rotate(0deg);
}



/*--- ---*/

.partner_box {
	z-index: 17;
	position: absolute;
	
	height: 100px;
	width: 55%;
	bottom: 20px;
	left: 22%;
	
	border-radius: 15px 15px 0px 0px;
	border-top:1px solid rgba(255,255,255,1.0);
	border-right:1px solid rgba(255,255,255,1.0);
	border-bottom:0px solid rgba(255,255,255,1.0);
	border-left:1px solid rgba(255,255,255,1.0);
	
	background-color: rgba(10,10,10,0.6);
	background-position: center;
	background-size: cover;
	/*box-shadow: inset 0 80px 0 0 rgba(33,38,53,0.20);*/
	transition: 1s ease;
	/* filter: sepia(100%) hue-rotate(175deg); */
}
.partner_box:hover {
	background-color: rgba(255, 119, 0, 0.85);
}
.content_titel_partner_box {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	display: block;
	/*background-color: rgba(0,0,0,0.36);*/
	/* background-image: url(../images/content_titel_text_background.png); */
	background-position: left;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	text-shadow: 2px 1px 6px rgba(150, 150, 150, 1.0);
	
	/*white-space: nowrap;*/
	font-family: OpenSans-Light, Arial, Helvetica, sans-serif;
	font-size: 2.9vw;
	/*font-size: 28px;*/
	text-align: center;
	color: rgba(255,255,255,1.0);
}
.partner-div_logo_float {
	z-index: 20;
	position: relative;
	float: right;	margin: 0px 0px 5px 5px;
	height: auto;	width: 90px;
}
	@media only screen and (min-width:500px)
	{
		.partner_box {
			height: 120px;
			width: 29%;
			bottom: 20px;
			left: 35%;
		}
		.content_titel_partner_box {
			margin: 0px;
			padding: 10px 0px 5px 0px;
			display: block;
			font-size: 1.8vw;
		}
		.partner-div_logo_float {
			width: 130px;
		}
	}

	@media only screen and (min-width:1200px)
	{
		.partner_box {
		height: 130px;
		width: 14%;
		bottom: 20px;
		left: 43%;
		}
		.content_titel_partner_box {
		margin: 0px;
		padding: 10px 0px 5px 0px;
		display: block;
		font-size: 1.1vw;
	}
	}




/*--- ---*/


.content_titel_text {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	display: block;
	/*background-color: rgba(0,0,0,0.36);*/
	background-image: url(../images/content_titel_text_background.png);
	background-position: left;
	background-size: 100% 100%;
	background-repeat: repeat-x;
	text-shadow: 2px 1px 6px rgba(150, 150, 150, 1.0);
	
	/*white-space: nowrap;*/
	font-family: OpenSans-Light, Arial, Helvetica, sans-serif;
	font-size: 3vw;
	/*font-size: 28px;*/
	text-align: center;
	color: rgba(255,255,255,1.0);
}

/*--- ---*/




/*--- CONTENT STOP ---*/


/*--- FOOTER CONTENT START ---*/

.footer-frame {
	z-index: 900;
	position: absolute;
	display: block;
	width: 100%;
	height: 18px;
	bottom: 0px;
	background-color: rgba(223,225,227,0.5);
    border-top: 1px solid rgba(38,62,126,1.00);
	
	margin: 0px;
	font-family: OpenSans-Light, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: none;
}

@media only screen and (min-width:500px)
{
	.footer-frame {
		z-index: 900;
		position: absolute;
		display: block;
		width: 100%;
		height: 20px;
		bottom: 0px;
		background-color: rgba(223,225,227,0.5);
		border-top: 1px solid rgba(38,62,126,1.00);
		
		margin: 0px;
		font-family: OpenSans-Light, Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align: center;
		color: none;
	}
}

/*--- FOOTER CONTENT STOP ---*/


/*--- POPUP START ---*/
.popup-background	{
	z-index:-9;
	display:block;
	position:absolute;
	Top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color:rgba(0, 0, 0, 0.55);
	/*background-image:url('./images/');*/

	transition: 0.5s ease; 
	-o-transition: 0.5s ease; 
	-moz-transition: 0.5s ease; 
	-webkit-transition: 0.5s ease;

	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	/*-webkit-animation-name: popup_hide;
	animation-name: popup_hide;*/
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.popup-frame	{
	position:absolute;
	margin:0;
	padding:1.5%;
	top:50%;
	left:50%;
	width:85%;
	height:auto;
	background-color:rgba(249, 248, 244, 1);
	/*background-image: url(../images/news-blog/ing_solidarity_awards_2017.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position: center;*/
	transform: translate(-50%, -50%);
	box-shadow: 1px 1px 3px darkgrey, 0 0 40px darkgrey, 0 0 100px black;
	
	transition: all 2s ease; 
	-o-transition: all 2s ease; 
	-moz-transition: all 2s ease; 
	-webkit-transition: all 2s ease;
}

@media only screen and (min-width:500px)
{
.popup-frame	{
	width:75%;
}	}

@media only screen and (min-width:1190px)
{
.popup-frame	{
	width:40%;
}	}

@keyframes popup_show {
	0%	{
	opacity:0.0; z-index:5000; display:block;
	transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out;
	}

	100% {
	opacity:1.0; z-index: 5000; display:block;
}}
  
@keyframes popup_hide {
	0%	{
	opacity:1.0; z-index:5000;
	transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out;
	}

	99% {opacity:0.0;}
	100% {
	z-index: -9; display: none;
}}

@keyframes popup_closed {
	0%	{	opacity:0.0; z-index:-9; display: none;	transition-timing-function: ease-out; -webkit-transition-timing-function: ease-out;	}
	100% {	opacity:0.0; z-index: -9; display: none;	}}

/*--- POPUP STOP ---*/

/*.global-content-frame {
	z-index: 15;
	position: absolute;
	display: block;
	top: 160px;
	left: 0px;
	width: 100%;
	height: calc(100% - 150px);
	border: 0px solid #FF7915;
	background-color: #95AAC7;
}*/

/*.image-button {
	float: left;
	z-index: 16;
	position: relative;
	display: block;
	
	height: 100%;
	border: 2px solid #D4FFAD;
	background-color: #609C9E;
}*/

