a{
	text-decoration: none;
}

#slider{
	min-width: 1200px;
	height: 750px;
	position: relative;
	overflow: hidden;
	margin-top: -10px;
	background-position: center center;
	background-size: cover;
}
   #header-auto{
		width:529px;
		height: 55%;
		margin: auto;
		position: relative;
	}
	#header-auto pre{
		height: 90%;
	}
#header-auto h1{
	width: 1029px;
	margin-left: -250px;
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-top: 0;
}

#main-content{
	width: 1400px;
	height: 2700px;
	border: 2px solid #fff;
	position: relative;
	margin: auto;
	z-index: 999;
	margin-top: -70px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
 .main-content-color{
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	background-color: rgba(32,41,52,0.9);
 	border-radius: 10px;
 }
  .main-content-color  ul{
   	list-style: none;
   	position: absolute;
   	left: 10px;
   	top: 10px;
   	border-right: 1px solid #f1c05f;
   	width: 270px;
   	height: 745px;
   }
   .main-content-color  ul li{
   	width: 250px;
   	height: 50px;
   	border: 1px solid rgba(255,255,255, 1);
   	background-color: rgba(255,255,255, 0.1);
   	text-align: center;
   	line-height: 50px;
   	margin-top:20px;
   	border-radius: 5px;
   	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
   	color: #fff;
   	cursor: pointer;
   }
   .main-content-color  ul  li:hover{
   		background-color: rgba(255,255,255, 0.2);
   }
   .main-content-color  ul li:first-child{
   	border-right: 1px solid rgba(241,192,95, 1);
   	border-bottom: 1px solid rgba(241,192,95, 1);
   	color: #f2c871;
   }
  .main-content-texs{
  	width: 1100px;
  	height: 1000px;
  	float: right;
  }
  .text{
  		width: 1090px;
  	position: absolute;
  	opacity: 0;
  	color: #fff;
  		 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	right: -100px;
  }
  
  .text h1{
  	margin-top: 30px;
  	font-size: 19px;
  	color: #f1c05f;
  }
  .text p{
  	color: #f4ce80;
  	line-height: 22px;
  	font-size: 16px;
  }
  #magazin {
    width: 400px;
    min-height: 150px;
    border-radius: 10px;
    font-size: 15px;
    padding: 5px;
    line-height: 25px;
    color: #f0f0f0;
}
#magazin div {
    margin: 10px;
    height: 20px;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 0px 4px;
    margin-left: -10px;
    color: #fff;
    background-position: 10px 0px;
}
#magazin p{
	    padding: 5px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    width: 90%;
    margin-top: -5px;
   margin-left: 30px;
   
}
.contacts{
	border-radius: 10px;
    width: 480px;
    margin-top: -20px;
    margin-left: 0px;
}
.texte{
    width: 100%;
    height: 35px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: 1px solid #f5c063;
    outline: none;
    color: #931926;
    font-size: 16px;
    margin-left: 20px;
}
.textarea {
    width: 100%;
    height: 100px;
    background-color: transparent;
	border-bottom: 1px solid #f5c063;
    outline: none;
    color: #931926;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    margin-left: 20px;
}
.aBooking {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #f5c063;
    border: 1px solid #f5c063;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	  border: 1px solid #931926;
}
.meps{
	width: 560px;
    height: 450px;
    position: absolute;
    right: 30px;
    top: 40px;
    border-radius: 10px;
    overflow: hidden;
}
::placeholder {
    font-size: 13px;
}
.video{
	height: 500px;
	margin-top: 10px;
}