/*************cofee and leaf mobile stylesheet***********/
body{}
.inside{
width:100%;
max-width:1024px;
}
p{
padding:10px;
font-size:14px;
}
h1{padding:14px 8px;
font-size:28px;
font-weight:400;
}
.leftSide {
width:100%;
float:none;
margin:0 auto;
}

.rightSide {
width:100%;
float:none;
margin:0 auto;
}


header{
height:auto;
}
a#logo{
height:100px;
width:160px;
margin-left:25px;
} 


nav{display:none;}


#mMenuButton{
display:block;
margin:40px 40px 0 0;
float:right;
font-size:34px;
color:#84161a;
cursor:pointer;
}

#mMenu{
background:#6f3d1a;
display:none;
width:100%;
z-index:9999;
position:absolute;
}

#mMenu a{
display:block;
color:#fff;
padding:10px 8px;
border-bottom:1px solid rgba(255,255,255,0.5);
}

footer{
background:#ededed;
border-top:4px solid #6e220b;
}
.footCol{display:none;}

.socialIcons{}
.socialIcons ul{}
.socialIcons ul li{padding:15px 9px 0px 9px}
.socialIcons ul li a{}
a#google{background:#858585 url('../images/google_plus.png');
background-size:contain;
}
a#facebook{background:#858585 url('../images/facebook.png');
background-size:contain;
}
a#linkedin{background:#858585 url('../images/linkedin.png');
background-size:contain;
}
a#twitter{background:#858585 url('../images/twitter.png');
background-size:contain;
}
.copyRight{
text-align:center;
color:#000;
font-size:12px;
padding:8px;
}


#mainContent{
min-height:0px;
padding:12px 0;
}
/***********home**********/

.colWrapper{display:none;}
.col{display:none;}

.mobileSplash{
display:block;
width:100%;
height:357px;
background:url('../images/mobile_splash.jpg') 50% 50% no-repeat;
background-size:contain;
}
.mobileSplash h2{
text-align:center;
padding-top:200px;
font-size:38px;
color:#fff;

}

/************brands************/

.imageWrapper.brands, .imageWrapper.services, .imageWrapper.about{
width:100%;
height:250px;
background-size:cover;
border-radius:0%;
}
.leftSide{}
.leftSide br{display:none;}

.logo{
width:85%;
padding:15px;
float:none;
margin:20px auto;
}
.logo img{
width:90%;
margin:12px auto;
}

/**********services**********/
.serv{text-align:center;}
.serv img{
display:block;
width:250px;
height:auto;
margin:10px auto;
float:none;
border:2px solid #6f3d1a;
border-radius:50%;
clear:both;
}
.serv h2{
display:block;
padding:16px 0;
margin:15px 0 0 0;
float:none;
text-align:center;
font-size:25px;
}
.serv p{
width:95%;
float:none;
margin:0 auto;
}

/**************about*************/

.aboutMore{margin:25px 0;}
.aboutMore .box{
width:95%;
height:auto;
padding:15px 0;
margin:10px auto;
float:none;
}

#contactForm{
width:90%;
margin:0 auto;
}

.info{
margin:30px 0 0 0;
}
.infoDetail{
display:block;
width:95%; 
height:auto;
margin:10px auto;
padding:0;
background:#ededed;
text-align:center;
float:none;
}
.infoDetail h2{
padding-top:10px;
}



























