/*------------------------------------------------------------------------
# Theme: 	Videofly - WordPress Magazine Theme
# ------------------------------------------------------------------------
# Author: 	TouchSize
# Website: 	http://touchsize.com
# Demo: 	http://demo.touchsize.com/videofly
# ------------------------------------------------------------------------
# Theme styles:
# 1. GENERAL WP
# 2. BASE
# 3. TYPOGRAPHY
# 4. SINGLE PAGE
    4.0 General
    4.1 Post pagination
	4.2 Author box
	4.3 Share box
	4.4 Related posts
	4.5 Comments
	4.6 Events
	4.7 Video
	    4.7.0 - Single video common styles
	    4.7.1 - Single video style one
	    4.7.2 - Single video style two
	4.10 Portfolio
	4.11 Growpop navigation
	4.12 Product
	4.13 Gallery
# 5. SHORTCODES
# 6. ARTICLE VIEWS
	6.0 General
	    6.0.1 - Article views common styles
	6.1 Grid
	6.2 List
	6.3 Big post
	6.4 Thumbnail
	6.5 Super post
	6.6 Timeline
	6.7 Mosaic
	6.8 Team
	6.9 Product
# 7. OVERLAY EFFECTS
	7.0 General
# 8. ELEMENTS
	8.0 Social Buttons
	8.1 Search box
	8.2 Menu
		8.2.0 General
		8.2.1 Default Menu
		8.2.2 Standard Menu
		8.2.3 Sticky Menu
		8.2.4 Vertical Menu
		8.2.5 Mega Menu
		8.2.6 Taxonomy Mega Menu
		8.2.7 Mobile Menu
	8.3 Sliders
		8.3.1 Flexslider
		8.3.2 bxSlider
		8.3.3 Slicebox
		8.3.4 Parallax
		8.3.5 JoySlider
	8.4 Testimonials
	8.5 Call to action
	8.6 Team
	8.7 Title
		8.7.1 Text aligned center with 2 lines before and after
		8.7.2 Title aligned center with linear icon after
		8.7.3 Title aligned left
		8.7.4 Title with line after
		8.7.5 Title aligned center with line and rectangular below
		8.7.6 Title aligned left with rectangular left
		8.7.7 Title aligned center
	8.8 Image
	8.9 Filters
	8.10 Buttons
	8.11 Contact form
	8.12 Featured area
	8.13 Image carousel
	8.14 Icon
	8.15 Pricing table
	8.16 Listed features
	8.17 Icon box
	8.18 Counter
	8.19 Clients
	8.20 Map
	8.21 Banner
	8.22 Ribbon banner
	8.23 Toggle
	8.24 Tabs
	8.25 Timeline features
	8.26 Video carousel
	8.27 Powerlink
	8.28 Calendar
	8.29 Events
	8.30 Alert
	8.31 Skills
	8.32 Article accordion
	8.33 Breadcrumb
	8.34 Shopping cart
	8.35 Instance element
# 9. POST
	9.1 Tags
	9.2 Gallery
	9.3 Navigator
	9.4 Elements
# 10. BOXED LAYOUT
# 11. OTHERS
	11.1 Pagination
	11.2 Back to portfolio
	11.3 Facebook Modal
	11.4 Preloader
	11.5 Delimiters
	11.6 404 Page
	11.7 ZoomIn
	11.8 Count Down
	11.9 Audio Playlist
	11.10 WooCommerce
	11.11 Back to TOP
	11.12 MailChimp Widdget
	11.13 Fancybox Styles
	11.14 Like / dislike styles
	11.15 Captcha
# 12. HEADER
	12.1 Left
	12.2 Right
# 13. User page


	--------------------------------------------------------------------------------*/

/*
--------------------------------------------------------------------------------
	1. GENERAL WP
--------------------------------------------------------------------------------
*/
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	clear: both;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
	display: block;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
	display: block;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid rgba(60,60,60,0.2);
	padding: 3px;
	max-width: 100%; /* Image does not overflow the content area */
	text-align: center;
	margin-bottom: 20px;
	font-style: italic;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
	clear: both;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 15px 4px 5px;
}
blockquote p{
	font-weight: normal;
}
.gallery-caption{

}
.bypostauthor{

}
.commentlist > .pingback{
	margin-bottom: 5px;
}
.commentlist > .pingback + .comment{
	margin-top: 40px;
}
.commentlist > .pingback .edit-link a{
	display: inline-block;
	margin-left: 10px;
	text-decoration: underline;
}
.single-post .post-content .gallery .gallery-item img{
	border: none !important;
	margin-bottom: 15px;
}
.single-post.single-format-video .post-content embed{
	/*max-width: 100%;
	height: 100%;*/
}
.comment-content table tr > th{
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
	padding: 8px;
	line-height: 1.42857143;
}
.comment-content table tr > td{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.comment-content table tbody > tr:nth-of-type(odd) {
	background-color: #fff;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

img{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*
--------------------------------------------------------------------------------
	2. BASE
--------------------------------------------------------------------------------
*/
html, body, #wrapper{
	min-height: 100%;
}
code{
	white-space: normal;
}
input::-moz-focus-inner {
	border: 0;
}
object, embed, iframe {
	outline: 0;
}
iframe{
	max-width: 100%;
}
a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
}
a {
	outline: 0;
	color: inherit;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	-ms-transition: color .3s linear;
	transition: color .3s linear;
}
img{
	max-width: 100%;
	height: auto;
}
ol{
	list-style-type: decimal;
	list-style-position: inside;
}
ul{
	list-style-type: circle;
	list-style-position: inside;
}
a.animated{
	display: inline-block;
	max-width: 100%;
}
#main{
	padding-left: 20px;
	padding-right: 20px;
}
.single-portfolio #main {
	padding: 0;
}
#logo-container{ margin-bottom: 30px }
/*#content p { margin: 0 0 20px }*/
#content{ line-height: 1.7 }
.container{
	position: relative;
}
.site-section.has-video-bg .container,
.site-section.has-row-mask .container{
	z-index: 1;
}
.clear{ clear:both }
.relative{ position:relative }
.woverflow{ overflow: visible }
.no-padding, .no-pad{ padding: 0 }
.text-uppercase{ text-transform: uppercase }
.error404 #content .content-block div > *:last-child{ margin-bottom: 100px }
.content-block{ clear: both }
.col-lg-12{ clear: both }
.carousel-container .col-lg-12{ clear: none }
.post-content h1,
.post-content h2,
.post-content h3{ margin-top: 35px }
.builder-element-icon-toggle{ display: none }
.content-block article{ margin-bottom: 40px }
.ts-advertising-container{ margin: 40px auto }
.site-section.has-video-bg{
	position: relative;
	overflow: hidden;
}
body.archive #wrapper.container section#main > .container,
body.blog #wrapper.container section#main > .container{
	padding: 0 20px;
}
body.archive.woocommerce-page #main{
	padding-left: 0;
	padding-right: 0;
}
div[data-element="icon-element"] i:before{
	margin: 0;
}
.row-mask,
.column-mask{
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.column-mask{
	left: 20px;
	right: 20px;
}
.video-background{
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}
.tsz-footer-developer-info{
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
}
@-webkit-keyframes scrollAnimateMove {
	0%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25%{
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	50%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes scrollAnimateMove {
	0%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25%{
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	50%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100%{
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.ts-scroll-down-btn:before{
	content: '';
	display: block;
	width: 1px;
	height: 50px;
	background: rgba(230,230,230,0.1);
	position: absolute;
	left: 50%;
	top: -50px;
}
.ts-scroll-down-btn{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.ts-scroll-down-btn a{
	width: 50px;
	height: 50px;
	line-height: 52px;
	border-radius: 50%;
	color: rgba(240, 240, 240, 0.5);
	display: inline-block;
	font-size: 36px;
	text-shadow: 0 0 4px rgba(60,60,60,0.6);
	animation: scrollAnimateMove 4s infinite;
	-webkit-animation: scrollAnimateMove 4s infinite;
}

.ts-scroll-down-btn a:hover{
	color: rgba(255, 255, 255, 0.8);
}
.no-gutter div[class*="col-"]{
	padding: 0;
}
.no-gutter div[class*="col-"] article{
	margin-bottom: 0;
}
.ts-page-with-layout-builder{
	padding: 0;
}
.ts-section-with-box-shadow{
	box-shadow: inset 0 0 25px rgba(30,30,30,0.08);
}
.site-section{
	position: relative;
}
.ts-expanded-row > .row {
	margin: 0 -20px;
}
.ad-container{
	line-height: 1.8;
}
.embedded_videos{
	width: 100%;
	display: block;
}
.embedded_videos > p{
	line-height: 0;
}
.masonry-element.col-lg-4{
	width: 33.3%;
}
.masonry-element.col-lg-3{
	width: 24.9%;
}


/* Grid clears */
.cols-by-3 > div[class*="col-"]:nth-child(3n+1){
	clear: left;
}
.cols-by-2 > div[class*="col-"]:nth-child(2n+1){
	clear: left;
}
.cols-by-6 > div[class*="col-"]:nth-child(6n+1){
	clear: left;
}
.cols-by-4 > div[class*="col-"]:nth-child(4n+1){
	clear: left;
}


/*
--------------------------------------------------------------------------------
	3. TYPOGRAPHY
--------------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: bold;
}
h1{
	font-size: 54px;
}
h2{
	font-size: 44px;
}
h3{
	font-size: 38px;
}
h4{
	font-size: 32px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 14px;
}
h4, h5, h6{
	line-height: 1.7;
}
p{
	line-height: 1.8;
}
p:last-child{
	margin-bottom: 0;
}
blockquote.entry-blockquote-italic {
	border: none;
	font-size: 15px;
	font-style: italic;
	line-height: 1.8;
	padding: 0;
}
blockquote p{
	line-height: 1.6;
}
em{
	font-style: italic;
}
h3.block-title i{
	color:#eb593c;
	font-style: normal;
	margin:0;
}
.listed-two-view h4.title{
	font-size: 26px;
	margin:0;
	color: #333;
}
.listed-two-view h4.title{
	font-size: 18px;
	margin:0;
	margin-bottom: 10px;
}
.text-image-gallery h4.title{
	font-size: 23px;
	margin:0;
	margin-bottom: 10px;
}
.super-posts h3.title{
	font-size: 22px;
	margin:0;
}
h3.small-block-title{
	font-size: 28px;
	font-weight: 400;
	color: #444;
	text-transform: uppercase;
	margin:0;
	margin-bottom: 10px;
	margin-top:8px;
}
h1.page-title{
	line-height: 1.3;
	margin-top:0px;
	margin-bottom: 20px;
	font-weight: normal;
}
.page-subtitle{
	font-size: 18px;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: -20px;
}
h3.archive-title{
	margin: 0;
	margin-bottom: 10px;
}
.archive-title span{
	font-weight: normal;
	font-size: 14px;
}
.search .archive-title span{
	font-size: inherit;
}
.search #main .container #searchbox{
	text-align: center;
}
.search #main .container #searchbox a{
	display: inline-block;
	margin-bottom: 40px;
	font-size: 38px;
}
.search #main .archive-title{
	padding-top: 40px;
	border-top: 4px double;
}
.archive-desc p{
	display: block;
	margin-bottom: 50px;
}
.related-title, .comments-title{
	margin-bottom: 35px;
}
.related-title{
	font-size: 44px;
}
@media only screen and (max-width: 768px){
	h1.page-title{
		font-size: 28px;
	}
}


/*
--------------------------------------------------------------------------------
	4. SINGLE PAGE
--------------------------------------------------------------------------------
*/
	/*
		4.0 General
		*/
		.single #main {
			padding: 0;
		}
		.single-post > header {
			background: #000;
			min-height: 200px;
			margin-bottom: 40px;
		}
		.single-post .post-header-image-holder {
			margin-bottom: 20px;
		}

		.single-post .post-header-image-holder img {
			width: 100%;
		}
		body.page .post-meta > li:not(:last-child):after,
		.single-post .post-meta > li:not(:last-child):after {
			content: '';
			display: block;
			width: 1px;
			background: rgba(60,60,60,0.1);
			height: 60px;
			position: absolute;
			right: 5px;
			top: 0;
			-webkit-transform: rotate(20deg);
			-moz-transform: rotate(20deg);
			-o-transform: rotate(20deg);
			-ms-transform: rotate(20deg);
			transform: rotate(20deg);
		}
		body.page .post-meta > li,
		.single-post .post-meta > li {
			padding: 20px 35px 0 10px;
			list-style: none;
			display: inline-block;
			position: relative;
		}
		body.page .post-meta,
		.single-post .post-meta{
			margin-bottom: 40px;
		}
		@media screen and (max-width: 560px) {
			.single-post .post-meta > li {
				padding: 30px 10px;
			}
		}
		.single-post .post-meta > li:first-child {
			border-left: none;
			padding-left: 0;
		}
		.single-post .post-meta > li .icon-heart:before,
		.single-post .post-meta > li .icon-time:before,
		.single-post .post-meta > li .icon-views:before,
		.single-post .post-meta > li .icon-comments:before{
			font-size: 18px;
			vertical-align: middle;
		}
		.single-post .post-meta  > li, .single-post .post-meta span {
			font-size: 14px;
		}
		.single-post .post-meta > li,
		body.page .post-meta > li,
		.single-post .post-meta span{
			color: #c5c5c5;
		}
		.single-post .post-title,
		.single-post .post-content .post-subtitle {
			text-align: left;
		}
		.single-post .post-content {
			padding-bottom: 60px;
			margin: auto;
		}
		.post-content blockquote{
			border: 0 none;
			padding: 10px 60px 0 60px;
			position: relative;
			font-size: 18px;
			margin-bottom: 50px;
		}
		.post-content blockquote p{
			font-size: 18px;
		}
		.post-content blockquote:before,
		.post-content blockquote:after{
			content: '\e816';
			font-family: 'redfont';
			font-size: 52px;
			position: absolute;
			opacity: 0.3;
			left: 0;
			top: 10px;
			line-height: 0;
		}
		.post-content blockquote:after{
			top: auto;
			bottom: 10px;
			right: 0;
			left: auto;
		}
		@media screen and (max-width: 768px) {
			.post-content blockquote{
				padding: 0 30px 0 30px;
				margin-bottom: 40px;
			}
			.post-content blockquote:before,
			.post-content blockquote:after{
				font-size: 22px;
			}
		}
		.single-post .post-title {
			font-size: 62px;
			font-weight: 400;
			margin-bottom: 20px;
			margin-top: 0;
		}
		.single-post .post-subtitle {
			font-size: 18px;
			font-weight: 400;
			line-height: 1.9;
		}
		.single-post p {
			line-height: 2;
			margin-bottom: 30px;
		}
		.post-related{
			margin-bottom: 40px;
		}
		.single-post .ts-post-nav-recommended,
		.single-post .ts-post-nav {
			margin-bottom: 20px;
		}
		.single-post .ts-post-nav-recommended span,
		.single-post .ts-post-nav span {
			color: #191919;
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
		}
		.single-post .ts-post-nav-recommended h3,
		.single-post .ts-post-nav h3 {
			color: #7f7f7f;
			font-size: 14px;
			margin-top: 10px;
		}
		.single-post .ts-post-nav-recommended h3:before {
			content: '\2022';
			padding-right: 10px;
		}

		.single-post .ts-post-nav h3 {
			font-size: 18px;
			margin: 5px 0 0;
		}
		.single-post .ts-single-post.single_style1 .content-splitter.with-sidebar{
			max-width: 100%;
			margin: 0 auto;
		}
		.single-post .ts-single-post.single_style1 .content-splitter.without-sidebar{
			max-width: 100%;
			margin: 0 auto;
			text-align: left;
		}
		.single-post .ts-single-post .content-splitter.with-sidebar-left #secondary{
			padding-right: 60px;
		}
		.single-post .ts-single-post .content-splitter.with-sidebar-left #secondary:after{
			content: '';
			position: absolute;
			top: 0;
			right: 20px;
			background: rgba(60,60,60,0.08);
			width: 1px;
			height: 100%;
		}
		.single-post .ts-single-post .content-splitter.with-sidebar-right #secondary:after{
			content: '';
			position: absolute;
			top: 0;
			left: 20px;
			background: rgba(60,60,60,0.08);
			width: 1px;
			height: 100%;
		}
		.single-post .ts-single-post .content-splitter.with-sidebar-right #secondary{
			padding-left: 60px;
		}
		.ts-single-post .ts-fixed-image{
			position: relative;
		}
		@media only screen and (max-width: 960px){
		    .single-post .ts-single-post .content-splitter.with-sidebar-left #secondary,
		    .single-post .ts-single-post .content-splitter.with-sidebar-right #secondary{
				padding: 0 20px;
		    }
		    .single-post .ts-single-post .content-splitter.with-sidebar,
			.single-post .ts-single-post .content-splitter.without-sidebar{
				width: auto;
			}
		}
		.single .single-post-tags{
			list-style: none;
			margin-bottom: 80px;
		}
		.single .single-post-tags li{
			display: inline-block;
		}
		.single .post-rating{
			margin-bottom: 30px;
		}
		.single .post-rating .rating-items{
			list-style-type: none;
			position: relative;
			margin-bottom: 20px;
		}
		.single .post-rating .rating-items li{
			margin-bottom: 20px;
		}
		.single .post-rating .rating-items li:last-child{
			margin-bottom: 0;
		}
		.single .post-rating .rating-items li .rating-title,
		.single .post-rating .rating-items li .rating-score{
			display: inline-block;
		}
		.single .post-rating .rating-items li .rating-title{
			font-style: italic;
			font-size: 22px;
			margin: 0;
			margin-bottom: 10px;
			padding-left: 30px;
			position: relative;
		}
		.single .post-rating .rating-items li .rating-title:before{
			content: "";
			position: absolute;
			left: 0;
			top: 50%;
			border-radius: 50%;
			width: 10px;
			height: 10px;
			margin-top: -5px;
		}
		.single .post-rating .rating-items li .rating-score{
			float: right;
			margin-top: 15px;
		}
		.single .post-rating .rating-items li .rating-bar{
			position: relative;
			height: 3px;
			background-color: #ededed;
			border: none;
			width: 100%;
		}
		.single .post-rating .rating-items li .rating-bar .bar-progress{
			width: 80%;
			position: absolute;
			height: 100%;
			top: 0;
			left: 0;
			background-color: #000;
			display: block;
		}
		.single .post-rating .counted-score span{
			font-size: 16px;
			font-weight: bold;
			color: #7c7c7c;
			display: inline-block;
			margin-right: 10px;
		}
		.single .post-rating .counted-score strong{
			font-size: 48px;
			color: #000;
		}
		/* Image special classes */
		.single-post .ts-single-post img.expand-left{
			margin-left: -20%;
			width: 120%;
			max-width: 120%;
		}
		.single-post .ts-single-post img.expand-right{
			margin-right: -20%;
			width: 120%;
			max-width: 120%;
		}
		.single-post .ts-single-post img.expand-both{
			margin-right: -15%;
			margin-left: -15%;
			width: 130%;
			max-width: 130%;
		}


/*
	4.1 Post pagination
*/

	.ts-post-nav{
		position: relative;
		overflow: hidden;
	}

	.ts-post-nav img{
		width: 100%;
		opacity: .18;
		background: #fff;
	}

	.ts-post-nav .post-nav-content{
		position: absolute;
		top:50%;
		-webkit-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);
		left:0;
		right:0;
		margin:0 auto;
	}
	.ts-post-nav .inner-content{
		position: absolute;
		top:  0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.ts-post-nav .post-nav-content{
		padding: 25px;
	}
	.ts-post-nav .content-wrapper{
		text-align: center;

	}
	.ts-post-nav .content-wrapper span{
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		color: #333;
		opacity: 0.6;
	}
	.ts-post-nav .content-wrapper .title{
		text-shadow: 1px 1px rgba(255, 255, 255, .3);
		color: #000;
		font-size: 18px;
	}

	.ts-post-nav .inner-content:before{
		content: " ";
		display: block;
		position: absolute;
		top:0;
		left:0;
		bottom: 0;
		right: 0;
		background: rgba(255, 255, 255, .7);
		opacity: 0;
		-webkit-transition: transform .3s linear, opacity .3s linear;
		-o-transition: transform .3s linear, opacity .3s linear;
		transition: transform .3s linear, opacity .3s linear;
	}
	.ts-post-nav.next .inner-content:before{
		-webkit-transform: translate(-100%, 0);
		   -moz-transform: translate(-100%, 0);
		    -ms-transform: translate(-100%, 0);
		     -o-transform: translate(-100%, 0);
		        transform: translate(-100%, 0);
	}
	.ts-post-nav.prev .inner-content:before{
		-webkit-transform: translate(100%, 0);
		   -moz-transform: translate(100%, 0);
		    -ms-transform: translate(100%, 0);
		     -o-transform: translate(100%, 0);
		        transform: translate(100%, 0);
	    }

	.ts-post-nav .inner-content:hover:before{
		opacity: 1;
		-webkit-transform: translate(0, 0);
		   -moz-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		     -o-transform: translate(0, 0);
		        transform: translate(0, 0);
	}

	.ts-post-nav .image-holder img{
		width: 100%;
	}

	.post-navigation .row > div[class*="col-"]:first-child{
		padding-right: 0;
	}

	.post-navigation .row > div[class*="col-"]:last-child{
		padding-left: 0;
	}

	@media only screen and (max-width:480px){
		.ts-post-nav{
			width: 100%;
		}
		.ts-post-nav .post-nav-content .title{
			text-overflow: ellipsis;
			word-wrap: break-word;
			overflow: hidden;
			max-height: 1.8em;
			line-height: 1.8em;
		}
		.post-navigation .row > div[class*="col-"]:first-child{
			padding-right: 20px;
		}
		.post-navigation .row > div[class*="col-"]:last-child{
			padding-left: 20px;
		}
	}


	/*
		4.2 Author box
		*/
		.post-author-box{
			margin-bottom: 60px;
			padding: 35px;
			position: relative;
			border: 1px solid rgba(200,200,200,0.2);
			clear:both;
		}
		.post-author-box:after{
			content: '';
			display: block;
			clear: both;
		}
		.post-author-box > a{
			max-width: 80px;
			display: inline-block;
			float: left;
			position: absolute;
			left: 35px;
		}
		.post-author-box > a img{
			border-radius: 50%;
			padding: 3px;
			background-color: rgba(200,200,200,0.2);
		}
		.post-author-box .author-box-content{
			float: left;
			text-align: left;
			padding-left: 120px;
		}
		.post-author-box > .author-title{
			font-weight: normal;
			margin: 0 0 5px;
			padding-top: 10px;
		}
		.post-author-box > .author-title a{
			color: inherit;
		}
		.post-author-box .author-box-info{
			line-height: 1.8;
			font-size: 12px;
		}
		.post-author-box + .delimiter.iconed{
			margin-top: -30px;
			margin-bottom: 40px;
		}
		.post-author-box + .delimiter.iconed:after{
			border-color: #f2f2f2;
			border-width: 1px;
			border-bottom: 0 none;
			margin-top: 0;
		}
		.author .author-title{
			font-size: 28px;
		}
		@media only screen and (max-width: 768px){
			.author .author-title{
				font-size: 18px;
				margin-top: 10px;
			}
		}

	/*
		4.3 Share box
		*/

		.page .post-social-sharing .share-options{
			float: left;
		}
		.page .share-options:after{
			content: "";
			display: block;
			clear: both;
		}
		.post-meta li > span,
		.post-meta li span.counted{
			-webkit-transform: translateY(2px);
			-moz-transform: translateY(2px);
			transform: translateY(2px);
		}


		/*popup share*/
		.ts-popup-share ul li > a[data-tooltip]:hover:after {
			background-color: rgba(0, 0, 0, 0.8);
			border-radius: 5px;
			top: -30px;
			left: 0;
			color: #fff;
			content: attr(data-tooltip);
			opacity: 1;
			visibility: visible;
			font-size: 11px;
			font-weight: normal;
			letter-spacing: 0;
			line-height: 1.7;
			padding: 3px 10px;
			position: absolute;
			white-space: nowrap;
			width: auto;
			z-index: 3;
		}
		.ts-popup-share label span{
			line-height: 1.4;
		}

		.ts-popup-share{
			display: none;
			position: absolute;
			top: 50%;
			width: 230px;
			left: 50%;
			margin-left: -115px;
			padding: 10px;
			box-shadow: 0 0 0 1px rgba(60, 60, 60, 0.08);
			opacity: 0;
			background: #FFF;
			z-index: 3;
			-webkit-transition: .3s top ease-out, .3s opacity ease-out;
			transition: .3s top ease-out, .3s opacity ease-out;
		}
		.ts-popup-share:after{
			content: '';
			display: block;
			clear: both;
		}
		.ts-popup-share.animated{
			opacity: 1;
			top: 100%;
			display: block;
		}
		.ts-popup-share:before{
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-bottom: 6px solid rgba(60, 60, 60, 0.08);;
			border-right: 6px solid transparent;
			border-left: 6px solid transparent;
			position: absolute;
			left: 50%;
			margin-left: -3px;
			top: -6px;
		}
		.ts-popup-share ul{
			list-style: none;
			display: block;
			margin: 0;
			padding: 0;
		}
		.ts-popup-share ul > li{
			display: block;
			width: 35px;
			float: left;
		}
		.ts-popup-share ul > li a{
			width: 35px;
			height: 35px;
			line-height: 35px;
			text-align: center;
		}
		.post-meta-share{
			position: relative;
		}
		.post-meta-share label{
			margin: 0;
			cursor: pointer;
		}
		.post-meta-share label:hover i{
			color: #7c7c7c;
		}



	/*
		4.4 Related posts
		*/
		.ts-related-video-container{
			margin-top: 40px;
		}
		.ts-related-video-container .nav-tabs{
			border: 0 none;
			margin-bottom: 30px;
		}
		.ts-related-video-container  .ts-tab-container .tab-content .tab-pane.active{
			background: transparent;
			border: 0 none;
			padding: 0;
		}
		.ts-related-video-container .ts-tab-container .nav-tabs > li > a,
		.ts-related-video-container .ts-tab-container .nav-tabs > li:not(.active) > a,
		.ts-related-video-container .ts-tab-container .nav-tabs > li.active > a{
			font-size: 22px;
			border: 0 none;
			padding: 0;
			color: #FFF;
			text-transform: uppercase;
			background: transparent;
		}
		.ts-related-video-container .ts-tab-container .nav-tabs > li.active > a{
			color: #E10D0D;
		}
		.ts-related-video-container .ts-tab-container .nav-tabs > li{
			margin-right: 30px;
		}

		.ts-related-video-container .related-title{
			margin-bottom: 30px;
			padding-bottom: 10px;
			border-bottom: 3px double rgba(60,60,60,0.05);
			font-size: 42px;
			text-transform: uppercase;
			text-align: center;
		}
		footer .related{
			clear: both;
			margin-top: 20px;
			text-align: left;
		}
		footer .related .title{
			font-size: 18px;
			font-weight: 500;
			padding-left: 20px;
		}
		footer .related .related-list > li{
			margin-bottom: 20px;
			display: block;
		}
		footer .related .related-list > li:last-child{
			margin-bottom: 60px;
		}

		footer .related .related-list .related-thumb{
			overflow: hidden;
			border-radius: 3px;
		}
		footer .related .related-list .related-thumb img{
			width: 100%;
		}
		footer .related .related-content{
			text-align: left;
		}
		footer .related .ts-view-entry-meta-date li{
			font-size: 12px;
		}
		footer .related .related-content h3{
			text-overflow: ellipsis;
		    word-wrap: break-word;
		    overflow: hidden;
		    max-height: 3.6em;
		    line-height: 1.2em;
		    font-size: 14px;
		    margin:0;
		}
		article[data-position="left"] footer .related .related-thumb{
			float: left;
		}
		article[data-position="right"] footer .related .related-thumb{
			float: right;
		}
		.ts-grid-view footer .related .related-list > li{
			width: 100%;

		}

		footer .related .related-list .related-content a{
			color: inherit;
		}
		@media only screen and (max-width: 960px){
			footer .related .related-list > li{
				width: 100%
			}
		}

	/*
		4.5 Comments
		*/
		#comments .comment-container{
			background: #F5F5F5;
			padding: 15px;
			margin-bottom: 30px;
			border-bottom: 5px solid #EAEAEA;
		}
		#comments ul,
		#comments ol{
			list-style-type: none;
		}
		.single-video-comments{
			margin-top: 60px;
			max-width: 100%;
		}
		.comment-respond {
			text-align: center;
		}
		#comments-title {
			margin-bottom: 60px;
			text-align: center;
			font-weight: normal;
			font-size: 32px;
		}
		.commentlist{
			margin-bottom: 40px;
		}
		.commentlist:after{
			content: '';
			display: block;
			clear: both;
		}
		.commentlist > li{
			display: block;
			margin-bottom: 20px;
		}
		.commentlist > li:after{
			content: '';
			display: block;
			clear: both;
		}
		.commentlist > li .comment .comment-content{
			padding-left: 75px;
		}
		.commentlist .children li .comment .comment-content{
			padding-left: 53px;
		}
		.commentlist > li .comment .comment-author img{
			max-width: 60px;
			max-height: 60px;
			float: left;
			margin-right: 15px;
			border-radius: 50%;
			box-shadow: 0 0 0 5px rgba(70,70,70,0.1);
			border: 1px solid #FFF;
		}
		.commentlist > li .comment .comment-author{
			font-size: 11px;
			margin-bottom: 15px;
		}
		.commentlist > li .comment .comment-author a{
			color: inherit;
		}
		.commentlist > li .comment .comment-author .fn{
			display: block;
			font-weight: bold;
			font-size: 14px;
		}
		.commentlist > li .comment .comment-reply-link{
			display: inline-block;
			float: right;
			font-size: 11px;
			background: #EB593C;
			border-radius: 2px;
			padding: 0 8px;
			color: #FFF;
			margin-top: -30px;
		}
		.commentlist > li .comment .comment-edit-link{
			font-weight: bold;
			padding-left: 15px;
		}
		.commentlist > li .children{
			margin-left: 40px;
		}
		#commentform p[class*="comment-form-"]:not(.comment-form-comment){
			display: block;
			width: 33.333%;
			margin: 0;
			float: left;
			margin-bottom: 20px;
			padding-right: 40px;
		}
		#commentform .form-submit{
			clear: both;
			width: 66.6%;
			float: right;
			text-align: left;
		}
		.woocommerce #review_form #respond p:nth-child(1){
			padding-right: 20px;
		}
		.woocommerce #review_form #respond p:nth-child(2){
			padding-left: 20px;
		}
		.woocommerce #review_form #respond p.comment-form-rating{
			width: 100%;
			padding-left: 0;
			padding-right: 0;
		}
		#commentform p.comment-form-comment{
			width:66.6%;
			float: right;
			margin-bottom: 15px;
		}

		.comment-form input, .comment-form textarea{
			background: #FFF;
			border: 1px solid rgba(0,0,0,0.05);
			box-shadow: 0 0 0px 2px rgba(0,0,0,0.01);
			border-radius: 0;
			color: #999;
			width: 100%;
			padding: 10px;
		}

		#commentform .form-submit input[type="submit"]{
			background: #EB593C;
			color: #FFF;
			box-shadow: none;
			padding: 0 25px;
			cursor: pointer;
			border-radius: 45px;
			text-transform: uppercase;
			font-weight: 600;
			width: auto;
			-webkit-transition: padding 0.2s ease-out;
			-moz-transition: padding 0.2s ease-out;
			transition: padding 0.2s ease-out;
		}
		#commentform .form-submit input[type="submit"]:hover{
			padding-right: 35px;
			padding-left: 35px;
		}
		#commentform label{
			color: #B1B9C7;
			text-transform: uppercase;
			font-size: 12px;
			margin-bottom: 10px;
		}
		#commentform .form-allowed-tags{
			font-size: 11px;
			color: #BBBEBF;
		}
		.comment-container .author-box{
			background: #FFF;
			text-align: center;
			border-top-right-radius: 5px;
			border-bottom-right-radius: 5px;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
			padding: 10px;
		}
		.comment-container .author-box img{
			margin: 5px 0;
			background: rgba(0,0,0,0.02);
			padding: 10px;
			border-radius: 5px;
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		}
		.comment-container .author{
			font-weight: bold;
			color: #EB593C;
			display: block;
		}
		.comment-container .comment-meta{
			border-bottom: 1px solid rgba(0,0,0,0.05);
			box-shadow: 0 1px 0 rgba(255,255,255,0.32);
			color: #999;
			font-size: 11px;
			padding-bottom: 5px;
		}
		.comment-container .comment-text{
			margin: 15px 0;
			line-height: 1.8;
		}
		.comment-reply{
			background: #EB593C;
			border-radius: 3px;
			color: #FFF;
			padding: 1px 5px;
			display: inline-block;
			float: right;
		}
		.comment-reply:hover, .comment-reply:focus{
			background: #333;
			color: #FFF;
		}
		.comment-form{
			margin-bottom: 30px;
		}

		.comment-form input{
			height: 40px;
			line-height: 40px;
			outline:none;
		}
		.comment-form input:focus, .comment-form textarea:focus{
			box-shadow: 0 0 10px rgba(90,90,90,0.1);
		}
		.comment-form textarea{
			padding: 20px;
			outline: none
		}
		.comment-form input[type="text"],
		.comment-form input[type="email"],
		.comment-form textarea{
			border: 1px solid rgba(90, 90, 90, .1);
			border-radius: 25px;
			padding-left: 20px;
		}
		.comment-form textarea{
			resize:vertical;
		}
		#comments .logged-in-as + .comment-form-comment{
			width: 100%;
		}
		#comments .logged-in-as + .comment-form-comment + .form-submit{
			width: 100%;
			text-align: center;
		}
		@media only screen and (max-width: 768px){
			#commentform p{
				padding: 0 !important;
				margin-bottom: 20px !important;
				width: 100% !important;
			}

			#commentform .form-submit{
				width: 100%;
				text-align: center;
			}
		}

	/*
		4.6 Events
		*/
		.single-event .event-map{
			margin-bottom: 30px;
		}
		.single-event .event-map iframe{
			width: 100%;
		}
		.single-event .page-title{
			font-weight: normal;
			margin: 0 0 30px;
		}
		.single-event .event-time{
			font-size: 32px;
			font-weight: bold;
			text-align: right;
		}
		.single-event .event-meta{
			list-style-type: none;
			text-transform: uppercase;
		}
		.single-event .event-meta > li{
			display: inline-block;
			margin-right: 30px;
		}
		.single-event .event-meta > li.delimiter{
			vertical-align: middle;
			margin-top: -5px;
		}
		.single-event .event-meta > li > span{
			display: block;
		}
		.single-event .event-meta > li > span[role="start-date"],
		.single-event .event-meta > li > span[role="end-date"],
		.single-event .event-meta > li > span[role="venue"]{
			font-size: 18px;
			color: inherit;
		}
		.single-event .event-meta > li.repeat{
			float: right;
			margin-right: 0;
		}
		.single-event .event-meta > li > span[role="repeat"]{
			font-size: 32px;
			vertical-align: middle;
			text-align: right;
		}
		.post-content .event-meta-details{
			list-style-type: none;
			margin: 0 0 50px 0;
		}
		.post-content .event-meta-details li{
			list-style-type: none;
			margin: 0 0 15px;
		}
		.post-content .event-meta-details li i{
			margin-right: 5px;
		}
		.post-content .event-meta-details li span{
			text-transform: uppercase;
			color: #ccc;
			font-size: 12px;
		}
		@media only screen and (max-width: 768px){
			.single-event .event-time{
				text-align: left;
			}
			.single-event .event-meta > li{
				width: 100%;
			}
			.single-event .event-meta > li.delimiter{
				margin-bottom: 0;
				margin-top: 10px;
			}
			.single-event .event-meta > li.repeat{
				float: left;
			}
			.single-event .event-meta > li > span[role="repeat"]{
				text-align: left;
			}
		}

	/*
		4.7 Video
		*/

		.ts-single .ts-video .ts-video-content .entry-meta-date {
			margin-top: 5px;
		}
		.ts-single .ts-video .ts-video-content .entry-meta-date span {
			font-size: 12px;
		    color: #fff;
		    font-style: italic;
		    font-weight: 400;
		}
		.ts-single .ts-video .ts-video-content {
			position: absolute;
			bottom: 0;
		}
		.ts-single .ts-video-footer {
		    width: auto;
		    background-color: #1a1a1a;
		    color: #fff;
		    z-index: 1;
		    margin-bottom: 30px;
		    border-bottom-left-radius: 20px;
		    border-bottom-right-radius: 20px;
		}
		.ts-single .ts-video-before{
			display: block;
			width: 100%;
			height: 15px;
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			background: #1A1A1A;
		}
		.ts-single .is-lights-off + strong .ts-video-footer,
		.ts-single .is-lights-off + .ts-video-footer{
			z-index: 10999;
		}
		.ts-single .ts-video-footer > ul{
			list-style: none;
			margin:0;
			padding:0;
			left:0;
			right:0;
		}
		.ts-single .ts-video-footer ul.entry-meta {
			display: block;
			list-style: none;
			list-style-type: none;
			color: #fff;
		}
		.ts-single .ts-video-footer ul.entry-meta li {
			display: inline;
			padding-left: 10px;
			color: inherit;
		}
		.ts-single .ts-video-footer ul.entry-meta li a{
			-webkit-transition: color .33s linear, opacity .3s linear;
			-o-transition: color .33s linear, opacity .3s linear;
			transition: color .33s linear, opacity .3s linear;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-likes:after{
			display: none;
		}
		.ts-single .ts-video-footer ul.entry-meta li span {
			display: inline-block;
		}
		.ts-single .ts-video-footer ul.entry-meta li span:before{
			font-size: 14px;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-user a {
			color: inherit;
		}

		.ts-single .ts-video-footer ul.entry-meta  .ts-follow-btn{
			padding: 0 15px;
		    height: 20px;
		    line-height: 20px;
		    border-radius: 15px;
		}

		.ts-single .ts-video-footer ul.entry-meta li.entry-user a:hover {
			opacity: .7;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-user span.ts-avatar {
			margin-right: 6px;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-user span.ts-name {
			font-size: 12px;
			font-weight: 500;
			margin-right: 6px;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-user span.ts-avatar img {
			border-radius:50%;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-user span.ts-follow-btn {
			font-size: 10px;
			vertical-align: middle
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-likes {
			font-size: 12px;
		}
		.ts-single .ts-video-footer ul.entry-meta li i {
			display:inline;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-likes a i{
			font-size: 18px;
		    margin-right: -2px;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-likes span.ts-note-one {
			margin-right: -2px;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-likes span.ts-note-two {
			opacity: 0.5;
		}
		.ts-single .ts-video-footer ul.entry-meta li.entry-likes span.ts-note-two:before{
			content: '/';
			opacity: 0.5;
		}
		.ts-single .ts-video-footer ul.entry-meta li.ts-share span,
		.ts-single .ts-video-footer ul.entry-meta li.ts-share span:before{
			color: inherit;
			font-size: 12px;
			font-weight: 400;
		}
		.ts-single .ts-video-footer ul.entry-meta li.ts-share span:before{
			font-size: 14px;
		}

		.ts-single .ts-video-footer ul.entry-meta li.ts-share a:hover span:before,
		.ts-single .ts-video-footer ul.entry-meta li.ts-share a:hover i {
			color: #c51230;
		}
		.ts-single .ts-video-footer ul.entry-meta li.ts-views {
			color: inherit;
			font-size: 12px;
			font-weight: 400;
		}
		.ts-single .ts-video-footer ul.entry-meta li.ts-views i {
			color: inherit;
			font-size: 18px;
		    margin-right: 6px;
		    vertical-align: middle;
		}
		.ts-single .ts-video-footer ul.entry-meta li.ts-light.activated {
			position: relative;
			z-index: 88888;
		}
		.ts-single .ts-video-footer ul.entry-meta li.ts-light a {
			color: inherit;
			font-size: 12px;
			font-weight: 400;
		}
		.ts-single .ts-video-footer ul.entry-meta li.ts-light a:hover {
			color: #7c7c7c;
		}
		.ts-single .ts-video-footer ul.entry-meta li.ts-light i {
			color: inherit;
			font-size: 18px;
		    margin-right: 3px;
		    vertical-align: middle;
		}
		.ts-single .ts-video-footer .ts-favorites {
			text-align: right;
		}
		.ts-single .ts-video-footer .ts-favorites a {
			font-size: 12px;
			color: inherit;
			font-weight: 400;
			line-height: 60px;
		}
		.ts-single .ts-video-footer .ts-favorites a span:before,
		.ts-single .ts-video-footer .ts-favorites a i {
			color: #c51230;
			display:inline;
		}
		.ts-single .ts-video-footer .ts-favorites a:hover {
			color: #c51230;
		}
		.ts-single-video {
			margin-bottom: 20px;
		}
		.ts-single-video section > .row div[class*="col-"]{
			margin-bottom: 10px;
		}

	@media only screen and (min-width:768px){
		.ts-single .ts-video-footer ul.entry-meta li:not(:last-child):after{
			content: "";
			width: 1px;
			height: 60px;
			display: inline-block;
			background: rgba(255, 255, 255, .1);
			vertical-align: middle;
			margin-left: 20px;
		}
	}
	@media only screen and (max-width: 768px){
		.ts-single .ts-video-footer{
		    width: auto;
		    background-color: #1a1a1a;
		    color: #fff;
		    padding: 30px 0 20px 0;
		    position: relative;
		    z-index: 1;
		}
		.ts-single .ts-video-footer > ul li{
			display: block;
			position: relative;
			text-align: left;
			margin-bottom: 5px;
		}
		.ts-single .ts-video-footer ul.entry-meta{
			position:relative;
			width: 100%;
		}

		.ts-single .ts-video-footer ul.entry-meta > li{
			display: block;
			width: 100%;
			position: relative;
			margin-bottom: 5px;
		}
		.ts-single .ts-video-footer ul.entry-meta .entry-user{
			margin-bottom: 10px;
		}
		.ts-single .ts-video-footer ul.entry-meta > li a {
			margin-left: 0;
		}

		.ts-single .ts-video-footer ul.entry-meta .entry-likes a{
			margin-right: 5px;
		}
		.ts-single .ts-video-footer > ul > li:last-child{

		}
		.ts-single .ts-video-footer .ts-favorites{
			text-align: left;
		}
	}

	@media only screen and (max-width:1200px){
		.ts-single .ts-video-footer ul.entry-meta li:not(:last-child) {
		    margin-right: 10px;
		}
	}
		/* 
			4.7.0  Single video common styles
		*/
		.ts-single-video .ts-video-footer a,
		.ts-single-two article .ts-user-section a{
			color: inherit;
		}

		/*Modal share styles*/
		.ts-single-video .modal-dialog{
			margin-top: 5%;
		}
		.ts-single-video .modal-content{
			-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
			   -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
			        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
		}
		.ts-single-video .modal-content .modal-title{
			font-size: 18px;
			color: #000;
		}
		.ts-single-video .modal-content label{
			display: none;
		}
		.ts-single-video .modal-content [class*="col-"]{
			margin-bottom: 15px;
		}
		.ts-single-video .modal-content input[type="text"]{
			height: 32px;
			text-transform: lowercase;
		}
		.ts-single-video .modal-content input[type="text"],
		.ts-single-video .modal-content textarea{
			width: 100%;
			resize:none;
			padding: 0 10px;
			font-size: 14px;
			border:1px solid rgba(7, 7, 7, .2);
			-webkit-transition: border-color .3s linear;
			-o-transition: border-color .3s linear;
			transition: border-color .3s linear;

		}
		.ts-single-video .modal-content input[type="text"]:focus,
		.ts-single-video .modal-content textarea:focus{
			outline: none;
			border:1px solid rgba(7, 7, 7, .5);
		}

		.ts-single-video .modal-header,
		.ts-single-video .modal-footer{
			border:none;
		}

		.vdf-response{
		   	display:none;
		    height: 40px;
		    line-height: 40px;
		    width: 100%;
		    border: 1px solid transparent;
		    border-radius: 4px;	
		    text-align: center;	  
		    -webkit-transition: .25s ease;
		         -o-transition: .25s ease;
		            transition: .25s ease;  
			
		}
		.vdf-response.vdf-success{
			display: inline-block;
		    border-color: #d6e9c6;
		    background: #dff0d8;
		    color: #3c763d;		    

		}
		.vdf-response.vdf-error{
			display: inline-block;
			color: #a94442;
		    background-color: #f2dede;
		    border-color: #ebccd1;
		}

		.ts-single-video .vdf-add-playlist{
			list-style: none;
		}
		.ts-single-video .vdf-add-playlist li{
			cursor: pointer;
		    padding: 10px 0;
		    position: relative;
		    padding-left: 0;
		    -webkit-transition: 0.15s ease-in-out;
		    -moz-transition: 0.15s ease-in-out;
		    -o-transition: 0.15s ease-in-out;			
		}
		.ts-single-video .vdf-add-playlist li:not(.in-playlist):before{
		    content: '\e809';
		    font-family: "redfont";
		    position: absolute;
		    left: -25px;
		    opacity: 0;
		    -webkit-transition: 0.15s ease-in-out;
		    -moz-transition: 0.15s ease-in-out;
		    -o-transition: 0.15s ease-in-out;
		    font-size: 10px;
		    line-height: 20px;	
		}
		.ts-single-video .vdf-add-playlist li:not(.in-playlist):hover{
			padding-left: 10px;
		}
		.ts-single-video .vdf-add-playlist li:not(.in-playlist):hover:before{
			left: -5px;
			opacity: 1;
		}
		.ts-single-video .vdf-add-playlist li:not(:last-child){
			border-bottom: 1px solid #ededed;
		}
		.ts-single-video .vdf-add-playlist li:not(.in-playlist):hover{
		    background-color: transparent;
		    color: #c51230;
		    padding-left: 10px;
		    -webkit-transition: 0.15s ease-in-out;
		    -moz-transition: 0.15s ease-in-out;
		    -o-transition: 0.15s ease-in-out;		
		}    
		/*Single category, tags styles*/
		.ts-single-video .single-category,
		.ts-single-video .single-tags{
			list-style: none;
			padding: 0;
			margin: 0;
			display: inline;
		}

		.ts-single-video .single-category li,
		.ts-single-video .single-tags li{
			display: inline;
		}

		.ts-single-video .single-category li a{
			font-size: 14px;
			font-style: italic;
			font-weight: normal;
			-webkit-transition: background .25s linear;
			-o-transition: background .25s linear;
			transition: background .25s linear;
		}
		.ts-single-video .single-tags li a{
			font-size: 12px;
			font-style: italic;
			font-weight: normal;
		}
		.ts-single-video .single-category li a{
			padding: 0px 14px;
		    display: inline-block;
		    height: 25px;
		    line-height: 25px;
		    border-radius: 25px;
		    font-style: italic;
		    font-size: 12px;
		}

		.ts-single-video .single-category li:not(:last-child):after{
			content: " ";
			margin-right: 5px;
		}

		.ts-single-video .single-tags li:not(:last-child):after{
			content: ", ";
			font-weight: normal;
			font-size: 14px;
			font-style: italic;
		}
		.ts-single-video .entry-excerpt > div > i{
			margin-right: .3em;
		}


		/* 
			4.7.1  Single style one
		*/


		.ts-single-video .post-title{
			font-size: 32px;
		    margin-top: 0;
		    margin-bottom: 20px;
		}
		.ts-single-video .entry-excerpt {
			font-size: inherit;
		    padding: 0 ;
		    margin-bottom: 22px;
		    line-height: 1.8;

		}
		.ts-single-video .entry-excerpt.hidden-excerpt {
			max-height: 130px;
			overflow: hidden;
		}
		.ts-single-video .ts-show-btn {
			font-size: 12px;
			vertical-align: middle;
			position: relative;
			display: block;
			overflow: hidden;
		    margin: 0 0px 30px 0px
		}
		.ts-single-video .ts-show-btn a {
			color: #fff;
			background-color: #d5d5d5;
			height: 25px;
			line-height: 26px;
			font-weight: bold;
		    display: inline-block;
		    padding: 0 20px 0 20px;
		    border-radius: 25px;
		    position: relative;
		    z-index: 2;
			-webkit-transition: 0.55s ease;
		    -moz-transition: 0.55s ease;
		    -o-transition: 0.55s ease;		    
		}
		.ts-single-video .ts-show-btn a:hover {
			background-color: #222222;
		}
		.ts-single-video .ts-show-btn:after {
			content: '';
			position: absolute;
			height: 1px;
			width: 100%;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: #d5d5d5;
			margin-bottom: 12px;
		}
		.ts-single-video ul.entry-embed-links {
			display: block;
			text-align: right;
		}
		.ts-single-video ul.entry-embed-links li {
			display: inline-block;
			text-align: center;
		}
		.ts-single-video ul.entry-embed-links li:not(:last-child) {
			margin-right: 7px;
		}
		.ts-single-video ul.entry-embed-links li a {
			height: 30px;
			width: 30px;
			line-height: 30px;
			color: #898686;
			border-radius: 50%;
			border: 2px solid;
			border-color: #898686;
			font-size: 14px;
			display: block;
			position: relative;
		}
		.ts-single-video ul.entry-embed-links li a:before {
		    top: 51%;
		    position: absolute;
		    -webkit-transform: translatey(-50%);
		       -moz-transform: translatey(-50%);
		        -ms-transform: translatey(-50%);
		         -o-transform: translatey(-50%);
		            transform: translatey(-50%);
		    margin: auto;
		    left: 0;
		    right: 0;
		}
		.ts-single-video ul.entry-embed-links li a:hover {
			background-color: #333333;
			color: #fff;
			border-color: #333333;
		}
		.single-video article section span.entry-meta-day{
			text-align: right;
		}


		/* 
			4.7.2  Single style two
		*/

		.ts-single-two {
			margin-bottom: 20px;
		}
		.ts-single-two article header {
			position: relative;
			margin-bottom: 15px;
		}
		.ts-single-two article header .ts-play-button {
		    position: absolute;
		    left: 0;
		    right: 0;
		    text-align: center;
		    font-size: 40px;
		    top: 40%;
		    margin-top: -54px;
		}
		.ts-single-two article footer {
		    padding: 0 30px 0 30px;
		}

		.ts-single-two .entry-excerpt {
			font-size: inherit;
			font-weight: 400;
		    padding: 0 30px;
		    margin-bottom: 25px;
		    line-height: 1.8;
		}
		.ts-single-two .entry-excerpt.hidden-excerpt {
			max-height: 10rem;
			overflow: hidden;

		}
		.ts-single-two .ts-show-btn {
			font-size: 12px;
			vertical-align: middle;
			position: relative;
			display: block;
			overflow: hidden;
		    margin: 28px;
		}		
		.ts-single-two article header .ts-play-button a {
			color: #fff;
		    width: 185px;
		    height: 185px;
		    display: inline-block;
		    border: 3px solid;
		    border-color: #fff;
		    line-height: 185px;
		    border-radius: 50%;
		}
		.ts-single-two article header .ts-play-button a:hover {
			color: #c51230;
			border-color: #c51230;
		}
		.single-video article section  span.entry-meta-day,
		.ts-single-two article section .ts-section-title span.entry-meta-day{
		    color: #7e7e7e;
		    font-size: 12px;
		    font-weight: 400;
		    font-style: italic;
		    display: block;
		    text-align: left;
		    padding-left: 25px;
		}
		.single-video article section  span.entry-meta-day{
			text-align: right;
		}
		.ts-single-two article .ts-section-title div[class*="col-"]{
			margin-bottom: 15px;
		}
		.ts-single-two article .ts-section-title .entry-title{
			font-size: 32px;
		    margin-top: 0;
		}
		.ts-single-two article .ts-section-title .ts-favorites {
			text-align: right;
		}
		.ts-single-two article .ts-section-title .ts-favorites a {
			font-size: 12px;
			height: 25px;
			line-height: 25px;
			color: inherit;
			font-weight: 400;
			font-style: normal;
		}

		.ts-single-two article .ts-section-title {
		    padding: 20px 28px 0 28px;
		    margin-bottom: 20px;
		}
		.ts-single-two article .ts-user-section a{
			-webkit-transition: opacity .3s linear, color .3s linear;
			-o-transition: opacity .3s linear, color .3s linear;
			transition: opacity .3s linear, color .3s linear;
		}
		.ts-single-two article .ts-user-section .entry-user {
			display: block;
		}
		.ts-single-two article .ts-user-section .entry-user span {
			display: inline-block;
		}
		.ts-single-two article .ts-user-section a {
			color: inherit;
		}
		.ts-single-two article .ts-user-section a:hover {
			opacity: .7;
		}
		.ts-single-two article .ts-user-section .ts-avatar {
			margin-right: 6px;
		}
		.ts-single-two article .ts-user-section .ts-name {
			font-size: 12px;
			font-weight: 500;
			margin-right: 6px;
		}
		.ts-single-two article .ts-user-section .ts-avatar img {
			border-radius:50%;
		}
		.ts-single-two article .ts-user-section .ts-follow-btn {
			font-size: 10px;
			vertical-align: middle;
			padding: 0 15px;
		    height: 20px;
		    line-height: 20px;
		    border-radius: 15px;
		}
		.ts-single-two article .ts-user-section {
			border: 1px solid #f1f1f1;
		    height: 50px;
		    width: 100%;
		    line-height: 45px;
		    display: block;
		    vertical-align: middle;
		    border-radius: 24px;
		    padding: 0 24px;
		    margin-bottom: 24px;
		}
		.ts-single-two article .ts-user-section .entry-meta {
			display: block;
			text-align: right;
			color: inherit;
		}
		.ts-single-two article .ts-user-section .entry-meta li {
			display: inline-block;
		}
		.ts-single-two article .ts-user-section .entry-meta li.entry-likes {
			font-size: 12px;
		}
		.ts-single-two article .ts-user-section .entry-meta li:not(:last-child) {
			margin-right: 24px;
		}
		.ts-single-two article .ts-user-section .entry-meta li i {

		}
		.ts-single-two article .ts-user-section .entry-meta li.entry-likes a i{
			color: inherit;
			font-size: 18px;
		    margin-right: -2px;
		}
		.ts-single-two article .ts-user-section .entry-meta li.ts-share span,
		.ts-single-two article .ts-user-section .entry-meta li.ts-share span:before{
			color: inherit;
			font-size: 12px;
			font-weight: 400;
		}
		.ts-single-two article .ts-user-section .entry-meta li.ts-share span:before{
			font-size: 14px;
		}
		.ts-single-two article .ts-user-section .entry-meta li.ts-views {
			color: #363636;
			font-size: 12px;
			font-weight: 400;
		}
		.ts-single-two article .ts-user-section .entry-meta li.ts-views i {
			color: inherit;
			font-size: 18px;
		    margin-right: 4px;
		    vertical-align: middle;
		}
		.ts-single-two article .ts-user-section .entry-meta li.ts-light.activated{
			position: relative;
			z-index: 88888;
		}
		.ts-single-two article .ts-user-section .entry-meta li.ts-light.activated a:hover {
			color: #fff;
		}
		.ts-single-two article .ts-user-section .entry-meta li.ts-light a {
			color: inherit;
			font-size: 12px;
			font-weight: 400;
		}
		.ts-single-two article .ts-user-section .entry-meta li.ts-light a:hover {
			opacity: .8;
		}
		.ts-single-two article .ts-user-section .entry-meta li.ts-light i {
			color: inherit;
			font-size: 18px;
		    margin-right: 3px;
		}
		.ts-single-two article .ts-user-section .entry-meta .ts-light span:before{
			font-size: 14px;
		}


		.ts-follow-count{
			font-size: 12px;
			font-style: italic;
			font-weight: normal;
		}

		.ts-login-error{
			font-size: 12px;
			font-weight: normal;
		}


		@media only screen and (max-width: 1200px){
			.ts-single-two article section .ts-user-section {
			    height: auto;
			    margin-bottom: 30px;
			}
			.ts-single-two article section .ts-user-section ul.entry-meta {
			    text-align: left;
			    margin-bottom: 0px;
			}
		}
		@media only screen and (max-width:992px){
			.ts-single-video ul.entry-embed-links,
			.ts-single-two article footer ul.entry-embed-links{
				text-align: left;
			}
			.ts-single-two article section .ts-user-section ul.entry-meta li{
				display: block;
			}
			.ts-single-two article section .ts-section-title .ts-favorites{
				text-align: left;
			}

		}


		@media only screen and (max-width:768px){
			.ts-single-two article section .ts-user-section ul.entry-meta > .ts-light,
			.ts-single .ts-video-footer ul.entry-meta > .ts-light{
				display: none;
			}
		}

		/*
		4.8 Portfolio
		*/
		.single-portfolio header{
			margin-bottom: 30px;
		}
		.single-portfolio .page-title {
			margin-top: 0;
			font-size: 26px;
			font-weight: 500;
		}
		.single-portfolio .portfolio li,
		.single-portfolio .post-meta li {
			list-style: none;
		}
		.single-portfolio .post-meta li,
		.single-portfolio .post-content p:last-of-type {
			margin-bottom: 50px;
		}
		.single-portfolio .post-meta li:last-child:after,
		.single-portfolio .post-content p:last-of-type:after {
			background: rgba(60, 60, 60, .5);
			content:'';
			display: block;
			margin-top: 25px;
			width: 30px;
			height: 1px;
		}
		.single-portfolio .post-meta li span {
			font-size: 13px;
			font-weight: bold;
			padding-bottom: 5px;
			text-transform: uppercase;
		}
		.single-portfolio .post-meta li div {
			font-size: 12px;
		}
		.single-portfolio .portfolio .portfolio-featured li {
			margin-bottom: 40px;
		}
		.single-portfolio .portfolio .portfolio-featured li iframe {
			width: 100%;
		}
		.portfolio-items{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.portfolio-items li{
			margin: 0;
			padding: 0;
			line-height: 0;
		}
		.portfolio-featured{
			margin-bottom: 0;
		}

	/*
		4.9 Product
		*/
		.single-product .entry-summary .product_title{
			font-size: 38px;
			text-transform: uppercase;
		}
		.single-product .entry-summary .product_meta{
			margin-bottom: 10px;
		}
		.single-product .sharing-label{
			font-size: 11px;
			text-transform: uppercase;
			color: #7c7c7c;
			display: block;
		}

	/*
		4.10 Gallery
		*/
		.single-ts-gallery .featured-image{
			margin-bottom: 40px;
		}
		.single-ts-gallery .entry-meta .post-meta {
			font-style: italic;
		}
		.single-ts-gallery .entry-excerpt{
			font-size: 14px;
		}
		.single-ts-gallery .post-categories {
			list-style-type: none;
		}
		.single-ts-gallery .post-categories li {
			display: inline-block;
		}
		.single-ts-gallery .post-categories li a {
			margin-right: 5px;
		}
		.single-ts-gallery .post-meta-author .author-avatar {
			border-radius: 50%;
			display: inline-block;
			height: 30px;
			margin-right: 5px;
			overflow: hidden;
			vertical-align: middle;
			width: 30px;
		}
		.single-ts-gallery .post-meta-categories span {
			display: inline-block;
		}
		.single-ts-gallery .inner-gallery-container{
			margin-bottom: 50px;
		}
		.single-ts-gallery .entry-header-content{
			margin-bottom: 30px;
		}
		.single-ts-gallery .post-content{
			margin-bottom: 40px;
		}

	/*
		Gallery meta
		*/
		.single-ts-gallery .post-date{
			margin-bottom: 35px;
			color: #7c7c7c;
		}
		.single-ts-gallery .post-date .entry-meta-date > li.meta-date,
		.single-ts-gallery .post-date .entry-meta-date > li.meta-month{
			font-size: 14px;
		}
		.single-ts-gallery .gallery-meta > ul >{
			display: block;
			list-style-type: none;
			text-align: center;
		}
		.single-ts-gallery .gallery-meta > ul > li{
			display: inline-block;
			font-size: 11px;
			margin-right: 30px;
			color: #9c9c9c;
			text-transform: uppercase;
			letter-spacing: 0.1em;
			text-align: center;
		}



		.single-ts-gallery .gallery-meta > ul > li:last-child{
			margin-right: 0;
		}
		.single-ts-gallery .gallery-meta > ul > li i,
		.single-ts-gallery .gallery-meta > ul > .post-likes a span::before{
			font-size: 14px;
			display: inline;
			color: #000;
			margin-bottom: 5px;
		}
		.single-ts-gallery .gallery-meta > ul > li .touchsize-likes .touchsize-likes-count::before{
			margin-bottom: 10px;
		}

		.single-ts-gallery .entry-subtitle{
			font-size: 16px;
			font-style: italic;
			color: #9c9c9c;
			margin-bottom: 50px;
			line-height: 1.8;
		}
		.single-ts-gallery .entry-subtitle.mCustomScrollbar{
			max-height: 11em;
			font-size: 14px;
		}
		.single-ts-gallery .post-header-title.title-above .entry-subtitle{
			margin-bottom: 60px;
		}

		.single-ts-gallery .entry-subtitle:after{
			content: '';
			display: block;
			width: 100px;
			height: 3px;
			background: #000;
			margin-top: 20px;
		}
		.single-ts-gallery .post-header-title.title-above .entry-subtitle:after{
			left: 50%;
			margin-left: -50px;
			position: absolute;
			margin-top: 20px;
		}

		/* Single videos */

		.single-video.single .entry-title .post-title{
			font-size: 38px;
			margin: 0 0 15px 0;
		}

		/* Entry overlay effect */
		.overlay-effect[data-trigger-caption="without-caption"] .entry-overlay a{
			color: #000;
		}
		.overlay-effect[data-trigger-caption="without-caption"] .entry-overlay a .title{
			font-size: 22px;
		}
		.ts-gallery-element {
			background: #fff;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="without-caption"],
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="without-caption"]{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay{
			position: absolute;
			padding: 30px 30px 70px;
			color: inherit;
			text-align: center;
			width: 100%;
			bottom: -100%;
			-webkit-transition: bottom .4s ease-in-out;
			-o-transition: bottom .4s ease-in-out;
			transition: bottom .4s ease-in-out;
			background: rgba(255,255,255,0.9);
		}
		.single-ts-gallery .inner-gallery-container .item-gallery,
		.ts-gallery-element .item-gallery{
			position: relative;
			overflow: hidden;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"],
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"]{
			position: absolute;
			width: 80%;
			height: 80%;
			bottom: 10%;
			right: 10%;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay{
			position: absolute;
			width: 0;
			height: 0;
			top: 90%;
			left: 90%;
			opacity: 0;
			visibility: hidden;
			z-index: -1;
			text-align: center;
			padding: 30px;
			color: inherit;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay{
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			opacity: 1;
			visibility: visible;
			z-index: 10;
			overflow: hidden;
			position: relative;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay:after,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay:after{
			content: "";
			width: 100%;
			height: 100px;
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .title,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .title{
			margin-top: 0;
			font-size: 22px;
			white-space: normal;
			word-wrap: break-word;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .title,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .title,
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .entry-excerpt,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .entry-excerpt{
			opacity: 0;
			-webkit-transform: translateY(-30px);
			-mz-transform: translateY(-30px);
			transform: translateY(-30px);
			-webkit-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .title,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .title,
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .entry-excerpt,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .entry-excerpt{
			opacity: 1;
			-webkit-transform: translateY(0);
			-mz-transform: translateY(0);
			transform: translateY(0);
			-webkit-transition-delay: .3s;
			transition-delay: .3s;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-excerpt,
		.ts-gallery-element .overlay-effect .entry-overlay .entry-excerpt{
			font-style: italic;
			margin-bottom: 20px;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect .entry-overlay .entry-controls{
			text-align: center;
			list-style-type: none;
			bottom: 20px;
			left: 30px;
			position: absolute;
			right: 30px;
			text-align: center;
			margin-bottom: 0;
			z-index: 2;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li,
		.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li{
			display: inline-block;
			margin-right: 10px;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li:last-child,
		.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li:last-child{
			margin-right: 0;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li > a,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect .entry-overlay .entry-controls > li > a{
			display: block;
			width: 40px;
			height: 40px;
			line-height: 38px;
			border: 1px solid #c5c5c5;
			border-radius: 50%;
			opacity: 0;
			text-align: center;
			-webkit-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
			-o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
			transition: opacity .3s ease-in-out, transform .3s ease-in-out;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li > a,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect .entry-overlay .entry-controls > li > a{
			-webkit-transform: translateY(50px);
			-mz-transform: translateY(50px);
			transform: translateY(50px);
		}
		.single-ts-gallery .inner-gallery-container .item-gallery:hover .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay,
		.ts-gallery-element .item-gallery:hover .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay{
			bottom: 0;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li:nth-child(1) > a,
		.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li:nth-child(1) > a{
			-webkit-transition-delay: .25s;
			transition-delay: .25s;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li:nth-child(2) > a,
		.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li:nth-child(2) > a{
			-webkit-transition-delay: .3s;
			transition-delay: .3s;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li:nth-child(3) > a,
		.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li:nth-child(3) > a{
			-webkit-transition-delay: .35s;
			transition-delay: .35s;
		}
		.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .entry-controls > li >a,
		.ts-gallery-element:not(.ts-vidra-gallery) .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .entry-controls > li >a,
		.single-ts-gallery .inner-gallery-container .item-gallery:hover .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay .entry-controls > li > a,
		.ts-gallery-element .item-gallery:hover .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay .entry-controls > li >a{
			opacity: 1;
			-webkit-transform: translateY(0);
			-mz-transform: translateY(0);
			transform: translateY(0);
		}
		.single-ts-gallery .overlay-effect .entry-controls > li.share-box,
		.ts-gallery-element .overlay-effect .entry-controls > li.share-box{
			position: relative;
		}
		.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-link ,
		.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-link {
			position: relative;
			z-index: 3;
		}
		.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-menu ,
		.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-menu {
			left: 0;
			list-style: outside none none;
			margin-left: 5px;
			margin-top: -9px;
			padding: 0;
			position: absolute;
			opacity: 0;
			-webkit-transition: opacity .2s ease-in-out;
			-o-transition: opacity .2s ease-in-out;
			transition: opacity .2s ease-in-out;
		}
		.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-link.shown + .share-menu ,
		.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-link.shown + .share-menu {
			opacity: 1;
		}
		.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-menu .share-item ,
		.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-menu .share-item {
			left: 0;
			margin-left: 2px;
			margin-top: -22px;
			position: absolute;
			top: 50%;
			-webkit-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305) 0s;
			transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305) 0s;
			z-index: 2;
		}
		.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-menu .share-item a ,
		.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-menu .share-item a {
			font-size: 18px;
		}
		.single-ts-gallery .share-menu li ,
		.ts-gallery-element .share-menu li {
			-webkit-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
			transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
		}
		.single-ts-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(1) ,
		.ts-gallery-element .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(1) {
			-webkit-transform: translate(1em, -3em);
			transform: translate(1em, -3em);
			-webkit-transition-delay: 0s;
			transition-delay: 0s;
		}
		.single-ts-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(2) ,
		.ts-gallery-element .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(2) {
			-webkit-transform: translate(2.5em, -1em);
			transform: translate(2.5em, -1em);
			-webkit-transition-delay: 0.1s;
			transition-delay: 0.1s;
		}
		.single-ts-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(3) ,
		.ts-gallery-element .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(3) {
			-webkit-transform: translate(3em, 1em);
			transform: translate(3em, 1em);
			-webkit-transition-delay: 0.2s;
			transition-delay: 0.2s;
		}
		/* Trigger caption button */
		.single-ts-gallery .inner-gallery-container .trigger-caption,
		.ts-gallery-element .trigger-caption{
			bottom: 30px;
			position: absolute;
			right: 30px;
			z-index: 100;
		}
		.single-ts-gallery .inner-gallery-container .trigger-caption .button-trigger-cap,
		.ts-gallery-element .trigger-caption .button-trigger-cap{
			display: block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			border-radius: 50%;
			font-size: 18px;
			opacity: 0.3;
			-webkit-transition: opacity 0.2s ease-out;
			-moz-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
		}
		.single-ts-gallery .inner-gallery-container .trigger-caption .button-trigger-cap:hover,
		.ts-gallery-element .trigger-caption .button-trigger-cap:hover{
			opacity: 1;
		}
		.single-ts-gallery .inner-gallery-container .trigger-caption .button-trigger-cap > i:before,
		.ts-gallery-element .trigger-caption .button-trigger-cap > i:before{
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		@media only screen and (max-width: 768px){
			.single-ts-gallery .inner-gallery-container .overlay-effect,
			.single-ts-gallery .inner-gallery-container .overlay-effect,
			.ts-gallery-element .trigger-caption,
			.ts-gallery-element .trigger-caption{
				display: none;
			}
		}


		/* Style 5 */
		.single-ts-gallery .single_gallery5 .inner-gallery-container,
		.ts-masonry-gallery .inner-gallery-container{
			margin-left: -2px;
			margin-right: -2px;
		}
		.single-ts-gallery .single_gallery5 .inner-gallery-container .item,
		.ts-masonry-gallery .inner-gallery-container .item{
			width: 33.33%;
			padding: 2px;
		}
		.single-ts-gallery .single_gallery5 .inner-gallery-container .item img,
		.ts-masonry-gallery .inner-gallery-container .item img{
			width: 100%;
			height: auto;
		}
		.single-ts-gallery .single_gallery5 .inner-gallery-container .item img.lazy,
		.ts-masonry-gallery .inner-gallery-container .item img.lazy{
			opacity: 0;
			-webkit-transition: opacity 0.2s ease-out;
			-moz-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
			width: 100%;
			height: auto;
		}
		.single-ts-gallery .single_gallery5 .inner-gallery-container .item img.ts-lazyloaded,
		.ts-masonry-gallery .inner-gallery-container .item img.ts-lazyloaded{
			opacity: 1;
		}
		.single-ts-gallery .single_gallery5 .inner-gallery-container .item figure,
		.ts-masonry-gallery .inner-gallery-container .item figure{
			background: #FFF url('../images/ajax-loader.gif') center center no-repeat;
			position: relative;
			width: 100%;
			height: 100%;
			min-height: 200px;
		}
		.single-ts-gallery .single_gallery5 .inner-gallery-container .item figure.was-loaded,
		.ts-masonry-gallery .inner-gallery-container .item figure.was-loaded{
			min-height: auto;
		}
		@media only screen and (max-width: 960px){
			.single-ts-gallery .single_gallery5 .inner-gallery-container .item,
			.ts-masonry-gallery .inner-gallery-container .item{
				width: 33.3333%;
			}
		}
		@media only screen and (max-width: 768px){
			.single-ts-gallery .single_gallery5 .inner-gallery-container .item,
			.ts-masonry-gallery .inner-gallery-container .item{
				width: 50%;
			}
		}
		.single-ts-gallery .post-fotorama-gallery{
			margin-bottom: 50px;
		}
		.single-ts-gallery .post-header-title .entry-icon{
			color: #EE293A;
			font-size: 72px;
			margin-top: 30px;
		}
		.single-ts-gallery .protected-post-form{
			margin-top: 20px;
		}
		.single-ts-gallery .entry-title .post-title{
			font-size: 36px;
			margin-top: 0;
		}
		.single-ts-gallery .entry-meta:after{
			content: "";
			clear: both;
			display: block;
		}
		.single-ts-gallery .entry-meta ul{
			display: inline-block;
			list-style-type: none;
		}
		.single-ts-gallery .entry-meta .entry-likes .post-likes {
			text-align: center;
			vertical-align: middle;
			font-size: 11px;
		}
		.single-ts-gallery .entry-meta .entry-likes .post-likes .touchsize-likes-count:before {
			display: block;
			font-size: 18px;
		}
		.single-ts-gallery .entry-meta .entry-category > li{
			display: inline-block;
			font-size: 12px;
		}
		.single-ts-gallery .ts-post-sharing{
			margin-bottom: 40px;
		}


/*
--------------------------------------------------------------------------------
	5. SHORTCODES
--------------------------------------------------------------------------------
*/
.ts-shortcode-element{
	z-index: 1;
}
.ts-shortcode-list ul li{
	list-style: none;
	position: relative;
}
.ts-shortcode-list ul li:before{
	display: inline-block;
	font-family: 'redfont';
	left: 0;
	top: 0;
	margin-right: 10px;
}
.ts-shortcode-list > ul > li{
	margin-left: 0;
}
/* Star list */
.ts-star ul li:before{
	content: "\e843";
}

/* Arrow list */
.ts-arrow ul li:before{
	content: "\e81d";
}

/* Thumb list */
.ts-thumb ul li:before{
	content: "\e872";
}

/* Question list */
.ts-question ul li:before{
	content: "?";
}

/* Direction list */
.ts-direction ul li:before{
	content: "\e874";
}

/* Tick list */
.ts-tick ul li:before{
	content: "\e837";
}


/*
--------------------------------------------------------------------------------
	6. ARTICLE VIEWS
--------------------------------------------------------------------------------
*/
	/*
		6.0 General
		*/
		.ts-grid-view ul,
		.ts-grid-view ol,
		.ts-thumbnail-view ul,
		.ts-thumbnail-view ol,
		.ts-list-view ul,
		.ts-list-view ol,
		.ts-big-posts ul,
		.ts-big-posts ol,
		.ts-super-posts ul,
		.ts-super-posts ol{
			list-style-type: none;
		}
		article .entry-meta-date > li,
		.single-ts-gallery .entry-meta-date > li{
			display: inline-block;
		}
		article .entry-meta-date > li.meta-date,
		.single-ts-gallery .entry-meta-date > li.meta-date{
			color: inherit;
		}
		article[data-sticky="is-sticky"] .is-sticky-div{
			position: absolute;
			width: 80px;
			text-align: center;
			font-size: 11px;
			height: 20px;
			line-height: 20px;
			border-radius: 20px;
		}
		.ts-grid-view article[data-sticky="is-sticky"] .is-sticky-div{
			top:0;
			right:0;
			
		}
		.ts-thumbnail-view article[data-sticky="is-sticky"] .is-sticky-div{
			top: 0;
			right: 0;
		}
		.ts-big-posts article[data-sticky="is-sticky"] .is-sticky-div{
			top:20px;
			right:20px;
			
		}
		.ts-list-view article[data-sticky="is-sticky"] .is-sticky-div{
			top:0;
			right:0;
		}
		.ts-super-posts article[data-sticky="is-sticky"] .is-sticky-div{
			top: 0px;
			right: 0;
		}
		.mosaic-view article[data-sticky="is-sticky"] .is-sticky-div{
			top: 10px;
			left: 35px;
		}
		.sticky{

		}
		.image-holder,
		.featimg{
			position:relative;
			overflow: hidden;
			line-height: 0;
		}
		.image-holder img,
		.featimg img{
			width: 100%;
			height: auto;
		}
		body.views-has-shadow .ts-grid-view article,
		body.views-has-shadow .ts-thumbnail-view article,
		body.views-has-shadow .ts-list-view article,
		body.views-has-shadow .ts-big-posts .entry-section,
		body.views-has-shadow .ts-big-posts .title-above-image .entry-title,
		body.views-has-shadow .ts-article-accordion .panel-group,
		body.views-has-shadow .product-view header,
		body.views-has-shadow .product-view section,
		body.views-has-shadow .ts-timeline-view article,
		body.views-has-shadow .ts-super-posts article{
			box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.1);
		}
		.ts-grid-view .post-rating-circular,
		.ts-thumbnail-view .post-rating-circular,
		.ts-list-view .post-rating-circular,
		.ts-big-posts .post-rating-circular,
		.ts-timeline-view .post-rating-circular,
		.ts-article-accordion .post-rating-circular,
		.ts-super-posts .post-rating-circular{
			position: absolute;
			left: 10px;
			top: 10px;
			z-index: 10;
		}
		.ts-big-posts .title-above-image[data-position="left"] .post-rating-circular{
			top: 20px;
		}
		.ts-big-posts .title-above-image[data-position="right"] .post-rating-circular{
			right: 10px;
			top: 20px;
			left: auto;
		}
		.ts-big-posts .title-below-image[data-position="right"] .post-rating-circular{
			right: 10px;
			left: auto;
		}
		.ts-grid-view .post-rating-circular .circular-content,
		.ts-thumbnail-view .post-rating-circular .circular-content,
		.ts-list-view .post-rating-circular .circular-content,
		.ts-big-posts .post-rating-circular .circular-content,
		.ts-timeline-view .post-rating-circular .circular-content,
		.ts-article-accordion .post-rating-circular .circular-content,
		.ts-super-posts .post-rating-circular .circular-content{
			background-color: #000;
			color: #fff;
			text-align: center;
			width: 60px;
			height: 60px;
			border-radius: 50%;
			border-top-left-radius: 0;
		}
		.ts-grid-view .post-rating-circular .circular-content .counted-score,
		.ts-thumbnail-view .post-rating-circular .circular-content .counted-score,
		.ts-list-view .post-rating-circular .circular-content .counted-score,
		.ts-big-posts .post-rating-circular .circular-content .counted-score,
		.ts-timeline-view .post-rating-circular .circular-content .counted-score,
		.ts-article-accordion .post-rating-circular .circular-content .counted-score,
		.ts-super-posts .post-rating-circular .circular-content .counted-score{
			line-height: 60px;
		}
		.entry-excerpt{
			line-height: 1.8;
			font-size: 13px;
		}

		.entry-preamble{
			margin-bottom: 20px;
			font-size: 14px;
			font-style: italic;
			color: #888;
			display: block;
		}
		.views-delimiter{
			font-weight: 700;
			color: #999;
			letter-spacing: 0.2em;
			margin-bottom: 20px;
			font-family: 'Montserrat';
			font-size: 12px;
		}
		.view-video-play{
			width: 32px;
			height: 32px;
			line-height: 32px;
			text-align: center;
			color: #FFF;
			border-radius: 50%;
			position: absolute;
			left: 50%;
			margin-left: -16px;
			margin-top: -16px;
			top: 50%;
			font-size: 12px;
			z-index: 0;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.ts-thumbnail-view article[data-title-position='over-image'] .view-video-play{
			margin-top: -25px;
			opacity: 1;
		}
		.view-video-play i:before{
			margin: 0 -2px 0 0;
		}
		/* Views animation */
		section.rotate-in article{
			-webkit-transform: rotate(0) translate(0,0);
			-moz-transform: rotate(0) translate(0,0);
			-o-transform: rotate(0) translate(0,0);
			-ms-transform: rotate(0) translate(0,0);
			-webkit-transform: rotate(25deg) translate(350px, 250px);
			-moz-transform: rotate(25deg) translate(350px, 250px);
			-o-transform: rotate(25deg) translate(350px, 250px);
			-ms-transform: rotate(25deg) translate(350px, 250px);
			transform: rotate(25deg) translate(350px, 250px);
			-webkit-transition: all .8s ease-out;
			-moz-transition: all .8s ease-out;
			-o-transition: all .8s ease-out;
			transition: all .8s ease-out;
		}
		section.rotate-in article.shown{
			-webkit-transform: rotate(0) translate(0,0);
			-moz-transform: rotate(0) translate(0,0);
			-o-transform: rotate(0) translate(0,0);
			-ms-transform: rotate(0) translate(0,0);
			transform: rotate(0) translate(0,0);
		}
		section.flip article{
			-webkit-transform: perspective(1000px) rotateY(90deg);
			-moz-transform: perspective(1000px) rotateY(90deg);
			-o-transform: perspective(1000px) rotateY(90deg);
			-ms-transform: perspective(1000px) rotateY(90deg);
			transform: perspective(1000px) rotateY(90deg);
			-webkit-transition: all 1.5s ease-out;
			-moz-transition: all 1.5s ease-out;
			-o-transition: all 1.5s ease-out;
			transition: all 1.5s ease-out;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-transform-origin: 100% 50%;
			transform-origin: 100% 50%;
		}
		section.flip article.shown{
			-webkit-transform: rotateY(0);
			-moz-transform: rotateY(0);
			-o-transform: rotateY(0);
			-ms-transform: rotateY(0);
			transform: rotateY(0);
		}
		section.scaler article{
			-webkit-transform: scale(0.001);
			-moz-transform: scale(0.001);
			-o-transform: scale(0.001);
			-ms-transform: scale(0.001);
			transform: scale(0.001);
			-webkit-transition: all .5s ease-out;
			-moz-transition: all .5s ease-out;
			-o-transition: all .5s ease-out;
			transition: all .5s ease-out;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
		}
		section.scaler article.shown{
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}
		section.opacited article, section.rotate-in article{
			opacity: 0;
		}

		.content-block.opacited{
			opacity: 0;
			-webkit-transition: opacity .4s ease-out;
			-moz-transition: opacity .4s ease-out;
			-o-transition: opacity .4s ease-out;
			transition: opacity .4s ease-out;
		}
		.content-block.opacited.shown{
			opacity: 1;
		}
		.content-block.perspective-y{
			-webkit-transition: all .5s ease-out;
			-moz-transition: all .5s ease-out;
			-o-transition: all .5s ease-out;
			-ms-transition: all .5s ease-out;
			transition: all .5s ease-out;
			-webkit-transform: perspective(1140px) rotateY(45deg);
			-moz-transform: perspective(1140px) rotateY(45deg);
			-o-transform: perspective(1140px) rotateY(45deg);
			-ms-transform: perspective(1140px) rotateY(45deg);
			transform: perspective(1140px) rotateY(45deg);
		}
		.content-block.shown.perspective-y{
			-webkit--webkit-transform: rotateY(0);
			-moz-transform: rotateY(0);
			-o-transform: rotateY(0);
			-ms-transform: rotateY(0);
			transform: rotateY(0);
			-moz--webkit-transform: rotateY(0);
			-moz-transform: rotateY(0);
			-o-transform: rotateY(0);
			-ms-transform: rotateY(0);
			transform: rotateY(0);
			-o--webkit-transform: rotateY(0);
			-moz-transform: rotateY(0);
			-o-transform: rotateY(0);
			-ms-transform: rotateY(0);
			transform: rotateY(0);
			-ms--webkit-transform: rotateY(0);
			-moz-transform: rotateY(0);
			-o-transform: rotateY(0);
			-ms-transform: rotateY(0);
			transform: rotateY(0);
			-webkit-transform: rotateY(0);
			-moz-transform: rotateY(0);
			-o-transform: rotateY(0);
			-ms-transform: rotateY(0);
			transform: rotateY(0);
		}

		.content-block.perspective-x{
			-webkit-transition: all .5s ease-out;
			-moz-transition: all .5s ease-out;
			-o-transition: all .5s ease-out;
			-ms-transition: all .5s ease-out;
			transition: all .5s ease-out;
			-webkit-transform: perspective(1140px) rotateX(45deg);
			-moz-transform: perspective(1140px) rotateX(45deg);
			-o-transform: perspective(1140px) rotateX(45deg);
			-ms-transform: perspective(1140px) rotateX(45deg);
			transform: perspective(1140px) rotateX(45deg);
		}
		.content-block.shown.perspective-x{
			-webkit-transform: rotate(0);
			-moz-transform: rotate(0);
			-o-transform: rotate(0);
			-ms-transform: rotate(0);
			transform: rotate(0);
		}

		.content-block.slideup{
			-webkit-transition: all .5s ease-out;
			-moz-transition: all .5s ease-out;
			-o-transition: all .5s ease-out;
			-ms-transition: all .5s ease-out;
			transition: all .5s ease-out;
			-webkit-transform: translateY(150px);
			-moz-transform: translateY(150px);
			-o-transform: translateY(150px);
			-ms-transform: translateY(150px);
			transform: translateY(150px);
			perspective: 1000px;
		}
		.content-block.shown.slideup{
			-webkit-transform: translateY(0);
			-moz-transform: translateY(0);
			-o-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}

		.content-block.slideright{
			-webkit-transition: all .5s ease-out;
			-moz-transition: all .5s ease-out;
			-o-transition: all .5s ease-out;
			-ms-transition: all .5s ease-out;
			transition: all .5s ease-out;
			-webkit-transform: translateX(150px);
			-moz-transform: translateX(150px);
			-o-transform: translateX(150px);
			-ms-transform: translateX(150px);
			transform: translateX(150px);
			perspective: 1000px;
		}
		.content-block.shown.slideright{
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		.content-block.slideleft{
			-webkit-transition: all .5s ease-out;
			-moz-transition: all .5s ease-out;
			-o-transition: all .5s ease-out;
			-ms-transition: all .5s ease-out;
			transition: all .5s ease-out;
			-webkit-transform: translateX(-150px);
			-moz-transform: translateX(-150px);
			-o-transform: translateX(-150px);
			-ms-transform: translateX(-150px);
			transform: translateX(-150px);
			perspective: 1000px;
		}
		.content-block.shown.slideleft{
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-o-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

	/*entry-category hover*/
	.entry-meta li a{
		-webkit-transition: color .25s linear, background .25s linear, border-color .25s linear;
		-o-transition: color .25s linear, background .25s linear, border-color .25s linear;
		transition: color .25s linear, background .25s linear, border-color .25s linear;
	}
	/*
		6.0.1 Article views common styles
		*/
		.ts-grid-view article footer  .ts-read-btn,
		.ts-list-view article footer  .ts-read-btn,
		.ts-big-posts article section .ts-read-btn,
		.ts-timeline-view article     .ts-read-btn{
			font-size: 12px;
			height: 25px;
			line-height: 25px;
			border-radius: 25px;
			border: 1px solid rgba(30,30,30,0.1);
			padding: 0 15px 0 8px;
			display: inline-block;
		}

		.ts-big-posts article section .ts-read-btn i,
		.ts-grid-view article footer  .ts-read-btn i,
		.ts-list-view article footer  .ts-read-btn i,
		.ts-timeline-view article     .ts-read-btn i{
		    font-size: 14px;
		    margin-top: 0px;
		    display: inline;
		    margin-right: 4px;
		}	

		.ts-thumbnails-over article .entry-meta-category {
			font-style: italic;
			font-size: 12px;
			display: inline-block;
		}

		.ts-thumbnails-over article .entry-meta-category li,
		.ts-list-view article .entry-meta li {
			display: inline-block;
			margin-bottom: 3px;
		}

		.ts-thumbnail-view article .entry-meta-category li a,
		.ts-list-view article .entry-meta-category a,
		.ts-big-posts article .entry-meta-category a,
		.ts-timeline-view article .entry-meta-category a,
		.mosaic-view article .entry-meta-category a {
			padding: 0px 14px;
			display: inline-block;
			font-size: 12px;
			height: 20px;
			line-height: 20px;
			border-radius: 20px;
			-webkit-transition: background .2s linear, color .2s linear;
			-o-transition: background .2s linear, color .2s linear;
			transition: background .2s linear, color .2s linear;
		}

		.ts-thumbnail-view .entry-meta-category li:not(:last-child),
		.ts-list-view article .entry-meta-category li:not(:last-child),
		.ts-big-posts article .entry-meta-category li:not(:last-child),
		.ts-timeline-view article .entry-meta-category li:not(:last-child) {
			margin: 0 5px 5px 0;
		}
 		.entry-secondary-meta li.entry-views,
 		.entry-secondary-meta li.entry-likes {
			color: inherit;
			font-size: 12px;
			font-style: italic;
		}
 		.entry-secondary-meta li.entry-views i,
 		.entry-secondary-meta li.entry-likes a i {
			font-size: 14px;
			margin-right: 1px;
		}	
		 article  .entry-meta-author a {
			color: inherit;
			opacity: .7;
			-webkit-transition: opacity .22s linear;
			-o-transition: opacity .22s linear;
			transition: opacity .22s linear;
		}
		 article  .entry-meta-author a:hover {
			opacity: 1;
			color: inherit;
		}
		article .entry-meta-author {
			font-style: italic;
			font-weight: normal;
			font-size: 12px;
			display: inline-block;
		    margin-bottom: 15px;
		}		
		article .entry-meta-author a i{
			font-size: 14px;
		    margin-right: 4px;
		    margin-top: 0px;
		    display: inline;
		}					

		article .entry-meta,
		article .entry-meta ul{
			padding-left: 0 !important;
		}
		.ts-grid-view:after,
		.ts-list-view:after,
		.ts-thumbnail-view:after,
		.ts-big-posts:after,
		.ts-super-posts:after,
		.ts-timeline-view:after,
		.mosaic-view:after{
		     visibility: hidden;
		     display: block;
		     font-size: 0;
		     content: " ";
		     clear: both;
		     height: 0;				
		}	
		.ts-pagination ul li{
			margin-right: 5px;
		}			


	/*
		6.1 Grid
		*/
		.ts-grid-view{
		margin-bottom: 60px;
		}
		.ts-grid-view article {
			margin-bottom: 40px;
			position: relative;
		}
		.ts-grid-view article header {
			margin-bottom: 15px;
		}
		.ts-grid-view article .entry-meta{
			font-style: italic;
			font-weight: 500;
			font-size: 12px;
			display: inline-block;
			margin-bottom: 1px;
			padding:0;
		}
		.ts-grid-view article .entry-meta li {
			display: inline-block;
		}
		.ts-grid-view article .entry-meta li.entry-meta-category a {
		    padding: 0px 14px;
		    display: inline-block;
		    height: 20px;
		    line-height: 20px;
		    border-radius: 20px;

		}
		.ts-grid-view article .entry-meta li.entry-meta-category ul li:not(:last-child) {
			margin-right: 5px;
			margin-bottom: 5px;
		}
		.ts-grid-view article .entry-meta li.entry-meta-category{
			margin-right: 17px;
		}

		.ts-grid-view article .entry-title {
			line-height: 1.4;
			font-size: 18px;
		    margin-top: 0;
		    margin-bottom: 13px;
		}
		.ts-grid-view article .entry-title a {
			color: #000;
		}
		.ts-grid-view article .entry-title a:hover {
			color: #c51230;
		}
		.ts-grid-view article .entry-excerpt {
			line-height: 1.8;
			font-size: 12px;
		    margin-top: 0;
			margin-bottom: 10px;
		}
		.ts-grid-view article footer ul.entry-secondary-meta {
			display: block;
		}
		.ts-grid-view article footer ul.entry-secondary-meta li {
			display: inline-block;
		}
		.ts-grid-view article footer ul.entry-secondary-meta li:not(:last-child) {
		    margin-right: 10px;
		}

		/* Grid cols adjustments*/

		.col-lg-6 .ts-grid-view article .entry-meta,
		.col-lg-5 .ts-grid-view article .entry-meta,
		.col-lg-4 .ts-grid-view article .entry-meta,
		.col-lg-3 .ts-grid-view article .entry-meta{
			display: none;
		}
		.col-lg-6 .ts-grid-view article section h3,
		.col-lg-5 .ts-grid-view article section h3,
		.col-lg-4 .ts-grid-view article section h3,
		.col-lg-3 .ts-grid-view article section h3{
			font-size: 16px;
		}

		.ts-grid-view.cols-by-5 article .entry-title{
			font-size: 14px;
		}

		.ts-grid-view.cols-by-5 article .entry-excerpt{
			line-height: 1.8em;
			max-height: 5em;
			overflow: hidden;
		}
		.ts-grid-view.cols-by-5 article .entry-likes,
		.ts-grid-view.cols-by-5 article .entry-meta{
			visibility: hidden;
		}

		@media only screen and (max-width:992px) {
			.ts-grid-view article .entry-likes,
			.ts-grid-view article .entry-meta{
				visibility: visible;
			}
		}

	/*
		6.2 List
		*/
		.ts-list-view{
		margin-bottom: 60px;
		}
		.ts-list-view article {
			margin-bottom: 40px;
			position: relative;
			overflow: hidden;

		}
		.ts-list-view article section{
			position: relative;
		}
		.ts-list-view article header {
			margin-bottom: 20px;
		}
		.ts-list-view article .entry-title {
			line-height: 1.4;
			font-size: 25px;
		    margin-top: 0;
		    margin-bottom: 0px;
		}
		.ts-list-view article .entry-meta-date {
			font-size: 12px;
			font-style: italic;
		    margin-bottom: 11px;
		    display: block;
		}
		.ts-list-view article .entry-excerpt {
		    line-height: 1.8;
		    font-size: 12px;
		    margin-top: 0;
		    margin-bottom: 15px;

		}
		.ts-list-view article  .entry-meta {
			display: block;
		}
		.ts-list-view article  .entry-meta li{
			display: inline-block;
		}
		.ts-list-view article  .entry-meta.ts-right-or-left {
			text-align: right;
		}

		.ts-list-view article .entry-meta li.entry-meta-category{
			margin-right: 17px;
		}

		.ts-list-view article .entry-secondary-meta li:not(:last-child) {
		    margin-right: 24px;
		    margin-bottom: 23px;
		}
		@media only screen and (max-width:768px){
			.ts-list-view article ul.entry-meta .entry-secondary-meta{
				display: block;
				text-align: left;
			}
		}

	/*
		6.3 Big post
		*/
		.ts-big-posts{
		margin-bottom: 60px;
		}
		.ts-big-posts article {
			margin-bottom: 40px;
		}
		.ts-big-posts article section {
			padding-top: 20px;
		}
		.ts-big-posts article .entry-meta{
			font-style: italic;
			font-weight: 500;
			font-size: 12px;
			display: block;
		}
		.ts-big-posts article .entry-meta li {
			display: inline-block;
		}

		.ts-big-posts article .entry-meta li.entry-meta-category{
			margin-right: 17px;
		}
		.ts-big-posts article section h3 {
			line-height: 1.4;
			font-size: 25px;
		    margin-top: 0;
		    margin-bottom: 12px;
		}

		.ts-big-posts article section .entry-excerpt {
			line-height: 1.8;
			font-size: 14px;
		    margin-top: 0;
			margin-bottom: 16px;
		}

		/* Image Position */
		.ts-big-posts article[data-position="left"]{
			text-align: left;
		}

		.ts-big-posts article[data-position="left"]:not(.no-image) section .entry-section{
			padding: 20px 0px 0 15px;
		}
		.ts-big-posts article[data-position="left"] footer .related{
			text-align: left;
			padding-top: 20px;
		}
		.ts-big-posts article[data-position="left"] footer .related .related-list > li{
			float: left;
			padding-right: 30px;
		}
		.ts-big-posts article[data-position="left"] .entry-meta-likes{
			right: 30px;
		}

		.ts-big-posts article[data-position="right"]{
			text-align: left;
		}
		.ts-big-posts article[data-position="right"]:not(.no-image) section .entry-section{
			padding-top: 20px;
		}
		.ts-big-posts article[data-position="right"] footer .related{
			text-align: right;
		}
		.ts-big-posts article[data-position="right"] footer .related .related-list > li{
			float: right;
			padding-left: 30px;
		}
		.ts-big-posts article[data-position="right"] .entry-meta-likes{
			left: 30px;
		}
		.ts-big-posts article[data-position="right"] .entry-title {
			margin-bottom: 5px;
			position: relative;
			padding-bottom: 8px;
		}
	}

	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] header{
		float: right;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] section{
		float: left;
	}
	.ts-big-posts article[data-position="mosaic"] section .entry-section{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] header {
		float: right;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] section .entry-section{
		text-align: left;
	}
	.ts-big-posts div:nth-child(2n+1) article[data-position="mosaic"]:not(.no-image) section .entry-section{
		padding-right: 30px;
	}

	.ts-big-posts div:nth-child(2n+1) article[data-position="mosaic"] .entry-meta-likes{
		right: 30px;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] .entry-above-title{
		text-align: right;
	}
	.ts-big-posts div:nth-child(2n+1) article[data-position="mosaic"] .entry-title {
		padding-right: 50px;
	}

	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] .entry-meta-likes{
		left: 30px;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] footer .related{
		text-align: right;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] footer .related .related-thumb{
		float: right;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] footer .related .related-list > li{
		float: right;
		padding-left: 30px;
	}
	.ts-big-posts div:nth-child(2n+1) article[data-position="mosaic"] footer .related .related-list > li{
		float: left;
		padding-right: 30px;
	}

	a.article-view-more {
		font-size: 12px;
	}
	.ts-big-posts .carousel-wrapper ul.carousel-nav > li, .carousel-wrapper ul.carousel-nav > li{
		background: transparent;
		color: #000;
		font-size: 32px;
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
	.ts-big-posts .carousel-wrapper ul.carousel-nav > li.carousel-nav-left{
		left: -60px;
	}
	.ts-big-posts .carousel-wrapper ul.carousel-nav > li.carousel-nav-right{
		right: -60px;
	}

	/* Title position */
	.ts-big-posts .entry-title{
		width: 100%;
	}

	.ts-big-posts article[data-position="left"].title-above-image .entry-title {
		text-align: left;
	}
	.ts-big-posts article[data-position="right"].title-above-image .entry-title {
		text-align: left;
	}
	.ts-big-posts .article-meta-hidden .entry-title {
		padding: 0 !important;
	}
	.ts-big-posts .title-above-image.no-image .entry-above-title{
		padding-bottom: 0;
	}
	.ts-big-posts .title-above-image.no-image .entry-section{
		padding-top: 0;
	}
	.ts-big-posts .no-image .entry-section{
		padding: 20px 30px 30px 0px;
	}
	@media only screen and (max-width: 960px){
		.ts-big-posts article[data-position="right"] section .entry-section{
			padding-right: 30px;
			padding-left: 30px;
		}
		.ts-big-posts article[data-position="left"].title-above-image > div ,
		.ts-big-posts article[data-position="right"].title-above-image > div ,
		.ts-big-posts article[data-position="mosaic"]:nth-child(2n+1).title-above-image > div ,
		.ts-big-posts article[data-position="mosaic"]:nth-child(2n).title-above-image > div {
			float: none;
		}
		.ts-big-posts article[data-position="left"] section .entry-section ,
		.ts-big-posts article[data-position="right"] section .entry-section ,
		.ts-big-posts article[data-position="mosaic"]:nth-child(2n+1) section .entry-section ,
		.ts-big-posts article[data-position="mosaic"]:nth-child(2n) section .entry-section {
			margin: 0;
		}
		.ts-big-posts article[data-position="mosaic"] section .entry-section{
			padding: 20px 30px 30px;
		}
		.ts-big-posts .title-above-image .entry-meta{
			margin-bottom: 0;
		}
		.ts-big-posts .title-above-image[data-position="right"] .entry-title{
			padding-bottom: 0;
		}
		body.views-has-shadow .ts-big-posts .entry-section,
		body.views-has-shadow .ts-big-posts .title-above-image .entry-title{
			box-shadow: none;
		}
		body.views-has-shadow .ts-big-posts article.title-above-image,
		body.views-has-shadow .ts-big-posts article.title-below-image header .image-holder,
		body.views-has-shadow .ts-big-posts article.title-below-image section .entry-section{
			box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.2);
		}
		.ts-big-posts .entry-excerpt:before{
			display: none;
		}
		.ts-big-posts .title-above-image .entry-section{
			padding-left: 30px;
			padding-top: 20px;
		}
	}
	@media only screen and (max-width: 768px){
		.ts-big-posts section .entry-section{
			padding-left: 30px;
		}
		.ts-big-posts article[data-position="left"]:not(.no-image) section .entry-section{
			padding-left: 0;
		}
		.ts-big-posts .carousel-wrapper ul.carousel-nav > li.carousel-nav-left{
			left: 0;
		}
		.ts-big-posts .carousel-wrapper ul.carousel-nav > li.carousel-nav-right{
			right: 0;
		}
		.ts-big-posts article section ul.entry-meta li.entry-meta-category{
			margin-bottom: 5px;
		}
	}


	/*
		6.4 Thumbnail
		*/
		.ts-thumbnail-view.no-gutter{
			margin: 0 20px 40px 20px;
		}
		.ts-thumbnail-view article{
			position: relative;
			margin-bottom: 40px;
		}

		.ts-thumbnail-view article .entry-title{
			line-height: 1.4;
		    font-size: 18px;
		    margin-top: 0;
		    margin-bottom: 2px;
		    font-weight: bold;
		}
		.ts-thumbnail-view article .entry-title a {
			-webkit-transition: color .25s linear;
			-o-transition: color .25s linear;
			transition: color .25s linear;
		}
		.ts-thumbnail-view article .entry-meta li{
			display: inline-block;
			font-size: 11px;
		}

		.ts-thumbnail-view article .entry-meta > li:not(:last-child):after{
			content: '/';
			margin: 0 5px;
		}
		.ts-thumbnail-view article .entry-meta > li.entry-meta-category li:not(:last-child):after{
			content: ',';
			margin-right: 3px;
		}

		.ts-thumbnail-view.no-gutter.scroll-view .scroll-container:first-child{
			margin-left: 20px;
		}
		.ts-thumbnail-view.no-gutter.scroll-view .scroll-container:last-child{
			margin-right: 20px;
		}
		.ts-thumbnail-view.no-gutter.scroll-view .mCSB_scrollTools_horizontal{
			bottom: -5px;
		}
		.ts-thumbnail-view.no-gutter.scroll-view .mCustomScrollBox{
			padding-bottom: 25px;
		}
		.ts-expanded-row .ts-thumbnail-view .scroll-view{
			padding: 0;
		}
		.ts-thumbnail-view article section .entry-meta-author a i{
		    font-size: 14px;
		    margin-right: 4px;
		    margin-top: 0px;
		    display: inline;
		}		
		.ts-thumbnail-view article section .entry-meta-author {
			font-style: italic;
			font-weight: normal;
			font-size: 12px;
			display: inline-block;
		}		

	/*TS-THUMBNAILS-BELOW*/

	.ts-thumbnails-bellow article header {
		margin-bottom: 20px;
	}

	.ts-thumbnails-bellow article section .entry-meta li {
		display: inline-block;
	}
	.ts-thumbnails-bellow article section .entry-meta-category {
		margin-right: 15px;
		display: inline-block;
	}

	.ts-thumbnails-bellow article section .entry-meta-category li {
		display: inline-block;
	}

	/*THUMBNAILS-TITLE-OVER*/
	.ts-thumbnails-over article {
		color: #fff;
	}
	.ts-thumbnails-over article h3.entry-title > a{
		color: rgba(255, 255, 255, 1);
	}

	.ts-thumbnails-over article section {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 55px 20px 15px 20px;
		white-space: normal;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
		-webkit-transition: padding .2s ease-in-out;
		-o-transition: padding .2s ease-in-out;
		transition: padding .2s ease-in-out;
	}

	.ts-thumbnails-over article section ul.entry-meta-category {
		margin-bottom: 8px;
	}
	.ts-thumbnails-over article .entry-title {
		line-height: 1.4;
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 2px;
		text-shadow: 1px 1px 1px #000;
		font-weight: bold;
	}
	.ts-thumbnails-over article section h3 a{
		color: inherit;
		-webkit-transition: color .25s linear;
		-o-transition: color .25s linear;
		transition: color .25s linear;
	}
	.ts-thumbnails-over article section h3 a:hover{
		color: rgba(255, 255, 255, .8);
	}

	.ts-thumbnails-over article section .entry-meta-author a {
		color: rgba(255, 255, 255, .7);
	}
	.ts-thumbnails-over article section .entry-meta-author a:hover{
		color: rgba(255, 255, 255, .9);	
	}


	.ts-thumbnails-over article section .entry-meta-author a i:before{
		margin-left: 0;
	}
		/*Thumnail view columns adjustmens*/
		/*defaults*/

		/*cols-12 cols-11, cols-10 > cols-by-1*/
		.col-lg-12 .ts-thumbnail-view.cols-by-1 article h3,
		.col-lg-11 .ts-thumbnail-view.cols-by-1 article h3,
		.col-lg-10 .ts-thumbnail-view.cols-by-1 article h3{
			font-size: 32px;
		}

		.col-lg-12 .ts-thumbnail-view.cols-by-2 article h3,
		.col-lg-12 .ts-thumbnail-view.cols-by-3 article h3,
		.col-lg-12 .ts-thumbnail-view.cols-by-4 article h3,
		.col-lg-12 .ts-thumbnail-view.cols-by-5 article h3{
			font-size: 17px;
		}

		.col-lg-12 .ts-thumbnail-view.cols-by-1 article section,
		.col-lg-11 .ts-thumbnail-view.cols-by-1 article section,
		.col-lg-10 .ts-thumbnail-view.cols-by-1 article section{
			padding: 50px;
		}

		.col-lg-12 .ts-thumbnail-view.cols-by-2 section h3,
		.col-lg-11 .ts-thumbnail-view.cols-by-2 section h3,
		.col-lg-10 .ts-thumbnail-view.cols-by-2 section h3{
			font-size: 20px;
		}

		.col-lg-12 .ts-thumbnail-view.cols-by-3 section h3,
		.col-lg-11 .ts-thumbnail-view.cols-by-3 section h3,
		.col-lg-10 .ts-thumbnail-view.cols-by-3 section h3{
			font-size: 20px;
		}
		/*cols-9 cols-8 cols-7, cols-6  > cols-by-1*/
		.col-lg-9 .ts-thumbnail-view.cols-by-1 article h3,
		.col-lg-8 .ts-thumbnail-view.cols-by-1 article h3,
		.col-lg-7 .ts-thumbnail-view.cols-by-1 article h3,
		.col-lg-6 .ts-thumbnail-view.cols-by-1 article h3{
			font-size: 16px;
		}

		.col-lg-9 .ts-thumbnail-view.cols-by-1 article section,
		.col-lg-8 .ts-thumbnail-view.cols-by-1 article section,
		.col-lg-7 .ts-thumbnail-view.cols-by-1 article section,
		.col-lg-6 .ts-thumbnail-view.cols-by-1 article section{
			padding: 30px;
		}

		.col-lg-9 .ts-thumbnail-view.cols-by-2 article h3,
		.col-lg-8 .ts-thumbnail-view.cols-by-2 article h3,
		.col-lg-7 .ts-thumbnail-view.cols-by-2 article h3,
		.col-lg-6 .ts-thumbnail-view.cols-by-2 article h3{
			font-size: 20px;
		}

		.col-lg-7 .ts-thumbnail-view.cols-by-2 article section,
		.col-lg-6 .ts-thumbnail-view.cols-by-2 article section{
			padding: 30px;
		}

		.col-lg-6 .ts-thumbnail-view article .entry-meta-category{
			display: none;
		}
		.col-lg-9 .ts-thumbnail-view article h3,
		.col-lg-8 .ts-thumbnail-view article h3,
		.col-lg-7 .ts-thumbnail-view article h3,
		.col-lg-6 .ts-thumbnail-view article h3{
			text-overflow: ellipsis;
		    word-wrap: break-word;
		    overflow: hidden;
		    max-height: 3.6em;
		    line-height: 1.2em;
		}
		.col-lg-10 .ts-thumbnail-view.cols-by-3 article h3,
		.col-lg-10 .ts-thumbnail-view.cols-by-4 article h3,
		.col-lg-10 .ts-thumbnail-view.cols-by-5 article h3,
		.col-lg-9 .ts-thumbnail-view.cols-by-3 article h3,
		.col-lg-9 .ts-thumbnail-view.cols-by-4 article h3,
		.col-lg-9 .ts-thumbnail-view.cols-by-5 article h3,
		.col-lg-8 .ts-thumbnail-view.cols-by-3 article h3,
		.col-lg-8 .ts-thumbnail-view.cols-by-4 article h3,
		.col-lg-8 .ts-thumbnail-view.cols-by-5 article h3{
			font-size: 16px;
		}
		.col-lg-10 .ts-thumbnail-view.cols-by-3 article .entry-meta-category,
		.col-lg-10 .ts-thumbnail-view.cols-by-4 article .entry-meta-category,
		.col-lg-10 .ts-thumbnail-view.cols-by-5 article .entry-meta-category,
		.col-lg-9 .ts-thumbnail-view.cols-by-3 article .entry-meta-category,
		.col-lg-9 .ts-thumbnail-view.cols-by-4 article .entry-meta-category,
		.col-lg-9 .ts-thumbnail-view.cols-by-5 article .entry-meta-category,
		.col-lg-8 .ts-thumbnail-view.cols-by-3 article .entry-meta-category,
		.col-lg-8 .ts-thumbnail-view.cols-by-4 article .entry-meta-category,
		.col-lg-8 .ts-thumbnail-view.cols-by-5 article .entry-meta-category,
		.col-lg-7 .ts-thumbnail-view.cols-by-3 article .entry-meta-category,
		.col-lg-7 .ts-thumbnail-view.cols-by-4 article .entry-meta-category,
		.col-lg-7 .ts-thumbnail-view.cols-by-5 article .entry-meta-category{
			display: none;
		}



		.ts-thumbnail-view.cols-by-5 article section{
			padding: 10px;
		}
		.ts-thumbnail-view.cols-by-5 article .entry-meta-category{
			display: none;
		}
		.ts-thumbnail-view.cols-by-5 article section h3{
			font-size: 12px;
		}

		@media only screen and (max-width: 1440px) and (min-width: 960px){
			.ts-thumbnail-view.cols-by-4 article[data-title-position="over-image"] .meta-dates .entry-date:before,
			.ts-thumbnail-view.cols-by-4 article[data-title-position="over-image"] .meta-dates .entry-date:after{
				display: none;
			}
		}

		@media only screen and (max-width: 768px){

			.ts-thumbnail-view article[data-title-position="over-image"] .meta-dates .entry-date:before{
				left: 200px;
			}
			.ts-thumbnail-view article[data-title-position="over-image"] .meta-dates .entry-date:after{
				right: 200px;
			}
		}
		@media only screen and (max-width: 460px){
			.ts-thumbnail-view article[data-title-position="over-image"] .meta-dates .entry-date:before{
				left: 20px;
			}
			.ts-thumbnail-view article[data-title-position="over-image"] .meta-dates .entry-date:after{
				right: 20px;
			}
		}


	/*
		6.5 Super post
		*/
		.ts-super-posts .ts-title-section {
			margin-bottom: 10px;
		}
		.ts-super-posts {
			margin-bottom: 60px;
		}
		.ts-super-posts article {
			position: relative;
			margin-bottom: 40px;
		}
		.ts-super-posts article section {
			background-color: rgba(0, 0, 0, 0.5);
			position: absolute;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    width: auto;
		    top: 0;
		    margin: 30px 40px 30px 40px;
		    text-align: center;
		}
		.ts-super-posts article section .ts-inner-info {
		    width: 100%;
		    z-index: 8;
		    position: absolute;
		    top: 43%;
		    margin-top: -50px;
		  	padding: 0px 95px;

		}
		.ts-super-posts article .entry-title {

		    line-height: 1.4;
		    font-size: 22px;
		    margin-top: 0;
		    margin-bottom: 16px;
		    font-weight: 500;
		}
		.ts-super-posts article .entry-title a {
			color: #fff;
		}
		.ts-super-posts article .entry-title:after {
			content: '';
		    border-bottom: 1px solid;
		    color: #fff;
		    width: 75px;
		    margin: auto;
		    display: block;
		    margin-top: 12px;
		    margin-bottom: 2px;
		}
		.ts-super-posts article .entry-excerpt {

		    line-height: 1.8;
		    font-size: 14px;
		    margin-top: 0;
		    color: #fff;
		    margin-bottom: 22px;
		    display: -webkit-box;
		    max-width: 100%;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    text-overflow: ellipsis;
		}
		.ts-super-posts article .ts-read-btn {
		    font-weight: 500;
		    color: #fff;
		    padding: 0px 30px;
		    display: inline-block;
		    height: 25px;
		    line-height: 25px;
		    border-radius: 25px;
		    font-style: italic;
		    font-size: 12px;
		    -webkit-transition: background .25s linear;
		    -o-transition: background .25s linear;
		    transition: background .25s linear;
		}

		@media only screen and (max-width:992px){
			.ts-super-posts article section .ts-inner-info {
			    padding: 0px 16px;
			}
			.ts-super-posts article section .entry-excerpt {
				display: none;
			}
			.ts-super-posts article section .ts-inner-info {
		    	top: 55%;
			}
			.ts-super-posts article section h3 {
				margin-bottom: 0;
				text-overflow: ellipsis;
			    word-wrap: break-word;
			    overflow: hidden;
			    max-height: 3em;
			    line-height: 1.5em;

			}
			.ts-super-posts article section .ts-inner-info {
		    	top: 55%;
			}
			.ts-super-posts article section {
			    margin: 15px 10px 15px 10px;
			}
		}
/*superposts colsby fixes*/

		.ts-super-posts .col-lg-6 article .entry-title{
			font-size: 18px;
		}
		.ts-super-posts .col-lg-6 article section {
			margin:30px;
			margin-bottom: 20px;
		}
		.ts-super-posts .col-lg-6 .ts-inner-info{
			padding: 0 50px;
		}
		.ts-super-posts .col-lg-4 article .entry-title{
			font-size: 16px;
			text-overflow: ellipsis;
		    word-wrap: break-word;
		    overflow: hidden;
		    max-height: 1.8em;
		    line-height: 1.8em;
		}
		.ts-super-posts .col-lg-4 article .entry-excerpt {
			text-overflow: ellipsis;
		    word-wrap: break-word;
		    overflow: hidden;
		    max-height: 3.6em;
		    line-height: 1.8em;
		}
		.ts-super-posts .col-lg-4 .ts-inner-info{
			padding: 0 25px;
		}
		.ts-super-posts .col-lg-4 article section {
			margin:10px;
			margin-bottom: 10px;
		}

		/* 6.6 Timeline */

		.ts-timeline-view {
			margin-bottom: 100px;
		}
		.ts-timeline-view .ts-inner {
		    padding: 0 0 0 100px;
		    position: relative;
		}
		.ts-timeline-view .ts-inner article {
			margin-bottom: 40px;
		}
		.ts-timeline-view .ts-inner:before {
		    content: "";
		    position: absolute;
		    left: 30px;
		    top: 40px;
		    bottom: -20px;
		    width: 2px;
		    background-color: #f1f1f1;
		}
		.ts-timeline-view article header .entry-meta{
		    position: absolute;
		    left: 0;
		    top: 0;
		    margin-top: -12px;
		    padding-bottom: 3px;
		}
		.ts-timeline-view article header {
			margin-bottom: 25px;
		}
		.ts-timeline-view article header .entry-meta ul {
			display: block;
			text-align: center;
			margin-bottom: 0;
			list-style:none;
		}
		.ts-timeline-view article header .entry-meta ul li.entry-meta-date {
			font-size: 12px;
			font-weight:400;
			margin-bottom: -3px;
		}
		.ts-timeline-view article header .entry-meta ul li.entry-meta-time span {
			font-size: 24px;
			font-weight:400;
		}

		.ts-timeline-view article header h3 {
			line-height: 1.4;
			font-size: 25px;
		    margin-top: 0;
		    margin-bottom: 16px;
		}
		.ts-timeline-view article footer i:before{
			margin-left: 0;
		}
		.ts-timeline-view article section .entry-excerpt {
		    line-height: 1.8;
		    font-size: 12px;
		    margin-top: 0;
		    margin-bottom: 10px;
		}
		.ts-timeline-view article footer ul.entry-meta {
			display: block;
		    margin-bottom: 4px;
		}
		.ts-timeline-view article footer ul.entry-meta li{
			display: inline-block;
		}
		.ts-timeline-view article footer ul.entry-meta.ts-right-or-left {
			text-align: right;
		}

		.ts-timeline-view article footer ul.entry-meta li.entry-meta-category{
			margin-right: 17px;
		}

		.ts-timeline-view article footer li.entry-secondary-meta li.entry-likes {
			font-size: 12px;
			font-style: italic;
		}
		.ts-timeline-view article footer ul.entry-meta li.entry-secondary-meta li.entry-likes a i {
			margin-right: 1px;
			font-size: 14px;
		}
		.ts-timeline-view article footer ul.entry-meta li.entry-secondary-meta li.entry-views {
			font-size: 12px;
			font-style: italic;
		}
		.ts-timeline-view article footer ul.entry-meta li.entry-secondary-meta li.entry-views i {
			font-size: 14px;
			margin-right: 1px;
		}

		.ts-timeline-view article footer ul.entry-meta li.entry-secondary-meta li:not(:last-child) {
		    margin-right: 24px;
		}
		@media only screen and (max-width:992px){
			.ts-timeline-view article footer ul.entry-meta .entry-secondary-meta{
				display: block;
				text-align: left;
			}
		}
		@media only screen and (max-width:640px){
			.ts-timeline-view article footer ul.entry-meta li{
				display: block;
				width: 100%;
				text-align: left;
				margin-bottom: 5px;
			}
			.ts-timeline-view article footer .entry-likes a{
				margin-left: 0;
			}
		}

	/*
		6.7 Mosaic
		*/
		.mosaic-view article .entry-meta-date > li.meta-month{
			opacity: 0.5;
		}
		/* rectangle with scroll & with gutter */
		.mosaic-rectangles.mosaic-with-gutter[data-scroll="true"] .scroll-container > div{
			padding: 0 3px;
		}

		/* rectangle with scroll & without gutter */
		.mosaic-rectangles.mosaic-no-gutter[data-scroll="true"] .scroll-container > div{
			padding: 0;
		}

		/* rectangle without scroll & with gutter */
		.mosaic-rectangles.mosaic-with-gutter[data-scroll="false"] > div{
			padding: 0 3px;
		}

		/* rectangle without scroll & without gutter */
		.mosaic-rectangles.mosaic-no-gutter[data-scroll="false"] > div{
			padding: 0;
		}
		.mosaic-rectangles.mosaic-no-gutter[data-scroll="false"] > div:nth-child(3n+1){
			clear: left;
		}

		/* square with scroll & with gutter */
		.mosaic-square.mosaic-with-gutter[data-scroll="true"] .scroll-container > div{
			padding: 0 3px;
		}

		/* square with scroll & without gutter */
		.mosaic-square.mosaic-no-gutter[data-scroll="true"] .scroll-container > div{
			padding: 0;
		}

		/* square without scroll & with gutter */
		.mosaic-square.mosaic-with-gutter[data-scroll="false"] > div{
			padding: 0 3px;
		}

		/* square without scroll & without gutter */
		.mosaic-square.mosaic-no-gutter[data-scroll="false"] > div{
			padding: 0;
		}

		/* ------------------------------------------------------------------------------------- */
		.mosaic-view.mosaic-no-gutter .scroll-container > div article,
		.mosaic-view.mosaic-no-gutter > div article{
			margin: 0;
		}
		.mosaic-view.mosaic-with-gutter .scroll-container > div article,
		.mosaic-view.mosaic-with-gutter > div article{
			margin-bottom: 5px;
		}
		.mosaic-view.mosaic-rectangles .scroll-container > div:nth-child(3n+1){
			clear: left;
		}
		.mosaic-view.mosaic-rectangles.mosaic-with-gutter .scroll-container > div:nth-child(3n+1){
			clear: left;
		}
		.mosaic-rectangles.mosaic-with-gutter[data-scroll="false"] > div:nth-child(3n+1){
			clear: left;
		}
		.mosaic-view.mosaic-no-gutter[data-scroll="false"]{
			padding: 0 19px;
		}
		.mosaic-view.mosaic-no-gutter[data-scroll="true"]{
			padding-left: 19px;
			padding-right: 19px;
		}
		.mosaic-view.mosaic-with-gutter[data-scroll="true"]{
			padding-left: 20px;
			padding-right: 20px;
		}
		.mosaic-view.mosaic-with-gutter[data-scroll="false"]{
			padding-left: 15px;
			padding-right: 15px;
		}
		.mosaic-view.mosaic-with-gutter .scroll-container:first-child{
			margin-left: -5px;
		}
		.mosaic-view.mosaic-with-gutter .scroll-container:last-child{
			margin-right: -5px;
		}
		.mosaic-view{
			position: relative;
			width: 100%;
			max-height: 100%;
			overflow: hidden;
		}
		.mosaic-view.fade-effect .scroll-container > div{
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			opacity: 0;
		}
		.mosaic-view.fade-effect .scroll-container > div.shown{
			opacity: 1;
		}
		.scroll-container{
			float: left;
		}
		.mosaic-view .mosaic-container{
			margin-right: 0px;
			float: left;
		}
		.scroll-container.posts-inside-4 > .col-sm-12{
			width: 25%;
			float: left;
		}
		.scroll-container.posts-inside-3 > .col-sm-12{
			width: 33.3%;
			float: left;
		}
		.scroll-container.posts-inside-2 > .col-sm-12{
			width: 50%;
			float: left;
		}
		.mosaic-view .mosaic-container.no-gutter:first-child{
			margin-left: 15px;
		}
		.mosaic-view .mosaic-container.no-gutter > div{
			padding: 0;
		}
		.mosaic-view article{
			overflow: hidden;
			position: relative;
		}
		.ts-expanded-row .mosaic-view {
			padding: 0 15px;
		}
		.mosaic-view .mosaic-container.no-gutter article header .image-holder > a{
			display: block;
			height: 220px;
			overflow: hidden;
		}
		.mosaic-view .mosaic-row{
			width: 1170px;
		}
		.mosaic-view.fade-effect .mosaic-row > div{
			opacity: 0;
		}

		.mosaic-view.mosaic-no-gutter .mCSB_horizontal.mCSB_inside > .mCSB_container{
			margin-bottom: 20px;
		}
		.scroll-view {
			padding: 0 20px;
		}

		/* Mosaic styles */
		.mosaic-view .ts-title-section {
			margin-bottom: 24px;
		}
		.mosaic-view .ts-title-section h2{
			margin-bottom: -1px;
			font-size: 32px;
		}
		.mosaic-view .ts-title-section span{
			font-size: 14px;

		    color: #c51230;
		}
		.mosaic-view .mosaic-gutter > div {
		    padding: 0 3px;
		}
		.mosaic-view .mosaic-gutter > div article {
		    margin-bottom: 6px;
		}
		.mosaic-view .mosaic-gutter > div:nth-child(3n+1) {
		    clear: left;
		}
		.mosaic-view .mosaic-gutter  {
		    padding-left: 15px;
		    padding-right: 15px;
		}
		.mosaic-view article {
			position: relative;
		}
		.mosaic-view article header {
			position: relative;
		}
		.mosaic-view article header .entry-meta {
			position: absolute;
			width: 100%;
		    padding: 15px 0 0 0;
		    z-index: 9;
		}
		.mosaic-view article header .entry-meta .entry-meta-author a{
			font-size: 12px;
		    color: #fff;
		    font-style: italic;
		    font-weight: 400;
		}
		.mosaic-view article header .entry-meta ul{
			padding: 0;
			margin:0;
			list-style: none;
		}
		.mosaic-view article header .entry-meta .entry-meta-author a span{
		    display: inline-block;
		    margin-left: 4px;
		    vertical-align: middle;
		    margin-bottom: -1px;
		    text-shadow: 1px 1px rgba(3, 3, 3, .5);
		}
		.mosaic-view article header .entry-meta .entry-meta-author a img {
			border-radius: 50%;
		}
		.mosaic-view article header .entry-meta .entry-meta-date {
			margin-top: 5px;
		}
		.mosaic-view article header .entry-meta .entry-meta-date span {
			font-size: 12px;
		    text-shadow: 1px 1px 1px #000;
		    color: #fff;
		    font-style: italic;
		    font-weight: 400;
		}
		.mosaic-view article section .entry-shadow {
			position: absolute;
		    bottom: 0;
		    width: 100%;
		    left: 0;
		    bottom: 0;
		    padding: 20px;
		    padding-bottom: 30px;
		    white-space: normal;
		    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0 ,0, 0.55) 50%, rgba(0,0,0,0.85) 100%);
		    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%, rgba(0, 0, 0, .55)), color-stop(100%,rgba(0,0,0,0.85)));
		    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0 ,0, 0.55) 50%, rgba(0,0,0,0.85) 100%);
		    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0 ,0, 0.55) 50%, rgba(0,0,0,0.85) 100%);
		    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0 ,0, 0.55) 50%,rgba(0,0,0,0.85) 100%);
		    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 50%, rgba(0, 0, 0, .85) 100%);
		    -webkit-transition: padding .2s ease-in-out;
		    -o-transition: padding .2s ease-in-out;
		    transition: padding .2s ease-in-out;
		}
		.mosaic-view article section ul.entry-meta {
			font-style: italic;
			font-weight: 500;
			font-size: 12px;
			display: inline-block;
			margin-bottom: 0;
		}
		.mosaic-view article  .entry-meta-category {
			display: inline-block;
			margin-right: 12px;
			margin-bottom: 5px;
		}
		.mosaic-view article .entry-meta-category {
			margin-right: 9px;
		}
		.mosaic-view article .entry-meta-category li{
			display: inline-block;
		}
		.mosaic-view article .entry-meta-category li:not(:last-child) {
			margin: 0 5px 5px 0;
		}
		.mosaic-view article .entry-likes {
			display: inline-block;
			color: #fff;
			margin-bottom: 5px;
			font-size: 12px;
			font-weight: 400;
			font-style: normal;
		}
		.mosaic-view article .entry-likes a span:before,
		.mosaic-view article .entry-likes a span{
			color: rgba(255, 255, 255, 1);
		}
		.mosaic-view article .entry-likes a i {
			color: #fff;
			margin-right: 0px;
			font-size: 16px;
		}
		.mosaic-view article .entry-likes a i:hover {
			color: #c51230;
		}
		.mosaic-view article section h3 {
		    font-size: 18px;
		    margin-top: 0;
		    margin-bottom: 0px;
			text-shadow: 1px 1px 1px #000;
			font-weight: normal;
			text-overflow: ellipsis;
		    word-wrap: break-word;
		    overflow: hidden;
		    max-height: 2.6em;
		    line-height: 1.3em;
		}
		.mosaic-view article section h3 a {
			color: #fff;
			-webkit-transition: color .25s linear;
			-o-transition: color .25s linear;
			transition: color .25s linear;
		}
		.mosaic-view article section h3 a:hover {
			color: rgba(255, 255, 255, .7);
		}

		.mosaic-view .entry-likes a,
		.mosaic-view .entry-likes a span,
		.mosaic-view .entry-likes a span:before{
			color: rgba(255, 255, 255, .7);
			-webkit-transition: color .2s linear, opacity .3s linear;
			-o-transition: color .2s linear, opacity .3s linear;
			transition: color .2s linear, opacity .3s linear;
			    
		}
		.mosaic-view .entry-likes a:hover,
		.mosaic-view .entry-likes a:hover span,
		.mosaic-view .entry-likes a:hover span:before{
			color: rgba(255, 255, 255, 1);
		}
		.mosaic-view .entry-likes a.active,
		.mosaic-view .entry-likes a.active span,
		.mosaic-view .entry-likes a.active span:before{
			color: rgba(255, 255, 255, .3);
		}

		.col-lg-8 .mosaic-view article section .entry-shadow,
		.col-lg-9 .mosaic-view article section .entry-shadow{
			padding-bottom: 20px;
		}

		@media only screen and (min-width: 768px){
			/*div.site-section:not(.ts-expanded-row) .mosaic-view,*/
			div.site-section:not(.ts-expanded-row) .scroll-container{
				max-width: 748px;
				width: 748px;
			}
		}
		@media only screen and (min-width: 992px){
			/*div.site-section:not(.ts-expanded-row) .mosaic-view,*/
			div.site-section:not(.ts-expanded-row) .scroll-container{
				max-width: 940px;
				width: 940px;
			}
		}
		@media only screen and (min-width: 1170px){
			/*div.site-section:not(.ts-expanded-row) .mosaic-view,*/
			div.site-section:not(.ts-expanded-row) .scroll-container{
				max-width: 1170px;
				width: 1170px;
			}
		}
		@media only screen and (min-width: 1441px){
			/*div.site-section:not(.ts-expanded-row) .mosaic-view,*/
			div.site-section:not(.ts-expanded-row) .scroll-container{
				max-width: 1380px;
				width: 1380px;
			}
		}
		@media only screen and (max-width: 960px){
			.mosaic-view[data-scroll="false"] section .inner-section{
				display: none;
			}
		}
		@media only screen and (max-width: 1170px){
			.mosaic-view article section .entry-title .title i,
			.mosaic-view .entry-meta .entry-meta-date,
			.mosaic-view .entry-content .entry-author{
				display: none;
			}
		}
		@media only screen and (max-width: 768px){
			.scroll-container > div{
				float: left;
			}
		}
		@media only screen and (max-width: 767px){
			.mosaic-view .mosaic-row{
				max-width: 320px !important;
			}
		}
		.mosaic-view article .image-holder img{
			-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			-moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
			transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		}
		.mosaic-view article:hover .image-holder img{
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			transform: scale(1.1);
		}
		/* Mosaic square fixes */
		.mosaic-view.mosaic-square[data-scroll="false"] > div[class^="col-"]:nth-child(5n+1){
			clear: left;
		}
	/*
		6.8 Team
		*/

		.teams.no-gutter{
			margin: 0 20px;
		}
		.teams.no-gutter .carousel-wrapper ul.carousel-nav > li.carousel-nav-right{
			margin-right: 0;
		}
		.teams article{
			position: relative;
			margin-bottom: 40px;
			text-align: center;
		}
		.teams .article-title  {
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.teams .article-title a{
			color: rgb(0, 0, 0);
			font-size: 24px;
			font-weight: 700;
		}
		.teams article header{
			position: relative;
		}
		.teams article .article-title{
			white-space: nowrap;
		}
		.teams article .article-position{
			display: block;
			font-size: 11px;
			line-height: 1;
			font-style: italic;
			margin-bottom: 20px;
		}
		.teams article .image-holder{
			position: relative;
			margin: 0;
			margin-bottom: 20px;
		}
		.teams article .image-holder img{
			width: 100%;
			height: auto;
		}
		.teams article .article-social{
			margin-bottom: 10px;
		}
		.teams article .article-excerpt{
			font-size: 13px;
		}

		/* Teams single page */
		.ts-team-single .team-general{
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.ts-team-single .member-content .member-name{
			position: relative;
		}
		.ts-team-single .member-content .member-name .title{
			padding: 0;
			margin: 0;
			margin-bottom: 5px;
			font-size: 42px;
			display: inline-block;
		}
		.ts-team-single .member-content .member-name .category{
			display: inline-block;
			margin: 0;
			margin-left: 20px;
			position: relative;
			top: -5px;
		}
		.ts-team-single .member-content .member-name .category > li{
			display: inline-block;
			padding: 0 10px;
			text-align: center;
			border-radius: 2px;
		}
		.ts-team-single .member-content .member-name .category > li:not(:last-child){
			margin-right: 5px;
		}
		.ts-team-single .member-content .position{
			display: block;
			font-style: italic;
			font-size: 13px;
		}
		.ts-team-single .related-members{
			padding-top: 60px;
		}
		.ts-team-single .author-short-description{
			font-size: 18px;
		}
		.member-details > ul{
			list-style: none;
			margin-top: 40px;
		}
		.member-details > ul li{
			display: block;
			margin-bottom: 20px;
		}
		.member-details > ul li span{
			display: block;
			color: #ccc;
			font-size: 11px;
		}
		@media only screen and (max-width: 1440px){
			.teams article .image-holder img{
				width: 100%;
			}
			.teams article .image-holder .team-box-square,
			.teams article .image-holder .team-box-square2{
				width: 100%;
				height: 100%;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-team-single .member-content .member-name .category{
				display: block;
			}
		}

	/* Featured article */
.ts-featured-article {
	margin-bottom: 60px;
}
.ts-featured-article article:not(:last-child) {
	margin-bottom: 20px;
}
.ts-featured-article article {
	position: relative;
}
.ts-featured-article article section {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 50px 65px;
    text-align: left;
	background-color: rgba(0, 0, 0, 0.8);
    padding: 22px 35px;
	width: 50%;
}

.ts-featured-article article .entry-featured-title{
	display: block;
    font-size: 12px;
  	margin-bottom: 8px;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.ts-featured-article article .entry-title {

    line-height: 1.4;
    font-size: 26px;
    margin-top: 0;
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 600;
}

.ts-featured-article article .entry-title a {
	color: #fff;
}

.ts-featured-article article section ul.entry-meta {
	display: block;
    margin-bottom: 18px;
}
.ts-featured-article article section ul.entry-meta li{
	display: inline-block;
}
.ts-featured-article article section ul.entry-meta li.entry-meta-category a {
    padding: 0px 14px;
    display: block;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    font-style: italic;
    font-size: 12px;
}
.ts-featured-article article section ul.entry-meta li.entry-meta-category ul li:not(:last-child) {
	margin-right: 5px;
}
.ts-featured-article article section ul.entry-meta li.entry-meta-category{
	margin-right: 15px;
}
.ts-featured-article article section ul.entry-meta li.entry-meta-author {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
    margin-bottom: 0px;
}
.ts-featured-article article section ul.entry-meta li.entry-meta-author a {
	color: #fff;
	opacity: 0.7;
}
.ts-featured-article article section ul.entry-meta li.entry-meta-author a:hover {
	opacity: 1;
}
.ts-featured-article article section ul.entry-meta li.entry-meta-author a i{
    font-size: 14px;
    margin-right: 4px;
    margin-top: 0px;
    display: inline;
}
.ts-featured-article article .entry-excerpt {

    line-height: 1.8;
    font-size: 14px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 32px;
}

/*responsive corrections*/

@media only screen and (max-width:992px){
	.ts-featured-article article {
		position: relative;
	}
	.ts-featured-article article section{

		position: absolute;
		display: block;
		top:20px;
		bottom:20px;
		left:20px;
		right:20px;
		padding: 40px;
		margin:0;
		width: auto;
	}
}

@media only screen and (max-width:640px){
	.ts-featured-article article section{
		position: absolute;
		display: block;
		top:10px;
		bottom:10px;
		left:10px;
		right:10px;
		padding: 15px;
		margin:0;
		width: auto;
	}
	.ts-featured-article article section .entry-excerpt,
	.ts-featured-article article section .entry-preamble,
	.ts-featured-article article section ul.entry-meta{
		display: none;
	}
}

	/*
		6.9 Product
		*/
		.product-view article{
			margin-bottom: 25px;
			background: inherit;
		}

		.product-view article header{
			position: relative;
			overflow: hidden;
			border: 1px solid #e6e6e6;
		}
		.product-view article header .featimg{
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		.product-view article header:hover .featimg{
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}
		.product-view article section{
			padding: 25px;
			position: relative;
			z-index: 1;
		}
		article .featimg{
			position: relative;
		}
		.product-view article .featimg{
			overflow: hidden;
			border-bottom: 1px solid rgba(60,60,60,0.1);
			z-index: 1;
		}
		.product-view article section .entry-section{
			position: relative;
			text-align: center;
		}
		.product-view article section  .entry-categories ul{
			margin-top: 0;
			margin-bottom: 0;
		}
		.product-view article section  .entry-categories ul li{
			list-style: none;
			font-size: 12px;
		}
		.product-view article section .entry-title{
			position: relative;
			margin-bottom: 5px;
		}
		.product-view article section .entry-title h3{
			color: inherit;
			font-size: 18px;
			margin: 0 0 5px 0;
			vertical-align: middle;
			font-weight: normal;
		}

		.product-view article .grid-shop-button .button.add_to_cart_button {
			font-size: 12px;
			border-radius: 25px;
			line-height: 25px;
		}
		.product-view article .grid-shop-button .button.add_to_cart_button:before {
			content: '\e842';
			font-family: 'redfont';
			font-size: inherit;
			color: inherit;
			margin-right: 5px;
		}
		.related .product-view article section .entry-title h3{
			font-size: 18px;
		}
		.product-view article section .entry-section .grid-shop-options{
			display: block;
			margin-top: 5px;
			margin-bottom: 10px;
		}
		.product-view article section .entry-categories ul li{
			display: inline-block;
			opacity: 0.7;
			margin-right: 10px;
			margin-left: 0;
			font-style: italic;
		}
		.product-view article section .entry-categories ul li:not(:last-child):after{
			content: ",";
		}
		.product-view .overlay-effect .entry-overlay > a:not(.added_to_cart){
			display: inline-block;
			width: 50%;
			height: 35px;
			padding: 0;
			line-height: 35px;
			text-align: center;
			color: inherit;
			float: left;
			text-transform: uppercase;
			text-shadow: none;
			border: 0 none;
		}
		.related .product-view .overlay-effect .entry-overlay > a:not(.added_to_cart){
			font-size: 11px;
		}
		@media only screen and (max-width: 991px){
			.product-view article .entry-footer .btn{
				float: left;
			}
			.product-view article .entry-footer .entry-meta{
				margin-bottom: 10px;
			}
		}


/*
--------------------------------------------------------------------------------
	7. OVERLAY EFFECTS
--------------------------------------------------------------------------------
*/
	/*
		7.0 General
		*/
		article .image-holder a.anchor_on{
			position: absolute !important;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			z-index: 9;
			text-indent: -9999px;
			opacity: 0;
		}
		article .image-holder .overlay-effect{
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			color: #fff;
			opacity: 0;
			filter: alpha(opacity=0);
			z-index: 0;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		article .image-holder:hover .overlay-effect{
			opacity: 1;
			filter: alpha(opacity=100);
		}
		article .overlay-effect .entry-overlay{
			position: absolute;
			width: 100%;
			height: 100%;
			color: inherit;
			text-shadow: 0 0 2px rgba(30,30,30,0.5);
			padding: 1.5em 30px;
		}
		article .overlay-effect .entry-overlay .view-more span{
			padding: 12px 25px;
			text-transform: uppercase;
			background-color: #fff;
		}

		article .overlay-effect .entry-overlay .view-more{
			font-size: 13px;
			text-align: center;
		}
		article .default-effect .entry-overlay{
			position: static;
		}
		article .default-effect .overlay-effect .view-more{
			position: absolute;
			top: 50%;
			left: 50%;
			width: 60px;
			height: 60px;
			line-height: 60px;
			text-align: center;
			color: inherit;
			font-size: 24px;
			margin-left: -30px;
			margin-top: -30px;
		}
		article .default-effect .overlay-effect .view-more i{
			display: block;
			font-style: normal;
			margin-bottom: 10px;
			font-size: 42px;
			-webkit-transition: all .2s ease-out;
			-moz-transition: all .2s ease-out;
			-o-transition: all .2s ease-out;
			-ms-transition: all .2s ease-out;
			transition: all .2s ease-out;
			-webkit-transform: scale(0.2) rotate(-30deg);
			-moz-transform: scale(0.2) rotate(-30deg);
			-o-transform: scale(0.2) rotate(-30deg);
			-ms-transform: scale(0.2) rotate(-30deg);
			transform: scale(0.2) rotate(-30deg);
		}
		article .default-effect:hover .overlay-effect .view-more i{
			-webkit-transform: scale(1) rotate(0deg);
			-moz-transform: scale(1) rotate(0deg);
			-o-transform: scale(1) rotate(0deg);
			-ms-transform: scale(1) rotate(0deg);
			transform: scale(1) rotate(0deg);
		}

		/*---------------*/
		/***** Rocky *****/
		/*---------------*/
		.rocky-effect{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			text-align: center;
		}
		@keyframes rockyBgAnimateIn {
			0%{
				height: 1px;
				width: 0;
			}
			50%{
				height: 1px;
				width: 100%;
			}
			100%{
				height: 50%;
				width: 100%;
			}
		}
		@keyframes rockyBgAnimateOut {
			0%{
				height: 50%;
				width: 100%;
			}
			50%{
				height: 1px;
				width: 100%;
			}
			100%{
				height: 1px;
				width: 0;
			}
		}
		@-webkit-keyframes rockyBgAnimateIn {
			0%{
				height: 1px;
				width: 0;
			}
			50%{
				height: 1px;
				width: 100%;
			}
			100%{
				height: 50%;
				width: 100%;
			}
		}
		@-webkit-keyframes rockyBgAnimateOut {
			0%{
				height: 50%;
				width: 100%;
			}
			50%{
				height: 1px;
				width: 100%;
			}
			100%{
				height: 1px;
				width: 0;
			}
		}
		@-o-keyframes rockyBgAnimateIn {
			0%{
				height: 1px;
				width: 0;
			}
			50%{
				height: 1px;
				width: 100%;
			}
			100%{
				height: 50%;
				width: 100%;
			}
		}
		@-o-keyframes rockyBgAnimateOut {
			0%{
				height: 50%;
				width: 100%;
			}
			50%{
				height: 1px;
				width: 100%;
			}
			100%{
				height: 1px;
				width: 0;
			}
		}
		.rocky-effect:before, .rocky-effect:after{
			content: '';
			display: block;
			background: rgba(20,20,20,0.5);
			opacity: 0.9;
			height: 1px;
			position: absolute;
			top: 50%;
			right: 0;
			width: 0;
			animation: rockyBgAnimateOut .4s;
			-webkit-animation: rockyBgAnimateOut .4s;
		}
		.rocky-effect:hover:before, .rocky-effect:hover:after{

			animation: rockyBgAnimateIn .4s;
			animation-iteration-count: 1;
			animation-fill-mode: forwards;
			-webkit-animation: rockyBgAnimateIn .4s;
			-webkit-animation-iteration-count: 1;
			-webkit-animation-fill-mode: forwards;
		}
		.rocky-effect:after{
			left: 0;
			right: auto;
			margin-top: 0;
			bottom: 50%;
			top: auto;
		}
		.rocky-effect .entry-overlay{
			position: absolute;
			top: 50%;
			width: 100%;
			-webkit-transform: translatey(-50%);
			   -moz-transform: translatey(-50%);
			    -ms-transform: translatey(-50%);
			     -o-transform: translatey(-50%);
			        transform: translatey(-50%);
			z-index: 1;
		}
		.rocky-effect > a,
		.rocky-effect .entry-overlay > a{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;

		}
		.rocky-effect > a{
			z-index: 1;
		}
		.rocky-effect .entry-overlay .sharing-options{
			margin:0;
			position: relative;
		}
		.rocky-effect .read-more{
			width: 33.9%;
			float: left;
			position: relative;
			position: absolute;
		    top: 50%;
		    transform: translatey(-50%);
		}
		.rocky-effect .overlay-sharing{
			width: 66%;
			float: right;
			text-align: center;
		}

		.rocky-effect .entry-overlay .sharing-options li{
			margin-top: 10px;
			display: inline-block;
			color: #a5a5a5;
			opacity: 0;
			font-size: 14px;
			transform: translateY(35px);
			-webkit-transform: translateY(35px);
			padding: 0 7px;
			z-index: 101;
		}
		.rocky-effect .entry-overlay .sharing-options li a{
			color: inherit;
			position: relative;
			display: inline-block;
			color: #FFF;
			font-size: 16px;
			z-index: 111;
		}
		.rocky-effect .sharing-options li a:after{
			content: '';
			display: block;
			position: absolute;
			width: 100%;
			height: 1px;
			background: rgba(255, 255, 255, .65);
			bottom: -10px;
			transform: scale(0);
			-webkit-transform: scale(0);
			-webkit-transition: -webkit-transform 0.2s ease-out;
			-moz-transition: transform 0.2s ease-out;
			transition: transform 0.2s ease-out;
		}
		.rocky-effect .sharing-options li a:hover:after{
			transform: scale(1);
			-webkit-transform: scale(1);
		}
		.rocky-effect .entry-overlay .sharing-options li a:hover{
			color: #ccc;
		}
		.rocky-effect:hover .entry-overlay .sharing-options li:first-child{
			-webkit-transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .45s;
			-moz-transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .45s;
			transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .45s;
		}
		.rocky-effect:hover .entry-overlay .sharing-options li:nth-of-type(2){
			-webkit-transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .55s;
			-moz-transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .55s;
			transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .55s;
		}
		.rocky-effect:hover .entry-overlay .sharing-options li:nth-of-type(3){
			-webkit-transition: transform 0.2s ease-out .6s, opacity 0.2s ease-out .65s;
			-moz-transition: transform 0.2s ease-out .6s, opacity 0.2s ease-out .65s;
			transition: transform 0.2s ease-out .6s, opacity 0.2s ease-out .65s;
		}
		.rocky-effect:hover .entry-overlay .sharing-options li:nth-of-type(4){
			-webkit-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out .75s;
			-moz-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out .75s;
			transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out .75s;
		}
		.rocky-effect:hover .entry-overlay .sharing-options li{
			transform: translateY(0);
			-webkit-transform: translateY(0);
			opacity: 1;
		}
		.rocky-effect .entry-overlay .sharing-options li{
			-webkit-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out 0;
			-moz-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out 0;
			transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out 0;
		}

		.rocky-effect .view-video-play a{
			display: block;
			color: #fff;
		}

		.rocky-effect .view-video-play{
			height: 60px;
			width: 60px;
			line-height: 60px;
			font-size: 16px;
			-webkit-transform: scale(0) translatey(-50%);
				 -o-transform: scale(0) translatey(-50%);
					transform: scale(0) translatey(-50%);
			opacity: 0;
			-webkit-transition: transform .2s linear, opacity .2s linear;
			-o-transition: transform .2s linear, opacity .2s linear;
			transition: transform .2s linear, opacity .2s linear;
			position: absolute;
		    left: 0;
		    right: 0;
			top:50%;
		    margin: 0 auto;

		}
		.rocky-effect .sharing-options:before{
			content: " ";
			display: inline;
			position: absolute;
			height: 0;
			left:0;
			width: 1px;
			background: rgba(255, 255, 255, .7);
			-webkit-transition: height .15s ease-out ;
			-o-transition: height .15s ease-out ;
			transition: height .15s ease-out ;
			top:50%;
			margin-top: 5px;
			-webkit-transform: translatey(-50%);
			   -moz-transform: translatey(-50%);
			    -ms-transform: translatey(-50%);
			     -o-transform: translatey(-50%);
			        transform: translatey(-50%);
		}
		.rocky-effect:hover .sharing-options:before{
			height: 100px;
			-webkit-transition: opacity .4s ease-out, height .3s ease-out 0;
			-o-transition: opacity .4s ease-out, height .3s ease-out 0;
			transition: opacity .4s ease-out, height .3s ease-out 0;
			    -webkit-transition-delay: .2s;
			    -o-transition-delay: .2s;
			    transition-delay: .2s;

		}

		.rocky-effect:hover .view-video-play{
			opacity: 1;
			-webkit-transform: scale(1) translatey(-50%);
			   -moz-transform: scale(1) translatey(-50%);
			    -ms-transform: scale(1) translatey(-50%);
			     -o-transform: scale(1) translatey(-50%);
			        transform: scale(1) translatey(-50%);
		}

		/*cols adjustments*/
		.col-lg-12 .rocky-effect .view-video-play,
		.col-lg-11 .rocky-effect .view-video-play,
		.col-lg-10 .rocky-effect .view-video-play{
			margin-top: 5px;
		}

		.col-lg-9 .rocky-effect .sharing-options:before,
		.col-lg-8 .rocky-effect .sharing-options:before,
		.col-lg-6 .rocky-effect .sharing-options:before{
			max-height: 66px;
		}
		.col-lg-4 .rocky-effect .view-video-play,
		.col-lg-3 .rocky-effect .view-video-play{
			height: 40px;
			width: 40px;
			line-height: 40px;
			margin-top: 5px;
		}
		.col-lg-4 .rocky-effect .sharing-options:before,
		.col-lg-3 .rocky-effect .sharing-options:before{
			right: -20px;
			max-height: 56px;
		}
		.col-lg-4 .rocky-effect .entry-overlay .sharing-options,
		.col-lg-3 .rocky-effect .entry-overlay .sharing-options{
			margin-top: 0;
		}






		/* Pixdot effect */

		@-webkit-keyframes pixdotHoverIn {
			0%{
				-webkit-transform: rotate(-90deg) scale(0);
				transform: rotate(-90deg) scale(0);
			}
			30%{
				-webkit-transform: rotate(0) scale(0.3);
				transform: rotate(0) scale(0.3);
			}
			50%{
				-webkit-transform: rotate(0) scale(0.3);
				transform: rotate(0) scale(0.3);
			}
			100%{
				-webkit-transform: scale(1);
				transform: scale(1);
			}

		}
		@keyframes pixdotHoverIn {
			0%{
				-webkit-transform: rotate(-90deg) scale(0);
				transform: rotate(-90deg) scale(0);
			}
			30%{
				-webkit-transform: rotate(0) scale(0.3);
				transform: rotate(0) scale(0.3);
			}
			50%{
				-webkit-transform: rotate(0) scale(0.3);
				transform: rotate(0) scale(0.3);
			}
			100%{
				-webkit-transform: scale(1);
				transform: scale(1);
			}
		}
		@-webkit-keyframes pixdotHoverOut {
			0%{
				-webkit-transform: rotate(0) scale(1);
				transform: rotate(0) scale(1);
			}
			50%{
				opacity: 0;
				-webkit-transform: scale(0);
				transform: scale(0);
			}
			100%{
				-webkit-transform: rotate(-90deg) scale(0);
				transform: rotate(-90deg) scale(0);
				opacity: 0;
			}

		}
		@keyframes pixdotHoverOut {
			0%{
				-webkit-transform: rotate(0) scale(1);
				transform: rotate(0) scale(1);
			}
			50%{
				opacity: 0;
				-webkit-transform: scale(0);
				transform: scale(0);
			}
			100%{
				-webkit-transform: rotate(-90deg) scale(0);
				transform: rotate(-90deg) scale(0);
				opacity: 0;
			}
		}

		.pixdot-effect{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			overflow: hidden;
			text-align: center;
			z-index: 3;
		}
		.pixdot-effect:before{
			content: '';
			display: block;
			background: rgba(240,240,240,0.8);
			position: absolute;
			top: 20px;
			left: 20px;
			right: 20px;
			bottom: 20px;

			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
			-webkit-animation: pixdotHoverOut .2s linear 1;
			animation: pixdotHoverOut .2s linear 1;
			animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
		}
		.pixdot-effect:hover:before{
			-webkit-animation: pixdotHoverIn .3s linear 1;
			animation: pixdotHoverIn .3s linear 1;
			animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
		}
		.pixdot-effect .view-video-play{
			-webkit-transition: opacity .15s linear;
			-o-transition: opacity .15s linear;
			transition: opacity .15s linear;
		}
		.pixdot-effect:hover .view-video-play{
			opacity: 0;
		}
		.pixdot-effect > a{
			position: absolute;
			bottom: 30px;
			display: block;
			height: 30px;
			line-height: 30px;
			background: #FFF;
			color: #000;
			padding: 0 22px;
			left: 50%;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			text-transform: uppercase;
			font-size: 11px;
			opacity: 0;
			-webkit-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
			-moz-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
			transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
		}
		.pixdot-effect:hover > a{
			opacity: 1;
			bottom: 50px;
			-webkit-transition: bottom 0.4s ease-out .4s, opacity 0.4s ease-out .4s;
			-moz-transition: bottom 0.4s ease-out .4s, opacity 0.4s ease-out .4s;
			transition: bottom 0.4s ease-out .4s, opacity 0.4s ease-out .4s;
		}
		.pixdot-effect > a span{
			-webkit-transition: color 0.2s ease-out;
			-moz-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out;
		}
		.pixdot-effect .sharing-options{
			position: absolute;
			top: 50%;
			width: 100%;
			text-align: center;
			list-style-type: none;
			transform: translateY(50%);
			-webkit-transform: translateY(50%);
			margin: -20px 0 0 0;
			z-index: 3;
		}
		.pixdot-effect .sharing-options li{
			display: inline-block;
			margin-right: 15px;
			opacity: 0;
			margin-left: -50px;
			-webkit-transition: margin 0.2s ease-out, opacity 0.2s ease-out;
			-moz-transition: margin 0.2s ease-out, opacity 0.2s ease-out;
			transition: margin 0.2s ease-out, opacity 0.2s ease-out;
		}
		.pixdot-effect:hover .sharing-options li{
			margin-left: 0;
			opacity: 1;
		}
		.pixdot-effect:hover .sharing-options li:nth-child(1){
			transition-delay: .25s;
		}
		.pixdot-effect:hover .sharing-options li:nth-child(2){
			transition-delay: .3s;
		}
		.pixdot-effect:hover .sharing-options li:nth-child(3){
			transition-delay: .35s;
		}
		.pixdot-effect:hover .sharing-options li:nth-child(4){
			transition-delay: .4s;
		}
		.pixdot-effect .sharing-options li a:hover,
		.pixdot-effect .sharing-options li a{
			display: block;
			color: #000;
			font-size: 18px;
			position: relative;
		}
		.pixdot-effect .sharing-options li a:after{
			content: '';
			display: block;
			position: absolute;
			width: 100%;
			height: 1px;
			background: #000;
			bottom: -10px;
			transform: scale(0);
			-webkit-transform: scale(0);
			-webkit-transition: -webkit-transform 0.2s ease-out;
			-moz-transition: transform 0.2s ease-out;
			transition: transform 0.2s ease-out;
		}
		.pixdot-effect .sharing-options li a:hover:after{
			transform: scale(1);
			-webkit-transform: scale(1);
		}


/*
--------------------------------------------------------------------------------
	8. ELEMENTS
--------------------------------------------------------------------------------
*/
	/*
		8.0 Social Buttons
		*/
		.social-icons ul{
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		.social-icons ul li{
			margin-right: 5px;
			display: inline-block;
		}
		.social-icons.big-background ul li a{
			display: block;
			width: 36px;
			height: 36px;
			-webkit-transition: -webkit-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out, border-color .2s linear;
			-moz-transition: -moz-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out, border-color .2s linear;
			-o-transition: -o-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out, border-color .2s linear;
			transition: transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out, border-color .2s linear;
			line-height: 36px;
			border-radius: 50%;
			text-align: center;
			color: rgba(10,10,10,0.7);
			font-size: 11px;
			margin-bottom: 4px;
		}

		.social-icons.small-border ul li a{
			display: block;
			width: 26px;
			height: 26px;
			-webkit-transition: -webkit-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out, border-color .2s linear;
			-moz-transition: -moz-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out, border-color .2s linear;
			-o-transition: -o-transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out, border-color .2s linear;
			transition: transform 200ms linear, 0.2s color ease-in-out, 0.2s background-color ease-in-out, border-color .2s linear;
			line-height: 25px;
			border-radius: 50%;
			text-align: center;
			color: inherit;
			font-size: 11px;
			margin-bottom: 4px;
			border: 1px solid rgba(60,60,60,0.15);
		}
		.social-icons ul li a.icon-skype:hover{
			background-color: #00aff0;
			color: #FFF;
		}
		.social-icons ul li a.icon-github:hover{
			background-color: #4183c4;
			color: #FFF;
		}
		.social-icons ul li a.icon-gplus:hover{
			background-color: #db4a39;
			color: #FFF;
		}
		.social-icons ul li a.icon-lastfm:hover{
			background-color: #c3000d;
			color: #FFF;
		}
		.social-icons ul li a.icon-linkedin:hover{
			background-color: #0e76a8;
			color: #FFF;
		}
		.social-icons ul li a.icon-tumblr:hover{
			background-color: #34526f;
			color: #FFF;
		}
		.social-icons ul li a.icon-twitter:hover{
			background-color: #00A0D1;
			color: #FFF;
		}
		.social-icons ul li a.icon-vimeo:hover{
			background-color: #86C9EF;
			color: #FFF;
		}
		.social-icons ul li a.icon-wordpress:hover{
			background-color: #21759B;
			color: #FFF;
		}
		.social-icons ul li a.icon-yahoo:hover{
			background-color: #720E9E;
			color: #FFF;
		}
		.social-icons ul li a.icon-video:hover{
			background-color: #C4302B;
			color: #FFF;
		}
		.social-icons ul li a.icon-facebook:hover{
			background-color: #3B5998;
			color: #FFF;
		}
		.social-icons ul li a.icon-flickr:hover{
			background-color: #0063DC;
			color: #FFF;
		}
		.social-icons ul li a.icon-dribbble:hover{
			background-color: #ea4c89;
			color: #FFF;
		}
		.social-icons ul li a.icon-rss:hover{
			background-color: #EE802F;
			color: #FFF;
		}
		.social-icons ul li a.icon-pinterest:hover{
			background-color: #c8232c;
			color: #FFF;
		}
		.social-icons ul li a.icon-instagram:hover{
			background-color: #3f729b;
			color: #FFF;
		}
		.social-icons ul li a:hover{
			border-color: transparent;
		}
		@media only screen and (max-width: 768px){
			.social-icons > ul.text-left,
			.social-icons > ul.text-right{
				text-align: center;
				margin-bottom: 25px;
			}
		}

	.entry-meta-share {
		display: block;
	}
	.entry-meta-share li {
		display: inline-block;
		text-align: center;
		position: relative;
		-webkit-transition: 0.55s ease;
	    -moz-transition: 0.55s ease;
	    -o-transition: 0.55s ease;

	}
	.entry-meta-share li.secondary{
		opacity: 1;
		-webkit-transition: opacity .25s linear;
		-o-transition: opacity .25s linear;
		transition: opacity .25s linear;
		-webkit-transition-delay: .5s;
		-o-transition-delay: .5s;
		transition-delay: .5s;
	}
	.entry-meta-share li.ts-collapsed{
		display: none;
		opacity: 0;
	}
	.entry-meta-share li.show-more a{
		cursor: pointer;
	}
	.entry-meta-share li:not(:last-child) {
		margin-right: 5px;
	}
	.entry-meta-share li a i {
		height: 30px;
		width: 30px;
		line-height: 30px;
		color: #fff;
		border-radius: 50%;
		font-size: 14px;
		display: block;
		position: relative;
	}
	.entry-meta-share li a {
		position: relative;
		color: inherit;
	}
	.entry-meta-share li a i:before {
	    top: 50%;
	    position: absolute;
	    -webkit-transform: translateY(-50%);
	    	 -o-transform: translateY(-50%);
	    		transform: translateY(-50%);
	    margin: auto;
	    left: 0;
	    right: 0;
	}
	.entry-meta-share li a i[class*="icon-"]{
		-webkit-transition: 0.55s ease;
	    -moz-transition: 0.55s ease;
	    -o-transition: 0.55s ease;
	    color: #fff;
	}
	.entry-meta-share li[data-social="facebook"] a i{
		background-color: #3b5998;

	}
	.entry-meta-share li[data-social="facebook"] a:hover i{
		background-color: #253861;
	}
	.entry-meta-share li[data-social="twitter"] a i{
		background-color: #55acee;
	}
	.entry-meta-share li[data-social="twitter"] a:hover i{
		background-color: #346f9c;
	}
	.entry-meta-share li[data-social="gplus"] a i{
		background-color: #dc4e41;
	}
	.entry-meta-share li[data-social="gplus"] a:hover i{
		background-color: #87271e;
	}

	.entry-meta-share li[data-social="linkedin"] a i{
		background-color: #007bb5;
	}
	.entry-meta-share li[data-social="linkedin"] a:hover i{
		background-color: #045a82;
	}
	.entry-meta-share li[data-social="tumblr"] a i {
		background-color: #32506d;
	}
	.entry-meta-share li[data-social="tumblr"] a:hover i.icon-tumblr {
		background-color: #1d3a56;
	}

	.entry-meta-share li[data-social="pinterest"] a i{
		background-color: #cb2027;
	}
	.entry-meta-share li[data-social="pinterest"]  a:hover i{
		background-color: #87271e;
	}

	.entry-meta-share li.show-more a i{
		background-color: #d5d5d5;

	}
	.entry-meta-share li.show-more a:hover i {
		background-color: #333333;
	}
	.entry-meta-share li a span{

	    font-size: 12px;
	    color: inherit;
	    height: 30px;
		width: 30px;
		line-height: 30px;
		border-radius: 50%;
		font-size: 10px;
		border: 1px solid #e8e8e8;
	    position: absolute;
		left: -15px;
		right: 0;
		-webkit-transition: 0.55s ease;
	    -moz-transition: 0.55s ease;
	    -o-transition: 0.55s ease;
	    opacity: 0;
	}
	.entry-meta-share li a:hover span {
		display: block;
		left: 10px;
		-webkit-transition: 0.55s ease;
	    -moz-transition: 0.55s ease;
	    -o-transition: 0.55s ease;
	    opacity: 1;
	}
	.entry-meta-share li a i[class*="icon-"] {
	    z-index: 88;
	    position: relative;
	}
	.entry-meta-share li:not([data-social="more"]):hover {
		margin-right: 30px;
		-webkit-transition: 0.55s ease;
	    -moz-transition: 0.55s ease;
	    -o-transition: 0.55s ease;
	    margin-right: 32px;
	}




	/*
		8.1 Search box
		*/
		#searchbox {
			position: relative;
			width: 100%;
		}
		#searchbox .search-trigger{
			font-size: 18px;
			color: inherit;
		}
		#searchbox .search-trigger span{
			font-size: 12px;
			color: inherit;
			font-style: italic;
			padding-left: 10px;
			opacity: 0.4;
		}
		#searchbox .search-trigger:hover{
			opacity: 0.7;
		}
		#searchform{
			margin: 0;
		}
		#searchbox .hidden-form-search{
			position: fixed;
			z-index: 0;
			visibility: hidden;
			opacity: 0;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(255,255,255,0.9);
			text-align: center;
			padding: 25%;
			-webkit-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		#searchbox .hidden-form-search.active{
			visibility: visible;
			opacity: 1;
			z-index: 99999;
		}
		#searchbox .hidden-form-search input[type="text"]{
			background: transparent;
			border: 0 none;
			height: 50px;
			line-height: 50px;
			font-size: 24px;
			font-style: italic;
			color: inherit;
			text-indent: 10px;
			padding:0;
			margin:0;
			float: left;
			width: 100%;
			box-shadow: none;
			font-family: 'Fira Sans';
			outline: 0;
			border-bottom: 1px solid #dddddd;
			color: #a3a3a3;
		}
		#searchbox .hidden-form-search input.searchbutton{
			background: transparent;
			border: 0 none;
			height: 40px;
			line-height: 40px;
			font-size: 10px;
			color: #ccc;
			text-transform: uppercase;
			padding:0 5px;
			font-weight: normal;
			margin:0;
			font-family: 'Fira Sans',serif;
			width:30%;
			cursor: pointer;
			-webkit-transition: background-color .2s ease-out, color .2s ease-out;
			-moz-transition: background-color .2s ease-out, color .2s ease-out;
			-o-transition: background-color .2s ease-out, color .2s ease-out;
			-ms-transition: background-color .2s ease-out, color .2s ease-out;
			transition: background-color .2s ease-out, color .2s ease-out;
			position: absolute;
			top: 0;
			right: 0;
			outline: 0;
			opacity: 0;
			z-index: 2;
		}
		#searchbox .hidden-form-search i.icon-search{
			position: absolute;
			right: 0;
			top: 10px;
			color: #000;
			font-size: 18px;
			z-index: 1;
			-webkit-transition: color 0.2s ease-out;
			-moz-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out;
		}
		#searchbox .hidden-form-search fieldset{
			margin: 0;
			padding: 0;
			border: 0;
			position: relative;
		}
		#searchbox .hidden-form-search .search-close{
			display: block;
			position: absolute;
			top: 60px;
			right: 30px;
			font-size: 28px;
		}
		@media only screen and (max-width: 768px){
			#searchbox.text-right{
				text-align: left;
			}
			#searchbox > a{
				position: fixed;
				top: 10px;
				left: 10px;
			}
			#searchbox .hidden-form-search{
				padding-top: 50%;
				padding-left: 20px;
				padding-right: 20px;
			}
			#searchbox .hidden-form-search .search-close{
				right: 0;
				font-size: 32px;
			}
			#searchbox .hidden-form-search input[type="text"],
			#searchbox .hidden-form-search i.icon-search{
				font-size: 14px;
			}
		}

		/* Search results page */
		.search .attention{
			display: none;
			font-size: 48px;
			margin: 0 auto;
			padding: 0;
			margin-bottom: 20px;
		}
		.search-results .searchpage{
			font-size: 32px;
		}
		.search-results .subsearch{
			display: block;
			margin-bottom: 30px;
			opacity: 0.8;
		}
		.search-results .search_input{
			margin-bottom: 50px;
		}
		.search-results .searchcount{
			margin-top: 30px;
			margin-bottom: 15px;
			padding-top: 20px;
			border-top: 1px solid rgba(0, 0, 0, 0.15);
			font-size: 18px;
			color: inherit;
			font-weight: 400;
			text-transform: uppercase;
		}
		.search-results .searchcount > b{
			text-decoration: underline;
			text-transform: none;
		}
		.search-results .searchcount > span{
			font-size: 22px;
		}

		.search-no-results .attention{
			display: block;
		}
		.search-no-results #wrapper section#main{
			text-align: center;
		}
		.search-no-results .subsearch{
			display: block;
			margin-bottom: 30px;
		}
		.search-no-results .search-form{
			width: 50%;
			margin: 0 auto;
			margin-bottom: 50px;
			position: relative;
		}
		.search-no-results .searchcount{
			font-weight: normal;
		}
		@media only screen and (min-width : 320px) and (max-width : 768px) {
			.logo{
				margin-bottom: 30px;
			}
			#searchbox{
				margin-bottom: 30px;
				height: 1px;
			}
		}

		.ts-search-bar{
			margin-bottom: 20px;
		}

		.ts-search-bar fieldset{
			position: relative;
		}
		.ts-search-bar input{
			font-size: 14px;
			height: 35px;
			line-height: 35px;
			border: 1px solid rgba(40, 40, 40, .1);
		}
		.ts-search-bar input[type="text"]{
			width: 100%;
    		border-radius: 25px;
    		padding-left: 25px;
    		color: rgba(1, 1, 1, .5);
    		-webkit-transition: background-color .15s linear, color .15s linear;
    		-o-transition: background-color .15s linear, color .15s linear;
    		transition: background-color .15s linear, color .15s linear;
		}
		.ts-search-bar input:focus{
			outline: none;
		}
		.ts-search-bar input[type="submit"]{
			position: absolute;
		    top: 0;
		    right: 0;
		    border-radius: 25px;
		    padding:0 25px;
		}

	/*
		8.2 Menu
		*/
		/*
			--- 8.2.0 General
			*/
			.menu-item a > i[class*="icon-"]:before{
				margin: 0 7px 0 0;
				opacity: 0.7;
			}
			.menu-text-align-left .main-menu{
				float: left;
				width: 100%;
				margin: 0;
				text-align: left;
			}
/*			.menu-text-align-left:not(.ts-custom-menu-colors):not(.ts-sidebar-menu) .main-menu > .menu-item:first-child > a{
				padding-left: 0;
			}*/
			.ts-sidebar-menu.menu-text-align-center .main-menu{
				float: none;
				width: 80%;
				margin: 0 auto;
			}
			.menu-text-align-center .main-menu{
				text-align: center;
				width: 100%;
			}
			.menu-text-align-right .main-menu{
				float: right;
				width: auto;
				margin: 0;
			}
			.ts-standard-menu .main-menu{
				width: 100%;
			}
			.menu-text-align-right .main-menu{
				float: right;
				width: auto;
				margin: 0;
				text-align: right;
			}
			.menu-text-align-right:not(.ts-custom-menu-colors) .main-menu > .menu-item:not(.menu-item-has-children):last-child > a{
				padding-right: 0;
			}
			.menu-text-align-left.ts-vertical-menu .main-menu > .menu-item:first-child > a{
				padding-left: 18px;
			}
			.menu-text-align-right.ts-vertical-menu .main-menu > .menu-item:not(.menu-item-has-children):last-child > a{
				padding-right: 50px;
			}
			.ts-sidebar-menu.menu-text-align-right .main-menu{
				float: none;
				width: 100%;
			}
			.main-menu{
				margin: 0;
				padding: 0;
				display: table;
				font-family: 'Adamina';
			}
			.main-menu li{
				position: relative;
				font-size: 14px;
			}
			.main-menu li a{
				display: block;
			}
			.main-menu > li > a{
				padding: 10px 25px;
			}
			.widget_nav_menu li {
				list-style: none;
			}
			.widget_nav_menu li.menu-item {
				border-bottom: 1px solid rgba(230,230,230,0.3);
			}
			.widget_nav_menu li.menu-item:last-child {
				border-bottom: none;
			}
			.widget_nav_menu li.menu-item a {
				padding: 15px 0;
			}
			.ts-header-menu{
				clear: both;

			}
			.ts-header-menu:after{
				content: "";
				clear: both;
				display: block;
			}
			.ts-header-menu ul.icon-home_menu{
				margin-left: 70px;
			}
			.ts-header-menu a.icon-home_anchor{
				position: absolute;
				top: 20px;
				left: 20px;
				display: block;
			}
			.ts-mega-menu .main-menu > .menu-item-has-children > a{
				position: relative;
				padding-right: 40px;
			}
			.ts-header-menu .main-menu > li.menu-item > a{
				position: relative;
			}
			.ts-header-menu .main-menu > li.menu-logo{
				padding: 0 20px;
			}
			.ts-header-menu .menu-item-has-children > .sub-menu li > a,
			.ts-sticky-menu .menu-item-has-children > .sub-menu li > a,
			.ts-mobile-menu .menu-item-has-children .sub-menu li > a,
			.ts-sidebar-menu .menu-item-has-children a {
				text-decoration: none;
				display: block;
				position: relative;
				padding: 15px 25px 15px 15px;
				-webkit-transition: all 0.3s;
				transition: all 0.3s;
			}
			.ts-header-menu .menu-item-has-children .sub-menu li > a,
			.ts-sticky-menu .menu-item-has-children .sub-menu li > a,
			.ts-mobile-menu .menu-item-has-children .sub-menu li > a,
			.ts-sidebar-menu .menu-item-has-children a {
				position: relative;
				overflow: hidden;
				z-index: 1;
				-webkit-transition: color 0.3s;
				transition: color 0.3s;
				-webkit-backface-visibility: hidden;
			}
			.ts-header-menu .menu-item-has-children .sub-menu li > a:before,
			.ts-sticky-menu .menu-item-has-children .sub-menu li > a:before,
			.ts-mobile-menu .menu-item-has-children .sub-menu li > a:before,
			.ts-header-menu .menu-item-has-children .sub-menu li > a:after,
			.ts-sticky-menu .menu-item-has-children .sub-menu li > a:after,
			.ts-sidebar-menu .menu-item-has-children a:before,
			.ts-sidebar-menu .menu-item-has-children a:after {
				content: "";
				height: 100%;
				left: 0;
				bottom: 0;
				position: absolute;
				width: 100%;
				z-index: -1;
				-webkit-transform: translateX(-100%);
				transform: translateX(-100%);
				-webkit-transition: transform .2s cubic-bezier(0.47, 0, 0.75, 0.72);
				transition: transform .2s cubic-bezier(0.47, 0, 0.75, 0.72);
			}
			.ts-header-menu .menu-item-has-children .sub-menu li > a:hover:before,
			.ts-sticky-menu .menu-item-has-children .sub-menu li > a:hover:before,
			.ts-mobile-menu .menu-item-has-children .sub-menu li > a:hover:before,
			.ts-header-menu .menu-item-has-children .sub-menu li > a:hover:after,
			.ts-sticky-menu .menu-item-has-children .sub-menu li > a:hover:after,
			.ts-sidebar-menu .menu-item-has-children a:hover:after,
			.ts-sidebar-menu .menu-item-has-children a:hover:before{
				-webkit-transform: translateX(0);
				transform: translateX(0);
			}
			.ts-header-menu .menu-item-has-children .sub-menu li > a:hover:after,
			.ts-sticky-menu .menu-item-has-children .sub-menu li > a:hover:after,
			.ts-mobile-menu .menu-item-has-children .sub-menu li > a:hover:after,
			.ts-sidebar-menu .menu-item-has-children a:hover:after {
				-webkit-transition-delay: .1s;
				transition-delay: .1s;
			}
			.ts-sidebar-menu .main-menu > li > a {
				background: transparent !important;
			}
			.ts_taxonomy_views .ts-date{
				font-size: 12px;
				font-style: italic;
			}
			.ts_taxonomy_views .entry-title .title{
				display: block;
				font-size: 18px;
				position: relative;
			}
			.ts_taxonomy_views .entry-title .title > a{
				color: inherit;
			}
			.ts-header-menu .menu-item-has-children > .sub-menu li > a:before,
			.ts-sticky-menu .menu-item-has-children > .sub-menu li > a:before,
			.ts-mega-menu .menu-item-has-children .ts_is_mega_div .ts_is_mega > li > a:before,
			.ts-mobile-menu .menu-item-has-children .sub-menu li a:before {
				content: "";
				position: absolute;
				z-index: -1;
				left: 0;
				width: 100%;
				height: 100%;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}

			@media only screen and (min-width: 768px){
				.ts-header-menu + .brand-logo{
					display: none;
				}
			}
			@media only screen and (max-width: 768px){
				.ts-header-menu{
					display: none;
				}
				.ts-header-menu + .brand-logo{
					display: block;
					text-align: center;
				}
			}
		/*
		 	8.2.1 Default Menu
		 	*/
		 	.ts-behold-menu{
		 		width: 100%;
		 		min-height: 30px;
		 		clear: both;
		 		color: #fff;
		 		position: relative;
		 		padding: 0;
		 	}
		 	.ts-behold-menu{
		 		padding: 0;
		 	}
		 	.ts-behold-menu li {
		 		list-style: none;
		 	}

		 	.ts-behold-menu > li {
		 		float: none;
		 		display: inline-block;
		 		vertical-align: middle;
		 	}
		 	.ts-behold-menu > li > a {
		 		border: none;
		 		z-index: 1;
		 		-webkit-transition: .2s all ease-out;
		 		-moz-transition: .2s all ease-out;
		 		-o-transition: .2s all ease-out;
		 		transition: .2s all ease-out;
		 	}
		 	.ts-behold-menu > .menu-item-has-children > a{
		 		position: relative;
		 		padding-right: 35px;
		 	}
		 	.ts-behold-menu > .menu-item-has-children > a:after{
		 		content: '\e805';
		 		display: inline-block;
		 		margin-left: 10px;
		 		font-family: "redfont";
		 		font-size: 16px;
		 		opacity: 0.7;
		 	}
		 	.ts-behold-menu > .menu-item-has-children.menu-item-has-description > a:after{
		 		top: 15px;
		 	}

		 	/* Submenu styles */
		 	.ts-behold-menu .menu-item-has-children .sub-menu{
		 		visibility: hidden;
		 		opacity: 0;
		 		margin-top: 10px;
		 		-webkit-transition: all .3s ease-in-out;
		 		-o-transition: all .3s ease-in-out;
		 		transition: all .3s ease-in-out;
		 	}
		 	.ts-behold-menu li ul{
		 		position:absolute;
		 		margin: 0;
		 		z-index: 999;
		 		width: 250px;
		 		padding:0;
		 		height: 0;
		 		overflow: hidden;
		 		text-align: left;
		 		-o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
		 		-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
		 		-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
		 		box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
		 		opacity: 0.9;
		 	}
		 	.ts-behold-menu li ul .menu-item-has-children > a:after{
		 		content: '\e81d';
		 		display: inline-block;
		 		margin-left: 10px;
		 		font-family: "redfont";
		 		color: inherit;
		 		opacity: 0.7;
		 	}
		 	.ts-behold-menu .sub-menu li {
		 		position: relative;
		 		float: none;
		 		display: block;
		 		margin: 0;
		 		text-align: left;
		 		border: 0;
		 		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		 	}
		 	.ts-behold-menu .sub-menu li:last-child{
		 		border-bottom: none;
		 	}

		 	@media only screen and (min-width: 769px){
		 		.ts-behold-menu > .menu-item-has-children:hover > .sub-menu {
		 			opacity: 1;
		 			visibility: visible;
		 			left: 0;
		 			margin: 0;
		 			overflow: visible;
		 			height: auto;
		 			z-index: 9999;
		 		}
		 		.ts-behold-menu .sub-menu > li:hover > ul{
		 			opacity: 1;
		 			visibility: visible;
		 			height: auto;
		 			overflow: visible;
		 		}
		 		.ts-behold-menu li ul li ul{
		 			margin-left: 270px;
		 			top: -10px;
		 		}
		 		.ts-behold-menu li ul li:hover ul {
		 			margin-left: 250px;
		 		}
		 	}
		 	@media only screen and (max-width: 768px){
		 		.ts-behold-menu .sub-menu {
		 			box-shadow: none;
		 		}
		 		.ts-behold-menu > li > a{
		 			padding: 10px 15px;
		 		}
		 		.ts-behold-menu > .menu-item-has-children:hover > .sub-menu{
		 			margin: 0;
		 		}
		 	}

		/*
			--- 8.2.2 Standard Menu
			*/
			.ts-standard-menu{
				width: 100%;
				min-height: 30px;
				clear: both;
				color: #fff;
				padding: 0;
			}
			.ts-standard-menu .main-menu{
				padding: 0;
			}
			.ts-standard-menu .main-menu > li{
				float: none;
				display: inline-block;
				vertical-align: middle;
			}
			.ts-standard-menu .main-menu > li > a{
				border: none;
				z-index: 1;
				-webkit-transition: .2s all ease-out;
				-moz-transition: .2s all ease-out;
				-o-transition: .2s all ease-out;
				transition: .2s all ease-out;
			}
			.ts-standard-menu .main-menu > .menu-item-has-children > a{
				position: relative;
			}
			.ts-standard-menu .main-menu > .menu-item-has-children > a:after{
				content: '\e805';
				display: inline-block;
				margin-left: 10px;
				font-family: "redfont";
				font-size: 16px;
				opacity: 0.7;
			}
			.ts-standard-menu .main-menu > .menu-item-has-children.menu-item-has-description > a:after{
				top: 15px;
			}

			/* Submenu styles */
			.ts-standard-menu .main-menu .menu-item-has-children .sub-menu{
				visibility: hidden;
				opacity: 0;
				margin-top: 10px;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
			.ts-standard-menu .main-menu li ul{
				position:absolute;
				margin: 0;
				z-index: 999;
				width: 250px;
				padding:0;
				height: 0;
				overflow: hidden;
				text-align: left;
				-o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
				-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
				-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
				box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
				opacity: 0.9;
			}
			.ts-standard-menu .main-menu li ul .menu-item-has-children:after{
				content: '\e81d';
				position: absolute;
				font-family: "redfont";
				opacity: 0.7;
				top: 20px;
				right: 20px;
				z-index: 1;
				font-size: 12px;
			}
			.ts-standard-menu .main-menu .sub-menu li {
				position: relative;
				float: none;
				display: block;
				margin: 0;
				text-align: left;
				border: 0;
				border-bottom: 1px solid #ededed;
			}
			.ts-standard-menu .main-menu .sub-menu li:last-child{
				border-bottom: none;
			}

			@media only screen and (min-width: 769px){
				.ts-standard-menu .main-menu > .menu-item-has-children:hover > .sub-menu {
					opacity: 1;
					visibility: visible;
					left: 0;
					margin: 0;
					overflow: visible;
					height: auto;
					z-index: 9999;
				}
				.ts-standard-menu .main-menu .sub-menu > li:hover > ul{
					opacity: 1;
					visibility: visible;
					height: auto;
					overflow: visible;
				}
				.ts-standard-menu .main-menu li ul li ul{
					margin-left: 270px;
					top: -10px;
				}
				.ts-standard-menu .main-menu li ul li:hover ul {
					margin-left: 250px;
				}
			}
			@media only screen and (max-width: 768px){
				.ts-standard-menu .main-menu .sub-menu {
					box-shadow: none;
				}
				.ts-standard-menu .main-menu > li > a{
					padding: 10px 15px;
				}
				.ts-standard-menu .main-menu > .menu-item-has-children:hover > .sub-menu{
					margin: 0;
				}
			}

			/* Sidebar menu */

			.is-sidebar-menu + .ts-mobile-menu{
				display: block;
				box-shadow: none;
				background: transparent;
				margin: 0;
			}
			.is-sidebar-menu + .ts-mobile-menu > a{
				background: transparent;
			}
			.is-sidebar-menu + .ts-mobile-menu .nav-header > a.trigger{
				color: inherit;
				font-size: 26px;
			}
			.is-sidebar-menu + .ts-mobile-menu .nav-header{
				padding: 0;
			}
			.is-sidebar-menu + .ts-mobile-menu .mobile_menu{
				position: fixed;
				width: 350px;
				height: 100%;
				right: -350px;
				top: 0;
				background: #FFF;
				display: block;
				-webkit-transition: right 0.2s ease-out;
				-moz-transition: right 0.2s ease-out;
				transition: right 0.2s ease-out;
			}
			.is-sidebar-menu + .ts-mobile-menu .mobile_menu.menu-slide-in{
				right: 0;
			}
			.is-sidebar-menu + .ts-mobile-menu .main-menu .menu-item-has-children .sub-menu{
				display: none;
			}
			.is-sidebar-menu + .ts-mobile-menu .main-menu .menu-item-has-children .sub-menu > li > a{
				padding-left: 35px;
			}
			.is-sidebar-menu + .ts-mobile-menu .main-menu .menu-item-has-children .sub-menu .sub-menu > li > a{
				padding-left: 50px;
			}
			.is-sidebar-menu + .ts-mobile-menu .main-menu li > a{
				padding: 15px 18px;
			}
			.is-sidebar-menu + .ts-mobile-menu .main-menu .sub-menu li:first-child{
				border-top: 1px solid rgba(0, 0, 0, 0.1);
			}
			.is-sidebar-menu .ts-mobile-menu .main-menu > .menu-item-has-children > a:after{
				content: '\e81d' !important;
				position: absolute;
				font-family: "redfont";
				opacity: 0.7;
				top: 20px;
				right: 20px;
				z-index: 1;
				font-size: 12px;
			}

		/*
			--- 8.2.3 Sticky Menu
			*/
			.ts-sticky-menu{
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				z-index: -999;
				background: #FFF;
				border-bottom: 1px solid rgba(115,115,115,0.1);
				/*height: 70px;*/
				opacity: 0;
				overflow: hidden;
				-webkit-transition: opacity .4s ease-out;
				-moz-transition: opacity .4s ease-out;
				-o-transition: opacity .4s ease-out;
				transition: opacity .4s ease-out;
			}
			.ts-sticky-menu.active{
				opacity: 1;
				overflow: visible;
				z-index: 999;
			}
			.ts-sticky-menu.active:not(.ts-mega-menu){
				padding:15px 0;
			}
/*			.ts-sticky-menu.megaWrapper.active{
				padding:  0;
				height: 95px;
			}	*/
			body.admin-bar .ts-sticky-menu{
				top: 32px;
			}
			.ts-sticky-menu .container .sf-menu > li:hover,
			.ts-sticky-menu .container .sf-menu > li.sfHover,
			.ts-sticky-menu .container .sf-menu > li > a:focus,
			.ts-sticky-menu .container .sf-menu > li > a:hover,
			.ts-sticky-menu .container .sf-menu > li > a:active{
				color: inherit;
			}
			.ts-sticky-menu .container .sf-menu li > a:focus,
			.ts-sticky-menu .container .sf-menu li > a:hover,
			.ts-sticky-menu .container .sf-menu li > a:active{
				background: transparent;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
				filter: alpha(opacity=70);
				opacity: 0.7;
				color: inherit;
			}
			.ts-sticky-menu .main-menu{
				padding: 0;
			}
			.ts-sticky-menu .main-menu > li{
				float: none;
				display: inline-block;
				vertical-align: middle;
			}
			.ts-sticky-menu .main-menu > li.menu-item-type-taxonomy{
				position: inherit;
			}
			.ts-sticky-menu .main-menu > li > a{
				border: none;
				z-index: 1;
				-webkit-transition: .2s all ease-out;
				-moz-transition: .2s all ease-out;
				-o-transition: .2s all ease-out;
				transition: .2s all ease-out;
				padding-top: 15px;
				padding-bottom: 15px;
			}
			.ts-sticky-menu .main-menu > .current-menu-ancestor:after,
			.ts-sticky-menu .main-menu > .current_page_item:after{
				display: none;
			}
			.ts-sticky-menu .main-menu > .menu-item-has-children > a:after{
				content: '\e805';
				font-family: "redfont";
				display: inline-block;
				margin-left: 10px;
				font-size: 16px;
				opacity: 0.7;
			}
			.ts-sticky-menu .main-menu > .menu-item-has-children.menu-item-has-description > a:after{
				position: absolute;
				right: 15px;
				top: 17px;
				font-size: 12px;
			}
			.ts-sticky-menu .main-menu > .menu-item-has-children > a{
				padding-right: 35px;
			}

			/* Submenu styles */
			.ts-sticky-menu .main-menu .menu-item-has-children .sub-menu:not(.ts_is_mega){
				visibility: hidden;
				opacity: 0;
				margin-top: 10px;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
			.ts-sticky-menu .main-menu li ul:not(.ts_is_mega){
				position:absolute;
				margin: 0;
				z-index: 999;
				width: 250px;
				padding:0;
				height: 0;
				overflow: hidden;
				text-align: left;
				-o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
				-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
				-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
				box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
				opacity: 0.9;
			}
			.ts-sticky-menu .main-menu li ul .menu-item-has-children:after{
				content: '\e81d';
				font-family: "redfont";
				font-size: 12px;
				opacity: 0.7;
				position: absolute;
				right: 20px;
				top: 20px;
				z-index: 1;
			}
			.ts-sticky-menu .main-menu .sub-menu li:not(.menu-item-type-post_type) {
				position: relative;
				float: none;
				display: block;
				margin: 0;
				text-align: left;
				border: 0;
				border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			}
			.ts-sticky-menu .main-menu .sub-menu li:last-child{
				border-bottom: none;
			}
			.ts-sticky-menu .main-menu > li.menu-item-type-post_type.menu-item-has-children.menu-item-has-description > a:after{
				top: 30px;
			}
			@media only screen and (min-width: 769px){
				.ts-sticky-menu .main-menu > .menu-item-has-children:hover > .sub-menu:not(.ts_is_mega) {
					opacity: 1;
					visibility: visible;
					left: 0;
					margin: 0;
					overflow: visible;
					height: auto;
					z-index: 9999;
				}
				.ts-sticky-menu .main-menu .sub-menu:not(.ts_is_mega) > li:hover > ul{
					opacity: 1;
					visibility: visible;
					height: auto;
					overflow: visible;
				}
				.ts-sticky-menu .main-menu li ul:not(.ts_is_mega) li ul{
					margin-left: 270px;
					top: -10px;
				}
				.ts-sticky-menu .main-menu li ul:not(.ts_is_mega) li:hover ul {
					margin-left: 250px;
				}
			}
			@media only screen and (max-width: 768px){
				.ts-sticky-menu .main-menu > li.menu-item-type-post_type .sub-menu:not(.ts_is_mega) {
					box-shadow: none;
				}
				.ts-sticky-menu .main-menu > li > a{
					padding: 10px 15px;
				}
				.ts-sticky-menu .main-menu > li.menu-item-type-post_type.menu-item-has-children:hover > .sub-menu:not(.ts_is_mega){
					margin: 0;
				}
			}
			@media only screen and (max-width : 768px) {
				.ts-sticky-menu{
					display: none;
				}
			}

		/*
			--- 8.2.4 Vertical Menu
			*/
			.ts-vertical-menu.menu-text-align-left .main-menu li{
				text-align: left;
			}
			.ts-vertical-menu.menu-text-align-center .main-menu li{
				text-align: center;
			}
			.ts-vertical-menu.menu-text-align-right .main-menu li{
				text-align: right;
			}
			.ts-vertical-menu{
				position: relative;
				overflow: hidden;
				width: 100%;
				height: 100%;
				background-color: inherit;
				margin: 20px 0;
				box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
			}
			.ts-vertical-menu .main-menu{
				min-width: 100%;
				float: none;
			}
			.ts-vertical-menu .main-menu li span.menu-item-url-link{
				display: block;
				position: absolute;
				top: 15px;
				right: 15px;
				width: 20px;
				height: 20px;
			}
			.ts-vertical-menu .main-menu li span.menu-item-url-link i{
				display: block !important;
			}
			.ts-vertical-menu .main-menu li{
				display: block;
			}
			.ts-vertical-menu .main-menu > li > a{
				border-bottom: 1px solid #ededed;
			}
			.ts-vertical-menu .main-menu .sub-menu{
				display: none;
				width: 100%;
				position: relative;
			}
			.ts-vertical-menu .main-menu .sub-menu li > a{
				border-bottom: 1px solid #ededed;
			}
			.ts-vertical-menu.menu-text-align-right .main-menu > li > a,
			.ts-vertical-menu.menu-text-align-right .menu-item-has-children .sub-menu li > a{
				padding-right: 50px;
			}
			.ts-vertical-menu.menu-text-align-right .main-menu .sub-menu{
				padding-right: 25px;
			}
			.ts-vertical-menu.menu-text-align-center .main-menu .sub-menu{
				padding: 0 25px;
			}
			.ts-vertical-menu.menu-text-align-left .main-menu .sub-menu{
				padding-left: 25px;
			}
			.ts-vertical-menu .main-menu > .menu-item-has-children > a{
				position: relative;
				padding-right: 35px;
			}
			.ts-vertical-menu .main-menu .menu-item-has-children.collapsed > a:after{
				color: inherit;
			}
			.ts-vertical-menu .main-menu > .menu-item-has-children > a:after,
			.ts-vertical-menu .main-menu li ul .menu-item-has-children > a:after{
				content: '\e81d';
				display: inline-block;
				margin-left: 10px;
				font-family: "redfont";
				font-size: 14px;
				-webkit-transition: -webkit-transform 0.2s;
				transition: transform 0.2s;
				-webkit-transform: rotateX(0);
				transform: rotateX(0);
			}
			.ts-vertical-menu .main-menu > .menu-item-has-children.collapsed > a:after,
			.ts-vertical-menu .main-menu li ul .menu-item-has-children.collapsed > a:after{
				-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
			}

		/*
			--- 8.2.5 Mega Menu
			*/
			.ts-mega-menu{
				width: 100%;
				min-height: 30px;
				clear: both;
				padding: 0;
			}
			.ts-mega-menu .main-menu{
				padding: 0;
				width: 100%;
			}
			.ts-mega-menu .main-menu > li{
				display: inline-block;
				float: none;
				vertical-align: top;
			}
			.ts-mega-menu .main-menu > li.is_mega{
				position: inherit;
				z-index: 3;
			}
			.ts-mega-menu .main-menu > li > a{
				border: none;
				z-index: 1;
				-webkit-transition: .2s all ease-out;
				-moz-transition: .2s all ease-out;
				-o-transition: .2s all ease-out;
				transition: .2s all ease-out;
			}
			.ts-mega-menu .main-menu > .menu-item-has-children > a:after{
				content: '\e805';
				display: inline-block;
				margin-left: 10px;
				font-family: "redfont";
				font-size: 12px;
				opacity: 0.7;
			}
			.ts-mega-menu .main-menu > .menu-item-has-children.menu-item-has-description > a:after{
				position: absolute;
				top: 10px;
				right: 15px;
			}
			.ts-sticky-menu .main-menu > .menu-item-has-children.menu-item-has-description > a:after{
				top: 30px;
				right: 0;
			}
			.mega-menu-item-description{
				display: block;
				color: #ccc;
				font-size: 9px;
				margin: 3px 0 0;
				font-weight: normal;
			}
			.ts_is_mega_div ul, .ts_is_mega_div li{ /*reset list styles for mega menus*/
				position: relative;
				display:block;
				top:auto;
				left:auto;
				height:auto;
			}
			.ls-container{
				z-index: 1;
			}

			/* Mega submenu styles */
			.ts-mega-menu.ts-sticky-menu .main-menu > li > a{
				padding: 30px 25px;
			}
			.ts-mega-menu.ts-sticky-menu .main-menu > li.menu-item-has-children > a{
				position: relative;
				/*padding-right: 35px;*/
			}
			.ts-mega-menu .main-menu .menu-item-has-children .ts_is_mega_div{
				visibility: hidden;
				opacity: 0;
				margin-top: 10px;
				-ms-transition: opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
				-moz-transition: opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
				-o-transition:opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
				transition: opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
				-webkit-transition: opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
			}

			.ts-mega-menu .main-menu .ts_is_mega_div{  /* use similar styles to .main_menu .menu ul */
				position:absolute;
				margin: 0;
				z-index: 2;
				left: 0;
				padding:0;
				overflow: hidden;
				text-align: left;
				-o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.06);
				-moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.06);
				-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.06);
				box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.06);
			}
			.menu-text-align-left .ts-mega-menu .main-menu .ts_is_mega_div{
				left: 20px;
			}
			.ts-mega-menu .main-menu .ts_is_mega_div .ts_is_mega {
				padding: 20px 30px 0;
				overflow: hidden;
				width:100%;
				border-style:none;
				border-width:0px;
				position: relative;
			}
			.ts-mega-menu .main-menu .ts_is_mega_div .ts_is_mega li > ul {
				padding-top: 0;
				padding-right: 0;
				padding-bottom: 0;
			}
			.ts-mega-menu .main-menu .ts_is_mega_div .ts_is_mega li > ul > li:last-child{
				border-bottom: 0;
			}
			.ts-mega-menu .main-menu .ts_is_mega_div .ts_is_mega li {
				position: relative;
				float: left;
				display: block;
				margin: 0;
				text-align: left;
				vertical-align: top;
				overflow: hidden;
			}
			.ts-mega-menu .main-menu .ts_is_mega_div > ul li ul li{
				border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			}
			.ts-mega-menu .main-menu .ts_is_mega_div > .ts_is_mega > li > ul{
				padding:0;
			}
			.ts-mega-menu .main-menu li ul .menu-item-has-children:after{
				content: '\e81d';
				font-family: 'redfont';
				font-size: 12px;
				position: absolute;
				right: 20px;
				top: 20px;
				color: inherit;
				z-index: 1;
			}
			.ts-mega-menu .main-menu .ts_is_mega_div > .ts_is_mega > li.menu-item-has-children:after{
				display: none;
			}
			.ts-mega-menu .menu-item-type-post_type.menu-item-has-children .ts_is_mega_div > .ts_is_mega li a{
				text-decoration: none;
				display: block;
				position: relative;
				padding: 15px 25px 15px 15px;

				-ms-transition: all .3s;
				-webkit-transition: all .3s;
				-moz-transition: all .3s;
				-o-transition: all .3s;
				transition: all .3s;

				-webkit-transition: color 0.3s;
				transition: color 0.3s;
			}

			.ts-mega-menu .main-menu .ts_is_mega_div .menu-item > .title{
				font-size: 18px;
				font-weight: 400;
				margin: 0;
				position: relative;
				padding-bottom: 10px;
				margin-bottom: 15px;
				float: left;
			}
			.ts-mega-menu .main-menu .ts_is_mega_div .menu-item > .title:after{
				content: "";
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 3px;
			}
			.ts-mega-menu .is_mega .ts_is_mega_div:after{
				content: "";
				width: 100%;
				height: 100%;
				position: absolute;
				z-index: -2;
				left: 0;
				top: 0;
			}

			/*nested column lists*/
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li > ul ul li{
				margin-left: 15px;
			}


			/*column lists links*/
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li > ul > li  a{
				width: auto;
				float: none;
				display: block;
				border: none;
				font-weight: normal;
			}
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li{
				padding-left: 15px;
				padding-right: 15px;
				padding-bottom: 30px;
				position: relative;
			}

			/*column lists*/
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li > ul li{
				display: block;
				float: none;
				padding: 0;
				margin:0;
				width: 100%;
				list-style-type: circle;
				list-style-position: inside;
			}
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_1{
				width: 100%;
			}
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_2{
				width: 50%;
			}
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_3{
				width: 33.333333%;
			}
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_4{
				width: 25%;
			}
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_5{
				width: 20%;
			}
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_6{
				width: 16.666666%;
			}
			.ts-mega-menu .ts_is_mega_div .ts_is_mega > li.ts_is_mega_menu_columns_fist{
				clear: left;
				padding-left: 0;
			}

			/* Submenu styles not mega-submenu */
			.ts-mega-menu .main-menu > li.menu-item-has-children .sub-menu:not(.ts_is_mega){
				visibility: hidden;
				opacity: 0;
				margin-top: 10px;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
			.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega){
				position:absolute;
				margin: 0;
				z-index: 999;
				width: 250px;
				padding:0;
				height: 0;
				overflow: hidden;
				text-align: left;
				-o-box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.02);
				-moz-box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.02);
				-webkit-box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.02);
				box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.02);
				opacity: 0.9;
			}
			.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega) .menu-item-has-children:after{
				content: '\e81d';
				position: absolute;
				font-family: "redfont";
				opacity: 0.7;
				top: 15px;
				right: 20px;
				z-index: 1;
				font-size: 12px;
				color: rgba(120, 120, 120, 0.6);
			}
			.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega) li {
				position: relative;
				float: none;
				display: block;
				margin: 0;
				text-align: left;
				border: 0;
				border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			}
			.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega) li:last-child{
				border-bottom: none;
			}

			@media only screen and (min-width: 769px){
				.ts-mega-menu .main-menu > .menu-item-has-children:hover > .ts_is_mega_div {
					opacity: 1;
					visibility: visible;
					margin: 0;
					overflow: visible;
					height: auto;
					z-index: 999;
				}
				/* Styles for sub-menu not mega-submenu! */
				.ts-mega-menu .main-menu > .menu-item-has-children:hover > .sub-menu:not(.ts_is_mega) {
					opacity: 1;
					visibility: visible;
					left: 0;
					margin: 0;
					overflow: visible;
					height: auto;
					z-index: 9999;
				}
				.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega) > li:hover > ul{
					opacity: 1;
					visibility: visible;
					height: auto;
					overflow: visible;
				}
				.ts-mega-menu .main-menu > li ul li .sub-menu:not(.ts_is_mega){
					margin-left: 270px;
					top: -10px;
				}
				.ts-mega-menu .main-menu > li ul li:hover .sub-menu:not(.ts_is_mega) {
					margin-left: 250px;
				}

				.ts_is_mega_div > .ts_is_mega > li:first-child{
					padding-left:0;
				}
				.ts_is_mega_div > .ts_is_mega > li:last-child{
					padding-right:0;
				}
			}
			@media only screen and (min-width: 768px){
				.ts-mega-menu .ts_is_mega_div{
					width: 708px;
				}
			}
			@media only screen and (min-width: 960px){
				.ts-mega-menu .ts_is_mega_div{
					width: 900px;
				}
			}
			@media only screen and (min-width: 1170px){
				.ts-mega-menu .ts_is_mega_div{
					width: 1130px;
				}
			}
			@media only screen and (min-width: 1441px){
				.ts-mega-menu .ts_is_mega_div{
					width: 1340px;
				}
			}
			@media only screen and (max-width: 768px){
				.ts-mega-menu-menu .main-menu .ts_is_mega {
					box-shadow: none;
				}
				.ts-mega-menu-menu .main-menu > li > a{
					padding: 10px 15px;
				}
				.ts-mega-menu-menu .main-menu > .menu-item-has-children:hover > .ts_is_mega{
					margin: 0;
				}
			}

			.ts-mega-menu .image-holder{
				overflow: hidden;
			}

			.ts-mega-menu .image-holder img{
				-webkit-transition: transform .55s linear;
				-o-transition: transform .55s linear;
				transition: transform .55s linear;
			}
			.ts-mega-menu .image-holder:hover img{
				-webkit-transform: scale(1.05);
				   -moz-transform: scale(1.05);
				    -ms-transform: scale(1.05);
				     -o-transform: scale(1.05);
				        transform: scale(1.05);
			}

		/*
			--- 8.2.6 Taxonomy Mega Menu
			*/
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div{
				opacity: 0;
				visibility: hidden;
			}
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div .title{
				font-size: 18px;
			}
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .default-effect .overlay-effect .view-more{
				position: absolute;
			}
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .image-holder{
				margin-bottom: 10px;
			}
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .entry-title{
				font-size: 24px;
				font-weight: 400;
				display: block;
			}
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .entry-title .title{
				margin-bottom: 5px;
				padding-bottom: 0;
				display: block;
				text-transform: none;
			}
			.ts-mega-menu .ts_taxonomy_views article{
				margin-bottom: 20px;
			}
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .entry-title .title:after{
				display: none;
			}
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega{
				padding-left: 15px;
				padding-right: 15px;
			}
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega > li{
				padding-bottom: 0;
			}
			.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li > ul > li.menu-item-type-taxonomy a{
				padding: 15px 25px 15px 15px;
			}

			/* Taxonomy for mobile menu */
			.ts-mobile-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article{
				margin-bottom: 0;
			}
			.ts-mobile-menu .menu-item-type-taxonomy.menu-item-has-children .ts_is_mega_div > .sub-menu li{
				padding: 0;
			}
			.ts-mobile-menu .menu-item-type-taxonomy.menu-item-has-children .ts_is_mega_div > .ts_is_mega > li{
				padding-left: 0;
				padding-right: 0;
			}
			.ts-mobile-menu .menu-item-type-taxonomy.menu-item-has-children .ts_is_mega_div > .sub-menu li a{
				padding: 15px 25px 0 25px;
				margin-bottom: 5px;
			}
			.ts-mobile-menu .menu-item-type-taxonomy .ts_is_mega_div .title{
				float: none;
				padding: 0;
				margin-bottom: 0;
				font-size: 14px;
			}
			.ts-mobile-menu .menu-item-type-taxonomy .ts_is_mega_div .title:after{
				display: none;
			}
			@media only screen and (min-width: 769px){
				.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega > li:first-child{
					padding-left: 15px;
				}
				.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega > li:last-child{
					padding-right: 15px;
				}
			}
			@media only screen and (max-width: 768px){
				.ts-mobile-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .image-holder{
					display: none;
				}
			}

		/*
			--- 8.2.7 Mobile Menu
			*/
			.ts-mobile-menu{
				position: relative;
				overflow: hidden;
				width: 100%;
				height: 100%;
				margin: 20px 0;
				color: inherit;
			}
			.ts-mobile-menu,
			.ts-mobile-menu .mobile_menu{
				display: none;
			}
			.ts-mobile-menu .mobile_menu{
				clear: both;
			}
			.ts-mobile-menu .mobile_menu:after{
				content: "";
				clear: both;
				display: block;
			}
			.ts-mobile-menu .main-menu{
				display: none;
				float: none;
				margin: 0;
				padding: 0;
			}
			.ts-mobile-menu .main-menu > li > a:hover{
				background-color: rgba(50, 50, 50, 0.03);
			}
			.ts-mobile-menu .nav-header{
				position: relative;
				width: 100%;
				line-height: 1.8;
				padding: 0;
				color: inherit;
				text-align: left;
				box-shadow: none;
				z-index: 99;
				text-transform: uppercase;
			}
			.ts-mobile-menu .main-menu .menu-item-has-children > a{
				position: relative;
				padding-right: 35px;
			}
			.ts-mobile-menu .main-menu .menu-item-has-children > a:after{
				content: '\e805';
				position: absolute;
				font-family: "redfont";
				font-size: 16px;
				right: 20px;
				top: 10px;
				opacity: 0.7;
			}
			.ts-mobile-menu .main-menu > .menu-item-has-description.menu-item-has-children > a:after{
				top: 15px;
			}
			.ts-mobile-menu .main-menu li ul .menu-item-has-children:after{
				/* content: '\e81d'; */
				position: absolute;
				font-family: "redfont";
				font-size: 12px;
				color: inherit;
				right: 20px;
				top: 15px;
				opacity: 0.7;
				z-index: 1;
				-webkit-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				-o-transform: rotate(90deg);
				transform: rotate(90deg);
			}
			.ts-mobile-menu .main-menu .sub-menu{
				margin: 0;
				clear: both;
			}
			.ts-mobile-menu .main-menu .sub-menu:after{
				content: "";
				clear: both;
				display: block;
			}
			.ts-mobile-menu .main-menu .sub-menu li > a{
				padding: 15px 25px;
			}
			.ts-mobile-menu .main-menu .sub-menu li {
				position: relative;
				float: none;
				display: block;
				margin: 0;
				text-align: left;
				border: 0;
				border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			}
			.ts-mobile-menu .main-menu .sub-menu li:last-child{
				border-bottom: none;
			}
			.ts-mobile-menu .main-menu li ul{
				box-shadow: none;
			}
			.ts-mobile-menu .nav-header > a.trigger{
				padding: 0;
				color: inherit;
			}
			.ts-mobile-menu .nav-header > a.trigger span:before{
				margin-right: 10px;
				-webkit-transition: .3s margin-right ease-in;
				transition: .3s margin-right ease-in;
			}
			.ts-mobile-menu .nav-header > a.trigger:hover span:before{
				margin-right: 15px;
			}
			.ts-mobile-menu .main-menu > li{
				float: left;
				display: block;
				width: 100%;
				border-bottom: 1px solid rgba(0, 0, 0, 0.1);
			}
			.ts-mobile-menu .mega-menu-item-description{
				text-align: left;
			}

			/* Styles for mobile mega menu */
			.ts-mobile-menu .main-menu .menu-item-has-children .ts_is_mega_div{
				position: relative;
				left: 0;
				right: 0;
				margin-top: 0;
				display: block;
			}
			.ts-mobile-menu .main-menu .ts_is_mega_div .ts_is_mega > li{
				padding-left: 25px;
				padding-right: 25px;
			}
			.ts-mobile-menu .main-menu .ts_is_mega_div .sub-menu li{
				float: left;
				width: 100%;
				padding: 15px 25px;
			}
			.ts-mobile-menu .main-menu .ts_is_mega_div .sub-menu li > ul{
				display: block;
				left: 0;
			}
			.ts-mobile-menu .main-menu .ts_is_mega_div .sub-menu li > ul > li{
				padding: 0;
			}
			.ts-mobile-menu .main-menu .ts_is_mega_div .title{
				font-size: 18px;
				font-weight: 400;
				margin: 0;
				position: relative;
				margin: 0;
				padding: 0;
				float: left;
			}
			.ts-mobile-menu .main-menu .ts_is_mega_div .ts-date{
				padding-left: 25px;
				margin-bottom: 15px;
			}
			.ts-mobile-menu .main-menu .ts_is_mega_div .title:after{
				content: "";
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 3px;
			}
			@media only screen and (max-width: 768px){
				.ts-mobile-menu, .ts-mobile-menu .mobile_menu{
					display: block;
				}
				.ts-mobile-menu .main-menu .menu-item-has-children .sub-menu{
					position: relative;
					width: 100%;
					height: 100%;
					margin: 0;
					padding-left: 15px;
					display: none;
				}
			}

	/*
			--- 8.2.8 Menu with logo
			*/

		.menu-with-logo .main-menu{
		    display: flex;
		    justify-content: center;
		    align-items: center;
		}

		.menu-with-logo.menu-text-align-left .main-menu{
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
		}

		.menu-with-logo.menu-text-align-right .main-menu{
			-webkit-justify-content: flex-end;
			justify-content: flex-end;
		}

		.ts-sticky-menu .main-menu .menu-logo{
			display: none;
		}

	/*
		8.3 Sliders
		*/

		.slider-is-row-bg{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		.slider-is-row-bg .flexslider li .slider-caption-container{
			background: transparent;
			color: #FFF;
			text-shadow: 0 0 5px rgba(60,60,60,0.8);
			bottom: 25%;
			opacity: 0;
			-webkit-transition: opacity 0.5s ease-out, bottom 0.5s ease-out;
			-moz-transition: opacity 0.5s ease-out, bottom 0.5s ease-out;
			transition: opacity 0.5s ease-out, bottom 0.5s ease-out;
			z-index: 2;
		}
		.slider-is-row-bg .flexslider li.flex-active-slide .slider-caption-container{
			opacity: 1;
			bottom: 35%;
			-webkit-transition: opacity 0.8s ease-out  .7s, bottom 0.8s ease-out .7s;
			-moz-transition: opacity 0.8s ease-out  .7s, bottom 0.8s ease-out .7s;
			transition: opacity 0.8s ease-out  .7s, bottom 0.8s ease-out .7s;
		}
		@media only screen and (max-width: 1441px){
			.slider-is-row-bg .flexslider li.flex-active-slide .slider-caption-container{
				bottom: 25%;
			}
		}
		@media only screen and (max-width: 1280px){
			.slider-is-row-bg .flexslider li.flex-active-slide .slider-caption-container{
				bottom: 20%;
			}
		}
		.slider-is-row-bg .flexslider .slider-caption a,
		.slider-is-row-bg .flexslider .slider-caption a:hover{
			color: inherit;
		}
		.slider-is-row-bg .flexslider .slider-caption h3{
			font-size: 48px;
		}
		.slider-is-row-bg .flexslider .slider-caption h3:after{
			content: '';
			display: block;
			width: 90px;
			height: 5px;
			background: #FFF;
			margin: 15px auto 30px auto;
		}
		.slider-is-row-bg .flexslider .slider-caption-container.left h3:after{
			margin-left: 0;
		}
		.slider-is-row-bg .flexslider .slider-caption-container.right {
			text-align: right;
		}
		.slider-is-row-bg .flexslider .slider-caption-container.right h3:after{
			margin-right: 0;
		}
		/*
			--- 8.3.1 Flexslider
			*/
			.flex-container a:active,
			.flexslider a:active,
			.flex-container a:focus,
			.flexslider a:focus  {outline: none;}
			.flexslider .flex-direction-nav a:focus,
			.flexslider .flex-direction-nav a:active {color: #fff;}
			.slides,
			.flex-control-nav,
			.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

		/* Icon Fonts
		*********************************/
		/* FlexSlider Necessary Styles
		*********************************/
		.flexslider {margin: 0; padding: 0;}
		.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position: relative;text-align: center;} /* Hide the slides before the JS is loaded. Avoids image jumping */
		.flexslider .slides img {display: inline-block;width: 100%;height: auto;
			-khtml-user-select: none;
			-o-user-select: none;
			-moz-user-select: none;
			-webkit-user-select: none;
			user-select: none;
		}
		.flex-pauseplay span {text-transform: capitalize;}
		.flexslider .flex-direction-nav{
			opacity: 0;
		}
		.flexslider:hover .flex-direction-nav{
			opacity: 1;
		}
		/* Clearfix for the .slides element */
		.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
		html[xmlns] .slides {display: block;}
		* html .slides {height: 1%;}

		/* No JavaScript Fallback */
		/* If you are not using another script, such as Modernizr, make sure you
		* include js that eliminates this class on page load */
		.no-js .slides > li:first-child {display: block;}

		/* FlexSlider Default Theme
		*********************************/
		.flexslider { margin: 0; position: relative; zoom: 1; }
		.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
		.loading .flex-viewport { max-height: 300px; }
		.flexslider .slides { zoom: 1; }
		.carousel li { margin-right: 5px; }

		/* Direction Nav */
		.flex-direction-nav {*height: 0;}
		.flex-direction-nav a  { display: block; width: 70px; height: 80px; margin: -20px 0 0; line-height: 30px; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(255,255,255,0.8); text-shadow: 1px 1px 0 rgba(0,0,0,0.2); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
		.flex-direction-nav .flex-prev { left: 40px; }
		.flex-direction-nav .flex-next { right: 40px; text-align: right; }
		.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
		.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
		.flex-direction-nav a:before  { font-family: "redfont"; font-size: 30px; display: inline-block; content: '\e91b'; }
		.flex-direction-nav a.flex-next:before  { content: '\e91c'; }

		/* Pause/Play */
		.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
		.flex-pauseplay a:before  { font-family: "redfont"; font-size: 20px; display: inline-block; content: '\f004'; }
		.flex-pauseplay a:hover  { opacity: 1; }
		.flex-pauseplay a.flex-play:before { content: '\e80e'; }

		/* Control Nav */
		.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;z-index: 2;line-height: 0;}
		.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
		.flex-control-paging li a {width: 11px; height: 11px; display: block; background: transparent; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); -o-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); }
		.flex-control-paging li a:hover { background: #efefef; background: rgba(215,215,215,0.7); }
		.flex-control-paging li a.flex-active { background: #FFF; background: rgba(255,255,255,0.9); cursor: default; }

		.flex-control-thumbs {margin: 25px 0 0; position: static; overflow: hidden;}
		.flex-control-thumbs li {width: 33.33%; float: left; margin: 0;}
		.flex-control-thumbs img {width: 100%; display: block; cursor: pointer;}
		.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
		.flexslider .slider-caption-container {
			position: absolute;
			bottom: 20%;
			left: 0;
			right: 0;
			text-align: left;
		}
		.flexslider .slider-caption-container.left {
			text-align: left;
		}
		.flexslider .slider-caption-container.right {
			text-align: right;
		}
		.flexslider .slider-caption-container.center {
			text-align: center;
		}
		.flexslider .slider-caption{
			display: inline-block;
			max-width: 40%;
		}
		.flexslider .slider-caption h3{
			margin: 0 0 15px 0;
		}
		.flexslider .slider-caption.center{
			left: 50%;
			right: auto;
			width: 40%;
			text-align: center;
		}
		@media only screen and (min-width : 320px) and (max-width : 767px) {
			.flexslider .slider-caption{
				display: none;
			}
		}
		@media screen and (max-width: 860px) {
			.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
			.flex-direction-nav .flex-next { opacity: 1; right: 10px;}
		}

		/*
			--- 8.3.2 bxSlider
			*/
			.ts-bxslider{
				position: relative;
			}
			.ts-bxslider .slider-caption{
				position: absolute;
				bottom: 30px;
				padding: 20px 40px;
			}
			.ts-bxslider .slider-caption .title{
				display: block;
				margin-bottom: 10px;
				font-weight: normal;
			}
			.ts-bxslider .slider-caption .title a{
				padding: 3px 15px;
				-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
				-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
				transition: background-color .2s ease-in-out, color .2s ease-in-out;
			}
			.ts-bxslider .slider-caption .sub{
				padding: 10px 15px;
				display: block;
				max-width: 75%;
			}
			.ts-bxslider .controls-direction span{
				display: block;
				text-align: center;
				position: absolute;
				top: 50%;
				margin-top: -25px;
			}
			.ts-bxslider .controls-direction span a{
				display: block;
				width: 40px;
				height: 50px;
				line-height: 50px;
				color: inherit;
				opacity: 0.5;
				-webkit-transition: opacity .2s ease-in-out;
				-o-transition: opacity .2s ease-in-out;
				transition: opacity .2s ease-in-out;
			}
			.ts-bxslider:hover .controls-direction span a{
				opacity: 1;
			}
			.ts-bxslider #slider-next a{
				border-top-left-radius: 3px;
				border-bottom-left-radius: 3px;
			}
			.ts-bxslider #slider-prev a{
				border-top-right-radius: 3px;
				border-bottom-right-radius: 3px;
			}
			.ts-bxslider #slider-next{
				right: 0;
			}
			.ts-bxslider #slider-prev{
				left: 0;
			}
			.ts-bxslider .slider-caption .title,
			.ts-bxslider .slider-caption .sub{
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
			.ts-bxslider .slider-caption .title{
				-webkit-transform: translate3d(0,-300%,0);
				transform: translate3d(0,-300%,0)
			}
			.ts-bxslider .slider-caption .sub{
				-webkit-transform: translate3d(0,300%,0);
				transform: translate3d(0,300%,0)
			}
			.ts-bxslider .bxslider > .active-slide .slider-caption .title.animated,
			.ts-bxslider .bxslider > .active-slide .slider-caption .sub.animated{
				opacity: 1;
				visibility: visible;
				-webkit-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}
			.ts-bxslider .bxslider > .active-slide .slider-caption .title.animated{
				-webkit-transition-delay: .4s;
				transition-delay: .4s;
			}
			.ts-bxslider .bxslider > .active-slide .slider-caption .sub.animated{
				-webkit-transition-delay: .5s;
				transition-delay: .5s;
			}
			.ts-bxslider .slider-caption.left .title{
				margin-left: -15px;
			}
			.ts-bxslider .slider-caption.right .title{
				margin-right: -15px;
			}
			.ts-bxslider .slider-caption.left .sub{
				float: left;
			}
			.ts-bxslider .slider-caption.right .sub{
				float: right;
			}
			.ts-bxslider .slider-caption.center .sub{
				margin-left: auto;
				margin-right: auto;
			}
			.ts-bxslider .slider-caption.left{
				left: 0;
				text-align: left;
			}
			.ts-bxslider .slider-caption.right{
				right: 0;
				text-align: right;
			}
			.ts-bxslider .slider-caption.center{
				width: 100%;
				text-align: center;
			}
			.bx-wrapper .bx-pager.bx-default-pager a{
				width: 15px;
				height: 5px;
				border-radius: 0;
			}
			@media only screen and (max-width: 992px){
				.ts-bxslider .slider-caption .title{
					font-size: 28px;
				}
				.ts-bxslider .slider-caption .sub{
					font-size: 12px;
				}
			}
			@media only screen and (max-width: 768px){
				.ts-bxslider .slider-caption{
					display: none;
				}
			}

		/*
			--- 8.3.3 Slicebox
			*/
			.sb-slider {
				margin: 0 auto;
				position: relative;
				overflow: hidden;
				width: 100%;
				list-style-type: none;
				padding: 0;
			}
			.sb-slider li {
				margin: 0;
				padding: 0;
				display: none;
			}
			.sb-slider li > a {
				outline: none;
			}
			.sb-slider li > a img {
				border: none;
			}
			.sb-slider img {
				max-width: 100%;
				display: block;
			}
			.sb-description {
				padding: 20px;
				bottom: 10px;
				left: 10px;
				right: 10px;
				z-index: 1000;
				position: absolute;
				background: #CBBFAE;
				background: rgba(190,176,155, 0.4);
				border-left: 4px solid rgba(255,255,255,0.7);
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter: alpha(opacity=0);
				opacity: 0;
				color: #fff;

				-webkit-transition: all 200ms;
				-moz-transition: all 200ms;
				-o-transition: all 200ms;
				-ms-transition: all 200ms;
				transition: all 200ms;
			}
			.sb-slider li.sb-current .sb-description {
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
				filter: alpha(opacity=80);
				opacity: 1;
			}
			.sb-slider li.sb-current .sb-description:hover {
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
				filter: alpha(opacity=99);
				background: rgba(190,176,155, 0.7);
			}
			.sb-perspective {
				position: relative;
			}
			.sb-perspective > div {
				position: absolute;

				-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				-o-transform-style: preserve-3d;
				-ms-transform-style: preserve-3d;
				transform-style: preserve-3d;

				-webkit-backface-visibility : hidden;
				-moz-backface-visibility : hidden;
				-o-backface-visibility : hidden;
				-ms-backface-visibility : hidden;
				backface-visibility : hidden;
			}
			.sb-side {
				margin: 0;
				display: block;
				position: absolute;

				-moz-backface-visibility : hidden;

				-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				-o-transform-style: preserve-3d;
				-ms-transform-style: preserve-3d;
				transform-style: preserve-3d;
			}
			.sb-slider li .slider-caption{
				position: absolute;
				bottom: 40px;
				left: 40px;
				background-color: rgba(255,255,255,0.85);
				width: 600px;
				max-width: 100%;
				padding: 40px;
				text-align: left;
			}
			.sb-slider li .slider-caption.left{
				left: 80px;
			}
			.sb-slider li .slider-caption.right{
				left: auto;
				right: 80px;
			}
			.sb-slider li .slider-caption.center{
				left: 50%;
				right: auto;
				width: 40%;
				margin-left: -20%;
				text-align: center;
			}
			.sb-slider li .slider-caption h3{
				margin-top: 0;
			}
			.slicebox .nav-arrows .sb-next, .slicebox .nav-arrows .sb-prev{
				text-align: center;
				line-height: 60px;
				font-size: 18px;
				color: #7c7c7c;
				opacity: 0.2;
				-webkit-transition: opacity .2s ease-out;
				-moz-transition: opacity .2s ease-out;
				-o-transition: opacity .2s ease-out;
				transition: opacity .2s ease-out;
				margin-top: -30px;
			}
			.slicebox:hover .nav-arrows .sb-next, .slicebox:hover .nav-arrows .sb-prev{
				opacity: 1;
			}
			.slicebox .nav-arrows .sb-next{
				position: absolute;
				top: 50%;
				right: 50px;
				width: 60px;
				height: 60px;
				background: rgba(255,255,255,0.95);
			}
			.slicebox .nav-arrows .sb-prev{
				position: absolute;
				top: 50%;
				left: 50px;
				width: 60px;
				height: 60px;
				background: rgba(255,255,255,0.95);
			}
			@media only screen and (min-width : 320px) and (max-width : 767px) {
				.sb-slider li .slider-caption{
					display: none;=
				}
			}

		/*
			--- 8.3.4 Parallax
			*/
			.ts-sf-slider {
				height: auto;
				position: relative;
				overflow: hidden;
			}
			.ts-sf-slider .sf-slides {
				position: relative;
			}
			.ts-sf-slider .sf-slides li {
				position: absolute;
				z-index: 1;
				opacity: 0;
				top: 0;
				left: 0;
				height: auto;
				width: 100%;
			}
			.ts-sf-slider .sf-slides .active {
				z-index: 5;
			}
			.ts-sf-slider .sf-slides img {
				width: 100%;
				display: block;
			}

			/* Slider caption */
			.ts-sf-slider .slider-caption{
				position: absolute;
				z-index: 10;
				width: 100%;
			}
			.ts-sf-slider .slider-caption .title{
				display: block;
				margin-bottom: 25px;
				font-weight: normal;
			}
			.ts-sf-slider .slider-caption .title a{
				color: #FFF;
				text-shadow: 0 0 3px rgba(30,30,30,0.8);
				-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
				-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
				transition: background-color .2s ease-in-out, color .2s ease-in-out;
			}
			.ts-sf-slider .slider-caption .sub{
				display: inline-block;
				max-width: 50%;
				text-shadow: 0 0 3px rgba(30,30,30,0.8);
				color: #FFF;
			}
			.ts-sf-slider .slider-caption .title,
			.ts-sf-slider .slider-caption .sub{
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
			}
			.ts-sf-slider .slider-caption .title{
				-webkit-transform: translate3d(0,-300%,0);
				transform: translate3d(0,-300%,0)
			}
			.ts-sf-slider .slider-caption .sub{
				-webkit-transform: translate3d(0,300%,0);
				transform: translate3d(0,300%,0)
			}
			.ts-sf-slider .sf-slides > .active .slider-caption .title.animated,
			.ts-sf-slider .sf-slides > .active .slider-caption .sub.animated{
				opacity: 1;
				visibility: visible;
				-webkit-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}
			.ts-sf-slider .sf-slides > .active .slider-caption .title.animated{
				-webkit-transition-delay: .4s;
				transition-delay: .4s;
			}
			.ts-sf-slider .sf-slides > .active .slider-caption .sub.animated{
				-webkit-transition-delay: .5s;
				transition-delay: .5s;
			}
			.ts-sf-slider .slider-caption.left{
				padding-left: 150px;
			}
			.ts-sf-slider .slider-caption.left .title{
				margin-left: -15px;
			}
			.ts-sf-slider .slider-caption.right .title{
				margin-right: -15px;
			}
			.ts-sf-slider .slider-caption.left .sub{
				float: left;
			}
			.ts-sf-slider .slider-caption.right .sub{
				float: right;
			}
			.ts-sf-slider .slider-caption.center .sub{
				margin-left: auto;
				margin-right: auto;
			}
			.ts-sf-slider .slider-caption.left{
				left: 0;
				text-align: left;
			}
			.ts-sf-slider .slider-caption.right{
				padding-right: 150px;
			}
			.ts-sf-slider .slider-caption.right{
				right: 0;
				text-align: right;
			}
			.ts-sf-slider .slider-caption.center{
				width: 100%;
				text-align: center;
			}

			/* Slider controls */
			.ts-sf-slider .sf-slides li:first-of-type  {
				z-index: 2;
			}
			.ts-sf-slider .sf-slides,
			.ts-sf-slider .sf-controls {
				list-style-type: none;
				margin: 0;
				padding: 0;
			}
			.ts-sf-slider .sf-controls li {
				position: absolute;
				top: 50%;
				margin-top: -30px;
				z-index: 10;
				cursor: pointer;
				display: inline-block;
				height: 60px;
				line-height: 60px;
				opacity: .5;
				-webkit-transition: opacity .2s ease-in-out;
				-o-transition: opacity .2s ease-in-out;
				transition: opacity .2s ease-in-out;
			}
			.ts-sf-slider:hover .sf-controls li {
				opacity: 1;
			}
			.ts-sf-slider .sf-controls li > a{
				display: block;
				padding-left: 20px;
				padding-right: 20px;
				border-top: 1px solid rgba(230,230,230,0.6);
				border-bottom: 1px solid rgba(230,230,230,0.6);
				-webkit-transition: padding .2s ease-in-out;
				-o-transition: padding .2s ease-in-out;
				transition: padding .2s ease-in-out;
				color: #FFF;
			}
			.ts-sf-slider .sf-controls li.previous > a:hover{
				padding-left: 30px;
			}
			.ts-sf-slider .sf-controls li.next > a:hover{
				padding-right: 30px;
			}
			.ts-sf-slider .sf-controls li.previous > a{
				border-right: 1px solid rgba(230,230,230,0.6);
			}
			.ts-sf-slider .sf-controls li.next > a{
				border-left: 1px solid rgba(230,230,230,0.6);
			}
			.ts-sf-slider .sf-controls li.previous {
				left: 40px;
			}
			.ts-sf-slider .sf-controls li.next {
				right: 40px;
			}

			/* Revert back the content position */
			.ts-sf-slider .slide-content {
				position: absolute;
				top: 20px;
				left: 20px;
				bottom: 20px;
				right: 20px;
				color: white;
			}
			.temp {
				margin: 400px 0;
			}
			@media only screen and (max-width: 992px){
				.ts-sf-slider .slider-caption .title{
					font-size: 24px;
				}
				.ts-sf-slider .slider-caption .sub{
					display: none;
				}
				.ts-sf-slider .slider-caption.left,
				.ts-sf-slider .slider-caption.right{
					width: 100%;
					text-align: center;
					padding-left: 0;
					padding-right: 0;
				}
			}
			@media only screen and (max-width: 768px){
				.ts-sf-slider .slider-caption{
					display: none;
				}
			}

		/*
			---- 8.3.5 JoySlider
			*/
			.joyslider {
				position: relative;
				overflow: hidden;
				color: #feffff;
				margin-bottom: -90px;
			}
			.joyslider ul {
				margin: 0;
				padding: 0;
			}
			.joyslider a {
				text-decoration: none;
			}
			.joyslider img {
				display: block;
				width: 100%;
				height: auto;
			}
			.joyslider .slider-container {
				position: relative;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto;
				overflow: hidden;
			}
			.joyslider .slider-container .container > .slides-tab-nav {
				overflow: hidden;
				max-width: 100%;
				position: relative;
				height: 115px;
				top: -125px;
				width: 100%;
			}
			.joyslider .slide {
				list-style: none;
			}
			.joyslider .slide .entry-title {
				margin: 0;
				font-size: 48px;
				text-shadow: 0 0 5px rgba(40,40,40,0.8);
				line-height: 1.2;
			}
			.joyslider .slide .entry-title a {
				color: inherit;
			}
			.joyslider .slide .slide-content {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				padding-left: 40px;
				padding-right: 40px;
			}
			.site-section > .container .container.slides-main-contanier{
				padding: 0 40px;
			}
			.joyslider .slide .slide-content .entry-meta,
			.joyslider .slide .slide-content .entry-title,
			.joyslider .slide .slide-content .entry-description {
				opacity: 0;
				-webkit-transition: transform .3s ease-out, opacity .3s ease-out;
				-o-transition: transform .3s ease-out, opacity .3s ease-out;
				transition: transform .3s ease-out, opacity .3s ease-out;
				-webkit-transform: translateY(100%);
				-o-transform: translateY(100%);
				transform: translateY(100%);
			}
			.joyslider .slide.active-slide .slide-content .entry-meta,
			.joyslider .slide.active-slide .slide-content .entry-title,
			.joyslider .slide.active-slide .slide-content .entry-description {
				opacity: 1;
				-webkit-transform: translateY(0);
				-o-transform: translateY(0);
				transform: translateY(0);
			}
			.joyslider .slide.active-slide .slide-content .entry-meta{
				-webkit-transition-delay: .3s;
				-moz-transition-delay: .3s;
				transition-delay: .3s;
			}
			.joyslider .slide.active-slide .slide-content .entry-title{
				-webkit-transition-delay: .4s;
				-moz-transition-delay: .4s;
				transition-delay: .4s;
			}
			.joyslider .slide.active-slide .slide-content .entry-description {
				-webkit-transition-delay: .45s;
				-moz-transition-delay: .45s;
				transition-delay: .45s;
			}
			.joyslider .entry-category {
				overflow: hidden;
				margin-bottom: 20px;
			}
			.joyslider .entry-category li {
				display: inline-block;
				float: left;
				border-right: 1px solid transparent;
			}
			.joyslider .entry-category li:last-child {
				border-right: none;
			}
			.joyslider .entry-category a {
				height: 24px;
				padding: 0 12px;
				display: block;
				line-height: 24px;
				text-align: center;
				color: inherit;
				background-color: #27282c;
				font-size: 12px;
				font-style: italic;
			}
			.joyslider .entry-meta li {
				display: inline-block;
				list-style: none;
				font-size: 12px;
				color: #FFF;
				text-transform: uppercase;
			}
			.joyslider .entry-meta li.meta-date {
				font-weight: bold;
			}
			.joyslider .entry-meta a {
				color: inherit;
			}
			.joyslider .entry-description{
				max-width: 100%;
				margin-top: 20px;
				text-shadow: 0 0 2px rgba(60,60,60,0.8);
			}
			.joyslider .slides-preview {
				position: absolute;
				bottom: 0;
				left: 0;
			}
			.joyslider .slides-preview:after{
				content: "";
				clear: both;
				display: block;
			}
			.joyslider .slides-preview li {
				display: inline-block;
				float: left;
				list-style: none;
			}
			.joyslider .slide-preview .entry-title {
				margin: 0 0;
				white-space: nowrap;
				max-width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				font-size: 20px;
				line-height: 1;
				text-shadow: 1px 1px 2px rgba(30,30,30,0.8);
				z-index: 10;
			}
			.joyslider .slides-preview .entry-slide {
				border-bottom: 1px solid rgba(255, 255, 255, 0.3);
				margin-right: 40px;
				cursor: pointer;
				padding: 20px 0;
			}
			.joyslider .slides-preview .entry-slide:last-child {
				margin-right: 0;
			}
			.joyslider .slide .slide-content .container{
				position: relative;
				z-index: 1;
			}
			.joyslider .slide .slide-content:after {
				bottom: 0;
				content: "";
				display: block;
				height: 150px;
				left: 0;
				position: absolute;
				background: linear-gradient(to bottom, rgba(42, 47, 51, 0) 0%, rgba(42, 47, 51, 0.85) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
				width: 100%;
			}
			.joyslider .slides-container{
				z-index: 2;
				position: relative;
			}
			.joyslider .slides-container > li {
				display: inline-block;
				float: left;
				position: relative;
				width: 100%;
			}
			.joyslider .slides-container > li:after{
				bottom: 0;
				content: "";
				display: block;
				height: 100%;
				left: 0;
				position: absolute;
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.65+0,0+100;Neutral+Density */
				background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
				background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
				background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 12+ */
				background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
				background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
				width: 100%;
				opacity: 0.2;
			}
			.joyslider .slides-container > li:not(:first-child) {
				display: none;
			}
			.joyslider.active .slides-container > li:not(:first-child) {
				display: inline-block;
			}
			.joyslider .slider-controls {
				position: absolute;
				top: 40px;
				z-index: 4;
				width: 100%;
				text-align: right;
				padding-right: 20px;
			}
			.joyslider .slider-controls li{
				display: inline-block;
				margin-left: 10px;
			}
			@media only screen and (max-width: 768px){
				.joyslider .slider-controls li.prev-slider,
				.joyslider .slider-controls li.next-slider,
				.joyslider .slider-controls li.slider-command{
					position: static;
				}
				.joyslider .slide .slide-content .entry-description{
					display: none;
				}
				.joyslider .slide .slide-content:after{
					height: 100px;
				}
			}
			.joyslider .slider-controls a {
				color: inherit;
				display: block;
				font-size: 18px;
				height: 44px;
				width: 44px;
				border-radius: 50%;
				text-align: center;
				line-height: 44px;
				background-color: rgba(255, 255, 255, 0.3);
				box-shadow: 0 0 30px rgba(30, 30, 30, 0.05);
				-webkit-transition: background-color 0.2s ease-out;
				-moz-transition: background-color 0.2s ease-out;
				transition: background-color 0.2s ease-out;
			}
			.joyslider .slider-controls a:hover {
				background-color: rgba(255, 255, 255, 0.5);
			}
			.joyslider .control-fade-out {
				opacity: .3;
			}
			.joyslider .slides-preview-container {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 10px;
				z-index: 2;
			}
			.joyslider .preview-data {
				min-height: 40px;
			}
			.joyslider .slide-preview {
				position: relative;
				display: inline-block;
				cursor: pointer;
				border-bottom: 1px solid rgba(255,255,255,0.3);
				padding-bottom: 10px;
				-moz-box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
				-webkit-box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
				box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
				-webkit-transition: border-bottom-color 0.2s ease-out;
				-moz-transition: border-bottom-color 0.2s ease-out;
				transition: border-bottom-color 0.2s ease-out;
			}

			.joyslider .slide-preview .progress {
				position: absolute;
				bottom: -21px;
				left: 0;
				height: 1px;
				background-color: #FFF;
				width: 0px;
				overflow: visible !important;
			}

			.joyslider .slide-preview .slide-index {
				position: absolute;
				left: 0;
				top: 0;
				width: 50px;
				height: 100%;
				text-align: left;
				line-height: 50%;
				font-size: 42px;
				line-height: 80px;
				/*font-family: 'Montserrat';*/
				opacity: 0.5;
			}

			.joyslider .slide-preview:last-of-type {
				margin-right: 0;
			}
			.joyslider .slide-preview .entry-meta-date li {
				display: inline-block;
				font-size: 10px;
				color: rgba(255,255,255,0.6);
				text-shadow: 0 0 2px rgba(30,30,30,0.8);
				font-style: italic;
			}
			@media only screen and (min-width: 1440px){
				.joyslider .slide .slide-content{
					padding: 50px 40px 180px 40px;
				}
			}
			@media only screen and (min-width: 1170px) and (max-width: 1440px){
				.joyslider .slide .slide-content{
					padding: 50px 40px 140px 40px;
				}
				.joyslider .slide .entry-title{
					font-size: 28px;
				}
			}
			@media only screen and (max-width: 1170px){
				.joyslider .slide .slide-content{
					padding: 50px 40px 90px 40px;
				}
				.joyslider .slide .entry-title{
					font-size: 22px;
				}
				.joyslider .slides-preview-container{
					display: none;
				}
			}
			@media only screen and (min-width: 768px) and (max-width: 960px){
				.joyslider .slide .slide-content .entry-description,
				.joyslider .slides-preview-container{
					display: none;
				}
				.joyslider .slide .slide-content{
					padding: 50px 40px 40px 40px;
				}
				.joyslider .slide .entry-title{
					font-size: 22px;
				}
			}
			@media only screen and (max-width: 768px){
				.joyslider .slides-preview-container,
				.joyslider .entry-category{
					display: none;
				}
				.joyslider .slide .slide-content{
					padding: 50px 90px 20px 0;
					padding-top: 20%;
					text-align: left;

				}
				.joyslider .slide .slide-content .entry-title{
					font-size: 14px;
				}
				.joyslider .slide .slide-content .entry-description{
					font-size: 12px;
				}
				.joyslider .slider-controls a{
					width: 30px;
					height: 30px;
					line-height: 30px;
					font-size: 14px;
				}
				.joyslider .slider-controls{
					left: 0;
					width: 100%;
					text-align: right;
				}
				.joyslider .slider-controls > li:last-child{
					margin-right: 20px;
				}
				.joyslider .entry-meta{
					display: none;
				}
			}
			.joyslider .stream-likes {
				left: 50%;
				margin-left: -10px;
				position: absolute;
			}
			.joyslider .stream-likes .touchsize-likes .touchsize-likes-count:before {
				display: block;
				font-size: 16px;
				margin-bottom: -5px;
				margin-right: 0.2em;
			}
			.joyslider .stream-likes .touchsize-likes .touchsize-likes-count {
				color: #fff;
				font-size: 11px;
			}

	/*
			---- 8.3.5 JoySlider
			*/
			.corena-slider {
				position: relative;
				overflow: hidden;
				color: #feffff;
				margin-bottom: -50px;
			}
			.corena-slider ul {
				margin: 0;
				padding: 0;
			}
			.corena-slider a {
				text-decoration: none;
			}
			.corena-slider img {
				display: block;
				width: 100%;
				height: auto;
			}
			.corena-slider .slider-container {
				position: relative;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto;
				overflow: hidden;
			}
			.corena-slider .slider-container .container > .slides-tab-nav {
				overflow: hidden;
				max-width: 50%;
				position: relative;
				height: 115px;
				top: -105px;
				margin-left: 50%;
				width: 100%;
			}
			.corena-slider .slide {
				list-style: none;
			}
			.corena-slider .slide .entry-title {
				margin: 0;
				font-size: 36px;
				line-height: 1.2;
			}
			.corena-slider .slide .entry-title a {
				color: inherit;
			}
			.corena-slider .slide .slide-content {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				padding-left: 40px;
				padding-right: 40px;
			}
			.corena-slider .slides-main-contanier{
				padding: 0 20px;
			}
			.corena-slider .slide .slide-content .entry-meta,
			.corena-slider .slide .slide-content .entry-title,
			.corena-slider .slide .slide-content .entry-description {
				opacity: 0;
				-webkit-transition: transform .3s ease-out, opacity .3s ease-out;
				-o-transition: transform .3s ease-out, opacity .3s ease-out;
				transition: transform .3s ease-out, opacity .3s ease-out;
				-webkit-transform: translateY(100%);
				-o-transform: translateY(100%);
				transform: translateY(100%);
			}
			.corena-slider .slide.active-slide .slide-content .entry-meta,
			.corena-slider .slide.active-slide .slide-content .entry-title,
			.corena-slider .slide.active-slide .slide-content .entry-description {
				opacity: 1;
				-webkit-transform: translateY(0);
				-o-transform: translateY(0);
				transform: translateY(0);
			}
			.corena-slider .slide.active-slide .slide-content .entry-meta{
				-webkit-transition-delay: .3s;
				-moz-transition-delay: .3s;
				transition-delay: .3s;
			}
			.corena-slider .slide.active-slide .slide-content .entry-title{
				-webkit-transition-delay: .4s;
				-moz-transition-delay: .4s;
				transition-delay: .4s;
			}
			.corena-slider .slide.active-slide .slide-content .entry-description {
				-webkit-transition-delay: .45s;
				-moz-transition-delay: .45s;
				transition-delay: .45s;
			}
			.corena-slider .entry-category {
				overflow: hidden;
				margin-bottom: 20px;
			}
			.corena-slider .entry-category li {
				display: inline-block;
				float: left;
				border-right: 1px solid transparent;
			}
			.corena-slider .entry-category li:last-child {
				border-right: none;
			}
			.corena-slider .entry-category a {
				height: 24px;
				padding: 0 12px;
				display: block;
				line-height: 24px;
				text-align: center;
				color: inherit;
				background-color: #27282c;
				font-size: 12px;
				font-style: italic;
			}
			.corena-slider .entry-meta li {
				display: inline-block;
				list-style: none;
				font-size: 12px;
				color: #7c7c7c;
				text-transform: uppercase;
			}
			.corena-slider .entry-meta li.meta-date {
				font-weight: bold;
			}
			.corena-slider .entry-meta a {
				color: inherit;
			}
			.corena-slider .entry-description{
				max-width: 100%;
				margin-top: 20px;
				color: #7c7c7c;
				font-style: italic;
			}
			.corena-slider .slides-preview {
				position: absolute;
				bottom: 0;
				left: 0;
			}
			.corena-slider .slides-preview:after{
				content: "";
				clear: both;
				display: block;
			}
			.corena-slider .slides-preview li {
				display: inline-block;
				float: left;
				list-style: none;
			}
			.corena-slider .slide-preview .entry-title {
				margin: 0 0;
				white-space: nowrap;
				max-width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				font-size: 20px;
				line-height: 1;
				text-shadow: 1px 1px 2px rgba(30,30,30,0.8);
				z-index: 10;
			}
			.corena-slider .slides-preview .entry-slide {
				border-bottom: 1px solid rgba(255, 255, 255, 0.3);
				margin-right: 40px;
				cursor: pointer;
				padding: 20px 0;
			}
			.corena-slider .slides-preview .entry-slide:last-child {
				margin-right: 0;
			}
			.corena-slider .slide .slide-content .container{
				position: relative;
				z-index: 1;
			}
			.corena-slider .slide .slide-content:after {
				bottom: 0;
				content: "";
				display: block;
				height: 150px;
				left: 0;
				position: absolute;
				background: linear-gradient(to bottom, rgba(42, 47, 51, 0) 0%, rgba(42, 47, 51, 0.85) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
				width: 100%;
			}
			.corena-slider .slides-container{
				z-index: 2;
				position: relative;
			}
			.corena-slider .slides-container > li {
				display: inline-block;
				float: left;
				position: relative;
				width: 100%;
			}
			.corena-slider .slides-container > li:not(:first-child) {
				display: none;
			}
			.corena-slider.active .slides-container > li:not(:first-child) {
				display: inline-block;
			}
			.corena-slider .slider-controls {
				position: absolute;
				bottom: 65%;
				z-index: 4;
				width: 100%;
			}
			.corena-slider .slider-controls li{
				display: inline-block;
			}
			.corena-slider .slider-controls li.prev-slider {
				position: absolute;
				left: 50px;
			}
			.corena-slider .slider-controls li.next-slider {
				position: absolute;
				right: 50px;
			}
			.corena-slider .slider-controls li.slider-command {
				position: absolute;
				right: 110px;
			}
			@media only screen and (max-width: 768px){
				.corena-slider .slider-controls li.prev-slider,
				.corena-slider .slider-controls li.next-slider,
				.corena-slider .slider-controls li.slider-command{
					position: static;
				}
				.corena-slider .slide .slide-content .entry-description{
					display: none;
				}
				.corena-slider .slide .slide-content:after{
					height: 100px;
				}
			}
			.corena-slider .slider-controls a {
				color: inherit;
				display: block;
				font-size: 18px;
				height: 54px;
				width: 54px;
				border-radius: 50%;
				text-align: center;
				line-height: 54px;
				background-color: rgba(60, 60, 60, 0.1);
				-webkit-transition: background-color 0.2s ease-out;
				-moz-transition: background-color 0.2s ease-out;
				transition: background-color 0.2s ease-out;
			}
			.corena-slider .slider-controls a:hover {
				background-color: rgba(60, 60, 60, 0.5);
			}
			.corena-slider .control-fade-out {
				opacity: .3;
			}
			.corena-slider .slides-preview-container {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 10px;
				z-index: 2;
			}
			.corena-slider .preview-data {
				min-height: 40px;
			}
			.corena-slider .slide-preview {
				position: relative;
				display: inline-block;
				cursor: pointer;
				border-bottom: 3px solid rgba(255,255,255,0.3);
				padding-bottom: 10px;
				-moz-box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
				-webkit-box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
				box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
				-webkit-transition: border-bottom-color 0.2s ease-out;
				-moz-transition: border-bottom-color 0.2s ease-out;
				transition: border-bottom-color 0.2s ease-out;
			}

			.corena-slider .slide-preview .progress {
				position: absolute;
				bottom: -23px;
				left: 0;
				height: 3px;
				background-color: #FFF;
				width: 0px;
				overflow: visible !important;
				border-radius: 0;
			}

			.corena-slider .slide-preview .slide-index {
				position: absolute;
				left: 0;
				top: 0;
				width: 50px;
				height: 100%;
				text-align: left;
				line-height: 50%;
				font-size: 42px;
				line-height: 80px;
				/*font-family: 'Montserrat';*/
				opacity: 0.5;
			}

			.corena-slider .slide-preview:last-of-type {
				margin-right: 0;
			}
			.corena-slider .slide-preview .entry-meta-date li {
				display: inline-block;
				font-size: 10px;
				color: rgba(255,255,255,0.6);
				text-shadow: 0 0 2px rgba(30,30,30,0.8);
				font-style: italic;
			}
			.corena-slider .caption-container{
				position: absolute;
				background: #FFF;
				color: #000;
				padding: 40px;
				width: 41%;
			}
			@media only screen and (min-width: 1440px){
				.corena-slider .slide .slide-content{
					padding: 50px 40px 180px 40px;
				}
			}
			@media only screen and (min-width: 1170px) and (max-width: 1440px){
				.corena-slider .slide .slide-content{
					padding: 50px 40px 140px 40px;
				}
				.corena-slider .slide .entry-title{
					font-size: 28px;
				}
			}
			@media only screen and (max-width: 1170px){
				.corena-slider .slide .slide-content{
					padding: 50px 40px 90px 40px;
				}
				.corena-slider .slide .entry-title{
					font-size: 22px;
				}
				.corena-slider .slides-preview-container{
					display: none;
				}
			}
			@media only screen and (min-width: 768px) and (max-width: 960px){
				.corena-slider .slide .slide-content .entry-description,
				.corena-slider .slides-preview-container{
					display: none;
				}
				.corena-slider .slide .slide-content{
					padding: 50px 40px 40px 40px;
				}
				.corena-slider .slide .entry-title{
					font-size: 22px;
				}
			}
			@media only screen and (max-width: 768px){
				.corena-slider .slides-preview-container,
				.corena-slider .entry-category{
					display: none;
				}
				.corena-slider .slide .slide-content{
					padding: 50px 90px 20px 0;
					padding-top: 20%;
					text-align: left;

				}
				.corena-slider .caption-container{
					padding: 20px;
				}
				.corena-slider .slide .slide-content .entry-title{
					font-size: 14px;
				}
				.corena-slider .slide .slide-content .entry-description{
					font-size: 12px;
				}
				.corena-slider .slider-controls a{
					width: 30px;
					height: 30px;
					line-height: 30px;
					font-size: 14px;
				}
				.corena-slider .slider-controls{
					left: 0;
					width: 100%;
					text-align: right;
				}
				.corena-slider .slider-controls > li:last-child{
					margin-right: 20px;
				}
				.corena-slider .entry-meta{
					display: none;
				}
			}
			.corena-slider .stream-likes {
				left: 50%;
				margin-left: -10px;
				position: absolute;
			}
			.corena-slider .stream-likes .touchsize-likes .touchsize-likes-count:before {
				display: block;
				font-size: 16px;
				margin-bottom: -5px;
				margin-right: 0.2em;
			}
			.corena-slider .stream-likes .touchsize-likes .touchsize-likes-count {
				color: #fff;
				font-size: 11px;
			}


	/*
		8.4 Testimonials
		*/
		.testimonials .carousel-wrapper ul.carousel-nav {
			list-style-type: none;
			position: relative;
			text-align: center;
			top: -170px;
		}
		.testimonials .carousel-wrapper ul.carousel-nav > li {
			display: inline-block;
			color: inherit;
			cursor: pointer;
			font-size: 12px;
			line-height: 1;
			width: 40px;
			height: 50px;
			text-align: center;
			background-color: transparent;
			border-radius: 0;
			box-shadow: none;
			background: transparent !important;
			color: #a3a3a3;
		}
		.testimonials .carousel-wrapper ul.carousel-nav > li:before{
			position: relative;
			font-size: 24px;
			margin-bottom: 15px;
			color: inherit;
		}
		.testimonials .carousel-wrapper ul.carousel-nav > li span{
			opacity: 0;
			-webkit-transform: translateY(-10px);
			-o-transform: translateY(-10px);
			transform: translateY(-10px);
			-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-in;
			-moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-in;
			transition: opacity 0.2s ease-out, transform 0.2s ease-in;
			font-size: 10px;
			text-transform: uppercase;
			letter-spacing: 2px;
			display: block;
		}
		.testimonials .carousel-wrapper ul.carousel-nav > li:hover span{
			opacity: 1;
			-webkit-transform: translateY(0);
			-o-transform: translateY(0);
			transform: translateY(0);
			-webkit-transform: translateY(0);
		}
		.testimonials .carousel-wrapper ul.carousel-nav > li{
			position: relative;
		}
		.testimonials .carousel-wrapper ul.carousel-nav > li.carousel-nav-left:before{
			left: 0;
		}
		.testimonials .carousel-wrapper ul.carousel-nav > li.carousel-nav-left{
			margin-right: 70px;
		}
		.testimonials .carousel-wrapper ul.carousel-nav > li.carousel-nav-right:before{
			right: 0;
		}
		.testimonials .carousel-wrapper ul.carousel-nav > li.carousel-nav-right{
			margin-left: 70px;
		}
		.testimonials .inner-header .header-icon,
		.testimonials .inner-footer .footer-icon{
			position: relative;
		}
		.testimonials .inner-header .header-icon:before,
		.testimonials .inner-footer .footer-icon:before{
			content: "";
			position: absolute;
			top: 50%;
			margin-top: -1px;
			left: 0;
			width: 47%;
			height: 1px;
			background-color: rgba(60, 60, 60, 0.1);
		}
		.testimonials .inner-header .header-icon:after,
		.testimonials .inner-footer .footer-icon:after{
			content: "";
			position: absolute;
			top: 50%;
			margin-top: -1px;
			right: 0;
			width: 47%;
			height: 1px;
			background-color: rgba(60, 60, 60, 0.1);
		}
		.testimonials .inner-header .header-icon i,
		.testimonials .inner-footer .footer-icon i{
			font-size: 24px;
		}
		.testimonials .inner-header .header-icon i:before{
			transform: rotate(-180deg);
			-webkit-transform: rotate(-180deg);
		}
		.testimonials .entry-section .inner-section .author-text{
			color: inherit;
			font-size: 18px;
			font-style: italic;
			margin-bottom: 20px;
			padding-bottom: 10px;
			position: relative;
			text-align: center;
		}
		.testimonials.cols-by-2 .entry-section .inner-section .author-text,
		.testimonials.cols-by-3 .entry-section .inner-section .author-text{
			font-size: 14px;
		}
		.testimonials .entry-section .inner-section .testimonial-image img{
			border-radius: 50%;
			height: 80px;
			margin-bottom: 20px;
			width: 80px;
		}
		.testimonials .entry-section .inner-section .author-name a{
			color: inherit;
			font-size: 18px;
			font-weight: bold;
			text-transform: uppercase;
		}
		.testimonials .entry-section .inner-section .author-position{
			color: inherit;
			display: block;
			font-size: 14px;
			font-style: italic;
		}
		@media only screen and (max-width: 768px){
			.testimonials .inner-header .header-icon:before,
			.testimonials .inner-footer .footer-icon:before,
			.testimonials .inner-header .header-icon:after,
			.testimonials .inner-footer .footer-icon:after{
				width: 43%;
			}
			.testimonials .entry-section .inner-section .author-text{
				font-size: 14px;
			}
		}

	/*
		8.5 Call to action
		*/
		.callactionr{
			padding: 35px;
			background: #f3f3f3;
		}
		.callactionr a.continue{
			display: block;
			padding: 16px 25px 13px 25px;
			text-align: center;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 16px;
			-webkit-transition: background-color .3s linear, color .3s linear;
			-moz-transition: background-color .3s linear, color .3s linear;
			-o-transition: background-color .3s linear, color .3s linear;
			-ms-transition: background-color .3s linear, color .3s linear;
			transition: background-color .3s line, : color .3s linearar;
		}
		.callactionr .the-quote{
			font-size: 22px;
			color: inherit;
			padding-right: 16px;
			font-style: italic;
			line-height: 1.8;
		}

		@media only screen and (max-device-width : 1100px) {
			.callactionr .the-quote{
				border-right: 0 none;
				margin-bottom: 20px;
			}
		}

	/*
		8.6 Team
		*/

	/*
		8.7 Title
		*/
		.the-title a{
			color: inherit;
		}
		.block-title{
			position: relative;
			overflow: hidden;
			padding-bottom: 5px;
		}
		.block-title .block-title-container .the-title{
			margin: 0;
			color: inherit;
		}
		@media only screen and (max-width: 768px){
			.block-title .block-title-container .the-title{
				font-size: 28px;
			}
		}

		/* Block with subtitle above */

		div.block-title.block-title-with-subtitle-above .block-title-description + h4{
			display: block;
			margin-top: -10px;
		}

		/*
			8.7.1 Text aligned center with 2 lines before and after
			*/
			.block-title-2lines{
				text-align: center;
			}
			.block-title-2lines .block-title-container{
				display: inline-block;
				width: 40%;
				padding: 0 15px;
			}
			.block-title-description{
				color: inherit;
			}
			.block-title-2lines .block-title-container .the-title{
				margin-bottom: 5px;
			}
			.block-title-2lines .block-title-container:before{
				content: '';
				display: block;
				height: 10px;
				border-top: 1px solid rgba(120,120,120, 0.1);
				border-bottom: 1px solid rgba(120,120,120, 0.1);
				position: absolute;
				left: 0;
				top: 50%;
				width: 30%;
				margin-top: -5px;
			}
			.block-title-2lines .block-title-container:after{
				content: '';
				display: block;
				height: 10px;
				border-top: 1px solid rgba(120,120,120, 0.1);
				border-bottom: 1px solid rgba(120,120,120, 0.1);
				position: absolute;
				right: 0;
				top: 50%;
				width: 30%;
				margin-top: -5px;
			}
			.block-title-2lines .block-title-description{
				font-size: 12px;
			}
			@media only screen and (max-width: 768px){
				.block-title-2lines .block-title-container{
					width: 100%;
				}
				.block-title-2lines .block-title-container:before,
				.block-title-2lines .block-title-container:after{
					display: none;
				}
			}

		/*
			8.7.2 Title aligned center with linear icon after
			*/
			.block-title-lineariconcenter{
				text-align: center;
			}
			.block-title-lineariconcenter .block-title-container i[class^="icon"]{
				margin: 0 auto;
				display: block;
				font-size: 18px;
				max-width: 70px;
				background-color: inherit;
				padding: 0 15px;
			}
			.block-title-lineariconcenter .block-title-container:before{
				content: "";
				position: absolute;
				width: 48%;
				height: 1px;
				background-color: #000;
				opacity: 0.08;
				top: 85%;
				left: 0;
			}
			.block-title-lineariconcenter .block-title-container:after{
				content: "";
				position: absolute;
				width: 48%;
				height: 1px;
				background-color: #000;
				opacity: 0.08;
				top: 85%;
				right: 0;
			}

		/*
			8.7.3 Title aligned left
			*/
			.block-title-simpleleft{
				text-align: left;
			}
			.block-title-simpleleft .block-title-container .the-title{
				margin-bottom: 0;
			}
			.block-title-simpleleft .block-title-container h4.the-title{
				margin-bottom: -8px;
			}

		/*
			8.7.4 Title with line after
			*/
			.block-title-lineafter{
				text-align: left;
			}
			.block-title-lineafter .block-title-container .the-title{
				margin-bottom: 0;
				position: relative;
				display: inline-block;
			}
			.block-title-lineafter .block-title-container .the-title:after{
				content: '';
				display: inline-block;
				height: 10px;
				width: 10px;
				border-radius: 50%;
				background-color: #EB593C;
				margin-left: 15px;
				vertical-align: middle;
			}
			.block-title-lineafter .block-title-container .the-title:before{
				content: '';
				display: inline-block;
				height: 1px;
				width: 3800px;
				position: absolute;
				background-color: rgba(0 ,0 ,0 ,0.1);
				margin-left: 0;
				left: 100%;
				top: 50%;
				margin-top: 10px;
				margin-left: 15px;
			}
			.block-title-lineafter .block-title-container .block-title-description{
				display: block;
				margin-top: -3px;
			}

		/*
			8.7.5 Title aligned center with line and rectangular below
			*/
			.block-title-linerect{
				text-align: center;
			}
			.block-title-linerect .block-title-container{
				padding-bottom: 10px;
			}
			.block-title-linerect .block-title-container .the-title{
				margin-bottom: 0;
				position: relative;
			}
			.block-title-linerect .block-title-container:after{
				content: '';
				display: inline-block;
				height: 1px;
				width: 100%;
				background-color: rgba(240,240,240,0.1);
				left: 0;
				position: absolute;
				bottom: 4px;
			}
			.block-title-linerect .block-title-container:before{
				content: '';
				display: inline-block;
				height: 5px;
				width: 80px;
				position: absolute;
				background-color: #3DB3CC;
				left: 50%;
				margin-left: -40px;
				bottom: 0;
				z-index: 1;
			}
			.block-title-linerect .block-title-container .block-title-description{
				display: block;
			}

		/*
			8.7.6 Title aligned left with rectangular left
			*/
			.block-title-leftrect{
				text-align: left;
			}
			.block-title-leftrect .block-title-container{
				padding-left: 20px;
				position: relative;
				overflow: hidden;
			}
			.block-title-leftrect .block-title-container .the-title{
				margin-bottom: 0;
				position: relative;
			}
			.block-title-leftrect .block-title-container:before{
				content: '';
				display: inline-block;
				height: 98%;
				width: 5px;
				position: absolute;
				background-color: #EB593C;
				left: 0;
				top: 0;
				z-index: 2;
			}

		/*
			8.7.7 Title aligned center
			*/
			.block-title-simplecenter .block-title-container .block-title-description{
				display: block;
			}
			.block-title-simplecenter{
				text-align: center;
			}
			.block-title-simplecenter .block-title-container .the-title{
				margin-bottom: 0;
				position: relative;
			}
			.block-title-simplecenter .block-title-container h4.the-title{
				margin-bottom: -5px;
			}
			.block-title-simplecenter .block-title-container .block-title-description{
				display: block;
			}


			/*
			8.7.8 Title with description over
			*/

			.block-title-with-subtitle-over .block-title-container {
				display: block;
				position: relative;
				text-align: center;
			}

			.block-title-with-subtitle-over .block-title-container span.block-title-description {
				margin-top: -41px;
				text-shadow: 0px 0px 5px rgba(246, 246, 246, 1);
				display: block;
				text-align: center;
				font-size: 18px;
				font-weight: bold;

			}
/*
			8.7.9 Title with description over
			*/
			.block-title-brackets{
				text-align: center;
			}
			.block-title-brackets .block-title-container {
				display: inline-block;
				position: relative;
				padding: 0 50px;
			}

			.block-title-brackets .block-title-container .the-title {
				display: block;
				text-align: center;
			}


			.block-title-brackets .block-title-container .the-title:before {
				content: "[";
				position: absolute;
				margin-left: -50px;
				margin-top: -15px;
				top: 0%;
				font-size: 44px;

			}

			.block-title-brackets .block-title-container .the-title:after {
				content: "]";
				position: absolute;
				margin-left: 30px;
				margin-top: -15px;
				top: 0%;
				font-size: 44px;

			}

			.block-title-brackets .block-title-container span.block-title-description {
				text-align: center;
				display: block;
			}
/*
			8.7.9 Title with small line below
			*/
			.block-title-with-small-line-below .block-title-container:after{
				content: '';
				display: block;
				width: 40px;
				height: 2px;
				background: #000;
				margin-top: 5px;
			}


		/*
		8.8 Image
		*/
		.dotted{
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height:100%;
			background: url(../images/pointed.png);
		}
		.stripes{
			position: absolute;
			top:0;
			left:0;
			width: 100%;
			height:100%;
			background: url(../images/stripes.png);
		}

	/*
		8.9 Filters
		*/
		.ts-filters-container{
			-webkit-transition: height .7s ease-out;
			-moz-transition: height .7s ease-out;
			-o-transition: height .7s ease-out;
			transition: height .7s ease-out;
		}
		.isotope-item{
			-webkit-transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
			-moz-transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
			-o-transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
			transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
		}
		.ts-filters{
			list-style-type: none;
		}
		.ts-filters li{
			display: inline-block;
			position: relative;
			margin:0 5px;
		}

		.ts-filters li:first-child {
			margin-left: 0px;
		}

		.ts-filters li a{
			padding: 2px 30px;
			display: block;
			margin-bottom: 30px;
			text-transform: uppercase;
			color: inherit;
			border: 1px solid;
			letter-spacing: 0.1em;
			font-size: 12px;
			border-radius: 35px;
		}

		.ts-filters li.active:after{
			opacity: 1;
		}

		/* Tabs filter */
		.ts-select-by-category{
			border-bottom: 1px solid #ededed;
		}
		.ts-select-by-category li{
			position: relative;
			display: inline-block;
			padding-right: 10px;
		}
		.ts-select-by-category li a{
			display: block;
			padding: 0 25px;
			line-height: 40px;
			border-top: 2px solid transparent;
			border-bottom: 0;
			color: inherit;
			-webkit-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}
		.ts-select-by-category li.active a{
			background-color: #fff;
			border-top: 2px solid red;
			border-bottom: 0;
		}

	/*
		8.10 Buttons
		*/
		.btn{
			background: inherit;
			padding: 5px 25px;
			font-size: 12px;
			color: inherit;
			border-radius: 0;
			border: none;

			-webkit-transition: .2s all ease-out;
			-moz-transition: .2s all ease-out;
			-o-transition: .2s all ease-out;
			transition: .2s all ease-out;
		}
		.btn:hover,
		.btn:active,
		.btn:focus{
			outline: 0;
			box-shadow: none;
			border-radius: 0;
		}
		.btn.active{
			background-color: #e10d0d;
			color: #fff;
			box-shadow: none;
			border: none;
		}
		.purchase-btn{
			padding: 15px 40px;
			color: #fff;
			background: transparent;
		}
		.purchase-btn:hover{
			background: #fff;
		}
		.btn.large{
			padding: 0 25px;
			font-size: 18px;
			height: 60px;
			line-height: 60px;
			text-align: center;
		}
		.btn.medium{
			padding: 0 20px;
			font-size: inherit;
			height: 40px;
			line-height: 40px;
			text-align: center;
		}
		.btn.small{
			padding: 0 15px;
			font-size: 12px;
			height: 30px;
			line-height: 30px;
			text-align: center;
		}
		.ts-button.small.outline-button{
			line-height: 28px;
			letter-spacing: 0.05em;
		}
		.ts-button{
			background: inherit;
			color: inherit;
			display: inline-block;
			padding: 0 10px;
			text-align: center;
			position: relative;
			-webkit-transition: color 0.2s ease-out;
			-moz-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out;
		}
		.ts-button.button-has-icon:before{
			margin-right: 10px;
			margin-left: -5px;
		}
		.ts-button.button-has-icon.ts-icon-above-text{
			text-align: center;
			padding: 10px 25px;
			line-height: 1.8;
			height: auto;
		}
		.ts-button.button-has-icon.ts-icon-above-text:before{
			margin: 0 auto;
			margin-bottom: 5px;
			display: block;
		}
		.ts-button.big{
			height: 65px;
			line-height: 65px;
			font-size: 20px;
			padding: 0 35px;
			font-size: 16px;
		}
		.ts-button.medium{
			height: 42px;
			line-height: 42px;
			font-size: 12px;
			padding: 0 30px;
			letter-spacing: 0.05em;
		}
		.ts-button.small{
			height: 30px;
			line-height: 32px;
			font-size: 11px;
			padding: 0 20px;
		}
		.ts-button.xsmall{
			height: 20px;
			line-height: 20px;
			font-size: 10px;
			padding: 0 10px;
			font-size: 9px;
		}
		.ts-button.outline-button{
			border: 1px solid;
			background-color: transparent;
			-webkit-transition: border-color 0.2s ease-out, color 0.2s ease-out;
			-moz-transition: border-color 0.2s ease-out, color 0.2s ease-out;
			transition: border-color 0.2s ease-out, color 0.2s ease-out;
		}
		.ts-button.bg-button{
			-webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
			-moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
			transition: background-color 0.2s ease-out, color 0.2s ease-out;
		}
		.ts-button.medium.outline-button{
			line-height: 40px;
		}
		.ts-button.big.button-has-icon:before {
			margin-right: 10px;
		}
		.ts-video-fancybox{
			border: none;
		}

		.ts-video-fancybox span:first-child{
			display: inline-block;
			height: 30px;
			width: 30px;
			text-align: center;
			line-height: 30px;
			border-radius: 100%;
			font-size: 18px;
			margin-right: 5px;
		}
		.ts-video-fancybox span:last-child{
			font-size: 14px;

		}

	/*
		8.11 Contact Form
		*/
		.contact-form{
			clear: both;
		}
		.contact-form label{
			clear: both;
			display: block;
			font-size: 10px;
		}
		.contact-form label{
			clear: both;
			display: inline-block;
			font-size: 10px;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			filter: alpha(opacity=40);
			opacity: 0.4;
			text-transform: uppercase;
		}
		.contact-form input{
			border: 0 none;
			height: 35px;
			line-height: 35px;
			padding: 0 8px;
			color: inherit;
			font-size: 12px;
			background: rgba(200,200,200,0.2);
			width: 100%;
			margin-bottom: 10px;
		}
		.contact-form input.invalid{
			box-shadow: 0 0 3px #F04747;
		}
		.contact-form input[type="text"]:focus, .contact-form textarea:focus{
			border-color: #dadada;
		}
		.contact-form textarea{
			border: 0 none;
			padding: 8px;
			color: inherit;
			font-size: 12px;
			background: rgba(200,200,200,0.2);
			width: 100%;
			margin-bottom: 20px;
			min-height: 140px;
		}
		input.contact-form-submit{
			background: #EB593C;
			color: #FFF;
			border: 0 none;
			border-bottom: 3px solid rgba(0,0,0,0.1);
			font-size: 12px;
			text-transform: uppercase;
			letter-spacing: 4px;
			-webkit-transition: border-color .2s ease-out;
			-moz-transition: border-color .2s ease-out;
			-o-transition: border-color .2s ease-out;
			transition: border-color .2s ease-out;
			padding: 0 25px;
			width: auto;
		}
		input.contact-form-submit:hover{
			border-bottom: 3px solid rgba(0,0,0,0.3);
		}
		input.contact-form-submit:focus{
			border-bottom: 3px solid rgba(0,0,0,0.2);
		}
		.contact-form-icon{
			font-size: 34px;
			margin-bottom: 10px;
			text-align: center;
		}
		.contact-form-icon i:before{
			margin: 0;
		}
		.contact-form-messages.success{
			text-align: center;
			color: #37A779;
			font-size: 14px;
			padding: 10px;
			border: 1px solid #37A779;
		}
		.contact-form-messages .invalid{
			text-align: center;
			color: #F04747;
			font-size: 14px;
			padding: 10px;
			border: 1px solid #F04747;
		}

	/*
		8.12 Featured area
		*/
		.ts-slider-cyncing {
			position: relative;
		    margin: 0;
		}
		.ts-slider-cyncing .ts-cyncing-for article {
			position: relative;
			margin: 0;
			text-align: left;
		}
		.ts-slider-cyncing .ts-cyncing-for article header {
			position: relative;
		}
		.ts-slider-cyncing .ts-cyncing-for article header .image-holder > a:before  {
			content: '';
			display: block;
		    position: absolute;
		    height: 100%;
		    width: 100%;
		    bottom: 0;
		    background-color: #131313;
		    opacity: 0.45;
		}
		.ts-slider-cyncing .ts-cyncing-for article section {
		    z-index: 8;
		    position: absolute;
		    top: 45%;
		    margin-top: -60px;
		    left: 45px;
		    padding: 0 100px;
		}
		.ts-slider-cyncing .ts-cyncing-for article section h3 {
		    font-size: 44px;
		    position: relative;
		    margin-bottom: 0px;
		    text-shadow: 1px 1px #333;
		}
		.ts-slider-cyncing .ts-cyncing-for article section h3 i {
			position: absolute;
			display: inline-block;
		    left: -60px;
		    font-size: 35px;
		    height: 50px;
		    width: 50px;
		    line-height: 50px;
		    text-align: center;
		    border-radius: 100%;
		    -webkit-transition: background .15s linear;
		    -o-transition: background .15s linear;
		    transition: background .15s linear;
		    text-shadow: none;
		    padding-left: 2px;
		    margin-top: 5px;

		}
		.ts-slider-cyncing .ts-cyncing-for article section h3 a {
			line-height: 1.4;
			color: #fff;
		}
		.ts-slider-cyncing .ts-cyncing-for article section h3 a:hover {
		}

		.ts-slider-cyncing .ts-cyncing-for article section h3 a:after{
			content: " ";
			display: block;
			width: 0;
			height: 1px;
			background: #fff;
			margin-top: 0px;
			margin-bottom: 20px;
			-webkit-transition: width .3s linear, opacity .1s linear;
			-o-transition: width .3s linear, opacity .1s linear;
			transition: width .3s linear, opacity .1s linear;
		}
		.ts-slider-cyncing .ts-cyncing-for article section h3 a:hover:after{
			width: 100%;
		}

		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li {
			display: inline;
		}
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-category {

			font-style: italic;
			font-weight: 500;
			font-size: 16px;
			display: inline-block;
			margin-right: 13px;

		}
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-category ul{
			display: inline;
		}

		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-category li {
			display: inline-block;
		}
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-category li a {
		    padding: 0px 5px;
		    display: block;
		    height: 20px;
		    line-height: 20px;
		    border-radius: 20px;
		    color: rgba(255, 255, 255, .8);
		    -webkit-transition: .22s ease;
		    -o-transition: .22s ease;
		    transition: .22s ease;
		}
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-category li a:hover {
			background: transparent;
			opacity: .7;

		}
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-category li:not(:last-child) {
			margin-right: 5px;
		}
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-category i{
			margin-right: 0;
		}
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-category i,
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-author a {
		    opacity: 0.8;
			font-style: italic;
			font-size: 16px;
			color: rgba(255, 255, 255, .8);
		}
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-author a:hover {
		    opacity: 0.8;
		}
		.ts-slider-cyncing .ts-cyncing-for article section ul.entry-meta li.entry-meta-author a i{
			font-size: 16px;
		    margin-right: 4px;
		    margin-top: 0px;
		    display: inline;
		    line-height: 100%;
		}
		.ts-slider-cyncing .ts-cyncing-nav {
			position: relative;
		}
		.flex-direction-nav {
			display: none;
		}
		.ts-slider-cyncing .ts-cyncing-nav  .slide-nav {
			margin: 0 220px 0 220px;
		    margin-top: -20px;
		    position: relative;
		}
		.ts-slider-cyncing .ts-cyncing-nav  .slide-nav .flex-viewport {
		    background-color: #fff;
		    top: -50px;
		    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.07);
		    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.07);
		    box-shadow: 0 0 5px rgba(0,0,0,0.07);
		    border:10px solid #fff;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.slides li {
			margin-right: 10px;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.slides li:hover {
			cursor: pointer;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.ts-flex-navigation li.ts-left-arrow {
			position: absolute;
			top: 0;
			left: 0;
		    margin-left: -80px;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.ts-flex-navigation li a {
			height: 60px;
			width: 60px;
			display: block;
			border-radius: 50%;
			color: #fff;
		    font-size: 23px;
		    text-align: center;
		    line-height: 58px;
		    -webkit-transition: background .25s linear;
		    -o-transition: background .25s linear;
		    transition: background .25s linear;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.ts-flex-navigation li a:hover {
			color: #fff;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.ts-flex-navigation li.ts-right-arrow {
			position: absolute;
			top: 0;
			right: 0;
		    margin-right: -80px;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.ts-flex-navigation {
		    position: relative;
		    top: -20px;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.ts-flex-navigation li {
			display: inline-block;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.slides li{
			position: relative;
			-webkit-transition: opacity .15s linear;
			-o-transition: opacity .15s linear;
			transition: opacity .15s linear;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.slides > li:after,
		.ts-slider-cyncing .ts-cyncing-nav ul.slides li.flex-active-slide:after {
		    content: '';
		    opacity: 100;
		    display: block;
		    position: absolute;
		    top: 0px;
		    left: 0px;
		    width: 100%;
		    height: 100%;
		    background: none;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.slides > li:after{
			opacity: 0;
			-webkit-transition: opacity .15s linear;
			-o-transition: opacity .15s linear;
			transition: opacity .15s linear;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.slides > li:hover:after{
			opacity: 1;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.slides > li:hover{
			opacity: .7;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.customNavigation li a{
			height: 60px;
			width: 60px;
			background-color: #c51230;
			border-radius: 50%;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.customNavigation li a i {
			color: #fff;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.customNavigation li.ts-left {
			position: absolute;
			top: 0;
			left: 0;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.customNavigation li.ts-right{
			position: absolute;
			top: 0;
			right: 0;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.customNavigation {
		 	display: block;
		 	text-align: center;
		    left: 0;
		    right: 0;
		    bottom: 0;
		    margin: auto;
		    width: 200px;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.customNavigation li {
		  	display: inline-block;
		}


/*mobile corrections*/
@media screen and (max-width:992px) {
		.ts-slider-cyncing .ts-cyncing-for article section{
			padding: 0 20px;
			left:0;
		}
		.ts-slider-cyncing .ts-cyncing-for article section h3 {
		    font-size: 20px;
			line-height: 1.5em;
			text-overflow: ellipsis;
		    word-wrap: break-word;
		    overflow: hidden;
		    max-height: 3em;
		}
		.ts-slider-cyncing .ts-cyncing-for article section h3  a{
			line-height: 1.5em;
			text-overflow: ellipsis;
		    word-wrap: break-word;
		    overflow: hidden;
		    max-height: 3em;
		}

		.ts-slider-cyncing .ts-cyncing-for article  .entry-meta-author{
			display: none;
		}

		.ts-slider-cyncing .ts-cyncing-nav  .slide-nav {
			margin: 0 100px 0 100px;
		    margin-top: -10px;
		    position: relative;
		}
		.ts-slider-cyncing .ts-cyncing-nav ul.ts-flex-navigation{
			top:-40px;
		}

		.ts-slider-cyncing .ts-cyncing-nav ul.ts-flex-navigation li a {
			height: 40px;
			width: 40px;
			display: block;
			background-color: #c51230;
			border-radius: 50%;
			color: #fff;
		    font-size: 18px;
		    text-align: center;
		    line-height: 40px;
		}

		.ts-slider-cyncing .ts-cyncing-nav ul.ts-flex-navigation li.ts-right-arrow {
		    margin-right: -80px;
		}
}



	/*
		8.13 Image carousel
		*/
		.image-carousel .items{
			list-style-type: none;
		}
		.image-carousel .items > li{
			float: left;
			margin-right: 5px;
		}
		.image-carousel-element li img{
			width: auto;
		}
		.image-carousel-element .flex-viewport{
			overflow: visible !important;
		}
		.carousel-wrapper {
			position: relative;
		}
		.carousel-overview{
			overflow: hidden;
		}
		.carousel-wrapper .carousel-container {
			overflow: hidden;
			-webkit-transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
			-moz-transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
			transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
		}
		.carousel-wrapper ul.carousel-nav {
			position: absolute;
			top: 50%;
			z-index: 10;
			width: 100%;
			margin-top: -40px;
		}
		.carousel-wrapper ul.carousel-nav:after {
			clear: both;
			content: "";
			display: block;
		}
		.carousel-wrapper ul.carousel-nav > li {
			display: inline-block;
		    cursor: pointer;
		    font-size: 13px;
		    width: 30px;
		    height: 30px;
		    line-height: 30px;
		    text-align: center;
		    box-shadow: 0 0 3px rgba(70, 70, 70, 0.4);
		    padding: 0;
		    position: absolute;
		    z-index: 10;
		    border-radius: 25px;
		}
		.carousel-wrapper ul.carousel-nav > li .hidden_btn {
			position: absolute;
			top: 0;
			height: 30px;
			line-height: 30px;
			width: 50px;
			text-align: center;
			background-color: #000;
			color: #fff;
			font-style: italic;
			visibility: hidden;
			opacity: 0;
			z-index: 0;
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
			border-radius: 25px;
		}
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-left {
			left: 0px;
		}
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-right {
			right: 0px;
		}
		.carousel-wrapper ul.carousel-nav > li > i:before {
			line-height: inherit;
		}
		.ts-grid-view .carousel-wrapper ul.carousel-nav{
			top: 30%;
		}
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-left .hidden_btn {
			left: 0;
		}
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-left:hover .hidden_btn {
			opacity: 1;
			visibility: visible;
			left: 30px;
		}
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-right .hidden_btn {
			right: 0;
		}
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-right:hover .hidden_btn {
			opacity: 1;
			visibility: visible;
			right: 30px;
		}
		.carousel-wrapper ul.carousel-nav > .carousel-nav-right .hidden_btn{
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
		.carousel-wrapper ul.carousel-nav > .carousel-nav-left .hidden_btn{
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
		.carousel-wrapper ul.carousel-nav > .carousel-nav-right:hover{
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
		.carousel-wrapper ul.carousel-nav > .carousel-nav-left:hover{
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-left {
		    left: 0px;
		}
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-right {
		    right: 0px;
		}
		.carousel-wrapper ul.carousel-nav > li > i:before {
		    line-height: inherit;
		}

		@media only screen and (max-width: 768px){
			.carousel-wrapper ul.carousel-nav > li.carousel-nav-left {
				left: 20px;
			}
			.carousel-wrapper ul.carousel-nav > li.carousel-nav-right {
				right: 20px;
			}
		}

		/* Extra styles */
		.slyframe { width: 100%; height: attr(data-height); padding: 0; }
		.slyframe .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
		.slyframe .slidee li { float: left; margin: 0 5px 0 0; padding: 0; width: auto; height: 100%;cursor: all-scroll; }
		.slyframe .slidee li img { height: 100%; width: auto; }
		.slyscrollbar { width: 100%; height: 5px;margin-top: 15px; }
		.slyscrollbar .handle {
			width: 100px; /* overriden if dynamicHandle: 1 */
			height: 100%;
			background: #222;
			cursor: all-scroll;
		}
		/* Effects */
		.slyframe {
			-webkit-perspective: 800px;
			-ms-perspective: 800px;
			perspective: 800px;
			-webkit-perspective-origin: 50% 50%;
			-ms-perspective-origin: 50% 50%;
			perspective-origin: 50% 50%;
			overflow-y: show;
		}
		.slyframe ul {
			-webkit-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;
			transform-style: preserve-3d;
		}
		.slyframe ul li {
			position: relative;
			margin: 0 -20px;
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			-webkit-transition: -webkit-transform 300ms ease-out;
			transition: transform 300ms ease-out;
		}
		.slyframe ul li.active {
			z-index: 10;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}
		.slyframe ul li.active ~ li {
			-webkit-transform: scale(0.9);
			-ms-transform:  scale(0.9);
			transform: scale(0.9);
		}

	/*
		8.14 Icon
		*/

	/*
		8.15 Pricing table
		*/
		.ts-pricing-view.no-gutter{
			margin: 0 20px;
		}
		.ts-pricing-view article {
			background: none repeat scroll 0 0 #FFF;
			color: #424647;
			margin-bottom: 50px;
			text-align: center;
			position: relative;
			border: 1px solid rgba(60,60,60,0.08);
		}
		.ts-pricing-view article > header {
			padding-top: 40px;
			padding-bottom: 30px;
			position: relative;
		}
		.ts-pricing-view article > header .entry-title {
			line-height: 1.4;
		}
		.ts-pricing-view article > header .entry-title .title {
			color: inherit;
			font-size: 22px;
			font-weight: normal;
			margin: 0;
		}
		.ts-pricing-view article > header .entry-box{
			padding-top: 15px;
		}
		.ts-pricing-view article > header .entry-box .pricing-price {
			display: inline-block;
			position: relative;
			font-style: normal;
			border-top: 1px solid rgba(60,60,60,0.08);
			padding-top: 20px;
		}
		.ts-pricing-view article > header .entry-box .pricing-price > span {
			display: inline-block;
		}
		.ts-pricing-view article > header .entry-box .pricing-price > .price {
			font-size: 52px;
			line-height: 1.2;
			margin-left: 10px;
			color: inherit;
			font-weight: bold;
		}
		.ts-pricing-view article > header .entry-box .pricing-price > .currency {
			font-size: 26px;
			position: absolute;
			margin-left: -10px;
		}
		.ts-pricing-view article > header .entry-box .pricing-price > .period {
			font-size: 16px;
			margin-left: 10px;
			position: relative;
		}
		.ts-pricing-view article > header .entry-box .pricing-price > .period:before {
			content: "/";
			left: -10px;
			position: absolute;
			top: -2px;
		}
		.ts-pricing-view article > header .entry-box .pricing-desc > span {
			font-style: normal;
			color: #ccc;
		}
		.ts-pricing-view article > header .entry-box .pricing-desc{
			margin-top: 10px;
			padding: 0 20px;
		}
		.ts-pricing-view article > section .entry-content ul li {
			display: block;
			line-height: 1.4;
			margin-bottom: 10px;
		}
		.ts-pricing-view article > section .entry-content ul li:last-child {
			margin-bottom: 0;
		}
		.ts-pricing-view article > section .entry-content ul li > span {
			color: #595959;
			display: block;
			padding: 0 15px;
		}
		.ts-pricing-view article > footer{
			padding: 30px 15px;
		}
		.ts-pricing-view article > footer > a {
			color: inherit;
			display: inline-block;
			border-width: 0;
			transition: all 0.2s ease-out 0s;
			font-weight: bold;
			font-size: 16px;
		}
		.ts-pricing-view article > section {
			padding-top: 30px;
			padding-bottom: 30px;
			border-top: 1px solid #ededed;
			border-bottom: 1px solid #ededed;
		}
		.ts-pricing-view article.featured .featured_emblem{
			display: block;
			position: absolute;
			top: -30px;
			height: 30px;
			line-height: 30px;
			text-align: center;
			width: 100%;
			font-size: 12px;
			text-transform: uppercase;
		}

	/*
		8.16 Listed features
		*/
		.ts-listed-features article{
			position: relative;
			display: inline-block;
			width: 100%;
			overflow: hidden;
			text-align: left;
		}
		.ts-listed-features article[data-alignment="text-left"] header .article-header-content .image-container{
			float: left;
		}
		.ts-listed-features article[data-alignment="text-left"] section{
			margin-left: 130px;
		}
		.ts-listed-features article[data-alignment="text-right"] header .article-header-content .image-container{
			float: right;
			margin-right: 0;
		}
		.ts-listed-features article[data-alignment="text-right"] section{
			margin-right: 130px;
			text-align: right;
			margin-left: 0;
		}
		.ts-listed-features article[data-alignment="text-right"][data-display="none"] section{
			margin-left: 0;
		}
		.ts-listed-features article header .article-header-content .image-container{
			float: left;
			width: 100px;
			height: 100px;
			line-height: 98px;
			text-align: center;
			font-size: 32px;
			border-radius: 50%;

			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		.ts-listed-features article[data-display="none"] header .article-header-content .image-container{
			height: 50px;
			line-height: 50px;
		}
		.ts-listed-features article[data-display="none"] section{
			margin-left: 90px;
		}
		.ts-listed-features article[data-display="border"] header .article-header-content .image-container{
			border-width: 1px;
			border-style: solid;
		}
		.ts-listed-features article header,
		.ts-listed-features article section{
			color: inherit;
		}
		.ts-listed-features article section .article-title .title{
			margin-top: 5px;
			font-size: 18px;
			margin-bottom: 0;
		}
		.ts-listed-features article[data-display="ts-listed-features-no-border"] .article-header-content .image-container{
			border: none;
			height: auto;
			width: auto;
			padding: 0;
			margin: 0;
			line-height: 1.2em;
		}
		.ts-listed-features article[data-display="ts-listed-features-no-border"] .article-header-content .image-container{
			font-size: 40px;
		}
		@media only screen and (min-width: 992px){
			.ts-listed-features article[data-alignment="text-left"]:hover header .article-header-content .image-container{
				margin-left: 10px;
			}
			.ts-listed-features article[data-alignment="text-right"]:hover header .article-header-content .image-container{
				margin-right: 10px;
			}
			.ts-listed-features article[data-display="ts-listed-features-no-border"][data-alignment="text-left"] section{
				margin-left: 80px;
			}
			.ts-listed-features article[data-display="ts-listed-features-no-border"][data-alignment="text-right"] section{
				margin-right: 80px;
			}
		}
		@media only screen and (max-width: 991px){
			.ts-listed-features article[data-alignment="text-left"] header .article-header-content .image-container,
			.ts-listed-features article[data-alignment="text-right"] header .article-header-content .image-container{
				margin: 0 auto 20px;
				float: none;
			}
			.ts-listed-features article[data-alignment="text-left"] section,
			.ts-listed-features article[data-alignment="text-right"] section{
				text-align: center;
				margin-left: 0;
				margin-right: 0;
			}
		}

	/*
		8.17 Icon box
		*/
		/* Bordered */
		.ts-iconbox-bordered figure{
			padding: 30px;
			text-align: center;
			border-style: solid;
			border-width: 1px;
			margin-bottom: 50px;
		}
		.ts-iconbox-bordered figure header{
			width: 120px;
			height: 120px;
			line-height: 78px;
			padding: 20px;
			border: 1px solid #ededed;
			text-align: center;
			font-size: 38px;
			color: red;
			margin: 0 auto;
			border-radius: 50%;
		}
		.ts-iconbox-bordered figure figcaption .entry-title .title{
			font-size: 20px;
			position: relative;
			margin-bottom: 20px;
		}
		.ts-iconbox-bordered figure figcaption .entry-title .title:after{
			content: "";
			border-bottom: 1px solid;
			opacity: 0.5;
			position: relative;
			margin-top: 20px;
			display: block;
			width: 40px;
			margin-left: auto;
			margin-right: auto;
		}
		.ts-iconbox-bordered figure figcaption .entry-excerpt{
			margin-bottom: 30px;
		}
		.ts-iconbox-bordered figure figcaption .btn{
			padding-left: 25px;
			padding-right: 25px;
			border: none;
		}

		/* Background */
		.ts-iconbox-background figure{
			padding: 30px;
			margin-bottom: 50px;
		}
		.ts-iconbox-background figure header:after{
			content: "";
			clear: both;
			display: block;
		}
		.ts-iconbox-background figure header .image-container{
			float: left;
			width: 60px;
			height: 60px;
			line-height: 60px;
			text-align: left;
			font-size: 38px;
			margin-top: -20px;
		}
		.ts-iconbox-background figure header .image-container i:before{
			margin-left: -3px;
		}
		.ts-iconbox-background figure header .entry-title{
			padding-left: 60px;
			vertical-align: middle;
		}
		.ts-iconbox-background figure header .entry-title .title{
			font-size: 16px;
			color: inherit;
			margin-bottom: 20px;
			white-space: normal;
		}
		.ts-iconbox-background figure figcaption{
			text-align: center;
		}
		.ts-iconbox-background figure figcaption .entry-excerpt{
			margin-bottom: 30px;
			text-align: left;
		}
		@media only screen and (max-width: 1170px){
			.ts-iconbox-background figure header .image-container{
				width: 100%;
			}
			.ts-iconbox-background figure header .entry-title{
				padding-left: 0;
				display: block;
				text-align: center;
			}
		}

	/*
		8.18 Counter
		*/
		.ts-counters article{
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
			margin: 0;
		}
		.ts-counters[data-counter-type="with-track-bar"] article{
			position: relative;
			margin-bottom: 0;
			text-align: center;
		}
		.ts-counters[data-counter-type="with-track-bar"] article .entry-box .chart,
		.ts-counters[data-counter-type="with-track-bar"] article .entry-box .percent{
			color: inherit;
		}
		.ts-counters[data-counter-type="with-track-bar"] article .entry-box .chart {
			position: relative;
			display: inline-block;
			text-align: center;
		}
		.ts-counters[data-counter-type="with-track-bar"] article .entry-box .chart canvas {
			position: absolute;
			top: 0;
			left: 0;
		}
		.ts-counters[data-counter-type="with-track-bar"] article .entry-box .percent {
			display: inline-block;
			line-height: 110px;
			z-index: 2;
			font-size: 38px;
			padding-top: 10px;
		}
		.ts-counters[data-counter-type="with-track-bar"] article .entry-box .percent:after {
			content: '%';
			margin-left: 0.1em;
			font-size: 1em;
		}
		.ts-counters[data-counter-type="with-track-bar"] article .entry-box .entry-title{
			position: absolute;
			top: 35px;
			left: 0;
			width: 100%;
			text-align: center;
		}
		.ts-counters[data-counter-type="with-track-bar"] article .entry-box .entry-title .the-title{
			font-size: 16px;
			font-weight: normal;
		}

		.ts-counters[data-counter-type="without-track-bar"] article{
			text-align: center;
		}
		.ts-counters[data-counter-type="without-track-bar"] .counter-icon i{
			font-size: 48px;
			color: inherit;
		}
		.ts-counters[data-counter-type="without-track-bar"] .chart .percent{
			font-size: 28px;
			font-weight: bold;
		}
		.ts-counters[data-counter-type="without-track-bar"] .entry-title .the-title{
			font-size: 14px;
			text-transform: uppercase;
			margin: 0;
		}

	/*
		8.19 Clients
		*/
		.ts-clients-view div[data-tooltip],
		.ts-clients-view div:not(.has-tooltip) > img{
			position: relative;
			display: block;
			text-align: center;
			vertical-align: middle;
			padding: 20px 0;
		}
		.ts-clients-view div[data-tooltip]:before,
		.ts-clients-view div[data-tooltip]:after {
			opacity: 0;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
			-o-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
		}
		.ts-clients-view div[data-tooltip]:before,
		.ts-clients-view div[data-tooltip]:before {
			content: attr(data-tooltip);
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -110px;
			color: inherit;
			padding: 0 10px;
			z-index: 3;
			overflow: hidden;
			height: 25px;
			width: 220px;
			letter-spacing: 0;
			font-size: 11px;
			font-weight: normal;
			line-height: 25px;
			border-radius: 5px;
		}
		.ts-clients-view div[data-tooltip]:after,
		.ts-clients-view div[data-tooltip]:after {
			content: " ";
			position: absolute;
			opacity: 1;
			width: 0;
			height: 0;
			border-color: transparent;
			border-style: solid;
			top: 25px;
			left: 50%;
			margin-left: -6px;
			border-bottom-width: 0;
			border-width: 6px;
		}
		.ts-clients-view div[data-tooltip]:hover:before,
		.ts-clients-view div[data-tooltip]:focus:before,
		.ts-clients-view div[data-tooltip]:hover:after,
		.ts-clients-view div[data-tooltip]:focus:after {
			opacity: 1;
		}
		.ts-clients-view .item {
			display: inline-block;
		}
		.ts-clients-view .carousel-wrapper:hover ul.carousel-nav {
			opacity:1;
		}
		.ts-clients-view .carousel-wrapper ul.carousel-nav {
			width: 100%;
			margin-bottom: 0;
			opacity:0;
			-webkit-transition: opacity 0.2s ease-out;
			-moz-transition: opacity 0.2s ease-out;
			-ms-transition: opacity 0.2s ease-out;
			-o-transition: opacity 0.2s ease-out;
			transition: opacity 0.2s ease-out;
		}
		.ts-clients-view .carousel-wrapper ul.carousel-nav > li {
			position: absolute;
			z-index: 1;
			height: 30px;
			line-height: 30px;
			top: 50%;
			transform: translate(0,-50%);
			text-align: center;

		}
		.ts-clients-view .carousel-wrapper ul.carousel-nav > li.carousel-nav-left{
			margin-top: 2px;
			left: 0;
		}
		.ts-clients-view .carousel-wrapper ul.carousel-nav > li.carousel-nav-right{
			margin-top: 2px;
			right: 0;
		}

	/*
		8.20 Map
		*/
		#ts_map_canvas{
			height: 100%;
			margin: 0px;
			padding: 0px;
			position: relative;
		}

	/*
		8.21 Banner
		*/
		.ts-banner-box{
			display: block;
			position: relative;
			white-space: nowrap;
			color: inherit;
			width: 100%;
			overflow: hidden;
			margin-bottom: 60px;
			position: relative;
		}
		.ts-banner-box article {
			min-width: 300px;
			max-width: 400px;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			text-align: center;
		}
		.ts-banner-box.banner-text-align-right article {
			right: 10%;
		}
		.ts-banner-box.banner-text-align-left article {
			left: 10%;
		}
		.ts-banner-box.banner-text-align-center article {
			right: 0;
			left: 0;
			margin: 0 auto;
		}
		.ts-banner-box article:before, .ts-banner-box article:after {
			content: '';
			width: 200px;
			position: absolute;
			left: 0;
			margin: auto;
			right: 0;
			top: 50%;
			z-index: -5;
		}
		.ts-banner-box article:before {
			border-bottom: 1px solid rgba(216, 216, 216, 0.3);
			transform: skewY(-45deg);
		}
		.ts-banner-box article:after {
			border-bottom: 1px solid rgba(216, 216, 216, 0.3);
			transform: skewY(45deg);
		}
		.ts-banner-box article h1 {
			font-size: 30px;
			font-weight: 400;
			margin-bottom: 5px;
		}
		.ts-banner-box article .banner-btn {
			background: #a5937a;
			border: none;
			color: #000;
			font-size: 14px;
			font-weight: 700;
			padding: 5px 20px;
		}
		.ts-banner-box.banner-text-align-left article .banner-btn{
		}
		.ts-banner-box.banner-text-align-right article .banner-btn{
		}
		.ts-banner-box article .title{
			margin-top: 0;
			margin-bottom: 15px;
			font-size: 28px;
			white-space: normal;
		}
		.ts-banner-box article .subtitle{
			margin-bottom: 20px;
			white-space: normal;
		}
		.ts-banner-box article .banner-btn {
			background: #a5937a;
			border: none;
			color: #000;
			font-size: 14px;
			font-weight: 700;
			padding: 5px 20px;

			display: inline-block;
			text-align: center;
			color: inherit;
			-webkit-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		.ts-banner-box.banner-text-align-left{
			text-align: left;
		}
		.ts-banner-box.banner-text-align-center{
			text-align: center;
		}
		.ts-banner-box.banner-text-align-right{
			text-align: right;
		}
		@media only screen and (min-width: 960px){
			.ts-banner-box{
				padding-left: 100px;
				padding-right: 100px;
			}
		}
		@media only screen and (max-width: 960px){
			.ts-banner-box{
				padding-left: 50px;
				padding-right: 50px;
			}
			.ts-banner-box{
				white-space: normal;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-banner-box{
				padding-left: 0;
				padding-right: 0;
			}
		}
		/*kenburns effect for bnannerbox*/

		.ts-kenburns{
		 	overflow: hidden;
		 	position: relative;
		 }
		.ts-kenburns .ts-kenburns-inner{
			position: absolute;
			top:0;
			left:0;
			bottom:0;
			right:0;

		}
		.ts-kenburns .ts-kenburns-inner.active{
			-webkit-animation: kenburns 20s infinite;
			-moz-animation: kenburns 20s infinite;
			-o-animation: kenburns 20s infinite;
			-ms-animation: kenburns 20s infinite;
			animation: kenburns 20s infinite;
		}

		@-webkit-keyframes kenburns {
		    0% {

		    }
		    5% {

		    }
		    95% {
		        transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
		        animation-timing-function: ease-in;

		    }
		    100% {
		        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);

		    }
		}

		@-moz-keyframes kenburns {
		    0% {

		    }
		    5% {

		    }
		    95% {
		        transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
		        animation-timing-function: ease-in;

		    }
		    100% {
		        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);

		    }
		}


		@-o-keyframes kenburns {
		    0% {

		    }
		    5% {

		    }
		    95% {
		        transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
		        animation-timing-function: ease-in;

		    }
		    100% {
		        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);

		    }
		}

		@-ms-keyframes kenburns {
		    0% {

		    }
		    5% {

		    }
		    95% {
		        transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
		        animation-timing-function: ease-in;

		    }
		    100% {
		        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);

		    }
		}

		@-keyframes kenburns {
		    0% {

		    }
		    5% {

		    }
		    95% {
		        transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
		        animation-timing-function: ease-in;

		    }
		    100% {
		        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);

		    }
		}

	/*
		8.22 Ribbon banner
		*/
		.ribbon-left {
			left: 40px;
			top: 0;
		}
		.ribbon-right {
			right: 40px;
			top: 0;
		}
		.ribbon-center {
			right: 0;
			left: 0;
			top: 0;
			margin: auto;
		}
		.ts-ribbon-banner{
			position: relative;
			width: 100%;
			min-height: 350px;
		}
		.ts-ribbon {
			position: absolute;
			padding: 35px 25px 40px;
			display: inline-block;
			width: 340px;
			font-weight: 400;
			z-index: 2;
			text-align: center;
		}
		.ts-ribbon:after {
			content: '';
			position: absolute;
			left: 0;
			right: 0;
			bottom: -40px;
			z-index: -1;
			display: block;
			border-width: 0 170px 40px 170px;
			border-style: solid;
			border-color: inherit;
			border-bottom-color: transparent;
		}
		.ts-ribbon .rb-content {
			overflow: hidden;
			color: #fff;
		}
		.ts-ribbon .rb-description {
			line-height: 1.6;
			font-size: 24px;
		}
		.ts-ribbon .ts-button {
			display: inline-block;
			height: 50px;
			padding: 0 25px;
			margin-top: 20px;
			line-height: 48px;
			border: 2px solid #fff;
			text-decoration: none;
			text-transform: uppercase;
			color: inherit;
			-moz-border-radius: 50px;
			-webkit-border-radius: 50px;
			border-radius: 50px;
		}
		.ts-ribbon .rb-separator {
			line-height: 1;
			text-align: center;
			margin: 20px 0;
		}
		.ts-ribbon .rb-separator:first-of-type {
			margin-top: 0;
		}
		.ts-ribbon .rb-separator span {
			display: inline-block;
			position: relative;
			font-style: italic;
		}
		.ts-ribbon .rb-separator span:before,
		.ts-ribbon .rb-separator span:after {
			content: "";
			display: inline-block;
			border: 1px solid;
			width: 600px;
			position: absolute;
			top: 5px;
		}
		.ts-ribbon .rb-separator span:before {
			right: 100%;
			margin-right: 15px;
		}
		.ts-ribbon .rb-separator span:after {
			left: 100%;
			margin-left: 15px;
		}
		.ts-ribbon .left {
			text-align: left;
		}
		.ts-ribbon .right {
			text-align: right;
		}
		.ts-ribbon .center {
			text-align: center;
		}
		.ribbon-image > img {
			width: 100%;
			height: auto;
		}
		@media screen and (max-width: 768px) {
		  .ts-ribbon{
		    position: relative;
		    width: auto;
		  }
		  .ts-ribbon .rb-description{
		    font-size: 14px;
		  }
		  .ts-ribbon:after{
		    display: none;
		  }
		}

	/*
		8.23 Toggle
		*/
		.ts-toggle-box .toggle-title a{
			position: relative;
			display: block;
			width: 100%;
			height: 50px;
			line-height: 50px;
			padding: 00;
			cursor: pointer;
			white-space: nowrap;
			color: inherit;
		}

		.ts-toggle-box .toggle-title i{
			-webkit-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			-mz-transform: rotate(90deg);
			transform: rotate(90deg);
			margin-right: 15px;
			vertical-align: middle;
			display: inline-block;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			font-size: 9px;
		}
		.ts-toggle-box.open .toggle-title a:not(.collapsed) i{
			-webkit-transform: rotate(270deg);
			-o-transform: rotate(270deg);
			-mz-transform: rotate(270deg);
			transform: rotate(270deg);
		}
		.ts-toggle-box .toggle-inner{
			padding: 20px;
			line-height: 1.8;
		}
		.ts-toggle-box .panel-body p:last-child{
			margin-bottom: 0;
		}
		/* remove bootstrap styles for toggle box */
		.ts-toggle-box .panel{
			box-shadow: none;
			border-radius: 0;
			background-color: inherit;
			border: 0 none;
			padding-left: 0;
		}
		.ts-toggle-box .panel-heading{
			padding: 0;
			border: none;
			border-radius: 0;
			border: 0 none;
			background: transparent;
			border-bottom: 1px solid rgba(60,60,60,0.08);
		}
		.ts-toggle-box .panel-default > .panel-heading + .panel-collapse .panel-body{
			border: 1px solid rgba(60,60,60,0.08);
			border-top: 0 none;
			padding: 20px;
		}

	/*
		8.24 Tabs
		*/
		.nav-tabs > li > a{
			border-radius: 0;
			margin: 0;
			-webkit-transition: none;
			-o-transition: none;
			transition: none;
		}
		.nav-tabs > li:not(.active) > a:hover{
			background-color: transparent;
		}
		.ts-tab-container{
			position: relative;
			width: 100%;
			clear: both;
			margin-bottom: 30px;
			overflow: hidden;
		}
		.ts-tab-container[data-display="horizontal"] .tab-content .tab-pane{
			border-top: 0;
		}
		.ts-tab-container[data-display="horizontal"] .nav-tabs > li:not(.active) > a{
			opacity: 0.7;
			border: 1px solid #ededed;
			border-bottom: 0;
		}
		.ts-tab-container[data-display="horizontal"] .nav-tabs > li:not(:first-child) > a{
			margin-left: -1px;
		}
		.ts-tab-container[data-display="horizontal"] .nav-tabs > li.active > a,
		.ts-tab-container[data-display="horizontal"] .tab-content .tab-pane.active{
			background: transparent;
			z-index: 1;
		}
		.ts-tab-container .nav-tabs > li > a:hover{
			opacity: 1;
		}

		/* Vertical tabs */
		.ts-tab-container[data-display="vertical"] .nav-tabs{
			float: left;
			margin-right: 20px;
			border-right: 1px solid #ededed;
			border-bottom: 0;
		}
		.ts-tab-container[data-display="vertical"] .nav-tabs > li{
			float: none;
			margin-bottom: -1px;
			display: inline-block;
		}
		.ts-tab-container[data-display="vertical"] .nav-tabs > li:last-child{
			margin-bottom: 0;
		}
		.ts-tab-container[data-display="vertical"] .nav-tabs > li > a{
			min-width: 170px;
			max-width: 250px;
			margin-right: 0;
			border: 1px solid #ededed;
			border-right: 0;
		}
		.ts-tab-container[data-display="vertical"] .nav-tabs > li.active > a {
			margin-right: -1px;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .tab-content .tab-pane.active {
			display: block;
			padding: 0;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .tab-content .tab-pane {
			background: transparent;
			border-color: transparent;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs,
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs,
		.ts-tab-container[data-display="horizontal"] .nav.nav-tabs {
			border: none;
			margin-bottom: 20px;
		}
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs,
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs{
			margin-bottom: 0;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li,
		.ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li,
		.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
			background: transparent;
			margin-right: 15px;
		}
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li {
			background: transparent;
			margin-bottom: 10px;
			float: none;
			text-align: left;
			display: inline-block;
		}
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li a {
			display: inline-block;
			padding: 0;
		}
		.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs {
			overflow: visible;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a,
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a,
		.ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a,
		.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
			border: none;
			border-bottom: 2px solid transparent;
			color: inherit;
			font-size: 14px;
			font-weight: bold;
			opacity: 1;
			text-transform: uppercase;
			position: relative;
			padding: 0;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs{
			margin-bottom: 10px;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a{
			font-size: 11px;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li{
			margin-right: 10px;
			margin-bottom: 15px;
		}
		.woocommerce.woocommerce-page #primary div.product .woocommerce-tabs ul.tabs li.active a {
			background: transparent;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li.active > a,
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li.active > a,
		.ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li.active > a,
		.woocommerce.woocommerce-page #primary div.product .woocommerce-tabs ul.tabs li.active a {
			border-color: #000;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a:hover,
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a:hover,
		.ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a:hover {
			color: #000;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a:after,
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a:after,
		.ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li > a:after,
		.woocommerce.woocommerce-page #primary div.product .woocommerce-tabs ul.tabs li a:after {
			background: transparent;
			border-bottom: none !important;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li:not(.active) > a:hover:after,
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li:not(.active) > a:hover:after,
		.ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li:not(.active) > a:hover:after,
		.woocommerce.woocommerce-page #primary div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover:after {
			background: rgb(223, 223, 223);
			content: '';
			position: absolute;
			left: 0;
			bottom: -2px;
			width: 100%;
			height: 2px;
		}
		.widget_popular .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li.active > a:after,
		.widget_tabber .ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li.active > a:after,
		.ts-tab-container[data-display="horizontal"] .nav.nav-tabs > li.active > a:after,
		.single.woocommerce.woocommerce-page #primary div.product .woocommerce-tabs ul.tabs li.active a:after {
			position: absolute;
			right: 0;
			left: 0;
			bottom: -6px;
			margin: auto;
			content: '';
			width: 0;
			height: 0;
			border-left: 4px solid transparent;
			border-right: 4px solid transparent;
			border-top: 4px solid #000;
		}

	/*
		8.25 Timeline features
		*/
		.ts-timeline {
			position: relative;
			font-weight: 400;
		}
		.ts-timeline::before {
			background: rgba(30,30,30,0.15);
		    content: "";
		    display: block;
		    height: 100%;
		    left: 50%;
		    position: absolute;
		    width: 1px;
		}
		.ts-timeline:after, .ts-timeline .timeline-entry:after {
			content: '';
			display: table;
			clear: both;
		}
		.ts-timeline .timeline-panel {
			width: 50%;
			display: inline-block;
			float: left;
			padding: 0 20px;
		}
		.ts-timeline .timeline-panel:first-of-type {
			padding-right: 60px;
		}
		.ts-timeline .timeline-panel:last-of-type {
			padding-left: 60px;
		}
		.ts-timeline .timeline-entry {
			position: relative;
			padding: 30px 0;
			margin-bottom: 0;
		}
		.ts-timeline .timeline-entry:before {
			content: '';
			width: 14px;
			height: 14px;
			position: absolute;
			display: block;
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			margin: auto;
			border: 3px solid #fff;
			background-color: #e9e9e9;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;
		}
		.ts-timeline .entry-title {
			font-size: 30px;
			color: inherit;
			font-weight: 400;
			margin: 80px 0 5px 0;
		}
		.ts-timeline .entry-title a {
			text-decoration: none;
			color: inherit;
		}
		.ts-timeline .entry-description {
			font-size: 13px;
			margin-top: 25px;
			color: inherit;
			opacity: .9;
			line-height: 1.9;
		}
		.ts-timeline .left {
			float: left;
		}
		.ts-timeline .right {
			float: right;
		}
		.ts-timeline .text-center {
			text-align: center;
		}
		.ts-timeline .text-right {
			text-align: right;
		}
		.ts-timeline .text-left {
			text-align: left;
		}

	/*
		8.26 Video carousel
		*/
		.ts-video-carousel-wrap {
			width: 980px;
			margin: 0 auto;
		}
		.ts-video-carousel-wrap:after {
			content: '';
			display: table;
			clear: both;
		}
		.ts-video-carousel {
			overflow: hidden;
		}
		.ts-video-carousel:after {
			content: '';
			display: table;
			clear: both;
		}
		.ts-video-carousel .slides {
			position: relative;
			margin: 0;
			padding: 0;
		}
		.ts-video-carousel .slides > li {
			position: relative;
			overflow: hidden;
			float: left;
			width: 690px;
			opacity: .8;
		}
		.ts-video-carousel .slides > li:after {
			/* Don't allow to play the video if it's not active */
			content: '';
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			display: block;
			cursor: pointer;
		}
		.ts-video-carousel .slides > li .thumb {
			position: relative;
			-moz-transform: scale(0.8, 0.8);
			-webkit-transform: scale(0.8, 0.8);
			-ms-transform: scale(0.8, 0.8);
			-o-transform: scale(0.8, 0.8);
			transform: scale(0.8, 0.8);

			-moz-transition: transform .4s ease-in-out;
			-webkit-transition: transform .4s ease-in-out;
			-ms-transition: transform .4s ease-in-out;
			-o-transition: transform .4s ease-in-out;
			transition: transform .4s ease-in-out;

		}
		.ts-video-carousel  div,
		.ts-video-carousel  ul {
			display: block;
		}

		.ts-video-carousel .carousel-content .entry-meta {
			color: #a3a3a3;
			font-style: italic;
		}


		.ts-video-carousel .carousel-content .entry-meta>li:not(:last-child):after{
			content: "/";
			padding: 0 7px;
		}
		.ts-video-carousel .entry-meta-author img {
			border-radius: 50%;
			width: 30px;
			height: 30px;
			margin-right: 5px;
		}

		.ts-video-carousel .slides .carousel-item-title{
			margin-bottom: 5px;
			margin-top: 25px;
			font-size: 28px;
		}
		.ts-video-carousel .slides .carousel-meta{
			margin-bottom: 20px;
		}
		.ts-video-carousel .slides .entry-meta li{
			display: inline-block;
			font-style: italic;
			font-size: 13px;
		}
		.ts-video-carousel .slides .carousel-content {
			visibility: hidden;
			opacity: 0;
			-webkit-transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
			-moz-transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
			-ms-transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
			-o-transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
			transition: visibility .4s ease-in-out, opacity .4s ease-in-out;

		}
		.ts-video-carousel .slides .current-active {
			opacity: 1;
		}
		.ts-video-carousel .slides .current-active:after {
			display: none;
		}
		.ts-video-carousel .slides .current-active .thumb {
			-moz-transform: scale(1, 1);
			-webkit-transform: scale(1, 1);
			-ms-transform: scale(1, 1);
			-o-transform: scale(1, 1);
			transform: scale(1, 1);
		}
		.ts-video-carousel .slides .current-active .carousel-content {
			visibility: visible;
			opacity: 1;
			-webkit-transition-delay: .4s;
			-moz-transition-delay: .4s;
			transition-delay: .4s;
		}
		.ts-video-carousel .slides .thumb {
			-webkit-transition: transform .5s ease;
			-moz-transition: transform .5s ease;
			-ms-transition: transform .5s ease;
			-o-transition: transform .5s ease;
			transition: transform .5s ease;
		}
		.ts-video-carousel .nav-arrow {
			position: absolute;
			display: table;
			top: 0;
			cursor: pointer;
		}
		.ts-video-carousel .nav-arrow .nav-icon {
			font-size: 50px;
			display: table-cell;
			vertical-align: middle;
			color: red;
		}
		.ts-video-carousel .prev {
			float: left;
			left: -65px;
		}
		.ts-video-carousel .next {
			float: right;
			right: -65px;
		}
		.ts-video-carousel .fade-me {
			opacity: .5;
		}

	/*
		8.27 Powerlink
		*/
		.ts-powerlink article{
			margin-bottom: 55px;
		}
		.ts-powerlink header{
			position: relative;
		}
		.ts-powerlink header .content{
			position: absolute;
			left: 20px;
			right: 20px;
			bottom: -15px;
			text-align: center;
		}
		.ts-powerlink header .content .title{
			border-bottom: 1px solid rgba(255, 255, 255, 0.3);
			border-top: 1px solid rgba(255, 255, 255, 0.3);
			text-shadow: 0 0 3px rgba(30, 30, 30, 0.8);
			margin-bottom: 10px;
			position: relative;
		}
		.ts-powerlink header .content .title:before, .ts-powerlink header .content .title:after{
			content: '';
			display: block;
			position: absolute;
			width: 0;
			height: 1px;
			-webkit-transition: width 0.4s ease-out;
			-moz-transition: width 0.4s ease-out;
			transition: width 0.4s ease-out;
		}
		.ts-powerlink header .content .title:before{
			right: 0;
			top: -1px;
		}
		.ts-powerlink header .content .title:after{
			left: 0;
			bottom: -1px;
		}
		.ts-powerlink header .content .title:hover:before, .ts-powerlink header .content .title:hover:after{
			width: 100%;
		}
		.ts-powerlink header .content .title h3{
			font-size: 18px;
			font-weight: normal;
			margin: 0;
		}
		.ts-powerlink header .content .button{
			display: inline-block;
			height: 30px;
			line-height: 30px;
			padding: 0 20px;
			text-align: center;
			font-size: 12px;
		}
		.ts-powerlink header .content .title a,
		.ts-powerlink header .content .title a:hover{
			color: inherit;
			display: block;
			padding: 15px 10px;
		}


	/*
		8.28 Calendar
		*/
		#event-list-cal {
			margin: 0 0 2em;
			cursor: default;
		}
		#event-list-cal a {
			position: relative;
			display: block;
			z-index: 5;
		}
		#event-list-cal-month {
			position: relative;
			top: 40px;
			text-align: center;
			font-weight: normal;
			font-size: 20px;
		}
		.event-list-cal-pager {
			position: relative;
			overflow: hidden;
		}
		#event-list-cal-prev, #event-list-cal-next {
			font-weight: 700;
			font-size: 0.85em;
			text-transform: uppercase;
			float: left;
		}
		#event-list-cal-prev a, #event-list-cal-next a {
			position: relative;
			padding: 10px;
			text-align: center;
			text-decoration: none;
			border-radius: 2px;
			display: inline-block;
			z-index: 2;
			border: 1px solid #efefef;
		}
		#event-list-cal-next {
			position: absolute;
			right: 0;
		}
		.event-list-cal {
			width: 100%;
			border-collapse: collapse;
		}
		.event-list-cal th {
			width: 14.25%;
			padding: 0;
			color: #fff;
			font-weight: 700;
			font-size: 0.7em;
			line-height: 38px;
			text-align: center;
			text-transform: uppercase;
			border: 1px solid #555;
		}
		.event-list-cal td {
			height: 100px;
			padding: 0;
			font-size: 0.85em;
			background: #fff;
			border: 1px solid rgba(70,70,70,0.1);
			-webkit-hyphens: auto;
			-moz-hyphens: auto;
			hyphens: auto;
			word-wrap: break-word;
			vertical-align: top;
		}
		.event-list-cal td .event-list-cal-day {
			position: relative;
			padding: 10px;
			margin: 0 0 1em;
			text-shadow: 1px 1px 0 #fff;
			background: rgba(70,70,70,0.05);
		}
		.event-list-cal td.today .event-list-cal-day {
			color: #fff;
			font-weight: bold;
			text-shadow: 1px 1px 0 #000;
			background: #333;
		}
		.event-list-cal td p {
			padding: 0 1em 1em;
			font-weight: bold;
		}
		.event-list-cal-single {
			position: relative;
		}
		.event-list-cal-excerpt {
			position: absolute;
			top: 10px !important;
			left: 10px;
			width: 200px;
			padding: 15px;
			border: 1px solid #ddd;
			box-shadow: 2px 2px 5px #aaa;
			background-color: #fff;
			display: none;
			z-index: 100;
		}
		#event-list-cal .event-list-cal-excerpt a {
			position: absolute;
			left: 0;
			top: 0;
			width: 200px;
			height: 100%;
			display: block;
			z-index: 101;
		}
		.event-list-cal td .event-list-cal-excerpt p {
			padding: 0;
		}
		.event-list-cal-right .event-list-cal-excerpt {
			left: auto;
			right: 5px;
		}
		.event-list-cal-single:hover .event-list-cal-excerpt {
			display: block;
		}
		.event-list-cal-list li {
			padding: 0 0 0.5em;
		}
		.event-list-cal-date {
			margin: 0 8px 0 0;
			padding: 0 8px 0 0;
			border-right: 1px solid #555;
			display: inline-block;
		}
		.event-list-cal-info {
			padding: 0 0 1em;
		}
		.ts-events-calendar{
			width: 100%;
			border-collapse: collapse;
			/*border: 1px solid rgba(60,60,60,0.08);*/
		}
		.ts-events-calendar tr td{
			padding: 40px 20px;
			text-align: center;
			border: 1px solid rgba(60,60,60,0.08);
			vertical-align: middle;
			display: table-cell;
			height: 80px;
			max-height: 80px;
			width: 14.28%;
		}
		.ts-events-calendar tr td.calendar-day-head{
			padding: 10px 20px;
		}
		.ts-events-calendar tr td .ts-event-title{
			position: relative;
		}
		.ts-events-calendar tr td .ts-event-title .ts-event-details-hover{
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			background: #FFF;
			color: #2d2d2d;
			text-align: center;
			z-index: 55;
			padding: 15px;
		}
		.ts-events-calendar tr td .ts-event-title:hover .ts-event-details-hover{
			display: block;
		}
		.ts-events-calendar tr td .ts-event-title .ts-event-excerpt{
			font-size: 10px;
			height: 80px;
			overflow: hidden;
		}
		.ts-get-calendar.ts-next, .ts-get-calendar.ts-prev{
			float: right;
			display: inline-block;
			background: #cecece;
			color: #FFF;
			border-radius: 4px;
			height: 35px;
			line-height: 35px;
			padding: 0 20px;
			font-size: 12px;
			margin-bottom: 15px;
			text-transform: uppercase;
			-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			transition: background-color .2s ease-in-out, color .2s ease-in-out;
		}
		.ts-get-calendar.ts-prev{
			float: left;
		}
		.ts-calendar-title{
			font-size: 18px;
			text-align: center;
		}
		.ts-event-title a{
			background: #000;
			color: #FFF;
			border-radius: 3px;
			display: inline-block;
			font-size: 13px;
			padding: 3px 10px;
		}
		.ts-events-calendar.ts-small-calendar{
			max-width: 100%;
			clear: both;
		}
		.ts-events-calendar.ts-small-calendar tr td.calendar-day-head{
			padding: 10px;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.ts-events-calendar.ts-small-calendar tr td .ts-event-title a{
			display: block;
			width: 8px;
			height: 8px;
			border-radius: 50%;
			overflow: hidden;
			margin: 0 auto;
		}
		.ts-events-calendar.ts-small-calendar tr td{
			height: 40px;
			max-width: 40px;
			padding: 20px 5px;
		}
		.ts-events-calendar.ts-small-calendar tr td .ts-event-title:hover .ts-event-details-hover{
			display: none;
		}

	/*
		8.29 Events
		*/
		.ts-events-list h2.block-title-heading {
			font-size: 30px;
			font-weight: 400;
		}
		.ts-events-list header {
			margin-bottom: 45px;
			margin-top: 20px;
		}
		.ts-events-list header .entry-meta-date {
			padding-right: 35px;
			position: relative;
			float: left;
		}
		.ts-events-list header .meta-date {
			float: left;
			font-size: 54px;
			font-weight: 700;
			line-height: 1;
			padding-right: 10px;
		}
		.ts-events-list header .meta-month {
			float: left;
			padding-right: 20px;
			padding-top: 3px;
			text-transform: uppercase;
		}
		.ts-events-list header .meta-hour {
			color: #c5c5c5;
			display: block;
			font-style: italic;
		}
		.ts-events-list article {
			border-bottom: 1px solid #f2f2f2;
			margin-bottom: 40px;
			padding-bottom: 20px;
		}
		.ts-events-list article:last-child {
			border-bottom: none;
		}
		.ts-events-list article h4.entry-title {
			display: inline-block;
			font-size: 24px;
			font-weight: 700;
			margin: -3px 20px -15px 0;
		}
		.ts-events-list article .block-price,
		.ts-events-list article .block-price a {
			color: #a5937a;
			font-size: 14px;
		}
		.ts-events-list article .entry-address address {
			color: #c5c5c5;
			font-style: italic;
		}
		.ts-events-list article section .image-holder,
		.ts-events-list article section .entry-excerpt {
			vertical-align: top;
		}
		.ts-events-list article section .image-holder {
			margin-bottom: 20px;
		}
		.ts-events-list article section .entry-excerpt {
			font-size: 14px;
			line-height: 1.9;
			margin-top: -5px;
		}

	/*
		8.30 Alert
		*/
		.ts-alert{
			padding: 35px 30px;
			border: 1px solid rgba(0, 0, 0, 0.01);
		}
		.ts-alert span{
			display: block;
		}
		.ts-alert .alert-icon{
			float: left;
			font-size: 28px;
			color: inherit;
			line-height: 1.2;
		}
		.ts-alert .right-side{
			padding-left: 60px;
		}
		.ts-alert .right-side .alert-title .title{
			margin: 0;
			font-size: 16px;
			font-weight: normal;
			margin-bottom: 10px;
			color: inherit;
		}
		.ts-alert .right-side .alert-text{
			line-height: 1.4;
			opacity: 0.85;
			font-size: 12px;
		}
		.ts-alert .right-side .alert-text p:last-child{
			margin-bottom: 0;
		}

	/*
		8.31 Skills
		*/
		.ts-horizontal-skills{
			list-style: outside none none;
			display: block;
			width: 100%;
			margin: 0px;
		}
		.ts-horizontal-skills li{
			position: relative;
			display: block;
			width: 100%;
			height: 40px;
			margin-bottom: 20px;
		}
		.ts-horizontal-skills .skill-bar{
			background-color: rgba(0, 0, 0, 0.05);
			box-sizing: border-box;
			height: 5px;
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			z-index: 0;
			border-radius: 5px;
		}
		.ts-horizontal-skills .skill-title{
			font-size: 14px;
		}
		.ts-horizontal-skills .skill-title{
			float: left;
			width: 50%;
		}
		.ts-horizontal-skills .skill-percentage{
			text-align: right;
			font-weight: bold;
			position: absolute;
			right: 0;
			background: #000;
			color: #fff;
			font-style: normal;
			padding: 0 8px;
			margin-top: -8px;
			height: 20px;
			line-height: 20px;
		}
		.ts-horizontal-skills .skill-level{
			display: block;
			height: 5px;
			z-index: 1;
			position: absolute;
			bottom: 0;
			border-radius: 5px;
			-webkit-transition: width .3s ease-in;
			-o-transition: width .3s ease-in;
			transition: width .3s ease-in;
		}

		.ts-vertical-skills{
			height: 400px;
			list-style-type: none;
		}
		.ts-vertical-skills > li{
			float: left;
			width: 80px;
			height: 100%;
			position: relative;
		}
		.ts-vertical-skills .skill-title{
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			z-index: 1;
			background-color: rgba(255, 255, 255, 0.5);
			padding: 10px;
			transform: rotate(-90deg);
			-webkit-transform: rotate(-90deg);
			margin-bottom: 39px;
			min-width: 120px;
			margin-left: -20px;
		}
		.ts-vertical-skills .skill-level{
			position: absolute;
			display: block;
			width: 100%;
			left: 0px;
			bottom: 0px;
			z-index: 0;
			border-radius: 2px 0px 0px 2px;
			-webkit-transition: width .3s ease-in;
			-o-transition: width .3s ease-in;
			transition: width .3s ease-in;
		}
		.ts-vertical-skills .skill-percentage{
			font-size: 18px;
			text-align: center;
			display: block;
			color: #FFF;
		}


	/*
		8.32 Article accordion
		*/
		.ts-article-accordion article{
			margin-bottom: 0;
		}
		.ts-article-accordion .panel-group .panel{
			border: 0 none;
			box-shadow: none;
			margin: 0;
		}
		.ts-article-accordion .panel-group .panel:not(:last-child){
			border-bottom: 1px solid rgba(60,60,60,0.1);
		}
		.ts-article-accordion .entry-title{
			font-size: 20px;
			line-height: 1.4;
			margin: 15px 0 3px 0;
		}
		.ts-article-accordion .entry-meta{
			display: block;
			list-style-type: none;
			margin-bottom: 0;
		}
		.ts-article-accordion .entry-meta > li{
			display: inline-block;
			font-size: 11px;
			font-style: italic;
		}
		.ts-article-accordion .entry-meta > li:not(:last-child):after{
			content: '/';
			margin: 0 7px;
			display: inline-block;
		}
		.ts-article-accordion .entry-meta > li.entry-meta-author a.author-avatar img{
			 width: 20px;
			 height: 20px;
			 border-radius: 50%;
			 margin-right: 5px;
		}
		.ts-article-accordion .entry-excerpt{
			margin-top: 10px;
			margin-bottom: 20px;
		}
		.ts-article-accordion .icon-down{
			position: absolute;
			top: 50%;
			right: 5px;
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
			width: 25px;
			height: 25px;
			border-radius: 50%;
			line-height: 25px;
			margin-top: -10px;
			background: rgba(60,60,60,0.09);
			text-align: center;
		}
		.ts-article-accordion .panel-heading{
			background: transparent;
			padding-left: 0;
			padding-right: 0;
		}
		.ts-article-accordion .panel-heading:hover .icon-down{
			background: rgba(60,60,60,0.15);
		}
		.ts-article-accordion .panel-heading{
			position: relative;
		}
		.ts-article-accordion .panel .panel-heading .panel-title a:before{
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 2;
		}

	/*
		8.33 Breadcrumb
		*/
		.ts-breadcrumbs{
			font-size: 12px;
			color: inherit;
		}
		.ts-breadcrumbs:empty{
			display: none;
		}
		.ts-breadcrumbs.breadcrumbs-single-video{
			color: inherit;
			margin-bottom: 20px;
			font-size: 12px;
		}
		.ts-breadcrumbs.breadcrumbs-single-post{
			margin-bottom: 30px;
			color: inherit;
			font-size: 12px;
			padding: 0;
		}
		.ts-breadcrumbs i{
			color: #ccc;
			font-size: 11px;
		}
		.ts-has-image-background{
			background-size: cover;
			background-attachment: fixed;
		}
		body.archive .ts-breadcrumbs-content{
			margin-bottom: 30px;
			font-size: 12px;
		}

		.page .ts-breadcrumbs-content {
			padding: 0 20px;
		}
		.page .post-content{
			margin-bottom: 80px;
		}

	/*
		8.34 Shopping cart
		*/
		.gbtr_dynamic_shopping_bag {
			display: inline-block;
			position: relative;
			color: #343434;
		}
		.gbtr_little_shopping_bag_wrapper:hover .gbtr_minicart_wrapper {
			display: block;
		}
		.gbtr_little_shopping_bag .amount {
			background-color: #e10d0d;
			border-radius: 3px;
			color: #fff;
			display: inline-block;
			height: 25px;
			line-height: 23px;
			padding: 2px 6px;
		}
		.gbtr_little_shopping_bag {
			height: 25px;
			line-height: 25px;
			display: inline-block;
		}
		.gbtr_minicart_wrapper {
			position: absolute;
			top: 0;
			left: 0;
			background-color: #fff;
			width: 407px;
			z-index: 1000;
			border-radius: 4px;
			box-shadow: 0 0 8px #efefef;
			padding: 20px 30px;
			display: none;

		}
		.gbtr_minicart_wrapper > h4 {
			margin: 0;
			font-size: 22px;
			font-weight: 700;
		}
		.cart_list_product_img {
			float: left;
			margin-right: 20px;
		}
		.cart_list_product_img img {
			margin: 0 !important;
			box-shadow: none !important;
		}
		.cart_list_product_price{
			display: block;
		}
		.cart_list_product_price .amount {
			padding: 0 !important;
			color: #e10d0d;
		}
		.gbtr_minicart {
			margin-top: 20px;
		}

		.gbtr_minicart_wrapper a {
			font-weight: 400 !important;
			display: inline-block !important;
		}
		.gbtr_minicart .button {
			background-color: #e10d0d !important;
			color: #fff !important;
			border-radius: 3px !important;
			display: block !important;
			padding: 8px 10px !important;
		}
		.minicart_total_checkout {
			background-color: #f1f1f1;
			padding: 8px 20px !important;
			border-radius: 3px;
			text-align: center;
			margin: 20px 0 !important;
		}
		.minicart_total_checkout > * {
			display: inline-block;
		}

		.cart_list_product {
			position: relative;
			margin-bottom: 10px !important;
		}
		.cart_list_product_title > a {
			line-height: 1.5;
			font-size: 14px !important;
		}

		.cart_list_product_title .remove {
			font-size: 30px !important;
			height: 10px;
			width: 10px;
			display: inline-block;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
		}
		.cart_list_product_title .cart-item-title {
			color: inherit !important;
		}

		.minicart_items {
			margin-right: 5px;

		}
		.minicart_items  > i {
			font-size: 18px !important;
			margin-right: 5px;
		}

	/* 8.35  Instance element*/
	.ts-instance-container{
		position: relative;
		clear: both;
	}
	.ts-instance:not(.center){
	  display: flex;
	  flex-direction: row;
	}
	.ts-instance:not(.center) section,
	.ts-instance:not(.center) header{
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}

	.ts-instance .image-holder img{
		width: 100%;
	}
	.ts-instance .entry-title{
		font-size: 36px;
		margin-bottom: 30px;
		position: relative;
		margin-top: 0;
	}

	.ts-instance .entry-content{
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.ts-instance .instance-read-more{
		font-size: 14px;
		font-style: italic;
		margin-bottom: 20px;
		display: inline-block;
	}
	.ts-instance .instance-read-more span{
		height: 60px;
		width: 60px;
		line-height: 60px;
		display: inline-block;
		border-radius: 100%;
		background: #474747;
		text-align: center;
		-webkit-transition: color .55s ease, background-color .55s ease;
		-o-transition: color .55s ease, background-color .55s ease;
		transition: color .55s ease, background-color .55s ease;
		margin-right: 10px;
	}
	.ts-instance-container header{
		position: absolute;
		top:0;
		width: 50%;
		padding: 0;
	}
	.ts-instance-container.center header{
		position: relative;
		width: 100%;
		padding: 0;
	}
	.ts-instance-container.left header{
		left:20px;
		padding-right:20px;
	}
	.ts-instance-container.right header{
		right:20px;
		padding-left:20px;
	}
	/*center*/
	.ts-instance.center{
		text-align: center;
	}
	.ts-instance.center section{
		padding: 20px 10%;
	}
	/*cols adjustments*/
	.col-lg-9 .ts-instance .entry-title,
	.col-lg-8 .ts-instance .entry-title{
		font-size: 28px;
	}
	.col-lg-9 .ts-instance:not(.center) .entry-content,
	.col-lg-8 .ts-instance:not(.center) .entry-content{
		text-overflow: ellipsis;
	    overflow: hidden;
	    line-height: 1.6em;
	    max-height: 6.4em;
	}
	/*responsive fxies*/
	@media (max-width:992px){
		.ts-instance-container header{
			position: relative;
			width: 100%;
		}

		.ts-instance:not(.center){
		  	-ms-flex-direction: column;
		    -webkit-box-orient: vertical;
		    flex-direction: column;
		}
		.ts-instance:not(.center),
		.ts-expanded-row .ts-instance:not(.center){
			margin-bottom: 40px;
		}
		.ts-instance section{
			padding-left: 40px;
			padding-right: 40px;
		}
	    .ts-instance:not(.center) section,
		.ts-instance:not(.center) header{
		  	-ms-flex-direction: column;
		    -webkit-box-orient: vertical;
		    flex-direction: column;

		}

	}


/*
--------------------------------------------------------------------------------
	9. POST
--------------------------------------------------------------------------------
*/
	/*
		9.1 Tags
		*/
		.ts-tags-container > span{
			text-transform: uppercase;
			color: #ababab;
			font-weight: 400;
			font-size: 12px;
			text-decoration: underline;
			margin-bottom: 15px;
			display: block;
		}
		.ts-tags-container > a{
			position: relative;
			float: left;
			display: block;
			padding: 5px 15px;
			background: #f1f1f1;
			font-size: 12px;
			color: #ababab;
			line-height: 1.6;
			margin: 0 10px 10px 0;

			-webkit-transition: .2s all ease-out;
			-moz-transition: .2s all ease-out;
			-o-transition: .2s all ease-out;
			transition: .2s all ease-out;
		}
		.ts-tags-container > a:after{
			content: "";
			position: absolute;
			right: 3px;
			top: 0;
			width: 3px;
			height: 8px;
			background: #e10d0d;
		}
		.ts-tags-container > a:hover{
			background: #e10d0d;
			color: #fff !important;
		}
		.ts-tags-container > a:hover:after{
			background: #fff;
		}
		.tags-container a.tag, .tags-container a[rel="tag"], .list-view-tags a[rel="tag"]{
			border: 1px solid #E5E5E5;
			color: #7c7c7c;
			height: 30px;
			line-height: 27px;
			padding: 0 25px 0 15px;
			font-size: 12px;
			display: inline-block;
			margin-right: 10px;
			margin-bottom: 10px;
			position: relative;
			border-radius: 25px;
			-webkit-transition: border-color .2s ease-out;
			-moz-transition: border-color .2s ease-out;
			-o-transition: border-color .2s ease-out;
			transition: border-color .2s ease-out;
		}
		.tags-container a.tag:after, .tags-container a[rel="tag"]:after, .list-view-tags a[rel="tag"]:after{
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			right: 8px;
			margin-top: -3px;
			width: 6px;
			height: 6px;
			border-radius: 50%;
			opacity: .5;
		}
		.tags-container a.tag:hover:after, .tags-container a[rel="tag"]:hover:after, .list-view-tags a[rel="tag"]:hover:after{
			opacity: 1;
		}
		.post-tags ul{
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.post-tags ul li{
			display: inline-block;
		}
		.post-categories{
			font-size: 12px;
		}
		.post-tags .tags-container a[rel="tag"]{
			background-color: transparent;
			padding: 0;
			height: auto;
			border-radius: 0;
		}
		.post-tags .tags-container a[rel="tag"]:after{
			display: none;
		}
		.post-details-title{
			margin: 0 0 -5px;
			font-size: 12px;
			font-weight: normal;
			text-transform: uppercase;
		}
		.post-tagged-icon {
			float: left;
			margin-top: -5px;
		}
		.post-details {
			padding-left: 50px;
		}
		.post-title-meta .post-title-meta-categories > i, .post-tagged-icon > i {
			width: 40px;
			font-size: 28px;
		}
		.post-tagged-icon > i {
			margin-right: 0;
		}

	/*
		9.2 Gallery
		*/
		.post-gallery{margin-bottom: 40px;position: relative;}
		.post-gallery a.next{
			display: block;
			width: 30px;
			height: 60px;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 30%;
			right:0;
		}
		.post-gallery a.prev{
			display: block;
			width: 30px;
			height: 60px;
			background: rgba(0,0,0,0.5);
			position: absolute;
			top: 30%;
			left: 0;
		}

	/*
		9.3 Navigator
		*/
		.post-navigator{
			margin-bottom: 30px;
		}
		.post-navigator ul{
			list-style-type: none;
		}
		.post-navigator ul{
			margin:0 -15px;
			padding:0;
		}
		.post-navigator ul li{
			margin: 0;
			text-align: right;
		}
		.post-navigator ul li:first-child{
			text-align: left;
		}
		.post-navigator ul li a{
			position: relative;
			display: block;
			border-bottom: 1px solid #eaeaea;
			border-top: 1px solid #eb593c;
			padding: 15px 0;
			-webkit-transition: border-color .2s linear;
			-moz-transition: border-color .2s linear;
			-o-transition: border-color .2s linear;
			-ms-transition: border-color .2s linear;
			transition: border-color .2s linear;
		}
		.post-navigator ul li a:hover{
			border-top: 1px solid #3DB3CC;
		}
		.post-navigator ul li a[rel="prev"]{
			padding-left: 40px;
		}
		.post-navigator ul li a[rel="prev"] i{
			position: absolute;
			left: -5px;
			top: 17px;
			font-size: 24px;
			width: auto;
			color: #E8E5E5;
		}
		.post-navigator ul li a[rel="next"]{
			padding-right: 40px;
		}
		.post-navigator ul li a[rel="next"] i{
			position: absolute;
			right: -5px;
			top: 17px;
			font-size: 24px;
			width: auto;
			color: #E8E5E5;
		}
		.post-navigator ul li a[rel="next"] i:before, .post-navigator ul li a[rel="prev"] i:before{
			width: auto;
		}
		.post-navigator ul li a span{
			color: #999;
			text-transform: uppercase;
			font-size: 10px;
		}
		.post-navigator ul li a div{
			color: #333;
			font-size: 16px;
			-webkit-transition: color .4s;
			-moz-transition: color .4s;
			-o-transition: color .4s;
			-ms-transition: color .4s;
			transition: color .4s;
		}
		.post-navigator ul li a:hover div{
			color: #EB593C;
		}

	/*
		9.4 Elements
		*/
		.post-title.video-title{
			font-size: 32px;
			color: #4b4e51;
			font-weight: 500;
			margin-top: 0;
		}
		.post-meta > div{
			display: inline-block;
			margin-right: 40px;
			color: #ababab;
		}
		.post-meta > div:last-child{
			margin: 0;
		}
		.post-meta span{
			display: inline-block;
		}
		.post-meta .post-meta-likes span.touchsize-likes-count{
			font-weight: 500;
			color: #cacaca;
			text-align: center;
		}
		.post-meta .post-meta-views .views-count{
			line-height: 0.8;
		}
		.post-meta .post-meta-views small{
			color: #e1e1e1;
			font-size: 12px;
		}

		.post-author-block{
			margin-bottom: 30px;
		}
		.post-author-block .author-avatar{
			width: 40px;
			height: 40px;
			display: block;
			border-radius: 100%;
			overflow: hidden;
			float: left;
		}
		.post-author-block ul{
			margin-top: 7px;
			float: left;
			list-style-type: none;
		}
		.post-author-block ul li{
			position: relative;
			display: inline-block;
			padding: 0 10px;
			font-size: 13px;
			font-weight: 500;
			color: #dcdcdc;
		}
		.post-author-block ul li.categories{
			padding: 0;
		}
		.post-author-block .author-name > a,
		.post-author-block .author-published > span{
			color: #ababab;
		}
		.post-content .post-intro{
			font-weight: 100;
			font-size: 24px;
			line-height: 36px;
			text-transform: none;
			color: #696a6f;
		}
		.post-content .title{
			font-weight: 600;
			text-transform: uppercase;
			color: #84979d;
		}
		.post-content ul ul,
		.post-content ol ol{
			padding-left: 20px;
		}
		.post-quote{
			padding-left: 30px;
			border-left: 3px solid;
			font-style: italic;
			font-size: 16px;
			margin: 50px 0;
		}


/*
--------------------------------------------------------------------------------
	10. BOXED LAYOUT
--------------------------------------------------------------------------------
*/
body.ts-boxed-layout #wrapper{
	background: #FFF;
	overflow: hidden;
}
#wrapper:not(.container){
	overflow: hidden;
}
.ts-boxed-layout #footer{
	margin-left: -20px;
	margin-right: -20px;
}
#footer .ts-text-element a{
	color: inherit;
	text-decoration: underline;
}
@media only screen and (min-width: 960px){
	.ts-boxed-layout #main{
		padding-left: 0;
		padding-right: 0;
	}
	.ts-boxed-layout .site-section{
		padding-left: 60px;
		padding-right: 60px;
	}
	.ts-boxed-layout .ts-expanded-row{
		padding-left: 0;
		padding-right: 0;
	}
	.ts-boxed-layout #main.default-page,
	.ts-boxed-layout.single #main,
	.ts-boxed-layout.archive #main,
	.ts-boxed-layout.search #main,
	.ts-boxed-layout.single-ts_teams #content[role="main"] {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 60px;
		padding-right: 60px;
	}
	.ts-boxed-layout.single .post-related{
		margin-left: -60px;
		margin-right: -60px;
	}
	.ts-boxed-layout.single .post-related{
		padding-left: 60px;
		padding-right: 60px;
	}
	.ts-boxed-layout .single .post-related{
		padding-left: 60px;
		padding-right: 60px;
		margin-left: -60px;
		margin-right: -60px;
	}
	.ts-boxed-layout.page .ts-breadcrumbs{
		padding-left: 40px;
		padding-right: 40px;
	}
	.ts-boxed-layout #header > div[class*="col-"]{
		padding-left: 0;
		padding-right: 0;
	}
	.ts-boxed-layout.author .post-author-box{
		margin-left: 60px;
		margin-right: 60px;
	}
}
@media only screen and (max-width: 960px){
	.ts-boxed-layout .ts-expanded-row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.ts-boxed-layout header > [class*="col-"]{
		padding-left: 0;
		padding-right: 0;
	}
	.ts-boxed-layout #main{
		padding-left: 0;
		padding-right: 0;
	}
	.ts-boxed-layout.single #main{
		margin-left: -20px;
		margin-right: -20px;
	}
	.ts-boxed-layout.page .ts-breadcrumbs{
		margin-left: -20px;
		margin-right: -20px;
	}
	.ts-boxed-layout.single-ts_teams #content[role="main"]{
		margin-left: -20px;
		margin-right: -20px;
	}
}


/*
--------------------------------------------------------------------------------
	11. OTHERS
--------------------------------------------------------------------------------
*/
	/*
		11.1 Pagination
		*/
		.ts-pagination {
			margin: 0 0 30px 0;
		}
		.ts-pagination ul li{
			display: inline-block;
			padding: 0 15px;
			height: 30px;
			background: rgba(230,230,230,0.5);
			color: #444;
			line-height: 30px;
		}
		.ts-pagination ul .page-numbers{
			display: block;
			margin: 0 -15px;
			padding: 0 15px;
		}
		.ts-pagination-more{
			display: block;
			margin: 0 20px;
			color: #606975;
			text-align: center;
			font-size: 14px;
			clear: both;
			height: 50px;
			line-height: 50px;
			cursor: pointer;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
			position: relative;
			overflow: hidden;
			text-transform: uppercase;
			letter-spacing: 3px;
		}
		.ts-pagination-more span{
			display: inline-block;
			position: relative;
		}
		.ts-pagination-more > i{
			margin-right: 10px;
			display: inline-block;
			width: 35px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			border-radius: 50%;
			-webkit-transition: transform 1s ease;
			-o-transition: transform 1s ease;
			transition: transform 1s ease;
		}
		.ts-pagination-more > i:before{
			margin-left: 5px;
		}

		.ts-pagination-more:hover i{
			-webkit-transform: rotate(-360deg);
			-ms-transform: rotate(-360deg);
			-o-transform: rotate(-360deg);
			transform: rotate(-360deg);
		}



	/*
		11.2 Back to portfolio
		*/
		.back-to-portofolio{
			background: #f5f5f5;
			border-top: 5px solid #eb593c;
			border-bottom: 5px solid #eaeaea;
			font-size: 30px;
			line-height: 50px;
			text-align: center;
			padding:10px 0px;
			margin-bottom: 30px;
		}
		.back-to-portofolio a{
			background:  url(../images/back-icon.png) no-repeat 10px center;
			text-transform: uppercase;
			color: #3db3cc;
			font-family: 'Fira Sans', serif;
			font-weight: 200;
			display: block;
		}
		.back-to-portofolio a:hover{
			color: #333;
		}

	/*
		11.3 Facebook Modal
		*/
		#fb-root {
			display: none;
		}
		.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
			width: 100% !important;
		}
		.fb-like-box.fb_iframe_widget span iframe[style] {
			position: relative;
		}
		.ts-fb-modal.modal{
			overflow-y: auto;
			height: 100%;
		}
		.ts-fb-modal.modal.in .modal-dialog{
			position: relative;
			left: auto;
			max-width: 520px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			   -moz-transform: translateY(-50%);
			    -ms-transform: translateY(-50%);
			     -o-transform: translateY(-50%);
			        transform: translateY(-50%);
		}
		.ts-fb-modal .modal-body{
			overflow: hidden;
			padding: 0;
			margin-top: -1px;
		}
		.ts-fb-modal .modal-title{
			color: #fff;
			text-transform: lowercase;
			font-size: 22px;
		}
		.ts-fb-modal .modal-content {
			background: transparent;
			border: none;
			box-shadow: none;
		}
		.ts-fb-modal .modal-header .close,
		.ts-fb-modal .modal-footer .btn {
			color: #fff;
			right: 0;
			padding: 0;
			text-shadow: none;
			font-size: 22px;
		    position: absolute;
		    right: 20px;
		    top: 50%;
		    -webkit-transform: translateY(-50%);
		    	-ms-transform: translateY(-50%);
		    	 -o-transform: translateY(-50%);
		    	    transform: translateY(-50%);	
		    -webkit-transition: opacity .15s ease;
		    	 -o-transition: opacity .15s ease;
		    	    transition: opacity .15s ease;		
		}
		.ts-fb-modal .modal-footer {
			padding-top: 0;
		}
		.ts-fb-modal .modal-footer .btn:hover {
			background: transparent;
		}
		.ts-fb-modal .modal-header,
		.ts-fb-modal .modal-footer {
			border: none;
			padding-left: 0;
			padding-right: 0;
		}
		.ts-fb-modal .modal-header{
			padding: 15px;
			background: #3b5998;
		    text-align: left;
		    padding: 15px;
		    position: relative;
		}
		.ts-fb-modal .modal-footer button,
		.ts-fb-modal .sr-only {
			color: #fff;
		}
		.modal-backdrop.fade {
			opacity: 0;
			filter: alpha(opacity=0);
		}
		.modal-backdrop.fade.in {
			opacity: 0.5;
			filter: alpha(opacity=50);
		}

		/*  I already liked it  */
		
		.ts-fb-modal .modal-footer{
			margin-top: 5px;
			
		}

		.ts-fb-modal .already-liked{
			color: #fff;
			cursor: pointer;
		}


	/*
		11.4 Preloader
		*/
		.ts-page-loading{
			position: fixed;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			z-index: 1030;
		}
		.ts-page-loading .gate_top,
		.ts-page-loading .gate_bottom{
			position: absolute;
			width: 100%;
			height: 50%;
			background-color: rgba(255,255,255,0.98);
			left: 0;
			right: 0;
			-webkit-transition: top .8s ease-in-out, bottom .8s ease-in-out;
			-o-transition: top .8s ease-in-out, bottom .8s ease-in-out;
			transition: top .8s ease-in-out, bottom .8s ease-in-out;
		}
		.ts-page-loading .gate_top{
			top: 0;
		}
		.ts-page-loading .gate_bottom{
			bottom: 0;
		}
		.ts-page-loading.shown .gate_top{
			top: -100%;
		}
		.ts-page-loading.shown .gate_bottom{
			bottom: -100%;
		}
		#nprogress {
			pointer-events: none;
			-webkit-transition: opacity .5s ease-in-out;
			-o-transition: opacity .5s ease-in-out;
			transition: opacity .5s ease-in-out;
		}
		#nprogress .bar {
			position: fixed;
			z-index: 1031;
			top: 50%;
			left: 0;

			width: 100%;
			height: 2px;
			margin-top: -1px;
		}
		/* Fancy blur effect */
		#nprogress .peg {
			display: block;
			position: absolute;
			right: 0px;
			width: 100px;
			height: 100%;
			opacity: 1.0;

			-webkit-transform: rotate(3deg) translate(0px, -4px);
			-ms-transform: rotate(3deg) translate(0px, -4px);
			transform: rotate(3deg) translate(0px, -4px);
		}
		/* Remove these to get rid of the spinner */
		#nprogress .spinner {
			display: block;
			position: fixed;
			z-index: 1031;
			top: 50%;
			left: 50%;
			margin-top: -50px;
			margin-left: -16px;
		}
		#nprogress .spinner-icon {
			width: 32px;
			height: 32px;
			box-sizing: border-box;

			border: solid 2px transparent;
			border-radius: 50%;

			-webkit-animation: nprogress-spinner 400ms linear infinite;
			animation: nprogress-spinner 400ms linear infinite;
		}
	/*.nprogress-custom-parent {
		overflow: hidden;
		position: relative;
		}*/
	/*.nprogress-custom-parent #nprogress .spinner,
	.nprogress-custom-parent #nprogress .bar {
		position: absolute;
		}*/

		@-webkit-keyframes nprogress-spinner {
			0%   { -webkit-transform: rotate(0deg); }
			100% { -webkit-transform: rotate(360deg); }
		}
		@keyframes nprogress-spinner {
			0%   { transform: rotate(0deg); }
			100% { transform: rotate(360deg); }
		}
		#ts-loading-preload{
			z-index: 999;
			position: fixed;
			bottom: -100%;
			left: 50%;
			width: 200px;
			margin-left: -100px;
			text-align: center;
			padding-top: 20px;
			padding-bottom: 20px;
			background-color: #fff;
			box-shadow: 0 0 20px rgba(60,60,60,0.15);
			opacity: 0;
			-webkit-transition: bottom .8s ease-in-out, opacity .8s ease-in-out;
			-o-transition: bottom .8s ease-in-out, opacity .8s ease-in-out;
			transition: bottom .8s ease-in-out, opacity .8s ease-in-out;
		}
		#ts-loading-preload .preloader-center{
			width: 30px;
			height: 30px;
			position: relative;
			left: 50%;
			margin-left: -15px;
			background: url('../images/ajax-loader.gif') center center no-repeat;
			background-size: 80% 80%;
		}
		#ts-loading-preload > span{
			font-size: 14px;
		}
		#ts-loading-preload.shown{
			bottom: 30px;
			opacity: 1;
		}

	/*
		11.5 Delimiters
		*/
		.delimiter{
			position: relative;
			background: transparent;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.delimiter.dotsslash{
			height: 1px;
			background-color: transparent;
			border-bottom: 1px dashed;
			border-color: inherit;
			margin: 0 10px;
		}
		.delimiter.dotsslash:before, .delimiter.dotsslash:after{
			content: '//';
			display: inline-block;
			width: 10px;
			position: absolute;
			left: -10px;
			top: -5px;
			color: inherit;
			font-size: 11px;
			text-align: left;
		}
		.delimiter.dotsslash:after{
			left: auto;
			right: -10px;
			text-align: right;
		}
		.delimiter.doubleline{
			border-bottom: 4px double;
		}
		.delimiter.line{
			border-bottom: 1px solid;
		}
		.delimiter.gradient{
			height: 1px;
		}
		.delimiter.lines{
			width: 100%;
			height: 5px;
		}
		.delimiter.squares{
			width: 100%;
			height:4px;
		}
		.delimiter.iconed{
			text-align: center;
		}
		.delimiter.iconed:after{
			content: '';
			display: block;
			width: 100%;
			height: 1px;
			border: 1px solid;
			border-color: inherit;
			position: absolute;
			top: 50%;
			z-index: -1;
			margin-top: -3px;
		}
		.delimiter.iconed:before{
			font-size: 24px;
			color: #EB593C;
			padding: 0;
		}
		.delimiter.small-line {
			height: 1px;
			width: 100px;
		}

	/*
		11.6 404 Page
		*/
		.title-404{
			text-align: center;
			font-size: 64px;
			margin-top: 50px;
		}
		.title-404 i{
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
			filter: alpha(opacity=40);
			opacity: 0.4;
			margin-right: 20px;
		}
		.nothing-message{
			font-size: 24px;
			text-align: center;
			margin-bottom: 45px;
		}
		.search-404{
			width: 580px;
			max-width: 100%;
			margin: 0 auto;
		}

	/*
		11.7 ZoomIn
		*/
		.zoom-in-icon{
			position: absolute;
			display: block;
			width: 35px;
			height: 35px;
			line-height: 35px;
			color: #7c7c7c;
			background-color: #FFF;
			background-color: rgba(255,255,255,0.8);
			text-align: center;
			font-size: 12px;
			bottom: 20px;
			right: 20px;
			border-bottom: 2px solid rgba(60,60,60,0.1);
			z-index: 15;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			filter: alpha(opacity=50);
			opacity: 0.5;
			-webkit-transition: opacity .2s ease-out;
			-moz-transition: opacity .2s ease-out;
			-o-transition: opacity .2s ease-out;
			transition: opacity .2s ease-out;
		}
		.zoom-in-icon:hover{
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			opacity: 1;
			color: #7c7c7c;
		}

	/*
		11.8 Count Down
		*/
		.ts-big-countdown {
			padding: 22px;
			margin-bottom: 40px;
			text-align: center;
			text-transform: uppercase;
			border: 1px solid rgba(60,60,60,0.08);
		}

		.ts-big-countdown .countdown-title {
			margin: 20px 0 0;
			font-size: 24px;
		}

		.ts-big-countdown .time {
			font-size: 52px;
		}

		.ts-big-countdown .time-remaining {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		.ts-big-countdown li {
			display: inline-block;
			position: relative;
			margin-left: 75px;
		}
		.ts-big-countdown .countdown-icon-container{
			font-size: 16px;
			color: #7f7f7f;
		}
		.ts-big-countdown li:not(:last-child):after{
			content: '';
			display: block;
			width: 1px;
			height: 35px;
			background: rgba(60,60,60,0.1);
			position: absolute;
			right: -37px;
			top: 50%;
			margin-top: -17px;
		}
		.ts-big-countdown li:first-child{
			margin-left: 0;
		}
		.ts-big-countdown li:last-child > i{
			display: none;
		}

		.ts-big-countdown .time-remaining {
			display: inline-block;
		}

		.ts-big-countdown .time-remaining li span {
			font-size: 12px;
		}

		.ts-big-countdown li i {
			position: absolute;
			top: 25px;
			right: -25px;
			font-size: 10px;
			height: 7px;
			width: 7px;
		}

		.ts-small-countdown {
			text-align: center;
			display: block;
		}

		.ts-small-countdown .countdown-title {
			font-size: 13px;
			text-transform: uppercase;
		}
		.ts-small-countdown .countdown-title:before,
		.ts-small-countdown .countdown-title:after{
			content: "+";
			display: inline-block;
			color: #F8CABA;
		}
		.ts-small-countdown .countdown-title:before {
			margin-right: 10px;
		}
		.ts-small-countdown .countdown-title:after {
			margin-left: 10px;
		}

		.ts-small-countdown .time-remaining li {
			display: inline-block;
			float: left;
			list-style: none;
			background-color: #F3F3F3;
			margin-right: 10px;
			position: relative;
			padding-top: 18px;
			padding-bottom: 2px;
			color: black;
			min-width: 50px;
		}
		.ts-small-countdown .time-remaining {
			display: inline-block;
		}
		.ts-small-countdown .time-remaining li > div {
			font-size: 26px;
		}
		.ts-small-countdown .time-remaining li:last-of-type {
			margin-right: 0;
		}
		.ts-small-countdown .time-remaining li > span {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 18px;
			line-height: 18px;
			text-transform: uppercase;
			font-size: 11px;
		}
		.ts-small-countdown .time-remaining li > i {
			display: block;
			font-size: 11px;
			margin: -5px 0 5px;
		}
		.ts-small-countdown .ts-sep-wrap {
			display: none;
		}

	/*
		11.9 Audio Playlist
		*/
		body.videofly .wp-playlist.wp-playlist-light{
			background-color: transparent;
			color: inherit;
			border: 1px solid rgba(200,200,200,0.5);
			padding: 15px;
		}
		body.videofly .wp-playlist-light .wp-playlist-item{
			color: inherit;
		}
		body.videofly .wp-playlist-item .wp-playlist-caption{
			color: inherit;
		}
		body.videofly .wp-playlist-tracks .wp-playlist-item{
			margin: 0;
			border: 0 none;
			padding: 10px;
		}
		body.videofly .wp-playlist-light .wp-playlist-playing{
			background: #000;
			padding: 10px;
		}
		body.videofly .wp-playlist-item-length{
			top: 10px;
			right: 10px;
		}
		body.videofly .mejs-container .mejs-controls{
			background: #555;
		}
		body.videofly .mejs-container{
			margin-bottom: 20px;
		}
		body.videofly .mejs-controls .mejs-time-rail .mejs-time-loaded{
			background: #efefef;
		}
		.dark_facebook{
			float: left;
		}

	/*
		11.10 WooCommerce
		*/
		.price{
			position: relative;
			display: block;
		}
		.price del,
		.price ins,
		.price > .amount{
			display: inline-block;
			font-weight: bold;
			color: inherit;
			vertical-align: middle;
			text-decoration: none;
			margin-bottom: 20px;
		}
		.price > .amount{
			vertical-align: baseline;
		}
		.woocommerce #content div.product p.price del,
		.woocommerce #content div.product span.price del,
		.woocommerce div.product p.price del,
		.woocommerce div.product span.price del{
			text-decoration: line-through;
			font-size: 18px;
		}
		.woocommerce #content div.product p.price ins,
		.woocommerce #content div.product span.price ins,
		.woocommerce div.product p.price ins,
		.woocommerce div.product span.price ins{
			font-size: 32px;
		}
		.woocommerce #content div.product form.cart div.quantity,
		.woocommerce div.product form.cart div.quantity,
		.woocommerce-page #content div.product form.cart div.quantity,
		.woocommerce-page div.product form.cart div.quantity{
			margin-right: 20px;
		}
		.woocommerce #content .quantity,
		.woocommerce .quantity,
		.woocommerce-page #content .quantity,
		.woocommerce-page .quantity{
			width: auto;
		}
		.woocommerce #content div.product form.cart,
		.woocommerce div.product form.cart,
		.woocommerce-page #content div.product form.cart,
		.woocommerce-page div.product form.cart{
			margin-bottom: 60px;
		}

		.woocommerce #content .quantity .minus,
		.woocommerce .quantity .minus,
		.woocommerce-page #content .quantity .minus,
		.woocommerce-page .quantity .minus,
		.woocommerce #content .quantity .plus,
		.woocommerce .quantity .plus,
		.woocommerce-page #content .quantity .plus,
		.woocommerce-page .quantity .plus{
			position: absolute;
			width: 30px;
			height: 100%;
			display: block;
			background: inherit;
			color: inherit;
			font-size: 16px;
			text-align: center;
			border: 0;
			outline: 0;
			box-shadow: none;
			border-radius: 0;
			text-shadow: none;
		}
		.woocommerce #content .quantity .minus:hover,
		.woocommerce .quantity .minus:hover,
		.woocommerce-page #content .quantity .minus:hover,
		.woocommerce-page .quantity .minus:hover,
		.woocommerce #content .quantity .plus:hover,
		.woocommerce .quantity .plus:hover,
		.woocommerce-page #content .quantity .plus:hover,
		.woocommerce-page .quantity .plus:hover{
			background: inherit;
			color: inherit;
		}
		.woocommerce #content .quantity .minus,
		.woocommerce .quantity .minus,
		.woocommerce-page #content .quantity .minus,
		.woocommerce-page .quantity .minus{
			left: 0;
			top: 0;
		}
		.woocommerce #content .quantity .plus,
		.woocommerce .quantity .plus{
			right: 0;
			top: 0;
		}
		.woocommerce #content .quantity input.qty,
		.woocommerce .quantity input.qty,
		.woocommerce-page #content .quantity input.qty,
		.woocommerce-page .quantity input.qty{
			position: relative;
			width: 30px;
			display: block;
			margin-right: 10px;
			border: 0px none;
			border-radius: 0px;
			color: inherit;
			height: 30px;
			background-color: #fff;
		}
		input[type=number]::-webkit-inner-spin-button,
		input[type=number]::-webkit-outer-spin-button {
			-webkit-appearance: none;
			margin: 0;
		}
		.woocommerce #content div.product form.cart .variations select,
		.woocommerce div.product form.cart .variations select,
		.woocommerce-page #content div.product form.cart .variations select,
		.woocommerce-page div.product form.cart .variations select{
			padding: 2px 10px;
			vertical-align: middle;
			outline: 0;
			border: 1px solid #ededed;
			/*Line*/
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:after,
		.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after,
		.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a:after,
		.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a:after{
			content: "";
			display: block;
			position: relative;
			border-bottom: 2px solid;
		}
		.woocommerce .woocommerce-error:before,
		.woocommerce-page .woocommerce-error:before,
		.woocommerce .woocommerce-info:before,
		.woocommerce-page .woocommerce-info:before,
		.woocommerce .woocommerce-message:before,
		.woocommerce-page .woocommerce-message:before{
			font-size: 24px;
			line-height: 30px;
			left: 20px;
			margin: 0;
			padding: 0;
		}
		.woocommerce .woocommerce-error:before,
		.woocommerce-page .woocommerce-error:before,
		.woocommerce .woocommerce-info:before,
		.woocommerce-page .woocommerce-info:before,
		.woocommerce .woocommerce-message:before,
		.woocommerce-page .woocommerce-message:before{
			background-color: transparent;
			box-shadow: none;
		}
		.woocommerce .woocommerce-error,
		.woocommerce-page .woocommerce-error,
		.woocommerce .woocommerce-info,
		.woocommerce-page .woocommerce-info,
		.woocommerce .woocommerce-message,
		.woocommerce-page .woocommerce-message{
			border-width: 1px;
			border-style: solid;
			border-color: inherit;
			height: 80px;
			line-height: 80px;
			padding: 0 0 0 60px !important;
		}
		.woocommerce .woocommerce-error .button,
		.woocommerce .woocommerce-info .button,
		.woocommerce .woocommerce-message .button,
		.woocommerce-page .woocommerce-error .button,
		.woocommerce-page .woocommerce-info .button,
		.woocommerce-page .woocommerce-message .button{
			position: absolute;
			right: 15px;
			top: 20px;
		}
		.woocommerce .woocommerce-error,
		.woocommerce-page .woocommerce-error,
		.woocommerce .woocommerce-info,
		.woocommerce-page .woocommerce-info,
		.woocommerce .woocommerce-message,
		.woocommerce-page .woocommerce-message{
			box-shadow: none;
			background-color: #fff;
		}
		.woocommerce .woocommerce-error a,
		.woocommerce-page .woocommerce-error a,
		.woocommerce .woocommerce-info a,
		.woocommerce-page .woocommerce-info a,
		.woocommerce .woocommerce-message a,
		.woocommerce-page .woocommerce-message a,
		.woocommerce-account .woocommerce a{
			text-decoration: underline;
		}
		.woocommerce #content input.button,
		.woocommerce #respond input#submit,
		.woocommerce a.button,
		.woocommerce button.button,
		.woocommerce input.button,
		.woocommerce-page #content input.button,
		.woocommerce-page #respond input#submit,
		.woocommerce-page a.button,
		.woocommerce-page button.button,
		.woocommerce-page input.button{
			position: relative;
			height: 29px;
			line-height: 28px;
			padding: 0 20px;
			text-align: center;
			border-radius: 0;
			text-transform: uppercase;
			box-shadow: none;
			text-shadow: none;
			text-decoration: none;
			border: none;
			font-weight: 600;
			border: solid 2px;
		}
		.woocommerce #content input.button.alt,
		.woocommerce #respond input#submit.alt,
		.woocommerce a.button.alt,
		.woocommerce button.button.alt,
		.woocommerce input.button.alt,
		.woocommerce-page #content input.button.alt,
		.woocommerce-page #respond input#submit.alt,
		.woocommerce-page a.button.alt,
		.woocommerce-page button.button.alt,
		.woocommerce-page input.button.alt{
			background: inherit;
			border: none;
			color: inherit;
			text-shadow: none;
			box-shadow: none;
			border: 1px solid rgba(0,0,0,0.05);
		}
		.woocommerce .quantity .minus,
		.woocommerce .quantity .plus,
		.woocommerce #content input.button,
		.woocommerce #respond input#submit,
		.woocommerce a.button,
		.woocommerce button.button,
		.woocommerce input.button{
			-webkit-transition: all .3s ease-in-out;
			-moz-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.woocommerce #content input.button.alt:hover,
		.woocommerce #respond input#submit.alt:hover,
		.woocommerce a.button.alt:hover,
		.woocommerce button.button.alt:hover,
		.woocommerce input.button.alt:hover,
		.woocommerce-page #content input.button.alt:hover,
		.woocommerce-page #respond input#submit.alt:hover,
		.woocommerce-page a.button.alt:hover,
		.woocommerce-page button.button.alt:hover,
		.woocommerce-page input.button.alt:hover{
			background: inherit;
			text-shadow: none;
		}
		.woocommerce a.single_add_to_cart_button:before,
		.woocommerce button.single_add_to_cart_button:before,
		.woocommerce input.single_add_to_cart_button:before{
			content: '\e842';
			font-family: 'redfont';
			font-size: inherit;
			color: inherit;
			margin-right: 5px;
		}
		.woocommerce div.product form.cart .button.single_add_to_cart_button{
			border-radius: 25px;
			font-size: 12px;
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs,
		.woocommerce div.product .woocommerce-tabs ul.tabs{
			padding-left: 0px;
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
		.woocommerce div.product .woocommerce-tabs ul.tabs li {
			background: inherit;
			border: none;
			border-radius: 0;
			margin-right: 10px;
			box-shadow: none;
			padding: 0;
		}
		.woocommerce div.product .woocommerce-tabs ul.tabs li {
			margin-right: 5px;
		}
		.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab,
		.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
			background: transparent;
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
		.woocommerce div.product .woocommerce-tabs ul.tabs li a{
			display: inline-block;
			font-weight: 500;
			font-size: inherit;
			color: #fff;
			text-shadow: none;
			text-transform: uppercase;
			text-decoration: none;
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
		.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
			color: inherit;
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
		.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
			left: 0;
			border-radius: 0;
			border-width: 0px;
			box-shadow: none;
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
		.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
			display: none;
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
		.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
		.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
		.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
			display: none;
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs,
		.woocommerce div.product .woocommerce-tabs ul.tabs{
			list-style: none outside none;
			padding: 0px 0px 0px 5px;
			margin: 0px;
			overflow: hidden;
			position: relative;
		}
		.woocommerce #content div.product .woocommerce-tabs .panel,
		.woocommerce div.product .woocommerce-tabs .panel{
			background: transparent;
			border-radius: 0;
			border: none;
			box-shadow: none;
			padding: 0;
		}
		.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
		.woocommerce div.product .woocommerce-tabs ul.tabs:before{
			border-bottom: none;
		}
		.woocommerce span.onsale,
		.woocommerce-page span.onsale {
			position: absolute;
			top: 20px;
			left: 20px;
			padding: 0;
			width: 100px;
			height: 35px;
			z-index: 2;
			text-align: center;
			font-size: 14px;
			background: inherit;
			color: inherit;
			text-transform: uppercase;
			box-shadow: none;
			text-shadow: none;
			line-height: 45px;
			border-radius: 0;
			-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
		}
		.woocommerce span.onsale-after,
		.woocommerce-page span.onsale-after {
			top: -7px;
			left: 82px;
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			position: absolute;
			z-index: -1;
		}
		.woocommerce img {
			-moz-user-select: none;
		}
		#product-slider .flex-direction-nav a:before{
			font-size: 24px;
			margin-top: -20px;
		}
		#product-slider li img{
			border: 1px solid #f2f2f2;
		}
		.product-view span.onsale{
			width: 60px;
			height: 25px;
			line-height: 25px;
			min-height: 20px;
			min-width: 20px;
			font-size: 11px;
			top: 10px;
		}
		.product-view span.onsale-after{
			left: 52px;
		}
		.woocommerce #reviews h3,
		.woocommerce-page #reviews h3,
		.woocommerce-account .woocommerce h3,
		.woocommerce-account .woocommerce h2{
			/*margin-top: 30px;*/
			font-size: 28px;
		}

		/* Cart page elements style */
		.wc-forward a:after, .wc-forward:after {
			display: none;
		}
		.added_to_cart{
			position: absolute;
			left: 0;
			top: 35px;
			width: 100%;
		}
		.woocommerce #content table.cart td.actions .coupon .input-text,
		.woocommerce table.cart td.actions .coupon .input-text,
		.woocommerce-page #content table.cart td.actions .coupon .input-text,
		.woocommerce-page table.cart td.actions .coupon .input-text{
		    position: relative;
		    height: 29px;
		    line-height: 28px;
		    padding: 0 20px;
		    text-align: center;
		    border-radius: 0;
		    text-transform: uppercase;
		    box-shadow: none;
		    text-shadow: none;
		    text-decoration: none;
			border: 1px solid rgba(0,0,0,0.2);
			width:150px;

		}
		.woocommerce #content table.cart td .quantity,
		.woocommerce #content table.cart th .quantity,
		.woocommerce table.cart td .quantity,
		.woocommerce table.cart th .quantity,
		.woocommerce-page #content table.cart td .quantity,
		.woocommerce-page #content table.cart th .quantity,
		.woocommerce-page table.cart td .quantity,
		.woocommerce-page table.cart th .quantity{
			float: left;
		}
		.woocommerce .cart-collaterals .cart_totals h2,
		.woocommerce-page .cart-collaterals .cart_totals h2,
		.woocommerce .cart-collaterals .shipping_calculator h2,
		.woocommerce-page .cart-collaterals .shipping_calculator h2{
			font-size: 28px;
			margin-top: 0;
		}
		.woocommerce .cart-collaterals .cart_totals table tr td,
		.woocommerce-page .cart-collaterals .cart_totals table tr td{
			text-align: right;
		}
		.woocommerce .cart-collaterals .shipping_calculator,
		.woocommerce-page .cart-collaterals .shipping_calculator,
		.woocommerce .cart-collaterals .cart_totals,
		.woocommerce-page .cart-collaterals .cart_totals{
			float: left;
			width: 50%;
		}
		.woocommerce .cart-collaterals .cart_totals,
		.woocommerce-page .cart-collaterals .cart_totals{
			text-align: left;
			padding-right: 30px;
		}
		.woocommerce #content table.cart th,
		.woocommerce table.cart th,
		.woocommerce-page #content table.cart th,
		.woocommerce-page table.cart th{
			height: 45px;
			line-height: 45px;
		}
		.woocommerce #content table.cart a.remove,
		.woocommerce table.cart a.remove,
		.woocommerce-page #content table.cart a.remove,
		.woocommerce-page table.cart a.remove{
			width: 20px;
			height: 20px;
			line-height: 20px;
			text-align: center;
		}
		.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
		.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after{
			font-size: 16px;
		}
		@media only screen and (max-width: 767px){
			.woocommerce .cart-collaterals .shipping_calculator,
			.woocommerce-page .cart-collaterals .shipping_calculator,
			.woocommerce .cart-collaterals .cart_totals,
			.woocommerce-page .cart-collaterals .cart_totals{
				display: block;
				width: 100%;
				padding-right: 0;
				padding-left: 0;
			}
		}
		.woocommerce #payment div.payment_box,
		.woocommerce-page #payment div.payment_box{
			background: #fff;
			width: 100%;
		}

		/* Inputs */
		.woocommerce form .form-row input.input-text,
		.woocommerce-page form .form-row input.input-text{
			border: 1px solid rgba(0,0,0,0.3);
			height: 40px;
			padding: 0 25px;
		}
		.woocommerce form .form-row textarea,
		.woocommerce-page form .form-row textarea{
			border: 1px solid rgba(0,0,0,0.3);
			border-radius: 0;
			padding: 10px 25px;
			min-height: 100px;
			min-width: 75%;
		}
		.woocommerce .product-view article section .star-rating{
			margin-left: 10px;
			font-size: 11px;
			margin-top: 3px;
		    display: table;
		    margin: 15px auto 15px auto;			
		}
		.woocommerce .star-rating span, .woocommerce-page .star-rating span,
		.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating{
			font-size: 11px;
		}
		.related.products > h2{
			margin-bottom: 30px;
			text-align: center;
		}
		.woocommerce #content .product-view div.product .price del,
		.woocommerce #content .product-view div.product .price del,
		.woocommerce .product-view div.product .price del,
		.woocommerce .product-view div.product .price del,
		.woocommerce #content .product-view div.product .price ins,
		.woocommerce #content .product-view div.product .price ins,
		.woocommerce .product-view div.product .price ins,
		.woocommerce .product-view div.product .price ins,
		.woocommerce .product-view div.product .price > .amount{
			font-size: 16px;
			margin-bottom: 0;
		}
		.woocommerce #content .product-view div.product .price del,
		.woocommerce #content .product-view div.product .price del,
		.woocommerce .product-view div.product .price del,
		.woocommerce .product-view div.product .price del{
			font-size: 14px;
			font-weight: normal;
		}
		.woocommerce #content .product-view div.product .price ins,
		.woocommerce #content .product-view div.product .price ins,
		.woocommerce .product-view div.product .price ins,
		.woocommerce .product-view div.product .price ins{
			font-weight: 600;
			font-size: 16px;
		}

		.woocommerce .product-view div.product .price ins, .woocommerce .product-view div.product .price del {
			margin-bottom: -10px;
		}
		.woocommerce .product-view a.button.added:before,
		.woocommerce .product-view button.button.added:before,
		.woocommerce .product-view input.button.added:before{
			position: relative;
			top: 0;
			right: auto;
			margin-right: 10px;
		}
		.woocommerce #content input.button.nocontent:before,
		.woocommerce a.button.nocontent:before,
		.woocommerce button.button.nocontent:before,
		.woocommerce input.button.nocontent:before{
			content: '';
		}
		.product-view article .added_to_cart{
			font-size: 11px;
			left: 0;
			position: absolute;
			text-transform: uppercase;
			text-shadow: none;
			padding: 5px 0;
			color: inherit;
			bottom: -10px;
			top: auto;
		}
		.woocommerce .product-view a.button:hover:after, .woocommerce .product-view button.button:hover:after, .woocommerce .product-view input.button:hover:after{
			background-color: transparent !important;
		}		
		.woocommerce #content nav.woocommerce-pagination ul li a,
		.woocommerce #content nav.woocommerce-pagination ul li span,
		.woocommerce nav.woocommerce-pagination ul li a,
		.woocommerce nav.woocommerce-pagination ul li span,
		.woocommerce-page #content nav.woocommerce-pagination ul li a,
		.woocommerce-page #content nav.woocommerce-pagination ul li span,
		.woocommerce-page nav.woocommerce-pagination ul li a,
		.woocommerce-page nav.woocommerce-pagination ul li span{
			padding: 10px 15px;
		}
		.woocommerce #content p,
		.woocommerce-page p{
			margin-bottom: 20px;
			line-height: 1.8;
		}
		.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating{
			margin: 15px 0;
		}
		.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before{
			color: #FCB838;
		}
		.product_meta{
			display: block;
			color: #c5c5c5;
			border-bottom: 1px solid #f2f2f2;
			padding-bottom: 20px;
		}
		.product_meta > span{
			display: block;
			margin-bottom: 10px;
			font-size: 12px;
		}
		.product_meta > span:last-child{
			margin-bottom: 0;
		}
		.product_meta a{
			color: inherit;
		}
		.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a{
			font-size: 16px;
		}
		.woocommerce ul.cart_list li .reviewer, .woocommerce ul.product_list_widget li .reviewer, .woocommerce-page ul.cart_list li .reviewer, .woocommerce-page ul.product_list_widget li .reviewer{
			padding-top: 5px;
			font-size: 11px;
			color: #777;
			display: block;
		}
		.woocommerce #reviews h3{
			margin-bottom: 20px;
			margin-top: 50px;
		}
		.woocommerce ul.cart_list li del, .woocommerce ul.product_list_widget li del, .woocommerce-page ul.cart_list li del, .woocommerce-page ul.product_list_widget li del,
		.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li ins, .woocommerce-page ul.product_list_widget li ins,
		.woocommerce ul.cart_list li .amount, .woocommerce ul.product_list_widget li .amount, .woocommerce-page ul.cart_list li .amount, .woocommerce-page ul.product_list_widget li .amount{
			padding-top: 5px;
			font-size: 12px;
			display: inline-block;
		}
		.shop-archive-title{
			margin-top: 0;
			margin-bottom: 30px;
		}
		.woocommerce #content .woocommerce-result-count{
			padding: 2px 15px;
			border: 1px solid;
			border-radius: 5px;
			font-size: 12px;
		}
		.woocommerce .woocommerce-ordering select,
		.woocommerce .woocommerce-result-count select,
		.woocommerce-page .woocommerce-ordering select,
		.woocommerce-page .woocommerce-result-count select{
			padding: 3px 10px;
		}
		.woocommerce .woocommerce-breadcrumb{
			margin: 0 -20px 30px -20px;
		}
		@media only screen and (min-width: 768px){
			.shop-archive-title{
				float: left;
			}
			.woocommerce #content .woocommerce-result-count{
				float: left;
				display: inline;
				margin-top: 25px;
				margin-bottom: 0;
				margin-left: 20px;
			}
			.woocommerce .woocommerce-ordering,
			.woocommerce .woocommerce-result-count,
			.woocommerce-page .woocommerce-ordering,
			.woocommerce-page .woocommerce-result-count{
				margin-top: 25px;
			}
		}
		.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
		.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
			background-image: none;
			background: inherit;
			border-radius: 50%;
			width: 10px;
			height: 10px;
		}
		.woocommerce .widget_price_filter .ui-slider-horizontal,
		.woocommerce-page .widget_price_filter .ui-slider-horizontal{
			height: 5px;
		}
		.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child{
			margin-left: -5px;
		}
		.woocommerce ul.cart_list li img,
		.woocommerce ul.product_list_widget li img,
		.woocommerce-page ul.cart_list li img,
		.woocommerce-page ul.product_list_widget li img{
			width: 50px;
		}
		.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
		.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
		.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
		.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
			background-image: none;
			box-shadow: none;
		}
		.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
		.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
			top: -3px;
			border: 1px solid rgba(60, 60, 60, 0.3);
		}
		.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
		.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{
			background-color: #ededed;
			border-radius: 5px;
			background-image: none;
		}
		.woocommerce #content div.product div.images img, .woocommerce div.product div.images img,
		.woocommerce-page #content div.product div.images img,
		.woocommerce-page div.product div.images img{
			box-shadow: none;
		}
		.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
		    display: inline-block;
		    text-align: center;
		    margin-bottom: 1em;
		    font-size: 1.25em;
		    height: 50px;
		    line-height: 50px;	
		    padding:0 20px;		
		}

	/*
		11.11 Back to TOP
		*/
		#ts-back-to-top{
			position: fixed;
			bottom: -100px;
			right: 30px;
			border: none;
			box-shadow: none;
			background-color: #fff;
			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
			text-align: center;
			display: block;
			width: 50px;
			height: 50px;
			line-height: 50px;
			opacity: 0.85;
			outline: 0;
			z-index: 999;
			-webkit-transition: opacity .2s ease-in-out;
			-o-transition: opacity .2s ease-in-out;
			transition: opacity .2s ease-in-out;
		}
		#ts-back-to-top:hover,
		#ts-back-to-top:active,
		#ts-back-to-top:focus{
			opacity: 1;
			outline: 0;
			padding: 0;
			margin: 0;
		}
		#ts-back-to-top .icon-up{
			display: block;
			font-size: 16px;
		}
		#ts-back-to-top span{
			display: none;
		}
		@media only screen and (max-width: 768px){
			#ts-back-to-top{
				display: none;
			}
		}

	/*
		11.12 MailChimp Widdget
		*/
		.mc4wp-form{
			position: relative;
		}
		.mc4wp-form input[type="email"],
		.mc4wp-form input[type="text"],
		#mc4wp_email{
			display: block;
			border: none;
			box-shadow: none;
			width: 100%;
			padding: 10px 15px;
			font-style: italic;
			font-size: 14px;
			height: 35px;
			line-height: 35px;
			border: 1px solid rgba(200,200,200,0.4);
			border-radius: 25px;
			outline:none;
			background-color: transparent;
			-webkit-transition: border .3s ease-in-out;
			-o-transition: border .3s ease-in-out;
			transition: border .3s ease-in-out;
			color: inherit;
		}
		.mc4wp-form input[type="submit"]{
			display: block;
			position: relative;
			width: 100%;
			height: 35px;
			line-height: 35px;
			text-align: center;
			text-transform: uppercase;
			border-radius: 25px;
			border: none;
			box-shadow: none;
			-webkit-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
		}

	/*
		11.13 Fancybox Styles
		*/
		/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
		.fancybox-wrap,
		.fancybox-skin,
		.fancybox-outer,
		.fancybox-inner,
		.fancybox-image,
		.fancybox-wrap iframe,
		.fancybox-wrap object,
		.fancybox-nav,
		.fancybox-nav span,
		.fancybox-tmp
		{
			padding: 0;
			margin: 0;
			border: 0;
			outline: none;
			vertical-align: top;
		}
		.fancybox-wrap {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 8020;
		}
		.fancybox-skin {
			position: relative;
			background: #f9f9f9;
			color: #444;
			text-shadow: none;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		.fancybox-opened {
			z-index: 8030;
		}
		.fancybox-opened .fancybox-skin {
			-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		}
		.fancybox-outer, .fancybox-inner {
			position: relative;
		}
		.fancybox-inner {
			overflow: hidden;
		}
		.fancybox-type-iframe .fancybox-inner {
			-webkit-overflow-scrolling: touch;
		}
		.fancybox-error {
			color: #444;
			font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
			margin: 0;
			padding: 15px;
			white-space: nowrap;
		}
		.fancybox-image, .fancybox-iframe {
			display: block;
			width: 100%;
			height: 100%;
		}
		.fancybox-image {
			max-width: 100%;
			max-height: 100%;
		}
		#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
			background-image: url('../images/fancybox/fancybox_sprite.png');
		}
		#fancybox-loading {
			position: fixed;
			top: 50%;
			left: 50%;
			margin-top: -22px;
			margin-left: -22px;
			background-position: 0 -108px;
			opacity: 0.8;
			cursor: pointer;
			z-index: 8060;
		}
		#fancybox-loading div {
			width: 44px;
			height: 44px;
			background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
		}
		.fancybox-close {
			position: absolute;
			top: -18px;
			right: -18px;
			width: 36px;
			height: 36px;
			cursor: pointer;
			z-index: 8040;
		}
		.fancybox-nav {
			position: absolute;
			top: 50%;
			width: 50px;
			height: 50px;
			display: inline-block;
			cursor: pointer;
			text-decoration: none;
			background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
			-webkit-tap-highlight-color: rgba(0,0,0,0);
			z-index: 8040;
			-webkit-transform: translatey(-50%);
			-ms-transform: translatey(-50%);
			-o-transform: translatey(-50%);
			transform: translatey(-50%);
		}
		.fancybox-prev {
			left: 0;
		}
		.fancybox-next {
			right: 0;
		}
		.fancybox-nav span {
			position: absolute;
			top: 50%;
			width: 36px;
			height: 34px;
			margin-top: -18px;
			cursor: pointer;
			z-index: 8040;
			visibility: hidden;
			opacity: .4;
			-webkit-transition: .25s ease;
			     -o-transition: .25s ease;
			        transition: .25s ease;
		}
		.fancybox-prev span {
			left: 10px;
			background-position: 0 -36px;
		}
		.fancybox-next span {
			right: 10px;
			background-position: 0 -72px;
		}
		.fancybox-nav:hover span {
			opacity: 1;
		}
		.fancybox-outer:hover .fancybox-nav span {
			visibility: visible;
		}
		.fancybox-tmp {
			position: absolute;
			top: -99999px;
			left: -99999px;
			visibility: hidden;
			max-width: 99999px;
			max-height: 99999px;
			overflow: visible !important;
		}

		/* Overlay helper */
		.fancybox-lock {
			overflow: hidden !important;
			width: auto;
		}
		.fancybox-lock body {
			overflow: hidden !important;
		}
		.fancybox-lock-test {
			overflow-y: hidden !important;
		}
		.fancybox-overlay {
			position: absolute;
			top: 0;
			left: 0;
			overflow: hidden;
			display: none;
			z-index: 8010;
			background: url('../images/fancybox/fancybox_overlay.png');
		}
		.fancybox-overlay-fixed {
			position: fixed;
			bottom: 0;
			right: 0;
		}
		.fancybox-lock .fancybox-overlay {
			overflow: auto;
			overflow-y: scroll;
		}

		/* Title helper */
		.fancybox-title {
			visibility: hidden;
			font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
			position: relative;
			text-shadow: none;
			z-index: 8050;
		}
		.fancybox-opened .fancybox-title {
			visibility: visible;
		}
		.fancybox-title-float-wrap {
			position: absolute;
			bottom: 0;
			right: 50%;
			margin-bottom: -35px;
			z-index: 8050;
			text-align: center;
		}
		.fancybox-title-float-wrap .child {
			display: inline-block;
			margin-right: -100%;
			padding: 2px 20px;
			background: transparent; /* Fallback for web browsers that doesn't support RGBa */
			background: rgba(0, 0, 0, 0.8);
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			text-shadow: 0 1px 2px #222;
			color: #FFF;
			font-weight: bold;
			line-height: 24px;
			white-space: nowrap;
		}
		.fancybox-title-outside-wrap {
			position: relative;
			margin-top: 10px;
			color: #fff;
		}
		.fancybox-title-inside-wrap {
			padding-top: 10px;
		}
		.fancybox-title-over-wrap {
			position: absolute;
			bottom: 0;
			left: 0;
			color: #fff;
			padding: 10px;
			background: #000;
			background: rgba(0, 0, 0, .8);
		}
		/*Retina graphics!*/
		@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min--moz-device-pixel-ratio: 1.5),
		only screen and (min-device-pixel-ratio: 1.5){

			#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
				background-image: url('../images/fancybox/fancybox_sprite@2x.png');
				background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
			}

			#fancybox-loading div {
				background-image: url('../images/fancybox/fancybox_loading@2x.gif');
				background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
			}
		}
		#fancybox-thumbs {
			position: fixed;
			left: 0;
			width: 100%;
			overflow: hidden;
			z-index: 8050;
		}
		#fancybox-thumbs.bottom {
			bottom: 2px;
		}
		#fancybox-thumbs.top {
			top: 2px;
		}
		#fancybox-thumbs ul {
			position: relative;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		#fancybox-thumbs ul li {
			float: left;
			padding: 1px;
			opacity: 0.5;
		}
		#fancybox-thumbs ul li.active {
			opacity: 0.75;
			padding: 0;
			border: 1px solid #fff;
		}
		#fancybox-thumbs ul li:hover {
			opacity: 1;
		}
		#fancybox-thumbs ul li a {
			display: block;
			position: relative;
			overflow: hidden;
			border: 1px solid #222;
			background: #111;
			outline: none;
		}
		#fancybox-thumbs ul li img {
			display: block;
			position: relative;
			border: 0;
			padding: 0;
			max-width: none;
		}

		@media only screen and (max-width: 768px) and (orientation: landscape){
			.fancybox-overlay.fancybox-overlay-fixed{
				max-width: 100% !important;
				max-height: 100% !important;
				margin: auto;
				background: none;
				/*position: absolute;*/
			}			
		}

				
/* 11.14  Like/Dislike styles*/

.entry-likes a{
	margin-left: 5px;
}
li.entry-likes a,
li.entry-likes a span,
li.entry-likes a span:before{
	opacity: .7;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.entry-likes a span :before{
	margin-right: 5px;
}
.entry-likes a:hover{
	opacity: 1;
}

.entry-likes a.active{
	opacity: 1;
}

.ts-single-video .ts-video-footer .entry-likes a,
.ts-single-video .ts-video-footer .entry-likes a span,
.ts-single-video .ts-video-footer .entry-likes a span:before{
	color: inherit;
}
.ts-single-video .ts-video-footer .entry-likes a,
.ts-single-video .ts-video-footer .entry-likes a span,
.ts-single-video .ts-video-footer .entry-likes a span:before{
	opacity: 1;
}

.ts-single-video .ts-video-footer .entry-likes:hover a,
.ts-single-video .ts-video-footer .entry-likes:hover a span,
.ts-single-video .ts-video-footer .entry-likes:hover a span:before{
	opacity: .9;
}

.entry-likes a span:before{
	font-size: 14px;
}

.ts-single-video .ts-video-footer .entry-likes a.active,
.ts-single-video .ts-video-footer .entry-likes a.active span,
.ts-single-video .ts-video-footer .entry-likes a.active span:before{
	opacity: .7;
}

.vdf-like-text{
	margin-left: 5px;
}

/*11.15 Captcha*/
.ts-captcha-container .ts-container-img-captcha{
	width: 80px;
	height: 30px;
	clear: both;
}
.ts-captcha-container{
	display: inline;
}
.ts-captcha-container .ts-regenerate-captcha{
	cursor: pointer;
	font-size: 14px;
	-webkit-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;

}
.ts-captcha-container .ts-regenerate-captcha:hover{
	opacity: .7;

}


.user-settings-page .ts-captcha-container input[type="text"]{
	clear: both;
	display: block;
	width: 100%;
	margin-top: 5px;
	height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.user-settings-page  #ts-btn-update-user{
	margin-bottom: 30px;
}


/*
--------------------------------------------------------------------------------
	12. HEADER
--------------------------------------------------------------------------------
*/
	/*
		12.1 Left
		*/
		@media only screen and (min-width: 960px){
			#wrapper[data-header-align="left"] #header{
				position: fixed;
				left: 0;
				top: 0;
				width: 400px;
				height: 100%;
				z-index: 10;
				background-color: #fff;
				margin-left: 0;
				margin-right: 0;
				padding-top: 30px;
				padding-bottom: 30px;
			}
			#wrapper[data-header-align="left"] .ts-breadcrumbs,
			#wrapper[data-header-align="left"] #main,
			#wrapper[data-header-align="left"] #footer{
				margin-left: 380px;
			}
			.single #wrapper[data-header-align="left"] .ts-breadcrumbs{
				margin-left: auto;
			}
			#wrapper[data-header-align="left"] #header div[class*="col-"]{
				width: 100%;
			}
			#wrapper[data-header-align="left"] #header .main-menu > li,
			#wrapper[data-header-align="left"] #header .main-menu .sub-menu{
				width: 100%;
			}
			#wrapper[data-header-align="left"] #header .ts-mega-menu .main-menu .sub-menu ul{
				margin-left: 100%;
			}
		}

	/*
		12.2 Right
		*/
		@media only screen and (min-width: 960px){
			#wrapper[data-header-align="right"] #header{
				position: fixed;
				right: 0;
				top: 0;
				width: 400px;
				height: 100%;
				z-index: 10;
				background-color: #fff;
				margin-right: 0;
				margin-right: 0;
				padding-top: 30px;
				padding-bottom: 30px;
			}
			#wrapper[data-header-align="right"] .ts-breadcrumbs,
			#wrapper[data-header-align="right"] #main,
			#wrapper[data-header-align="right"] #footer{
				margin-right: 380px;
			}
			.single #wrapper[data-header-align="right"] .ts-breadcrumbs{
				margin-right: auto;
			}
			#wrapper[data-header-align="right"] #header div[class*="col-"]{
				width: 100%;
			}
			#wrapper[data-header-align="right"] #header .main-menu > li,
			#wrapper[data-header-align="right"] #header .main-menu .sub-menu{
				width: 100%;
			}
			#wrapper[data-header-align="right"] #header .ts-mega-menu .main-menu .sub-menu ul{
				margin-right: 100%;
			}
		}
	/*
		13.0 User page
		*/

	.user-profile-page .edit-post-link{
		position: absolute;
		margin-top: 5px;
	}

	.user-profile-page .user-avatar,
	.user-profile-page .user-info{
		display: inline-block;
	}
	.user-profile-page .user-info .videos-count{
		font-size: 14px;
		color: #333;
		vertical-align: middle;
		margin-left: 10px;
		text-transform: lowercase;
	}

	.user-profile-page .user-meta{
		margin-bottom: 15px;
	}
	.user-profile-page .user-avatar img{
		max-width: 100%;
		border-radius: 100%;
	}

	.user-profile-page .ts-user-content-header{
		margin-bottom: 40px;
	}

	.user-profile-page .user-info ul{
		list-style: none;
		padding: 0;
		margin:0;
	}

	/*tabs*/
	.user-profile-page .user-tabs{
		margin-bottom: 30px;
		border-bottom: 0;
	}
	.user-profile-page .user-tabs li{
		margin-right: 10px;
		border-radius: 25px;

	}
	.user-profile-page .user-tabs li.active a{
		border-radius: 25px;
	}

	.user-profile-page .user-tabs li a,
	.user-tabs.nav-tabs > li.active > a, 
	.user-tabs.nav-tabs > li.active > a:hover,
	.user-tabs.nav-tabs > li.active > a:focus,
	.user-tabs.nav-tabs > li a:hover,
	.user-tabs.nav-tabs > li a:focus{
	    display: inline-block;
	    height: 25px;
	    line-height: 25px;
	    padding: 0 25px;
	    border:none;	
	    border-radius:25px;	
		-webkit-transition: background-color .25s linear, color .25s linear;
		-o-transition: background-color .25s linear, color .25s linear;
		transition: background-color .25s linear, color .25s linear;	    
	}

	/*playlist tab*/
	.user-profile-page .vdf-playlist-item{
		border-top: 1px solid rgba(1,1,1, .1);
		padding-top: 20px;
	}
	.user-profile-page .vdf-playlist-item > header{
		margin-bottom: 20px;
	}
	.user-profile-page .vdf-playlist-item h4{
		display: inline;
	}
	.user-profile-page .vdf-video-item {
		margin-bottom: 20px;
		position: relative;
	}
	.user-profile-page .vdf-video-item .entry-title{
		margin-bottom: 10px;
	}
	.user-profile-page .vdf-video-item .entry-title a,
	.user-profile-page .vdf-video-item .author{
		color: #fff;
		-webkit-transition: opacity .25s linear;
		-o-transition: opacity .25s linear;
		transition: opacity .25s linear;
	}
	.user-profile-page .vdf-video-item .entry-title a:hover,
	.user-profile-page .vdf-video-item .author:hover{
		color:#fff;
		opacity: .8;
	}	
	.user-profile-page .vdf-playlist-item header > button{
	    display: inline-block;
	    margin-left: 10px;
	    height: 35px;
	    width: 35px;
	    border-radius: 35px;
	    line-height: 35px;
	    border: 1px solid rgba(44, 44, 44, .1);
	    padding:0 !important;
	    -webkit-transition: opacity .22s ease;
	    -o-transition: opacity .22s ease;
	    transition: opacity .22s ease;
	}
	.user-profile-page .vdf-playlist-item header > button:hover{
		opacity: .7;
	}
	.user-profile-page .vdf-video-item section{
		padding: 15px;
	}
	.user-profile-page .edit-post-link,
	.user-profile-page .vdf-video-item .vdf-remove-fromplaylist,
	.user-profile-page #buddypress article button{
	    position: absolute;
	    right: 5px;
	    top: 5px;
	    display: inline-block;
	    border: none !important;
	    height: 20px;
	    font-size: 12px;
	    padding: 0 15px;
	    line-height: 19px;
	    border-radius: 40px;
	    opacity: 0;
	    z-index: 9;
	    -webkit-transition: opacity .3s linear;
	    -o-transition: opacity .3s linear;
	    transition: opacity .3s linear
	}

	.user-profile-page .vdf-video-item img{
		width: 100%;
	}
	.user-profile-page article:hover  > .edit-post-link,
	.user-profile-page .vdf-video-item:hover > .vdf-remove-fromplaylist,
	.user-profile-page #buddypress article:hover button{
		opacity: 1;
	}
	/* Buddypress styles */
	#buddypress div.item-list-tabs ul li a span{
		border-radius: 100%;
		-webkit-transition: .25s ease;
		-o-transition: .25s ease;
		transition: .25s ease;
	}
	#buddypress div.item-list-tabs ul li a:hover span{
		opacity: .75;
	}

	#buddypress form.standard-form{
		max-width: 70%;
	}
	#buddypress form.standard-form input{
		display: block;
		width: 100%;
	}
	#buddypress a.follow{
	    font-size: 10px;
	    vertical-align: middle;
	    padding: 0 15px;
	    height: 20px;
	    line-height: 20px;
	    border-radius: 15px;
	    display: inline-block;
	}

	.ts-create-playlist{
		max-width: 400px;
		margin: 20px 0;
	}

	.ts-create-playlist .vdf-save-playlist{
		height: 30px;
	    line-height: 30px;
	    display: inline-block;
	    cursor: pointer;
	    margin-bottom: 5px;
	    padding:0  25px!important;
	    border:none;
	}
	.ts-create-playlist .ts-form-toggle{
		cursor: pointer;
		display: inline-block;
		margin-bottom: 5px;
	}
	.ts-create-playlist .ts-form-toggle span{
	    height: 35px;
	    width: 35px;
	    line-height: 35px;
	    text-align: center;
	    display: inline-block;
	    border-radius: 35px;
	    margin-right: 5px;	
	    -webkit-transition: opacity .22s ease;
	    	-o-transition: opacity .22s ease;
	    	transition: opacity .22s ease;	
	}
	.ts-create-playlist .ts-form-toggle:hover span{
		opacity: .8;
	}
	.ts-create-playlist .ts-new-playlist{
		display: none;
		position: relative;
	    -webkit-transition: .25s ease;
	    -o-transition: .25s ease;
	    transition: .25s ease;
	}
	.ts-create-playlist input[type="text"]{
	    display: inline-block;
	    width: 100%;
	    height: 35px;
	    line-height: 35px;
		border-radius: 35px;
	    border: 1px solid rgba(1, 1, 1, .14);
	    margin: 0;
	    outline: none;
	    padding: 0 15px;	    	
	}
	.ts-create-playlist .vdf-save-playlist{
	    margin-bottom: 0;
	    padding: 0 !important;
	    height: 40px;
	    line-height: 40px;
	    width: 40px;
	    position: absolute;
	    right: 0px;
	    border-radius: 40px;
	    top: -2px;
	    outline: none;
	
	}

	.ts-create-playlist .vdf-response{
		margin-top: 5px;
	}










/*
----------------------------------------------------------------------------------------------------------------------
== malihu jquery custom scrollbar plugin ==
Version: 3.0.2
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
		*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
outline: none;
direction: ltr;
}

.mCSB_container{ /* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container{ margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 30px; /* minimum dragger height */
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: rgba(0, 0, 0, 0.75);
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-right: 0;
	margin-bottom: 15px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
	width: 30px; /* minimum dragger width */
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
	height: 12px; /* auto-expanded scrollbar */
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
	height: 8px; /* auto-expanded scrollbar */
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper{
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container{
	padding-right: 30px;
	padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{
	padding-right: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{
	padding-bottom: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
	margin-right: 0; /* non-visible scrollbar */
	margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
	margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
	margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
	opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
	margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
	margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
	opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
	margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
	margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
	opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s,
	margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
	margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
	opacity .2s ease-in-out, background-color .2s ease-in-out;
}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

	/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

	/* ---------------------------------------- */

/*!
 * Fotorama 4.6.3 | http://fotorama.io/license/
 */
 .fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../images/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}



 /* Slider Styles */
 body.single-ts-gallery .single_gallery7 .ts-lazy-gallery {
 	margin-left: -20px;
 	margin-right: -20px;
 }
 .ts-lazy-gallery {
 	position: relative;
 	overflow: hidden;
 	margin-bottom: 40px;
 }

 .ts-lazy-gallery img {
 	width: 100%;
 	display: block;
 }

 .ts-lazy-gallery .ts-slides li {
 	display: block;
 	float: left;
 	clear: both;
 }

 .ts-lazy-gallery .ts-thumbnail,
 .ts-lazy-gallery .ts-slide {
 	background-image: url('../images/ajax-loader.gif');
 	background-repeat: no-repeat;
 	background-size: 32px 32px;
 	background-position: center;
 }
 .ts-lazy-gallery .ts-thumbnail{
 	cursor: pointer;
 	position: relative;
 }

 .ts-lazy-gallery .slides-container .ts-slides {
 	position: relative;
 }

 .ts-lazy-gallery .preview-container {
 	position: absolute;
 	top: 0;
 	left: 100px;
 	height: 100%;
 	min-width: 100px;
 	z-index: 1;
 }

 .ts-lazy-gallery .ts-thumbnails {
 	top: 0;
 	position: relative;
 	/* Not required*/
 	1transition: all 1s ease;
 	opacity: 0.2;
 }
 .ts-lazy-gallery:hover .ts-thumbnails {
 	opacity: 1;
 }


 /* Scrollbar styles */
 .ts-lazy-gallery .ts-scrollbar {
 	background-color:rgba(192,192,192,0.3);
 	width: 1px;
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	left: -20px;
 	z-index: 2;
 }

 .ts-lazy-gallery .ts-scrollbar .ts-thumb {
 	height: 30px;
 	background-color: #FFF;
 	position: relative;
 	top: 0;
 	border-radius: 3px;
 	width: 5px;
 	margin-left: -2px;
 }

 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail .ts-content {
 	position: absolute;
 	left: 125%;
 	color: #FFF;
 	text-shadow: 0 0 5px rgba(20,20,20,0.8);
 	width: 450px;
 	opacity: 0;
 	-webkit-transition: opacity 0.4s ease-out .5s;
 	-moz-transition: opacity 0.4s ease-out .5s;
 	transition: opacity 0.4s ease-out .5s;
 }
 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail .ts-content .entry-excerpt{
 	color: #FFF;
 	opacity: 0.8;
 }
 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail .ts-content .entry-controls{
 	display: block;
 	margin-top: 15px;
 }
 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail .ts-content .entry-controls > li{
 	display: inline-block;
 	margin-right: 10px;
 }
 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail .ts-content .entry-controls > li a{
 	display: block;
 	width: 30px;
 	height: 30px;
 	line-height: 29px;
 	border: 1px solid rgba(230,230,230,0.3);
 	text-align: center;
 	font-size: 12px;
 	border-radius: 50%;
 	-webkit-transition: border-color 0.2s ease-out;
 	-moz-transition: border-color 0.2s ease-out;
 	transition: border-color 0.2s ease-out;
 }
 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail .ts-content .entry-controls::before {
 	background: #FFF;
 	content: '';
 	display: block;
 	height: 2px;
 	margin-bottom: 30px;
 	width: 50px;
 }
 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail .ts-content .entry-controls > li a:hover{
 	border: 1px solid rgba(230,230,230,0.8);
 }
 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail .ts-content a,
 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail .ts-content a:hover{
 	color: inherit;
 }
 .single-ts-gallery .ts-lazy-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(1),
 .ts-gallery-element .ts-lazy-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(1){
 	-webkit-transform: translate(2.7em, -1em);
 	transform: translate(2.7em, -1em);
 	-webkit-transition-delay: 0s;
 	transition-delay: 0s;
 }
 .single-ts-gallery .ts-lazy-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(2),
 .ts-gallery-element .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(2){
 	-webkit-transform: translate(2.5em, 2em);
 	transform: translate(2.5em, 2em);
 	-webkit-transition-delay: 0.1s;
 	transition-delay: 0.1s;
 }
 .single-ts-gallery .ts-lazy-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(3),
 .ts-gallery-element .ts-lazy-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(3){
 	-webkit-transform: translate(1.5em, 4.5em);
 	transform: translate(1.5em, 4.5em);
 	-webkit-transition-delay: 0.2s;
 	transition-delay: 0.2s;
 }
 .ts-lazy-gallery .ts-thumbnails .active:after {
 	content: '';
 	display: block;
 	position: absolute;
 	right: 0;
 	width: 3px;
 	height: 100%;
 	background: #FFF;
 	top: 0;
 }
 .ts-lazy-gallery .preview-container .ts-thumbnails .ts-thumbnail.active .ts-content{
 	display: block;
 	opacity: 1;
 }
 .ts-lazy-gallery .preview-container .ts-content h3{
 	font-size: 24px;
 	text-transform: uppercase;
 	margin: 10px 0 5px 0;
 }
 .ts-lazy-gallery .ts-scrollbar .ts-counter{
 	position: absolute;
 	right: 20px;
 	font-size: 11px;
 	width: 80px;
 	top: 7px;
 	color: #FFF;
 	text-shadow: 0 0 2px rgba(20,20,20,0.9);
 	text-align: right;
 }
 .ts-lazy-gallery .ts-scrollbar .ts-counter .ts-current{
 	font-weight: bold;
 }
 .ts-lazy-gallery .ts-scrollbar .ts-counter .ts-total{
 	opacity: 0.5;
 }

 /* Motion blur gallery */

 .gallery {
 	width: 100%;
 	overflow: hidden;
 	position: relative;
 	margin: 1em 0 2.5em;
 }

 .gallery-pictures {
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	background: transparent;
 	cursor: -webkit-grab;
 	-webkit-transform: rotateY(0);
 	white-space: nowrap;
 	font-size: 0;
 }

 .gallery-picture {
 	width: 850px;
 	margin-right: 70px;
 	display: inline-block;
 	-webkit-transform: rotateY(0);
 	transform: rotateY(0);
 	text-align: center;
 }

 .gallery-pagination {
 	text-align: center;
 	font-size: 0;
 	margin-top: 30px;
 }

 .gallery-pagination-dot {
 	background: #ccc;
 	border-radius: 50%;
 	width: 10px;
 	height: 10px;
 	border: none;
 	margin: 0 7px;
 	-webkit-transition: background 0.3s;
 	transition: background 0.3s;
 	display: inline-block;
 	padding: 0;
 }

 .gallery-pagination-dot-selected {
 	background: #7D87AE;
 }

 #motion-blur-filter{
 	position: absolute;
 }

 .block-title-align-right{
 	text-align: right;
 }

 /*** MENU TYPE SIDEBAR ***/
 .ts-sidebar-menu{
 		-webkit-box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.1);
		     box-shadow: -1px 0px 7px 0px rgba(0,0,0,0.1);
 }
 .ts-sidebar-menu ul.main-menu li .sub-menu > .sub-menu--back {
 	padding: 25px 15px 25px 30px;
 }

 .ts-sidebar-menu ul.main-menu > li,
 .ts-sidebar-menu ul.main-menu > li > .sub-menu .sub-menu--back,
 .ts-sidebar-menu ul.main-menu > li .sub-menu > li:not([class*='ts_is_mega_menu_columns']) {
 	border-bottom: 1px solid rgba(60, 60, 60, 0.1);
 }
 .ts-sidebar-menu ul.main-menu > li > .sub-menu .sub-menu--back {
 	opacity: 0.7;
 }
 .ts-sidebar-menu ul.main-menu > li > .sub-menu .sub-menu--back:hover {
 	opacity: 1;
 }
 .ts-sidebar-menu ul.main-menu > li > .sub-menu .sub-menu--back i {
 	-webkit-transform: translateX(0);
 	-webkit-transition: transform 0.1s ease-in-out;
 	transform: translateX(0);
 	transition: transform 0.1s ease-in-out;
 }
 .ts-sidebar-menu ul.main-menu > li > .sub-menu .sub-menu--back:hover i {
 	-webkit--webkit--webkit--webkit-transform: translateX(-10px);
 	transform: translateX(-10px);
 }
 .ts-sidebar-menu ul.main-menu > li.menu-item a {
 	padding: 30px 15px 25px 30px;
 }
 .ts-sidebar-menu ~ #ts-mobile-menu {
 	display: none;
 }
 .ts-sidebar-menu .main-menu li {
 	list-style: none;
 }
 .ts-sidebar-menu ul.main-menu li.menu-item a {
 	color: #000;
 	display: block;
 	font-weight: 400;
 }

 .ts-sidebar-menu ul.main-menu li.menu-item.menu-item-has-children > a {
 	float: left;
 	width: 80%;
 }

 .ts-sidebar-menu ul.main-menu li.menu-item i:not(.icon-left-arrow-thin) {
 	float: right;
 	line-height: 1;
 	padding: 25px;
 	width: 20%;
 	opacity: 0.5;
 }
 .ts-sidebar-menu ul.main-menu li.menu-item i:not(.icon-left-arrow-thin):hover {
 	opacity: 1;
 }
 .ts-sidebar-menu ul.main-menu li.menu-item.menu-item-has-description i:not(.icon-left-arrow-thin) {
 	padding: 30px 25px 25px;
 }

 .ts-sidebar-menu .main-menu li {
 	display: block;
 	position: initial;
 }
 .ts-sidebar-menu .main-menu li:after {
 	content: '';
 	clear: both;
 	display: table;
 }
 .ts-sidebar-menu .main-menu li.menu-item-has-description .mega-menu-item-description {
 	color:  #7c7c7c;
 	margin-top: 0;
 	opacity: 0.7;
 }

 .ts-sidebar-menu .main-menu li.menu-item-has-description img {
 	padding: 0 30px;
 	margin: 20px 0;
 }

 .ts-sidebar-menu .main-menu > li > .sub-menu {
 	overflow-y: scroll;
 }

 .ts-sidebar-menu [class*='ts_is_mega_menu_columns'] h4 {
 	color:  #000000;
 	font-size: 16px;
 	font-weight: 700;
 	margin-bottom: 20px;
 	padding: 22px 30px 0;
 	position: relative;
 	text-transform: uppercase;
 }

 .ts-sidebar-menu [class*='ts_is_mega_menu_columns'] h4:before {
 	background: #000;
 	content: '';
 	position: absolute;
 	left: 30px;
 	bottom: -5px;
 	width: 30px;
 	height: 2px;
 }

 .ts-sidebar-menu [class*='ts_is_mega_menu_columns'] > ul > li {
 	border-bottom: 1px solid rgb(241, 241, 241);
 }

 .ts-sidebar-menu [class*='ts_is_mega_menu_columns'] > ul > li:last-child,
 .ts-sidebar-menu ul.main-menu > li:last-child,
 .ts-sidebar-menu ul.main-menu > li .sub-menu > li:not([class*='ts_is_mega_menu_columns']):last-child {
 	border-bottom: none;
 }

 .ts-sidebar-menu .main-menu > li > a {
 	display: inline-block;
 	padding: 0;
 }

 .ts-sidebar-menu .main-menu li > i {
 	color: #000;
 	cursor: pointer;
 	font-size: 18px;
 	padding: 30px;
 	-webkit-transform: translateX(-10px);
 	transform: translateX(-10px);
 	-webkit-transition: all 0.1s ease-in-out;
 	transition: all 0.1s ease-in-out;
 }

 .ts-sidebar-menu .main-menu li > i:hover {
 	color: rgba(60, 60, 60, 0.1);
 	-webkit-transform: translateX(0);
 	transform: translateX(0);
 }


 .ts-sidebar-menu .main-menu .children li {
 	padding: 5px 0;
 }

 .ts-sidebar-menu .main-menu .children.open {
 	-webkit-transform: translateX(0);
 	transform: translateX(0);
 }

 .trigger-menu.open-menu {
 	top: 15px;
 	height: 32px;
 	line-height: 32px;
 	text-decoration: none;
 	padding: 0 5px;
 	color: inherit;
 	opacity: 1;
 	z-index: 999;
 }
 .trigger-menu.open-menu.menu-text-align-right{
 	float: right;
 }
 .trigger-menu.open-menu.menu-text-align-center{
 	width: 50px;
 	text-align: center;
 	margin: 0 auto;
 	display: block;
 }
 .trigger-menu.open-menu .icon-menu {
 	color: inherit;
 	font-size: 2em;
 	line-height: 0.5;
 }

 .trigger-menu.open-menu.menu-text-align-left .icon-menu:before{
 	margin-left: -.1em;
 }

.trigger-menu.open-menu.menu-text-align-right .icon-menu:before{
 	margin-right: -.1em;
 }


 .open .trigger-menu.open-menu .icon-menu {
 	display: none;
 }
 .trigger-menu.open-menu .icon--close {
 	display: none;
 }
 .open .trigger-menu.open-menu .icon--close {
 	display: inline;
 	font-size: 1.7em;
 }
 #wrapper {
 	height: 100%;
 	margin: 0 auto;
 	transition: transform 0.3s ease-out;
 }
 #wrapper:before {
 	opacity: 0;
 	content: ' ';
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	background-color: #000;
 	z-index: 10;
 	transition: opacity 0.3s ease-out;
 	display: none;
 }
 .menu-open #wrapper:before {
 	opacity: 0.5;
 }

 #nav.ts-sidebar-menu,
 .ts-sidebar-menu .main-menu .sub-menu,
 .ts-sidebar-menu .main-menu .children  {
 	z-index: 1000;
 	background-color: #fff;
 	height: 100%;
 	position: fixed;
 	top: 0;
 	right: 0;
 	-webkit-transition: transform .3s ease-out;
 	transition: transform .3s ease-out;
 	width: 400px;
 	display: none;
 }

 @media only screen and (max-width: 480px) {
 	.menu-open {
 		overflow: hidden;
 		position: fixed;
 	}
 	#nav.ts-sidebar-menu,
 	.ts-sidebar-menu .main-menu .sub-menu,
 	.ts-sidebar-menu .main-menu .children {
 		width: 320px;
 	}
 }

 @media only screen and (max-width: 360px) {
 	.menu-open div .trigger-menu.close-menu {
 		left: 0;
 		z-index: 1000;
 	}

 	#nav.ts-sidebar-menu, .ts-sidebar-menu .main-menu .sub-menu, .ts-sidebar-menu .main-menu .children {
 		padding-top: 50px;
 	}
 }

 @-webkit-keyframes silde_to_left {
 	0% {
 		right: -400px;
 	}
 	100% {
 		right: 0%;

 	}
 }

 @-webkit-keyframes silde_to_right {
 	0% {
 		right: 0;
 	}
 	100% {
 		right: -400px;
 	}
 }

 @media only screen and (max-width: 480px) {
 	@-webkit-keyframes silde_to_left {
 		0% {
 			right: -320px;
 		}
 		100% {
 			right: 0%;

 		}
 	}

 	@-webkit-keyframes silde_to_right {
 		0% {
 			right: 0;
 		}
 		100% {
 			right: -320px;
 		}
 	}
 }

 @keyframes silde_to_left {
 	0% {
 		right: -400px;
 	}
 	100% {
 		right: 0%;

 	}
 }

 @keyframes silde_to_right {
 	0% {
 		right: 0;
 	}
 	100% {
 		right: -400px;
 	}
 }

 @media only screen and (max-width: 480px) {
 	@keyframes silde_to_left {
 		0% {
 			right: -320px;
 		}
 		100% {
 			right: 0%;

 		}
 	}

 	@keyframes silde_to_right {
 		0% {
 			right: 0;
 		}
 		100% {
 			right: -320px;
 		}
 	}
 }


 .menu-open #nav.ts-sidebar-menu,
 .ts-sidebar-menu .main-menu .sub-menu.ts-open,
 .ts-sidebar-menu .main-menu .sub-menu.ts-open {
 	display: block;
 	-webkit-animation-name: silde_to_left;
 	-webkit-animation-duration: 0.5s;
 	-webkit-animation-timing-function: ease;
 	-webkit-animation-iteration-count: 1;
 	-webkit-animation-direction: normal;
 	-webkit-animation-delay: 0;
 	-webkit-animation-play-state: running;
 	-webkit-animation-fill-mode: forwards;

 	animation-name: silde_to_left;
 	animation-duration: 0.5s;
 	animation-timing-function: ease;
 	animation-iteration-count: 1;
 	animation-direction: normal;
 	animation-delay: 0;
 	animation-play-state: running;
 	animation-fill-mode: forwards;
 }

 .admin-bar #nav.ts-sidebar-menu {
 	top: 30px;
 }

 .menu-closed #nav.ts-sidebar-menu,
 .ts-sidebar-menu .main-menu .sub-menu.ts-close,
 .ts-sidebar-menu .main-menu .children.ts-close {
 	display: block;
 	-webkit-animation-name: silde_to_right;
 	-webkit-animation-duration: 0.5s;
 	-webkit-animation-timing-function: ease;
 	-webkit-animation-iteration-count: 1;
 	-webkit-animation-direction: normal;
 	-webkit-animation-delay: 0;
 	-webkit-animation-play-state: running;
 	-webkit-animation-fill-mode: forwards;

 	animation-name: silde_to_right;
 	animation-duration: 0.5s;
 	animation-timing-function: ease;
 	animation-iteration-count: 1;
 	animation-direction: normal;
 	animation-delay: 0;
 	animation-play-state: running;
 	animation-fill-mode: forwards;
 }

 .trigger-menu.close-menu {
 	opacity: 0;
 }

 .menu-open .trigger-menu.close-menu {
 	background: #3b3c3c;
 	color: #fff;
 	cursor: pointer;
 	opacity: 1;
 	position: absolute;
 	left: -40px;
 	top: 0;
 	font-size: 28px;
 	height: 40px;
 	width: 40px;
 }

 .admin-bar .ts-sidebar-menu{
 	top: 30px;
 }

 .menu-open .trigger-menu.close-menu:before {
 	display: block;
 	line-height: 40px;
 	margin: 0;
 	height: 100%;
 	width: 100%;
 	font-size: 15px;
 }


 .sub-menu--back {
 	color: #000;
 	cursor: pointer;
 }

 .sub-menu--back span {
 	font-size: 12px;
 }

 .sub-menu--back span,
 .sub-menu--back i {
 	line-height: 1;
 	vertical-align: middle;
 }

 .sub-menu--back i {
 	display: inline-block;
 	font-size: 18px;
 	margin-right: 6px;
 }

 .sub-menu--back i:before {
 	margin-left: 0;
 }


 /* Selector de elemente */
 .element-selector{
 	width: 900px;
 	height: 500px;
 	position: fixed;
 	top: 50%;
 	left: 50%;
 	margin-top: -250px;
 	margin-left: -450px;
 	background: #FFF;
 	box-shadow: 0 0 35px rgba(60,60,60,0.1);
 	padding: 45px 35px;
 	-webkit-transition: all 0.2s ease-out;
 	-moz-transition: all 0.2s ease-out;
 	transition: all 0.2s ease-out;
 }
 .element-selector.is-hidden{
 	width: 120px;
 	height: 40px;
 	top: 90%;
 	margin-top: 0;
 	margin-left: -60px;
 }
 .element-selector.is-hidden .selector-wrapper{
 	opacity: 0;
 }
 .element-selector .selector-wrapper{
 	opacity: 1;
 	-webkit-transition: opacity 0.2s ease-out .4s;
 	-moz-transition: opacity 0.2s ease-out .4s;
 	transition: opacity 0.2s ease-out .4s;
 }
#article-progress-bar{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}


/* Add post user */
.ts-upload-page h2 {

    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
}
.ts-upload-page form {
	margin-bottom: 40px;
}
.ts-upload-page form .ts-footer .ts-terms {
	margin-bottom: 58px;
	position:relative;
}
.ts-upload-page form .ts-middle {
	margin-bottom: 45px;
}
.ts-upload-page form .ts-top {
	margin-bottom: 25px
}
.ts-upload-page form span.ts-inf-title {
	display: block;
	font-weight: 600;
	font-size: 14px;
    margin-bottom: 9px;
}
.ts-upload-page form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.ts-upload-page form span i {
	color: #b7c1d0;
	font-size: 14px;
    margin-left: 4px;
}
.ts-upload-page form input[type="text"] ,
.ts-upload-page textarea {
	display: block;
	width: 100%;
}
.ts-upload-page form input , .ts-upload-page form select {
	margin-bottom: 24px;
    border: 1px solid #eeeeee;
    height: 40px;
    padding: 0 16px;
    color: inherit;
    font-size: 14px;
    width: 100%;
}
.ts-upload-page form .ts-footer .ts-terms .checkbox label span {
	margin-bottom: 0px;
	font-weight: 600;
	margin-left: 6px;
	font-size: 14px;
}
.ts-upload-page form .ts-footer .ts-btn-submit input[type="submit"] {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border: none;
	outline: none;
    padding: 1px 15px;
    max-width: 150px;

}
.ts-upload-page form .ts-footer .ts-btn-submit button:hover {
	background-color: #a60e27;
}
.ts-upload-page form .ts-footer .ts-btn-submit button i {
	margin-right: 8px;
    font-size: 20px;
    vertical-align: -2px;
}
.ts-upload-page form .ts-top button.btn {
    margin-bottom: 0px;
    height: 40px;
    line-height: inherit;
    padding: 0 16px;
    color: inherit;
    font-size: 14px;
    width: 100%;
    border-radius:0;
}
.ts-upload-page form .ts-top .dropdown-menu {
	border-radius: 0;
	border: 1px solid #eeeeee;
}

.ts-upload-page form .ts-top .dropdown-menu {
	position: relative;
}
.ts-upload-page form .ts-top button.btn:hover {
	background-color: transparent;
}
.ts-upload-page form .ts-top button.btn-default {
	border-color: transparent;
    border: 1px solid #eeeeee;
    background-color: transparent;
    border-color: transparent;
    border: 1px solid #eeeeee;
}
.ts-upload-page form .ts-middle .box {
	background-color: #f6f7f8;
	padding: 10px 0 0 29px;
	margin-bottom: 45px;
}
.ts-upload-page form .ts-middle .box i {
	font-size: 50px;
	color: #b7c1d0;
	margin-right: 12px;
	-webkit-transition: color .15s ease;
	   -moz-transition: color .15s ease;
	    -ms-transition: color .15s ease;
	     -o-transition: color .15s ease;
	        transition: color .15s ease;
}

.ts-upload-page form .ts-middle .box span {
	color: #000000;
	font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    vertical-align: 14px;
}
.ts-upload-page form .ts-middle .box .inputfile-4 + label {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	outline: none;
}
.ts-upload-page form .ts-middle .box .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.ts-upload-page form .ts-middle ul.ts-select-tab {
	display: block;
	position: relative;
}
.ts-upload-page form .ts-middle ul.ts-select-tab:before{
	content: '';
	border-bottom: 2px solid #f6f7f8;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
}
.ts-upload-page form .ts-middle ul.ts-select-tab li {
	display: inline-block;
	font-size: 14px;
    margin-bottom: 0px;

    font-weight: 800;
}
.ts-upload-page form .ts-middle ul.ts-select-tab li:not(:last-child){
	margin-right: 30px;
}
.ts-upload-page form .ts-middle ul.ts-select-tab li {
	color: #c51230;
	position: relative;
}
.ts-upload-page form .ts-middle ul.ts-select-tab li:hover {
	color: #000;
	cursor: pointer;
}
.ts-upload-page form .ts-middle ul.ts-select-tab li.ts-select-active:hover {
	color: #c51230;
	cursor: default;
}
.ts-upload-page form .ts-middle ul.ts-select-tab li:after{
	content: '';
	width: 0;
	border-bottom: 2px solid #c51230;
	-webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
}
.ts-upload-page form .ts-middle ul.ts-select-tab li.ts-select-active:after {
	content: '';
	border-bottom: 2px solid #c51230;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -o-transition: 0.35s ease;
}
.ts-upload-page form .ts-middle ul.ts-tabs {
	display: block;
}
.ts-upload-page form .ts-middle ul.ts-tabs li{
	display: inline-block;
	display: none;
}
.ts-upload-page form .ts-middle ul.ts-tabs li textarea {
	height: 80px;
}
.ts-upload-page form .ts-middle ul.ts-tabs li.ts-tab-active {
	display: block;
	margin: 24px 0 0 0;
}
.ts-upload-page form .ts-top select {
 	-webkit-appearance: none;
 	background: transparent;
}
.ts-upload-page form textarea {
	border: 1px solid #eeeeee;
    height: 150px;
    padding: 9px 16px;
    color: inherit;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
}
.ts-upload-page form .icon-attention {
	cursor: pointer;
}
.ts-upload-page form ::-webkit-input-placeholder {color:#b7c1d0;}
.ts-upload-page form ::-moz-placeholder          {color:#b7c1d0;}/* Firefox 19+ */
.ts-upload-page form :-moz-placeholder           {color:#b7c1d0;}/* Firefox 18- */
.ts-upload-page form :-ms-input-placeholder      {color:#b7c1d0;}
.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}
.checkbox {
padding-left: 20px; }
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px; }
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	margin-left: -20px;
	border-radius: 3px;
	background-color: #f6f7f8;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 2px;
	top: 2px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #c51230; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
	position: absolute;
  }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
	  outline: thin dotted;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
	  font-family: 'redfont';
	  content: "\e837"; }
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }
  .checkbox input[type="checkbox"]:disabled + label::before,
  .checkbox input[type="radio"]:disabled + label::before {
	    background-color: #eeeeee;
	    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
border-radius: 50%; }
.checkbox.checkbox-inline {
margin-top: 0; }


/* 
 * Terms & Conditions
 */

.ts-upload-page .terms-conditions{
	max-height: 180px;
	overflow: hidden;
	margin-bottom: 30px;	
	-webkit-transition: .2s ease;
	   -moz-transition: .2s ease;
	    -ms-transition: .2s ease;
	     -o-transition: .2s ease;
	        transition: .2s ease;
}

.ts-upload-page .terms-conditions.expanded{
	max-height: 3000px;
	
}

.ts-upload-page .terms-conditions::after{
	content: '';
	display: block;
	padding: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,.65) 50%,  rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,.65) 50%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%, rgba(255,255,255,.65) 50%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 40px;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;	
}

.ts-upload-page .terms-conditions .toggle-terms {

    color: #fff;
    background-color: #d5d5d5;
    height: 25px;
    line-height: 26px;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px 0 20px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.55s ease;	
    position: absolute;
    bottom: 25px;
    cursor: pointer;
    
}

.ts-upload-page .terms-conditions .toggle-terms:hover{
	background-color: #333;
}


/*** End add post user ***/

/*** Login form and links sidebar toggle ***/
.ts-login .ts-username,
.ts-login .ts-autentification{
	font-size: 14px;
	line-height: 25px;
	border-radius: 25px;
	padding: 5px 15px 5px 5px;
	background: rgba(60, 60, 60, 0.05);
	font-size: 13px;
	display: inline-block;
}
.ts-login .ts-username i,
.ts-login .ts-autentification i{
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	height: 26px;
	width: 26px;
	line-height: 26px;
	margin-right: 5px;
	-webkit-transition: background-color .3s ease-in, color .3s ease-in;
	-moz-transition: background-color .3s ease-in, color .3s ease-in;
	-o-transition: background-color .3s ease-in, color .3s ease-in;
	-ms-transition: background-color .3s ease-in, color .3s ease-in;
	transition: background-color .3s ease-in, color .3s ease-in;
}

.ts-slidein-block {
	position: fixed;
	top: 0px;
	right: -460px;
	width: 400px;
	height: 100%;
	background-color: #fff;
	-webkit-transition: 0.55s ease-in-out;
    -moz-transition: 0.55s ease-in-out;
    -o-transition: 0.55s ease-in-out;
	box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
    z-index: 999;
}
.ts-slidein-block .ts-toggle-icon {
    text-align: center;
    left: -40px;
    position: absolute;
    font-size: 28px;
    height: 40px;
    width: 40px;
    line-height: 28px;
    background-color: #fff;
	box-shadow: -5px 3px 8px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: -5px 3px 8px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: -5px 3px 8px 0px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    z-index: 8;
}

.admin-bar .ts-slidein-block{
	top:35px;
	padding-top: 30px;
}
.admin-bar .ts-slidein-block .ts-toggle-icon{
	top:32px;
}


.ts-slidein-block .ts-toggle-icon i {
	font-size: 12px;
	color: #101112;
}
.ts-slidein-block .ts-toggle-icon:hover i {
	color: #c51230;
}
.ts-slidein-block.ts-active{
	display: inherit;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}
.ts-slidein-block .ts-register-form form {
	display: block;
	text-align: center;
	padding: 195px 65px 0 65px;
}
.ts-slidein-block .ts-register-form form .ts-login-icon {
	margin-bottom: 34px;
}
.ts-slidein-block .ts-register-form form .ts-login-icon span.ts-mini-avatar {
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
    background-color: transparent;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: auto;
    position: relative;
    border: 1px solid #acbac0;
    margin-bottom: 6px;
}
.ts-slidein-block .ts-register-form form .ts-login-icon i{
	font-size: 28px;
	color: #acbac0;
	display: block;
    margin-left: -2px;
    margin-top: 4px;
}
.ts-slidein-block .ts-register-form form .ts-login-icon span {

	font-size: 14px;
	color: #333333;
}
.ts-slidein-block .ts-register-form form .ts-login-name {
	margin-bottom: 18px;
}
.ts-slidein-block .ts-register-form form input[type="email"],
.ts-slidein-block .ts-register-form form input[type="password"],
.ts-slidein-block .ts-register-form form input[type="text"] {
	display: block;
	text-align: left;
	width: 100%;
	height: 35px;
    background-color: #f2f2f2;
    color: #7c7c7c;
    font-size: 12px;
    border: none;
    font-style: italic;
    padding: 0 25px;
}
.ts-slidein-block .ts-register-form form .ts-login-name input:not(:last-child) {
	margin-bottom: 15px;
}
.ts-slidein-block .ts-register-form form .ts-login-btn {
	text-align: left;
}
.ts-slidein-block .ts-register-form form .ts-login-btn button {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    border: none;
    outline: none;
    padding: 0 25px;
	position: relative;

}
.ts-slidein-block .ts-register-form form .ts-login-btn button:after{
	content: " ";
	display: inline-block;
	height: 1px;
	background: rgba(255, 255, 255, .8);
	position: absolute;
	bottom: 0;
	left:0;
	width: 0;
	-webkit-transition: width .3s linear;
	-o-transition: width .3s linear;
	transition: width .3s linear;
}
.ts-slidein-block .ts-register-form form .ts-login-submit .ts-login-btn button:hover:after{
	width: 100%;
}

.ts-slidein-block .ts-register-form form .ts-login-register {
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    color: #7c7c7c;
    text-align: left;
    line-height: 35px;
    text-align: right;
}
.ts-nav-top .ts-slidein-block .ts-register-form form .ts-login-submit .ts-login-register span {
	margin-right: 17px;
}
.ts-slidein-block .ts-register-form form .ts-login-submit .ts-login-register a {
	color: #c51230;
}
.ts-slidein-block .ts-register-form form .ts-login-submit .ts-login-register a:hover {
	color: #333333;
}
.ts-slidein-block .ts-user-options {
	padding: 30px 20px 0 20px;
    overflow-y: scroll;
    height: 100%;
}
.ts-slidein-block .ts-user-menu {
	margin: 0 0px 28px 10px;
}
.ts-slidein-block .ts-user-menu a.ts-login-avatar img {
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.ts-slidein-block .ts-user-menu a.ts-dropdown i {
	color: #cbd2dc;
    font-size: 18px;
    display: block;
}
.ts-slidein-block .ts-user-menu a.ts-dropdown:hover {
	color: #c51230;
}
.ts-slidein-block .ts-user-menu a.ts-dropdown {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	display: block;
}
.ts-slidein-block .ts-user-menu .dropdown-menu {
	width: 100%;
	position: relative;
    padding: 20px 30px;
    margin-top: 15px;
	-webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
}
.open > .dropdown-menu {
    border-radius: 0px;
    border: 0px solid #606060;
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
}
.ts-slidein-block ul{
	padding: 0;
	margin:0;
	list-style: none;
}
.ts-slidein-block .ts-user-menu .username{
	margin-bottom: 20px;
}
.ts-slidein-block .ts-user-menu .ts-dropdown-menu a {
    position: relative;
    padding-left: 0;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
	-webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    clear:both;
}
.ts-slidein-block .ts-user-menu {
	text-align: center;
}
.ts-slidein-block .ts-dropdown-menu a:hover {
	background-color: transparent;
	color: #c51230;
}

.ts-slidein-block .ts-user-menu .ts-dropdown-menu li:not(:last-child) a{
    border-bottom: 1px solid rgba(3, 3, 3, .05);
}
.ts-slidein-block .ts-user-menu .ts-dropdown-menu li:hover:not(:last-child) a{
	border-bottom: 1px solid rgba(3, 3, 3, .08);
}

.ts-slidein-block .ts-user-menu .ts-dropdown-menu span{
	font-size: 12px;
}

.ts-slidein-block .ts-user-menu .ts-dropdown-menu span:before{
	content: "(";
}
.ts-slidein-block .ts-user-menu .ts-dropdown-menu span:after{
	content: ")";
}

.ts-slidein-block .ts-user-posts {
	text-align: left;
	margin-bottom: 20px;
}
.ts-slidein-block .ts-user-posts .ts-latest-fallowing {
	margin-bottom: 6px
}
.ts-slidein-block .ts-user-posts .ts-favoritest {
	margin-bottom: 6px
}
.ts-slidein-block .ts-section-name h2{
	font-size: 12px;
	margin-bottom: 8px;
	text-align: left;
}
.ts-userposts-gutter > div {
    padding: 0 5px;
}
.ts-userposts-gutter > div article {
    margin-bottom: 6px;
}
 .ts-userposts-gutter > div:nth-child(2n+1) {
    clear: left;
}
.ts-userposts-gutter  {
    padding-left: 15px;
    padding-right: 15px;
}
.ts-slidein-block .ts-user-posts article header {
	margin-bottom: 9px;
}
.ts-slidein-block .ts-user-posts article .entry-title {

	font-size: 12px;
	margin-top:0px;
    margin-bottom: -2px;
}
.ts-slidein-block .ts-user-posts article .entry-title a {
	color:#7c7c7c;
}
.ts-slidein-block .ts-user-posts article .entry-title a:hover {
	color: #c51230;
}
.ts-slidein-block .ts-user-posts article .entry-meta-author {
	font-size: 10px;
	font-style: italic;
	color:inherit;
}
.ts-slidein-block .ts-user-posts article .entry-meta-author a {
	color: inherit;
}
.ts-slidein-block .ts-user-posts article .entry-meta-author a:hover {
	color: #000;
}

.ts-slidein-block .ts-new-playlist label{
	font-weight: normal;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.ts-slidein-block .ts-new-playlist input[type="text"]{
    display: block;
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 15px;
    font-style: italic;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(2, 2, 2, .2);
    border-radius: 25px;
    outline: none;
    background-color: transparent;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    color: inherit;
    margin-bottom: 10px;
}


.ts-slidein-block [class*="inner-login-"]{
	position: relative;
	margin-bottom: 15px;
}
.ts-slidein-block [class*="inner-login-"] span{
	position: absolute;
	top:50%;
	-webkit-transform: translatey(-50%);
	   -moz-transform: translatey(-50%);
	    -ms-transform: translatey(-50%);
	     -o-transform: translatey(-50%);
	        transform: translatey(-50%);
	left:5px;
	font-size: 12px;
	color: #7c7c7c;
}


.ts-slidein-block .ts-dropdown-menu .activity,
.ts-slidein-block .ts-dropdown-menu .profile,
.ts-slidein-block .ts-dropdown-menu .activity,
.ts-slidein-block .ts-dropdown-menu .following,
.ts-slidein-block .ts-dropdown-menu .followers{
	display: none;
}
.ts-slidein-block  a.ts-add-video,
.ts-slidein-block .ts-dropdown-menu .ts-add-video a{
	display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    border-radius: 35px;
    color: inherit;
    -webkit-transition: .22s ease;
    -o-transition: .22s ease;
    transition: .22s ease;
}
.ts-slidein-block .ts-dropdown-menu .ts-add-video a:hover{
	padding: 0 30px;
}

.ts-slidein-block .new-video{
	float: left;
	
}


/* Menu style 2 */

.ts-slidein-block .ts-user-menu.style-left{
	text-align: left;
	
}

.ts-slidein-block .ts-user-menu.style-left .username{
	display: inline;
}
.ts-slidein-block .ts-user-menu.style-left .ts-dropdown-menu li:not(.ts-add-video) a{
	padding:0;
	position: relative;
}

.ts-slidein-block .ts-user-menu.style-left .ts-dropdown-menu li a:hover{
    padding-left: 10px;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
}
.ts-slidein-block .ts-user-menu.style-left  li a:before{
	content: '\e809';
    font-family: "redfont";
	position: absolute;
    left: -25px;
    opacity: 0;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    font-size: 10px;
    line-height: 45px;
}
.ts-slidein-block .ts-user-menu.style-left .ts-dropdown-menu li a:hover:before{
    left: -5px;
    opacity: 1;
}    
.ts-slidein-block .ts-user-menu.style-left li.ts-add-video{
	display: none;
}

.ts-slidein-block .ts-user-menu .ts-login-avatar + .ts-add-video{
	display: none;
}
.ts-slidein-block .ts-user-menu.style-left .ts-login-avatar + .ts-add-video{
	display: inline-block;
	padding:0;
	text-align:center;
	width:30px;
	font-size: 12px;
	line-height: 28px;
}
.ts-slidein-block .ts-user-menu.style-left .ts-login-avatar + .ts-add-video:hover{
	opacity: .7;
}

/* Menu items icons */

.ts-slidein-block .ts-user-menu.style-left li.posts a:before{
	content: '\e812';
}

.ts-slidein-block .ts-user-menu.style-left li.favorites a:before{
	content: '\e843';
}

.ts-slidein-block .ts-user-menu.style-left li.playlists a:before{
	content: '\e820';
}
.ts-slidein-block .ts-user-menu.style-left li.settings a:before{
	content: '\e82a';
}

.ts-slidein-block .ts-user-menu.style-left li.ts-logout a:before{
	content: '\e955';
}

@media only screen and (max-width:640px){
	.ts-slidein-block{
		max-width: 100%;
	}
	.ts-slidein-block .ts-toggle-icon{
		left:0;

	}

	.admin-bar .ts-slidein-block .ts-toggle-icon{
		top:40px;
	}
}



/*** END Login form and links sidebar toggle ***/

/*TS-BG-SLIDEIN*/
.ts-body-transparent {
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.ts-smart-cover {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.ts-video.is-lights-off {
    z-index: 10999;
    position: relative;
}


/*** Nona view ***/

.ts-post-nona .ts-slide-type-six .slick-slide {
    outline: none;
    position: relative;
}
.ts-post-nona {
    position: relative;
    margin-bottom: 40px;
}
.ts-post-nona .ts-slide-type-six {
    display: block;
    margin: 0;
}
.ts-post-nona .ts-slide-type-six .slick-slide {
    display: inline-block;
}
.ts-post-nona .ts-slide-type-six .slick-slide .featimg:before{
	content: '';
	display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-color: #131313;
    opacity: 0.15;
}

.ts-post-nona .ts-slide-type-six .slick-slide .ts-info-slider {
    position: absolute;
    left: 60px;
    right: 60px;
    top: 50%;
    -webkit-transform: translatey(-50%);
       -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
         -o-transform: translatey(-50%);
            transform: translatey(-50%);
}
.ts-post-nona .ts-slide-type-six .slick-slide .ts-info-slider h3 {
    font-weight: 400;
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    opacity: 0;
    top: -50px;
    position: relative;
    text-shadow: 0 0 3px rgba(60,60,60,0.9);
}
.ts-slide-type-six .slick-slide.slick-slide.slick-current.slick-active .ts-info-slider h3 {
	-webkit-transition: 0.1s ease-out;
	-webkit-transition-delay: 0.2s;
	-o-transition: 0.2s ease-out;
	-o-transition-delay: 0.2s;
	-moz-transition: 0.2s ease-out;
	-moz-transition-delay: 0.2s;
	transition: 0.2s ease-out;
	transition-delay: 0.2s;
	opacity: 1;
	top: 0;
}
.ts-slide-type-six .slick-slide .ts-info-slider .entry-excerpt {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    display: block;
    margin-bottom: 40px;
    line-height: 1.8;
    top: -50px;
    position: relative;
    opacity: 0;
    text-shadow: 0 0 3px rgba(60,60,60,0.9);
}
.ts-slide-type-six .slick-slide.slick-slide.slick-current .ts-info-slider .entry-excerpt {
    -webkit-transition: 0.1s ease-out;
    -webkit-transition-delay: 0.2s;
    -o-transition: 0.2s ease-out;
    -o-transition-delay: 0.2s;
    -moz-transition: 0.2s ease-out;
    -moz-transition-delay: 0.2s;
    transition: 0.2s ease-out;
    transition-delay: 0.2s;
    opacity: 1;
    top: 0;
}
.ts-post-nona .ts-slide-type-six .slick-slide .ts-info-slider a.ts-btn-slider {
    height: 50px;
    line-height: 48px;
    display: inline-block;
    color: #fff;
    border: 2px solid;
    border-color: rgba(255, 255, 255, 0.5);
    padding: 0px 40px;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    letter-spacing: 2px;
    opacity: 0;
    bottom: -50px;
}
.ts-post-nona .ts-slide-type-six .slick-slide .ts-info-slider a.ts-btn-slider:hover {
    border-color: rgba(255, 255, 255, 1);
}
.ts-slide-type-six .slick-slide.slick-slide.slick-current .ts-info-slider a.ts-btn-slider {
	-webkit-transition: 0.1s ease-out;
	-webkit-transition-delay: 0.2s;
	-o-transition: 0.2s ease-out;
	-o-transition-delay: 0.2s;
	-moz-transition: 0.2s ease-out;
	-moz-transition-delay: 0.2s;
	transition: 0.2s ease-out;
	transition-delay: 0.2s;
	opacity: 1;
	bottom: 0;
}
/*SlideNav*/

.ts-post-nona .ts-slide-nav {
    margin: 0;
    display: block;
    outline: none;
}
.ts-post-nona .slick-slider {
    margin-bottom: 0;
    position: relative;
}
.ts-post-nona .nona-nav:before{
	content: " ";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(1, 1, 1, .25);
	-webkit-transition: background .15s linear;
	 -o-transition: background .15s linear;
	 transition: background .15s linear;
}
.ts-post-nona .nona-nav:hover:before,
.ts-post-nona .nona-nav.ts-nav-active:before{
	background: rgba(1, 1, 1, .1);
}
.ts-post-nona .ts-slide-nav .nona-nav {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.55s ease;
    -moz-transition: 0.55s ease;
    -o-transition: 0.55s ease;
    outline: none;
}
.ts-post-nona .ts-slide-nav .nona-nav:hover {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.55s ease;
    -moz-transition: 0.55s ease;
    -o-transition: 0.55s ease;
}

.ts-post-nona .ts-slide-nav section{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    color: #fff;
}

.ts-post-nona .ts-slide-nav section .entry-title{
	top: 50%;
    position: absolute;
    -webkit-transform: translatey(-50%);
    	 -o-transform: translatey(-50%);
    		transform: translatey(-50%);
    width: 100%;
    left: 0;
    -webkit-transition:  .423s ease;
    -o-transition:  .423s ease;
    transition:  .423s ease;
    color: inherit;
}

.ts-post-nona .ts-slide-nav section .nav-descript{
	position: absolute;
    -webkit-transform: translatey(100%);
    	 -o-transform: translatey(100%);
    		transform: translatey(100%);
    left: 0;
    width: 100%;
    top: 100%;
    -webkit-transition: .40s linear;
    -o-transition: .40s linear;
    transition: .40s linear;
    color: inherit;
}
.ts-post-nona .ts-slide-nav section .nav-descript,
.ts-post-nona .ts-slide-nav section .entry-title{
	text-shadow: 0 0 3px rgba(60,60,60,0.9);
	padding: 0 20px;
}


.ts-slide-nav .nona-nav:hover .entry-title,
.ts-slide-nav .nona-nav.ts-nav-active .entry-title{
	position: absolute;
	top:-100px;
}
.ts-slide-nav .nona-nav:hover .nav-descript,
.ts-slide-nav .nona-nav.ts-nav-active .nav-descript{
	position: absolute;
	top:50%;
	-webkit-transform: translatey(-50%);
	   -moz-transform: translatey(-50%);
	    -ms-transform: translatey(-50%);
	     -o-transform: translatey(-50%);
	        transform: translatey(-50%);
	-webkit-transition: .35s linear;
	-o-transition: .35s linear;
	transition: .35s linear;
}

.ts-slide-nav li.slick-slide.slick-current {
    outline: none;
}
.ts-slide-nav li.slick-slide.ts-nav-active {
    opacity: 1;
}

@media only screen and (max-width:640px){
	.ts-post-nona .ts-slide-type-six .slick-slide .ts-info-slider{
		left:0;
		right:0;
	}
	.ts-post-nona .ts-slide-nav .nona-nav.slick-slide section h5,
	.ts-slide-type-six .slick-slide.slick-slide.slick-current.slick-active .ts-info-slider h3{
		text-overflow: ellipsis;
		word-wrap: break-word;
		overflow: hidden;
		max-height: 3em;
		line-height: 1.5em;
		font-size: 14px;
	}
	.ts-post-nona .ts-slide-nav .nona-nav.slick-slide section .nav-descript,
	.ts-slide-type-six .slick-slide.slick-slide.slick-current .ts-info-slider .entry-excerpt{
		display: none;
	}
}

/*Nona cols corrections*/

.col-lg-9 .ts-post-nona .ts-slide-type-six .slick-active .ts-info-slider h3,
.col-lg-8 .ts-post-nona .ts-slide-type-six .slick-active .ts-info-slider h3{
	font-size: 22px;
}
.col-lg-9 .ts-post-nona .ts-slide-type-six .ts-info-slider .entry-excerpt,
.col-lg-8 .ts-post-nona .ts-slide-type-six .ts-info-slider .entry-excerpt{
	font-size: 12px;
}

.col-lg-9 .ts-post-nona .ts-slide-nav .nona-nav.slick-slide section h5,
.col-lg-8 .ts-post-nona .ts-slide-nav .nona-nav.slick-slide section h5{
	font-size: 14px;
}



/*** Boca view ***/
.ts-post-boca {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
}
.ts-post-boca article img{
	width: 100%;
}
.ts-post-boca .slick-initialized .slick-slide {
    display: block;
    outline: none;
    background-color: rgba(210, 210, 210, 0.1);
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.post-slides .slick-slide  a.ts-btn-slider {
    bottom: -150px;
    opacity: 0;
}
.post-slides .slick-current.slick-slide  a.ts-btn-slider {
    bottom: 0px;
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
     -webkit-transition-delay: 0.5s;
     -o-transition: 0.3s ease-out;
     -o-transition-delay: 0.5s;
     -moz-transition: 0.3s ease-out;
     -moz-transition-delay: 0.5s;
     transition: 0.3s ease-out;
     transition-delay: 0.5s;
}
.post-slides {
    position: relative;
    margin-bottom: 0;
}
.post-slides .entry-meta-category {
    position: absolute;
    top: 10%;
    transform: translateX(-50%) rotate(-20deg);
    -moz-transform: translateX(-50%) rotate(-20deg);
    -o-transform: translateX(-50%) rotate(-20deg);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: -18px;
    text-align: center;
    display: block;
    opacity: 0;
}
.post-slides .slick-current.slick-slide .entry-meta-category {
    -webkit-transition: 0.1s ease-out;
     -webkit-transition-delay: 0.2s;
     -o-transition: 0.4s ease-out;
     -o-transition-delay: 0.2s;
     -moz-transition: 0.4s ease-out;
     -moz-transition-delay: 0.2s;
     transition: 0.4s ease-out;
     transition-delay: 0.2s;
     opacity: 1;
     top: 50%;
     transform: translateX(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) rotate(-90deg);
}
.ts-post-boca .slick-slide header {
    padding-left: 50px;
}
.post-slides  .entry-meta-category:before {
    content: '';
    position: absolute;
    width: 20px;
    border: 1px solid;
    border-color: #060606;
    left: -25px;
    top: 50%;
    -webkit-transform: translatey(-50%);
       -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
         -o-transform: translatey(-50%);
            transform: translatey(-50%);
    opacity: 0.5;
    -webkit-transition: 0.55s ease;
    -moz-transition: 0.55s ease;
    -o-transition: 0.55s ease;
}
.post-slides .entry-meta-category:after {
    content: '';
    position: absolute;
    width: 20px;
    border: 1px solid;
    border-color: #060606;
    right: -25px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    -webkit-transition: 0.55s ease;
    -moz-transition: 0.55s ease;
    -o-transition: 0.55s ease;
}
.post-slides .entry-meta-category:hover:before {
    left: -35px;
}
.post-slides .entry-meta-category:hover:after {
    right: -35px;
}
.post-slides .entry-meta-category li {
    display: none;
}
.post-slides .entry-meta-category li:first-child {
    display: inline-block;
}


.post-slides .entry-meta-category li a {
    color: #060606;
}
.post-slides .entry-meta-category li a:hover {
    color: rgba(6, 6, 6, 0.5);
}

.post-slides li {
    display: block;
}
.post-slides article header > div{
	position: relative;
}
.post-slides article .entry-play-btn {
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.post-slides article .entry-play-btn:before {
    font-size: 30px;
    color: #0d0d0d;
    vertical-align: middle;
    margin-left: 18px;
}
.post-slides article .entry-play-btn:hover {
    opacity: 0.8;
}
.post-slides article .entry-content-slider {
    padding: 80px 50px 20px 50px;
    position: relative;
}
.post-slides article h3 a {
    color: #020202;
}
.post-slides article h3 a:hover {
    color: rgba(2, 2, 2, 0.61);
}
.post-slides article h3{
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 0;
    opacity: 0;
}
.post-slides .slick-current.slick-slide h3,
.post-slides .slick-current.slick-slide .entry-meta-date {
    opacity: 1;
    -webkit-transition: 0.1s ease-out;
    -webkit-transition-delay: 0.3s;
    -o-transition: 0.4s ease-out;
    -o-transition-delay: 0.3s;
    -moz-transition: 0.4s ease-out;
    -moz-transition-delay: 0.3s;
    transition: 0.4s ease-out;
    transition-delay: 0.3s;
}
.post-slides article .entry-meta-date {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 25px;
    position: relative;
    opacity: 0;
}
.post-slides article  .entry-excerpt {
    font-weight: 400;
    color: #787878;
    font-size: 18px;
    font-style: italic;
    display: block;
    margin-bottom: 60px;
    line-height: 1.8;
    position: relative;
}
.post-slides .slick-slide  article  .entry-excerpt {
    bottom: -150px;
    opacity: 0;
}
.post-slides .slick-current.slick-slide  article  .entry-excerpt {
    bottom: 0px;
    opacity: 1;
    -webkit-transition: 0.1s ease-out;
     -webkit-transition-delay: 0.2s;
     -o-transition: 0.4s ease-out;
     -o-transition-delay: 0.2s;
     -moz-transition: 0.4s ease-out;
     -moz-transition-delay: 0.2s;
     transition: 0.4s ease-out;
     transition-delay: 0.2s;
}
.post-slides article a.ts-btn-slider {
    height: 40px;
    line-height: 38px;
    display: inline-block;
    z-index: 8;
    color: inherit;
    border: 2px solid;
    border-color: inherit;
    padding: 0px 40px;
    font-weight: 600;
    font-size: 10px;
    position: relative;
    letter-spacing: 2px;
    opacity: 0.7;

}
.post-slides article a.ts-btn-slider:hover {
    color: #787878;
    -webkit-transition: 0.1s ease-out;
     -webkit-transition-delay: 0.1s;
     -o-transition: 0.1s ease-out;
     -o-transition-delay: 0.1s;
     -moz-transition: 0.1s ease-out;
     -moz-transition-delay: 0.1s;
     transition: 0.1s ease-out;
     transition-delay: 0.01s;
}
.post-slides .customNavigation {
    position: absolute;
    top:0;
    right: 0;
    width: auto;
    text-align: right;
}


.post-slides .customNavigation  i {
    color: rgba(24, 24, 24, 0.8);
    vertical-align: middle;
    -webkit-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear;
}

.post-slides .customNavigation .slick-disabled i {
    color: rgba(24, 24, 24, 0.2);
}

.post-slides .customNavigation li:hover .slick-disabled i {
    color: rgba(24, 24, 24, 0.2);

}

.post-slides .customNavigation li{
	display: inline-block;
	cursor: pointer;
	font-size: 24px;
}
.post-slides .customNavigation li a.ar-left:before {
    background-color: rgba(24, 24, 24, 0.19);
    top: 50%;
    -webkit-transform: translatey(-50%);
       -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
         -o-transform: translatey(-50%);
            transform: translatey(-50%);
    margin-top: 0;
    height: 40px;
}
.post-slides .customNavigation li:not(:last-child) {
    margin-right: 20px;
}
.post-slides .customNavigation li a.ar-left:before {
    right: -28px;
}
.post-slides .customNavigation li a:hover i {
    color: #242424;
}

.ts-post-boca .slider-footer{
	position: relative;
}
/*Boca cols corrections*/

.col-lg-9 .ts-post-boca .post-slides article .entry-excerpt,
.col-lg-8 .ts-post-boca .post-slides article .entry-excerpt{
	text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.6em;
    line-height: 1.3em;
    font-size: 14px;
}
.col-lg-7 .ts-post-boca .post-slides article .entry-excerpt,
.col-lg-6 .ts-post-boca .post-slides article .entry-excerpt{
	display: none;
}
.col-lg-10 .ts-post-boca .post-slides article .entry-content-slider,
.col-lg-9 .ts-post-boca .post-slides article .entry-content-slider,
.col-lg-8 .ts-post-boca .post-slides article .entry-content-slider,
.col-lg-7 .ts-post-boca .post-slides article .entry-content-slider,
.col-lg-6 .ts-post-boca .post-slides article .entry-content-slider{
	padding: 50px 20px 50px 20px;
}
.col-lg-10 .post-slides article h3,
.col-lg-9 .post-slides article h3,
.col-lg-8 .post-slides article h3,
.col-lg-7 .post-slides article h3,
.col-lg-6 .post-slides article h3{
    font-size: 26px;
    margin-bottom: 15px;

}

@media only screen and (max-width:992px){
	.post-slides article .entry-content-slider{
		padding: 50px 20px 30px 30px;
	}

	.ts-post-boca .slick-slide header img{
		width: 100%;
	}
}


/*** Slick slider ***/
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*Icon fixes*/
.entry-views span[class*="icon-"]:before,
.entry-likes a span[class*="icon-"]:before{
	display: inline;
}


/*BuddyPress fixes*/
.bp_members .post-author-box,
.bp_register .post-author-box{
	display: none;
}

#buddypress .standard-form div.submit input{
	display: block;
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 25px;
    border: none;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.ts-download a{
	font-size: 12px;
	font-weight: normal;
}
.ts-download a:hover{
	opacity: .87;
}

.ts-download.light a{
	color: #fff;
}


.ts-download.light a:hover{
	color: #fff;
}

