@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body { font-family: "Lato", sans-serif; line-height:1.6; font-size:15px; margin:0 auto; color:#191919; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus { text-decoration: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header video.videoCustomMobile{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 135%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
    display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
}
.country{
  display: inline-flex;
}
.country a:hover img{
  transform: scale(0.9);
}
.country>a:hover:before {
    content: '';
    -webkit-box-shadow: 0 0 12px 0 rgba(69, 145, 255, 0.8);
    -moz-box-shadow: 0 0 12px 0 rgba(69, 145, 255, 0.8);
    box-shadow: 0 0 30px 0 rgba(69, 145, 255, 0.8);
    width: 73px;
    height: 73px;
    border-radius: 62%;
    margin: 0 auto;
    position: absolute;
    top: 8px;
    left: 6px;
}
.country a img{
  width: 85px;
  transition: all .2s ease-in-out;
}
.country a {
  margin: 0px 40px;
  color: #fff;
}
.countryCustom{
    position: fixed;
    bottom: 32%;
}
.chara{
  position: relative;
}
.chara img{
    position: absolute;
    right: -197px;
    top: -377px;
}

.fadeInLeft.first {
          -webkit-animation-delay: 1s;
          animation-delay: 1s;
          animation-iteration-count: 1;

}
.fadeInLeft.second {
          -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
          animation-iteration-count: 1;
}
.fadeInLeft.third {
          -webkit-animation-delay: 2s;
          animation-delay: 2s;
          animation-iteration-count: 1;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration:2s;
  animation-duration:2s;
}
.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.country p {
    margin-top: 13px;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}

.mobilelogoCustom img{
  width: 228px;
}
.mobilelogoCustom{
    margin: 18px 0px;
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  div.example {
    font-size: 50px;
    padding: 50px;
    border: 8px solid black;
    background: yellow;
  }
  header video {
    left: 66%;
    width: fit-content;
  }
}
@media screen and (max-width: 998px) and (min-width: 768px) {
  .chara img {
    right: 0;
    top: -224px;
  }
  header video.videoCustomMobile{
    top: 65%;
  }
  .countryCustom {
    position: fixed;
    bottom: 16%;
    left: -2%;
  }
}
@media only screen and (max-width: 998px) {
  .videoCustom{
    display: none;
  }
  header{
    /*background: url(../images/mobile_bg.jpg)center no-repeat;*/
  }
  .h-100{
    height: 82%!important;
  }
}

@media only screen and (min-width: 999px) {
  .mobilelogoCustom{
    display: none;
  }
  .videoCustomMobile{
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .country a {
    margin: 0px 40px;
  }
  .country>a:hover:before {
    width: 69px;
    height: 69px;
    top: 8px;
    left: 5px;
  }
  .chara img {
    position: absolute;
    right: -26%;
    top: -142px;
    max-width: 547px;
  }
  .countryCustom {
    position: fixed;
    /* bottom: 0%; */
    left: 0;
  }
	.country a img{
  width: 55px;
  transition: all .2s ease-in-out;
}
}
@media only screen and (max-width: 374px) {
  .country>a:hover:before {
    width: 51px;
    height: 49px;
  }
}
@media screen and (max-height: 1023px) and (min-height: 800px) {
  header video.videoCustomMobile {
    width: 166%;
  }
}
