/*
	1. SHORTCODE HOT DEAL
	2. SHORTCODE BANNER
	3. SHORTCODE VIDEO
	4. SHORTCODE LOGO SLIDER
	5. SHORTCODE PRODUCT SLIDER
	6. SHORTCODE BANNER IMAGE
	7. SHORTCODE BLOG
	8. SHORTCODE WIDGET PRODUCTS
	9. SHORTCODE BUTTON
	10. SHORTCODE DROPCAP
	11. SHORTCODE HEADING
	12. SHORTCODE FAQ
	13. SHORTCODE MESSAGE BOX
	14. SHORTCODE PROGRESS BAR
	15. SHORTCODE TESTIMONIAL 
	16. SHORTCODE TEAM MEMBER
	17. SHORTCODE TAB
	18. SHORTCODE GOOGLE MAP
	19. SHORTCODE PORTFOLIO
	20. SHORTCODE SINGLE IMAGE
	21. SHORTCODE FEATURE
	22. SHORTCODE PRICE TABLE
	23. SHORTCODE TWITTER
	24. SHORTCODE MILESTONE
	25. SHORTCODE COUNTDOWN
	26. SHORTCODE TYPE TAB PRODUCTS
	27. SHORTCODE SUBSCRIPTION
	28. SHORTCODE GALLERY
	29. BACKGROUND VIDEO
	30. SHORTCODE BLOCKQUOTE
	31. SHORTCODE IMAGE BOX
	32. SHORTCODE SHOP INSTAGRAM
	33. LIST PRODUCT CATEGOIRES
	34. SHORTCODE TAB PRODUCT
	35. SHORTCODE PRODUCT VIDEO
*/
.animated{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@-webkit-keyframes fadeIn{
	0%{opacity: 0}
	100%{opacity: 1}
}
@keyframes fadeIn{
	0%{opacity: 0}
	100%{opacity: 1}
}
.fadeIn{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeOut{
	0%{opacity: 1}
	100%{opacity: 0}
}
@keyframes fadeOut{
	0%{opacity: 1}
	100%{opacity: 0}
}
.fadeOut{
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 1. SHORTCODE HOT DEAL --------------------------------------------------------------------------------------*/
.ts-product-deals-wrapper .onsale{
	display: none !important;
}
.counter-wrapper{
	display: flex;
}
.ts-shortcode.text-center .counter-wrapper{
	justify-content: center;
}
.text-center .meta-wrapper .counter-wrapper{
	margin-left: auto;
	margin-right: auto;
}
.counter-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
.counter-wrapper > div{
	position: relative;
	float: left;/* rtl */
	padding: 6px 2px;
	margin: 4px;
	width: 50px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	border-radius: 100%;
}
body .counter-wrapper .number{
	line-height: 22px;
	display: block;
}
.counter-wrapper .ref-wrapper{
	width: 100%;
	font-size: 85%;
	line-height: 14px;
}
.meta-wrapper .counter-wrapper{
	margin: 10px -4px 0 -4px;
}
.ts-product-deals-wrapper .product .counter-wrapper:after{
	display: table;
	content: "";
	clear: both;
}
.ts-product-deals-wrapper .thumbnail-wrapper .counter-wrapper{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	bottom: 10px;
	left: 50%;
	z-index: 5;
	transform: translate(-50%,0);
}
.availability-bar{
	margin-bottom: 18px;
}
.availability-bar .progress-bar{
	clear: both;
	height: 8px;
	position: relative;
	overflow: hidden;
}
.availability-bar > span{
	font-size: 90%;
}
.availability-bar > span.available{
	float: left; /* rtl */
}
.availability-bar > span.sold{
	float: right; /* rtl */
}
.availability-bar .progress-bar span{
	position: absolute;
	left: 0;/* rtl */
	top: 0;
	bottom: 0;
	border-radius: 6px;
}
.ts-product-deals-wrapper.show-counter-today{
	padding-top: 10px;
}
.ts-product-deals-wrapper .content-wrapper{
	clear: both;
}
.ts-product-deals-wrapper .ts-countdown{
	float: right;/* rtl */
	width: auto;
	height: 60px;
	margin-top:-60px;
	margin-bottom: 10px;
	position: relative;
	top: -14px;
}
.ts-product-deals-wrapper.title-background-primary .ts-countdown{
	right: 20px;/* rtl */
	height: 50px;
	margin-top: -50px;
	top: -30px;
	margin-bottom: 0;
}
.ts-product-deals-wrapper.title-background-primary .ts-countdown .days{
	display: none;
}
.ts-product-deals-wrapper .ts-countdown .counter-wrapper .ref-wrapper{
	line-height: 16px;
	font-size: 90%;
}
.ts-product-deals-wrapper.title-background-primary .ts-countdown .counter-wrapper .ref-wrapper{
	font-size: 80%;
}
.title-light .style-simple .counter-wrapper > div *{
	color: #ffffff;
}
.ts-product-deals-wrapper .ts-countdown.style-simple .counter-wrapper > div{
	margin-right: 30px;/* rtl */
}
.ts-product-deals-wrapper .ts-countdown.style-simple .counter-wrapper > div:last-child{
	margin-right: 0;/* rtl */
}

/* SINGLE STYLE */
.single-style .product-wrapper{
	display: table;
	width: 100%;
}
.single-style.no-thumbnail .product-wrapper,
.single-style.no-thumbnail .product-wrapper > div{
	display: block;
}
.single-style .product-wrapper > div{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.single-style .product-wrapper .meta-wrapper{
	padding-left: 50px;/* rtl */
	width: 55%;
}
.single-style.no-thumbnail .product-wrapper .meta-wrapper{
	width: 100%;
	padding-left: 0;/* rtl */
}
.single-style.text-center .product-wrapper .meta-wrapper,
.single-style.no-thumbnail.text-center .product-wrapper .meta-wrapper{
	padding: 0 30px; /* responsive */
}
.single-style .products .product .product-sku, 
.single-style .products .product h3, 
.woocommerce .single-style .products .product h3, 
.single-style .product-brands, 
.woocommerce .single-style .products .product .short-description, 
.woocommerce .single-style .products .product .product-categories, 
.woocommerce .single-style .products .product .price, 
.woocommerce .single-style .products .star-rating, 
.woocommerce .single-style .star-rating{
	margin-bottom: 20px;
}
.woocommerce .single-style .products .product .short-description, 
.ts-product-deals-wrapper.single-style .product .counter-wrapper{
	padding-top: 20px;
}
.woocommerce .single-style .products .star-rating{
	width: 104px;
	height: 26px;
}
.woocommerce .single-style .star-rating span:before, 
.woocommerce .single-style .star-rating:before{
	line-height: 26px;
}
.woocommerce .single-style .products .product h3{
	text-overflow: inherit;
	white-space: inherit;
}
.single-style .counter-wrapper > div{
	width: 100px;
	padding: 15px 2px;
	margin: 4px;
}
body .single-style .counter-wrapper > div .ref-wrapper{
	line-height: 40px;
}
body .single-style .counter-wrapper > div .ref-wrapper{
	line-height: 24px;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*- 2. SHORTCODE BANNER ---------------------------------------------------------------------------------------*/
.ts-banner,
.ts-banner *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
} 
.ts-banner .description,
.ts-banner h2,
.ts-banner h3{
	color: #ffffff;
}
.ts-banner.text-left .banner-wrapper{
	text-align: left;
}
.ts-banner.text-right .banner-wrapper{
	text-align: right;
}
.ts-banner.text-center .banner-wrapper{
	text-align: center;
}
.ts-banner{
	overflow: hidden;
	width: 100%;
	position: relative;
	text-align: center;
}
.ts-banner .banner-wrapper{
	overflow: hidden;
	position: relative;
}
.ts-banner .banner-wrapper > a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
}
.ts-banner header{
	position: absolute;
	overflow: hidden;
	z-index: 2;
	padding: 20px;
}
.ts-banner.no-bg header{
	position: static;
	padding: 25px;
	text-align: center;
	transform: none;
}
body .ts-banner.style-heading-background header{
	width: 40%;
	min-width: auto;
	bottom: auto;
	vertical-align: middle;
	top: 0;
	padding:13% 10px;
}
.ts-banner.style-heading-background header:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: -1;
}
body .ts-banner.style-3 .description,
body .ts-banner.style-heading-background .description,
body .ts-banner.style-heading-center .description{
	line-height: 24px;
}
body .style-heading-center header{
	display: table;
	margin-left: auto;
	margin-right: auto;
	min-width: auto;
	left: 50%;
	width: auto;
	transform: translate(-50%,-50%);
}
.ts-banner.style-2 .description{
	margin: 0;
}
.ts-banner h2{
	margin-bottom: 0;
}
.ts-banner.style-simple h2{
	margin-bottom: 0;
}
.ts-banner.style-1 h2{
	margin-bottom: 6px;
}
.ts-banner.style-2 .button{
	margin-top: 30px;
}
.ts-banner.style-1 h3{
	margin-bottom: 0;
}
@media only screen and (min-width: 1500px){
	.ts-banner.style-1 h3{
		font-size: 30px;
		line-height: 36px;
		margin: 0;
	}
	.ts-banner.style-1 h2{
		font-size: 54px;
		line-height: 60px;
		margin: 0;
	}
}
.ts-banner .button,
.woocommerce .ts-banner .button{
	margin-top: 20px;
	display: inline-block;
	min-width: 120px;
}
.ts-banner.style-heading-line h2{
	position: relative;
	letter-spacing: 1px;
}
.ts-banner.style-heading-line .banner-title{
	position: relative;
	padding-bottom: 16px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.ts-banner.style-heading-line .banner-title:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	width: 100%;
	min-width: 200px;
	height: 2px;
	border-width: 2px 0 0 0;
	border-style: solid;
	content: "";
}
.ts-banner.style-heading-line .button,
.woocommerce .ts-banner.style-heading-line .button{
	padding: 0;
	min-width: auto;
	border-width: 0;
	position: relative;
	margin-top: 20px;
	background: transparent !important;
}
.ts-banner .button:after{
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
    content: "\f178";/* rtl */
	margin-left: 5px;/* rtl */
}
.style-heading-line .button:after{
	opacity: 0;
	position: absolute;
	right: 0;/* rtl */
}
.style-heading-line .button:hover{
	padding-right: 20px;/* rtl */
}
.style-heading-line .button:hover:after{
	opacity: 1;
}
/* Banner content position */
.left-top header{
	left: 5%;right: auto;
	top: 5%;bottom: auto;
}
.vc_row[data-vc-full-width] .left-top header{
	top: 8%;right: auto;
	left: 8%;bottom: auto;
}
.vc_row[data-vc-full-width] .left-top.style-2 header{
	top: 12%;right: auto;
	left: 6%;bottom: auto;
}
.left-bottom header{
	left: 5%;right: auto;
	top: auto;bottom: 5%;
}
.vc_row[data-vc-full-width] .left-bottom header{
	top: auto;right: auto;
	left: 8%;bottom: 8%;
}
.vc_row[data-vc-full-width] .left-bottom.style-2 header{
	top: auto;right: auto;
	left: 6%;bottom: 12%;
}
.left-center header{
	left: 6%;right: auto;
	top: 50%;bottom: auto;
	transform: translate(0,-50%);
}
.vc_row[data-vc-full-width] .left-center header{
	right: auto;
	left: 8%;
}
.right-top header{
	right: 5%;left: auto;
	top: 5%;bottom: auto;
}
.vc_row[data-vc-full-width] .right-top header{
	top: 8%;right: 8%;
	left: auto;bottom: auto;
}
.vc_row[data-vc-full-width] .right-top.style-2 header{
	top: 12%;right: 6%;
	left: auto;bottom: auto;
}
.right-bottom header{
	right: 5%;left: auto;
	top: auto;bottom: 5%;
}
.vc_row[data-vc-full-width] .right-bottom header{
	top: auto;right: 8%;
	left: auto;bottom: 8%;
}
.vc_row[data-vc-full-width] .right-bottom.style-2 header{
	top: auto;right: 6%;
	left: auto;bottom: 12%;
}
.right-center header{
	right: 6%;left: auto;
	top: 50%;bottom: auto;
	transform: translate(0,-50%);
}
.vc_row[data-vc-full-width] .right-center header{
	right: 8%;
	left: auto;
}
.center-top header{
	text-align: center;
	left: 50%;right: auto;
	top: 6%;bottom: auto;
	transform: translate(-50%,0);
}
.vc_row[data-vc-full-width] .center-top header{
	top: 8%;
}
.vc_row[data-vc-full-width] .center-top.style-2 header{
	top: 12%;
}
.center-bottom header{
	text-align: center;
	left: 50%;right: auto;
	top: auto;bottom: 4%;
	transform: translate(-50%,0);
}
.vc_row[data-vc-full-width] .center-bottom header{
	bottom: 8%;
}
.vc_row[data-vc-full-width] .center-bottom.style-2 header{
	bottom: 12%;
}
.center-center header{
	left: 50%;right: auto;
	top: 50%;bottom: auto;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.left-top header,
.left-bottom header,
.left-center header,
.right-top header,
.right-bottom header,
.right-center header{
	max-width: 60%;
}
.center-top header,
.center-bottom header,
.center-center header{
	min-width: 100%;
}
.ts-banner .banner-bg img{
	position: relative;
	width: 100%;
}
/* Effect background scale */
.ts-banner.background-scale .banner-bg,
.ts-banner.background-scale-dark .banner-bg,
.ts-banner.background-scale-opacity .banner-bg,
.ts-banner.background-scale-opacity-line .banner-bg,
.ts-banner.background-scale-and-line .banner-bg,
.ts-banner.background-scale-dark-line .banner-bg{
	transform: scale(1.0,1.00);
	transition: transform 400ms ease 0s;
}
.ts-banner.background-scale:hover .banner-bg,
.ts-banner.background-scale-dark:hover .banner-bg,
.ts-banner.background-scale-opacity:hover .banner-bg,
.ts-banner.background-scale-opacity-line:hover .banner-bg,
.ts-banner.background-scale-dark-line:hover .banner-bg,
.ts-banner.background-scale-and-line:hover .banner-bg{
	transform: scale(1.14,1.14);
}
/* Effect background scale opacity */
.ts-banner.background-opacity .banner-bg img,
.ts-banner.background-scale-opacity .banner-bg img,
.ts-banner.background-opacity-and-line .banner-bg img,
.ts-banner.background-dark-and-line .banner-bg img,
.ts-banner.background-scale-opacity-line .banner-bg img,
.ts-banner.background-scale-dark-line .banner-bg img{
	transition: transform 500ms , opacity 350ms ease 0s;
}
.ts-banner.background-opacity-and-line:hover .banner-bg img,
.ts-banner.background-opacity:hover .banner-bg img,
.ts-banner.background-scale-opacity:hover .banner-bg img,
.ts-banner.background-scale-opacity-line:hover .banner-bg img{
	opacity: 0.7;
}
.ts-banner.background-dark-and-line .banner-bg:after,
.ts-banner.background-dark .banner-bg:after,
.ts-banner.background-scale-dark .banner-bg:after,
.ts-banner.background-scale-dark-line .banner-bg:after{
	content: "";
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	background: #000;
	z-index: 1;
	opacity: 0;
	transition: 250ms ease 0s;
}
.ts-banner.background-dark-and-line:hover .banner-bg:after,
.ts-banner.background-dark:hover .banner-bg:after,
.ts-banner.background-scale-dark:hover .banner-bg:after,
.ts-banner.background-scale-dark-line:hover .banner-bg:after{
	opacity: 0.5;
}
/* Effect Line */
.ts-banner.background-scale-opacity-line .banner-wrapper:before,
.ts-banner.background-opacity-and-line .banner-wrapper:before,
.ts-banner.background-dark-and-line .banner-wrapper:before,
.ts-banner.background-scale-dark-line .banner-wrapper:before,
.ts-banner.background-scale-and-line .banner-wrapper:before,
.ts-banner.eff-line .banner-wrapper:before{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	content: "";
	z-index: 2;
	border-width: 5px;
	border-style: solid;
	opacity: 0;
	transform: scale(1,0);
	transition: opacity 350ms,transform 350ms ease 0s;
}
.ts-banner.background-opacity-and-line .banner-wrapper:hover:before,
.ts-banner.background-scale-opacity-line .banner-wrapper:hover:before,
.ts-banner.background-dark-and-line .banner-wrapper:hover:before,
.ts-banner.background-scale-dark-line .banner-wrapper:hover:before,
.ts-banner.background-scale-and-line .banner-wrapper:hover:before,
.ts-banner.eff-line .banner-wrapper:hover:before{
	opacity: 0.3;
	transform: scale(1,1);
	transition: opacity 450ms,transform 420ms ease 0s;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 3. SHORTCODE VIDEO -----------------------------------------------------------------------------------------*/
.ts-video iframe, 
.ts-soundcloud iframe{
	border: none;
	display: block;
}
.ts-video.auto-size{
	position: relative;
	padding: 0;
	padding-bottom: 56.25%; /* 16: 9 */
	height: 0 !important;
	width: 100% !important;
	overflow: hidden;
}
.ts-video.auto-size iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.ts-blogs.ts-shortcode.ts-slider .ts-video.auto-size{
	padding-bottom: 57.25%;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 4. SHORTCODE LOGO SLIDER -----------------------------------------------------------------------------------*/
.ts-logo-slider-wrapper .content-wrapper{
	padding: 0;
	text-align: center;
}
.ts-logo-slider-wrapper .owl-controls .owl-nav > div{
	margin-bottom: 0;
}
.ts-logo-slider-wrapper .content-wrapper ul{
	padding: 0;
	margin: 0;
}
.ts-logo-slider-wrapper .owl-carousel .owl-item{
	text-align: center;
}
.ts-logo-slider-wrapper .owl-carousel *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-logo-slider-wrapper a{
	display:block;
	text-align: center;
}
.ts-logo-slider-wrapper .owl-carousel .owl-item img{
	width: auto;
	margin: 0 auto;
}
.ts-logo-slider-wrapper .content-wrapper .items{
	padding: 30px 0;
}
.ts-logo-slider-wrapper.no-nav .content-wrapper .items{
	padding-left: 0;
	padding-right: 0;
}
.ts-logo-slider-wrapper .item{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-logo-slider-wrapper.slider-type-vertical .item{
	padding: 10px;
}
.ts-logo-slider-wrapper.slider-type-vertical .items{
	padding: 0;
}
body.page .slider-type-vertical.nav-middle .owl-nav > div{
	top: -46px;
	bottom: auto;
	left: 50%;
	right: auto;
	transform:translate(-50%,0);
	margin: 0;
	height: 46px !important;
	width: 46px !important;
	position: absolute;
	visibility: hidden;
	border-width: 0;
}
.slider-type-vertical .caroufredsel_wrapper{
	margin-left: auto !important;
	margin-right: auto !important;
}
body.page .slider-type-vertical.nav-middle:hover .owl-nav > div,
.layout-middle .vc_column_container:hover .slider-type-vertical .owl-nav > div{
	top: 0;
}
body.page.nav-circle .slider-type-vertical.nav-middle:hover .owl-nav > div,
.nav-circle .layout-middle .vc_column_container:hover .slider-type-vertical .owl-nav > div{
	top: 10px;
	bottom: auto;
}
body.page .slider-type-vertical.nav-middle .owl-nav > div.owl-prev{
	top: auto;
	bottom: -46px;
}
body.page .slider-type-vertical.nav-middle:hover .owl-nav > div.owl-prev,
.layout-middle .vc_column_container:hover .slider-type-vertical .owl-nav > div.owl-prev{
	bottom: 0;
}
body.page.nav-circle .slider-type-vertical.nav-middle:hover .owl-nav > div.owl-prev,
.nav-circle .layout-middle .vc_column_container:hover .slider-type-vertical .owl-nav > div.owl-prev{
	bottom: 10px;
	top: auto;
}
body .layout-middle .slider-type-vertical{
	position: static;
}
body.page .slider-type-vertical.text-light .owl-nav > div:hover:before{
	opacity: 1;
}
body.page .slider-type-vertical.nav-middle .owl-nav > div:before{
	content: "\e682";
}
body.page .slider-type-vertical.nav-middle .owl-nav > div.owl-prev:before{
	content: "\e688";
}
body .slider-type-vertical.nav-middle:hover .owl-nav > div,
.layout-middle .vc_column_container:hover .slider-type-vertical .owl-nav > div{
	visibility: visible;
}
.ts-logo-slider-wrapper.text-light.nav-middle .owl-nav > div{
	background: rgba(100,100,100,0.2);
	color: #999999;
}
.ts-logo-slider-wrapper.text-light.nav-middle .owl-nav > div:hover{
	color: #ffffff;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 5. SHORTCODE PRODUCT SLIDER --------------------------------------------------------------------------------*/
.ts-shortcode{
	position: relative;
	clear: both;
	overflow: hidden;
}
.ts-product.item-line .product:before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 5px;
	width: 1px;
	right: auto;
	content: "";
	border-width: 0 1px 0 0;
	border-style: solid;
	z-index: 3;
}
.ts-slider.item-line .product:before{
	left: -15px;
}
.ts-shortcode .shortcode-heading-wrapper{
	margin: 0 0 30px 0;
}
.ts-heading.style-background-dark .heading-description{
	margin-top: 10px;
}
.title-center .heading-description,
.title-center-line-after .heading-description{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.shortcode-heading-wrapper .heading-title{
	position: relative;
	margin-bottom: 0;
	display: inline-block;
}
.style-line-after .heading,
.style-center-line-after .heading,
.style-background-primary .heading,
.title-line-after .shortcode-heading-wrapper .heading-title,
.title-center-line-after .shortcode-heading-wrapper .heading-title,
.title-background-primary .shortcode-heading-wrapper .heading-title,
.tab-heading-center-line-after .heading-tab .heading-title,
.tab-heading-line-after .heading-tab .heading-title,
.ts-product-in-product-type-tab-wrapper .heading-tab .heading-title{
	padding-right: 20px;/* rtl */
	padding-left: 0;
}
.style-line-before .heading,
.title-line-before .shortcode-heading-wrapper .heading-title,
.tab-heading-line-before .column-tabs .heading-tab .heading-title,
.tab-heading-background-gray .column-tabs .heading-tab .heading-title{
	padding-right: 0;
	padding-left: 20px;/* rtl */
}
.style-line-before .heading:after,
.style-line-after .heading:after,
.style-background-primary .heading:after,
.style-center-line-after .heading:after,
.title-line-before .shortcode-heading-wrapper .heading-title:after,
.title-line-after .shortcode-heading-wrapper .heading-title:after,
.title-background-primary .shortcode-heading-wrapper .heading-title:after,
.title-center-line-after .shortcode-heading-wrapper .heading-title:after,
.tab-heading-center-line-after .heading-tab .heading-title:after,
.tab-heading-line-after .heading-tab .heading-title:after,
.tab-heading-line-before .column-tabs .heading-tab .heading-title:after,
.tab-heading-background-gray .column-tabs .heading-tab .heading-title:after,
.ts-product-in-product-type-tab-wrapper .heading-tab .heading-title:after{
	content: "";
	width: 1px;
	position: absolute;
	top: 7px;
	bottom: 7px;
	right: 0;/* rtl */
	border-width: 0 2px 0 0;
	border-style: solid;
}
.title-center-line-after .shortcode-heading-wrapper .heading-title,
.style-center-line-after .heading,
.style-line-before .heading,
.style-line-after .heading,
.style-background-primary .heading{
	display: table;
}
.title-center-line-after .shortcode-heading-wrapper .heading-title,
.style-center-line-after .heading{
	margin-left: auto !important;
	margin-right: auto !important;
}
.style-line-before .heading:after,
.title-line-before .shortcode-heading-wrapper .heading-title:after,
.tab-heading-line-before .column-tabs .heading-tab .heading-title:after,
.tab-heading-background-gray .column-tabs .heading-tab .heading-title:after{
	border-width: 0 10px 0 0;
	left: 0;/* rtl */
	right: auto;
	top: 3px;
	bottom: 3px;
}
.title-background-primary .shortcode-heading-wrapper .heading-title:after{
	top: 2px;
	bottom: 2px;
}
.title-center .shortcode-heading-wrapper,
.title-background-dark .shortcode-heading-wrapper{
	padding: 0;
	text-align: center;
}
.tab-heading-line-before .column-tabs .heading-tab .heading-title,
.tab-heading-line-after .column-tabs .heading-tab .heading-title{
	margin-bottom: 0;
}
.title-center.title-light .shortcode-heading-wrapper .heading-title{
	padding: 0;
}
.shortcode-heading-wrapper .heading-title span,
.ts-heading > .heading span{
	display: inline-block;
}
.title-center.title-light .shortcode-heading-wrapper .heading-title:after{
	display: none;
}
.title-italic .shortcode-heading-wrapper{
	font-style: italic;
}
.ts-shortcode.title-background-primary .shortcode-heading-wrapper,
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title{
	padding: 16px 30px;
}
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title,
.ts-heading.style-background-dark .heading{
	margin-left: auto;
	margin-right: auto;
	display: table;
	width: auto;
}
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title{
	padding: 18px 50px;
}
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title:before,
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title:after{
	left: 0;
	right: 0;
	top: -7px;
	display: block;
	content: "";
	position: absolute;
	height: 14px;
	border-radius: 100%;
}
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title span:before,
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title span:after{
	left: -20px;
	right: auto;
	top: 0;
	bottom: 0;
	display: block;
	content: "";
	position: absolute;
	width: 40px;
	border-radius: 100%;
}
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title:after{
	top: auto;
	bottom: -7px;
}
.ts-shortcode.title-background-dark .shortcode-heading-wrapper .heading-title span:after{
	right: -20px;
	left: auto;
}
.title-background-primary.nav-top .owl-nav{
	top: 12px;
	right: 15px; /* rtl */
}
.title-background-primary.nav-top .owl-nav > div:hover{
	opacity: 0.5;
}
.nav-bottom .owl-controls{
	display: block;
	width: 100%;
}
.ts-image-gallery-wrapper.nav-bottom .owl-controls{
	margin-top: 20px;
}
body .ts-shortcode.nav-bottom .owl-nav{
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
body .ts-product-category-wrapper.nav-bottom .owl-nav,
body .ts-portfolio-wrapper.nav-bottom .owl-nav{
	margin-top: 30px;
}
.nav-bottom .products .owl-nav{
	margin-top: 0;
}
.nav-bottom .products .owl-nav > div{
	margin-left: 0;
	margin-right: 0;
}
.nav-circle .nav-bottom .products .owl-nav > div{
	margin-left: 2px;
	margin-right: 2px;
}
body .nav-bottom .owl-nav:before,
body .nav-bottom .owl-nav:after{
	content: "";
	position: absolute;
	right: 100%;/* rtl */
	width: 100px;
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 1px;
	top: 50%;
	margin-right: 10px;/* rtl */
}
body .nav-bottom .owl-nav:after{
	right: auto;
	margin-left: 10px;/* rtl */
	left: 100%;/* rtl */
}
.ts-product-wrapper .image-gallery{
	display: block;
	margin: 0 -15px 30px -15px;
}
.ts-product-wrapper .image-gallery:after{
	display: table;
	clear: both;
	content: "";
}
.ts-product-wrapper .image-gallery > div{
	padding: 0 15px;
	float: left;/* rtl */
	width: 20% !important;
}
.image-gallery > div a{
	position: relative;
	display: block;
}
.image-gallery > div a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	transition: 250ms ease 0s;
}
.image-gallery > div a:after{
	transition: 250ms ease 0s;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	transform: scale(0,0);
	z-index: 2;
	line-height: 40px;
	content: "\e657";
	font-size: 36px;
	font-family: 'Pe-icon-7-stroke';
	color: #ffffff;
	text-align: center;
}
.image-gallery > div a:hover:before{
	opacity: 0.8;
}
.image-gallery > div a:hover:after{
	transform: scale(1,1);
}
.has-image-gallery section .thumbnail-wrapper{
	overflow: hidden;
}
.has-image-gallery section .thumbnail-wrapper:before{
	position: absolute;
	content: "";
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 4px;
	border-width: 4px 0 0 0;
	border-style: solid;
	z-index: 5;
	transition: 250ms ease 0s;
}
.has-image-gallery section.current .thumbnail-wrapper:before,
.has-image-gallery section:hover .thumbnail-wrapper:before{
	left: 0;
	right: 0;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 6. SHORTCODE BANNER IMAGE ----------------------------------------------------------------------------------*/
.ts-banner-image{
	overflow: hidden;
	position: relative;
	text-align: center;
}
.ts-banner-image *{
	backface-visibility: hidden;
}
.ts-banner-image img.text-image{
	position: absolute;
	z-index: 2;
}
.ts-banner-image > *{
	display: block;
	position: relative;
	overflow: hidden;
}
.ts-banner-image > *:after{
	display: table;
	content: "";
	clear: both;
}
.ts-banner-image img.bg-image{
	position: relative;
	width: 100%;
	z-index: 1;
	transition: 250ms ease 0s;
}
.ts-banner-image .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 0;
}
/* Effect BG Image */
.ts-banner-image.eff-scale:hover img.bg-image{
	transform: scale(1.1,1.1);
}
.ts-banner-image.eff-opacity:hover img.bg-image{
	opacity: 0.6;
}
.ts-banner-image.eff-border .overlay{
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	content: "";
	z-index: 3;
	background: transparent !important;
}
.ts-banner-image.eff-border .overlay:after{
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-width: 20px;
	border-style: solid;
	border-color: inherit;
	opacity: 0.5;
	transition: 250ms ease 0s;
}
.ts-banner-image.eff-border:hover .overlay:after{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/* Banner content position */
.ts-banner-image img.text-image{
	max-width: 80%;
	transition: 250ms ease 0s;
	margin: 0;
}
.ts-banner-image.left-top img.text-image{
	left: 5%;right: auto;
	top: 5%;bottom: auto;
	margin: 20px 0 0 10px;
}
.ts-banner-image.left-bottom img.text-image{
	left: 5%;right: auto;
	top: auto;bottom: 5%;
	margin: 0 0 20px 20px;
}
.ts-banner-image.left-center img.text-image{
	left: 5%;right: auto;
	margin: 0 0 0 10px;
	top: 50%;bottom: auto;
	transform: translate(0,-50%);
}
.vc_col-sm-12 .ts-banner-image.left-center img.text-image{
	left: 15%;
}
.ts-banner-image.right-top img.text-image{
	right: 5%;left: auto;
	top: 5%;bottom: auto;
	margin: 20px 10px 0 0;
}
.ts-banner-image.right-bottom img.text-image{
	right: 5%;left: auto;
	top: auto;bottom: 5%;
	margin: 0 10px 20px 0;
}
.ts-banner-image.right-center img.text-image{
	right: 5%;left: auto;
	top: 50%;bottom: auto;
	margin: 0 20px 0 0;
	transform: translate(0,-50%);
}
.vc_col-sm-12 .ts-banner-image.right-center img.text-image{
	right: 15%;
}
.ts-banner-image.center-top img.text-image{
	left: 50%;right: auto;
	top: 5%;bottom: auto;
	margin: 30px 0 0 0;
	transform: translate(-50%,0);
}
.ts-banner-image.center-bottom img.text-image{
	left: 50%;right: auto;
	top: auto;bottom: 5%;
	margin: 0 0 20px 0;
	transform: translate(-50%,0);
}
.ts-banner-image.center-center img.text-image{
	left: 50%;right: auto;
	top: 50%;bottom: auto;
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 56%;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 7. SHORTCODE BLOG ------------------------------------------------------------------------------------------*/
.ts-blogs-wrapper .content-wrapper{
	margin: 0 -15px 0 -15px;
}
.ts-blogs-wrapper .load-more-wrapper{
	text-align: center;
    margin: 20px 0 80px 0;
	padding: 0 15px;
    display: inline-block;
	width: 100%;
	clear: both;
}
.shop-more,
.view-more{
	text-align: center;
	margin-top: 40px;
}
.ts-product .shop-more{
	margin-top: 20px;
}
.load-more-wrapper a,
.shop-more a{
	text-decoration: none;
	text-transform: uppercase;
}
.load-more-wrapper a:hover,
.shop-morea:hover{
	text-decoration: none;
}
.load-more-wrapper a:before,
.shop-more a:before{
	content: "+";
	width: 14px;
	margin-right: 5px;/* rtl */
	display: inline-block;
}
.load-more-wrapper a:not(.loading):before,
.shop-more a:before{
	font-size:16px;
}
.load-more-wrapper a.loading:before{
	content: "\f01e";
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.ts-blogs-wrapper.meta-background .thumbnail-content{
	margin-bottom: 0;
}
.ts-blogs-wrapper.meta-background .entry-content{
	padding: 25px 30px 30px 30px;
}
/* MANSORY */
.ts-masonry article{
	margin-bottom: 30px;
}
.ts-blogs.ts-masonry .thumbnail-content{
	margin-bottom: 0; 
}
.ts-masonry.ts-blogs .entry-content{
	padding: 20px 30px 30px 30px;
	position: relative;
	margin: 0;
}
.ts-masonry.ts-blogs .thumbnail-content .entry-meta-top{
	padding-left: 28px;
	padding-right: 28px;
}
.ts-blogs.ts-masonry .blogs .item{
	margin-bottom: 30px;
}
.ts-blogs .blogs .quote-wrapper{
	background: rgba(160,160,160,0.1);
}
.ts-blogs .blogs .quote-wrapper blockquote{
	background: transparent;
}
/* BLOG LIST */
.ts-blogs.item-list .article-content{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ts-blogs.item-list .thumbnail-content{
	width: 48%;
	display: table-cell;
}
.ts-blogs.item-list .entry-content{
	padding: 0 20px 0 30px;/* rtl */
	display: table-cell;
	vertical-align: top;
}
.ts-blogs.item-list .entry-meta-bottom{
	border-width: 0;
	padding-top: 0;
	margin-top: 16px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 8. SHORTCODE WIDGET PRODUCTS -------------------------------------------------------------------------------*/
.widget.ts-products-widget > .widgettitle{
	padding: 0;
	margin-bottom: 30px;
}
.woocommerce .ts-products-widget ul.product_list_widget li img,
.ts-products-widget .woocommerce ul.product_list_widget li img{
	width: 100px;
}
.woocommerce .ts-products-widget ul.product_list_widget li .ts-wg-meta,
.ts-products-widget .woocommerce ul.product_list_widget li .ts-wg-meta{
	margin-left: 120px;/* rtl */
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 9. SHORTCODE BUTTON ----------------------------------------------------------------------------------------*/
.ts-button-wrapper{
	display: inline;
}
.ts-button-wrapper a{
	text-decoration: none;
}
.ts-list-button .ts-button{
	margin-right: 10px;/* rtl */
	min-width: 136px;
}
.ts-button p{
	margin: 0;
}
.ts-button,
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button{
	padding: 13px 25px;
	display: inline-block;
	border-style: solid !important;
	margin: 10px 0 10px 0;
	min-width: 140px;
	text-align: center;
}
.ts-button.fa{
	padding-left: 20px;
	padding-right: 20px;
}
.ts-button.fa:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
}
.ts-button.fa:before{
	margin-right: 7px;/* rtl */
}
a.ts-button:hover{
	text-decoration: none
}
/* SIZE */
a.ts-button.small{
	padding: 8px 10px;
}
a.ts-button.large{
	font-size: 120%;
}
a.ts-button.x-large{
	font-size: 130%;
	padding: 18px 30px;
}
a.ts-button.round{
	border-radius: 10px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 10. SHORTCODE DROPCAP --------------------------------------------------------------------------------------*/
.ts-dropcap{
	line-height: 64px;
	font-size: 72px;
	float: left;/* rtl */
	position: relative;
	top: 6px;
	margin-right: 15px;/* rtl */
	font-weight: bold;/* default */
}
.ts-dropcap.style-2{
	font-size: 36px;
	line-height: 42px;
	padding: 0 10px;
	top: 8px;
	font-weight: bold;/* default */
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 11. SHORTCODE HEADING --------------------------------------------------------------------------------------*/
.ts-heading{
	margin: 0 0 35px 0;
	display: inline-block;
	width: 100%;
}
.ts-heading.style-default .heading-description,
.ts-heading.style-line-before .heading-description,
.ts-heading.style-line-after .heading-description{
	text-align: inherit;
	margin: 0;
	max-width: 100%;
}
.ts-heading:after{
	display: table;
	clear: both;
	content: "";
}
.ts-heading.text-light .heading{
	color: #ffffff;
	border-color: #ffffff;
}
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
	margin: 0 0 30px 0;
	position: relative
}
.ts-heading > .heading{
	margin: 0;
	position: relative;
}
.ts-heading.style-center,
.ts-heading.style-background-dark{
	text-align: center;
}
.ts-heading.style-center > *:after{
	display: none;
}
.ts-heading.style-center > *{
	padding: 0;
}
.ts-heading.style-italic{
	font-style: italic;
}
.ts-heading.style-background-primary > *{
	margin-bottom: 0;
	padding-bottom: 0;
}
.ts-heading.style-background-primary .heading-description{
	margin-left: 0;
	margin-right: 0;
	text-align: left;/* rtl */
}
.ts-heading.style-background-primary{
	padding: 16px 30px;
}
.ts-heading.style-background-dark > .heading{
	padding: 18px 50px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.ts-heading.style-background-dark > .heading:before,
.ts-heading.style-background-dark > .heading:after{
	left: 0;
	right: 0;
	top: -7px;
	display: block;
	content: "";
	position: absolute;
	height: 14px;
	border-radius: 100%;
}
.ts-heading.style-background-dark > .heading span:before,
.ts-heading.style-background-dark > .heading span:after{
	left: -20px;
	right: auto;
	top: 0;
	bottom: 0;
	display: block;
	content: "";
	position: absolute;
	width: 40px;
	border-radius: 100%;
}
.ts-heading.style-background-dark > .heading:after{
	top: auto;
	bottom: -7px;
}
.ts-heading.style-background-dark > .heading span:after{
	right: -20px;
	left: auto;
}
/* Gallery */
.wpb_images_carousel h2.wpb_heading{
	display: inline-block;
}
.wpb_images_carousel{
	overflow: hidden;
}
.vc_images_carousel .vc_carousel-indicators li{
	padding: 0;
}
body.wpb-js-composer .vc_images_carousel .vc_carousel-indicators{
	bottom: 10px;
}
body.wpb-js-composer .vc_images_carousel .vc_carousel-control .icon-next:before,
body.wpb-js-composer .vc_images_carousel .vc_carousel-control .icon-prev:before{
	top: 0;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 12. SHORTCODE FAQ ------------------------------------------------------------------------------------------*/
body .wpb_wrapper .vc_toggle{
	margin-bottom: 25px;
	position: relative;
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_title,
body.wpb-js-composer .vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
	margin: 0;
	outline: 0 !important;
	cursor: pointer;
	margin-bottom: -1px;
	padding: 0;
	position: relative;

}
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon,
body.wpb-js-composer .vc_toggle.vc_toggle_default .vc_toggle_icon{
	position: absolute ;
	top: 0;
	left: auto;
	right: 0;/* rtl */
	bottom: 0;
	transform: none;
	content: "";
	z-index: 3;
	width: 46px;
	height: 46px;
	line-height: 46px;
	letter-spacing: 0;
	border: 0;
	margin: 0 !important;
	display: block;
	text-align: center;
	background: transparent;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-1 .vc_tta-panel .vc_tta-controls-icon{
	width: 44px;
	height: 44px;
	line-height: 44px;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-3 .vc_tta-panel .vc_tta-controls-icon{
	left: 0;/* rtl */
	right: auto;
	width: 30px;
	line-height: 30px;
	height: 30px ;
	top: 7px;
}
body.wpb-js-composer .vc_toggle .vc_toggle_icon:before{
	background: transparent !important;
	z-index: 3;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	margin-top: 0;
	position: static;
	transform: none;
	content: "\e688";
	height: auto;
	width: auto;
	visibility: visible;
	border: 0;
}
body.wpb-js-composer .vc_toggle .vc_toggle_icon:after{
	display: none !important;
}
body.wpb-js-composer .vc_toggle_active .vc_toggle_icon:before,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon:before{
	content: "\e682";
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
	margin: 0;
	position: relative;
	z-index: 1;
	padding: 15px 20px;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	transition: 250ms ease 0s;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a{
	border-width: 0 1px 1px 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a{
	border-width: 0 0 1px 1px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left ul.vc_tta-tabs-list > li:last-child a{
	border-width: 0 1px 0 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right ul.vc_tta-tabs-list > li:last-child a{
	border-width: 0 0 0 1px;
}
body.wpb-js-composer .vc_row .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
	line-height: 22px;
}
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
	width: 100%;
	padding: 11px 60px 11px 20px;/* rtl */
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-2 .vc_tta-panel .vc_tta-panel-title > a{
	padding: 12px 60px 12px 20px;/* rtl */
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-4 .vc_tta-panel .vc_tta-panel-title > a{
	border-width: 0;
	padding: 12px 60px 12px 20px;/* rtl */
	background: rgba(150,150,150,0.1);
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-3 .vc_tta-panel .vc_tta-panel-title > a{
	border-width: 0 0 1px 0;
	padding: 12px 20px 11px 50px;/* rtl */
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-1 .vc_tta-panel-title > a:before{
	position: absolute;
	opacity: 0;
	top: -5px;
	height: 2px;
	left: -1px;
	right: -1px;
	content: "";
	border-width: 2px 0 0 0;
	border-style: solid;
	display: inline-block;
	z-index: 1;
	transition: 250ms ease 0s;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-1 .vc_active .vc_tta-panel-title > a:before{
	top: -1px;
	opacity: 1;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a{
	background: transparent;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a{
	transition: 250ms ease 0s;
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_title h4{
	padding: 12px 50px 12px 20px;/* rtl */
	position: relative;
	background: rgba(150,150,150,0.1);
	text-transform: uppercase;
	display: block;
	margin: 0;
	line-height: 22px;
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_content,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
	padding: 12px 20px;
	margin: 0;
	border-width: 0;
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_content{
	padding: 20px 20px;
	margin: 0;
	border-width: 0;
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-1 .vc_tta-panels-container .vc_tta-panel-body,
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-3 .vc_tta-panels-container .vc_tta-panel-body{
	padding: 20px 0 0 0;;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 13. SHORTCODE MESSAGE BOX ----------------------------------------------------------------------------------*/
.wpb_alert{
	text-shadow: none;
	border-width: 2px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 14. SHORTCODE PROGRESS BAR ---------------------------------------------------------------------------------*/
.vc_progress_bar{
	padding: 0;
	overflow: hidden;
}
.vc_progress_bar .vc_single_bar{
	background: none;
	margin-top: 24px;
	margin-bottom: 28px;
	display: inline-block;
	width: 100%;
	height: 10px;
	box-shadow: none;
	border-radius: 0;
}
.vc_progress_bar .vc_single_bar:before{
	content: "";
	background: rgba(217,217,217,0.4);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 0;
}
.vc_progress_bar .vc_single_bar .vc_label{
	padding: 0;
	position: relative;
	top: -28px;
	left: 0;
}
.vc_progress_bar .vc_single_bar .vc_bar{
	height: 10px;
	left: 0;
	top: 0;
	border-radius: 0;
}
.vc_progress_bar .vc_single_bar .vc_bar:before{
	right: 5px;/* rtl */
	top: -30px;
	position: absolute;
	content: attr(data-value)"%";
}
/* Pie chart */
.vc_pie_chart.wpb_content_element{
	margin-bottom: 0;
}
.vc_pie_chart .vc_pie_chart_value{
	position: absolute;
	left: 50%;
	right: auto;
	top: 50%;
	bottom: auto;
	transform: translate(-50%,-50%);
	border-radius: 100%;
	width: auto !important;
	height: auto !important;
}
body h4.wpb_pie_chart_heading{
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	border-width: 0;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 15. SHORTCODE TESTIMONIAL ----------------------------------------------------------------------------------*/
.ts-testimonial-wrapper blockquote{
	background: transparent;
}
.ts-testimonial-wrapper blockquote{
	padding: 30px;
}
.ts-testimonial-wrapper.show-dots blockquote{
	padding: 0;
}
.ts-testimonial-wrapper .image{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.ts-testimonial-wrapper .rating,
blockquote .rating{
	width: 72px;
	height: 16px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 20px;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0;
}
.ts-testimonial-wrapper .rating span,
blockquote .rating span{
	padding-top: 1.5em;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	position: relative;
	float: left;/* rtl */
}
.ts-testimonial-wrapper .rating:before,
blockquote .rating:before{
	content: "\73\73\73\73\73";
	float: left;/* rtl */
	top: 0;
	left: 0;/* rtl */
	position: absolute;
}
.ts-testimonial-wrapper .rating span:before,
blockquote .rating span:before{
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;/* rtl */
} 
.ts-testimonial-wrapper .rating span:before,
.ts-testimonial-wrapper .rating:before,
blockquote .rating span:before,
blockquote .rating:before{
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 16px;
	font-family: star;
	max-width: 100%;
}
/* Custom has background */
.ts-testimonial-wrapper.text-light .ts-testimonial-wrapper,
.ts-testimonial-wrapper.text-light .ts-testimonial-wrapper .byline,
.ts-testimonial-wrapper.text-light .ts-testimonial-wrapper h4 > a,
.ts-testimonial-wrapper.text-light blockquote,
.ts-testimonial-wrapper.text-light .author-role a,
.ts-testimonial-wrapper.text-light .author-role .role,
.text-light .view-more a,
.title-light .shop-more a{
	color: #fff;
}
.text-light .view-more a:hover,
.title-light .shop-more a:hover,
.ts-testimonial-wrapper.text-light .author-role a:hover,
.ts-testimonial-wrapper.text-light .ts-testimonial-wrapper h4 > a:hover,
body .text-light.nav-top .owl-nav > div:hover,
body .title-light.nav-top .owl-nav > div:hover{
	opacity: 0.6;
}
body .ts-shortcode.text-light .shortcode-heading-wrapper *,
body .ts-shortcode.text-light .heading-title:before,
body .text-light.nav-top .owl-nav > div,
body .ts-shortcode.title-light .shortcode-heading-wrapper *,
body .ts-shortcode.title-light .heading-title:before,
body .title-light.nav-top .owl-nav > div{
	border-color: #ffffff;
	color: #ffffff;
}
.ts-testimonial-wrapper .content{
	max-width: 920px;
	margin: 0 auto;
}
/* SHOW DOTS 2 */
.ts-testimonial-wrapper.style-dots.show-dots .items{
	position: relative;
}
.ts-testimonial-wrapper.style-dots .owl-controls{
	height: auto;
	text-align: center;
}
.ts-testimonial-wrapper.style-dots .owl-dots > div{
	margin: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 100%;
}
.ts-testimonial-wrapper.style-dots .owl-dots > div > span:before,
.ts-testimonial-wrapper.style-dots .owl-dots > div > span:after{
	opacity: 0;
}
.ts-testimonial-wrapper.style-dots .owl-dots > div > span{
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	padding: 0;
	border-width: 0;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
}
.ts-testimonial-wrapper.style-dots .owl-dots > div > span img{
	width: 80%;
	transition: 200ms ease 0s;
	border-radius: 100%;
	vertical-align: middle;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
body .ts-testimonial-wrapper.style-dots .owl-dots > div > span{
	background: transparent !important;
}
.ts-testimonial-wrapper.style-dots .owl-dots > div.active > span,
.ts-testimonial-wrapper.style-dots .owl-dots > div:hover > span{
	opacity: 1;
}
.ts-testimonial-wrapper.style-dots .owl-dots > div.active > span img{
	width: 100%;
}
.ts-testimonial-wrapper.style-dots .owl-controls{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.ts-testimonial-wrapper.style-dots.show-dots .items{
	padding-bottom: 0 !important;
	position: relative;
	padding-top: 130px;
}
.ts-testimonial-wrapper.style-dots.show-dots .owl-stage-outer{
	padding-bottom: 0;
	position: static;
}
.ts-testimonial-wrapper.style-dots.show-dots.dots-right .items{
	padding-left: 0;
	padding-right: 80px;
}
.ts-testimonial-wrapper.ts-slider blockquote{
	margin: 0;
}
.ts-testimonial-wrapper.style-dots.show-dots{
	overflow: visible;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 16. SHORTCODE TEAM MEMBER ----------------------------------------------------------------------------------*/
.ts-team-members{
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
.ts-team-members.ts-slider{
	margin: 0;
}
.ts-team-members.style-4,
.ts-team-members.style-5{
	text-align: center;
}
.ts-team-members.style-5 .team-content{
	border-width: 1px;
	border-style: solid;
	padding-bottom: 20px;
}
.ts-team-members .item{
	padding: 15px;
}
.ts-team-members.ts-slider .item{
	padding: 0;
}
.ts-team-members.ts-slider.has-margin .item{
	padding-top: 15px;
	padding-bottom: 15px;
}
.ts-team-members .team-content{
	transition: 250ms ease 0s;
}
.ts-team-members.style-6 .team-content{
	position: relative;
}
.ts-team-members.style-3 .team-content{
	background: rgba(180,180,180,0.1);
	display: table;
	table-layout: fixed;
}
.ts-team-members.style-3 .image-thumbnail,
.ts-team-members.style-3 .team-info{
	display: table-cell;
	vertical-align: middle;
}
.ts-team-members.style-3 .image-thumbnail{
	width: 50%;
}
.ts-team-members.style-5 .has-thumbnail .team-content{
	margin-top: 110px;
	padding-top: 110px;
	position: relative;
}
.ts-team-members.style-5 .image-thumbnail{
	position: absolute;
	left: 50%;
	margin-left: -110px;
	top: -110px;
	width: 220px;
	height: 220px;
}
.ts-team-members.style-5 .image-thumbnail,
.ts-team-members.style-5 .image-thumbnail figure,
.ts-team-members.style-5 .image-thumbnail figure:before{
	border-radius: 100%;
	overflow: hidden;
}
.ts-team-members .team-info{
	overflow: hidden;
}
.ts-team-members.style-3 .team-info{
	padding: 5px 30px;
}
.ts-team-members.style-6 .team-info{
	position: absolute;
	z-index: 4;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 250ms ease 0s;
}
.ts-team-members.style-6 .item:hover .team-info{
	opacity: 1;
	visibility: visible;
}
.ts-team-members.style-4 .team-info{
	background: #1b1b1b;
	padding: 22px 10px 18px 10px;
}
.ts-team-members .member-social{
	display: inline-block;
}
.ts-team-members.style-6 .member-social{
	margin-top: 10px;
}
.ts-team-members:after{
	display: table;
	clear: both;
	content: "";
}
.ts-team-members.style-5 .member-social a:hover,
.ts-team-members.style-6 h3 > a,
.ts-team-members.style-6 .member-role,
.ts-team-members.style-6 .member-social a,
.ts-team-members.style-4 h3 > a,
.ts-team-members.style-4 .member-role,
.ts-team-members.style-4 .member-social a{
	color: #ffffff;
}
.ts-team-members.style-4 h3:after{
	border-color: #ffffff;
}
.ts-team-members.style-4 h3{
	margin-top: 0;
	padding-bottom: 10px;
	position: relative;
}
.ts-team-members.style-4 h3:after{
	position: absolute;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	bottom: 0;
	border-width: 2px 0 0 0;
	border-style: solid;
	content: "";
	transition: 250ms ease 0s;
}
.ts-team-members.style-4 .member-role{
	margin: 5px 0;
	display: block;
}
.ts-team-members .image-thumbnail{
	position: relative;
}
.ts-team-members.style-6 .image-thumbnail{
	width: 100%;
}
.ts-team-members .image-thumbnail img{
	transition: 250ms ease 0s;
	transform: scale(1);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 100%;
}
.ts-team-members.style-4 .image-thumbnail img{
	width: auto;
	margin: 0 auto;
}
.ts-team-members .image-thumbnail figure{
	position: relative;
}
.ts-team-members .image-thumbnail figure:before{
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	transition: 250ms ease 0s;
}
.ts-team-members.style-4 .image-thumbnail figure:before{
	display: none;
}
.ts-team-members .image-thumbnail figure:hover:before,
.ts-team-members.style-6 .item:hover .image-thumbnail figure:before,
.ts-team-members.style-2 .item .image-thumbnail:hover figure:before{
	opacity: 0.7;
}
.ts-team-members.style-5 .image-thumbnail figure:before{
	display: none;
}
.ts-team-members.style-1 .image-thumbnail figure:before{
	background: #ffffff;
}
.ts-team-members .member-role{
	font-style: italic;
	transition: 250ms ease 0s;
}
.ts-team-members.style-5 .member-role{
	font-style: normal;
	font-size: 16px;
}
.ts-team-members.style-6 h3 > a:hover{
	text-decoration: underline;
}
.ts-team-members.style-1 header{
	float: left;/* rtl */
	width: auto;
	max-width: 50%;
}
.ts-team-members.style-2 header{
	padding: 0 30px 25px 30px;
	text-align: center;
}
.ts-team-members.style-2 .team-content{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.ts-team-members h3{
	margin: 15px 0 0 0;
}
.ts-team-members .member-excerpt{
	margin-top: 12px;
	margin-bottom: 14px;
}
.ts-team-members.style-4 .member-social,
.ts-team-members.style-5 .member-social{
	margin-top: 5px;
}
.ts-team-members.style-1 .member-social{
	float: right;/* rtl */
	margin-top: 10px;
	max-width: 50%;
}
.ts-team-members.style-2 .member-social{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	display: none;
	top: 50%;
	z-index: 2;
	transform: translate(0,-50%);
}
.ts-team-members.style-2 .member-social a{
	color: #fff;
	float: none;
}
.ts-team-members.style-2 .image-thumbnail:hover .member-social{
	display: block;
}
.ts-team-members .member-social a{
	float: left;/* rtl */
	text-align: center;
	line-height: 30px !important;
	margin: 0 4px 4px 0;/* rtl */
	width: 30px;
	height: 30px;
	display: inline-block;
	background: transparent;
	border-radius: 100%;
	overflow: hidden;
}
.ts-team-members.style-1 .member-social a,
.ts-team-members.style-3 .member-social a{
	margin: 0 15px 0 0;/* rtl */
	width: auto;
	height: auto;
}
.ts-team-members .member-social a:last-child{
	margin: 0 0 4px 0;/* rtl */
}
.ts-team-members.style-1 .member-social a:hover,
.ts-team-members.style-3 .member-social a:hover{
	background: transparent !important;
}
.ts-team-members.style-2 .member-social a:hover,
.ts-team-members.style-6 .member-social a:hover{
	color: #fff;
}
.ts-team-members .member-social a.facebook:hover{
	background: #3B5998;
}
.ts-team-members .member-social a.twitter:hover{
	background: #2CAAE1;
}
.ts-team-members .member-social a.google:hover{
	background: #DD4B39;
}
.ts-team-members .member-social a.linked:hover{
	background: #007BB6;
}
.ts-team-members .member-social a.rss:hover{
	background: #FF5600;
}
.ts-team-members .member-social a.dribbble:hover{
	background: #F26798;
}
.ts-team-members .member-social a.instagram:hover{
	background: #604c45;
}
.ts-team-members .member-social a.pinterest:hover{
	background: #CA1517;
}

.ts-team-members.style-1 .member-social a.facebook:hover,
.ts-team-members.style-3 .member-social a.facebook:hover{
	color: #3B5998;
}
.ts-team-members.style-1 .member-social a.twitter:hover,
.ts-team-members.style-3 .member-social a.twitter:hover{
	color: #2CAAE1;
}
.ts-team-members.style-1 .member-social a.google:hover,
.ts-team-members.style-3 .member-social a.google:hover{
	color: #DD4B39;
}
.ts-team-members.style-1 .member-social a.linked:hover,
.ts-team-members.style-3 .member-social a.linked:hover{
	color: #007BB6;
}
.ts-team-members.style-1 .member-social a.rss:hover,
.ts-team-members.style-3 .member-social a.rss:hover{
	color: #FF5600;
}
.ts-team-members.style-1 .member-social a.dribbble:hover,
.ts-team-members.style-3 .member-social a.dribbble:hover{
	color: #F26798;
}
.ts-team-members.style-1 .member-social a.instagram:hover,
.ts-team-members.style-3 .member-social a.instagram:hover{
	color: #604c45;
}
.ts-team-members.style-1 .member-social a.pinterest:hover,
.ts-team-members.style-3 .member-social a.pinterest:hover{
	color: #CA1517;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 17. SHORTCODE TAB ------------------------------------------------------------------------------------------*/
.vc_tta-container .vc_general.vc_tta-tabs{
	background: transparent;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panel-body{
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	overflow: visible;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body,
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body{
	padding: 25px 30px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-icon{
	font-size: inherit;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panel.vc_animating.vc_active .vc_tta-panel-body,
.vc_general.vc_tta-tabs .vc_tta-panel:not(.vc_active),
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-bottom .vc_tta-tab.vc_active > a:before{
	display: none;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs .vc_tta-tabs-container{
	overflow: visible;
	margin: 0;
}
.vc_tta-tabs.vc_tta-style-3 .vc_tta-tabs-container{
	text-align: center;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-list{
	position: relative;
	margin: 0;
	z-index: 2;
	overflow: visible;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-list:after{
	content: "";
	position: absolute;
	bottom: -1px;
	height: 1px;
	left: 0;
	right: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tabs-list:after{
	display: none;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-2 .vc_tta-tabs-list{
	margin: 0 0 0 -10px;/* rtl */
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tabs-list{
	display: block;
	position: relative;
	margin: 0 -30px;
	width: auto;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tabs-list:after{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	content: "";
	border-width: 0 0 2px 0;
	border-style: solid;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-4 .vc_tta-tabs-list{
	margin-left: -15px;
	margin-right: -15px;
	display: block;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-4 .vc_tta-tabs-list:after{
	border-width: 2px 0 0 0;
	bottom: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
	margin: 0 0 -1px 0;/* rtl */
	padding: 0 0 0 0;/* rtl */
	position: relative;
	z-index: 1;
	background: transparent;
	float: none;
	text-align: center;
}
body.wpb-js-composer .vc_row .vc_general.vc_tta-tabs .vc_tta-tab a{
	line-height: 30px;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab{
	margin: 0 30px/* rtl */
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-2 .vc_tta-tab{
	margin: 0 0 10px 10px;/* rtl */
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-4 .vc_tta-tab{
	margin: 0 15px;/* rtl */
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab > a:before,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-style-3.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-4 .vc_tta-tab > a:before,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-4 .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-style-4.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before{
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	top: auto;
	height: 2px;
	width: auto;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: transparent;
	transition: 250ms ease 0s;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab > a:before{
	left: 50%;
	right: 50%;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-style-3.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-4 .vc_tta-tab.vc_active > a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-style-4.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before{
	left: 0;
	right: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a{
	padding: 8px 20px;
	margin: 0 0 0 -1px;/* rtl */
	min-width: 150px;
	text-transform: uppercase;
	background: transparent;
	border-width: 0;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-1 .vc_tta-tab > a{
	border-width: 1px;
	border-style: solid;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab > a{
	padding: 15px 0;
	position: relative;
	min-width: inherit;
	margin: 0;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a{
	background: rgba(180,180,180,0.1);
	padding-top: 8px;
	padding-bottom: 8px;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-4 .vc_tta-tab > a{
	padding-left: 0;
	padding-right: 0;
	min-width: auto;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-1 .vc_tta-tab > a:after,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-1 .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-style-1.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after{
	display: none;
}
body.wpb-js-composer .vc_tta-tabs:not(.vc_tta-style-1) .vc_tta-tab > a:after,
body.wpb-js-composer .vc_tta-tabs:not(.vc_tta-style-1) .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill):not(.vc_tta-style-1).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after{
	content: "\f0dd";
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	position: absolute;
	bottom: 0px;
	top: auto;
	right: auto;
	left: 50%;
	opacity: 0;
	margin-left: -5px;
	font-size: 20px;
	line-height: 10px;
	border: 0;
	width: auto;
	height: auto;
	transition: none;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab > a:after,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-style-3.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after{
	bottom: -2px;
	margin-left: -4px;
	font-size: 18px;
}
body.wpb-js-composer .vc_tta-tabs:not(.vc_tta-style-1) .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill):not(.vc_tta-style-1).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after{
	opacity: 1;
	bottom: -3px;
	transition: 250ms ease 0s;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a:after,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-4 .vc_tta-tab > a:after{
	display: none !important;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels{
	border-radius: 0;
	padding: 20px 0 0 0;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-2 .vc_tta-panels-container .vc_tta-panels{
	padding: 10px 0 0 0;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-1 .vc_tta-panels-container .vc_tta-panels{
	padding: 20px 30px 30px 30px;
	border-width: 1px;
	border-style: solid;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3 .vc_tta-panels-container .vc_tta-panels{
	padding: 30px 0 0 0;
}
.vc_tta-tabs.vc_tta-style-2{
	padding: 30px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.product-tab .vc_tta-panels-container .vc_tta-panels{
	padding-bottom: 0;
}
/* Text Light */
body.wpb-js-composer .vc_general.vc_tta-tabs.text-light .vc_tta-tab > a,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3.text-light .vc_tta-tab > a:after, 
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3.text-light .vc_tta-tab.vc_active > a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-style-3.text-light.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after{
	color: #ffffff !important;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3.text-light .vc_tta-tabs-list:after,
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3.text-light .vc_tta-tab > a:before, 
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3.text-light .vc_tta-tab.vc_active > a:before, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]).vc_tta-style-3.text-light.vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:before{
	border-color: #ffffff !important;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-3.text-light .vc_tta-tabs-list:after{
	opacity: 0.4;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-style-4 .vc_tta-tabs-container{
	overflow: hidden;
}

/* Tour section */
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a{
	width: 100%;
}
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active>a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active>a:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:before, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:before{
	position: absolute;
	content: "";
	z-index: 1;
	width: 2px;
	height: auto;
	border-width: 0 2px 0 0;
	border-style: solid;
	left: 0;
	right: auto;
	top: 50%;
	bottom: 50%;
	opacity: 0;
	transition: 250ms ease 0s;
}
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active>a:before, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:before{
	left: auto;
	right: 0;
}
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active>a:before,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active>a:before,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:before, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:before{
	opacity: 1;
	top: -1px;
	bottom: -1px;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left,
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right{
	display: block !important;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left:after,
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right:after{
	display: table;
	clear: both;
	content: "";
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container{
	padding: 0;
	width: 22%;
	float: left;
	position: relative;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	display: none;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container{
	float: right;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: block;
	width: 78%;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
	padding-right: 30px;
	padding-left: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels{
	padding: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a{
	padding: 24px 15px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
	display: none !important;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container{
	display: block !important;
	width: 100%;
	padding: 0;
}
/* Accordion */
.vc_tta-accordion .vc_tta-panel{
	margin-bottom: 30px;
	position: relative;
}
body.wpb-js-composer .vc_toggle_default:before{
	position: absolute;
	left: 0;/* rtl */
	top: 0;
	bottom: 0;
	width: 2px;
	border-width: 0 2px 0 0;
	border-style: solid;
	content: "";
	opacity: 0;
	z-index: 2;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
	padding: 8px 25px;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover, 
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:focus,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body{
	background: transparent;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading{
	border-radius: 0;
	border: 0 !important;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title{
	margin: 0;
	outline: 0 !important;
	cursor: pointer;
	margin-bottom: -1px;
	padding: 0;
	position: relative;
}
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
	background: transparent;
	z-index: 3;
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline;
	font-size: 28px;
	font-style: normal;
	margin-top: 0;
	position: static;
	transform: none;
	content: "\e688";
	height: auto;
	width: auto;
	visibility: visible;
	border: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:after,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after{
	bottom: auto;
	margin: 0;
	left: auto;
	right: auto;
	top: 50%;
	margin-top: -5px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after{
	content: "\f0da";
	left: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:after,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after{
	content: "\f0d9";
	right: 0;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 18. SHORTCODE GOOGLE MAP -----------------------------------------------------------------------------------*/
.google-map-container{
	position: relative;
}
.google-map-container .information{
	position: absolute;
	left: 30px;/* rtl */
	top: 50%;
	z-index: 2;
	max-width: 300px;
	padding: 30px 30px 20px 30px;
	transform: translate(0,-50%);
	box-shadow: 0 0 10px rgba(155,155,155,0.3);
}
.vc_row[data-vc-stretch-content="true"] .google-map-container .information{
	left: 50%;/* rtl */
	margin-left: -585px;/* rtl */
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 19. SHORTCODE PORTFOLIO ------------------------------------------------------------------------------------*/
.ts-portfolio-wrapper.has-margin .portfolio-inner{
	margin-left: -15px;
	margin-right: -15px;
}
.portfolio-inner *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-portfolio-wrapper .filter-bar{
	display: block;
	overflow: hidden;
	margin: 0 -20px 15px 0; /* rtl */
}
.ts-portfolio-wrapper .filter-bar li{
	padding: 0 0 10px 0;
	text-align: center;
	float: left;/* rtl */
	margin: 0 20px 15px 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
	transition: 250ms ease 0s;
}
.ts-portfolio-wrapper .filter-bar li:first-child{
	margin-left: 0;/* rtl */
}
.ts-portfolio-wrapper .item-wrapper{
	position: relative;
	overflow: hidden;
}
.ts-portfolio-wrapper .portfolio-meta{
	position: absolute;
    transform: translate(0, 100%);
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: rgba(255,255,255,0.9);
	line-height: 20px;
	margin: 0;
	transition: 250ms ease 0s;
	overflow: hidden;
	display: table;
	width: 100%;
}
.portfolio-inner .portfolio-meta > div{
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
.portfolio-inner .portfolio-meta > div.icon-group{
	width: 97px;
	padding-left: 0;/* rtl */
}
.portfolio-inner .portfolio-meta > div:first-child{
	padding: 10px 30px;/* rtl */
}
.portfolio-inner .icon-group{
	text-align: right; /* rtl */
}
.portfolio-inner .item .cats-portfolio a,
.portfolio-inner .item h3 a{
	color: #1f1f1f;
}
.ts-portfolio-wrapper .item-wrapper:hover .portfolio-meta{
    transform: translate(0, 0);
}
.cats-portfolio{
	position: relative;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.cats-portfolio a,
.cats-portfolio a:hover{
	text-decoration: none;
}
.portfolio-inner figure{
	position: relative;
	overflow: hidden;
	max-width: 100%;
}
.portfolio-inner .icon-group a{
	border-radius: 100%;
	width: 36px;
	height: 36px;
	border-style: solid;
	text-align: center;
	line-height: 34px;
	border-color: transparent;
	border-width: 1px;
	display: block;
	float: right;/* rtl */
}
.portfolio-inner .icon-group a:last-child{
	margin-right: 5px;/* rtl */
}
.portfolio-inner h3{
	margin-bottom: 0;
}
.portfolio-inner .item h3 a{
	display: block;
	overflow: hidden;
	margin-bottom: 0;
	text-transform: uppercase;
}
.portfolio-inner .item figure img{
	position: relative;
	width: 100%;
}
.ts-portfolio-wrapper .page_navi{
	text-align: center;
	margin: 40px 0;
}
.ts-portfolio-wrapper .page_navi .nav-content{
	margin: 0 auto;
	float: none;
	display: inline-block;
}
.portfolio-inner .item{
	float: left;/* rtl */
	display: block;
	outline: 0;
	margin-bottom: 30px;
}
.no-margin .portfolio-inner .item{
	margin-bottom: 0;
}
.ts-slider .portfolio-inner .item{
	margin-bottom: 0;
}
.ts-portfolio-wrapper.has-margin .portfolio-inner .item{
	padding: 0 15px;
}
.portfolio-inner .item:after{
	display: table;
	clear: both;
	content: "";
}
.portfolio-inner .portfolio-thumbnail{
	position: relative;
}
.portfolio-inner .icon-group a:before{
	font-family: 'Pe-icon-7-stroke';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\e642";
	font-size: 20px;
}
.portfolio-inner .icon-group a.like:before{
	content: "\e642";
}
.portfolio-inner .icon-group a.like.already-like:before{
	content: "\f004";
	font-family: 'FontAwesome';
	font-size: 17px;
}
.portfolio-inner .icon-group a.link:before{
	content: "\e641";
}
.portfolio-inner .icon-group a.loading:before{
	content: "\f01e" !important;
	font-family: 'FontAwesome';
	font-size: 17px;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.portfolio-inner .icon-group a:hover{
	text-decoration: none;
}
@-webkit-keyframes scale_icon_like{
	from{
		opacity: 0;
		transform: scale(1.7,1.7);
	}
	to{
		opacity: 1;
		transform: scale(1,1);
	}
}

@-moz-keyframes scale_icon_like{
	from{
		opacity: 0;
		transform: scale(1.7,1.7);
	}
	to{
		opacity: 1;
		transform: scale(1,1);
	}
}
@keyframes scale_icon_like{
	from{
		opacity: 0;
		transform: scale(1.7,1.7);
	}
	to{
		opacity: 1;
		transform: scale(1,1);
	}
}
.ts-portfolio-wrapper.columns-2 .item{
	width: 50%;
}
.ts-portfolio-wrapper.columns-3 .item{
	width: 33.3333333%;
}
.ts-portfolio-wrapper.columns-4 .item{
	width: 25%;
}
.ts-portfolio-wrapper .load-more-wrapper{
	text-align: center;
    margin: 50px 0 80px 0;
	padding: 0 15px;
    display: inline-block;
	width: 100%;
	clear: both;
}
.ts-portfolio-wrapper.has-margin .load-more-wrapper{
	margin-top: 20px;
}
/* Portfolio slider */
.ts-portfolio-wrapper.ts-slider .portfolio-inner{
	margin: 0;
}
.ts-portfolio-wrapper.ts-slider .item{
	padding: 0;
	float: none;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 20. SHORTCODE SINGLE IMAGE ---------------------------------------------------------------------------------*/
.ts-effect-image{
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-effect-image .image-link{
	display: block;
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
/* effect border animation scale */
.eff-border .overlay{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	opacity: 0.8;
	background: transparent !important;
}
.eff-border .overlay:after{
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-width: 10px;
	border-style: solid;
	border-color: inherit;
	transition: 250ms ease 0s;
}
.eff-border:hover .overlay:after{
	opacity: 1;
}
/* effect widespread left right */
.eff-widespread-corner-left-right .overlay:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	opacity: 0;
	background-color: inherit;
	transition: 250ms ease 0s;
}
.eff-widespread-corner-left-right .overlay:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	background-color: inherit;
	opacity: 0;
	transition: 250ms ease 0s;
}
.eff-widespread-corner-left-right:hover .overlay:after,
.eff-widespread-corner-left-right:hover .overlay:before{
	width: 100%;
	height: 100%;
	opacity: 0.2;
}
/* effect image scale */
.eff-image-scale img{
	transition: 250ms ease 0s;
}
.eff-image-scale:hover img{
	transform: scale(1.1,1.1);
}
/* Gray */
.eff-image-gray img{
	transition: 250ms ease 0s;
}
.eff-image-gray:hover img{
    filter: grayscale(100%);
}
.eff-image-gray:hover img:nth-child(2){
    filter: none;
}
.eff-image-gray .overlay{
	display: none;
}

/* Translate Left */
.eff-image-translate-right .overlay,
.eff-image-translate-left .overlay{
	display: none;
}
.ts-banner-image.eff-image-translate-right .bg-image,
.ts-banner-image.eff-image-translate-left .bg-image{
	max-width: calc(100% + 30px);
	width: calc(100% + 30px);
}
.eff-image-translate-left img{
	margin-right: -30px;
	transition: 250ms ease 0s;
}
.eff-image-translate-right img{
	margin-left: -30px;
	transition: 250ms ease 0s;
}
.eff-image-translate-left:hover img{
	transform: translate(-30px,0);
}
.eff-image-translate-right:hover img{
	transform: translate(30px,0);
}
.banner-columns-4 .widget.ts-single-image{
	width: 25%;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 21. SHORTCODE FEATURE --------------------------------------------------------------------------------------*/
.group-feature-border > .wpb_column:after{
	border-width: 0 1px 0 0;
	border-style: solid;
	right: 0;/* rtl */
	top: 0;
	bottom: 30px;
	position: absolute;
	content: "";
	width: 1px;
}
.group-feature-border > .wpb_column:last-child:after{
	display: none;
}
.ts-feature-wrapper{
	margin-bottom: 30px;
}
.ts-feature-wrapper.horizontal-icon{
	margin-bottom: 0;
}
.ts-feature-wrapper.vertical-icon-image{
	text-align: center;
}
.ts-feature-wrapper.vertical-icon .feature-icon{
	padding-bottom: 10px;
	display: block;
}
.ts-feature-wrapper.vertical-icon{
	text-align: center;
}
.ts-feature-wrapper.vertical-icon i{
	font-size: 60px;
	line-height: 60px;
	width: 60px;
}
.vertical-icon-image.bg-strong{
	background: #f3f3f3;
}
.ts-feature-wrapper.vertical-icon-image .feature-content{
	max-width: 300px;
	margin: 0 auto;
}
.ts-feature-wrapper .heading-title{
	margin-bottom:5px;
}
.horizontal-icon .feature-content .heading-title{
	margin-bottom: 0;
}
.vertical-icon-image .feature-header .heading-title a,
.vertical-icon-circle2 .feature-header .heading-title a{
	line-height: 24px;
}
.vertical-icon-image .feature-icon{
	display: block;
	margin-bottom: 15px;
}
.feature-icon:hover{
	text-decoration: none;
}
.ts-feature-wrapper .feature-header a{
	text-decoration: none;
}
.ts-feature-wrapper .see-more{
	display: inline-block;
	margin-top: 12px;
	width: 100%;
}
.ts-feature-wrapper .see-more:hover{
	text-decoration: none;
}
.ts-feature-wrapper .see-more:after{
	margin-left: 5px;/* rtl */
	content: "\f178";/* rtl */
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
}
.ts-feature-wrapper .feature-content:after{
	content: "";
	display: table;
	clear: both;
}
/* Horizontal */
.ts-feature-wrapper.horizontal-icon-square .heading-title,
.ts-feature-wrapper.horizontal-icon-circle .heading-title,
.ts-feature-wrapper.horizontal-box-border .heading-title,
.ts-feature-wrapper.horizontal-box-border2 .heading-title,
.ts-feature-wrapper.horizontal-icon-image .heading-title{
	margin-bottom: 5px;
}
.horizontal-box-border .feature-content .feature-excerpt,
.horizontal-box-border2 .feature-content .feature-excerpt,
.vertical-icon-circle2 .feature-content .feature-excerpt{
	line-height: 20px;
}
.ts-feature-wrapper.horizontal-box-border,
.ts-feature-wrapper.horizontal-box-border2{
	border-width: 1px;
	border-style: solid;
	padding: 20px;
}
.ts-feature-wrapper.horizontal-icon-circle .heading-title{
	margin: 0;
}
.horizontal-box-border .feature-content > a,
.horizontal-box-border2 .feature-content > a,
.horizontal-icon .feature-content > a,
.horizontal-icon-square .feature-content > a{
	text-align: center;
	position: relative;
}
.horizontal-icon-square .feature-content > a{
	float: left;/* rtl */
}
.horizontal-box-border .feature-content > a:after{
	width: 20px;
	border-width: 2px 0 0 0;
	border-style: solid;
	height: 2px;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 100%;/* rtl */
	margin: 0 5px;
}
.horizontal-icon-circle .feature-content,
.horizontal-box-border .feature-content,
.horizontal-box-border2 .feature-content,
.horizontal-icon .feature-content{
	display: table;
}
.horizontal-icon-circle .feature-content > *,
.horizontal-box-border .feature-content > *,
.horizontal-box-border2 .feature-content > *,
.horizontal-icon .feature-content > *{
	display: table-cell;
	vertical-align: middle;
}
.horizontal-icon-square .feature-header{
	margin-left: 74px;/* rtl */
}
.horizontal-icon .feature-header,
.horizontal-box-border2 .feature-header,
.horizontal-icon-circle .feature-header{
	padding-left: 20px; /* rtl */
}
.horizontal-box-border .feature-header{
	padding-left: 40px; /* rtl */
}
.horizontal-icon-image.thumbnail-left .feature-header{
	margin-left: 90px;
	text-align: left;
}
.horizontal-icon-image.thumbnail-right .feature-header{
	margin-right: 90px;
	text-align: right;
}
.horizontal-icon-circle .feature-icon{
	font-size: 26px;
	width: 70px;
	height: 70px;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	padding: 0;
	position: relative;
	text-align: center;
	letter-spacing: 0;
	text-decoration: none;
	line-height: 66px;
}
.horizontal-icon-circle .feature-icon [class*=" pe-7s-"], 
.horizontal-icon-circle .feature-icon [class^=pe-7s-],
.vertical-icon-circle .feature-icon [class*=" pe-7s-"],
.vertical-icon-circle .feature-icon [class^=pe-7s-],
.vertical-icon-circle2 .feature-icon [class*=" pe-7s-"],
.vertical-icon-circle2 .feature-icon [class^=pe-7s-]{
	transform: translate(0,3px);
}
.horizontal-icon-image .feature-icon{
	width: 60px;
	height: auto;
	display: inline-block;
	float: left;/* rtl */
}
.horizontal-icon .feature-icon{
	font-size: 34px;
	line-height: 40px;
}
.horizontal-icon-image.thumbnail-left .feature-icon{
	float: left;
}
.horizontal-icon-image.thumbnail-right .feature-icon{
	float: right;
}
.horizontal-box-border .feature-icon i,
.horizontal-box-border2 .feature-icon i{
	width: 50px;
	line-height: 50px;
	font-size: 46px;
	text-align: center;
	display: inline-block;
}
.horizontal-icon-square .feature-icon i{
	position: relative;
	z-index: 3;
	color: #3f3f3f;
	z-index: 1;
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	font-size: 22px;
}
.horizontal-icon-square .feature-icon:after{
	background: rgba(150,150,150,0.1);
	position: absolute;
	z-index: 0;
	content: "";
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	transition: left 50ms,right 50ms,top 50ms,bottom 50ms,background 350ms ease 0s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.horizontal-icon-square .feature-icon:hover:after{
	left: 4px;
	right: 4px;
	bottom: 4px;
	top: 4px;
}
.horizontal-icon-square .feature-icon:before{
	border-width: 2px 0 0 2px;/* rtl */
	border-style: solid;
	background: transparent;
	left: 0;/* rtl */
	top: 0;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	z-index: 0;
	z-index: 1;
}
/* Vertical */
.vertical-text{
	margin: 30px 0 25px 0;
}
.ts-feature-wrapper.vertical-text{
	letter-spacing: 1px;
}
.ts-feature-wrapper.vertical-text .heading-title{
	margin-bottom: 5px;
}
.vertical-icon-circle,
.vertical-icon-circle2,
.vertical-icon-square,
.vertical-text{
	text-align: center;
	position: relative;
}
.vertical-icon-circle2{
	margin-bottom: 50px;
}
.vertical-icon-circle:before{
	left: 0;
	top: 40px;
	right: 0;
	bottom: 0;
	position: absolute;
	content: "";
	z-index: 1;
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	transition: 250ms ease 0s;
}
.vertical-icon-circle .feature-icon{
	font-size: 30px;
	line-height: 80px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
	display: inline-block;
	letter-spacing: 0;
}
.ts-aligncenter.ts-feature-wrapper .feature-content{
	margin-left: auto;
	margin-right: auto;
}
.vertical-icon-circle .feature-header,
.vertical-icon-square .feature-header{
	padding: 20px 20px 25px 20px;
	position: relative;
	z-index: 1;
}
.vertical-icon-square .feature-icon{
	font-size: 30px;
	line-height: 76px;
	width: 76px;
	height: 76px;
	border-width: 2px;
	border-style: solid;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	display: inline-block;
	letter-spacing: 0;
}
.vertical-icon-circle2 .feature-icon{
	font-size: 24px;
	line-height: 58px;
	width: 60px;
	height: 60px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
	display: inline-block;
	border-radius: 100%;
	letter-spacing: 0;
}
.vertical-icon-circle2 .feature-header,
.vertical-icon-square .feature-header{
	padding: 10px 20px 0 20px;
	position: relative;
	z-index: 1;
}
/* Vertical Number */
.vertical-number .big-number{
	font-size: 54px;
	float: left;/* rtl */
	line-height: 50px;
	margin-right: 10px;/* rtl */
}
.vertical-number .feature-title{
	min-height: 50px;
}
/* Text Light */
.ts-feature-wrapper.text-light:not(.vertical-icon-circle) *,
.ts-feature-wrapper.text-light:not(.vertical-icon-circle) a{
	color: #ffffff;
	border-color: #ffffff;
}
.ts-feature-wrapper.text-light a:not(.feature-icon):hover{
	opacity: 0.8;
	color: #ffffff !important;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 22. SHORTCODE PRICE TABLE ----------------------------------------------------------------------------------*/
.ts-price-table{
	text-align: center;
	position: relative;
	border-width: 1px;
	border-style: solid;
}
body .ts-price-table{
	margin-bottom: 30px 
}
.ts-price-table .table-title{
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0;
}
.ts-price-table.style-1 .table-title{
	margin-bottom: 0;
}
.ts-price-table header{
	padding: 40px 10px;
	position: relative;
	z-index: 2;
}
.ts-price-table header h3{
	margin: 0;
}
.ts-price-table .table-description{
	position: relative;
	padding: 25px 12%;
}
.ts-price-table .table-description ul,
.ts-price-table .table-description a{
	position: relative;
	z-index: 1;
}
.ts-price-table .table-description ul{
	margin: 0;
}
.ts-price-table .table-description ul li{
	list-style: none;
	padding: 15px 0;
	margin: 0;
	display: inline-block;
	width: 100%;
}
.ts-price-table .table-button{
	padding: 12%;
	text-align: center;
}
.table-button > a.button{
	width: 100%;
	display: inline-block;
}
/* Style 1 */
.ts-price-table.style-1:before{
	position: absolute;
	left: 33%;
	right: 33%;
	content: "";
	top: -1px;
	z-index: 1;
	border-width: 6px 0 0 0;
	border-style: solid;
	transition: 250ms ease 0s;
}
.style-1.active-table:before{
	left: -1px;
	right: -1px;
}
.style-1.active-table{
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.ts-price-table.style-1 .table-price{
	display: inline-block;
	width: 100%;
}
.ts-price-table.style-1 header{
	border-width: 0 0 1px 0;
	border-style: solid;
	position: relative;
}
.ts-price-table.style-1 header:before{
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	content: "";
	border-width: 1px;
	border-style: solid;
	z-index: 0;
	transform: rotate(45deg);
}
.ts-price-table.style-1 header:after{
	position: absolute;
	left: 50%;
	bottom: -0;
	margin-left: -13px;
	width: 26px;
	height: 16px;
	content: "";
	z-index: 1;
}
.ts-price-table.style-1 .table-button{
	border-width: 1px 0 0 0;
	border-style: solid;
}
/* Style 2 */
.ts-price-table.style-2,
.ts-price-table.style-4,
.ts-price-table.style-6{
	padding: 40px 0 20px 0;
}
.ts-price-table.style-2,
.ts-price-table.style-6{
	border-width: 0;
}
.ts-price-table.style-2 .group-price{
	border-radius: 100%;
	background: rgba(180,180,180,0.1);
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 20px 5px;
	margin-bottom: 25px;
}
.ts-price-table.style-2 .table-price,
.ts-price-table.style-3 .table-price,
.ts-price-table.style-4 .table-price{
	font-size: 40px;
	display: inline-block;
	width: 100%;
	line-height: 36px;
}
.ts-price-table.style-2 .table-price span,
.ts-price-table.style-3 .table-price span,
.ts-price-table.style-4 .table-price span{
	position: relative;
	font-size: 15px;
	line-height: 20px;
	top: -16px;
}
.ts-price-table.style-2 .table-description,
.ts-price-table.style-6 .table-description{
	padding: 0 20px;
}
.ts-price-table.style-2 .table-button,
.ts-price-table.style-6 .table-button{
	padding: 20px;
	margin-top: 20px;
}
.ts-price-table.style-2 .table-description li:nth-child(2n+1),
.ts-price-table.style-6 .table-description li:nth-child(2n+1){
	background: rgba(180,180,180,0.1);
}
.ts-price-table.style-2 header{
	padding: 0 0 10px 0;
}
.active-table.style-2 .table-description li:nth-child(2n+1),
.active-table.style-6 .table-description li:nth-child(2n+1){
	background: rgba(255,255,255,0.1);
}
body .active-table.style-2 .table-title,
body .active-table.style-2 .table-description{
	color: #ffffff;
}
body .active-table.style-6 header *,
body .active-table.style-6 .table-description,
body .ts-price-table.style-1 .button-price-table:hover,
body .ts-price-table.style-4 .button-price-table:hover{
	color: #ffffff;
}
body .active-table.style-2 .button-border,
body .ts-price-table.style-3 .button-price-table{
	border-color: #ffffff;
	color: #1f1f1f;
	background: #ffffff;
}
body .active-table.style-2 .button-border:hover,
body .ts-price-table.style-3 .button-price-table:hover{
	border-color: #ffffff;
	color: #ffffff;
	background: transparent;
}
/* Style 3 */
.ts-price-table.style-3 .table-title{
	margin-bottom: 10px;
}
.ts-price-table.style-3 .table-price,
.ts-price-table.style-4 .table-price{
	display: inline-block;
	width: auto;
}
.ts-price-table.style-3 .table-title,
.ts-price-table.style-3 header *{
	color: #ffffff;
}
body .ts-price-table.style-3 .button-price-table{
	border-radius: 5px;
	width: 100%;
	margin-top: 20px;
}
.ts-price-table.style-3 header,
.ts-price-table.style-4 header{
	padding: 10% 12%;
	margin: -1px -1px 0 -1px;
	width: auto;
}
/* Style 4 */
.ts-price-table.style-4 .during-price{
	font-size: 18px;
	line-height: 22px;
}
.ts-price-table.style-4 header{
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 0;
}
.ts-price-table.style-4 .table-title{
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 65%;
	bottom: -30px;
}
.ts-price-table.style-4 .table-title span{
	color: #ffffff;
	line-height: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.ts-price-table .table-description{
	padding-top: 35px;
}
.ts-price-table.style-4 .table-button{
	padding-top: 0;
}
.style-4 .table-title:before{
	width: 0;
	height: 0;
	border-top: 20px solid #ffffff;
	border-left: 14px solid transparent;
	position: absolute;
	content: "";
	right: 100%;
}
.style-4 .table-title:after{
	width: 0;
	height: 0;
	border-top: 20px solid #ffffff;
	border-right: 14px solid transparent;
	position: absolute;
	content: "";
	left: 100%;
}
.style-4 .table-title span:before{
	width: 0;
	height: 0;
	border-bottom: 20px solid #ffffff;
	border-right: 14px solid transparent;
	position: absolute;
	content: "";
	bottom: 0;
	left: 100%;
}
.style-4 .table-title span:after{
	width: 0;
	height: 0;
	border-bottom: 20px solid #ffffff;
	border-left: 14px solid transparent;
	position: absolute;
	content: "";
	bottom: 0;
	right: 100%;
}
.style-4.active-table,
.style-7.active-table{
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
/* Style 5 */
.ts-price-table.style-5{
	padding-bottom: 20px;
}
.ts-price-table.style-5 .table-title{
	margin: 0 0 4px 0;
	padding: 0 20px;
}
.ts-price-table.style-5 .table-price{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	padding: 0 20px;
}
.ts-price-table .table-title-2{
	font-style: italic;
	margin-bottom: 6px;
	padding: 0 20px;
}
.ts-price-table.style-5 *,
.ts-price-table.style-5 .table-description{
	color: #ffffff;
	border-color: #ffffff;
}
.ts-price-table.style-5 img{
	width: 100%;
}
.thumbnail-price-table{
	margin-bottom: 25px;
}
.ts-price-table.style-5 .table-description{
	padding: 0 20px;
}
.style-5 .during-price{
	border-width: 1px 0 0 0;
	border-style: solid;
	display: block;
	max-width: 100px;
	margin: 0 auto;
}
.ts-price-table.style-5 .table-button{
	padding: 20px 20px 10px 20px;
}
.ts-price-table.style-5 .table-button .button,
.woocommerce .ts-price-table.style-5 .table-button .button{
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
}
.ts-price-table.style-5 .table-button .button:hover,
.woocommerce .ts-price-table.style-5 .table-button.button:hover{
	background: #ffffff;
	border-color: #ffffff;
}
/* Style 6 */
.ts-price-table.style-6 header{
	padding-top: 0;
}
.ts-price-table.style-6 header img{
	margin-bottom: 10px;
}
.ts-price-table.style-6 .button-border,
.ts-price-table.style-7 .button-border{
	color: #ffffff;
}
.ts-price-table.style-6 .table-title{
	margin-bottom: 0;
}
.active-table.style-6 .button-border{
	background: #ffffff !important;
	border-color: #ffffff;
}
.active-table.style-6 .button-border:hover{
	opacity: 0.8
}
/* Style 7 */
.ts-price-table.style-7{
	border-width: 0;
	margin-bottom: 70px;
}
.ts-price-table.style-7 header{
	padding: 0 0 20px 0;
}
.ts-price-table.style-7 header:after{
	border-width: 3px 0 0 0;
	border-style: solid;
	left: 50%;
	margin-left: -13px;
	bottom: 0;
	width: 25px;
	height: 3px;
	position: absolute;
}
.ts-price-table.style-7 header img{
	margin-bottom: 20px;
}
.ts-price-table.style-7 .table-description{
	padding-bottom: 0;
	padding-top: 15px;
}
.ts-price-table.style-7 .table-button{
	padding-top: 0;
	padding-bottom: 0;
	transform: translate(0,50%);
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 23. SHORTCODE TWITTER --------------------------------------------------------------------------------------*/
.ts-twitter-slider .icon{
	position: absolute;
	left: 0;/* rtl */
	top: 50%;
	margin-top: -40px;
}
.ts-twitter-slider .twitter-content{
	padding-left: 100px; /* rtl */
	position: relative;
}
.vc_col-sm-12 .ts-twitter-slider .twitter-content{
	padding-left: 0; /* rtl */
	padding-right: 0; /* rtl */
	text-align: center;
}
.vc_col-sm-12 .ts-twitter-slider .icon{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin: 0 0 20px 0;
}
.ts-twitter-slider .owl-item{
	opacity: 0
}
.ts-twitter-slider .owl-item.active{
	opacity: 1;
}
.twitter-content .content{
	font-style: italic;
}
.ts-twitter-slider .icon{
	font-size: 80px;
	line-height: 80px;
	color: #2CAAE1;
}
.ts-twitter-slider .date-time{
	margin-bottom: 10px;
}
.ts-twitter-slider.text-light *{
	color: #fff;
}
.ts-twitter-slider h4{
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 24. SHORTCODE MILESTONE ------------------------------------------------------------------------------------*/
.ts-milestone{
	padding: 30px 10px;
	text-align: center;
	margin-bottom: 30px !important;
	position: relative;
}
.ts-milestone.text-light .number,
.ts-milestone.text-light *{
	color: #fff;
}
.ts-milestone .number{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.ts-milestone h3.subject{
	margin: 0;
	text-transform: none !important;
}
/* Fix home page */
.group-milestone .ts-milestone:before{
	border-width: 0 0 0 1px;
	width: 1px;
	border-style: solid;
	content: "";
	position: absolute;
	left: -12px;
	top: 0;
	bottom: 0;
	right: auto;
	opacity: 0.9;
}
.group-milestone.light .ts-milestone:before{
	border-color: #fff;
}
.group-milestone .wpb_column:first-child .ts-milestone:before,
.group-milestone-2 .wpb_column:first-child .ts-milestone:before{
	display: none;
}
.group-milestone-2 .ts-milestone:before{
	border-width: 4px 15px;
	width: 30px;
	height: 8px;
	border-style: solid;
	content: "";
	position: absolute;
	left: -15px;
	top: 35%;
	right: auto;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 25. SHORTCODE COUNTDOWN ------------------------------------------------------------------------------------*/
.ts-countdown{
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.ts-countdown .counter-wrapper > div{
	width: 100px;
	padding: 18px 5px;
	text-align: center;
	margin: 10px;
	float: left;/* rtl */
	border-width: 0;
}
.ts-countdown.style-border .counter-wrapper > div{
	border-width: 1px;
	border-style: solid;
	background: transparent;
}
.style-border.text-light .counter-wrapper > div,
.style-border.text-light .counter-wrapper > div *{
	border-color: #ffffff;
	color: #ffffff;
}
.ts-countdown.style-simple .counter-wrapper > div{
	background: transparent;
	width: 40px;
	height: auto;
	padding: 0;
	margin:0;
	margin-right: 50px;/* rtl */
}
.style-simple.text-light .counter-wrapper > div{
	width: 30px;
}
.ts-countdown.style-simple .counter-wrapper > div:last-child{
	margin-right: 0;/* rtl */
}
.style-simple.text-light .counter-wrapper > div *{
	color: #ffffff;
}
.ts-countdown .counter-wrapper .number{
	font-size: 32px;
	line-height: 40px;
}
.ts-countdown .counter-wrapper .ref-wrapper{
	font-size: 18px;
	line-height: 24px;
	text-transform: none;
}
.blank-page-template .ts-countdown.style-simple .counter-wrapper > div{
	min-width: 110px;
}
.blank-page-template .ts-countdown .counter-wrapper .number{
	font-size: 60px;
	line-height: 60px;
}
.blank-page-template .ts-countdown .counter-wrapper .ref-wrapper{
	font-size: 24px;
	line-height: 32px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 26. SHORTCODE TYPE TAB PRODUCTS ----------------------------------------------------------------------------*/
.ts-product-in-product-type-tab-wrapper .column-tabs{
	position: relative;
}
.ts-product-in-product-type-tab-wrapper .column-tabs:after{
	display: table;
	content: "";
	clear: both;
}
.ts-product-in-product-type-tab-wrapper .column-tabs .heading-tab{
	float: left;/* rtl */
	position: relative;
}
.ts-product-in-product-type-tab-wrapper .column-tabs .tabs li{
	transition: 250ms ease 0s;
	margin: 5px 15px 5px 15px;
	padding: 0;
	display: inline-block;
	position: relative;
}
.ts-product-in-product-type-tab-wrapper .column-tabs .tabs{
	float: right;/* rtl */
	margin: 0 -15px;
}
.ts-product-in-product-type-tab-wrapper .column-tabs:after,
.ts-product-in-product-type-tab-wrapper .column-content:after{
	display: table;
	content: "";
	clear: both;
}
.ts-product-in-product-type-tab-wrapper .column-content{
	clear: both;
	position: relative;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 27. SHORTCODE SUBSCRIPTION ---------------------------------------------------------------------------------*/
.ts-mailchimp-subscription-shortcode .widget-title-wrapper{
	margin-bottom: 0;
}
.ts-mailchimp-subscription-shortcode .widget-title-wrapper h3{
	margin-bottom: 25px;
}
.style-horizontal .mailchimp-subscription .newsletter{
	margin-top: -5px;
	width: 100%;
}
.style-horizontal .mailchimp-subscription .newsletter p{
	margin-bottom: 0;
}
.ts-mailchimp-subscription-shortcode .mailchimp-subscription{
	padding: 0;
}
.subscribe-email .button{
	min-width: 130px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 10px;
}
.style-horizontal .mailchimp-subscription{
	display: table;
	table-layout: auto;
	width: 100%;
	margin: 0;
}
body .style-horizontal .mailchimp-subscription > *{
	display: table-cell;
	vertical-align: middle;
}
.style-horizontal .mailchimp-subscription .widget-title{
	padding: 0;
	border-width: 0;
	margin: 0;
}
.style-horizontal .mailchimp-subscription .widget-title-wrapper{
	padding-right: 30px;/* rtl */
	width: 28%;
}
.style-horizontal.button-icon .mailchimp-subscription .widget-title-wrapper{
	width: 35%;
}
.style-horizontal .mailchimp-subscription .newsletter{
	padding-bottom: 0;
}
.style-horizontal .subscribe-email .button{
	float: left;/* rtl */
	min-width: 180px;
	margin-left: 10px;/* rtl */
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0;
}
.text-light.style-horizontal .subscribe-email .button{
	margin-left: 0;/* rtl */
}
.style-horizontal .mailchimp-subscription input[type="email"]{
	font-size: 100%;
	max-width: 100%;
	padding-top: 9px;
	padding-bottom: 9px;
	float: left;/* rtl */
	width: calc(100% - 190px);
	margin: 0;
}
.style-vertical .mailchimp-subscription input[type="email"]{
	margin: 0;
}
.style-horizontal.button-icon .mailchimp-subscription input[type="email"]{
	width: 100%;
}
.text-light .mailchimp-subscription .widget-title,
.text-light .mailchimp-subscription .newsletter{
	color: #ffffff;
	border-color: #ffffff;
}
footer .text-light.style-horizontal .mailchimp-subscription .newsletter{
	color: #ffffff;
}
.text-light .mailchimp-subscription input[type="email"]{
	border-color: #ffffff;
	background-color: #ffffff;
}
footer .text-light .mailchimp-subscription input[type="email"]{
	border-color: rgba(255,255,255,0.5);
	color: #ffffff;
}
footer .text-light:not(.style-horizontal) .mailchimp-subscription input[type="email"]:hover,
footer .text-light:not(.style-horizontal) .mailchimp-subscription input[type="email"]:focus{
	color: #ffffff;
}
/* Vertical */
.vertical-button-icon .mailchimp-subscription input[type="email"],
.vertical-border-button-icon .mailchimp-subscription input[type="email"],
.vertical-round-button-icon .mailchimp-subscription input[type="email"]{
	padding: 8px 40px 8px 20px;/* rtl */
	background: rgba(155,155,155,0.1);
	border-width: 0;
}
.vertical-border-button-icon .mailchimp-subscription input[type="email"],
.vertical-border-round-button-icon .mailchimp-subscription input[type="email"]{
	padding: 9px 70px 9px 20px;/* rtl */
	background: transparent;
	border-width: 1px;
}
.vertical-button-icon.text-light .mailchimp-subscription input[type="email"]{
	background: rgba(155,155,155,0.3);
}
.vertical-border-button-icon.text-light .mailchimp-subscription input[type="email"],
.vertical-border-round-button-icon.text-light .mailchimp-subscription input[type="email"]{
	border-color: rgba(255,255,255,0.2);
}
.vertical-border-round-button-icon.text-light .mailchimp-subscription input[type="email"]{
	border-color: #ffffff;
}
.vertical-round-button-icon .mailchimp-subscription input[type="email"],
.vertical-border-round-button-icon .mailchimp-subscription input[type="email"]{
	border-radius: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.vertical-border-round-button-icon .mailchimp-subscription input[type="email"]{
	padding-top: 9px;
	padding-bottom: 9px;
}
.vertical-border-round-button-icon .subscribe-email .button{
	border-radius: 0 25px 25px 0;/* rtl */
}
.vertical-button-icon .subscribe-email .button,
.vertical-round-button-icon .subscribe-email .button,
.vertical-border-round-button-icon .subscribe-email .button,
.vertical-border-button-icon .subscribe-email .button,
.style-horizontal.button-icon .subscribe-email .button{
	position: absolute;
	bottom: 0;
	top: auto;
	right: 0;/* rtl */
	line-height: 0 !important;
	z-index: 2;
	min-width: initial;
	font-size: 0 !important;
	padding: 0 !important;
	border-width: 0;
}
.vertical-button-icon .subscribe-email .button,
.vertical-round-button-icon .subscribe-email .button,
.vertical-border-button-icon .subscribe-email .button{
	background: transparent !important;
	width: 46px !important;
	height: 46px;
	min-width: auto !important;
	margin: 0;
	position: absolute !important;
}
.vertical-round-button-icon .subscribe-email .button,
.vertical-border-round-button-icon .subscribe-email .button{
	width: 50px !important;
	height: 50px;
}
.style-horizontal.button-icon .subscribe-email .button{
	height: 50px;
	width: 50px;
	background: transparent !important;
	min-width: auto !important;
}
.vertical-border-round-button-icon .subscribe-email .button{
	width: 50px;
	height: 50px;
	min-width: auto !important;
}
.vertical-button-icon .subscribe-email .button i,
.vertical-round-button-icon .subscribe-email .button i,
.vertical-border-round-button-icon .subscribe-email .button i,
.vertical-border-button-icon .subscribe-email .button i,
.style-horizontal.button-icon .subscribe-email .button i{
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\f1d8";
	line-height: 46px !important;
	font-size: 20px !important;
}
.vertical-round-button-icon .subscribe-email .button i,
.vertical-border-round-button-icon .subscribe-email .button i{
	line-height: 50px !important;
}
.vertical-button-icon .subscribe-email .button,
.vertical-border-button-icon .subscribe-email .button,
.style-horizontal.button-icon .subscribe-email .button{
	font-size: 0;
}
body.woocommerce .vertical-border-round-button-icon.text-light .subscribe-email .button:hover,
body .vertical-border-round-button-icon.text-light .subscribe-email .button:hover,
body.woocommerce .vertical-border-round-button-icon.text-light .subscribe-email .button,
body .vertical-border-round-button-icon.text-light .subscribe-email .button{
	color: #000000;
	background-color: #ffffff;
}
.vertical-border-button-icon.text-light .subscribe-email .button,
.vertical-button-icon.text-light .subscribe-email .button,
.vertical-round-button-icon.text-light .subscribe-email .button,

.vertical-button-icon.text-light .subscribe-email .button:hover,
.vertical-border-button-icon.text-light .subscribe-email .button:hover,
.vertical-round-button-icon.text-light .subscribe-email .button:hover{
	color: #ffffff;
}
.vertical-border-round-button-icon.text-light .subscribe-email .button:hover,
.vertical-button-icon.text-light .subscribe-email .button:hover,
.vertical-border-button-icon.text-light .subscribe-email .button:hover,
.vertical-round-button-icon.text-light .subscribe-email .button:hover,
.style-horizontal.button-icon.text-light .subscribe-email .button:hover,
.woocommerce .vertical-default .subscribe-widget .button.button-primary:hover,
.vertical-default .subscribe-widget .button.button-primary:hover{
	opacity: 0.8;
}
.vc_col-sm-12 .vertical-default .mailchimp-subscription input[type="email"]{
	padding-top:8px;
	padding-bottom: 8px;
	border-width: 2px;
}
.vc_col-sm-12 .vertical-border-round-button-icon .mailchimp-subscription input[type="email"]{
	padding-top: 9px;
	padding-bottom: 9px;
}
.vc_col-sm-12 .vertical-border-round-button-icon .mailchimp-subscription input[type="email"],
z
.vc_col-sm-12 .vertical-round-button-icon .mailchimp-subscription input[type="email"]{
	padding-left: 30px;
	padding-right: 60px; /* rtl */
}
.vc_col-sm-12 .vertical-round-button-icon .mailchimp-subscription input[type="email"],
.vc_col-sm-12 .vertical-border-round-button-icon .mailchimp-subscription input[type="email"]{
	border-radius: 30px;
}
.vc_col-sm-12 .vertical-button-icon .subscribe-email .button, 
.vc_col-sm-12 .vertical-round-button-icon .subscribe-email .button, 
.vc_col-sm-12 .vertical-border-round-button-icon .subscribe-email .button{
	width: 50px !important;
	height: 50px;
}
.vc_col-sm-12 .vertical-border-round-button-icon .subscribe-email .button{
	width: 50px !important;
	height: 50px;
}
.vc_col-sm-12 .vertical-border-round-button-icon .subscribe-email .button{
	border-radius: 0 25px 25px 0;/* rtl */
}
.vc_col-sm-12 .style-vertical .button{
	position: absolute;
	padding-top: 7px;
	padding-bottom: 7px;
	bottom: 0;
	top: 0;
	right: 0;/* rtl */
	z-index: 2;
	min-width: 170px;
	margin: 0;
}
.vc_col-sm-12 .vertical-border-round-button-icon,
.vc_col-sm-12 .style-vertical.vertical-default,
.vc_col-sm-12 .style-vertical.vertical-round-button-icon{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.vc_col-sm-12 .vertical-border-round-button-icon .newsletter,
.vc_col-sm-12 .style-vertical.vertical-default .newsletter,
.vc_col-sm-12 .style-vertical.vertical-round-button-icon .newsletter{
	text-align: center;
}
.vc_col-sm-12 .vertical-border-round-button-icon .widget-title-wrapper,
.vc_col-sm-12 .style-vertical.vertical-default .widget-title-wrapper,
.vc_col-sm-12 .style-vertical.vertical-round-button-icon .widget-title-wrapper{
	text-align: center;
}
.vc_col-sm-12 .style-vertical.vertical-default .newsletter,
.vc_col-sm-12 .style-vertical.vertical-round-button-icon .subscribe-widget,
.vc_col-sm-12 .vertical-border-round-button-icon .newsletter{
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
}
.vc_col-sm-12 .ts-mailchimp-subscription-shortcode .widget-title-wrapper h3,
.vc_col-sm-12 .vertical-border-round-button-icon .widget-title-wrapper h3{
	margin-bottom: 10px;
}
.vc_col-sm-12 .style-horizontal .widget-title-wrapper h3{
	margin-bottom: 0;
}
.style-horizontal .widget-title-wrapper h3:after{
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 28. SHORTCODE GALLERY --------------------------------------------------------------------------------------*/
.ts-image-gallery-wrapper .owl-dots{
	display: none !important;
}
.ts-image-gallery-wrapper .item{
	padding: 0;
	overflow: hidden;
	position: relative;
}
.ts-image-gallery-wrapper .item a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	transition: 250ms ease 0s;
}
.ts-image-gallery-wrapper .item a:hover:before,
.ts-image-gallery-wrapper .item a:hover:after{
	opacity: 1;
}
.ts-image-gallery-wrapper .item a:after{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	opacity: 0;
	margin-top: -20px;
	margin-left: -20px;
	content: "\f065";
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	background: #000000;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	transition: 250ms ease 0s;
}
.ts-image-gallery-wrapper .item a{
	cursor: pointer;
}
.ts-image-gallery-wrapper.has-margin .images{
	margin-left: -5px;
	margin-right: -5px;
}
.ts-slider.has-margin .images{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.ts-image-gallery-wrapper.has-margin .images > .item{
	padding: 5px;
}
.ts-image-gallery-wrapper.ts-slider .item{
	padding: 0 !important;
}
.ts-image-gallery-wrapper .item a{
	display: inline-block;
	position: relative;
}
.ts-image-gallery-wrapper .item a:hover{
	text-decoration: none;
	background: #000000;
}
.ts-image-gallery-wrapper .images > .item a img{
	transition: 250ms ease 0s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-image-gallery-wrapper .images .item{
	float: left;/* rtl */
}
.ts-image-gallery-wrapper.columns-1 .images .item{
	width: 100%;
}
.ts-image-gallery-wrapper.columns-2 .images .item{
	width: 50%;
}
.ts-image-gallery-wrapper.columns-3 .images .item{
	width: 33.33333%;
}
.ts-image-gallery-wrapper.columns-4 .images .item{
	width: 25%;
}
.ts-image-gallery-wrapper.columns-5 .images .item{
	width: 20%;
}
.ts-image-gallery-wrapper.columns-6 .images .item{
	width: 16.666666%
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 29. BACKGROUND VIDEO ---------------------------------------------------------------------------------------*/
.ts-video-bg{
	padding-top: 150px;
	padding-bottom: 200px;
}
/* Background Video */
.ts-youtube-video-bg{
	position: absolute;
	height: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
/* Host video */
.ts-hosted-video-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	overflow: hidden;
}
.ts-video-bg .ts-hosted-video-bg.pausing video{
	opacity: 0;
}
.ts-hosted-video-bg video{
	max-width: 100%;
	min-width: 100%;
	min-height: 100%;
}
/* End Host video */
.vc_row.ts-video-bg{
	display: block;
	min-width: 100%;
	position: relative;
	clear: both;
	margin-left: 0;
	margin-right: 0;
}
.ts-video-bg:before{
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 1;
	display: block;
}
.ts-video-bg.playing:before{
	opacity: 0.2;
}
.vc_row.ts-video-bg .ts-youtube-video-bg.playing:before,
.vc_row.ts-video-bg .ts-hosted-video-bg.playing:before{
	opacity: 0.05;
}
.vc_row.ts-video-bg .wpb_column{
	position: relative;
	z-index: 3;
}
.ts-youtube-video-bg .buttonBar > span{
	display: none;
}
.ts-youtube-video-bg .mb_YTPBar{
	position: static !important;
}
.ts-hosted-video-bg .video-control{
	left: 50%;
	bottom: 170px;
	position: absolute;
	z-index: 990 !important;
	content: "";
	margin-left: -25px;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	cursor: pointer;
	background: url(../images/video-play.png) no-repeat;
	background-size: cover !important;
}
.ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause{
	position: absolute;
	z-index: 990 !important;
	content: "";
	top: 54%;
	left: 50%;
	width: 50px;
	height: 50px;
	font-size: 0;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	cursor: pointer;
	background: url(../images/video-play.png) no-repeat;
	background-size: cover !important;
	transform: translate(-50%,100%);
}
.vc_row.loading .video-control{
	display: none !important;
}
.ts-youtube-video-bg .loading{	
	position: absolute;
	content: "";
	top: 54%;
	left: 50%;
	width: 50px;
	height: 50px;
	font-size: 0;
	z-index: 2;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	background: url(../images/ajax-loader.gif) center no-repeat;
	background-size: cover !important;
	transform: translate(-50%,100%);
}
.ts-youtube-video-bg.playing .buttonBar > span.mb_YTPPlaypause,
.ts-hosted-video-bg.playing .video-control{
	background: url(../images/video-stop.png) no-repeat;
}
.ts-youtube-video-bg.pausing .buttonBar > span.mb_YTPPlaypause,
.ts-hosted-video-bg.pausing .video-control{
	background: url(../images/video-play.png) no-repeat;
}
.ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause:before,
.ts-hosted-video-bg .video-control:before{
	position: absolute;
	content: "";
	left: -10px;
	right: -10px;
	bottom: -10px;
	top: -10px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-radius: 100%;
	opacity: 0.6;
}
.vc_row.ts-video-bg:hover .ts-youtube-video-bg .buttonBar > span.mb_YTPPlaypause:before,
.vc_row.ts-video-bg:hover .ts-hosted-video-bg .video-control:before{	
	-webkit-animation-duration: 400ms;
	-moz-animation-duration: 400ms;
	animation-duration: 400ms;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	
	-webkit-animation-name: animation_button_video;
	-moz-animation-name: animation_button_video;
	animation-name: animation_button_video;
}
/* 	Text animation_button_video */		
@-webkit-keyframes animation_button_video{
	from{
		left: -10px;
		right: -10px;
		bottom: -10px;
		top: -10px;
		opacity: 0.6;
	}
	to{
		left: -15px;
		right: -15px;
		bottom: -15px;
		top: -15px;
		opacity: 0.3;
	}
}
@-moz-keyframes animation_button_video{
	from{
		left: -10px;
		right: -10px;
		bottom: -10px;
		top: -10px;
		opacity: 0.6;
	}
	to{
		left: -15px;
		right: -15px;
		bottom: -15px;
		top: -15px;
		opacity: 0.3;
	}
}
@keyframes animation_button_video{
	from{
		left: -10px;
		right: -10px;
		bottom: -10px;
		top: -10px;
		opacity: 0.6;
	}
	to{
		left: -15px;
		right: -15px;
		bottom: -15px;
		top: -15px;
		opacity: 0.3;
	}
}
body .ts-video-bg h3.h3-video{
	line-height: 26px;
	margin-bottom: 10px;
}
.ts-video-bg.youtube-video > .wpb_column{
	position: absolute;
	top: 55%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-100%);
}
.ts-video-bg.youtube-video{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 30. SHORTCODE BLOCKQUOTE -----------------------------------------------------------------------------------*/
blockquote p.author-role{
	display: block;
	font-style: normal;
	padding-top: 30px;
	margin: 30px 0 0 0;
	line-height: 20px;
	position: relative;
}
blockquote p.author-role:before{
	width: 80px;
	position: absolute;
	height: 2px;
	border-width: 2px 0 0 0;
	border-style: solid;
	content: "";
	left:50%;
	margin-left: -40px;
	top: 0;
}
blockquote span.author a:hover{
	text-decoration: none;
}
blockquote span.author a{
	text-decoration: none;
	text-transform: uppercase;
}
blockquote p.author-role > span{
	display: block;
	margin-bottom: 15px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 31. SHORTCODE IMAGE BOX ------------------------------------------------------------------------------------*/
.ts-image-box{
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.ts-image-box .box-wrapper{
	position: relative;
	text-align: center;
}
.ts-image-box img{
	opacity: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: scale(1,1);
	transition: 250ms ease 0s;
	width: 100%;
}
.ts-image-box.vertical-style .thumbnail:hover img{
	opacity: 0.6;
	transform: scale(1.1,1.1);
}
.ts-image-box .box-wrapper > .button{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 15px !important;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.ts-image-box .box-wrapper > .button:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	content: "";
	opacity: 0;
	transition: 250ms ease 0s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-image-box:hover .box-wrapper > .button:before{
	left: -6px;
	right: -6px;
	bottom: -6px;
	top: -6px;
	opacity: 0.6;
}
.ts-image-box .thumbnail{
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}
.ts-image-box .box-button .button:not(.button-small){
	min-width: 170px;
}
.ts-image-box .button{
	margin-top: 20px;
}
.ts-image-box .box-button .button{
	margin: 0 10px;
}
.ts-image-box.vertical-style{
	background: rgba(155,155,155,0.1);
}
.ts-image-box.vertical-style .box-header{
	text-align: center;
	padding: 5px 30px 30px 30px;
}
.vertical-style .box-header h4{
	 margin-bottom: 2px;
}
/* Style Horizontal */
.ts-image-box.background-horizontal{
	padding: 50px 20px 40px 20px;
	background-size: cover;
}
.background-horizontal .box-header{
	padding-left: 50%;/* rtl */
}
.ts-image-box.background-horizontal .box-header .excerpt{
	margin-bottom: 20px;
}
.background-horizontal .button{
	border-radius: 20px;
}
/* Style Background */
.background-vertical .thumbnail{
	margin-bottom: 0;
	position: relative;
}
.background-vertical .thumbnail:after{
	border-width: 4px 0 0 0;
	border-style: solid;
	position: absolute;
	bottom: -4px;
	content: "";
	height: 4px;
	z-index: 6;
	left: 0;
	right: 0;
	transition: 250ms ease 0s;
}
.background-vertical:hover .thumbnail:after{
	bottom: 0;
}
.background-vertical:hover img{
	opacity: 0.3;
}
.background-vertical .box-header{
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	padding: 30px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 5;
	text-align: center;
}
.background-vertical:hover .box-header{
	visibility: visible;
	opacity: 1;
	
	animation-delay: 50ms;
	-webkit-animation-delay: 50ms;
	-moz-animation-delay: 50ms;
	
	-webkit-animation-duration: 350ms;
	-moz-animation-duration: 350ms;
	animation-duration: 350ms;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	-moz-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
	
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	
	-webkit-animation-name: animation_translate;
	-moz-animation-name: animation_translate;
	animation-name: animation_translate;
}
.background-vertical .box-header *{
	color: #ffffff;
}

@-webkit-keyframes animation_translate{
	from{
		margin-top: 10px;
	}
	to{
		margin-top: 0;
	}
}
@-moz-keyframes animation_translate{
	from{
		margin-top: 10px;
	}
	to{
		margin-top: 0;
	}
}
@keyframes animation_translate{
	from{
		margin-top: 10px;
	}
	to{
		margin-top: 0;
	}
}
/* Backgroung Style 2 */
.background-vertical-2{
	border-radius: 3px;
}
.background-vertical-2 .box-header{
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	width: 100%;
	padding: 20px;
	top:6%;
	z-index: 2;
	text-align: center;
	min-width: 200px;
}
.background-vertical-2 .box-header h4{
	margin-bottom: 5px;
}
.background-vertical-2 .box-header .excerpt{
	margin-bottom: 0;
	line-height: 20px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 32. SHORTCODE SHOP INSTAGRAM -------------------------------------------------------------------------------*/
footer .ts-instagram-widget{
	margin-bottom: 0;
}
body .snptwdgt-container .snptwdgt__ftr,
body .snptwdgt-container .snptwdgt__item .snptlinked-item-ico{
	display: none;
}
body .widget-hotspot{
	width: 26px;
	height: 26px;
	line-height: 22px;
	background: #000000;
	color: #ffffff;
	font-size: 14px;
	border-color: #000000;
	transform: translateZ(0) scale(.7);
}
body .hotspot-modal .modal-dialog .chevron{
	top: 50%;
	margin-top: -28px;
}
body .hotspot-modal--frontend .product-images-slide img,
body .hotspot-modal .modal-content,
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__product-image-inner{
	border-radius: 0 !important;
}
body .hotspot:hover,
body .hotspot-modal .ico-close:hover,
body .hotspot-modal--frontend .public-hotspot--username:hover,
body .snpt-modal.hotspot-modal a:hover{
	text-decoration: none;
}
body .loadr-arc-rotate-move .loader:before{
	border-color: rgba(102,102,102,0.7);
}
body .hotspot-modal .modal-dialog{
	width: 800px;
}
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__price{
	font-size: 16px;
	padding: 0 10px;
}
body .public-hotspot-info-holder .public-hotspot-info.public-hotspot-info--highlighted .public-hotspot-info__number, body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__number{

}
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__price{
	
}
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__first-line,
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn{
	margin-bottom: 20px;
}
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn{
	border-radius: 0 !important;
}
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__second-line{
	font-size: 16px;
	height: auto;
}
body .hotspot-modal .hotspot-modal__caption{
	font-size: 14px;
}
body .hotspot-modal .hotspot-modal__caption{
	opacity: 0.8;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 33. LIST PRODUCT CATEGOIRES --------------------------------------------------------------------------------*/
.ts-list-of-product-categories-wrapper .heading-title{
	margin: 0 0 10px 0;
}
.ts-list-of-product-categories-wrapper{
	background: rgba(155,155,155,0.1);
	margin-bottom: 30px;
	overflow: hidden;
}
.ts-list-of-product-categories-wrapper ul li{
	list-style: none;
	padding: 4px 0;
}
.ts-list-of-product-categories-wrapper ul li a:hover{
	text-decoration: none;
}
.ts-list-of-product-categories-wrapper ul{
	padding: 0;
	margin: 0 0 0 0;
}
.ts-list-of-product-categories-wrapper .banners img{
	width: 100%;
}
.ts-list-of-product-categories-wrapper .banners,
.ts-list-of-product-categories-wrapper.has-banner .list-categories{
	width: 50%;
	float: left;/* rtl */
}
.ts-list-of-product-categories-wrapper .list-categories{
	padding: 35px;
}
.ts-list-of-product-categories-wrapper .button-link{
	margin: 4px 0 0 0;
	display: inline-block;
	text-decoration: none;
}
.ts-list-of-product-categories-wrapper .button-link:after{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	content: "\f101";
	margin-left: 5px;/* rtl */
}
.ts-list-of-product-categories-wrapper .button-link:hover{
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 34. SHORTCODE TAB PRODUCT ----------------------------------------------------------------------------------*/
.column-tabs:after{
	display: table;
	content: "";
	clear: both;
}
.column-tabs .heading-tab .heading-title{
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}
.tab-heading-center-line-after .heading-tab{
	text-align: center;
}
.column-tabs .list-categories:after{
	display: table;
	clear: both;
	content: "";
}
.tab-heading-default .column-tabs .heading-tab .heading-title{
	margin-bottom: 0;
}
.tab-heading-default .column-tabs .heading-tab,
.tab-heading-line-before .column-tabs .heading-tab,
.tab-heading-line-after .column-tabs .heading-tab{
	float: left; /* rtl */
	margin-bottom: 30px;
}
.tab-heading-default .column-tabs .tabs,
.tab-heading-line-before .column-tabs .tabs,
.tab-heading-line-after .column-tabs .tabs{
	float: right;/* rtl */
}
.tab-heading-line-before .column-tabs .tabs,
.tab-heading-line-after .column-tabs .tabs{
	position: relative;
	top: -6px;
}
.ts-product-in-category-tab-wrapper .column-tabs .tabs{
	margin: 0 -15px 20px -15px;
	display: block;
}
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs{
	margin-bottom: 10px;
}
.tab-heading-background-dark .column-tabs .tabs{
	margin-bottom: 30px;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs{
	position: relative;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs{
	margin-left: 0;
	margin-right: 0;
	padding: 0 15px;
	background: rgba(155,155,155,0.1);
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs li{
	padding: 18px 15px;
	margin: 0;
}
.tab-heading-background-gray.has-shop-more-button .column-tabs .tabs{
	padding-right: 150px; /* rtl */
	padding-left: 15px;
}
.tab-heading-background-dark .column-tabs{
	text-align: center
}
.tab-heading-background-dark .heading-tab .heading-title{
	padding: 18px 50px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.tab-heading-background-dark .heading-tab .heading-title:before,
.tab-heading-background-dark .heading-tab .heading-title:after{
	left: 0;
	right: 0;
	top: -7px;
	display: block;
	content: "";
	position: absolute;
	height: 14px;
	border-radius: 100%;
}
.tab-heading-background-dark .heading-tab span:before,
.tab-heading-background-dark .heading-tab span:after{
	left: -20px;
	right: auto;
	top: 0;
	bottom: 0;
	display: block;
	content: "";
	position: absolute;
	width: 40px;
	border-radius: 100%;
}
.tab-heading-background-dark .heading-tab .heading-title:after{
	top: auto;
	bottom: -7px;
}
.tab-heading-background-dark .heading-tab span:after{
	right: -20px;
	left: auto;
}
.tab-heading-center-line-after .column-tabs{
	margin-bottom: 30px;
	display: table;
	width: 100%;
	position: relative;
}
.tab-heading-center-line-after .column-tabs:after{
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	right: 0;
	border-width:0 0 2px 0;
	border-style: solid;
	display: block;
	height: 2px;
	z-index: 1;
}
.ts-product-in-category-tab-wrapper.tab-heading-center-line-after .column-tabs .tabs{
	margin: 0 -2px;
	padding: 0;
	display: flex;
	align-content: stretch;
	-webkit-align-content: stretch;
}
.ts-product-in-category-tab-wrapper.tab-heading-center-line-after .column-tabs .tabs li{
	text-align: center;
	padding: 20px 20px 16px 20px;
	float: left;/* rtl */
	margin: 2px;
	width: calc(25% - 4px);
	background: rgba(155,155,155,0.1);
}
.ts-product-in-category-tab-wrapper.tab-heading-center-line-after .column-tabs .tabs li:before{
	position: absolute;
	content: "";
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: transparent;
	left: 0;
	bottom: -2px;
	right: 0;
	transition: 250ms ease 0s;
	top: auto;
}
.ts-product-in-category-tab-wrapper.tab-heading-center-line-after .column-tabs .list-categories{
	width: 100%
}
.column-tabs .tabs li{
	list-style: none;
	padding: 0;
	cursor: pointer;
}
.column-tabs .tabs li.current{
	cursor: default;
}
.column-tabs .tabs li span.count{
	text-transform: none;
	font-size: 85%;
}
.ts-product-in-category-tab-wrapper .column-tabs .tabs li{
	margin: 10px 15px;
	transition: 250ms ease 0s;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
}
.ts-product-in-product-type-tab-wrapper.tab-heading-default .column-tabs .tabs li:before,
.ts-product-in-category-tab-wrapper.tab-heading-line-before .column-tabs .tabs li:before,
.ts-product-in-category-tab-wrapper.tab-heading-line-after .column-tabs .tabs li:before,
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs .tabs li:before,
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs li:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	line-height: 4px;
	letter-spacing: 0;
	font-size: 12px;
	content: "\f0d7";
	position: absolute;
	left: 50%;
	width: 10px;
	margin-left: -5px;
	bottom: -7px;
	opacity: 0;
	transition: 250ms ease 0s;
	text-align: center;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs li:before{
	content: "\f0d8";
	bottom: 3px;
}
.ts-product-in-product-type-tab-wrapper.tab-heading-default .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-line-before .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-line-after .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs li:after,
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs:after{
	position: absolute;
	left: 50%;
	right: 50%;
	bottom :-4px;
	border-width: 3px 0 0 0;
	border-style: solid;
	content: "";
	height: 3px;
	transition: 250ms ease 0s;
}
.ts-product-in-product-type-tab-wrapper.tab-heading-default .column-tabs .tabs li.current:after,
.ts-product-in-category-tab-wrapper.tab-heading-line-before .column-tabs .tabs li.current:after,
.ts-product-in-category-tab-wrapper.tab-heading-line-after .column-tabs .tabs li.current:after,
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs .tabs li.current:after,
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs li.current:after{
	left: 0;
	right: 0;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs li:after{
	bottom: 0;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs:after{
	left: 0;
	right: 0;
	bottom: 0;
}
.ts-product-in-product-type-tab-wrapper.tab-heading-default .column-tabs .tabs li.current:before,
.ts-product-in-category-tab-wrapper.tab-heading-line-before .column-tabs .tabs li.current:before,
.ts-product-in-category-tab-wrapper.tab-heading-line-after .column-tabs .tabs li.current:before,
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs .tabs li.current:before,
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .column-tabs .tabs li.current:before{
	opacity: 1;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-skew .column-tabs .tabs li{
	transition: none;
}
.ts-product-in-category-tab-wrapper .column-tabs .tabs li span{
	display: block;
}
.ts-product-in-category-tab-wrapper .shop-more{
	margin-top: 10px;
}
.ts-product-in-category-tab-wrapper .loading ~ .shop-more{
	display: none !important;
}
.tab-heading-center-line-after.nav-bottom .shop-more{
	float: left;/* rtl */
	margin-top: -30px;
	height: 30px;
}
.tab-heading-center-line-after.nav-bottom.has-shop-more-button .owl-controls .owl-nav{
	float: right; /* rtl */
}
.tab-heading-center-line-after.nav-bottom.has-shop-more-button .owl-controls{
	margin-left: 130px;/* rtl */
	margin-right: 0;/* rtl */
	overflow: hidden;
}
.nav-default .tab-heading-center-line-after.nav-bottom.has-shop-more-button .owl-controls{
	margin-right: -10px;/* rtl */
}
.tab-heading-center-line-after.nav-bottom.has-shop-more-button .owl-controls .owl-nav:before{
	width: 2000px;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .shop-more{
	margin-top: 0;
	display: inline-block;
	position: absolute;
	right: 30px;/* rtl */
	top: 64px;
}
.tab-heading-center-line-after.nav-bottom .shop-more{
	width: calc(100% - 200px);
	text-align: inherit;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .shop-more a:before{
	display: none;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .shop-more a:after{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
    content: "\f178";/* rtl */
	margin-left: 5px; /* rtl */
	display: inline-block;
}
.ts-product-in-category-tab-wrapper.tab-heading-center-line-after.nav-bottom .shop-more{
	position: relative;
	z-index: 9;
}
.ts-product-in-category-tab-wrapper.tab-heading-center-line-after.nav-bottom .shop-more a:before{
	display: none;
}
.ts-product-in-category-tab-wrapper.tab-heading-center-line-after.nav-bottom .shop-more a:after{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
    content: "\f178";/* rtl */
	margin-left: 5px; /* rtl */
	display: inline-block;
}

/* Style 3 */
.ts-product-in-category-tab-wrapper.tab-heading-background-skew .column-tabs{
	text-align: center;
	font-style: italic;
	padding: 0 20px;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-skew .column-tabs .tabs{
	margin: 0 0 50px 0;
	display: inline-block;
	position: relative;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-skew .column-tabs .tabs li{
	padding: 10px 20px;
	margin :0;
	text-transform: uppercase;
}
.tab-heading-background-skew .column-tabs .tabs li.current:before,
.ts-product-in-category-tab-wrapper.tab-heading-background-skew .column-tabs .tabs:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 0;
	transform: skew(-16deg);
}
.ts-product-in-category-tab-wrapper.tab-heading-background-skew .column-tabs .tabs:before{
	border-width: 2px;
	border-style: solid;
}
.tab-heading-background-skew .column-tabs .tabs li.current > *{
	position: relative;
	z-index: 1;
}
.has-availability-bar .meta-wrapper .counter-wrapper{
	margin-top: 20px;
}
.tab-heading-center-line-after .column-tabs .tabs li:hover,
.tab-heading-center-line-after .column-tabs .tabs li.current{
	background: rgba(155,155,155,0.1);
}

/* List product */
.item-list .thumbnail-wrapper{
	width:50%;
	float: left;/* rtl */
}
.woocommerce .ts-product.item-list .products .product,
.ts-product.item-list .woocommerce .products .product{
	margin-bottom: 30px;
}
.woocommerce .item-list .meta-wrapper,
.item-list .woocommerce .meta-wrapper{
	width: 50%;
	padding-left: 30px;/* rtl */
	float: left; /* rtl */
	padding-top: 10px;
}
/* Navi */
.tab-heading-background-dark.nav-top .owl-nav,
.title-background-dark.nav-top .owl-nav{
	position: static;
}
.tab-heading-background-dark.nav-top .owl-nav > div,
.title-background-dark.nav-top .owl-nav > div{
	position: absolute;
	top: 10px;
}
.tab-heading-background-dark.nav-top .owl-nav > div.owl-prev,
.title-background-dark.nav-top .owl-nav > div.owl-prev{
	left: -10px;/* rtl */
}
.tab-heading-background-dark.nav-top .owl-nav > div.owl-next,
.title-background-dark.nav-top .owl-nav > div.owl-next{
	right: -10px;/* rtl */
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 35. SHORTCODE PRODUCT VIDEO --------------------------------------------------------------------------------*/
.ts-products-video-wrapper .content-products{
	float: left;/* rtl */
	width: 30.7%;
	position: relative;
}
.ts-products-video-wrapper .content-products .caroufredsel_wrapper,
.ts-products-video-wrapper .content-products .caroufredsel_wrapper .product_list_widget{
	width: 100% !important;
}
.ts-products-video-wrapper .content-video{
	float: left;/* rtl */
	width: 69.3%;
}
.ts-products-video-wrapper .content-products ul.product_list_widget li{
	border-width: 0;
	padding: 0;
	transition: 250ms ease 0s;
}
.ts-products-video-wrapper .content-products ul.product_list_widget li:hover,
.ts-products-video-wrapper .content-products ul.product_list_widget li.current{
	background-color: #f5f5f5;
}
.ts-products-video-wrapper ul.product_list_widget li .ts-wg-meta{
	margin-left: 100px;/* rtl */
	padding-top: 15px;
}
.woocommerce .ts-products-video-wrapper ul.product_list_widget li img{
	width: 80px;
}
ul.product_list_widget li .play-button{
	position: absolute;
	left: 0;/* rtl */
	top: 0;
	bottom: 0;
	width: 80px;
	content: "";
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transition: 250ms ease 0s;
	background-image: url(../images/play-video.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
}
.ts-products-video-wrapper .content-products:hover .navigation > div{
	visibility: visible;
	opacity: 1;
}
.ts-products-video-wrapper .navigation > div{
	position: absolute;
	top: 0;
	width: auto !important;
	left: 0;
	right: 0;
	height: 30px !important;
	line-height: 30px;
	border-width: 0;
	background: rgba(0,0,0,0.2) !important;
	visibility: hidden;
	opacity: 0;
	background: url(../images/play-video.png) center no-repeat;
}
.ts-products-video-wrapper .navigation > div.next-button{
	bottom: 0;
	top: auto;
}
.ts-products-video-wrapper .navigation > div:hover{
	background: rgba(0,0,0,0.4) !important;
}
ul.product_list_widget li:hover .play-button{
	opacity: 1;
	visibility: visible;
}
ul.product_list_widget li .play-button:hover{
	background-color: rgba(0,0,0,0.5);
}
.ts-products-video-wrapper ul.product_list_widget li > a.ts-wg-thumbnail:before{
	display: none !important;
}