/*CUSTOM STYLES
Website crafted by Cloud Web Solutions. Hosting and developing on the Cloud CMS Copyright 2015. All Rights Reserved. www.cloudwebsolutions.com
*/


                      
                      
body
{
	font-size:16px;
	line-height:24px;
	background-color:#E9F3EB;
	font-family: 'Arvo', serif;
	color:#666;
}

a
{
	text-decoration:none;
	color:#6E4B4E;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}

h1, h2, h3
{
	color:#6E4B4E;
    font-weight:normal;
}

.preheader
{
	background-color:#6E4B4E;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	font-size:70%;
}

.preheader p
{
	float:left;
	margin-bottom:0px;
}

.intbre
{
  margin-bottom:30px;
}

.preheader a
{
	float:right;
	margin-left:20px;
	color:#fff;
}

.header
{
	background-color:#fff;
	height:135px;
	border-bottom:solid 1px #ccc;
    margin-bottom:30px;
}

.logo
{
	float:left;
	padding-top:45px;
}

.call
{
	float:right;
	line-height:16px;
	text-align:right;
	padding-top:40px;
}

.hero
{
	margin-bottom:50px;
	margin-top:50px;
    position: center;

}

.introtext
{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	line-height:30px;
	font-size:18px;
}


.greyblock
{
	background-color:#eee;
	height:100%;
	padding-top:60px;
	padding-bottom:30px;
	margin-bottom:60px;
}

.orangeblock
{
	background-color:#ff6600;
	height:100%;
	padding-top:60px;
	padding-bottom:30px;
	margin-bottom:60px;
	color:#fff;
}

.orangeblock h1, .orangeblock h2, .orangeblock h3, .orangeblock a
{
	color:#fff;
}

.break
{
	margin-top:50px;
	margin-bottom:50px;
	height:1px;
	background-color:#ccc;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

.footer
{
	clear:both;
	background-color:#6F4B4E;
	padding-top:50px;
	padding-bottom:40px;
	color:#fff;
	font-size:80%;
}

.footer a
{
	color:#fff;
}

.footer img
{
	float:right;
	margin-top:-15px;
}

.footer p
{
	float:left;
}

.prefoot
{
	line-height:22px;
	border-top:solid 1px #444;
	padding-top:40px;
	margin-top:20px;
}

/*NAVIGATION*/

#nav-trigger
{
	display:none;
	text-align:center;
	float:right;
	position:absolute;
	top:50px;
	right:20px;
}

#nav-trigger span
{
	background-color:#333;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding:20px;
	text-transform:uppercase;
}

#nav-trigger span:hover
{
	background-color:#999;
}

nav#nav-main
{
	background-color:#fff;
	padding:40px 0;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}

nav#nav-main li
{
	border-right:solid 0px #000;
	display:inline-block;
	padding:0 5px;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	color:#333;
	display:block;
	padding:10px 30px;
}

nav#nav-main a:hover
{
	background-color:#6F4B4E;
	color:#fff;
}

nav#nav-mobile
{
	display:none;
	position:relative;
}

nav#nav-mobile ul
{
	background-color:#333;
	display:none;
	left:0;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	right:0;
	text-align:center;
}

nav#nav-mobile li
{
	border-bottom:solid 1px #000;
	display:block;
	margin:0 5px;
	padding:5px 0;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:#FFF;
	display:block;
	padding:10px 30px;
}

nav#nav-mobile a:hover
{
	background-color:#999;
	color:#fff;
}

.ecomClear
{
  clear:both;
}

.shopLatestTitle
{
  font-weight:normal;
}

.ecomProduct, .shopLatest
{
  float:left;
  width:32%;
  margin-right:2%;
  margin-bottom:2%;
  text-align:center;
}

.ecomProduct:nth-child(3n+1), .shopLatest:nth-child(3n+1)
{
  float:right;
  margin-right:0%;
}

.ecomProductImage 
{
  width:100%;
  height:300px;
  overflow:hidden;
  border:solid 1px #ccc;
   margin-bottom:20px;
}

.ecomProductImage img
{
max-width:100%;
max-height:100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}

.shopLatestImage 
{
  width:100%;
  height:300px;
  overflow:hidden;
  border:solid 1px #ccc;
   margin-bottom:20px;
}

.shopLatestImage img
{
max-width:100%;
max-height:100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}

.ecomProductDesc, .ecomProductPrice, .ecomProductImageThumb, .ecomProductCatMore, .ecomProductPriceMore, .ecomProductStockMore, .ecomProductDescTitleMore, .shopLatestDesc
{
  display:none;
}

.ecomProductName 
{
  margin-bottom:20px;
}
                      
.ecomProductDescMore
{
   padding:40px;
   background-color:#eee;
   margin-bottom:20px;
}
                      
.ecomProductImageMore 
{
  width:40%;
  height:400px;
  overflow:hidden;
  border:solid 1px #ccc;
  margin-bottom:20px;
  text-align:center;
   float:left;
}

.ecomProductImageMore img
{
max-width:100%;
max-height:100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}

.ecomProductInfoMore 
{
  float:right;
  width:55%;
}

.floatLeft
{
  width:49%;
  margin-right:1%;
  float:left;
  margin-bottom:30px;
}

.floatRight
{
  width:49%;
  margin-left:1%;
  float:right;
  margin-bottom:30px;
}

#payphone
{
  margin-bottom:20px;
}





@media only screen and (max-width: 900px) {
	
	
	.preheader a
	{
		display:none;
	}
	
	#nav-trigger
	{
		display:block;
	}
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
	
	.call
	{
		display:none;
	}
  
  .ecomProduct, .shopLatest
{
  float:none;
  width:100%;
  margin-right:0%;
  margin-bottom:2%;
  text-align:center;
}

.ecomProduct:nth-child(3n+1), .shopLatest:nth-child(3n+1)
{
  float:none;
  margin-right:0%;
}
  
  .floatLeft
{
  width:100%;
  margin-right:0%;
  float:none;
  margin-bottom:30px;
}

.floatRight
{
  width:100%;
  margin-right:0%;
  float:none;
  margin-bottom:30px;
}
  
  
  
  .ecomProductImageMore 
{
  width:100%;
  height:400px;
  overflow:hidden;
  border:solid 1px #ccc;
  margin-bottom:20px;
  text-align:center;
   float:none;
}

.ecomProductImageMore img
{
max-width:100%;
max-height:100%;
position: relative;
top: 50%;
transform: translateY(-50%);
}

.ecomProductInfoMore 
{
  float:none;
  width:100%;
                      margin-bottom:30px;
}
  
  
}


