/*------------------------------------------------------------------
Project:	SIMLOOP 2020
Version:	1.0
Assigned to:	FAJNOR.EU
Primary use:	AJAX wordpress web page
Edit: @.m.Fajnor
-------------------------------------------------------------------*/


@import url("shortcodes.css");
@import url("assets.css");

/*--------------------------------------------------
	01. Animations
---------------------------------------------------*/
.delay-1 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.delay-1::after {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.delay-2 {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.delay-2::after {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.delay-3 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.delay-3::after {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.delay-4 {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.delay-4::after {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.delay-5 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.delay-5::after {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.delay-6 {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.delay-6::after {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.delay-7 {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.delay-7::after {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.delay-8 {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.delay-8::after {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.delay-9 {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.delay-9::after {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.delay-10 {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.delay-10::after {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

[data-animation-container] {
  pointer-events: none;
}

[data-animation-container] > * {
  pointer-events: none;
}

[data-animation-container].animated {
  pointer-events: auto;
}

[data-animation-container].animated > * {
  pointer-events: auto;
}

.cover-right,
.cover-down {
  display: block;
  position: relative;
}

.cover-right > *,
.cover-down > * {
  opacity: 0;
  pointer-events: none;
}

.cover-right::after,
.cover-down::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #FF003C;
}

h1.cover-right, h2.cover-right, h3.cover-right, h4.cover-right, h5.cover-right, h6.cover-right {
  padding-bottom: 10px;
}

h1.cover-down, h2.cover-down, h3.cover-down, h4.cover-down, h5.cover-down, h6.cover-down {
  padding-bottom: 10px;
}

.cover-right-anim > *,
.cover-down-anim > * {
  -webkit-animation-name: reveal;
          animation-name: reveal;
  -webkit-animation-duration: 10ms;
          animation-duration: 10ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  pointer-events: auto;
}

.cover-right-anim.delay-1 > *,
.cover-down-anim.delay-1 > * {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.cover-right-anim.delay-2 > *,
.cover-down-anim.delay-2 > * {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}

.cover-right-anim.delay-3 > *,
.cover-down-anim.delay-3 > * {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.cover-right-anim.delay-4 > *,
.cover-down-anim.delay-4 > * {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}

.cover-right-anim.delay-5 > *,
.cover-down-anim.delay-5 > * {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.cover-right-anim.delay-6 > *,
.cover-down-anim.delay-6 > * {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.cover-right-anim.delay-7 > *,
.cover-down-anim.delay-7 > * {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}

.cover-right-anim.delay-8 > *,
.cover-down-anim.delay-8 > * {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}

.cover-right-anim.delay-9 > *,
.cover-down-anim.delay-9 > * {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.cover-right-anim.delay-10 > *,
.cover-down-anim.delay-10 > * {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}

.cover-right-anim::after,
.cover-down-anim::after {
  -webkit-animation-duration: 1800ms;
          animation-duration: 1800ms;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.cover-down::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.cover-down-anim::after {
  -webkit-animation-name: coverDown;
          animation-name: coverDown;
}

@-webkit-keyframes coverDown {
  0% {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  48% {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  52% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes coverDown {
  0% {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  48% {
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  52% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.cover-right::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.cover-right-anim::after {
  -webkit-animation-name: coverRight;
          animation-name: coverRight;
}

@-webkit-keyframes coverRight {
  0% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  48% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  52% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes coverRight {
  0% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  48% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  52% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@-webkit-keyframes reveal {
  100% {
    opacity: 1;
  }
}

@keyframes reveal {
  100% {
    opacity: 1;
  }
}

.slide-up,
.slide-down,
.slide-left,
.slide-left-long,
.slide-right,
.slide-down-right {
  opacity: 0;
  pointer-events: none;
}

.slide-up {
  -webkit-transform: translateY(335px);
          transform: translateY(335px);
}

.slide-down {
  -webkit-transform: translateY(-335px);
          transform: translateY(-335px);
}

.slide-left {
  -webkit-transform: translateX(335px);
          transform: translateX(335px);
}
.slide-left-long {
  -webkit-transform: translateX(935px);
          transform: translateX(935px);
}
.slide-right {
  -webkit-transform: translateX(-335px);
          transform: translateX(-335px);
}
.slide-down-right {
    -webkit-transform: translate(-335px, -335px);
          transform: translate(-335px, -335px);
}
.slide-anim {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}

.blur-kruh-wrap {  
  position: absolute;
  width: 175px;
  height: 175px;
  left: 0;
  top: 25%;
}
.blur-kruh {
  width: 175px;
  height: 175px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .4); 
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}
.blur-kruh:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 2000px rgba(0, 0, 0, .8);
  filter: blur(10px);
  margin: -20px;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: 300;
	color: #6a7175;
	background: #fff;
}
html {
	box-sizing: border-box;
	margin-right: 0px!important;
	overflow: visible!important;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0;
}
body.hidden { opacity:0;}
small { font-size: smaller;}
big {font-size: 125%;}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {bottom: 1ex;}
sub {top: .5ex;}
dl {margin-bottom: 24px;}
dt {font-weight: bold;}
dd {margin-bottom: 24px;}
ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
ul {list-style: disc;}
ol {list-style: decimal;}
li > ul,
li > ol {
	margin: 0 0 0 20px;
}
li {
	line-height: 20px;
	color:#333;
	margin-bottom:10px;
}
del {color: #767676;}
hr {
	border: 0;
	height: 25px;
	width:100%;
	float:none;
	margin:0;
	display:inline-block;
}
hr.small {height:20px;}
hr:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
img {
	border: 0 none;
	max-width: 100%;
	vertical-align: middle;
}
A, BUTTON {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    cursor: pointer;
}
h1,h2 {
	font-size: 48px;
	font-weight: 700;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: 300;
	color: #1c1f3b;	
}
a, button { outline: none  }
.text-lead {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
}

.text-additional {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 17px;
}

/*--------------------------------------------------
	03. General
---------------------------------------------------*/
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.overlay-black::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-fixed {
  background-attachment: fixed;
}

.section-img-70vh {
  position: relative;
  height: 70vh;
}

.section-img-85vh {
  position: relative;
  height: 85vh;
}

.section-img-100vh {
  position: relative;
  height: 100vh;
}

.section-img-70vh .container,
.section-img-85vh .container,
.section-img-100vh .container {
  height: 100%;
}

.section-60vh,
.section-80vh,
.section-100vh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-60vh {
  min-height: 60vh;
}

.section-80vh {
  min-height: 80vh;
}

.section-100vh {
  min-height: 100vh;
}

.section-small {
  padding: 80px 0;
}

.section-medium {
  padding: 100px 0;
}

.section-large {
  padding: 160px 0;
}

.section-title {
  position: relative;
}

.section-title .subtitle {
  font-family: "Barlow Condensed", sans-serif;
  color: #FF003C;
  margin-bottom: 6px;
}

.section-title h2 {
  display: inline-block;
  text-transform: capitalize;
  line-height: 100%;
}

.section-title-small h2 {
  font-size: 65px;
}

.section-title-medium h2 {
  font-size: 70px;
}

.section-title-large h2 {
  font-size: 75px;
}

.section-title .text-lead {
  margin-top: 20px;
}

.section-title .section-text {
  font-size: 17px;
  line-height: 160%;
  margin-top: 20px;
}

.bg-gradient-black {
  background-image: linear-gradient(109.5deg, #08090A 22.51%, #000000 93.2%);
}

.bg-black {
  background-color: #08090A;
}

.bg-light {
  background-color: #FFFFFF;
}

.bg-gray {
  background-color: #F3F3F3;
}

.bg-gray-dark {
  background-color: #1a1a1a;
}

.bg-reveal-light {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-reveal-dark {
  background-color: #F3F3F3;
}

.box-shadow {
  -webkit-box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 20px 30px -20px rgba(0, 0, 0, 0.8);
}

.text-theme {
  color: #FF003C;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #FFFFFF;
}

.text-dark-gray {
  color: #555555;
}

.text-light-gray {
  color: #CFCFCF;
}

.dNone {
  display: none;
}

.dBlock {
  display: block !important;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}



.last {margin-right:0px;}
.text-align-center {text-align:center;}
.text-align-left {text-align:left;}
.outer {
	display:table;
	width:100%;
	height:100%;
}
.inner {
	display:table-cell;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.vc_row {
	position:relative;
	z-index:1;
	opacity:1;
}
.row_padding_top {padding-top:120px;}
.row_padding_bottom {padding-bottom:100px;}

/*--------------------------------------------------
 Main
---------------------------------------------------*/	
	
	main {
		-webkit-transition: background 0.4s ease-in-out 0s;
		transition: background 0.4s ease-in-out 0s;
		overflow: visible;
	}
	
	#magic-cursor {
	  position: absolute;
	  left:0;
	  top:0;
	  width: 30px;
	  height: 30px;
	  pointer-events: none;
	  z-index:10000;
	}
	
	#ball {
		position: fixed;
		transform: translate(-50%, -50%);
		width: 30px;
		height: 30px;
		border: 2px solid #000;
		border-radius: 50%;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;	
	}
	
	.mfp-zoom-out-cur #ball {
		opacity:0;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	#ball:before {
		font-family: FontAwesome;
		content: "\f053";
		font-size:6px;
		width:4px;
		height:8px;
		line-height:8px;
		text-align:center;
		position:absolute;
		left:-12px;
		top:9px;
		color:#fff;
		opacity:0;
		transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball:after {
		font-family: FontAwesome;
		content: "\f054";
		font-size:6px;
		width:4px;
		height:8px;
		line-height:8px;
		text-align:center;
		position:absolute;
		right:-10px;
		top:9px;
		color:#fff;
		opacity:0;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-up #ball:before, .scale-up #ball:after {
		opacity:1;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	}
	
	#ball i {
		color:#fff;
		width:29px;
		height:30px;
		line-height:28px;
		text-align:center;
		font-size:6px;
		display:block;
		opacity:1;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-up #ball i {
		opacity:0;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	}
	
	#ball.with-icon i {
		width:27px;
	}
	
	#ball.close-icon i {
		color:#1c1f3b;
		width:27px;
		font-size:8px;
	}
	
	#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
		display:block;
	}
	
	#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
		display:none;
	}
	
	#ball-loader {
		width: 40px;
		height: 40px;
		position:absolute;
		background-color: transparent;
		border-right: 2px solid transparent;
		border-bottom: 2px solid #000;
		border-left: 2px solid transparent;
		border-top: 2px solid transparent;
		border-radius: 50px;
		box-sizing: border-box;
		opacity:0;
		transform: translate(-9px, -9px) rotate(0deg);
		-webkit-animation: rotating 0.8s ease-in-out infinite;
		animation: rotating 0.8s ease-in-out infinite;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	.show-loader #ball-loader {
		opacity:1;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	@keyframes rotating {
      0% {
		-webkit-transform: translate(-7px, -7px) rotate(0deg);
		transform:  translate(-7px, -7px) rotate(0deg);
      }
	  
	  95% {
        -webkit-transform:  translate(-7px, -7px) rotate(350deg);
		transform:  translate(-7px, -7px) rotate(350deg);
      }
	  
      100% {
        -webkit-transform:  translate(-7px, -7px) rotate(360deg);
		transform:  translate(-7px, -7px) rotate(360deg);
      }
	}
	
	.show-loader a {
		pointer-events:none;
	}
	
	#rotate-device {
		width:100%;
		height:100%;
		position:fixed;
		z-index:1000;
		top:0;
		left:0;
		background-color:#FFF;
		background-image:url(images/rotate.png);
		background-size:100px 100px;
		background-position:center;
		background-repeat:no-repeat;
		display:none;
	}
	

/*--------------------------------------------------
 Page Overlay
---------------------------------------------------*/	

	.preloader-wrap {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0; 
		bottom: 0;
		background: rgba(255,255,255,1);
		z-index : 2000;
		text-align:center;
	}
	
	.percentage {
		z-index: 100;
		color: #1c1f3b;
		opacity:1;
		font-weight: 700;
		font-size:200px;
		line-height:200px;
		color:rgba(0,0,0,0.05);
	}
	
	.trackbar {
		width: 20vw;
		height: 1px;
		background: rgba(0,0,0,0.2);
		margin: 0 auto;
		position: fixed;
		bottom:100px;
		left:40vw;
		opacity: 1;
	}
	
	.loadbar {
		width: 0%;
		height: 1px;
		background: rgba(0,0,0,1); 
		position: absolute;
		top: 0;
		left: 0;
		right:0;
		margin: 0 auto;
		overflow: hidden;
	}
	
/*--------------------------------------------------
 Header Elements
---------------------------------------------------*/	

	header {
		opacity: 1;
		width: 100%;
		height: 100px;
		left: 0;
		top: 0;
		background-color: #ffffffe3;
		position: fixed;
		box-sizing: border-box;
		z-index: 1000;
		-webkit-transition: background 0.4s ease-in-out 0s;
		transition: background 0.4s ease-in-out 0s;
	}
	body.home header,
	header.transparent {
		background-color: #141939;
	}

	#header-container {
		box-sizing: border-box;
		height: 60px;
		padding: 0 80px;
		margin: 30px auto;
		position: relative;
		width: 100%;
		z-index: 20;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	#logo {
		position: relative;
		display: table;
		pointer-events: auto;
		z-index: 10;
		top: 10px;
		float: left;
	}

	#logo a {
		display:block;
		/*
    width: 120px;
    */
	}

	#logo a.disable, .open #logo a {
		pointer-events: none;
	}

	#logo img {
		display: block;
		height: 90px;
		width: auto;
	}


:root {
  --gutter: 2rem;
  --replace-offset: 50%;
  --replace-offset-2: calc((100% - var(--replace-offset) ) * -1);
  --replace-icon-offset: 50%;
  --replace-icon-offset-2: calc((100% - var(--replace-icon-offset) ) * -1);
}
.header {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: calc(var(--gutter) * .5);
  text-align: center;
}
.logo {
  display: inline-block;
  /*border: solid;
  padding: calc(var(--gutter) * .25);
  border-radius: calc(var(--gutter) * .25);
  font-size: 2em;*/
}

.logo--invert {
  /*background-color: var(--black);
  color: var(--white);
  border-color: var(--white);*/
}

.logo-js-replace, .icon-js-replace {
  display: grid;
}
.icon-js-replace {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 24px;
  height: 26px;
  cursor: pointer;
  overflow: hidden;
}
.js-replace__logo,.js-replace__icon {
  grid-row: -1 / 1;
  grid-column: -1 / 1; 
  overflow: hidden;
  will-change: transform;
}
.js-replace__logo {
  transform: translateY(calc(var(--replace-offset) * 1));  
}
.js-replace__icon {
  transform: translateY(calc(var(--replace-icon-offset) * 1));  
}
.js-replace__logo_content {
  will-change: transform;
  transform: translateY(calc(var(--replace-offset) * -1));
}
.js-replace__icon_content {
  will-change: transform;
  transform: translateY(calc(var(--replace-icon-offset) * -1));
}
.js-replace__logo--active {
  transform: translateY(calc(var(--replace-offset-2) * 1));  
}
.js-replace__icon--active {
  transform: translateY(calc(var(--replace-icon-offset-2) * 1));  
}
.js-replace__logo--active .js-replace__logo_content {
  transform: translateY(calc(var(--replace-offset-2) * -1));  
}
.js-replace__icon--active .js-replace__icon_content {
  transform: translateY(calc(var(--replace-icon-offset-2) * -1));  
}
.js-replace--reverse 
.js-replace__logo {
  transform: translateY(calc(var(--replace-offset-2) * 1));  
}
.js-replace--reverse 
.js-replace__icon {
  transform: translateY(calc(var(--replace-icon-offset-2) * 1));  
}
.js-replace--reverse 
.js-replace__logo_content {
  transform: translateY(calc(var(--replace-offset-2) * -1));
}
.js-replace--reverse 
.js-replace__icon_content {
  transform: translateY(calc(var(--replace-icon-offset-2) * -1));
}
.js-replace--reverse 
.js-replace__logo--active {
  transform: translateY(calc(var(--replace-offset) * 1));  
}
.js-replace--reverse 
.js-replace__icon--active {
  transform: translateY(calc(var(--replace-icon-offset) * 1));  
}
.js-replace--reverse 
.js-replace__logo--active .js-replace__logo_content {
  transform: translateY(calc(var(--replace-offset) * -1));
}
.js-replace--reverse 
.js-replace__icon--active .js-replace__icon_content {
  transform: translateY(calc(var(--replace-icon-offset) * -1));
}


	.menu-open.light-content .slide-in #logo img.white-logo {
		opacity:1;
	}

	#burger-wrapper {
		width: 80px;
		height: 80px;
		float: right;
		top: 0px;
		right: -25px;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	#burger-circle {
		width:40px;
		height:40px;
		border-radius:32px;
		box-sizing:border-box;
		background-color:#1c1f3b;
		position:absolute;
		left:50%;
		top:50%;
		margin-top:-20px;
		margin-left:-20px;
		cursor: pointer;
		z-index:1;
		-webkit-transition: background-color  0.2s ease-in-out;
		transition: background-color  0.2s ease-in-out;
	}

	
.menu-icon {
		width: 22px;
		height: 22px;
		position: relative;
		margin: 0 auto;		
		z-index:2;
		pointer-events: none;
	}

	.menu-overlay .menu-icon {
		display:block;
	}

	.menu-icon span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  border-radius: 2px;
	  opacity: 1;
	  right: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out,  opacity  0.2s ease-in-out;
		transition: background-color  0.05s ease-in-out,  transform  0.2s ease-in-out,  top  0.2s ease-in-out, opacity  0.2s ease-in-out;
	}

  .menu-icon span {
    background: black;
  }
  .menu-icon--invert span {
    background: white;
  }

	.menu-icon span:nth-child(1) {
	  top: 7px;
	}

	.menu-icon span:nth-child(2){
	  top: 15px;
	}
	.menu-icon span:nth-child(3){
	  top: 22px;
	}

  .menu-icon.open span {
    background: black;
  }

	.menu-icon.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top:10px;
	}

	.menu-icon.open span:nth-child(2) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top:10px;
	}
	.menu-icon.open span:nth-child(3) {
	  opacity: 0;
	  top:0px;
	}

  .navbar-nav.navbar-center {
      position: absolute;
      right: 0;
      transform: translatex(-150px);

  }
  .navbar-nav.navbar-center ul {
      list-style: none;
      margin: 5px 0 0;
      padding: 10px 45px;
  }
  .navbar-nav.navbar-center ul li {
      display: inline-block;
      padding: 5px 10px;
      margin: 0;
  }
  .navbar-nav.navbar-center ul li a {
      color:  #FFF;
      /*color:  #6bc9cb;*/
      font-size: 18px;
      font-weight: 700;
  }
  .navbar-nav.navbar-center ul li a:hover {
      color:  #f188bc;
  }
	#lang-menu-wrapper {
		width: 80px;
		height: 80px;
		float: right;
		top: 0px;
		right: -25px;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	#lang-menu {
		height: 22px;
		position: relative;
		margin: 0 auto;		
		z-index:2;
	}
	#lang-menu ul {
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
		display: block;
		text-align:center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#lang-menu ul li {
	  float: left;
	  padding: 0 5px;
	}
/*--------------------------------------------------
 Overlay Menu
---------------------------------------------------*/		

	#menu-overlay {
		position:fixed;
		z-index:15;
		height:100vh;
		width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
		opacity:0;
		visibility:hidden;
		text-align:left;
		transition: all 0.1s ease-in-out 0.6s;
	}

	#menu-overlay.active {
		opacity:1;
		visibility:visible;
		-webkit-transition: all 0.3s ease-in-out 0.2s;
		transition: all 0.3s ease-in-out 0.2s;
		background: #FFFFFF1c;
	}

	#close-menu {
		position: fixed !important;
		height:100vh;
		width:100vw;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}

	#menu-overlay .outer {
		width: 100%;
		margin: 0 auto;
		padding:80px;
	    box-sizing: border-box;
	}

	#menu-overlay .inner {
		position:relative;
		pointer-events: none;
	}
		
	.menu-content {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background: #FFFFFFFC;
		z-index: 999;
	}

	.menu-content.row {
		height: 100%;
	}
	.menu-content .menu-column {
		width: 50%;
		height: 100%;
		float: left;
	}

	.menu-content .menu-info {
		position: relative;
		width: 50%;
		margin-left: 25%;
		margin-top: 30%;
		text-align: center;
	}

	.menu-content .menu-info p {
	    display: block;
	    position: relative;
	    margin-top: 30px;
	    padding: 0px;
		font-size: 14px;
		line-height: 24px;
		color: #1c1f3b;
	}

	.menu-content .menu-bg {
	    height: 100%;
		/*background-image: url('../images/menu-bg.jpg');*/
		background-repeat: no-repeat;
		background-size: cover;
	}


	.menu-content NAV > UL {
		margin-top: 30%;
		list-style-type: none;
	}

	.menu-content .menu-close {
		position: absolute;
		left: 83px;
		top: 83px;
		width: 60px;
	    height: 60px;

		-webkit-box-shadow: 0px 0px 7px 8px rgba(255,255,255,1);
		-moz-box-shadow: 0px 0px 7px 8px rgba(255,255,255,1);
		box-shadow: 0px 0px 7px 8px rgba(255,255,255,1);
	    
		background-image: url('../images/quit.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-color: transparent;
		outline: none;
		-webkit-transition-duration: 0.5s; 
		-moz-transition-duration: 0.5s; 
		-o-transition-duration: 0.5s; 
		transition-duration: 0.5s; 
		-webkit-transition-property: -webkit-transform; 
		-moz-transition-property: -moz-transform; 
		-o-transition-property: -o-transform; 
		transition-property: transform;
	}

	.menu-content .menu-close:hover {
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg); 
		-o-transform:rotate(180deg);
	}
	


/*--------------------------------------------------
 Sidebar Overlay
---------------------------------------------------*/		

	#sidebar-overlay {
		position:fixed;
		z-index:15;
		height:100vh;
		width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
		opacity:0;
		visibility:hidden;
		text-align:left;
		transition: all 0.1s ease-in-out 0.6s;
	}

	#sidebar-overlay.active {
		opacity:1;
		visibility:visible;
		-webkit-transition: all 0.3s ease-in-out 0.2s;
		transition: all 0.3s ease-in-out 0.2s;
	}

	#close-sidebar {
		position: fixed !important;
		height:100vh;
		width:100vw;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}

	#sidebar-overlay .outer {
		width: 100%;
		margin: 0 auto;
		padding:80px;
	    box-sizing: border-box;
	}

	#sidebar-overlay .inner {
		position:relative;
		pointer-events: none;
	}	
	

/*--------------------------------------------------
 Main Content
---------------------------------------------------*/		

	#main {
		position:relative;
		opacity:0;
	}

	.load-project-page #main {
		opacity:1;
	}

	#main-content {
		position:relative;
		opacity:1;
		z-index:10;
		min-height:50vh;
		background-color:#fff;		
		-webkit-transition: all 0.4s ease-in-out 0s;
		transition: all 0.4s ease-in-out 0s;
	}

	#main-content.perspective {
		-webkit-transform: scale(0.8);		
		transform: scale(0.8);
		opacity:0.5;		
	}
	.main-picture {
		position: relative;
		/*margin: 220px 0 0;*/
	}




	section {
		padding: 100px 0;
	}
	section.full-width {
		width: 100vw;
	}
  section#firstSection {
    padding: 0;
  }
	.sluzba-box {
		width: 80%;
		text-align: center;
		margin: 0 auto;
		padding: 70px 0 55px;
	}
	.sluzba-line {
		position: relative;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
	.sluzba-item {
		width: 100%;
		position: relative;
		padding: 0;
		border: none;
	}
  .sluzba-item.row {
    margin: 0;
  }
	.sluzba-item h3 {
		padding: 0;
    	font-size: 19px;
		text-align: left;
		font-weight: 600;
		color: #1c1f3b;
	}
	.sluzba-item p {
		padding: 5px 75px 15px 105px;
		font-size: 14px;
		text-align: left;
		font-weight: 400;
		color: #777;
    text-align: justify;
	}
	.sluzba-item a {
		font-size: 19px;
		text-align: left;
		font-weight: 600;
		color: #000;
		width: 100%;
		padding: 2rem 2.25rem;
	}
  .sluzba-icon {
    position: absolute;
    top: 25px;
    left: 25px;
    height: 55px;
  }
  .sluzba-img {
    padding-right: 25px;
    height: 75px;
  }
	.sluzba-item a.link::before {
	    content: '';
	    position: absolute;
	    bottom: 0px;
	    left: 0;
	    width: 100%;
	    height: 1px;
	    background: #d082b2;
	    transform: scaleX(0);
	    transform-origin: right;
	    transition: transform .4s ease-out;
	}
	.sluzba-item a.link:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
  .accordion-button:not(.collapsed) {
    color: #d082b2;
    background-color: #f9f9f9;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
  }
  .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #f9f9f982;
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    position: absolute;
    right: 15px;
    top: calc(50% - 1.625rem);
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke-width='2px' stroke='%23a6dcde' fill='%23a6dcde'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    border: 1px solid #d082b2;
	border-radius: 50%;
	background-position: center;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke-width='1px' stroke='%23d082b2' fill='%23d082b2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
    border: 1px solid #ddd;
	background-color: white;
  }
	.sluzba-item .text-content {
		display: none;
	}
	.section-team {
		background: #1c1f3b;
	}
	.owl-carousel .item {
	  position: relative;
	  z-index: 100; 
	  -webkit-backface-visibility: hidden; 
	}
	.owl-nav > button {
	  position: absolute;
	  top: calc(50% - 25px);
	  color: #cdcbcd;
	}
  .owl-testimonials-carousel .owl-nav > button {
    top: calc(50% - 45px);
  }
  .owl-testimonials-carousel .owl-nav > button > i {
    color: #6bc9ca;
  }
  .owl-theme .owl-nav [class*="owl-"] {
      font-size: 14px;
      padding: 4px 7px;
      background: transparent !important;
      display: inline-block;
      cursor: pointer;
      border-radius: 50%;
      width: 55PX;
      height: 55PX;
  }
  .owl-theme .owl-nav [class*="owl-"]:hover {
      /*background: #5e618821 !important;*/
  }
	.owl-nav i {
	  font-size: 42px;
	  color: #d082b2;
    margin: 5px;
	}
	.owl-nav .owl-prev {
	  left: -75px;
	}
	.owl-nav .owl-next {
	  right: -75px;
	}

	.section-testimonials {
		background: #a6dcde;
	}
        .sluzba-close-det { 
          display: none;
          position:absolute;
          width:32px;
          height:32px;
          top:15px;
          right:-55px;
          cursor:pointer; 
        transition: transform 200ms ease-in-out;
        }
        .sluzba-close-det:hover {
          transform:rotate(90deg);
        }
        .sluzba-close-det:hover::before, .sluzba-close-det:hover::after {  background: red;    }   
        .sluzba-close-det::before, .sluzba-close-det::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 100%;
            top: 50%;
            left: 0;
            margin-top: -1px;
            background: #8ADDDF;
          }
          .sluzba-close-det::before {
            transform:rotate(45deg);
          }
          .sluzba-close-det::after {
            transform:rotate(-45deg);
          }
	
	.social{position:absolute; top:45%; right:20px; padding:0; margin:0; z-index: 999;}
	.social li{display:block; width:42px; height:42px; background:#000; color:#fff; border-radius:50%; text-align:center; line-height:44px;}
	.social li:hover{color:#6bc9ca; -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; -ms-transition: all .4s ease-out; -o-transition: all .4s ease-out; transition: all .4s ease-out;}
	.social li:last-child{margin:0 0 0px 0;}
	.social li a {color:#fff;}
	.social a{display:block; position:relative; margin:0 0 15px 0;}

	.wrapper {
		position: relative;
		display: block;
		max-width: 1124px;
		margin: 0 auto;
	}
	.wrapper > H2, 
	.wrapper > H4 {		text-align: center;	}
	FOOTER .wrapper > H2 { text-align: left; display: block; }
	.wrapper > H2{
				padding: 75px 25px 35px;
	}
	.section-sluzby H2, .section-testimonials H2, .wrapper > H4  {
		color: #1c1f3b;
	}
	.section-team H2 {
		color: #fff;
	}


	
	


/*--------------------------------------------------
 Footer Elements
---------------------------------------------------*/		




	#share {
    	display:block;		
		position: relative;
		pointer-events:initial;
		width: 40px;
	}
	
	.jssocials-share {
		margin: 0!important;
		position: relative;
		display:block;
		z-index: 1;
		width: 40px;
		height: 60px;
		padding: 10px 0;
		
	}
	
	.jssocials-shares:hover .jssocials-share-link {
		opacity:0.3;
	}
	
	.jssocials-shares .jssocials-share-link:hover {
		color:#1c1f3b!important;
		opacity:1;
	}
	
	.jssocials-share-link {
		font-size: 14px;
		color: #1c1f3b;
		background-color: #ffffffe3;
		position: relative;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		height: 40px!important;
		width: 40px!important;
		text-align: center!important;
		line-height: 40px!important;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}



	#page-bottom {
		width:100%;
		height:140px;
		bottom:0;		
		position:fixed;
		box-sizing:border-box;
		z-index:1000;
		pointer-events:none;
	}

	#page-action-holder-left {
		position: fixed;
		box-sizing:border-box;
		left: 50px;
		bottom: 40px;
		height: 80px;
		width: 80px;
		z-index:10;
		pointer-events:initial;
		opacity:1;		
		color:#1c1f3b;
		-webkit-transform: scale(1);
		transform: scale(1);
		transition: all 0.4s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
	}

	#page-action-holder-left.is-active.is-visible, .after-slider #page-action-holder-left {
		opacity:1;
		-webkit-transform: scale(1);
		transform: scale(1);		
	}

	#page-action-holder-right {
		position: fixed;
		right: 55px;
		bottom: 40px;
		height: 80px;
		width: 80px;
		box-sizing:border-box;
		pointer-events:initial;
		z-index:10;
		opacity:1;
		-webkit-transform: scale(1);
		transform: scale(1);
		transition: all 0.4s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
	}

	#page-action-holder-right.is-active.is-visible, .after-slider #page-action-holder-right {
		opacity:1;
		-webkit-transform: scale(1);
		transform: scale(1);		
	}

	.page-action-wrap {
		width: 80px;
		height: 80px;
		float: right;
		top: 0px;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}

	.open-filters {
		height: 46px;		
		width: 46px;
		text-align:center;
		line-height:46px;
		font-size:16px;
		cursor: pointer;
		position: relative;
		
		background: #ffffff7a;
		border-radius: 23px;
	}

	.scrolltotop {
		height: 46px;		
		width: 46px;
		cursor: pointer;
		position: relative;
		
		background: #ffffff7a;
		border-radius: 23px;
	}

	.arrow-left {
		height: 10px;
		background-color:#000;
		transform: rotate(-45deg);
		width: 2px;
		position:absolute;
		left: 19px;
		top: 22px;
		-webkit-transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
		transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
	}

	.arrow-right {
		height: 10px;
		background-color:#1c1f3b;
		transform: rotate(45deg);
		width: 2px;
		position:absolute;
		left: 25px;
		top: 22px;
		-webkit-transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
		transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s;
	}

	.no-tooltip[data-tooltip]::before {
		opacity:0;
	}

	.page-up .arrow-left {
		height: 10px;
		background-color:#1c1f3b;
		transform: rotate(45deg);
		width: 2px;
		position:absolute;
		left:19px;
		top:13px;
	}

	.page-up .arrow-right {
		height: 10px;
		background-color:#000;
		transform: rotate(-45deg);
		width: 2px;
		position:absolute;
		left: 25px;
		top:13px;
	}

	.arrow-top-line {
		background-color: #1c1f3b;
		height: 16px;
		left: 50%;
		margin-left:-1px;
		position: absolute;
		top: 14px;
		width: 2px;
	}




	FOOTER {
		position: relative;
		display: block;
		width: 100%;
		background: #181923;
	}

	FOOTER .footer-content {
		position: relative;
		display: block;
		margin-top: 15%;
		margin: 0 auto;
	}

	FOOTER .copyright {
		position: relative;
	}


	FOOTER h2 {
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
	    font-size: 64px;
	    line-height: 68px;
	    color: #fff;
	    padding: 150px 30px 15px;
		margin: 0 auto;
		text-align: left;
	}
	FOOTER p {
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
	    font-size: 24px;
	    font-weight: 400;
	    line-height: 28px;
	    color: #fff;
		  padding: 15px 30px;
	text-align: left;
	}
	FOOTER p span {
	    color: #6bc9ca;
	}


	#newsletter_form {
		position: relative;
		width: 30%;
		margin: 0 auto;
		z-index: 100;
	}

	#newsletter_form P {
		color: #1c1f3b;
		font-size: 16px;
		margin: 0;
	}
	#newsletter_result {
		font-size: 17px;
		text-align: center;
		padding-bottom: 80px;
	}

	INPUT[type="text"], INPUT[type="password"], TEXTAREA, SELECT {
		position: relative;
		display: block;
		width: 100%;
		min-width: 240px;
		background: transparent;
		border: 1px solid #d2d2d2;
		padding: 17px;
		box-sizing: border-box;
		margin: 0px;
		margin-bottom: 3%;
		outline: none;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 17px;
		color: #d2d2d2;
		/*border-radius: 27px;
	    -webkit-border-radius: 27px;
	    -moz-border-radius: 27px;*/
	}

	BUTTON, INPUT[type="button"], INPUT[type="submit"] {
	    position: absolute;
		right: 4px;
	    top: 4px;
	    display: inline-block;
	    font-size: 18px;
	    line-height: 14px;
	    color: #fff;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    padding: 18px 30px 18px 30px;
	    background: #ee3124;
	    border: 1px solid #ee3124;
		font-family: 'Open Sans Condensed', sans-serif;
	    text-decoration: none;
	    -webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -ms-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    cursor: pointer;
		/*border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;*/
	}


	BUTTON:hover, INPUT[type="button"]:hover, INPUT[type="submit"]:hover {
		color: #ee3124;
		text-decoration: none;
		background: transparent;
		border: 1px solid #ee3124;
	}

	INPUT[type="text"]::-webkit-input-placeholder {
	   color: #d2d2d2;
	}

	INPUT[type="text"]:-moz-placeholder { /* Firefox 18- */
	   color: #d2d2d2;  
	}

	INPUT[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	   color: #d2d2d2;  
	}

	INPUT[type="text"]:-ms-input-placeholder {  
	   color: #d2d2d2;  
	}


	.newsletter_form INPUT[type="text"] {
		background: #2c2c2c;
		border-color: #2c2c2c;
	}

	FOOTER .contact-info p{
	    display: block;
	    margin: 0 auto; 
	    background: #2c2c2c;
	    height: 370px;
	    width: 370px;
	    border-radius: 50%;
	}
	FOOTER .footer-social {
			border-top: 1px solid #6bc9ca; 
		padding: 10px 0; 
		margin: 45px 0 0; 
		z-index: 10;

	}
	FOOTER ul { 
		position: relative; 
		display: flex;
    justify-content: flex-end;
    flex-flow: row wrap; 
		list-style-type:none; 
		text-align:center; 
		margin: 0;
		padding: 0;
		z-index: 100; 
	}
	FOOTER ul li {
		display:inline-block; 
		width:47px; 
		height:47px; 
		margin:0 7px; 
		border-radius: 50%; 
		border: 2px solid #6bc9ca00; 
		line-height: 48px; 
		color: #6bc9ca;
		-webkit-transition: all .4s ease-out; 
		-moz-transition: all .4s ease-out; 
		-ms-transition: all .4s ease-out;
		 -o-transition: all .4s ease-out; 
		 transition: all .4s ease-out;
	}
	FOOTER ul li:hover {
		color:#FFF; 
		border-color:#6bc9ca; 
		}
	FOOTER ul li a {
		color:#6bc9ca;
		font-size:27px;
		line-height: 42px; 
	}
	FOOTER ul li:hover a {
		color: #6bc9ca;
	}

	FOOTER .contact-info{ 
		position: relative; 
		display: block; 
		margin: 0px auto -9%; 
		background: #2c2c2c; 
		height: 300px; 
		width: 300px; 
		border-radius: 50%; 
		z-index: 100;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
	}
	FOOTER .contact-info p {
		color: #959595; 
		font-size: 15px; 
		text-align: center;
		font-family: 'Open Sans', sans-serif;
	}
	FOOTER .contact-info p a {color: #ee3124; font-size: 14px; text-align: center; text-decoration: none;}
	FOOTER .contact-info img {display: block; margin: 0px auto; padding: 15px 0 0px 0; width: auto;}
	FOOTER .but-mail {
		display: inline-block; 
		margin: 0 30px 50px;
		padding: 15px 35px 13px; 
		font-family: 'Open Sans', sans-serif; 
		font-size: 42px;
		text-align: center; 
		font-weight: 400;
		background: transparent; 
		border: 2px solid #6bc9ca;
		border-radius: 100px; 
		-webkit-border-radius: 100px; 
		-moz-border-radius: 100px;
		font-size: 20px; 
		color: #6bc9ca; 
		text-decoration: none;
	}
	FOOTER .but-mail:hover {
		display: inline-block; 
		padding: 15px 35px 13px; 
		font-family: 'Open Sans', sans-serif; 
		text-align: center; 
		font-weight: 400;
		background: #6bc9ca; 
		border: 2px solid #a6dcde;
		border-radius: 100px; 
		-webkit-border-radius: 100px; 
		-moz-border-radius: 100px;
		font-size: 20px; 
		color: #fff; 
		text-decoration: none;
	}
	FOOTER .but-mail.link:hover::before {
		transform: scaleX(0);
		transform-origin: left;
	}

	FOOTER IFRAME {
		position: absolute;
		left: 0px;
		top: 0px;
	}

	FOOTER .copyright {
		position: absolute;
		left: 0px;
		bottom: 5px;
		display: block;
		width: 50%;
		padding: 0 15px;
    z-index: 100;
	}

	FOOTER .copyright P {
		font-size: 12px;
		color: #959595;
		margin: 0;
		text-align: center;
    padding: 25px 45px 15px 15px;
	}

	FOOTER .copyright A {
		font-size: 14px;
		color: #52b3d9;
		text-decoration: none;
	}
	FOOTER .copyright .link::before {
		background: #6bc9ca;
	}

	FOOTER .top {
	    position: absolute;
		right: 50px;
		top: 30px;
	    padding: 10px 0 0 0;
	    color: #959595;
	    text-decoration: none;
	}

	FOOTER .top::before {
	    content: "\f176";
	    position: absolute;
	    top: -10px;
	    left: 50%;
	    margin-left: -4px;
	    font-family: FontAwesome;
	}


/*--------------------------------------------------
 Responsive
---------------------------------------------------*/			
	
@media only screen and (max-width: 1466px) {

	header {
    	height: 120px;
	}

	#header-container {
		padding: 0 60px;
		margin: 15px auto;
	}

	nav > ul > li > a {
		line-height: 60px;
		font-size: 50px;
	}

	.container {
		max-width:1580px;
		width:100%;
		padding: 0 160px;
	}

	#sidebar-overlay .outer {
    	padding: 60px;
	}

	#page-action-holder-left {
    	left: 25px;
		bottom: 30px;
	}

	#page-action-holder-right {
    	right: 30px;
		bottom: 30px;
	}
	.concert {
		flex: 0 1 calc(33.333% - 10px);
	}

}


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

	.percentage {
    	font-size: 100px;
	}

	header {
    	background:#ffffff1c;
	}

	.parallax-wrap {
		transform:none!important;
	}

	.parallax-element {
		transform:none!important;
	}

	.container, .small .container {
		padding: 0 60px;
	}

	.concert {
		flex: 0 1 calc(50% - 10px);
	}

}


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


	header {
		height: 60px;
	}

	#header-container {
		padding: 0 50px;
		margin: 0px auto;
	}
  .navbar-nav.navbar-center ul {
      list-style: none;
      margin: 0;
      padding: 11px 20px;
      width: 100vw;
  }
  .navbar-nav.navbar-center {
      width: 100vw;
      transform: translatex(0);
      z-index: 1000;
  }
	#logo {
      top: 75px;
  	}
	.menu-content .menu-column { display: none; }
	.menu-content .menu-column.menu-bg { display: block;width: 100%; }

	#sidebar-overlay .outer {
    	padding: 50px;
	}

  .sluzba-box {
      width: 90%;
      text-align: center;
      margin: 0 auto;
      padding: 70px 0 55px;
  }
  .sluzba-item {
      padding: 5px 0 0px;
  }
  .sluzba-item .excerp p {
      padding: 35px 35px 15px;
  }
  .sluzba-item p {
      padding: 35px 15px 15px;
      font-size: 14px;
      line-height: 24px;
  }
  .sluzba-close-det {
      right: -10px;
  }
  .sluzba-item a {
      padding: 0px 35px 0px 35px;
      font-size: 15px;
  }
  .sluzba-item a:hover { text-decoration: none;  }
  .sluzba-item a.link::before {
      bottom: 5px;
      left: 35px;
      width: calc(90% - 50px);
  }
.sluzba-img {
    padding: 10px 25px 10px 10px;
    height: 75px;
    float: left;
    margin-left: -35px;
}
.sluzba-icon {
    position: absolute;
    top: 7px;
    left: 7px;
    height: 55px;
}
.sluzba-item h2 {
    line-height: 1 !important;
}
  .accordion-button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: calc(50% - 15px);
    background-size: 15px;
  }
	#page-action-holder-left {
    	left: 15px;
		bottom: 20px;
	}

	#page-action-holder-right {
    	right: 15px;
		bottom: 20px;
	}

	.footer-info {
    	width: 80%;
	}

	.full .container {
		padding: 0;
	}

	.text-align-center p.title-has-line::after, #page-nav p.title-has-line::after {
		display:none;
	}

	p {
    	font-size: 14px;
	}
	.owl-nav .owl-prev {
	  left: -35px;
	}

	.owl-nav .owl-next {
	  right: -35px;
	}


}


@media only screen and (max-width: 479px) {	
	
	main { overflow: hidden !important; }


	h1 {
    	font-size: 36px;
	}

	.concert {
		flex: 1 0 calc(100% - 10px);
	}

	#header-container {
		padding: 0 30px;
		margin: 0px auto;
	}

	#burger-wrapper {
    	right: -30px;
	}

	#menu-overlay .outer {
		padding: 30px;
	}

	nav > ul > li > a {
		line-height: 40px;
		font-size: 36px;
	}
	nav ul ul li a {
	    font-size: 13px;
	    line-height: 20px !important;
	}

	#sidebar-overlay .outer {
    	padding: 30px;
	}

	.container, .small .container {
    	padding: 0 30px;
	}

	.full .container {
		padding: 0 30px;
	}

	.row_padding_bottom {
		padding-bottom: 50px;
	}

	.row_padding_top {
    	padding-top: 60px;
	}

	p.title-has-line::after {
		display:none;
	}

	#page-action-holder-left {
		left: 0px;
		bottom: 0px;
	}

	#page-action-holder-right {
		right: 0px;
		bottom: 0px;
	}

	.footer-info {
		width: 100%;
		text-align: center;
	}

	#magic-cursor {
		display:none;
	}
	
	.content-concert P {
		padding: 0 35px 30px 0;
	}
	
	FOOTER .contact-info p {
	    font-size: 13px;
	    line-height: 20px;
	}
	FOOTER .copyright {
		position: relative;
	    padding: 0;
	    z-index: 100;
	    text-align: center;
	}


}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

	#rotate-device {
		display:block;
	}
}

#lang-menu-wrapper {
    width: 80px;
    height: 60px;
    float: right;
    top: 0px;
    right: -25px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
    /*! display: none; */
  }
  #lang-menu {
    height: 22px;
    position: relative;
    margin: 0 auto;   
    z-index:2;
  }
  #lang-menu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #lang-menu ul li {
    float: left;
    padding: 0 5px;
  }
  #lang-menu ul li a {
    color: #f188bc;
  }
  #lang-menu ul li a:hover,#lang-menu ul li a.active, header.open #lang-menu ul li a {
    color: #f188bc;
    font-weight: 700;
  }


.final-tiles-gallery .loading-bar {
    top: -2px;
}








/**
 ♻️
 **/


