@import '../fonts/fonts.css';
body {
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #00274c;
  font-size: 15px;
  line-height: 22px;
}
.mobile {
  display: none !important;
}
.text-white {
  color: #fff;
}
a {
  color: #00274c;
}
a.white {
  color: #fff;
}
a.white:hover {
  color: #fff;
}
b {
  font-weight: 500;
}
.pull-right {
  margin-right: 10%;
}
.row img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
h1 {
  font-family: 'Butler';
  font-weight: normal;
  font-size: 55px;
}
h2 {
  font-family: 'Ubuntu';
  font-weight: 300;
  font-size: 18px;
}
h3 {
  font-family: 'Ubuntu';
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
}
h3:before {
  content: url(../images/bracket-left-small.png);
  vertical-align: middle;
  position: relative;
  top: 10px;
}
h3:after {
  content: url(../images/bracket-right-small.png);
  vertical-align: middle;
  position: relative;
  top: 10px;
}
h4 {
  font-family: 'Ubuntu';
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
}
h5 {
  font-family: 'Ubuntu';
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  color: #00274c;
}
h6 {
  font-family: 'Butler';
  font-weight: normal;
  top: 0;
  font-size: 55px;
  z-index: 10001;
  position: absolute;
  text-align: left;
  margin-left: 10%;
  margin-top: 17%;
}
h7 {
  font-family: 'Ubuntu';
  font-weight: 300;
  top: 0;
  left: 0;
  font-size: 18px;
  z-index: 10001;
  position: absolute;
  text-align: left;
  margin-left: 10%;
  margin-top: 25%;
}
/* Fixed header and footer */
#header {
  top: 0px;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9;
  color: #fff;
  padding: 6px 50px;
}
#header .logo {
  float: left;
  left: 0px;
}
#header .logo a {
  display: inline-block;
  width: 210px;
  height: 55px;
  background-image: url('../images/menu-logo.png');
  background-repeat: no-repeat;
}
#header .languageswitcher {
  float: right;
  right: 0px;
  line-height: 48px;
  margin-right: 25px;
  font-size: 17px;
}
#header .languageswitcher li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
#header .languageswitcher li a {
  color: #fff;
  margin: 0px;
  padding: 0px 10px;
  border-right: 1px solid #fff;
}
#header .languageswitcher li:last-of-type a {
  border-right: none;
}
#header .menu-trigger {
  float: right;
  right: 0px;
}
#header .menu-trigger a {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 8px;
  background-image: url('../images/menu-bars.png');
}
#header .menu {
  text-align: center;
}
#header .menu ul.nav li {
  display: inline-block;
}
#header .menu ul.nav li a {
  color: #fff;
  font-family: 'Ubuntu';
  font-size: 20px;
  text-transform: none;
  padding: 0px 90px;
  border-right: 1px solid #fff;
  line-height: 55px;
  background-color: transparent;
}
#header .menu ul.nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}
#header .menu ul.nav:last-of-type a {
  border-right: none;
}
#header.black {
  color: #00274c;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#header.black .logo a {
  background-image: url('../images/menu-logo-black.png');
}
#header.black .menu ul.nav li a {
  color: #00274c;
  border-right: 1px solid #00274c;
}
#header.black .menu ul.nav li:last-of-type a {
  border-right: none;
}
#header.black .menu ul.nav li.current a {
  text-decoration: underline;
}
#header.black .languageswitcher li a {
  color: #00274c;
  border-right: 1px solid #00274c;
}
#header.black .languageswitcher li:last-of-type a {
  border-right: none;
}
#header.black .menu-trigger a {
  background-image: url('../images/menu-bars-black.png');
}
#footer {
  padding: 20px 0px;
  text-align: center;
  font-size: 12px;
}
#footer a {
  color: #00274c;
}
#footer.black {
  color: #00274c;
}
#footer.black a {
  color: #00274c;
}
/* Side Menu */
.sidemenu {
  font-family: 'Ubuntu';
  position: fixed;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 10001;
  display: none;
  color: #00274c;
  font-size: 17px;
  text-align: center;
}
.sidemenu.left {
  left: 0;
}
.sidemenu.left .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.sidemenu.left .logo a {
  display: inline-block;
  width: 210px;
  height: 55px;
  background-image: url('../images/menu-logo.png');
  background-repeat: no-repeat;
}
.sidemenu.left .navigationarrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.sidemenu.left .cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.sidemenu.left .cta .btnw {
  border: 1px solid #00274c;
  display: inline-block;
  padding: 10px 30px 10px 10px;
  background-image: url('../images/arrow-button-right.png');
  background-repeat: no-repeat;
  background-position: center right 10px;
  font-size: 14px;
}
.sidemenu.left .cta .btnw.white {
  border: 1px solid #fff;
  color: #fff;
  background-image: url('../images/arrow-button-right-w.png');
}
.sidemenu.left .sidemenuslides {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.sidemenu.left .sidemenuslides .slide {
  padding: 20px;
  width: 100%;
  height: 100vh;
  background-size: cover;
  text-align: left;
  display: table;
  table-layout: fixed;
}
.sidemenu.left .sidemenuslides .slide h1 {
  color: #fff;
  font-size: 55px;
  display: table-cell;
  vertical-align: middle;
}
.sidemenu.left .sidemenuslides .slide.slide1 {
  background-image: url(../images/sidemenu/genesis-technologies-home-technology1.jpg);
}
.sidemenu.left .sidemenuslides .slide.slide2 {
  background-image: url(../images/sidemenu/genesis-technologies-home-technology2.jpg);
}
.sidemenu.left .sidemenuslides .slide.slide3 {
  background-image: url(../images/sidemenu/genesis-technologies-home-technology3.jpg);
}
.sidemenu.left .sidemenuslides .slide.slide4 {
  background-image: url(../images/sidemenu/genesis-technologies-home-technology4.jpg);
}
.sidemenu.right {
  right: 0;
  padding: 20px 20px;
  /* Navigation Submenus */
}
.sidemenu.right img#closemenu {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.sidemenu.right ul.menu {
  margin: 0px;
  padding: 0px;
  margin-top: 50px;
}
.sidemenu.right ul.menu li {
  display: block;
  margin: 0px;
}
.sidemenu.right ul.menu li a {
  text-transform: uppercase;
  color: #00274c;
  padding: 20px 0px;
  font-size: 18px;
  line-height: 60px;
}
.sidemenu.right ul.menu li a:hover {
  text-decoration: none;
}
.sidemenu.right ul.menu li a.mobile {
  display: none;
}
.sidemenu.right hr {
  border-bottom: none;
}
.sidemenu.right .sidemenu-logo {
  position: absolute;
  bottom: 45px;
  width: 100%;
  display: block;
  text-align: center;
  margin-left: -20px;
}
.sidemenu.right .sidemenu-logo a {
  font-size: 14px;
  text-transform: uppercase;
  color: #1e1e1c;
}
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100vh;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.fill .content {
  position: absolute;
  top: calc(50% - 100px);
  width: 100%;
}
/* Section */
.section {
  text-align: center;
}
.section .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
}
.section .content {
  position: relative;
}
.section .bottom {
  position: absolute;
  bottom: 75px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}
.section .bottom.keepscrolling {
  top: 600px;
  bottom: auto;
}
.section.section0 {
  background-image: url('../images/genesis-technologies-spain.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.section.section2 {
  background-image: url('../images/video/background/background_image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
.section.section4 {
  background-image: url('../images/genesis-technologies-vip-lounge.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
.section.section7 {
  background-image: url('../images/page7.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
.sectionservice {
  text-align: left;
  margin-left: 10%;
  margin-top: 295px;
}
.sectiontext {
  text-align: left;
  margin-left: 10%;
  margin-top: 22%;
}
/* PlayVideo*/
.overlay-video {
  position: absolute;
  top: -74px;
  left: 10px;
  background-image: url('../images/video/play-button.png');
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
/* Scrolling Icon */
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 20px;
  height: 40px;
  margin-left: -10px;
  top: 50%;
  margin-top: -17px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 15px;
}
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  margin-left: -3px;
  top: 8px;
  border-radius: 3px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* Template Bits */
.spacing-top,
.spacer,
.spacermenu {
  display: block;
}
.spacing-top {
  height: 150px;
}
.spacer {
  height: 30px;
}
.spacerh {
  display: inline-block;
  width: 40px;
}
.spacermenu {
  height: 105px;
}
.button {
  border: 1px solid #00274c;
  display: inline-block;
  padding: 10px 30px 10px 10px;
  background-image: url('../images/arrow-button-right.png');
  background-repeat: no-repeat;
  background-position: center right 10px;
  font-size: 14px;
}
.button.white {
  border: 1px solid #fff;
  color: #fff;
  background-image: url('../images/arrow-button-right-w.png');
}
.button_brand {
  border: 1px solid #00274c;
  color: #101238;
  display: inline-block;
  font-size: 14px;
  padding: 5px 29px;
}
.select_join {
  width: 220px;
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
  background: url('../images/brands/select.jpg') no-repeat #FEFEFE;
  background-position: right 10px center;
  border: #808080 1px solid;
  box-shadow: inset 0px 0px 10px 1px #FEFEFE;
}
.select_join select {
  background: transparent;
  width: 100%;
  padding: 0px 10px;
  font-family: Ubuntu;
  font-size: 14px;
  color: black;
  border: 0;
  border-radius: 0;
  height: 28px;
  -webkit-appearance: none;
}
.select_join select:focus {
  outline: none;
}
/* Scrolling Brands */
#brands-scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 70px);
  background: #f0f0f1 url('../images/brands.png');
  background-size: cover;
  background-position: center center;
  -webkit-animation: backgroundScroll 20s linear infinite;
  animation: backgroundScroll 20s linear infinite;
}
@-webkit-keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1280px 0;
  }
}
@keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1280px 0;
  }
}
/* Gallery and Tabs */
.button-group button {
  background-color: transparent;
  font-family: Ubuntu;
  font-weight: 300;
  font-size: 17px;
  padding: 4px 12px;
  margin: 0px 29px;
  color: #00274c;
  border: none;
}
.button-group button.active {
  border: 1px solid #00274c;
}
.grid {
  margin-bottom: 20px;
}
.grid .galleryimg {
  width: 350px;
  height: 235px;
  margin: 10px 10px;
}
.grid .galleryimg.large {
  width: 100%;
  height: auto;
}
.tabs .tab {
  display: none;
  text-align: center;
}
.tabs .tab.active {
  display: block;
}
.tabs .tab .brandlogo {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
}
/* Map and locations */
.mapcontainer {
  position: absolute;
  height: calc(100% - 70px);
  width: 100%;
}
.mapcontainer #map {
  height: 700px;
  width: 100%;
  top: 0;
  left: 0;
}
.mapcontainer #map_canvas {
  background-color: #fff !important;
}
.mapcontainer #locationoverlay-left {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  display: none;
}
.mapcontainer #locationoverlay-left img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.mapcontainer #locationoverlay-right {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  display: none;
}
.mapcontainer #locationoverlay-right .backtomap {
  position: absolute;
  line-height: 26px;
  top: 20px;
  right: 20px;
  font-family: Ubuntu;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
}
.mapcontainer #locationoverlay-right .backtomap img {
  margin-left: 10px;
  vertical-align: sub;
  cursor: pointer;
}
/* Media queries */
/* Tablets Landscape */
@media (max-width: 1024px) {
  #header .menu ul.nav li a {
    padding: 0px 42px;
  }
}
/* Tablets Portrait */
@media (min-width: 768px) and (max-width: 979px) {
  .section {
    padding: 0px 0px;
  }
  .mobile {
    display: inline-block !important;
  }
  .desktop {
    display: none !important;
  }
  /* Side Menu */
  .sidemenu.right ul.menu li.mobile {
    display: block !important;
  }
  .section .bottom {
    margin-left: -20px;
  }
}
/* Phones Landscape */
@media (max-width: 767px) {
  .section {
    padding: 0px 0px;
  }
  .mobile {
    display: inline-block !important;
  }
  .desktop {
    display: none !important;
  }
  #header {
    padding: 5px 20px;
  }
  #header .logo img {
    height: 30px;
  }
  #header .menu-trigger img {
    height: 30px;
  }
  .sidemenu.left .sidemenuslides .slide h1 {
    font-size: 40px;
  }
  h1 {
    font-size: 40px;
  }
  h6 {
    font-family: 'Butler';
    font-weight: normal;
    top: 66px;
    margin-left: 5% !important;
    font-size: 40px;
    z-index: 10001;
    position: absolute;
    text-align: center !important;
    margin-left: 10%;
    margin-top: 7%;
  }
  h7 {
    font-family: 'Ubuntu';
    font-weight: 300;
    top: 25px;
    left: 0px;
    margin-left: 0% !important;
    font-size: 18px;
    z-index: 10001;
    position: absolute;
    text-align: center !important;
    margin-left: 10%;
    margin-top: -8%;
  }
  #brands-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background: #f0f0f1 url('../images/brands.png');
    background-size: cover;
    background-position: center center;
    -webkit-animation: backgroundScroll 20s linear infinite;
    animation: backgroundScroll 20s linear infinite;
  }
  /* Side Menu */
  .sidemenu.right ul.menu {
    margin-top: 0px;
  }
  .sidemenu.right ul.menu li a {
    line-height: 40px;
  }
  .sidemenu.right ul.menu li.mobile {
    display: block !important;
  }
  .sidemenu.right .sidemenu-logo {
    display: none;
  }
  .section .bottom {
    bottom: 30px;
  }
  .section .bottom.desktop {
    display: none !important;
  }
  .spacing-top {
    height: 90px;
  }
  .spacermenu {
    height: 50px;
  }
  .spacerh {
    width: 60px;
  }
  .control-label {
    display: none;
  }
  .tweakmobile {
    margin-bottom: 15px;
  }
  .fill .content {
    position: absolute;
    top: calc(50% - 80px);
    width: 100%;
  }
  .smallerphone {
    width: 25%;
    margin-top: 20px;
  }
}
/* Phones Portrait */
@media (max-width: 480px) {
  .section {
    padding: 0px 0px;
  }
  .mobile {
    display: inline-block !important;
  }
  .desktop {
    display: none !important;
  }
  #fp-nav {
    display: none;
  }
  .pull-right {
    float: none !important;
    margin-right: 0;
  }
  .overlay-mobile {
    position: absolute;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: calc(100% - 40px);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin: auto;
  }
  .content {
    padding: 10px;
  }
  h1 {
    font-size: 50px;
  }
  h6 {
    font-family: 'Butler';
    font-weight: normal;
    top: 134px;
    font-size: 45px;
    z-index: 10001;
    position: absolute;
    text-align: left;
    margin-left: 10%;
    margin-top: 7%;
  }
  h7 {
    font-family: 'Ubuntu';
    font-weight: 300;
    top: 225px;
    left: 0px;
    font-size: 18px;
    z-index: 10001;
    position: absolute;
    text-align: left;
    margin-left: 10%;
    margin-top: -8%;
  }
  #header {
    padding: 15px 20px;
  }
  #header .logo img {
    height: 55px;
  }
  #header .languageswitcher {
    margin-right: 5px;
  }
  #header .languageswitcher li a {
    padding: 0px 5px;
  }
  #header .menu-trigger img {
    height: 48px;
  }
  .sectionservice {
    margin-top: 12px;
  }
  .sectiontext {
    margin-top: -45px;
  }
  /* Side Menu */
  .sidemenu.right ul.menu {
    margin-top: 40px;
  }
  .sidemenu.right ul.menu li a {
    line-height: 50px;
  }
  .sidemenu.right ul.menu .mobile {
    display: block !important;
  }
  .sidemenu.right .sidemenu-logo {
    bottom: 25px;
    display: block;
  }
  .sidemenu.left .logo a {
    background-size: 140px;
  }
  .sidemenu.left .sidemenuslides .slide h1 {
    display: none;
  }
  .sidemenu.left .navigationarrows {
    width: 100%;
    display: block;
    text-align: center;
    left: 0;
  }
  .sidemenu.left .cta {
    width: 100%;
    display: block;
    text-align: center;
    left: 0;
    bottom: 100px;
  }
  .spacing-top {
    height: 100px;
  }
  .spacerh {
    width: 40px;
  }
  .spacermenu {
    height: 80px;
  }
  .section .bottom {
    bottom: 30px;
  }
  .section .bottom.desktop {
    display: none !important;
  }
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  /* Map and locations */
  .mapcontainer {
    height: calc(100% - 80px);
  }
  .mapcontainer #map {
    height: 100%;
  }
  .mapcontainer #locationoverlay-left {
    height: 100%;
    width: 0;
  }
  .mapcontainer #locationoverlay-right {
    height: 100%;
    width: 100%;
    text-align: center;
  }
  #brands-scroll {
    height: calc(100% - 80px);
  }
  .fill .content {
    position: absolute;
    top: calc(50% - 150px);
    width: 100%;
  }
  .smallerphone {
    width: 50%;
  }
}
/* High Phones Landscape */
