.slider-height {
				
				height:620px;
					   padding-top: 75px;
				}
		.slider-slides {
				
					   background-repeat: no-repeat;
					   background-attachment: fixed;
					   background-position: center center; 
					   background-size:cover;
				
				}
				.slider-title {
						left:10%;
						width:90%;
						padding: 55px 15% 0 0;
						position:relative;
						}
				
						.slider-title h1 {
								font-family: "Relative",Helvetica,Arial,sans-serif;
								font-size: 68px;
								letter-spacing: 0.02em;
								line-height: 78px;
								font-weight: 700;
								color: #fff;
				
						}
				
				.slider-text {
						left:10%;
						width:90%;
						padding-right: 15%;
						position:relative;
				
						}
				
						.slider-text h2 {
								font-size: 30px;
								letter-spacing: 0.02em;
								line-height: 45px;
								font-weight: 300;
								color: #fff;
				
						}
				
				.slider-button {
						position:relative;
						float: left;
						display: block;
						left:10%;
						
						margin-top: 33px;
						
						font-size: 22px;
						letter-spacing: 1.52px;
						line-height: 50px;
						text-transform: uppercase;
						font-weight: normal;
						
						text-align: center;
						
						padding: 0px 16px;
						min-width: 200px;
						border-radius: 15px;
						
						vertical-align: middle;
						-ms-touch-action: manipulation;
						touch-action: manipulation;
						
						background-color: rgba(1, 150, 255, 0.0);
						border: 2px solid #00ff00;
				
						}
					  	.slider-button:hover {
							color: #fff;
							background-color: #00ff00;
						}
					  	.slider-button a {
							color: #00ff00;
							display: block;
						}
					  	.slider-button a:hover {
							color: #fff;
							display: block;
						}
				
				@media only screen and (max-width: 767px) {
	
							.slider-height {
				
								height:1000px;
							}	
							
							
							
							.slider-title {
									
									padding: 95px 10% 0 0;
								   
								   
								   }
				
								   .slider-title h1 {
										   font-size: 110px;
										   line-height: 120px;
										   font-weight: 700;
										   color: #fff;
				
								   }
				
								  .slider-text {
											padding-right: 10%;
										  }
				
										  .slider-text h2 {
												  color: #fff;
												  font-size: 55px;
												  line-height: 70px;
												  font-weight: 300;
				
										  }
				
								  .slider-button {
						
										  font-size: 50px;
										  letter-spacing: 1.52px;
										  line-height: 100px;
										 
										  padding: 0px 26px;
										  min-width: 400px;
										  border-radius: 30px;
						
										  border: 4px solid #00ff00;
				
										  }
										  .slider-button:hover {
											  
										  }
										  .slider-button a {
											  
										  }
										  .slider-button a:hover {
											  
										  }
							
							
							
							
								
		 		}