@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;800&display=swap');
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700|Playfair+Display:400,700';
html {
	overflow-y: scroll;
	overflow-x: scroll;
	margin: 0;
	padding: 0;
     }
body {
	background: #3576ad;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Poppins;
	font-weight: bold;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('../picture/background.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

.top-menu {
  position: relative;
  background: rgba(34,34,34,.2);
          }
.menu-main {
  list-style: none;
  margin: 0;
  padding: 0;
           }
.menu-main:after {
  content: "";
  display: table;
  clear: both;
                 }

.menu-main a {
  text-decoration: none;
  display: block;
  line-height: 4vh;
  padding: 0.5vh 2vh;
  font-size: 2vh;
  color: white;
  transition: .3s linear;
              }                 
.menu-main a:hover {background: rgba(55,55,55,.9);}                 
.left-item {float: left;}
.right-item {float: right;}
.navbar-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
             }
  .navbar-logo  img {
  max-height: 4vh;
  display: flex;
                  }
.caption-bottom {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
   display: flex;
   justify-content: center;
}
.caption-bottom img {
  height: 60vh;
  width: auto;
}

.caption-manual {
  height: 85vh;
  max-width: 100%;
  margin: 1vh auto 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.caption-manual img {
  max-height: 85vh;
  width: auto;
}
        
.slider {
   height: 80vmin;
   width: 60vmin;
   overflow: hidden;
   border: 10px solid #000;
}

.middle {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

@media (max-width: 830px) {
  .menu-main a {
    line-height: 20px;
    padding: 5px 5px;
    font-size: 16px;
  }
  .navbar-logo {
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }            
  .navbar-logo  img {
  max-height: 24px;
  }            
  .slider {
   max-height: 70vh;
   max-width: 90vh;
   overflow: hidden;
   border: 10px solid #000;
  }
  .caption-manual {
   margin: 5px auto 0;
  }
}





 
 
  


/*}*/
@media (max-width: 630px) {
/*.menu-main li {display: block;}*/
}


.words {
	display: flex;
	flex-direction: column;
	align-items: center;
	
	
}

.words__item {
	/*color: #16a085;*/
	color: #3576ad;
	line-height: 1;
	
}

.words__item span {
	font-size: 5vw;
	display: inline-block;
	animation: move 5s ease-in-out infinite;
}
.words__item span:nth-child(2) {
	animation-delay: 0.5s;
}
.words__item span:nth-child(3) {
	animation-delay: 1.0s;
}
.words__item span:nth-child(4) {
	animation-delay: 1.5s;
}
.words__item span:nth-child(5) {
	animation-delay: 2.0s;
}

.words__item span:nth-child(7) {
	animation-delay: 0.5s;
}
.words__item span:nth-child(8) {
	animation-delay: 1.0s;
}
.words__item span:nth-child(9) {
	animation-delay: 1.5s;
}
.words__item span:nth-child(10) {
	animation-delay: 2.0s;
}

@keyframes move {
	0% {
		transform: translate(-33%, 0);
	}
	50% {
		text-shadow: 0 15px 40px rgba(0,0,0,.6);
		transform: translate(33%, 0);
	}
	100% {
		transform: translate(-33%, 0);
	}
}





/*a[href^="mailto:"] {*/
/*  font-size: 32px;*/
/*  line-height: 32px;*/
/*  text-decoration: none;*/
/*  color: #000000;*/
/*}*/
/*a[href^="https:"] {*/
/*  font-size: 32px;*/
/*  line-height: 32px;*/
/*  text-decoration: none;*/
/*  color: #000000;*/
/*}*/
/*a[href^="tel:"]:before {*/
/*  content: "\260e";*/
/*  margin-right: 0.5em;*/
/*}*/





.navigation {
   position: absolute;
   bottom: 16px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
}

.bar {
   width: 30px;
   height: 8px;
   margin: 6px;
   cursor: pointer;
   background-color: #000;
   opacity: .5;
   border-radius: 10px;
   transition: all 0.4s ease;
}

.bar:hover {
   opacity: 1;
   transform:scale(1.1);
}

input[name="r"] {
   position: absolute;
   visibility: hidden;
}

.slides {
   width: 800%;
   height: 100%;
   display: flex;
}

.slide {
   width: 12.5%;
   transition: all 0.6s ease;
}

.img {
   width: 100%;
   height: 100%;
}

#r1:checked ~ .s1 {
   margin-left: 0;
}

#r2:checked ~ .s1 {
   margin-left: -12.5%;
}

#r3:checked ~ .s1 {
   margin-left: -25%;
}

#r4:checked ~ .s1 {
   margin-left: -37.5%;
}

#r5:checked ~ .s1 {
   margin-left: -50%;
}
#r6:checked ~ .s1 {
   margin-left: -62.5%;
}
#r7:checked ~ .s1 {
   margin-left: -75%;
}
#r8:checked ~ .s1 {
   margin-left: -87.5%;
}
.share-block {
  float: right;
  padding-right: 15px;
  line-height: 50px;
}
.share-block a {
  color: #999;
  display: inline-block;
  margin-right: 7px;
  transition: .4s linear;
}
.share-block a:hover {
  color: white;
}
.container {
  border: 10px solid rgba(255,255,255,0.2);
  width: 100%;
  height: 100%;
	-webkit-perspective: 1200;
  perspective: 1200;
  -moz-transform: perspective(1200px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d; 
  transform-style: preserve-3d;
  position: relative;
}
.button {
  text-decoration: none;
  width: 120px;
  height: 50px;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 3;
  line-height: 50px;
  padding-left: 30px;
  transition: .4s linear;
}
.button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #CE1D5A;
  border-right: 20px solid transparent;
}
.button:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-right: 20px solid transparent;
}
.home:hover, .close:hover {
  color: white;
}
.home, .close {
  color: #999;
  font-size: 20px;
}
.flipper {
  position: relative;
  width: 100%;
	height: 100%;
  transform-style: preserve-3d;
  transition: .7s linear;  
}
.front, .back {
  font-family: 'Cabin', sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  backface-visibility: hidden;
}
.front {
  z-index: 2;
  transform: rotateX(0deg);
}
.back {
  transform: rotateX(-180deg);
  color: white;
}
.flipper:target {
  transform: rotateX(180deg);
}
.inner {
  padding: 20px;
  line-height: 2;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  h1 {font-size: 3em; white-space:normal;}
  h2 {font-size: 2em}
  p {font-size: 14px;}
}