

main{
	position: relative;
	z-index: 2;
	margin-bottom: 148px;
	background-size: cover;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.25);
}

.header {
	background-color: #fff;
	height: 80px;
	position: -webkit-sticky;
	top: 0px;
	position: fixed;
	width: 100%;
}

.border-top {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
}

.img-container{
	align-self:center;
}
.img-container img{
	width:35%;
}
.logo-melytour {
	margin: auto;
	width: 292px;
	margin-top: 0px;
}

.video {
  position: absolute;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
}
.video a {
	color: #fff;
	padding: 20px 50px;
	background-color: rgba(0,0,0,0.1);
	border: 2px solid #fff;
	border-radius: 50px;
	margin-top: 50vh;

}

.video a:hover {
	text-decoration: none;
	background-color: rgba(0, 155, 219, 0.5);
}


video {
    position:absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

    transform: translateX(-50%) translateY(-50%);
	.background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
.background-slider{
  position: relative;
  z-index: -100;
  height:100vh;
}
.background-slider img{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.video-overlay {
	width: 100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: -99;
	background-color: rgba(0,0,0,0.3);
	background-image: url(../img/line.png);
	background-size: 10px;
}

footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
  	padding:20px 0px;
	background-color: #4A515B;
	position: fixed;
	bottom: 0;
	width: 100%;
}


footer p {
	color: #fff;
	font-size: 12px;
	font-weight: lighter;
	margin-bottom: 0;
}

footer li {
	display: inline-block;
	padding: 10px;
}
footer ul{
	padding-right:70px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


footer li img {
	width: 60px;
}


/*========EFFECT=======*/
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: absolute;
  right: 49%;
  bottom: 23%;
  color:white;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}
a:hover{
	color:white;
}
.hvr-icon-hang:before {
  content: "\f078";
  border: 2px solid white;

  padding: 10px 13px;
  border-radius: 50%;
  position: absolute;
  right: 1em;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
