/*----------------------------------------------------------------------------------------

TABLE OF CONTENTS:
1. Accordion
2. Blog Masonry
3. Button
4. Google Map
5. Icons
6. Mailchimp
7. Pie Cart
8. Post slider
9. Portfolio masonry
10. Progress bar
11. Slick customs
12. Social profiles
13. Tabs
14. Team
15. Toggle
16. Tour

----------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------
Accordion
----------------------------------------------------------------------------------------*/

.vc_tta-accordion .vc_tta-panel {
	border-bottom: 1px solid #eaeaea;
}

.vc_tta-accordion .vc_tta-panel-heading h4.vc_tta-panel-title {
	padding: 0;
	-webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

/*----------------------------------------------------------------------------------------
Blog
----------------------------------------------------------------------------------------*/

.thmlvEntryMeta time {
	margin-left: 1em;
}

.type-post .thmlvFeaturedWrap {
	background-position: center center;
	background-size: cover;
	position:relative;
	width: 100%;
}

.type-post .thmlvFeaturedWrap img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -moz-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -ms-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -o-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
}

.type-post .thmlvFeaturedWrap:hover img {
	opacity: .5;
}

.type-post .thmlvLightboxVideoWrap {
	display: none;
}

.type-post .thmlvFeaturedWrap:hover .thmlvFeaturedHover,
.type-post .thmlvFeaturedWrap:hover .thmlvFeaturedHover {
	opacity: 1;
}

.type-post .thmlvFeaturedHover {
	background-position: center center;
	background-size: cover;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -moz-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -ms-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -o-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
	width: 100%;
	z-index: 2;
}

.type-post .thmlvEntryMeta {
	font-size: .875em;
	opacity: .7;
}

/*----------------------------------------------------------------------------------------
Blog Flex
----------------------------------------------------------------------------------------*/

.thmlv2Cols .thmlvFlexBlogVC {
	width: 50%;
}

.thmlv4Cols .thmlvFlexBlogVC {
	padding: 0 3% calc(11% + 80px);
	width: 25%;
}

.thmlvFlexBlogVC {
	display: inline-block;
    padding: 0 5.5% calc(11% + 80px);
    vertical-align: middle;
    width: 33.333333%;
}

.thmlvFlexBlogVC h1 {
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: .5em;
}

.thmlvFlexBlogVC p {
	font-size: .875em;
	margin-left: 10px;
	margin-right: 10px;
}

.thmlvFlexBlogVC .thmlvEntryMeta {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1.5em;
}

.thmlvFlexBlogVC .thmlvFeaturedWrap a:first-of-type:before {
	border: 5px solid;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.5em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	opacity: .55;
	padding: 0.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2em;
	z-index: 3;
}

.thmlvFlexBlogVC.format-gallery .thmlvFeaturedWrap a:first-of-type:before {
	content: "\f030";
}

.thmlvFlexBlogVC.format-video .thmlvFeaturedWrap a:first-of-type:before {
	content: "\f04b";
}

.thmlvFlexBlogVC .thmlvFeaturedWrap a {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

.thmlvFlexBlogVC .thmlvFeaturedWrap h1 {
	position: absolute;
	z-index: 1;
}

.thmlvFlexBlogVC .thmlvEntryMeta time {
	margin-left: 0;
}

.thmlvFlexBlogVC .thmlvEntryMeta a[rel~='category']:last-of-type {
	margin-right: 1em;
}

@media (max-width: 1280px) {
	.thmlvFlexBlogVC .thmlvFeaturedWrap > a:first-of-type:before {
		border: 4px solid;
		font-size: 1.25em;
    	height: 1.75em;
    	line-height: 1.75em;
    	width: 1.75em;
	}
}

@media (max-width: 768px) {
	.thmlvFlexBlogVC {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.thmlvFlexBlogVC {
		width: 100%;
	}
}

/*----------------------------------------------------------------------------------------
Blog Masonry
----------------------------------------------------------------------------------------*/

.avatar {
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.thmlvBottomEntryMeta {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	font-size: .875em;
	padding-bottom: .75em;
	margin-left: 8%;
	margin-right: 8%;
	padding-top: .75em;
	width: 84%;
}

.thmlvBottomEntryMeta i {
	margin-left: 1em;
}

.thmlvBottomEntryMeta .avatar {
	margin-right: .5em;
}

.thmlvMasonryBlogVC p {
	font-size: .875em;
	margin-bottom: 0;
}

.thmlvMasonryBlogVC.thmlvThumbOpacity .thmlvFeaturedWrap:hover .thmlvMasonryBlogFeatured {
	opacity: .5;
}

.thmlvMasonryBlogVC .thmlvMasonryBlogFeatured {
	background-position: center center;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	-webkit-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -moz-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -ms-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -o-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    width: 100%;
}

.thmlvMasonryBlogVC {
	padding-bottom: 2%;
	padding-left: 1%;
	padding-right: 1%;
	width: 20%;
}

.thmlvMasonryBlogVC .thmlvFeaturedWrap a:first-of-type:before {
	border: 5px solid;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.5em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	opacity: .55;
	padding: 0.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2em;
	z-index: 3;
}

.thmlvMasonryBlogVC.format-gallery .thmlvFeaturedWrap a:first-of-type:before {
	content: "\f030";
}

.thmlvMasonryBlogVC.format-video .thmlvFeaturedWrap a:first-of-type:before {
	content: "\f04b";
}

.thmlvMasonryBlogVC.dopePostBig {
	width: 60%;
}

.thmlvMasonryBlogContent {
	padding-bottom: 24%;
	padding-left: 16%;
	padding-right: 16%;
	padding-top: 16%;
}

.thmlvMasonryBlogWrap {
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,.08)!important;
	overflow: hidden;
	position: relative;
}

.thmlvMasonryBlogWrap h1 {
	font-size: 1.5em;
	margin-top: .5em;
}

.thmlvMasonryBlogWrap .thmlvEntryMeta {
	display: block;
}

.thmlvMasonryBlogWrap .thmlvEntryMeta time {
	margin-left: 0;
}

.thmlvMasonryBlogWrap .thmlvEntryMeta a[rel~='category']:last-of-type {
	margin-right: 1em;
}

@media (min-width: 681px) {
	.thmlvMasonryBlogVC.dopePostBig .thmlvFeaturedWrap {
		position: absolute;
		height: 100%;
		right: 0;
		top: 0;
		width: 50%;
	}
	
	.thmlvMasonryBlogVC.dopePostBig .thmlvFeaturedWrap img {
		display: none;
	}
	
	.thmlvMasonryBlogVC.dopePostBig .thmlvMasonryBlogContent {
		width: 50%;	
	}
	
	.thmlvMasonryBlogVC.dopePostBig .thmlvBottomEntryMeta {
		bottom: 0;
		position: absolute;
	}
	
	.thmlvMasonryBlogVC.dopePostBig .thmlvMasonryBlogContent {
		padding-bottom: 0;
		padding-left: 16%;
		padding-right: 16%;
		padding-top: 14%;
	}
	
	.thmlvMasonryBlogVC.dopePostBig .thmlvBottomEntryMeta {
		margin-left: 2.5%;
		width: 45%;
	}
}

@media (max-width: 1600px) {
	.thmlvMasonryBlogVC {
		width: 25%;
	}
	
	.thmlvMasonryBlogVC.dopePostBig {
		width: 75%;
	}
}

@media (max-width: 1300px) {
	.thmlvMasonryBlogVC {
		width: 33.333%;
	}
	
	.thmlvMasonryBlogVC.dopePostBig {
		width: 100%;
	}
}

@media (max-width: 1280px) {
	.thmlvMasonryBlogVC .thmlvFeaturedWrap > a:first-of-type:before {
		border: 4px solid;
		font-size: 1.25em;
    	height: 1.75em;
    	line-height: 1.75em;
    	width: 1.75em;
	}
}

@media (max-width: 1000px) {
	.thmlvMasonryBlogVC {
		width: 50%;
	}
	
	.thmlvMasonryBlogVC.dopePostBig {
		width: 100%;
	}
	
	.thmlvMasonryBlogVC.dopePostBig .thmlvBottomEntryMeta {
		margin-left: 4%;
		width: 42%;
	}
}

@media (max-width: 680px) {
	.thmlvMasonryBlogVC,
	.thmlvMasonryBlogVC.dopePostBig {
		width: 100%;
	}
	
	.thmlvMasonryBlogVC.dopePostBig .thmlvBottomEntryMeta {
		margin-left: 8%;
		margin-right: 8%;
		width: 84%;
	}
}

/*----------------------------------------------------------------------------------------
Button
----------------------------------------------------------------------------------------*/
.thmlv-btn {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: normal;
	padding: 15px 40px;
	position: relative;
	text-align: center;
}

.thmlv-btn-align-center {
	text-align: center;
}

.thmlv-btn-align-right {
	text-align: right;
}

.thmlv-btn-bg {
	border: 1px solid;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 10;
}

.thmlv-btn-border,
.thmlv-btn-border-rounded {
	color: #555;
}

.thmlv-btn-border:hover .thmlv-btn-bg,
.thmlv-btn-border-rounded:hover .thmlv-btn-bg {
	opacity: 0.37;
}

.thmlv-btn-filled,
.thmlv-btn-filled-rounded {
	color: #fff;
}

.thmlv-btn-filled:hover,
.thmlv-btn-filled-rounded:hover {
	color: #fff;
}

.thmlv-btn-filled .thmlv-btn-bg,
.thmlv-btn-filled-rounded .thmlv-btn-bg {
	background-color: #181818;
	border-color: transparent;
}

.thmlv-btn-filled:hover .thmlv-btn-bg,
.thmlv-btn-filled-rounded:hover .thmlv-btn-bg {
	opacity: 0.73;
}

.thmlv-btn-filled-rounded .thmlv-btn-bg,
.thmlv-btn-border-rounded .thmlv-btn-bg {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.thmlv-btn-lg {
	font-size: 18px;
	padding: 16px 46px;
}

.thmlv-btn-link {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	min-width: 0;
	padding: 0 10px 6px !important;
	
}

.thmlv-btn-link .thmlv-btn-bg {
	display: none;
}

.thmlv-btn-sm {
	font-size: 14px;
	padding: 13px 30px;
}

.thmlv-btn-title {
	position: relative;
	z-index: 100;
}

.thmlv-btn-xs {
	font-size: 12px;
	padding: 9px 25px;
}

/*----------------------------------------------------------------------------------------
Google map
----------------------------------------------------------------------------------------*/

.thmlv-gmaps {
	position: relative;
}
.thmlv-gmaps.aspect-ratio {
	height: 0;
	padding-bottom: 56.25%;
}
.thmlv-gmaps img {
	max-width: none;
}

@media all and (max-width: 400px) {
	.thmlv-gmaps:not(.aspect-ratio) {
		max-height: 340px;
	}
}

/*----------------------------------------------------------------------------------------
Icons
----------------------------------------------------------------------------------------*/

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs span.vc_icon_element-icon {
    font-size: 16px !important;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner.vc_icon_element-size-xs.vc_icon_element-have-style-inner {
    height: 32px !important;
    width: 32px !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm span.vc_icon_element-icon {
    font-size: 18px !important;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner.vc_icon_element-size-sm.vc_icon_element-have-style-inner {
    height: 36px !important;
    width: 36px !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md span.vc_icon_element-icon {
    font-size: 26px !important;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    height: 56px !important;
    width: 56px !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg span.vc_icon_element-icon {
    font-size: 36px !important;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-have-style-inner {
    height: 80px !important;
    width: 80px !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl span.vc_icon_element-icon {
    font-size: 60px !important;
}

.vc_icon_element.vc_icon_element-outer.vc_icon_element-have-style .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
    height: 120px !important;
    width: 120px !important;
}

/*----------------------------------------------------------------------------------------
Mailchimp
----------------------------------------------------------------------------------------*/

.thmlv_mailchimp fieldset {
	position: relative;
}

.thmlv_mailchimp #email {
	border: 1px solid rgba(100, 100, 100, 0.1);
	padding-right: 55px;
	width: 100%;
}

.thmlv_mailchimp input[type=submit] {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.thmlv_mailchimp input[type=text] {
	margin:0 ;
}

#thmlvMailchimpResponse {
	display: block;
	margin-top: 1em;
}

/*----------------------------------------------------------------------------------------
Pie chart
----------------------------------------------------------------------------------------*/

.vc_pie_chart h4 {
	margin-bottom: 0;
	margin-top: .5em;
	text-align: center;
}

.vc_pie_chart .vc_pie_chart_value {
    font-size: 150% !important;
}

/*----------------------------------------------------------------------------------------
Post slider
----------------------------------------------------------------------------------------*/

.thmlv-post-slider {
	margin: 0 -15px;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	opacity: 0;
}

.thmlv-post-slider .slick-dots {
	bottom: 0;
	margin-bottom: 0;
}

.thmlv-post-slider:after {
	clear: both;
}

.thmlv-post-slider.slick-initialized {
	opacity: 1;
}

.thmlv-post-slider-inner {
	padding: 0 15px;
}

.thmlv-post-slider-image {
	display: block;
	margin-bottom: 1em;
	position: relative;
	overflow: hidden;
	width: 100%;
}
	
.thmlv-post-slider-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.thmlv-post-slider.slick-initialized .thmlv-post-slider-image img {
	width: 100%;
}

.thmlv-post-slider-image .bg-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 280px;
	-webkit-transition: color 0.6s ease-out 0s, opacity 0.6s ease-out 0s;
    -moz-transition: color 0.6s ease-out 0s, opacity 0.6s ease-out 0s;
    -o-transition: color 0.6s ease-out 0s, opacity 0.6s ease-out 0s;
    transition: color 0.6s ease-out 0s, opacity 0.6s ease-out 0s;
	width: 100%;
}

.thmlv-post-slider-image .bg-image:hover {
	opacity: .85;
}

.thmlv-post-slider-noimage {
	background: #f7f7f7;
	display: block;
	height: 280px;
	width: 100%;
}

.thmlv-post-slider .thmlv-image-overlay {
	display: none;
}

.thmlv-post-slider.slick-initialized .thmlv-image-overlay {
	display: block;
}

.thmlv-post-slider-image:hover .thmlv-image-overlay {
	opacity: 1;
}

.thmlv-post-slider-content .thmlv-post-meta {
	font-size: 0.875em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    opacity: 0.7;
}

.thmlv-post-slider-content h3 {
	font-size: 1.625em;
	line-height: 1.25em;
	margin-bottom: 0;
	margin-top: 0;
}

.thmlv-post-slider-content h3 a {
	-webkit-transition: color 0.6s ease-out 0s, opacity 0.6s ease-out 0s;
    -moz-transition: color 0.6s ease-out 0s, opacity 0.6s ease-out 0s;
    -o-transition: color 0.6s ease-out 0s, opacity 0.6s ease-out 0s;
    transition: color 0.6s ease-out 0s, opacity 0.6s ease-out 0s;
}

.thmlv-post-slider-content h3 a:hover {
	opacity: .85;
}

.thmlv-post-slider-content .thmlv-post-slider-excerpt {
	margin-bottom: 3em;
	margin-top: 1em;
}

@media all and (max-width: 992px) {
	.thmlv-post-slider-content .thmlv-post-meta:before {
		width: 19px;
	}
	
	.thmlv-post-slider-content .thmlv-post-meta {
		padding-left: 29px;
	}
}

/*----------------------------------------------------------------------------------------
Portfolio
----------------------------------------------------------------------------------------*/

.type-portfolio .thmlvFeaturedWrap {
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.type-portfolio .thmlvFeaturedWrap h1 {
	font-size: 1.5em;
	margin-top: .5em;
}

.type-portfolio .thmlvFeaturedWrap:hover .thmlvFeaturedHover {
	opacity: 1;
}

.type-portfolio  .thmlvFeaturedWrap a:first-of-type {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.type-portfolio .thmlvFeaturedHover {
	background-position: center center;
	background-size: cover;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -moz-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -ms-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -o-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -webkit-backface-visibility: hidden;
	width: 100%;
	z-index: 2;
}

.type-portfolio.thmlvThumbOpacity .thmlvFeaturedWrap img {
	-webkit-transition: opacity 600ms ease-out 0s;
    -moz-transition: opacity 600ms ease-out 0s;
    -ms-transition: opacity 600ms ease-out 0s;
    -o-transition: opacity 600ms ease-out 0s;
    transition: opacity 600ms ease-out 0s;
}

.type-portfolio.thmlvThumbOpacity .thmlvFeaturedWrap:hover img {
	opacity: .5;
}

.thmlvLightboxVideoWrap {
	display: none;
}

/*----------------------------------------------------------------------------------------
Portfolio Flex
----------------------------------------------------------------------------------------*/

.thmlv2Cols .thmlvFlexPortfolioVC {
	width: 50%;
}

.thmlv4Cols .thmlvFlexPortfolioVC {
	padding: 0 3% calc(11% + 80px);
	width: 25%;
}

.thmlvFlexPortfolioVC {
	display: inline-block;
    padding: 0 5% calc(11% + 80px);
    vertical-align: middle;
    width: 33.333333%;
}

.thmlvFlexPortfolioVC .thmlvFlexTitleWrap {
	margin: 2em;
	position: absolute;
	z-index: 3;
}

.thmlvFlexPortfolioVC .thmlvFeaturedWrap > a:first-of-type:before {
	border: 5px solid;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.5em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	opacity: .55;
	padding: 0.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2em;
	z-index: 3;
}

.thmlvFlexPortfolioVC.format-gallery .thmlvFeaturedWrap a:first-of-type:before {
	content: "\f030";
}

.thmlvFlexPortfolioVC.format-video .thmlvFeaturedWrap a:first-of-type:before {
	content: "\f04b";
}

.thmlvFlexPortfolioVC .thmlvFlexTitleWrap h1 {
	margin-bottom: 0;
	margin-top: 0;
}

.thmlvFlexPortfolioVC > h1 {
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1em;
}

.thmlvFlexPortfolioVC h1 {
	font-size: 1.5em;
}

.thmlvFlexPortfolioVC > .thmlvSectionCategoriesVC {
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 1280px) {
	.thmlvFlexPortfolioVC .thmlvFeaturedWrap > a:first-of-type:before {
		border: 4px solid;
		font-size: 1.25em;
    	height: 1.75em;
    	line-height: 1.75em;
    	width: 1.75em;
	}
}

@media (max-width: 768px) {
	.thmlv2Cols .thmlvFlexPortfolioVC,
	.thmlv3Cols .thmlvFlexPortfolioVC,
	.thmlv4Cols .thmlvFlexPortfolioVC {
		width: 50%;
	}
	
	.thmlvFlexPortfolioVC .thmlvFeaturedWrap a:first-of-type:before {
		display: none;
	}
}

@media (max-width: 667px) {
	.thmlvFlexPortfolioVC { 
		padding: 0 5% calc(0% + 60px); 
	}
} 


@media (max-width: 500px) {
	.thmlv2Cols .thmlvFlexPortfolioVC,
	.thmlv3Cols .thmlvFlexPortfolioVC,
	.thmlv4Cols .thmlvFlexPortfolioVC {
		width: 100%;
	}
}

/*----------------------------------------------------------------------------------------
Portfolio grid
----------------------------------------------------------------------------------------*/

.thmlv2Cols .thmlvGridPortfolioVC {
	width: 48%;
}

.thmlv4Cols .thmlvGridPortfolioVC {
	width: 23%;
}

.thmlvGridPortfolioVC {
	background-position: center center;
	background-size: cover;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 6em;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	width: 31%;
	vertical-align: top;
}

.thmlvGridPortfolioVC.thmlvThumbOpacity .thmlvFeaturedWrap {
	-webkit-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -moz-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -ms-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -o-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
}

.thmlvGridPortfolioVC.thmlvThumbOpacity .thmlvFeaturedWrap:hover {
	opacity: .5;
}

.thmlvGridPortfolioVC .thmlvGridTitleWrap h1 {
	margin-bottom: 0;
	margin-top: 0;
}

.thmlvGridPortfolioVC .thmlvFeaturedWrap > a:first-of-type:before {
	border: 5px solid;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.5em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	opacity: .55;
	padding: 0.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2em;
	z-index: 3;
}

.thmlvGridPortfolioVC.format-gallery .thmlvFeaturedWrap a:first-of-type:before {
	content: "\f030";
}

.thmlvGridPortfolioVC.format-video .thmlvFeaturedWrap a:first-of-type:before {
	content: "\f04b";
}

.thmlvGridPortfolioVC h1 {
	font-size: 1.5em;
}

.thmlvGridPortfolioVC > h1 {
	margin-bottom: 0;
	margin-top: 1em;
	margin-left: 10px;
	margin-right: 10px;
}

.thmlvGridPortfolioVC .thmlvGridTitleWrap {
	margin: 2em;
	position: absolute;
	top: 0;
	z-index: 3;
}

.thmlvGridPortfolioVC > .thmlvSectionCategoriesVC {
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 1280px) {
	.thmlvGridPortfolioVC .thmlvFeaturedWrap > a:first-of-type:before {
		border: 4px solid;
		font-size: 1.25em;
    	height: 1.75em;
    	line-height: 1.75em;
    	width: 1.75em;
	}
}

@media (max-width : 1024px) {	
	.thmlvGridPortfolioVC {
		margin-left: 1.6%;
		margin-right: 1.6%;
		width: 46.8% !important;
	}
}

@media (max-width : 768px) {
	.thmlvGridPortfolioVC .thmlvFeaturedWrap a:first-of-type:before {
		display: none;
	}
}

@media (max-width : 700px) {
	.thmlvGridPortfolioVC {
		margin-left: 0;
		margin-right: 0;
		width: 100% !important;
	}
}

/*----------------------------------------------------------------------------------------
Portfolio Masonry
----------------------------------------------------------------------------------------*/

.type-portfolio .thmlvMasonryTitleWrap h1 {
	font-size: 2.5em;
	margin-bottom: 0;
	margin-top: 0;
}

.type-portfolio .thmlvMasonryTitleWrap h1,
.thmlvMasonryPortfolioVC a:before {
	color: #ffffff;
}

.thmlvMasonryPortfolioVC a:first-of-type:before {
	border: 5px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.5em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	opacity: .55;
	padding: 0.5em;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 2em;
	z-index: 3;
}

.thmlvMasonryPortfolioVC.format-gallery a:before {
	content: "\f030";
}

.thmlvMasonryPortfolioVC.format-video a:before {
	content: "\f04b";
}

.thmlvMasonryImage {
	background-size: cover;
	height: 100%;
}

.thmlvMasonryPortfolioVC {
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.thmlvMasonryPortfolioVC a {
	display: block;
    height: 100%;
    width: 100%;
}

.thmlvMasonryPortfolioVC.thmlvThumbBg:hover .thmlvFeaturedHover,
.thmlvMasonryPortfolioVC.thmlvThumbImage:hover .thmlvFeaturedHover {
	opacity: 1;
}

.thmlvMasonryPortfolioVC.thmlvThumbOpacity .thmlvMasonryImage {
	-webkit-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -moz-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -ms-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -o-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
}

.thmlvMasonryPortfolioVC.thmlvThumbOpacity:hover .thmlvMasonryImage {
	opacity: .5 !important;
}

.thmlvMasonryPortfolioVC .thmlvMasonryTitleWrap {
	bottom: 2em;
	left: 2em;
	position: absolute;
	z-index: 3;
}

.thmlvSectionCategoriesVC {
	color: #ffffff;
	font-size: 0.75em;
    margin-top: 1em;
    opacity: 0.7;
}

@media (max-width: 1280px) {
	.thmlvMasonryPortfolioVC a:before {
		border: 4px solid;
		font-size: 1.25em;
    	height: 1.75em;
    	line-height: 1.75em;
    	width: 1.75em;
	}
}

@media (min-width: 1024px) {
	.thmlvMasonryPortfolioVC,
	.thmlvMasonryPortfolioVC.thmlvMediumSize {
		width: 50% !important;
	}
	
	.thmlvMasonryPortfolioVC.thmlvBigSize {
		width: 100% !important;
	}
}

@media (max-width : 768px) {
	.thmlvMasonryPortfolioVC a:before {
		display: none;
	}
}

@media (max-width : 667px) {
	.type-portfolio .thmlvMasonryTitleWrap h1 { 
		font-size: 1.75em; 
	}
}

@media (min-width: 470px) and (max-width: 1024px) {
	.thmlvMasonryPortfolioVC.thmlvMediumSize,
	.thmlvMasonryPortfolioVC {
		width: 50% !important;
	}
	.thmlvMasonryPortfolioVC.thmlvBigSize {
		width: 100%!important;
	}
}

@media (max-width: 470px) {
	.thmlvMasonryPortfolioVC,
	.thmlvMasonryPortfolioVC.thmlvMediumSize,
	.thmlvMasonryPortfolioVC.thmlvBigSize {
		width: 100%;
	}
}

/*----------------------------------------------------------------------------------------
Progress bar
----------------------------------------------------------------------------------------*/

.vc_progress_bar .vc_single_bar.vc_general {
	background: none;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.vc_progress_bar .vc_single_bar:before {
	background-color: #f7f7f7;
	bottom: 0;
	content: "";
	display: block;
	height: 5px;
    left: 0;
	position: absolute; 
    width: 100%;  
}

.vc_progress_bar .vc_single_bar.vc_general .vc_label {
    line-height: 1.5;
    padding-left: 0;
    text-shadow: none !important;
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_black .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_blue .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_orange .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_red .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_turquoise .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-chino .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-mulled-wine .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peacoc .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-pink .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-violet .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista-blue .vc_label,
.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-vista_blue .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_black .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_green .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_orange .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_red .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-bar_turquoise .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-black .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-chino .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-mulled-wine .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-peacoc .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-pink .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-turquoise .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-violet .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-vista-blue .vc_single_bar .vc_label,
.vc_progress_bar.vc_progress-bar-color-vista_blue .vc_single_bar .vc_label {
	color: #aaa !important;
}

.vc_progress_bar .vc_single_bar.vc_general .vc_bar {
	bottom: 0;
    height: 5px;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transition: width 1s linear;
    -moz-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear;
    width: 0%;
}

/*----------------------------------------------------------------------------------------
Slick customs
----------------------------------------------------------------------------------------*/

.csstransforms3d .thmlv-banner-slider .thmlv-banner-text-inner.animated {
    opacity: 0;
}

.slick-dots {
	margin-top: 20px;
    max-width: 1280px;
}

.slick-dots li {
	display: inline-block;
	height: auto;
    margin: 0 6px;
    position: relative;
    vertical-align: middle;
    width: auto;
    zoom: 1;
}

.slick-dots li button {
	background-color: #aaa;
	border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	display: block;
    height: 6px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000em;
    -webkit-backface-visibility: visible;
    width: 6px;    
}

.slick-dots li button:before {
	content: normal;
	margin: 0 2px;
}

.slick-dots li.slick-active button {
	background-color: transparent;
	border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    height: 10px;
    width: 10px;   
}

.slick-next {
	right: -1.5em;
}

.slick-prev {
	left: -1.5em;
}

.slick-next:before,
.slick-prev:before {
	display: none;
}

.slick-slider {
	margin-bottom: 0;
}

.thmlv-alt-font {
	font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.1875em;
    margin-bottom: 0;
    margin-top: 1em;
    opacity: 0.7;
    text-transform: uppercase;
}

.thmlv-banner {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.thmlv-banner.image-type-none {
	height: 200px;
}

.thmlv-banner img {
	display: inline-block;
	vertical-align: middle;
}

.thmlv-banner .thmlv-banner-content {
	height: 100%;
	left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.thmlv-banner-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.thmlv-banner:hover .thmlv-banner-image {
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.thmlv-banner-slider {
	overflow: hidden;
}

.thmlv-banner-slider:hover .thmlv-banner-slider .slick-prev,
.thmlv-banner-slider:hover .thmlv-banner-slider .slick-next {
	
}

.thmlv-banner-slider:hover .slick-prev {
	left: 1em;
	opacity: 1;
}

.thmlv-banner-slider:hover .slick-next {
	opacity: 1;
	right: 1em;
}

.thmlv-banner-slider .slick-prev,
.thmlv-banner-slider .slick-next {
	color: #fff;
	font-size: 1em;
	height: 128px;
    margin-top: -64px;
	opacity: 0;
	text-align: center;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	z-index: 999;
}

.thmlv-banner-slider .slick-prev i,
.thmlv-banner-slider .slick-next i {
	line-height: 128px;
}

.thmlv-banner-text {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 10;
	width: 80%;
	margin: 0 auto;
	padding-right: 5%;
	padding-left: 5%;
	text-align: left;
	-webkit-backface-visibility: hidden;
}

.thmlv-banner-text-inner h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.thmlv-banner-text.h_right {
	right: 0;
	left: auto;
}

.thmlv-banner-text.h_left {
	right: auto;
	left: 0;
}

.thmlv-banner-text.v_top {
	top: 0;
	bottom: auto;
	padding-top: 5%;
}

.thmlv-banner-text.v_center {
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

.thmlv-banner-text.v_bottom {
	bottom: 0;
	padding-bottom: 5%;
}

.thmlv-banner-text.align_center h2,
.thmlv-banner-text.align_center h3 {
	text-align: center;
}

.thmlv-banner-text.align_right h2,
.thmlv-banner-text.align_right h3 {
	text-align: right;
}

/*----------------------------------------------------------------------------------------
Social profiles
----------------------------------------------------------------------------------------*/

.thmlv-social-profiles.align-center {
	text-align: center;
}
.thmlv-social-profiles.align-right {
	text-align: right;
}
.thmlv-social-profiles li {
	display: inline-block;
	margin: 5px 14px 5px;
}
.thmlv-social-profiles li a {
    line-height: 30px;
    vertical-align: middle;
}
.thmlv-social-profiles li a:hover {
    opacity: .85;
}
.thmlv-social-profiles.icon-size-small li a {
	font-size: 18px;
}
.thmlv-social-profiles.icon-size-medium li a {
	font-size: 20px;
}
.thmlv-social-profiles.icon-size-large li a {
	font-size: 24px;
}

/*----------------------------------------------------------------------------------------
Tabs
----------------------------------------------------------------------------------------*/

.vc_tta-tabs .vc_tta-tabs-list li {
	background-color: #eeeeee;
	border-left: 1px solid #ffffff;
}

.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list li:first-of-type,
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li:first-of-type {
	border-left: 0;
}

.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
	margin-top: 0 !important;
}

.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list li {
	border-top: 1px solid #ffffff;
}

.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list li.vc_active {
	border-top-color: transparent;
}

.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 1px !important;
}

.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list li.vc_active {
	border-bottom-color: transparent;
}

.vc_tta-tabs .vc_tta-tabs-list li a {
	font-size 1.125em;
	font-weight: 700;
	opacity: .7;
}

.vc_tta-tabs .vc_tta-panels {
	background-color: #eee;
    padding: 0;
}

.vc_tta-tabs .vc_tta-panel-body {
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
}

.vc_tta-tabs .vc_tta-tabs-list li.vc_active a {
	opacity: 1;
}

.vc_tta-tabs.minimal .vc_tta-panels {
	background-color: transparent;
}

.vc_tta.vc_general.vc_tta-tabs.minimal .vc_tta-panel-body {
	padding-left: 0;
	padding-right: 0;
}

.vc_tta-tabs.minimal .vc_tta-tabs-list li {
	background-color: transparent;
	border-bottom: 0px;
}

.vc_tta-tabs.minimal.vc_tta-tabs-position-bottom .vc_tta-tabs-list li a,
.vc_tta-tabs.minimal.vc_tta-tabs-position-top .vc_tta-tabs-list li a {
	padding: 0;
	padding-right: 20px;
}

/*----------------------------------------------------------------------------------------
Team
----------------------------------------------------------------------------------------*/

.type-team {
	float: left;
}

.thmlv-team-2-cols .type-team {
	width: 50%;
}

.thmlv-team-3-cols .type-team {
	width: 33.3333333333%;
}

.thmlv-team-4-cols .type-team {
	width: 25%;
}

.thmlv-team-5-cols .type-team {
	width: 20%;
}

.thmlv-team-member-content * {
	color: #fff;
}

.thmlv-team-wrapper:after {
	clear: both;
	content: "";
}

.type-team .thmlvFeaturedWrap {
	background-position: center center;
	background-size: cover;
	width: 100%;
}

.type-team .thmlvFeaturedWrap a:first-of-type {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.type-team .thmlvFeaturedWrap h1 {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 0;
	margin-top: 0;
}

.type-team .thmlvFeaturedWrap:hover .thmlvFeaturedHover {
	opacity: 1;
}

.type-team .thmlvFeaturedHover {
	background-position: center center;
	background-size: cover;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -moz-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -ms-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    -o-transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
    transition: opacity 600ms ease-out 0s, transform 400ms ease-out 0s;
	width: 100%;
	z-index: 2;
}

.type-team .thmlvFeaturedWrap .thmlvTeamTitleWrap {
	bottom: 2em;
	left: 2em;
	position: absolute;
	z-index: 3;
}

.type-team.thmlvThumbOpacity img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 600ms ease-out 0s;
    -moz-transition: opacity 600ms ease-out 0s;
    -ms-transition: opacity 600ms ease-out 0s;
    -o-transition: opacity 600ms ease-out 0s;
    transition: opacity 600ms ease-out 0s;
}

.type-team.thmlvThumbOpacity:hover img {
	opacity: .5;
}

@media all and (max-width: 1024px) {
	.thmlv-team-2-cols .type-team,
	.thmlv-team-3-cols .type-team,
	.thmlv-team-4-cols .type-team,
	.thmlv-team-5-cols .type-team {
		width: 50%;
	}
}

@media all and (max-width: 700px) {
	.thmlv-team-2-cols .type-team,
	.thmlv-team-3-cols .type-team,
	.thmlv-team-4-cols .type-team,
	.thmlv-team-5-cols .type-team {
		width: 100%;
	}
}

@media all and (max-width: 550px) {
	.thmlv-team-member-content h2 {
		font-size: 2em;
	}
}
@media all and (max-width: 400px) {
	.thmlv-team-member-content h2 {
		font-size: 1em;
	}
}

/*----------------------------------------------------------------------------------------
Toggle
----------------------------------------------------------------------------------------*/

.vc_toggle_title .vc_toggle_icon {
	display: inline-block;
	font-style: normal;
	position: absolute;
	height: 12px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 12px;
}

.vc_toggle_title .vc_toggle_icon:after,
.vc_toggle_title .vc_toggle_icon:before {
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.vc_toggle_title .vc_toggle_icon:before {
    border-style: solid;
    border-width: 2px 0 0;
    box-sizing: border-box;
	content: '';
    display: block;
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

.vc_toggle_title .vc_toggle_icon:after {
    border-style: solid;
    border-width: 0 0 0 2px;
    bottom: 0;
    box-sizing: border-box;
	content: '';
    display: block;
	position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vc_toggle.vc_toggle_active .vc_toggle_icon:after {
	display: none;
}

.vc_toggle_title {
	padding-left: 24.2px !important;
}

/*----------------------------------------------------------------------------------------
Tour
----------------------------------------------------------------------------------------*/

.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab,
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab {
	border-bottom: 1px solid #ffffff;
	margin-top: 0px !important;
}

.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:last-of-type,
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:last-of-type {
	border-bottom: 0;
}

.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
	border-right: 1px solid #ffffff;
}

.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active {
	border-right: 0;
}

.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active {
	border-left: 0;
}

.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list,
.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
	padding-top: 0 !important;
}