/* CSS Document */

body{
	background:#fff url(../images/bg_pattern16.png);
	color:#252a2f;
	font:14px/22px 'Open Sans', Arial, Helvetica, sans-serif;
}

body#OrderMenuController {
	background:#fff;
}

#wrapper{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	background: #fff;	
}
#wrapper {
	margin-top:40px;
	margin-bottom:20px;
	padding:20px;
	padding-bottom:0px;
	background-color:#fff;
}



a{
	color:#9d6e47;
}
a:hover{
}
a:focus{
	outline:none;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Roboto Condensed', Helvetica, Times New Roman, sans-serif;
	color:#252a2f;
}
h1{
	font-size:38px;
}
h2{
	font-size:32px;
}
h3{
	font-size:26px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
}
.main-heading{
	font-size:30px;
}
.main-heading span{
	font-size:18px;
	color:#878a8c;
}
.main-heading2{
	font-size:24px;
}
.main-heading, 
.main-heading2, 
.sub-heading{
	text-transform:uppercase;
}
.sub-heading{
	font-size:24px;
	padding:10px 0;
}

.header-top li, 
.header-top .btn-link, 
#main-menu.navbar, 
#search .input-group .form-control, 
#cart .btn, 
.dropdown-menu, 
.product-head, 
.product-col .caption h4, 
.product-col .price, 
.product-col .btn-cart, 
.breadcrumb, 
.side-heading, 
.list-group-item, 
.product-filter, 
.pagination, 
.product-info .product-details, 
.tabs-panel .nav-tabs{
	font-family: 'Roboto Condensed', sans-serif;
}

hr{
	border-color:#8c8f92;
}

/* Form & Buttons Styles Starts */

.btn-brown {
	background-color: #9d6e47;
}
.btn-brown:hover, 
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active {
	background-color: #80522b;
}
.btn-brown, 
.btn-brown:hover, 
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active {
	color:#fff;
}

/* Header Area Styles Starts */

#header-area{
	margin-bottom:20px;
}
	.header-top{
		background:#252424;
		overflow: auto;
	}
	
/* Header Links Styles Starts */

		.header-links ul{
		}
			.header-links li{
				display:inline-block;
			}
			.header-links li .fa{
				margin-right:3px;
			}
			.header-links li, 
			.header-links li a{
				color:#fff;
			}
			.header-links li a{
				padding:12px 15px 12px 0;
			}
			.header-links li a:hover, 
			.header-links li a:focus, 
			.header-links li.active a{
				background:none;
				color:#d08b52;
			}
			
/* Currency & Languages Drop Down Styles Starts */

	.header-top .btn-link{
		color:#fff;
		text-decoration:none;
		margin:4px 0 0 0;
	}
	.header-top .open .btn-link{
		color:#d08b52;
	}
		.header-top .btn-link i.fa{
			margin-left:5px;
		}
		
/* Main Header & Logo Styles Starts */		

	.main-header{
		padding:25px 0;
	}
		#logo img.img-responsive {
			margin-left:auto;
			margin-right:auto;
		}
		
/* Main Header & Search Styles Starts */

		#search{
			margin:12px 0 0 0;
		}
		#search .input-group{
		}
			#search .input-group .form-control{
				background:#f9f9f9;
				border:solid #cbcbcb;
				border-width:1px 0 1px 1px;
				color:#878a8c;
				-webkit-border-radius:0;
				   -moz-border-radius:0;
				        border-radius:0;
				-webkit-box-shadow:none;
				   -moz-box-shadow:none;
				     box-shadow:none;
					 				height: 46px;

			}
			#search .input-group .btn{
				background:#f9f9f9;
				border:solid #cbcbcb;
				border-width:1px 1px 1px 0;
				color:#9d6e47;
				height: 46px;
				-webkit-border-radius:0;
				   -moz-border-radius:0;
				        border-radius:0;
				-webkit-box-shadow:none;
				   -moz-box-shadow:none;
				     box-shadow:none;
			}
			
/* Cart Style Starts */	

	#cart .btn{
		color:#9d6e47;
		background:#f9f9f9;
		border: 1px solid #cbcbcb;
		text-align:left;
		padding:0;
		margin:12px 0 0 0;
		font-size:16px;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
		-webkit-box-shadow:none;
		   -moz-box-shadow:none;
			 box-shadow:none;
	}
		#cart .btn .fa-shopping-cart{
			color:#9d6e47;
			line-height:none;
			padding:9px 12px;
			font-size:20px;
		}
		#cart .btn span{
			margin-top:8px;
			margin-left:3px;
		}
		#cart .btn span#cart-total{
			color:#828282;
			font-size:15px;
			padding:0 8px 0 5px;
			text-transform:uppercase;
		}
		#cart .btn .fa-shopping-cart, 
		#cart .btn span{
			float: left;
		}
		#cart .btn i.fa-caret-down{
			color:#252424;
			margin-top: 10px;
			margin-right:15px;
			float:right;
		}
		#cart .dropdown-menu {
			min-width: 100%;
			margin-top:10px;
			background:#252424;
			color:#fff;
			border:none;
			z-index: 1001;
			padding:5px;
			-webkit-border-radius:0;
			   -moz-border-radius:0;
					border-radius:0;
		}
		#cart .open > .dropdown-menu{
			display:block;
		}
		#cart .dropdown-menu table {
			margin-bottom: 10px;
		}
		#cart .dropdown-menu table, 
		#cart .dropdown-menu table td{
			background:none;
			border:none;
		}
		#cart .dropdown-menu table.hcart td, 
		.line-bottom{
			border-bottom:1px solid #54575b;
			min-width: 70px
		}
		.line-top, 
		.btn-block1{
			border-top:1px solid #54575b;
		}
		#cart .btn-block1{
			padding:20px 0 0;
		}
		#cart .btn-block1 a{
			padding:8px 12px;
			margin-left:10px;
			text-transform:uppercase;
			font-size:12px;
			text-decoration:none;
		}
		#cart .btn-block1 a:hover, #cart .btn-block1 a + a{
			background:#9d6e47;
			color:#fff;
		}
		#cart .btn-block1 a, #cart .btn-block1 a + a:hover{
			background:#fff;
			color:#252a2f;
		}
		#cart .dropdown-menu li > div {
			min-width: 427px;
			padding: 0 10px;
		}
		#cart .dropdown-menu li p {
			margin: 20px 0;
		}
		#cart .dropdown-menu table.total{
		}
		#cart .dropdown-menu table.total td{
			padding:2px 8px;
		}
		#cart .dropdown-menu table td a{	
			color:#fff;
		}
		#cart .dropdown-menu table td a:hover{
			color:#fff;
		}
		
/* Main Menu Styles Starts */

	#main-menu{
		background:#e5e5e5;
		background: -webkit-linear-gradient(#f2f1f1, #e5e5e5);
		background: -moz-linear-gradient(#f2f1f1, #e5e5e5);
		background: linear-gradient(#f2f1f1, #e5e5e5);
	}
	#main-menu.navbar{
		margin:0;
		padding:0;
		border:none;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
		#main-menu .navbar-nav > li{
		}
		#main-menu .navbar-nav > li + li{
			border-left:1px solid #cecece;
		}
		#main-menu .navbar-nav > li a{
			color:#252424;
			text-transform:uppercase;
		}
		#main-menu .navbar-nav > li > a:hover, 
		#main-menu .navbar-nav > li > a:focus, 
		#main-menu .navbar-nav > li.open a{
			background:#252424;
			color:#fff;
		}		
			#main-menu .dropdown-menu{
				background:#252424;
				border:none;
				padding:0;
				-webkit-border-radius:0;
				   -moz-border-radius:0;
				        border-radius:0;
				-webkit-box-shadow:none;
				   -moz-box-shadow:none;
				     box-shadow:none;
			}
				#main-menu .dropdown-menu li a{
					color:#fff;
					padding-top:6px;
					padding-bottom:6px;
				}
				#main-menu .dropdown-menu li:hover a{
					background:#565656;
					text-decoration:none;
				}
					#main-menu .dropdown-inner {
						display:table;
						padding-bottom:10px;
					}
						#main-menu .dropdown-inner ul {
							display:table-cell;
						}
						#main-menu .dropdown-inner .dropdown-header{
							font-size:15px;
							text-transform:uppercase;
							color:#fff;
							padding:15px 0 10px 15px;
						}
						#main-menu .dropdown-inner li a {
							min-width:160px;
							display:block;
							padding:3px 20px;
							clear:both;
						}	
						
/* Breadcrumb Styles Starts */

	.breadcrumb{
		text-transform:uppercase;
		padding:10px 8px;
		border:1px solid #e8e8e8;
		background:#fff;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
		.breadcrumb li{
			color:#878a8c;
			font-size:13px;
		}
		.breadcrumb > li + li:before{
			content:"\00BB";
			color:#878a8c;
		}
		.breadcrumb li a{
			color:#252a2f;
		}
		
		
@media (max-width: 767px) {
	body {
		margin:0px;
	}
	
	.main-header {
		padding:0;	
	}
	
	.row {
		margin-left:0px;
		margin-right:0px;
	}
	
	
	#wrapper {
		margin-top:0;
		margin-bottom:0;
		padding:0px;
		padding-bottom:0px;
	}

/* Responsive Image Styles Starts */

	.col3-banners .img-responsive, 
	.col2-banners .img-responsive, 
	.product-col .img-responsive{
		margin:0 auto;
	}
	#logo .img-responsive{
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
/* Main Menu Styles Starts */

	#main-menu .dropdown-inner ul {
		display:block;
	}

/* Header Links Styles Starts */

		.header-links ul.pull-right{
			float:none !important;
			text-align:center;
		}
			.header-links li a{	
				padding:10px 3px 0;
			}
		
/* Currency & Languages Drop Down Styles Starts */

		.header-top .pull-left{
			float:none !important;
			text-align:center;
		}
			.header-top .btn-link{
				margin:0 0 10px;
			}
			
			
		.footer,.footer-bottom {
			margin: 0px!important;
			width: 100%!important;
			padding:0px!important;	
		}
		.footer {
			padding-bottom: 15px!important;	
		}
		
		#main-menu.navbar {
			margin-top: -55px!important;			
		}
		div#cart.btn-group.btn-block {
			z-index:9999;	
			margin-left: -15px;
			width: 95%;
		}
		
		#main-menu .navbar-toggle {
				font-size: 25px;
		}


}

.navbar {
	margin-bottom: 0px;	
	min-height: 0px;
}
.navbar-toggle {
	background: none;	
}
.navbar-nav > li > a {
	font-weight : normal;
	text-transform: none;	
}


.banner {
	margin-top:0px!important;
}
.headerOffset {
	padding-top:10px;	
}
.megamenu-content ul li {
    border-bottom: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#main-menu .dropdown-menu li a {
	font-weight: normal;	
	
}
#main-menu .dropdown-menu li:hover a{
	background:none;
	text-decoration:none;
}

.section-title-style2 span, .section-title.style2 span {
	background: none;
	font: 400 25px "Roboto Condensed";
	color: #42464d;
}

.style2 .section-title::after, .section-title-style2::after, .section-title.style2::after, .section-title-style2::after {
		background: none;
}
.product {
	border :0px;	
}
/*#productslider*/ .grid-description {
	display: none;
}
.description {
	min-height: 50px;	
}
.item h4 {
	margin: 0px;	
}
/*#productslider*/ .item {
	height: 320px;	
}
.main-container {
	min-height: 200px;	
}
.price {
	color: #E7214C;	
	font: 600 15px/1 "Roboto Condensed";
}
.item h4 a {
	color: #131416;
	text-transform: none;
	font: 400 15px/1 "Roboto Condensed";
}
.style2 .section-title, .section-title.style2 {
	font-size: 25px;	
}
.globalPadding {
	padding: 20px 0;	
}

.footer {
	background: none;	
	padding-left: 30px;
		padding-right: 30px;
	margin: 0 -20px;
	width: auto;

}
.footer h3 {
	color: #131416;
	font-weight: 500;	
	font-size: 14px;
	border:0px;
	padding-bottom: 0;
	padding-top: 10px;
}
.footer ul {
	margin-top:0;
}

.footer-bottom {
	background-color: #131416;
	overflow: auto;	
		padding-left: 30px;
		padding-right: 30px;
	color: #ffffff;
	border:0px;
	padding:5px 30px 5px;
	margin: 0 -20px;

}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.6);
}

.panel-heading {
		padding:0px;
}
.panel-title {
		margin-top:0;
		margin-bottom:0px;
		padding:12px 20px;
		font-size:18px;
		text-transform:uppercase;
		color:#fff;
		background:#42464d;
	}
.panel-body {
	padding:0px;
}
.nav-stacked.tree > li a:hover {
		color:#fff;
		background:#42464d;
}
.nav-stacked.tree > li a {
	color: #666b76;
}
.nav-stacked.tree > li > a {
	border-radius: 0px;
}

.cart-actions button:hover, .cart-actions .btn-cart:hover {
	color:#fff;
	background:#9d6e47;
}
.cart-actions button, .cart-actions .btn-cart {
	font-size:14px;
	color:#252424;
	text-transform:uppercase;
	background:#FFFFFF;
	border :1px solid #9d6e47;
}
.new-product {
    background-color: #9d6e47 !important;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
	color: #FFFFFF!important;
	border-bottom: 4px solid #FFFFFF;	
	background: #9d6e47;
}

.orderStep li.active a {
    background: #814f34;
}

.orderStep li.active a:after {
    border-top-color: #814f34 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #212121;
	color: #fff;
}
.btn-primary {
	background:#814f34;
	color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background:#814f34;
	color: #fff;
	border-color: #814f34;
}
.recommended {
	border:0;	
}

.fixedContent {
	position: relative;	
}
.wrapper.contact-us {
	margin-top: 0px;	
}
.main-container {
	min-height:200px;	
}

.parallaxOffset {
	margin-top:0px;
}

div.wrapper.whitebg.contact-us {
	margin-top: 0px!important;
}




