@charset "utf-8";

html, body {
	 background-color: #000;
	 font-size:14px;
	 line-height: 1.3em;
	 color: #444;
	 font-family: Helvetica, Arial, sans-serif;
}

/* ** ** Common Addative Classes ** ** */
.left  { float:left;}
.right { float:right;}

.align_right    { text-align:right;}
.align_left     { text-align:left;}
.align_center   { text-align:center;}
.align_justify  { text-align:justify;}

/* ** ** Header Styles ** ** */
h1, h2, h3, h4, h5 { margin:0 0 0.5em; }
h1 {	font-size:2.2em; font-weight: 700; line-height:0.9em;} 
h2 {	font-size:1.8em; font-weight: 700;} 
h3 {	font-size:1.5em;} 
h4 {	font-size:1.3em;} 
h5 {	font-size:1.2em;font-weight: 700;}
h6 {	font-size:1.1em;font-weight: 700;}

/* ** ** paragraph styling ** ** */
p, ul, ol {	margin:0 0 1.5em;}
a { text-decoration: underline; color: inherit; }
a:hover { color: #B86A2D;}

.ls-disc li{ list-style: disc; margin:0 0 0 15px;}
.ls-bullet li{ list-style: circle;}

img.left {float:left;margin:0.75em 0.75em 0.75em 0;}
img.right {float:right;margin:0.75em 0 0.75em 0.75em;}
img.top {margin-top:0;}
img.bottom {margin-bottom:0;}

strong			{font-weight:600;}
em, dfn  		{font-style:italic;}
dfn 	 		{font-weight:600;}
sup, sub		{line-height:0;}
abbr, acronym	{border-bottom:1px dashed #ccc;}
address			{margin:0 0 1.5em;font-style:italic;}
del				{color:#666;}
pre, code, tt	{font:0.7em 'andale mono', 'lucida console', monospace; display:block;}
code			{background-color:#d5d2d8; display:block; padding:0px 2px 4px 26px; background:#fff url(code.jpg) no-repeat left top; line-height:1.6em;}
pre				{margin:1.5em 0;white-space:pre;}



/************** Wrapper Styles ***************/

#wrp{
	width: 1200px;
	margin: 20px auto;
}



/************** Header Styles ***************/

#hd{
	width: 100%;
}

#hd .hd-left{
	display: block;
	float: left;
}

#hd .hd-left .logo{
	display: block;
}

#hd .hd-left .logo img{
	width: 100%;
	max-width: 450px;
	height: auto;
}

#hd .hd-right{
	display: block;
	float: right;
}

#hd .hd-right ul.top-links {
	text-align: right;
}

#hd .hd-right ul.top-links li{
	display: inline-block;
	color: #999;
	margin: 0 20px 0 0;
}

#hd .hd-right .top-nav{
	list-style: none;
	display: block;
	margin: 40px 0 0 0;

	background: #dddddd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dddddd 0%, #fafafa 45%, #dddddd 55%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(45%,#fafafa), color-stop(55%,#dddddd), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#fafafa 45%,#dddddd 55%,#333333 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#fafafa 45%,#dddddd 55%,#333333 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#fafafa 45%,#dddddd 55%,#333333 100%);
	background: linear-gradient(to bottom,  #dddddd 0%,#fafafa 45%,#dddddd 55%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#333333',GradientType=0 );

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #444;
}

#hd .hd-right .top-nav li{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#hd .hd-right .top-nav li a{
	display: block;
	line-height: 40px;
	padding: 0 20px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	text-shadow: 1px 1px 0px #fff;
	border-left:solid 1px #aaa;
	border-right: solid 1px #555;
}

#hd .hd-right .top-nav li:first-child a{
	border-left: none;
}

#hd .hd-right .top-nav li:nth-child(4) a{
	border-right: none;
}

#hd .hd-right .top-nav li a:hover{
	text-decoration: none;
	background: #333;
	text-shadow: 0 0 2px #000;
	color: #ddd;
	border-left-color: #555;
	border-right-color: #555;
}

/************** Body Styles ***************/

#bd{
	padding:20px;
	margin: 20px 0;
	background: url('images/content-bkg.jpg') repeat #eee;
	border:solid 3px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bd h1, #bd h2, #bd h3, #bd h4{
	text-shadow: 1px 1px 2px #eee;
}

#bd p.feature-text{
	font-size: 1.3em;
	line-height: 1.3em;
}

#bd a{
}

#bd .bd-left{
	float: left;
	width: 68%;
}

#bd .bd-right{
	float: right;
	width: 28%;	
}

#bd .col-2{}

#bd .col-2 .col {
	width: 48%;
}

#bd .col-2-left{}

#bd .col-2-left .aside{
	width: 24%;
}

#bd .col-2-left .widget_product_categories h3{
	margin: 0;
}

#bd .col-2-left .aside ul{
	background: #ccc;
	border:solid 1px #aaa;
	color: #eee;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#bd .col-2-left .aside ul li{
	color: #555;
}

#bd .col-2-left .aside ul li a{
	padding: 10px 20px;
	display: block;
	color: #555;
	border-bottom: solid 1px #bbb;
	border-top: solid 1px #ddd;
	text-decoration: none;
}

#bd .mobile-cat-nav {
	display: none;
}

#bd .col-2-left .aside .aside-dropdown{
	display: none;
	width: 100%;
}

#bd .col-2-left .aside .aside-menu,
#bd .col-2-left .aside .product-categories{
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
	width: auto;
}

#bd .col-2-left .aside .aside-menu li,
#bd .col-2-left .aside .product-categories li{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: auto;
}

#bd .col-2-left .aside .aside-menu li a,
#bd .col-2-left .aside .product-categories li a{
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 20px;
	color: #555;
	border-bottom: solid 1px #bbb;
	border-top: solid 1px #ddd;
	text-decoration: none;
}

#bd .col-2-left .aside .aside-menu li>a:hover, #bd .col-2-left .aside .aside-menu li:hover>a,
#bd .col-2-left .aside .product-categories li>a:hover, #bd .col-2-left .aside .product-categories li:hover>a{
	background: #bbb;
}

#bd .col-2-left .aside .aside-menu .has-sub>a:before,
#bd .col-2-left .aside .product-categories .has-sub>a:before{
	content: '';
	position: absolute;
	top: 40%;
	right: 10px;
	width: 0;
	height: 0;

	border: 4px solid transparent;
	border-left: 4px solid #555;
}

#bd .col-2-left .aside .aside-menu ul,
#bd .col-2-left .aside .product-categories ul{	
	position: absolute;
	left: 100%;
	width: 100%;
	top: -9999px;
	opacity: 0;

	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
}

#bd .col-2-left .aside .aside-menu li:hover>ul,
#bd .col-2-left .aside .product-categories li:hover>ul{
	top: 0;
	opacity: 1;
}


#bd .col-2-left .main-content{
	width: 72%;
}

#bd .welcome{
	border-bottom: solid 1px #999;
}

#bd .welcome .aside{
	width: 30%;
}

#bd .welcome .main-content{
	width: 66%;
	margin: 20px 0 0 0;
}

#bd .welcome h1{
	font-size: 3em;
	line-height: 1em;
	margin: 15px 0 40px 0;
}

#bd ul.products{
	border-top: solid 1px #ccc;
	padding: 20px 0 0 0;
}

#bd ul.products a{
	display: block;
	margin: 0;
	padding: 0;
}

#bd ul.products li{
	display: block;
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#bd ul.products li:nth-child(4n){
	margin: 0 0 2% 0;
}

#bd ul.products li.product a{
	padding: 0 0 10px 0;
}

#bd ul.products li.product h3{
	text-shadow:none;
	font-size: 1.2em;
	margin: 0 10px;
	padding: 10px 0;
}

#bd ul.products li a{
	text-decoration: none;	
}

#bd ul.products li a:hover{
	background: none;
}

#bd ul.products li a:hover h3{
	color: #000;
}

#bd ul.products li img{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #ccc;
	border: solid 2px #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#bd ul.products li a:hover img{
	border-color: #f89829;
}

#bd ul.home-products li{
	min-height: 340px;
}

#bd ul.products li h2{
	display: block;
	font-size: 1.4em;
	font-weight: 500;
	margin: 0 10px;
	padding: 10px 0;

	text-shadow: none;
}

#bd ul.products li a:hover h2{
	color: #000;
}

#bd .hm-subsection{
	width: 100%;
	border: solid 23px #333;
	background: #333;
	margin: 0 0 -23px -23px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

	color: #ddd;
}

#bd .hm-subsection h3{
	text-shadow: none;
	color: #f89829;
}

#bd .woocommerce-breadcrumb{

	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #aaa;
	color: #555;
	font-size: 0.9em;
}

#bd .woocommerce-breadcrumb a{
	color: #555;
	text-decoration: none;
}

#bd .woocommerce-breadcrumb a:hover{
	text-decoration: underline;
}

#bd .prod{
	margin: 0 0 40px 0;
}

#bd .prod .prod-img{
	background: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #bbb;
}

#bd h3.upsell{
	border-bottom: solid 1px #999;
	padding: 0 0 10px 0;
	margin: 0;
}

#bd form{
	padding: 20px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #ccc;
}

#bd form.login{
	width: 50%;
}


#bd form b{
	line-height: 38px;
}

#bd form input, #bd form textarea{
	background: #fff;
	padding: 5px;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#bd form input[type=submit]{
	background: #f89829;
	border-color: #ccc;
	color: #fff;
	padding: 10px 15px;
}

#bd form input[type=reset]{
	border-color: #ccc;
	color: #fff;
	padding: 10px 15px;
}


#bd .main-content .product{}


#bd .main-content .product .images{
	float: left;
	margin: 0 20px 0 0;
}

#bd .main-content .product .images img{
	width: 300px;
	height: auto;
}

#bd .main-content .product .summary{
	display: block;
	float: left;
}

#bd .main-content .product .summary .btn{
	display: inline-block;
	padding: 10px 20px;
	background: #f89829;
	border-radius: 5px;
	border: solid 1px #DF841B;
	color: #fff;
	text-decoration: none;
}

#bd .main-content .product .summary .btn:hover{
	border-color:#FDB663;
}

#bd .main-content .product .summary .cart{
}

#bd .main-content .product .summary .cart input{
	display: inline-block;
	background: #aaa;
	padding: 5px;
	margin: 5px 0;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#bd .main-content .product .summary .cart button{
	display: inline-block;
	padding: 8px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #888;
	background: #f89829;
	color: #fff;
}

#bd .main-content .product .related{
	margin: 20px 0 0 0;
}

#bd .woocommerce-message{
	background: #eee;
	padding: 10px;
	margin: 0 0 10px 0;
}

/************** Footer Styles ***************/

#ft{
	color: #aaa;

}

#ft .ft-top{
	padding: 0 0 20px 0;
}

#ft .ft-top h3{
	color: #bbb;
	border-bottom: solid 1px #333;
	padding: 0 0 10px 0;
}

#ft .ft-top strong{
	color: #aaa;
}

#ft .ft-top .col{
	float: left;
	width: 30%;
	margin: 0 0 0 5%;
}

#ft .ft-top .col:first-child{
	margin: 0;
}

#ft .ft-bottom{
	text-align: center;
	padding: 15px 0;
	border-top: solid 1px #333; 

	color: #777;
}

#ft .ft-top  a{
	color: #aaa;
	text-decoration: underline;
}

#ft .ft-bottom a{
	color: #777;
	text-decoration: underline;
}

#ft .ft-top a:hover, #ft .ft-bottom a:hover{
	color: #f89829;
}

/* ---------------------------------------------------------------------------------------------------------- 
Media queries -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:1200px) and (min-width: 780px) {

	#wrp{
		width: 98%;
		margin: 1%;
	}

}

@media screen and (max-width:780px) and (min-width: 500px) {
	
	#wrp{
		width: 98%;
		margin: 1%;
	}

	#hd .hd-left, #hd .hd-right{
		float: none;
		width: auto;
		text-align: center;
	}
	#hd .hd-left .logo{
		margin: 0 auto;
	}
	#hd .hd-right .top-nav{
		padding-left: 15%;
	}

	#bd .bd-left, #bd .bd-right, #bd .col-2 .col{
		float: none;
		width: auto;
	}

	#bd ul.products li{
		width: 32%;
		margin: 0 2% 2% 0;
	}

	#bd ul.products li:nth-child(4n){
		margin: 0 2% 2% 0;
	}

	#bd ul.products li:nth-child(3n){
		margin: 0 0 2% 0;
	}

	#bd .prod .prod-img{
		margin: 0 0 20px 0;
	}

	#ft{
		padding: 2%;
	}

	#ft .ft-top .col{
		float: none;
		width: auto;
		margin: 0 0 10% 0;
	}

}

@media screen and (max-width:500px) {

	#wrp{
		width: 98%;
		margin: 1%;
	}
	#hd .hd-left, #hd .hd-right{
		float: none;
		width: auto;
		text-align: center;
	}
	#hd .hd-left .logo{
		margin: 0 auto;
	}

	#hd .hd-right .top-nav{
		padding-left: 4%;
	}
	#hd .hd-right .top-nav li a{
		padding: 0 10px;
	}

	#bd .bd-left, #bd .bd-right{
		float: none;
		width: auto;
	}

	#bd .col, #bd .col-2 .col, #bd .col-2-left .aside, #bd .col-2-left .main-content{
		float: none;
		width: auto;
	}

	#bd .col-2-left .aside{
		margin: 0 0 20px;
	}

	#bd .col-2-left .aside .aside-dropdown{
		display: block;
	}

	#bd .col-2-left .aside .aside-menu{
		display: none;
	}

	#bd ul.products a{
		min-height: 200px;
	}

	#bd ul.products li{
		width: 45%;
		margin: 0 10% 5% 0;
	}

	#bd ul.products li:nth-child(2n){
		margin: 0 0 5% 0;
	}

	#bd ul.hm-products li img{
		width: 90%;
		height: auto;
	}

	#bd .prod .prod-img{
		margin: 0 0 20px 0;
	}

	#bd ul.home-products li{
		min-height: 180px;
	}

	#bd .col-2-left .widget_product_categories {
		display: none;
	}

	#bd .mobile-cat-nav{
		display: block;
	}

	#ft{
		padding: 2%;
	}

	#ft .ft-top .col{
		float: none;
		width: auto;
		margin: 0 0 10% 0;
	}


}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}