﻿@charset "utf-8";
/* CSS Document */

body{
	margin-left:auto;
	margin-right:auto;
	background-color:#d2e3ed;	
}	

div.main {
	margin-left:auto;
	margin-right:auto;
    padding:0px;
	width:1000px;
	height:800%;
    
}

div.part-1{
	width:1000px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	float:left;
	background-image:url(../image/imag-2.png);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	background-size:contain- cover;
	margin-left:auto;
	margin-right:auto;
	position:absolute;

}

div.part-11{
	width:50px;
	height:800px;
	float:left;
}

div.part-12{
	width:900px;
	height:800px;
	float:left;
}

div.part-121{
	width:900px;
	height:500px;
}

div.part-121-1{
	width:900px;
	height:300px;
	float:left;
}

div.part-121-2{
	width:900px;
	height:200px;
	float:left;
}

div.part-121-21{
	width:500px;
	height:200px;
	float:left;
}

div.part-121-22{
	width:400px;
	height:200px;
	float:left;
}

div.part-122{
	width:900px;
	height:300px;
}

div.part-122-1{
	width:400px;
	height:300px;
	float:left;
}

div.part-122-2{
	width:500px;
	height:300px;
	float:left;
}

img.Arrows{
	width:60px;
	height:60px;
	padding-left:30px;
}

div.part-13{
	width:50px;
	height:800px;
	float:left;
}

.container {
  margin: 200px 0 0 200px;
  display: inline-block;
}

.circle1 {
   width:338px;
	height:70px;
  float: left;
	  animation-name: bounceInDown;
  -webkit-animation-name: bounceInDown;
  animation-duration: 5s;
  -webkit-animation-duration:8s;
  @extend .circle;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}




@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.overlay {
	width:100%;
  	height:100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 45px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}