/*
	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 SEPRATOR
	28. SHORTCODE SUBSCRIPTION
	29. SHORTCODE GALLERY
	30. BACKGROUND VIDEO
	31. SHORTCODE BLOCKQUOTE
	32. SHORTCODE IMAGE BOX
	33. SHORTCODE CATEGORIES SLIDER BOX
	34. SHORTCODE SHOP INSTAGRAM
	35. LIST PRODUCT CATEGOIRES
	36. SHORTCODE TAB PRODUCT
	37. SHORTCODE PRODUCT DEAL 2
	38. SHORTCODE EVENT
	39. 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:inline-block;
}
.counter-wrapper > div{
	position:relative;
	display:inline-block;
	padding:7px 2px;
	margin:3px;
	float:left;/* rtl */
	width:52px;
	border-width:1px;
	border-style:solid;
	overflow:hidden;
	line-height:0;
	text-align:center;
	border-radius:5px 0 5px 0;
	-webkit-border-radius:5px 0 5px 0;
}
.counter-wrapper .number{
	line-height:20px;
	font-size:18px;
}
.counter-wrapper .ref-wrapper{
	width:100%;
	display:inline-block;
	clear:both;
	font-size:12px;
	line-height:16px;
}
.counter-wrapper > div .number-wrapper{
	line-height:0;
	padding:0;
}
.woocommerce .ts-product-deals-wrapper .product .counter-wrapper{
	overflow:hidden;
	margin:10px 0 0 0;
	line-height:0;
	display:inline-block;
}
.woocommerce .ts-product-deals-wrapper .product .counter-wrapper:after{
	display:table;
	content:"";
	clear:both;
}
.woocommerce .ts-product-deals-wrapper.ts-product.item-border .products .product .product-wrapper,
.ts-product-deals-wrapper.ts-product.item-border .woocommerce .products .product .product-wrapper{
	padding-bottom:5px;
}
/* SINGLE STYLE */
.woocommerce .single-style:not(.no-thumbnail) .products .product .product-wrapper{
	max-width:100%;
	display:table;
	table-layout:fixed;
}
.woocommerce .single-style .product .thumbnail-wrapper{
	margin-bottom:0;
}
.single-style:not(.no-thumbnail) .products .product .product-wrapper > *{
	display:table-cell;
	vertical-align:middle;
	width:50%;
}
.woocommerce .single-style-layout-grid:not(.no-thumbnail) .products .product .product-wrapper{
	width:100%;
	display:block;
	max-width:600px;
}
.woocommerce .single-style-layout-grid:not(.no-thumbnail) .products .product .product-wrapper > *{
	display:inline-block;
	width:100%;
}
.counter-vertical:not(.no-thumbnail) .products .product .product-wrapper > .thumbnail-wrapper{
	width:50%;
}
.counter-vertical:not(.no-thumbnail) .products .product .product-wrapper > .meta-wrapper{
	width:50%;
}
.counter-vertical:not(.no-thumbnail) .products .product .thumbnail-wrapper{
	padding-left:150px;/* rtl */
}
.counter-vertical.no-thumbnail .products .product .product-wrapper{
	padding-left:150px;/* rtl */
}
.single-style-layout-list .products .product .product-wrapper .meta-wrapper{
	padding:30px;
}
.single-style-layout-grid .products .product .product-wrapper .meta-wrapper{
	padding:20px;
}
.ts-product-deals-wrapper .thumbnail-wrapper .counter-wrapper{
	width:auto;
	display:inline-block;
	text-align:center;
}
.woocommerce .single-style.counter-vertical .product .meta-wrapper{
	position:static;
}
.woocommerce .counter-vertical .meta-wrapper .counter-wrapper{
	position:absolute;
	max-width:100px;
	top:50%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	margin:0;
	padding:0 !important;
	left:0;/* rtl */
}
.woocommerce .counter-vertical .meta-wrapper .counter-wrapper > *{
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}
.woocommerce .single-style .products .product{
	float:none;
	width:100% !important;
	margin-bottom:0 !important;
}
.woocommerce .single-style.no-thumbnail .products .product .product-wrapper{
	max-width:560px;
}
.woocommerce .no-thumbnail.counter-vertical .products .product .product-wrapper{
	max-width:660px;
	min-height:480px;
}
.woocommerce .single-style-layout-list .products .product .product-categories a{
	font-size:100%;
}
.single-style-layout-grid .product .counter-wrapper{
	margin:15px 0 10px 0;
}
.single-style-layout-grid .counter-wrapper > div,
.single-style-layout-grid .counter-wrapper > div:last-child{
	padding:9px 2px;
	margin:4px;
	width:60px;
}
.single-style-layout-grid .counter-wrapper > div .number-wrapper{
	line-height:0;
	padding:0;
}
.single-style-layout-grid .counter-wrapper .number{
	line-height:26px;
	font-size:20px;
}
.single-style-layout-grid .counter-wrapper .ref-wrapper{
	font-size:12px;
	line-height:14px;
}
.woocommerce .single-style .products .product .product-categories,
.woocommerce .single-style .products .product .product-sku,
.woocommerce .single-style .products .product .short-description{
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
.woocommerce .single-style-layout-list .products .product .product-name{
	margin-bottom:12px;
}
.woocommerce .single-style-layout-list .products .product .price{
	margin-bottom:25px;
}
.woocommerce .single-style-layout-list .products .product .star-rating{
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
.woocommerce .single-style-layout-list .product .counter-wrapper{
	padding-top:50px;
}
.single-deal-col{
	display:table;
}
.single-deal-col > *{
	display:table-cell;
	vertical-align:middle;
	float:none;
}
/* Text Light */
.text-light .short-description,
.woocommerce .text-light .products .product .amount .price,
.woocommerce .text-light .products .product .amount,
.text-light .product-categories a,
.text-light h3.product-name > a,
.text-light .product-sku{
	color:#ffffff;
}
.woocommerce .single-style.text-light .meta-wrapper .loop-add-to-cart a.button{
	color:#000000;
	background-color:#ffffff;
}
.single-style-layout-list .product-group-button,
.single-style-layout-list .meta-wrapper .button-in{
	display:none !important;
}
.woocommerce .single-style-layout-list .meta-wrapper .loop-add-to-cart{
	display:inline-block;
	margin-top:30px;
}
.woocommerce .single-style-layout-list .product .meta-wrapper .loop-add-to-cart a.button{
	min-width:170px !important;
	padding:15px !important;
	box-shadow:none;
	-webkit-box-shadow:none;
	width:auto;
	height:auto;
}
.woocommerce .single-style-layout-list .meta-wrapper .loop-add-to-cart a:before{
	font-family:'FontAwesome';
	content:"\f07a";
	margin-right:10px;/* rtl */
	display:inline-block;
}
.woocommerce .single-style-layout-list .meta-wrapper .loop-add-to-cart a.added:before{
	content:"\f00c";
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 2. SHORTCODE BANNER ----------------------------------------------------------------------------------------*/
.ts-banner,
.ts-banner *{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
} 
.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;
	line-height:0;
}
.ts-banner .banner-wrapper{
	display:inline-block;
	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 .description{
	color:#8b8b8b;
}
.ts-banner h3{
	margin-bottom:5px;
	margin-bottom:10px;
	line-height:32px
}
.ts-banner.style-1 h3{
	line-height:26px;
	margin-bottom:5px;
}
.ts-banner .description{
	line-height:20px;
	margin:0;
}
.ts-banner .button,
.woocommerce .ts-banner .button{
	margin-top:20px;
	display:inline-block;
	min-width:120px;
}
/* Banner content position */
.left-top header{
	left:5%;right:auto;
	top:5%;bottom:auto;
}
.left-bottom header{
	left:5%;right:auto;
	top:auto;bottom:5%;
}
.left-center header{
	left:5%;right:auto;
	top:50%;bottom:auto;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
}
.right-top header{
	right:5%;left:auto;
	top:5%;bottom:auto;
}
.right-bottom header{
	right:5%;left:auto;
	top:auto;bottom:5%;
}
.right-center header{
	right:5%;left:auto;
	top:50%;bottom:auto;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
}
.center-top header{
	text-align:center;
	left:50%;right:auto;
	top:5%;bottom:auto;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
}
.center-bottom header{
	text-align:center;
	left:50%;right:auto;
	top:auto;bottom:10%;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
}
.center-center header{
	left:50%;right:auto;
	top:50%;bottom:auto;
	width:100%;
	filter:scale(0);
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-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:50%;
}
.center-top header,
.center-bottom header,
.center-center header{
	min-width:85%;
}
.ts-banner .banner-bg img{
	position:relative;
}
/* 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.01,1.01);
	-webkit-transform:scale(1.01,1.01);
	-moz-transform:scale(1.01,1.01);
	-ms-transform:scale(1.01,1.01);
	transition:transform 400ms ease 0s;
	-moz-transition:transform 400ms ease 0s;
	-webkit-transition:-webkit-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);
	-webkit-transform:scale(1.14,1.14);
	-moz-transform:scale(1.14,1.14);
	-ms-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;
	-moz-transition:transform , opacity 350ms 500ms ease 0s;
	-webkit-transition:-webkit-transform , opacity 350ms 500ms 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:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms 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);
	-webkit-transform:scale(0.5,0.5);
	-moz-transform:scale(0.5,0.5);
	-ms-transform:scale(0.5,0.5);
	transition:opacity 350ms,transform 350ms ease 0s;
	-moz-transition:opacity 350ms,transform 350ms ease 0s;
	-webkit-transition:opacity 350ms,-webkit-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);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transition:opacity 450ms,transform 420ms ease 0s;
	-moz-transition:opacity 450ms,transform 420ms ease 0s;
	-webkit-transition:opacity 450ms,-webkit-transform 420ms ease 0s;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 3. SHORTCODE VIDEO -----------------------------------------------------------------------------------------*/
.ts-video iframe, .ts-soundcloud iframe{
	border:none;
}
.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
}
.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;
	-moz-backface-visibility:hidden;
}
.ts-logo-slider-wrapper a{
	display:inline-block;
	width:100%;
	text-align:center;
	line-height:0;
}
.ts-logo-slider-wrapper .owl-carousel .owl-item img{
	width:auto;
	display:inline-block;
}
.ts-logo-slider-wrapper .content-wrapper .logos{
	padding:40px 0;
}
.ts-logo-slider-wrapper.no-nav .content-wrapper .logos{
	padding-left:0;
	padding-right:0;
}
.ts-logo-slider-wrapper .item{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	line-height:0;
}

/*---------------------------------------------------------------------------------------------------------------*/
/*- 5. SHORTCODE PRODUCT SLIDER ---------------------------------------------------------------------------------*/
.ts-product .first-item, 
.ts-product .last-item{
	opacity:0.4;
}
.ts-product.no-title.nav-top{
	margin-top:12px;
}
.ts-product.no-title.nav-top .content-wrapper{
	margin-top:58px;
}
.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;
	position:relative;
}
.shortcode-heading-wrapper .heading-title{
	margin:0;
	display:inline-block;
	position:relative;
	padding-bottom:2px;
	border-width:0 0 2px 0;
	border-style:solid;
}
.ts-shortcode{
	position:relative;
	clear:both;
	overflow:hidden;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 6. SHORTCODE BANNER IMAGE ----------------------------------------------------------------------------------*/
.ts-banner-image{
	overflow:hidden;
	position:relative;
	text-align:center;
	line-height:0;
}
.ts-banner-image *{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.ts-banner-image img.text-image{
	position:absolute;
	z-index:2;
}
.ts-banner-image > *{
	display:inline-block;
	line-height:0;
	position:relative;
	overflow:hidden;
}
.ts-banner-image > *:after{
	display:table;
	content:"";
	clear:both;
}
.ts-banner-image img.bg-image{
	position:relative;
	z-index:1;
	transition:all 350ms ease 0s;
	-moz-transition:all 350ms ease 0s;
	-webkit-transition:all 350ms ease 0s;
}
.ts-banner-image .overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:"";
	z-index:0;
}
.ts-banner-image .button-link{
	position:absolute;
	bottom:30px;
	left:50%;
	line-height:20px;
	z-index:5;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	min-width:124px;
}
.ts-banner-image .button-link:after{
	display:inline-block;
	font-family:'FontAwesome';
	content:"\f101";
	margin-left:5px;/* rtl */
}
.ts-banner-image .button-link:hover{
	text-decoration:none;
}
/* Effect BG Image */
.ts-banner-image.eff-scale:hover img.bg-image{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-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:-10px;
	right:-10px;
	top:-10px;
	bottom:-10px;
	border-width:10px;
	border-style:solid;
	border-color:inherit;
	opacity:0.5;
	transition:all 100ms ease 0s;
	-moz-transition:all 100ms ease 0s;
	-webkit-transition:all 100ms 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:all 350ms ease 0s;
    -moz-transition:all 350ms ease 0s;
    -webkit-transition:all 350ms ease 0s;
}
.page-template-fullwidth-template .ts-banner-image img.text-image{
	max-width:none;
	max-height:65%;
	width:auto;
}
.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%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
}
.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%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
}
.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);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-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);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
}
.ts-banner-image.center-center img.text-image{
	left:50%;right:auto;
	top:50%;bottom:auto;
	filter:scale(0);
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	text-align:center;
	max-width:90%;
}
/* No padding */
.ts-banner-image.left-top.no-padding img.text-image{
	left:0;right:auto;
	top:0;bottom:auto;
	margin:0;
	width:auto;
	height:auto;
}
.ts-banner-image.left-bottom.no-padding img.text-image{
	left:0;right:auto;
	top:auto;bottom:0;
	margin:0;
	width:auto;
	height:auto;
}
.ts-banner-image.left-center.no-padding img.text-image{
	left:0;right:auto;
	top:0;
	bottom:0;
	max-height:100%;
	max-width:none;
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	margin:0;
	width:auto;
}
.ts-banner-image.right-top.no-padding img.text-image{
	right:0;left:auto;
	top:0;bottom:auto;
	margin:0;
	width:auto;
	height:auto;
}
.ts-banner-image.right-bottom.no-padding img.text-image{
	right:0;left:auto;
	top:auto;bottom:0;
	margin:0;
	width:auto;
	height:auto;
}
.ts-banner-image.right-center.no-padding img.text-image{
	right:0;left:auto;
	width:auto;
	bottom:0;
	max-height:100%;
	max-width:none;
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	margin:0;
}
.ts-banner-image.center-top.no-padding img.text-image{
	right:0;
	left:0;
	height:auto;
	max-height:none;
	max-width:100%;
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	top:0;bottom:auto;
	margin:0;
}
.ts-banner-image.center-bottom.no-padding img.text-image{
	right:0;
	left:0;
	height:auto;
	max-height:none;
	max-width:100%;
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	top:auto;bottom:0;
	margin:0;
}
.ts-banner-image.center-center.no-padding img.text-image{
	left:0;
	right:0;
	bottom:0;
	top:0;
	max-width:none;
	max-height:none;
}

/*----------------------------------------------------------------------------------------------------------------------*/
/*- 7. SHORTCODE BLOG --------------------------------------------------------------------------------------------------*/
.ts-blogs-wrapper .load-more-wrapper{
	text-align:center;
    margin:20px 0 80px 0;
	padding:0 15px;
    display:inline-block;
	width:100%;
	clear:both;
}
.ts-blogs-wrapper.item-background .load-more-wrapper{
	margin-top:55px;
}
.ts-blogs-wrapper .load-more-wrapper .button,
.ts-portfolio-wrapper .load-more-wrapper .button{
	min-width:150px;
}
.ts-blogs-wrapper .load-more-wrapper .button.loading,
.ts-portfolio-wrapper .load-more-wrapper .button.loading{
	position:relative;
}
.ts-blogs-wrapper .load-more-wrapper .button.loading:before,
.ts-portfolio-wrapper .load-more-wrapper .button.loading:before{
	position:absolute;
	left:-2px;
	right:-2px;
	bottom:-2px;
	top:-2px;
	content:"";
	z-index:10;
	background-image:url(../images/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-color:rgba(255,255,255,1);
	display:block;
}
/* MANSORY */
.ts-masonry article{
	margin-bottom:30px;
}
.ts-blogs a.thumbnail{
	display:block;
}
.ts-blogs .short-content{
	display:inline-block;
	width:100%;
	line-height:24px;
}
.ts-masonry .entry-content{
	padding:26px 30px 25px 30px;
	position:relative;
}
/* BLOG LIST */
.ts-blogs.item-list .article-content{
	display:table;
}
.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:middle;
}
.ts-blogs.item-list .entry-meta-bottom{
	border-width:0;
	padding-top:0;
	margin-top:16px;
}
/* BLOG BACKGROUND */
.ts-masonry.item-background .item:before{
	display:none;
}
.ts-masonry.item-background article{
	margin-bottom:0;
}
.ts-blogs-wrapper.item-background .content-wrapper{
	margin:0;
}
/* BIG STYLE */
.big-style .blogs > article{
	width:25%;
	float:left;
	clear:none;
	margin-bottom:19px;
}
.big-style .blogs > article:first-child{
	width:50%;
	float:left;/* rtl */
}
.big-style article:not(.first) .entry-content{
	padding-top:17px;
}
.big-style article:not(.first) .entry-meta-bottom{
	padding-top:10px;
	margin-top:11px;
}

/*----------------------------------------------------------------------------------------------------------------------*/
/*- 8. SHORTCODE WIDGET PRODUCTS ---------------------------------------------------------------------------------------*/
.widget.ts-products-widget > .widgettitle{
	padding:0;
}
.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 */
}
.woocommerce .ts-products-widget .big-thumbnail ul.product_list_widget li img,
.ts-products-widget .big-thumbnail.woocommerce ul.product_list_widget li img{
	width:100%
}
.woocommerce .ts-products-widget .big-thumbnail ul.product_list_widget li.ts-wg-thumbnail,
.ts-products-widget .big-thumbnail.woocommerce ul.product_list_widget li .ts-wg-thumbnail{
	width:31%;
}
.woocommerce .ts-products-widget .big-thumbnail ul.product_list_widget li .ts-wg-meta,
.ts-products-widget .big-thumbnail.woocommerce ul.product_list_widget li .ts-wg-meta{
	margin-left:31%;/* rtl */
	padding-left:20px;/* rtl */
}

/*----------------------------------------------------------------------------------------------------------------------*/
/*- 9. SHORTCODE BUTTON ------------------------------------------------------------------------------------------------*/
.ts-button-wrapper{
	display:inline-block;
}
.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';
	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;
	-webkit-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:after{
	display:table;
	clear:both;
	content:"";
}
.ts-heading.text-light h1,
.ts-heading.text-light h2,
.ts-heading.text-light h3,
.ts-heading.text-light h4{
	color:#ffffff;
	border-color:#ffffff;
}
.ts-heading:not(.style-background){
	background:transparent !important;
}
.ts-heading.style-center-border > *:after,
.ts-heading.style-border-primary > *:after,
.ts-heading h1,
.ts-heading h2,
.ts-heading h3,
.ts-heading h4{
	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;
	padding-bottom:5px;
	border-width:0 0 2px 0;
	border-style:solid;
	position:relative;
	display:inline-block;
}
footer h1.wpb_heading,
footer h2.wpb_heading,
footer h3.wpb_heading,
footer h4.wpb_heading,
footer h5.wpb_heading,
footer h6.wpb_heading{
	border-width:0;
	padding:0;
}
.ts-heading h1,
.ts-heading h2,
.ts-heading h3,
.ts-heading h4{
	margin:0;
	padding-bottom:4px;
	border-width:0 0 2px 0;
	border-style:solid;
	display:inline-block;
	position:relative;
}
.ts-heading.title-background-border,
body .title-background-border .shortcode-heading-wrapper h3{
	line-height:30px;
	padding:0;
}
.ts-heading.title-background-border,
body .title-background-border .shortcode-heading-wrapper{
	background:#3f444c;
	color:#ffffff;
	border-width:0;
	padding:10px 20px;
}
.ts-heading.title-background-border:after,
body .ts-product-in-product-type-tab-wrapper.style-3 .column-tabs:after,
.title-background-border .shortcode-heading-wrapper:after{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	content:"";
	height:2px;
	border-width:2px 0 0 0;
	border-style:solid;
	display:block;
}
.ts-heading.title-background-border > *:before,
body .ts-product-in-product-type-tab-wrapper.style-3 .column-tabs .heading-tab h3:before,
.title-background-border .shortcode-heading-wrapper> *:before{
	content:"\f0da";/* rtl */
	margin-right:5px;
	font-family:'FontAwesome';
	display:inline-block;
}
.ts-heading.title-background-border > *,
.title-background-border .shortcode-heading-wrapper > *{
	border-width:0;
}
.ts-heading.style-center-border,
.title-center-border .shortcode-heading-wrapper,
.ts-heading.style-center,
.title-center .shortcode-heading-wrapper{
	text-align:center;
	margin-bottom:50px;
}
.title-center-border.nav-top .shortcode-heading-wrapper,
.title-center.nav-top .shortcode-heading-wrapper{
	padding-left:40px;
	padding-right:40px;
}
.ts-heading.style-center-border > *,
.title-center-border .shortcode-heading-wrapper .heading-title{
	border-width:0;
	padding-bottom:20px;
}
.ts-heading.style-center > *,
.title-center .shortcode-heading-wrapper .heading-title{
	border-width:0;
	padding-bottom:0;
}
.ts-heading.style-center-border > *:after,
.title-center-border .shortcode-heading-wrapper .heading-title:after{
	bottom:0;
	width:100px;
	border-width:3px 0 0 0;
	border-style:solid;
	border-color:#e0e0e0;
	left:50%;
	margin-left:-50px;
	position:absolute;
	content:"";
}
.text-light.style-border-primary,
body .text-light.style-border-thin,
.text-light.title-border-primary .shortcode-heading-wrapper,
.text-light.style-center-border > *:after, 
.text-light.title-center-border .shortcode-heading-wrapper .heading-title:after{
	border-color:#ffffff;
}
.ts-heading.style-border-thin,
.ts-heading.style-border-primary,
.ts-heading.style-border-primary-2,
.ts-shortcode.title-border-primary .shortcode-heading-wrapper,
.ts-shortcode.title-border-primary-2 .shortcode-heading-wrapper,
.ts-shortcode.title-border-thin .shortcode-heading-wrapper,
.ts-products-widget.title-border-primary-2 > h2.widgettitle,
.ts-products-widget.title-border-thin > h2.widgettitle,
.ts-product-in-product-type-tab-wrapper.style-5 .column-tabs{
	border-width:0 0 1px 0;
	border-style:solid;
}
.ts-heading.style-border-primary > *,
.ts-shortcode.title-border-primary .shortcode-heading-wrapper h3{
	padding-bottom:16px;
	position:relative;
	border-width:0;
}
.ts-heading.style-border-thin > *,
.ts-shortcode.title-border-thin .shortcode-heading-wrapper h3,
.ts-heading.style-border-primary-2 > *,
.ts-shortcode.title-border-primary-2 .shortcode-heading-wrapper h3,
.ts-product-in-product-type-tab-wrapper.style-5 .column-tabs .heading-tab h3{
	padding-bottom:10px;
	position:relative;
	border-width:0;
}
.ts-products-widget.title-border-primary-2 > h2.widgettitle,
.ts-products-widget.title-border-thin > h2.widgettitle{
	padding-bottom:10px;
	position:relative;
}
.ts-shortcode.title-border-primary-2 .shortcode-heading-wrapper h3,
.ts-products-widget.title-border-primary-2 > h2.widgettitle{
	padding-bottom:15px;
}
.ts-products-widget.title-border-primary-2.has-nav > h2.widgettitle,
.ts-products-widget.title-border-thin.has-nav > h2.widgettitle{
	margin-left:0;
	margin-right:0;
	padding-right:60px;/* rtl */
}
.ts-heading.style-border-primary > *:after,
.ts-shortcode.title-border-primary .shortcode-heading-wrapper h3:after{
	bottom:-1px;
	left:0;
	right:0;
	content:"";
	border-width:2px 0 0 0;
	border-style:solid;
	height:2px;
	position:absolute;
}
.ts-heading.style-background{
	margin-bottom:10px;
}
.ts-heading.style-background > *{
	margin-bottom:0;
	border-width:0;
}
.ts-heading.style-background h3{
	line-height:24px;
	padding:18px 20px;
}
.ts-heading.style-background h1{
	line-height:34px;
	padding:15px 20px;
}
.ts-heading.style-background h2{
	line-height:28px;
	padding:15px 20px;
}
.ts-heading.style-background h4{
	line-height:20px;
	padding:18px 20px;
}
/* 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;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	content:"";
	z-index:3;
	width:50px;
	height:50px;
	line-height:50px;
	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:48px;
	height:48px;
	line-height:48px;
}
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:9px;
}
body.wpb-js-composer .vc_toggle .vc_toggle_icon:before{
	background:transparent !important;
	z-index:3;
	font-family:'FontAwesome';
	display:inline-block;
	margin-top:0;
	position:static;
	font-style:normal;
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none ;
	content:"\f107";
	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:"\f106";
}
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:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-webkit-transition:all 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_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
	width:100%;
	padding:14px 60px 14px 20px;/* rtl */
}
body.wpb-js-composer .vc_tta-accordion.vc_tta-style-2 .vc_tta-panel .vc_tta-panel-title > a{
	border-width:0;
	padding:15px 60px 15px 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:15px 60px 15px 20px;/* rtl */
	background:rgba(150,150,150,0.2);
}
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:15px 20px 14px 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:all 100ms ease 0s;
	-moz-transition:all 100ms ease 0s;
	-webkit-transition:all 100ms 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:all 250ms ease 0s;
    -webkit-transition:all 250ms ease 0s;
    -moz-transition:all 250ms ease 0s;
}
body.wpb-js-composer .vc_toggle_default .vc_toggle_title h4{
	padding:15px 60px 15px 30px;/* rtl */
	width:100%;
	position:relative;
	background:rgba(150,150,150,0.2);
	text-transform:uppercase;
	display:inline-block;
	margin:0;
}
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:15px 30px;
	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;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:0;
    -webkit-border-radius:0;
    -moz-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;
	-webkit-border-radius:0;
	-moz-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;
	-webkit-border-radius:0;
	-moz-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 .vc_pie_wrapper{
	line-height:0;
}
.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%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-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.ts-slider .item{
	margin-bottom:0;
}
.ts-testimonial-wrapper .item.no-image{
	padding-top:0;
}
.ts-testimonial-wrapper *{
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.style-1 .testimonial-content{
	border-width:1px;
	border-style:solid;
	padding:25px 30px;
}
.testimonial-content:after{
	display:table;
	clear:both;
	content:"";
}
.style-1 .testimonial-content{
	border-width:3px 1px 1px 1px;
}
.style-2 .testimonial-content{
	text-align:center;
	min-height:180px;
}
.style-1.text-light .testimonial-content{
	border-right-color:#ffffff;
	border-left-color:#ffffff;
	border-bottom-color:#ffffff;
}
.style-4.text-light .testimonial-content,
.style-3.text-light .testimonial-content .content{
	border-color:#ffffff;
}
.style-4 .testimonial-content{
	padding:25px 30px;
	text-align:center;
	border-width:1px;
	border-style:solid;
}
.ts-testimonial-wrapper blockquote{
	margin-top:0;
}
.testimonial-content .content{
	width:100%;
	font-style:italic;
	position:relative;
}
.style-3 .testimonial-content .content{
	border-width:1px;
	border-style:solid;
	padding:25px 30px;
	font-style:normal;
}
.style-3 .testimonial-content.has-image .content{
	padding-bottom:55px;
}
.testimonial-content .content:before{
	font-family:FontAwesome;
	content:"\f10d";
	font-size:8px;
	position:relative;
	top:-6px;
}
.style-2 .testimonial-content .content:before{
	font-size:20px;
	margin-right:10px;/* rtl */
}
.style-2.text-light .testimonial-content .content:before{
	color:#ffffff;
}
.testimonial-content .meta-content{
	margin-top:15px;
	position:relative;
	width:100%;
}
.style-2.show-dots .testimonial-content .meta-content{
	margin-top:5px;
}
.style-3 .testimonial-content .meta-content{
	margin-top:0;
}
.testimonial-content .meta-content.has-rating{
	padding-right:80px; /* rtl */
}
.style-2 .testimonial-content .meta-content.has-rating,
.style-2  .testimonial-content.has-image .info-content{
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}
.style-4 .testimonial-content .meta-content{
	padding-left:0 !important;
	padding-right:0 !important;
}
.ts-testimonial-wrapper .testimonial-content{
	display:inline-block;
	width:100%;
}
.ts-testimonial-wrapper:not(.ts-slider) .testimonial-content{
	margin-bottom:30px;
}
.ts-testimonial-wrapper.style-2:not(.ts-slider) .testimonial-content{
	margin-bottom:60px;
}
.testimonial-content .info-content{
	line-height:0;
}
.testimonial-content.has-image .info-content{
	margin-left:90px;/* rtl */
}
.style-1 .has-image .info-content{
	padding-top:3px;
}
.style-4 .testimonial-content.has-image{
	margin-top:60px;
}
.style-3 .testimonial-content.has-image .info-content{
	margin-left:85px;/* rtl */
}
.style-3 .testimonial-content .info-content{
	margin-top:10px;
}
.style-4 .testimonial-content .info-content{
	margin-left:0 !important;
	margin-right:0 !important;
}
.ts-testimonial-wrapper .image{
	position:relative;
	overflow:hidden;
	width:80px;
	height:80px;
	float:left;/* rtl */
	z-index:1;
	text-align:center;
	display:inline-block;
	margin:0 10px 0 0;/* rtl */
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
}
.ts-testimonial-wrapper.style-4 .image{
	margin-top:-85px;
	margin-bottom:20px;
	padding:10px;
	width:120px;
	height:120px;
	float:none;
}
.ts-testimonial-wrapper.style-5 .thumbnail-meta{
	display:block;
}
.ts-testimonial-wrapper.style-5 .thumbnail-meta .rating{
	margin-bottom:10px;
}
.ts-testimonial-wrapper.style-5 .image{
	float:none;
	width:100px;
	height:100px;
	margin:0 auto 20px auto;
	display:block;
}
.ts-testimonial-wrapper.style-5 .content:before{
	position:relative;
	left:auto;
	bottom:auto;
	right:auto;
	top:-10px;
	margin-right:5px;/* rtl */
	font-size:100%;
	font-style:normal;
	font-family:FontAwesome;
	content:"\f10d";
}
.style-5 blockquote:before{
	display:none;
}
.ts-testimonial-wrapper.style-5 .image img{
	width:100px;
	height:100px;
}
.ts-testimonial-wrapper.style-3 .image{
	margin:-45px 10px 0 30px;/* rtl */
}
.ts-testimonial-wrapper.style-4 .image img{
	width:100px;
	height:100px;
}
.ts-testimonial-wrapper.style-3 .image img{
	width:60px;
	height:60px;
}
.ts-testimonial-wrapper.style-2 .image{
	float:none;
	margin:0;
}
.ts-testimonial-wrapper .image img{
	display:inline-block !important;
	margin:0;
	width:70px;
	height:70px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
}
.style-1 .testimonial-content .rating,
.style-3 .testimonial-content .rating{
	position:absolute;
	right:0;/* rtl */
	bottom:10px;
}
.testimonial-content .rating,
blockquote .rating{
	width:70px;
	height:12px;
	margin:0;
	display:inline-block;
	overflow:hidden;
	position:relative;
	line-height:20px;
	font-size:10px;font-style:normal;
}
.testimonial-content .rating span,
blockquote .rating span{
	padding-top:1.5em;
	overflow:hidden;
	display:inline-block;
	margin:0 auto;
	position:relative;
	float:left;/* rtl */
}
.testimonial-content .rating:before,
blockquote .rating:before{
	content:"\73\73\73\73\73";
	float:left;/* rtl */
	top:0;
	left:0;/* rtl */
	position:absolute;
}
.testimonial-content .rating span:before,
blockquote .rating span:before{
	content:"\53\53\53\53\53";
	top:0;
	position:absolute;
	left:0;/* rtl */
} 
.testimonial-content .rating span:before,
.testimonial-content .rating:before,
blockquote .rating span:before,
blockquote .rating:before{
	letter-spacing:4px;
	font-size:10px;
	line-height:12px;
	font-family:star;
	max-width:100%;
}
.testimonial-content h4.name,
.testimonial-content .byline{
	display:inline-block;
	margin:0;
	width:100%;
}
.style-3 .testimonial-content h4.name,
.style-3 .testimonial-content .byline{
	width:auto;
}
.style-3 .testimonial-content h4.name{
	margin-top:0;
}
.style-3 .testimonial-content .byline{
	top:0;
}
.testimonial-content h4.name{
	line-height:0;
	margin:10px 10px 10px 0;/* rtl */
}
.testimonial-content .byline{
	position:relative;
	top:-4px;
}
/* Custom has background */
.ts-testimonial-wrapper.text-light blockquote p.author-role > span.author a:hover,
.ts-testimonial-wrapper.text-light blockquote.style-5:before,
.ts-testimonial-wrapper.text-light .testimonial-content,
.ts-testimonial-wrapper.text-light .testimonial-content .byline,
.ts-testimonial-wrapper.text-light .testimonial-content h4 > a,
.ts-testimonial-wrapper.text-light blockquote,
.ts-testimonial-wrapper.text-light .author-role a,
.ts-testimonial-wrapper.text-light .author-role .role{
	color:#fff;
}
body .ts-shortcode.text-light .shortcode-heading-wrapper .heading-title,
.text-light .owl-nav > div{
	border-color:#ffffff;
	color:#ffffff;
}
/* SHOW DOTS STYLE 2 */
.ts-testimonial-wrapper.style-2.show-dots .items{
	position:relative;
}
.ts-testimonial-wrapper.style-2 .owl-controls{
	height:auto;
	text-align:inherit;
}
.ts-testimonial-wrapper.style-2 .owl-dots{
	left:auto;
	bottom:auto;
	top:auto;
	right:auto;
	margin:0;
	width:50px;
	height:auto;
	position:static;
}
.ts-testimonial-wrapper.style-2 .owl-dots > div{
	margin:5px 0;
	overflow:hidden;
	border-radius:100%;
	-webkit-border-radius:100%;
}
.ts-testimonial-wrapper.style-2 .owl-dots > div > span:before,
.ts-testimonial-wrapper.style-2 .owl-dots > div > span:after{
	opacity:0;
}
.ts-testimonial-wrapper.style-2 .owl-dots > div > span{
	width:50px;
	height:50px;
	margin:0;
	padding:0;
	border-width:0;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;
	background:#fafafa !important;
	opacity:0.5;
}
.ts-testimonial-wrapper.style-2 .owl-dots > div.active > span{
	opacity:1;
}
.ts-testimonial-wrapper.style-2 .owl-controls{
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
}
.ts-testimonial-wrapper.style-2.dots-right .owl-controls{
	right:0;
	left:auto;
}
.ts-testimonial-wrapper.style-2.show-dots .items{
	padding-bottom:0 !important;
	position:relative;
	padding-left:80px;
}
.ts-testimonial-wrapper.style-2.show-dots .owl-stage-outer{
	padding-bottom:0;
	position:static;
}
.ts-testimonial-wrapper.style-2.show-dots.dots-right .items{
	padding-left:0;
	padding-right:80px;
}
.ts-testimonial-wrapper.ts-slider blockquote{
	margin-bottom:0;
}
.ts-testimonial-wrapper.style-2.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{
	line-height:0;
	transition:all 150ms ease 0s;
	-moz-transition:all 150ms ease 0s;
	-webkit-transition:all 150ms 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%;
	-webkit-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:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-webkit-transition:all 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{
	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:all 200ms ease 0s;
	-webkit-transition:all 200ms ease 0s;
	-moz-transition:all 200ms ease 0s;
}
.ts-team-members.style-4 .member-role{
	margin-bottom:5px;
}
.ts-team-members .image-thumbnail{
	display:inline-block;
	position:relative;
	width:100%;
}
.ts-team-members.style-6 .image-thumbnail{
	width:100%;
}
.ts-team-members .image-thumbnail img{
	transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	backface-visibility:hidden;
	-moz-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:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
	-moz-transition:all 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:all 200ms ease 0s;
	-webkit-transition:all 200ms ease 0s;
	-moz-transition:all 200ms 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;
}
.ts-team-members.style-2 .team-content{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.ts-team-members h3{
	margin:25px 0 5px 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:20px;
	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%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-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%;
	-webkit-border-radius:100%;
	-moz-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:#FF5700;
}
.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:#FF5700;
}
.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;
	-webkit-border-radius:0;
	-moz-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;
	padding:0 0 0 1px !important;/* rtl */
	margin:0;
	z-index:2;
	display:inline-block;
	width:100%;
	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:inline-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-tab{
	margin:0 0 -1px 0;/* rtl */
	padding:0 0 0 0;/* rtl */
	position:relative;
	z-index:1;
	background:transparent;
	float:none;
	display:inline-block;
	text-align:center;
}
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-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{
	position:absolute;
	bottom:0;
	content:"";
	top:auto;
	height:2px;
	width:auto;
	border-width:0 0 2px 0;
	border-style:solid;
	border-color:transparent;
	display:inline-block;
	transition:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
	-moz-transition:all 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{
	left:0;
	right:0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a{
	padding:14px 30px;
	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:25px 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:15px;
	padding-bottom:15px;
}
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';
	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;
	display:inline-block;
	transition:none;
    -webkit-transition:none;
    -moz-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:all 250ms ease 0s;
    -webkit-transition:all 250ms ease 0s;
    -moz-transition:all 250ms ease 0s;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-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;
}

/* 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%;
	display:inline-block;
	opacity:0;
	transition:all 350ms ease 0s;
    -webkit-transition:all 350ms ease 0s;
    -moz-transition:all 350ms 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:-1px;
}
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;
}
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-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:inline-block !important;
	width:100%;
	padding:0;
}
/* Accordion */
.vc_tta-accordion .vc_tta-panel{
	margin-bottom:30px;
	position:relative;
}
.wpb-js-composer .vc_tta.vc_tta-style-4 .vc_tta-panel:before,
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;
}
body.wpb-js-composer .vc_toggle_default:before{
	position:absolute;
	left:0;/* rtl */
	top:0;
	bottom:100%;
	width:2px;
	border-width:0 2px 0 0;
	border-style:solid;
	content:"";
	opacity:0;
	z-index:2;
	transition:bottom 500ms ease 0s;
	-webkit-transition:bottom 500ms ease 0s;
	-moz-transition:bottom 500ms ease 0s;
}
.wpb-js-composer .vc_tta.vc_tta-style-4 .vc_tta-panel.vc_active:before{
	opacity:1;
}
body.wpb-js-composer .vc_toggle_default.vc_toggle_active:before{
	bottom:0;
	opacity:1;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
	padding:9px 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;
	-webkit-border-radius:0;
	-moz-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:'FontAwesome';
	display:inline-block;
	font-size:14px;
	margin-top:0;
	position:static;
	font-style:normal;
	transform:none;
	-webkit-transform:none;
	-moz-transform:none;
	-ms-transform:none;
	content:"\f107";
	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{
	margin-bottom:15px;
	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%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	box-shadow:0 0 10px rgba(155,155,155,0.3);
	-webkit-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;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.ts-portfolio-wrapper .filter-bar{
	padding:0 0 10px 0;
	border-width:0 0 1px 0;
	border-style:solid;
	margin:0 0 30px 0;
	text-align:center;
}
.ts-portfolio-wrapper .filter-bar li{
	display:inline-block;
	margin:0 30px 10px 0;
	padding:0;
	list-style:none;
	cursor:pointer;
	transition:all 400ms ease 0s;
	-webkit-transition:all 400ms ease 0s;
	-moz-transition:all 400ms ease 0s;
}
.ts-portfolio-wrapper .filter-bar li:first-child{
	margin-left:0;/* rtl */
}
.cats-portfolio{
	position:relative;
	padding:0;
	display:inline-block;
	width:100%;
}
.cats-portfolio a:hover{
	text-decoration:none;
}
.portfolio-inner h3{
	margin-bottom:0;
	margin-top:20px;
}
.portfolio-inner h3 a{
	margin-bottom:0;
	text-transform:uppercase;
}
.portfolio-inner figure{
	position:relative;
	overflow:hidden;
	max-width:100%;
}
.portfolio-inner .item figure span.bg-hover{
	position:absolute;
	left:auto;
	right:0;/* rtl */
	bottom:auto;
	top:0;
	height:46px;
	width:46px;
	content:"";
	opacity:0.85;
	z-index:1;
	transition:opacity 350ms ease 0s;
	-webkit-transition:opacity 350ms ease 0s;
	-moz-transition:opacity 350ms ease 0s;
}
.portfolio-inner .item h3 a{
	max-width:100%;
	display:inline-block;
	overflow:hidden;
}
.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 */
	line-height:0;
	display:block;
	outline:0;
	margin-bottom:45px;
}
.ts-slider .portfolio-inner .item{
	margin-bottom:0;
}
.style-2 .portfolio-inner .item{
	margin-bottom:0;
}
.style-2.has-margin .item{
	margin-bottom:30px;
}
.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-meta{
	padding:0 20px 30px 20px;
}
.ts-slider .portfolio-meta{
	padding-bottom:0;
}
.has-margin .portfolio-meta{
	padding:0;
}
.portfolio-inner .icon-group{
	position:absolute;
	top:9px;
	z-index:3;
	right:11px;/* rtl */
	transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
	line-height:16px;
	text-align:center;
}
.portfolio-inner .icon-group a:before{
	font-family:'FontAwesome';
	content:"\f08a";
	font-size:14px;
	display:inline-block;
	width:100%;
}
.portfolio-inner .icon-group a.loading:before{
	content:"\f110" !important;
	-webkit-animation:fa-spin 1.5s infinite linear;
    animation:fa-spin 1.5s infinite linear;
}
.portfolio-inner .icon-group a:hover{
	text-decoration:none;
}
.style-2 .item:hover .icon-group{
	animation-delay:350ms;
	-webkit-animation-delay:350ms;
	-moz-animation-delay:350ms;
}
@-webkit-keyframes scale_icon_like{
	from{
		opacity:0;
		transform:scale(1.7,1.7);
		-moz-transform:scale(1.7,1.7);
		-webkit-transform:scale(1.7,1.7);
		-ms-transform:scale(1.7,1.7);
	}
	to{
		opacity:1;
		transform:scale(1,1);
		-moz-transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-ms-transform:scale(1,1);
	}
}

@-moz-keyframes scale_icon_like{
	from{
		opacity:0;
		transform:scale(1.7,1.7);
		-moz-transform:scale(1.7,1.7);
		-webkit-transform:scale(1.7,1.7);
		-ms-transform:scale(1.7,1.7);
	}
	to{
		opacity:1;
		transform:scale(1,1);
		-moz-transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-ms-transform:scale(1,1);
	}
}
@keyframes scale_icon_like{
	from{
		opacity:0;
		transform:scale(1.7,1.7);
		-moz-transform:scale(1.7,1.7);
		-webkit-transform:scale(1.7,1.7);
		-ms-transform:scale(1.7,1.7);
	}
	to{
		opacity:1;
		transform:scale(1,1);
		-moz-transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-ms-transform:scale(1,1);
	}
}
.portfolio-inner .icon-group a.like.already-like:before{
	content:"\f004";
}
.style-1 .portfolio-meta{
	text-align:center;
}
.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;
}
.ts-portfolio-wrapper.style-1.has-margin .load-more-wrapper{
	margin-top:0;
}
/* Portfolio slider */
.ts-portfolio-wrapper.slider-center{
	margin-left:auto;
	margin-right:auto;
}
.ts-portfolio-wrapper.ts-slider .portfolio-inner{
	margin:0;
}
.ts-portfolio-wrapper.ts-slider .item{
	padding:0;
	float:none;
}
.slider-center .item .portfolio-meta,
.slider-center .item .icon-group,
.slider-center .item .bg-hover{
	display:none;
}
.slider-center .center .item .icon-group,
.slider-center .center .item .bg-hover{
	display:block;
}
.slider-center .center .item .portfolio-meta{
	display:block;
}
.slider-center.style-1 .center .item .portfolio-meta{
	-webkit-animation-duration:800ms;
	-moz-animation-duration:800ms;
	animation-duration:800ms;
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	animation-fill-mode:both;
	
	-webkit-animation-name:show_meta_center;
	-moz-animation-name:show_meta_center;
	animation-name:show_meta_center;
	
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
@-webkit-keyframes show_meta_center{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}

@-moz-keyframes show_meta_center{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
@keyframes show_meta_center{
	from{
		opacity:0;
	}
	to{
		opacity:1;
	}
}
.slider-center.big-center-item .item{
	transform:scale(0.75,0.75);
	-webkit-transform:scale(0.75,0.75);
	z-index:1;
}
.slider-center.big-center-item .owl-item{
	z-index:1;
}
.slider-center.big-center-item .owl-item.center{
	z-index:2;
}
.slider-center.big-center-item .center .item{
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
}


/*--------------------------------------------------------------------------------------------------------------*/
/*- 20. SHORTCODE SINGLE IMAGE ---------------------------------------------------------------------------------*/
.ts-effect-image{
	text-align:center;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	line-height:0;
}
.ts-effect-image .image-link{
	display:inline-block;
	line-height:0;
	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:5px;
	border-style:solid;
	border-color:inherit;
	transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-webkit-transition:all 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;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	transition:all 0.5s 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;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	transition:all 0.5s 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:all 400ms ease 0s;
	-moz-transition:all 400ms ease 0s;
	-webkit-transition:all 400ms ease 0s;
}
.eff-image-scale:hover img{
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
/* Gray */
.eff-image-gray img{
	transition:all 500ms ease 0s;
	-moz-transition:all 500ms ease 0s;
	-webkit-transition:all 500ms ease 0s;
}
.eff-image-gray:hover img{
	-webkit-filter:grayscale(100%); /* Safari 6.0 - 9.0 */
    filter:grayscale(100%);
}
.eff-image-gray:hover img:nth-child(2){
	-webkit-filter:none; /* Safari 6.0 - 9.0 */
    filter:none;
}
.eff-image-gray .overlay{
	display:none;
}
/* Snow */
.eff-image-snow .overlay{
	background-color:transparent !important;
	content:"";
	background-image:url('../images/s1.png'), 
					 url('../images/s2.png'), 
					 url('../images/s3.png');
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:2;
	opacity:0;
}
.eff-image-snow:hover .overlay{
	opacity:1;
	-webkit-animation:snow 10s linear infinite;
	-moz-animation:snow 10s linear infinite;
	-ms-animation:snow 10s linear infinite;
	animation:snow 10s linear infinite;
}
@keyframes snow {
	0% {background-position:0px 0px, 0px 0px, 0px 0px;}
	50% {background-position:500px 500px, 100px 200px, -100px 150px;}
	100% {background-position:500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
	0% {background-position:0px 0px, 0px 0px, 0px 0px;}
	50% {background-position:500px 500px, 100px 200px, -100px 150px;}
	100% {background-position:400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
	0% {background-position:0px 0px, 0px 0px, 0px 0px;}
	50% {background-position:500px 500px, 100px 200px, -100px 150px;}
	100% {background-position:500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
	0% {background-position:0px 0px, 0px 0px, 0px 0px;}
	50% {background-position:500px 500px, 100px 200px, -100px 150px;}
	100% {background-position:500px 1000px, 200px 400px, -100px 300px;}
}
/* Translate Left */
.eff-image-translate-right .overlay,
.eff-image-translate-left .overlay{
	display:none;
}
.eff-image-translate-right .bg-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:all 350ms ease 0s;
	-webkit-transition:all 350ms ease 0s;
	-moz-transition:all 350ms ease 0s;
}
.eff-image-translate-right img{
	margin-left:-30px;
	transition:all 350ms ease 0s;
	-webkit-transition:all 350ms ease 0s;
	-moz-transition:all 350ms ease 0s;
}
.eff-image-translate-left:hover img{
	transform:translate(-30px,0);
	-webkit-transform:translate(-30px,0);
	-moz-transform:translate(-30px,0);
	-ms-transform:translate(-30px,0);
}
.eff-image-translate-right:hover img{
	transform:translate(30px,0);
	-webkit-transform:translate(30px,0);
	-moz-transform:translate(30px,0);
	-ms-transform:translate(30px,0);
}
/* Custom Class */
.single-image-padding{
	padding-left:50px;
	padding-right:50px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 21. SHORTCODE FEATURE --------------------------------------------------------------------------------------*/
.group-features .ts-feature-wrapper{
	margin-bottom:60px;
}
.group-features-border-dashed .ts-feature-wrapper,
.group-features-border .ts-feature-wrapper{
	position:relative;
}
.group-features-border-dashed > div .ts-feature-wrapper:after,
.group-features-border > div .ts-feature-wrapper:after{
	position:absolute;
	content:"";
	width:1px;
	right:-15px;
	top:0;
	bottom:6px;
	border-width:0 1px 0 0;
	border-style:dashed;
	border-color:#cfcfcf;
}
.group-features-border > div .ts-feature-wrapper:after{
	border-style:solid;
	top:-4px;
	bottom:10px;
	opacity:0.6;
}
.group-features-horizontal-box > div .ts-feature-wrapper:after{
	position:absolute;
	content:"";
	width:1px;
	right:0;
	top:20px;
	bottom:20px;
	border-width:0 1px 0 0;
	border-style:solid;
}
.group-features-border > div .horizontal-icon:after,
.group-features-border-dashed > div .horizontal-icon:after{
	bottom:30px;
	top:30px;
}
.group-features-border > div .horizontal-icon .feature-content,
.group-features-border-dashed > div .horizontal-icon .feature-content{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
.group-features-border-dashed > div:last-child .ts-feature-wrapper:after,
.group-features-border > div:last-child .ts-feature-wrapper:after,
.group-features-horizontal-box > div:last-child .ts-feature-wrapper:after{
	display:none;
}
.group-features-border-dashed .horizontal-icon,
.group-features-border .horizontal-icon{
	padding:20px;
}
.group-features-border-dashed .horizontal-icon .feature-header > h3,
.group-features-border .horizontal-icon .feature-header > h3{
	margin-bottom:0;
}
.group-features-horizontal-box{
	border-width:1px;
	border-style:solid;
}
.group-features-horizontal-box > div .ts-feature-wrapper{
	margin-bottom:0;
	padding-left:20px;
	padding-right:20px;
	border-width:0 !important;
}
.ts-feature-wrapper{
	margin-bottom:30px;
}
.ts-feature-wrapper.vertical-icon-image{
	text-align:center;
	padding:20px 30px;
	margin-bottom:0;
}
.vertical-icon-image.bg-strong{
	background:#f3f3f3;
}
.ts-feature-wrapper.vertical-icon-image .feature-content{
	max-width:300px;
	margin:0 auto;
}
.feature-header > h3{
	margin:0 0 8px 0;
}
.vertical-icon-image .feature-header h3 a,
.vertical-icon-circle2 .feature-header h3 a{
	line-height:24px;
}
.vertical-icon-image .feature-icon{
	display:inline-block;
	margin-bottom:5px;
}
.vertical-icon-image .feature-excerpt{
	margin-bottom:25px;
}
.feature-icon:hover{
	text-decoration:none;
}
.horizontal-box-border .feature-header > h3,
.horizontal-box-border2 .feature-header > h3{
	margin:0 0 5px 0;
}
.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{
	display:inline-block;
	margin-left:5px;/* rtl */
	content:"\f138";/* rtl */
	font-family:'FontAwesome';
}
.ts-feature-wrapper .feature-content:after{
	content:"";
	display:table;
	clear:both;
}
/* Horizontal */
.ts-feature-wrapper.horizontal-icon-image,
.ts-feature-wrapper.horizontal-icon-circle{
	margin-bottom:40px;
}
.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:10px 15px;
}
.horizontal-box-border .feature-content > a,
.horizontal-box-border2 .feature-content > a,
.horizontal-icon-square .feature-content > a,
.horizontal-icon .feature-content > a{
	position:relative;
	float:left;/* rtl */
	text-align:center;
}
.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-square .feature-header,
.horizontal-icon .feature-header{
	margin-left:70px;/* rtl */
}
.group-features-border-dashed .horizontal-icon .feature-header,
.group-features-border .horizontal-icon .feature-header{
	margin-left:50px;/* rtl */
}
.horizontal-box-border .feature-header{
	margin-left:100px;/* rtl */
	padding:10px 0;
}
.horizontal-box-border2 .feature-header{
	margin-left:70px;/* rtl */
	padding:10px 0;
}
.horizontal-icon-circle .feature-header{
	margin-left:120px;/* 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:30px;
	width:90px;
	height:90px;
	display:inline-block;
	border-radius:100%;
	-webkit-border-radius:100%;
	float:left;/* rtl */
	line-height:0;
	padding:0;
	position:relative;
	text-align:center;
	letter-spacing:0;
}
.horizontal-icon-image .feature-icon{
	width:60px;
	height:auto;
	display:inline-block;
	line-height:0;
	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:60px;
	line-height:60px;
	font-size:40px;
	text-align:center;
	display:inline-block;
}
.horizontal-icon-circle .feature-icon i{
	line-height:90px;
}
.horizontal-icon-square .feature-icon i{
	position:relative;
	z-index:3;
	color:#3f3f3f;
	z-index:1;
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	font-size:18px;
}
.horizontal-icon-square .feature-icon:after{
	background:#f1f1f1;
	position:absolute;
	z-index:0;
	content:"";
	left:2px;
	top:2px;
	right:2px;
	bottom:2px;
	-webkit-transition:left 50ms,right 50ms,top 50ms,bottom 50ms,background 350ms ease 0s;
	-moz-transition:left 50ms,right 50ms,top 50ms,bottom 50ms,background 350ms ease 0s;
	transition:left 50ms,right 50ms,top 50ms,bottom 50ms,background 350ms ease 0s;
	backface-visibility:hidden;
	-moz-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;
}
.horizontal-icon-small{
	text-align:center;
	margin-bottom:0;
	padding:6px 0;
	margin:20px 0;
	position:relative;
}
.horizontal-icon-small .feature-content{
	display:inline-block;
	padding:0;
}
.horizontal-icon-small .feature-header > h3{
	margin:0;
}
.horizontal-icon-small .feature-header h3 a:before{
	font-family:'FontAwesome';
	margin-right:9px;/* rtl */
	display:inline-block;
	font-size:16px;
}
/* Vertical */
.vertical-icon-circle,
.vertical-icon-circle2,
.vertical-icon-square,
.vertical-text{
	text-align:center;
	position:relative;
}
.vertical-icon-circle2{
	margin-bottom:50px;
}
.vertical-text{
	margin:20px 0;
}
.vertical-icon-circle:before{
	left:0;
	top:40px;
	right:0;
	bottom:0;
	position:absolute;
	content:"";
	z-index:1;
}
.vertical-icon-circle:hover:before{
	box-shadow:0 0 20px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.15);
}
.vertical-icon-circle .feature-icon{
	font-size:30px;
	line-height:80px;
	width:80px;
	height:80px;
	border-radius:100%;
	-webkit-border-radius:100%;
	position:relative;
	z-index:1;
	margin-bottom:5px;
	display:inline-block;
	letter-spacing:0;
}
.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%;
	-webkit-border-radius:100%;
	letter-spacing:0;
}
.vertical-icon-circle2 .feature-header > h3,
.vertical-text .feature-header > h3{
	margin-bottom:5px;
}
.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:48px;
	font-weight:700;
	float:left;/* rtl */
	line-height:50px;
	margin-right:10px;/* rtl */
}
.vertical-number .feature-title{
	min-height:50px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 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:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-webkit-transition:all 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);
	-webkit-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);
	-webkit-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%;
	-webkit-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:14px;
	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{
	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;
	-webkit-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);
	-webkit-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%);
	-webkit-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{
	font-size:48px;
	line-height:52px;
	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%;
}
.woocommerce .single-style-layout-list .counter-wrapper > div,
.ts-countdown .counter-wrapper > div{
	width:100px;
	padding:18px 5px;
	text-align:center;
	margin:10px;
	border-width:1px;
	border-style:solid;
	float:none;
}
.ts-countdown.text-light .counter-wrapper > div{
	background:transparent !important;
	border-color:#ffffff !important;
	color:#ffffff !important;
}
.ts-countdown.text-light .counter-wrapper div.ref-wrapper{
	color:#ffffff !important;
}
.woocommerce .single-style-layout-list .counter-wrapper .number,
.ts-countdown .counter-wrapper .number{
	font-size:32px;
	line-height:40px;
}
.woocommerce .single-style-layout-list .counter-wrapper .ref-wrapper,
.ts-countdown .counter-wrapper .ref-wrapper{
	font-size:18px;
	line-height:24px;
	text-transform:none;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 26. SHORTCODE TYPE TAB PRODUCTS ----------------------------------------------------------------------------*/
.ts-product-in-product-type-tab-wrapper .column-tabs{
	position:relative;
}
.ts-product-in-product-type-tab-wrapper.style-1 .column-tabs,
.ts-product-in-product-type-tab-wrapper.style-4 .column-tabs{
	border-width:0 0 1px 0;
	border-style:solid;
	margin-bottom:30px;
}
.ts-product-in-product-type-tab-wrapper.style-4 .column-tabs{
	padding-bottom:5px;
}
.ts-product-in-product-type-tab-wrapper.style-2 .column-tabs{
	margin-bottom:11px;
}
body .ts-product-in-product-type-tab-wrapper .column-tabs{
	margin-bottom:30px;
}
.ts-product-in-product-type-tab-wrapper.style-3 .column-tabs{
	overflow:hidden;
}
.ts-product-in-product-type-tab-wrapper.style-2 .column-tabs:before{
	content:"";
	position:absolute;
	z-index:2;
	left:0;
	right:0;
	bottom:0;
	border-width:3px 0 0 0;
	border-style:solid;
}
.ts-product-in-product-type-tab-wrapper .column-tabs .heading-tab{
	float:left;/* rtl */
	display:inline-block;
	width:auto;
	position:relative;
}
body .ts-product-in-product-type-tab-wrapper .column-tabs .heading-tab h3{
	line-height:24px;
}
.ts-product-in-product-type-tab-wrapper.style-5 .column-tabs .heading-tab h3{
	margin:0;
}
.ts-product-in-product-type-tab-wrapper.style-5 .column-content{
	padding:30px 30px 0 30px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
body .ts-product-in-product-type-tab-wrapper.style-3 .column-tabs .heading-tab h3{
	margin:0;
}
body .ts-product-in-product-type-tab-wrapper.style-3 .column-tabs{
	background:#3f444c;
	color:#ffffff;
	border-width:0;
}
body .ts-product-in-product-type-tab-wrapper.style-3 .column-tabs .heading-tab h3,
.ts-product-in-product-type-tab-wrapper.style-3 .column-tabs .tabs li{
	padding:10px 20px;
	line-height:30px;
}
.ts-product-in-product-type-tab-wrapper .column-tabs .tabs li{
	transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
}
.ts-product-in-product-type-tab-wrapper.style-3 .column-tabs .tabs li{
	float:left;/* rtl */
}
.ts-product-in-product-type-tab-wrapper.style-1 .column-tabs .heading-tab h3,
.ts-product-in-product-type-tab-wrapper.style-4 .column-tabs .heading-tab h3{
	margin:0;
	padding:0 0 15px 0;
}
.ts-product-in-product-type-tab-wrapper.style-4 .column-tabs .heading-tab h3{
	color:#ffffff;
	padding:9px 30px;
	border-radius:30px;
	-webkit-border-radius:30px;
}
body .ts-product-in-product-type-tab-wrapper.style-4 .column-tabs .heading-tab h3{
	line-height:32px;
}
.ts-product-in-product-type-tab-wrapper.style-2 .column-tabs .heading-tab h3{
	margin:0;
	padding:18px 30px;
	min-width:360px;
	color:#fff;
}
.ts-product-in-product-type-tab-wrapper.style-1 .column-tabs .heading-tab:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
	border-width:2px 0 0 0;
	border-style:solid;
	height:2px;
	z-index:1;
	display:inline-block;
}
.ts-product-in-product-type-tab-wrapper.style-1 .column-tabs .tabs li,
.ts-product-in-product-type-tab-wrapper.style-4 .column-tabs .tabs li,
.ts-product-in-product-type-tab-wrapper.style-5 .column-tabs .tabs li{
	text-align:right;/* rtl */
	margin:0 15px 15px 15px;
	padding:0;
}
.ts-product-in-product-type-tab-wrapper.style-4 .column-tabs .tabs{
	position:relative;
	top:15px;
}
.ts-product-in-product-type-tab-wrapper.style-1 .column-tabs .tabs,
.ts-product-in-product-type-tab-wrapper.style-4 .column-tabs .tabs,
.ts-product-in-product-type-tab-wrapper.style-5 .column-tabs .tabs{
	float:right;/* rtl */
	margin:0 -15px;
}
.ts-product-in-product-type-tab-wrapper.style-2 .column-tabs .tabs{
	float:left;/* rtl */
	margin:0;
}
.ts-product-in-product-type-tab-wrapper.style-3 .column-tabs .tabs{
	float:right;/* rtl */
	margin:0;
}
.ts-product-in-product-type-tab-wrapper.style-2 .column-tabs .tabs li{
	padding:20px 30px;
	text-align:center;
	float:left;/* rtl */
}
.ts-product-in-product-type-tab-wrapper .column-tabs:after,
.ts-product-in-product-type-tab-wrapper.style-2 .column-tabs .tabs:after,
.ts-product-in-product-type-tab-wrapper .column-content:after,
.ts-product-in-product-type-tab-wrapper .banner-row:after{
	display:table;
	content:"";
	clear:both;
}
.ts-product-in-product-type-tab-wrapper .column-content{
	clear:both;
	position:relative;
}
.ts-product-in-product-type-tab-wrapper.style-2 .column-content{
	padding:0;
}
.ts-product.item-border .owl-carousel .owl-stage-outer{
	overflow:visible;
}
.ts-product-in-product-type-tab-wrapper.style-2.has-banner-1 .column-products,
.ts-product-in-product-type-tab-wrapper.style-2.has-banner-2 .column-products,
.ts-product-in-product-type-tab-wrapper.style-2.has-list-categories .column-products{
	width:57.579%;
	overflow:hidden;
	float:left;/* rtl */
}
.ts-product-in-product-type-tab-wrapper.style-2.item-border .column-products,
.ts-product.item-border .content-wrapper{
	padding-top:1px;
	padding-right:1px;
}
.ts-product-in-product-type-tab-wrapper.style-2 .categories-banners{
	width:42.421%;
	padding-left:10px;/* rtl */
	float:left;/* rtl */
}
.ts-product-in-product-type-tab-wrapper.style-2.item-border .categories-banners{
	padding-left:0;
	padding-right:0;
}
.categories-banners .banner-row{
	background:#f1f1f1;
}
.ts-product-in-product-type-tab-wrapper .banner-row img,
.ts-product-in-product-type-tab-wrapper .banner-row-2 img{
	width:100%;
}
.ts-product-in-product-type-tab-wrapper.has-banner.style-5 .column-products{
	width:61%;
	float:left;/* rtl */
	padding-right:30px;/* rtl */
}
.ts-product-in-product-type-tab-wrapper.has-banner.style-5 .column-banners{
	width:39%;
	float:left;/* rtl */
	margin-bottom:30px;
}
.has-banner-2 .banner-row{
	margin-bottom:10px;
}
.has-banner-2.item-border .banner-row-2{
	padding:0 0 0 10px;/* rtl */
	text-align:center;
}
.categories-banners ul li{
	list-style:none;
	padding:8px 0;
}
.categories-banners ul.categories{
	padding:18px;
	margin:0;
}
.has-banner-1 .categories-banners ul.categories{
	width:42%;
	float:left;/* rtl */
}
.has-list-categories .categories-banners .banner{
	width:58%;
	float:right;/* rtl */
}
.ts-product-in-product-type-tab-wrapper.style-2 .column-tabs .tabs li.current{
	color:#ffffff !important;
}
.banner-row ul.categories li a:hover{
	text-decoration:none;
}
.woocommerce .ts-product.item-border .products .product .product-wrapper,
.ts-product.item-border .woocommerce .products .product .product-wrapper{
	padding-left:1px;
	padding-top:1px;
	padding-bottom:17px;
}
.item-border .product-wrapper:before{
	position:absolute;
	z-index:0;
	border-width:1px;
	border-style:solid;
	content:"";
	left:0;
	right:-1px;
	top:0;
	bottom:0;
}
.item-border:not(.ts-slider) .product.last .product-wrapper:before{
	right:-1px;
}
.item-border .product-wrapper .meta-wrapper{
	position:relative;
}
.woocommerce .ts-product-in-product-type-tab-wrapper.style-2 .products .product,
.ts-product-in-product-type-tab-wrapper.style-2 .woocommerce .products .product{
	margin-bottom:10px !important;
	padding:0 5px;;
}
.woocommerce .ts-product-in-product-type-tab-wrapper.style-2 .products,
.ts-product-in-product-type-tab-wrapper.style-2 .woocommerce .products{
	margin-left:-5px;
	margin-right:-5px;
}
.woocommerce .ts-product.item-border .products,
.ts-product.item-border .woocommerce .products{
	margin-left:0;
	margin-right:0;
}
.woocommerce .ts-product.item-border .products .product,
.ts-product.item-border .woocommerce .products .product{
	padding:0;
}
.woocommerce .ts-product.item-border .products .product,
.ts-product.item-border .woocommerce .products .product{
	margin-bottom:0 !important;
	margin-top:-1px !important;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 27. SHORTCODE SEPRATOR -------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------*/
/*- 28. SHORTCODE SUBSCRIPTION ---------------------------------------------------------------------------------*/
.ts-mailchimp-subscription-shortcode .widget-title-wrapper{
	margin-bottom:0 ;
}
footer .ts-mailchimp-subscription-shortcode .widget-title-wrapper{
	margin-bottom:0 !important;
}
.ts-mailchimp-subscription-shortcode .widget-title-wrapper h3{
	margin-bottom:29px;
}
.style-horizontal .mailchimp-subscription .newsletter{
	margin-top:0;
	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;
}
.style-horizontal .mailchimp-subscription{
	display:table;
	table-layout:auto;
	width:100%;
	margin:0;
}
.style-horizontal .mailchimp-subscription > *{
	display:table-cell;
	vertical-align:middle;
	line-height:0;
}
.style-horizontal{
	padding:20px 0;
}
.horizontal-border-image{
	padding:0;
}
.horizontal-border-image .mailchimp-subscription{
	height:130px;
}
.horizontal-border-image .mailchimp-subscription > *{
	padding:0;
}
.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:30%;
}
.style-horizontal.horizontal-background .mailchimp-subscription .widget-title-wrapper{
	width:35%;
}
.style-horizontal.horizontal-border-image{
	padding:20px 70px;
	background-position:center;
	background-repeat:no-repeat;
}
.style-horizontal .subscribe-email .button{
	float:left;/* rtl */
	min-width:150px;
	margin-left:10px;/* rtl */
	padding-top:14px;
	padding-bottom:14px;
}
.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:14px;
	padding-bottom:14px;
	float:left;/* rtl */
	width:calc(100% - 160px);
	margin:0;
}
.text-light.style-horizontal .mailchimp-subscription input[type="email"]{
	width:calc(100% - 150px);
}
.text-light .mailchimp-subscription .widget-title,
.text-light .mailchimp-subscription .newsletter{
	color:#ffffff;
	border-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);
	background:transparent;
	color:#ffffff;
}
footer .text-light .mailchimp-subscription input[type="email"]:hover,
footer .text-light .mailchimp-subscription input[type="email"]:focus{
	color:#ffffff;
}
/* Vertical */
.vertical-button-icon .mailchimp-subscription input[type="email"]{
	border-width:0;
	padding:15px 40px 15px 15px;/* rtl */
	background:rgba(155,155,155,0.1);
}
.vertical-border-button-icon .mailchimp-subscription input[type="email"],
.vertical-border-round-button-icon .mailchimp-subscription input[type="email"]{
	padding:14px 40px 14px 15px;/* rtl */
	background:transparent;
}
.vertical-border-round-button-icon-2 .mailchimp-subscription input[type="email"]{
	padding:14px 70px 14px 15px;/* rtl */
	background:transparent;
}
.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"],
.vertical-border-round-button-icon-2.text-light .mailchimp-subscription input[type="email"]{
	border-color:rgba(255,255,255,0.6);
}
.vertical-border-round-button-icon-2.text-light .mailchimp-subscription input[type="email"]{
	border-color:#ffffff;
}
.vertical-border-round-button-icon .mailchimp-subscription input[type="email"],
.vertical-border-round-button-icon-2 .mailchimp-subscription input[type="email"],
.vertical-button-text .mailchimp-subscription input[type="email"]{
	border-radius:30px;
	-webkit-border-radius:30px;
}
.vertical-button-text.text-light .mailchimp-subscription input[type="email"]{
	padding-top:15px;
	padding-bottom:15px;
	border-width:0;
}
.vertical-button-text .mailchimp-subscription input[type="email"]{
	padding-top:14px;
	padding-bottom:14px;
	padding-right:180px;/* rtl */
	padding-left:30px;/* rtl */
}
.vertical-border-round-button-icon-2 .subscribe-email .button{
	border-radius:0 30px 30px 0;/* rtl */
	-webkit-border-radius:0 30px 30px 0;/* rtl */
}
.vertical-button-icon .subscribe-email .button,
.vertical-border-round-button-icon .subscribe-email .button,
.vertical-border-round-button-icon-2 .subscribe-email .button,
.vertical-border-button-icon .subscribe-email .button{
	position:absolute;
	bottom:10px;
	top:auto;
	right:0;/* rtl */
	line-height:0 !important;
	z-index:2;
	min-width:initial;
	font-size:0 !important;
	padding:0 !important;
}
.vertical-button-text .subscribe-email .button{
	position:absolute;
	bottom:10px;
	padding-top:15px;
	padding-bottom:15px;
	top:auto;
	right:0;/* rtl */
	z-index:2;
	min-width:170px;
	border-radius:30px;
	-webkit-border-radius:30px;
}
.vertical-button-icon .subscribe-email .button,
.vertical-border-round-button-icon .subscribe-email .button,
.vertical-border-button-icon .subscribe-email .button{
	background:transparent !important;
	width:50px;
	height:50px;
}
.vertical-button-icon .subscribe-email .button i,
.vertical-border-round-button-icon .subscribe-email .button i,
.vertical-border-round-button-icon-2 .subscribe-email .button i,
.vertical-border-button-icon .subscribe-email .button i{
	font-family:'FontAwesome';
	content:"\f1d8";
	line-height:50px !important;
	font-size:16px !important;
	letter-spacing:0;
}
.vertical-button-icon .subscribe-email .button,
.vertical-border-button-icon .subscribe-email .button{
	font-size:0;
}
.vertical-border-round-button-icon-2.text-light .subscribe-email .button{
	color:#000000;
	background-color:#ffffff;
}
.vertical-border-round-button-icon-2 .subscribe-email .button{
	width:60px;
}
.vertical-border-button-icon.text-light .subscribe-email .button,
.vertical-button-icon.text-light .subscribe-email .button,
.vertical-border-round-button-icon.text-light .subscribe-email .button{
	color:#ffffff;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 29. SHORTCODE GALLERY --------------------------------------------------------------------------------------*/
.ts-image-gallery-wrapper .owl-dots{
	display:none !important;
}
.ts-image-gallery-wrapper .item{
	line-height:0;
	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:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
	-moz-transition:all 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';
	background:#000000;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:100%;
	-webkit-border-radius:100%;
	transition:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
	-moz-transition:all 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;
	line-height:0;
}
.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:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	backface-visibility:hidden;
	-moz-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%
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 30. BACKGROUND VIDEO ---------------------------------------------------------------------------------------*/
.ts-video-bg{
	padding-top:150px;
	padding-bottom:200px;
}
.h3-big{
	font-size:34px;
	line-height:42px;
	text-shadow:0 2px rgba(155,155,155,0.5);
	-webkit-text-shadow:0 2px rgba(155,155,155,0.5);
	color:#fff;
	text-align:center;
	font-weight:normal;
}
.h1-big{
	font-size:60px;
	line-height:76px;
	text-shadow:0 2px rgba(155,155,155,0.5);
	-webkit-text-shadow:0 2px rgba(155,155,155,0.5);
	color:#fff;
	text-align:center;
}
/* 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%;
	-webkit-border-radius:100%;
	-moz-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%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	cursor:pointer;
	background:url(../images/video-play.png) no-repeat;
	background-size:cover !important;
	transform:translate(-50%,100%);
	-webkit-transform:translate(-50%,100%);
	-ms-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%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	background:url(../images/ajax-loader.gif) center no-repeat;
	background-size:cover !important;
	transform:translate(-50%,100%);
	-webkit-transform:translate(-50%,100%);
	-ms-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;
	-webkit-border-radius:100%;
}
.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%);
	-webkit-transform:translate(-50%,-100%);
	-moz-transform:translate(-50%,-100%);
}
.ts-video-bg.youtube-video{
	padding-top:0 !important;
	padding-bottom:0 !important;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 31. SHORTCODE BLOCKQUOTE -----------------------------------------------------------------------------------*/
blockquote p.author-role{
	display:inline-block;
	width:100%;
	font-style:normal;
	margin:16px 0 0 0;
}
blockquote.style-2 p.author-role > span,
blockquote.style-5 p.author-role > span{
	margin-left:0 !important;
	margin-right:0 !important;
}
blockquote.style-2 p.author-role > span:first-child,
blockquote.style-5 p.author-role > span:first-child{
	margin-bottom:8px;
}
blockquote.style-2 p.author-role > span:first-child:last-child,
blockquote.style-5 p.author-role > span:first-child:last-child{
	width:auto;
	margin-bottom:0;
}
blockquote.style-2 p.author-role > span:last-child,
blockquote.style-5 p.author-role > span:last-child{
	display:inline-block;
	width:100%;
}
blockquote p.author-role > span.author{
	text-transform:uppercase;
}
blockquote p.author-role > span.author a:hover{
	text-decoration:none;
}
blockquote p.author-role > span{
	display:inline-block;
}
blockquote p.author-role > span:first-child{
	margin-right:15px;/* rtl */
}
blockquote p.author-role > span:first-child:last-child{
	margin-left:0;
	margin-right:0;
}
blockquote.style-2,
blockquote.style-5{
	max-width:80%;
	margin:0 auto 30px auto;
	text-align:center;
	padding:0;
}
blockquote.style-5{
	padding:30px 0 0 0;
}
blockquote.style-5:after{
	display:none;
}
blockquote.style-5:before{
	position:relative;
	left:auto;
	bottom:auto;
	right:auto;
	top:-10px;
	margin-right:5px;/* rtl */
	font-size:100%;
}
blockquote.style-2:before,
blockquote.style-2:after{
	font-family:FontAwesome;
	content:"\f10d";
	font-size:24px;
	width:100%;
	text-align:center;
	display:inline-block;
	margin-bottom:10px;
	position:static;
}
blockquote.style-2:after{
	content:"\f10e";
	margin-bottom:0;
	margin-top:10px;
	border:0;
}
blockquote.style-3{
	padding-left:170px;/* rtl */
	text-align:inherit;
}
blockquote.style-3:before{
	text-align:center;
	font-size:24px;
	width:100px;
	height:100px;
	line-height:94px;
	font-size:42px;
	border-width:3px;
	border-style:solid;
	left:0;/* rtl */
	margin:0;
	top:8px;
}
blockquote.style-3:after,
blockquote.style-4:after{
	display:none;
}
blockquote.style-4{
	padding-left:70px;/* rtl */
	text-align:inherit;
}
blockquote.style-4:before{
	text-align:center;
	font-size:24px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:14px;
	left:0;/* rtl */
	margin:0;
	top:8px;
	border-radius:100%;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 32. SHORTCODE IMAGE BOX ------------------------------------------------------------------------------------*/
.ts-image-box{
	overflow:hidden;
	margin-bottom:30px;
	position:relative;
	z-index: 3;
}
.ts-image-box .box-wrapper{
	position:relative;
	text-align:center;
}
.ts-image-box img{
	opacity:1;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	transition:all 350ms ease 0s;
	-webkit-transition:all 350ms ease 0s;
	-moz-transition:all 350ms ease 0s;
	width:100%;
}
.ts-image-box:not(.background-style) .box-wrapper:hover img,
.ts-image-box:not(.background-style) .thumbnail:hover img{
	opacity:0.6;
	transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}
.ts-image-box .box-wrapper > .button{
	position:absolute;
	left:50%;
	top:50%;
	font-size:14px !important;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-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:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.ts-image-box.horizontal-style .box-wrapper > .button:before{
	border-radius:20px;
	-webkit-border-radius:20px;
}
.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;
	width:100%;
}
.ts-image-box .box-header h3{
	margin-bottom:15px;
}
.ts-image-box .box-header .excerpt{
	margin-bottom:20px;
}
.ts-image-box .box-header .button{
	min-width:120px;
}
/* Style Horizontal */
.ts-image-box.horizontal-style{
	padding:50px 20px 40px 20px;
	background-size:cover;
}
.horizontal-style .box-header{
	padding-left:50%;/* rtl */
}
.horizontal-style .box-header h3{
	margin-bottom:10px;
}
.ts-image-box.horizontal-style .box-header .excerpt{
	margin-bottom:20px;
}
.horizontal-style .button{
	border-radius:20px;
	-webkit-border-radius:20px;
}
/* Style Background */
.background-style .thumbnail{
	margin-bottom:0;
	position:relative;
}
.background-style .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:all 350ms ease 0s;
	-webkit-transition:all 350ms ease 0s;
	-moz-transition:all 350ms ease 0s;
}
.background-style:hover .thumbnail:after{
	bottom:0;
}
.background-style:hover img{
	opacity:0.3;
}
.background-style .box-header{
	visibility:hidden;
	opacity:0;
	position:absolute;
	left:0;
	right:0;
	padding:30px;
	top:50%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	z-index:5;
	text-align:center;
}
.background-style: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-style .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;
	}
}
body .ts-image-box.only-button{
	padding:0;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 33. SHORTCODE CATEGORIES SLIDER BOX ------------------------------------------------------------------------*/
.ts-product-category-wrapper .content-wrapper{
	text-align:center;
}
.ts-product-category-wrapper.style-1 .category-name,
.ts-product-category-wrapper.style-3 .products .product-category .meta-wrapper{
	position:absolute;
	top:5%;
	padding-top:10px;
	left:0;
	right:0;
}
.ts-product-category-wrapper.style-3 .products .product-category .meta-wrapper{
	padding-top:0;
}
.ts-product-category-wrapper.style-1 .category-name h3,
.ts-product-category-wrapper.style-3 .category-name h3{
	max-width:190px;
}
.ts-product-category-wrapper.style-1 .products .product.product-category .meta-wrapper{
	position:static;
	margin:0;
	height:0;
	padding:0;
}
.woocommerce .ts-product-category-wrapper.style-1 div.button{
	margin:0;
	position:absolute;
	bottom:5%;
	padding-bottom:10px;
	left:0;
	right:0;
}
.woocommerce .style-1 .product .meta-wrapper{
	position:relative;
	z-index:2;
}
.ts-product-category-wrapper.style-3 .products .product.product-category div.button{
	margin-top:0;
}
.ts-product-category-wrapper.style-3 .products .product.product-category div.button:hover{
	text-decoration:underline;
}
.ts-product-category-wrapper.style-3 .products .product.product-category{
	border-width:0 1px 0 0;
	border-style:solid;
}
.woocommerce .ts-product.ts-product-category-wrapper.style-3 .content-wrapper{
	margin-right:-1px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 34. SHORTCODE SHOP INSTAGRAM -------------------------------------------------------------------------------*/
footer .ts-instagram-widget{
	margin-bottom:0;
}
.ts-instagram-shortcode .widget-title-wrapper i{
	margin-right:10px;/* rtl */
	display:inline-block;
}
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:13px;
	border-color:#000000;
	transform:translateZ(0) scale(.7);
	-webkit-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-modal .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-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__price{
	font-size:16px;
	padding:0 10px;
}
body public-modal .public-hotspot-info-holder .public-hotspot-info.public-hotspot-info--highlighted .public-hotspot-info__number, body public-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__number{

}
body public-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__price{
	
}
body public-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__first-line,
body public-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn{
	margin-bottom:20px;
}
body public-modal .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn{
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
}
body public-modal .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:13px;
}
body .hotspot-modal .hotspot-modal__caption{
	opacity:0.8;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 35. LIST PRODUCT CATEGOIRES --------------------------------------------------------------------------------*/
.ts-list-of-product-categories-wrapper .heading-title{
	color:#ffffff;
	margin:0;
	padding:16px 20px;
}
.ts-list-of-product-categories-wrapper.style-2 .heading-title{
	padding:0;
	margin-bottom:15px;
	background:transparent;
}
.ts-list-of-product-categories-wrapper{
	padding:10px;
	border-width:1px;
	border-style:solid;
	margin-bottom:30px;
	overflow:hidden;
}
.ts-list-of-product-categories-wrapper.style-2{
	padding:0;
	border-width:0;
}
.ts-list-of-product-categories-wrapper.style-2 > div{
	float:none !important;
	padding:0;
}
.ts-list-of-product-categories-wrapper.style-2.has-banner > div.list-categories{
	width:100%;
	position:relative;
	z-index:1;
}
.ts-list-of-product-categories-wrapper ul li{
	list-style:none;
}
.ts-list-of-product-categories-wrapper.style-2 ul li{
	padding:3px 0;
}
.ts-list-of-product-categories-wrapper ul li a:hover{
	text-decoration:none;
}
.ts-list-of-product-categories-wrapper ul{
	padding:10px 20px;
	margin:0 0 10px 0;
}
.ts-list-of-product-categories-wrapper .banners{
	padding-right:10px;/* rtl */
	text-align:center;
}
.ts-list-of-product-categories-wrapper .banners img{
	width:100%;
}
.ts-list-of-product-categories-wrapper.style-2 .banners img{
	width:auto;
}
.ts-list-of-product-categories-wrapper.style-2 .banners{
	position:absolute;
	right:20px;/* rtl */
	top:50%;
	max-width:40%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
}
.ts-list-of-product-categories-wrapper .banners,
.ts-list-of-product-categories-wrapper.has-banner .list-categories{
	width:50%;
	float:left;/* rtl */
}
/* Style 2 */
.ts-list-of-product-categories-wrapper.style-2 ul li.view-all{
	padding-top:10px;
}
.ts-list-of-product-categories-wrapper.style-2 ul{
	padding:0;
}
.group-list-categories .ts-list-of-product-categories-wrapper{
	padding:30px;
	margin:0;
}
.group-list-categories .ts-list-of-product-categories-wrapper.style-2:before{
	border-width:0 0 0 1px;
	width:1px;
	border-style:solid;
	content:"";
	position:absolute;
	left:0;/* rtl */
	top:70px;
	bottom:70px;
	right:auto;
	opacity:0.5;
}
.group-list-categories .wpb_column:first-child .ts-list-of-product-categories-wrapper.style-2:before{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 36. SHORTCODE TAB PRODUCT ----------------------------------------------------------------------------------*/
.ts-product-in-category-tab-wrapper .column-tabs .heading-title{
	text-align:center;
	margin-bottom:15px;
	padding:0;
}
.ts-product-in-category-tab-wrapper.show-nav .column-tabs .heading-title{
	padding-left:40px;
	padding-right:40px;
}
.ts-product-in-category-tab-wrapper .column-tabs .tabs{
	margin:0 -20px 40px -20px;
	display:block;
	text-align:center;
}
.column-tabs .tabs li{
	list-style:none;
	display:inline-block;
	padding:0;
	cursor:pointer;
}
.column-tabs .tabs li.current{
	cursor:default;
}
.ts-product-in-category-tab-wrapper .column-tabs .tabs li{
	margin:20px;
	transition:all 150ms ease 0s;
	-webkit-transition:all 150ms ease 0s;
	-moz-transition:all 150ms ease 0s;
}
body .ts-product-in-category-tab-wrapper.style-1.nav-top .owl-controls .owl-nav > div{
	top:60px;
}
body .ts-product-in-category-tab-wrapper.style-1.nav-top.tab-heading-style-2 .owl-controls .owl-nav > div{
	top:80px;
}
/* Style 2 */
.page-template-fullwidth-template .style-2.has-background .column-tabs,
.page-template-fullwidth-template .style-2.has-background .column-products,
.page-template-fullwidth-template .vc_row[data-vc-stretch-content="true"] .style-2.has-background .column-tabs,
.page-template-fullwidth-template .vc_row[data-vc-stretch-content="true"] .style-2.has-background .column-products,
.layout-fullwidth .style-2.has-background .column-tabs,
.layout-fullwidth .style-2.has-background .column-products,
.layout-fullwidth .vc_row[data-vc-stretch-content="true"] .style-2.has-background .column-tabs,
.layout-fullwidth .vc_row[data-vc-stretch-content="true"] .style-2.has-background .column-products{
	max-width:80%;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.vc_row[data-vc-stretch-content="true"] .ts-product-in-category-tab-wrapper.style-2 .column-tabs,
.vc_row[data-vc-stretch-content="true"] .ts-product-in-category-tab-wrapper.style-2 .column-products{
	margin-left:auto;
	margin-right:auto;
}
.has-background.style-2 .column-products{
	padding:30px 30px 0 30px;
	position:relative;
	top:70px;
}
body .has-background.style-2.nav-top .owl-nav > div{
	top:-130px;
}
.has-background.style-2 .column-content{
	margin-bottom:70px;
	background-attachment:fixed !important;
	transition:all 350ms ease 0s;
	-webkit-transition:all 350ms ease 0s;
	-moz-transition:all 350ms ease 0s;
}
.ts-product-in-category-tab-wrapper.style-2 .column-content{
	display:inline-block;
	width:100%;
}
.ts-product-in-category-tab-wrapper.style-2 .tabs li > span:last-child{
	display:inline-block;
	width:100%;
}
.ts-product-in-category-tab-wrapper.style-2 .column-tabs .tabs li{
	line-height:20px;
	margin:10px;
}
.ts-product-in-category-tab-wrapper.style-2 .tabs li span.has-icon-hover{
	position:relative;
	display:inline-block;
}
.ts-product-in-category-tab-wrapper.style-2 .tabs li span.has-icon-hover img.hover-icon{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}
.ts-product-in-category-tab-wrapper.style-2 .tabs li:hover span.has-icon-hover img,
.ts-product-in-category-tab-wrapper.style-2 .tabs li.current span.has-icon-hover img{
	opacity:0;
}
.ts-product-in-category-tab-wrapper.style-2 .tabs li:hover span.has-icon-hover img.hover-icon,
.ts-product-in-category-tab-wrapper.style-2 .tabs li.current span.has-icon-hover img.hover-icon{
	opacity:1;
}
.ts-product-in-category-tab-wrapper.style-2 .tabs li img{
	margin-bottom:14px;
}
.ts-product-in-category-tab-wrapper.horizontal-tab .column-tabs .heading-tab h3{
	overflow:hidden;
}
.ts-product-in-category-tab-wrapper.horizontal-tab .column-tabs ul li.current:after{
	display:none;
}
.ts-product-in-category-tab-wrapper.horizontal-tab .column-tabs ul{
	text-align:center;
	margin:0 -10px 40px -10px;
	display:block;
	max-width:none;
	width:auto;
}
.horizontal-tab.has-background .column-tabs ul{
	margin-bottom:15px;
}
/* Tab style 2 */
.style-1.tab-heading-style-2 .column-tabs .tabs{
	margin-top:15px;
	margin-bottom:55px;
}
.style-1.tab-heading-style-2 .column-tabs .tabs li{
	padding:10px 20px;
	border-width:1px;
	border-style:solid;
	border-color:transparent;
	border-radius:20px;
	-webkit-border-radius:20px;
	margin:5px;
}
.ts-product-in-category-tab-wrapper .see-more-wrapper{
	text-align:center;
	margin-bottom:30px;
}
.ts-product-in-category-tab-wrapper .see-more-wrapper .button{
	min-width:120px;
}
.style-1.tab-heading-style-2 .see-more-wrapper .button{
	border-radius:30px;
	-webkit-border-radius:30px;
}
.ts-product-in-category-tab-wrapper.style-2 .see-more-wrapper{
	width:100%;
	margin:0;
	position:absolute;
	bottom:10px;
}
.ts-product-in-category-tab-wrapper.style-2.has-see-more-button{
	padding-bottom:40px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 37. SHORTCODE PRODUCT DEAL 2 -------------------------------------------------------------------------------*/
.ts-product-deals-2-wrapper .small-products{
	width:30%;
	float:left;/* rtl */
	padding-right:30px;/* rtl */
	position:relative;
	margin-top:-20px;
}
.ts-product-deals-2-wrapper.small-products-slider .content-wrapper{
	overflow:hidden;
}
.ts-product-deals-2-wrapper .big-product{
	width:70%;
	border-width:1px;
	border-style:solid;
	padding:30px 30px 30px 29px;/* rtl */
	float:left;/* rtl */
}
.woocommerce .big-product .product .product-label .onsale,
.woocommerce .big-product .product .product-label .new,
.woocommerce .big-product .product .product-label .featured,
.woocommerce .big-product .product .product-label .out-of-stock,
.woocommerce.columns-1 .products .product .product-label .onsale,
.woocommerce.columns-1 .products .product .product-label .new,
.woocommerce.columns-1 .products .product .product-label .featured,
.woocommerce.columns-1 .products .product .product-label .out-of-stock{
	font-size:100% !important;
	padding:2px;
	width:50px;
	height:50px;
	line-height:16px !important;
}
.woocommerce .big-product .product .product-label .onsale:before,
.woocommerce .big-product .product .product-label .new:before,
.woocommerce .big-product .product .product-label .featured:before,
.woocommerce .big-product .product .product-label .out-of-stock:before,
.woocommerce.columns-1 .products .product .product-label .onsale:before,
.woocommerce.columns-1 .products .product .product-label .new:before,
.woocommerce.columns-1 .products .product .product-label .featured:before,
.woocommerce.columns-1 .products .product .product-label .out-of-stock:before{
	border-right-width:10px;
    border-left-width:10px;
}
.woocommerce .big-product .products .product .thumbnail-wrapper .product-label .out-of-stock,
.woocommerce.columns-1 .products .product .thumbnail-wrapper .product-label .out-of-stock{
	font-size:90%;
}
.ts-product-deals-2-wrapper.no-small-products .big-product{
	width:100%;
	padding:30px;
}
.ts-product-deals-2-wrapper .big-product .product{
	margin:0 !important;
	padding:0 !important;
}
body .ts-product-deals-2-wrapper .owl-controls{
	height:auto;
	margin-bottom:-4px;
}
body .ts-product-deals-2-wrapper.show-nav .owl-controls{
	margin-top:25px;
}
body .ts-product-deals-2-wrapper .products .owl-nav{
	position:static;
	width:100%;
	margin:0 auto;
	display:inline-block;
}
.ts-product-deals-2-wrapper .products .owl-nav > div{
	width:auto !important;
	height:auto !important;
	border-width:0;
	padding:0 15px;
	margin:0;
}
.ts-product-deals-2-wrapper .products .owl-nav > div.owl-prev:after{
	border-width:0 1px 0 0;
	border-style:solid;
	content:"";
	width:1px;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;/* rtl */
}
.ts-product-deals-2-wrapper .products .owl-nav > div.owl-prev:before{
	content:"\f100";/* rtl */
	margin-right:5px;/* rtl */
	display:inline-block;
}
.ts-product-deals-2-wrapper .products .owl-nav > div.owl-next:before{
	display:none;
}
.ts-product-deals-2-wrapper .products .owl-nav > div.owl-next:after{
	font-family:FontAwesome;
	content:"\f101";/* rtl */
	margin-left:5px;/* rtl */
	display:inline-block;
}
.woocommerce .ts-product-deals-2-wrapper ul.product_list_widget li,
.woocommerce .ts-product-deals-2-wrapper ul.product_list_widget li:last-child{
	cursor:pointer;
	margin:18px 0 0 0;
	padding:18px 0 0 0;
	border-width:1px 0 0 0;
	border-style:solid;
}
.woocommerce .ts-product-deals-2-wrapper ul.product_list_widget li:first-child{
	border-color:transparent !important;
	padding-top:0;
}
.woocommerce .ts-product-deals-2-wrapper .caroufredsel_wrapper ul.product_list_widget li:first-child{
	margin:18px 0 0 0;
	padding:18px 0 0 0;
}
.woocommerce .ts-product-deals-2-wrapper ul.product_list_widget li:hover a.ts-wg-thumbnail:before,
.woocommerce .ts-product-deals-2-wrapper ul.product_list_widget li.active a.ts-wg-thumbnail:before{
	opacity:1;
}
.woocommerce .ts-product-deals-2-wrapper ul.product_list_widget li:hover,
.woocommerce .ts-product-deals-2-wrapper ul.product_list_widget li.active{
	z-index:1;
}
.woocommerce .ts-product-deals-2-wrapper ul.product_list_widget li:before{
	display:block;
	z-index:5;
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.woocommerce .ts-product-deals-2-wrapper .products .product .short-description,
.ts-product-deals-2-wrapper .availability-bar{
	margin-bottom:20px;
}
.ts-product-deals-2-wrapper .availability-bar span{
	line-height:20px;
}
.ts-product-deals-2-wrapper .availability-bar span.available{
	float:left;/* rtl */
}
.ts-product-deals-2-wrapper .availability-bar span.sold{
	float:right;/* rtl */
}
.availability-bar .progress-bar{
	clear:both;
	display:inline-block;
	width:100%;
	height:8px;
	border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
}
.availability-bar .progress-bar span{
	position:absolute;
	left:0;/* rtl */
	display:inline-block;
	top:0;
	bottom:0;
	border-radius:4px;
	-webkit-border-radius:4px;
}
.ts-product-deals-wrapper .availability-bar{
	margin-top:20px;
	text-align:left;/* rtl */
	overflow:hidden;
}
.ts-product-deals-wrapper .availability-bar .available{
	float:left;/* rtl */
}
.ts-product-deals-wrapper .availability-bar .sold{
	float:right;/* rtl */
}
.ts-product-deals-2-wrapper .products .product .price ins .amount{
	font-size:130%;
}
/* Style 2 */
.ts-product-deals-2-wrapper.no-small-products[data-columns="2"] .big-product{
	width:100%;
}
.ts-product-deals-2-wrapper[data-columns="2"] .counter-wrapper > div,
.ts-product-deals-2-wrapper[data-columns="2"] .counter-wrapper > div:last-child{
	padding:7px 2px;
	margin:3px;
	width:52px;
}
.ts-product-deals-2-wrapper[data-columns="2"] .counter-wrapper .number{
	line-height:20px;
	font-size:18px;
}
.ts-product-deals-2-wrapper[data-columns="2"] .counter-wrapper .ref-wrapper{
	font-size:12px;
	line-height:16px;
}
.ts-product-deals-2-wrapper[data-columns="2"].item-line .products .product:before{
	top:25%;
	bottom:25%;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 38. SHORTCODE EVENT ----------------------------------------------------------------------------------------*/
.events .event{
	overflow:hidden;
	padding:0;
	margin-bottom:20px;
	display:table;
	width:100%;
}
.events > div:last-child{
	margin-bottom:0;
}
.event .title-time{
	padding:0 30px;
	display:table-cell;
	height:80px;
	vertical-align:middle;
}
.event .title-time .title{
	text-transform:uppercase;
}
.event .title-time a:hover{
	text-decoration:none;
	opacity:0.8;
}
.events .date{
	display:table-cell;
	vertical-align:middle;
	position:relative;
	text-align:center;
	width:100px;
	z-index:4;
	line-height:0;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	transition:all 250ms ease 0s;
	-webkit-transition:all 250ms ease 0s;
	-moz-transition:all 250ms ease 0s;
}
.events .date:after{
	position:absolute;
	opacity:0.6;
	right:0;/* rtl */
	bottom:10px;
	top:10px;
	content:"";
	width:1px;
	background:#ffffff;
    background:-webkit-linear-gradient(top, transparent , #ffffff , transparent); /* For Safari 5.1 to 6.0 */
    background:-o-linear-gradient(top, transparent, #ffffff , transparent); /* For Opera 11.1 to 12.0 */
    background:-moz-linear-gradient(top, transparent, #ffffff , transparent); /* For Firefox 3.6 to 15 */
    background:linear-gradient(to top, transparent , #ffffff , transparent); /* Standard syntax (must be last) */
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 39. SHORTCODE PRODUCT VIDEO --------------------------------------------------------------------------------*/
.ts-products-video-wrapper.title-background-border .content-wrapper,
.ts-products-video-wrapper.title-background-border .content-products.loading:before,
.ts-products-video-wrapper.title-background-border .content-video.loading:before{
	background-color:#3f444c;
}
.ts-products-video-wrapper .content-wrapper,
.ts-products-video-wrapper .content-products.loading:before,
.ts-products-video-wrapper .content-video.loading:before{
	
}
.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.title-background-border .shortcode-heading-wrapper{
	margin-bottom:0;
}
.ts-products-video-wrapper.title-background-border .content-products ul.product_list_widget li{
	margin:0;
	padding:0;
	border-width:0 0 1px 0;
}
.ts-products-video-wrapper .content-products ul.product_list_widget li{
	border-width:0;
	padding:0;
	transition:all 150ms ease 0s;
	-webkit-transition:all 150ms ease 0s;
	-moz-transition:all 150ms 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:all 150ms ease 0s;
	-webkit-transition:all 150ms ease 0s;
	-moz-transition:all 150ms 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;
}


/* ========================= RESPONSIVE SHORTCODE ========================= */
@media 
only screen and (min-width:1681px){
	/* SHORTCODE PORTFOLIO */
	.slider-center.big-center-item .item{
		transform:scale(0.82,0.82);
		-webkit-transform:scale(0.82,0.82);
	}
	.ts-portfolio-wrapper.slider-center{
		max-width:1490px;
	}
}

@media 
only screen and (max-width:1680px)	and (min-width:1367px){
	/* SHORTCODE PORTFOLIO */
	.slider-center.big-center-item .item{
		transform:scale(0.79,0.79);
		-webkit-transform:scale(0.79,0.79);
	}
	.ts-portfolio-wrapper.slider-center{
		max-width:1310px;
	}
}

@media 
only screen and (max-width:1366px)	and (min-width:1335px){
	/* SHORTCODE PORTFOLIO */
	.slider-center.big-center-item .item{
		transform:scale(0.784,0.784);
		-webkit-transform:scale(0.784,0.784);
	}
	.ts-portfolio-wrapper.slider-center{
		max-width:1260px;
	}
}

@media 
only screen and (max-width:1334px)	and (min-width:1281px){
	/* SHORTCODE PORTFOLIO */
	.slider-center.big-center-item .item{
		transform:scale(0.78,0.78);
		-webkit-transform:scale(0.78,0.78);
	}
	.ts-portfolio-wrapper.slider-center{
		max-width:1282px;
	}
}

@media 
only screen and (max-width:1280px)	and (min-width:1230px){
	/* SHORTCODE PORTFOLIO */
	.slider-center.big-center-item .item{
		transform:scale(0.78,0.78);
		-webkit-transform:scale(0.78,0.78);
	}
}