html.mobile {
	font-size: 1em; 
}

body.mobile {
	width: 100%;
}

.mobile .paddOnMobile {
	padding-left: 4% !important;
	padding-right: 4% !important;
}

.mobile .hideOnMobile {
	display: none !important;
}

.mobile .stackOnMobile,
.mobile .innerStackOnMobile .stack {
	flex-direction: column;
}

.mobile img,
.mobile .imgContainer,
.mobile .imgContainer img {
	width: 100%;
}

.mobile iframe {
	width: 100%;
	margin: 0rem 0rem 2rem 0rem;
	height: 500px;
}

.mobile #wrapper {
	width: 100%;
}

.mobile #wrapper > header{
	min-height: 35rem;
}

.mobile #wrapper > header h1{
	font-size: 4rem;
}

.mobile #wrapper .brandDescription{
	padding: 3rem 5% 2rem 5%;
}

.mobile #wrapper .brandDescription h1{
	margin: 0rem 0rem 2rem 0%;
  	font-size: 2.3rem;
}

.mobile #wrapper .brandDescription h2,
.mobile #wrapper .brandDescription h3 {
	margin: 0.5rem 0rem 2rem 0rem;
	font-size: 4rem;
}

.mobile #wrapper .brandDescription p {
	margin: 0rem 0rem 2rem 0rem;
  	font-size: 2rem;
}

.mobile #wrapper .brandDescription img {
	width: 100%;
}

.mobile #wrapper .brandDescription ul {
	width: 90%;
  	margin: 0rem auto 0rem auto;
}

.mobile #wrapper .brandDescription ul li {
	margin: 0rem 0rem 2rem 0rem;
	font-size: 2rem;
}

.mobile #wrapper section .productsContainer h1 {
	font-size: 4rem;
}

.mobile #wrapper section article.productListing{
	padding: 0rem 5% 2rem 5%;
}

.mobile #wrapper section article.productListing > div {
	flex-direction: column;
}

.mobile #wrapper section .productListing h2 {
	font-size: 3rem;
}

.mobile #wrapper section article.productListing > div > div.txt p{
	margin: 2rem;
}

.mobile #wrapper section .productListing p{
	width: 90%;
	font-size: 2.2rem;
}

.mobile #wrapper section article.productListing > div > div.imgContainer img{
	margin: 2rem 0% 0rem 0%;
}

.mobile .block3 {
	padding: 2rem 5% 2rem 5%;
	background-size: 300%;
	background-position: 75% 100%;
}

.mobile .block3 h2 {
	font-size: 3rem;
}

.mobile .block3 p {
	font-size: 2rem;
}

.mobile .block3 ul li {
	font-size: 2.1rem;
}


.mobile #wrapper > footer > div {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mobile #wrapper > footer > div div {
	display: block;
}

.mobile #wrapper > footer .contactAdvertiser > header{
	text-align: center;
	padding: 2rem 0% 2rem 0%;
}

.mobile #wrapper > footer .claim.signature p {
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}

.mobile #wrapper > footer .contactForm h3 {
	text-align: center;
	font-size: 3rem;
}

.mobile #wrapper > footer .contactForm p {
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col1 label {
	width: auto;
	height: auto;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col1 input {
	height: 4rem;
	border-radius: 1rem;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col2 label {
	width: auto;
	height: auto;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col2 textarea {
	height: 10rem;
	border-radius: 1rem;
	font-size: 2rem;
}

.mobile #wrapper > footer .contactForm form .col2 input[type="submit"] {
	float: right;
	font-size: 2rem;
}