body{ min-width: 100% !important;}/*Please dont remove this line otherwise will lose the responsiveness of the page*/




body {

font-family:"Helvetica Neue", Helvetica, "sans-serif";
	text-align: center;
margin: 0;
}




/* Special Rules for Mobile */
@media only screen and (max-width: 480px) {
#mobile {display:block; max-width:100%;}
#desktop {display:none}
}
 
/* Special Rules for Tablets */
@media only screen and (min-width: 481px) {
#mobile {display:none}
}
 
/* Special Rules for Desktops */
@media only screen and (min-width: 1024px) {
#mobile {display:none}

}

@media only screen and (max-width: 812px) {
#desktop2 {display:none}
}

.clearfix {
  zoom: 1;
  display: block;
}

.clearfix:after {
  content: '\\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

 a:visited, a:link, a:active
{
    text-decoration: none;
	cursor: pointer;
} 

a:hover  {
	cursor: pointer;
	text-decoration: none !important;
}

.orange  {
	color: #FEBE10;
}

.product img {
	margin-left: 25%;
}


.break {
	height: 50px;	
}

.mobile {
	display: none;
}



.linebk { 
    display: block;
    margin-top: 5px;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
	border-top: 1px solid #71706f;
	border-bottom: 1px solid #71706f;
}



.container h1 {
	font:"Helvetica Neue", Helvetica;
	font-size:30px;
	font-weight:400;
	line-height: 1;
	
	
}


.container h2 {
	font:"Helvetica Neue", Helvetica;
	font-size:20px;
	font-weight:300;
	line-height: 1;
	
}


.container h3 {
	font:"Helvetica Neue", Helvetica;
	font-size:17px;
	font-weight:normal;
	line-height: 1;
	
}

.container p {
	font:"Helvetica Neue", Helvetica;
	font-size:16px;
	text-align: left;
	font-weight:normal;
	line-height: 1.1;
	
}


.button {
    background-color: #FFF; /* white */
    border: 2px solid #94c11f;
	border-radius: 8px;
    color: #94c11f;
    padding: 2% 5%;
	width: 90%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
	
}



.button:hover {
    background-color: #94c11f;
    color: white;
	cursor: pointer;
}


@media screen and (max-device-width: 1024px) {
#container img {
	width: 100%;
}
}



ul {
	
	text-align: left;
	margin-left: -25px;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
	



#header {
  
  width: 100%;

}

#headinner  {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1%;

	
}


#inner  {
	width: 1170px;
	margin-left:auto;
	margin-right: auto;	
	
}

.headerspace {
	width: 50%;


.product {
	background-color: #f3f3f4;
	background-size: 80%;
	height: 100%;	
	
}

.product h2, .product li {margin-left: 40px;}

.container .product img {text-align: left;}





#footer {
  height: 140px;
  width: 100%;
  position:relative;
  bottom: 0px;
}


#copyright {
  min-width:100%;
  height: 140px;
  margin: 70px auto auto auto;
  text-align:center;
  font-family: 'Helvetica', sans-serif;
  color:#000; font-size:1.2rem;
}








#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}



	
	
	
	
@media screen and (max-device-width: 480px) {
	
	


.container h1 {
	font:"Helvetica Neue", Helvetica;
	font-size:26px;
	font-weight:400;
	line-height: 1;
	margin-top: -5%;
	
	
}


.container h2 {
	font:"Helvetica Neue", Helvetica;
	font-size:20px;
	font-weight:300;
	line-height: 1.1;
	text-align: left;
	
}


.container h3 {
	font:"Helvetica Neue", Helvetica;
	font-size:17px;
	font-weight:normal;
	line-height: 1;
	
}

.container p {
	font:"Helvetica Neue", Helvetica;
	font-size:16px;
	text-align: left!important;
	font-weight:normal;
	line-height: 1.1;
	
}	
	
	
	
.button {
    background-color: #FFF; /* white */
    border: 2px solid #94c11f;
	border-radius: 8px;
    color: #94c11f;
    padding: 2% 2%;
	width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
	
}



.button:hover {
    background-color: #94c11f;
    color: white;
	cursor: pointer;
}	
	
	
	
	}
	
	


@media screen and (max-device-width: 740px) {
	
  .ContainerPage{text-align: center;}
  .ContainerPage .productList ul li, .ContainerPage .productList p, .ContainerPage .productList h2, .ContainerPage .productList h3{text-align: left;}

	.desktop {
		display:none!important;
	}


	
.break {
height: 50px;	
}
	
	
	
} 


