@import url('https://fonts.googleapis.com/css?family=Montserrat:600|Playfair+Display:700|Work+Sans:400,700');
.rtl .pull-left {
	float: right !important;
}

.rtl .pull-right {
	float: left !important;
}

.rtl [class*="col-"] {
	float: right;
}
html{
	  font-family: sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.rtl .vc_row[data-vc-full-width] {
	float: left;
}

.rtl .next.page-numbers {
	line-height: 44px;
}
.rtl .next.page-numbers .fa {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rtl .prev.page-numbers {
	line-height: 44px;
}
.rtl .prev.page-numbers .fa {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rtl .slick-prev.slick-arrow, .rtl .slick-next.slick-arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rtl .nano > .nano-content {
	left: -17px !important;
	right: inherit !important;
}

/**
* Hover image
*/
.wpb_single_image {
	overflow: hidden;
	display: block;
}
.wpb_single_image a {
	display: block !important;
}
.wpb_single_image .vc_single_image-wrapper {
	display: block !important;
}
.wpb_single_image:hover {
	cursor: pointer;
}

.hover-image {
	position: absolute;
	top: 0;
	left: -100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: auto;
}

.img-effect:hover .wp-post-image {
	margin-left: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.rtl .img-effect:hover .wp-post-image {
	margin-right: 100%;
	margin-left: inherit;
}
.img-effect:hover .hover-image {
	right: 0;
	left: 0%;
	margin: auto;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

div.affect-border:hover:before {
	top: 1px;
	left: 0px;
}
.rtl div.affect-border:hover:before {
	right: 0px;
	left: auto;
}
div.affect-border:hover:after {
	top: -1px;
	right: 0px;
}
.rtl div.affect-border:hover:after {
	left: 0px;
	right: auto;
}
div.affect-border:hover div.affect-border-inner:before {
	top: 0;
	left: 0px;
}
.rtl div.affect-border:hover div.affect-border-inner:before {
	right: 0px;
	left: auto;
}
div.affect-border:hover div.affect-border-inner:after {
	bottom: 0;
	left: 0px;
}
.rtl div.affect-border:hover div.affect-border-inner:after {
	right: 0px;
	left: auto;
}

div.affect-border,
div.affect-border-inner {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	display: block;
}
div.affect-border:before, div.affect-border:after,
div.affect-border-inner:before,
div.affect-border-inner:after {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	content: " ";
	display: block;
	position: absolute;
	z-index: 99;
	background: #0d0d0d;
}

div.affect-border:before, div.affect-border:after {
	height: 100%;
	width: 2px;
}
div.affect-border:before {
	top: -100%;
	left: 0px;
}
.rtl div.affect-border:before {
	right: 0px;
	left: auto;
}
div.affect-border:after {
	top: 100%;
	right: 0px;
}
.rtl div.affect-border:after {
	left: 0px;
	right: auto;
}

div.affect-border-inner:before, div.affect-border-inner:after {
	height: 2px;
	width: 100%;
}
div.affect-border-inner:before {
	top: 0;
	left: 100%;
}
.rtl div.affect-border-inner:before {
	right: 100%;
	left: auto;
}
div.affect-border-inner:after {
	bottom: 0;
	left: -100%;
}
.rtl div.affect-border-inner:after {
	right: -100%;
	left: auto;
}

.affect-zoo-border {
	position: relative;
}

.affect-zoo-border-inner {
	-webkit-transform: translate3d(-20px, 0px, 0px);
	-ms-transform: translate3d(-20px, 0px, 0px);
	-moz-transform: translate3d(-20px, 0px, 0px);
	transform: translate3d(-20px, 0px, 0px);
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	-o-transition: -o-transform 0.4s;
	transition: transform 0.4s;
}
.affect-zoo-border-inner img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.affect-zoo-border-inner:hover {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.affect-zoo-border:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	pointer-events: none;
	border: 1px solid transparent;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.affect-zoo-border:hover:before {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: 1px solid #fff;
}

.slide-border .overlay_border {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.slide-border .overlay_border:before,
.slide-border .overlay_border:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	-webkit-transition: -webkit-transform 0.4s ease 0s;
	transition: transform 0.4s ease 0s;
}

.slide-border .overlay_border:before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

.slide-border .overlay_border:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
}

.slide-border:hover .overlay_border:before,
.slide-border:hover .overlay_border:after,
.slide-border.hover .overlay_border:before,
.slide-border.hover .overlay_border:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.slide-border .overlay_border:before,
.slide-border .overlay_border:before,
.slide-border .overlay_border:after,
.slide-border .overlay_border:after {
	top: 30px;
	right: 15px;
	bottom: 30px;
	left: 14px;
}
.rtl .slide-border .overlay_border:before, .rtl
.slide-border .overlay_border:before, .rtl
.slide-border .overlay_border:after, .rtl
.slide-border .overlay_border:after {
	left: 15px;
	right: auto;
}
.rtl .slide-border .overlay_border:before, .rtl
.slide-border .overlay_border:before, .rtl
.slide-border .overlay_border:after, .rtl
.slide-border .overlay_border:after {
	right: 14px;
	left: auto;
}

.affect-plus {
	position: relative;
}
.affect-plus::before {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(0.4) rotateY(180deg);
	-moz-transform: scale(0.4) rotateY(180deg);
	-ms-transform: scale(0.4) rotateY(180deg);
	-o-transform: scale(0.4) rotateY(180deg);
	transform: scale(0.4) rotateY(180deg);
	background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
	pointer-events: none;
}
.rtl .affect-plus::before {
	right: 0;
	left: auto;
}
.affect-plus:hover::before {
	visibility: visible;
	opacity: 0.6;
	-webkit-transform: scale(1) rotateY(0deg);
	-moz-transform: scale(1) rotateY(0deg);
	-ms-transform: scale(1) rotateY(0deg);
	-o-transform: scale(1) rotateY(0deg);
	transform: scale(1) rotateY(0deg);
}

.affect-zoom {
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.affect-zoom:after {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 0;
	content: "";
	pointer-events: none;
}
.rtl .affect-zoom:after {
	right: 0px;
	left: auto;
}
.affect-zoom img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.affect-zoom:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.affect-zoom-animation {
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.affect-zoom-animation:after {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 0;
	content: "";
}
.rtl .affect-zoom-animation:after {
	right: 0px;
	left: auto;
}
.affect-zoom-animation:hover:after {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: rgba(0, 0, 0, 0.3);
}
.affect-zoom-animation:hover img {
	animation: 10s linear 0s alternate none 2 running animation_zoom;
}

@keyframes animation_zoom {
	0% {
		transform: scale(1) translateX(0px);
	}

	50% {
		transform: scale(1.2) translateX(-10px);
	}

	75% {
		transform: scale(1.3) translateX(-20px);
	}

	100% {
		transform: scale(1.4) translateX(-30px);
	}
}

.affect-fast {
	position: relative;
}
.affect-fast:after {
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	top: 0;
	content: "";
	background: url("../images/mlass.png") no-repeat;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	pointer-events: none;
}
.rtl .affect-fast:after {
	right: -100%;
	left: auto;
}
.affect-fast:before {
	border: 6px solid rgba(255, 255, 255, 0.5);
	bottom: 0;
	box-sizing: border-box;
	content: "";
	left: 0px;
	overflow: visible;
	position: absolute;
	right: 0px;
	top: 0;
	pointer-events: none;
}
.rtl .affect-fast:before {
	right: 0px;
	left: auto;
}
.rtl .affect-fast:before {
	left: 0px;
	right: auto;
}
.affect-fast:hover:after {
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	left: 100%;
}
.rtl .affect-fast:hover:after {
	right: 100%;
	left: auto;
}

.add-links, .quick-view {
	display: inline-block;
}

.caption-product .ground-addcart {
	position: absolute;
	bottom: 15px;
	z-index: 99;
	left: 0;
	opacity: 0;
	text-align: left;
}
.rtl .caption-product .ground-addcart {
	text-align: right;
}

.product-block {
	overflow: hidden;
}
.product-block:hover {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.product-block:hover .ground-addcart {
	left: 15px;
	opacity: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.product-block:hover .quick-view {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.product-block .wp-post-image {
	margin-left: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.rtl .product-block .wp-post-image {
	margin-right: 0;
	margin-left: inherit;
}
.product-block .hover-image {
	display: none;
	position: absolute;
}

.list-view .product-block:hover .caption-product {
	background: transparent;
}
.list-view .product-block:hover .name a {
	color: #9a9a9a;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0 !important;
}

.inline input {
	height: auto;
}

.center {
	text-align: center;
}

.js-vc_parallax-o-image {
	background-attachment: fixed;
	background-clip: padding-box;
	background-position: 0 0;
	height: 100%;
	top: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.ads-item > * {
	margin-bottom: 30px;
	text-align: center;
}

.ads-item.col-xs-6 > * {
	background: #fff none repeat scroll 0 0;
	padding: 15px;
}

.layout-list .ads-item > * {
	margin-bottom: 60px;
	text-align: center;
}

.ads_content_single {
	float: right;
	padding-left: 30px;
	padding-bottom: 30px;
}
.rtl .ads_content_single {
	padding-right: 30px;
	padding-left: inherit;
}

.advertising_content_single {
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
}

.has-padding-top {
	padding-top: 60px;
}

html {
	height: 100%;
}

body {
	margin: auto;
	font-size: 16px;
	font-weight: 400;
	color: #757575;
	background: white;
	overflow-x: hidden;
	height: 100%;
}

#page {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.site-content {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: auto;
	min-height: 0;
}

footer {
	clear: both;
	float: left;
	position: relative;
	right: 0px;
	width: 100%;
}
.rtl footer {
	float: right;
}
.rtl footer {
	left: 0px;
	right: auto;
}

a {
	line-height: 1;
	color: #757575;
}
a:hover, a:focus {
	outline: none;
	text-decoration: none;
	color: #0d0d0d;
}

btn {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
btn:hover, btn:focus {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 400;
	color: #9a9a9a;
}
h3 {
	color: #0d0d0d;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: #9a9a9a;
}

th {
	font-weight: 500;
}

select {
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #f3f3f3;
	font-size: 16px;
}

label {
	color: #9a9a9a;
	font-size: 13px!important;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}

b, strong {
	font-weight: 500;
}

.radio, .checkbox {
	display: inline-block;
}

blockquote {
	font-size: 16px;
	line-height: 28px;
	position: relative;
	border-left: 0;
	padding: 20px 30px 20px 50px;
	background: #f3f3f3;
	border-left: 5px solid #0d0d0d;
}
.rtl blockquote {
	border-right: 0;
	border-left: inherit;
}
.rtl blockquote {
	padding: 20px 50px 20px 30px;
}
.rtl blockquote {
	border-right: 5px solid #0d0d0d;
	border-left: inherit;
}

p {
	margin: 0 0 20px;
	    color: #9e9e9e!important;
    font-family: 'Work Sans', sans-serif!important;
    font-size: 13px!important;
    font-weight: 400!important;
        line-height: 20px;
    text-align: justify;
}

img, .post-image {
	max-width: 100%;
	height: auto;
}
img:focus, .post-image:focus {
	border: none;
	border-color: none;
	outline: none;
	outline-offset: none;
}

.img.size-full {
	height: auto;
	max-width: 100%;
}

.alignright {
	float: right;
}
.rtl .alignright {
	float: left;
}

.alignleft {
	float: left;
}
.rtl .alignleft {
	float: right;
}

.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input {
	height: 36px;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 10px;
	border: 1px solid #e9e9e9;
}

.form-control {
	-webkit-appearance: none;
	appearance: none;
}

input[type="submit"] {
	text-align: center;
    color: #0d0d0d!important;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    padding: 9px 30px!important;

    border: 2px solid #0d0d0d;
    font-size: 10.2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border-radius: 0!important;
}

input[type="text"] {
	/*border-radius: 100px;*/
}

/*video responsive*/
.video-responsive {
	height: 0;
	padding-top: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
}
.rtl .video-responsive embed, .rtl
.video-responsive iframe, .rtl
.video-responsive iframe, .rtl
.video-responsive video {
	right: 0;
	left: auto;
}

.audio-responsive iframe {
	width: 100%;
	height: 126px;
}

/*---clear css bootstrap --*/
.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

.alert {
	margin: 20px 0;
	padding: 20px;
}

div.tags-list a, div.tagcloud a {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #757575;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 7px 10px;
	font-size: 14px;
}
.rtl div.tags-list a, .rtl div.tagcloud a {
	margin-right: 3px;
	margin-left: inherit;
}
div.tags-list a:hover, div.tagcloud a:hover {
	color: #fff;
	background: #0d0d0d;
	border: 1px solid #0d0d0d;
}

dt {
	font-weight: 500;
	color: #9a9a9a;
}

.required {
	border: 0 none;
	color: #ff0000;
	font-weight: 700;
}

.tagcloud a {
	font-size: 12px !important;
	color: #757575;
}
.tagcloud a:hover {
	color: white;
}

pre {
	border: none;
	border-radius: 0;
}

table {
	background: #FFF;
	color: #212121;
	border: 1px solid #e5e5e5;
}
table thead {
	background: #FAFAFA;
}
table thead > tr > th {
	border-bottom: 1px solid #e5e5e5;
}
table th {
	font-weight: 400;
}
table tbody {
	font-size: 13px;
}

#today a {
	color: #FFF;
}

span.dots {
	background: #fff;
	color: #757575;
	border: 2px solid #0d0d0d;
}

.pagination {
	width: 100%;
}
.pagination .screen-reader-text {
	display: none;
}
.pagination .nav-links {
	margin: 30px 0 0;
}
.pagination .nav-links > * {
	display: inline-block;
	padding: 8px 15px;
	margin-right: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}
.pagination .nav-links a {
	color: #0d0d0d;
	font-family: "Montserrat", Arial, serif;
	font-size: 10.2px;
}

.page-links .page-numbers {
	color: #fff;
	background: #0d0d0d;
	display: inline-block;
	height: 37px;
	line-height: 37px;
	margin-left: 10px;
	position: relative;
	text-align: center;
	width: 40px;
	border: 1px solid #0d0d0d;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.page-links .screen-reader-text {
	display: none;
}
.page-links a > .page-numbers {
	color: #757575;
	background: #fff;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #e9e9e9;
}
.page-links a > .page-numbers:hover {
	color: #fff;
	background: #0d0d0d;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #0d0d0d;
}

.searchform .btn-primary {
	border: none;
}

.bottun-contact {
	margin-top: 40px;
}

body {
	font-family: "Montserrat", Arial, serif;
}

/* btn 1 */
.btn-outline {
	color: #0d0d0d;
	border-style: solid;
	background-color: transparent;
	border-color: #0d0d0d;
	border-radius: 2px;
	font-family: "Montserrat";
	font-size: 12px;
	text-transform: uppercase;
	padding: 12px 20px;
	height: auto;
	cursor: pointer;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
	color: #0d0d0d;
	background-color: transparent;
	border-color: #0d0d0d;
	box-shadow: none;
}
.open .btn-outline.dropdown-toggle {
	color: #0d0d0d;
	background-color: transparent;
	border-color: #0d0d0d;
}
.btn-outline:active, .btn-outline.active {
	background-image: none;
}
.open .btn-outline.dropdown-toggle {
	background-image: none;
}
.btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
	background-color: transparent;
	border-color: #0d0d0d;
}
.btn-outline .badge {
	color: transparent;
	background-color: #0d0d0d;
}

/* btn 2 */
.btn-inverse {
	color: white;
	border-style: solid;
	background-color: #0d0d0d;
	border-color: #0d0d0d;
	border-radius: 2px;
	font-family: "Montserrat";
	font-size: 12px;
	text-transform: uppercase;
	padding: 12px 20px;
	height: auto;
	cursor: pointer;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {
	color: white;
	background-color: #0d0d0d;
	border-color: #0d0d0d;
	box-shadow: none;
}
.open .btn-inverse.dropdown-toggle {
	color: white;
	background-color: #0d0d0d;
	border-color: #0d0d0d;
}
.btn-inverse:active, .btn-inverse.active {
	background-image: none;
}
.open .btn-inverse.dropdown-toggle {
	background-image: none;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
	background-color: #0d0d0d;
	border-color: #0d0d0d;
}
.btn-inverse .badge {
	color: #0d0d0d;
	background-color: white;
}

/* btn-3 */
.btn-variant {
	text-align: center;
    color: #0d0d0d!important;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    padding: 9px 30px!important;

    border: 2px solid #0d0d0d;
    font-size: 10.2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border-radius: 0!important;
}
.btn-variant:hover, .btn-variant:focus, .btn-variant:active, .btn-variant.active {
	color: white!important;
	background-color: #0d0d0d;
	border-color: #0d0d0d;
	box-shadow: none;
}
.open .btn-variant.dropdown-toggle {
	color: white;
	background-color: #b59978;
	border-color: #b59978;
}
.btn-variant:active, .btn-variant.active {
	background-image: none;
}
.open .btn-variant.dropdown-toggle {
	background-image: none;
}
.btn-variant.disabled, .btn-variant.disabled:hover, .btn-variant.disabled:focus, .btn-variant.disabled:active, .btn-variant.disabled.active, .btn-variant[disabled], .btn-variant[disabled]:hover, .btn-variant[disabled]:focus, .btn-variant[disabled]:active, .btn-variant[disabled].active, fieldset[disabled] .btn-variant, fieldset[disabled] .btn-variant:hover, fieldset[disabled] .btn-variant:focus, fieldset[disabled] .btn-variant:active, fieldset[disabled] .btn-variant.active {
	background-color: #0d0d0d;
	border-color: #0d0d0d;
}
.btn-variant .badge {
	color: #0d0d0d;
	background-color: white;
}

.button {
	color: white;
	border-style: solid;
	background-color: #9a9a9a;
	border-color: #9a9a9a;
	border-radius: 2px;
	font-family: "Montserrat";
	font-size: 12px;
	text-transform: uppercase;
	padding: 12px 20px;
	height: auto;
	cursor: pointer;
	padding: 12px 50px;
	border-width: 0;
}
.button:hover, .button:focus, .button:active, .button.active {
	color: white;
	background-color: #0d0d0d;
	border-color: #0d0d0d;
	box-shadow: none;
}
.open .button.dropdown-toggle {
	color: white;
	background-color: #0d0d0d;
	border-color: #0d0d0d;
}
.button:active, .button.active {
	background-image: none;
}
.open .button.dropdown-toggle {
	background-image: none;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button.disabled:active, .button.disabled.active, .button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active, .button[disabled].active, fieldset[disabled] .button, fieldset[disabled] .button:hover, fieldset[disabled] .button:focus, fieldset[disabled] .button:active, fieldset[disabled] .button.active {
	background-color: #9a9a9a;
	border-color: #9a9a9a;
}
.button .badge {
	color: #9a9a9a;
	background-color: white;
}

#loadMore, #loadMoreCat {
	box-shadow: none;
	background: white;
	border: 1px solid #dfdfdf;
	padding: 14px 0;
	border-radius: 0;
	letter-spacing: 1.5px;
	font-size: 13px;
	display: block;
	margin: 10px auto;
	text-align: center;
	color: #9a9a9a;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
#loadMore:hover, #loadMoreCat:hover {
	color: #fff;
	border: 1px solid #0d0d0d;
	background: #0d0d0d;
}
#loadMore:active, #loadMore:focus, #loadMoreCat:active, #loadMoreCat:focus {
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

#loadMore.loading, #loadMoreCat.loading {
	width: 100px;
	height: 100px;
	background: #fff;
}

#loadMore.hidden {
	display: block !important;
	opacity: 0;
	pointer-events: none;
}

#loadMoreCat {
	margin-top: -57px;
}

span.post-loading, .loading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-left: 4px solid #fff;
	border-radius: 100%;
	display: block;
	height: 100px;
	margin: auto auto 30px;
	position: relative;
	width: 100px;
}

.post-loading:before, .loading:before {
	content: '';
	width: 50%;
	height: 50%;
	background: transparent;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 3px;
	left: -1px;
	z-index: 999;
	box-shadow: -2px -5px #0d0d0d;
}

.loading, .post-loading {
	font-size: 0 !important;
	width: 8em;
	height: 8em;
	border-radius: 50%;
	border: 1px solid #fff !important;
	background: #ffffff;
	background: -moz-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1s infinite linear;
	animation: load3 1s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 999;
}
.loading:hover, .post-loading:hover {
	border-color: #fff;
}

.form-control {
	background: #fff;
	box-shadow: none;
	border: 1px solid #e9e9e9;
}
.form-control:focus {
	border: 1px solid #e9e9e9;
	border-color: none;
	outline: none;
	box-shadow: none;
}

.input-group input, .input-group .form-control {
	height: 40px;
}
.input-group .btn {
	padding: 7px 17px;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
	outline: none;
}

.form-control::-moz-placeholder {
	font-weight: 300;
	color: #ccc;
}

.wpcf7-form .wpcf7-form-control-wrap {
	margin-bottom: 10px;
	position: relative;
	display: block;
}
.wpcf7-form .form-control {
	background: white;
	border-radius: 3px;
}

.nav-tabs {
	border: none;
}
.nav-tabs > li {
	float: left;
	padding-right: 15px;
}
.rtl .nav-tabs > li {
	float: right;
}
.rtl .nav-tabs > li {
	padding-left: 15px;
	padding-right: inherit;
}
.nav-tabs > li > a {
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	border-radius: 0;
}
.nav-tabs > li > a:hover {
	background: transparent;
}
.nav-tabs > li.active > a {
	color: #0d0d0d;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: none;
	color: #0d0d0d;
	border: none;
	border-bottom-color: transparent;
	cursor: default;
}

.header-content-right .jadison-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.header-content-right .jadison-hidden .searchform, .header-content-right .jadison-hidden .woocommerce-product-search {
	opacity: 0;
	padding: 50px !important;
	-webkit-transform: translateY(-35%);
	-ms-transform: translateY(-35%);
	-o-transform: translateY(-35%);
	transform: translateY(-35%);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.header-content-right .jadison-hidden .btn-mini-close {
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.searchform-mini {
	padding-left: 50px;
	cursor: pointer;
	position: relative;
}
.rtl .searchform-mini {
	padding-right: 50px;
	padding-left: inherit;
}

.widget_search .btn-primary, .error-404 .btn-primary {
	background: #fcfcfc;
	border: none;
	padding: 11px 20px;
	color: #fff;
}

.btn-mini-search {
	border: none;
	line-height: 20px;
	background: none;
	cursor: pointer;
	padding: 0;
	font-size: 16px;
	z-index: 99;
	position: relative;
	color: #9a9a9a;
}
.btn-mini-search:hover {
	color: #0d0d0d;
}

.search-transition-wrap {
	opacity: 1;
	visibility: visible;
	background: rgba(20, 22, 24, 0.95);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100% !important;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	z-index: 99999;
}
.search-transition-wrap .search-transition-inner {
	padding: 0 25% !important;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	border: none !important;
}
.search-transition-wrap .searchform, .search-transition-wrap .woocommerce-product-search {
	opacity: 1;
	padding: 50px !important;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
}
.search-transition-wrap .searchform .form-control, .search-transition-wrap .woocommerce-product-search .form-control {
	background: none;
	border: none;
	font-size: 20px;
	color: #FFF;
	height: 50px;
	padding: 0;
}
.search-transition-wrap .searchform .input-group, .search-transition-wrap .woocommerce-product-search .input-group {
	border-bottom: 1px solid #fff;
	padding: 0 !important;
}
.search-transition-wrap .searchform .btn, .search-transition-wrap .woocommerce-product-search .btn {
	background: none;
	font-size: 16px;
	padding: 0 15px;
}
.search-transition-wrap .btn-mini-close {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #fff !important;
	font-size: 18px;
	position: absolute;
	top: -10px;
	right: 25%;
	margin-right: 50px;
	opacity: 1;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.rtl .search-transition-wrap .btn-mini-close {
	left: 25%;
	right: auto;
}
.rtl .search-transition-wrap .btn-mini-close {
	margin-left: 50px;
	margin-right: inherit;
}
.search-transition-wrap .btn-mini-close * {
	color: #fff !important;
}

.widget_search .form-control {
	background: white;
	box-shadow: none;
	font-size: 14px;
}

.widget_search .widgettitle {
	padding-top: 0;
}

.sidebar .widget_search .widgettitle {
	padding-top: 30px;
	margin: 0;
}
.sidebar .widget_search form {
	padding: 26px;
	padding-top: 40px;
}

.form-group {
	margin-bottom: 20px;
}

.slick-prev,
.slick-next {
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background: rgba(0, 0, 0, 1);
	border-radius: 0;
	position: absolute;
	z-index: 99;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;

}
.slick-prev {
		    top: 50%;
	    left: 0;
	    -webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
}
.slick-next {
		    top: 50%;
	    right: 0;
	    -webkit-transform: translate(50%,-50%);
	    -ms-transform: translate(50%,-50%);
	    transform: translate(50%,-50%);
}
.slick-prev:before,
.slick-next:before {
	color: #fff;
}
.slick-prev:hover,
.slick-next:hover {
	background: #0d0d0d;
	color: #757575;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover:before {
	color: #757575;
}

.article-carousel:hover .slick-arrow {

}
.article-carousel:hover .slick-arrow:before {

}
.article-carousel:hover .slick-arrow:hover {
	color: #757575;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 1;
}
.article-carousel:hover .slick-arrow:hover:before {
	color: #757575;
}

#na-menu-primary ul.mega-menu > li > a {
	color: #9a9a9a;
	line-height: 100px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 0 20px;
}
#na-menu-primary ul.mega-menu > li > a:hover, #na-menu-primary ul.mega-menu > li > a:focus {
	color: #0d0d0d;
	background: transparent;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#na-menu-primary ul.mega-menu {
	position: static;
}
#na-menu-primary ul.mega-menu li.information_widget:first-child {
	clear: left;
}
#na-menu-primary ul.mega-menu .mega-sub-menu {
	max-width: 1170px;
}
#na-menu-primary ul.mega-menu ul > li {
	float: none;
}
#na-menu-primary ul.mega-menu > li[class*="mega-current-"] > a {
	color: #0d0d0d !important;
}
#na-menu-primary ul.mega-menu > li[class*="mega-current-"] > a:before {
	color: #0d0d0d !important;
}
#na-menu-primary ul li a {
	display: inline-block;
}
#na-menu-primary ul {
	margin: 0;
	padding: 0;
	position: relative;
}
#na-menu-primary ul:before, #na-menu-primary ul:after {
	content: " ";
	display: table;
}
#na-menu-primary ul:after {
	clear: both;
}
#na-menu-primary ul > li {
	list-style: none;
	position: relative;
	float: left;
}
.rtl #na-menu-primary ul > li {
	float: right;
}
#na-menu-primary ul > li[class*="-has-children"] > a:before {
	position: absolute;
	content: "\f107";
	color: #9a9a9a;
	font-family: 'fontawesome';
	right: 5px;
	top: 0px;
	font-size: 12px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.rtl #na-menu-primary ul > li[class*="-has-children"] > a:before {
	left: 5px;
	right: auto;
}
#na-menu-primary ul > li:hover[class*="-has-children"] > a:before {
	color: #0d0d0d;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#na-menu-primary ul > li > a {
	font-size: 10.2px!important;
	text-transform: uppercase!important;
	color: #9a9a9a;
	padding: 0;
	position: relative;
	font-family: "Montserrat";
	letter-spacing: 4px;
}
#na-menu-primary ul > li > a:hover, #na-menu-primary ul > li > a:focus {
	color: #0d0d0d;
	background: transparent;
}
#na-menu-primary ul > li > a:hover:after, #na-menu-primary ul > li > a:focus:after {
	opacity: 1;
	width: 100%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#na-menu-primary ul > li > ul {
	    padding-top: 20px;
    padding-bottom: 20px;
	visibility: hidden;
	opacity: 0;
	top: 110%;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	position: absolute !important;
	min-width: 215px;
	box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
	background: #0d0d0d;
	z-index: 99999;
}
#na-menu-primary ul > li > ul li[class*="-has-children"] a:before {
	content: none;
}
#na-menu-primary ul > li > ul li[class*="-has-children"]:after {
	position: absolute;
	content: "\f105";
	color: #9a9a9a;
	font-family: 'fontawesome';
	right: 10px;
	line-height: 50px;
	top: 0;
}
.rtl #na-menu-primary ul > li > ul li[class*="-has-children"]:after {
	left: 10px;
	right: auto;
}
#na-menu-primary ul > li > ul li[class*="-has-children"]:hover:after {
	color: #0d0d0d;
}
#na-menu-primary ul > li > ul > li {
	float: none;
	display: block;
	border-right: none;
	text-align: left;
	
	color: #757575;
}
.rtl #na-menu-primary ul > li > ul > li {
	border-left: none;
	border-right: inherit;
}
.rtl #na-menu-primary ul > li > ul > li {
	text-align: right;
}
#na-menu-primary ul > li > ul > li:first-child {
	border-left: none;
}
.rtl #na-menu-primary ul > li > ul > li:first-child {
	border-right: none;
	border-left: inherit;
}
#na-menu-primary ul > li > ul > li a {
	padding: 6px 25px;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
	color: #9a9a9a!important;
}
 #na-menu-primary ul > li > ul > li.current_page_item a {
	color: #fff!important;
}
#na-menu-primary ul > li > ul a {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
}
#na-menu-primary ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#na-menu-primary .mega-sub-menu > li a, #na-menu-primary .mega-sub-menu > li a {
	color: #757575;
}
#na-menu-primary ul > li > ul > li ul {
	float: none !important;
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
.rtl #na-menu-primary ul > li > ul > li ul {
	right: 100%;
	left: auto;
}
#na-menu-primary ul > li > ul > li:hover > ul {
	display: block;
}
#na-menu-primary ul > li > ul > li:hover > .sub-menu {
	top: 0;
}

#na-menu-primary .mega-menu-megamenu .mega-sub-menu {
	width: 101%;
	padding: 0px 15px 0px;
	border-top: 1px solid #f3f3f3;
}
#na-menu-primary .mega-menu-megamenu .mega-sub-menu li {
	border-right: none;
}
.rtl #na-menu-primary .mega-menu-megamenu .mega-sub-menu li {
	border-left: none;
	border-right: inherit;
}
#na-menu-primary .mega-menu-megamenu .mega-sub-menu li:first-child {
	border-left: none;
}
.rtl #na-menu-primary .mega-menu-megamenu .mega-sub-menu li:first-child {
	border-right: none;
	border-left: inherit;
}
#na-menu-primary .mega-menu-megamenu .mega-sub-menu > * {
	border: none;
	padding: 0 15px;
}
#na-menu-primary .mega-menu-megamenu .mega-sub-menu li > a:after {
	content: none;
}
#na-menu-primary .mega-menu-megamenu .widget_nav_menu {
	text-align: center;
}
#na-menu-primary .mega-menu-megamenu .wpb_column {
	border-right: 1px solid #eeeeee;
}
.rtl #na-menu-primary .mega-menu-megamenu .wpb_column {
	border-left: 1px solid #eeeeee;
	border-right: inherit;
}
#na-menu-primary .mega-menu-megamenu .wpb_column:last-child {
	border-right: 0px solid #eeeeee;
}
.rtl #na-menu-primary .mega-menu-megamenu .wpb_column:last-child {
	border-left: 0px solid #eeeeee;
	border-right: inherit;
}
#na-menu-primary .mega-menu-megamenu .vc_wp_custommenu {
	margin-bottom: 20px;
}
#na-menu-primary .mega-menu-megamenu .widgettitle {
	font-size: 14px;
	padding-bottom: 20px;
	font-weight: 600;
}
#na-menu-primary .mega-menu-megamenu .widget_text {
	padding-left: 0;
	padding-right: 0;
}
#na-menu-primary .mega-menu-megamenu .widget_nav_menu {
	margin-top: 30px;
	min-height: 180px;
}
#na-menu-primary .mega-menu-megamenu .wpb_single_image {
	padding: 0 15%;
}

#na-menu-primary .mega-menu li.mega-menu-megamenu {
	position: static;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul {
	right: 0px;
}
.rtl #na-menu-primary .mega-menu li.mega-menu-megamenu > ul {
	left: 0px;
	right: auto;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul:before, #na-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
	content: " ";
	display: table;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul:after {
	clear: both;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul > li {
	float: left;
}
.rtl #na-menu-primary .mega-menu li.mega-menu-megamenu > ul > li {
	float: right;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul {
	display: block;
	position: relative;
	left: 0;
}
.rtl #na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul {
	right: 0;
	left: auto;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item {
	float: none;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a {
	padding: 5px 0px !important;
	font-size: 12px;
	text-transform: capitalize;
}
#na-menu-primary .mega-menu li.mega-menu-megamenu > ul ul li.menu-item a:after {
	content: none;
}

.mega-menu-columns-1-of-1 {
	width: 100%;
}

.mega-menu-columns-1-of-2 {
	width: 50%;
}

.mega-menu-columns-2-of-2 {
	width: 100%;
}

.mega-menu-columns-1-of-3 {
	width: 33.33333%;
}

.mega-menu-columns-2-of-3 {
	width: 66.66667%;
}

.mega-menu-columns-3-of-3 {
	width: 100%;
}

.mega-menu-columns-1-of-4 {
	width: 25%;
}

.mega-menu-columns-2-of-4 {
	width: 50%;
}

.mega-menu-columns-3-of-4 {
	width: 75%;
}

.mega-menu-columns-4-of-4 {
	width: 100%;
}

.mega-menu-columns-1-of-5 {
	width: 20%;
}

.mega-menu-columns-2-of-5 {
	width: 40%;
}

.mega-menu-columns-3-of-5 {
	width: 60%;
}

.mega-menu-columns-4-of-5 {
	width: 80%;
}

.mega-menu-columns-5-of-5 {
	width: 100%;
}

.mega-menu-columns-1-of-6 {
	width: 16.66667%;
}

.mega-menu-columns-2-of-6 {
	width: 33.33333%;
}

.mega-menu-columns-3-of-6 {
	width: 50%;
}

.mega-menu-columns-4-of-6 {
	width: 66.66667%;
}

.mega-menu-columns-5-of-6 {
	width: 83.33333%;
}

.mega-menu-columns-6-of-6 {
	width: 100%;
}

.mega-menu-columns-1-of-7 {
	width: 14.28571%;
}

.mega-menu-columns-2-of-7 {
	width: 28.57143%;
}

.mega-menu-columns-3-of-7 {
	width: 42.85714%;
}

.mega-menu-columns-4-of-7 {
	width: 57.14286%;
}

.mega-menu-columns-5-of-7 {
	width: 71.42857%;
}

.mega-menu-columns-6-of-7 {
	width: 85.71429%;
}

.mega-menu-columns-7-of-7 {
	width: 100%;
}

.mega-menu-columns-1-of-8 {
	width: 12.5%;
}

.mega-menu-columns-2-of-8 {
	width: 25%;
}

.mega-menu-columns-3-of-8 {
	width: 37.5%;
}

.mega-menu-columns-4-of-8 {
	width: 50%;
}

.mega-menu-columns-5-of-8 {
	width: 62.5%;
}

.mega-menu-columns-6-of-8 {
	width: 75%;
}

.mega-menu-columns-7-of-8 {
	width: 87.5%;
}

.mega-menu-columns-8-of-8 {
	width: 100%;
}

#na-menu-primary {
	/* widget product list */
	/* widget image widget */
}
#na-menu-primary .mega-block-title {
	padding-bottom: 15px;
	color: #757575;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #f3f3f3;
	margin: 10px 0;
}
#na-menu-primary .product_list_widget {
	box-shadow: none;
	max-width: 400px;
	position: relative !important;
}
#na-menu-primary .product_list_widget > li {
	margin-bottom: 30px;
	border: none;
}
#na-menu-primary .product_list_widget > li:before, #na-menu-primary .product_list_widget > li:after {
	content: " ";
	display: table;
}
#na-menu-primary .product_list_widget > li:after {
	clear: both;
}
#na-menu-primary .product_list_widget > li .product-image {
	padding: 0 !important;
}
#na-menu-primary .cart_list.product_list_widget > li {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0;
}
#na-menu-primary .product-image {
	margin-right: 10px;
	width: auto;
	padding: 0;
	float: left;
}
.rtl #na-menu-primary .product-image {
	margin-left: 10px;
	margin-right: inherit;
}
.rtl #na-menu-primary .product-image {
	float: right;
}
#na-menu-primary .product-image .img-effect:hover .wp-post-image {
	margin-left: 0%;
	transition: all 0.4s ease 0s;
}
.rtl #na-menu-primary .product-image .img-effect:hover .wp-post-image {
	margin-right: 0%;
	margin-left: inherit;
}
#na-menu-primary .product-image .hover-image {
	display: none;
}
#na-menu-primary .product-details {
	padding: 0;
	overflow: hidden;
}
#na-menu-primary .product-details a {
	padding-left: 0px;
	color: #0d0d0d000;
	font-size: 15px;
	padding-bottom: 10px;
}
.rtl #na-menu-primary .product-details a {
	padding-right: 0px;
	padding-left: inherit;
}
#na-menu-primary .product-details a:hover {
	color: #0d0d0d;
}
#na-menu-primary .product-details .amount {
	color: #0d0d0d000;
	font-size: 16px;
	line-height: 20px;
}
#na-menu-primary .widget_sp_image-image-link {
	padding: 0;
}
#na-menu-primary .widget_sp_image-description {
	padding: 15px 0;
	font-style: italic;
	text-align: justify;
}

.site-header.fixed {
	z-index: 9999;
}
.site-header.fixed .header-fixed {
	background: white;
}

.admin-bar .site-header.fixed {
	top: 32px;
}

/* ================== Canvas Menu ===================== */
body {
	overflow-x: hidden;
}

@media (max-width: 991px) {
	.slicknav_btn {
		display: block !important;
	}
}
.share-links {
	text-align: center;
}
.share-links .count-share {
	vertical-align: middle;
	color: #252525;
	position: relative;
}
.share-links .count-share i {
	font-size: 16px;
	color: #0d0d0d;
}
.share-links .count-share .social-item i {
	font-size: 14px;
	color: #9e9e9e;
	padding-right: 0px;
}
.rtl .share-links .count-share .social-item i {
	padding-left: 0px;
	padding-right: inherit;
}
.share-links .social-icons {
	margin: 0;
	text-align: right;
	display: inline-block;
}
.rtl .share-links .social-icons {
	text-align: left;
}
.share-links .social-item {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
	text-align: center;
	width: 32px;
	border-radius: 100%;
}
.share-links .social-item:first-child {
	margin-left: 0;
}
.share-links .social-item:hover i {
	color: #0d0d0d;
}
.share-links .social-item > a {
	display: inline-block;
	text-align: center;
}
.share-links .author-social {
	border-radius: 100%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	margin-right: 3px;
}
.rtl .share-links .author-social {
	margin-left: 3px;
	margin-right: inherit;
}
.share-links .author-social .fa {
	font-size: 14px;
	padding-right: 10px;
}
.rtl .share-links .author-social .fa {
	padding-left: 10px;
	padding-right: inherit;
}

.sb_instagram {
	position: relative;
}

#sb_instagram #sbi_load div.sbi_follow_btn {
	margin: 0;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	background: #fff;
}

#sb_instagram {
	position: relative;
}

.sbi_follow_btn {
	margin: 20px;
}
.sbi_follow_btn .fa-instagram {
	padding-bottom: 10px;
}

#sb_instagram #sbi_load .fa, #sb_instagram .sbi_follow_btn .fa {
	font-size: 18px;
	color: #0d0d0d;
}

#sb_instagram .sbi_follow_btn a {
	background: none;
	color: #757575;
	background: #fff;
	font-size: 14px;
	padding: 3px 20px 0;
}

.header-placeholder {
	display: none;
}
.header-placeholder.fixed {
	display: block;
}

.site-header {
	background: #FFF;
}
.site-header .boxed {
	max-width: 1170px;
	margin: auto;
}

.site-title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 15px;
}
.site-title a {
	color: #0d0d0d;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
}

#jadison-header {
	position: relative;
}

.header-simple {
	border-bottom: 1px solid #eee;
}

.jadison-header-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-content-logo {
	min-width: 250px;
}

.header-content-menu {
	position: relative;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	padding: 0 30px;
}
.header-content-menu > .nav-menu {
	float: left;
}
.rtl .header-content-menu > .nav-menu {
	float: right;
}

.header-content-right {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-center .input-group-btn {
	border: none;
}
.header-center #jadison-header {
	text-align: center;
}
.header-center .container {
	position: relative;
}
.header-center .header-content-logo {
	padding: 40px 0;
	padding-top: 15px;
}
.header-center .jadison-header-content {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #cfcfcf;
	
}
.header-center .header-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-center #na-menu-primary ul.mega-menu > li > a {
	line-height: 70px;
}

.header-left #jadison-header {
	text-align: left;
}
.rtl .header-left #jadison-header {
	text-align: right;
}
.header-left .header-content-logo {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-left .header-content {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header-left .jadison-header-content {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header-left .header-content-right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.header-left #na-menu-primary ul.mega-menu > li > a {
	line-height: 70px;
}
.header-left #na-menu-primary ul.mega-menu > li:first-child > a {
	padding: 0 20px 0 0;
}
.rtl .header-left #na-menu-primary ul.mega-menu > li:first-child > a {
	padding: 0 0 0 20px;
}
.header-left .header-content-logo {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header-left .header-middle {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.header-left .site-logo {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-drawer {
	background: white;
}
.header-drawer #jadison-top-navbar {
	background: transparent;
}
.header-drawer #jadison-header {
	background: transparent;
}
.header-drawer .na-cart .mini-cart {
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
}
.rtl .header-drawer .na-cart .mini-cart {
	padding-right: 20px;
	padding-left: inherit;
}
.rtl .header-drawer .na-cart .mini-cart {
	padding-left: 30px;
	padding-right: inherit;
}
.header-drawer .search-menu {
	background: white;
	max-width: 700px;
	min-width: 600px;
	border-radius: 3px !important;
	vertical-align: middle;
	display: inline-block;
}
.header-drawer .search-menu .btn-primary {
	background: transparent;
	color: #757575;
	cursor: text;
}
.header-drawer .search-menu .btn-primary:hover {
	color: #e0e0e0;
}
.header-drawer .search-menu .form-control {
	background: white;
	border-radius: 3px !important;
	border-color: white;
	padding: 7px 20px;
	height: 44px;
	color: #757575;
}
.header-drawer .search-menu .form-control:focus {
	border-color: white;
}
.header-drawer .search-menu .form-control:focus::-moz-placeholder {
	opacity: 0;
}
.header-drawer .search-menu .form-control::-moz-placeholder {
	color: #757575;
}
.header-drawer .searchform, .header-drawer .woocommerce-product-search {
	padding: 0;
}
.header-drawer .header-content-menu {
	text-align: center;
}

header .input-group-btn {
	border: none;
}
header .input-group {
	border: none;
	border-bottom: 1px solid #e9e9e9;
	border-radius: 0;
	max-width: initial;
}
header .jadison_social a {
	margin-bottom: 0;
	color: #9a9a9a;
}
header .jadison_social a:hover {
	border: none;
}
header [class*="ion-social-"] {
	border: none;
}

.menu-drawer {
	position: fixed;
	z-index: 9999;
	background: #FFF;
	left: 0;
	width: 250px;
	border-right: 1px solid #e9e9e9;
	height: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	-o-transform: translateX(-250px);
}
.rtl .menu-drawer {
	right: 0;
	left: auto;
}
.rtl .menu-drawer {
	border-left: 1px solid #e9e9e9;
	border-right: inherit;
}
.menu-drawer > * {
	padding-top: 30px;
}
.menu-drawer.show {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}
.menu-drawer #na-menu-primary ul.mega-menu > li {
	float: none;
}
.menu-drawer #na-menu-primary ul.mega-menu > li:hover {
	background: #E5E5E5;
}
.menu-drawer #na-menu-primary ul.mega-menu > li > a {
	display: block;
	line-height: 50px;
	padding: 0 30px;
	text-transform: capitalize;
	color: #757575;
}
.menu-drawer #na-menu-primary ul.mega-menu > li > a:hover {
	color: #0d0d0d;
}
.menu-drawer #na-menu-primary ul > li[class*="-has-children"] > a::before {
	right: 20px;
	color: #757575;
}
.rtl .menu-drawer #na-menu-primary ul > li[class*="-has-children"] > a::before {
	left: 20px;
	right: auto;
}
.menu-drawer #na-menu-primary ul.mega-menu > li ul {
	top: 100%;
	left: 100%;
}
.rtl .menu-drawer #na-menu-primary ul.mega-menu > li ul {
	right: 100%;
	left: auto;
}
.menu-drawer #na-menu-primary ul.mega-menu > li:hover ul {
	top: 0;
}
.menu-drawer #na-menu-primary ul.mega-menu li.mega-menu-megamenu {
	position: relative;
}
.menu-drawer #na-menu-primary ul.mega-menu > li.mega-menu-flyout > ul {
	min-width: 300px;
}
.menu-drawer #na-menu-primary ul.mega-menu > li > ul {
	min-width: 900px;
	max-width: 1170px;
}
.menu-drawer #na-menu-primary ul.mega-menu li ul ul {
	margin: 0;
	padding: 0;
	display: block;
	left: 0;
	position: relative;
}
.rtl .menu-drawer #na-menu-primary ul.mega-menu li ul ul {
	right: 0;
	left: auto;
}

.jadison-header-content .user-login {
	cursor: pointer;
	position: relative;
}
.jadison-header-content .user-login .author-img {
	padding: 0;
}
.jadison-header-content .user-login:hover #menu-topbar-menu {
	top: 45px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.jadison-header-content .user-login #menu-topbar-menu {
	background: #FFFFFF none repeat scroll 0 0;
	box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
	min-width: 125px;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 60px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}
.rtl .jadison-header-content .user-login #menu-topbar-menu {
	left: 0px;
	right: auto;
}
.jadison-header-content .user-login #menu-topbar-menu li {
	float: none;
	font-size: 12px;
}
.jadison-header-content .user-login #menu-topbar-menu li > a {
	padding: 5px;
}
.jadison-header-content .user-login #menu-topbar-menu li > a:hover, .jadison-header-content .user-login #menu-topbar-menu li > a:focus {
	background: none;
}

.header-vertical {
	background: white;
}
.header-vertical .header-content-menu {
	padding: 23px 30px;
	text-align: center;
	border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.header-vertical #jadison-top-navbar {
	background: transparent;
}
.header-vertical #jadison-header {
	background: transparent;
}
.header-vertical .na-cart .mini-cart {
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 10px;
}
.rtl .header-vertical .na-cart .mini-cart {
	padding-right: 20px;
	padding-left: inherit;
}
.rtl .header-vertical .na-cart .mini-cart {
	padding-left: 30px;
	padding-right: inherit;
}
.header-vertical .search-menu {
	background: white;
	max-width: 700px;
	min-width: 600px;
	border-radius: 3px !important;
	vertical-align: middle;
	display: inline-block;
}
.header-vertical .search-menu .btn-primary {
	background: transparent;
	color: #757575;
	cursor: text;
}
.header-vertical .search-menu .btn-primary:hover {
	color: #757575;
}
.header-vertical .search-menu .form-control {
	background: white;
	border-radius: 3px !important;
	border-color: white;
	padding: 7px 20px;
	height: 44px;
	color: #757575;
}
.header-vertical .search-menu .form-control:focus {
	border-color: white;
}
.header-vertical .search-menu .form-control:focus::-moz-placeholder {
	opacity: 0;
}
.header-vertical .search-menu .form-control::-moz-placeholder {
	color: #757575;
}
.header-vertical .searchform, .header-vertical .woocommerce-product-search {
	padding: 0;
}

.layout-header-vertical .site-content > .container, .layout-header-vertical #na-footer > * {
	transform: translateX(120px);
	-webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	-o-transform: translateX(120px);
}

.menu-vertical {
	position: fixed;
	z-index: 9999;
	background: white;
	left: 0;
	width: 250px;
	height: 100%;
	border-right: 1px solid #e9e9e9;
}
.rtl .menu-vertical {
	right: 0;
	left: auto;
}
.rtl .menu-vertical {
	border-left: 1px solid #e9e9e9;
	border-right: inherit;
}
.menu-vertical > * {
	padding-top: 10px;
}
.menu-vertical .header-content-logo {
	padding-left: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.rtl .menu-vertical .header-content-logo {
	padding-right: 30px;
	padding-left: inherit;
}
.menu-vertical #na-menu-primary ul.mega-menu > li {
	float: none;
}
.menu-vertical #na-menu-primary ul.mega-menu > li:hover {
	background: #E5E5E5;
}
.menu-vertical #na-menu-primary ul.mega-menu > li > a {
	display: block;
	line-height: 50px;
	padding: 0 30px;
	text-transform: capitalize;
	color: #9a9a9a;
}
.menu-vertical #na-menu-primary ul.mega-menu > li > a:hover {
	color: #0d0d0d;
}
.menu-vertical #na-menu-primary ul > li[class*="-has-children"] > a::before {
	right: 20px;
	color: #757575;
}
.rtl .menu-vertical #na-menu-primary ul > li[class*="-has-children"] > a::before {
	left: 20px;
	right: auto;
}
.menu-vertical #na-menu-primary ul.mega-menu > li ul {
	top: 100%;
	left: 100%;
}
.rtl .menu-vertical #na-menu-primary ul.mega-menu > li ul {
	right: 100%;
	left: auto;
}
.menu-vertical #na-menu-primary ul.mega-menu > li:hover ul {
	top: 0;
}
.menu-vertical #na-menu-primary ul.mega-menu li.mega-menu-megamenu {
	position: relative;
}
.menu-vertical #na-menu-primary ul.mega-menu > li.mega-menu-flyout > ul {
	min-width: 300px;
}
.menu-vertical #na-menu-primary ul.mega-menu > li > ul {
	min-width: 900px;
	max-width: 1170px;
}
.menu-vertical #na-menu-primary ul.mega-menu li ul ul {
	margin: 0;
	padding: 0;
	display: block;
	left: 0;
	position: relative;
}
.rtl .menu-vertical #na-menu-primary ul.mega-menu li ul ul {
	right: 0;
	left: auto;
}

.jadison_icon {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 30px;
	margin-left: 30px;
}
.jadison_icon .jadison_icon-bar {
	background: #333333;
	display: block;
	height: 2px;
	margin: 4px;
	position: relative;
	width: 22px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.jadison_icon:hover .jadison_icon-bar {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: #0d0d0d;
}

#jadison-top-navbar {

	font-size: 12px;
	color: #0d0d0d;
}
#jadison-top-navbar .topbar-right {
	text-align: right;
}
#jadison-top-navbar .top-bar-fex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#jadison-top-navbar a {
	color: #757575;
	font-size: 13px;
	border: none;
}
#jadison-top-navbar a:hover, #jadison-top-navbar a:focus {
	color: #0d0d0d;
	background: transparent;
}
#jadison-top-navbar ul > li {
	float: left;
	padding: 7px 10px;
}
.rtl #jadison-top-navbar ul > li {
	float: right;
}
#jadison-top-navbar ul > li:first-child {
	padding-left: 0;
}
.rtl #jadison-top-navbar ul > li:first-child {
	padding-right: 0;
	padding-left: inherit;
}
#jadison-top-navbar ul > li a {
	padding: 0;
	margin: 0;
	line-height: 26px;
}
#jadison-top-navbar .topbar-left a {
	color: #757575;
	font-weight: 400;
}
#jadison-top-navbar .topbar-left a:hover {
	color: #0d0d0d;
}
#jadison-top-navbar .topbar-left > * {
	display: block;
	float: left;
	line-height: 26px;
}
.rtl #jadison-top-navbar .topbar-left > * {
	float: right;
}
#jadison-top-navbar .topbar-left .list-unstyled {
	padding: 7px 20px;
}
#jadison-top-navbar .topbar-left .language {
	padding-left: 0;
}
.rtl #jadison-top-navbar .topbar-left .language {
	padding-right: 0;
	padding-left: inherit;
}
#jadison-top-navbar .topbar-right .na-topbar {
	float: right;
}
.rtl #jadison-top-navbar .topbar-right .na-topbar {
	float: left;
}
#jadison-top-navbar .topbar-right .navbar {
	margin: 0;
	min-height: auto;
}
#jadison-top-navbar .topbar-right .navbar > a {
	padding: 0;
}
#jadison-top-navbar .topbar-right #menu-topbar li:last-child {
	padding-right: 0;
}
.rtl #jadison-top-navbar .topbar-right #menu-topbar li:last-child {
	padding-left: 0;
	padding-right: inherit;
}
#jadison-top-navbar .widget_nav_menu ul {
	margin: 0;
	padding: 0;
}
#jadison-top-navbar .widget_nav_menu ul li {
	list-style: none;
}
#jadison-top-navbar .topbar-right #jadison_social-3 {
	margin: 0;
}

.slicknav_nav > li:first-child a {
	border-top: 1px dotted rgba(255, 255, 255, 0.2);
}

.slicknav_nav a > a {
	border-top: none;
}

.sidebar {
	padding-bottom: 50px;
	color: #555555;
	font-size: 15px;
}
.sidebar.sidebar-right {
	padding-left: 35px;
}
.sidebar.sidebar-left {
	padding-right: 35px;
}
.sidebar .input-group {
	max-width: initial;
}
.sidebar .widgettitle {
	margin-top: 0;
}
.sidebar .newsletters .btn-newsletter {
	padding: 0 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sidebar .newsletters .group-input-newsletter {
	padding-bottom: 0;
	display: block;
}
.sidebar .newsletters .input-group {
	display: block;
	border: none;
	width: 100%;
}
.sidebar .newsletters .input-group-btn {
	border: none;
	width: 100%;
	display: block;
	white-space: normal;
}
.sidebar .newsletters input[type="email"], .sidebar .newsletters input[type="submit"] {
	height: 40px;
	letter-spacing: 0.2px;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
.sidebar .newsletters input[type="email"]:hover, .sidebar .newsletters input[type="submit"]:hover {
	background: #9a9a9a;
	color: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sidebar .widget.about .about-description {
	color: #757575;
}
.sidebar .newsletters {
	padding: 0;
}
.sidebar .newsletters #mc4wp {
	min-width: initial;
}
.sidebar .btn {
	letter-spacing: inherit;
}
.sidebar .widget_categories ul {
	padding-top: 15px;
	letter-spacing: 0.3px;
}
.sidebar .widget_categories a {
	color: #9a9a9a;
	font-size: 16px;
}
.sidebar .content-inner {
	background: none;
	box-shadow: none;
}
.sidebar .widget {
	margin-bottom: 60px;
}
.sidebar .widget.widget_tabs_post {
	padding-top: 0;
}
.sidebar .widget.widget_tabs_post .tab-content {
	padding-top: 0;
	position: relative;
	overflow: hidden;
}
.sidebar .widget.widget_tabs_post .tab-content > div.tab-pane {
	display: block;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.sidebar .widget.widget_tabs_post .tab-content > div.tab-pane.active {
	position: relative;
	opacity: 1;
	z-index: 99;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.sidebar .widget.widget_tabs_post > ul > li {
	width: 50%;
	float: left;
	padding: 0;
}
.sidebar .widget.widget_tabs_post > ul > li a {
	color: #7D7D7D;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.sidebar .widget.widget_tabs_post > ul > li.active {
	border-bottom: none;
	color: #9a9a9a;
}
.sidebar .widget.widget_tabs_post > ul > li:hover a {
	color: #9a9a9a;
}
.sidebar .widget.widget_tabs_post > ul a {
	padding: 0;
}
.sidebar .widget.widget_search {
	padding: 4px;
}
.sidebar .widget.widget_search > * {
	background: #f5f5f5;
}
.sidebar .widget:last-child {
	margin-bottom: 44px;
}
.sidebar .widget.widget_mc4wp_form_widget .group-input-newsletter {
	padding-top: 20px;
}
.sidebar .widget.widget_mc4wp_form_widget .widgettitle {
	margin: 0;
	padding: 30px;
	padding-bottom: 0;
	text-align: center;
}
.sidebar .widget.widget_mc4wp_form_widget .widgettitle::after {
	left: 50%;
	margin-left: -25px;
}
.sidebar .widget.widget_mc4wp_form_widget form {
	padding: 26px;
	padding-top: 35px;
}
.sidebar .widget.widget_mc4wp_form_widget > * {
	background: #f5f5f5;
}
.sidebar a:hover {
	color: #0d0d0d;
}
.sidebar ul {
	list-style: none;
	padding: 0;
}
.sidebar ul li {
	border-bottom: 1px solid #e9e9e9;
	color: #757575;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 12px 0;
}
.sidebar ul li:first-child {
	padding-top: 0px;
}
.sidebar ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar ul li.current-cat > a {
	color: #0d0d0d;
}
.sidebar ul li .children, .sidebar ul li .sub-menu {
	border-top: 1px solid #ebebeb;
	margin-top: 10px;
}
.sidebar ul li ul li {
	padding-left: 20px;
}
.rtl .sidebar ul li ul li {
	padding-right: 20px;
	padding-left: inherit;
}
.sidebar ul li ul li:first-child {
	padding-top: 15px;
}
.sidebar .widget {
	overflow: visible;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}
.sidebar .widget:first-child .widgettitle {
	border-top: none;
}
.sidebar .widgettitle img {
	width: auto;
	height: auto;
}
.sidebar .widgettitle + * {
	margin: 0;
	overflow: hidden;
}
.sidebar select {
	margin: 20px 0 0;
	width: calc(100%);
}
.sidebar .widget.dropdown .widgettitle:after {
	color: #9a9a9a;
	content: "\f067";
	font-family: "fontawesome";
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 0px;
}
.rtl .sidebar .widget.dropdown .widgettitle:after {
	left: 15px;
	right: auto;
}
.sidebar .widget.dropdown .widgetcontent.dropdown-menu {
	position: relative;
	float: none;
	border: none;
	box-shadow: none;
}
.sidebar .vc_column_container > .vc_column-inner {
	padding: 0;
}
.sidebar #recentcomments li > a {
	color: #0d0d0d;
}
.sidebar .entry-meta-right {
	display: none;
}
.sidebar .recent-post-widgets li {
	padding: 15px 0;
}
.sidebar .information_widget {
	box-shadow: none;
	padding: 16px;
}
.sidebar .post-grid .article-content {
	padding-bottom: 0;
}
.sidebar .widget_media_image {
	text-align: center;
}
.sidebar .post-trans {
	margin-bottom: 20px;
}
.sidebar .post-trans .article-content {
	bottom: 20px;
	left: 20px;
}
.sidebar .post-trans:last-child {
	margin-bottom: 0;
}

.sidebar .newsletters input[type="email"]:hover {
	background: #fff;
	color: initial;
}

.post-sidebar {
	margin-top: 20px;
}
.post-sidebar .article-image {
	width: 35%;
}
.post-sidebar:first-child {
	margin-top: 0;
}
.post-sidebar .article-content {
	padding-top: 10px;
	float: left;
	width: 65%;
}
.rtl .post-sidebar .article-content {
	float: right;
}
.post-sidebar .article-content.full-width {
	width: 100%;
}
.post-sidebar .post-image {
	box-shadow: none;
	float: left;
	padding-bottom: 0;
}
.rtl .post-sidebar .post-image {
	float: right;
}
.post-sidebar .entry-title {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding-top: 0;
}
.post-sidebar .post-cat {
	font-size: 14px;
	font-weight: 400;
}
.post-sidebar .article-meta {
	color: #9e9e9e;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding-top: 5px;
	background: none;
	border-top: none;
}
.post-sidebar .posted-on:after {
	content: none;
}
.post-sidebar .entry-header {
	padding: 0;
}
.post-sidebar .main-view-like, .post-sidebar .byline {
	display: none;
}
.post-sidebar .author-on {
	display: none;
}

.scrollup {
	border-radius: 100%;
	color: #151515 !important;
	cursor: pointer;
	height: 50px;
	left: 0;
	margin: auto;
	padding: 2px;
	position: absolute;
	right: 0;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	top: -30px;
	width: 50px;
	z-index: 999;
	background: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
	line-height: 46px;
}
.scrollup:hover {
	background: #0d0d0d;
	color: #FFF !important;
}

.fitnez-instagram {
	margin-top: -6px;
}

#na-footer {
	margin-top: 27px;
	font-weight: 400;

	color: #757575;
	font-size: 15px;
	background-position: center center;
	background-size: cover;
}
#na-footer .mc4wp-form-fields {
	float: left;
}
.rtl #na-footer .mc4wp-form-fields {
	float: right;
}
#na-footer.footer-2 .sbi_item {
	border: none;
}
#na-footer.footer-2 .newsletters {
	margin-top: 0;
	text-align: left;
}
.rtl #na-footer.footer-2 .newsletters {
	text-align: right;
}
#na-footer.footer-2 .footer-bottom .copy-right {
	text-align: center;
	color: #757575;
}
#na-footer.footer-2 .footer-bottom .copy-right a {
	color: #0d0d0d;
}
#na-footer.footer-2 .jadison_social {

}
.jadison_social a:hover {
	opacity: 0.7;
}
#na-footer.footer-2 .footer-top {
	padding: 0px 0 10px;
}
#na-footer .widgettitle::after {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
#na-footer .about {
	margin-top: 30px;
	margin-bottom: 10px;
}
#na-footer .jadison-social-icon {

}
.jadison-social-icon a:hover i {
	color: #0d0d0d;
}
#na-footer [class*="ion-social-"] {
	margin-bottom: 0;
}
#na-footer .widget.about .widgettitle {
	color: #9a9a9a;
	display: block;
	font-size: 20px;
	margin: 20px 0;
	position: relative;
	text-transform: capitalize;
}
#na-footer .btn-newsletter:hover {
	background: #0d0d0d;
	color: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#na-footer .newsletters {
	padding: 0;
	max-width: 650px;
	margin: auto;
	margin-top: 50px;
}
#na-footer .newsletters .group-input-newsletter {
	padding: 0;
	margin: 20px 0 10px;
}
#na-footer .newsletters .input-group {
	border: none;
}
#na-footer .newsletters .form-control {
	height: 38px;
}
#na-footer .newsletters .widgettitle {
	margin-bottom: 35px;
}
#na-footer .newsletters input[type="submit"] {
	height: 38px;
	padding: 5px 20px;
}
#na-footer .newsletters .input-group-btn {
	border: none;
}
#na-footer li {
	list-style: none;
	float: left;
	margin-right: 15px;
}
#na-footer li:last-child {
	margin-right: 0;
}
#na-footer ul {
	overflow: hidden;
	padding: 0;
	display: inline-block;
}
#na-footer .footer-center {
	position: relative;
	text-align: center;
}
#na-footer.footer-1 .footer-bottom {
	border-top: none;
	background: #f5f5f5;
}
#na-footer.footer-1 .footer-bottom .copy-right {
	text-align: right;
}
.rtl #na-footer.footer-1 .footer-bottom .copy-right {
	text-align: left;
}
#na-footer .footer-bottom {
	background: #f5f5f5;
	padding: 25px 0;
	font-size: 14px;
	line-height: 30px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #e2e2e2;
}
#na-footer .footer-bottom [class*="ion-social-"] {
	border: none;
}
#na-footer .footer-bottom ul {
	float: left;
	margin: 0;
}
.rtl #na-footer .footer-bottom ul {
	float: right;
}
#na-footer .footer-bottom .jadison-social-icon {
	text-align: left;
	margin: 0;
}
.rtl #na-footer .footer-bottom .jadison-social-icon {
	text-align: right;
}
#na-footer .footer-bottom .copy-right {
	text-align: right;
}
#na-footer .footer-bottom .copy-right a {
	color: #0d0d0d;
	font-weight: 400;
}
#na-footer .footer-bottom .copy-right a:hover {
	color: #0d0d0d;
}
#na-footer .jadison-image-content {
	padding: 100px 0 50px;
}
#na-footer .fa-heart {
	color: #0d0d0d;
}

#sbi_load {
	padding-top: 0 !important;
}

.footer-center {
	text-align: center;
}

/*
* Style Page
*/
.main-content {
	padding-bottom: 50px;
}

.page-header {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: none;
}

.page-title {
	margin-top: 0px;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
}
.page-title > h1 {
	margin-top: 0;
	font-size: 40px;
	line-height: 45px;
}

.page-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

/**
 * Contact form
 */
.contact .fa {
	color: #0d0d0d;
	font-size: 18px;
	width: 30px;
}

/**
 * error 404
 */
.error-404, .no-results {
	padding: 200px 0;
	text-align: center;
}
.error-404 .page-title, .no-results .page-title {
	margin: 0;
}
.error-404 .searchform, .no-results .searchform {
	display: inline-block;
}
.error-404 .searchform .input-group, .no-results .searchform .input-group {
	max-width: 500px;
}
.error-404 .searchform .form-control, .no-results .searchform .form-control {
	background: #fff;
	width: 100%;
	height: 50px;
	min-width: 400px;
}
.error-404 .searchform button, .no-results .searchform button {
	height: 50px;
	background: #fcfcfc;
	color: #0d0d0d;
	border: none;
	padding: 10px 24px;
	font-size: 14px;
}
.error-404 .searchform button:hover, .no-results .searchform button:hover {
	background: #0d0d0d;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.error-404 .searchform button:hover i, .no-results .searchform button:hover i {
	color: #fff;
}

/**
 * panel
 */
.panel {
	box-shadow: none;
}

.panel-heading > *, .panel-title {
	font-size: 18px;
	text-transform: uppercase;
}

.panel-body {
	padding: 30px;
}
.panel-body .form-row {
	margin-bottom: 20px;
}

.edit {
	font-size: 16px;
	font-style: italic;
	text-transform: capitalize;
}

.fa-map-marker, .fa-phone, .fa-envelope-o {
	margin-right: 10px;
	color: #0d0d0d;
}
.rtl .fa-map-marker, .rtl .fa-phone, .rtl .fa-envelope-o {
	margin-left: 10px;
	margin-right: inherit;
}

.author .sidebar .widget:last-child {
	margin-bottom: 127px;
}

.search-results .sidebar .widget:last-child {
	margin-bottom: 127px;
}
.search-results .archive-blog .col-md-12 .grid-full:last-child {
	margin-bottom: 30px;
}

.home .wrap-breadcrumb {
	display: none;
}
.home .page-header {
	display: none;
}

.site-title {
	display: inline-block;
}

.container-fluid, .container-full {
	max-width: 1770px;
	margin-left: auto;
	margin-right: auto;
}
.container-fluid .container-inner, .container-full .container-inner {
	padding: 0 60px;
}

.site-content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.wrap-content {
	margin-top: 30px;
}

.widget.center {
	text-align: center;
}
.widget.left {
	text-align: left;
}
.rtl .widget.left {
	text-align: right;
}
.widget.right {
	text-align: center;
}

.widgettitle {
	color: #9a9a9a;
	display: block;
	font-weight: 400;
	font-size: 16px;
	margin: 10px 0 30px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.widgettitle::after {
	content: '';
	height: 2px;
	position: absolute;
	left: 0;
	width: 50px;
	border-bottom: 1px solid #0d0d0d;
	bottom: -10px;
}
.widgettitle span {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.widget_calendar table > thead > tr > th {
	border-bottom: 1px solid #f3f3f3;
}

.widget_layered_nav ul li.chosen, .widget_layered_nav_filters ul li.chosen {
	vertical-align: middle;
	color: #0d0d0d;
}
.widget_layered_nav ul li.chosen > a, .widget_layered_nav_filters ul li.chosen > a {
	color: #0d0d0d;
}
.widget_layered_nav ul li.chosen > a:before, .widget_layered_nav_filters ul li.chosen > a:before {
	border: none;
	background: #0d0d0d;
}
.widget_layered_nav ul li.chosen > a:after, .widget_layered_nav_filters ul li.chosen > a:after {
	color: #FFF;
	content: "";
	display: block;
	font-family: "icomoon";
	font-size: 16px;
	height: 18px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 18px;
	line-height: 18px;
	z-index: 10;
}
.rtl .widget_layered_nav ul li.chosen > a:after, .rtl .widget_layered_nav_filters ul li.chosen > a:after {
	right: 0px;
	left: auto;
}
.widget_layered_nav ul li.chosen > a:hover:after, .widget_layered_nav_filters ul li.chosen > a:hover:after {
	content: "\e780";
}
.widget_layered_nav ul li a, .widget_layered_nav_filters ul li a {
	line-height: 20px;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}
.rtl .widget_layered_nav ul li a, .rtl .widget_layered_nav_filters ul li a {
	padding-right: 30px;
	padding-left: inherit;
}
.widget_layered_nav ul li a:before, .widget_layered_nav_filters ul li a:before {
	content: "" !important;
	width: 18px;
	height: 18px;
	border: 1px solid #dfdfdf;
	display: block;
	position: absolute;
	left: 0;
	border-radius: 100%;
	top: 0px;
	z-index: 5;
	background: transparent;
}
.rtl .widget_layered_nav ul li a:before, .rtl .widget_layered_nav_filters ul li a:before {
	right: 0;
	left: auto;
}
.widget_layered_nav ul li a:hover:before, .widget_layered_nav_filters ul li a:hover:before {
	border: none;
	background: #0d0d0d;
}
.widget_layered_nav ul li:hover .count, .widget_layered_nav_filters ul li:hover .count {
	color: #0d0d0d;
}

.widget_layered_nav_filters ul li.chosen > a:after {
	color: #FFF;
	content: "\e780";
	display: block;
	font-family: "icomoon";
	font-size: 16px;
	height: 18px;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 18px;
	line-height: 18px;
	z-index: 10;
}
.rtl .widget_layered_nav_filters ul li.chosen > a:after {
	right: 0px;
	left: auto;
}

.input-group-btn {
	border-left: 1px solid #ededed;
}

.sidebar .widget.widget_search .ti-search {
	font-size: 14px;
}
.sidebar .widget.widget_search input[type="text"] {
	border-radius: 100px;
}
.sidebar .widget.widget_search .input-group {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 100px;
	border: 1px solid #ededed;
}
.sidebar .widget.widget_search .input-group-btn {
	position: absolute;
	display: inline-block;
	width: initial;
	z-index: 9;
	right: 0;
}
.sidebar .widget.widget_search .input-group-btn * {
	color: #0d0d0d;
	border: none;
	outline: none;
	box-shadow: none;
}

.input-group-btn {
	outline: none;
}

.information_widget .logo-footer {
	width: auto;
	margin-top: 15px;
}
.information_widget .description {
	margin: 20px 0 15px;
	line-height: 30px;
}

.page-content .wpb_revslider_element {
	margin-bottom: 0;
}

.widget-related .widgettitle {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 50px;
	margin-top: 50px;
	text-transform: capitalize;
}
.widget-related .related-wrapper {
	margin-bottom: 50px;
}

.widget.recent_blog {
	padding-bottom: 0;
}
.widget.recent_blog .post-item {
	position: relative;
}
.widget.recent_blog .widgettitle {
	font-size: 20px;
	color: #9a9a9a;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	padding-bottom: 20px;
}
.widget.recent_blog ul > li {
	padding-left: 30px !important;
}
.rtl .widget.recent_blog ul > li {
	padding-right: 30px !important;
	padding-left: inherit;
}
.widget.recent_blog li > a {
	font-weight: 500;
	color: #9a9a9a;
}
.widget.recent_blog .post-date {
	display: block;
}
.widget.recent_blog .entry-title {
	padding: 0;
}
.widget.recent_blog .entry-header {
	padding: 15px 0;
}
.widget.recent_blog .entry-title a {
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding-left: 10px;
	display: block;
}
.rtl .widget.recent_blog .entry-title a {
	padding-right: 10px;
	padding-left: inherit;
}
.widget.recent_blog .entry-title a:hover {
	color: #0d0d0d;
}
.widget.recent_blog .entry-meta {
	font-size: 12px;
	color: #757575;
	padding-left: 10px;
	display: block;
}
.rtl .widget.recent_blog .entry-meta {
	padding-right: 10px;
	padding-left: inherit;
}
.widget.recent_blog .number-post {
	background: #ff4422 none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 100%;
	color: white;
	font-size: 14px;
	font-weight: 500;
	height: 35px;
	left: -15px;
	line-height: 34px;
	position: absolute;
	text-align: center;
	top: 40px;
	width: 35px;
	z-index: 99;
}
.rtl .widget.recent_blog .number-post {
	right: -15px;
	left: auto;
}
.widget.recent_blog .entry-header-title {
	float: left;
	width: 70%;
}
.rtl .widget.recent_blog .entry-header-title {
	float: right;
}
.widget.recent_blog .post-item:last-child {
	border: none;
}
.widget.recent_blog .post-image {
	float: left;
	width: 30%;
}
.rtl .widget.recent_blog .post-image {
	float: right;
}
.widget.recent_blog .no-image .number-post {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #f2756f;
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	left: -5px;
	top: 15px;
}
.rtl .widget.recent_blog .no-image .number-post {
	right: -5px;
	left: auto;
}
.widget.recent_blog .no-image .entry-header-title {
	padding-left: 40px;
	width: 100%;
}
.rtl .widget.recent_blog .no-image .entry-header-title {
	padding-right: 40px;
	padding-left: inherit;
}

.widget_search .form-control {
	border: none;
}
.widget_search .input-group-btn {
	background: #fcfcfc;
}

.widget_slider_post .post-trans {
	margin-bottom: 0;
}

.slider-full .post-item.slick-active .article-content {
	opacity: 1;
	transform: translate(-50%, -50%);
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	transition-delay: 0.7s;
}
.slider-full .post-cat {
	color: #0d0d0d !important;
}
.slider-full .article-image {
	float: none;
	max-width: initial;
	width: initial;
	position: relative;
}
.slider-full .post-trans .article-content {
	background: rgba(255, 255, 255, 1);
	left: 50%;
	padding: 30px;
	max-width: 600px;
	opacity: 0;
	position: absolute;
	top: 50%;
	bottom: auto;
	transform: translate(-50%, -55%);
	transition: all 0.2s ease 0.6s;
	width: 100%;
	z-index: 99;
	text-align: center;
}

.slider-full .post-trans .entry-title {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: initial;
}
.slider-full .post-trans .entry-title a {
	font-size: 24px;
	color: #9a9a9a;
}
.slider-full .post-trans .entry-content {
	margin: auto;
	    text-align: justify;
	color: #9e9e9e;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	    line-height: 20px;
    text-align: justify;
}
.slider-full .post-trans .posted-on .entry-date, .slider-full .post-trans .main-view-like {
	color: #9e9e9e;
}
.slider-full .post-trans .main-view-like .total-view *, .slider-full .post-trans .main-view-like .comment-text * {
	color: #9e9e9e;
}
.slider-full .post-trans .post-cat a {
	color: #0d0d0d;
}
.slider-full .post-trans .post-image::before {
	content: none;
}

.col2-3box .box-large {
	padding: 0 7.5px;
}
.col2-3box .box-large .entry-title {
	margin-bottom: 3px;
	margin-top: 2px;
	line-height: 30px;
	font-size: 24px;
}
.col2-3box .box-large .post-image {
	height: 558px;
}
.col2-3box .box-small {
	padding: 0 7.5px;
}
.col2-3box .box-small .entry-title {
	line-height: 22px;
	margin: 2px 0 5px;
}
.col2-3box .box-small .entry-title a {
	line-height: 20px;
}
.col2-3box .slick-slide {
	margin: 0 -7.5px;
}
.col2-3box .post-item {
	margin-bottom: 15px;
}
.col2-3box .readmore {
	color: #dfdfdf;
	background: transparent;
	border: 1px solid #dfdfdf;
}
.col2-3box .readmore:hover {
	border: 1px solid #9a9a9a;
}

.slider-blog .col-md-8 .post-list .article-content, .slider-blog .col-lg-8 .post-list .article-content {
	max-width: initial;
}
.slider-blog.column3, .slider-blog .article-carousel-center {
	cursor: -webkit-grab;
}
.slider-blog.column3 .posted-on::after, .slider-blog .article-carousel-center .posted-on::after {
	border-left: 1px solid #dfdfdf;
}
.slider-blog.column3 a.readmore, .slider-blog .article-carousel-center a.readmore {
	border: 1px solid #d7d7d7;
	color: #dfdfdf;
	margin-top: 10px;
	padding: 10px 15px;
	font-size: 14px;
}
.slider-blog.column3 a.readmore:hover, .slider-blog .article-carousel-center a.readmore:hover {
	border: 1px solid #0d0d0d;
	color: white;
}
.slider-blog.column3 .post-cat a, .slider-blog .article-carousel-center .post-cat a {
	color: #fff;
}
.slider-blog.column3 .post-cat a:hover, .slider-blog .article-carousel-center .post-cat a:hover {
	color: #0d0d0d;
}
.slider-blog.column3 .box-large .post-image, .slider-blog .article-carousel-center .box-large .post-image {
	height: 559px;
}
.slider-blog.column3 .box-large .post-list .article-content, .slider-blog .article-carousel-center .box-large .post-list .article-content {
	padding: 30px;
}
.slider-blog.column3 .box-large .post-list .article-content .entry-title > a, .slider-blog .article-carousel-center .box-large .post-list .article-content .entry-title > a {
	font-size: 24px;
}
.slider-blog.column3 .post-list .post-image::before, .slider-blog .article-carousel-center .post-list .post-image::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}
.slider-blog.column3 .post-list .article-content, .slider-blog .article-carousel-center .post-list .article-content {
	padding: 30px 15px;
	width: 80%;
	opacity: 1;
	background: transparent;
}
.slider-blog.column3 .post-list .article-content .entry-title > a, .slider-blog .article-carousel-center .post-list .article-content .entry-title > a {
	font-size: 16px;
	color: #fff;
}
.slider-blog.column3 .post-list .article-content .entry-title > a:hover, .slider-blog .article-carousel-center .post-list .article-content .entry-title > a:hover {
	color: #0d0d0d;
}
.slider-blog.column3 .post-list .article-content .entry-content, .slider-blog .article-carousel-center .post-list .article-content .entry-content {
	color: #fff;
}
.slider-blog.column3 .post-list .article-content .entry-date, .slider-blog.column3 .post-list .article-content .total-view, .slider-blog.column3 .post-list .article-content .entry-meta-right a, .slider-blog .article-carousel-center .post-list .article-content .entry-date, .slider-blog .article-carousel-center .post-list .article-content .total-view, .slider-blog .article-carousel-center .post-list .article-content .entry-meta-right a {
	color: #fff;
}
.slider-blog.column3 .article-image, .slider-blog .article-carousel-center .article-image {
	width: 100%;
}
.slider-blog .article-carousel-center .post-list {
	opacity: 0.6;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	transition-delay: 0.7s;
}
.slider-blog .article-carousel-center .post-list.slick-active {
	opacity: 1;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	transition-delay: 0.7s;
}
.slider-blog .article-carousel-center .post-list.slick-active .article-content {
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	transition-delay: 0.7s;
}
.slider-blog .article-carousel-center .post-list .article-content {
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	transition-delay: 0.7s;
}
.slider-blog .article-carousel-center .post-list .article-content .entry-title > a {
	font-size: 24px;
	line-height: 30px;
}
.slider-blog .article-image {
	margin: 0;
}
.slider-blog.article-carousel.col-2-3box .article-image {
	width: 100%;
}
.slider-blog .article-carousel-center .article-content {
	padding: 30px;
}
.slider-blog .archive-blog .post-cat {
	text-transform: uppercase;
	color: #8d8d8d;
	text-align: center;
	display: inline!important;
}
.slider-blog .posted-on::after {
	border-left: 1px solid #8d8d8d;
	opacity: 1;
}
.slider-blog .post-list .post-cat {
	color: #fff;
}
.slider-blog.col8-4box .post-list .post-image {
	min-height: 450px;
}
.slider-blog.col8-4box .post-list .article-content {
	text-align: left;
	bottom: 15px;
	position: absolute;
	left: 0px;
}
.slider-blog.blog-box-layout .post-image {
	height: 530px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	width: 100%;
}
.slider-blog .post-image {
	box-shadow: none;
}
.slider-blog .post-list .article-meta, .slider-blog .post-list .entry-header-title {
	display: block;
}
.slider-blog .post-list {
	position: relative;
	border: none;
	margin-bottom: 0;
}
.slider-blog .post-list .article-image {
	position: relative;
}
.slider-blog .post-list .post-image {
	box-shadow: none;
}
.slider-blog .post-list .entry-date {
	color: #9e9e9e;
}
.slider-blog .post-list .article-content {
	position: absolute;
	z-index: 99;
	left: 0;
	background: none;
	bottom: 0;
	opacity: 0;
	max-width: 600px;
	background: #fff;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	transition-delay: 0.6s;
}
.slider-blog .post-list .entry-title > a {
	color: #9a9a9a;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
}
.slider-blog .post-list .entry-title > a:hover {
	color: #0d0d0d;
}
.slider-blog .post-list .entry-title {
	position: relative;
}
.slider-blog .post-list .author > a {
	color: #FFF;
}
.slider-blog .post-list .entry-content {
	color: #757575;
	text-align: left;
	max-width: 600px;
	margin: auto;
}
.slider-blog .post-list .total-view {
	color: #9e9e9e;
}
.slider-blog .post-list .post-format {
	display: none;
}
.slider-blog .post-list .author strong {
	font-size: 12px;
}
.slider-blog .post-list b, .slider-blog .post-list strong {
	color: #fff;
}
.slider-blog .post-list p {
	margin: 0;
}
.slider-blog .post-list .by {
	color: #c8c8c8;
}
.slider-blog .post-list .byline {
	line-height: 24px;
}
.slider-blog .post-list .article-content .entry-meta-right {
	text-align: left;
	float: none;
	color: white;
	padding: 0;
}
.rtl .slider-blog .post-list .article-content .entry-meta-right {
	text-align: right;
}
.slider-blog .post-list .article-content .entry-meta-right a {
	color: #9e9e9e;
}
.slider-blog .post-list .article-content .entry-meta-right span {
	color: white !important;
}
.slider-blog .post-list .full-width b, .slider-blog .post-list .full-width strong {
	color: #757575;
}
.slider-blog .post-list .full-width .entry-title > a {
	color: #9a9a9a;
}
.slider-blog .post-list .full-width .article-meta {
	padding: 10px 30px 20px 15px;
	padding: 10px 30px 20px 15px;
}
.rtl .slider-blog .post-list .full-width .article-meta {
	padding: 10px 15px 20px 30px;
}
.slider-blog .post-list .full-width .entry-content {
	padding: 0 20px;
	color: #757575;
}
.slider-blog .post-list .full-width .entry-meta-right a, .slider-blog .post-list .full-width .entry-meta-right span {
	color: #757575 !important;
}
.slider-blog .post-list .post-image.full-width:after {
	content: none;
}
.slider-blog .post-list .placeholder-trans {
	max-height: 500px;
}

.posts-featured {
	margin: 0 -15px;
}
.posts-featured .post-item {
	box-shadow: none;
}

.post-vertical .article-meta {
	color: #fff;
}
.post-vertical .article-meta a {
	color: #fff;
}
.post-vertical .post-item {
	border-top: none;
	border-bottom: none;
}
.post-vertical .posted-on::after {
	color: #fff;
}
.post-vertical .post-image {
	height: 420px;
	max-width: 490px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.post-vertical .entry-title a {
	color: #fff;
}
.post-vertical .post-cat a {
	color: #fff;
}

.single-bgr-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	width: 100%;
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.posts-featured .slick-prev {
	left: -20px;
}
.posts-featured .slick-next {
	right: -20px;
}
.posts-featured.article-carousel {
	cursor: -webkit-grab;
}

.vc_row-no-padding .slider-blog.blog-box-layout .post-image {
	height: calc(100vh - 100px);
}

.newsletters {
	padding: 30px;
	text-align: center;
	color: #757575;
}
.newsletters .widgettitle {
	text-align: center;
}
.newsletters .des-newsletter {
	line-height: 24px;
}
.newsletters .group-input-newsletter {
	display: inline-block;
	padding: 30px 0;
}
.newsletters input, .newsletters .form-control {
	height: 40px;
	font-size: 14px;
}
.newsletters input[type="email"] {
	background: #fff none repeat scroll 0 0;
	height: 42px;
	width: 100%;
	border: none;
	padding: 6px 20px;
}
.newsletters input[type="email"].form-control::-moz-placeholder {
	color: #999999;
}
.newsletters input[type="submit"] {
	border: none;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	height: 42px;
	padding: 8px 25px;
	text-transform: uppercase;
	font-weight: 400;
	background: #0d0d0d;
}
.newsletters input[type="submit"]:hover {
	background: #9a9a9a;
}

.input-group {
	max-width: 500px;
	overflow: hidden;
	border: 1px solid #ededed;
}

[class*="ion-social-"] {
	width: 29px;
	height: 29px;
	color: #0d0d0d;
	font-size: 14px;
	display: inline-block;
	line-height: 29px;
	margin-left: 7px;
	text-align: center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border-radius: 100%;
	border: 1px	solid #9e9e9e;
}
.rtl [class*="ion-social-"] {
	margin-right: 15px;
	margin-left: inherit;
}
[class*="ion-social-"]:first-child {
	margin-left: 0;
}

.jadison_social a {
	margin-bottom: 10px;
}
.jadison_social a:hover {
	border: 1px solid #0d0d0d!important;
}
.jadison_social a:hover i {
	color: #0d0d0d;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.widget_apsc_widget .apsc-inner-block {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.widget_apsc_widget .apsc-each-profile {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.widget_apsc_widget .apsc-each-profile:last-child {
	border-bottom: none;
	padding: 0;
}
.widget_apsc_widget .apsc-icons-wrapper {
	padding-top: 0;
}
.widget_apsc_widget .social-icon {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	vertical-align: middle;
}
.widget_apsc_widget .social-icon .fa {
	font-size: 20px;
	width: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 15px;
}
.rtl .widget_apsc_widget .social-icon .fa {
	margin-left: 15px;
	margin-right: inherit;
}
.widget_apsc_widget .social-icon .media-name {
	color: #585858;
	font-size: 14px;
	text-transform: uppercase;
}
.widget_apsc_widget .apsc-count {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	vertical-align: middle;
	height: 50px;
	text-align: right;
	line-height: 50px;
	margin-right: 5px;
}
.rtl .widget_apsc_widget .apsc-count {
	text-align: left;
}
.rtl .widget_apsc_widget .apsc-count {
	margin-left: 5px;
	margin-right: inherit;
}
.widget_apsc_widget .apsc-media-type {
	line-height: 50px;
	text-transform: lowercase;
}
.widget_apsc_widget .fa-facebook {
	color: #3b5998;
}
.widget_apsc_widget .fa-google-plus {
	color: #dd4b39;
}
.widget_apsc_widget .fa-twitter {
	color: #00aced;
}
.widget_apsc_widget .fa-instagram {
	color: #517fa4;
}
.widget_apsc_widget .fa-pinterest {
	color: #cb2027;
}
.widget_apsc_widget .fa-skype {
	color: #0078ca;
}
.widget_apsc_widget .fa-vimeo {
	color: #aad450;
}
.widget_apsc_widget .fa-youtube {
	color: #bb0000;
}
.widget_apsc_widget .fa-dribbble {
	color: #ea4c89;
}
.widget_apsc_widget .fa-linkedin {
	color: #007bb6;
}
.widget_apsc_widget .fa-rss {
	color: #FF9900;
}

.widget.about {
	text-align: center;
}
.widget.about .widgettitle {
	display: inline-block;
}
.widget.about .widgettitle::after {
	left: 50%;
	margin-left: -25px;
}
.widget.about .jadison-social-icon {
	margin-top: 15px;
}
.widget.about .jadison-social-icon a:hover {
	border: 1px solid #0d0d0d;
}
.widget.about .about-image {
	border-radius: 100%;
	display: block;
	height: 200px;
	margin: auto;
	padding: 0;
	width: 200px;
}
.widget.about .about-description {
	color: #757575;
	display: inline-block;
	line-height: 24px;
	margin-top: 20px;
	padding: 5px 20px;
}

#na-footer .widget.about {
	max-width: 600px;
	display: inline-block;
}
#na-footer .widget.about .about-image {
	margin: 0;
	border-radius: 0;
	max-width: inherit;
}
#na-footer .widget.about .jadison-social-icon {
	padding-top: 0px;
	border-top: none;
}
#na-footer .widget.about .jadison-social-icon a {
	margin: 0px 10px 0 0;
}
.rtl #na-footer .widget.about .jadison-social-icon a {
	margin: 0px 0 0 10px;
}
#na-footer .widget.about .jadison-social-icon a:last-child {
	margin: 0;
}

.widget-introduce {
	vertical-align: middle;
}
.widget-introduce .introduce-image {
	width: 350px;
	height: 450px;
	display: table-cell;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}
.widget-introduce .introduce-text {
	padding-left: 60px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	max-width: 520px;
}
.rtl .widget-introduce .introduce-text {
	padding-right: 60px;
	padding-left: inherit;
}
.widget-introduce .row-nopadding {
	display: table;
}
.widget-introduce .widget-content {
	padding: 40px 100px 60px;
	position: relative;
}
.widget-introduce .sub-title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	left: 60px;
	bottom: 90px;
}
.widget-introduce .widgettitle {
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	line-height: 24px;
	margin-bottom: 35px;
	max-width: 450px;
	letter-spacing: 1px;
}
.widget-introduce .des-services {
	padding: 10px 0;
	line-height: 24px;
}
.widget-introduce .initialize {
	padding: 0;
	font-size: 14px;
	display: inline-block;
	float: left;
	color: #9a9a9a;
}

.social-about {
	display: inline-block;
	float: right;
	margin-top: -4px;
}
.social-about a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	display: block;
	border-radius: 100%;
	text-align: center;
}
.social-about i {
	color: #9a9a9a;
	font-size: 14px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.social-about i:hover {
	color: #0d0d0d;
}
.social-about li {
	display: inline-block;
}

/*Style category blog*/
.archive_description {
	text-transform: capitalize;
	color: #f2f2f2;
}

.title-page, .title-cat {
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
    font-size: 40px;
    line-height: 45px;
    text-transform: initial;
    color:#0d0d0d;
}

.archive-blog .full-width {
	padding: 30px;
}
.archive-blog .entry-content {
	padding-bottom: 10px;
	color: #757575;
}
.archive-blog .entry-content h1, .archive-blog .entry-content h2, .archive-blog .entry-content h3, .archive-blog .entry-content h4, .archive-blog .entry-content h5 {
	font-weight: 500;
	margin-top: 10px;
}
.archive-blog .entry-content p {
	margin-bottom: 10px;
}
.archive-blog .entry-action {
	padding-top: 10px;
	padding-left: 30px;
}
.rtl .archive-blog .entry-action {
	padding-right: 30px;
	padding-left: inherit;
}
.archive-blog .entry-title {
	font-size: 18px;
	padding: 0;
	margin-top: 5px;
	line-height: 24px;
	font-weight: 400;
}
.archive-blog .posted-on {
	padding: 0;
}
.archive-blog .author {
	text-transform: capitalize;
	font-size: 12px;
}
.archive-blog .icon-icon_tag {
	padding-right: 5px;
}
.rtl .archive-blog .icon-icon_tag {
	padding-left: 5px;
	padding-right: inherit;
}
.archive-blog .post-image {
	padding-bottom: 0;
}
.archive-blog .post-cat {
	font-size: 14px;
	font-weight: 400;
	display: block;
	overflow: hidden;
}
.archive-blog .comments-link {
	padding-left: 0;
}
.rtl .archive-blog .comments-link {
	padding-right: 0;
	padding-left: inherit;
}

.content-area {
	margin-bottom: 30px;
}

.by {
	color: #9e9e9e;
	text-transform: lowercase;
	font-style: italic;
	font-size: 14px !important;
	padding-right: 5px;
}
.rtl .by {
	padding-left: 5px;
	padding-right: inherit;
}

.author {
	font-size: 14px;
}
.author > a {
	color: #9a9a9a;
	font-size: 14px;
	padding-right: 10px;
}
.rtl .author > a {
	padding-left: 10px;
	padding-right: inherit;
}

.image-item {
	position: relative;
	overflow: hidden;
	text-align: initial;
}
.image-item .share-links {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-70%);
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	pointer-events: none;
}
.image-item .share-links .social-item {
	border: none;
}
.image-item .share-links .social-item i {
	color: #fff;
	font-size: 20px;
}

.post-item:hover .image-item .share-links {
	opacity: 1;
	transform: translateY(-50%);
	pointer-events: initial;
}
.post-item:hover .bgr-item {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	right: 0;
	bottom: 0;
	
}

.grid-text .article-content.full-width, .grid-full .article-content.full-width {
	padding-top: 0;
}

.content-cate-full .post-list .entry-title {
	font-size: 24px;
}

.wrapper-filter {
	padding-left: 0;
}

.na-banners {
	position: relative;
}
.na-banners .content {
	position: absolute;
	text-align: center;
	z-index: 9;
	background: #fff;
left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
	
}
.na-banners .bannertitle {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	text-transform: initial;
	font-family: 'Playfair Display', serif;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
}
.na-banners .bannertitle a {
	color: #0d0d0d;
	font-size: 40px;
	line-height: 45px;
}
/*Style single blog*/
*:focus, *:active {
	outline: none;
	border-color: none;
}

.post-format .ti-control-play, .post-format .ti-camera, .post-format .ti-headphone, .post-format .ti-quote-left {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #0d0d0d;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #f1f1f1;
	border-radius: 100%;
	line-height: 45px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: none;
}
.post-format .ti-control-play:hover, .post-format .ti-camera:hover, .post-format .ti-headphone:hover, .post-format .ti-quote-left:hover {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: #0d0d0d;
	color: #f1f1f1;
}

.single .post-image .wp-post-image {
	display: inline-block;
	text-align: center;
}
.single .post-image {
	box-shadow: none;
}

.post-image {
	text-align: center;
	position: relative;
}

.post-image > * {
	display: block;
}
.post-image ul li {
	list-style: none;
}
.post-image .owl-carousel {
	padding: 0;
	z-index: 999;
}
.post-image .owl-carousel .fa {
	font-weight: 700;
}
.post-image .owl-carousel .owl-prev {
	left: 15px;
	border-width: 2px;
}
.post-image .owl-carousel .owl-next {
	right: 15px;
	border-width: 2px;
}
.post-image img {
	float: none !important;
}

.post-cat {
	color: #0d0d0d;
	text-transform: capitalize;
	position: relative;
	display: block;
	font-size: 13px;
}
.post-cat a {
	color: #0d0d0d;
	position: relative;
	font-size: 10.2px;
	letter-spacing: 4px;
	display: inline-block;
	text-transform: uppercase;
}

.post-date {
	color: #808080;
	font-size: 10.2px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.entry-header {
	padding-top: 40px;
}

.entry-title {
	display: inline-block;
	padding-top: 10px;
	margin-bottom: 0px;
	line-height: 38px;
	margin-top: 0;
	color: #9a9a9a;
}
.entry-title a {
	color: #9a9a9a;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.entry-title a:hover {
	color: #0d0d0d;
}

.entry-avatar {
	margin: 10px 0 40px;
}
.entry-avatar .total-view {
	margin-right: 2px;
}
.rtl .entry-avatar .total-view {
	margin-left: 2px;
	margin-right: inherit;
}
.entry-avatar .comment-text i {
	padding: 0 5px;
}
.entry-avatar .avatar {
	border-radius: 100%;
	margin-right: 10px;
}
.rtl .entry-avatar .avatar {
	margin-left: 10px;
	margin-right: inherit;
}
.entry-avatar .author-by, .entry-avatar .author-on {
	color: #9e9e9e;
	font-style: italic;
}
.entry-avatar .author-title {
	font-weight: 400;
	font-size: 14px;
	color: #0d0d0d;
	position: relative;
}
.entry-avatar .author-title::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 8px;
	border-left: 1px solid #afafaf;
	right: -15px;
	top: 6px;
}
.entry-avatar .author-link {
	text-transform: capitalize;
	color: #9e9e9e;
	font-weight: 500;
	letter-spacing: 0.4px;
	font-size: 14px;
}
.entry-avatar .author-link:hover {
	color: #0d0d0d;
}
.entry-avatar .count-share {
	float: right;
}
.rtl .entry-avatar .count-share {
	float: left;
}
.entry-avatar > * {
	display: inline-block;
}

.entry-footer {
	padding-top: 15px;
	color: #757575;
}
.entry-footer i {
	font-size: 15px;
	padding-right: 3px;
	line-height: 22px;
}
.rtl .entry-footer i {
	padding-left: 3px;
	padding-right: inherit;
}
.entry-footer .comment-text {
	padding: 0 10px;
	color: #757575;
}
.entry-footer .comment-text .fb_comments_count {
	padding-right: 5px;
}
.rtl .entry-footer .comment-text .fb_comments_count {
	padding-left: 5px;
	padding-right: inherit;
}
.entry-footer .comment-text .i {
	font-size: 16px;
}
.entry-footer .comment-text .txt {
	font-size: 12px;
}
.entry-footer .comment-text:hover * {
	color: #0d0d0d;
	-webkit-transition: 0.2;
	-o-transition: 0.2;
	transition: 0.2;
}

.archive-header .entry-title {
	padding: 15px 0;
}

.total-view .fa, .comments-link .fa {
	padding-right: 5px;
}

.post-comment {
	padding-bottom: 25px;
	line-height: 24px;
}
.post-comment .fa {
	padding-right: 10px;
	color: #0d0d0d;
}
.rtl .post-comment .fa {
	padding-left: 10px;
	padding-right: inherit;
}
.post-comment span {
	font-size: 12px;
}
.post-comment span:first-child {
	padding-left: 0px;
}
.rtl .post-comment span:first-child {
	padding-right: 0px;
	padding-left: inherit;
}

.tags-wrap .tags {
	color: #9e9e9e;
}
.tags-wrap .tags > span {
	font-weight: bold;
	font-size: 16px;
	padding-right: 5px;
}
.rtl .tags-wrap .tags > span {
	padding-left: 5px;
	padding-right: inherit;
}
.tags-wrap .tags .fa {
	padding-right: 10px;
	color: #757575;
}
.rtl .tags-wrap .tags .fa {
	padding-left: 10px;
	padding-right: inherit;
}
.tags-wrap .tags a {
	background: #ffffff none repeat scroll 0 0;
	color: #9e9e9e;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	padding: 0 5px;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
.tags-wrap .tags a:hover {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #0d0d0d;
}

.entry-content {
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 24px;
}

.author-img > img {
	border-radius: 100%;
	max-width: inherit;
}

.avatar > img {
	max-width: inherit;
	border-radius: 100%;
}

.author-content h5 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.author-content a {
	color: #9a9a9a;
	font-size: 16px;
	text-transform: capitalize;
}
.author-content .author-social {
	margin: 0 15px;
}
.author-content p {
	font-size: 14px;
	color: #757575;
	margin: auto;
	line-height: 24px;
}

.comment-text .tags-link-wrap {
	padding-right: 30px;
	display: inline-block;
}
.rtl .comment-text .tags-link-wrap {
	padding-left: 30px;
	padding-right: inherit;
}
.comment-text .text-comment {
	display: inline-block;
}

.text-comment:hover {
	color: #0d0d0d;
}
.text-comment:hover i {
	color: #0d0d0d;
}

.comment-box .comment-text {
	font-size: 16px;
	color: #757575;
	line-height: 24px;
}
.comment-box .comment-text > p {
	margin: 0;
}

.commentform {
	padding-bottom: 10px;
}
.commentform input[type="submit"] {
	padding: 8px 30px;
}

#comments .form-control {
	border: 1px solid #9a9a9a;
}
#comments .heading {
	color: #9a9a9a;
	margin-bottom: 10px;
	margin-top: 50px;
	font-size: 20px;
}
#comments .heading::after {
	content: none;
}
#comments .comment-list {
	padding: 0;
	margin: 0;
}
#comments .comment-list li {
	border-top: 1px solid #e9e9e9;
	list-style: outside none none;
	padding: 30px 0;
}
#comments .text-user {
	text-transform: capitalize;
	font-weight: 500;
	color: #9a9a9a;
}
#comments .text-user > a {
	color: #9a9a9a;
}
#comments .meta-user {
	color: #7c7c7e;
	padding-top: 15px;
}
#comments .meta-user a {
	background: #fff;
	border-radius: 3px;
	color: #0d0d0d;
	font-size: 12px;
	padding: 2px 5px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
/*#comments .meta-user a:first-child {
	padding-left: 0;
}*/
.rtl #comments .meta-user a:first-child {
	padding-right: 0;
	padding-left: inherit;
}
#comments .children {
	padding-left: 85px;
}
.rtl #comments .children {
	padding-right: 85px;
	padding-left: inherit;
}
#comments .children li:first-child {
	margin-top: 20px;
}
#comments .children li:last-child {
	padding-bottom: 0;
}
#comments .comment-author {
	padding-bottom: 10px;
}
#comments .h-info {
	padding-bottom: 30px;
}
#comments .the-comment > .avatar {
	padding-right: 15px;
}
.rtl #comments .the-comment > .avatar {
	padding-left: 15px;
	padding-right: inherit;
}
#comments .ground-user .comment-time {
	padding: 5px 0;

	font-size: 11px;
}

#commentform .comment-text {
	text-transform: lowercase;
}

.post-related {
	padding: 60px 0px 0;
}
.post-related .post-box {
	text-align: left;
}
.rtl .post-related .post-box {
	text-align: right;
}
.post-related .widgettitle {
	position: relative;
	display: block;
	font-size: 20px;
}
.post-related .post-cat {
	font-size: 12px;
}
.post-related .group-des {
	color: #757575;
	font-style: italic;
	font-size: 12px;
}
.post-related .author-link {
	font-weight: 600;
	color: #757575;
	font-style: normal;
}
.post-related .author-link:hover {
	color: #0d0d0d;
}

.item-related .post-format {
	width: 30px;
	height: 30px;
	right: 20px;
	line-height: 32px;
	font-size: 12px;
	bottom: -15px;
	top: auto;
}
.rtl .item-related .post-format {
	left: 20px;
	right: auto;
}

.item-related .widgettitle {
	margin-bottom: 50px;
}
.item-related .post-image {
	padding: 0;
}
.item-related .ground-title {
	min-height: 70px;
	padding: 15px 20px 30px;
}
.item-related .post-title {
	text-align: left;
	font-size: 14px;
	color: #9a9a9a;
	margin: 3px 0 20px;
	line-height: 20px;
	min-height: 40px;
}
.rtl .item-related .post-title {
	text-align: right;
}
.item-related .post-title > a {
	color: #9a9a9a;
	font-weight: 500;
}
.item-related .post-title > a:hover {
	color: #0d0d0d;
}
.item-related .embed-responsive {
	overflow: visible;
}

.item-comment {
	padding: 0;
	font-style: normal;
	margin: 0;
}
.item-comment > span {
	vertical-align: middle;
	font-weight: 500;
	padding-left: 7px;
	font-size: 13px;
}
.rtl .item-comment > span {
	padding-right: 7px;
	padding-left: inherit;
}
.item-comment i {
	font-size: 14px;
}

.icon-comment {
	font-size: 18px;
	color: #D1D1D0;
	padding-left: 0px;
}
.rtl .icon-comment {
	padding-right: 0px;
	padding-left: inherit;
}

.entry_pagination {
	padding-top: 30px;
	border-top: 1px solid #ededed;
}
.entry_pagination .txt-pagination {
	margin-top: 15px;
}
.entry_pagination .pagination {
	margin: 0;
	border: none;
}
.entry_pagination .pagination .fa {
	color: #0d0d0d;
}
.entry_pagination .pagination .page-numbers:hover .fa {
	color: #0d0d0d;
}
.entry_pagination .page-numbers {
	background: none;
	box-shadow: none;
	color: #9a9a9a;
	vertical-align: middle;
	border-radius: 0;
	margin: 0;
	border: none;
}
.entry_pagination .page-numbers img {
	display: none;
	border-radius: 100%;
}
.entry_pagination .page-numbers i {
	color: #0d0d0d;
	padding: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
	background: white;
	border-radius: 100%;
	text-align: center;
}
.entry_pagination .page-numbers:hover {
	color: #0d0d0d;
	background: none;
	box-shadow: none;
	border: none;
}
.entry_pagination .page-numbers:hover i {
	color: white;
	background: #0d0d0d;
}
.entry_pagination .page-numbers.page-prev {
	max-width: 50%;
	text-align: left;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.rtl .entry_pagination .page-numbers.page-prev {
	text-align: right;
}
.entry_pagination .page-numbers.page-prev img {
	margin-right: 20px;
	float: left;
}
.rtl .entry_pagination .page-numbers.page-prev img {
	margin-left: 20px;
	margin-right: inherit;
}
.rtl .entry_pagination .page-numbers.page-prev img {
	float: right;
}
.entry_pagination .page-numbers.page-prev .txt-prev {
	float: left;
}
.entry_pagination .page-numbers.page-next {
	max-width: 50%;
	text-align: right;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 0 0 5px 0;
}
.rtl .entry_pagination .page-numbers.page-next {
	text-align: left;
}
.entry_pagination .page-numbers.page-next img {
	margin-left: 20px;
	float: right;
}
.rtl .entry_pagination .page-numbers.page-next img {
	margin-right: 20px;
	margin-left: inherit;
}
.rtl .entry_pagination .page-numbers.page-next img {
	float: left;
}
.entry_pagination .page-numbers.page-next .txt-next {
	float: right;
}
.entry_pagination .page-numbers .btn-prev {
	font-size: 14px;
	font-weight: 400;
	color: #0d0d0d;
	letter-spacing: 0.3px;
}
.entry_pagination .page-numbers .btn-next {
	color: #0d0d0d;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.3px;
}
.entry_pagination .page-numbers .title-pagination {
	font-size: 16px;
	line-height: 20px;
	padding-top: 10px;
	font-weight: 500;
	margin-bottom: 0;
}

.pr-single {
	margin-bottom: 10px;
}

.form-submit {
	margin-top: 30px;
	margin-bottom: 0;
}
.form-submit:before, .form-submit:after {
	content: " ";
	display: table;
}
.form-submit:after {
	clear: both;
}

.article-meta-single {
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
.article-meta-single .post-date {
	color: #7c7c7e;
	font-size: 12px;
	padding-left: 7px;
	text-transform: uppercase;
}
.rtl .article-meta-single .post-date {
	padding-right: 7px;
	padding-left: inherit;
}

.article-meta {
	color: #9e9e9e;
}
.article-meta a {
	color: #9e9e9e;
}

.post-author {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	padding: 40px;
	text-align: center;
	margin-top: 50px;
}

.content-social-author {
	display: inline-block;
	margin-top: 20px;
}
.content-social-author a {
	width: 32px;
	height: 32px;
	line-height: 27px;
	background: transparent;
	color: #9e9e9e;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
	-webkit-transition: 0.2;
	-o-transition: 0.2;
	transition: 0.2;
	border-radius: 100%;
	border: 1px solid #9e9e9e;
}
.content-social-author a i {
	font-size: 12px;
	color: #9e9e9e;
}

.top-author {
	margin: 20px 0 30px;
}

.author-content {
	vertical-align: middle;
}
.author-content .author-social {
	margin: 0 10px;
}
.author-content .author-social:hover {
	border: 1px solid #0d0d0d;
}
.author-content .author-social:hover i {
	color: #0d0d0d;
}
.author-content .author-social i {
	font-size: 14px;
	-webkit-transition: 0.2;
	-o-transition: 0.2;
	transition: 0.2;
}
.author-content h5 {
	display: block;
	margin: 0;
}
.author-content h5 a {
	position: relative;
}
.author-content h5 a:hover {
	color: #0d0d0d;
}
.author-content h5 a::after {
	content: '';
	height: 1px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	border-bottom: 1px solid #bb9757;
	top: 35px;
}
.author-content a {
	color: #9a9a9a;
	font-size: 20px;
	text-transform: capitalize;
}
.author-content p {
	font-size: 16px;
	color: #757575;
	line-height: 30px;
	margin: auto;
}

.entry-footer-social {
	display: inline-block;
	padding-top: 5px;
	float: right;
}
.rtl .entry-footer-social {
	float: left;
}

.tags-wrap {
	display: inline-block;
}
.tags-wrap .tags-title {
	color: #9a9a9a;
	line-height: 30px;
}

.entry-footer-social .entry-footer-left {
	line-height: 40px;
	float: left;
}
.rtl .entry-footer-social .entry-footer-left {
	float: right;
}
.entry-footer-social .entry-footer-left > * {
	display: inline-block;
	font-size: 15px;
}
.entry-footer-social .entry-footer-right {
	float: right;
}
.rtl .entry-footer-social .entry-footer-right {
	float: left;
}
.entry-footer-social .entry-footer-right > * {
	display: inline-block;
	color: #252525;
}
.entry-footer-social .entry-footer-right .lc-4, .entry-footer-social .entry-footer-right .lc {
	color: #757575;
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
	font-size: 0;
}
.rtl .entry-footer-social .entry-footer-right .lc-4, .rtl .entry-footer-social .entry-footer-right .lc {
	right: 0;
	left: auto;
}
.entry-footer-social .entry-footer-right .action-like span::before {
	font-size: 14px;
	left: -22px;
	line-height: 5px;
	top: 6px;
	color: #DD4B39;
}
.rtl .entry-footer-social .entry-footer-right .action-like span::before {
	right: -22px;
	left: auto;
}
.entry-footer-social .entry-footer-right .like-links {
	cursor: pointer;
}
.entry-footer-social .entry-footer-right .like-links:hover {
	color: #DD4B39;
}
.entry-footer-social .entry-footer-right .like-links:hover a {
	color: #DD4B39;
}

.count-share .social-icons {
	right: 0px;
	z-index: 999;
}
.rtl .count-share .social-icons {
	left: 0px;
	right: auto;
}

.entry-content .watch-action {
	display: none !important;
}
.entry-content a {
	color: #0d0d0d;
}

.entry-footer .entry-footer {
	padding-left: 60px;
}
.rtl .entry-footer .entry-footer {
	padding-right: 60px;
	padding-left: inherit;
}

.watch-action {
	position: relative;
}
.watch-action .watch-position, .watch-action .action-like, .watch-action .lc, .watch-action .unlc {
	float: none;
	line-height: 24px;
}
.watch-action .action-like img, .watch-action .action-unlike img {
	display: none;
}
.watch-action .action-like {
	position: relative;
	padding-left: 15px;
}
.rtl .watch-action .action-like {
	padding-right: 15px;
	padding-left: inherit;
}
.watch-action .action-like > a {
	color: #757575;
}
.watch-action .action-like > a .lc {
	color: #757575;
}
.watch-action .action-like span::before {
	content: "\e634";
	font-family: 'themify';
	font-size: 14px;
	top: -2px;
	left: 0;
	position: absolute;
}
.rtl .watch-action .action-like span::before {
	right: 0;
	left: auto;
}
.watch-action .action-unlike {
	display: none !important;
}
.watch-action .status {
	display: none !important;
}

.main-content .box-comment {
	margin-bottom: 0;
}

.comment-navigation {
	clear: both;
	padding: 0 0 30px;
}
.comment-navigation .previous {
	float: left;
	display: inline-block;
}
.rtl .comment-navigation .previous {
	float: right;
}
.comment-navigation .next {
	float: right;
	display: inline-block;
}
.rtl .comment-navigation .next {
	float: left;
}

.taxonomy-description {
	font-size: 14px;
	margin-bottom: 30px;
}

.description-page {
	display: none;
}
.description-page.show {
	display: block;
}

.single-2 .entry-header {
	padding-top: 0;
	margin-bottom: 15px;
}
.single-2 .image-single-2 {
	margin-bottom: 30px;
}

.share-content > * {
	font-size: 14px;
	color: #8d8d8d;
}

.readmore {
	text-align: center;
    color: #0d0d0d;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    margin-top: 20px;
    padding: 10px 15px;
    border: 2px solid #0d0d0d;
    font-size: 10.2px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
}
.readmore:hover {
	color: #fff;
	background: #0d0d0d;
}

.navigation span.current {
	background: #0d0d0d;
	color: #fff;
	border: 1px solid #0d0d0d;
}
.navigation a {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border: 2px solid #0d0d0d;
}
.navigation a:hover {
	background: #0d0d0d;
	color: #fff;
	border: 1px solid #0d0d0d;
}
.navigation > * {
	padding: 8px 15px;
	margin-right: 10px;
}
.navigation > *:last-child {
	margin: 0;
}

.content-single-full .padding-content-single {
	padding-right: 60px;
	padding-left: 60px;
}

.main-view-like {
	display: inline-block;
	color: #9e9e9e;
	padding-left: 3px;
}
.main-view-like .total-view, .main-view-like .comment-text {
	font-size: 13px;
	display: inline-block;
}
.main-view-like .total-view *, .main-view-like .comment-text * {
	font-size: 13px;
	color: #9e9e9e;
}

.content-sidebar-right {
	padding-right: 30px;
}

.content-sidebar-left {
	padding-left: 30px;
}
.rtl .content-sidebar-left {
	padding-right: 30px;
	padding-left: inherit;
}

.title-vertical, .title-box {
	margin-bottom: 30px;
	margin-top: 15px;
}

.title-box {
	text-align: left;
	display: inline-block;
	margin: 0;
	margin-bottom: 40px;
}
.rtl .title-box {
	text-align: right;
}
.title-box::after {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.group-image-banner {
	margin-bottom: 30px;
}

.vc_col-sm-4 .group-image-banner {
	margin-bottom: 90px;
}
.vc_col-sm-4:nth-child(3) .group-image-banner {
	margin-bottom: 0;
}

#comments input[type="text"] {
	border-radius: 0;
}

.slicknav_menu .slicknav_icon-bar {
	height: 2px;
	width: 24px;
}

.sbi_item {

}

.article-image {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.sticky-post {
	color: #0d0d0d;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: 0;
}

.btn-mini-search i {
	line-height: 24px;
}

.slicknav_menu > ul li:first-child > a {
	border-top: none;
}
.slicknav_menu > ul li:first-child > a > a {
	border-top: none;
}

.fitnez-instagram {
	margin-left: -10px;
}
.rtl .fitnez-instagram {
	margin-right: -10px;
	margin-left: inherit;
}

.embed-responsive {
	padding-bottom: 0!important;
}

.post-item .post-quote {
	padding: 0;
}

.post-vertical .post-cat {
	color: #fff;
}

/*Style post layout*/
.theiaStickySidebar .vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.grid-text.post-grid .share-links .social-item {
	border: none;
}
.grid-text.post-grid .entry-content {
	padding-top: 15px;
}

.post-grid .byline, .post-grid .author-on, .slider-blog .byline, .slider-blog .author-on {
	display: none;
}
.post-grid .article-meta, .post-grid .posted-on, .post-grid .entry-meta-right, .slider-blog .article-meta, .slider-blog .posted-on, .slider-blog .entry-meta-right {
	font-size: 13px;
}
.post-grid .posted-on .entry-date, .slider-blog .posted-on .entry-date {
	font-size: 13px;
}

body.category .sidebar .widget:last-child {
	margin-bottom: 129px;
}

.post-item .share-links .social-item {
	width: 40px;
}
.post-item .entry-header {
	padding: 0;
}
.post-item .total-view, .post-item .comments-link {
	display: inline-block;
	padding: 0 7px;
}
.post-item .article-meta, .post-item .posted-on, .post-item .entry-meta-right {
	display: inline-block;
	font-size: 13px;
}
.post-item .comments-link {
	padding-left: 0;
}
.rtl .post-item .comments-link {
	padding-right: 0;
	padding-left: inherit;
}
.post-item .ti-comment {
	font-size: 11px;
}

.col-item:last-child .post-item {
	margin-bottom: 90px;
}

.grid-full {
	position: relative;
	margin-bottom: 60px;
}
.grid-full a.readmore {
	margin-top: 25px;
}
.grid-full .share-links {
	padding-left: 0;
	margin-top: 25px;
	display: inline-block;
}
.rtl .grid-full .share-links {
	padding-right: 0;
	padding-left: inherit;
}
.grid-full .share-links .social-item:hover {
	border: none;
}
.grid-full .share-links a i {
	color: #9a9a9a;
}
.grid-full .count-share .social-icons {
	height: initial;
}
.grid-full .entry-title {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 5px;
}
.grid-full .article-image {
	position: relative;
	display: inline-block;
}
.grid-full .post-cat a {
	padding-left: 0;
	background: none;
}
.rtl .grid-full .post-cat a {
	padding-right: 0;
	padding-left: inherit;
}
.grid-full .article-content {
	padding: 25px 0px 20px;
}
.grid-full .article-content.full-width {
	width: 100%;
}
.grid-full .article-content.full-width .entry-content {
	padding-top: 15px;
}
.grid-full .article-content.full-width .article-meta {
	margin: 0;
	padding: 10px 20px 0px 0;
	padding: 10px 20px 0px 0px;
}
.rtl .grid-full .article-content.full-width .article-meta {
	padding: 10px 0px 0px 20px;
}
.grid-full .post-quote.full-width {
	display: none;
}
.grid-full .entry-header .posted-on {
	font-weight: 500;
	color: #9a9a9a;
	font-size: 16px;
	margin-top: 5px;
}
.grid-full .entry-header .posted-on a {
	color: #9a9a9a;
}
.grid-full .entry-header .posted-on a:hover {
	color: #0d0d0d;
}
.grid-full .entry-meta-right {
	padding: 0 !important;
}
.grid-full .entry-content {
	padding: 20px 0 0;
	font-size: 15px;
	max-width: 800px;
	margin: auto;
}
.grid-full .entry-excerpt {
	padding: 0;
	margin: 0;
	font-style: normal;
}
.grid-full .author strong {
	font-size: 12px;
	color: #757575;
	font-weight: 600;
}
.grid-full .author strong:hover {
	color: #0d0d0d;
}
.grid-full .wp-post-image {
	width: 100%;
}
.grid-full .article-meta {
	color: #8f8f8f;
	margin-top: 5px;
	display: block;
	right: 0px;
}
.rtl .grid-full .article-meta {
	left: 0px;
	right: auto;
}
.grid-full .article-meta a {
	color: #8f8f8f;
}
.grid-full .article-meta a:hover {
	color: #0d0d0d;
}

.post-image {
	overflow: hidden;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.post-trans {
	margin-bottom: 30px;
	position: relative;
}
.post-trans .entry-title {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 0;
	color: #fff;
}
.post-trans .entry-title a {
	color: #fff;
}
.post-trans .post-cat a {
	color: #fff;
}
.post-trans .posted-on::after {
	border: 1px solid #dfdfdf;
}
.post-trans .article-content {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #dfdfdf;
}
.post-trans .entry-content {
	width: 80%;
	color: #dfdfdf;
	padding: 15px 0;
}
.post-trans .post-image::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0;
}
.post-trans .posted-on .entry-date {
	color: #dfdfdf;
}
.post-trans .main-view-like {
	color: #dfdfdf;
}
.post-trans .main-view-like .total-view *,
.post-trans .main-view-like .comment-text * {
	color: #dfdfdf;
}

.post-grid {
	margin-bottom: 30px;
}
.post-grid .entry-header {
	margin-bottom: 0;
}
.post-grid .article-content {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: none;
}
.post-grid .article-content.full-width .post-format {
	display: none;
}
.post-grid .article-content.no-thumb {
	padding: 0 0 30px;
}
.post-grid .article-image {
	position: relative;
}
.post-grid .entry-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 0;
	font-weight: 400;
}
.post-grid .full-width .article-meta {
	padding: 10px 20px 0px 0px;
}
.rtl .post-grid .full-width .article-meta {
	padding: 10px 0px 0px 20px;
}
.post-grid .post-format {
	right: 10px;
	left: auto;
}
.rtl .post-grid .post-format {
	left: 10px;
	right: auto;
}
.post-grid .article-meta a:hover {
	color: #0d0d0d;
}
.post-grid .post-quote.full-width {
	text-align: center;
}
.post-grid .post-quote.full-width .post-format {
	border: none;
	padding-top: 15px;
	background: none;
	font-size: 50px;
	color: #ccc;
	box-shadow: none;
	bottom: auto;
	left: auto;
	position: relative;
	display: inline-block;
	top: auto;
	right: auto;
}

.grid-content .post-list {
	margin-bottom: 30px;
}
.grid-content .post-list .entry-header {
	margin-bottom: 0;
}
.grid-content .post-list .article-content {
	padding-top: 15px;
	border-top: none;
}
.grid-content .post-list .article-image {
	position: relative;
}
.grid-content .post-list .entry-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}
.grid-content .post-list .full-width .article-meta {
	padding: 10px 20px 0px 0px;
}
.rtl .grid-content .post-list .full-width .article-meta {
	padding: 10px 0px 0px 20px;
}
.grid-content .post-list .post-format {
	right: 10px;
	left: auto;
}
.rtl .grid-content .post-list .post-format {
	left: 10px;
	right: auto;
}
.grid-content .post-list .article-content.full-width .post-format {
	display: none;
}
.grid-content .post-list .article-meta a:hover {
	color: #0d0d0d;
}
.grid-content .post-list .post-quote.full-width {
	text-align: center;
}
.grid-content .post-list .post-quote.full-width .post-format {
	border: none;
	padding-top: 15px;
	background: none;
	font-size: 50px;
	color: #ccc;
	box-shadow: none;
	bottom: auto;
	left: auto;
	position: relative;
	display: inline-block;
	top: auto;
	right: auto;
}

.post-sidebar .article-content {
	padding-left: 15px;
	text-align: initial;
}
.rtl .post-sidebar .article-content {
	padding-right: 15px;
	padding-left: inherit;
}
.post-sidebar .entry-title > a {
	font-size: 16px;
	font-weight: 400;
}
.post-sidebar .post-cat a::before {
	content: none;
}
.post-sidebar .post-cat a {
	padding: 0;
}
.post-sidebar .entry-footer {
	padding-top: 5px;
}

.css-content .grid-full .entry-header {
	padding: 30px 30px 0 0;
	padding: 30px 30px 0px 0px;
}
.rtl .css-content .grid-full .entry-header {
	padding: 30px 0px 0px 30px;
}
.css-content .grid-full .entry-content {
	padding: 30px 30px 0 0;
	padding: 30px 30px 0px 0px;
}
.rtl .css-content .grid-full .entry-content {
	padding: 30px 0px 0px 30px;
}

.box-title {
	text-align: center;
}

.wrapper-filter {
	list-style: none;
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 30px;
	padding-top: 5px;
	margin: 0;
}
.wrapper-filter li {
	display: inline-block;
	padding-left: 10px;
	position: relative;
}
.rtl .wrapper-filter li {
	padding-right: 10px;
	padding-left: inherit;
}
.wrapper-filter li.active .cat-item {
	color: #0d0d0d;
}
.wrapper-filter .cat-item {
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #9a9a9a;
	padding: 5px 20px;
}
.wrapper-filter .cat-item:hover {
	color: #0d0d0d;
}
.wrapper-filter .cat-item.active {
	background: #0d0d0d;
	color: #fff;
}

.tab-content .archive-blog {
	display: none;
}
.tab-content .archive-blog.active {
	display: block;
}

.posted-on {
	position: relative;
	padding-right: 10px;
}
.posted-on .author-on {
	padding-right: 5px;
}
.posted-on a:hover {
	color: #0d0d0d;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.posted-on::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	border-left: 1px solid #afafaf;
	right: 0;
	top: 5px;
}
.posted-on .entry-date {
	color: #9e9e9e;
}

.archive-blog .article-meta .posted-on {
	padding-right: 15px;
	padding-left: 0;
}
.rtl .archive-blog .article-meta .posted-on {
	padding-left: 15px;
	padding-right: inherit;
}
.rtl .archive-blog .article-meta .posted-on {
	padding-right: 0;
	padding-left: inherit;
}

.article-carousel .post-list .article-image {
	float: none;
	width: initial;
	max-width: initial;
}

.post-list {
	margin-bottom: 90px;
/*	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;*/
	position: relative;
}
.post-list .author-on {
	display: none;
}
.post-list .post-cat {
	text-align: left;
}
.post-list .entry-title {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 5px;
}
.post-list .entry-header-title {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}
.post-list .article-image {
	float: left;
	width: 42%;
/*	max-width: 490px;*/
}
.rtl .post-list .article-image {
	float: right;
}
.post-list .article-content {
	float: left;
	max-width: 58%;
	border-left: none;
	padding-left: 60px;
	padding-right: 60px;
}
.post-list .article-content .entry-content {
	margin-top: 20px;
}
.post-list .article-meta {
	display: block;
	text-align: left;
}
.rtl .post-list .article-meta {
	text-align: right;
}
.post-list .article-image {
	width: 45%;
}
.post-list .article-content {
	float: left;
	max-width: 55%;
	padding: 22px 20px 30px 30px;
}
.rtl .post-list .article-content {
	padding: 22px 30px 30px 20px;
}
.post-list .article-content.full-width {
	max-width: 100%;
	padding: 0 0 30px;
	float: none;
}

.post-vertical .post-image {
	height: 470px;
}
.post-vertical .post-item {
	padding: 0 7.5px;
}
.post-vertical .slick-list {
	margin: 0 -7.5px;
}

.post-thumb.pull-left {
	padding-right: 0;
}
.rtl .post-thumb.pull-left {
	padding-left: 0;
	padding-right: inherit;
}

.vc_col-md-8 .layout-list .post-item, .vc_col-sm-8 .layout-list .post-item, .col-md-8 .layout-list .post-item, .col-lg-8 .layout-list .post-item {
	margin-bottom: 30px;
}
.vc_col-md-8 .layout-list .post-list, .vc_col-sm-8 .layout-list .post-list, .col-md-8 .layout-list .post-list, .col-lg-8 .layout-list .post-list {
	margin-bottom: 30px;
	position: relative;
}
.vc_col-md-8 .layout-list .post-list .article-image, .vc_col-sm-8 .layout-list .post-list .article-image, .col-md-8 .layout-list .post-list .article-image, .col-lg-8 .layout-list .post-list .article-image {
	width: 45%;
}
.vc_col-md-8 .layout-list .post-list .article-content, .vc_col-sm-8 .layout-list .post-list .article-content, .col-md-8 .layout-list .post-list .article-content, .col-lg-8 .layout-list .post-list .article-content {
	float: left;
	max-width: 55%;
	padding: 22px 20px 30px 30px;
}
.rtl .vc_col-md-8 .layout-list .post-list .article-content, .rtl .vc_col-sm-8 .layout-list .post-list .article-content, .rtl .col-md-8 .layout-list .post-list .article-content, .rtl .col-lg-8 .layout-list .post-list .article-content {
	padding: 22px 30px 30px 20px;
}
.vc_col-md-8 .layout-list .post-list .article-content.full-width, .vc_col-sm-8 .layout-list .post-list .article-content.full-width, .col-md-8 .layout-list .post-list .article-content.full-width, .col-lg-8 .layout-list .post-list .article-content.full-width {
	max-width: 80%;
}

/*.item-related:nth-child(2n+1) {
	clear: both;
}*/

.article-carousel-center {
	position: relative;
}
.article-carousel-center:hover .slick-next, .article-carousel-center:hover .slick-prev {
	opacity: 1;
}
.article-carousel-center .slick-track {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.article-carousel-center .post-list {
	margin-bottom: 0;
}
.article-carousel-center .post-list .article-image::after {
	content: '';
	position: absolute;
	height: 25px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	transition-delay: 0.5s;
}
.article-carousel-center .post-list .article-image::before {
	content: '';
	position: absolute;
	height: 45px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	background: #fff;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	transition-delay: 0.5s;
}
.article-carousel-center .post-list .post-image {
	width: 860px;
	height: 550px;
}
.article-carousel-center .post-list .article-image {
	max-width: initial;
}
.article-carousel-center .post-list.slick-active .article-image::after, .article-carousel-center .post-list.slick-active .article-image::before {
	height: 0;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	transition-delay: 0.5s;
}
.article-carousel-center .post-list.slick-active .post-image {
	opacity: 1;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	transition-delay: 0.5s;
}

div.slider-blog.column3 .article-image {
	width: 100%;
}
div.slider-blog.column3 .box-large .post-image {
	height: 450px;
}
div.slider-blog.column3 .post-list {
	margin-bottom: 30px;
}

.vc_col-lg-8 .grid-full {
	margin-bottom: 30px;
}

.slider-blog .posted-on .entry-date, .slider-blog .main-view-like, .post-vertical .posted-on .entry-date, .post-vertical .main-view-like {
	color: #dfdfdf;
}
.slider-blog .main-view-like .total-view *, .slider-blog .main-view-like .comment-text *, .post-vertical .main-view-like .total-view *, .post-vertical .main-view-like .comment-text * {
	color: #dfdfdf;
}

.blog-box-layout .posted-on .entry-date, .blog-box-layout .main-view-like {
	color: #dfdfdf;
}
.blog-box-layout .main-view-like .total-view *, .blog-box-layout .main-view-like .comment-text * {
	color: #dfdfdf;
}

.col-small .entry-title {
	margin-top: 0;
	font-size: 16px;
}
@media (max-width: 992px) {
	.header-content-logo .site-logo img {
		width: auto!important;
	}
}
@media (min-width: 992px) {
	.slicknav_nav {
		display: none !important;
	}

	.form-group.col-md-6:nth-child(2) {
		padding-left: 10px;
	}
	.rtl .form-group.col-md-6:nth-child(2) {
		padding-right: 10px;
		padding-left: inherit;
	}
	.form-group.col-md-6:nth-child(1) {
		padding-right: 10px;
	}
	.rtl .form-group.col-md-6:nth-child(1) {
		padding-left: 10px;
		padding-right: inherit;
	}
}
@media (min-width: 1200px) {
	.title-pagination {
		width: 266px;
	}
}
@media (min-width: 1200px) and (max-width: 1250px) {
	.posts-featured .slick-next {
		right: 20px;
	}
	.posts-featured .slick-prev {
		left: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	div.post-vertical .post-image {
		height: 390px;
	}

	.vc_col-md-8 .layout-list .post-list .entry-header-title, .vc_col-sm-8 .layout-list .post-list .entry-header-title {
		margin-top: 0;
	}
	.vc_col-md-8 .layout-list .post-list .article-content, .vc_col-sm-8 .layout-list .post-list .article-content {
		padding: 20px 20px 20px 25px;
	}
	.vc_col-md-8 .layout-list .post-list .entry-content, .vc_col-sm-8 .layout-list .post-list .entry-content {
		margin-top: 15px;
		height: 45px;
		overflow: hidden;
	}

	.content-cat-8 .post-list .entry-header-title, .col-md-8 .post-list .entry-header-title, .col-lg-8 .post-list .entry-header-title {
		margin-top: 0;
	}
	.content-cat-8 .post-list .article-content, .col-md-8 .post-list .article-content, .col-lg-8 .post-list .article-content {
		padding: 20px 20px 20px 25px;
	}
	.content-cat-8 .post-list .entry-content, .col-md-8 .post-list .entry-content, .col-lg-8 .post-list .entry-content {
		margin-top: 15px;
		height: 45px;
		overflow: hidden;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.posts-featured .slick-next {
		right: 20px;
	}
	.posts-featured .slick-prev {
		left: 20px;
	}
}
@media (max-width: 800px) {
	.posts-featured .slick-next {
		right: 20px;
	}
	.posts-featured .slick-prev {
		left: 20px;
	}
}
@media (max-width: 1200px) {
	.sidebar .widget.widget_mc4wp_form_widget form {
		padding-left: 15px;
		padding-right: 15px;
	}

	.sidebar .widget_tabs_post .widget-title li a, .sidebar .widget_most_views .widget-title li a {
		font-size: 16px;
	}

	.slider-blog.col-2-3box .box-large .post-image {
		height: 449px;
	}

	.img-effect:hover .wp-post-image {
		margin-left: 0%;
	}
	.img-effect:hover .hover-image {
		left: -100%;
	}
}
@media (max-width: 1200px) {
	.grid-full .entry-header {
		padding: 0;
	}

	.css-content .grid-full .entry-header {
		padding: 0;
	}

	.css-content .grid-full .entry-content {
		padding: 15px 30px 0 0;
	}

	.slider-blog.blog-box-layout .post-image {
		min-height: 550px;
	}

	.widget.recent_blog .post-image {
		width: auto;
	}

	.sidebar .widget_mc4wp_form_widget .newsletters #mc4wp {
		min-width: 100px;
	}
}
@media (max-width: 991px) {
	.sidebar {
		margin-top: 20px;
	}

	.slicknav_nav {
		min-height: 100vh;
	}

	.content-sidebar-right, .content-sidebar-left, .content-single-full {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content-single-full {
		padding-left: 30px;
		padding-right: 30px;
	}

	.entry_pagination .txt-pagination {
		float: none;
		clear: both;
		margin-top: 15px;
	}

	.layout-list .post-list .entry-title, .content-cate-full .post-list .entry-title {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.layout-list .post-list .article-content, .content-cate-full .post-list .article-content {
		padding: 20px 20px 25px 30px;
	}
	.layout-list .post-list .entry-content, .content-cate-full .post-list .entry-content {
		height: 77px;
		overflow: hidden;
		margin-top: 17px;
	}

	.slider-full .slick-prev {
		left: 30px;
	}
	.slider-full .slick-next {
		right: 30px;
	}

	.article-carousel-center .post-list .post-image {
		width: 750px;
		height: 502px;
	}

	.site-header {
		border: none;
	}

	.header-simple, .header-left {
		border: 1px solid #e9e9e9;
	}

	.header-topbar .container {
		width: 100%;
		padding: 0 15px;
	}

	.slicknav_btn {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.searchform-mini {
		padding: 0;
	}

	.slicknav_btn {
		margin: 0;
	}

	.header-social {
		display: none;
	}

	#na-footer .row .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
	#na-footer .container-fluid .container-inner, #na-footer .container-full .container-inner {
		padding: 0;
	}

	.page-content {
		padding-top: 30px;
	}

	#sticky-wrapper {
		display: none;
	}

	.searchform-mini {
		position: absolute;
		top: 52%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 30px;
		z-index: 999;
	}

	.widget.recent_blog .post-image {
		width: auto;
	}

	.header-left .site-logo {
		display: inline-block;
	}

	.header-left .header-content-logo {
		display: block;
	}

	.header-left .header-content {
		display: none;
	}

	.header-left .header-middle {
		display: none;
	}

	.jadison-header-content {
		padding: 15px 0;
	}

	.header-center .header-content-logo {
		padding: 20px 0;
	}

	.site-logo {
		max-height: 70px;
	}

	#logo img {
		max-height: 70px;
	}

	.switch-layout {
		display: none;
	}

	.shop-btn-filter {
		width: 120px;
	}

	.jadison_icon {
		display: none;
	}

	.header-content-menu {
		display: none;
	}

	.jadison-header-content {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.header-content-logo {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
	}

	.slicknav_btn {
		bottom: 0;
		vertical-align: middle;
		top: 50%;
		left: 25px;
	}

	.header-center .slicknav_btn, .header-center .searchform-mini {
		top: 64%;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: #040203;
	}
	.slicknav_menu .slicknav_icon-bar .slicknav_no-text {
		padding-top: 5px;
	}

	.slicknav_nav {
		top: 100% !important;
	}
	.slicknav_nav ul {
		text-align: left;
		padding: 0 0 0 20px;
		margin: 0;
	}
	.slicknav_nav ul .menu {
		padding: 0;
	}
	.slicknav_nav ul .menu li {
		padding: 0;
	}
	.slicknav_nav img {
		display: none !important;
	}
	.slicknav_nav .widgettitle {
		padding-top: 20px;
		font-size: 14px;
		color: white;
	}

	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
		margin-bottom: 0 !important;
	}

	.wpb_content_element {
		margin-bottom: 35px !important;
	}

	.widget-related .related-wrapper {
		margin-bottom: 0;
	}

	.product-detail-wrap {
		margin-top: 0;
		margin-bottom: 0px;
	}
	.product-detail-wrap > .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.product-detail-wrap .gallery-main img {
		width: 100%;
	}

	.summary-before {
		padding-left: 0;
		padding-right: 0;
	}

	.product-thumbnails {
		display: none;
	}

	.entry-summary {
		padding: 50px 50px 30px;
	}

	.woocommerce-tabs {
		padding-left: 50px;
		padding-right: 50px;
	}

	.woocommerce-tabs li.resp-tab-item {
		font-size: 14px;
	}

	#jadison-top-navbar ul > li {
		padding: 7px 15px;
	}

	.single-product .mfp-wrap, .single-product .mfp-bg {
		display: none !important;
	}

	.widget-introduce .widgettitle {
		max-width: initial;
		font-size: 26px;
		margin-bottom: 15px;
	}
	.widget-introduce .widgettitle::after {
		bottom: 0;
	}
	.widget-introduce .row-nopadding {
		width: 100%;
		display: block;
	}
	.widget-introduce .introduce-text {
		width: 100%;
		display: block;
		max-width: initial;
		padding-left: 0;
		margin-top: 30px;
	}
	.rtl .widget-introduce .introduce-text {
		padding-right: 0;
		padding-left: inherit;
	}
	.widget-introduce .introduce-image {
		display: block;
		margin: auto;
	}
	.widget-introduce .widget-content {
		padding: 60px;
		padding-bottom: 35px;
	}
	.widget-introduce .widget-content .sub-title {
		display: none;
	}

	div.widget_deals {
		padding-bottom: 150px;
		padding-top: 50px;
	}
	div.widget_deals .countdown-times > * > b {
		font-size: 20px;
		min-width: 60px;
		padding: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 900px) {
	.article-carousel-center .post-list .post-image {
		width: 650px;
		height: 435px;
	}
		.item-post.col-item.odd .entry-title {
		margin-left:0px!important;
	}
}
@media (min-width: 767px) and (max-width: 991px) {

		.header-topbar {
		display: none;
	}
	.slider-full .slick-next {
		right: 15px;
	}

	.slider-full .slick-prev {
		left: 15px;
	}

	.slider-full .slick-next {
		right: 15px;
	}

	.slider-full .slick-prev {
		left: 15px;
	}

	div.post-vertical .post-image {
		height: 350px;
	}

	.layout-list .post-list .article-image, .content-cat-8 .post-list .article-image, .col-md-8 .post-list .article-image, .col-lg-8 .post-list .article-image {
		/*width: 45%;*/
	}
	.layout-list .post-list .article-content, .content-cat-8 .post-list .article-content, .col-md-8 .post-list .article-content, .col-lg-8 .post-list .article-content {
		padding: 20px 20px 25px 30px;
		max-width: 55%;
		/*width: 55%;*/
	}
	.layout-list .post-list .entry-content, .content-cat-8 .post-list .entry-content, .col-md-8 .post-list .entry-content, .col-lg-8 .post-list .entry-content {
		height: 77px;
		overflow: hidden;
		margin-top: 17px;
	}
}
@media (max-width: 767px) {
	.page-prev, .page-next {
		display: none!important;
	}
	.sbi_item:nth-child(7){
		display: none!important;
	}
		.sbi_item:nth-child(8){
		display: none!important;
	}
		.sbi_item:nth-child(9){
		display: none!important;
	}
		.sbi_item:nth-child(10){
		display: none!important;
	}
		.sbi_item:nth-child(11){
		display: none!important;
	}
		.sbi_item:nth-child(12){
		display: none!important;
	}
	.slider-blog,.na-banners   {
	display: none;
}
	.wrapper-posts .odd .entry-title {
		margin-left: 0!important;
	}
	.even .post-list .entry-header-title {
		text-align: center!important;
		margin-right: 0!important;
		padding-left: 0!important;
	}
	.bottom-view {
		display: none;
	}
	.view-comment-count {
		display: none!important;
	}
	.article-content  {
		height: auto!important;
	}
	.post-list .article-content {
		width: 100%!important;
	}
	.content_in {
			position: relative!important;
		top:initial!important;
		left:initial!important;

	}
	.header-topbar {
		display: none;
	}
	.copy-right {
		text-align: center !important;
	}

	.main-content .entry-header, .main-content .entry-avatar, .main-content .entry-content {
		padding-left: 0;
		padding-right: 0;
	}

	div.post-vertical .post-image {
		height: 320px;
	}

	.layout-list .col-1 {
		/*width: 50%;*/
		position: relative!important;
		top:initial!important;
		left:initial!important;
	}
	.layout-list .post-list {
		display: block;
		margin-bottom: 30px;
	}
	.layout-list .post-list .article-image {
		width: 100% !important;
		float: none;
		max-width: initial;
	}
	.layout-list .post-list .article-content {
		text-align: center;
		padding: 25px 15px !important;
		max-width: initial !important;
	}
	.layout-list .post-list .article-content * {
		text-align: center;
	}
	.layout-list .post-list .entry-content {
		height: initial;
	}

	.content-cat-8 .ct-list .col-item, .content-cate-full .ct-list .col-item {
		width: 50%;
	}
	.content-cat-8 .ct-list .post-list, .content-cate-full .ct-list .post-list {
		display: block;
		margin-bottom: 30px;
	}
	.content-cat-8 .ct-list .post-list .article-image, .content-cate-full .ct-list .post-list .article-image {
		width: initial !important;
		float: none;
		max-width: initial;
	}
	.content-cat-8 .ct-list .post-list .article-content, .content-cate-full .ct-list .post-list .article-content {
		text-align: center;
		padding: 25px 15px !important;
		max-width: initial !important;
	}
	.content-cat-8 .ct-list .post-list .article-content *, .content-cate-full .ct-list .post-list .article-content * {
		text-align: center;
	}
	.content-cat-8 .ct-list .post-list .entry-content, .content-cate-full .ct-list .post-list .entry-content {
		height: initial;
	}

	.article-carousel-center .post-list .post-image {
		width: 666px;
		height: 400px;
	}

	.slider-blog.column3 .post-list .article-content, .slider-blog.col-2-3box .post-list .article-content {
		width: 100%;
		left: initial;
		transform: translateY(-50%);
		max-width: initial;
	}
	.slider-blog .slider-full .post-list .article-content {
		width: 60%;
	}
	.slider-blog .slider-full .post-list .entry-title > a {
		font-size: 20px;
	}
	.slider-blog .slider-full .readmore {
		padding: 10px 12px;
	}

	.slider-blog .entry-content {
		display: none;
	}
	.slider-blog .readmore {
		margin-top: 22px !important;
	}

	.header-center .slicknav_btn, .header-center .searchform-mini {
		top: 52%;
	}

	#na-footer .footer-bottom .jadison-social-icon {
		text-align: center;
	}

	.rtl [class*="col-"] {
		float: none;
	}

	.blog-column-center-layout .post-item {
		margin: 0 5px;
	}

	.woocommerce-result-count {
		display: none;
	}

	.woocommerce-ordering {
		float: right !important;
	}

	.wrapper-content-product {
		visibility: hidden;
		opacity: 0;
	}

	.filter-show .wrapper-content-product {
		visibility: visible;
		opacity: 1;
	}

	.shop-content .wrapper-content-product {
		padding: 0 20px;
	}

	.container-fluid .container-inner, .container-full .container-inner {
		padding: 0 20px;
	}

	div.widget-testimonial .carousel-nav {
		padding: 0 20%;
	}

	#jadison-top-navbar {
		display: none;
	}

	.product-taxonomy .layout-large .caption-product {
		background: white;
	}

	#comments .comment-lists ul.children {
		padding-left: 15px;
	}

	#na-footer .jadison-social-icon a {
		margin: 10px 5px;
		text-align: center;
	}
}
@media (max-width: 520px) {
	.title-box, .wrapper-filter {
		display: block;
		float: left;
		float: none;
	}
	.rtl .title-box, .rtl .wrapper-filter {
		float: right;
	}

	.layout-list .col-1 {
		width: 100%;
	}

	.content-cat-8 .ct-list .col-item, .content-cate-full .ct-list .col-item {
		width: 100%;
	}
}
@media (max-width: 640px) {
	.footer-2 #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
		width: 25% !important;
	}

	.slider-blog .blog-box-layout .post-image {
		height: 450px;
	}

	.post-related {
		padding-top: 20px;
	}

	.widget-introduce .social-about {
		padding-left: 0;
	}
	.widget-introduce .widget-content {
		padding: 30px;
		padding-bottom: 5px;
	}

	.entry-footer-social, .tags-wrap {
		display: block;
		text-align: center;
		float: none;
	}

	blockquote {
		padding: 20px;
	}

	.post-grid .article-content, .grid-content .post-list .article-content {
		padding: 15px;
	}

	.entry_pagination .page-numbers .title-pagination {
		display: none;
	}
	.entry_pagination .page-numbers .btn-next {
		padding-right: 14px;
	}

	div.slider-blog .slider-full .readmore {
		font-size: 13px;
	}
	div.slider-blog .slider-full .post-list .entry-title {
		line-height: 20px;
	}
	div.slider-blog .slider-full .post-list .entry-title a {
		font-size: 16px;
	}
	div.slider-blog.column3 .box-small .entry-title, div.slider-blog.col-2-3box .box-small .entry-title {
		margin-top: 0;
	}
	div.slider-blog.column3 .box-small .post-list, div.slider-blog.col-2-3box .box-small .post-list {
		margin-bottom: 30px;
	}
	div.slider-blog.column3 .entry-header-title, div.slider-blog.col-2-3box .entry-header-title {
		margin-bottom: 0;
	}
	div.slider-blog.column3 .post-list, div.slider-blog.col-2-3box .post-list {
		margin-bottom: 15px;
	}
	div.slider-blog.column3 .row, div.slider-blog.col-2-3box .row {
		margin-right: -7.5px;
		margin-left: -7.5px;
	}
	div.slider-blog.column3 .box-large, div.slider-blog.col-2-3box .box-large {
		padding: 0 7.5px;
	}
	div.slider-blog.column3 .box-large .post-image, div.slider-blog.col-2-3box .box-large .post-image {
		height: 350px;
	}
	div.slider-blog.column3 .box-small, div.slider-blog.col-2-3box .box-small {
		padding: 0 7.5px;
	}

	.article-carousel-center .post-list .post-image {
		height: 350px;
	}

	#sb_instagram .sbi_photo {
		max-height: 130px !important;
	}

	.slider-blog.blog-box-layout .post-image {
		min-height: 450px;
	}

	.box-author {
		display: none;
	}

	.ads-before-content {
		display: none;
	}

	.archive-blog .post-list .article-meta {
		padding: 0;
	}

	.entry-header, .entry-content, .entry-footer {
		padding-left: 0;
		margin-left: 0;
	}
	.rtl .entry-header, .rtl .entry-content, .rtl .entry-footer {
		padding-right: 0;
		padding-left: inherit;
	}
	.rtl .entry-header, .rtl .entry-content, .rtl .entry-footer {
		margin-right: 0;
		margin-left: inherit;
	}

	.search-transition-wrap .search-transition-inner {
		padding: 0 !important;
	}

	.search-transition-wrap .btn-mini-close {
		right: 0 !important;
	}

	.error-404 {
		padding: 100px 0;
	}
	.error-404 .searchform {
		display: inline-block;
	}
	.error-404 .searchform .input-group {
		max-width: 320px;
	}
	.error-404 .searchform .form-control {
		min-width: 250px;
	}

	.grid-full .article-image {
		display: block;
		float: none;
		width: 100%;
	}
	.grid-full .article-image .post-image img.lazy {
		width: 100%;
	}

	.grid-full .entry-header {
		padding-right: 0;
	}

	.grid-full .entry-content {
		padding-right: 0;
	}

	.box-large .post-list .entry-title > a {
		font-size: 20px;
		line-height: 26px;
		padding: 0;
	}

	.style_center .post-list .entry-title > a {
		font-size: 20px;
		line-height: 20px;
	}

	.style_center .article-content {
		bottom: 0;
		left: 0;
		margin: auto;
		right: inherit;
		text-align: left;
	}

	.style_center .entry-title {
		line-height: 30px;
		margin: 0;
	}

	.article-content .entry-meta-right {
		line-height: 24px;
	}

	#comments .comment-box {
		display: block;
		width: auto;
	}

	#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
		width: 25% !important;
	}

	.wrapper-filter {
		padding-left: 0;
	}
	.rtl .wrapper-filter {
		padding-right: 0;
		padding-left: inherit;
	}
	.wrapper-filter > li {
		padding-left: 0;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#sb_instagram.sbi_col_8 #sbi_images .sbi_item {
		width: 25%;
		max-height: 130px;
	}
}
@media (max-width: 568px) {
	.content-single-full {
		padding-left: 15px;
		padding-right: 15px;
	}

	.item-related {
		width: 100%;
	}

	.post-grid .article-content, .grid-content .post-list .article-content {
		padding: 20px;
		padding-top: 25px;
	}

	.col-item.col-xs-6 {
		width: 100%;
	}

	article.post-grid .entry-title, article.grid-content .entry-title, article.grid-full .entry-title {
		font-size: 22px;
	}

	.vc_col-md-8 .layout-first-large .grid-full .entry-title {
		font-size: 18px;
	}
}
@media (max-width: 550px) {
	.column3 .box-small .post-cat, .col-2-3box .box-small .post-cat {
		display: none;
	}
}
@media (max-width: 480px) {
	.widget-introduce .widget-content {
		padding-bottom: 15px;
	}

	.post-related {
		padding-top: 0;
	}
	.post-related .widgettitle {
		margin-bottom: 40px;
	}

	.tags-wrap .tags a {
		line-height: 24px;
	}

	.entry-avatar {
		margin: 10px 0 20px;
	}

	.wrapper-filter {
		padding-bottom: 30px;
	}

	.article-carousel-center .post-list .post-image {
		height: 300px;
	}

	div.slider-blog.column3 .box-large .post-image, div.slider-blog.col-2-3box .box-large .post-image {
		height: 290px;
	}
	div.slider-blog.column3 .box-small .article-meta, div.slider-blog.col-2-3box .box-small .article-meta {
		display: none;
	}
	div.slider-blog .slider-full .slick-slide .article-content {
		padding: 15px;
	}
	div.slider-blog .slider-full .slick-prev {
		left: 15px;
	}
	div.slider-blog .slider-full .slick-next {
		right: 15px;
	}
	div.slider-blog .slider-full .readmore {
		display: none;
	}
	div.slider-blog .article-carousel-center .post-list .article-content {
		width: 100%;
	}

	#sb_instagram .sbi_photo {
		max-height: 100px !important;
	}

	.slider-blog.blog-box-layout .post-image {
		height: 300px;
		min-height: 300px;
	}

	.post-related .post-item {
		width: 100%;
	}

	.entry-header {
		padding-top: 15px;
	}

	.entry-title {
		font-size: 24px;
		line-height: 30px;
	}

	.wrapper-posts .col-item {
		padding: 0 7.5px;
	}
	.wrapper-posts .archive-blog {
		margin: 0 -7.5px;
	}

	.archive-blog .post-list .entry-title > a {
		line-height: 20px;
		padding: 0;
	}

	.archive-blog .post-list .entry-title {
		margin-bottom: 0;
	}

	.slider-blog .post-list .entry-title {
		padding-bottom: 0px;
	}

	.blog-column-center-layout .article-content {
		bottom: 0px;
		left: 0px;
	}
	.rtl .blog-column-center-layout .article-content {
		right: 0px;
		left: auto;
	}
	.blog-column-center-layout .article-content .entry-title {
		margin-bottom: 0;
	}

	.product-detail-wrap .entry-summary {
		padding: 50px 20px 30px;
	}

	div.woocommerce-tabs {
		padding: 50px 20px;
	}

	.tabs.wc-tabs.resp-tabs-list > li {
		float: none;
		text-align: left;
		display: block;
		margin-bottom: 10px;
	}

	.widget-services-content {
		margin-bottom: 30px;
	}

	div.widget_deals .item-deal {
		padding: 10px;
	}

	div.widget_deals {
		padding-bottom: 50px !important;
	}

	h3.widgettitle {
		font-size: 20px;
	}

	.na-recent-post.col-xs-6 {
		width: 100%;
	}

	div.newsletters .btn {
		font-size: 14px;
	}

	.widget-testimonial {
		display: none;
	}

	.widget-banner-slider {
		display: none;
	}

	.widget-product {
		overflow: hidden;
	}
	.widget-product .slick-prev, .widget-product .slick-next {
		display: none !important;
	}

	.product-taxonomy .layout-large .caption-product {
		bottom: 0;
		left: 0;
		position: relative;
	}

	.product-taxonomy .layout-large .caption {
		border-top: 1px solid #ebebeb;
	}

	.product-taxonomy .layout-large .product-block {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
	}

	.entry_pagination .page-numbers {
		height: auto;
	}

	#comments .comment-lists ul.children {
		padding-left: 0;
	}
	.rtl #comments .comment-lists ul.children {
		padding-right: 0;
		padding-left: inherit;
	}

	.entry-header, .entry-avatar, .entry-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.post-gird .entry-header, .post-gird .entry-avatar, .post-gird .entry-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.entry-footer {
		margin-left: 15px;
		margin-right: 15px;
	}

	.sidebar .entry-footer {
		margin-left: 0;
		margin-right: 0;
	}

	.entry-footer-social .entry-footer-right {
		float: none;
	}

	.share-links {
		padding: 20px 0 10px;
	}

	.count-share .social-icons {
		right: inherit;
		left: 70px;
		opacity: 1;
		top: -20px;
		visibility: visible;
	}

	.share-links .social-icons {
		text-align: left;
	}

	.entry_pagination .pagination {
		padding: 5px 0 30px;
	}

	.entry-footer-social .entry-footer-left {
		float: none;
	}

	#na-footer .jadison-image-content {
		padding: 10px 0 30px;
	}

	#na-footer .footer-top {
		padding: 0;
	}

	#na-footer .footer-bottom {
		padding: 20px;
		border-top: 1px solid #eee;
	}

	.grid-full {
		padding: 0px;
	}
	.grid-full .article-content {
		padding: 30px 15px 25px;
	}
}
@media (max-width: 440px) {
	.widget-introduce .introduce-text {
		margin-top: 10px;
	}
	.widget-introduce .widgettitle {
		font-size: 22px;
		letter-spacing: 1.5px;
	}
	.widget-introduce .des-services {
		padding-bottom: 0;
	}
	.widget-introduce .introduce-image {
		height: 380px;
		width: 100%;
	}
	.widget-introduce .social-about a {
		width: 25px;
	}
}
@media (max-width: 400px) {
	div.post-vertical .post-image {
		height: 290px;
	}

	.widget-introduce .introduce-image {
		height: 300px;
	}
	.widget-introduce .social-about {
		float: left;
		margin-bottom: 0;
		margin-top: 12px;
	}
	.rtl .widget-introduce .social-about {
		float: right;
	}
	.widget-introduce .social-about li:first-child a {
		width: 0;
		margin-right: 20px;
	}
	.widget-introduce .initialize {
		display: block;
		float: none;
	}

	.slider-blog .article-carousel-center .post-list .article-content .entry-title > a {
		font-size: 20px;
		line-height: 26px;
	}
	.slider-blog.column3 .box-large .post-list .post-image, .slider-blog.col-2-3box .box-large .post-list .post-image {
		height: 250px;
	}
	.slider-blog.column3 .box-large .post-list .article-content .entry-title > a, .slider-blog.col-2-3box .box-large .post-list .article-content .entry-title > a {
		font-size: 18px;
	}
	.slider-blog.column3 .box-small .post-list .article-content .entry-title >, .slider-blog.col-2-3box .box-small .post-list .article-content .entry-title > {
		line-height: 14px;
	}
	.slider-blog.column3 .box-small .post-list .article-content .entry-title > a, .slider-blog.col-2-3box .box-small .post-list .article-content .entry-title > a {
		font-size: 13px;
		line-height: 14px;
	}

	#sb_instagram .sbi_photo {
		max-height: 80px !important;
	}

	.newsletters input[type="email"] {
		padding: 6px 15px;
	}

	.wrapper-posts .col-item {
		width: 100%;
	}
	.wrapper-posts .col-item {
		padding: 0 15px;
	}
	.wrapper-posts .post-item {
		margin-bottom: 30px;
	}
	.wrapper-posts .archive-blog {
		margin: 0 -15px;
	}

	.archive-blog .post-list .article-meta {
		display: block;
	}

	.archive-blog .post-list .entry-title > a {
		font-size: 18px;
		line-height: 24px;
		padding: 0;
	}

	.post-sidebar .article-image {
		padding-right: 10px;
		width: 40%;
	}
	.rtl .post-sidebar .article-image {
		padding-left: 10px;
		padding-right: inherit;
	}

	.box-blog.large-vertical .box-small .article-content {
		width: 60%;
	}

	.woocommerce-ordering .orderby {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 146px;
		padding-right: 20px;
	}

	.top-products .wrap-select > select {
		line-height: 50px;
	}

	.group-cover .title-page {
		font-size: 20px;
	}

	.wrap-breadcrumb-cover .breadcrumb {
		font-size: 12px;
		padding: 0;
		margin: 0;
	}

	.scrollup {
		display: none !important;
	}

	.entry_pagination .page-numbers {
		height: auto;
	}
}
@media (max-width: 350px) {
	#sb_instagram .sbi_follow_btn a {
		font-size: 12px;
	}

	#na-footer li {
		margin-right: 10px;
	}
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: #0d0d0d;
}
.header-content-right {
	/*display: none;*/
}
.slider-full .post-trans .entry-title a {
	font-family: 'Playfair Display', serif;
	color: #0d0d0d;
	font-size: 40px;
	line-height: 45px;
}
.slider-blog .entry-header-title {
/*	padding-top: 30px;*/
}
.archive-blog .post-cat {
	display: inline;
}
.entry-title a {
	font-family: 'Playfair Display', serif;
    color: #0d0d0d;
    font-size: 40px;
    line-height: 45px;
}
.archive-blog .entry-content {
	    margin: auto;
    color: #9e9e9e;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}
.wrapper-posts .entry-title,.archive-blog .entry-title {

	z-index: 99;
	position: relative;
}
.item-post.col-item.odd .entry-title {
	margin-left: -80px;
	z-index: 99;
	position: relative;
}
.view-comment-count {
	background: #0d0d0d;
	    color: #fff;
    position: relative;
    font-size: 10.2px;
    letter-spacing: 4px;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    left:0px;
    bottom: 60px;
    width: 48px;
    height: 324px;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);

}
.view-comment-count .total-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.total-content .total-view,.total-content .comment-text {
	display: inline;
}
.counters {
    -webkit-transform: rotate(270deg) translate(-50%,0);
    -ms-transform: rotate(270deg) translate(-50%,0);
    transform: rotate(270deg) translate(-50%,0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    position: absolute;
    left:50%;
    bottom:50%;
    overflow: hidden;
    white-space: nowrap;
}
.counters .comments {
	color: #808080;
}
.post-list .article-image {
	    width: 58.33333%;
}
.post-list .article-content {
	width:41.66667%;
}
.post-list .article-image img {
	width: 100%;
}
.even .post-list .article-image {
	float: right;
}
.sb_instagram_header {
	display: none;
}

.even .view-comment-count {
	    right: 0px;
    bottom: 60px;
    width: 48px;
    height: 324px;
    -webkit-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    transform: translate(50%,0);
    left: initial;
}
.even .post-list .entry-header-title {
	text-align: right;
	margin-right: -80px;
	    padding-left: 80px;
}
.even .entry-header {
	text-align: right;
}
.page #comments {
	display: none;
}
h3 {
	font-family: 'Playfair Display', serif;
	letter-spacing: 1px;
    font-size: 40px;
    line-height: 45px;
}
#jadison-top-navbar .topbar-left a {
	color: #0d0d0d;
	border: 1px solid #d0d0d0;
	border-radius: 100px;
}
.bottom-view {

}
.bottom-view img {
width: 100%;
}
.shopthepost-widget .stp-product  {
	background-color: #fff!important;

}
@media (min-width: 1200px){

.container {
    width: 970px!important;
}
}
.black {
	color: #0d0d0d;
}
.ttl {
	text-transform: initial;
}
h4 {
	color: #0d0d0d;
	text-transform: uppercase;
		font-family: "Montserrat";
		font-size: 10.2px;
		letter-spacing: 4px;
}
h5 {
	    font-family: 'Playfair Display', serif;
    line-height: 30px;
    font-size: 25px;
    color: #0d0d0d;
    font-weight: 400;
}
.coverimg {
	display: block;
}
.art-list .article-content {
	height: 0px;
	padding-top: 84%!important;
	position: relative;
}
.content_in {
	position: absolute;
	top:0;
	left:0;
	    padding: 30px;
	    width: 100%;
	    height: 100%;
}
.bottom-view {
	    position: absolute;
	    bottom: 0px;
	    padding: 30px;
	    padding-bottom: 60px;
	    left: 50%;
	    width: 100%;
	    -webkit-transform: translate(-50%,0%);
	    -ms-transform: translate(-50%,0%);
	    transform: translate(-50%,0%);
}
#sb_instagram .sbi_info {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	background-color: #0d0d0d!important;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-35%);
	    -ms-transform: translate(-50%,-35%);
	    transform: translate(-50%,-35%);
	    padding:15px;
	    width: auto;
}
.sbi_item:hover .sbi_info {
	opacity: 1!important;
		    -webkit-transform: translate(-50%,-50%)!important;
	    -ms-transform: translate(-50%,-50%)!important;
	    transform: translate(-50%,-50%)!important;
}
.sbi_item {
	position: relative!important;
}
#sb_instagram .sbi_info {
	color: #fff!important;
		font-family: "Montserrat", Arial, serif;
		font-size: 10px!important;
}
#sb_instagram .sbi_meta span{
	margin: 0 4px !important;
}
.bottom-view .shopthepost-widget {
	position: relative;
}
.bottom-view .shopthepost-widget .stp-control{
    top: 0px!important;
    height: 20px!important;
    

}
.bottom-view .stp-outer {
	margin-top: -45px!important;
	padding-top: 45px!important;
}
.bottom-view .stp-shift {
	margin-left: 0!important;
}
.stp-product {
	    margin: 0 6px 0 7px!important;
}
.stp-product:first-child {
	    margin: 0 6px 0 0px!important;
}
.wrapper-posts .odd .entry-title{
	margin-left: -80px;
}
.single .entry-header span {
	display: inline!important;
}
.single .entry-header-title {
	margin-bottom: 60px;
}
.single .entry-content p{
	font-size: 13px!important;
		color: #9e9e9e!important;
	font-family: 'Work Sans', sans-serif!important;
	font-size: 13px!important;
	    line-height: 20px;
    text-align: justify;
	font-weight: 400;
}
.post-only {
	background-color: #0d0d0d;
	color: #FFF;
    padding: 19px 32px;
    font-size: 10.2px;
    letter-spacing: 4px;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    z-index: 99;
  
}
.post-only.page-prev {
    top: 100%;
    left: 0;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.post-only.page-next {
    bottom: 100%;
    right: 0;
        transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.prev-container {
	position: fixed;
	top:0;
	
	width: 48px;
	height: 120px;
	    z-index: 999;
	
	       top: 50%;
	       left: 0%;
	       -webkit-transform: translate(0%,-50%);
	       -ms-transform: translate(0%,-50%);
	       transform: translate(0%,-50%);
}
.next-container {
	position: fixed;
	top:0;

	width: 48px;
	height: 120px;
	    z-index: 999;
	           top: 50%;
	       right: 0%;
	       -webkit-transform: translate(0%,-50%);
	       -ms-transform: translate(0%,-50%);
	       transform: translate(0%,-50%);
}
.post-related .post-item h3 {
text-align: center;
}
.post-related .post-item h3 a{
	color: #9a9a9a;
	font-size: 20px!important;
	line-height: 28px;
}
.archive-blog.post-related {
	position: relative;
}
.archive-blog.post-related:before {
	position: absolute;
	content:'';
	background-color: #0d0d0d;
	width: 300%;
	height: 70%;
	left: 100%;
	bottom: 0;
	    -webkit-transform: translate(-50%,0%);
	    -ms-transform: translate(-50%,0%);
	    transform: translate(-50%,0%);
}
.single .entry-content {
	padding-top: 60px;
}
.text-user *,.text-user{
		font-family: 'Playfair Display', serif;
	
	color: #0d0d0d!important;
}
.avatar, .ground-user {
	display: inline-block;
}
.comment-bottom {
	padding: 30px;
	border: 1px solid #9a9a9a!important;
	margin-top: 30px;
}
.comment-text p {
    color: #9e9e9e!important;
    font-family: 'Work Sans', sans-serif!important;
    font-size: 13px!important;
    font-weight: 400;
        line-height: 20px;
    text-align: justify;
}
.ground-user {
	    vertical-align: middle;
	    font-size: 20px;
}
.ground-user a {
	  font-size: 20px;
}
.ground-user .comment-time {
	    text-transform: uppercase;
	    font-size: 10.2px;
	    color: #808080;
	    font-weight: 400!important;
	    letter-spacing: 4px;
}
.avatar img {
		border: 1px solid #9a9a9a!important;
}
.avatar {
	margin-right: 12px;

}
.the-comment.comment-box .meta-user {
	float: right;
}
.the-comment.comment-box .meta-user a {
	
	text-align: center;
    color: #0d0d0d!important;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    padding: 10px 30px!important;

    border: 2px solid #0d0d0d;
    font-size: 10.2px!important;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border-radius: 0!important;

}
.the-comment.comment-box .meta-user a:hover {
	 background: #0d0d0d!important;
	 color: #FFFFFF!important;
}
input[type="submit"]{
	text-align: center;
    color: #0d0d0d!important;
    background: #FFFFFF;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    padding: 7px 30px!important;
font-family: "Montserrat", Arial, serif;
    border: 2px solid #0d0d0d;
    font-size: 10.2px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    border-radius: 0!important;
}
input[type="submit"]:hover {
    color: #FFF!important;
    background: #0d0d0d;	
}
.form-control {
	    color: #9e9e9e!important;
    font-family: 'Work Sans', sans-serif!important;
    font-size: 13px!important;
    font-weight: 400;
        line-height: 20px;
    text-align: justify;
}
a {
	font-size :13px;
}
.cover-box img{
width:100%;
}
.jadison-header-content {
	position: relative;

}
.progressBar {
	position: absolute;
	bottom: -4px;
	left:0;
	width: 0%;
	height: 4px;
	background-color: #0d0d0d;
	  -webkit-transition: width .1s ease;
  -o-transition: width .1s ease;
  transition: width .1s ease;
}
.mini-menu {
	    -webkit-transform: translate(0,-100%);
	    -ms-transform: translate(0,-100%);
	    transform: translate(0,-100%);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	opacity: 0;
	background-color: #fff;
	z-index: 99999;
	-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.minimenu .mini-menu {
		    -webkit-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	    transform: translate(0,0);
	    opacity: 1;

}
.header-center .mini-menu .jadison-header-content {
	border-bottom: 0px!important;
}
.header-topbar {
	padding-top: 30px;
}
.mini-menu ul.mega-menu > li > a {
line-height: 55px!important;
}
footer li a {
	    color: #808080;
    font-size: 10.2px;
    text-transform: uppercase;
    letter-spacing: 4px;
        font-family: "Montserrat", Arial, serif;
}
.blackb {
	background-color: #0d0d0d;
	padding-top: 85px;
	padding-bottom: 85px;
	position: relative;
	    margin-bottom: 45px;
}
.blackb:before {
	content:'';
	background-color: #0d0d0d;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -99%;
	top:0;

}
.blackb:after {
	content:'';
	background-color: #0d0d0d;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -99%;
	top:0;

}
.shop_look_cat:last-child {
display: none;
}
.nav-links {
	text-align: center;
}
.blackb .stp-right {
	background-position: -75px 50%!important;
}
.blackb .stp-left {
	background-position: -0px 50%!important;
}
.blackb .stp-control {
	background-color: #0d0d0d!important;
}
.blackb.homep{
	padding-top: 50px;
	padding-bottom: 50px;
}
.no-cover .article-content{
padding-top: 0!important;
height: auto;
}
.no-cover .view-comment-count, .no-cover .bottom-view {
	display: none;
}
.no-cover .content_in {
	position: relative;
	    top: initial;
    left: initial;
}
.no-cover .article-content {
	width: 100%;
	text-align: center;
}
.no-cover .post-list .post-cat {
	text-align: center;
}
.even .no-cover .entry-header {
	text-align: center;
}
.no-cover .entry-header-title {
	text-align: center!important;
}
.even .no-cover .entry-header-title {
	     margin-right: 0px!important; 
padding-left: 0px!important; 
}
.odd .no-cover .entry-title {
	margin-left: 0!important;
}
.no-cover .readmore {
	display: inline!important;
}
.no-cover {
	margin-bottom: 0px;
}
.na-banners .content{
	-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  z-index: 0;
}
.na-banners :hover .content{
opacity: 0;
}
a.full-link {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
a.page-numbers {
	-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
}
a.page-numbers:hover {
	color: #757575;
}
.item-related .post-image {
	position: relative;
}
.rhover {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(13,13,13,.6);
	-webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
}
.article-tran.hover-share-item:hover .rhover{
opacity: 0;
}
.article-tran.hover-share-item:hover h3 a {
	color: #fff;
}
.no-cover .entry-content {
	padding-bottom: 30px;
}
.mini-menu .mini-logo {
	width: 130px;
	    position: absolute;
	    top: 50%;
	    left: 0%;
	    -webkit-transform: translate(-100%,-50%);
	    -ms-transform: translate(-100%,-50%);
	    transform: translate(-100%,-50%);

}
@media (max-width: 1290px) { 
.mini-menu .mini-logo {

	    -webkit-transform: translate(-25%,-50%);
	    -ms-transform: translate(-25%,-50%);
	    transform: translate(-25%,-50%);

}
}
@media (max-width: 1080px) { 
.mini-menu .mini-logo {
display: none;

}
}
#first-lay .navigation{
display: none;
}
#second-lay .navigation {
	text-align: center;
	margin-bottom: 60px;
}
#first-lay .archive-blog .col-item:nth-child(3),#first-lay .archive-blog .col-item:nth-child(4){
	display: none!important;
}
#second-lay .archive-blog .col-item:nth-child(1),#second-lay .archive-blog .col-item:nth-child(2){
	display: none!important;
}
.header-content-logo .site-logo img {
	width: 150px;
}
.na-banners {
	    height: 200px;
    overflow: hidden;
    margin-bottom: 90px;
}
.na-banners img {
	min-height: 100%;
	max-width: 120%;
}
.readmore,.bottom-view h4 {
letter-spacing: 4px;
}
h1.page-title {
	    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: initial;
    color: #0d0d0d;
    margin-bottom: 60px;
}
h2 {
	font-family: 'Playfair Display', serif;
	line-height: 45px;
	 color: #0d0d0d;
}
.page-content p,.page-content li{
	 color: #9e9e9e;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;

        line-height: 20px;

}
input[type="checkbox"] {
	height: auto!important;
} 
.comment-subscription-form {
	margin-top: 30px;
		 color: #9e9e9e;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;

        line-height: 20px;
}
h1 {
	font-family: 'Playfair Display', serif;
	font-family: 45px;
		 color: #0d0d0d;
	line-height: 1.2;
	font-weight: 600;
}
.vc_btn3 {
	text-align: center!important;
    color: #0d0d0d!important;
    background: #FFFFFF!important;
  border: 2px solid #0d0d0d!important;
    position: relative!important;
    margin-top: 20px!important;
    padding: 10px 15px!important;
   
    font-size: 10.2px!important;
    letter-spacing: 4px!important;
    text-transform: uppercase!important;
    font-weight: 400!important;
    -webkit-transition: 0.2s!important;
    -o-transition: 0.2s!important;
    transition: 0.2s!important;

    border-radius:0px!important;
}
.vc_btn3.vc_btn3-color-black:hover {
	color: #fff!important;
	background: #0d0d0d!important;
}
.vc_btn3-color-white {
 border: 2px solid #FFFFFF!important;
    color: #FFFFFF!important;
    background: #0d0d0d!important;

}
.vc_btn3-color-white:hover {
	    color: #0d0d0d!important;
    background: #FFFFFF!important;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"]{
	
		width: 100%!important;
	
}
.wpcf7-form textarea{
	    border: 1px solid #e9e9e9;
		width: 100%!important;
	padding:10px;
}
.wpcf7-form label{
		 color: #9e9e9e!important;
    font-family: 'Work Sans', sans-serif!important;
    font-size: 13px!important;
    width: 100%!important;
        line-height: 20px!important;
}
.wpcf7-form span {
	margin-top: 10px;
}
.wpcf7-form  input[type="submit"] {
display: inline-block;
width: 100%;
}
.archive-blog.post-related .entry-header-title {
	text-align: center!important;
}
.post-cat a, span.post-date, a.readmore, a.comment-edit-link, .comment-time, a.comment-reply-link, .vc_btn3, .txt-pagination, .counters, .counters span {
	font-family: "Montserrat", Arial, serif!important;
	font-size: 10.2px;	
}
.bannertitle a {
	letter-spacing: 0px!important;
}
.entry-title a {
	letter-spacing: 0px;
}
.comments-list h3,.archive-blog.post-related h3 {
	margin-bottom: 20px;
}
#sb_instagram .sbi_info {
	min-width: 67%;
}
.mc4wp-form-fields input[type="email"] {
background-color: transparent!important;

border-color: #fff;
width: 100%;

}
.mc4wp-form-fields input[type="submit"] {
width: 100%;
	color: #fff!important;
	background: #0d0d0d!important;

	border:2px solid #fff;

}
.mc4wp-form-fields input[type="submit"]:hover {
	color: #0d0d0d!important;
	background: #fff!important;
	}

.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.mc4wp-form-fields input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.mc4wp-form-fields input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#na-menu-primary ul > .shopping > ul {
/*	visibility: visible;
	opacity: 1;*/
	width: 620px;
	padding-right: 30px;
	    position: absolute;

	    left: 50%;
	    -webkit-transform: translate(-50%,0%);
	    -ms-transform: translate(-50%,0%);
	    transform: translate(-50%,0%);

}
#na-menu-primary ul > .shopping > ul >li > a{
	color: #fff!important;
	border-bottom: 1px solid #393939;
	padding-bottom: 20px;
	    margin-bottom: 20px;
}
#na-menu-primary ul > .shopping > ul >li{
    padding-left: 30px;
    /*padding-top: 20px;*/
    padding-bottom: 30px;
}
#na-menu-primary ul > .shopping > ul > li > ul{
	/*display: block;*/
		visibility: visible;
	opacity: 1;
	position: relative!important;
	left: initial!important;
	top: initial!important;
}
#na-menu-primary ul > .shopping:hover > ul > li > ul{
	display: block;
}
#na-menu-primary ul > .shopping > ul li[class*="-has-children"]:after{
	display: none;

}
#na-menu-primary ul > .shopping > ul > li{
float: left!important;
    width: 33.3%;
}
#na-menu-primary ul > li > ul > li > ul > li:hover a {
	color: #fff!important;
}
.widget_icl_lang_sel_widget ul {
	float: right;
}
.wpml-ls-legacy-list-horizontal li{
	position: relative;
}
.wpml-ls-legacy-list-horizontal a span{
	    color: #9a9a9a;
	        font-size: 10.2px!important;
	            font-family: "Montserrat";
    letter-spacing: 4px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a span {
	color: #0d0d0d!important;
}
.wpml-ls-legacy-list-horizontal li:nth-child(2):after{
content: "/";
    position: absolute;
    top: 50%;
    left: -3px;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
	    color: #9a9a9a;
	        font-size: 10.2px!important;
	            font-family: "Montserrat";
    letter-spacing: 4px;
}
.shop_look_cat {
	overflow:hidden;
}
em {
	font-style: italic!important;
}
strong, b {
font-weight: bold!important;
}