a{
	text-decoration: none;
}
#slider{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

   #ul 
   {
   	  width: 99.5%;
   	  text-align: center;
   	  bottom: 60px;
   	  z-index: 2;
      position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 12px;
   	 height:12px;
   	 border-radius: 3px;
   	 border: 2px solid #fff;
     display: inline-block;
     background-color: #000;
     margin-left: 7px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	border: 2px solid #000;
   	background-color:#fff;
   }

  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 2.6s;
	 -moz-transition: all 2.6s;
	 -o-transition: all 2.6s;
	transition: all 2.6s;
	z-index: -1;
   }
   .sliderimage:first-child{
   	opacity: 1;
   	z-index: 1;
   }
  #page-mone {
    max-width: 820px;
    right: 0%;
    float: right;
    height: 55vh;
    margin-top: 46vh;
    background-color: rgba(51,58,66,0.0);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: 210px 0px;
    position: relative;
    display: flex;
    opacity: 1;
    
}
.dreamgarden{
	width: 100%;
	margin: auto;
	padding: 15px;
	background-color: rgba(28,44,57,0.73);
	box-shadow: 0px 0px 8px rgb(0 0 0 / 80%);
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	
}
.dreamgarden h1{
	width: 100%;
	margin-top: 10px;
	text-align: left;
	color: #fff;
	font-size: 28px;
	letter-spacing: 2.4px;
	text-shadow: 2px 2px #000;
}
.dreamgarden div{
	width: 94%;
	text-align: left;
	font-size: 18px;
	color: #e8e8e8;
	margin-top: 15px;
	letter-spacing: 1.3px;
	margin: 8px 0px;
	text-shadow: 1.5px 1.5px #000;
}
.left{
	width: 130px;
	height: 40px;
	line-height: 44px;
	font-size: 16px;
	margin-top: 20px;
	left: 41%;
	background-color: #46da2c;
	border: 2px solid #46da2c;
	position: absolute;
	text-align: center;
	border-radius: 5px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.left:hover{
	background-color: rgba(70,218,44,0.4)
}
.right{
	width: 150px;
	height: 50px;
	right: 20%;
	line-height: 50px;
	font-size: 16px;
	margin-top: 20px;
	color: #46da2c;
	background-color: #ffff;
	position: absolute;
	text-align: center;
	border-radius: 5px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.right:hover{
	opacity: 0.7;
}
   #servise-top{
    max-width: 1200px;
   	min-height: 200px;
   	margin: 50px auto;
   	position: relative;
   	overflow: hidden;
   }
   #servise-bottom{
    max-width: 1200px;
   	min-height: 200px;
   	margin: 50px auto;
   	position: relative;
   	overflow: hidden;
   }
  .float-left{
  	width: 50%;
  	height: 400px;
  	float: left;
  	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
  	position: relative;
  	
  }
  .float-right{
  	width: 50%;
  	height: 400px;
  	float: right;
  	background-image: url('../img/slider/HendersonFW17_110.jpg');
  	background-size: cover;
  	background-position: center center;
  	background-repeat: no-repeat;
  	position: relative;
  	
  }
  .float-left-color,.float-right-color{
  	width: 100%;
  	height: 100%;
  	background-color: rgba(0, 0, 0, 0.4);
  }
  .float-left-Woman,.float-left-Man{
  	width: 30%;
  	left: 35%;
  	top: 45%;
  	height: 50px;
  	position: absolute;
  	text-align: center;
  	line-height: 45px;
  	
  }
  .float-left-Woman a{
  	color: #ece8c1;
  }
  .float-left-Man a{
  	color: #ece8c1;
  }
  .float-left-Woman a:hover{
  	text-decoration: underline;
  }
  .float-left-Man a:hover{
  	text-decoration: underline;
  }
  .shape-top{
  	position: absolute;
  	width: 80%;
  	right: 0;
  	border: 1px solid #FFF;
  }
  .shape-bottom{
  	position: absolute;
  	width: 80%;
  	left: 0;
  	bottom: 0;
  	border: 1px solid #FFF;
  }
  @media only screen and (max-width: 1300px) {
	
	#page-mone{
    width: 96%;
}
}
@media only screen and (max-width: 900px) {
	#page-mone {
    float: left;
    left: 0%;
   margin-top: 40vh;
    width: 94%;

}
.dreamgarden h1{
	font-size: 22px;
	margin-top: 3px;
	margin-left:-4px;
}
.dreamgarden div{
	font-size: 16px;
	line-height: 22px;
	margin-left:-3px !important; 
	margin: 0px 0px;
	width: 102%;
}
.asda{
	height: 10px;
}
.dreamgarden{
	background-color: rgba(28,44,57,0.55);
	border-top-right-radius: 7px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 7px;
	border: 0;
}
}
