/*
	1. SHORTCODE HOT DEAL
	2. SHORTCODE BANNER
	3. SHORTCODE VIDEO
	4. SHORTCODE LOGO SLIDER
	5. SHORTCODE PRODUCT SLIDER
	6. SHORTCODE BANNER IMAGE
	7. SHORTCODE BLOG
	8. SHORTCODE WIDGET PRODUCTS
	9. SHORTCODE BUTTON
	10. SHORTCODE DROPCAP
	11. SHORTCODE HEADING
	12. SHORTCODE FAQ
	13. SHORTCODE MESSAGE BOX
	14. SHORTCODE PROGRESS BAR
	15. SHORTCODE TESTIMONIAL 
	16. SHORTCODE TEAM MEMBER
	17. SHORTCODE TAB
	18. SHORTCODE GOOGLE MAP
	19. SHORTCODE PORTFOLIO
	20. SHORTCODE SINGLE IMAGE
	21. SHORTCODE FEATURE
	22. SHORTCODE PRICE TABLE
	23. SHORTCODE TWITTER
	24. SHORTCODE MILESTONE
	25. SHORTCODE COUNTDOWN
	26. SHORTCODE TYPE TAB PRODUCTS
	27. SHORTCODE SUBSCRIPTION
	28. SHORTCODE GALLERY
	29. BACKGROUND VIDEO
	30. SHORTCODE BLOCKQUOTE
	31. SHORTCODE SHOP INSTAGRAM
	32. SHORTCODE TAB PRODUCT
	33. SHORTCODE PRODUCT VIDEO
	34. SHORTCODE SOCIAL ICONS
*/
.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,
.ts-product-deals-wrapper .ts-countdown .counter-wrapper{
	margin: 0 -20px;
	font-size: 20px;
    line-height: 26px;
}
.text-center .meta-wrapper .counter-wrapper{
	margin-left: auto;
	margin-right: auto;
}
.counter-wrapper:after{
	display: table;
	clear: both;
	content: "";
}
.counter-wrapper > div{
	position: relative;
	float: left;/* rtl */
	margin: 0 20px;
	text-align: center;
}
.counter-wrapper .number{
    display: block;
    margin-bottom: 5px;
}
.counter-wrapper .ref-wrapper{
	width: 100%;
	font-size: 50%;
	line-height: 1;
	text-transform: uppercase;
	padding: 0;
}
.ts-product-deals-wrapper .thumbnail-wrapper .counter-wrapper{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	bottom: 10px;
	left: 50%;
	z-index: 5;
	transform: translate(-50%,0);
	min-width: 65%;
}
.availability-bar{
	margin-bottom: 18px;
}
.availability-bar .progress-bar{
	clear: both;
	height: 8px;
	position: relative;
	overflow: hidden;
}
.availability-bar > span{
	font-size: 92%;
	padding: 5px 10px;
    margin-right: 2px;
	display: inline-block;
	background: rgba(155,155,155,0.2);
}
.availability-bar .progress-bar span{
	position: absolute;
	left: 0;/* rtl */
	top: 0;
	bottom: 0;
	border-radius: 6px;
}
.ts-product-deals-wrapper .content-wrapper{
	clear: both;
}

/* SHOW COUNTER TODAY */
.ts-product-deals-wrapper.show-counter-today .shortcode-heading-wrapper{
	padding-right: 270px; /* rtl */
}
.ts-product-deals-wrapper .ts-countdown{
	width: auto;
	height: 50px;
	position: absolute;
	top: -18px;
	right: 0;/* rtl */
}

/* SINGLE STYLE */
.ts-product-deals-wrapper.single-style .products .product .meta-wrapper > .counter-wrapper{
	margin-left: -25px !important;
	margin-right: -25px !important;
}
.ts-product-deals-wrapper.single-style .counter-wrapper > div{
	margin: 0 25px;
}
.ts-product-deals-wrapper.single-style .counter-wrapper .number{
	font-size: 24px;
	line-height: 30px;
	padding: 7px 0;
}
.blank-page-template .ts-product-deals-wrapper.single-style .counter-wrapper .number{
	font-size: 60px;
	line-height: 60px;
}
.blank-page-template .ts-product-deals-wrapper.single-style .counter-wrapper .ref-wrapper{
	font-size: 24px;
	line-height: 32px;
}
.ts-product-deals-wrapper.single-style .counter-wrapper .ref-wrapper{
	font-size: 60%;
}
.single-style .counter-wrapper > div .number{
	font-size: 32px;
	line-height: 40px;
}
.single-style .product-wrapper{
	display: table;
	width: 100%;
}
.single-style.no-thumbnail .product-wrapper,
.single-style.no-thumbnail .product-wrapper > div{
	display: block;
}
.single-style .product-wrapper > div{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.single-style .product-wrapper .meta-wrapper{
	padding-left: 50px;/* rtl */
	width: 55%;
}
.single-style.no-thumbnail .product-wrapper .meta-wrapper{
	width: 100%;
	padding-left: 0;/* rtl */
}
.single-style.text-center .product-wrapper .meta-wrapper,
.single-style.no-thumbnail.text-center .product-wrapper .meta-wrapper{
	padding: 0 30px; /* responsive */
}
.ts-product-deals-wrapper.single-style .products .product .meta-wrapper > *:not(:last-child){
	margin-bottom: 25px;
}
.woocommerce .single-style .products .star-rating{
	width: 104px;
	height: 26px;
}
.woocommerce .single-style .star-rating span:before, 
.woocommerce .single-style .star-rating:before{
	line-height: 26px;
}
.woocommerce .single-style .products .product h3{
	text-overflow: inherit;
	white-space: inherit;
}

/*-------------------------------------------------------------------------------------------------------------*/
/*- 2. SHORTCODE BANNER ---------------------------------------------------------------------------------------*/
.ts-banner,
.ts-banner *{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
} 
.ts-banner{
	overflow: hidden;
	position: relative;
}
.ts-banner .hashtag{
	margin-bottom: 16px;
}
.ts-banner .box-content{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ts-banner .button{
	display: inline-block;
	position: relative;
	min-width: 0;
	padding: 0;
}
.ts-banner.banner-style-default .banner-img img{
	width: 100%;
}
.ts-banner .banner-img img{
	transition: 600ms ease 0s;
}
.ts-banner:not(.no-eff) .overlay{
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	z-index: 3;
	opacity: 0.7;
	transform: scale3d(0,1,0);
	transition: 600ms ease;
}
.ts-banner .banner-link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.ts-banner:not(.banner-style-default) .box-content > header{
	position: absolute;
	z-index: 2;
}
/*** Button ***/
.ts-banner a.button.plain-text,
.ts-banner a.button.text-underline{
	min-width: 0;
	border-width: 0 0 1px 0;
	padding: 0 20px 5px 0 !important; /* rtl */
	margin: 0;
	position: relative;
	overflow: visible;
}
.ts-banner a.button.plain-text,
.ts-banner a.button.text-underline,
.ts-banner a.button.plain-text:hover,
.ts-banner a.button.text-underline:hover{
	background: none !important;
	box-shadow: none !important;
}
.ts-banner a.button.plain-text,
.ts-banner a.button.plain-text:hover{
	border-width: 0;
}
.ts-banner a.button.text-underline,
.ts-banner a.button.text-underline:hover{
	border-width: 0 0 3px 0;
}
.ts-banner a.button.plain-text:before,
.ts-banner a.button.text-underline:before{
	position: absolute;
	right: 0; /* rtl */
	top: 4px;
}
/*** Banner content position ***/
.ts-banner:not(.banner-style-default).left-top .box-content > header{
	left: 5%;right: auto;
	top: 5%;bottom: auto;
}
.ts-banner:not(.banner-style-default).left-bottom .box-content > header{
	left: 5%;right: auto;
	top: auto;bottom: 5%;
}
.ts-banner:not(.banner-style-default).left-center .box-content > header{
	left: 6%;right: auto;
	top: 50%;bottom: auto;
	transform: translate(0,-50%);
}
.ts-banner:not(.banner-style-default).right-top .box-content > header{
	right: 5%;left: auto;
	top: 5%;bottom: auto;
}
.ts-banner:not(.banner-style-default).right-bottom .box-content > header{
	right: 5%;left: auto;
	top: auto;bottom: 5%;
}
.ts-banner:not(.banner-style-default).right-center .box-content > header{
	right: 6%;left: auto;
	top: 50%;bottom: auto;
	transform: translate(0,-50%);
}
.ts-banner:not(.banner-style-default).center-top .box-content > header{
	text-align: center;
	left: 50%;right: auto;
	top: 6%;bottom: auto;
	transform: translate(-50%,0);
}
.ts-banner:not(.banner-style-default).center-bottom .box-content > header{
	text-align: center;
	left: 50%;right: auto;
	top: auto;bottom: 4%;
	transform: translate(-50%,0);
}
.ts-banner:not(.banner-style-default).center-center .box-content > header{
	left: 50%;right: auto;
	top: 50%;bottom: auto;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.ts-banner:not(.has-image) .box-content{
	padding: 110px 85px;
}
.ts-banner:not(.has-image) .box-content > header{
	position: static;
	transform: none !important;
}
.ts-banner.banner-style-3.left-top .box-content > header,
.ts-banner.banner-style-3.left-center .box-content > header,
.ts-banner.banner-style-3.left-bottom .box-content > header{
    text-align: left;
	left: 17%;
}
/*** Style Default ***/
.ts-banner.banner-style-default header{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5 !important;
	opacity: 0;
	transition: 600ms ease;
	text-align: center;
}
.ts-banner.banner-style-default:hover header{
	opacity: 1;
}
.ts-banner.banner-style-default.eff-scale header,
.ts-banner.banner-style-default.eff-grayscale header{
	transform: translate(-50%,-50%) scale3d(0,1,0);
}
.ts-banner.banner-style-default.eff-scale:hover header,
.ts-banner.banner-style-default.eff-grayscale:hover header{
	transform: translate(-50%,-50%) scale3d(1,1,1);
}
.ts-banner.banner-style-default.eff-scale .banner-wrapper,
.ts-banner.banner-style-default.eff-grayscale .banner-wrapper{
	position: relative;
	overflow: hidden;
}
.ts-banner.banner-style-default.eff-scale .banner-wrapper:hover .overlay,
.ts-banner.banner-style-default.eff-grayscale .banner-wrapper:hover .overlay{
	transform: scale3d(1,1,1);
}
.ts-banner.eff-border .overlay{
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transform: scale3d(1,1,1);
}
.ts-banner.no-eff .overlay{
	display: none;
}
/*** Effect Scale ***/
.ts-banner.eff-scale:hover .banner-img img{
	transform: scale(1.2,1.2);
}
/*** Effect Grayscale ***/
.ts-banner.eff-grayscale:hover .banner-img img{
	filter: grayscale(100%);
}
/*** Effect Shadow ***/
.ts-banner.eff-shadow{
	transition: all 600ms ease;
}
.ts-banner.eff-shadow:hover{
	box-shadow: 5px 5px 10px rgba(155,155,155,0.3);
}
/*** Effect Border ***/
.ts-banner.eff-border .box-content > header{
	z-index: 5 !important;
}
.ts-banner.eff-border .overlay{
	background: transparent !important;
}
.ts-banner.eff-border .overlay:before,
.ts-banner.eff-border .overlay:after{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	transition: opacity 700ms, transform 700ms;
}
.ts-banner.eff-border .overlay:before{
	border-width: 1px 0;
	border-style: solid;
	transform: scale(0,1);
}
.ts-banner.eff-border .overlay:after{
	border-width: 0 1px;
	border-style: solid;
	transform: scale(1,0);
}
.ts-banner.eff-border:hover .overlay:before,
.ts-banner.eff-border:hover .overlay:after{
	opacity: 1;
	transform: scale(1);
}

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

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

/*--------------------------------------------------------------------------------------------------------------*/
/*- 5. SHORTCODE PRODUCT SLIDER --------------------------------------------------------------------------------*/
.ts-shortcode{
	position: relative;
	clear: both;
}
.title-default > *,
.title-default .shortcode-heading-wrapper{
	width: auto;
	float: none;
	display: block;
	padding: 0;
}
.ts-product-wrapper.title-default > *{
	width: 75%;
	float: left;/* rtl */
}
.ts-product-wrapper.title-default .shortcode-heading-wrapper{
	width: 25%;
	padding-right: 30px;/* rtl */
}
.ts-shortcode .shortcode-heading-wrapper{
	margin: 0 0 30px 0;
}
.ts-product-wrapper .image-gallery{
	display: block;
	margin: 0 -10px 30px -10px;
}
.ts-product-wrapper .image-gallery:after{
	display: table;
	clear: both;
	content: "";
}
.ts-product-wrapper .image-gallery > div{
	padding: 0 10px;
	float: left;/* rtl */
	width: 20% !important;
}
.image-gallery > div a{
	position: relative;
	display: block;
}
.image-gallery > div a:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	transition: 250ms ease 0s;
}
.image-gallery > div a:after{
	transition: 250ms ease 0s;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	transform: scale(0,0);
	z-index: 2;
	line-height: 40px;
	content: "\f06e";
	font-size: 26px;
	font-family: 'FontAwesome';
	color: #ffffff;
	text-align: center;
}
.image-gallery > div a:hover:before{
	opacity: 0.8;
}
.image-gallery > div a:hover:after{
	transform: scale(1,1);
}
.has-image-gallery section .thumbnail-wrapper{
	overflow: hidden;
}
.has-image-gallery section .thumbnail-wrapper:before{
	position: absolute;
	content: "";
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 4px;
	border-width: 4px 0 0 0;
	border-style: solid;
	z-index: 5;
	transition: 250ms ease 0s;
}
.has-image-gallery section.current .thumbnail-wrapper:before,
.has-image-gallery section:hover .thumbnail-wrapper:before{
	left: 0;
	right: 0;
}
.ts-product.item-line .owl-carousel .owl-stage-outer{
	margin-left: 1px; /* rtl */
}
.ts-product.item-line .product .thumbnail-wrapper:before{
    position: absolute;
    left: 0; /* rtl */
    top: 0;
    bottom: 0;
    width: 1px;
    right: auto; /* rtl */
    content: "";
    border-width: 0 1px 0 0;
    border-style: solid;
    z-index: 3;
}
.ts-product.ts-slider.item-line .product .thumbnail-wrapper:before{
    left: -1px; /* rtl */
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 6. SHORTCODE BANNER IMAGE ----------------------------------------------------------------------------------*/
.ts-banner-image{
	overflow: hidden;
	position: relative;
	text-align: center;
}
.ts-banner-image *{
	backface-visibility: hidden;
}
.ts-banner-image img.text-image{
	position: absolute;
	z-index: 2;
}
.ts-banner-image > *{
	display: block;
	position: relative;
	overflow: hidden;
}
.ts-banner-image > *:after{
	display: table;
	content: "";
	clear: both;
}
.ts-banner-image img.bg-image{
	position: relative;
	width: 100%;
	transition: 250ms ease 0s;
}
.ts-banner-image .overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	opacity: 0;
	z-index: 3;
	transform: scale(0);
	transition: 350ms ease 0s;
}

/* Effect BG Image */
.ts-banner-image.eff-scale:hover img.bg-image{
	transform: scale(1.1,1.1);
}
.ts-banner-image.eff-opacity:hover img.bg-image{
	filter: grayscale(100%);
}
.ts-banner-image.eff-opacity:hover .overlay{
	opacity: 0.7;
	transform: scale(1);
}
.ts-banner-image.eff-border .overlay{
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	content: "";
	z-index: 3;
	background: transparent !important;
}
.ts-banner-image.eff-border .overlay:after{
	z-index: 4;
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-width: 20px;
	border-style: solid;
	border-color: inherit;
	opacity: 0.5;
	transition: 250ms ease 0s;
}
.ts-banner-image.eff-border:hover .overlay:after{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Banner content position */
.ts-banner-image img.text-image{
	transition: 250ms ease 0s;
	margin: 0;
}
.ts-banner-image.left-top img.text-image{
	left: 5%;right: auto;
	top: 5%;bottom: auto;
	margin: 20px 0 0 10px;
}
.ts-banner-image.left-bottom img.text-image{
	left: 5%;right: auto;
	top: auto;bottom: 5%;
	margin: 0 0 20px 20px;
}
.ts-banner-image.left-center img.text-image{
	left: 5%;right: auto;
	margin: 0 0 0 10px;
	top: 50%;bottom: auto;
	transform: translate(0,-50%);
}
.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .ts-banner-image.left-center:not(.fix-width) img.text-image{
	left: 10%;
}
.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 10px 0 0;
	transform: translate(0,-50%);
}
.vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .ts-banner-image.right-center:not(.fix-width) img.text-image{
	right: 10%;
}
.ts-banner-image.center-top img.text-image{
	left: 50%;right: auto;
	top: 5%;bottom: auto;
	margin: 30px 0 0 0;
	transform: translate(-50%,0);
}
.ts-banner-image.center-bottom img.text-image{
	left: 50%;right: auto;
	top: auto;bottom: 5%;
	margin: 0 0 20px 0;
	transform: translate(-50%,0);
}
.ts-banner-image.center-center img.text-image{
	left: 50%;right: auto;
	top: 50%;bottom: auto;
	transform: translate(-50%,-50%);
	text-align: center;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 7. SHORTCODE BLOG ------------------------------------------------------------------------------------------*/
.ts-blogs-wrapper .content-wrapper{
	margin: 0 -10px 0 -10px;
}
.ts-blogs-wrapper.item-list .content-wrapper{
	margin: 0;
}
.ts-blogs-wrapper .load-more-wrapper{
	text-align: center;
    margin: 0;
	padding: 0 10px;
    display: inline-block;
	width: 100%;
	clear: both;
}
.ts-blogs-wrapper.item-list .load-more-wrapper{
	padding: 0;
}
.shop-more,
.view-more{
	text-align: center;
	margin-top: 40px;
}
.ts-product .shop-more{
	margin-top: 10px;
}
.ts-blogs-wrapper.meta-background .thumbnail-content{
	margin-bottom: 0;
}
.ts-blogs-wrapper.meta-background .entry-content{
	padding: 25px 30px 30px 30px;
}
/* MANSORY */
.ts-masonry article{
	margin-bottom: 30px;
}
.ts-blogs.ts-masonry .thumbnail-content{
	margin-bottom: 0; 
}
.ts-masonry.ts-blogs .entry-content{
	padding: 20px 30px 30px 30px;
	position: relative;
	margin: 0;
}
.ts-masonry.ts-blogs .thumbnail-content .entry-meta-top{
	padding-left: 28px;
	padding-right: 28px;
}
.ts-blogs.ts-masonry .blogs .item{
	margin-bottom: 30px;
}
.ts-blogs .blogs .quote-wrapper{
	background: rgba(160,160,160,0.1);
}
.ts-blogs .blogs .quote-wrapper blockquote{
	background: transparent;
}
/* BLOG LIST */
.ts-blogs.item-list .article-content{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ts-blogs.item-list .thumbnail-content{
	width: 18%;
	display: table-cell;
	vertical-align: middle;
}
.ts-blogs.item-list .entry-content{
	padding: 0 0 0 30px;/* rtl */
	display: table-cell;
	vertical-align: middle;
}
.ts-blogs.item-list .entry-meta-bottom{
	border-width: 0;
	padding-top: 0;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 8. SHORTCODE WIDGET PRODUCTS -------------------------------------------------------------------------------*/
.widget.ts-products-widget > .widgettitle{
	padding: 0;
	margin-bottom: 30px;
}
.woocommerce .ts-products-widget ul.product_list_widget li,
.ts-products-widget .woocommerce ul.product_list_widget li{
	border-width: 0;
	margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.woocommerce .ts-products-widget ul.product_list_widget li .ts-wg-thumbnail,
.ts-products-widget .woocommerce ul.product_list_widget li .ts-wg-thumbnail{
	width: 150px;
	padding-right: 30px; /* rtl */
}
.woocommerce .ts-products-widget ul.product_list_widget li img,
.ts-products-widget .woocommerce ul.product_list_widget li img{
	width: 100%;
}
.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: 150px;/* rtl */
}
.vc_col-sm-6 > .wpb_wrapper > .ts-products-widget ul.product_list_widget li .ts-wg-thumbnail{
	width: 180px;
}
.vc_col-sm-6 > .wpb_wrapper > .ts-products-widget ul.product_list_widget li .ts-wg-meta{
	margin-left: 180px;/* rtl */
}

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

.ts-button-wrapper a.ts-button.text-underline{
	background: none !important;
	min-width: 0;
	border-width: 0 0 1px 0;
	padding: 0 !important; /* rtl */
	margin: 0;
	position: relative;
	overflow: visible;
}
.ts-button-wrapper a.ts-button.text-underline,
.ts-button-wrapper a.ts-button.text-underline:hover{
	border-width: 0 0 3px 0;
	box-shadow: none !important;
}

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

/*--------------------------------------------------------------------------------------------------------------*/
/*- 11. SHORTCODE HEADING --------------------------------------------------------------------------------------*/
.ts-heading{
	margin: 0 0 30px 0;
	display: inline-block;
	width: 100%;
}
.ts-heading:after{
	display: table;
	clear: both;
	content: "";
}
.ts-heading.text-light .heading{
	color: #ffffff;
	border-color: #ffffff;
}
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
	margin: 0 0 30px 0;
	position: relative
}
.ts-heading > .heading,
.title-default .shortcode-heading-wrapper .heading-title{
	margin: 0;
	position: relative;
}
.title-default .shortcode-heading-wrapper .heading-title{
	margin-bottom: 10px;
}
.style-default > .heading:after,
.title-default .shortcode-heading-wrapper .heading-title:after{
	content: "";
	margin-left: 10px;/* rtl */
	width: 120px;
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 1px;
	display: inline-block;
}
.style-big-center > *,
.title-big-center .shortcode-heading-wrapper{
	text-align: center;
}
.title-center-line-before .shortcode-heading-wrapper .heading-title{
	text-align: center;
}
.ts-shortcode.title-line-before .shortcode-heading-wrapper .heading-title:after,
.title-line-before .widgettitle:after,
.title-center-line-before .shortcode-heading-wrapper .heading-title:after{
	height: 2px;
	border-width: 2px 0 0 0;
	border-style: solid;
	width: 60px;
	content: "";
	margin-left: 10px;/* rtl */
	display: inline-block;
}

/* 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 ------------------------------------------------------------------------------------------*/

.vc_toggle{
	margin-bottom: 30px;
	position: relative;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
    position: relative;
    padding: 12px 0; /* rtl */
    line-height: 26px;
	background: rgba(0,0,0,0.05);
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
    padding-left: 70px; /* rtl */
    padding-right: 20px; /* rtl */
}
body.wpb-js-composer .vc_toggle .vc_toggle_icon{
	position: absolute;
	top: 0;
	left: 0; /* rtl */
	bottom: 0;
	transform: none;
	content: "";
	z-index: 3;
	width: 50px;
    height: 50px;
    line-height: 50px;
	letter-spacing: 0;
	margin: 0 !important;
	display: block;
	text-align: center;
	background: rgba(0,0,0,0.2);
	border-width: 0;
	color: #ffffff;
}
body.wpb-js-composer .vc_toggle .vc_toggle_icon:before{
	background: transparent;
	z-index: 3;
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	display: inline;
	font-size: 14px;
	font-style: normal;
	margin-top: 0;
	position: static;
	transform: none;
	content: "\f067";
	height: auto;
	width: auto;
	visibility: visible;
	border: 0;
}
body.wpb-js-composer .vc_toggle .vc_toggle_icon:after{
	display: none;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
    margin-top: 30px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content p:last-child{
	margin-bottom: 0;
}

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

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

/*--------------------------------------------------------------------------------------------------------------*/
/*- 15. SHORTCODE TESTIMONIAL ----------------------------------------------------------------------------------*/
.ts-testimonial-wrapper .item:not(:last-child){
	margin-bottom: 30px;
}
.ts-testimonial-wrapper blockquote{
	background: #ffffff;
	border-radius: 5px;
	padding: 32px 40px;
	max-width: none;
	width: 100%;
	display: table;
	font-size: 100%;
	line-height: 1.5;
}
.ts-testimonial-wrapper blockquote > div{
	display: table-cell;
	vertical-align: middle;
}
.ts-testimonial-wrapper .image{
	width: 130px;
}
.ts-testimonial-wrapper .image img,
.ts-testimonial-wrapper .owl-carousel .owl-item .image img{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin-right: 30px;
	display: inline-block;
}
.ts-testimonial-wrapper .author-role,
.ts-testimonial-wrapper .content{
	margin-top: 0;
	margin-bottom: 10px;
}
.ts-testimonial-wrapper .author-role .author{
	text-transform: uppercase;
}
.ts-testimonial-wrapper .author-role .role{
	font-size: 90%;
}
.ts-testimonial-wrapper.text-light .content,
.ts-testimonial-wrapper.text-light .author-role .author a,
.ts-testimonial-wrapper.text-light .author-role .role{
	color: #ffffff;
}
blockquote .author-role .author + .social-icons{
	margin-left: 10px;
}
blockquote .author-role .social-icons > a{
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	font-size: 16px;
	transition: 500ms ease;
}
blockquote .author-role .social-icons > a:hover{
	transform: rotate(360deg);
}
/*Rating*/
.ts-testimonial-wrapper .rating,
blockquote .rating{
	width: 72px;
	height: 16px;
	margin: 5px 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 20px;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0;
}
.ts-testimonial-wrapper .rating span,
blockquote .rating span{
	padding-top: 3em;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	position: relative;
	float: left;/* rtl */
}
.ts-testimonial-wrapper .rating:before,
blockquote .rating:before{
	content: "\73\73\73\73\73";
	float: left;/* rtl */
	top: 0;
	left: 0;/* rtl */
	position: absolute;
}
.ts-testimonial-wrapper .rating span:before,
blockquote .rating span:before{
	content: "\73\73\73\73\73";
	top: 0;
	position: absolute;
	left: 0;/* rtl */
} 
.ts-testimonial-wrapper .rating span:before,
.ts-testimonial-wrapper .rating:before,
blockquote .rating span:before,
blockquote .rating:before{
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 16px;
	font-family: star;
	max-width: 100%;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 16. SHORTCODE TEAM MEMBER ----------------------------------------------------------------------------------*/
.ts-team-members{
	margin-bottom: 30px;
	margin-left: -10px;
    margin-right: -10px;
}
.ts-team-members:after,
.ts-team-members .team-info:after{
	display: table;
	clear: both;
	content: "";
}
.ts-team-members.ts-slider{
	margin: 0;
}
.ts-team-members .item{
	padding: 0 10px 30px;
}
.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 .image-thumbnail{
	margin-bottom: 23px;
}
.ts-team-members .image-thumbnail figure{
	position: relative;
	overflow: hidden
}
.ts-team-members .image-thumbnail figure > a{
	display: block;
}
.ts-team-members .image-thumbnail img{
	transition: 340ms ease 0s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	width: 100%;
}
.ts-team-members .image-thumbnail:hover img{
	transform: scale(1.1);
	opacity: 0.6;
}
.ts-team-members .team-info{
	overflow: hidden;
}
.ts-team-members .team-info .name,
.ts-team-members .team-info .member-social{
	margin-top: 0;
}
.ts-team-members .team-info header{
	margin-bottom: 5px;
}
.ts-team-members h3{
	margin: 15px 0 5px;
}
.ts-team-members .member-role{
	font-style: italic;
	font-style: normal;
}
.ts-team-members .member-excerpt{
	margin-top: 12px;
	margin-bottom: 14px;
}
.ts-team-members .member-social{
	margin: 0 -5px;
}
.ts-team-members .member-social a{
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	line-height: 1;
}
.ts-team-members .member-social a.facebook:hover{
	color: #3B5998;
}
.ts-team-members .member-social a.twitter:hover{
	color: #2CAAE1;
}
.ts-team-members .member-social a.google:hover{
	color: #DD4B39;
}
.ts-team-members .member-social a.linked:hover{
	color: #007BB6;
}
.ts-team-members .member-social a.rss:hover{
	color: #FF5600;
}
.ts-team-members .member-social a.dribbble:hover{
	color: #F26798;
}
.ts-team-members .member-social a.instagram:hover{
	color: #e1473f;
}
.ts-team-members .member-social a.pinterest:hover{
	color: #CA1517;
}
/*** Style 1 ***/
.ts-team-members.style-1 .team-info > header{
	float: left;/* rtl */
	width: auto;
	max-width: 50%;
}
.ts-team-members.style-1 .member-social{
	float: right;/* rtl */
	max-width: 50%;
}
/*** Style 2 ***/
.ts-team-members.style-2 .team-content{
	position: relative;
}
.ts-team-members.style-2 header{
	padding: 0 30px;
	text-align: center;
}
.ts-team-members.style-2 .member-social{
	position: absolute;
	left: auto;
	right: 20px;
	top: 20px;
	text-align: center;
	z-index: 2;
}
.ts-team-members.style-2 .member-social a{
	display: block;
    margin-bottom: 20px;
	transition: 250ms ease 100ms;
	opacity: 0;
	transform: translateY(20px);
}
.ts-team-members.style-2 .image-thumbnail:hover .member-social a{
	opacity: 1;
	transform: translateY(0);
}
.ts-team-members.style-2 .member-social a{
	float: none;
}
.ts-team-members.style-2 .member-social a:nth-child(2){transition-delay: 150ms;}
.ts-team-members.style-2 .member-social a:nth-child(3){transition-delay: 200ms;}
.ts-team-members.style-2 .member-social a:nth-child(4){transition-delay: 250ms;}
.ts-team-members.style-2 .member-social a:nth-child(5){transition-delay: 300ms;}
.ts-team-members.style-2 .member-social a:nth-child(6){transition-delay: 350ms;}
.ts-team-members.style-2 .member-social a:nth-child(7){transition-delay: 400ms;}
.ts-team-members.style-2 .member-social a:nth-child(8){transition-delay: 450ms;}
.ts-team-members.style-2 .image-thumbnail:hover .member-social{
	display: block;
}
/*** Style 3 ***/
.ts-team-members.style-3 .team-content{
	background: rgba(0,0,0,.05);
	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-3 .team-info{
	padding-left: 30px;
}

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

/* Tour section */
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab{
	position: relative;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0; /* rtl */
	width: 4px;
	height: 36px;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: transparent;
	transform: scale3d(1,0,0);
	transition: 400ms ease;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active:before{
	transform: scale3d(1,1,1);
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0; /* rtl */
	width: 4px;
	height: 36px;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: transparent;
	transform: scale3d(1,0,0);
	transition: 400ms ease;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active:before{
	transform: scale3d(1,1,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{
	width: 100%;
}
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.vc_general .vc_tta-tab.vc_active>a::after, 
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active>a::before{
	display: none !important;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container{
	padding: 0;
	width: 22%;
	float: left;
	position: relative;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	display: none;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container{
	float: right;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	-webkit-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: block;
	width: 78%;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
	padding-right: 30px;
	padding-left: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels{
	padding: 0;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab{
	margin: 0;
	padding: 0;
	width: 100%;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab{
	text-align: left;
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab{
	text-align: right;
}
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: 5px 25px;
    margin-bottom: 20px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
	display: none !important;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container{
	display: block !important;
	width: 100%;
	padding: 0;
}

/*** ACCORDION ***/

.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body{
	border-width: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title,
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title>a{
	line-height: 26px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title>a{
	padding: 12px 50px 12px 0;
	position: relative;
	display: block;
	border-width: 1px 0 0;
	border-style: solid;
	cursor: pointer;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-1 .vc_tta-panel-title{
	color: inherit;
	font-weight: 400;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel:last-child .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a{
	border-bottom-width: 1px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title>a:after{
	content: '';
	display: table;
	clear: both;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title .vc_tta-controls-icon{
	width: 50px;
    height: 50px;
    line-height: 50px;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    transform: none;
    content: "";
    z-index: 3;
    border: 0;
    margin: 0 !important;
    display: block;
	font-size: 14px;
}
body.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before{
	border-width: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body{
	padding: 30px 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body p:last-child{
	margin-bottom: 0;
}

/*** Style 2 ***/

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-2 .vc_tta-panel{
	margin-bottom: 25px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-2 .vc_tta-panel-title>a{
	border-width: 1px;
	padding-left: 20px; /* rtl */ 
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-2 .vc_tta-panel-title>a:after{
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 0;
	border-width: 2px 0 0;
	border-style: solid;
	transition: 600ms ease 0s;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-2 .vc_tta-panel-title:hover > a:after,
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-2 .vc_tta-panel.vc_active .vc_tta-panel-title > a:after{
	width: 100%;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-2  .vc_tta-panel-body{
	padding-left: 54px; /* rtl */
}

/*** Style 3 ***/

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-3 .vc_tta-panel{
	margin-bottom: 25px;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-3 .vc_tta-panel-title>a{
	padding-left: 20px; /* rtl */
	background: rgba(155,155,155,.2);
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-3 .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-3 .vc_tta-panel:last-child .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-3 .vc_tta-panel.vc_active .vc_tta-panel-title>a{
	border-width: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-3  .vc_tta-panel-body{
	padding-left: 20px; /* rtl */
	padding-right: 20px; /* rtl */
}

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

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

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

/*--------------------------------------------------------------------------------------------------------------*/
/*- 20. SHORTCODE SINGLE IMAGE ---------------------------------------------------------------------------------*/
.ts-effect-image{
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-effect-image .image-link{
	display: block;
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
.ts-effect-image.eff-shine .image-link:before{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.ts-effect-image.eff-shine .image-link:hover:before{
	-webkit-animation: shine 1.2s;
	animation: shine 1.2s;
	animation-delay: 150ms;
}
.ts-effect-image:not(.no-eff) .image-link img{
	width: 100%;
}
.ts-single-image.eff-shine > a.image-link{
	display: inline-block;
}
.ts-single-image.eff-shine > a.image-link img{
	width: auto;
}
.ts-effect-image.eff-scale .image-link img,
.ts-effect-image.eff-shine .image-link img{
	transition: 600ms ease 0s;
}
.ts-effect-image.eff-scale .image-link:hover img,
.ts-effect-image.eff-shine .image-link:hover img{
	transform: scale(1.2);
}
@-moz-keyframes shine {
	100% {
		left: 125%;
	}
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.banner-columns-4 .widget.ts-single-image{
	width: 25%;
}
.ts-effect-image.eff-border .overlay:before,
.ts-effect-image.eff-border .overlay:after{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	transition: opacity 700ms, transform 700ms;
}
.ts-effect-image .overlay:before{
	border-width: 1px 0;
	border-style: solid;
	transform: scale(0,1);
}
.ts-effect-image .overlay:after{
	border-width: 0 1px;
	border-style: solid;
	transform: scale(1,0);
}
.ts-effect-image.eff-border:hover .overlay:before,
.ts-effect-image.eff-border:hover .overlay:after{
	opacity: 1;
	transform: scale(1);
}
.ts-effect-image.eff-grayscale img{
    transition: 600ms ease 0s;
}
.ts-effect-image.eff-grayscale:hover img{
	filter: grayscale(100%);
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 21. SHORTCODE FEATURE --------------------------------------------------------------------------------------*/

.ts-feature-wrapper{
	margin-bottom: 30px;
}
.ts-feature-wrapper.horizontal-icon .feature-content > *,
.ts-feature-wrapper.step-number .feature-content > *{
    display: table-cell;
    vertical-align: baseline;	
}
.ts-feature-wrapper.horizontal-icon .feature-content > *{
    vertical-align: middle;	
}
.ts-feature-wrapper.horizontal-icon .feature-icon,
.ts-feature-wrapper.step-number .feature-icon{
	padding-right: 20px; /*rtl*/

}
.ts-feature-wrapper .feature-icon{
	line-height: 1;
	min-width: 45px;
}
.ts-feature-wrapper .feature-icon i{
	display: inline-block;
	width: 100px;
	height: 100px;
    line-height: 100px;
	border-radius: 10px;
	text-align: center;
}
.ts-feature-wrapper .feature-number{
	font-weight: bold;
}
.ts-feature-wrapper.vertical-icon,
.ts-feature-wrapper.vertical-image{
	text-align: center;
}
.ts-feature-wrapper.vertical-icon .feature-icon,
.ts-feature-wrapper.vertical-image .feature-image{
	margin-bottom: 30px;
	display: block;
}

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

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

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

/*--------------------------------------------------------------------------------------------------------------*/
/*- 25. SHORTCODE COUNTDOWN ------------------------------------------------------------------------------------*/
.ts-countdown .counter-wrapper{
	margin: 0 -30px;
}
.ts-countdown .counter-wrapper > div{
	margin: 0 30px;
}
.ts-countdown .counter-wrapper .number{
	font-size: 32px;
	margin-bottom: 20px;
}
.ts-countdown .counter-wrapper .ref-wrapper{
	font-size: 14px;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 26. SHORTCODE TYPE TAB PRODUCTS ----------------------------------------------------------------------------*/
.ts-product-in-product-type-tab-wrapper .column-tabs{
	position: relative;
}
.ts-product-in-product-type-tab-wrapper .column-tabs:after{
	display: table;
	content: "";
	clear: both;
}
.ts-product-in-product-type-tab-wrapper .column-tabs .heading-tab{
	float: left;/* rtl */
	position: relative;
}
.ts-product-in-product-type-tab-wrapper .column-tabs .tabs{
	margin: 0 -10px 20px -10px;
	display: block;
	float: right;/* rtl */
}
.ts-product-in-product-type-tab-wrapper .column-tabs .tabs li{
	margin: 5px 10px;
	transition: 250ms ease 0s;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
}
.ts-product-in-product-type-tab-wrapper .column-tabs .tabs li:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	line-height: 4px;
	letter-spacing: 0;
	font-size: 20px;
	content: "\f0d7";
	position: absolute;
	left: 50%;
	width: 10px;
	margin-left: -5px;
	bottom: -7px;
	opacity: 0;
	transition: 250ms ease 0s;
	text-align: center;
}
.ts-product-in-product-type-tab-wrapper .column-tabs .tabs li.current:before{
	opacity: 1;
}
.ts-product-in-product-type-tab-wrapper .column-tabs:after,
.ts-product-in-product-type-tab-wrapper .column-content:after{
	display: table;
	content: "";
	clear: both;
}
.ts-product-in-product-type-tab-wrapper .column-content{
	clear: both;
	position: relative;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 27. SHORTCODE SUBSCRIPTION ---------------------------------------------------------------------------------*/
.ts-mailchimp-subscription-shortcode .widget-title-wrapper{
	margin-bottom: 0;
}
.ts-mailchimp-subscription-shortcode .widget-title-wrapper h3{
	padding-bottom: 0;
	margin-bottom: 10px;
}
.ts-mailchimp-subscription-shortcode.text-center{
	text-align: center !important;
}
.ts-mailchimp-subscription-shortcode.text-right{
	text-align: right !important;
}
/*** Style 1 ***/
.vertical-button-icon .subscribe-email .button,
.widget_mc4wp_form_widget .subscribe-email .button,
.widget-container.mailchimp-subscription .subscribe-email .button{
	position: absolute;
	bottom: 0;
	top: auto;
	right: 0;/* rtl */
	line-height: 0 !important;
	z-index: 2;
	min-width: initial;
	font-size: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	width: 50px !important;
	height: 50px;
	min-width: auto !important;
	margin: 0;
	border-width: 0 !important;
	font-size: 0;
}
.vertical-button-icon .subscribe-email .button span,
.widget_mc4wp_form_widget .subscribe-email .button span,
.widget-container.mailchimp-subscription .subscribe-email .button > span{
	font-weight: normal;
	letter-spacing: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transition: 250ms ease 0s;
}
.vertical-button-icon .mailchimp-subscription .button > span:before,
.widget_mc4wp_form_widget .subscribe-email .button > span:before,
.widget-container.mailchimp-subscription .subscribe-email .button > span:before{
	font-size: 30px;
	line-height: 50px;
}
.vertical-button-icon .mailchimp-subscription input[type="email"],
.widget_mc4wp_form_widget .subscribe-email input[type="email"],
.widget-container.mailchimp-subscription .subscribe-email input[type="email"]{
    padding: 10px 50px 10px 20px; /* rtl*/
	height: 50px;
    border: none;
	margin: 0;
	background: transparent;
	border-width: 1px;
	border-style: solid;
	box-shadow: none !important;
}
.vertical-button-icon .subscribe-email,
.widget_mc4wp_form_widget .subscribe-email,
.widget-container.mailchimp-subscription .subscribe-email{
	position: relative;
}
.vertical-button-icon .subscribe-email .button:hover span,
.widget_mc4wp_form_widget .subscribe-email .button:hover span,
.widget-container.mailchimp-subscription .subscribe-email .button:hover span{
	opacity: 0.6;
}
/*** Style 2 ***/
.ts-mailchimp-subscription-shortcode.vertical-button-icon.style-2 .subscribe-email .button{
	width: 60px !important;
}
.ts-mailchimp-subscription-shortcode.style-2 .mailchimp-subscription input[type="email"] {
    border-radius: 50px;
	padding-right: 60px; /* rtl */
}
.ts-mailchimp-subscription-shortcode.style-2 .mailchimp-subscription input[type="email"],
.ts-mailchimp-subscription-shortcode.style-2 .subscribe-email .button{
	height: 60px;
}
.ts-mailchimp-subscription-shortcode.style-2 .mailchimp-subscription .button > span:before{
	line-height: 60px;
}
/*** Text light ***/
.text-light .mailchimp-subscription .widget-title,
.text-light .mailchimp-subscription .newsletter{
	color: #ffffff;
}
.vertical-button-icon.text-light .mailchimp-subscription input[type="email"],
.widget_mc4wp_form_widget.text-light .subscribe-email input[type="email"],
.widget-container.mailchimp-subscription.text-light .subscribe-email input[type="email"]{
	background: #ffffff;
	border-color: #ffffff !important;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 28. SHORTCODE GALLERY --------------------------------------------------------------------------------------*/
.ts-image-gallery-wrapper .owl-dots{
	display: none !important;
}
.ts-image-gallery-wrapper .item{
	padding: 0;
	overflow: hidden;
	position: relative;
}
.ts-image-gallery-wrapper .item a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	content: "";
	z-index: 1;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	transition: 250ms ease 0s;
}
.ts-image-gallery-wrapper .item a:hover:before,
.ts-image-gallery-wrapper .item a:hover:after{
	opacity: 1;
}
.ts-image-gallery-wrapper .item a:after{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	opacity: 0;
	margin-top: -20px;
	margin-left: -20px;
	content: "\f065";
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	background: #000000;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	transition: 250ms ease 0s;
}
.ts-image-gallery-wrapper .item a{
	cursor: pointer;
}
.ts-image-gallery-wrapper.has-margin .images{
	margin-left: -5px;
	margin-right: -5px;
}
.ts-slider.has-margin .images{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.ts-image-gallery-wrapper.has-margin .images > .item{
	padding: 5px;
}
.ts-image-gallery-wrapper.ts-slider .item{
	padding: 0 !important;
}
.ts-image-gallery-wrapper .item a{
	display: inline-block;
	position: relative;
}
.ts-image-gallery-wrapper .item a:hover{
	text-decoration: none;
	background: #000000;
}
.ts-image-gallery-wrapper .images > .item a img{
	transition: 250ms ease 0s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.ts-image-gallery-wrapper .images .item{
	float: left;/* rtl */
}
.ts-image-gallery-wrapper.columns-1 .images .item{
	width: 100%;
}
.ts-image-gallery-wrapper.columns-2 .images .item{
	width: 50%;
}
.ts-image-gallery-wrapper.columns-3 .images .item{
	width: 33.33333%;
}
.ts-image-gallery-wrapper.columns-4 .images .item{
	width: 25%;
}
.ts-image-gallery-wrapper.columns-5 .images .item{
	width: 20%;
}
.ts-image-gallery-wrapper.columns-6 .images .item{
	width: 16.666666%
}

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

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

}
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__price{
	
}
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__first-line,
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn{
	margin-bottom: 20px;
}
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__btn-buy.snpt-cta-btn{
	border-radius: 0 !important;
}
body .public-hotspot-info-holder .public-hotspot-info .public-hotspot-info__second-line{
	font-size: 16px;
	height: auto;
}
body .hotspot-modal .hotspot-modal__caption{
	font-size: 14px;
}
body .hotspot-modal .hotspot-modal__caption{
	opacity: 0.8;
}
.nav-style-light .owl-nav > div:before{
	color: #ffffff;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 32. SHORTCODE TAB PRODUCT ----------------------------------------------------------------------------------*/
.column-tabs:after{
	display: table;
	content: "";
	clear: both;
}
.column-tabs .heading-tab .heading-title{
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}
.column-tabs .list-categories:after{
	display: table;
	clear: both;
	content: "";
}
.tab-heading-default .column-tabs .heading-tab .heading-title{
	margin-bottom: 0;
}
.tab-heading-default .column-tabs .heading-tab{
	float: left; /* rtl */
}
.tab-heading-default .column-tabs .list-categories{
	float: right;/* rtl */
}
.ts-product-in-category-tab-wrapper .column-tabs .tabs{
	margin: 0 -20px;
	display: block;
}
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs{
	margin-bottom: 45px;
}
.column-tabs .tabs li{
	list-style: none;
	padding: 0;
	cursor: pointer;
}
.column-tabs .tabs li.current{
	cursor: default;
}
.column-tabs .tabs li span.count{
	text-transform: none;
	font-size: 85%;
}
.ts-product-in-category-tab-wrapper .column-tabs .tabs li{
	margin: 0 20px;
	transition: 250ms ease 0s;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
}
.ts-product-in-product-type-tab-wrapper.tab-heading-default .column-tabs .tabs li:before,
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs .tabs li:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	line-height: 4px;
	letter-spacing: 0;
	font-size: 20px;
	content: "\f0d7";
	position: absolute;
	left: 50%;
	width: 10px;
	margin-left: -5px;
	bottom: -7px;
	opacity: 0;
	transition: 250ms ease 0s;
	text-align: center;
}
.ts-product-in-product-type-tab-wrapper.tab-heading-default .column-tabs .tabs li.current:before,
.ts-product-in-category-tab-wrapper.tab-heading-default .column-tabs .tabs li.current:before{
	opacity: 1;
}
.ts-product-in-category-tab-wrapper .column-tabs .tabs li span{
	display: block;
}
.ts-product-in-category-tab-wrapper .shop-more{
	margin-top: 10px;
}
.ts-product-in-category-tab-wrapper .loading ~ .shop-more{
	display: none !important;
}
.tab-heading-center-line-after.nav-bottom .shop-more{
	float: left;/* rtl */
	margin-top: -30px;
	height: 30px;
}
.tab-heading-center-line-after.nav-bottom.has-shop-more-button .owl-controls .owl-nav{
	float: right; /* rtl */
}
.tab-heading-center-line-after.nav-bottom.has-shop-more-button .owl-controls{
	margin-left: 130px;/* rtl */
	margin-right: 0;/* rtl */
	overflow: hidden;
}
.nav-default .tab-heading-center-line-after.nav-bottom.has-shop-more-button .owl-controls{
	margin-right: -10px;/* rtl */
}
.tab-heading-center-line-after.nav-bottom.has-shop-more-button .owl-controls .owl-nav:before{
	width: 2000px;
}
.ts-product-in-category-tab-wrapper.tab-heading-background-gray .shop-more{
	margin-top: 0;
	display: inline-block;
	position: absolute;
	right: 30px;/* rtl */
	top: 64px;
}
.tab-heading-center-line-after.nav-bottom .shop-more{
	width: calc(100% - 200px);
	text-align: inherit;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*- 33. SHORTCODE PRODUCT VIDEO --------------------------------------------------------------------------------*/
.ts-products-video-wrapper .content-products{
	float: left;/* rtl */
	width: 30.7%;
	position: relative;
}
.ts-products-video-wrapper .content-products .caroufredsel_wrapper,
.ts-products-video-wrapper .content-products .caroufredsel_wrapper .product_list_widget{
	width: 100% !important;
}
.ts-products-video-wrapper .content-video{
	float: left;/* rtl */
	width: 69.3%;
}
.ts-products-video-wrapper .content-products ul.product_list_widget li{
	border-width: 0;
	padding: 0;
	transition: 250ms ease 0s;
}
.ts-products-video-wrapper .content-products ul.product_list_widget li:hover,
.ts-products-video-wrapper .content-products ul.product_list_widget li.current{
	background-color: #f5f5f5;
}
.ts-products-video-wrapper ul.product_list_widget li .ts-wg-meta{
	margin-left: 100px;/* rtl */
	padding-top: 15px;
}
.woocommerce .ts-products-video-wrapper ul.product_list_widget li img{
	width: 80px;
}
ul.product_list_widget li .play-button{
	position: absolute;
	left: 0;/* rtl */
	top: 0;
	bottom: 0;
	width: 80px;
	content: "";
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transition: 250ms ease 0s;
	background-image: url(../images/play-video.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
}
.ts-products-video-wrapper .content-products:hover .navigation > div{
	visibility: visible;
	opacity: 1;
}
.ts-products-video-wrapper .navigation > div{
	position: absolute;
	top: 0;
	width: auto !important;
	left: 0;
	right: 0;
	height: 30px !important;
	line-height: 30px;
	border-width: 0;
	background: rgba(0,0,0,0.2) !important;
	visibility: hidden;
	opacity: 0;
	background: url(../images/play-video.png) center no-repeat;
}
.ts-products-video-wrapper .navigation > div.next-button{
	bottom: 0;
	top: auto;
}
.ts-products-video-wrapper .navigation > div:hover{
	background: rgba(0,0,0,0.4) !important;
}
ul.product_list_widget li:hover .play-button{
	opacity: 1;
	visibility: visible;
}
ul.product_list_widget li .play-button:hover{
	background-color: rgba(0,0,0,0.5);
}
.ts-products-video-wrapper ul.product_list_widget li > a.ts-wg-thumbnail:before{
	display: none !important;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*- 34. SHORTCODE SOCIAL ICONS --------------------------------------------------------------------------------*/
.ts-social-icons .social-icons{
	display: block;
}
.ts-social-icons .list-icons:after{
	display: table;
	clear: both;
	content: "";
}
.ts-social-icons .list-icons{
	display: inline-block;
}
.ts-social-icons .social-icons li{
	position: relative;
	display: block;
}
.ts-social-icons .social-icons:not(.style-verticle) .list-icons{
	margin: 0 -8px;
}
.ts-social-icons .social-icons:not(.style-verticle) li{
	padding: 8px;
	float: left;/* rtl */
	text-align: center;
}
.ts-social-icons .social-icons li > a{
	display: block;
}
.ts-social-icons .social-icons:not(.style-verticle) li > a{
    font-size: 18px;
}
.ts-social-icons .social-icons:not(.style-verticle) .ts-tooltip{
	display: none;
	position: absolute;
	content: "";
	top: -32px;
	left: 50%;
	margin-left: -30px;
	height: 20px;
	opacity: 0;
	visibility: hidden;
	padding: 2px 5px;
	line-height: 16px;
	width: 60px;
	font-size: 9px;
	transition: 250ms ease 0s;
}
.ts-social-icons .social-icons:not(.style-verticle) li a:hover .ts-tooltip{
	z-index: 999;
}
.ts-social-icons .social-icons:not(.style-verticle) li.google-plus .ts-tooltip{
	width: 74px;
	margin-left: -37px;
}
.ts-social-icons .social-icons:not(.style-verticle).show-tooltip .ts-tooltip{
	display: inline-block;
}
.ts-social-icons .social-icons:not(.style-verticle) .ts-tooltip:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	letter-spacing: 0;
	content: "\f0d7";
	position: absolute;
	bottom: -9px;
	left: 50%;
	font-size: 12px;
	margin-left: -3px;
}
.ts-social-icons .social-icons:not(.style-verticle) li a:hover .ts-tooltip{
	opacity: 1;
	top: -26px;
	visibility: visible;
}
/*** Style Default ***/
.ts-social-icons .social-icons.style-default .list-icons{
	margin-left: -15px;
	margin-right: -15px;
}
.ts-social-icons .social-icons.style-default li{
	padding-left: 15px;
	padding-right: 15px;
}
/*** Style Square ***/
.ts-social-icons .social-icons.style-square li > a,
.ts-social-icons .social-icons.style-circle li > a{
	border: 1px solid;
	width: 40px;
    height: 40px;
    line-height: 40px;
}
/*** Style Circle ***/
.ts-social-icons .social-icons.style-circle li > a{
	border-radius: 100%;
}
/*** Style Verticle ***/
.ts-social-icons .social-icons.style-verticle li > a{
	width: auto;
    height: auto;
    line-height: 24px;
}
.ts-social-icons .social-icons.style-verticle li > a > *{
	display: inline-block;
	vertical-align: middle;
}
.ts-social-icons .social-icons.style-verticle li > a > i{
	width: 30px;
}
/*** Hover style default & verticle ***/
.ts-social-icons .social-icons.style-default li.facebook a:hover,
.ts-social-icons .social-icons.style-verticle li.facebook a:hover,
.ts-social-icons li.facebook a span:before{ 
	color: #3b5998;
}
.ts-social-icons .social-icons.style-default li.twitter a:hover,
.ts-social-icons .social-icons.style-verticle li.twitter a:hover,
.ts-social-icons li.twitter a span:before{ 
	color: #2caae1; 
}
.ts-social-icons .social-icons.style-default li.flickr a:hover,
.ts-social-icons .social-icons.style-verticle li.flickr a:hover,
.ts-social-icons li.flickr a span:before{ 
	color: #e30761; 
}
.ts-social-icons .social-icons.style-default li.vimeo a:hover,
.ts-social-icons .social-icons.style-verticle li.vimeo a:hover,
.ts-social-icons li.vimeo a span:before{ 
	color: #17b3e8; 
}
.ts-social-icons .social-icons.style-default li.youtube a:hover,
.ts-social-icons .social-icons.style-verticle li.youtube a:hover,
.ts-social-icons li.youtube a span:before{ 
	color: #cc181e; 
}
.ts-social-icons .social-icons.style-default li.viber a:hover,
.ts-social-icons .social-icons.style-verticle li.viber a:hover,
.ts-social-icons li.viber a span:before{ 
	color: #7c529e; 
}
.ts-social-icons .social-icons.style-default li.skype a:hover,
.ts-social-icons .social-icons.style-verticle li.skype a:hover,
.ts-social-icons li.skype a span:before{ 
	color: #009ee5; 
}
.ts-social-icons .social-icons.style-default li.instagram a:hover,
.ts-social-icons .social-icons.style-verticle li.instagram a:hover,
.ts-social-icons li.instagram a span:before{ 
	color: #d32558; 
}
.ts-social-icons .social-icons.style-default li.pinterest a:hover,
.ts-social-icons .social-icons.style-verticle li.pinterest a:hover,
.ts-social-icons li.pinterest a span:before{ 
	color: #cb2027; 
}
.ts-social-icons .social-icons.style-default li.custom a:hover,
.ts-social-icons .social-icons.style-verticle li.custom a:hover,
.ts-social-icons li.custom a span:before{ 
	color: #dc6728; 
}
/*** Hover style square & circle ***/
.ts-social-icons .style-square li a:hover,
.ts-social-icons .style-circle li a:hover,
.ts-social-icons .style-default li a .ts-tooltip,
.ts-social-icons .style-square li a .ts-tooltip,
.ts-social-icons .style-circle li a .ts-tooltip{
	color: #ffffff;
}
.ts-social-icons .style-square li.facebook a:hover,
.ts-social-icons .style-circle li.facebook a:hover,
.ts-social-icons .style-default li.facebook a .ts-tooltip,
.ts-social-icons .style-square li.facebook a .ts-tooltip,
.ts-social-icons .style-circle li.facebook a .ts-tooltip{ 
	background-color: #3b5998; 
	border-color: #3b5998; 
}
.ts-social-icons .style-square li.twitter a:hover,
.ts-social-icons .style-circle li.twitter a:hover,
.ts-social-icons .style-default li.twitter a .ts-tooltip, 
.ts-social-icons .style-square li.twitter a .ts-tooltip, 
.ts-social-icons .style-circle li.twitter a .ts-tooltip{ 
	background-color: #2caae1; 
	border-color: #2caae1; 
}
.ts-social-icons .style-square li.flickr a:hover,
.ts-social-icons .style-circle li.flickr a:hover,
.ts-social-icons .style-default li.flickr a .ts-tooltip, 
.ts-social-icons .style-square li.flickr a .ts-tooltip, 
.ts-social-icons .style-circle li.flickr a .ts-tooltip{ 
	background-color: #e30761; 
	border-color: #e30761; 
}
.ts-social-icons .style-square li.vimeo a:hover,
.ts-social-icons .style-circle li.vimeo a:hover,
.ts-social-icons .style-default li.vimeo a .ts-tooltip, 
.ts-social-icons .style-square li.vimeo a .ts-tooltip, 
.ts-social-icons .style-circle li.vimeo a .ts-tooltip{ 
	background-color: #17b3e8; 
	border-color: #17b3e8; 
}
.ts-social-icons .style-square li.youtube a:hover,
.ts-social-icons .style-circle li.youtube a:hover,
.ts-social-icons .style-default li.youtube a .ts-tooltip, 
.ts-social-icons .style-square li.youtube a .ts-tooltip, 
.ts-social-icons .style-circle li.youtube a .ts-tooltip{ 
	background-color: #cc181e; 
	border-color: #cc181e; 
}
.ts-social-icons .style-square li.viber a:hover,
.ts-social-icons .style-circle li.viber a:hover,
.ts-social-icons .style-default li.viber a .ts-tooltip, 
.ts-social-icons .style-square li.viber a .ts-tooltip, 
.ts-social-icons .style-circle li.viber a .ts-tooltip{ 
	background-color: #7c529e; 
	border-color: #7c529e; 
}
.ts-social-icons .style-square li.skype a:hover,
.ts-social-icons .style-circle li.skype a:hover,
.ts-social-icons .style-default li.skype a .ts-tooltip, 
.ts-social-icons .style-square li.skype a .ts-tooltip, 
.ts-social-icons .style-circle li.skype a .ts-tooltip{ 
	background-color: #009ee5; 
	border-color: #009ee5; 
}
.ts-social-icons .style-square li.instagram a:hover,
.ts-social-icons .style-circle li.instagram a:hover,
.ts-social-icons .style-default li.instagram a .ts-tooltip, 
.ts-social-icons .style-square li.instagram a .ts-tooltip, 
.ts-social-icons .style-circle li.instagram a .ts-tooltip{ 
	background-color: #d32558; 
	border-color: #d32558; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.ts-social-icons .style-square li.pinterest a:hover,
.ts-social-icons .style-circle li.pinterest a:hover,
.ts-social-icons .style-default li.pinterest a .ts-tooltip, 
.ts-social-icons .style-square li.pinterest a .ts-tooltip, 
.ts-social-icons .style-circle li.pinterest a .ts-tooltip{ 
	background-color: #cb2027; 
	border-color: #cb2027; 
}
.ts-social-icons .style-square li.custom a:hover,
.ts-social-icons .style-circle li.custom a:hover,
.ts-social-icons .style-default li.custom a .ts-tooltip, 
.ts-social-icons .style-square li.custom a .ts-tooltip, 
.ts-social-icons .style-circle li.custom a .ts-tooltip{ 
	background-color: #dc6728; 
	border-color: #dc6728; 
}
.ts-social-icons .social-icons.text-light{
	color: #ffffff;
}