
@media screen and (max-width: 1660px) and (min-width: 1200px){
	.article-item .image {
		width: 160px;
	}

	.article-item .detail {
		margin-left: 160px;
	}
}

@media screen and (max-width: 1360px){
}

@media screen and (max-width: 1200px){
	.navigation {
		margin-right: 0;
	}

	.navigation > ul > li:not(:last-of-type) {
		margin-right: 20px;
	}

	.navigation {
		position: fixed;
		top: 85px;
		right: 0;
		bottom: 0;
		z-index: 20;
		background: #f6f8f8;
		color: #292929;
		padding: 15px 30px;
		width: 260px;
		max-width: 260px;
		overflow-y: auto;
		margin-right: 0;
		/* font-size: 0.7em; */
	}

.fixed .navigation {
    top: 70px;
}

	.site-dark .navigation {
		background: #323232;
		color: #fff;
	}

	.admin-bar .navigation {
		top: 118px;
	}

	.admin-bar .fixed .navigation {
		top: 102px;
	}

	.navigation > ul {}

	.navigation > ul > li,.navigation > ul > li:not(:last-of-type) {
		float: none;
		padding: 0 !important;
		margin: 0px 0;
	}

	.navigation > ul > li > a {
		font-size: 1.2em;
		padding: 10px 0;
		text-align: left;
		display: block;
		height: auto;
		max-width: none;
	}

	.navigation > ul > li.menu-item-has-children > a:after,
	.navigation > ul > li.menu_item_has_children > a:after {
		content: "\e9da";
		font-family: 'iconfont';
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		/* font-size: 0.7em; */
	}

	.navigation .sub-menu,
	.navigation .children {
		position: relative;
		top: 0;
		left: 0;
		width: inherit;
		display: none;
		margin: 10px 0;
		visibility: visible;
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}

	.navigation > ul > li > .sub-menu,
	.navigation > ul > li > .children {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
		border-left: 0;
		border-right: 0;
	}

	.navigation .child-img.go + .sub-menu {
		padding: 0;
		background: #202020 !important;
		border: none;
		color: #fff;
	}

	.navigation .child-img.go + .sub-menu > li {
		margin: 0;
		width: auto;
	}

	.navigation .child-img.go + .sub-menu > li > a {
		color: inherit;
		width: auto;
		display: block;
	}

	.navigation .child-img.go + .sub-menu > li.menu-item-has-children > a:after, .navigation .child-img.go + .children > li.page_item_has_children > a:after {
		color: #fff;
	}

	.navigation .child-img.go + .sub-menu > li > a {
		border-bottom: 1px solid #fff;
		margin-bottom: -1px;
	}

	.navigation .sub-menu .sub-menu,
	.navigation .cildren .cildren {
		left: 0 !important;
		right: 0 !important;
		width: inherit;
		margin: 0 0 -1px;
		top: 0;
		/* background: #dedede; */
		border-left: 0;
		border-right: 0;
	}

	.navigation .sub-menu .sub-menu .sub-menu,
	.navigation .cildren .cildren .cildren {
		/* background: #c1c1c1; */
		border-left: none;
		border-right: none;
	}

	.navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a:after,
	.navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a:after,
	.navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a:after,
	.navigation > ul > li:nth-last-child(3) .children li.menu_item_has_children > a:after,
	.navigation > ul > li:nth-last-child(2) .children li.menu_item_has_children > a:after,
	.navigation > ul > li:nth-last-child(1) .children li.menu_item_has_children > a:after  {
		content: "\e9ca";
		right: 10px;
		left: inherit;
	}

	.navigation > ul > li:nth-last-child(5) .sub-menu li.menu-item-has-children > a, .navigation > ul > li:nth-last-child(4) .sub-menu li.menu-item-has-children > a, .navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a, .navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a, .navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a, .navigation > ul > li:nth-last-child(5) .children li.menu_item_has_children > a, .navigation > ul > li:nth-last-child(4) .children li.menu_item_has_children > a, .navigation > ul > li:nth-last-child(3) .children li.menu_item_has_children > a, .navigation > ul > li:nth-last-child(2) .children li.menu_item_has_children > a, .navigation > ul > li:nth-last-child(1) .children li.menu_item_has_children > a {
		padding: 5px 20px;
	}

	.navigation > ul > li:nth-last-child(5) .sub-menu li.menu-item-has-children > a:after, .navigation > ul > li:nth-last-child(4) .sub-menu li.menu-item-has-children > a:after, .navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a:after, .navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a:after, .navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a:after, .navigation > ul > li:nth-last-child(5) .children li.page_item_has_children > a:after, .navigation > ul > li:nth-last-child(4) .children li.page_item_has_children > a:after, .navigation > ul > li:nth-last-child(3) .children li.page_item_has_children > a:after, .navigation > ul > li:nth-last-child(2) .children li.page_item_has_children > a:after, .navigation > ul > li:nth-last-child(1) .children li.page_item_has_children > a:after {
		content: "\e9ca";
		right: 10px;
		left: auto;
	}
}

@media screen and (max-width: 992px){
	.testimonials-items {
		padding: 0 55px;
		margin: 0 15px;
	}

	.testimonials-items .owl-prev {
		left: 15px;
	}

	.testimonials-items .owl-next {
		right: 15px;
	}
}

@media screen and (max-width: 782px){
	.admin-bar .header {
		top: 46px;
	}
}

@media screen and (max-width: 768px){
	body {
		font-size: 14px;
	}

	input.style1,
	textarea.style1 {
		margin-bottom: 10px;
	}

	.heading-decor.line {
		margin: 15px 0;
		font-size: 10px;
	}

	.banner .heading-decor.line {
		margin-top: 0;
	}

	.heading-decor.line:after {
		margin-top: 10px;
	}

	.header {
		/* height: 60px; */
	}

	.admin-bar .header {
		top: 46px;
	}

	.header .logo a,
	.footer-logo a {
		/* height: 49px; */
	}

	.footer-logo a {
		width: 800px;
	}

	.header .logo img {
		/* max-height: 49px; */
		max-width: 160px;
	}

	.fsn-container {
		top: 85px;
	}

	.banner .item .fw-container {
		width: 100% !important;
		padding: 0 15px;
	}

	.banner .owl-prev {
		left: 5px;
	}

	.banner .owl-next {
		right: 5px;
	}

	.filter-button-group .button-style1 {
		margin: 0 5px 10px;
	}

	.nav-button {
		/* margin: 21px 0 0 25px; */
	}

	.search-button {
		/* margin: 17px 0 0 15px; */
	}
	
	#content-wrap {
		margin-bottom: 0 !important;
	}

	.footer {
		position: relative;
		padding-bottom: 0;
	}

	.footer > .fw-container > .fw-row > div[class^="fw-col-"],
	.footer > .fw-container > .fw-row > div[class*="fw-col-"] {
		margin-bottom: 20px;
	}

	.footer-logo {
		float: none;
		text-align: center;
	}

	.footer-nav {
		margin: 20px 0
	}

	.icon-box3 {
		text-align: center;
	}

	.comment-items .comment-item .image {
		display: none;
	}

	.comment-items .comment-item .text {
		margin-left: 0;
		border: none;
		padding-left: 0;
	}

	.admin-bar .navigation {
		top: 131px;
	}

	.navigation {
		top: 65px;
		font-size: 1em;
	}
	
	.wpadminbar {
		position: fixed !important;
	}

	.p-text14 {
		font-size: 1em;
	}

	.team-item .post,
	.icon-box p,
	.icon-box2 p,
	.article-item2 .text,
	.contact-row,
	.blog-post-widget .item .text a,
	.price-list-item .wrap .text,
	.article-item .text {
		font-size: 1em;
	}

	.p-text14 {
		font-weight: normal;
	}

	.blog-detail {
		font-size: 0.8em;
	}

	.heading-decor {
		font-size: 12px;
	}

	.tabs-container .tabs-body .fw-row .fw-col-xs-12 > h4 {
		margin-top: 1em;
	}
	.navigation .sub-menu li a, .navigation .children li a {
		width: 220px;
	}

	.banner .button-style1 {
		margin-bottom: 5px;
	}

	.disable-padding {
	}

	.disable-padding .side-image {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}

	.fw-container-fluid.disable-padding .banner {
		margin: 0 -15px;
	}

	.testimonials-items {
		padding: 0;
	}

	.testimonials-items .owl-prev, .testimonials-items .owl-next {
		display: none !important;
	}

	.countdownHolder .position {
		font-size: 5em;
	}

	.countdownHolder .name {
		font-size: 1em;
		font-weight: normal;
	}

	.countdownHolder > *:not(:last-of-type) {
		margin-right: 25px;
	}

	.article-item .image {
		margin-bottom: 15px;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}

	.article-item .detail {
		width: 100%;
		margin: 0;
	}

	.article-item .det-wrap {
		padding: 20px 15px;
	}

	.comment-items .children {
		padding-left: 10px;
	}

	.woocommerce table.shop_table .product-name .image {
		display: none;
	}

	.woocommerce table.shop_table .product-name .name,
	.woocommerce table.shop_table .product-name .variation {
		margin-left: 0;
		font-size: 1em;
	}

	.woocommerce table.shop_table .product-price > span {
		font-size: 1.3em;
	}

	.woocommerce table.shop_table .product-quantity .quantity-buttons {
		display: none;
	}

	.woocommerce table.shop_table .product-subtotal > span {
		font-size: 1.4em;
	}

	.coupon-area .input-text {
		display: block;
		margin: 0 auto 10px;
	}

	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
		padding: 0 15px;
	}

	.comment-items .comment-item {
		font-size: 1em;
		padding: 15px 10px;
	}

	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
	}

	.woocommerce .cart-collaterals table.shop_table th,
	.woocommerce .cart-collaterals table.shop_table td {
		padding: 10px 15px;
	}

	.woocommerce table.shop_table td {
		padding: 10px 5px;
	}

	.woocommerce table.shop_table .product-remove,
	.woocommerce table.shop_table th {
		padding: 10px 5px;
		height: 50px;
		font-size: 1.2em;
	}

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
		float: none;
		padding: 0;
	}

	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
		float: none;
		padding: 0;
	}

	select {
		padding: 0 41px 0 10px;
	}

	.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
		float: none;
		width: 100%;
		overflow: hidden;
		margin-top: 25px;
		text-align: left;
	}

	.woocommerce div.product form.cart .woocommerce-variation {
		float: none;
	}

	.footer-copyright {
		text-align: center;
	}

	.footer .tar {
		text-align: center;
		padding-bottom: 15px;
	}

	.woocommerce div.product p.price, .woocommerce div.product span.price {
		font-size: 1.6em;
	}

	.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
		width: 50%;
	}

	.scrollsections {
		padding: 50px 0;
		height: auto !important;
	}

	.scrollsections > .centered-container {
		position: static;
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-webkit-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}
}

@media screen and (max-width: 640px){
	body {
		/* font-size: 12px; */
	}

	.header {
	}

	.fsn-container {}

	.banner .item h1 {
		font-size: 2.4em;
	}

	.testimonials-items .item .image {
		display: none;
	}
	.testimonials-items .item blockquote {
		margin-left: 0;
		border: none;
	}

	.icon-box:not(:last-of-type) .icon-box-area:after {
		display: none;
	}

	.icon-box {
		margin: 15px 0;
	}

	.nav-button,
	.header-minicart {
		margin-left: 10px;
	}

	.search-p-block #searchform div {
		margin-left: 0px;
		width: 100%;
	}

	.search-p-block #searchform {
		margin-right: 0;
	}

	.search-p-block #searchform div input {
		margin-top: 10px;
	}

	.subscribe-form div {
		margin-right: 120px;
	}

	.subscribe-form .button-style1 {
		min-width: auto;
		font-size: 0.9em;
	}

	.header-left-mode .logo {
		margin-left: 0;
	}

	.nav-button {
		margin-right: 0;
		margin-left: 15px;
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 10px 15px;
	}

	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		display: none;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		margin: 0;
	}

	.woocommerce #reviews #comments ol.commentlist > li {
		padding: 15px 15px;
	}

	.bd-item,.bd-item + .bd-item {
		float: none;
		width: 100%;
		padding: 00;
		text-align: center;
	}

	.post-content {
		padding: 10px 15px 30px;
	}

	.comment-respond {
		padding: 15px;
	}

	.image-slider-controls {
		display: none;
	}

	#searchsubmit {
		float: left;
	}
}
@media screen and (max-width: 380px){
}