@charset "utf-8";
/* CSS Document */


.wrapper1 {
  display: table; 
  
  width:100%;
  text-align: center;
  margin-top: 0px;
  /*background-color:#fff;*/
  margin: auto;
  /*Causting Issues */

  

  background-color: #f5f5f5;																													
  																												   

  /*Causting Issues */
	padding-top: 100px;

}	

.wrapper2 {
  display: table;
  width:100%;
  text-align: center;
  margin-top: 0px;
  /*background-color:#fff;*/
  margin: auto;
  /*Causting Issues */
 
 
  
  background-color: #fafafa;																													
    																														   

  /*Causting Issues */
  color:#ffffff;
  padding-bottom: 35px;
	
}	


.wrapper3 {
  display: table;
  
  width:100%;
  text-align: center;
  margin-top: 0px;
  /*background-color:#fff;*/
  margin: auto;
  /*Causting Issues */
 


  background-color: #222;																													
    																														   

  /*Causting Issues */
  padding-top: 25px;
  padding-bottom: 35px;

	
}	
	
	

.container {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-template-rows: auto;
   grid-gap: 20px;
   max-width: 1280px;
   margin-top: 25px;
   padding-left: 26px;
   padding-right: 26px;
   text-align: left;			
   /*height: 1000px;*/

   margin-left: auto;
   margin-right: auto;
   }
		
.card2 {
   grid-column: 1/4;
   grid-row: 2;
   color: #000;
   padding-top: 0px;
   }
		
/* Wrapper1 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.title_container{
   display: block;
   width: 100%;
   }
	
.title_container h1{
   font-family: HelveticaNeueThin;
   margin-bottom: -34px;
   text-transform: uppercase;
   font-weight: lighter;
   }
	
	
	
.title_container b{
   font-family: HelveticaNeueHeavy;
   margin-bottom: -34px;
   text-transform: uppercase;
   font-weight: bolder;
   }
	

.MainImage_Container {
   display: block;

   margin-top: 52px;
   margin-bottom: 60px;
   }

/*.MainImage_Container img {  
   border-radius: 8px;
   width: 100%;
   height: auto;
   }*/

.MainImage_Container h2 {
   font-size: 36px !important;
   margin-bottom: 46px;
   }

	
 .MainImage_Container h3 {
   font-size: 14px !important;
   font-family: HelveticaNeueMedium !important;
   font-weight: lighter;
   }	
	

.BuyNow_Container {
   display: block;
   width: 300px;
    																				margin-top: 20px;
   padding-bottom: 24px;  
   grid-column: 4/4;
   grid-row: 1;
   }
	
.BuyNow_Container h1, .card9 h1 {
	line-height: 56px;
	}	
	
	
	
.BuyNow_Container h3 {
	display: none;		
	}	
	
/* Wrapper2 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/	
	
.Description_Container {
   grid-column: 1/4;
   grid-row: 1;				
   color: #222;
   padding-top: 0px;
   }
	
	
	
	
.Description_Container h2  {
   font-size: 28px !important;
	font-family: HelveticaNeueThin !important;
	color: #000;
   font-weight: bold;

   }
	
.Disclaimer_Container h2  {
   font-size: 25px !important;
	font-family: HelveticaNeueThin !important;
   font-weight: bolder;
   }


.Description_Container h3  {
	margin-top: -20px;
	margin-bottom: 0px;
   font-size: 22px !important;
	padding-left:12px;
	font-family: HelveticaNeueThin !important;
   font-weight: bolder;
   }	
	
.Description_Container p {
   font-family: Futura Book font !important;
   font-size: 18px;

   }	
	
	
.Disclaimer_Container p {
	font-family: Futura Book font !important;
	color: #000;
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 6px;	
		
	}		
	
	strong {
		    font-weight: lighter;
	        /*color: #ff0016;*/
		    color:#000;
		    font-weight: bold;
	       }


	h5 {
		font-family: Futura Book font;
		letter-spacing: 1px;
		font-size: 14px;
		color: #76b900;
		margin-top: 4px;
		margin-bottom: 0px;
	   }  

	
/* Wrapper3 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.Disclaimer_Container {
   grid-column: 1/4;
   grid-row: 1;
   color: #fff;				
   margin-bottom: 24px;				
   }	












.ghost-button { 
	display: inline-block; 
	width: 200px; 
	padding: 8px; 
	color: #8d7758; 
	border: 1px solid #8d7758; 
	text-align: center; 
	outline: none; 
	text-decoration: none;
	
	
	
	transition: opacity 0.5s ease-in, color 0.5s ease-in;

}

.ghost-button:hover, .ghost-button:active { 
	/*background-color: #8d7758;*/
	color: #fff;  
	background-image:url("../img/web assets/Button Background.jpg");      
}

.ghost-button { 
    font-family: HelveticaNeueThin;
    font-size: 25px;   
    font-weight: bold;
}






















	
	
	@media screen and (max-width: 1280px) { 

		.title_container h1{
           font-size: 32px; 
		   line-height: 25px;
		   margin-bottom: -25px;
		   text-transform: uppercase;
		   font-weight: bolder;
		}
		

	
		.MainImage_Container {
           display: block;
           width: 300%;
           margin-top: 52px;
           margin-bottom: 60px;
        }
		
		
		
		.MainImage_Container img {  
  			max-width: 100%;
  			display: block;
        }
		
	}
	
	@media screen and (max-width: 1024px) { 
		
	
		.MainImage_Container {
           display: block;
           width: 300%;
           margin-top: 52px;
           margin-bottom: 60px;
        }
		
		
		.MainImage_Container img {  
  			max-width: 100%;
  			display: block;
        }

		


}


	@media screen and (max-width: 768px) { 
		
	
		.MainImage_Container {
           display: block;
           width: 250%;   
           margin-top: 52px;
           margin-bottom: 60px;
        }
		
		
		.MainImage_Container img {  
  			max-width: 100%;
  			display: block;
        }

		


}


	@media screen and (max-width: 640px) { 
		
		.MainImage_Container {
           display: block;
           width: 140%;
           margin-top: 52px;
           margin-bottom: 60px;
        }
		
		.MainImage_Container img {      
  			width: 100%;
  			display: block;
        }
		
		
}



	
