* {margin: 0px; padding: 0px; outline: 0;}

:root {
	--dark: #191714;
	--normal: #e3ebef;
	--light: #f0f7fa;

	--text-header: #aea067;
	--text-body: #aea067;
	--header-bg:#91875A;
	--text-cyan: #65e7ff;

    --background: #191918;
	--blue: #0171b2;
	--blue-light: #eaf2f5;
	--fushia: #c70e88;
	--fushia-light: #bb6da0;
	--intro: #284563;
	--gray: #666;
	--yellow-dark: #f2ca12;
	--white: #fff;
	--spot-bg: #645c3e;
	--msg-bg:#3A3528;

}
/*191918
17140e
*/
body {
	font-family: 'Roboto', sans-serif;
	color: var(--text-body);
	border:0;
	overflow-x: hidden;
	font-size:20px;
	background-color:var(--dark);
	background-image:url('/img/bg-spots-dark.svg');
	font-weight:300;
}


h1, h2, h3, h4, h5 {
	color:var(--text-header);
	padding:0;
	margin-top:0px;
	margin-bottom:20px;
	font-weight:400;

}

/*font-family: "Stardos Stencil", system-ui;*/
h1, h2, h3, h4, h5{font-family: "Stardos Stencil", system-ui;}


h1 {font-size: 50px; margin-bottom:10px;}
h2 {font-size: 42px; margin-bottom:10px; }
h3 {font-size: 34px; color:var(--text-header);}
h4 {font-size: 26px; color:var(--dark);}
h5 {font-size: 15px;}

a {text-decoration:none;}

p {margin: 0 0 15px 0;}
p:last-child{margin-bottom:0px;}
p a{text-decoration:underline;}

h1{text-align:center;}

ul{list-style:none;}

hr{border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));}

.uppercase{text-transform:uppercase;}


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

.transition{
	transition: all 0.15s ease-in-out;
}


.logo-bant, .logo-bant-w{
width:100vw;
	position:fixed;
	top:0px;
	padding:0px;
	min-width:320px;
}

.logo-bant{z-index:1030; height:170px; text-align:center;}

.logo-bant.transparent{background-image:none; background-color:transparent; border-bottom:0px;}
.logo-bant.solid{background-color:var(--dark); background-image:url('/img/bg-spots-dark.svg');}

.logo-bant-w{z-index:1029; background:var(--dark); height:100vh; display:none; background-image:url('/img/bg-spots-dark.svg');}

.logo-container{padding-top:15px; padding-left:5%; padding-right:5%; text-align:center;}

.lc-menu{margin-top:-22px; margin-left:-78px; line-height:9px; text-align:center;}


.logo-bant.solid .logo-container{background:rgba(0,0,0,0.3);}

/*.company-logo{margin:0 auto; width:136px; height:120px;}*/
.company-logo{margin:0 auto; width:140px; height:140px;}

.logo{
	width:100%;
	height:100%;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center; 
	display: block;
	line-height:0px;
	font-size:0px;
}

.logo.solid{background-image:url('/img/mds16-logo-solid.svg');}
.logo.transparent{background-image:url('/img/mds16-logo-white-transparent.svg');}

.inner{
padding-top:0px; position:relative; width:100%; height:100%; overflow:hidden; min-width:320px;
	background-color:var(--dark);
	background-image:url('/img/bg-spots-dark.svg');
}

.content-section, .v-header-intro{
	display:none;
}


/***************** LANGUAGE OPTIONS **************/

.lng-options{position:relative;}

.icon-globe-big{display:block; padding-top:10px; cursor:pointer; position:relative;}
.icon-globe-big a{font-size:38px; color:#ccc;}

.icon-globe-sm a{font-size:32px; line-height:39px; cursor:pointer; color:#999;}

.selectlng{
margin-top:4px;
font-size:15px;
text-transform:uppercase;
color:#BED3D2;
}

.toggleLng{display:block;}

.toggleLng a{color: #c5c5c5; font-size:18px; border-right:1px solid #e5e5e5; line-height:12px; padding-right:8px; padding-left:8px; text-transform:uppercase;}
.toggleLng a:last-child{border-right:0px;}
.toggleLng a:hover{color:#666;}

.chgLngBig{position:absolute; right:0px; top:62px; display:none; line-height:10px;}
.chgLngBig li{display: inline; padding:0px 15px; border-right:1px solid #dddddd;}
.chgLngBig li:last-child{border-right:0px; padding-right:0px;}
.chgLngBig a{color: #CCB6A3; font-size:18px; text-transform:uppercase;}
.chgLngBig a:last-child{border-right:0px;}

.chgLngSm{padding-top:20px; display:none; margin-top:20px; line-height:10px;}
.chgLngSm li{display: inline; border-right:1px solid #dddddd;}
.chgLngSm li:last-child{border-right:0px; padding-right:0px;}
.chgLngSm a{color: #FFF; font-size:22px; text-transform:uppercase; padding:25px 25px;}
.chgLngSm a:last-child{border-right:0px;}



/* ---------------  MAIN MENU */

.nav li{display: inline-block; padding:0px 15px; border-right:1px solid #fff; line-height:10px;}
.nav li:last-child{border-right:0px; padding-right:0px;}
.nav a{font-family: "Mohave", sans-serif; font-size:18px; color:#fff; text-transform:uppercase; font-weight:500;}
.nav a:hover{color:var(--text-body);}
.nav li:last-child{border-right:0px;}
.nav li:nth-child(2){margin-right:140px; border-right:0px;}
.nav a.visited{color:var(--text-body);}

/* change language*/
.chgLng{position:absolute; right:40px; top:30px; display:none;}
.chgLng li{display: inline;padding:0px 10px;}
.lng a{width:32px; height:32px; display:inline-block; font-size:18px; padding:9px 5px; border:1px solid #a78b57; color:#a78b57; border-radius:50%; }
.lng.selected-lng a{background:#a78b57; color:#fff;}

.collapse{height:37px;}


.navmain-toggle{position: absolute; top:42px; right:30px; padding: 10px; text-align:center; cursor:pointer;}


.navmain-toggle .icon-bar {background-color: var(--white); width: 40px; height:3px; border-radius: 10px; display:block;}
.navmain-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}

.navmain-toggle .icon-bar:nth-child(2){background-color: var(--white);}


.navmain-toggle:focus {outline: 0;}

.nav-toggle a{text-decoration:none;}

/*---------------------------- SHOWCASE ***************** */

.showcase {
	position:relative;
}

.slider img{width:100%;}

.slidebox{position:relative;}
.slidebox-title{position:absolute; color:#fff; font-size:18px; padding:10px; padding-left:110px; bottom:10%; }

.slideboxImgPer{
width: 100vw; height: calc(100vw * (720/1920)); min-height:420px; background-repeat: no-repeat; background-position: center; background-size: cover;
}

.videoFrame{
width: 100vw; height: calc(100vw * (1080/1920)); background-color:var(--dark); min-height:420px; text-align:center; margin:0 auto;
}

.videoContentFrame{
width: 100vw; height: calc(100vw * (640/1920)); background-color:var(--dark); min-height:340px; text-align:center; margin:0 auto;
}

.videoSecond{
width: 100%; height: calc(100vw * (720/1920)); background-color:#333; min-height:260px;
}

iframe{width:100%; height:100%;}
.videos{padding:25px;}
.map{width: 100vw; height: calc(100vw * (640/1920)); min-height:300px; filter: grayscale(60%);}


/* CUSTOMIZE SLICK */
.slick-dotted.slick-slider {margin-bottom: 0px;}
.slick-list {margin:auto;}
.slick-prev{left:-15%;} 
.slick-next{right:-15%;}

/*--------------------------*/

/* COLUMNS ********************/

.cols-no-rule div, .cols-rule > div, .cols-rule p, .cols-rule li, .cols-rule ul{
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;

}

.cols-no-rule .one, .cols-rule .one{-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
.cols-no-rule .two, .cols-rule .two{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
.cols-no-rule .three, .cols-rule .three{-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;}
.cols-no-rule .four, .cols-rule .four{-webkit-column-count: 4; -moz-column-count: 4; column-count: 4;}
.cols-no-rule .five, .cols-rule .five{-webkit-column-count: 5; -moz-column-count: 5; column-count: 5;}

.cols-no-rule > div{
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
	text-align:center;
}

.cols-rule > div{
text-align:left;
 -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
	column-rule-style: dashed;
	-webkit-column-rule-style: dashed;
	-moz-column-rule-style: dashed;
	column-rule-width: 3px;
	-moz-column-rule-width: 3px;
	-webkit-column-rule-width: 3px;
	column-rule-color: var(--spot-bg);
	-webkit-column-rule-color: var(--spot-bg);
	-moz-column-rule-color: var(--spot-bg);
}

.cols-no-rule > div h4, .cols-rule > div h4{margin-bottom:5px; }

.cols-no-rule > div h3, .cols-rule > div h3{display:block; text-align:left; padding:0px; margin-bottom:15px;}

/*.cols-rule p:first-of-type{color:var(--blue);}*/

.cols-rule li::before{content: "● ";}

.cols-rule li::first-letter{color:var(--text-header);}

.cols-rule p b{font-weight:400; color:var(--text-header);}


/*------------- columns */



/* /******************************* CONTENT /////////////////////////////////////////////////*/
.container {position:relative;  padding:30px 5%; margin:0 auto; text-align:center; z-index:5;}
.container-narrow {padding:15px 5%; margin:0 auto;}

.addblack{background:rgba(0,0,0,0.3);}

.header-content {
position:relative;  padding-left:5%; padding-right:5%; padding-bottom:45px; margin:0 auto; text-align:center; display:block;
}

.header-title{margin-top:-56px;}

#home .header-title.overlay{margin-top:-46px;}
#home .header-title.flat{margin-top:40px;}

.header-title h1{color:var(--text-header); box-shadow: 10px 0 0 rgba(0,0,0,0.4), -10px 0 0 rgba(0,0,0,0.4); display: inline; margin:0 auto; text-align:center;  box-decoration-break: clone; -webkit-box-decoration-break: clone; background: rgba(0,0,0,0.4); font-size:68px; line-height:94px;}

.header-spot{margin:0 auto; width:80%; text-align:center; margin-top:0px; font-size:26px; line-height:42px;}

.header-spot p{color:var(--text-body); padding:5px; background:rgba(145,135,90,0.3); box-shadow: 5px 0 0 rgba(145,135,90,0.3), -5px 0 0 rgba(145,135,90,0.3); display: inline; box-decoration-break: clone; -webkit-box-decoration-break: clone;}

/*background:rgba(145,135,90,0.3);*/


/*home video header*/
.v-header-intro {text-align: center; position:absolute; z-index:2; top:50%; width:100%; transform:translateY(-50%); mix-blend-mode: screen;}  
.v-header-intro > div{position:relative; width:100%; margin:0 auto; }
.v-header-intro h1{font-size:8vw;  font-weight:700; line-height:7.5vw; }
.v-header-spot{font-family:'Mohave', sans-serif; font-size:2.7vw; line-height:3.2vw; font-weight:600; text-transform:uppercase;
background: rgba(0,0,0,0.4); color:var(--text-header); box-shadow: 10px 0 0 rgba(0,0,0,0.4), -10px 0 0 rgba(0,0,0,0.4); display: inline; margin:0 auto; text-align:center; 
box-decoration-break: clone; -webkit-box-decoration-break: clone; 
}
.v-header-title{padding-bottom:10px;}

.introPlayer, .videoPlayer{object-fit: cover; background-size: cover; width: 100%; height: 100%; background:rgba(0,0,0,0.4); background-color:var(--dark);
	background-image:url('/img/bg-spots-dark.svg');}

/* content features*/
.img-box{width:50%; z-index:2; position:relative; line-height:0px; font-size:0px;}
.text-box{width:50%; position:relative;}
.img-box-img{background-position: center; background-size: cover; width:100%; height:100%; min-height: calc(50vw * (1080/1920)); position:relative;}
.text-box.left, .text-box-corner.left{text-align:left;}
.text-box.right, .text-box-corner.right{text-align:right;}
.text-box.left .text-box-content{padding-right:4vw; text-align:left; padding-left:30px; border-left:10px solid var(--spot-bg);}
.text-box.right .text-box-content{padding-left:4vw; text-align:right; padding-right:30px; border-right:10px solid var(--spot-bg);}

.text-box span{font-family: "Stardos Stencil", system-ui;  color:var(--text-header); font-size:66px; line-height:64px;}
.text-box p{font-size:21px;}
.text-box p:last-child{margin:15px 0px;}
.text-box a{background:var(--text-header); color:#fff; font-size:20px; text-decoration:none; padding:10px; border-radius:5px; text-transform:uppercase;}
.text-box > div{display:flex; flex-direction:column; width:100%; height:100%; position:relative;}

.text-box-corner{position:relative; flex-grow:1;}

.c-top{width:100%; height:10px; background:url(/img/border-h.svg);}
.c-border{height:100px; width:10px; margin-top:10px; background:url(/img/border-v.svg);}
.c-icon{padding:30px;}
.c-icon img{height:70px;}

.text-box-corner.right{
-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}


.arrow-down {
margin:0 auto;
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(145,135,90,0.3);
}


.arrow-down.intro{
margin-top:15px;
  border-top: 20px solid var(--text-body);
}

/*------------*/


.intro-box{text-align:center; position:relative; padding:0px 30px 30px 30px; overflow: hidden;}
.intro-box span{font-family: "Stardos Stencil", system-ui; color:var(--text-body); font-size:36px; line-height:32px;}
.intro-box img{width:200px;}
.intro-box a{background:rgba(145,135,90,0.3); color:var(--text-body); padding-top:10px; padding-bottom:5px; padding-left:10px; padding-right:10px;  border-radius:8px; text-transform:uppercase; font-family:'Mohave', sans-serif;}
.intro-box p{font-size:23px;}
.intro-box-info{padding:10px 0px;}


#particles-js {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.content-box{
margin:0 auto;
width:78%;
}


.title_content{color:var(--text-header); font-size:23px;}

.footer{background:rgba(0,0,0,0.3); position:relative; text-align:center; padding-left:5vw; padding-right:5vw; padding-bottom:30px; color:var(--text-body); font-size:18px;}

.footer img{width:100px; height:30px; margin-top:-3px; margin-bottom:15px;}

.footer.fields-of-activity img, .footer.services img{margin-left:-10px;}

.contact-us-form{width:460px; margin:0 auto;}
.contact-us-form h2{margin-bottom:0px;}

.hyp{word-wrap: break-word; overflow-wrap: break-word;}

.box-shadow-01{box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .13), 0 1px 2px 0 rgba(0, 0, 0, .11);}

#ifloader {width:100%; text-align:center;}
#NLframe {width:100%;  height:100%; min-width:270px; overflow: hidden; border:0; display:none; padding:0px !important; margin:0px !important;}


/* ------------------------------------------- */

/* *************** BACKGROUNDS---------------------------------------------*/

.bg-top{
background-image:url('/img/bg-top-220.png'); width: 100vw; height: calc(100vw * (220/1920)); min-height:120px; background-repeat: no-repeat; background-position: center top; background-size: cover;
}

.bg-footer{
background-image:url('/img/bg-bottom.png'); width: 100vw; height: calc(100vw * (220/1920)); min-height:120px; background-repeat: no-repeat; background-position: center; background-size: cover;
}

/* -----------------------------------******** BOX DESIGN************* --------------------------------- */

.masonryboxes{
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left:-25px !important; margin-right:-25px !important;
}
.bricklayer-column-sizer {
  width: 33.33%;
  display: none;
}
.bricklayer-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bricklayer-column > div{padding:5%;}

.table-boxes{
display:table-cell;
}

.flex-container{
display: -ms-flexbox;
display: -webkit-flex;
  display: flex;
}

.flex-jcc{justify-content: center;}
.flex-aic{align-items:center;}

.flex-center-xy{
justify-content: center;
align-items:center;
}

.flex-left-middle{
justify-content: left;
align-items:center;
}

.flex-row{
flex-direction: row; flex-wrap: wrap;
}

.flex-center{align-items:center;}
.flex-v-b{align-items:flex-end;}
.flex-top{align-items:flex-start;}
.flex-left{justify-content: left;}
.flex-right{justify-content: right;}
.flex-self-center{align-self:center;}
.flex-sp-bw{justify-content: space-between;}
.flex-sp-ev{justify-content:space-evenly;}
.flex-sp-ar{justify-content:space-around;}
.flex-bottom{align-items:flex-end;}

.after::after {
content: '';
flex: auto;
-webkit-flex:auto;
display:inline-block;
}

.after-box{height:0px;}

.end{margin:0;}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  margin:0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed, .embed-responsive iframe,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive.er16-9{padding-top: 56.25%;}

/* ---------------------- TOOLS ********************** */

.loading{
width:100%;
height:43px;
margin-top:30px;
background-image: url(/img/loading.svg);
background-position: center;
background-repeat: no-repeat;
display: block;
}

.mailbox{
position:absolute;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.7);
z-index:2000;
}

.modal span{font-size:16px;color:#375668;}

.modal{top:35%;padding:30px;}

form{margin-top:-20px; margin-bottom:0px;}
form h3{margin-top:0px !important; padding-top:0px !important;}

.btn-primary {background:var(--text-header) !important;}

input, select, textarea{color:var(--text-body);}

.form-control{color:var(--text-body); font-size:18px; font-family: 'Roboto', serif; background-color:rgba(0,0,0,0.4); border:0px;}

.help-block.with-errors{color:var(--text-body); font-size:16px;}

.btn{font-family: 'Roboto', serif; font-size:18px;}

.lightbox{
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index:1040;
	min-width:320px;
	background-color: rgba(0,0,0,0.6);
display:none;
 width:100%;
height:100%;
padding:0px;
margin:0px;
overflow:hidden;
}

.lightbox-container{
margin:0 auto;
position:relative;
 width:100%;
 height:100%;
 min-width:320px;
 overflow:hidden;
}

.lightbox-content{
margin: 0 auto;
text-align:center;
position:relative;
height:auto; 
max-width:980px;
min-width:320px;
max-height:100%;
 overflow-y:auto;
overflow-x:hidden;
-webkit-overflow-scrolling: touch;
}

.lightbox-content-box{
margin: 0 auto;
position:relative;
padding:20px;
background-color: rgba(255,255,255,1);
border-radius:10px;
width:30vw; height:auto; min-width:280px;

	background-color:var(--msg-bg);
}


.lightbox-close--z{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	line-height: 25px;
	border:none;
	border-radius:5px;
	cursor: pointer;
	background: var(--dark);
	color: #fff;
	padding: 5px;
	margin:15px;
	width:60px;
}

.lightbox-close{
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
	background-color:var(--msg-bg);
	border:none;
	cursor: pointer;
}

.lightbox-close img{width:24px;}

#userpass{display:none;}

.messagebox{text-align:center; margin:15px 0px;}
.mod-msg{text-align:center; vertical-align:middle; color:var(--text-body);}

#valid-msg, #error-msg{
    color: #9e5275;
}

/* -----------------************************* EFFECTS****************/

.boxshadow{box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.6);}

.boxshadow2{box-shadow: 3px 3px 24px -12px rgba(0,0,0,0.5);}

.grey{filter: grayscale(0.3);}

.blend{mix-blend-mode: luminosity;}

.blink-on{
 animation: blinker 0.3s linear infinite;
}

.fixed{position:fixed; animation: toFix 0.8s;}
.absolute{animation: toAbs 0.3s; position:absolute;}

@keyframes toAbs {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@keyframes toFix {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



/*  LOADER ---------------------------*/



.vploader{position: absolute; left:50%; top:50%; z-index:3; transform: translate(-50%, -50%); text-align:center; font-family: "Mohave", sans-serif; font-weight:400;}

.loader {
margin:0 auto;
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: var(--spot-bg) #0000;
  animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: var(--text-body) #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}
@keyframes l16 { 
  100%{transform: rotate(1turn)}
}


.circle {
    border:2px solid white;
    height: 12px;
    border-radius: 50%;
    width: 12px;
	margin-bottom:12px;
	transform: translateX(50%);
}

.arrow {
  border: solid white;
  border-width: 0 8px 8px 0;
  display: block;
  padding: 8px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top:-10px;
}



/*********************************************************/


.radar {
  position: relative;
  width: 200px;
  height: 200px;
  background: repeating-radial-gradient(transparent, transparent 4.5%, rgba(207, 190, 132, 0.35) 5%, transparent 5.5%) content-box, linear-gradient(transparent 49.7%, rgba(207, 190, 132, 0.2) 49.9%, rgba(207, 190, 132, 0.2) 50.1%, transparent 50.3%) content-box, linear-gradient(to right, transparent 49.7%, rgba(207, 190, 132, 0.2) 49.9%, rgba(207, 190, 132, 0.2) 50.1%, transparent 50.3%) content-box, border-box;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
}
.radar::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: conic-gradient(transparent 90%, rgba(207, 190, 132, 0.35));
  border-radius: 50%;
  box-shadow: inset 0 0 2vmin rgba(0, 0, 0, 0.9);
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}
.radar__dot {
  position: absolute;
  width: 3%;
  height: 3%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: blink 2s ease-out infinite;
          animation: blink 2s ease-out infinite;
}
.radar__dot:first-of-type {
  top: 24%;
  left: 76%;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.radar__dot:nth-of-type(2) {
  top: 80%;
  left: 20%;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.radar__dot:last-of-type {
  top: 36%;
  left: 36%;
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes blink {
  2%, 20% {
    background-color: rgba(207, 190, 132, 0.85);
    box-shadow: 0 0 1vmin rgba(207, 190, 132, 0.6);
  }
  90% {
    background-color: transparent;
  }
}
@keyframes blink {
  2%, 20% {
    background-color: rgba(207, 190, 132, 0.85);
    box-shadow: 0 0 1vmin rgba(207, 190, 132, 0.6);
  }
  90% {
    background-color: transparent;
  }
}



/* ------------------------- ******* WINDOW SIZE ************** ------------------------------------------  */

@media(min-width: 800px) {

			.nav-toggle{display:none;}

			.navbar-collapse.collapse {
				display: block!important;
				padding-bottom: 0;
				overflow: visible!important;
			}

}


@media(max-width: 1350px) {
.content-box{width:100%;}
}

@media(max-width: 1200px) {
.header-spot{width:100%;}
.lightbox-content-box{width:50vw;}
.v-header-intro{margin-top:50px;}
}


@media(max-width: 1024px) {
.header-spot{font-size:24px; line-height:39px;}
.intro-box{padding-bottom:50px;}
}

@media(max-width: 1023px) {
.v-header-intro{margin-top:30px;}
.flex-container{flex-direction: row; flex-wrap: wrap; margin:0px;}
.img-box{width:100%; order:1; display:block;}
.text-box{width:100%; order:2; display:block;}
.text-box.right{text-align:left;}
.img-box-img{min-height:360px;}
.features-container{padding-bottom:15px;}
/*.header-intro-title.flat{margin-top:-66px;}*/
.v-header-intro h1{font-size:60px; line-height:62px;}
.v-header-spot{font-size:24px; line-height:26px;}
.explore{display:none;}
body {font-size:19px;}
}

@media(max-width: 860px) {
.header-content h1{font-size:52px; line-height:72px;}
.header-title {margin-top: -35px;}
#home .header-title.overlay{margin-top:-30px;}
}

@media(max-width: 799px) {
.v-header-intro{margin-top:0px;}

.text-box span{font-size:32px; line-height:28px;}
.text-box p{font-size:24px;}

.v-header-intro{transform:translateY(-30%);}

.v-header-intro > div{padding:0 15px;}


.container{padding:25px 5%;}
.company-logo{
	width:100px;
	height:100px;
	}

.logo-container{padding:15px;}
.logo-bant{height:130px;}

.logo-container {border-left: 0px; border-right: 0px;}

.lng-options{display:none;}

.icon-globe-big a{font-size:40px; margin-left:14px; margin-top:-5px;}


.lc-menu {position: absolute; top: 120px; left:0px; width:100vw; text-align:center; padding-right:0px; margin-top:50px; margin-left:0px;}

.nav{text-align:center; margin:0 auto;}

.nav li{text-align:center; display:block; padding:5px; border-right:0px; line-height:16px;}
.nav li:last-child{border-bottom:0px;}
.nav li:nth-child(2){margin-right:0px;}
.nav li a{display: inline-block; padding:15px;}
.nav span {color: #fff;}

.chgLng{position:relative; margin:0 auto; padding-top:20px; right:auto; top:auto;}
.lng a{border:1px solid #fff; color:#fff; border-radius:50%; }
.lng.selected-lng a{background:#fff; color:#71B2BC;}

}

@media(max-width: 680px) {
.header-content h1{font-size:50px; line-height:69px;}
.header-title {margin-top: -34px;}
}


@media(max-width: 600px) {
.contact-us-form{width:100%;}
.cols-no-rule > div{font-size:18px;}
.header-spot{font-size:22px; line-height:37px;}
.text-box p{font-size:22px;}
.footer{font-size:18px;}
.img-box-img{min-height:220px;}
.intro-box span{font-size:24px;}
.intro-box p{font-size:18px;}
}


@media(max-width: 560px) {
.header-content h1{font-size:40px; line-height:55px;}
.header-title {margin-top: -30px;}
.contact-us-form{width:100%;}
.cols-no-rule > div{font-size:18px;}
.text-box p{font-size:22px;}
.footer{font-size:18px;}
.img-box-img{min-height:220px;}
.intro-box span{font-size:24px;}
.intro-box p{font-size:18px;}
}


@media(max-width: 479px) {
.container{padding:25px 15px;}
.header-spot{font-size:19px; line-height:33px;}
.v-header-intro h1{font-size:50px; line-height:54px;}
.text-box p{font-size:19px;}
.footer{font-size:15px;}
.intro-box{padding:0px 0px 40px 0px;}
}


@media(max-width: 375px) {

.slideboxImgPer.fields-of-activity{background-position: 40%;}
.slideboxImgPer.services{background-position: 50%;}
.slideboxImgPer.about-us{background-position: 67%;}
.slideboxImgPer.contact-us{background-position: 50%;}

}

@media(max-width: 360px) {
.v-header-intro h1{font-size:46px; line-height:48px;}
.navmain-toggle{right:10px;);
}

@media(max-width: 360px) {
.v-header-spot{font-size:22px; line-height:24px;}
.v-header-intro h1{font-size:42px; line-height:44px;}
}