/* box-menu-product style */
.box-menu-product {
	position:relative;
}
.box-menu-product .box-title {
	font-size:16px;
	background:#359131;
	text-transform:uppercase;
	font-weight:700;
	color:#FFF;
	text-align:right;
	padding-right:27px;
	height:40px;
	line-height:40px;
	position:relative;
	cursor:pointer;
}
.box-menu-product .box-title::before {
	font-family:FontAwesome;
	font-weight:400;
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	left:0;
	background:#286e25;
}
.box-menu-product .box-content {
    width: 100%;
	display:none;
	z-index:10000;
	background:#FFF;
	position: absolute;
}
.box-menu-product.open .box-content {
    display:block;
}
.box-menu-product .menu-product {
	border-top:0;
	padding-left:10px;
	border-top:none;
	border:1px solid #359131;	
}
.box-menu-product .menu-item {
	border-bottom:1px solid #f3f3f3;
}
.box-menu-product .menu-item:last-child {
	border-bottom:0;
}
.box-menu-product .menu-item a {
    display: block;
    position: relative;
    padding: 14px 20px 14px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box-menu-product .menu-item a:hover {
	padding-left:5px;
}
.box-menu-product .menu-item span {
	position:relative;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.box-menu-product .menu-item img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.box-menu-product .menu-item a::after {
	content:'\f105';
	position:absolute;
	right:10px;
}
div.sub-cat-wrap {
	position:absolute;
	left: 100%;
    top: 0;
	z-index:999;
	padding-left:2px;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	opacity:0;
	visibility:hidden;
}
li:hover>div.sub-cat-wrap {
	opacity:1;
	visibility:visible;
}
.box-menu-product .sub-cat-wrap>ul {
	height:494px;
	width:260px;	
	background:#FFF;
	border:1px solid #369032;
}
.box-menu-product .sub-cat-wrap>ul>li>a {
	padding-left:20px;
	padding-right:20px;
	position:relative;
}
.box-menu-product .sub-cat-wrap>ul>li>a::after {
	content:'';
	background:#f3f3f3;
	position:absolute;
	bottom:0;
	left:10px;
	right:10px;
	height:1px;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.box-menu-product .sub-cat-wrap>ul>li>a:hover {
	color:#FFF;
	background:#359131;
	padding-left:15px;
	padding-right:15px;
}
.box-menu-product .sub-cat-wrap>ul>li>a:hover::after {
	background:#359131;
}

/* formsearch style */
.formsearch {
	position:relative;
}
.text-search {
	height:40px;
	border-radius:0;
	box-shadow:none;
	border:1px solid #359131;
}
.btn-search {
	top:0;
	right:0;
	color:#FFF;
	border:none;
	height:40px;
	padding:0 15px;
	font-size:16px;
	position:absolute;
	background:#8c9091;
	text-transform:uppercase;
	outline:none;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.btn-search:hover {
    background: #359131;
}
.box-search-control {
	width:100%;
	display:table;
	margin-bottom:30px;
}
.box-search-control .box-search-form,
.box-search-control .box-mini-cart {
	display:table-cell;
	vertical-align:middle;
}
.box-mini-cart {
	width:270px;
	text-align:left;
	padding-left:30px;
}
.box-mini-cart a {
	color:#8c9091;
	position: relative;
}
.box-mini-cart a b {
	color:#333;
}
.box-mini-cart a::before {
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:100%;
	color:#FFF;
	background:#359131;
	font-size:25px;
	margin-right:10px;
}
/* breadrumb style */
#breadrumb {
	background:#fafafa;
}
.navation {
	float:right;
	overflow:hidden;
}
.navation>li {
	float:left;
	color:#666666;
	margin-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.navation>li:last-child {
	margin-right:0;
}
.navation>li>a {
	font-size:14px;
	color:#999999;
}
.navation>li>a:hover {
	color: #359131;
}
.navation>li>a::after {
	content: "\f101";
	margin-left:7px;
	color:#999999;
}

/* box-middle style */
.box-middle {
	padding-top:30px;
	padding-bottom:30px;
}

/* post-title style */
.post-title {
	color:#359131;
	font-size:25px;
	font-weight:700;
	margin:0 0 30px;
	text-align:center;
	position:relative;
	padding-bottom:15px;
	line-height: 1.5em;
	text-transform:uppercase;
}
.post-title::before {
	content:'';
	width:50px;
	height:2px;
	background:#f88900;
	display:block;
	position:absolute;
	top:100%;
	left:50%;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}

/* box-sidebar style */
.box-sidebar {
	text-align:center;
	margin:0 0 30px;
}
.box-sidebar ul {
	display:inline-block;
	vertical-align:middle;
}
.box-sidebar ul>li {
	margin:0 3px;
	display:inline-block;
	vertical-align:middle;
}
.box-sidebar ul>li>a {
	display:block;
	background:#e8e8e8;
	height:40px;
	line-height:40px;
	padding:0 20px;
	border-radius:3px;
}
.box-sidebar ul>li>a:hover,
.box-sidebar ul>li>a.active {
	color:#FFF;
	background:#359131;
}

/* pagination style */
.nav-page {
	padding-top:30px;
	text-align:center;
	border-top:1px solid #e6e6e6;
}
.pagination {
	margin:0;
}
.pagination>li {
	margin:0 5px;
	display:inline-block;
	vertical-align:middle;
}
.pagination>li>a,
.pagination>li>span {
	padding:0;
	width:40px;
	height:40px;
	color:#666666;
	font-size:18px;
	line-height:38px;
	text-align:center;
	border:1px solid #666666;
	border-radius:4px !important;
}
.pagination>li>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover {
	color:#FFF;
	background:#359131;
	border-color:#359131;
}

/* noitem style */
.noitem {
	margin:0;
	border-radius:0;
}

/* tools style */
.tools {
	padding:10px;
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
}
.tools li {
	float:left;
	overflow:hidden;
	height:20px;
	margin-right:10px;
}
.tools li:last-child {
	margin-right:0;
}

/* facebook-comment style */
.facebook-comment {
	margin-bottom:20px;
}

/* adv-right style */
.adv-right .adv-item {
	margin-bottom:30px;
}

/* box-views style */
.widget {
	margin-bottom:30px;
}
#box-views {
	padding:10px;
	border:1px solid #359131;
}
#box-views .widget-title {
	color:#359131;
	font-size:16px;
	font-weight:700;
	margin:0 0 10px;
	text-transform:uppercase;
}
#box-views li {
	padding:10px 0;
	border-bottom:1px solid #e9e9e9;
}
#box-views li a {
	display:block;
	position:relative;
	padding-left:70px;
}
#box-views li .item-thumb {
	left:0;
	position:absolute;
}
#box-views li:last-child {
	border:0;
	padding-bottom:0;
}

/* list-item style */
.list-item .col-md-4 {
	margin-bottom:30px;
}
.post .post-thumb {
	margin-bottom:10px;
}
.post .post-thumb a {
	display:block;
	overflow:hidden;
	padding-top: 67.57%;
}
.post .post-thumb span::before {
	font-family:FontAwesome;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	z-index:11;
	color:rgba(255,255,255,0.9);
	font-size:70px;
}
.post .post-thumb span::after {
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	position:absolute;
	background:rgba(0,0,0,0.1);
}
.post .post-thumb img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	max-width:100%;
	max-height:100%;
}
.post .post-text h2 {
	font-size:16px;
	margin:0 0 5px;
	font-weight:700;
	line-height:1.5em;
}
.post .post-text .meta {
	color:#888888;
}
.meta::before {
	margin-right:5px;
	font-family:FontAwesome;
}

/* play-video style */
.play-video {
	margin-bottom:30px;
}

/* entry style */
.entry {
	font-size:16px;
	line-height:1.6em;
	margin-bottom:30px;
}

/* related style */
.related {
	overflow:hidden;
	max-height:433px;
	overflow-y:auto;
}
.related .post {
	margin-bottom:25px;
}
.related .post:last-child {
	margin-bottom: 0;
}
.related .post .inner {
	position:relative;
}
.related .post-thumb {
	width:133px;
	margin-bottom:0;
}
.related .post-thumb span::before {
	font-size:40px;
}
.related .post-text {
	position:absolute;
	left:150px;
	top:0;
}
.related .post-text h2 {
	margin-bottom:5px;
	line-height: 22px;
}
.related .post-text .excerpt {
	font-size:14px;
}

@media screen and (max-width: 1200px){
	.box-menu-product .box-title {
		font-size: 15px;
		padding-right:10px;
	}
	.entry img,
	.entry p img {
		height:initial !important;
	}
}

@media screen and (max-width: 1024px){
	.box-menu-product .box-title {
		font-size: 14px;
		padding-right:15px;
	}
	.box-menu-product .menu-item a {
		padding: 10px 0;
	}
	.related .post-thumb {
		width: 120px;
	}
	.related .post-text {
		left: 135px;
	}
	.related .post-text h2 {
		font-size:14px;
	}
	.related .post-text .excerpt {
		display:none;
	}
}

@media screen and (max-width: 768px){
	.sticky-menu .wrapper {
		padding-left:5px;
		padding-right:5px;
	}
	.sticky-menu .col-sm-4,
	.sticky-menu .col-sm-8 {
		padding-left:10px;
		padding-right:10px;
	}
	.content-top {
		padding-left:5px;
		padding-right:5px;
	}
	.content-top .col-sm-4,
	.content-top .col-sm-8 {
		padding-left:10px;
		padding-right:10px;
	}
	.box-sidebar {
		margin: 0 0 20px;
	}
	.list-item.row {
		margin-left:-10px;
		margin-right:-10px;
	}
	.list-item.row .col-sm-4 {
		padding-left:10px;
		padding-right:10px;
		margin-bottom:20px;
	}
	.post .post-text h2 {
		font-size:14px;
	}
	.post .post-thumb span::before {
		font-size:50px;
	}
	.related .post {
		margin:0;
		padding:15px 0;
		border-bottom:1px solid #f3f3f3;
	}
	.related .post:first-child {
		padding-top:0;
	}
	.related .post:last-child {
		padding-bottom:0;
		border-bottom:0;
	}
	.related .post-thumb span::before {
		font-size: 35px;
	}
}

@media screen and (max-width: 767px)
{
	.text-search {
		border: 0;
	}
	.btn-search {
		width: 40px;
		padding: 0;
	}
	.btn-search::before {
		content: '\f002';
		font-family: FontAwesome;
	}
	.btn-search span {
		display: none;
	}
	.content-top {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	.content-top .col-sm-4 {
		display: none;
	}
	.formsearch {
		margin-left: -10px;
		margin-right: -10px;
		padding: 10px;
		background: #3eaa3a;
		margin-bottom: 0 !important;
	}
	.btn-search {
		top: 10px;
		right: 10px;
	}
	.btn-toggle {
		background: #3eaa3a;
		display: block;
		width: 100%;
		border: none;
		height: 40px;
		border-radius: 3px;
		text-align: left;
		padding: 0 10px;
		color: #FFF;
		font-size: 16px;
		position: relative;
	}
	.btn-toggle::after {
		content: "\f0d7";
		font-family: FontAwesome;
		font-weight: 400;
		right: 10px;
		position: absolute;
	}
	.box-sidebar.open .btn-toggle::after {
		content: "\f0d8";
	}
	.box-sidebar ul {
		display: block;
		padding:10px;
		border:1px solid #3eaa3a;
		margin-top:1px;
		border-radius: 3px;
	}
	.box-sidebar ul li {
		margin: 0;
		display: block;
	}
	.box-sidebar ul>li>a {
		text-align: left;
		background: none;
		border-radius: 0;
		height: initial;
		line-height: inherit;
		padding: 7px 5px 8px;
	}
	.box-sidebar ul>li>a:hover,
	.box-sidebar ul>li>a.active {
		color: #3eaa3a;
		background: none;

	}
	.box-sidebar ul>li>a::before {
		content:'\f0da';
		margin-right: 10px;
		color: #666;
	}
	.box-middle {
		margin-left: -5px;
		margin-right: -5px;
	}
	.post .post-thumb img {
		width: 100%;
	}
	.post .post-text h2 {
		font-size: 16px;
	}
	#box-related .slimScrollDiv,
	#box-related .related {
		height: 325px !important;
	}
}

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

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

@media screen and (max-width: 479px)
{
	.text-search {
		border-radius: 3px;
	}
	.btn-search {
		border-radius: 0 3px 3px 0;
	}
	.content-bottom {
		padding-bottom: 20px;
	}
	.box-middle {
		padding-bottom: 20px;
	}
	.nav-page {
		padding-top: 20px;
	}
}

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

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