body {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	color: #333;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	background-color: #F2F2F2;
}
* {
	font-family: inherit;
	-ms-behavior: url(js/fallback.htc);
}
input#submit {
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 2px;
	padding: 10px 25px;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover,
a:focus {
	color: #FFF;
	text-decoration: none;
}
a[rel="bookmark"] {
	display: inline-block;
}
a[rel="bookmark"] h1 {
	border-left: 3px solid #724D30;
	padding-left: 12px;
	margin-bottom: 20px;
	font-size: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
#commentform a,
#system-login a {
	color: #724D30;
}
.grid {
	width: 960px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.row {
	margin: 0;
}
.form-horizontal .form-group {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
address p {
	margin-left: 20px;
}
address span {
	float: left;
	margin-left: -20px;
}
@media (min-width: 768px) {
	[class*="col-"] {
			padding: 3px;
	}
	.collapse {
			display: none !important;
	}
}
@media (max-width: 768px) {
	.decrease-padding {
			padding-top: 3px;
			padding-bottom: 3px;
	}
}
/** Desktop or Mobile Only **/

@media (min-width: 992px) {
	.desktop-only {
			display: block!important;
	}
}
@media (max-width: 991px) {
	.mobile-only {
			display: block!important;
	}
	.desktop-only {
			display: none!important;
	}
}
/** Navbar **/

.navbar {
	margin: 0;
}
.navbar-default {
	background-color: #724D30;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #FFF;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	margin-top: 40px;
	margin-bottom: 40px;
}
.navbar-default .navbar-toggle span {
	color: #FFF;
}
.navbar-brand {
	padding: 0;
}
.logo,
.footer_logo {
	max-height: 120px;
}
/** Call Outs **/

@media (min-width: 992px) {
	.call-outs {
			margin-top: -180px;
			margin-bottom: 40px;
			z-index: 9999;
			position: relative;
	}
}
@media (max-width: 992px) {
	.call-outs {
			margin-top: 10px;
	}
	.call-out {
			margin: 10px auto!important;
	}
}
.call-out {
	position: relative;
	display: block;
	height: 150px;
	margin: 0 auto;
	border-left: 2px solid #f9d50f;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.call-out:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index: 2;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.call-out h2 {
	margin-top: 45px;
	color: #FFF;
}
.call-out img {
	width: 100%;
}
.left-call-out figure,
.middle-call-out figure,
.right-call-out figure {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	text-align: right;
	padding-right: 5%;
	background-color: #724D30;
}
/** Slider **/

.tp-banner-container {
	border-bottom: 2px solid #f9d50f;
}
/** Boxes **/

[class*="box-"] {
	display: block;
	height: 293px;
	background: #FFF;
	position: relative;
}
[class*="box-"] figure {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 5%;
	padding-right: 5%;
}
[class*="box-"] figure h2 {
	font-size: 24px;
	margin: 8px 0;
	font-weight: 400;
	color: #FFF;
}
[class*="box-"] figure h2 span {
	font-size: 28px;
	font-weight: 500;
}
.box-1 {
	background: url(img/box-1.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.box-1 figure {
	color: #FFF;
	padding-top: 175px;
	background: rgba(0, 0, 0, 0.25);
}
.box-1 figure h2 span {
	color: #f9d50f;
}
.box-2 {
	background: #E91E63;
}
.box-2 figure {
	padding-top: 20px;
	color: #FFF;
}
.box-2 figure .glyphicon {
	font-size: 6em;
	color: rgba(255, 255, 255, 0.6);
}
.box-3 {
	background: url(img/box-3.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.box-3 figure {
	color: #FFF;
	padding-top: 175px;
	background: rgba(0, 0, 0, 0.25);
}
.box-3 figure h2 span {
	color: #f9d50f;
}
.box-4 {
	background: url(img/box-4.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.box-4 figure {
	color: #FFF;
	padding-top: 175px;
	background: rgba(0, 0, 0, 0.25);
}
.box-4 figure h2 span {
	color: #f9d50f;
}
.box-5 {
	background-color: #f9d50f;
}
.box-5 figure {
	color: #333;
	padding-top: 20px;
}
.box-5 figure h2 span {
	color: #333;
	font-weight: 800;
}
.box-5 figcaption {
	padding-top: 50px;
	border-top: 1px solid #FFF;
	margin-top: 50px;
}
.box-5 figcaption h3 {
	font-size: 16px;
}
.box-5 figcaption h3 span {
	font-weight: 600;
}
.box-5 figure .glyphicon {
	font-size: 30px;
	float: left;
	line-height: 70px;
	padding-right: 10px;
}
.box-6 {
	background: url(img/box-6.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.box-6 figure {
	color: #FFF;
	padding-top: 175px;
	background: rgba(0, 0, 0, 0.25);
}
.box-6 figure h2 span {
	color: #f9d50f;
}
.box-7 {
	background: url(img/box-7.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 0 0;
}
.box-7 figure {
	color: #FFF;
	padding-top: 175px;
	background: rgba(0, 0, 0, 0.25);
}
.box-7 figure h2 span {
	color: #f9d50f;
}
.box-7 figure h2 span {
	color: #f9d50f;
}
.box-8 {
	background: #27ae60;
}
.box-8 figure {
	padding-top: 20px;
	color: #333;
}
.box-8 figure h2 {
	font-size: 28px;
	font-weight: 600;
}
.box-8 figure h2 span {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
/** Littles **/

.boxes-little {
	padding-top: 10px;
	padding-bottom: 10px;
}
[class*="little-"] {
	height: 90px;
	padding: 5px 10px;
	color: rgba(51, 51, 51, 0.6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
[class*="little-"] figure h2 {
	font-size: 20px;
}
[class*="little-"] figure span {
	padding-top: 4px;
	padding-right: 5px;
	font-size: 9px;
	float: left;
}
[class*="little-"] figure ul {
	padding-left: 0;
	list-style: none;
}
[class*="little-"] figure ul li a {
	color: #888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.little-1 {
	background-color: #f6f6f6;
}
.little-2 {
	background-color: #fcfcfc;
}
.little-3 {
	background-color: #f6f6f6;
}
.little-4 {
	text-align: center;
	background-color: #fcfcfc;
}
.little-4 img {
	width: 140px;
	height: 76px;
	margin: 5px 0;
}
/** Blog **/

.post {
	border-bottom: 1px solid #333;
	padding-bottom: 25px;
}
.post-date {
	margin-bottom: 15px;
}
.post-image {
	width: 50%;
}
.post-image img {
	width: 100%;
	height: auto;
}
.post-category {
	padding: 15px 0 15px 0;
}
.post-category a,
.post-more,
.post-more:hover,
.post-comment a {
	color: inherit;
}
.post-content {
	padding: 15px 0 0 0;
}
.post-comment {
	border-left: 2px solid #724D30;
	padding-left: 5px;
	margin-top: 5px;
}
.post_social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post_social ul li {
	float: left;
}
.post_social ul li a {
	color: initial;
	font-size: 28px;
	margin: 0 4px;
}
.post_social h6 {
	float: left;
	font-size: 16px;
}
/** Next and Previous **/

.nnp {
	width: 100%;
	display: inline-block;
	margin-top: 40px;
}
.nnp a {
	color: #FFF;
	display: block;
	float: left;
	background-color: #724D30;
	padding: 15px 20px;
}
.nnp a:nth-child(2) {
	text-align: right;
	float: right;
}
/** Portfolio **/

#portfolio {
	display: inline-block;
	margin-bottom: 30px;
}
.portfolio-thumb a img {
	width: 100%;
	height: auto;
}
#portfolio .mix {
	display: none;
	float: left;
	position: relative;
}
#portfolio .mix figure {
	position: absolute;
	background-color: rgba(51, 51, 51, 0.55);
	width: 100%;
	top: 0;
	bottom: 0;
	height: auto;
	z-index: 2;
}
@media only screen and (min-width: 320px) {
	#portfolio .mix {
			width: 100%;
	}
}
@media only screen and (min-width: 480px) {
	#portfolio .mix {
			width: 50%;
	}
}
@media only screen and (min-width: 768px) {
	#portfolio .mix {
			width: 25%;
	}
}
@media only screen and (min-width: 992px) {
	#portfolio .mix {
			width: 20%;
	}
}
.mix a {
	display: block;
}
.filters {
	line-height: 80px;
}
@media screen and (min-width: 991px) {
	.filters {
			text-align: right;
	}
}
@media screen and (max-width: 991px) {
	.filters {
			text-align: left;
	}
}
.filter,
.filter:hover,
.filter:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.filter:active,
.filter.active {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #CCC;
	background-color: rgba(0, 0, 0, 0.1);
}
#imagelightbox {
	position: fixed;
	z-index: 9999;
	-ms-touch-action: none;
	touch-action: none;
}
/** Team Carousel **/

.carousel-caption {
	width: 100%;
	padding: 5px 0 10px 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(114, 77, 48, 0.6);
	text-shadow: none;
}
.carousel-caption h4 {
	color: #FFF;
	margin: 5px 0;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
.carousel-caption .fa {
	font-size: 18px;
	margin: 5px 2px 0 2px;
}
/** 404 **/

.notfound {
	text-align: center;
	padding-top: 140px;
	padding-bottom: 120px;
}
.notfound img {
	margin: 0 auto;
}
.notfound a {
	color: #FFF;
	display: block;
	margin: 0 auto;
	background-color: #724D30;
	width: 120px;
	padding: 15px 20px;
	cursor: pointer;
}
/** Footer **/

.footer-widget {
	height: 225px;
	padding: 5px 10px;
	color: rgba(51, 51, 51, 0.6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fcfcfc;
}
.footer-widget h4 {
	font-size: 20px;
}
.footer-widget ul {
	padding-left: 0;
	list-style: none;
}
.footer-widget ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer-widget ul li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	padding-right: 2px;
}
.footer-widget.social ul li:before {
	content: "";
}
.footer-widget ul li a {
	color: #888;
	line-height: 28px;
}
.footer-widget ul li a span {
	line-height: 22px;
	padding-right: 5px;
	font-size: 9px;
	float: left;
}
.social img {
	display: block;
	float: left;
	padding: 10px 10px 10px 0;
}
.social ul li a {
	line-height: 42px;
}
.social ul li a i {
	font-size: 24px;
	vertical-align: -4px;
	margin-right: 6px;
}
.copyright {
	margin: 0;
	line-height: 120px;
}
.video-wrapper {
	position: relative;
}
.video-wrapper video {
	width: 100%;
	height: 100%;
}
.video-wrapper figure {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 5px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}
.video-wrapper h2 {
	position: absolute;
	top: 25%;
	font-size: 4vw;
	color: #FFF;
	font-weight: 200;
	z-index: 2;
	width: 100%;
	text-align: center;
	left: 0;
}
ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-meta a {
	color: inherit;
}
.vcard img {
	float: left;
	margin-right: 15px;
}
.comment-meta.commentmetadata {
	height: 55px;
	line-height: 27px;
}
a.comment-reply-link {
	color: inherit;
}
/** Store **/

ul.products {
	padding: 0;
}
ul.products li {
	list-style: none;
	text-align: center;
	border: 2px solid lightgray;
	margin: 10px 0;
	padding: 0;
	position: relative;
}
ul.products li a {} ul.products li a .onsale {
	position: absolute;
	top: 0;
	width: 100%;
	right: 0;
	text-align: center;
	background-color: rgba(255, 0, 0, 0.6);
	font-size: 24px;
}
ul.products li a img {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #724D30;
}
ul.products li a h3 {
	font-size: 15px;
	padding: 0 10px;
	font-weight: normal;
}
ul.products li a .price {
	color: #333333;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	display: block;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	display: block;
	color: #FFFFFF;
	padding: 20px 0;
	background-color: #724D30;
}
.orderby {
	width: 25;
}
ul.product-categories li a {
	color: #724D30;
}
ul.children {
	padding-left: 20px;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
tr td:nth-child(even) {
    text-align: right;
}

/** Tabs **/
.nav-tabs>li>a {
	padding: 0 10px;
}
ul.nav-tabs>li>a>h4 {
	border: 0;
	border-radius: 2px;
	margin: 0;
}