
@font-face {
	font-family: 'Conv_ANTONIO-REGULAR';
	src: url('../fonts/ANTONIO-REGULAR.eot');
	src: local('☺'), url('../fonts/ANTONIO-REGULAR.woff') format('woff'), url('../fonts/ANTONIO-REGULAR.ttf') format('truetype'), url('fonts/ANTONIO-REGULAR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica-Condensed';
	src: url('../fonts/HVCL__.eot');
	src: url('../fonts/HVCL__.ttf') format('truetype');
	font-weight: normal;
	font-weight: normal;
	font-style: normal;
}
body {
  background: #000!important;
	overflow: hidden;
	font-family:'Conv_ANTONIO-REGULAR';
	font-size: 3vh;
	/*font-stretch: condensed;*/
	  margin: 0;
color: #eee}
#mainNav{
	margin-top: 30px;
}
.bg-black{
	background-color: rgba(0,0,0, 0.7);
}

.space{
	height: 22vh;
}
.testo{
	font-family: 'Helvetica-Condensed';
	text-align: left;
	font-size: 20px;
	max-width: 600px!important;
}
.quote{
	margin: 0 30px;
	font-family: 'Helvetica-Condensed';
	font-size: 20px;
}

.nav-link{
	 letter-spacing: 1px;
}
.hcol { height:100vh !important; 
	/*border:1px solid white;*/
}

.centraverticale {
      display: flex;
    align-items: center;
}
.video_dimension{
	width: 500px;
}
.video-logo{
	padding-top: 35vh;
}
@media only screen 
  and (min-width: 320px) 
  and (max-width: 568px){
	.video_dimension{
	width: 320px;
}
	  .video-logo{
	padding-top: 100px;
}
	  .space{
	height: 5vh;
}
}

.text-box{
	margin-left: 85px!important;
	margin-top: 1vh;
}

@media screen and (max-width: 600px) {
	.text-box{
	margin-left: 0px!important
}
	
}

/*About US*/

.about-us{
	height: 100vh;
	background-image:url(../img/aboutus_bg.jpg)!important;
	background-size: cover;
	background-position: center center;
}
.about-us-crow{
	height: 100vh;
	background-image:url(../img/aboutus_bg4.jpg)!important;
	background-size: cover;
	background-position: center center;
}

#clouds{
	
}

/*Time to finalise the cloud shape*/
.cloud {
	
	max-width: 100vw;	

	position: relative; 
}

.cloud:before, .cloud:after {
	content: '';
	position: absolute; 
	background-image: url(../img/giphy.gif);
	background-repeat: no-repeat;

	position: absolute; top: -15px; left: 10px;
	

}

.cloud:after {
	width: 500px; 
	height: 100vh;

	top: 150px; 
	left: -200px; 
	right: 0px;
}


/*Time to animate*/
.x1 {

	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
	left: 200px;
	
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6; /*opacity proportional to the size*/
	
	/*Speed will also be proportional to the size and opacity*/
	/*More the speed. Less the time in 's' = seconds*/
	-webkit-animation: moveclouds 30s linear infinite;
	-moz-animation: moveclouds 30s linear infinite;
	-o-animation: moveclouds 30s linear infinite;
}

.x3 {
	left: 250px; top: -200px;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/
	
	-webkit-animation: moveclouds 30s linear infinite;
	-moz-animation: moveclouds 30s linear infinite;
	-o-animation: moveclouds 30s linear infinite;
}

.x4 {
	left: 470px; top: -250px;
	
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.75; /*opacity proportional to the size*/
	
	-webkit-animation: moveclouds 40s linear infinite;
	-moz-animation: moveclouds 40s linear infinite;
	-o-animation: moveclouds 40s linear infinite;
}

.x5 {
	left: -150px; top: -250px;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/
	
	-webkit-animation: moveclouds 40s linear infinite;
	-moz-animation: moveclouds 40s linear infinite;
	-o-animation: moveclouds 40s linear infinite;
}

@-webkit-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}

/*Contact US*/

.contact-us{
	height: 100vh;
	background-image:url(../img/foresta_back.jpg)!important;
	background-size: cover;
	background-position: center center;
}
.mail-to{
	color: #fff!important;
	text-decoration: none
}

/* FOG ANIMATION */
.fogwrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}


#foglayer_01 {
  width: 200%;
  height: 100%;
	background: black;
  position: absolute;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}
#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("../img/fog1.png") repeat-x top left transparent;
  background-size: 100%;
  width: 100%;
  height: 100%;
  float: left;
}

#foglayer_02 {
  width: 200%;
  height: 100%;
  position: absolute;
  animation: foglayer_02_opacity 21s linear infinite,
				foglayer_moveme 13s linear infinite;
  -webkit-animation: foglayer_01_opacity 21s linear infinite,
				foglayer_moveme 13s linear infinite;
}
#foglayer_02 .image01, #foglayer_02 .image02 {
  background: url("../img/fog2.png") repeat-x top left transparent;
  background-size: 100%;
  width: 100%;
  height: 100%;
  float: left;
}

#foglayer_03 {
  width: 200%;
  height: 100%;
  position: absolute;
  animation: foglayer_02_opacity 21s linear infinite,
				foglayer_moveme 13s linear infinite;
  -webkit-animation: foglayer_01_opacity 21s linear infinite,
				foglayer_moveme 13s linear infinite;
}
#foglayer_03 .image01, #foglayer_03 .image02 {
  background: url("../img/fog2.png") repeat-x top left transparent;
  background-size: 100%;
  width: 100%;
  height: 100%;
  float: left;
}

@media screen and (max-width: 600px) {
#foglayer_01 {
	width: 0px!important;
	}
#foglayer_02 {
	width: 0px!important;
	}
#foglayer_03 {
	width: 0px!important;
	}	
}

@keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }
  22% {
    opacity: .5;
  }
  40% {
    opacity: .28;
  }
  58% {
    opacity: .4;
  }
  80% {
    opacity: .16;
  }
  100% {
    opacity: .1;
  }
}
@-webkit-keyframes foglayer_01_opacity {
  0% {
    opacity: .1;
  }
  22% {
    opacity: .5;
  }
  40% {
    opacity: .28;
  }
  58% {
    opacity: .4;
  }
  80% {
    opacity: .16;
  }
  100% {
    opacity: .1;
  }
}

@keyframes foglayer_02_opacity {
  0% {
    opacity: .5;
  }
  25% {
    opacity: .2;
  }
  50% {
    opacity: .1;
  }
  80% {
    opacity: .3;
  }
  100% {
    opacity: .5;
  }
}
@-webkit-keyframes foglayer_02_opacity {
  0% {
    opacity: .5;
  }
  25% {
    opacity: .2;
  }
  50% {
    opacity: .1;
  }
  80% {
    opacity: .3;
  }
  100% {
    opacity: .5;
  }
}

@keyframes foglayer_03_opacity {
  0% {
    opacity: .8;
  }
  27% {
    opacity: .2;
  }
  52% {
    opacity: .6;
  }
  68% {
    opacity: .3;
  }
  100% {
    opacity: .8;
  }
}
@-webkit-keyframes foglayer_03_opacity {
  0% {
    opacity: .8;
  }
  27% {
    opacity: .2;
  }
  52% {
    opacity: .6;
  }
  68% {
    opacity: .3;
  }
  100% {
    opacity: .8;
  }
}

@keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes foglayer_moveme {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}