html, body {
    height: 100% !important;
    min-height: 100% !important;
}

.full-screen-area {
  margin-bottom: 0px;
  padding-bottom: 100px;
  height: 100%;
  padding-top: 60px;
}

.hightlighter {
    background: rgba(255,255,255,0.1);
    width: 100%;
    height: 100%;
}

.container.full-width-div {
  padding-right: 0px;
  padding-left: 0px;
}

.tagline {
  text-transform: uppercase;
  padding-left: 1px;
  margin: 30px 0px;
  color: #D5732E;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
}

.buttons-home .btn {
    padding-left: 0px;
    padding-right: 0px;
}

.logo {
  display: block;
  float: left;
  margin: 0;
  margin-top: 0px;
  overflow: visible;
  width: auto;
  min-width: 200px;
  height: auto;
  line-height: 1.2;
  /* background: url(/static/img/brand-logo.png) no-repeat 0 0; */
}

.logo-small {
  display: block;
  height: auto;
  line-height: 1.2;
  /* background: url(/static/img/brand-logo-small.png) no-repeat 0 0; */
  background-size: contain;
}

.fill {
  min-height: 100%;
  height: 100%;
}

.dbl-division-link {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

.dbl-division-link a {
  color: #fff;
  text-decoration: none;
  font-size: 36px;
  font-weight: 700;
  padding: 8px 16px;
  transition: background 0.3s ease;
  font-family: 'Urbanist', sans-serif;
}

.dbl-division-link a:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-decoration: none;
}

.full-width-div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.like_it {
    position: absolute;
    bottom: 75px;
    left: 50%;
    margin-left:-32px;
    width: auto;
}

.powered_by {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #D5732E;
}

.arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

div.branding-logos-wrapper {
  width: 100%;
  overflow: hidden;
}

div.branding-logo-holder {
  display: table-cell;
  vertical-align: top;
  opacity: 0.95;
  overflow: hidden;
}

div.branding-logo-holder img {
  max-width: 80%;
  z-index: 9999;
  max-height: 200px;
}

.navbar.navbar-default {
  border-color: none;
  border-width: 0px;
}

.navbar-header, .navbar {
  background-color: transparent;
}

.navbar-toggle {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: white;
}

.navbar-toggle.collapsed {
  background-color: white;
}



@media (max-width: 1200px) {
  div.branding-logos-wrapper {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  div.branding-logo-wrapper {
    display: inline-block;
  }

  div.branding-logo-holder {
    display: inline;
  }

  div.branding-logo-holder img {
    max-width: 600px;
  }

  div.branding-logo-holder.additional {
    border-top: none;
  }
}

@media all and (min-width: 768px) {
  .navbar {
    display: none !important;
  }
}

@media all and (max-width: 768px) {

  .navbar-collapse {
    background-color: white;
  }

  .navbar-default .navbar-toggle {
    z-index: 9999 !important;
  }

  div.branding-logos-wrapper {
    text-align: center;
  }

  div.branding-logo-holder img {
    max-width: 100%;
  }

}

@media all and (max-width: 1200px) {
  .buttons-home-wrapper {
    margin-top: 25px;
  }
}

.current-user-label {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: -40px;
    color: white;
    opacity: 0.8;
}

