@charset "utf-8";

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap; 
	src: local(''),
		 url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'),
		 url('../fonts/open-sans-v18-latin-regular.woff') format('woff');
  }
  /* open-sans-600 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap; 
	src: local(''),
		 url('../fonts/open-sans-v18-latin-600.woff2') format('woff2'),
		 url('../fonts/open-sans-v18-latin-600.woff') format('woff');
  }
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap; 
	src: local(''),
		 url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'),
		 url('../fonts/open-sans-v18-latin-700.woff') format('woff');

  }
/*-------------General Style---------------------------------------*/
html {
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	height: 100%;
}
body {
	hyphens: auto;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	height: 100%;
	background:#2A2A2E;
	color: #505050;
	font-family: "Open Sans", sans-serif;
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/*--------------Typography--------------------------------------*/
p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px;
	font-weight: normal;
	color: #5e646a;
	hyphens: auto;
	text-align: justify;
}

p b, p strong {
	font-weight:600;
}

p a {
	font-weight:600;
}

h1,h2,h3,h4 {
	hyphens: manual;
	text-align: left;
}

h1 span,h2 span,h3 span,h4 span {
	text-transform: none;
}

h1,h2{
	text-transform: uppercase;
}
h1 {
	font-size: 42px;
    line-height: 48px;
	font-weight: 800;
	margin: 0 0 20px;
}

h2,h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #505050;
	font-weight: 600;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	z-index: 3;
}

h4 {
	font-size: 18px;
	color: #505050;
	font-weight: 600;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	z-index: 3;
}

blockquote {
	text-align: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 15px solid #eee;
	position: relative;
	font-style: italic;
}

.blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 15px solid #eee;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}

.widerspruch {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 15px solid #eee;
	position: relative;
	color: #666;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}

.bold-title {
	margin: 15px 0;
	font-size: 24px;
	text-align: left;
	font-weight: 600;
}
/* ---------Page preload--------------------------------------*/
.loader2 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	bottom:0;
	overflow:hidden;
	z-index:100;
    background: #2D2D32;
	 -webkit-transform: translate3d(0,0,0);
}
.page-load {
	position:fixed;
	top:90px;
	left:90px;
	right:0;
	bottom:0;
	z-index:19;
	display:none;
	 -webkit-transform: translate3d(0,0,0);
}
.page-load_bg , .page-load_bg2 {
	position:absolute;
	right:100%;
	left:0;
	bottom:0;
	top:0;
 	background: #2D2D32;
	z-index:3;
	overflow:hidden;
}
.page-load_bg2 {
	z-index:2;
	background:#35353A;

}
/*--------------General--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
.container {
	max-width: 1224px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.full-height {
	height: 100%;
}
#wrapper {
	position: absolute;
	top: 0px;
	left: 90px;
	right: 0;
	bottom: 0;
	z-index: 3;
	background:#2A2A2E;
}
.content-holder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.respimg {
	width: 100%;
	height: auto;
}
.respimg img {
	width: 100%;
	height:auto;
}
.respimg p, .swiper-wrapper p {
	padding: 0;
}


.hidden-item {
	overflow:hidden;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.gs {
	filter: grayscale(0.5);
	}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(45,45,50,0.3);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 90%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 90%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	z-index: 3;
}

.video-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/overlay-pattern.png) repeat;
    z-index: 2;
}

.grid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: transparent;
    background-image: linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    height: 100%;
    background-size: 50px 50px;
}

/* ------header------------------------------------------------------------ */
header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 20;
}
.left-panel {
	position:fixed;
	top:90px;
	left:0;
	width:90px;
	bottom:0;
	z-index:19;
    background: white;
}
.left-panel_group {
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-20px;
	width:40px;
}
.left-panel_group a {
	display: inline-block;
	box-sizing:border-box;
	opacity: 0.3!important;
	filter: grayscale(1);
	margin-bottom: 5px;
	width: 40px;
}

.left-panel_group a:hover {
	filter: grayscale(0);
	opacity: 1!important;
}

.left-panel_group a:before , .nav-group a:before {
	content:'';
	position:absolute;
	left:0;
	width:0;
	height:100%;
	top:0;
	background:rgba(255, 255, 255, 0.08);
	z-index:1;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.left-panel_group a:hover:before , .nav-group a:hover:before {
	width:100%;
	height: 100%;
}

.header-logo {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header-logo img {
    float: left;
    width: auto;
    height: 90px;
}

.mini-logo img {
    width: auto;
	padding: 0 5px 2px 2px;
}

.nav-button-wrap {
    width: 90px;
    position: absolute;
    top: 130px;
}
.nav-button-wrap:before {
	content:'';
	position:absolute;
	left:-70px;
	width:40px;
	height:1px;
	top:14px;
}
.nav-button {
	width: 35px;
	height: 50px;
	display:inline-block;
	cursor: pointer;
	position: relative;
}
.nav-button span {
	width: 100%;
	float: left;
	margin-bottom: 6px;
	height: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-button .ncs {
	width: 70%;
}
.nav-button .nbs,
.nav-button.cmenu:hover .nbs {
	width: 0;
}
.nav-button:hover .ncs,
.nav-button:hover .nbs {
	width: 100%;
}
.nav-button.cmenu .nos {
	-webkit-transform: rotate(-45deg) scale(0.8);
	transform: rotate(-45deg) scale(0.8);
	margin-bottom: 0;
	top: 8px;
}
.nav-button.cmenu .ncs {
	-webkit-transform: rotate(45deg) scale(0.8);
	transform: rotate(45deg) scale(0.8);
	margin-bottom: 0;
	top: 6px;
	width: 100%;
}
.nav-button:hover .menu-button-text {
	color: #fff;
}
.menu-button-text {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-button.cmenu .menu-button-text {
	margin-top: 16px;
}
/*------ navigation  ------------------------------------------------*/
.nav-holder {
	position:fixed !important;
	top:0px;
	left:-590px;
	width:350px;
	margin-left:90px;
	bottom:0;
	background: #262627;
	overflow:auto;
	z-index:105;
    -webkit-transform: translate3d(0, 0, 0) !important;
}
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index:103;
    width: 100%;
    background: rgba(37, 36, 37, 0.71);
	display:none;
	overflow:hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.element {
	width:50px;
	height:50px;
	border-radius: 50%;
	will-change: transform;
	border:1px solid  rgba(255,255,255,0.55);
	background:rgba(255,255,255,0.051);
}
.element:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00d";
	color:#fff;
	position:relative;
	top:14px;
	font-size:20px;
	font-weight:300;
}
.nav-scroll-bar-wrap {
	overflow:hidden;
	position:absolute;
	left:0;
	right:0;
	bottom:70px;
	top:0;
	padding:80px 40px 100px 50px;
}
nav.nav-inner {
	float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 20;
}
.sliding-menu ul {
	margin: 0;
	float: left;
	width: 100%;
	overflow: hidden;
}
.sliding-menu li {
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
.sliding-menu a {
	float: left;
	padding: 0 0 0 20px;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-weight: 600;
	font-size: 12px;
	text-align: left;
	color: rgba(255, 255, 255, 0.55);
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index:2;
}
.sliding-menu a:hover {
	color:#fff;
}
.sliding-menu a i {
	float: left;
	width: 35px;
	color: #74829C;
	position: relative;
	top: 3px;
}
.sliding-menu a.back:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f104';
	color: #fff;
}
.submen-dec:before {
	font-family: Font Awesome\ 5 Pro;
	content: '\f067';
	position: absolute;
	right: 0;
	width: 10px;
	height: 10px;
	top: 14px;
	font-size:9px;
	color:rgba(255, 255, 255, 0.371);
	z-index: 20;
}
.nav-language {
    position: absolute;
    background: #35353A;
    padding: 15px 20px;
    z-index: 20;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
	height: 44px;
}
.nav-language a {
    float: right;
    margin: 0 0 0 10px;
	font-size: 14px;
}

.nav-language span {
    float: left;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    letter-spacing: 2px;
}

.nav-language a.act-lang {
	color:#fff;
}
.nav-group {
	position:absolute;
	height:70px;
	width:100%;
	left:0;
	bottom:0;
    background: #2D2D32;
	padding:0 20px 0 20px;
}
.nav-group_title {
	float:left;
    top: 27px;
	margin-right:20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.51);
    letter-spacing: 2px;
}
.nav-group a{
    width: 35px;
    margin-left: 5px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
	display: inline-block;
    position: relative;
    float: right;
    top: 15px;
	opacity: 0.5;	
}

/* ------Column------------------------------------------------------------ */
.column-wrap {
	float:right;
	width:60%;
	position:relative;
 	min-height: 100vh;
	background:#f8f8f8;
	z-index:1;
}
.column-wrap.reverse {
	float:left;
}
.column-wrap-container {
	padding:0 0 100px;
	min-height: 100vh;
}
.column-wrap-container .container {
	max-width:824px;
}
.column-wrap-media {
	margin-bottom:50px;
}
.column-wrap-media_btn {
	position:absolute;
	bottom:-20px;
	right:50px;
	z-index:2;
	height:50px;
	line-height:50px;
	padding:0 80px 0 40px;
	color:#fff;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.column-wrap-media_btn i {
	position:absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	line-height:50px;
	background: #2D2D32;
}
.column-wrap-media_btn:hover {
	padding:0 90px 0 40px;
}
.section-separator {
	display: flex;
	margin:0 auto 10px;
	max-width: 824px;
	width: 80%;
	height:1px;
	position:relative;
	background:#ddd;
}
.fixed-column-wrap {
    position: absolute;
    top: 0;
	left: 0;
	width: 40%;
	background:#292929;
	z-index:2;
}
.fixed-column-wrap.reverse {
	right: 0!important;
	left: auto;
}
.fixed-column-wrap-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.fixed-column-wrap_title {
	position:absolute;
	bottom:140px;
	left:50px;
	right:50px;
	z-index:21;
	text-align: right;
	transition: all 0.3s;
	hyphens: manual;
}

.fixed-column-wrap_title.expand {
	bottom:300px;
}

.fixed-column-wrap_title h1 {
	color: #fff;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    line-height: 48px;
}
.fixed-column-wrap_title p {
	color:rgba(255,255,255,0.61);
	hyphens: none;
	text-align: left;
}
.progress-bar-wrap {
	position:absolute;
	bottom:-90px;
	left:70px;
	right:0;
	height:70px;
	z-index:20;
    background: #2D2D32;
	padding:0 30px;
}
.progress-bar-wrap:before {
	content:'';
	position:absolute;
	top:50%;
	left:30px;
	right:30px;
	height:1px;
	background:rgba(255,255,255,0.11);
	z-index:1;
}
.progress-bar-wrap:after {
    content: '';
    position: absolute;
    width: 30%;
    right: 20px;
    top: 15px;
	bottom:15px;
	background: rgba(255, 255, 255, 0.04);
	display: none;
}
.progress-bar {
    position:relative;
    height: 1px;
    width: 0%;
	z-index: 2;
	top:35px;
	background:rgba(255,255,255,0.55);
}
.scroll-nav-wrap {
	position:absolute;
	top:0;
	left:-70px;
	z-index:111;
	padding:20px 0 90px;
	width:70px;
}
.carnival{
	position:relative;
	left:-44px;
	height:120px;
	width:90px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	padding:20px 0;
	letter-spacing:2px;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
}
.snw-dec {
	position:absolute;
	bottom:0;
	width:70px;
	height:70px;
	left: -70px;
	line-height:70px;
	background: #2A2A2E;
}
.snw-dec .mousey {
	top:20px;
	left:24px;
	position:relative;
}
/*------ home------------------------------------------------*/
.ms_title-wrap {
	position:absolute;
	z-index:20;
	left:10%;
	top:38%;
}
.ms_title-wrap h2 {
	color:#fff;
	font-size:65px;
	text-transform:uppercase;
	font-weight:600;
	text-align:left;
	line-height:70px;
	padding-bottom:20px;
}
.ms_title-wrap p {
	color:rgba(255,255,255,0.81);
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.multi-slideshow-wrap_1 {
	position:absolute;
	left:0;
	width:60%;
	top:0;
	bottom:0;
	overflow:hidden;
	z-index:1;
	padding:0 4px 0 0;
}
.multi-slideshow-wrap_1.multi-slideshow-wrap_fs {
	width:100%;
	padding:0;
}
.multi-slideshow-wrap_2 {
	position:absolute;
	right:0;
	width:40%;
	padding:0;
	bottom:0;
	top: calc(50% + 2px);
	overflow:hidden;
	z-index:1;
}
.multi-slideshow-wrap_3 {
	position:absolute;
	z-index:3;
	width:40%;
	height: calc(50% - 2px);
	right:0;
	top:0;
	overflow:hidden;
	padding:0 0 0 0;
}
.kenburns .bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.ms-container .swiper-slide-active .kenburns .bg , .ms-container .swiper-slide-duplicate-active .kenburns .bg {
  -webkit-transition: all 6.5s linear;
  transition: all 6.5s linear;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.hero-title {
	z-index:20;
	top:10%;
}
.first-tile_load {
	opacity:0;
}
.hero-canvas-wrap {
	position:absolute;
	left:90px;
	top:90px;
	width:60%;
	bottom:90px;
	z-index:1;
}
.hero-canvas-wrap.fs-canvas {
	bottom:0;
	top:60px;
	width:15%;
}
.hero-canvas-wrap.fh-canvas {
	width:inherit;
	right:0;
	top:0;
	left:0;
	bottom:0;
}
.hero-canvas-wrap.inner-canvas {
	left:90px;
	top:90px;
	width: inherit;
	bottom:90px;
	right:90px;
	z-index:1;
}
.hero-canvas-wrap.fh-canvas  .inner-canvas{
	width:inherit;
	right:0;
	top:0;
	left:0;
	bottom:0;
}
.hero-canvas-wrap:before {
	content:'';
	position:absolute;
	left:-25px;
	width:50px;
	height:50px;
	top:-25px;
	border-left:1px solid rgba(255,255,255,0.11);
	border-top:1px solid rgba(255,255,255,0.11);
}
.hero-canvas-wrap:after {
	content:'';
	position:absolute;
	left:-25px;
	width:50px;
	height:50px;
	bottom:35px;
	border-left:1px solid rgba(255,255,255,0.11);
	border-bottom:1px solid rgba(255,255,255,0.11);
}
.footer-canvas {
	position:absolute;
	overflow:hidden;
	right:20px;
	width:40%;
	bottom:0;
	top:30%;
	z-index:-1;
	opacity:0.5;
}
.dots {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.impulse-wrap {
	position: absolute;
	top: 0;
	left: 30%;
	right:0;
	height: 100%;
	z-index: 1;
	-webkit-perspective: 1000;
}
.impulse-wrap .section-entry {
	-webkit-transform: translateZ(40px);
	transform: translateZ(40px);
}
.mm-parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform-style: preserve-3d;
}
.hero-slider-wrap_halftwo {
	position:absolute;
	right:0;
	left:30%;
	height:100%;
	bottom:0;
	z-index:2;
}
.hero-slider-wrap {
	z-index:3;
}
.half-hero-wrap {
    position: absolute;
    left: 15%;
    z-index: 10;
    top: 29%;
}
.half-hero-wrap h1:before {
	content:'';
	position:absolute;
	left:0;
	top:-60px;
	height:2px;
	width:50px;
}
.half-hero-wrap h1 {
    color: #fff;
	text-transform:uppercase;
    font-size: 55px;
    text-align: left;
    font-weight: 700;
    line-height: 70px;
    padding-bottom: 20px;
    position: relative;
}
.half-hero-wrap h4 {
    text-align: left;
    font-size: 14px;
    float: left;
	max-width:550px;
    color: rgba(255, 255, 255, 0.71);
    font-weight: 500;
}
.rotate_text {
    color: #999;
    font-weight: 700;
    font-size: 14px;
	text-transform:uppercase;
    position: absolute;
    left: -40px;
	top:-23px;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(-90deg) translateY(-20px) translateX(-webkit-calc(-100% - 40px));
    transform: rotate(-90deg) translateY(-20px) translateX(calc(-100% - 40px));
}
.half-hero-wrap_link {
	float:left;
	color:#fff;
    font-size: 20px;
    font-weight: 500;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-top:0px;
}
.half-hero-wrap_link:hover {
	color:rgba(255,255,255,0.6);
}
.half-hero-wrap_link i {
	padding-left:12px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.half-hero-wrap_link:hover i{
	padding-left:20px;
}
.swiper-container {width:100%;height:100%;margin:0 auto;}  .slider-wrap .swiper-slide , .center-carousel .swiper-slide , .fs-gallery-wrap .swiper-slide , .portfolio-wrap .swiper-slide{   position:relative; width: auto;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.slider-wrap  , .portfolio-wrap  , .hero-slider-img .swiper-slide {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.slider-wrap.homecarousel , .center-carousel{
	height:100%;
}
.slider-wrap.homecarousel .swiper-slide{
	padding:0 0 0 0;
}
.slider-wrap.homecarousel.hompad  .swiper-container , .portfolio-wrap.hompad .swiper-container{
	padding-right:20px;
}
.slider-wrap .swiper-slide img, .swiper-slide span, .fw-carousel  .swiper-slide img   {
	width: auto!important;
	height:100% !important;
	position:relative;
	z-index:1;
}
.slider-wrap .swiper-slide   , .fw-carousel  .swiper-slide    {
 	width: auto!important;
	height:100% !important;
	display:inherit !important;
}
.frbg {
	position: relative;
	float:left;
	width:100%;
	height:calc(100vh - 80px);
	overflow:hidden;
	padding-bottom:90px; 
}
.tittle-slide {
	width:500px;
	float:left;
	padding-top:20px;
	padding-left:70px;
}
.tittle-slide h2 {
	color:rgba(255,255,255,0.71);
	font-size:34px;
	font-weight:bold;
	text-align:left;
}
.show-case-slider-wrap {
	height:600px;
}

.mini-slider {
	height:300px;
}

.fsc-holder {
	padding-bottom:70px;
}
.fw-carousel-wrap {
	z-index:21;
}
.hlaf-slider-pag {
	width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
}
.hlaf-slider-pag .swiper-pagination-bullet {
    width:50px;
    height:20px;
    display:block;
	float:left;
	margin-bottom:10px;
	line-height:20px;
    border-radius:0;
    background:none;
	overflow:hidden;
    opacity:0;
	top:-10px;
	position:relative;
	color:rgba(255,255,255,0)
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:before {
	content:'';
	position:absolute;
	left:0;
	height:1px;
	top:50%;
	background:#fff;
	width:0;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active:before , .hero-slider-wrap_pagination  .swiper-pagination-bullet:hover:before {
	width:20px;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet:after {
	content:'01';
	position:absolute;
	left:30px;
	right:0;
	bottom:0;
	top:0;
	line-height:20px;
	color:#fff;
	font-size:18px;
	font-weight: 500;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
	opacity:0.7;
}
.hero-slider-wrap_pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	opacity:1;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transform: scale(1.0);
}
.opt-full-height {
	height:100%;
	padding-bottom:80px;
}
.option-panel {
	position:absolute;
	bottom:-70px;
	left:0;
	z-index:10;
	background:#2D2D32;
	width:35%;
	height:60px;
	padding-left:180px;
	overflow:hidden;
}
.option-panel:before {
	content:'';
	position:absolute;
	width:30%;
	left:20%;
	top:10px;
	bottom:10px;
	z-index:-1;
	background:rgba(255, 255, 255, 0.04);
}
.start-btn {
	position:absolute;
	left:0;
	top:0;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	height:60px;
	line-height:60px;
	color:#fff;
	width:180px;
}
.start-btn.hero-start {
	z-index:100
}
.start-btn i {
	padding-left:10px;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.start-btn:hover i {
	padding-left:20px;
}
.swiper-counter {
  position: relative;
 	font-size:16px;
	font-weight: 700;

  font-size: 12px;
  color: #999;
  float:left;
  width:100%;
}
.swiper-counter div {
	position:absolute;
	top:13px;
	width:32px;
	height:32px;
	line-height:32px;
}
.swiper-counter div#current {
	right:40px;
}
.swiper-counter div#total {
	right:10px;
}
.swiper-counter div#total:before {
	content:'';
	position:absolute;
	left:-3px;
	width:6px;
	height:1px;
	top:50%;
	background:rgba(255,255,255,0.2);
}
.slide-progress-container {
	position:absolute;
	height:1px;
	z-index:3;
	bottom:30px;
	right:100px;
	left:220px;
}
.slide-progress-warp {
	float:left;
	position:relative;
	height:1px;
	background:rgba(255,255,255,0.2);
	z-index:10;
	bottom:0;
	width:100%;
}
.slide-progress-warp.grid-carousel-progress {
	position:absolute;
	left:20%;
	right:25%;
	width:inherit;
	top:50%;
	bottom:inherit;
}
.slide-progress {
	position:absolute;
	top:50%;
	left:0;
	height:1px;
	border-radius:6px;
	margin-top:-1px;
	width:0;
	max-width:100%;
}
.hero-slider_control-wrap {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:100;
	width: 100%;
	background: black;
}

.hero-slider-button-prev, .hero-slider-button-next {
 	font-weight: 400;
  	font-size: 10px;
  	color: #999;
	cursor:pointer;
	width:120px;
	height:60px;
	line-height:60px;
	background: #2D2D32;
	text-transform:uppercase;
	letter-spacing:2px;
	position: absolute;
	left: 180px;
}

.hero-slider-button-next {
   left: 300px;
}

.hero-slider_control:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:0;
	width:100%;
	z-index:1;
	-webkit-transition: all 200ms linear;
    transition: all 100ms 2inear;
}
.hero-slider_control:hover:before {
	height:100%;
}
.hero-slider_control span{
	position:relative;
	z-index:2;
}
.hero-slider_control i {
	color:#fff;
 	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
	transition-delay: 0.3s;
	padding:0 0 0 15px;
}
.hero-slider_control:hover {
	color:#fff;
}
.hero-slider_control.hero-slider-button-prev {
	border-right:1px solid  rgba(255, 255, 255, 0.08);
}
.hero-slider_control.hero-slider-button-prev i {
	padding:0 15px 0 0;
}
.hero-slider_control.hero-slider-button-next:hover i {
	padding:0 0 0 25px;
}
.hero-slider_control.hero-slider-button-prev:hover i{
	padding:0 25px 0 0;
}
.carousel-title-wrap{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:40px 50px 30px;
	z-index:2;
    background: rgba(45,45,50,0.3);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 40%, rgba(0,0,0,1) 90%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 40%, rgba(0,0,0,1) 90%);
	min-height: 300px;
}

.carousel-title-wrap p {
    min-height:200px;
	text-align: left;
}

.carousel-title-wrap h2 {
    text-align: left;
	font-size: 42px;
	line-height: 42px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 700;
}
.carousel-title-wrap h2 a {
	color:rgba(255,255,255,1);
}
.carousel-title-wrap h2 a i {
	padding-left:18px;
	-webkit-transition: all 200ms linear;
    transition: all 100ms 2inear;
}
.carousel-title-wrap p {
	color:rgba(255,255,255,0.71);
}
.carousel-title-wrap h2 a:hover i {
	padding-left:25px;
}
/*------section ------------------------------------------------*/
section {
	position: relative;
	float: left;
	width: 100%;
	padding: 110px 0;
	background: #f8f8f8;
}
section.no-hidden {
	overflow: inherit;
}
section.parallax-section {
	padding: 120px 0;
}
.small-padding {
	padding: 40px 0;
}
section.small-padding.article{
	padding: 40px 0 40px 0;
}
.no-padding-bottom {
	padding-bottom:0;
}
.no-padding {
	padding:0;
}
.dark-bg {
	background: #2A2A2E;
}
.gray-bg {
	background: #f9f9f9;
}
.light-bg {
	background: #fff;
}
.trans-bg {
	background: transparent!important;
}
.swiper-slide .show-info.trans-bg span {
	color: #fff!important;
}
.show-info.trans-bg {
	bottom: 0;
    left: 0;
	right: auto;
	
}

section.parallax-section .bg , .hero-bg .bg , .split-sceen-media .bg {
	height: 120%;
	top: 0;
}
section.hero-section {
	padding:200px 0 150px;
	overflow:hidden;
}
section.hero-section:before{
	content:'';
	position:absolute;
	left:0;
	width:30%;
	height:70px;
	bottom:0;
	background:#fff;
	z-index:3;
}
section.hero-section:after{
	content:'';
	position:absolute;
	right:0;
	width:30%;
	height:60%;
	bottom:0;
 	background: rgba(255, 255, 255, 0.04);
}
section.hero-section .fs-canvas {
	z-index:2;

	bottom:70px;
	left:70px;
}
.hero-bg {
	position:absolute;

	top:0;
	bottom:70px;
	right:70px;
	left:30%;
	overflow:hidden;
	z-index:2;
}
.hero-bg-dec {
	position:absolute;
	width:70px;
	height:70px;
	z-index:6;
	top:0;
	right:0;
	color:#fff;
	font-size:18px;
}
.hero-bg-dec span {
	width:30px;
	height:1px;
	background:rgba(255,255,255,0.71);
	display:block;
	position:relative;
	top:34px;
	left:24px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hero-bg:before   {
	content:'';
	position:absolute;
	width:70px;
	height:70px;
	z-index:5;
	top:0;
	right:0;
}
.hero-bg:after{
    content: '';
    position: absolute;
    right: 0;
	width:calc(30% + 114px);
 	z-index:4;
	bottom:0;
    top: 0;
    background: rgba(255, 255, 255, 0.09);
}
.hero-start-link {
	position:absolute;
	right:0;
	width:70%;
	height:70px;
	bottom:-70px;
	z-index:2;
	padding-left:140px
}
.hero-start-link.hero-start-link_mlt {
	width:calc(60%);
	bottom:-70px;
	right:inherit;
	left:0;
}
.hero-start-link .scroll-down-wrap {
	top:19px!important;
}
.hero-start-link a.start-link {
	position:absolute;
	left:0;
	width:140px;
	height:70px;
	top:0;
	line-height:70px;
	color:#fff;
}
.hero-start-link a.start-link:before {
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;

	z-index:1;
	height:0;
 	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	background: #323236;
}
.hero-start-link a:hover:before {
	height:100%;
}
.hero-start-link a i {
	position:relative;
	z-index:2;
}

.hero-section .section-title h2 , .hero-title .section-title h2  {
	color: #fff;
    font-size: 55px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
	text-transform:uppercase;
	line-height:55px;
}
.hero-section .section-title p  ,  .hero-title .section-title p{
	color:rgba(255,255,255,0.61);
	max-width:450px;
}
.section-title_category {
	position: absolute;
    left: -70px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 2px;
    padding: 10px 0;
    top:85px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-overflow: ellipsis;
    white-space: nowrap;
	color:  rgba(255,255,255,0.8);
}
.section-title_category a{
    color:  rgba(255,255,255,0.8);
}
.gray-bg  .section-number span:before {
	background:#f9f9f9;
}

.dark-bg  .section-number span:before {
	background: #2A2A2E;
}
.dark-bg  .section-number {
	color:rgba(255,255,255,0.11);
}
.split-sceen-content_title p {
	float: left;
    width: 100%;
    padding-top: 10px;
    color: rgb(0 0 0 / 55%);
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative;
    z-index: 2;
}
.split-sceen-content.dark-bg .split-sceen-content_title p {
	color:rgba(255,255,255,0.55);
}
.split-sceen-content_title {
	margin-bottom:20px;
	padding-top:20px;
}
.split-sceen-content_title h2 {
    font-size: 28px;
    text-align: left;
	text-transform: uppercase;
    color: #505050;
    font-weight:600;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    line-height: 34px;
}
.split-sceen-content_title h3{
    font-size: 28px;
    text-align: left;
	text-transform: uppercase;
    color: #505050;
    font-weight:600;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    line-height: 34px;
}

.split-sceen-content.dark-bg  .split-sceen-content_title h2, .split-sceen-content.dark-bg  .split-sceen-content_title h3  {
	color:rgba(255,255,255,0.71);
}
.pr-bg {
	background: #2A2A2E;
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:100%;
	overflow:hidden;
	z-index:100;
}
.pr-bg.pr-bg-white {
	background:#fff;
}
/*------porfolio------------------------------------------------*/
.inline-filter-panel {
	margin-bottom:50px;
}
.inline-filter_title {
	float:left;
	margin-right:40px;
	padding:15px 30px;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
	color:#fff;
}
.custom-select{
	position: relative;
    float: left;
    padding: 0px 0 0 10px;
	margin-top: 16px;
	width: 150px;
}
.gallery-filters button {
	font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
	height: 29px;
    margin-top: 16px;
    position: relative;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
    background: #2d2d32;
    border: solid 1px rgba(255,255,255,0.11);
    cursor: pointer;
}
.layout-panel button {
	font-size:22px;
	padding: 0;
	color: rgba(255,255,255,0.35);
	background: transparent;
	border: none;
	cursor: pointer;
	margin-right:5px;
}
.gallery-filters button.is-checked {
	border: solid 1px rgba(255,255,255,0.23);
}

.layout-panel button.is-checked {
    color: rgba(255,255,255,0.55);
}

.inline-filter-panel .gallery-filters a  {
	float:left;
	margin-right:20px;
	text-align:left;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	padding-top:10px;
    color: #494949;
	font-weight: 500;
}
.inline-filter-panel .gallery-filters a:before , .inline-filter-panel .gallery-filters a:after {
	content:'';
	position:absolute;
	bottom:-18px;
	left:0;
	right:-20px;
	height:1px;
	background:#ddd;
	z-index:1;
}
.inline-filter-panel .gallery-filters a:after {
	z-index:2;
	right:100%;
	height:3px;
	bottom:-19px;
 	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.inline-filter-panel .gallery-filters a.gallery-filter-active:after {
	right:-20px;
}
.inline-filter-panel  .folio-counter {
	position: absolute;
    right: -12px;
    top: 0;
    z-index: 1;
    font-size: 12px;
    font-weight: 700;
    color: #999;
}
.inline-filter-panel  .folio-counter div {
	width:46px;
}
.fixed-filter-panel {
	position: fixed;
	left:90px;
	bottom:-70px;
 	background: #262627;
	height:60px;
	z-index:12;
	padding-right:60px;
}
.fixed-filter-panel.fw-panel  {
	right:0;
}
.fixed-filter-panel.fw-panel:before , .fixed-filter-panel.fw-panel:after {
	content:'';
	position:absolute;
}
.fixed-filter-panel.fw-panel:before {
	right:0;
	left:60%;
	top:0;
	height:100%;
	z-index:1;
	background:#2A2A2E;
}
.fixed-filter-panel.fw-panel:after  {
	width:100px;
	right:100px;
	height:1px;
	top:50%;
	z-index:2;
}
.fixed-filter-panel.top_fix-filter {
	position:relative;
	float:left;
	left:0;
	top:0;
	padding-right:0;
	width:100%;
}
.fixed-filter-panel .gallery-filters  {
	float:left;
	padding:0px 0 0 65px;
	height:60px;
}

.fixed-filter-panel .gallery-filters.reset  {
	float:left;
	padding:0px 0 0 10px;
}
.layout-panel {
	float: right;
	padding-right: 20px;
	height: 60px;
	line-height: 60px;
}
.fixed-filter-panel .gallery-filters a{
	float:left;
	margin-right:15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.51);
	letter-spacing:2px;
}
.fixed-filter-panel .gallery-filters a:hover {
	color:#fff;
}
.fixed-filter-panel_title {
	position:absolute;
	width:80px;
	height:60px;
	line-height:60px;
	color:#fff;
	left:0;
	top:0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
}
.folio-counter {
	float:left;
	font-weight: 700;
    font-size: 12px;
    color: #999;
	line-height:60px;
}
.folio-counter div {
	float:left;
	margin-left:10px;
	width:40px;
	text-align:center;
	position:relative;
}
.folio-counter div.all-album:before , .round-counter div.all-album:before {
	content:'';
	position:absolute;
	left:-13px;
	width:15px;
	height:1px;
	top:50%;
}
.round-counter div.all-album:before {
	left:-6px;
	width:12px;
}
.round-counter {
	float:left;
	height:60px;
	line-height:60px;
    color: #999;
	font-size:12px;
	margin-left:20px;
	font-weight: 700;
	overflow:hidden;
	position:relative;
	top:2px;
	z-index:10;
}
.round-counter div {
	float:left;
	width:40px;
	position:relative;
}
.scroll-down-wrap {
	float: right;
	height: 100%;
	position: relative;
	top:16px;
	z-index:100;
}
.scroll-down-wrap span {
	float: left;
	position: relative;
	top: 8px;
	margin-right: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	color: #8B8B8B;
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 4px;
	padding: 0 6px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-sizing: border-box;
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -1px;
	width: 2px;
	height: 6px;
	border-radius: 25%;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
	background:rgba(255,255,255,0.55);
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}
.scroller2 {
	top:50%;
	margin-top:-3px;
	animation-name: scroll2;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll2 {
	0% {
		opacity: 0;
	}
	10% {

		opacity: 1;
	}
	100% {

		opacity: 0;
	}
}
.ff_panel-conainer {
	padding-bottom:60px;
	margin-top: -2px;
}
.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.spad .gallery-item {
	padding: 6px;
}

.hid-port-info .grid-item-holder {
	overflow: hidden;
}
.grid-big-pad .gallery-item {
	padding: 12px;
}
.gallery-item,
.grid-sizer {
	width: 33.333333%;
	width: calc(100% / 3);
	position: relative;
	float: left;
	overflow: hidden;
	border: 1px solid white;
    box-sizing: border-box;
}
.gallery-item-second,
.grid-sizer-second {
	width: 66.666666%;
	width: calc(100% / 3 * 2);
	border-bottom: 2px solid white!important;
}
.gallery-item-third,
.grid-sizer-third {
	width: 100%!important;
}

.gallery-item-half,
.grid-sizer-half {
	width: 50%!important;
}

.four-column .gallery-item {
	width: 25%;
}
.four-column .gallery-item.gallery-item-second   , .two-column .gallery-item{
	width: 50%;
}
.gallery-item img,
.grid-sizer img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #292929;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.gallery-item.vertical img {
	height: 60px;
	width: auto;
	float: left;
}

.gallery-item:not(.vertical):hover img:not(.group-logo):not(.jo_label) {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery-item.employee:hover img, .gallery-item.ceo:hover img {
    webkit-filter: blur(0px);
    filter: blur(0px);	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	backdrop-filter: blur(4px);
}

.gallery-item.employee img, .gallery-item.ceo img {
	background:transparent;
}

.gallery-item.employee .grid-item-holder, .gallery-item.ceo .grid-item-holder {
	background-image: url(../images/team/hintergrund.jpg)!important;
	background-size: cover;
}


.jo_label img {
    display: inline-block !important;
    height: 16px !important;
    vertical-align: middle !important;
    margin: 3px !important;
    cursor: pointer !important;
	webkit-filter: none!important;
    filter: none!important;
}
.grid-det {
	position: absolute;
    left: 20px;
    bottom: 20px;
    right: 100%;
    z-index: 10;
    overflow: hidden;
    background: rgb(45 45 50);
    height: 100px;
}

.gallery-item.vertical .grid-det {
	position: absolute;
    left: 80px;
    bottom: 0px;
    width:100%;
    z-index: 10;
    overflow: hidden;
    background: rgb(45 45 50);
    height: 60px;
}

.grid-item-holder:hover .grid-det  {
	right:20px;
 	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.grid-det-item  , .grid-det_category {
	position:absolute;
	bottom:15px;
	left:0;
	width:100%;
	padding:10px 30px;
	z-index:10;
	opacity:0;
	margin-top:-10px;
}

.gallery-item.vertical .grid-det-item, .gallery-item.vertical .grid-det_category {
	bottom:5px;
	opacity:1;
}

.grid-det_category img {
	position: absolute;
    height: 60px;
    width: auto;
    right: 20px;
    z-index: 10;
    margin-top: -10px;
}

.group-logo {
	pointer-events: none;
	position: absolute;
    height: 60px;
    width: auto;
    right: 20px;
    z-index: 10;
    margin-top: -10px;
}

.group-wrap .group-logo {
    margin-top: -5px;
}

.grid-item-holder:hover  .grid-det-item , .grid-item-holder:hover  .grid-det_category{
	opacity:1;
	margin-top:0;
 	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	transition-delay: 0.4s;
}
.grid-det_link {
	color: rgba(255, 255, 255, 0.55);
	display:block;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
	text-align:left;
	position:relative;
}
.grid-det_link i {
	padding-left:10px;
 	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.grid-det_link:hover i {
	padding-left:20px;
}

.grid-det_link:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f178";
	font-weight: 300;
	padding-left:10px;
 	-webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.grid-det_link:hover:after  {
	padding-left:20px;
}

.grid-det_category {
	bottom:inherit;
	top:20px;
}
.grid-det_category span {
	float:left;
	margin-right:12px;
	text-transform:uppercase;
	font-size:12px;
	line-height: 12px;
	letter-spacing: 1px;
	text-align:left;
	color: rgba(255,255,255,0.75);
}
.grid-det_category span small {
	color:#9b9189;
}
.fet_pr-carousel-box-media-zoom , .box-media-zoom {
	position: absolute;
	top: 0;
	right: -70px;
	width: 70px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	background: #35353A;
	z-index: 5;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.gallery-item:hover .fet_pr-carousel-box-media-zoom , .hov_zoom:hover .box-media-zoom  {
	right: 0;
}
.hov_zoom {
	overflow:hidden;
}
.fw_cb{
	float: right;
	margin-left:30px;
	cursor:pointer;
	color:#fff;
	position:relative;
	top:25px;
}
.fw_cb:hover{
	color:#fff;
}
.fw-carousel-control {
	height:70px;
    -webkit-transform: translate3d(0,0,0);
	z-index: 9;
}
.fw-carousel-control.fsc-control {
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
}
.fw-carousel-control.fsc-control.fsc-control_anim {
	bottom:-90px;
}
.fw-carousel-control_container {
	float:left;
	width:40%;
	height:70px;
  	background: rgba(255, 255, 255, 0.04);
}
.fw-carousel-counter {
	float:right;
	height:70px;
	line-height:70px;
	color:#fff;
	width:130px;
	padding-right:20px;
	text-align:right;
	text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
	position:relative;
    color: rgba(255, 255, 255, 0.61);
    letter-spacing: 4px;
	bottom:0;
}
.fw-carousel-counter:before {
	content:'';
	position:absolute;
	left:42px;
	height:20px;
	width:1px;
	top:50%;
	margin-top:-10px;
	background:rgba(255,255,255,0.11);
}
.intro-bar {
	float:right;
	height:70px;
	position:relative;
	padding-right: 30px;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: right;
}
.half-scrollbar {
	float:left;
	width:60%;
	height:70px;
	position:relative;
	background: #323236;
}
.hs_init {
	position:absolute;
	left:70px;
	right:70px;
	height:1px;
	top:50%;
	background:rgba(255,255,255,0.2);
}
.flat-project_title {
	padding:90px 0 70px;
}
.flat-project_title h2{
	text-align:right;
	color:#fff;
	font-weight:700;
	font-size:38px;
	line-height:46px;
	padding-right:100px;
}
.flat-project_title h1{
	text-align:left;
	color:#fff;
	font-weight:700;
	font-size:42px;
	line-height:46px;
	padding-bottom:40px;
}
.flat-project_title_link, .intro-link {
	font-size:10px;
	float:left;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
}
.intro-link {
	margin: 20px 0 0 20px;
    top: 7px;
}
.flat-project_title_link i {
	margin-left:10px;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.flat-project_title_link:hover i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color:#fff;
}
.fw-carousel-control_container .flat-project_title_link {
	margin-left:70px;
	top:7px;
}
.flat-project_title p {
	text-align:left;
	color: rgba(255, 255, 255, 0.51);

}
.pr-title{
	float:left;
	font-size:24px;
	text-align:left;
	font-weight: 600;
	position:relative;
	padding-right:20px;
}
.pr-title:before {
	content:'';
	position:absolute;
	left:-2px;
	top:-20px;
	bottom:-20px;
	width:4px;
	z-index:-1;
	background:#fff;
}
.pr-title span {
	float:left;
	width:100%;
	padding-top:10px;
	color:#999;
	text-align:left;
	font-size:10px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
	line-height:22px;
	position:relative;
	z-index:2;
}
.pr-tags {
	margin:20px 0;
	padding:22px 30px;
    background: #35353A;
 	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:10px;
	color: rgba(255, 255, 255, 0.55);
	text-align:left;
}
.pr-tags span , .pr-tags ul , .pr-tags ul li {
	float:left;
}
.pr-tags span{
	padding-right:20px;
	border-right:1px solid rgba(255, 255, 255, 0.21);
	position:relative;
	top:2px;
}
.pr-tags ul {
	padding-left:20px;
}
.pr-tags ul li {
	margin-right:10px;
	padding-top:4px;
}
.pr-tags ul li a {
	color: rgba(255, 255, 255, 0.55);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:10px;
}
.pr-tags ul li a:hover {
	color: rgba(255, 255, 255, 0.55);
}
.pr-list {
	float:left;
	width:100%;
	padding: 30px;
	border-left: solid 1px #f8f8f8;
	border-right: solid 1px #f8f8f8;
}

.pr-list.awards {
	margin-top: -15px;
	padding:0 30px 30px 30px;
}

.pr-download {
	float: left;
    background: #35353A;
    padding: 15px 30px;
    z-index: 20;
    width: 100%;
	border-left: solid 1px #f8f8f8;
	border-right: solid 1px #f8f8f8;
}

.flat-project_title .pr-list {
	padding: 0 0 30px 0;
	border: none;
}
.pr-list h3{ 
	color: rgba(255, 255, 255, 0.75);
	font-weight: normal;
}
.pr-list li {
	float: left;
	text-align: left;
	width: 100%;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 1px;
	font-size:13px;
	text-transform: uppercase;
}

.pr-list li span, .pr-download li {
    padding-right: 10px;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 1px;
	font-size:13px;
	text-transform: uppercase;
}
.pr-list li span:first-of-type  {
	width: 130px;
	display: block;
	float: left;
}

.pr-list li span:nth-child(2), .pr-download li span:nth-child(2) {
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0px;
	font-size:13px;
	text-transform: none;
	max-width: calc(100% - 130px);
	padding-right: 0px;
	float: left;
}
.pr-list li.award span {
	float: left;
	text-align: left;
	width: 100%;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0px;
	text-transform: none;
}

.pr-list li.award span:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f559";
    font-weight: 300;
    padding-right: 10px;
	color:#bca043;
}

.pr-list.pr-list-color {
	margin-bottom:40px;
}
.dec-border {
	height:1px;
	background:#ddd;
	margin:0 0 10px;
}
.dec-border.project-summary {
    background:rgba(255, 255, 255, 0.2);
}
.pr-subtitle {
	font-size:22px;
	text-align:left;
	color:#505050;
	font-weight: 600;
	float:left;
	width:100%;
	padding-bottom:20px;
	line-height:34px;
}
.pr-subtitle span.let-num {
	float:left;
	padding-right:80px;
	font-weight: 600;
	font-size:34px;
	color:#505050;
	position:relative;
	top:-6px;
}
.pr-subtitle span.let-num:before {
	content:'';
	position:absolute;
	bottom:0;
	right:10px;
	width:54px;
	height:1px;
	background:#ddd;
}
.content-nav_holder {
	margin-top:100px;
	z-index:100;
	background: #35353a;
}
.content-nav {
	float: left;
    position: relative;
    width: 100%;
    padding: 0 70px;
    background: #2D2D32;
    height: 70px;
}
.content-nav_holder:before  {
	content:'';
	position:absolute;
	right:0;
	width:50%;
	height:100%;
	background: #35353A;
}
.content-nav_holder.blog-nav:before{
	display:none;
}
.content-nav_holder.blog-nav {
    position: absolute;
    bottom: 0;
    height: 70px;
}
.content-nav li {
	width:250px;
	position:relative;
	height: 70px;
	margin: 0 auto;
}
.content-nav li:first-child {
	border:none;
}
.content-nav li a.ln , .content-nav li a.rn {
	color:#fff;
	font-size:12px;
	position:relative;
	width:100%;
	padding:27px 0;
}
.content-nav li a.ln  {
	text-align:left;
	float:left;
}
.content-nav li a.rn  {
	text-align:right;
	float:right;
}
.content-nav li a.ln i , .content-nav li a.rn i  , .list-folio_nav span , .content-nav li a span.tooltip , .list-folio_nav:before , .list-folio_nav:after , .box-media-zoom ,   .content-nav_mediatooltip:before {
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.content-nav li a.ln:hover i ,  .content-nav li a.rn:hover i , .customNavigation a:hover i  {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
.content-nav li a span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    text-align: left;
}
.content-nav li a.ln span {
	padding-left:15px;
}
.content-nav li a.rn span  {
	padding-right:15px;
}
.content-nav li a.ln:before , .content-nav li a.rn:before {
	content:'';
	position:absolute;
	width:1px;
	height:20px;
	top:50%;
	margin-top:-10px;
	background:rgba(255,255,255,0.11);
}
.content-nav li a.ln:before {
	right:0;
}
.content-nav li a.rn:before {
	left:0;
}

.job-offers a {
	border: 1px solid #ddd;
	padding: 10px 20px;
	float: left;
	width: 100%;
	position: relative;
	background: white;
	box-sizing: border-box;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
	z-index: 9999;
}

.content-nav_mediatooltip {
	position:absolute;
	bottom:100%;
	overflow:hidden;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.content-nav li:hover .content-nav_mediatooltip {
	opacity:1;
	visibility:visible;
}
.content-nav_mediatooltip.cnmd_leftside {
	left:-70px;
	right:50%;
}
.content-nav_mediatooltip.cnmd_rightside {
	left:50%;
	right:-71px;
}
.content-nav_mediatooltip img {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.content-nav_mediatooltip:before {
	content:'';
	position:absolute;
	bottom:0;
	width:100%;
	height:0;
	left:0;
	z-index:2;
 	transition-delay: 0.3s;
    background: #35353A;
}
.content-nav li:hover .content-nav_mediatooltip:before {
	height:20px;
}
.list-folio_nav {
	top:20px;
	position:relative;
}
.show-info {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 15;
    background: #2d2d32;
}
.show-info span {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.55);
	letter-spacing: 1px;
	height: 35px;
	display: block;
	padding: 10px 40px;
}
.img-caption {
	position: absolute;
	bottom: -24px;
	right: 0;
	z-index: 15;
}
.img-caption span {
	font-size: 10px;
	color: #505050;
	letter-spacing: 1px;
	display: block;
	padding: 5px;
}

.img-copyright {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 9;
	color: #505050;
}

.vertical .img-copyright span {
    display: none;
}

.fixed-column-wrap-content .img-copyright {
	top: 0px;
}

.img-copyright span {
	font-size: 10px;
	color: white;
	letter-spacing: 1px;
	float: right;
	padding: 5px;
}


.tooltip-info {
	height: auto;
	line-height: 20px;
	padding: 15px 30px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background: #35353A;
	bottom: 0;
	opacity: 0;
	right: 0;
	margin-bottom: 36px;
	visibility: hidden;
	pointer-events: none;
	text-align: left;
	z-index: 16;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.tooltip-info p {
	font-size: 11px;
 	color: rgba(255, 255, 255, 0.51);
	font-weight: 400;
}
.tooltip-info h5 {
	margin-top: 12px;
	padding: 5px 0;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
 	color: rgba(255, 255, 255, 0.81);
}
.show-info:hover .tooltip-info {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
#portfolio_horizontal_container {
    height: 100%;
 	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
#portfolio_horizontal_container .portfolio_item {
	width: auto;
	height: 100%;
	float:left;
	padding:2px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#portfolio_horizontal_container.no-padding .portfolio_item {
	padding:0
}
#portfolio_horizontal_container.one-ver-columns .portfolio_item {
	padding-bottom:0;
}
#portfolio_horizontal_container.two-ver-columns .portfolio_item {
	height:50% ;
}
#portfolio_horizontal_container.three-ver-columns .portfolio_item {
	height:33.3% ;
}
.one-ver-columns {
	height:100%;
}
#portfolio_horizontal_container .portfolio_item img {
	 float:left;
	 width:auto;
	position:relative;
	z-index:1;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
  	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
#portfolio_horizontal_container .portfolio_item:hover img {
	opacity: 0.7;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder {
	width:auto;
	height:100%;
}
.horizontal-grid-wrap {
	overflow:hidden;
	top:0;
}
.horizontal-grid-wrap.hgw_fh {
	height:100%;
}
.tabs-counter {
	position:absolute;
	right:0;
	top:-100px;
	z-index:1;
    font-size: 94px;
    font-weight: bold;
    color: #eee;
    opacity: 0.7;
}
.tabs-counter div , .tabs-counter span {
	position:relative;
	float:left;
}
.tabs-counter div {
	width:30px;
}
.tabs-counter:before {
	content:'.';
	position:absolute;
	right:-50px;
	bottom:0;
}
.tabs-counter span:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 50%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
}

.split-sceen-content_title .tabs-container {
    padding-top: 30px;
}

.tabs-menu {
	z-index:2;
	margin-bottom:30px;
}
.tabs-menu:before {
	content:'';
	position:absolute;
	bottom:1px;
	left:0;
	width:100%;
	height:1px;
	background:#ddd;
}
.tabs-menu li {
	float:left;
	margin-right:30px;
	height:50px;
}
.tabs-menu  li a{
	float:left;
	height:50px;
	line-height:50px;
 	font-weight:500;
	color:#494949;
	text-align:left;
	text-transform:uppercase;
}
.tabs-menu  li a span {
	padding-right:10px;
}
.tab-content {
    width: 100%;
    padding: 20px 0;
    display: none;
}
#tab-1 {
	display: block;
}
.tabs-menu li.backLava   {
	padding:0;
	position: absolute;
	border-bottom:1px solid;
	box-sizing:border-box;
}
.plans-gal_item {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.mar-top {
	margin-top:20px;
}
.tab-content .video-box {
	overflow:hidden;
	margin:30px 0;
}
.video-box-btn {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0 -30px;
    background: #2D2D32;
    z-index: 20;
    right: 80px;
    bottom: -20px;
    box-shadow: 0px 0px 0px 7px rgb(255 255 255 / 20%);
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.video-box-btn:hover   {
	box-shadow: 0px 0px 0px 17px rgba(255,255,255,0.2);
}
.pr-view {
	float:left;
	margin-top:10px;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	position:relative;
	font-weight:800;
}
.pr-view i {
	padding-left:10px;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear
}
.pr-view:hover i {
	padding-left:20px;
}
.pr-view:before {
}
.fixed-column {
	overflow:hidden;
}
/*-------------accordion---------------------------------------*/
.accordion {
	float: left;
	width: 100%;
	position: relative;
}
.accordion a.toggle {
	border: 1px solid #ddd;
	padding: 18px 50px 18px 30px;
	float: left;
	width: 100%;
	position: relative;
	background: #f9f9f9;
	box-sizing: border-box;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom: 15px;
}
.accordion a.toggle span {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 60px;
}
.accordion a.toggle span:before,
.accordion a.toggle span:after {
	content: '';
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.accordion a.toggle span:before {
	width: 10px;
	height: 2px;
	margin-top: -1px;
	margin-left: -5px;
}
.accordion a.toggle span:after {
	width: 2px;
	height: 10px;
	margin-top: -5px;
	margin-left: -1px;
}

.accordion a.toggle.act-accordion span:after {
	height: 0;
}
.accordion-inner {
	display: none;
	float: left;
	width: 100%;
	position: relative;
	padding: 15px 30px;
	background: #fff;
	margin: 0 0 15px;
	text-align: left;
	border: 1px solid #ddd;
}
.accordion-inner.visible {
	display: block;
}


/*------Footer------------------------------------------------*/
.height-emulator {
	z-index:1;
}
.main-footer{
	position:fixed;
	bottom:0;
	left:90px;
	right:0;
	background: #262627;
	z-index:2;
}
.main-footer:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background: #2D2D32;
	height:90px;
}
.subfooter {
    background: #2D2D32;
    height: 90px;
    z-index: 3;
}
.policy-box {
    float: left;
	color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
	line-height:90px;
}
.footer-inner {
	padding:100px 0 80px;
}
.footer-logo {
	float:left;
	height:70px;
}
.footer-box {
	text-align:left;
	margin:10px 0 20px 0;
}
.footer-box p {
    color: rgba(255, 255, 255, 0.55);
}
.footer-contacts span {
	padding-right:30px;
	min-width:120px;
	float:left;
	text-align: left;
	letter-spacing:2px;
}
.footer-contacts li{
	text-align:left;
	color: rgba(255, 255, 255, 0.55);
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:5px;
	text-align: right;
	letter-spacing:1px;
}
.footer-contacts li a {
	color: rgba(255, 255, 255, 0.81);
}
.footer-logo img {
	height:100%;
	width:auto;
	float:left;
}
.footer-header {
	text-align:left;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-top:10px;
	margin-bottom:10px;
	color: rgba(255, 255, 255, 0.55);
}
.footer-header span {
	position:absolute;
	right:0;
	top:0;
	font-size:16px;
}
.footer-header:before {
	content:"";
	position:absolute;
	bottom:6px;
	left:180px;
	right:0;
	height:1px;
	background:rgba(255, 255, 255, 0.21);
}
.to-top-btn {
    float: right;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 180px;
    background: #35353A;
    position: absolute;
    right: 0;
    bottom: 25px;
}
.to-top-btn i {
	padding-left:10px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.fc_button i{
	padding-left:20px;
}
.to-top-btn:hover i {
	color:#fff;
}
.fc_button {
	float:left;
	margin-top:20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding:12px 20px;
	color: #767676;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
	font-weight:600;
}
.fc_button:hover {
	color:#fff;
	border-color:transparent;
}
/* ------Team------------------------------------------------------------ */
.team-box {
	float: left;
	width: 50%;
	position: relative;
	padding: 0 20px 0 0;
	margin-top:20px;
}
.team-box.logo {
	width: 33.333%;
}
.team-photo {
	overflow: hidden;
	position: relative;
}
.team-photo .overlay {
	opacity: 0;
	z-index: 2;
	background: #000;
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.team-social {
	position: absolute;
	bottom:-50px;
	left: 0;
	z-index: 15;
}
.team-social li {
	float:left;
	position:relative;
}
.team-social li:before {
	content:'';
	position:absolute;
	right:0;
	width:1px;
	height:10px;
	top:50%;
	margin-top:-5px;
	background:rgba(255,255,255,0.21);
	z-index:2;
}
.team-social li:last-child:before {
	display:none;
}
.team-social li a {
    line-height: 50px;
    background: #2D2D32;
    display: block;
	padding: 0 20px;
	pointer-events: none;
}
.team-social, .team-photo a , .team-contact_btn {
	-webkit-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.team-box:hover .team-photo img {
	webkit-filter: blur(4px);
    filter: blur(4px);
}
.team-box:hover .team-social{
	bottom:0;
}
.team-contact_btn {
	position:absolute;
	right:0;
	top:-50px;
	width:50px;
	height:50px;
	line-height:50px;
	color:#fff;
	z-index:3;
}
.team-contact_btn:hover {
	color:#292929;
}
.team-box:hover .team-contact_btn {
	top:0;
}
.team-info {
	float: left;
	width: 100%;
	text-align: left;
	padding: 20px 0 0;
}
.team-info h3,
.team-info h4 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
}
.team-info h3 {
	padding-bottom:5px;
}
.team-info h4 {
	font-size: 10px;
	letter-spacing:2px;
	color: #666;
	font-weight: 600;
	text-transform: uppercase;
}
.bg.dec-bg {
	width:inherit;
	height:inherit;
	left:50%;
	right:0;
	top:40%;
	bottom:0;
	opacity:0.1;
}
.bg.dec-bg.left-pos-dec {
	left:-10%;
	right:40%;
}
/* ------facts------------------------------------------------------------ */
.facts-holder:before  {
	content:'';
	position:absolute;
	left:60%;
	right:0;
	top:0;
	height:100%;
    background: rgba(255, 255, 255, 0.04);
}
.inline-facts-wrap {
	float: left;
	width:25%;
	position: relative;
	text-align: left;
	margin-bottom:25px;
}
.inline-facts-wrap .num {
	font-size: 30px;
	font-weight: 600;
	color: #505050;
}
.inline-facts-wrap h3 {
	position: relative;
	margin-top: 12px;
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left:20px;
	font-weight: 600;
}

.inline-facts-wrap  h3 span {
	font-size: 11px;
	letter-spacing: 0px;
	text-transform: none;
}

.inline-facts-wrap h3:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 30px;
    top: 50%;
    margin-top: -20px;
}
.inline-facts-container {
	padding:15px 0;
}
/* --------- Skills --------------------------------------*/
.skillbar-box {
	float:left;
	width:100%;
	position:relative;
}
.skillbar-bg {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:8px;
	overflow:hidden;
	background:#2D2D32;
}
.custom-skillbar-title span {
	float:left;
	font-size:12px;
	margin-top:12px;
	padding-bottom:6px;

}
.custom-skillbar {
	height:8px;
	width:0px;
}
.skill-bar-percent {
	float:right;
	font-size:14px;
	font-weight:400;
	margin-top:13px;
	padding-bottom:6px;
	color:#999
}
/*------ testimonials------------------------------------------------*/
.testi-item p{
	text-align:left;
	padding:35px 20px 25px;
	background:#fff;
	border:1px solid #ddd;
	font-style:italic;
	color:#999;
	font-size:12px;
}
.testilider .swiper-slide.swiper-slide-active .testi-item p {
	color:#666;
}
.testi-item h3 {
	font-size:18px;
	padding-bottom:14px;
	font-weight:700;
	text-align:left;
}
.teti-link{
	float:left;
	margin-top:12px;
	font-weight:600;
	border-bottom:1px dotted #ccc;
	color:#666;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.testi-avatar, .testi-avatar img{
	width:50px;
	height:50px;
	border-radius:100%;
}
.testi-avatar {
	position:absolute;
	right:20px;
	top:-20px;
	opacity:0;
	overflow:hidden;
	border:1px solid #ddd;
}
.testilider .swiper-slide.swiper-slide-active .testi-item  .testi-avatar{
	top:20px;
	opacity:1;
}
.testi-avatar , .testi-item p {
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.single-slider img {
	width:100%;
	height:auto;
	filter: grayscale(0.4);
}
.testilider-controls {
	float:left;
	position:relative;
	padding:0 35px;
	height:35px;
	margin-top:35px;
}
.ss-slider-controls {
	position:absolute;
	bottom:0px;
	height:35px;
	padding:0 10px;
	left:0px;
	z-index:10;
	background: #2d2d32;
}
.ss-slider-btn , .ss-slider-cont{
	position:absolute;
	top:0;
	width:35px;
	height:35px;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	line-height:35px;
}
.ss-slider-prev ,   .ss-slider-cont-prev {
	left:0;
}
.ss-slider-next ,   .ss-slider-cont-next {
	right:0;
}
.tc-pagination , .ss-slider-pagination {
	height:35px;
	line-height:33px;
	padding:0 50px;
}
.tc-pagination  .swiper-pagination-bullet , .ss-slider-pagination .swiper-pagination-bullet  {
	background:rgba(255,255,255,0.21);
	margin:0;
	padding:0;
	height:1px;
	border-radius:0;
	opacity:1;
	width:25px;
	position:relative;
	top:-3px;
}
/*------contacts------------------------------------------------*/

.map-container.mc_big , #map-single {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.cont-det-wrap {
	padding: 30px;
	position:absolute;
	bottom:-50px;
	right:50px;
	width:500px;
	z-index:2;
}
.cont-det-wrap li {
	text-align:left;
	display:block;
	margin-bottom:6px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}
.cont-det-wrap li span {
    color: rgba(255, 255, 255, 0.75);
	float:left;
	text-transform: uppercase;
	padding-right: 10px;
	width: 100px;
	height: 20px;
	letter-spacing: 1px;
}

.cont-det-wrap li a {
    color: rgba(255, 255, 255, 0.55);
}

.cont-det-wrap li:last-child {
	margin-bottom:0;
}
.cont-det-wrap li:hover a{
	color:#fff;
}
.contact-details {
	margin-bottom:120px;
}
.contact-details li{
	float:left;
	margin-right:10px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:left;
}
.contact-details li .cont-link {
	float:left;
	width:100%;
	display:block;
	position:relative;
    font-weight: 800;
	color:#666;
	margin-top:10px;
}
.contact-details li .cont-link a {
	color:#666;
}
.contact-details li .cont-link:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
}
.no-padding {
	padding: 0;
}
.serv-text {
	padding-top:50px;
}
.serv-price-wrap {
	float:right;
	padding:15px 30px;
	margin-bottom:10px;
  	color: rgba(255, 255, 255, 0.81);
    font-size: 10px;
    text-transform: uppercase;
	letter-spacing:2px;
}
.serv-price-wrap  span {
	float:left;
	padding-right:15px;
	margin-right:15px;
	position:relative;

}
.serv-price-wrap  span:before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:1px;
	height:30px;
	top:50%;
	margin-top:-15px;
	background:rgba(255,255,255,0.21)
}
.order-wrap, .group-wrap {
    padding: 20px 40px;
    z-index: 4;
    margin: 10px 0;
    height: 90px;
}

.order-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 0;
    width: calc(100% - 225px);
    top: 0;
}
.order-wrap h4, .group-wrap h4 {
    float: left;
	text-align: left;
    position: relative;
    font-weight: 600;
	width: auto; 
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);;
    top: 12px;
	padding-bottom: 0px;
	hyphens: manual;
}

.group-wrap h4 {
    top: 0px;
	width: calc(100% - 50px);
}

.group-wrap p {
    float: left;
	width: calc(100% - 50px);
	text-align: left;
    position: relative;
    font-size: 12px;
	margin-top: 0px;
    color: rgba(255, 255, 255, 0.55);
}

.order-wrap a{
    float: right;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 20px;
    color:rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
	letter-spacing: 2px;
	min-width: 140px;
    font-size: 10px;
	line-height: 18px;
    font-weight: 600;
}
.order-wrap a i {
	padding-left:10px;
}
/*------Blog------------------------------------------------*/
.parallax-header {
    position: absolute;
    background: #35353A;
    padding: 15px 20px;
    z-index: 20;
    bottom: -70px;
    width: 100%;
}
.project-intro {
    background: #35353A;
    z-index: 20;
    width: 100%;
	padding: 15px 20px;
	height: 44px;
}
.parallax-header span, .project-intro span,
.parallax-header a, .project-intro a {
	float: left;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	font-size: 10px;
	letter-spacing: 1px;
}
.parallax-header a, .project-intro a {
	margin: 0 0 0 15px;
	visibility: visible!important;
    opacity: 1!important;
}

.pagination {
	margin:20px 0 40px;
	text-align:center;
	float:left;
	width:100%;
	z-index:10;
	position:relative;
}
.pagination  a {
	float:left;
	width:60px;
	height:54px;
	line-height:54px;
	box-sizing:border-box;
	position:relative;
	font-size:11px;
	color:#888DA0;
    background: #35353A;
	letter-spacing:1px;
}
.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.pagination  a i {
	font-size:12px;
}
.post-opt {
	margin:20px 0;
	height: 20px;
	width: 100%;
	z-index: 3;
}
.post-opt li {
	float:left;
	margin-right:15px;
}

.post-opt li.project-link {
	float:right;
	margin-right:0px;
}

.post-opt  li a , .post-opt  li span {
	color:#666;
}
.post-opt  li i {
	padding-right:5px;
}
.post-opt  li.project-link i {
	padding-left:5px;
}
.article .column-wrap-media {
	margin-bottom:30px;
}
.article .column-wrap-text p{
	text-align:justify;
}
.post-author {
	margin-top:30px;
	float:left;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:20px 0;
}
.post-author p {
	padding: 0;
}
.author-img {
	float:left;
	width:50px;
}
.author-content {
	width: calc(100% - 70px);
	float: right;
}
.author-img img {
	border-radius:100%;
	width:55px;
	height:55px;
}
.author-content h4 {
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#505050;
	display:block;
	font-weight:500;
}
.author-social {
	position: absolute;
    right: 0px;
    top: 24px;
}
.author-social li {
	float:left;
	position:relative;
	width:46px;
	height:46px;
	line-height:46px;
	background:#fff;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.author-social li:nth-of-type(1) {
	border-left:1px solid #ddd;
}
.author-social li:before {
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:1px;
	height:46px;
	background:#ddd;
}
.author-social li a {
	color:#999;
}

.news-item {
	display: flex;
	align-items: center;
	float:left;
	border-bottom:1px solid #ddd;
	padding:8px 0;
	width: 100%;
}

.news-item:first-of-type {
	border-top:1px solid #ddd;;
}

.news-date {
	float:left;
	width:60px;
}
.news-date {
	width: 30px; 
	margin-right: 20px;
}
.news-date p  {
	text-align: center!important;
	padding: 0px;
	background-color: white;
	box-shadow: 0 0 0 1px #ddd;
	line-height: 14px;
	}
.news-date p span:first-of-type {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	font-weight: bold;
}	
.news-date p span:nth-of-type(2) {
	background: #2d2d32;
	box-shadow: 0 0 0 1px #2d2d32;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    display: block;
	padding: 2px;
}

.news-info {
	float:left;
	text-align: left;
	width:calc(100% - 60px);
}
.news-thumb img {
	border-radius:100%;
	float:left;
	width:30px;
	height:30px;
}
.news-info a {
	font-size:16px;
	color:#505050;
	font-weight:500;
	float: left;
}
.news-info p {
	padding-bottom:10px;
	float:left;
	width: calc(100% - 150px);
}

/*------ Video ------------------------------------------------*/
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}
.video-mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.mob-bg {
	display:none;
}
.video-holder{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}
.video-holder iframe  {
    position: absolute;
    top: -75px;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
	overflow:hidden;
}
.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*------404------------------------------------------------*/
.error-wrap {
	top:30%;
	z-index:20;
}
.error-wrap h2 {
	font-size: 134px;
	color: #fff;
	font-weight: 700;
	line-height:120px;
}
.error-wrap p {
	color: rgba(255, 255, 255, 0.91);
	font-size: 12px;
	text-align:center;
	letter-spacing:2px;
	text-transform:uppercase;
}
.error-wrap form {
	margin: 30px auto 20px;
	max-width: 550px;
	overflow: hidden;
	position: relative;
}
.error-wrap form input {
	float: left;
	width: 100%;
	border: none;
	background: #fff;
	height: 50px;
	padding: 0 100px 0 20px;
	z-index: 1;
}
.error-wrap form #err_submit_btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	color: #fff;
	border: none;
	cursor: pointer;
}
.error-wrap form .search-submit:hover {
	background: #292929;
}
.error-wrap .err-btn{
	display: inline-table;
	margin-top: 10px;
	padding:15px 20px;
	background:#292929;
	color:#fff;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.error-wrap .err-btn i {
	padding-left:12px;
}
.sec-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 1;
}
.line-item {
	float: left;
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255,255, 0.1);
	height: 100%;
	position: relative;
}
.sec-lines .container {
	width:100%;
}
.line-item:first-child {
	border-left: 1px solid rgba(255, 255,255, 0.1);
}
/*------responsive------------------------------------------------*/

@media only screen and (max-width: 1280px) {

	.multi-slideshow-wrap_1 {
		width:100%;
		padding:0;
	}
	.multi-slideshow-wrap_2, .multi-slideshow-wrap_3 {
		display: none;
	}
.nav-holder {
	margin-left:0px;
}
.option-panel {
	width:50%;
}
.hero-start-link.hero-start-link_mlt {
	width: calc(80% - 100px);
}
.fixed-column-wrap_title h1 {
    text-align: left;
}
.four-column .gallery-item {
	width:33.3%;
}
.four-column .gallery-item.gallery-item-second {
	width:66.6%;
}
}

@media only screen and (max-width: 1280px) {
header.main-header {
    background: white;
    height: 60px;
	width: 120px;
}
.project-box {
    bottom: -75px!important;
}
.project-box.expand {
    bottom: 44px!important;
}
.column-wrap {
    width: 100%;
}
.header-logo img {
	height: 60px;
}
.nav-button-wrap {
    right: 0px;
    top: 0px;
    width: 60px;
}
.nav-button {
	top: 11px;
}
#wrapper {
	left:0;
}
.parallax-header {
    bottom: 0px!important;
}
.left-panel , .share-button:before , .share-button:after , .header-contacts , .progress-bar-wrap , .scroll-nav-wrap , .height-emulator  , .flat-project_title_dec , .tabs-counter , .hor-mob-filter:before , .hor-mob-filter:after   {
	display:none;
}
.hor-mob-filter {
	left:0;
}
.share-button {
	top:0;
	width:90px;
	left:190px;
	height:90px;
    -webkit-transform: translate3d(0,0,0);
}
.share-button span {
	display:inline-table;
	top:30px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.share-button span:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-4px;
	height:1px;
}
.share-wrapper {
    bottom: inherit;
	top:90px;
}
.hero-start-link.hero-start-link_mlt , .fixed-column-wrap , .column-wrap , .fixed-column-wrap-content  , .hero-start-link    , section.hero-section:before  {
	width:100%;
}
.page-load , .share-wrapper  {
	left:0px;
}
.hero-start-link  {
	z-index:50;
    background: #2A2A2E;
}
.hero-bg {
	right:0;
	left:0;
}
section.hero-section:before {
	background: #323236;
}
section.hero-section {
    padding: 100px 0 75px;
}
.multi-slideshow-wrap_1 , .multi-slideshow-wrap_2   {
	bottom:70px;
}
.hero-title {
	top:25%;
}
.fixed-column-wrap , .fixed-column-wrap-content {
	position:relative!important;
	float:left;
	top:0;
	height:auto !important;
}
.fixed-column-wrap-content.map-mobile {
	height:400px !important;
	padding:0;
}
.fixed-column-wrap-content  {
	padding:40vh 0 100px;
}
.fixed-column-wrap_title {
    position: relative;
    bottom:0;
    left:0;
    right:0;
    z-index: 21;
    text-align: left;
	margin:0 auto;
    max-width: 824px;
	width:92%;
}
.fixed-column-wrap_title p {
	text-align:left;
	float:left;
}
.fixed-column-wrap_title h2:before{
	right:inherit;
	left:0;
}
.main-footer {
	position:relative;
	float:left;
	width:100%;
	left:0;
}
.footer-inner {
    padding: 50px 0 70px;
}
.show-case-slider-wrap ,   .mob-carusel {
	height:400px;
	overflow:hidden;
}
.flat-project_title h2 {
    text-align: left;
    font-size: 32px;
    line-height: 44px;
    padding-right: 0;
}
.tabs-menu {
	margin-top:30px;
}
.gallery-item , .gallery-item.gallery-item-second {
	width:50% !important;	
}
.gallery-item-third {
	width:100% !important;	
}

.ff_panel-conainer {
	padding-bottom:0;
}
.in-filter_mobpanel {
	float:left;
	width:100%;
	position:relative;
	left:0;
	height:auto;
	padding-right:0;
}
.in-filter_mobpanel .gallery-filters{
	height:auto;
}
.mob-bg {
	display:block;
}
.section-number.right_sn {
	right:0;
	overflow:hidden;
}
.frbg {
	height:100%;
	padding-bottom:80px;
}	
}
@media only screen and (max-width: 768px) {
.hero-slider-wrap_halftwo {
    left: 0;
	bottom:60px;
}
.serv-text {
    padding-top: 0px;
}
.split-sceen-content_title h3 {
    font-size: 22px;
    line-height: 26px;
}
.hero-start-link a.start-link  {
    display: none;
	padding-left: 0px;
}
.fw-carousel-control {
	height: 120px;
}
.intro-bar {
	width:100%;
	height: 50px;
	padding-right: 0px;
}
.half-scrollbar {
	display: none;
}

.scroll-down-wrap span {
    top: 0px;
}
.carousel-title-wrap {
    padding: 40px 20px 50px;
}
.hero-start-link {
	padding-left: 0px;
}

.fixed-column-wrap_title h1 {
    font-size: 32px;
	line-height: 36px;
}
.custom-select {
    position: relative;
    float: left;
    padding: 2px 10px;
	margin-top: 0px;
    width: 100%;
}
.in-filter_mobpanel  .fixed-filter-panel_title {
	position:relative;
	float:left;
}
#portfolio_horizontal_container , .horizontal-grid-wrap    {
	float:left;
	width:100%;
}
.horizontal-grid-wrap  {
	overflow:auto !important;
}
#portfolio_horizontal_container .portfolio_item  , #portfolio_horizontal_container .portfolio_item .grid-item-holder , #portfolio_horizontal_container .portfolio_item .grid-item-holder img {
	width: 100%;
	height: auto !important;
}
.option-panel .slide-progress-container , .hero-start-link:after , .hero-start-link:before , .content-nav li a.rn span , .content-nav li a.ln span , .inline-filter-panel  .folio-counter {
	display:none;
}
.option-panel .swiper-counter {
	width:inherit;
	margin-left:10px;
}
.half-hero-wrap h1 , .hero-section .section-title h2, .hero-title .section-title h2 {
    font-size: 35px;
	line-height:35px;
}
.half-hero-wrap h4 {
    font-size: 12px;
	max-width:350px
}

.fw-carousel-control_container , .inline-filter_title {
	width: 100%;
}
.inline-facts-wrap {
	width:50%;
}
.inline-filter_title {
	margin-right:0;
	margin-bottom:15px;
}
.content-nav {
	padding:0 30px;
}
.content-nav_holder:before {
	width:100%;
	background: #2D2D32;
}
.content-nav li a.ln, .content-nav li a.rn {
    padding: 30px 0;
}
.hor-mob-filter .gallery-filters{
	position:absolute;
	bottom:60px;
	height:auto !important;
	display:none;
	width:100%;
    background: #35353A;
	left:0;
	padding:35px 30px;
	text-align:left;
}
.hor-mob-filter .gallery-filters a {
	width:100%;
	line-height:35px;
}
.hor-mob-filter  .round-counter {
	margin-left:190px;
}
.cont-det-wrap {
    padding: 20px 20px;
    position: relative;
	float:left;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
}
@media only screen and (max-width: 640px) {
.flat-project_title h1 {
	font-size: 32px;
	line-height: 36px;
}
p {
    text-align: left;
}

.container {
	width: 90%;
}
.close {
	display:none;
  }
.option-panel {
	width:180px;
	padding-left:0;
}
.gallery-item , .gallery-item.gallery-item-second {
	width:100% !important;	
}

.start-btn.hero-start {
    width: 130px;
}

.parallax-header span {
    display:none
}

.parallax-header {
	display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
	bottom: 0!important;
}

.parallax-header.one-col {
    grid-template-columns: repeat(1, 1fr);
}
.parallax-header.two-col {
    grid-template-columns: repeat(2, 1fr);
}
.parallax-header.four-col {
    grid-template-columns: repeat(4, 1fr);
}

.parallax-header a {
    text-align: center;
    padding: 5px;
    letter-spacing: 0;
    border: solid 1px rgba(255,255,255,0.11);
	margin: 0;
}

.pr-list {
    padding: 20px;
}

.option-panel .swiper-counter , .rotate_text , header.main-header:before , .nav-button-wrap:before , .order-wrap:before, .hero-slider_control {
	display:none;
}
.half-hero-wrap {
	left:50px;
	top:25%;
	padding-right:50px;
}
.hlaf-slider-pag {
	right:10px;
}
.fw-carousel-control_container .flat-project_title_link {
    margin-left: 20px;
}
.nav-button {
    left: 0;
}

.post-author {
    margin: 30px 0;
}
.author-social {
	top: auto;
    bottom: -60px;
	left: 0px;
    width: 100%;
    position: absolute;
}
.author-social li {
    width: 33.33333%;
}
.team-box  {
	width:100%;
	padding:0;
}
.show-case-slider-wrap , .mob-carusel {
	height:300px;
}
.tabs-menu li {
    float: left;
    margin-right: 10px;
    padding: 0 15px 0 0;
	width: 100%;
}
.in-filter_mobpanel  .gallery-filters{
	padding-left:10px;
}
.order-wrap {
	margin-top:30px;
	height: auto;
}
.order-wrap a {
	float:left;
	margin-top:40px;
	width: 100%;
    text-align: center;
}
.nav-scroll-bar-wrap {
	padding:50px 40px 100px 50px;
}
nav.nav-inner {
	margin-top:50px;
}
.lang-links  {
	margin-top:90px;
}
.section-separator {
    width: 90%;
}
.to-top-btn  {
	width: 100vw;
    position: absolute;
    left: -6%;
    bottom: 90px;
	overflow: hidden;
}
}
@media only screen and (max-width: 560px) {

.article .column-wrap-text p {
	text-align: left;
}

h1,h2,h3,h4  {
	hyphens: auto;
}
.split-sceen-content_title h2 {
    font-size: 22px;
    line-height: 26px;
}
.ss-slider-controls {
    width: 100%;
}

.nav-holder {
    width: 300px;
}
.nav-scroll-bar-wrap {
    padding: 50px 10px 100px 30px;
}
.share-button {
    left: 160px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}

/*------custom------------------------------------------------*/

/*------whiteheader------------------------------------------------*/

.menu-button-text {
    color: rgba(0, 0, 0, 0.55);
}

.nav-button:hover .menu-button-text {
    color: rgba(0, 0, 0, 0.51);
}

section.article:after {
	content: "";
	display: flex;
    margin: 60px auto 0px;
    max-width: 824px;
    width: 92%;
    height: 1px;
    position: relative;
    background: #ddd;
}

@media only screen and (max-width: 560px) {
.nav-holder {
    width: 100%;
}}

.color-wg {
	color: #9b9189!important;
}

.slideshow {
	position: absolute;
	overflow: hidden;
  }
  
  .slideshow-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 50%;
	background-size: cover;
	-webkit-animation-name: kenburns;
	animation-name: kenburns;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 24s;
	animation-duration: 24s;
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }
  
  .slideshow-image:nth-child(1) {
	-webkit-animation-name: kenburns-1;
	animation-name: kenburns-1;
	z-index: 3;
  }
  
  .slideshow-image:nth-child(2) {
	-webkit-animation-name: kenburns-2;
	animation-name: kenburns-2;
	z-index: 2;
  }
  
  .slideshow-image:nth-child(3) {
	-webkit-animation-name: kenburns-3;
	animation-name: kenburns-3;
	z-index: 1;
  }
  
  .slideshow-image:nth-child(4) {
	-webkit-animation-name: kenburns-4;
	animation-name: kenburns-4;
	z-index: 0;
  }

  @-webkit-keyframes 
kenburns-1 {  0% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 1.5625% {
 opacity: 1;
}
 23.4375% {
 opacity: 1;
}
 26.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 98.4375% {
 opacity: 0;
 -webkit-transform: scale(1.21176);
 transform: scale(1.21176);
}
 100% {
 opacity: 1;
}
}

@keyframes 
kenburns-1 {  0% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 1.5625% {
 opacity: 1;
}
 23.4375% {
 opacity: 1;
}
 26.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 98.4375% {
 opacity: 0;
 -webkit-transform: scale(1.21176);
 transform: scale(1.21176);
}
 100% {
 opacity: 1;
}
}

@-webkit-keyframes 
kenburns-2 {  23.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 26.5625% {
 opacity: 1;
}
 48.4375% {
 opacity: 1;
}
 51.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}

@keyframes 
kenburns-2 {  23.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 26.5625% {
 opacity: 1;
}
 48.4375% {
 opacity: 1;
}
 51.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}

@-webkit-keyframes 
kenburns-3 {  48.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 51.5625% {
 opacity: 1;
}
 73.4375% {
 opacity: 1;
}
 76.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}

@keyframes 
kenburns-3 {  48.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 51.5625% {
 opacity: 1;
}
 73.4375% {
 opacity: 1;
}
 76.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}

@-webkit-keyframes 
kenburns-4 {  73.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 76.5625% {
 opacity: 1;
}
 98.4375% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}

@keyframes 
kenburns-4 {  73.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 76.5625% {
 opacity: 1;
}
 98.4375% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}

.readmore {
	position: relative;
	max-height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
	transition:max-height 0.1s ease-out;
  }
  
  .readmore.expand{
	max-height: 5000px !important;
	transition:max-height 0.9s ease-in-out;
  }
  
  .readmore-link{
	position: absolute;
	bottom: 0;
	right: 0;
	width:100%;
	height: 160px;
	text-align: center;
	font-size:14px;
	padding-top:130px;
	background-image: linear-gradient(to bottom, rgba(248,248,248,0), rgba(248,248,248,1));
	cursor: pointer;
  }
  
  .readmore-link.expand {
	position: relative;
	background-image: none;
	padding-top:10px;
	height:20px;
  }
  
  .readmore-link:before {
	content:"\f322 ";
	font-family: Font Awesome\ 5 Pro;
	padding: 5px;
  }

  .readmore-link:after {
	content:" weiterlesen";
	position: relative;
	top: -1px;
	font-weight: 600;
  }

  .readmore-link.expand:before {
	content:"\f325 ";
	font-family: Font Awesome\ 5 Pro;
  }

  .readmore-link.expand:after{
	content:" minimieren";
  }

    .readmore.expand{
	max-height: 5000px !important;
	transition:max-height 0.9s ease-in-out;
  }
  
  .readmore-link{
	position: absolute;
	bottom: 0;
	right: 0;
	width:100%;
	height: 160px;
	text-align: center;
	font-size:14px;
	padding-top:130px;
	background-image: linear-gradient(to bottom, rgba(248,248,248,0), rgba(248,248,248,1));
	cursor: pointer;
  }
  
  .readmore-link.expand {
	position: relative;
	background-image: none;
	padding-top:10px;
	height:20px;
  }
  
  .readmore-link:before {
	content:"\f322 ";
	font-family: Font Awesome\ 5 Pro;
	padding: 5px;
  }

  .readmore-link:after {
	content:" weiterlesen";
	position: relative;
	top: -1px;
	font-weight: 600;
  }

  .readmore-link.expand:before {
	content:"\f325 ";
	font-family: Font Awesome\ 5 Pro;
  }

  .readmore-link.expand:after{
	content:" minimieren";
  }

  @keyframes flipdown {
	0% {
	  opacity: 0;
	  transform-origin: top center;
	  transform: rotateX(-90deg);
	}
	5% {
	  opacity: 1;
	}
	80% {
	  transform: rotateX(8deg);
	}
	83% {
	  transform: rotateX(6deg);
	}
	92% {
	  transform: rotateX(-3deg);
	}
	100% {
	  transform-origin: top center;
	  transform: rotateX(0deg);
	}
  }

  [class*=icon-] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    color: currentColor;
    text-align: left;
    text-indent: -9999px;
    direction: ltr;
}
  .icon-tiles {
    width: 6px;
    height: 6px;
    box-shadow: 0 -8px 0, -8px -8px 0, 8px -8px 0, 0 0 0 32px inset, -8px 0 0, 8px 0 0, 0 8px 0, -8px 8px 0, 8px 8px 0;
    margin: 0 15px;
}

.icon-list {
    width: 8px;
    height: 4px;
    box-shadow: 0 -8px 0, -10px -8px 0, 8px -8px 0, 0 0 0 32px inset, -10px 0 0, 8px 0 0, 0 8px 0, -10px 8px 0, 8px 8px 0;
    margin: 0 15px;
}

.gallery-item.vertical {
    width: 100%!important;
	padding: 0 0 2px 0!important;
}

.gallery-item.vertical .cr {
    display:none;
}

.dn {
    display: none;
}

select {
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
	padding: 5px;	
  }

  option:first-child {
	display: none;
}

  .select {
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
	cursor: pointer;
	background-color: #2d2d32;
	font-size: 12px;
	height: 29px!important;
    padding: 5px 10px;
    position: relative;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
    background: #2d2d32;
    border: solid 1px rgba(255,255,255,0.11);
  }
  .select select, .select::after {
	grid-area: select;
  }
  .select:not(.select--multiple)::after {
	content: "";
	justify-self: end;
	width: 0.8em;
	height: 0.5em;
	background-color: white;
	-webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
			clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  }
  
  select:focus + .focus {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid var(--select-focus);
	border-radius: inherit;
  }

  .film-grain {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(../images/film-grain.gif) repeat top left;
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

/* Award Ribbons */
.cr {
	width: 200px;
	padding: 16px;
	position: absolute;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index:2;
  }

.gallery-item .cr {
	width: 140px;
	padding: 5px;
	font-size: 10px;
	position: absolute;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	top:10px;
	z-index:11;
  }
  
  .cr-sticky {
	position: fixed;
  }
  
  /* Positions */
  .cr-top    { top: 25px; }
  .cr-bottom { bottom: 25px; }
  .cr-left   { left: -50px; }
  .cr-right  { right: -50px; }
  
  /* Rotations */
  .cr-top.cr-left,
  .cr-bottom.cr-right {
	transform: rotate(-45deg);
  }
  
  .cr-top.cr-right,
  .cr-bottom.cr-left {
	transform: rotate(45deg);
  }
  
  /* Colors */
  .cr-gold 		{ background-color: #bca043}
  .cr-silver 	{ background-color: #747474 !important;}  
  .cr-bronze 	{ background-color: #625025 }

  .close {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	z-index: 99;
	opacity: 0.55;
  }
  .close:hover {
	opacity: 0.75;
  }
  .close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: black
  }
  .close:before {
	transform: rotate(45deg);
  }
  .close:after {
	transform: rotate(-45deg);
  }

  .hide {
	display: none;
  }

  /* cms helper classes */
  .mce-edit-focus {
    outline: 1px dotted #8bc34a!important;
	}

	#buttons {
		right: -75px!important;
		top: 180px!important;
	}

	/*!
   light-modal v1.1.0: A new lightweight css modal.
   (c) 2017 
   MIT License
   git+https://github.com/hunzaboy/Light-Modal.git
*/
.light-modal {
	display: none;
	position: fixed;
	background: transparent;
	top: 0;
	bottom: 0;
	left: 0;
	-ms-flex-align: center;
		align-items: center;
	-ms-flex-pack: center;
		justify-content: center;
	right: 0;
	z-index: 9000;
	transition: background 1s;
	font-size: 16px;
	visibility: hidden;
  }
  
  .light-modal-content {
    background: white;
    width: 50vw;
    max-width: 700px;
    position: relative;
    max-height: calc(100vh - 50px);
    line-height: 1.4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
	flex-direction: column;
	color: #5e646a;
}
.light-modal-content h1 {
	font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
	font-weight: 600;
	color: #2A2A2E;
    line-height: 1.1em;
}
.light-modal-content p {
	color: #5e646a;
    font-size: 17px;
	}

  .light-modal-content img {
	max-width: 100%;
	border-radius: .2em;
  }
  
  .light-modal-content.large-content {
	width: 50vw;
  }
  
  .light-modal-header {
	padding: 20px 20px 20px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
		justify-content: space-between;
	-ms-flex-align: center;
		align-items: center;
		background:	#505050;
  }
  
  .light-modal-heading {
	margin: 0;
	font-size: 1.5em;
	color: white;
  }
  
  .light-modal-heading + .light-modal-close-icon {
	position: static;
	background: #2A2A2E;
  }
  
  .light-modal-body {
	padding: 20px;
	overflow: auto;
  }
  
  .light-modal-footer {
	padding: 20px 20px 20px 20px;
	text-align: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
		align-items: center;
  }
  
  .light-modal-close-icon, .light-modal-close-btn {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	font-size: 1.5em;
	line-height: 1;
	transition: background .2s ease-in-out;
  }
  
  .light-modal-close-icon {
	position: absolute;
	top: -15px;
	right: -15px;
  }
  
  .light-modal-close-btn {
	font-size: 1em;
  }
  
  .light-modal-caption {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	top: 100%;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.2);
	border-radius: .2em;
	width: 100%;
	text-align: center;
	margin-top: 5px;
  }
  
  .light-modal:target {
	background: rgba(0, 0, 0, 0.5);
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
  }
  
  .light-modal-navigation .navigation-next,
  .light-modal-navigation .navigation-prev {
	width: 32px;
	height: 32px;
	border-color: #fff;
	transition: border-color .2s;
  }
  
  .light-modal-navigation .navigation-next:hover,
  .light-modal-navigation .navigation-prev:hover {
	border-color: rgba(255, 255, 255, 0.7);
  }
  
  .light-modal-navigation .navigation-next {
	position: absolute;
	right: -50px;
	top: 50%;
	border-bottom: 1px solid;
	border-left: 1px solid;
	-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
  }
  
  .light-modal-navigation .navigation-prev {
	position: absolute;
	left: -50px;
	top: 50%;
	border-bottom: 1px solid;
	border-left: 1px solid;
	-ms-transform: rotate(45deg);
		transform: rotate(45deg);
  }
  
  @media (max-width: 480px) {
	.light-modal-navigation .navigation-next {
	  right: 5px;
	}
	.light-modal-navigation .navigation-prev {
	  left: 5px;
	}
  }
  
  @keyframes basic {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  
  .basic {
	animation-name: basic;
  }
  
  @media (max-width: 767px) {
	.light-modal {
	  font-size: 14px;
	}
	.light-modal:target .light-modal-content {
	  width: 95vw;
	}
  }
  
  @supports (display: flex) {
	@media (max-width: 767px) {
	  .light-modal:target .light-modal-content {
		width: 95vw;
	  }
	}
  }
