.select2-container {
 box-sizing:border-box;
 display:inline-block;
 margin:0;
 position:relative;
 vertical-align:middle
}
.select2-container .select2-selection--single {
 box-sizing:border-box;
 cursor:pointer;
 display:block;
 height:28px;
 user-select:none;
 -webkit-user-select:none
}
.select2-container .select2-selection--single .select2-selection__rendered {
 display:block;
 padding-left:8px;
 padding-right:20px;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
 background-color:transparent;
 border:none;
 font-size:1em
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
 padding-right:8px;
 padding-left:20px
}
.select2-container .select2-selection--multiple {
 box-sizing:border-box;
 cursor:pointer;
 display:block;
 min-height:32px;
 user-select:none;
 -webkit-user-select:none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
 display:inline;
 list-style:none;
 padding:0
}
.select2-container .select2-selection--multiple .select2-selection__clear {
 background-color:transparent;
 border:none;
 font-size:1em
}
.select2-container .select2-search--inline .select2-search__field {
 box-sizing:border-box;
 border:none;
 font-size:100%;
 margin-top:5px;
 margin-left:5px;
 padding:0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance:none
}
.select2-dropdown {
 background-color:white;
 border:1px solid #aaa;
 border-radius:4px;
 box-sizing:border-box;
 display:block;
 position:absolute;
 left:-100000px;
 width:100%;
 z-index:1051
}
.select2-results {
 display:block
}
.select2-results__options {
 list-style:none;
 margin:0;
 padding:0
}
.select2-results__option {
 padding:6px;
 user-select:none;
 -webkit-user-select:none
}
.select2-results__option--selectable {
 cursor:pointer
}
.select2-container--open .select2-dropdown {
 left:0
}
.select2-container--open .select2-dropdown--above {
 border-bottom:none;
 border-bottom-left-radius:0;
 border-bottom-right-radius:0
}
.select2-container--open .select2-dropdown--below {
 border-top:none;
 border-top-left-radius:0;
 border-top-right-radius:0
}
.select2-search--dropdown {
 display:block;
 padding:4px
}
.select2-search--dropdown .select2-search__field {
 padding:4px;
 width:100%;
 box-sizing:border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
 -webkit-appearance:none
}
.select2-search--dropdown.select2-search--hide {
 display:none
}
.select2-close-mask {
 border:0;
 margin:0;
 padding:0;
 display:block;
 position:fixed;
 left:0;
 top:0;
 min-height:100%;
 min-width:100%;
 height:auto;
 width:auto;
 opacity:0;
 z-index:99;
 background-color:#fff;
 filter:alpha(opacity=0)
}
.select2-hidden-accessible {
 border:0 !important;
 clip:rect(0 0 0 0) !important;
 -webkit-clip-path:inset(50%) !important;
 clip-path:inset(50%) !important;
 height:1px !important;
 overflow:hidden !important;
 padding:0 !important;
 position:absolute !important;
 width:1px !important;
 white-space:nowrap !important
}
.select2-container--default .select2-selection--single {
 background-color:#fff;
 border:1px solid #aaa;
 border-radius:4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
 color:#444;
 line-height:28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
 cursor:pointer;
 float:right;
 font-weight:bold;
 height:26px;
 margin-right:20px;
 padding-right:0px
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
 color:#999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
 height:26px;
 position:absolute;
 top:1px;
 right:1px;
 width:20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
 border-color:#888 transparent transparent transparent;
 border-style:solid;
 border-width:5px 4px 0 4px;
 height:0;
 left:50%;
 margin-left:-4px;
 margin-top:-2px;
 position:absolute;
 top:50%;
 width:0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
 float:left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
 left:1px;
 right:auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
 background-color:#eee;
 cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
 display:none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
 border-color:transparent transparent #888 transparent;
 border-width:0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
 background-color:white;
 border:1px solid #aaa;
 border-radius:4px;
 cursor:text;
 padding-bottom:5px;
 padding-right:5px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
 cursor:pointer;
 float:right;
 font-weight:bold;
 height:20px;
 margin-right:10px;
 margin-top:5px;
 padding:1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
 background-color:#e4e4e4;
 border:1px solid #aaa;
 border-radius:4px;
 display:inline-block;
 margin-left:5px;
 margin-top:5px;
 padding:0
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
 cursor:default;
 padding-left:2px;
 padding-right:5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
 background-color:transparent;
 border:none;
 border-right:1px solid #aaa;
 border-top-left-radius:4px;
 border-bottom-left-radius:4px;
 color:#999;
 cursor:pointer;
 font-size:1em;
 font-weight:bold;
 padding:0 4px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
 background-color:#f1f1f1;
 color:#333;
 outline:none
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
 margin-left:5px;
 margin-right:auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
 padding-left:5px;
 padding-right:2px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
 border-left:1px solid #aaa;
 border-right:none;
 border-top-left-radius:0;
 border-bottom-left-radius:0;
 border-top-right-radius:4px;
 border-bottom-right-radius:4px
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
 float:left;
 margin-left:10px;
 margin-right:auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
 border:solid black 1px;
 outline:0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
 background-color:#eee;
 cursor:default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
 display:none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
 border-top-left-radius:0;
 border-top-right-radius:0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
 border-bottom-left-radius:0;
 border-bottom-right-radius:0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
 border:1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
 background:transparent;
 border:none;
 outline:0;
 box-shadow:none;
 -webkit-appearance:textfield
}
.select2-container--default .select2-results>.select2-results__options {
 max-height:200px;
 overflow-y:auto
}
.select2-container--default .select2-results__option .select2-results__option {
 padding-left:1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
 padding-left:0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-1em;
 padding-left:2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-2em;
 padding-left:3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-3em;
 padding-left:4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-4em;
 padding-left:5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
 margin-left:-5em;
 padding-left:6em
}
.select2-container--default .select2-results__option--group {
 padding:0
}
.select2-container--default .select2-results__option--disabled {
 color:#999
}
.select2-container--default .select2-results__option--selected {
 background-color:#ddd
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
 background-color:#5897fb;
 color:white
}
.select2-container--default .select2-results__group {
 cursor:default;
 display:block;
 padding:6px
}
.select2-container--classic .select2-selection--single {
 background-color:#f7f7f7;
 border:1px solid #aaa;
 border-radius:4px;
 outline:0;
 background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);
 background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);
 background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
 border:1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
 color:#444;
 line-height:28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
 cursor:pointer;
 float:right;
 font-weight:bold;
 height:26px;
 margin-right:20px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
 color:#999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
 background-color:#ddd;
 border:none;
 border-left:1px solid #aaa;
 border-top-right-radius:4px;
 border-bottom-right-radius:4px;
 height:26px;
 position:absolute;
 top:1px;
 right:1px;
 width:20px;
 background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);
 background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);
 background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
 border-color:#888 transparent transparent transparent;
 border-style:solid;
 border-width:5px 4px 0 4px;
 height:0;
 left:50%;
 margin-left:-4px;
 margin-top:-2px;
 position:absolute;
 top:50%;
 width:0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
 float:left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
 border:none;
 border-right:1px solid #aaa;
 border-radius:0;
 border-top-left-radius:4px;
 border-bottom-left-radius:4px;
 left:1px;
 right:auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
 border:1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
 background:transparent;
 border:none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
 border-color:transparent transparent #888 transparent;
 border-width:0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
 border-top:none;
 border-top-left-radius:0;
 border-top-right-radius:0;
 background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);
 background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);
 background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
 border-bottom:none;
 border-bottom-left-radius:0;
 border-bottom-right-radius:0;
 background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);
 background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);
 background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);
 background-repeat:repeat-x;
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
 background-color:white;
 border:1px solid #aaa;
 border-radius:4px;
 cursor:text;
 outline:0;
 padding-bottom:5px;
 padding-right:5px
}
.select2-container--classic .select2-selection--multiple:focus {
 border:1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
 display:none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
 background-color:#e4e4e4;
 border:1px solid #aaa;
 border-radius:4px;
 display:inline-block;
 margin-left:5px;
 margin-top:5px;
 padding:0
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
 cursor:default;
 padding-left:2px;
 padding-right:5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
 background-color:transparent;
 border:none;
 border-top-left-radius:4px;
 border-bottom-left-radius:4px;
 color:#888;
 cursor:pointer;
 font-size:1em;
 font-weight:bold;
 padding:0 4px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
 color:#555;
 outline:none
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
 margin-left:5px;
 margin-right:auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
 padding-left:5px;
 padding-right:2px
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
 border-top-left-radius:0;
 border-bottom-left-radius:0;
 border-top-right-radius:4px;
 border-bottom-right-radius:4px
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
 border:1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
 border-top:none;
 border-top-left-radius:0;
 border-top-right-radius:0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
 border-bottom:none;
 border-bottom-left-radius:0;
 border-bottom-right-radius:0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
 border:1px solid #aaa;
 outline:0
}
.select2-container--classic .select2-search--inline .select2-search__field {
 outline:0;
 box-shadow:none
}
.select2-container--classic .select2-dropdown {
 background-color:#fff;
 border:1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
 border-bottom:none
}
.select2-container--classic .select2-dropdown--below {
 border-top:none
}
.select2-container--classic .select2-results>.select2-results__options {
 max-height:200px;
 overflow-y:auto
}
.select2-container--classic .select2-results__option--group {
 padding:0
}
.select2-container--classic .select2-results__option--disabled {
 color:grey
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
 background-color:#3875d7;
 color:#fff
}
.select2-container--classic .select2-results__group {
 cursor:default;
 display:block;
 padding:6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
 border-color:#5897fb
}
@font-face {
	font-family: 'flink';
	font-style: normal;
	font-weight: normal;
	src: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/fonts/Flink-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'flink';
	font-style: normal;
	font-weight: 500;
	src: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/fonts/Flink-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'flink';
	font-style: normal;
	font-weight: bold;
	src: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/fonts/Flink-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'flink';
	font-style: normal;
	font-weight: 800;
	src: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/fonts/Flink-ExtraBold.otf) format('opentype');
}


html {
	height: 100%;
	margin: 0;
	padding: 0;
    scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
    background-color:#002c4b ;
	font-family: 'flink', arial;
	color: white;
	font-size: 16px;
	line-height: 20px;
    scroll-behavior: smooth;
}

a {
    color: white;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
a:hover {
	text-decoration: none;
	color: #00c6ef;
}

p {
	margin: 0;
	padding: 0 0 30px 0;
}

address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

section, figure {
	display: block;
	margin: 0;
	padding: 0;
}

h1, .h1, .h1-big, h2, .h2, h3, .h3, h4, .h4 {
	margin: 0;
	font-family: 'flink';
}
h1, .h1 {
	padding: 0 0 65px 0;
	font-size: 50px;
	line-height: 70px;
	font-weight: 900;
}
.h1-big {
    padding-bottom: 40px;
    font-size: 60px;
    line-height: 84px;
    font-weight: bold;
}
h2, .h2 {
	padding: 0 0 45px 0;
    font-size: 40px;
    line-height: 46px;
    font-weight: 900;
}
h3, .h3 {
	padding: 0 0 27px 0;
	font-size: 35px;
	line-height: 45px;
    font-weight: bold;
}
h4, .h4 {
    padding-bottom: 21px;
    font-size: 25px;
    line-height: 35px;
}

.highlight {
    color: #00c6ef;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
}

::selection {
	color: white;
	background-color: black;
}

/* *************************** LAYOUT *************************** */
body {
	display: flex;
	min-height: 100%;
	flex-direction: column;
    overflow: hidden;
}

#wrapper {
    position: relative;
    max-width: 2500px;
    margin: 0 auto;
    height: 100vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    width: 100vw;
    scroll-behavior: smooth;
}
#wrapper::-webkit-scrollbar { 
    display: none;
    width: 0;
    height: 0;
}

#header, #body, #footer {

}

#header {

}
#body {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
}
#footer {

}

.wrapper {

}
.container {
    margin-left: 108px;
}
.content-container {
    padding-left: 87px;
    margin-right: 195px;
}

/* *************************** HEADER *************************** */
#header {
    position: relative;
    z-index: 200;
}
#header .container {

}
#header .logo-container {
    position: absolute;
    left: 0;
    top: 29px;
    right: 0;
    height: 65px;
    width: 0;
    overflow: hidden;
}
#header .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
@keyframes logo-animation {
    0% { filter: blur(0); }
    50% { filter: blur(1px); }
    100% { filter: blur(0); }
}
#header .logo a {
    display: inline-block;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#header .logo a:hover {
    animation-name: logo-animation;
    animation-duration: 0.5s;
    transform: scale(1.03);
    backface-visibility: hidden;
}
#header .logo a span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    line-height: 15px;
    color: white;
    font-weight: bold;
    text-align: right;
}
#header .logo a img {
    display: block;
}
#header .panel {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    min-width: 106px;
    pointer-events: none;
}
#header .panel:after {
    content: '';
    width: 2px;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.35);
}
#header .panel-inner,
#header .panel-inner-inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#header .navigation {
    pointer-events: auto;
}
#header .navigation-navigation {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 33%;
   background: linear-gradient(47deg, rgba(135,43,237,1) 0%, rgba(75,85,237,1) 52%, rgba(0,198,239,1) 100%);
    transform: translateX(-100%);
	transition: all 0.3s cubic-bezier(.59,.22,.72,.41);
    display: flex;
    align-items: center;
    overflow-y: auto;
}
#header .navigation-navigation-inner {
    padding-left: 36%;
    padding-right: 20px;
    margin-top: -50px;
}
#header .navigation-navigation-inner .title {
    padding-bottom: 37px;
    font-size: 15px;
    line-height: 17px;
}
#header .navigation-navigation-inner ul {
    
}
#header .navigation-navigation-inner ul li {
    padding: 7px 0;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
#header .navigation-navigation-inner ul li a {
    color: white;
}
#header .navigation-navigation-inner ul li a:hover,
#header .navigation-navigation-inner ul li.current-menu-item a {
    color: ;
}
body.navigation-open #header .navigation-navigation {
    transform: none;
}
#header .navigation .toggle {
    position: relative;
    z-index: 210;
    display: block;
    margin-top: 30px;
}
#header .navigation .toggle .lines {
    display: block;
    width: 21px;
    padding: 10px;
    margin: 0 auto;
}
#header .navigation .toggle .line {
	display: block;
	width: 21px;
	height: 2px;
	margin-bottom: 5px;
	background-color: white;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
@keyframes menu-trigger-line-first-animation-in {
    0% { transform: translateY(0); }
    40% { transform: translateY(7px); }
    100% { transform: rotate(45deg) translate(5px, 5px); transform-origin: 50% 50%; }
}
@keyframes menu-trigger-line-first-animation-out {
    0% { transform: rotate(45deg) translate(5px, 5px); transform-origin: 50% 50%; }
    40% { transform: translateY(7px); }
    100% { transform: translateY(0); }
}
@keyframes menu-trigger-line-last-animation-in {
    0% { transform: translateY(0); }
    40% { transform: translateY(-7px); }
    100% { transform: rotate(-45deg) translate(5px, -5px); transform-origin: 50% 50%; }
}
@keyframes menu-trigger-line-last-animation-out {
    0% { transform: rotate(-45deg) translate(5px, -5px); transform-origin: 50% 50%; }
    40% { transform: translateY(-7px); }
    100% { transform: translateY(0); }
}
#header .navigation .toggle .lines .line:nth-child(1),
#header .navigation .toggle .lines .line:nth-child(3) {
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}
body.navigation-closed #header .navigation .toggle .lines .line:nth-child(1) {
    animation-name: menu-trigger-line-first-animation-out;
}
body.navigation-open #header .navigation .toggle .lines .line:nth-child(1) {
    animation-name: menu-trigger-line-first-animation-in;
}
body.navigation-open #header .navigation .toggle .lines .line:nth-child(2) {
    opacity: 0;
}
body.navigation-closed #header .navigation .toggle .lines .line:nth-child(3) {
    animation-name: menu-trigger-line-last-animation-out;
}
body.navigation-open #header .navigation .toggle .lines .line:nth-child(3) {
    animation-name: menu-trigger-line-last-animation-in;
}
#header .navigation .toggle .text {
    display: block;
    padding-top: 45px;
    text-align: right;
    margin-top: 9px;
    /*transform: rotate(-90deg);
    transform-origin: center bottom;*/
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
	font-size: 15px;
	line-height: 15px;
    font-weight: bold;
    color: white;
}
#header .navigation-right-content {
    position: fixed;
    left: 33%;
    top: 0;
    bottom: 0;
    width: 0;
	transition: all 0.3s cubic-bezier(.59,.22,.72,.41);
    overflow: hidden;
}
#header .navigation-right-content-inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;height: 100%;
    width: 67vw;
    background-color: white;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    overflow-y: auto;
}
#header .navigation-right-content-inner > * {
    width: 100%;
    max-width: 555px;
}
body.navigation-open #header .navigation-right-content {
    width: 67%;
}
#header .panel .scroll-position {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.35);
    margin-left: -2px;
}
#header .panel .scroll-position .position {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0;
    background-color: white;
}
#header .panel .contact {
    position: absolute;
    left: 37px;
    bottom: 44px;
    transform-origin: top left;
    transform: translateY(100%) rotate(-90deg);
    font-size: 13px;
    line-height: 15px;
    pointer-events: auto;
	width: -webkit-max-content;
}
#header .panel .contact a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
body.navigation-open #header .panel .contact a:hover {
    color: ;
}

/* *************************** BODY *************************** */
#body {

}

/* *************************** FOOTER *************************** */
#footer {
    background: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/img/footer.jpg) left top no-repeat ;
    background-size: cover;
}
#footer .container {
    display: flex;
    flex-direction: column;
    min-height: 550px;
}
#footer .top {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
#footer .top .content-container {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
}
#footer .navigation {
    flex-grow: 1;
}
#footer .navigation .title {
    padding-bottom: 34px;
    font-size: 15px;
    line-height: 21px;
}
#footer .navigation ul {
}
#footer .navigation ul li {
    padding-bottom: 12px;
    font-size: 18.5px;
    line-height: 20.5px;
    font-weight: bold;
}
#footer .navigation ul li a {
}
#footer .component-contacts {
    flex-basis: 32%;
}
#footer .bottom {
    padding: 34px 0 32px 0;
    font-size: 13px;
    line-height: 18px;
    border-top: 2px solid rgba(255, 255, 255, 0.35);
}
#footer .copyright {
    display: inline-block;
    margin-right: 63px;
}
#footer .credits {
    display: inline-block;
}

/* *************************** COMPONENTS *************************** */

/**** STATS ****/
.component-stats {
    padding-top: 25px;
    padding-bottom: 120px;
}
.component-stats .container .transition.executed {
   overflow: visible;
}
.component-stats .content-container {
    margin-right: 115px;
}
.component-stats .content-container-inner {
    background: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/img/bg-stats-2.png) calc(50% + 10px) center no-repeat;
    background-size: contain;
    min-height: 650px;
}
.component-stats .content-container-inner-inner {
    display: flex;
    flex-direction: row;
}
.component-stats .description {
    flex-basis: 30%;
    padding-top: 11px;
}
.component-stats .description-inner {
    padding-top: 13%;
}
.component-stats .description h4 {
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
}
.component-stats .description img {
    display: block;
    margin-bottom: 45px;
}
.component-stats .description p {
    padding-bottom: 0;
    font-size: 15.5px;
    line-height: 21px;
    padding-top: 44px;
    max-width: 195px;
    border-top: 2px solid rgb(70, 91, 113);
}
.component-stats .middle-stats {
    flex-basis: 40%;
}
.component-stats .middle-stats-inner {
    padding-right: 0;
    padding-top: 11%;
}
.component-stats .middle-stats .main {
    font-size: 31.5px;
    line-height: 44.5px;
    text-align: center;
    font-weight: bold;
}
.component-stats .middle-stats .main strong {
    display: block;
    margin-bottom: -10px;
    text-align: center;
    font-size: 83.5px;
    line-height: 83.5px;
    font-weight: 900;
    color: #00c6ef;
    white-space: nowrap;
}
.component-stats .right-stats {
    flex-basis: 30%;
    padding-top: 11px;
}
.component-stats .right-stats-inner {
    padding-left: 40%;
    padding-top: 13%;
 	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.component-stats .right-stats .stats {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid rgb(70, 91, 113);
}
.component-stats .right-stats .stats:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.component-stats .right-stats .stats .number {
    white-space: nowrap;
	font-size: 40px;
}
.component-stats .right-stats h3 {
    padding-bottom: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
}
.component-stats .right-stats h3 strong {
    display: block;
    padding-bottom: 4px;
    font-weight: bold;
    line-height: 50px;
}
.component-stats .right-stats p {
    margin-top: -2px;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 18px;
}

/**** STATES ****/
.component-states {
    position: relative;
    padding-bottom: 80px;
}
.component-states .map {
    position: absolute;
    top: -3.5%;
    width: 38.6%;
    height: 57.5%;
    right: 7.8%;
}
.component-states .map img {
    width: 100%;
    height: 100%;
}
.component-states .image {
}
.component-states .image img {
    display: block;
    width: 100%;
    min-height: 520px;
    object-fit: cover;
}
.component-states .content-container {
    position: relative;
}
.component-states .content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
}
.component-states .content h3 {
    padding: 50px 0 65px 0;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}

/**** SERVICES CTA ****/
.component-services-cta {
    padding-bottom: 25px;
}
.component-services-cta .container {
    border-bottom: 1px solid rgb(114, 130, 147);
}
.component-services-cta .content-container {
    border-right: 1px solid rgb(114, 130, 147);
}
.component-services-cta .blocks {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -35px;
}
.component-services-cta .block {
    flex-basis: 33%;
    padding-left: 35px;
    padding-bottom: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.component-services-cta .block h3 {
    padding-bottom: 9px;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    padding-right: 25px;
}
.component-services-cta .block p {
    padding-bottom: 10px;
    padding-right: 25px;
    font-size: 15px;
    line-height: 21px;
    word-wrap: break-word;
}
.component-services-cta .cta {
    display: flex;
    justify-content: flex-end;
}

/**** IMAGE SLIDER ****/
.component-image-slider {
    padding: 5px 0 95px 0;
}
.component-image-slider > .container {
    border-bottom: 1px solid rgb(114, 130, 147);
}
.component-image-slider .slick-slider {
    position: static;
}
.component-image-slider .slider-container {
    position: relative;
}
.component-image-slider .slider-container:after {
    position: absolute;
    right: 100%;
    bottom: 0;
    top: 0;
    width: 500px;
    content: '';
    background-color: #002b4d;
}
.component-image-slider .slider {
    padding: 0 0 80px 0;
    margin-left: -65px;
}
.component-image-slider.big-spaces .slider {
    margin-left: -135px;
}
.component-image-slider .slide {
    padding-left: 65px;
}
.component-image-slider.big-spaces .slide {
    padding-left: 135px;
}
.component-image-slider .slide.slick-slide img {
    display: block;
    width: 100%;
}
.component-image-slider .more {
    display: flex;
    justify-content: flex-end;
	padding-top: 1rem;
}

/**** REFERENCES SLIDER ****/
.component-references {
    padding-bottom: 90px;
}
.component-references .container {
    position: relative;
}
.component-references .container:after {
    position: absolute;
    left: 83%;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: rgb(114, 130, 147);
    content: '';
}
.component-references .content-container {
    padding-left: 0;
}
.component-references .slide {
    display: none !important;
    opacity: 1 !important;
    z-index: 999 !important;
    left: 0 !important;
    top: 0 !important;
}
.component-references .slide.slick-custom-active {
    display: block !important;
    z-index: 1000 !important;
}

/**** REFERENCE ****/
.component-reference {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border: 1px solid rgb(114, 130, 147);
    border-left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.component-reference .image {
    flex-basis: 53%;
}
.component-reference .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.component-reference .content {
    flex-basis: 47%;
}
.component-reference .content-inner {
    height: 100%;
    display: flex;
    align-items: center;
}
.component-reference .content-inner-inner {
    padding: 60px 15% 57px 18.5%;
}
.component-reference .content .logo {
    padding-bottom: 17px;
}
.component-reference .content .logo img {
    display: block;
}
.component-reference .content .description {
    padding-bottom: 48px;
}
.component-reference .content .description blockquote {
    padding: 0 0 18px 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-style: normal;
}
.component-reference .content .description .author {
    font-size: 13px;
    line-height: 18px;
}
.component-reference .content .stats {

}
.component-reference .content .stats-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.component-reference .content .stats-inner > * {
    flex-basis: 45%;
}

/**** STATS NUMBER ****/
.component-stats-number {
    
}
.component-stats-number .number-container {
    font-size: 35px;
    line-height: 49px;
}
.component-stats-number .number-container strong {
    font-weight: 900;
    color: #00c6ef;
}
.component-stats-number .text {
    padding-bottom: 0;
    font-size: 13px;
    line-height: 18px;
}

/**** CAROUSEL ****/
.component-carousel {
    padding-bottom: 90px;
    pointer-events: none;
    overflow: hidden;
}
.component-carousel .content-container {
    position: relative;
    padding-top: 110px;
}
.component-carousel .content-container:after {
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    top: 0;
    height: 1500px;
    background-color: rgb(114, 130, 147);
    z-index: -1;
}
.component-carousel ul {
    display: flex;
    flex-direction: row;
}
.component-carousel ul.animated {
	transition: all 0.02s;
}
.component-carousel ul li {

}
.component-carousel ul li img {
    display: block;
    object-fit: cover;
}

/**** MAP ****/
.component-map-container .content-container {
    margin-right: 0;
    padding-bottom: 80px;
}
.component-map {
	width: 100%;
	height: 695px;
}

/**** MAP CONTACT ****/
.component-map-contact {
    position: relative;
    padding: 20px 0 0 0;
    margin-bottom: 27px;
    background: linear-gradient(90deg, rgba(135,43,237,1) 0%, rgba(75,85,237,1) 52%, rgba(0,198,239,1) 100%);
    max-width: 305px;
}
.component-map-contact.color-brown {
    background-color: rgb(203, 102, 50);
}
/*.component-map-contact .close {
    position: absolute;
    right: 5px;
    top: -1;
    content: '';
    font-weight: bold;
    color: white;
    font-size: 16px;
    line-height: 19px;
}*/
.component-map-contact:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
    width: 30px;
    height: 20px;
    content: '';
    background: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/img/icons/arrow.svg) left top no-repeat;
    background-size: 100% 100%;
}
.component-map-contact.color-brown:after {
    background-image: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/img/icons/arrow2.svg);
}

.component-map-contact h3 {
    padding-bottom: 0;
    padding-left: 37px;
    padding-right: 45px;
    font-size: 20px;
    line-height: 33px;
    font-weight: 900;
}
.component-map-contact address {
    padding: 0 45px 26px 59px;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: 500;
    background: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/img/icons/point.svg) 37px top no-repeat;
    background-size: 10px 12px;
}
.component-map-contact .persons {
    
}
.component-map-contact .persons > li {

}

/**** PERSON ****/
.component-person {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.component-person .image {
    flex-basis: 34%;
}
.component-person .image img {
    display: block;
    width: 100%;
}
.component-person .content {
    flex-grow: 1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    padding: 17px 10px 15px 20px;
    border-top: 1px solid rgb(95, 215, 128);
}
.component-map-contact.color-brown .component-person .content {
    border-top: 1px solid rgb(150, 87, 23);
}
.component-person .content h4 {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.component-person .content p {
    padding: 0;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: 900;
}
.component-person .content p a {
    display: inline-block;
    padding-left: 17px;
    margin-bottom: 2px;
}
.component-person .content p a.mail {
    background: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/img/icons/mail.svg) left 2px no-repeat;
    background-size: 12px 12px;
}
.component-person .content p a.telephone {
    background: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/img/icons/phone.svg) left 1px no-repeat;
    background-size: 12px 12px;
}
.component-person .content p a:hover {
    color: white;
    text-decoration: underline;
}

/**** HEADER ****/
.component-header {
    position: relative;
    min-height: 100vh;
    padding-top: 95px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    display: flex;
    align-items: center;
}
.component-header .container {
    width: 100%;
}
.component-header .video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.component-header .video video {
    height: 100%;
    object-fit: cover;
}
.component-header .top .inner,
.component-header .bottom .inner {
    width: 100%;
    max-width: 1300px;
}
.component-header .top {
    padding-top: 160px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.component-header .top .inner {
    position: relative;
}
.component-header .top .inner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5000px;
    content: '';
    width: 1px;
    background-color: rgba(255, 255, 255, 0.35);
}
.component-header .top .inner .content-container {
    margin-right: 0;
}
.component-header .top .inner h1 {
    padding-bottom: 65px;
    padding-right: 18%;
    width: 85%;
    min-height: 250px;
}
.component-header .top .inner h1 .texts {
    display: grid;
}
.component-header .top .inner h1 .texts span {
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    transition: all 1.5s;
}
.component-header .top .inner h1 .texts span.active {
    opacity: 1;
}
.component-header .bottom {
    padding-bottom: 50px;
}
.component-header .bottom .inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
	padding-top: 2rem;
}
.component-header .bottom .inner .logo {
    padding-top: 5px;
}
.component-header .bottom .inner > .text {
    padding: 4px 50px 0 34px;
    flex-basis: 15%;
    font-size: 13px;
    line-height: 18px;
}
.component-header .bottom .inner .button  {
}

/**** SUBHEADER ****/
.component-subheader {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 95px;
}
.component-subheader > * {
    overflow: hidden;
}
.component-subheader .big-image {
    position: relative;
    flex-basis: 50%;
    min-height: 100vh;
}
.component-subheader.no-main-image .big-image {
    min-height: 300px;
}
.component-subheader .big-image .image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.component-subheader .big-image .image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.component-subheader .big-image .big-image-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.component-subheader.no-main-image .big-image .big-image-content {
    top: 150px;
}
.component-subheader .big-image .content-container {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 50px;
}
.component-subheader .big-image .title {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 60px;
    font-weight: bold;
    line-height: 72.5px;
    max-width: 550px;
}
.component-subheader .content {
    flex-basis: 50%;
    display: flex;
    align-items: center;
}
.component-subheader .content .container {
    margin-left: 0;
}
.component-subheader .content .content-container {
    padding-left: 90px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.component-subheader .content .content-container .textual-content {
    max-width: 440px;
}
.component-subheader .content .content-container .textual-content h1 {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    padding-bottom: 5px;
}
.component-subheader .content .content-container .textual-content p {
    font-size: 35px;
    line-height: 49px;
    font-weight: bold;
    padding-bottom: 0;
}
.component-subheader .small-image {
    flex-basis: 50%;
}
.component-subheader .small-image .container {
    margin-left: 0;
}
.component-subheader .small-image .content-container {
    padding-left: 0;
}
.component-subheader .small-image .image {
}
.component-subheader .small-image .image img {
    display: block;
    height: 277px;
    object-fit: cover;
}
.component-subheader .subcontent {
    flex-basis: 50%;
    padding-top: 120px;
    padding-bottom: 52px;
}
.component-subheader .subcontent .container,
.component-subheader .subcontent .content-container {
    margin-right: 0;
}
.component-subheader .subcontent .content-container {
    margin-right: 50px;
}

/**** NEXT PAGE ****/
.component-next-page {
    position: relative;
    overflow: hidden;
}
.component-next-page .image {

}
.component-next-page .image img {
    display: block;
    min-height: 460px;
    object-fit: cover;
	transition: all 0.7s;
}
.component-next-page:hover .image img {
    transform: scale(1.05, 1.05);
}
.component-next-page .content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.component-next-page a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.component-next-page a > span {
    flex-basis: 100%;
}
.component-next-page .title {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    color: white;
}
.component-next-page .link {
    margin-top: -10px;
    display: block;
    text-align: center;
    font-size: 160px;
    line-height: 160px;
    color: white;
    font-weight: bold;
	transition: all 0.5s;
}
.component-next-page:hover .link {
    margin-top: 0;
}
.component-next-page .link:first-letter {
    text-transform: uppercase;
}

/**** CONTACTS ****/
.component-contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.component-contacts .title {
    padding-bottom: 53px;
    flex-basis: 100%;
    font-size: 40px;
    line-height: 56px;
    font-weight: 800;
}
.component-contacts.big .title {
    padding: 0 0 14px 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 22.5px;
}
.component-contacts ul.default {
    flex-grow: 1;
    max-width: 360px;
}
.component-contacts.big ul.default {
    max-width: none;
}
.component-contacts ul.default li {
    padding-bottom: 4px;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.component-contacts.big ul.default li {
    padding-bottom: 0;
    font-size: 45px;
    line-height: 63px;
}
.component-contacts ul.default li.mail {
}
.component-contacts ul.default li.telephone {
}
.component-contacts ul.default li a {
}
.component-contacts ul.default li.mail a {
    color: #00c6ef;
}
.component-contacts ul.default li.mail a:hover {
    color: white;
}
.component-contacts ul.default li.telephone a {
    cursor: default;
}
.component-contacts ul.default li.telephone a:hover {
    color: white;
}
.component-contacts ul.social {
    flex-basis: 0;
}
.component-contacts ul.social li {
    font-size: 15px;
    line-height: 22.5px;
}
.component-contacts ul.social li a {
}

/* *************************** SECTIONS *************************** */

/* *************************** LISTS *************************** */

/* *************************** BUTTONS & LINKS *************************** */
.button {
    position: relative;
	border-radius: 50px;
    display: inline-block;
    padding: 25px 25px;
    color: white !important;
    font-weight: bold;
	font-family: 'flink', arial;
    font-size: 17.5px;
    line-height: 22px;
	text-decoration: none;
    text-align: center;
	cursor: pointer;
    border: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    min-width: 205px;
    background: linear-gradient(90deg, rgba(135,43,237,1) 0%, rgba(75,85,237,1) 52%, rgba(0,198,239,1) 100%);
    outline: none !important;
}
.button:focus {
    outline: none !important;
}
.button-default {

}
.button-dark-green {
    background-color: #05A140;
}
.button-blue {
    background: #002b4d;
}
.button.hovered {
    color: white;
}


.button .text {
    position: relative;
}
.button .cursor,
.custom-hover-effect .cursor {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
	transition: width 0.3s, height 0.3s;
}

.button.hovered .cursor {
    width: 85px;
    height: 85px;
    pointer-events: none;
}
.custom-hover-effect.hovered .cursor {
    width: 85px;
    height: 85px;
    pointer-events: none;
}

.custom-hover-effect {
    position: relative;
    display: inline-block;
}
.custom-hover-effect.hidden-overflow {
    overflow: hidden;
}

/* *************************** FORM DEFAULTS *************************** */
input[type=text], textarea, select {
	margin: 0;
	padding: 1px 22px 0 22px;
    height: 85px;
	width: 100%;
	border: 0;
	background-color: rgb(28, 50, 73);
	font-family: 'flink', arial;
	font-size: 17.5px;
	line-height: 20px;
    font-weight: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: white;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    border: 2px solid rgb(88, 104, 122);
}
.form-theme-green input[type=text], .form-theme-green textarea, .form-theme-green select {
    border-color: rgb(134, 124, 251);
    background-color: rgb(51, 42, 170);
    color: white;
}
.form-theme-white input[type=text], .form-theme-white textarea, .form-theme-white select {
    border-color: rgb(204, 204, 204);
    background-color: white;
    color: #002b4d;
}
textarea {
	max-width: 100%;
	min-width: 100%;
    width: 100%;
    height: 130px;
    padding-top: 20px;
    padding-bottom: 15px;
}
select {
	padding-top: 5px;
	padding-bottom: 5px;
}
input[type=text]:focus, textarea:focus, select:focus {
    background-color: #122539;
    opacity: 1;
}
.form-theme-green input[type=text]:focus, .form-theme-green textarea:focus, .form-theme-green select:focus {
    background-color: rgb(1, 0, 140);
}
.form-theme-white input[type=text]:focus, .form-theme-white textarea:focus, .form-theme-white select:focus {
    background-color: rgb(245, 245, 245);
}
::placeholder {
    color: rgb(132, 144, 156);
    opacity: 1;
}
.form-theme-green ::placeholder {
    color: rgb(152, 229, 173);
}
.form-theme-white ::placeholder {
    color: rgb(99, 116, 135);
}
input:focus, textarea:focus, select:focus {
    outline: none;
}

/**** CUSTOM DROPDOWN ****/
.select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
	background-color: rgb(28, 50, 73);
    border: 2px solid rgb(88, 104, 122);
    border-radius: 0;
    height: 85px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    cursor: pointer;
}
.form-theme-green .select2-container .select2-selection--single,
.form-theme-green .select2-container .select2-selection--multiple {
    border-color: rgb(134, 124, 251);
    background-color: rgb(51, 42, 170);
}
.form-theme-white .select2-container .select2-selection--single,
.form-theme-white .select2-container .select2-selection--multiple {
    border-color: rgb(204, 204, 204);
    background-color: white;
}
.select2-container .select2-selection:before {
    content: '';
    position: absolute;
    right: 31px;
    top: 39px;
    width: 7px;
    height: 7px;
    border: solid rgb(88, 104, 122);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.form-theme-green .select2-container .select2-selection:before {
    border-color: rgb(134, 124, 251);
}
.form-theme-white .select2-container .select2-selection:before {
    border-color: rgb(39, 63, 89);
}
.select2-container--default.select2-container--open .select2-selection:before {
    top: 44px;
    border: 2px solid rgb(88, 104, 122);
    border-width: 0 1px 1px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.form-theme-green .select2-container--default.select2-container--open .select2-selection:before {
    border-color: rgb(134, 124, 251);
}
.form-theme-white .select2-container--default.select2-container--open .select2-selection:before {
    border-color: rgb(39, 63, 89);
}
.select2-container .select2-selection--multiple {
    overflow: hidden;
    padding-left: 20px;
    display: flex;
    align-items: center;
    padding-right: 35px;
}
.select2-container--default.select2-container--open .select2-selection,
.select2-container--default.select2-container--focus .select2-selection {
    background-color: #122539;
    border: 2px solid rgb(88, 104, 122);
}
.form-theme-green .select2-container--default.select2-container--open .select2-selection,
.form-theme-green .select2-container--default.select2-container--focus .select2-selection {
    background-color: rgb(23, 159, 68);
    border: 2px solid rgb(152, 229, 173);
}
.form-theme-white .select2-container--default.select2-container--open .select2-selection,
.form-theme-white .select2-container--default.select2-container--focus .select2-selection {
    background-color: rgb(245, 245, 245);
    border: 2px solid rgb(204, 204, 204);
}
.select2-container--default .select2-search--inline {
    display: inline-block;
}
.select2-container--default .select2-search--inline .select2-search__field {
    margin: 6px 0 0 0;
    cursor: pointer;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    opacity: 1;
    color: rgb(132, 144, 156);
}
.form-theme-green .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: rgb(152, 229, 173);
}
.form-theme-white .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: rgb(99, 116, 135);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    height: 85px;
    line-height: 85px !important;
    padding-left: 21px;
    padding-right: 24px;
}
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
	font-family: 'flink', arial;
	font-size: 17.5px;
	line-height: 20px;
    font-weight: normal;
    opacity: 1;
}
.form-theme-white .select2-container--default .select2-search--inline .select2-search__field,
.form-theme-white .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #002b4d;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline-block;
    padding: 4px 2px 4px 3px;
    margin-top: 3px;
    margin-right: 1px;
    background-color: white;
    color: #002b4d;
    font-size: 13px;
    line-height: 15px;
    border-color: white;
}
.form-theme-white .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: rgb(204, 204, 204);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    border: 0;
    border-radius: 0;
    background-color: #122539;
    border: 2px solid rgb(88, 104, 122);
}
.theme-green .select2-dropdown {
    background-color: rgb(51, 42, 170);
    border-color: rgb(134, 124, 251);
}
.theme-white .select2-dropdown {
    background-color: white;
    border-color: rgb(204, 204, 204);
}
.select2-results__option {
    padding: 12px 22px;
    font-size: 14px;
    line-height: 22px;
    color: white;
}
.theme-white .select2-results__option {
    color: #002b4d;
}
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: linear-gradient(90deg, rgba(135,43,237,1) 0%, rgba(75,85,237,1) 52%, rgba(0,198,239,1) 100%);
    color: white;
}
.select2-container--default.theme-green .select2-results__option--selected,
.select2-container--default.theme-green .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(28, 50, 73);
}
.select2-container--default.theme-white .select2-results__option--selected,
.select2-container--default.theme-white .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(28, 50, 73);
}
.select2-force-hidden {
    display: none !important;
}

/**** CUSTOM CHECKBOX ****/
.form-checkbox-element {
    display: inline-block !important;
	position: relative;
	padding-left: 26px;
	cursor: default;
    overflow: visible;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.form-checkbox-element,
.form-checkbox-element a {
	color: white;
    font-size: 13px;
    line-height: 18px;
}
.form-theme-white .form-checkbox-element,
.form-theme-white .form-checkbox-element a {
	color: #002b4d;
}
.form-checkbox-element a {
    text-decoration: underline;
    white-space: nowrap;
}
.form-checkbox-element a:hover {
    text-decoration: none;
}
.form-checkbox-element:hover {

}
.form-checkbox-element input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.form-checkbox-element .indicator {
	position: absolute;
	top: 50%;
	left: 0;
    margin-top: -2px;
	width: 13px;
	height: 13px;
	background-color: rgb(33, 56, 81);
    border: 1px solid rgb(88, 104, 122);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    transform: translateY(-50%);
}
.form-theme-green .form-checkbox-element .indicator {
    border-color: rgb(134, 124, 251);
    background-color: rgb(51, 42, 170);
}
.form-theme-white .form-checkbox-element .indicator {
    border-color: rgb(147, 159, 172);
    background-color: white;
}
.form-checkbox-element .indicator:after {
	position: absolute;
	display: none;
	content: '';
	top: 0;
	left: 4px;
	width: 4px;
	height: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: solid white;
	border-width: 0 2px 2px 0;
}
.form-theme-white .form-checkbox-element .indicator:after {
	border-color: #002b4d;
}
.form-checkbox-element input:focus ~ .indicator,
.form-checkbox-element:hover input ~ .indicator,
.form-checkbox-element input:checked ~ .indicator {

}
.form-checkbox-element input:checked ~ .indicator {

}
.form-checkbox-element input:checked ~ .indicator:after {
	display: block;
}

/**** DEFAULT FORM ****/
.message-response * {
	padding: 0 0 30px 0;
	margin-top: -30px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}
.message-response .success {
	color: black;
}
.message-response .failed {
	color: rgb(237, 32, 36);
}

.form-container {

}
.form {

}
.form .message-response {
    flex-basis: 100%;
}
.form .column {
	position: relative;
    padding-bottom: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form .column .form-element-container > label {
    display: block;
}
.form .column label .label {
	display: block;
	padding: 0 0 4px 0;
    font-family: 'flink';
    font-size: 15px;
	line-height: 17px;
    font-weight: bold;
    font-style: normal;
}
.form.form-theme-white .column label .label {
    color: rgb(39, 63, 89);
}
.form .column.error label .label {
	color: rgb(200, 0, 0);
}
.form .column.error label .label {

}
.form .column.accept.error .form-checkbox-element .indicator {
	border-color: rgb(230, 51, 96);
}
.ajax-form.loading .form .column {
	opacity: 0.55;
}

/* *************************** FORMS *************************** */

/* ****** CONTACT ****** */
.form-contact-main-container {
    background: linear-gradient(90deg, rgba(135,43,237,1) 0%, rgba(75,85,237,1) 52%, rgba(0,198,239,1) 100%);
}

.form-contact {

}
/*.form-contact .header {
    padding-bottom: 23px;
}
.form-contact .header h4 {

}*/
.form-contact .header {
    padding-bottom: 23px;
}
.form-contact .header h4 {
    padding-bottom: 0;
}
.form-contact .header p {
    line-height: 21px;
}
.form-contact .columns {
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.form-contact .column {
    flex-basis: 100%;
    overflow: hidden;
}
.form-contact .column.name,
.form-contact .column.email {
    flex-basis: calc(50% - 10px);
    padding-bottom: 32px;
}
.form-contact .column.message {
    padding-bottom: 32px;
}
.form-contact .column.message textarea {
    height: 133px;
    min-height: 133px;
    max-height: 500px;
}
/*
.form-contact .column.accept {
    flex-basis: 100%;
    padding-bottom: 53px;
}
.form-contact .column.captcha {
    flex-basis: 48%;
    padding-bottom: 0;
}
.form-contact .column.submit {
    flex-basis: 48%;
    text-align: right;
    padding-bottom: 0;
}*/
.form-contact .column.accept {
    flex-basis: 49%;
    padding-bottom: 10px;
    align-self: flex-end;
}
.form-contact .column.submit {
    flex-basis: 45%;
    text-align: right;
    padding-bottom: 0;
}
.form-contact .column.submit .button {
    width: 100%;
    max-width: 255px;
    min-width: 0;
}

/* ****** CONTACT (green) ****** */
.form-contact.form-theme-green {
    padding: 100px 0;
    margin-bottom: 85px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.form-contact.form-theme-green .header-container {
    flex-basis: 33%;
}
.form-contact.form-theme-green .header h4 {
    padding-bottom: 26px;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}
.form-contact.form-theme-green .header p {
    padding-bottom: 0;

    font-weight: bold;
}
.form-contact.form-theme-green .columns {
    flex-basis: 54%;
    padding-right: 8%;
}

/* ****** NEWSLETTER (white) ****** */
.form-newsletter-main-container {
    background: linear-gradient(90deg, rgba(135,43,237,1) 0%, rgba(75,85,237,1) 52%, rgba(0,198,239,1) 100%);
}
.form-newsletter {
    padding: 30px 0;
}
.form-newsletter .header {
    padding-bottom: 23px;
}
.form-newsletter .header h4 {
    padding-bottom: 0;
}
.form-newsletter .header p {
    line-height: 21px;
}
.form-newsletter .columns {
    display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
    align-items: flex-end;
}
.form-newsletter .column {
    flex-basis: 100%;
    overflow: hidden;
}
.form-newsletter .column.email,
.form-newsletter .column.name,
.form-newsletter .column.positions2,
.form-newsletter .column.industries {
    padding-bottom: 38px;
    flex-basis: calc(50% - 10px);
}
/*.form-newsletter .column.email input,
.form-newsletter .column.industries .select2-selection--multiple {
    border-right-width: 0;
}*/
.form-newsletter .column.accept {
    flex-basis: 49%;
    padding-bottom: 10px;
    align-self: flex-end;
}
.form-newsletter .column.submit {
    flex-basis: 45%;
    text-align: right;
    padding-bottom: 0;
}
.form-newsletter .column.submit .button {
    width: 100%;
    max-width: 250px;
    min-width: 0;
}

/* ****** NEWSLETTER (green) ****** */
.form-newsletter.form-theme-green {
    padding: 100px 0;
    margin-bottom: 85px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.form-newsletter.form-theme-green .header-container {
    flex-basis: 33%;
}
.form-newsletter.form-theme-green .header h4 {
    padding-bottom: 26px;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
}
.form-newsletter.form-theme-green .header p {
    padding-bottom: 0;
    font-size: 55px;
    line-height: 77px;
    font-weight: bold;
}
.form-newsletter.form-theme-green .columns {
    flex-basis: 54%;
    padding-right: 8%;
}

/* *************************** TRANSITIONS *************************** */
.transition,
.css-transition {
    overflow: hidden;
}
.transition *,
.css-transition > * {
	transition: all 0.9s;
}
#header .logo-container.transition {
    transition: all 2.3s;
}
.component-reference .transition {
    transition: all 0.7s;
}
.transition-fade-in {
    transition: all 1.2s;
}
#header .css-transition > * {
	transition: all 0.3s;
    transition-delay: 0.15s;
}
.transition-left-right > * {
    transform: translateX(-100%);
}
.transition-right-left > * {
    transform: translateX(100%);
}
.transition-up-down > * {
    transform: translateY(-100%);
}
.transition-down-up > * {
    transform: translateY(100%);
}
.transition-fade-in > * {
    opacity: 0;
}

.navigation-open #header .css-transition > *,
.transition.execute > *,
.css-transition.execute > * {
    transform: none;
}
.transition-fade-in.execute > * {
    opacity: 1;
}
#header .transition.executed,
#header .css-transition.executed,
#body .transition.executed {
    overflow: visible;
}
#header .logo-container.transition.execute {
    width: 100%;
}

/* *************************** VARIOUS *************************** */
.hidden {
	display: none;
}
.invisible {
    visibility: hidden;
}
.clearfix:after {
    content: "";
    clear: both;
    display: inline-block;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.bold {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.text-normal {
    font-weight: normal;
}

.white-content {
    color: #002b4d;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.g-recaptcha-container {
    transform: scale(0.94);
    transform-origin: 0 0;
}

.gm-style > div > div > div > div > div > div {
    overflow: hidden !important;
}

.main-cursor {
    position: fixed;
    left: -100px;
    top: -100px;
    width: 22px;
    height: 22px;
    pointer-events: none;
    z-index: 999999;
    border-radius: 100%;
    opacity: 0;
	-webkit-transition: opacity 1.5s, border-color 0.3s, width 0.3s, height 0.3s;
	-o-transition: opacity 1.5s, border-color 0.3s, width 0.3s, height 0.3s;
	transition: opacity 1.5s, border-color 0.3s, width 0.3s, height 0.3s;
    border: 1px solid white;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.main-cursor.inverted {
    border-color: #002b4d;
}
.main-cursor.inverted.is-above-button {
    border-color: white;
}
html.is-mobile .main-cursor {
    display: none;
}
.main-cursor.initialized {
    opacity: 1;
}
.main-cursor.is-above-toggle {
    width: 44px;
    height: 44px;
}
.main-cursor.is-above-arrow {
    width: 52px;
    height: 52px;
}
.main-cursor.pressed:not(.is-above-toggle):not(.is-above-arrow) {
    width: 18px;
    height: 18px;
}
.main-cursor .inner {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: white;
    left: 10px;
    top: 10px;
    border-radius: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main-cursor.inverted .inner {
    background-color: #002b4d;
}
.main-cursor.inverted.is-above-button .inner {
    background-color: white;
}
.main-cursor.pressed .inner {
    left: 8px;
    top: 8px;
}
.main-cursor.is-above-toggle .inner,
.main-cursor.is-above-arrow .inner {
    opacity: 0;
}

.main-cursor-circle {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
	transition: width 0.3s, height 0.3s;
    pointer-events: none;
    z-index: 2000;
}
.main-cursor-circle.visible {
    width: 85px;
    height: 85px;
}

/* *************************** SLIDER *************************** */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
}
.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
	overflow: hidden;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none !important;
}
.slick-slide:focus {
    outline: none !important;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 0;
	background: none;
    transition: all 0.3s;
    outline: none;
    text-indent: -100px;
    overflow: hidden;
}
.component-references .slick-arrow.slick-prev {
	right: 92px;
    top: -77px
}
.component-references .slick-arrow.slick-next {
	right: -12px;
    top: -77px;
}
.component-image-slider .slick-arrow.slick-prev {
    bottom: -62px;
	left: -12px;
}
.component-image-slider .slick-arrow.slick-next {
    bottom: -62px;
	left: 88px;
}
.slick-arrow:before,
.slick-arrow:after {
	position: absolute;
    top: 18px;
    content: '';
    background-size: 100% 100%;
    width: 29px;
    height: 11px;
}
.slick-arrow.animated:before,
.slick-arrow.animated:after {
	transition: all 0.65s;
}
.slick-arrow.slick-prev:before,
.slick-arrow.slick-prev:after {
    background-image: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/img/icons/arrow-left.svg);
}
.slick-arrow.slick-next:before,
.slick-arrow.slick-next:after {
    background-image: url(https://www.kysel-syn.sk/wp-content/themes/edymax/assets/img/icons/arrow-right.svg);
}
.slick-arrow.slick-prev:before {
    left: 11px;
}
.slick-arrow.slick-prev:after {
    left: 90px;
}
.slick-arrow.slick-next:before {
    right: 11px;
}
.slick-arrow.slick-next:after {
    right: 90px;
}
.slick-arrow.slick-prev.animate:before {
    left: -50px;
}
.slick-arrow.slick-prev.animate:after {
    left: 11px;
}
.slick-arrow.slick-next.animate:before {
    right: -50px;
}
.slick-arrow.slick-next.animate:after {
    right: 11px;
}

.slick-dots {
    position: absolute;
    right: -3px;
    bottom: -36px;
    display: flex;
    flex-direction: row;
}
.slick-dots li {
    border: 0;
    margin: 0 0 0 10px;
    padding: 0;
    background-color: transparent;
    border: 0;
}
.slick-dots li button {
    position: relative;
    width: 13px;
    height: 15px;
    text-indent: -100px;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    outline: none !important;
}
.slick-dots li button:focus {
    outline: none !important;
}
.slick-dots li button:after {
    content: '';
    left: 0;
    width: 13px;
    top: 8px;
    height: 1px;
    position: absolute;
    background-color: rgb(114, 130, 147);
	transition: all 0.3s;
}
.slick-dots li:hover button:after,
.slick-dots li.slick-active button:after {
    background-color: white;
}

.slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
.slick-slide {
    height: auto;
}
.slick-slide .component-reference {
    height: 100%;
}

/* *************************** RESPONSIVE *************************** */
@media (min-width: 1800px) {
    .component-image-slider .slider {
        margin-left: -115px;
    }
    .component-image-slider .slide {
        padding-left: 115px;
    }
}
@media (max-width: 1550px) {
    #footer .component-contacts {
        flex-basis: 40%;
    }
}
@media (max-width: 1500px) {
    .component-stats .content-container {
        min-height: 580px;
    }
}
@media (max-width: 1400px) {
    .content-container {
        margin-right: 145px;
    }
    .form-newsletter.form-theme-green .header p {
        padding-right: 10px;
        font-size: 45px;
        line-height: 65px;
    }
    .component-stats .content-container {
        background-size: 80%;
    }
}
@media (max-width: 1300px) {
    .content-container {
        margin-right: 85px;
    }
    .component-subheader .content .content-container {
        padding-left: 70px;
    }
    .component-subheader .big-image .title {
        font-size: 45px;
        line-height: 52.5px;
    }
    #footer .component-contacts {
        flex-basis: 50%;
    }
    .component-contacts.big ul.default li {
        font-size: 35px;
        line-height: 50px;
    }
    .component-next-page .link {
        font-size: 110px;
        line-height: 110px;
    }
    .component-image-slider.big-spaces .slider {
        margin-left: -95px;
    }
    .component-image-slider.big-spaces .slide {
        padding-left: 95px;
    }
    .component-stats {
        padding-bottom: 20px;
    }
    .component-stats .right-stats {
        padding-bottom: 50px;
    }
    .component-stats .content-container-inner {
        background-position: 50% 30%;
    }
}
@media (max-width: 1200px) {
    .component-stats .content-container-inner {
        min-height: 0;
        background-size: 60%;
    }
    .component-stats .middle-stats .main strong {
        font-size: 52px;
        line-height: 62px;
    }
    .component-stats .right-stats h3 strong {
        font-size: 35px;
        line-height: 45px;
    }
    .component-stats .right-stats-inner {
        padding-left: 20%;
    }
}
@media (max-width: 1150px) {
    .content-container {
        padding-left: 50px;
    }
    #header .navigation-navigation {
        width: 42%;
    }
    #header .navigation-right-content {
        left: 42%;
    }
    body.navigation-open #header .navigation-right-content {
        width: 58%;
    }
    #header .navigation-navigation-inner {
        padding-left: 40%;
    }
    #header .navigation-right-content-inner {
        width: 58vw;
    }
    #footer .component-contacts {
        flex-basis: 60%;
    }
}
@media (max-width: 1080px) {
    .content-container, .component-stats .content-container {
        margin-right: 65px;
    }
    .h1-big {
        font-size: 45px;
        line-height: 60px;
    }
    h1, .h1 {
        font-size: 40px;
        line-height: 60px;
    }
    h2, .h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .component-states .content h3 {
        padding-bottom: 20px;
    }
    .component-subheader .content .content-container {
        padding-left: 50px;
    }
    .form-newsletter .header {
        padding-bottom: 0;
    }
    .form-newsletter .column.name {
        flex-basis: 100%;
        padding-bottom: 15px;
    }
    .form-newsletter .column.email {
        flex-basis: 100%;
        padding-bottom: 15px;
    }
    /*.form-newsletter .column.email input,
    .form-newsletter .column.industries .select2-selection--multiple {
        border-right-width: 2px;
    }*/
    .form-newsletter .column.company {
        padding-bottom: 15px;
    }
    .form-newsletter .column.positions2 {
        flex-basis: 100%;
        padding-bottom: 25px;
    }
    .form-newsletter .column.industries {
        flex-basis: 100%;
        padding-bottom: 15px;
    }
    .form-newsletter .column.accept {
        flex-basis: 100%;
    }
    .form-newsletter .column.submit {
        flex-basis: 100%;
        padding-top: 40px;
        text-align: left;
    }
    .component-contacts.big ul.default li {
        font-size: 28px;
        line-height: 36px;
    }
    .form-newsletter.form-theme-green {
        padding: 70px 0;
        align-items: flex-start;
    }
    .form-newsletter.form-theme-green .header-container {
        flex-basis: 50%;
    }
    .form-newsletter.form-theme-green .header h4 {
        padding-bottom: 16px;
    }
    .form-newsletter.form-theme-green .header p {
        padding-right: 25px;
        font-size: 30px;
        line-height: 40px;
    }
    .form-newsletter.form-theme-green .columns {
        flex-basis: 50%;
    }
    .form-contact.form-theme-green {
        padding: 70px 0;
        align-items: flex-start;
    }
    .form-contact.form-theme-green .header-container {
        flex-basis: 50%;
    }
    .form-contact.form-theme-green .header h4 {
        padding-bottom: 16px;
    }
    .form-contact.form-theme-green .header p {
        padding-right: 25px;
    }
    .form-contact.form-theme-green .columns {
        flex-basis: 50%;
    }
    .component-reference .image {
        flex-basis: 43%;
    }
    .component-reference .content {
        flex-basis: 57%;
    }
    .component-reference .content-inner-inner {
        padding: 40px 10%;
    }
    .form-contact .header {
        padding-bottom: 20px;
    }
    .form-contact .columns {
        display: block;
    }
    .form-contact .column.name,
    .form-contact .column.email {
        padding-bottom: 20px;
    }
    .form-contact .column.email input {
        border-left-width: 2px;
    }
    .form-contact .column.message label .label {
        padding-left: 0;
        padding-bottom: 4px;
        padding-top: 0;
    }
    .form-contact .column.message textarea {
        margin-top: 0;
        padding-top: 20px;
        border-top-width: 2px;
    }
    .form-contact .column.accept {
        padding-bottom: 20px;
    }
    .form-contact .column.captcha {
        padding-bottom: 20px;
        overflow: hidden;
    }
    .form-contact .column.submit .button {
        max-width: none;
    }
}
@media (max-width: 1000px) {
    .component-subheader .big-image .title {
        font-size: 35px;
        line-height: 35px;
    }
    .component-header .top .inner h1 {
        min-height: 150px;
    }
    .component-next-page .link {
        font-size: 80px;
        line-height: 80px;
        margin-top: -5px;
    }
    .component-services-cta .block {
        flex-basis: 50%;
    }
}
@media (max-width: 900px) {
    .component-subheader {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .component-subheader > * {
        flex-basis: 100%;
    }
    .component-subheader .content {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .component-subheader .subcontent {
        padding-top: 40px;
        padding-bottom: 10px;
        order: 4;
    }
    .component-subheader .small-image {
        order: 3;
    }
    .component-subheader .content .container,
    .component-subheader .small-image .container {
        margin-left: 108px;
    }
    .component-subheader .small-image .content-container {
        padding-left: 50px;
    }
    .component-subheader .big-image .title {
        font-size: 60px;
        line-height: 70px;
    }
    .form-contact .header h4 {
        padding-bottom: 20px;
    }
    .component-image-slider.big-spaces .slider {
        margin-left: -55px;
    }
    .component-image-slider.big-spaces .slide {
        padding-left: 55px;
    }
}
@media (max-width: 950px) {
    .component-contacts .title {
        font-size: 30px;
        line-height: 45px;
    }
    .component-header .top .inner,
    .component-header .bottom .inner {
        width: 100%;
    }
    .component-header .top .inner:after {
        display: none;
    }
}
@media (max-width: 890px) {
    #header .navigation-navigation {
        width: 52%;
    }
    #header .navigation-right-content {
        left: 52%;
    }
    #header .navigation-navigation-inner {
        padding-left: 40%;
    }
    body.navigation-open #header .navigation-right-content {
        width: 48%;
    }
    #header .navigation-right-content-inner {
        width: 48vw;
    }
    .h1-big {
        font-size: 38px;
        line-height: 50px;
    }
    h1, .h1 {
        font-size: 30px;
        line-height: 45px;
    }
    .responsive-break {
        display: none;
    }
}
@media (max-width: 850px) {
    .component-stats {
        padding-top: 0;
    }
    .component-stats .content-container-inner {
        background: none;
        min-height: 0;
    }
    .component-stats .content-container-inner-inner {
        flex-wrap: wrap;
    }
    .component-stats .content-container-inner-inner > * {
        flex-basis: 100%;
    }
    .component-stats .middle-stats {
        order: 1;
    }
    .component-stats .middle-stats-inner {
        padding-top: 0;
    }
    .component-stats .middle-stats .main {
        text-align: left;
    }
    .component-stats .middle-stats .main strong {
        text-align: left;
    }
    .component-stats .description {
        order: 2;
    }
    .component-stats .description-inner {
        padding-top: 40px;
    }
    .component-stats .right-stats {
        order: 3;
    }
    .component-stats .right-stats-inner {
        padding-left: 0;
    }
    .component-stats .description p {
        max-width: none;
    }
}
@media (max-width: 800px) {
    .component-header .bottom .inner {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 15px;
    }
    .component-header .bottom .inner > .text {
        flex-basis: 100%;
        padding: 10px 0 20px 0;
    }
    .component-subheader .big-image {
        min-height: 600px;
    }
    .component-subheader .big-image .big-image-content {
        top: 20%;
    }
   .text-center {
        text-align: left;
    }
    .component-image-slider {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .component-image-slider.big-spaces {
        margin-top: -55px;
    }
    .component-image-slider .slider {
        padding-bottom: 60px;
    }
    .component-image-slider.big-spaces .slider {
        padding-bottom: 0;
    }
    .component-services-cta .block {
        flex-basis: 100%;
    }
}
@media (max-width: 760px) {
    .container {
        margin-left: 70px !important;
    }
    #footer .component-contacts {
        padding-bottom: 50px;
    }
    #footer .component-contacts .title {
        padding-bottom: 20px;
        font-size: 25px;
        line-height: 35px;
    }
    #footer .component-contacts ul.default {
        padding-bottom: 20px;
    }
    .component-contacts ul.default li a {
        word-break: break-all;
    }
    .component-next-page .link {
        font-size: 60px;
        line-height: 60px;
    }
    .component-next-page .image img {
        min-height: 260px;
    }
}
@media (max-width: 760px), (max-height: 450px) {
    #header .navigation-navigation {
        width: 100%;
    }
    #header .navigation-right-content {
        left: 0;
        top: 350px;
        display: none;
    }
    #header .navigation-navigation-inner {
        padding-left: 120px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 0;
    }
    #header .navigation-navigation-inner .title {
        display: none;
    }
    body.navigation-open #header .navigation-right-content {
        width: 100%;
    }
    #header .navigation-right-content-inner {
        width: 100vw;
    }
    #header .navigation .toggle {
        margin-top: 20px;
    }
    #header .panel {
        min-width: 68px;
    }
    #header .navigation .toggle .text {
        padding-top: 27px;
    }
    #header .panel .contact {
        left: 19px;
        bottom: 20px;
    }
    #footer .top .content-container {
        display: block;
    }
    #footer .navigation {
        padding: 50px 0;
    }
}
@media (max-width: 700px) {
    .form-newsletter.form-theme-green {
        display: block;
    }
    .form-newsletter.form-theme-green .header-container {
        padding-bottom: 30px;
    }
    .form-contact.form-theme-green {
        display: block;
    }
    .form-contact.form-theme-green .header-container {
        padding-bottom: 30px;
    }
    .component-reference {
        display: block;
    }
    .component-references .slick-arrow.slick-prev,
    .component-references .slick-arrow.slick-next {
        top: -90px;
    }
    .component-subheader {
        padding-bottom: 15px;
    }
    .component-subheader .content {
        padding-bottom: 20px;
    }
}
@media (max-width: 650px) {
    .component-subheader .big-image .title {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 580px) {
    .component-next-page .link {
        font-size: 40px;
        line-height: 40px;
    }
    .component-header .top .inner h1 {
        padding-right: 10px;
    }
    .h1-big {
        font-size: 28px;
        line-height: 38px;
    }
    h1, .h1, h2, .h2, .component-subheader .content .content-container .textual-content p {
        font-size: 22px;
        line-height: 32px;
    }
    h3, .h3 {
        font-size: 20px;
        line-height: 26px;
    }
    h1, h2, h3, h4 {
        word-wrap: break-word;
    }
    .component-references .slick-arrow.slick-prev,
    .component-references .slick-arrow.slick-next {
        top: -87px;
    }
}
@media (max-width: 500px) {
    .form-contact .column.captcha {
        width: 220px;
    }
    .g-recaptcha-container {
        transform: scale(0.7);
        transform-origin: 0 0;
    }
    .component-image-slider .slick-arrow.slick-next {
        left: 45px;
    }
    .component-reference .content .description {
        padding-bottom: 0;
    }
    .component-reference .content .stats-inner {
        display: block;
    }
    .component-reference .content .stats-inner > * {
        padding-top: 20px;
    }
    .component-references .slick-arrow.slick-prev {
        right: 40px;
    }
    .component-services-cta .block h3,
    .component-services-cta .block p {
        word-break: break-all;
    }
}
@media (max-width: 460px) {
    .content-container, .component-stats .content-container {
        padding-left: 30px !important;
        margin-right: 30px;
    }
    .component-references .content-container {
        padding-left: 0 !important;
    }
    .component-subheader .content .content-container {
        padding-left: 50px;
    }
    .component-next-page .content {
        left: 50px;
    }
    .component-next-page .link {
        font-size: 30px;
        line-height: 40px;
        word-break: break-all;
    }
    .component-stats .middle-stats .main strong {
        white-space: normal;
    }
}
@media (max-width: 420px) {
    #header .logo-container {
        width: auto;
    }
    #header .logo {
        width: auto;
    }
    #header .logo img {
        width: 100%;
        height: auto;
    }
    #header .logo-container.transition.execute {
        width: 100%;
    }
    .component-subheader .big-image .title {
        font-size: 30px;
        line-height: 38px;
    }
    .form-contact .column.captcha {
        width: 180px;
    }
    .g-recaptcha-container {
        transform: scale(0.6);
        transform-origin: 0 0;
    }
}
@media (max-width: 400px) {
    .component-image-slider .more {
        padding-top: 72px;
        display: block;
    }
    .component-image-slider .more .button {
        max-width: none;
        width: 100%;
    }
    .button {
        white-space: normal;
    }
}
@media (max-width: 370px) {
    .form-contact .column.captcha {
        width: 140px;
    }
    #header .logo a span {
        font-size: 11px;
        line-height: 15px;
    }
   /* h1, .h1, h2, .h2, .component-subheader .content .content-container .textual-content p, h3, .h3 {
        word-break: break-all;
    } */
    .component-references .slick-arrow.slick-prev,
    .component-references .slick-arrow.slick-next {
        top: -50px;
    }
}

@media (max-width: 620px) {
    #footer .bottom {

    }
    #footer .copyright {
        display: block;
        margin-right: 0;
        padding-bottom: 22px;
    }
    #footer .credits {
        display: block;
    }
    .button {
        min-width: 0;
    }
}
@media (max-width: 370px) {
    .content-container, .component-stats .content-container {
        padding-left: 30px;
    }
}






@media (max-height: 650px) {
    #header .panel .scroll-position {
        height: 80px;
        top: 46%;
    }
}
@media (max-height: 470px) {
    #header .panel .scroll-position {
        height: 50px;
    }
}

.button-small {
	position: relative;
border-radius: 50px;
display: inline-block;
padding: 16px 16px;
color: white !important;
font-weight: bold;
font-family: 'flink', arial;
font-size: 17.5px;
line-height: 22px;
text-decoration: none;
text-align: center;
cursor: pointer;
border: 0;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
white-space: nowrap;
overflow: hidden;
min-width: 155px;
background: linear-gradient(90deg, rgba(135,43,237,1) 0%, rgba(75,85,237,1) 52%, rgba(0,198,239,1) 100%);
outline: none !important;
}

.text-area {
  height: 50px;
  overflow: auto;
}