@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasRegular';
    src: url('font/BEBAS___-webfont.eot');
    src: url('font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BEBAS___-webfont.woff') format('woff'),
         url('font/BEBAS___-webfont.ttf') format('truetype'),
         url('font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,body{
 font-family: 'BebasRegular';
	width:100%;
	height:100%;
}

.navigation{
	position:fixed;
	left:100px;
	width:960px;
	margin-left:0px;
	z-index:3;
	top:25px;
}
.navigation li{
	#color:#333333;
	color: rgba(51,51,51,0.65);
	text-shadow:1px 1px 2px cray;
	display:inline;
	padding: 5px 15px;
	#line-height:30px;
	margin-bottom:2px;
	font-weight:bolder;
	font-family:'tahoma',sans-serif;
	-webkit-transition: all .2s ease-in-out;
	#border-bottom:5px solid black;
	width:53px;
	font-size:large;
	
	
	
}
.navigation li:hover,.active{
	font-size:x-large;
	#background: white;
	cursor:pointer;
	width:100px!important;
	#border-radius: 40px 10px;
	border-radius: 40px 40px;
}


.envatologo{
position:fixed;
top:0;
left:50%;
width:446px;
margin-top:60px;
margin-left:-223px;
z-index:1;
}
.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
	
}

.share{
	width:600px;
	
	font-weight: 550;
	top:10%;
	margin:0 auto;
	position:relative;
	text-align:center;
	z-index:3;
	font-family:'tahoma',sans-serif;
	font-size:14pt;
	color:#ffffff;
	
}
.share A{
text-decoration: none;	
 color: #ffffff;
}
.share P{
	text-decoration: none;	
 	background-color: rgba(0, 0, 255, 0.2);
 	margin:2px;
 	color: #ffffff;
 	border-radius: 40px 40px;
	
}


.share A:visited {
    color: #ffffff;
    
   }
.share A:hover {
    color: #ffffff;
    font-size:16pt;
  
   }
   
   
   .tabb {
   
	border: solid 0px #DEDEDE;
	#background-image: url(../images/tab-bg.gif);
	#background-repeat: repeat-x;
	#background-position: bottom;
	#-webkit-border-radius: 10px;
#-moz-border-radius: 10px;
border-radius: 10px;
padding: 25px;

	
	
}
.tabb table{
	
	width:750px;
	font-weight: 550;
	top:10%;
	margin:0 auto;
	position:relative;
	text-align:left;
	z-index:3;
	font-family:'tahoma',sans-serif;
	font-size:10pt;
	color:#ffffff;
	
	
	
	

	}
.tabb table td {
	border-bottom: 1px solid #dedede;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	
}
 .tabb table tr:hover{
font-size:12pt;
    color: #ffffff;
    
    }  
   .tabb .col1 {
   width:85%;
   text-align:left;
   text-indent: 5px;
   }
   .tabb .tr1 {
   font-size:12pt;
   
   }
    .tabb .air {
   background-image: url(../images/airnext-logo-mini.png);
   background-repeat:no-repeat;
   background-position:center;  
   }
   
   
.contacts{
width:960px;
	
	font-weight: 600;
	top:50%;
	margin:0 auto;
	position:relative;
	text-align:center;
	z-index:3;
	font-family:'tahoma',sans-serif;
	font-size:84pt;
	color:white;
}

.wrapper{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
	}

	.wrapper2{
	width:960px;
	height:200px;
	margin:0 auto;
	position:relative;
	}
	.wrapper2 img {
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.5); /* Параметры тени */
	
   # padding: 1px;
}
.slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:80px;
	font-weight:bold;
	color:white;
	font-family:'tahoma',sans-serif;
}
.ubnt{
	position:absolute;
	bottom:0;
	right:0px;
	width:350px;
	#padding:-350px;
	}

.button{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background-color:#333333;
	margin-left:-25px;
	
	background-image:url(../images/arrow.png);
	
}
.button:hover{
	background-color:#494949;
	cursor:pointer;
}
.buttonup{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-50px;
	background-color:#333333;
	background-image:url(../images/arrow_up.png);
}
.buttonup:hover{
	background-color:#494949;
	cursor:pointer;
}
.round {
    border-radius: 100px; /* Радиус скругления */
    border: 3px solid green; /* Параметры рамки */
    box-shadow: 0 0 7px #666; /* Параметры тени */
   }
/******************************
 SLIDE 1 
*******************************/
#slide1{
	#background-color:#5c9900;
	background-color:#ffffff;
}
/******************************
 SLIDE 2 
*******************************/
#slide2{
	background-color:#005c99;
	
}
#slide2 img:first-child{
	position:absolute;
top: 700px;
left: -150px;
}
#slide2 img:nth-child(2){
	position:absolute;
	top:300px;
	left:100px;
}
#slide2 img:nth-child(3){
	position:absolute;
	top:600px;
	left:300px;
}
#slide2 img:nth-child(4){
	position:absolute;
	top:400px;
	left:300px;
}
#slide2 img:nth-child(5){
	position:absolute;
	top:600px;
	right:300px;
}
#slide2 img:nth-child(6){
	position:absolute;
	top:600px;
	right:300px;
}
#slide2 img:nth-child(7){
	position:absolute;
	top:400px;
	right:100px;
}
#slide2 img:nth-child(8){
	position:absolute;
	top:100px;
	right:300px;
}
/******************************
 SLIDE 3 
*******************************/
#slide3{
	
	#background-image:url(../images/slide3/hot-air-ballon.jpg);
	#-webkit-background-size: cover;
	#-moz-background-size: cover;
	#-o-background-size: cover;
	#background-size: cover;
background-color:#b6c10b;
}
#slide3 img:first-child{
	position:absolute;
top: 350px;
left: 180px;
}

#slide3 img:nth-child(2){
	position:absolute;
	top:200px;
	right:200px;
}
#slide3 img:nth-child(3){
	position:absolute;
	top:250px;
	right:150px;
}
#slide3 img:nth-child(4){
	position:absolute;
	top:250px;
	left:250px;
}
#slide3 img:nth-child(5){
	position:absolute;
	top:250px;
	left:0px;
}

/******************************
 SLIDE 4 
*******************************/

#slide4{
	background-image:url(../images/slide4/air.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#slide4 .parallaxbg{
	position:absolute;
	right:40px;
	top:240px;
	
	font-size:28px;
	font-family:'tahoma',sans-serif;
	color:rgba(51,51,51,0.3);
}

