html {
    scroll-behavior: smooth !important;
}  


/*** because of flicker in scroll reveal ****/
html.sr .slideup,  html.sr .slideupdelay, html.sr .fadein, html.sr .fadeindelay, html.sr .slideleft, html.sr .slideright{
    visibility: hidden;
}

/** hide cookie yes signature on banner ***/
[data-cky-tag="powered-by"] div, [data-cky-tag="detail-powered-by"], [data-cky-tag="optout-powered-by"] {
  opacity: 0;
  display: none !important;
}


:root {  

  /** text ***/
  --basetext: #1d1d1b;
  --blacktext: #1d1d1b;
  --greytext: #777;
  --whitetext: #fff;
  
  --bluetext: #135771;
  --greentext: #438a87;
  --lightgreentext: #bcfbe0;
  --lightbluetext: #bef6ff;
  --lightcreamtext: #ffda94;
 
  /** bg **/
  --blackbg: #1d1d1b;
  --greybg:  #f6f5f2;
  --whitebg: #FFFFFF;
  --creambg: #f6f5f2;
  
  --bluebg: #28729f;
  --greenbg: #54aaa6;
  --lightgreenbg: #ccd5ae;
  --lightbluebg: #bef6ff;
  

  /** sizes ***/
  	--smallsize: 12px;
	--basesize: 16px;
   --smallmediumsize: max(1.15vw, 17px);
   --mediumsize: max(1.6vw, 20px);
    --bigsize: max(2.8vw, 30px);
  	--extrabigsize: max(4.4vw, 44px);
  
 /** weights ***/ 
  --thin: 100; 
  --extralight: 200; 
  --light: 300; 
  --regular: 400; 
  --medium: 500; 
  --semibold: 600;
   --bold: 700; 
   --extrabold: 800;
   --black: 900;

  /** paddings ***/
  --sidesmallpadding: 3vw;
  --sidepadding: 6vw;
  --sideextrapadding: 14vw;
  --verticalsmallpadding: 4vh;
  --verticalpadding: 8vh;
  --verticalextrapadding : 12vh;
  
  /*** spacing **/
  --letterspacing: 0.15em;
  
  /*** font ***/

  --primaryfont: 'Montserrat', sans-serif !important;
  --secondaryfont: 'Cinzel', serif !important;
  --cursive: 'Nothing You Could Do', cursive !important;

  /*** texture ***/
  --texturebg: url('https://caparicahills.pt/images/graphics/corrugation.png');

}


/******** TOOLTIP BOX *******/

.plotinfo .title {
  font-family: var(--primaryfont);
  font-size: var(--smallmediumsize);
  font-weight: var(--semibold);
  text-transform: uppercase;
  margin-bottom:10px !important;
}
.plotinfo p{
  margin-bottom: 3px !important;
}
.plotinfo .area span {
  font-weight: var(--medium);
  font-size:12px !important;
}



/******************** SPINNER **********************/

.spinnerwrapper {
  width: 100vw;
  height: 100svh;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  display: flex;
}

#myspinner {
  border-width: 1px;
  width: 90px;
  height: 90px;
  position: absolute;
  opacity: 0.5;
  color: var(--bluetext) !important;
}

.spinnerImage img {
  width: 30px;
  height: 30px;
  filter: invert();
  opacity: 0.7;
  margin-bottom: 4px;
}


#preloader {
  width: 100vw;
  height: 100svh;
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
}



/*
------------------------------------------------------------------------------------------------------
:::::::: BODY & MAIN STUFF
------------------------------------------------------------------------------------------------------
*/

body {
    color: var(--basetext) !important;
    font-family: var(--primaryfont) !important;
	font-weight: var(--regular) !important;
    font-size: var(--basesize) !important;
    letter-spacing: 0;
    line-height: 1.5em !important;
  	background-color: var(--whitebg) !important;
   
   -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
  
}



.primaryfont {
  font-family: var(--primaryfont) !important;
   -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

.secondaryfont {
  font-family: var(--secondaryfont) !important;
   -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

.cursive {
  font-family: var(--cursive) !important;
   -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}




/**
-------------------------------------------------------------------------
::::::::  GENERAL
-------------------------------------------------------------------------
**/


.row {
  margin: 0 !important;
}

.mobileonly {
  display:none !important;
}


.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
 /* padding-right: calc(var(--sidesmallpadding) * .5) !important;
  padding-left: calc(var(--sidesmallpadding) * .5) !important;
  */
  padding:0 !important;
  margin-top: 0;
  
  position: relative;
}

.centered {
  margin-left: auto !important;
  margin-right: auto !important;
}


.whiteborder {
  border:1px solid #fff;
}
.greyborder {
  border: 1px solid var(--greybg);
}


/**** ???
#wrap_all button {
  background-color: transparent !important;
  border: none !important;
}
***/

.knowmore {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
   z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--sidesmallpadding);
  color: #fff;
  
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
 
}
.knowmore.hide {
  opacity: 0;
}
.knowmore i {
  background-color: #fff;
  color: var(--blacktext);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
  margin-top:10px;
}


.lineseparator {
  width: 100%;
  box-shadow: 0 0.5px 0 #777;
  height: 1px;
  display: none;
}

/*
.lineseparator {
  --s: 7px;
  --b: 2px;
  --m: 1;
  background: #54aaa6;
  --R: calc(var(--s)*sqrt(var(--m)*var(--m) + 1) + var(--b)/2);
  height: calc(2*var(--R));
  width: max(20vw, 300px);
  --_g: #0000 calc(99% - var(--b)), #000 calc(101% - var(--b)) 99%, #0000 101%;
  mask: radial-gradient(var(--R) at left 50% bottom calc(-1*var(--m)*var(--s)), var(--_g)) calc(50% - 2*var(--s)) calc(50% - var(--s)/2 - var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x, radial-gradient(var(--R) at left 50% top calc(-1*var(--m)*var(--s)),var(--_g)) 50% calc(50% + var(--s)/2 + var(--b)/2)/calc(4*var(--s)) calc(var(--s) + var(--b)) repeat-x;
  margin: 0 auto;
}
*/



.legenda {
  margin-top: 20px;
  letter-spacing: 0.01em;
  font-size: var(--smallsize);
}
.legenda p {
  margin: 0 !important;
}



.sectiontitle {
   font-size: var(--smallsize) !important;
 font-weight: var(--bold) !important;
  text-transform: uppercase;
  letter-spacing: var(--letterspacing);
  color: var(--blacktext) !important;
}


.bullets {
  padding: 0;
  list-style: none;
  margin-bottom: 0 !important;
}
.bullets li, .bullets div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.bullets li::before, .bullets div::before {
 content: "\F309";
  margin-right: 5px;
  font-family: 'bootstrap-icons';
  line-height: 100%;
  margin-top: 5px;
}


/*** round images ***/

.roundimage {
  width: max(30vw, 280px);
  height: max(30vw, 280px);
  overflow: hidden;
  border-radius: 50%;
}
.roundimage.small {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}


.roundimage img, .roundimage.small img {
  object-fit: cover !important;
  height: 100%;
  width: 100%;
}


/***** BGS ******/

.blackbg {
  background-color: var(--blackbg) !important;
}
.greybg {
  background-color: var(--greybg) !important;
}
.whitebg {
  background-color: var(--whitebg) !important;
}
.creambg {
  background-color: var(--creambg) !important;
}
.bluebg {
  background-color: var(--bluebg) !important;
}
.greenbg {
  background-color: var(--greenbg) !important;
}
.lightgreenbg {
  background-color: var(--lightgreenbg) !important;
}
.lightbluebg {
  background-color: var(--lightbluebg) !important;
}

/** texture ***/
.texturebg {
  background-image: var(--texturebg);
}



/****** flexbox ***/

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flexbox.horizontalcentered {
    justify-content: center;
  align-items: center;
}

.flexbox.verticalcentered {
    flex-flow: column;
    justify-content: center;
}
.flexbox.row.verticalcentered {
    align-items: center;
}
.flexbox.right {
    justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.flexbox.left {
    justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.flexbox.justify {
    justify-content: space-between;
  -webkit-justify-content: space-between;
}


.flexbox.bottom {
    flex-direction: column;
    justify-content: flex-end;
}
.flexbox.top {
    flex-direction: column;
    justify-content: flex-start;
}

.flexbox.column {
    flex-direction: column;
}
.flexbox.row {
    flex-direction: row;
}
.flexbox.row.centered {
    justify-content: center;
}


/*****  HEIGHTS ********/

.fullwidth {
  width:100%;
}

.fullheight {
  height: 100vh !important;
  height: 100svh !important;
}

.fullheight90 {
  height: 92vh !important;
  min-height: 500px;
}

.twothirdsheight {
  height:75vh !important;
   min-height: 500px;
}

.halfheight {
  height: 50vh !important;
  min-height: 350px;
}
.onethirdheight {
  height: 30vh !important;
  min-height: 250px;
}

.quarterheight {
  height: 25vh !important;
  min-height: 220px;
}




/******* PADDINGS **********/

.leftsmallpadding {
  padding-left: var(--sidesmallpadding) !important;
}

.leftpadding {
  padding-left: var(--sidepadding) !important;
}

.leftextrapadding {
  padding-left: var(--sideextrapadding) !important;
}

.rightsmallpadding {
  padding-right: var(--sidesmallpadding) !important;
}

.rightpadding {
  padding-right: var(--sidepadding) !important;
}

.rightextrapadding {
  padding-right: var(--sideextrapadding) !important;
}

.noleftpadding {
  padding-left:0 !important;
}
.norightpadding {
  padding-right:0 !important;
}


.topsmallpadding {
  padding-top: var(--verticalsmallpadding) !important;
}
.toppadding {
  padding-top: var(--verticalpadding) !important;
}
.topextrapadding {
  padding-top: var(--verticalextrapadding) !important;
}

.bottomsmallpadding {
  padding-bottom: var(--verticalsmallpadding) !important;
}
.bottompadding {
  padding-bottom: var(--verticalpadding) !important;
}
.bottomextrapadding {
  padding-bottom: var(--verticalextrapadding) !important;
}



/****** STICKY *******/

.sticky{
  position: sticky !important;
  position: -webkit-sticky !important;
}
.sticky.top {
    top: 0px;
}
.sticky.top0 {
    top: 0;
}
.sticky.middle{
  top:50vh;
}




/****** VIDEO ****/

.videoWrapper {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden !important;
}

.videoWrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** when it is fullheight ***/
.videoWrapper.fullheight video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/*** for embeded videos ***/

.videoIframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.videoIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/**
-------------------------------------------------------------------------
::::::::  TEXT
-------------------------------------------------------------------------
**/

p {
  margin-bottom: 15px !important;
}

h1, h2 {
 margin-bottom: 30px !important;
}
h3 {
 margin-bottom: 15px !important;
}

/** headings ***/

h1 {
  color: inherit;
  font-weight: inherit !important;
  line-height: inherit !important;
  /*margin-bottom: 0px !important;*/
  font-size: inherit !important;
}


h2 {
  color: inherit;
  font-weight: inherit !important;
  line-height: inherit !important;
  /*margin-bottom: 0px !important;*/
  font-size: inherit !important;
}


h3 {
  color: inherit;
  font-weight: inherit !important;
  line-height: inherit !important;
 /*margin-bottom: 0px !important;*/
  font-size: inherit !important;
}


/**** SIZES ***/

.smallsize {
  font-size:var(--smallsize) !important;
  line-height: 140% !important;
}
.basesize {
  font-size:var(--basesize) !important;
}

.smallmediumsize {
  font-size: var(--smallmediumsize) !important;
  line-height: 160%;
}

.mediumsize {
  font-size:var(--mediumsize) !important;
  line-height: 120% !important;
}

.bigsize {
  font-size:var(--bigsize) !important;
  line-height: 110% !important;
}

.extrabigsize {
  font-size: var(--extrabigsize) !important;
  line-height: 110% !important;
}



/***** colors *****/
.basetext {
  color:var(--basetext) !important;
}
.blacktext {
  color:var(--blacktext) !important;
}
.greytext {
  color:var(--greytext) !important;
}

.whitetext {
 color:var(--whitetext) !important;
}

.bluetext {
 color:var(--bluetext) !important;
}
.greentext {
 color:var(--greentext) !important;
}

.lightgreentext {
 color:var(--lightgreentext) !important;
}
.lightbluetext {
 color:var(--lightbluetext) !important;
}
.lightcreamtext {
 color:var(--lightcreamtext) !important;
}



/******* weight ******/

.thin {
  font-weight: var(--thin) !important;
}
.extralight {
  font-weight: var(--extralight) !important;
}

.light {
  font-weight: var(--light) !important;
}

.regular{
  font-weight: var(--regular) !important;
}

.medium {
   font-weight: var(--medium) !important;
}
.semibold {
  font-weight: var(--semibold) !important;
}
.bold {
  font-weight: var(--bold) !important;
}
.extrabold {
  font-weight: var(--extrabold) !important;
}
.black {
  font-weight: var(--black) !important;
}



/***** position ***/

.centertext {
  text-align:center !important;
}

.righttext {
  text-align:right !important;
}

.oblique {
  font-style: italic;
}

.uppercase {
  text-transform:uppercase !important;
}

.justifytext {
  text-align:justify !important;
}

.justifytext p {
  text-align:justify !important;
}


/**** letter spacing ****/

.letterspacing {
  letter-spacing: var(--letterspacing);
}



/**
-------------------------------------------------------------------------
::::::::  STRUCTURE
-------------------------------------------------------------------------
**/



#wrap_all {
  background-color: #fff;
  position: relative;
  width: 100%;
  float: left;
  
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity  .5s ease-out;
  transition: opacity .5s ease-out;
  
}


#wrap_body {
  position: relative;
  width: 100%;
  float: left;
  z-index: 3;
  background-color: #fff;
}

#stage {
  float: left;
  position: relative;
  width: 100%;
  z-index: 2;
}

#top {
    float: left;
    width: 100%;
    position: relative;
    z-index: 4;
}

#bottom {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#footer {
  float: left;
  width: 100% !important;
  position: relative;
  z-index: 999;
  background-color: #fff;
}

/**
-------------------------------------------------------------------------
::::::::  FOOTER
-------------------------------------------------------------------------
**/

.sociallinks a {
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: inline-flex;
  padding: 14px;
  border-radius: 50%;
  margin-right: 15px;
}

.sociallinks a img {
  filter: invert();
}
.sociallinks a:hover {
  background-color: #fff;
  opacity: 1 !important;
}

.sociallinks a:hover img {
  filter: none !important;
}


/********* UNDER FOOTER **********/


/** logo ***/
.footerlogo {
  height: 120px;
  margin: 20px auto 40px !important;
  text-align: center;
}
.footerlogo img {
  filter: invert();
}
.underfooter {
  padding-top: var(--verticalsmallpadding);
  padding-bottom: var(--verticalsmallpadding);
  padding-left: var(--sidesmallpadding);
  padding-right: var(--sidesmallpadding);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}


/*** copyright ***/
.underfooter .copyright {
  opacity: 1;
  font-size: var(--smallsize);
  line-height: 140%;
  color: var(--blacktext ) !important;
}

.underfooter .copyright span {
  font-size: 13px;
  display: inline-block;
  text-indent: 1px;
}


/*** under footer ****/
.zed {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.1em;
  color: #000;
  line-height: 100%;
  margin-bottom: 2px;
  position: absolute;
  right: 0;
  bottom: var(--verticalsmallpadding);
  width: var(--sidepadding);
  display: flex;
  align-items: center;
  justify-content: center;
}





/**
-------------------------------------------------------------------------
::::::::  HEAD
-------------------------------------------------------------------------
**/

#head {
  z-index: 9991;
  position: fixed;
  width: 100vw !important;
  height: 70px;
}
/*** set background ***/
div#head::after {
  content: "";
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: fixed;
  top: -70px;
  left: 0;
  z-index: -1;
   -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
div#head.active::after {
  top: 0px;
}

#head .headwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding-left: var(--sidepadding);
  padding-right: var(--sidepadding);
}

/****** LOGO *******/

#head .headwrapper .brandlogo {
  display: flex;
  height: 70px;
  max-width: 280px;
}

#head .headwrapper .brandlogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/** when head is activce ***/
#head.active .headwrapper .brandlogo img {
  filter: invert();
}





/********** DESKTOP MENUS **********/

#head .headwrapper .desktopmenu.desktoponly {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#head .headwrapper .desktopmenu a {
  color: #fff !important;
  font-weight: var(--regular) !important;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: var(--smallsize);
  letter-spacing: 1px;
}
#head.active .headwrapper .desktopmenu a {
  color: var(--basetext) !important;
}

#head .headwrapper .desktopmenu a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scale(0);
  transform-origin: center;
  transition: opacity 300ms, transform 300ms;
}

#head .headwrapper .desktopmenu a.active::after {
  transform: scale(1);
  }
#head.active .headwrapper .desktopmenu a.active {
  color: var(--blacktext) !important;
}
#head.active .headwrapper .desktopmenu a::after {
background-color: var(--blacktext);
  }



/** for bot ***/

#head .headwrapper .desktopmenu .bot {
  margin: 0 !important;
  height: 38px;
  font-weight: 500 !important;
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: var(--bluetext) !important;
  padding: 0 25px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  
}
#head .headwrapper .desktopmenu .bot:hover {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: var(--blacktext) !important;
}
/** when head is active ***/
#head.active .headwrapper .desktopmenu .bot {
    background-color: var(--bluebg) !important;
  border: 1px solid var(--bluebg) !important;
  color: #fff !important;
}
#head.active .headwrapper .desktopmenu .bot:hover {
  background-color: var(--bluebg) !important;
  border: 1px solid var(--bluebg) !important;
  color: #fff !important;
}

/********* LANG *********/

#head .headwrapper .desktopmenu .langswitch {
  margin-left: 20px;
  position: fixed;
  right: calc(var(--sidepadding)/2 - 19px);
  top: 16px;
  z-index: 999;
}

#head .headwrapper .desktopmenu .langswitch div.mod-languages li {
  margin-left: 0px;
  margin-right: 0;
}
#head .headwrapper .desktopmenu .langswitch a {
  margin: 0 !important;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}



/**
-------------------------------------------------------------------------
::::::::  SIDE CTA - ENGAGE BOX
-------------------------------------------------------------------------
**/

/*** open button ***/

.eb-floating-button {
  z-index: 99;
}

.eb-1.eb-floating-button div {
  width: 50px;
  height: 50px;
  background-color: #dec073;
  border-radius: 50%;
  margin-right: calc(var(--sidepadding)/2 - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: absolute;
  margin-bottom: 40px !important;
}
.eb-1.eb-floating-button div::after {
  content: "\F260";
  font-size: 20px;
  font-weight: 100;
  line-height: 100%;
  padding-bottom: 0;
  font-family: 'bootstrap-icons';
  margin-top: 2px;
}


/*** close button ***/
#dialog1 .eb-close {
  left: 0;
  text-align: left;
  width: 50px;
  height: 50px;
  padding: 10px;
}
#dialog1 .eb-close > span {
  font-size: 35px;
  padding: 0;
  color: var(--basetext) !important;
  line-height: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*** CONTENTS ***/
.ctabots a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /*background-color: var(--greenbg);*/
  background-color: #dec073;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 18px;
}
.ctabots a:hover {
  opacity:0.6;
}


/**
-------------------------------------------------------------------------
::::::::  IMAGES AND BANNERS
-------------------------------------------------------------------------
**/


.img-responsive {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  width: auto;
  height: auto;
}



/**** simple image banner ***/

.imagewrapper {
  position: relative;
  height: auto;
  overflow: hidden;
  width: auto;
  background-color: #000;
}

.imagewrapper img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  
  -webkit-transition: all .2s !important;
  -moz-transition: all .2s !important;
  -o-transition: all .2s !important;
  transition: all .2s !important;

}

/** fixed ****/
.imagewrapper.fixed, .videoWrapper.fixed {
  position: relative;
  height: 100%;
  clip-path: inset(0);
}

.imagewrapper.fixed img, .videoWrapper.fixed video {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/**** for banners with layers ***/

.bannerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  flex-direction: column;
  
  	-webkit-transition: all .1s;
  	-moz-transition: all .1s;
  	-o-transition: all .1s;
  	transition: all .1s;
}

.bannerover {
  position: absolute !important;
  z-index: 2;
  width: 100%;
  height: auto;
  min-height: 100% !important;
  left: 0;
  top: 0;
}

.bannerunder {
  position: relative !important;
  z-index: 1;
  width: 100% !important;
  height: auto;
  overflow: hidden;
 background-color: var(--blackbg);
}

.bannerunder img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;

}

.bannerlink {
  font-size: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3 !important;
}

/****** over link ***/
.overlink {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer !important;
}



/**
-------------------------------------------------------------------------
::::::::  LINKS & BOTS
-------------------------------------------------------------------------
**/


::selection {
  background: #111;/* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #111; /* Gecko Browsers */
   color:#fff;
}

input::-moz-focus-inner { 
  border: 0; 
}
a:hover, a:active, a:focus {
 outline: 0;
}
button:hover, button:active, button:focus {
   outline: 0;
}


a {
 color: inherit !important;
  text-decoration: none !important;
  opacity: 1;
  position: relative;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

a:hover {
	text-decoration: none !important;
    opacity: 0.7;
}

a:hover img {
  opacity: 1;
  
}




/***** BOTS ******/
.botwrapper {
  margin-top:25px;
  display: inline-block;
}

.bot {
  font-size: var(--smallsize) !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
 background-color: var(--bluebg) !important;
  border: 1px solid var(--bluebg) !important;
  color: #fff !important;
  padding: 15px 35px;
  text-decoration: none !important;
  display: inline-flex;
  line-height: 100%;
  
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;

}



.bot:hover {
  background-color: var(--bluebg) !important;
  border: 1px solid var(--bluebg) !important;
  color: #fff !important;
  opacity: 0.7;
}

/** white ***/
.bot.white {
  border: 1px solid #fff !important;
  color: var(--bluetext) !important;
  background-color: #fff !important;
}
.bot.white:hover {
 border: 1px solid #fff !important;
  color: var(--bluetext) !important;
  background-color: #fff !important;
}




/**
-------------------------------------------------------------------------
::::::::  ACCORDION v2 -- using jQuery UI -- loaded in head
-------------------------------------------------------------------------
**/


/** tab ***/
.ui-accordion .tab {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  box-shadow: 0 .5px 0 #777;
  padding: 20px 0 !important;
}

/** title ***/
.ui-accordion .tab h3 {
  font-size: var(--smallmediumsize) !important;
  font-weight: var(--regular) !important;
  color: var(--blacktext) !important;
  line-height: 120% !important;
  max-width: 85%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin-bottom:0 !important;
}

.ui-accordion .tab:hover h3 {
  color: var(--blacktext) !important;
}
.ui-accordion .tab.ui-state-active h3 {
 color: var(--blacktext) !important;
}


/** icon **/
.ui-accordion .panelicon {
  width: 15px;
  position: relative;
  height: 15px;
  margin-right: 20px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}

.ui-accordion .panelicon::after {
  content: "";
  width: 1px;
  height: 100%;
  box-shadow: 1px 1px 0 var(--blackbg);
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  position: absolute;
  margin-right: auto;
  
    -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.ui-accordion .panelicon::before {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  box-shadow: 1px 1px 0 var(--blackbg);
  left: 0;
}

.ui-accordion .tab.ui-state-active .panelicon::after {
  height: 1px !important;
}


/** content **/
.ui-accordion .content {
  padding: 20px 0px;
}

#accordion .content .row > * {
  margin-bottom: 0 !important;
}


/**
-------------------------------------------------------------------------
::::::::  TABS - jqueri ui
-------------------------------------------------------------------------
**/

.tabswrapper ul {
  display: flex;
  justify-content: center;
   border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  list-style: none;
  margin-bottom: 30px;
}
.tabswrapper li {
  padding: 0 20px;
  position:relative;
  margin: 0 10px;
}


.tabswrapper li::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  display: block;
  bottom: -11px !important;
  position: absolute;
  left: 0;
  
  transform: scale(0);
  transform-origin: center;
  transition: opacity 300ms, transform 300ms;
}


.tabswrapper li.ui-tabs-active::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  display: block;
  bottom: -11px !important;
  position: absolute;
  left: 0;
  
  transform: scale(1);
  
}
.tabswrapper li a {
  text-decoration: none !important;
  color: var(--greytext) !important;
  font-size: var(--smallmediumsize);
}

.tabswrapper li.ui-tabs-active a{
  color: var(--blacktext) !important;
}

.tabswrapper li a:hover {
  color: var(--blacktext) !important;
}




/**
-------------------------------------------------------------------------
::::::::  GRID
-------------------------------------------------------------------------
**/

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*
.grid .imagewrapper {
  margin-bottom: 25px;
  height: max(30vh, 400px);
}*/
.grid .imagewrapper {
  margin-bottom: 25px;
  height: max(35vh, 450px);
}
.grid .item .content {
  padding-right: var(--sidesmallpadding);
  padding-left: var(--sidesmallpadding);
  text-align:center;
}

.grid.col4 .item{
  width: calc(25% - 30px);
   overflow:hidden;
  margin-bottom: 30px;
  position: relative;
}

.grid.col3 .item {
  width: calc(33.33% - 30px);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.grid.col2 .item{
  width: calc(50% - 30px);
   overflow:hidden;
  margin-bottom: 30px;
  position: relative;
}


/**
-------------------------------------------------------------------------
::::::::  SCROLER
-------------------------------------------------------------------------
**/

.scroller {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  flex-direction: row;
  padding-bottom: 25px;
  /*padding-left: var(--sidepadding);
  padding-right: var(--sidesmallpadding);*/
    scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.scroller .item {
  /*width: 56vw;
  min-width: 56vw;*/
  width: 40vw;
  min-width: 40vw;
 margin-right: var(--sidesmallpadding);
}
.scroller .item .content {
  padding-right: var(--sidepadding);
}
.scroller .item .imagewrapper {
  height: max(35vh, 450px);
  margin-bottom: 25px;
}
/*
.scroller .item .title {
  font-size: var(--mediumsize);
  color: var(--bluetext);
  font-family: var(--secondaryfont) !important;
}*/


/*********** STYLING SCROLL BAR *************/

/*
.scroller::-webkit-scrollbar {
    width: 100% !important;
    height: 7px;
}

.scroller::-webkit-scrollbar-track {
    background-color: transparent;
    border: 0px solid #fff;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #c2beb3;
    border-radius: 7px;
    border: 1px solid #c2beb3;
    cursor: pointer;
}
*/

/**** SCROLLER NAV***/
.scrollerNav {
  position: absolute;
  width: 100vw !important;
  background-color: transparent;
  height: 1px;
  z-index: 9;
  left: 0;
  display: flex;
  justify-content: space-between;
}


.scrollerNav .right {
  background-color: #fff !important;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: calc(var(--sidepadding)/2 - 35px);
  z-index: 999;
  margin-top: calc(max(54vh, 400px)/2 - 35px);
  padding: 0 !important;
  font-size: 35px;
}
.scrollerNav .left {
  background-color: #fff !important;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-left: calc(var(--sidepadding)/2 - 35px);
  z-index: 999;
  margin-top: calc(max(54vh, 400px)/2 - 35px);
  padding: 0 !important;
  font-size: 35px;
}



/**
-------------------------------------------------------------------------
::::::::  FORMS
-------------------------------------------------------------------------
**/

.footerwrapper .convertforms {
  background-color: rgba(255,255,255,0);
  padding: 0px;
}

.convertforms {
  font-family: var(--primaryfont) !important;
}

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
  padding: 0 !important;
}

.cf-control-group {
  padding: 0 !important;
}

.convertforms .cf-input {
  font-size: var(--basesize) !important;
  color: var(--blacktext) !important;
  background-color: transparent !important;
  padding: 20px 0 20px 0 !important;
  border-radius: 0 !important;
  text-align: left;
  font-weight: var(--regular) !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  margin-bottom: 0px !important;
  box-shadow: 0 0.5px 0 #777 !important;
}
.convertforms textarea.cf-input {
  overflow: auto;
  max-height: 160px !important;
  min-height: 90px !important;
}

.convertforms ::placeholder {
  color: var(--blacktext) !important;
  font-weight: var(--light);
  font-size: var(--basesize) !important;
}

.convertforms .cf-fields {
  margin: 0 !important;
}

/** phone ***/
/*
.convertforms .choices.tf-phone-control--flag img {
 width: 26px !important;
  height: auto !important;
  max-width: 26px !important;
}
*/
.convertforms .choices__item img {
  width: 26px !important;
  height: auto !important;
  max-width: 26px !important;
}
.convertforms .cf-phone-number-wrapper > .tf-phone-control {
  border: none !important;
  border-radius: 0 !important;
}
.convertforms .cf-phone-number-wrapper {
  border: none !important;
  background-color: transparent !important;
}
.convertforms .tf-phone-control > .choices {
  margin: 0 !important;
  box-shadow: 0 0.5px 0 #777 !important;
  padding: 0;
}

/* full width 
.convertforms .cf-btn {
  background-color: var(--bluebg) !important;
  border-radius: 0px !important;
  margin-top: 20px;
  padding: 12px 40px !important;
  font-size: var(--basesize) !important;
  font-weight: var(--regular);
  margin-bottom: 0px;
  color: var(--whitetext) !important;
  width: 100% !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/
.convertforms .cf-btn {
  background-color: var(--bluebg) !important;
  border-radius: 30px !important;
  padding: 15px 70px !important;
  font-size: var(--basesize) !important;
  font-weight: var(--regular);
  margin: 20px auto 0 !important;
  color: var(--whitetext) !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.convertforms .smallsize .cf-label {
  font-size: var(--smallsize) !important;
  font-weight: 500 !important;
}

.convertforms .cf-checkbox-group input {
  margin: 0 10px 0 0 !important;
}

.convertforms .legal {
    margin-top: 20px;
}
.cf-control-group.recaptcha {
  margin-top: 20px;
}

.convertforms .legal .cf-control-input-desc {
  color: var(--blacktext) !important;
  font-size: var(--smallsize ) !important;
}

.convertforms.cf-success .cf-response {
  background-color: transparent !important;
  display: block !important;
  border-radius: 0 !important;
  padding: 50px 0 !important;
  text-align: left !important;
  color: var(--blacktext) !important;
  font-weight: var(--regular);
  margin-top: -5px;
  text-align: center !important;
  font-size: 18px;
  line-height: 150%;
}
.convertforms.cf-success .cf-response p {
  margin-bottom: 0 !important;
}

/** texto recaptcha ***/
.convertforms .cf-recaptcha-v3-text-badge {
  font-size: var(--smallsize) !important;
  color: #888 !important;
  padding: 10px 50px;
  text-align: center;
}


/**
-------------------------------------------------------------------------
::::::::  IGNITE GALLERY 
-------------------------------------------------------------------------
**/


/*** full gallery - all images fit container ***/
.fullgallery {
  background-color: #000;
  height: 100%;
}
.fullgallery .igui-scope {
  height: 100%;
}
.fullgallery  .ig-gallery-wrapper {
  height: 100%;
}
.fullgallery .ig-slideshow > div {
  height: 100%;
}
.fullgallery .ig-slideshow ul {
  height: 100% !important;
}
.fullgallery .igui-slideshow-items li {
   height: 100% !important;
}
.fullgallery .ig-slideshow-item-inner-lboxon {
  height: 100% !important;
  width: 100%;
}




/*** SLIDER *******/
.ig-slideshow-button {
  padding: 0 !important;
  opacity: 0 !important;
  opacity: 1 !important;
  width: 45px;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  transform: none !important;
  top: 0;
}
.ig-slideshow:hover .ig-slideshow-button {
  opacity: 1 !important;
}

.ig-slideshow-button-left {
  margin-left: 0px !important;
}
.ig-slideshow-button-right {
  margin-right: 0px !important;
}

.ig-slideshow-button svg {
  background: transparent !important;
  width: 35px;
  height: 25px;
  box-sizing: content-box;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.ig-slideshow-button svg polyline {
  stroke: #fff !important;
}

/***** FOR SCROLLER *******/
.ig-thumb-scroller-main-below {
  padding-top: 0 !important;
}

.ig-thumb-scroller li {
  list-style-type: none !important;
  list-style-image: none !important;
  background-image: none !important;
   height: 80vh;
  min-height: 600px;
}


.ig-thumb-scroller .ig-scroller-img-wrapper .ig-img-link {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
 /* cursor: auto;*/
}

.ig-scroller-img {
  object-fit: cover;
  min-height: 100%;
  opacity: 1 !important;
}

.ig-scroller-img-wrapper a {
  opacity: 1 !important;
  border: 0 !important;
}

.ig-thumb-scroller-right svg, .ig-thumb-scroller-left svg {
  padding: 0px !important;
 color: #fff !important;
 
}
.ig-thumb-scroller-right svg polyline, .ig-thumb-scroller-left svg polyline {
  stroke-width: 3;
}

.ig-thumb-scroller-right, .ig-thumb-scroller-left {
  background-color: #000;
  padding: 18px !important;
  margin: 0 10px 0 10px;
  transform: translateY(-50%) translateY(0) !important;
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  
   -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}


/** show arrows on hover ***/
.ig-thumb-scroller:hover .ig-thumb-scroller-right, .ig-thumb-scroller:hover .ig-thumb-scroller-left {
  opacity: 1;
}



/**** FOR LIGHT BOX ****/

.igui-lightbox-toolbar {
  padding: 0px !important;
  background-color: transparent !important;
}
.igui-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
   z-index: 99999;
  background: #fff !important;
  opacity: 0;
  transition: opacity .15s linear;
}
.igui-lightbox-items li {
  padding: 60px !important;
}


.igui-lightbox-toolbar .igui-close {
  opacity: 1 !important;
  top: 15px;
  position: fixed;
  right: 10px !important;
  margin: 0 !important;
}


.igui-lightbox-toolbar .igui-close svg {
  width: 40px;
  height: 40px;
}

.igui-lightbox-toolbar .igui-close svg line {
  stroke-width: 0.3px !important;
  color: #000 !important;
}



.ig-lightbox-button-right, .ig-lightbox-button-left {
  padding: 0 18px !important;
  margin: 0px !important;
  opacity: 1 !important;
  /*color: #000 !important;*/
}
.ig-lightbox-button svg {
  background: transparent !important;
  padding: 10px !important;
  width: 25px;
  height: 40px;
  box-sizing: content-box;
}
.ig-lightbox-button svg polyline {
  stroke-width: 1px !important;
   color: #000 !important;
}
.ig-lightbox-descriptions-overlay {
  padding: 10px;
  background: #fff !important;
  color: var(--blacktext) !important;
  max-height: 30vh;
  overflow-y: scroll;
  transform: none !important;
  font-size: var(--basesize);
}

/** icon to show lightbox open on main image **/
.ig-lbox-open-icon {
  display:none !important;
  
  margin: 0 !important;
  background-color: rgb(255, 255, 255);
  padding: 15px !important;
}
.igui-overlay-icon.igui-icon {
  color: #000;
}
.igui-overlay-icon svg {
  width: 30px;
  height: 30px;
}

/** image custom link hover - no effect  ***/

.ig-lightbox-custom-link:hover {
  opacity: 1 !important;
}
.ig-lightbox-custom-link:hover img {
  opacity: 1 !important;
}



/**
-------------------------------------------------------------------------
::::::::  LOGO ROW
-------------------------------------------------------------------------
**/

.logorow {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.logorow .logowrapper {
  width: 190px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 0px;
  align-items: center;
  padding: 15px;
  height: 90px;
}


.logorow .logowrapper img, .logorow .logowrapper a {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0);
}

.logorow .logowrapper img {
   opacity: 1;
}



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

DROP TABLE

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

#chtable .droptablestable table th {
  font-family: var(--primaryfont) !important;
  font-weight: var(--semibold) !important;
  height: 50px !important;
  line-height: 120% !important;
  padding: 4px !important;
  font-size: 12px !important;
}

#chtable .droptablestable table td {
  font-family: var(--primaryfont) !important;
  font-size: 13px !important;
  font-weight: var(--regular);
  line-height: 30px !important;
  padding: 2px 0;
}

#chtable .dataTables_scrollBody {
  z-index: 9;
  border-bottom: 1px solid #777;
  max-height: 620px !important;
}

/*** for download link **/
#chtable  a {
  font-size: 0;
  text-decoration: none !important;
  line-height: 100%;
  margin-top: 6px !important;
  display: block;
}


#chtable  a::after {
  content: "\F30A";
  font-family: 'bootstrap-icons';
  font-size: 18px;
  margin: 0 !important;
  text-decoration: none !important;
  color: darkgoldenrod;
}

#chtable .droptablestable table td {
  text-decoration: none !important;
  background-color: #fff !important;
  color: #333 !important;
}
#chtable .droptablestable table tr:hover td {
  background-color: #f2f2f2 !important;
  border-right: 1px solid #efefef !important;
}


/**** make columns responsive ****/

#chtable .droptablestable table {
  width: auto !important;
}

#chtable .droptablestable .dtc0 {
  width: 10% !important;
  min-width: 60px !important;
}
#chtable .droptablestable .dtc1 {
  width: 20% !important;
  min-width: 90px !important;
}
#chtable .droptablestable .dtc2 {
  width: 20% !important;
  min-width: 90px !important;
}
#chtable .droptablestable .dtc3 {
  width: 20% !important;
  min-width: 90px !important;
}