body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

#home {
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#video_fade {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.video-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.main_text {
  color: #ffffff;
  height: 10vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 45vh;
  margin-bottom: 45vh;
}

.main_text span {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  height: 75px;
}

#language_switcher {
  /*width: 443px;*/
  width: 334px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

#language_switcher .dark {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
}

#language_switcher .language {
  display: block;
  width: 60px;
  height: 25px;
  line-height: 25px;
  color: #eaeaea;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 0 7px 14px;
  float: left;
  position: relative;
}

#language_switcher .language:hover, #language_switcher .language.active {
  color: #ffce00;
}

#language_switcher .language img, #language_switcher .language span {
  vertical-align: middle;
}

#language_switcher .language img {
  width: 20px;
}

#contact_top {
  float: left;
  color: #fff;
  margin-top: 7px;
  padding-left: 14px;
  font-style: italic;
  position: relative;
}

#contact_top a{
  color: #fff;
}

.ci{
  color: #00a7e4;
}

.list{
  list-style: circle !important;
  margin-left: 16px;
}

.contact_error{
  background-color: #FBE3E6;
  border: 1px solid #A61620;
  padding: 10px;
  margin: 10px;
}

.message_green{
  background-color: #cffbdc;
  border: 1px solid #03a60e;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.scroll_down img{
  margin-top: 35vh;
}