#scroll-wrapper {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
}

#scroll-wrapper-inner {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    max-width:300px;
    height: 100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 59px;
    text-align: center;
}

#scroll-title {
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    transform: rotate(0deg);
    margin-bottom: 20px;
}
#scroll-title p {
width:100%;
max-width:300px;
font-weight: 200;
line-height:1.25;
margin:0 auto;
padding:15px;
}


#scroll-down::before {
    -webkit-animation: elasticus 3.9s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 3.9s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 3.9s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 3.9s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #f4f4f4;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}


/*--- DOT NAV CSS---*/

nav#dot-nav {
  position: fixed;
  z-index:200;
  right: 30px; }
  nav#dot-nav a {
    border: 0px solid #121212;
    background: #c0c0c0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    margin: 15px;
    -webkit-transition: all 0.4;
    transition: all 0.4; }

    nav#dot-nav a.active {
    background: #ffb310;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: block;
    margin: 14px;
    }

  
/*--- MODAL OVERLAY  SPEC ---*/

#ls7_overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 20;
  cursor: pointer;
}
#ls7_overlay_contact {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 21;
  cursor: pointer;
}
.ls7_modal {
  position:fixed;
  width:100%;
  height:auto;
  max-width: 700px;
  padding: 0px;
  color: #000000;
  font-size: 16px;
  line-height: 1.25;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -60%);
  background: rgba(255,255,255,1);
  margin:100px auto 10px auto;
  transition: transform 1s ease-in-out;

}
.ls7_modal_contact {
  position:fixed;
  width:100%;
  height:auto;
  max-width: 700px;
  padding: 0px;
  color: #000000;
  font-size: 16px;
  line-height: 1.25;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -60%);
  background: rgba(255,255,255,1);
  margin:100px auto 10px auto;
  transition: transform 1s ease-in-out;
}
.ls7_logo_postn {margin: 0 auto 50px auto;}

.fade-in {
  animation: fadeIn ease-in-out 1s;
  -webkit-animation: fadeIn ease-in-out 1s;
  -moz-animation: fadeIn ease-in-out 1s;
  -o-animation: fadeIn ease-in-out 1s;
  -ms-animation: fadeIn ease-in-out 1s;
}
@keyframes fadeIn{
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;
  }
}
@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}
.fade-out {
  animation: fadeOut ease 1s;
  -webkit-animation: fadeOut ease 1s;
  -moz-animation: fadeOut ease 1s;
  -o-animation: fadeOut ease 1s;
  -ms-animation: fadeOut ease 1s;
}
@keyframes fadeOut{
  0% {opacity:1;}
  100% {opacity:0;}
}
@-moz-keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;}
}
@-webkit-keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;
  }
}
@-o-keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;}
}
@-ms-keyframes fadeOut {
  0% {opacity:1;}
  100% {opacity:0;}
}
.ls7_modal .modal_spacing,
.ls7_modal_contact .modal_spacing {padding:50px;}
.ls7_modal h1,
.ls7_modal_contact h1 {font-weight:800;font-size:2.75em;padding:0 0 30px;color:#000000;}
.ls7_modal h2,
.ls7_modal_contact h2 {font-weight:600;font-size:1.45em;line-height:1.25;padding:0 0 30px;color:#4f4f4f;}
.ls7_modal p,
.ls7_modal_contact p {font-weight:200;font-size:1.45em;line-height:1.25;padding:0 0 30px;color:#4f4f4f;}
.ls7_modal hr,
.ls7_modal_contact hr {margin-bottom:18px;color:#a5a4a4;}
.ls7_modal .modal_footer,
.ls7_modal_contact .modal_footer {text-align:center;}

/* ---MENU OVERLAY WRAP AND CONTENTS ---*/

.overlay-btn-left a {
    padding: 4px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay-btn-wrap {width100%;margin:40px 0; height:auto; text-align:center;position:relative;padding:0 12px;}
.overlay-btn-left {padding:18px 24px;font-size:18px;line-height:125%;background-color:#c0c0c0;width:100%;max-width:200px;margin:12px;}

a.overlay-btn {
    background-color: #c0c0c0;
    color: #81818;
    text-decoration: none;
    display: inline-block;
    padding: 18px 24px;
    margin: 0 auto;
    font-size:18px;line-height:125%;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a.overlay-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.fleft {float:left;}
.fright {float:right;}


/* ---MY ORANGE BUTTONS ---*/

a.btnStack {
  background-color: orange;
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 15px 25px;
  margin-bottom: 0 auto;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a.btnStack:hover {
  background-color: #000000;
  color: #ffffff;
}
/*#page2 .btnStack {background-color: #277b40;border: 1px solid #fff;}
#page2 a.btnStack:hover {
  background-color: #134d25;
}*/


/*--- PAGE FRAMEWORK---*/

.ls7-home-content-wrap-positioner,
.p2-content-wrap-positioner {
	width:100%;
	height:100vh;
	position: relative;
}

.content-wrap-constr {width:100%; max-width:600px;height:100vh;display: flex;align-items: center;justify-content: flex-end;}
.content-wrap-constr-ls7-home,
.content-wrap-constr-gravity-industries,
.content-wrap-constr-hydra-drones, 
.content-wrap-constr-dyman-technologies, 
.content-wrap-constr-who-we-are {width:100%; max-width:600px;height:100vh;}

.ls7-home-content-wrap-positioner {background-color:transparent}
.gravity-industries-content-wrap-positioner {background-color:#000000;}
.hydra-drones-content-wrap-positioner {background-color:#334eb2;}

.copy-content-wrap {
position:relative;
width:100%;
  max-width: 400px;
  height:600px;
  padding: 25px;
  color: #ffffff;
  font-size: 12px;
  font-size: 16px;
  line-height: 1.25;
  float:right;
  margin: 0 20px;

}
.ls7-home-copy-content-wrap {
position:relative;
width:100%;
  max-width: 450px;
  height:auto;
  min-height:700px;
  padding: 0px;
  color: #000000;
  font-size: 12px;
  font-size: 16px;
  line-height: 1.25;
  float:right;
  margin: 20px;

}

.ls7-home-content-wrap { z-index:10;}
.hydra-drones-content-wrap,
.gravity-industries-content-wrap,
.dyman-technologies-content-wrap,
.kappazeta-content-wrap,
.dataglow-content-wrap { 
  /*background-color: rgba(255,255,255,1);*/
  background-color: rgba(000,000,000,0.85);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}



.who-we-are-content-wrap {  background-color: rgba(255,255,255,1);}

/*--- STYLES---*/

h1{
  /*font-size: 3.75em;*/
  font-size: clamp(
    var(--fluid-type-min, 1rem),
    calc(1rem + var(--fluid-type-target, 3vw)),
    var(--fluid-type-max, 1.3rem)
  );
}
h1 {
  --fluid-type-min: 2rem;
  --fluid-type-max: 3.5rem;
  --fluid-type-target: 5vw;
   /*max-width: 15ch;*/
}
h2 {
  --fluid-type-min: 1.8rem;
  --fluid-type-max: 2rem;
}

p{
  font-size: 1.25em;
  color: #fff;
  line-height:115%;
}
.section{
  text-align: left;
}
.ls7-logo-wrap {
    width: 150px;
    height: 150px;
    margin: 0 0 80px;
}

       /* Page 1 video
    * --------------------------------------- */
    /*#ls7-home{
        background-image: url(imgs/bg1.jpg);
        padding: 0 0 0 0;
        }*/

video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height:840px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
}
.video_overlay {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #041936;
    opacity: 0.6;
    overflow:hidden;
}
.video_overlay {
background: transparent url(../imgs/pattern.png) repeat top left;
}

/* Backgrounds will cover all the sections
    * --------------------------------------- */
    #gravity-industries,
    #hydra-drones,
    #dyman-technologies,
    #kappazeta,
    #who-we-are,
    #get-in-touch,
    #dataglow {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        display: table;
        table-layout: fixed;
        width: 100%;
        min-height:840px;
        overflow:hidden;
    }


/* The rest of the pages
* --------------------------------------- */

/*#page1{
        /*background-image: url(../imgs/bg1.jpg);
        padding: 0 0 0 0;
        display:table;
        overflow:hidden;
        height:100vh;
        z-index:-1;
        
    }*/


/* GRAVITY INDUSTRIES
* --------------------------------------- */

#gravity-industries{
	        background-image: url(../imgs/bg_gravity.jpg);
	        padding: 0 0 0 0;
	        display:table;
          overflow:hidden;
          height:100vh;
	    }
@media screen and (max-width: 400px) {
  #gravity-industries{
          background-image: url(../imgs/bg_gravity_mobile.jpg);
          height:100%;
    }
}
#gravity-industries p 
      {font-size:1.60em; line-height:1.20; font-weight:200; padding-bottom:35px;}
      #gravity-industries .copy-content-wrap p:nth-of-type(1) {padding-top:35px;}
      #gravity-industries .copy-content-wrap p:nth-of-type(2) {padding-bottom:45px;}



/* HYDRA DRONES
* --------------------------------------- */
#hydra-drones{
	        background-image: url(../imgs/bg_hydra.jpg);
	        padding: 0 0 0 0;
          display:table;
          height:100vh;
	    }
	    #hydra-drones h1{
	        color: #000;
	    }
      #hydra-drones p 
      {font-size:1.60em;line-height:1.20; font-weight:200; padding-bottom:35px;}
      #hydra-drones.copy-content-wrap p:nth-of-type(1) 
      {padding-top:35px;}
      #hydra-drones .copy-content-wrap p:nth-of-type(2) 
      {padding-bottom:45px;}

@media screen and (max-width: 400px) {
    #hydra-drones{
            background-image: url(../imgs/bg_hydra_mobile.jpg);
          height:100%;
    }

}


/* DYMAN TECHNOLOGIES
* --------------------------------------- */
#dyman-technologies{
	        background-image: url(../imgs/bg_dyman.jpg);
	        padding: 0 0 0 0;
          display:table;
          height:100vh;
	    }
      #dyman-technologies p 
      {font-size:1.60em;line-height:1.20; font-weight:200; padding-bottom:35px;}
      #dyman-technologies .copy-content-wrap p:nth-of-type(1) 
      {padding-top:35px;}
      #dyman-technologies .copy-content-wrap p:nth-of-type(2) 
      {padding-bottom:45px;}

@media screen and (max-width: 400px) {
#dyman-technologies{
            background-image: url(../imgs/bg_dyman_mobile.jpg);
          height:100%;
    }

}


/* Kappa Zeta
* --------------------------------------- */
#kappazeta{
	        background-image: url(../imgs/KappaZeta_hero_image_huge.png);
	        padding: 0 0 0 0;
          display:table;
          height:100vh;
	    }
      #kappazeta img {padding-top: 20px;}
      #kappazeta p 
      {font-size:1.60em;line-height:1.20; font-weight:200; padding-bottom:35px;}
      #kappazeta .copy-content-wrap p:nth-of-type(1) 
      {padding-top:35px;}
      #kappazeta .copy-content-wrap p:nth-of-type(2) 
      {padding-bottom:45px;}

@media screen and (max-width: 400px) {
#kappazeta{
            background-image: url(../imgs/KappaZeta_hero_image_huge.png);
          height:100%;
    }

}


/* Dataglow
* --------------------------------------- */
#dataglow{
	        background-image: url(../imgs/dataglow-bg.png);
	        padding: 0 0 0 0;
          display:table;
          height:100vh;
          background-position: right 25%;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: 64%;
          display: table;
          table-layout: fixed;
          width: 100%;
          min-height: 840px;
          overflow: hidden;
          background-color: #0b3058;
	    }
      #dataglow img {padding-top: 20px;}
      #dataglow p 
      {font-size:1.60em;line-height:1.20; font-weight:200; padding-bottom:35px;}
      #dataglow .copy-content-wrap p:nth-of-type(1) 
      {padding-top:35px;}
      #dataglow .copy-content-wrap p:nth-of-type(2), #dataglow .copy-content-wrap p:nth-of-type(3) 
      {padding-bottom:25px; font-size: 1.1em;}

@media screen and (max-width: 400px) {
#dataglow{
          background-image: url(../imgs/dataglow-bg.png);
          height:100%;
          background-position: top center;
          background-repeat: no-repeat;
          background-size: 100%;
    }

}


/* WHO WE ARE
* --------------------------------------- */
	    #who-we-are{
	        background-color: #ffffff;
	        padding: 120px 0;
          height:auto;
	    }

/* COOKIE POLICY
* --------------------------------------- */
        #cookie-policy{
            background-color: #f4f4f4;
            padding: 120px 0;
          height:auto;
        }

/* ========== EXTRA PAGES: T&C, PRIVACY POLICY, COOKIE POLICY  ================*/

.xtrapage-section .section-title h1 {
  font-family: Montserrat, arial, sans-serif;
  text-align:center;
  font-weight: 800;
font-size: clamp(2.0rem, 3.5vw, 4.0rem);
    padding: 0 0 10px;
    color: #000000;
  }

.xtrapage-section .xtrapage-infoblock {
  margin-bottom: 30px;
  padding: 45px 30px;
  height:100%;
  background-color:#ffffff;
  max-width:900px;
  margin:0 auto;
  text-align:left;
}
.xtrapage-section .xtrapage-single {
width:100%;
margin: 15px auto;
background-color:#ffffff;
}

.xtrapage-infoblock h4 {
font-size:20px;
color:#818181;
line-height:1.15;
text-align:left;
}

.xtrapage-section p {color:#000000;font-weight: 100;font-size:16px;padding-bottom:15px;line-height:1.30;}

@media screen and (max-width: 400px) {
#cookie-policy {
padding: 60px 0;
}
#cookie-policy h1 {
  margin-bottom: 20px;
}

.xtrapage-infoblock h4 {
  line-height: 1.15;
  padding-bottom: 0px;
}
.xtrapage-section .xtrapage-infoblock {
    margin-bottom: 30px;
    padding: 30px 13px;
    height: 100%;
}
.xtrapage-section p {font-size:14px;padding-bottom:10px;line-height:1.25;}
}

/* ========== END EXTRA PAGES: T&C, PRIVACY POLICY, COOKIE POLICY  ================*/


#get-in-touch{
background-image: url(../imgs/background9-contact.jpg);
padding: 120px 0;
display:table;
height:100vh;
}

.btn-ls7-home {padding:15px 25px;margin:60px 0; color:#ffb310; background:transparent;border:1px solid #ffffff;display: inline-block;outline:none;border-radius:0px;font-family: Montserrat, arial, sans-serif;cursor:pointer;}
a.btn-ls7-home:hover { background-color: orange;color:#ffffff;}

.bio-section .section-title h1 {
  font-family: Montserrat, arial, sans-serif;
  text-align:center;
  font-weight: 800;
    /*font-size: calc(2.375rem + 1.5vw);*/
    padding: 0 0 10px;
    color: #000000;
  }

  .contact-section .section-title h1 {
  font-family: Montserrat, arial, sans-serif;
  text-align:center;
  font-weight: 800;
    /*font-size: calc(2.375rem + 1.5vw);*/
    padding: 0 0 10px;
    color: #ffffff;
  }


label {
    color: #333;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.abtus-offbtn {cursor:pointer;font-size:60px;color: #818181;}