body {
    font-family: 'Nirmala UI', 'Noto Sans', arial;
    margin: 0;
    text-align: center;
    color: white;
    display: none;
}
h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}

hr{
  margin-top: 50px;
  margin-bottom: 50px;
}

select,input.input,
textarea.input {
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #0099cc;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .5s, box-shadow ease-in-out .2s;
    -o-transition: border-color ease-in-out .5s, box-shadow ease-in-out .2s;
    transition: border-color ease-in-out .5s, box-shadow ease-in-out .2s;
}
textarea.input {
    height: auto;
    font-family: inherit;
}
input.input:focus {
    border-color: #3c87c0;
    border-width: 2px;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.small {
    font-size: small;
}
.container {
    margin: 0 auto;
    max-width: 1024px;
    vertical-align: text-top;
    overflow: hidden;
}
.container.bordered {
    background-color: white;
    border: 1px solid #bbb;
    border-radius: 2px;
    padding: 30px
}
.container h2 {
    margin-bottom: 42px;
}
.row {
    margin-bottom: 30px;
}
.full {
    display: inline-block;
    width: 97.2%;
    margin: 4px;
}
.container.half,
.half {
    display: inline-block;
    width: 48%;
    margin: 4px;
}
.container.third,
.third {
    display: inline-block;
    width: 32%;
    margin: 4px;
}
.container.two-third,
.two-third{
    display: inline-block;
    width: 64%;
    margin: 4px;
}
.container.quarter,
.quarter {
    display: inline-block;
    width: 23%;
    margin: 4px;
}

@media screen and (max-width: 59em) {
  .container.third,.third,
  .container.two-third,.two-third,
  .container.quarter,.quarter {
    width: 100%;
    height: auto;
  }
}

a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: #eaeaea;
}
.right {
    float: right;
}
.left {
    float: left;
}
.align-left{
  text-align: left;
}
.align-right{
  text-align: right;
}
.align-bottom{
  vertical-align: bottom;
}
#header {
  position: absolute;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.headerBackground {
  background: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
}
#logo {
  position: absolute;
  padding: 20px 0;
  font-size: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
#logo img {
  vertical-align: text-top;
  height: 60px;
  text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.5);
}
.banner-container {
  font-size: 40px;
  text-shadow: 5px 3px 5px rgba(0, 0, 0, 0.5);
  user-select: none;
  -webkit-user-select: none;
}
.banner-container img {
  background-color: #333;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  width: 100%;
  height: auto;
  text-align: center;
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}
.banner-text {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  margin: 15% auto;
  top: 0;
  /*      bottom: 0;*/
  right: 0;
  left: 0;
  box-sizing: border-box;
  letter-spacing: 10px;
}
.banner-text p {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 32px;
}
.sub.banner-container {
    height: 450px;
}
.sub .banner-text {
    margin: 8%;
}
#menuContainer {
    position: absolute;
    right: 0;
    font-size: 14px;
}
#contact {
    font-size: 14px;
}
#tel {
    font-weight: bold;
    color: #a1dfff;
    box-sizing: border-box;
    margin: 10px;
}
#menuContainer #lang a {
    border: solid white 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    display: inline-block;
    margin: 4px;
    padding: 2px;
}
#lang {
    text-align: center;
    padding-left: 50px;
    display: inline-block;
    font-size: 16px;
}
#menu li {
    list-style: none;
    float: left;
    margin-right: 20px;
    font-size: 18px;
}
#menu li a.active::after {
    display: block;
    content: "";
    background: #a1dfff;
    height: 2px;
    width: 100%;
}
.button {
    display: inline-block;
    padding: 12px 24px;
    margin-top: 6px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: white;
    background: #0099cc;
    letter-spacing: normal;
    font-size: 14px;
    border: 1px solid transparent;
    border-radius: 6px;
    text-shadow: none;
    cursor: pointer;
    /*      box-shadow: 0px 0px 8px #333;*/
    transition: ease-in-out 0.1s;
}
.button:focus{
  outline: none;
}
.button:hover {
    background: #22b5e6;
}
.button:active{
    color: #0099cc;
    background: #a1dfff;
    border-color: #0099cc;
    box-shadow: inset 0px 0px 4px #bebebe;
    outline: none;
}
.button.secondary{
  color: #0099cc;
  background: white;
  border-color: #0099cc;
}
.button.secondary:hover{
  background: #eaeaea;
}
.button.secondary:active{
    color: #0099cc;
    background: #a1dfff;
    border-color: #0099cc;
    box-shadow: inset 0px 0px 4px #bebebe;
    outline: none;
}
content>section.content.odd{
    background: white;
    border: none;
}
content>section.content.even{
    background: #f6f6f6;
} 
.content {
    font-size: 16px;
    color: #5e5e5e;
    text-align: center;
    padding: 40px 20px;
    background: #f6f6f6;
    border: solid 1px #bebebe;
}
.content h2 {
    color: #0099cc;
}
.preContent{
  margin-top: -7%;
  margin-bottom: 2%;
}
footer {
    font-size: 14px;
    color: #fbfbfb;
    border-bottom-color: #fbfbfb;
}
.preFooter {
    background: #232020;
    padding: 20px 0px;
}
.mainFooter {
    background: #353739;
}
img.brands-logo {
    max-width: 23%;
    height: auto;
    margin: 4px;
    text-align: center;
    vertical-align: middle;
}
.icon{
  max-width: 100%;
}
.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: ease-in-out 0.2s;
}
.grayscale:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
}
#clients img.brands-logo {
    max-width: 14%;
}
#credits,
#credits a {
    font-size: 12px;
    color: #aaa;
    transition: ease-in-out 0.2s;
}
#credits a:hover {
    color: #fff;
}
.thumbnail {
    display: inline-block;
    vertical-align: bottom;
}
.thumbnail img {
    border: solid 1px transparent;
    border-radius: 50%;
    max-height: 200px;
    margin: 8px;
    text-align: center;
}
.thumbnail.small img{
  max-height: 100px;
}
.thumbnail.hover img {
    filter: grayscale(50%) brightness(70%);
    -webkit-filter: grayscale(50%) brightness(70%);
    transition: ease-in-out 0.2s;
  }
.thumbnail.hover img:hover {
    filter: none;
    -webkit-filter: none;
    max-height: 210px;
}
.thumbnail.info {
    font-size: 24px;
    color: white;
    text-shadow: 0px 5px 5px black;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 30%;
    /* margin-top: 60px; */
    /* width: 245px; */
    display: none;
    pointer-events: none;
    transition: display ease-in-out 0.4s;
}

#popupTarget{
  max-width: 98%;
  min-width: 720px;
}

.detail-bar{
  text-align: center;
  vertical-align: top;
}
.detail-bar span{
  border: solid 3px #0099cc;
  padding: 6px 8px;
  width: 40%;
  float: left;
  height: 52px;
  margin: 12px;
  transition: ease-in-out 0.2s;
}
.detail-bar span:hover{
  background: rgba(255,255,255,0.8);
}

.detail-bar span>img{
  width: 100%;
  max-width: 120px;
}
.detail-bar small{
  text-transform: uppercase;
  display: block;
}

.detail-bar label{
  font-size: 24px;
}

input.error{
  border-color: #CF000F;
}

div.error{
  margin: 12px;
  padding: 6px;
  background: #CF000F;
  border: 1px solid transparent;
  border-radius: 2px;
  color: white;
  display: none;
}

.ui-datepicker th{
  color: #5e5e5e !important;
}