
/*-------------------------------------
 *	WP BASICS
 *-------------------------------------*/

 	.wp-caption{
 		max-width: 100%;
 		}
 	.wp-caption-text{
 		font-family: Open Sans;
 		font-size: 13px;
 		font-style: italic;
 		margin: 0;
 		line-height: 1.5;
 		}
	.sticky{

		}
	.gallery-caption{

		}
	.bypostauthor{
		
		}
	.alignright{
		float: right;
		margin: 9px 0 20px 28px ;
		}
	.alignleft{
		float: left;
		margin: 9px 28px 20px 0;
		}
	.aligncenter{
		display: block;
		margin: 9px auto 20px;
		}
	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
		}




/*-------------------------------------
 *	THEME STYLE
 *-------------------------------------*/

	div,
	span,
	section,
	article,
	ul,
	li{
		border-color: #eee;
		border-style: solid;
		border-width: 0;
	}

	
	input[type=text],
	input[type=password],
	input[type=email],
	textarea,
	select{
		border: solid 1px #ccc;
		padding: 12px;
		max-width: 100%;
		}
	input[type=button],
	input[type=submit]{
		-webkit-appearance: none;
		}
	input[type=text]:focus,
	input[type=password]:focus,
	input[type=email]:focus,
	textarea:focus,
	select{
		border-color: #666;
		}
	input:focus,
	textarea:focus,
	select:focus{
		outline: none;
		}


	h1, h2, h3, h4, h5, h6{
		line-height: 1.5;
		margin-top: 0;
		}
		
	h1{
		font-weight: 600;
		margin-bottom: 30px;
		}

	h2{
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 25px;
		}
	
	h3{
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 12px;
		}
	
	h4{
		font-size: 14px;
		font-weight: 600;
		}
	
	h4,	h5,	h6{
		margin-bottom: 12px;
		}
	
	p{
		margin: 0 0 20px;
		}
	
	a{
		color: #000;
		transition: all 0.3s;
		text-decoration: none;
		}
	a:hover{
		color: #e4782e;
		}

	img{
		max-width: 100%;
	}
	
	ul,
	ol{
		list-style: none;
		}
	
	
	ul ul,
	ul ol,
	ol ul,
	ol ol{
		padding: 0;
		}
	
	pre{
		overflow: auto;
		}
	
	sub { 
		vertical-align: sub;
		font-size: smaller;
		}

	sup { 
		vertical-align: super;
		font-size: smaller;
		}
	
	code{
		background: rgba(0,0,0,0.05);
		}
	
	address{
		margin-bottom: 20px;
		}

	html{
		margin: 0;
		padding: 0;
		}

	body{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		margin: 0 auto;
		line-height: 1.8;
		position: relative;
		-ms-word-wrap: break-word;
		word-wrap: break-word;		
		}
		@media screen and (max-width:900px){
			body{
				font-size: 14px !important;
				}
		}



#wrapper{
}





/* Buttons */
input[type=button],
input[type=submit]{
	background-color: #00BD9C;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 40px;
}
.the1-button{
	background-color: #00BD9C;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 40px;
}
.the1-button:hover{
	background-color: #666;
	color: #fff;
}



/* buttons */
.button{
	background-color: #00BD9C;
	border-radius: 3px;
	border-style: solid;
	border-width: 2px !important;
	border-color: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 34px;
	display: inline-block;
	transition: 0.2s;
}

.button--rounded{ border-radius: 100px; }

.button--modern{ border-width: 1px !important; font-size: 13px; letter-spacing: 0.04em; border-radius: 0px; }
.button--modern:hover{ background-color: rgba(255,255,255,0.1); border-radius: 0px; }

.button--block{ display: block; text-align: center; }

.button--fill{ background: #00BD9C; border-color: transparent; color: #fff; }
.button--outline{ background: none; border-color: #00BD9C; color: #00BD9C; }

.button-hover--fill:hover{ background: #00BD9C; border-color: transparent !important; color: #fff !important; }
.button-hover--outline:hover{ background: none !important; border-color: #00BD9C; color: #00BD9C; }

.button--fill.button--1{ background: #00BD9C; }
.button--fill.button--2{ background: #333; }
.button--fill.button--3{ background: #777; }
.button--outline.button--1{ border-color: #00BD9C; color: #00BD9C; }
.button--outline.button--2{ border-color: #333; color: #333; }
.button--outline.button--3{ border-color: #777; color: #777; }

.button-hover--fill.button-hover--1:hover{ background: #00BD9C; }
.button-hover--fill.button-hover--2:hover{ background: #333; }
.button-hover--fill.button-hover--3:hover{ background: #777; }
.button-hover--outline.button-hover--1:hover{ border-color: #00BD9C; color: #00BD9C; }
.button-hover--outline.button-hover--2:hover{ border-color: #333; color: #333; }
.button-hover--outline.button-hover--3:hover{ border-color: #777; color: #777; }

.button--small{ padding: 5px 21px; }
.button--large{ padding: 13px 40px; }





.read-more{
	color: #00BD9C;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.read-more:hover{
	color: #666;
}



/*searchform*/
	.the1-searchform .field{
		width: 100%;
		background-position: 130% 50%;
		background-repeat: no-repeat;
		transition: all 0.2s;
		}
	.the1-searchform .field.passive{
		color: #cccccc;
		background-position: 100% 50%;
		}
	.the1-searchform .field:focus{
		border: solid 1px #666;
		}
	.the1-searchform .submit{
		display: none;
		}


/* Header */


.header-height{
	height: 50px;
}
.header-line-height{
	line-height: 50px;
}
.header-wrapper{
	/*border-bottom: solid 1px #e2e2e2;*/
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	transition: all 0.3s;
}
.logged-in .header-wrapper {
    top: 32px;
}
.main-header{
	transition: all 0.3s;
	position: relative;
}
.has-banner .titlebar-spacer{ display: none; }
#the1_mainslider .titlebar-spacer{ display: block; }


	/* style 2 */
	.header-spacer{ display: block; }
	.titlebar-spacer{ display: none; }
	#the1_mainslider .titlebar-spacer{ display: none; }
	.header-wrapper{ background-color: rgba(255,255,255,1); }



.header--info{
	display: none;
	position: absolute;
	font-size: 11px;
	color: rgba(100, 100, 100, 1);
	top: 0;
	right: 0;
	height: 43px;
	line-height: 43px;
	/*border-bottom: solid 1px rgba(100, 100, 100, 0.2);*/
	padding: 0 3px;
	letter-spacing: 0.08em;
}


.site-logo{
	display: block;
	float: left;
	transition: 0.3s;
}
.site-logo img{
	display: block;
}

	/* main navigation */
	.main-nav-toggle{
		display: block;
		float: right;
		font-size: 28px;
		width: 42px;
		height: 42px;
		line-height: 42px;
		margin-right: -9px;
		text-align: center;
	}

	.main-nav{
		display: block;
		float: right;
		font-size: 14px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}

	.main-nav ul{
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.main-nav > ul > li{
		display: inline-block;
		margin-left: 13px;
		vertical-align: middle;
	}
	.main-nav > ul > li:before{
		display: inline-block;
		vertical-align: middle;
		font-family: FontAwesome;
		font-size: 14px;
	}
	.main-nav > ul > li > a{
		display: inline-block;
		line-height: 116px;
		padding: 0 10px;
		height: 116px;
		color: #464646;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0px;
		transition: all 0.3s;
		vertical-align: middle;
		font-family: 'Open Sans' !important;
	}
	.main-nav > ul > li:hover > a{
		color: #00BD9C;
	}

	.main-nav .sub-menu{
		display: none;
		background-color: #333;
		list-style: none;
		margin: 0;
		padding: 3px 0 9px;
		position: absolute;
		width: 160px;
		z-index: 1;
	}
	.main-nav .menu-item-has-children:hover > .sub-menu{
		display: block;
	}
	.main-nav .sub-menu a{
		color: #aaa;
		display: block;
		padding: 6px 13px;
		text-decoration: none;
	}
	.main-nav .sub-menu a:hover{
		color: #fff;
	}


	/* mobile navigation */

	.mobile-main-nav{
		background-color: #eee;
		height: 80vh;
		overflow: auto;
		padding: 0 15px;
		display: none;
	}
	.mobile-main-nav a{
		text-decoration: none;
	}
	.mobile-main-nav .menu{
		margin: 0;
	}
	.mobile-main-nav .menu-item a{
		display: block;
		padding: 5px;
		border-bottom: solid 1px #666;
	}
	.mobile-main-nav .menu > .menu-item > a{
		display: block;
		padding: 5px;
		border-bottom: solid 1px rgba(0,0,0,0.4);	
	}

	.mobile-main-nav .menu-item .menu-item{
		padding-left: 15px;
	}

	/* header search */
	
	.header-search{
		display: block;
		position: absolute;
		width: calc(100% - 200px);
		height: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		overflow: hidden;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
	}
	.searching .header-search{
		height: 100%;
		opacity: 1;
		overflow: visible;
	}
	.header-search input{
		height: 100%;
		width: 100%;
		border: none;
		padding: 0 40px;
		background-color: #f6f6f6;
	}
	.header-search input:focus{
		border: none;
		background-color: #eee;
	}
	.searching .main-nav{
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		opacity: 0;
	}
	.header-search-toggle li{
		vertical-align: middle;
	}
	.header-search-toggle a{
		height: 24px !important;
		line-height: 22px !important;
		background-color: rgba(0, 0, 0, 0.07);
		padding: 0 9px;
	}
	.header-search-toggle a i{
		line-height: 22px;
	}
	.header-search-toggle i{
		background: url(../images/search_top.png) no-repeat center;
		font-size: 17px;
		font-weight: bold;
		width: 18px;
		height: 22px;
	}
	.header-search-toggle i:before{ 
		content: none; 
	}
	.header-search-close{
		display: block;
		width: 26px;
		height: 26px;
		position: absolute;
		right: 26px;
		background: url(../images/search-header-close.png) no-repeat center;
		opacity: 0.3;
	}
	.header-search-close:hover{
		opacity: 0.6;
	}





/* Main Slider */

.main-slider{
	line-height: 750px;
	font-size: 70px;
	color: #fff;
	background-color: #D9DDE0;
	background: url(images/demo/slider_2.jpg) no-repeat center;
	background-size: cover; 
	text-align: center; 
}


/* Content */


	/* post basics */
	.post-content img{
		max-width: 100%;
		height: auto;
	}
	.post-content ul ul,
	.post-content ul ol,
	.post-content ol ul,
	.post-content ol ol{
		padding-left: 30px;
	}
	.post-content ul{
		list-style: disc;
	}
	.post-content ol{
		list-style: upper-roman ;
	}
	.post-content ol ol{
		list-style: lower-roman ;
	}
	.post-content pre{
		overflow: auto;
	}
	.post-content table{
		border-top: solid 2px #ccc;
		border-bottom: solid 2px #ccc;
		border-collapse:collapse;
		margin-bottom: 20px;
	}
	.post-content th{
		font-weight: bold;
		background: #f4f4f4;
		padding: 3px 10px;
	}
	.post-content td{
		border-top: solid 1px #ccc;
		margin: 0;
		padding: 3px 10px;
	}
	.post-content table tr:first-child td{
		border-top: none;
	}
	blockquote{
		background: #f9f9f9;
		border-left: 2px solid #ccc;
		margin: 1.5em 0;
		padding: 15px 20px;
		}
	blockquote:before{
		color: #ccc;
		content: '\f10d';
		font-size: 1.3em;
		line-height: 0.1em;
		margin-right: 0.6em;
		font-family: fontawesome;
		}
	blockquote p{
		display: inline;
		}



	/*** section titles ***/
	.custom-title-1{
		font-size: 24px;
		font-weight: 400;
		text-transform: none;
	}
	.custom-title-1 strong{
		font-weight: 600;
	}
	.custom-title-2{
		font-size: 22px;
		font-weight: 700;		
	}
	.custom-title-3{
		font-size: 24px;
		font-weight: 700;		
	}
	.custom-title-4{
		font-size: 28px;
		font-weight: 600;		
	}
	.custom-title-5{
		font-size: 22px;
		font-weight: 600;		
	}


/* Title bar */

	.title-bar--archive, .title-bar--content-light *{ color: #fff; }
	.title-bar--content-dark, .title-bar--content-dark *{ color: #000; }

	.title-bar__data.align-left .title-bar__subtitle{ margin-left: 0; }
	.title-bar__data.align-right .title-bar__subtitle{ margin-right: 0; }

	/* :archive */
	.title-bar--archive{
		line-height: 1.4;
		padding: 50px 0;
		background-color: #f6f6f6;
	}
	.title-bar--archive h1{
		font-size: 22px;
		font-weight: 700;
		line-height: 1.4;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.title-bar--archive .title-bar__subtitle{
		font-size: 18px;
		font-weight: 300;
		color: #9c9c9c;
		margin-top: 12px;
	}

	/* :page */
	.title-bar--page{ padding-top: 30px; padding-bottom: 30px; }
	.title-bar--page h1{ font-size: 24px; font-weight: 700px; line-height: 1.3; margin-bottom: 0; letter-spacing: 0.06em; }
	.title-bar--page .title-bar__subtitle{ font-size: 16px; font-weight: 300; max-width: 860px; margin: 24px auto 0; }

	/* :post */
	.title-bar--post{
		line-height: 1.4;
		padding: 50px 0;
		background-color: #f6f6f6;
	}
	.title-bar--post h1{
		font-size: 28px;
		font-weight: 700;
		line-height: 1.4;
		margin: 0;
		letter-spacing: 0.06em;
	}
	.title-bar--post .title-bar__subtitle{
		font-size: 18px;
		font-weight: 300;
		color: #9c9c9c;
		margin-top: 12px;
	}


/* post */
	
	.post-wrapper{
		margin-bottom: 60px;
	}
	.post-tags{
		margin-bottom: 24px;
	}
	.post-category{
		margin-bottom: 4px;
	}
	.post-share a{
		color: #9c9c9c;
		display: inline-block;
		font-size: 17px;
		margin-right: 10px;
	}

/* post : portfolio item */

	.port-info-wrapper{
		background: #eee;
		border: solid 1px #ccc;
		padding: 14px;
	}
	.port-info{
		margin-bottom: 10px;
		font-size: 12px;
	}
	.port-info:last-child{
		margin-bottom: 0;
	}
	.port-info h3,
	.port-info h4{
		display: inline-block;
		font-size: 10px;
		margin-right: 6px;
		margin-bottom: 0;
		color: #777;
		font-weight: 700;
	}
	.port-info h3:after,
	.port-info h4:after{
		content: ":";
	}


/* entry featured media */
	.entry-featuredmedia{
		margin-bottom: 55px;
		}
	.port-featuredmedia{
		margin-bottom: 80px;
		}

			/*thumb*/
			.entry-featuredmedia--thumbnail > div{
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center;
				height: 0;
				padding-bottom: 50%;
				}

			/*video*/
			.entry-featuredmedia--video{
				background: #111;
				height: 0;
				padding-bottom: 56%;
				position: relative;
				}
			.entry-featuredmedia--video iframe{
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				}

			/*quote*/
			.entry-featuredmedia--quote{
				background-color: #fafafa;
				font-size: 25px;
				padding: 70px 5%;
				line-height: 1.5;	
				}


			/*gallery*/
			.entry-featuredmedia--gallery{
		 		background-color: #eee;
		 		height: 0;
		 		padding-bottom: 45%;
		 		position: relative;
		 		}
		 	.entry-featuredmedia--gallery__inner{
		 		position: absolute;
		 		top: 0;
		 		left: 0;
		 		width: 100%;
		 		height: 100%;
			 	overflow: hidden;
		 		}
		 	.entry-featuredmedia--gallery__slides{
		 		width: 100%;
		 		height: 100%;
		 		position: relative;
		 		transition: all 1s;
		 		-webkit-transition: all 1s;
		 		}
		 	.entry-featuredmedia--gallery__slide{
		 		background-position: center;
		 		background-size: cover;
		 		background-repeat: no-repeat;
		 		position: absolute;
		 		top: 0;
		 		left: 0;
		 		width: 100%;
		 		height: 100%;
		 		}
			.entry-featuredmedia--gallery__arrow{
				background-color: rgba(255,255,255,1);
				background-position: center;
				background-repeat: no-repeat;
				cursor: pointer;
				text-align: center;
				line-height: 52px;
				font-family: quicksand;
				font-size: 22px;
				font-weight: 700;
				color: #464646;
		 		position: absolute;
		 		top: 50%;
		 		width: 42px;
		 		height: 52px;
		 		z-index: 2;
		 		opacity: 1;
		 		transform: translateY(-50%);
		 		-webkit-transform: translateY(-50%);
		 		opacity: 0.4;
		 		}
	 		.entry-featuredmedia--gallery__arrow:hover{
		 		opacity: 0.6;
		 		}
				.entry-featuredmedia--gallery__arrow.goLeft { left: 0; border-radius: 0 4px 4px 0; }
				.entry-featuredmedia--gallery__arrow.goRight { right: 0; border-radius: 4px 0 0 4px; }
		 	@media screen and (min-width:901px){
			.entry-featuredmedia--gallery__arrow{
		 		width: 42px;
			 	}
		 	}


/*	blog listing  */

	.blog-wrapper{
	}
	.blog-wrapper > article{
		margin-bottom: 80px;
	}
	.blog-wrapper .post-media{
		margin-bottom: 25px;
	}
	.blog-wrapper .post-media .entry-featuredmedia{
		margin-bottom: 0;
	}
	.blog-wrapper .post-header{
		margin-bottom: 10px;
	}
	.blog-wrapper h1{ 
		/*font-size: 24px;*/
		font-size: 32px;
		font-weight: 600;
		/*text-transform: uppercase;*/
		line-height: 1.4;
		margin-bottom: 2px;
	}	
	.blog-wrapper h1 a{ 
		text-decoration: none;
	}	
	.blog-wrapper h1 a:hover{ 
		color: #00BD9C;
	}	
	.blog-wrapper .metadata{
		color: #7e7e7e;
		font-size: 13px;
		font-weight: 600;
	}
	.blog-wrapper .metadata span{
		margin-right: 24px;
	}
	.blog-wrapper .metadata--2{
		display: none;
	}
	.blog-wrapper .post-readmore{
		margin-top: 10px;
	}


/*	blog masonry listing  */

	.blog-masonry-wrapper{
		margin-left: -40px;
	}
	.blog-masonry-wrapper .post{
		margin-bottom: 20px;
		width: 33%;
		padding: 0 0 40px 40px;
	}
	.blog-masonry-wrapper .post-media{
		margin-bottom: 18px;
	}
	.blog-masonry-wrapper .post-media .entry-featuredmedia{
		margin-bottom: 0;
	}
	.blog-masonry-wrapper .post-media .entry-featuredmedia--gallery{
		padding-bottom: 66%;
	}
	.blog-masonry-wrapper .post-header{
		margin-bottom: 10px;
	}
	.blog-masonry-wrapper h1{ 
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1.5;
		margin-bottom: 2px;
	}	
	.blog-masonry-wrapper h1 a{ 
		text-decoration: none;
	}	
	.blog-masonry-wrapper h1 a:hover{ 
		color: #00BD9C;
	}	
	.blog-masonry-wrapper .post-content{
		max-height: 74px;
		overflow: hidden;
	}
	.blog-masonry-wrapper .metadata{
		display: none;
	}
	.blog-masonry-wrapper .metadata--2{
		color: #7e7e7e;
		font-size: 13px;
		font-weight: 600;
		margin-top: 12px;
	}
	.blog-masonry-wrapper .metadata--2 span{
		display: block;
	}
	.blog-masonry-wrapper .metadata--2 .meta__author{
	}
	.blog-masonry-wrapper .metadata--2 .meta__author{
		color: #00BD9C;
		font-size: 12px;
		font-weight: 300;
	}
	.blog-masonry-wrapper .post-readmore{
		display: none;
	}

	/* listing pagination */

	.listing-paginate{
		position: relative;
		}
	.listing-paginate:before{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		top: 24px;
		background-color: #e5e5e5;
		position: absolute;
		}
	.listing-paginate .page-numbers{
		background-color: #fff;
		font-family: Open sans;
		font-weight: 400;
		display: inline-block;
		height: 48px;
		line-height: 46px;
		width: 48px;
		border: solid 1px #e5e5e5;
		font-size: 11px;
		float: left;
		margin-right: -1px;
		text-decoration: none;
		text-align: center;
		position: relative;
		letter-spacing: 0.15em;
		}
	.listing-paginate .page-numbers:hover{
		background: #eee;
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
		color: #000;
		}
	.listing-paginate .page-numbers.next,
	.listing-paginate .page-numbers.prev{
		font-size: 11px;
		width: auto;
		padding-left:20px;
		padding-right: 20px;
		text-transform: uppercase;
		}
	.listing-paginate .page-numbers.current{
		background: #eee;
		}

	/** Paginated posts **/
		
	.post-pagination{
		margin-bottom: 70px;
		}
	.post-pagination span{
		display: inline-block;
		height: 24px;
		width: 24px;
		line-height: 24px;
		color: #fff;
		position: relative;
		z-index: 2;
		text-align: center;
		}
	.post-pagination a span{
		color: #000;
		}
	.post-pagination span:after{
		content: " ";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		height: 90%;
		width: 90%;
		background: #ccc;
		z-index: -1;
		border-radius: 50px;
		transition: all 0.2s;
		}
	.post-pagination a span:after{
		height: 60%;
		width: 60%;
		opacity: 0;
		}
	.post-pagination a:hover span:after{
		height: 90%;
		width: 90%;
		background: #eee;
		opacity: 1;
		}
		
	/* pagination links */

	.pagination-links a {
	    text-decoration: none;
	    margin-right: 34px;
	}



/*-------------------------------------
 *	SIDEBARS AND WIDGETS
 *-------------------------------------*/

	/* sidebar */
	.s-sidebar{
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
		}
	@media screen and (min-width:901px){
	.s-sidebar{
		padding-top:60px;
		padding-bottom: 60px;
		}		
	}
 	.sidebar{
		font-size: 14px;
		}
		.sidebar ul,
		.sidebar ol{
			padding: 0;
			}
		.sidebar ul,
		.sidebar ol,
		.sidebar li{
			list-style: none;
			}

 	.s-sidebar--right-sidebar{ border-left: solid 1px #eee; }
 	.s-sidebar--left-sidebar{ border-right: solid 1px #eee; }
			
		/* widget */
		.sidebar .widget{
			border-bottom: solid 1px #eee;
			padding: 30px 40px;
			}
		/*.s-sidebar--right-sidebar .widget{ padding-right: 0; }*/
		/*.s-sidebar--left-sidebar .widget{ padding-left: 0; }*/
		.sidebar > ul{
			margin: 0;
			}
		.sidebar .widget:last-child{
			border-bottom: none;
			}
			.sidebar .widgettitle{
				font-size: 14px;
				font-weight: 800;
				text-transform: uppercase;
				letter-spacing: 0.06em;
				}
			.sidebar .widget img{
				max-width: 100%;
				height: auto;
				}
			.sidebar .widget select{
				max-width: 100%;
				}
				
		/* widget: RECENT POSTS, CATEGORIES, ARCHIVE, PAGES, MOSTLIKEDPOSTS, NAV MENU */
		.sidebar .widget_recent_entries li,
		.sidebar .widget_categories li,
		.sidebar .widget_archive li,
		.sidebar .widget_pages li,
		.sidebar .widget_mostlikedposts li,
		.sidebar .widget_nav_menu li{
			border-bottom: solid 1px #ddd;
			display: block;
			padding: 10px 0 10px 20px;
			position: relative;
			}
		.sidebar .widget_recent_entries li:first-child,
		.sidebar .widget_categories li:first-child,
		.sidebar .widget_archive li:first-child,
		.sidebar .widget_pages li:first-child,
		.sidebar .widget_mostlikedposts li:first-child,
		.sidebar .widget_nav_menu li:first-chld{
			border-top: solid 1px #ddd;
			}
		.sidebar .widget_recent_entries li:before,
		.sidebar .widget_categories li:before,
		.sidebar .widget_archive li:before,
		.sidebar .widget_pages li:before,
		.sidebar .widget_mostlikedposts li:before,
		.sidebar .widget_nav_menu li:before{
			content: url(../images/modern/list-arrow.png);
			display: block;
			position: absolute;
			left: 0;
			}
		.sidebar .widget_nav_menu .current-menu-item{
			font-weight: 600;
			}
			.sidebar .widget .children{
				margin-top: 10px;
				}
			.sidebar .widget .children li{
				border-top: solid 1px #ddd;
				border-bottom: none;
				display: block;
				padding: 10px 0 10px 20px;
				position: relative;
				}

		/* widget: TAG CLOUD */
		.widget_tag_cloud .tagcloud:after{
			content: " ";
			clear: both;
			display: block;
			}
		.widget_tag_cloud .tagcloud a{
			border: solid 1px #ccc;
			display: block;
			float: left;
			font-size: 12px !important;
			line-height: 1;
			margin: 0 7px 7px 0;
			padding: 5px 7px;
			}
		.widget_tag_cloud .tagcloud a:hover{
			background-color: rgba(0,0,0,0.05);
			color: #000;
			}



	/*calendar*/
	table#wp-calendar{
		width: 100%;
		border-color: rgba( 255, 255, 255, 0.3 );
		}
	tfoot .pad{
		border: none;
		}
	table#wp-calendar > tbody > tr > td > a{
		font-weight:bold;
		font-size:12px;
		}
	thead > tr > th{
		width:20px;
		height:20px;
		text-align:center;
		}
	table#wp-calendar tbody > tr > td{
		width:20px;
		height:20px;
		text-align:center;
		border-color: rgba( 255, 255, 255, 0.3 );
		padding: 8px 0;
		}
	tfoot > tr > td > a,
	tfoot > tr > td > a:link,
	tfoot > tr > td > a:visited,
	tfoot > tr > td > a:hover,
	tfoot > tr > td > a:active{
		font-weight:bold;
		font-size:12px;
		height:20px;
		}
	tfoot > tr > td#prev{
		border: none;
		width:58px;
		height:20px;
		text-align:left;
		}
	tfoot > tr > td#next{
		border: none;
		width:58px;
		height:20px;
		text-align:right;
		}
	
	.sidebar table#wp-calendar,
	.sidebar table#wp-calendar tbody > tr > td{
		border-color: #ddd;
		}


	/** Widget: FLICKR **/
	
	.widget_the1_flickr_widget .flickr_badge_image{
		float: left;
		margin: 0 10px 10px 0;
		width: 72px;
		height: 72px;
		}


	/** Widget: TEMP IMAGES **/
	
	.widget_tempimages > div a{
		display: block;
		float: left;
		width: 29.33%;
		padding-bottom: 29.33%;
		background-size: cover;
		background-position: center;
		margin: 0 4% 4% 0;
		}


	/** Widget: INSTAGRAM **/
	
	.themes1-instagram-feed{
		font-size: 12px;
		text-align: right;
		}
		.the1_instagram__pics{
			margin: 0 -5px;
			}
		.the1_instagram__pics li{
			list-style: none;
			float: left;
			width: 33.333%;
			margin: 0;
			padding: 5px;
			position: relative;
			}
		.the1_instagram__pics li > a{
			display: block;
			width: 100%;
			height: 0;
			padding-bottom: 100%;
			overflow: hidden;
			position: relative;
			border: none;
			}
		.the1_instagram__pics img{
			display: block;
			position: absolute;
			width: 100%;
			height: auto;
			}



/*-------------------------------------
 *	COMMENTS & CONTACT FORMS
 *-------------------------------------*/

	
	/* Comments */

	#comments{
		padding-top: 50px;
		}

	.comment-form:after{
		content: "";
		clear: both;
		display: block;
		}

	.comments-description{
		font-family: Open Sans;
		font-size: 13px;
		letter-spacing: 0.03em;
		}
	.comments-form-wrapper,
	.comment-form .form-submit{
		display: block;
		}
	.comment-respond{
		color: #000;
		}
 	.commentlist{
		margin-bottom: 80px;
		list-style: none !important;
		padding-left: 0px;
		}
		.commentlist .comment{
			margin-bottom: 30px;
			}
			.comment .comment-body{
				/*border: solid 1px rgba(0,0,0,0.2);*/
				margin-bottom: 22px;
				position: relative;
				/*padding: 17px 25px 17px 20px;*/
				font-size: 14px;
				line-height: 1.7;
				}
			.comment .comment-body p{
				line-height: 1.8;
				}
				.comment .comment-body:hover,
				.comment:hover .comment-respond{
					/*border: solid 1px rgba(0,0,0,0.4);*/
					/*box-shadow: 4px 5px 3px rgba(0,0,0,0.07);*/
					}
					
				.comment .comment-edge{
					position: absolute;
					top: 20px;
					left: -14px;
					overflow: hidden;
					width: 14px;
					height: 14px;
					}
					.comment-edge > div{
						background-color: #fff;
						border: solid 1px rgba(0,0,0,0.2);
						width: 18px;
						height: 18px;
						transform: skew(45deg);
						-ms-transform: skew(45deg);
						-webkit-transform: skew(45deg);
						margin: 0 0 0 8px;
						}
					.comment-body:hover .comment-edge > div{
						border: solid 1px rgba(0,0,0,0.4);
						}
						
				.comment .comment-author{
					line-height: 1.5;
					font-family: Open Sans;
					font-weight: 400;
					float: left;
					}
				.comment .comment-user{
					margin-bottom: 4px;
					font-size: 11px;
					font-weight: 700;
					}
				.comment .comment-user a{
					text-decoration: none;
					}
				.comment .comment-text{
					margin-left: 120px;
					margin-bottom: 8px;
					}
				.comment .comment-date{
					font-size: 11px;
					font-weight: 700;
					margin-bottom: 15px;
					margin-left: 120px;
					}
				.comment .comment-reply a,
				#cancel-comment-reply-link{
					font-size: 10px !important;
					display: inline-block;
					font-family: arial;
					background: #f4f4f4;
					color: #aaa;
					letter-spacing: 0;
					padding: 0 9px;
					height: 18px;
					line-height: 18px;
					text-transform: uppercase;
					margin-left: 10px;
					}
				.comment .comment-respond{
					border: solid 1px rgba(0,0,0,0.2);
					padding: 17px 25px 17px 20px;
					margin: -15px 0 40px;
					}

				.comment-reply{
					/* display: none; */
				}
				.comment-body:hover .comment-reply{
					display: inline-block;
				}
	

			.commentlist .children{
				margin-left: 30px;
				}
			.children .comment-edge{
				top: -10px;
				left: 14px;
				width: 19px;
				height: 10px;
				}
			.children .comment-edge > div{
				width: 18px;
				height: 18px;
				transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				margin: 4px 0 0 0;
				}


 	/* Contact and forms */

 	#comments > h3,
	.comment-reply-title{
		font-weight: 700;
		font-size: 16px;
		}
	
	.comment-form input[type=text],
	.comment-form input[type=password],
	.comment-form input[type=email],
	.comment-form textarea{
		display: block;
		margin: 0;
		padding: 10px 8px 10px 29px;
		border-radius: 1px;
		width: 100%;
		font-size: 11px;
		background-position: 0 -4px;
		}

	.cf-element-wrapper{
		margin-bottom: 25px;
		}
			
		
		/** errors on fields **/
		
		#cf-form input[type="text"].required-error,
		#cf-form input[type="password"].required-error,
		#cf-form textarea.required-error{
			border-color: #d77;
			}
				
						
		/** element wrapper **/
		
		.cf-element-wrapper{
			}
		
		.cf-element-wrapper input[type="submit"]{
			margin-top: 10px;
			}


		/** plugin: CONTACT FORM 7 **/
		
		.wpcf7-form p{
			margin-bottom: 30px;
			}
		.wpcf7-form input[type=text],
		.wpcf7-form input[type=password],
		.wpcf7-form input[type=email],
		.wpcf7-form textarea{
			background-repeat: no-repeat;
			background-position: 6px -4px;
			margin: 0;
			width: 100%;
			display: block;
			padding: 12px;
			border-radius: 2px;
			}
		.wpcf7-response-output{
			margin: 0 0 30px !important;
			}



/* Footer */

.footer-wrapper{
	background-color: #222325;
	padding: 60px 0 30px;
	color: #7e7e7e;
}
.footer-wrapper ul{
	padding: 0;
	margin: 0;
}
.footer-wrapper a{
	color: #7e7e7e;
}

/* Footer Widgets */

	.footer-wrapper .widget{
		padding-top: 0;
		margin-bottom: 30px;
		list-style: none;
		padding-bottom: 0;
		}
	.footer-wrapper .widgettitle{
		color: #e2e2e2;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 26px;
		}
	.footer-wrapper .widget_recent_entries a,
	.footer-wrapper .widget_categories a,
	.footer-wrapper .widget_archive a,
	.footer-wrapper .widget_pages a,
	.footer-wrapper .widget_mostlikedposts a,
	.footer-wrapper .widget_nav_menu a{
		border-bottom: none;
		padding: 0px 0 0 14px;
		display: block;
		position: relative;
		margin-bottom: 12px;
		}
	.footer-wrapper .widget_recent_entries a:before,
	.footer-wrapper .widget_categories a:before,
	.footer-wrapper .widget_archive a:before,
	.footer-wrapper .widget_pages a:before,
	.footer-wrapper .widget_mostlikedposts a:before,
	.footer-wrapper .widget_nav_menu a:before{
		content: '>';
		font-family: quicksand;
		position: absolute;
		font-size: 10px;
		font-weight: 700;
		top: 5px;
		left: 0;
		}



/* Copyright */
.copyright-wrapper{
	background-color: #101010;
	padding: 18px 0;
	color: #666;
	font-size: 11px;
}
.copyright-wrapper a{
	color: #ccc;
	text-decoration: none;
}





/* SHOP
/*-----------------------------------*/

	/* listing */
	.shopitem{
		padding-bottom: 50px;
	}
	.shopitem a{
		display: block;
		text-decoration: none;
	}
	.shopitem__thumbnail{
		padding-bottom: 66%;
		background-position: center;
		background-size: cover;
		display: block;
	}
	.shopitem__data{
		background-color: #f6f6f6;
		color: #464646;
		display: block;
		font-size: 14px;
		padding: 16px;
		padding-right: 56px;
		position: relative;
	}
	.shopitem__title{
		font-weight: 600;
		text-transform: uppercase;
	}
	.shopitem__category{

	}
	.shopitem__price{
		position: absolute;
		right: 16px;
	}

	/* single */
	.shopitemsingle .entry-title{
		font-size: 18px;
		font-weight: 700;
	}
	.shopitemsingle .entry-excerpt{
		margin-bottom: 30px;
	}
	.shopitemsingle .price-wrapper{
		display: inline-block;
		margin-bottom: 30px;
		vertical-align: middle;
	}
	.shopitemsingle .price{
		margin: 0 20px 0 0;
	}
	.shopitemsingle .amount{
		font-size: 36px;
		color: #464646;
		font-weight: 400;
	}
	.shopitemsingle .cart{
		display: inline-block;
		vertical-align: middle;
	}

	.shopitemsingle .related{
		margin-top: 40px;
	}
	.shopitemsingle .related-title{
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 35px;
	}



/* FEATURES
/*-----------------------------------*/


/* Custom Lists */
	
	.post-content ul, .post-content ol, 
	.post-content .ul--none, .post-content .ol--none, 
	.post-content .ul--dash, .post-content .ol--dash,
	.post-content .ul--plus, .post-content .ol--plus,
	.post-content .ul--dot, .post-content .ol--dot,
	.post-content .ul--arrow, .post-content .ol--arrow,
	.post-content .ul--arrowcircle, .post-content .ol--arrowcircle{
		padding-left: 1.5em;
	}

	.post-content  .ul--none li,
	.post-content  .ul--dash li,
	.post-content  .ul--plus li,
	.post-content  .ul--dot li,
	.post-content  .ul--arrow li,
	.post-content  .ul--arrowcircle li{ 
		margin-bottom: 9px;
	}

	.post-content li:before,
	.post-content .ul--none li:before, .post-content .ol--none li:before,
	.post-content .ul--dash li:before, .post-content .ol--none li:before,
	.post-content .ul--plus li:before, .post-content .ol--none li:before,
	.post-content .ul--dot li:before, .post-content .ol--none li:before,
	.post-content .ul--arrow li:before, .post-content .ol--none li:before,
	.post-content .ul--arrowcircle li:before, .post-content .ol--none li:before{
		font-family: 'FontAwesome';
		margin-left: -1.5em;
		position: absolute;
		color: #00bd9c;
	}
	
	/*** list: default ***/		.post-content li:before{ content: "-"; }
	/*** list: default ***/		.post-content ol > li:before{ content: none; }
	/*** list: dash ***/		.post-content .ul--dash li:before, .post-content .ol--dash li:before{ content: "-"; }
	/*** list: plus ***/		.post-content .ul--plus li:before, .post-content .ol--plus li:before{ content: "+"; }
	/*** list: dot ***/			.post-content .ul--dot li:before, .post-content .ol--dot li:before{ content: "\f111"; font-size: 0.8em; margin-top: 0.3em; }
	/*** list: arrow ***/		.post-content .ul--arrow li:before, .post-content .ol--arrow li:before{ content: "\f105"; }
	/*** list: arrowcircle ***/	.post-content .ul--arrowcircle li:before, .post-content .ol--arrowcircle li:before{ content: "\f138"; font-size: 1em; margin-top: 0.05em; }

	/*** listitem: dash ***/		.post-content .li--dash:before{ content: "-" !important; }
	/*** listitem: plus ***/		.post-content .li--plus:before{ content: "+" !important; }
	/*** listitem: dot ***/			.post-content .li--dot:before{ content: "\f111" !important; font-size: 0.8em; margin-top: 0.3em; }
	/*** listitem: arrow ***/		.post-content .li--arrow:before{ content: "\f105" !important; }
	/*** listitem: arrowcircle ***/	.post-content .li--arrowcircle:before{ content: "\f138" !important; font-size: 1em; margin-top: 0.05em; }



/* Grid layouts */

	/*** style 1 ***/
	.short-post.style1{
		margin-bottom: 40px;
	}
	.short-post--single.style1{
		margin-bottom: 0;
	}
	.short-post.style1 .short-post__thumb{
		display: block;
		background-position: center;
		background-color: #eee;
		background-size: cover;
		padding-bottom: 100%;
		position: relative;
	}
	.short-post.style1 .short-post__thumb:after{
		content: "";
		background-color: #444;
		opacity: 0;
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.short-post.style1 .short-post__thumb:hover:after{
		opacity: 0.2;
	}

	/*** style 2 ***/
	.short-post.style2{
	}
	.short-post.style2 .short-post__thumb{
		display: block;
		background-position: center;
		background-color: #eee;
		background-size: cover;
		padding-bottom: 100%;
		position: relative;
	}
	.short-post.style2 .short-post__thumb:after{
		content: "";
		background-color: #444;
		opacity: 0;
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.short-post.style2 .short-post__thumb:hover:after{
		opacity: 0.2;
	}

/*** style 3 ***/
	.short-post.style3{
		margin-bottom: 50px;
	}
	.short-post--single.style3{
		margin-bottom: 0;
	}
	.short-post.style3 .short-post__thumb{
		display: block;
		background-position: center;
		background-color: #eee;
		background-size: cover;
		margin-bottom: 24px;
		padding-bottom: 65%;
		position: relative;
	}
	.short-post.style3 .short-post__thumb span{
		background-color: #00BD9C;
		width: 100%;
		height: 100%;
		display: block;
		opacity: 0;
		transition: opacity 0.3s;
		position: absolute;
		color: #fff;
		padding: 28px 20px;
		font-size: 17px;
	}
	.short-post.style3:hover .short-post__thumb span{
		opacity: 0.95;
	}
	.short-post.style3 .short-post__title{
		font-size: 14px;
		font-weight: 600;
		line-height: 1.6;
		margin-bottom: 12px;
		text-transform: uppercase;
	}
	.short-post.style3 p{
		display: block;
		height: 50px;
		overflow: hidden;
	}

	/*** style 4 ***/
	.short-post.style4{
		padding: 0 0px;
	}
	.short-post--single.style4{
		margin-bottom: 0;
	}
	.short-post.style4 .short-post__thumb{
		display: block;
		background-position: center;
		background-color: #eee;
		background-size: cover;
		padding-bottom: 60%;
		position: relative;
	}
	.short-post.style4 .short-post__thumb:hover:after{
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0,189,156,0.25);
	}
	.short-post.style4:hover .short-post__thumb span{
		opacity: 0.95;
	}
	.short-post.style4 .short-post__content{
		background-color: #fff;
		padding: 23px 28px;
	}
	.short-post.style4 .short-post__title{
		font-size: 16px;
		font-weight: 600;
		line-height: 1.6;
		margin-bottom: 12px;
		text-transform: uppercase;
	}
	.short-post.style4 .short-post__title a{
		color: #464646;
		text-decoration: none;
	}
	.short-post.style4 .short-post__excerpt{
	}
	.short-post.style4 .short-post__meta{
	}
	.short-post.style4 .short-post__date{
		display: block;
		font-size: 13px;
		font-weight: 600;
		color: #7e7e7e;
	}
	.short-post.style4 .short-post__author{
		display: block;
		font-size: 12px;
		color: #00BD9C;
		font-weight: 300;
	}


/* Icon Boxes */

	/*** style 1 ***/
	.icon-box.style1{
		position: relative;
		padding: 7px 0 0 60px;
	}
	.icon-box.style1.iconcircle{
		padding: 15px 0 0 80px;
	}
	.icon-box.style1 i{
		font-size: 40px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.icon-box.style1.iconcircle i{
		border-radius: 100px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		text-align: center;
		display: inline-block;
	}
	.icon-box.style1 .icon-box__title{
		color: #464646;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.icon-box.style1 .icon-box__link{
		display: inline-block;
		margin-top: 22px;
	}

	/*** style 2 ***/
	.icon-box.style2{
		position: relative;
		padding: 0px 0 0 60px;
	}
	.icon-box.style2.iconcircle{
		padding: 0px 0 0 80px;
	}
	.icon-box.style2 i{
		font-size: 40px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.icon-box.style2.iconcircle i{
		border-radius: 100px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		text-align: center;
		display: inline-block;
	}
	.icon-box.style2 .icon-box__title{
		color: #464646;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.icon-box.style2 .icon-box__link{
		display: inline-block;
		margin-top: 22px;
	}

	/*** style 3 ***/
	.icon-box.style3{
		text-align: center;
	}
	.icon-box.style3 i{
		font-size: 40px;
		margin-bottom: 28px;
		display: inline-block;

	}
	.icon-box.style3.iconcircle i{
		border-radius: 100px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 30px;
		text-align: center;
	}
	.icon-box.style3 .icon-box__title{
		color: #464646;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.icon-box.style3 .icon-box__link{
		display: inline-block;
		margin-top: 22px;
	}

	/*** style 4 ***/
	.icon-box.style4{
		text-align: center;
		background-color: #fff;
		padding: 0px 20px 44px;
	}
	.icon-box.style4 i{
		font-size: 20px;
		margin-bottom: -10px;
		display: inline-block;
		position: relative;
		top: -30px;
	}
	.icon-box.style4.iconcircle i{
		border-radius: 100px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		text-align: center;
	}
	.icon-box.style4 .icon-box__title{
		color: #464646;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.icon-box.style4 .icon-box__link{
		display: inline-block;
		margin-top: 22px;
	}

	/*** ICON STYLES ***/
	.icon-box i.fill{
		background-color: #00BD9C;
		color: #fff;
	}
	.icon-box i.outline{
		box-shadow: inset 0 0 0 1px #aaa;
	}


/* Section Title-subtitle */
	
	.section-header{
		text-align: center;
	}
	.section-title{
		font-size: 22px;
		font-weight: 700;
	}
	.section-subtitle{
		font-size: 18px;
		font-weight: 300;
	}


/* Testimonials */

	.testimonials{
	}
	.testimonials__title{
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 34px;
	}
	.testimonials__list{
		margin: 0;
	}
	.testimonials__avatar{
		background-color: #aaa;
		background-position: center;
		background-size: cover;
		border-radius: 100px;
		margin: 5px auto 28px;
		width: 70px;
		height: 70px;
		position: relative;
	}
	.testimonials__avatar:before{
		content: " ";
		display: block;
		border: solid 1px #e2e2e2;
		border-radius: 100px;
		position: absolute;
		top: -5px;
		left: -5px;
		bottom: -5px;
		right: -5px;
	}
	.testimonials__text{
		font-size: 16px;
		font-weight: 400;
		max-width: 850px;
		margin: 0 auto;
	}
	.testimonials__author{
		color: #00bd9c;
		font-weight: 600;
		font-size: 14px;
		margin-top: 22px;
	}
	.testimonials .owl-controls{
		margin-top: 30px;
	}
	.testimonials .owl-dots{
		position: static;
	}

		/*** style1 ***/
		.testimonials--style1{
		}
		.testimonials--style1 .testimonials__title{
		}
		.testimonials--style1 .testimonials__list{
		}
		.testimonials--style1 .testimonials__avatar{
		}
		.testimonials--style1 .testimonials__avatar:before{
		}
		.testimonials--style1 .testimonials__text{
		}
		.testimonials--style1 .testimonials__author{
		}
		.testimonials--style1 .testimonials .owl-controls{
		}
		.testimonials--style1 .testimonials .owl-dots{
		}

		/*** style2 ***/
		.testimonials--style2 .testimonials__avatar{
			display: none;
		}

		/*** style3 ***/
		.testimonials--style3 .testimonials__avatar{
			display: none;
		}
		.testimonials--style3 .testimonials__text{
			font-size: 22px;
			font-weight: 300;
		}

		/*** style: neutral; ***/
		.testimonials--neutral .testimonials__title{ color: #464646; }
		.testimonials--neutral .testimonials__text{ color: #fff; }
		.testimonials--neutral .testimonials__author{ color: #00bd9c; }
		.testimonials--neutral .owl-dot{ border: solid 1px #fff; }
		.testimonials--neutral .owl-dot.active{ background-color: #fff; }

		/*** style: dark; ***/
		.testimonials--dark .testimonials__title{ color: #464646; }
		.testimonials--dark .testimonials__author{ color: #00bd9c; }

		/*** style: light; ***/
		.testimonials--light .testimonials__title{ color: #fff; }
		.testimonials--light .testimonials__avatar:before{ border: solid 1px #fff; }
		.testimonials--light .testimonials__text{ color: #fff; }
		.testimonials--light .testimonials__author{ color: #fff; }
		.testimonials--light .owl-dot{ border: solid 1px #fff; }
		.testimonials--light .owl-dot.active{ background-color: #fff; }




/* Skill Bars */

	.skill{
		margin-bottom: 20px;
	}
	.skill__label{
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		float: left;
	}
	.skill__bar{
		height: 7px;
		background-color: #e2e2e2;
		float: left;
		width: 100%;
		margin-top: 5px;
	}
	.skill__progress{
		height: 7px;
		background-color: #00BD9C;
		position: relative;
	}

	/*** style1 ***/
	.skill--style1{}
	.skill--style1 .skill__label{ color: #9c9c9c; }
	.skill--style1 .skill__value--1{ 	   
		font-size: 12px;
		font-weight: 600;
		float: right;
		color: #9c9c9c;
	}
	.skill--style1 .skill__value--2{ display: none; }
	.skill--style1 .skill__bar{}
	.skill--style1 .skill__progress{}

	/*** style2 ***/
	.skill--style2{}
	.skill--style2 .skill__label{ color: #464646; font-weight: 700; }
	.skill--style2 .skill__value--1{ display: none; }
	.skill--style2 .skill__value--2{ 
	    width: 30px;
	    height: 20px;
	    background: #464646;
	    text-align: center;
	    line-height: 20px;
	    border-radius: 2px;
	    color: #fff;
	    font-size: 10px;
	    font-weight: 400;
	    position: absolute;
	    top: -28px;
	    right: -15px;
	}
	.skill--style2 .skill__value--2:after{ 
	    content: "";
	    display: block;
	    border: solid 5px transparent;
	    border-top-color: #464646;
	    position: absolute;
	    left: 10px;
	    bottom: -10px;
	}
	.skill--style2 .skill__bar{}
	.skill--style2 .skill__progress{}

	/*** style3 ***/
	.skill--style3{ 
		position: relative;
		padding-bottom: 28px; 
		margin-bottom: 17px;
	}
	.skill--style3 .skill__label{ 
		color: #666; 
		font-weight: 300;
		text-transform: none;  
		position: absolute;
		top: 24px;
		font-size: 14px;
	}
	.skill--style3 .skill__value--1{ display: none; }
	.skill--style3 .skill__value--2{ display: none; }
	.skill--style3 .skill__value--2:after{ 
	    content: "";
	    display: block;
	    border: solid 5px transparent;
	    border-top-color: #464646;
	    position: absolute;
	    left: 10px;
	    bottom: -10px;
	}
	.skill--style3 .skill__bar{ background-color: #f6f6f6; height: 12px; border-radius: 20px; background-color: #f7f7f7; box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); }
	.skill--style3 .skill__progress{ background-color: #afafaf; height: 12px; border-radius: 20px; background-color: rgba(0,0,0,0.75) !important; }



/* VC cta */
	
	.the1-cta{
		font-size: 20px;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
	}
	.the1-cta__button{
		text-align: center;
	}
	.the1-cta__button .the1-button{
		display: inline-block;
	}


/* VC team member */

	/*** style 1 ***/
	.team-member.style1{
	}
	.team-member.style1 .team-member__main{
		height: 0;
		padding-bottom: 130%;
		background-color: #eee;
		overflow: hidden;
		position: relative;
	}
	.team-member.style1 .team-member__image{
		width: 100%;
		height: 120%;
		background-color: #eee;
		background-size: cover;
		background-position: center;
		position: absolute;
		top: -10%;
		left: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.team-member.style1 .team-member__data{
		background-color: rgba(255,255,255,0.8);
		padding: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.team-member.style1 .team-member__name{
		font-size: 16px;
		font-weight: 600;
		color: #464646;
	}
	.team-member.style1 .team-member__main:hover .team-member__image{
		top: -17%;
	}
	.team-member.style1 .team-member__main:hover .team-member__data{
		opacity: 1;
	}
	.team-member.style1 .team-member__social{
		text-align: center;
		padding: 20px 10px;
	}
	.team-member.style1 .team-member__social a{
		display: inline-block;
		margin: 0 7px;
		color: #aaa;
		font-size: 17px;
	}

	/*** style 2 ***/
	.team-member.style2{
	}
	.team-member.style2 .team-member__image{
		height: 0;
		padding-bottom: 110%;
		background-color: #eee;
		background-size: cover;
		background-position: center;
	}
	.team-member.style2 .team-member__data{
		background-color: #fff;
		text-align: center;
		padding: 24px 20px 15px;
	}
	.team-member.style2 .team-member__name{
		font-size: 16px;
		font-weight: 600;
		color: #464646;
		margin-bottom: 8px;
	}
	.team-member.style2 .team-member__social{
		background-color: #fff;
		text-align: center;
		padding: 0 10px 20px;
	}
	.team-member.style2 .team-member__social a{
		display: inline-block;
		margin: 0 7px;
		color: #aaa;
		font-size: 17px;
	}

	/*** style 3 ***/
	.team-member.style3{
	}
	.team-member.style3 .team-member__image{
		height: 0;
		padding-bottom: 110%;
		background-color: #eee;
		background-size: cover;
		background-position: center;
	}
	.team-member.style3 .team-member__data{
		background-color: #fff;
		padding: 20px 0 15px;
	}
	.team-member.style3 .team-member__name{
		font-size: 16px;
		font-weight: 600;
		color: #464646;
	}
	.team-member.style3 .team-member__bio{
		margin-top: 16px;
	}
	.team-member.style3 .team-member__social{
		background-color: #fff;
	}
	.team-member.style3 .team-member__social a{
		display: inline-block;
		margin: 0 7px;
		color: #aaa;
		font-size: 17px;
	}


/* VC: pricing tables */

	.pricing{
		border-radius: 3px;
		text-align: center;
	}
	.pricing .pricing__type{
		text-transform: uppercase;
	}
	.pricing .pricing__feature:before{
		content: none;
	}

	/*** style 1 ***/
	.pricing--style1{
		border: solid 1px #e2e2e2;
		padding-bottom: 40px;
	}
	.pricing--style1 .pricing__mark{}
	.pricing--style1 .pricing__cost{
		background-color: #f6f6f6;
		padding: 16px;
	}
	.pricing--style1 .pricing__type{
		color: #9c9c9c;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 9px;
	}
	.pricing--style1 .pricing__currency{
		color: #464646;
		display: inline-block;
		font-size: 24px;
		font-weight: 300;
		line-height: 1;
		margin: 0 4px 0 -17px;
		vertical-align: text-top;
	}
	.pricing--style1 .pricing__price{
		color: #464646;
		display: inline-block;
		font-size: 44px;
		font-weight: 300;
		line-height: 1;
		vertical-align: top;
	}
	.pricing--style1 .pricing__period{
		font-size: 12px;
		margin-top: 3px;
	}
	.pricing--style1 .pricing__features{
		padding: 0;
	}
	.pricing--style1 .pricing__feature{
		padding: 11px 0;
	}
	.pricing--style1 .button{
		margin-top: 8px;
		padding: 8px 27px;
	}


	/*** style 2 ***/
	.pricing--style2{
		border: solid 1px #e2e2e2;
		padding-bottom: 30px;
		background-color: #f6f6f6;
	}
	.pricing--style2 .pricing__mark{}
	.pricing--style2 .pricing__cost{
		background-color: #464646;
		padding: 0 0 29px;
	}
	.pricing--style2 .pricing__type{
		background-color: #f6f6f6;
		color: #464646;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 16px;
		padding: 11px 0 7px;
	}
	.pricing--style2 .pricing__currency{
		color: #fff;
		display: inline-block;
		font-size: 24px;
		font-weight: 300;
		line-height: 1;
		margin: 0 0 0 -10px;
		vertical-align: text-top;
	}
	.pricing--style2 .pricing__price{
		color: #fff;
		display: inline-block;
		font-size: 48px;
		font-weight: 300;
		line-height: 1;
		padding-top: 9px;
		vertical-align: top;
	}
	.pricing--style2 .pricing__period{
		color: #fff;
		display: inline-block;
		font-size: 10px;
		font-weight: 600;
		margin-left: -3px;
		vertical-align: bottom;
	}
	.pricing--style2 .pricing__period:before{
		content: "/ ";
		font-size: 12px;
		font-weight: 300;
	}
	.pricing--style2 .pricing__features{
		background-color: #fff;
		padding: 18px 0;
		margin: 0 0 28px;
	}
	.pricing--style2 .pricing__feature{
		padding: 11px 0;
	}
	.pricing--style2 .button{
		margin-top: 8px;
		padding: 8px 21px;
	}

	/*** style 3 ***/
	.pricing--style3{
		border: solid 1px #e2e2e2;
		padding-bottom: 40px;
	}
	.pricing--style3 .pricing__mark{}
	.pricing--style3 .pricing__cost{
		background-color: #f6f6f6;
		padding: 16px;
	}
	.pricing--style3 .pricing__type{
		color: #9c9c9c;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 9px;
	}
	.pricing--style3 .pricing__currency{
		color: #464646;
		display: inline-block;
		font-size: 24px;
		font-weight: 300;
		line-height: 1;
		margin: 0 0 0 -10px;
		vertical-align: text-top;
	}
	.pricing--style3 .pricing__price{
		color: #464646;
		display: inline-block;
		font-size: 62px;
		font-weight: 300;
		line-height: 1;
		padding-top: 2px;
		vertical-align: top;
	}
	.pricing--style3 .pricing__period{
		display: inline-block;
		font-size: 14px;
		font-weight: 600;
		margin-left: -3px;
		vertical-align: bottom;
	}
	.pricing--style3 .pricing__period:before{
		content: "/ ";
		font-size: 16px;
		font-weight: 400;
	}
	.pricing--style3 .pricing__features{
		padding: 0;
	}
	.pricing--style3 .pricing__feature{
		padding: 11px 0;
	}
	.pricing--style3 .button{
		margin-top: 8px;
		padding: 8px 27px;
	}
		.pricing--style3.pricing--marked{ margin: -27px -1px 0; padding-bottom: 50px }
		.pricing--style3.pricing--marked .pricing__cost{ padding-bottom: 30px; }
		.pricing--style3.pricing--marked .pricing__type{ margin-bottom: 14px; }
		.pricing--style3.pricing--marked .pricing__feature{ padding: 14px 0; }
		.pricing--style3.pricing--marked .button{ margin-top: 15px; }



/* UI accordion */

	.theme-ui-accordion{

	}
	.theme-ui-accordion.vc_general.vc_tta .vc_tta-panel-heading{
		padding: 0;
		margin: 0;
		border: none;
		margin-bottom: 0;
	}
	.theme-ui-accordion.vc_general.vc_tta .vc_tta-panel-heading i{
		display: none;
	}
	.theme-ui-accordion.vc_general.vc_tta .vc_tta-panel-title{
		margin-bottom: 0;
	}
	.theme-ui-accordion.vc_general.vc_tta .vc_tta-panel-title a{
		display: block;
		margin: 0;
		margin-bottom: -1px;
		outline: 0;
		cursor: pointer;
		font-size: 12px;
		padding: 12px;
		text-transform: uppercase;
		font-weight: 700;
		color: #7e7e7e;
		line-height: 1.4;
		text-decoration: none;
	}
	.theme-ui-accordion.vc_general.vc_tta .vc_active .vc_tta-panel-title a{
	}
	.theme-ui-accordion.vc_general.vc_tta .vc_tta-panel-body{
		margin: 0;
		margin-bottom: -1px;
		padding: 10px;
	}

		/*** style1 ***/
		.theme-ui-accordion--style1.vc_general.vc_tta .vc_tta-panel-title a{
			border: solid 1px #e2e2e2;
			margin-bottom: -1px;
			color: #7e7e7e;
		}
		.theme-ui-accordion--style1.vc_general.vc_tta .vc_active .vc_tta-panel-title a,
		.theme-ui-accordion--style1.vc_general.vc_tta .vc_tta-panel-title.ui-state-active a{
			color: #00BD9C;
		}
		.theme-ui-accordion--style1.vc_general.vc_tta .vc_tta-panel-body{
			border: solid 1px #e2e2e2;
		}

		/*** style2 ***/
		.theme-ui-accordion--style2.vc_general.vc_tta .vc_tta-panel-title a{
			background-color: #f6f6f6;
			margin: 2px 0;
			color: #7e7e7e;
		}
		.theme-ui-accordion--style2.vc_general.vc_tta .vc_active .vc_tta-panel-title a,
		.theme-ui-accordion--style2.vc_general.vc_tta .vc_tta-panel-title.ui-state-active a{
			color: #00BD9C;
		}
		.theme-ui-accordion--style2.vc_general.vc_tta .vc_tta-panel-body{
		}

		/*** style3 ***/
		.theme-ui-accordion--style3.vc_general.vc_tta .vc_tta-panel-title a{
			border: solid 1px #e2e2e2;
			margin-bottom: -1px;
			color: #7e7e7e;
		}
		.theme-ui-accordion--style3.vc_general.vc_tta .vc_active .vc_tta-panel-title a,
		.theme-ui-accordion--style3.vc_general.vc_tta .vc_tta-panel-title.ui-state-active a{
			background-color: #f6f6f6;
			color: #00BD9C;
		}
		.theme-ui-accordion--style3.vc_general.vc_tta .vc_tta-panel-body{
			border: solid 1px #e2e2e2;
		}

		/*** style4 ***/
		.theme-ui-accordion--style4.vc_general.vc_tta .vc_tta-panel-title a{
			border: solid 1px #e2e2e2;
			border-left: none;
			border-right: none;
			margin-bottom: -1px;
			color: #7e7e7e;
		}
		.theme-ui-accordion--style4.vc_general.vc_tta .vc_active .vc_tta-panel-title a,
		.theme-ui-accordion--style4.vc_general.vc_tta .vc_tta-panel-title.ui-state-active a{
			color: #00BD9C;
		}
		.theme-ui-accordion--style4.vc_general.vc_tta .vc_tta-panel-body{
		}



/* UI tabs */

	.theme-ui-tabs .ui-tabs-nav:after{
		content: "";
		display: block;
		clear: both;
	}
	.theme-ui-tabs .ui-tabs-nav{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.theme-ui-tabs .ui-tabs-tab{
		float: left;
		display: block;
	}
	.theme-ui-tabs .ui-tabs-tab:before{
		content: none;
	}
	.theme-ui-tabs .ui-tabs-tab a{
		display: block;
		padding: 0 20px;
		color: #9c9c9c;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
		outline: none;
		height: 44px;
		line-height: 44px;
		text-align: center;
	}
	.tabs-align-left .ui-tabs-tab{ text-align: left; }
	.tabs-align-center .ui-tabs-tab{ text-align: center; }
	.tabs-align-right .ui-tabs-tab{ text-align: right; }
	.theme-ui-tabs--stretch1 .ui-tabs-tab{ width: 100%; }
	.theme-ui-tabs--stretch2 .ui-tabs-tab{ width: 50%; }
	.theme-ui-tabs--stretch3 .ui-tabs-tab{ width: 33.3333333%; }
	.theme-ui-tabs--stretch4 .ui-tabs-tab{ width: 25%; }
	.theme-ui-tabs--stretch5 .ui-tabs-tab{ width: 20%; }
	.theme-ui-tabs--stretch6 .ui-tabs-tab{ width: 16.6666666%; }

	.theme-ui-tabs .vc_tta-panel-heading{ display: none; }

	/*** style 1 ***/
		.theme-ui-tabs--style1{
		}
		.theme-ui-tabs--style1 .ui-tabs-tab a{
			color: #9c9c9c;
		}
		.theme-ui-tabs--style1 .ui-tabs-tab:hover a{
			color: #00BD9C;
		}
		.theme-ui-tabs--style1 .ui-state-active a{
			background-color: #f6f6f6;
			color: #464646 !important;
		}
		.theme-ui-tabs--style1 .ui-tabs-panel{
			padding: 25px 0 0;
		}
		.theme-ui-tabs--style1.tabs-top .ui-tabs-nav{ border-bottom: solid 1px #e2e2e2; }
		.theme-ui-tabs--style1.tabs-top .ui-tabs-tab a{ border-radius: 3px 3px 0 0; }
		.theme-ui-tabs--style1.tabs-bottom .ui-tabs-nav{ border-top: solid 1px #e2e2e2; }
		.theme-ui-tabs--style1.tabs-bottom .ui-tabs-tab a{ border-radius: 0 0 3px 3px; }

			/*tabs colors*/
			.theme-ui-tabs--style1.clr--default .ui-tabs-tab:hover a{ color: #00BD9C; }
			.theme-ui-tabs--style1.clr--blue .ui-tabs-tab:hover a{ color: #5472D2; }
			.theme-ui-tabs--style1.clr--turquoise .ui-tabs-tab:hover a{ color: #00c1cf; }
			.theme-ui-tabs--style1.clr--pink .ui-tabs-tab:hover a{ color: #fe6c61; }
			.theme-ui-tabs--style1.clr--violet .ui-tabs-tab:hover a{ color: #8d6dc4; }
			.theme-ui-tabs--style1.clr--peacoc .ui-tabs-tab:hover a{ color: #4cadc9; }
			.theme-ui-tabs--style1.clr--chino .ui-tabs-tab:hover a{ color: #cec2ab; }
			.theme-ui-tabs--style1.clr--mulled-wine .ui-tabs-tab:hover a{ color: #50485b; }
			.theme-ui-tabs--style1.clr--vista-blue .ui-tabs-tab:hover a{ color: #75d69c; }
			.theme-ui-tabs--style1.clr--black .ui-tabs-tab:hover a{ color: #2a2a2a; }
			.theme-ui-tabs--style1.clr--grey .ui-tabs-tab:hover a{ color: #ebebeb; }
			.theme-ui-tabs--style1.clr--orange .ui-tabs-tab:hover a{ color: #f7be68; }
			.theme-ui-tabs--style1.clr--sky .ui-tabs-tab:hover a{ color: #5aa1e3; }
			.theme-ui-tabs--style1.clr--green .ui-tabs-tab:hover a{ color: #6dab3c; }
			.theme-ui-tabs--style1.clr--juicy-pink .ui-tabs-tab:hover a{ color: #f4524d; }
			.theme-ui-tabs--style1.clr--sandy-brown .ui-tabs-tab:hover a{ color: #f79468; }
			.theme-ui-tabs--style1.clr--purple .ui-tabs-tab:hover a{ color: #b97ebb; }
			.theme-ui-tabs--style1.clr--white .ui-tabs-tab:hover a{ color: #ffffff; }

	/*** style 2 ***/
		.theme-ui-tabs--style2{
		}
		.theme-ui-tabs--style2 .ui-tabs-tab a{
			border: solid 1px transparent;
			color: #9c9c9c;
		}
		.theme-ui-tabs--style2 .ui-state-active a{
			background-color: #fff;
			border-color: #e2e2e2;
			color: #464646 !important;
		}
		.theme-ui-tabs--style2 .ui-tabs-panel{
			border: solid 1px #e2e2e2;
			padding: 25px 20px;
		}
		.theme-ui-tabs--style2.tabs-top .ui-tabs-tab a{ border-bottom: none; margin-bottom: -1px; }
		.theme-ui-tabs--style2.tabs-bottom .ui-tabs-tab a{ border-top: none; margin-top: -1px; }

			/*tabs colors*/
			.theme-ui-tabs--style2.clr--default .ui-tabs-tab:hover a{ color: #00BD9C; }
			.theme-ui-tabs--style2.clr--blue .ui-tabs-tab:hover a{ color: #5472D2; }
			.theme-ui-tabs--style2.clr--turquoise .ui-tabs-tab:hover a{ color: #00c1cf; }
			.theme-ui-tabs--style2.clr--pink .ui-tabs-tab:hover a{ color: #fe6c61; }
			.theme-ui-tabs--style2.clr--violet .ui-tabs-tab:hover a{ color: #8d6dc4; }
			.theme-ui-tabs--style2.clr--peacoc .ui-tabs-tab:hover a{ color: #4cadc9; }
			.theme-ui-tabs--style2.clr--chino .ui-tabs-tab:hover a{ color: #cec2ab; }
			.theme-ui-tabs--style2.clr--mulled-wine .ui-tabs-tab:hover a{ color: #50485b; }
			.theme-ui-tabs--style2.clr--vista-blue .ui-tabs-tab:hover a{ color: #75d69c; }
			.theme-ui-tabs--style2.clr--black .ui-tabs-tab:hover a{ color: #2a2a2a; }
			.theme-ui-tabs--style2.clr--grey .ui-tabs-tab:hover a{ color: #ebebeb; }
			.theme-ui-tabs--style2.clr--orange .ui-tabs-tab:hover a{ color: #f7be68; }
			.theme-ui-tabs--style2.clr--sky .ui-tabs-tab:hover a{ color: #5aa1e3; }
			.theme-ui-tabs--style2.clr--green .ui-tabs-tab:hover a{ color: #6dab3c; }
			.theme-ui-tabs--style2.clr--juicy-pink .ui-tabs-tab:hover a{ color: #f4524d; }
			.theme-ui-tabs--style2.clr--sandy-brown .ui-tabs-tab:hover a{ color: #f79468; }
			.theme-ui-tabs--style2.clr--purple .ui-tabs-tab:hover a{ color: #b97ebb; }
			.theme-ui-tabs--style2.clr--white .ui-tabs-tab:hover a{ color: #ffffff; }

	/*** style 3 ***/
		.theme-ui-tabs--style3{
		}
		.theme-ui-tabs--style3 .ui-tabs-tab a{
			border: solid 1px #e2e2e2;
			border-right: none;
			color: #9c9c9c;
		}
		.theme-ui-tabs--style3 .ui-tabs-tab:last-child a{
			border-right: solid 1px #e2e2e2;
		}
		.theme-ui-tabs--style3 .ui-state-active a{
			background-color: #00BD9C;
			color: #fff;
		}
		.theme-ui-tabs--style3 .ui-tabs-panel{
			border: solid 1px #e2e2e2;
			padding: 25px 20px;
		}
		.theme-ui-tabs--style3.tabs-top .ui-tabs-tab a{ border-bottom: none; }
		.theme-ui-tabs--style3.tabs-bottom .ui-tabs-tab a{ border-top: none; }

			/*tabs colors*/
			.theme-ui-tabs--style3.clr--default .ui-state-active a{ background-color: #00BD9C; }
			.theme-ui-tabs--style3.clr--blue .ui-state-active a{ background-color: #5472D2; }
			.theme-ui-tabs--style3.clr--turquoise .ui-state-active a{ background-color: #00c1cf; }
			.theme-ui-tabs--style3.clr--pink .ui-state-active a{ background-color: #fe6c61; }
			.theme-ui-tabs--style3.clr--violet .ui-state-active a{ background-color: #8d6dc4; }
			.theme-ui-tabs--style3.clr--peacoc .ui-state-active a{ background-color: #4cadc9; }
			.theme-ui-tabs--style3.clr--chino .ui-state-active a{ background-color: #cec2ab; }
			.theme-ui-tabs--style3.clr--mulled-wine .ui-state-active a{ background-color: #50485b; }
			.theme-ui-tabs--style3.clr--vista-blue .ui-state-active a{ background-color: #75d69c; }
			.theme-ui-tabs--style3.clr--black .ui-state-active a{ background-color: #2a2a2a; }
			.theme-ui-tabs--style3.clr--grey .ui-state-active a{ background-color: #ebebeb; }
			.theme-ui-tabs--style3.clr--orange .ui-state-active a{ background-color: #f7be68; }
			.theme-ui-tabs--style3.clr--sky .ui-state-active a{ background-color: #5aa1e3; }
			.theme-ui-tabs--style3.clr--green .ui-state-active a{ background-color: #6dab3c; }
			.theme-ui-tabs--style3.clr--juicy-pink .ui-state-active a{ background-color: #f4524d; }
			.theme-ui-tabs--style3.clr--sandy-brown .ui-state-active a{ background-color: #f79468; }
			.theme-ui-tabs--style3.clr--purple .ui-state-active a{ background-color: #b97ebb; }
			.theme-ui-tabs--style3.clr--white .ui-state-active a{ background-color: #ffffff; }


	/*** style 4 ***/
		.theme-ui-tabs--style4{
		}
		.theme-ui-tabs--style4 .ui-tabs-tab a{
			background-color: #00BD9C;
			border: solid 1px #e2e2e2;
			border-right: none;
			color: #fff;
		}
		.theme-ui-tabs--style4 .ui-tabs-tab:last-child a{
			border-right: solid 1px #e2e2e2;
		}
		.theme-ui-tabs--style4 .ui-state-active a{
			background-color: #fff !important;
			color: #4c4c4c !important;
		}
		.theme-ui-tabs--style4 .ui-tabs-panel{
			border: solid 1px #e2e2e2;
			padding: 25px 20px;
		}
		.theme-ui-tabs--style4.tabs-top .ui-tabs-nav a{ border-bottom: none; margin-bottom: -1px; }
		.theme-ui-tabs--style4.tabs-bottom .ui-tabs-nav a{ border-top: none; margin-top: -1px; }

			/*tabs colors*/
			.theme-ui-tabs--style4.clr--default .ui-tabs-tab a{ background-color: #00BD9C; }
			.theme-ui-tabs--style4.clr--blue .ui-tabs-tab a{ background-color: #5472D2; }
			.theme-ui-tabs--style4.clr--turquoise .ui-tabs-tab a{ background-color: #00c1cf; }
			.theme-ui-tabs--style4.clr--pink .ui-tabs-tab a{ background-color: #fe6c61; }
			.theme-ui-tabs--style4.clr--violet .ui-tabs-tab a{ background-color: #8d6dc4; }
			.theme-ui-tabs--style4.clr--peacoc .ui-tabs-tab a{ background-color: #4cadc9; }
			.theme-ui-tabs--style4.clr--chino .ui-tabs-tab a{ background-color: #cec2ab; }
			.theme-ui-tabs--style4.clr--mulled-wine .ui-tabs-tab a{ background-color: #50485b; }
			.theme-ui-tabs--style4.clr--vista-blue .ui-tabs-tab a{ background-color: #75d69c; }
			.theme-ui-tabs--style4.clr--black .ui-tabs-tab a{ background-color: #2a2a2a; }
			.theme-ui-tabs--style4.clr--grey .ui-tabs-tab a{ background-color: #ebebeb; }
			.theme-ui-tabs--style4.clr--orange .ui-tabs-tab a{ background-color: #f7be68; }
			.theme-ui-tabs--style4.clr--sky .ui-tabs-tab a{ background-color: #5aa1e3; }
			.theme-ui-tabs--style4.clr--green .ui-tabs-tab a{ background-color: #6dab3c; }
			.theme-ui-tabs--style4.clr--juicy-pink .ui-tabs-tab a{ background-color: #f4524d; }
			.theme-ui-tabs--style4.clr--sandy-brown .ui-tabs-tab a{ background-color: #f79468; }
			.theme-ui-tabs--style4.clr--purple .ui-tabs-tab a{ background-color: #b97ebb; }
			.theme-ui-tabs--style4.clr--white .ui-tabs-tab a{ background-color: #ffffff; }


	/*** style 5 ***/
		.theme-ui-tabs--style5{
		}
		.theme-ui-tabs--style5 .ui-tabs-tab a{
			border-right: none;
			color: #9c9c9c;
			padding-left: 0;
			margin-right: 20px;
		}
		.theme-ui-tabs--style5 .ui-state-active a{
			color: #4c4c4c;
		}
		.theme-ui-tabs--style5 .ui-tabs-panel{
			padding: 25px 0px;
		}

			/*tabs colors*/
			.theme-ui-tabs--style5.clr--default .ui-tabs-tab:hover a{ color: #00BD9C; }
			.theme-ui-tabs--style5.clr--blue .ui-tabs-tab:hover a{ color: #5472D2; }
			.theme-ui-tabs--style5.clr--turquoise .ui-tabs-tab:hover a{ color: #00c1cf; }
			.theme-ui-tabs--style5.clr--pink .ui-tabs-tab:hover a{ color: #fe6c61; }
			.theme-ui-tabs--style5.clr--violet .ui-tabs-tab:hover a{ color: #8d6dc4; }
			.theme-ui-tabs--style5.clr--peacoc .ui-tabs-tab:hover a{ color: #4cadc9; }
			.theme-ui-tabs--style5.clr--chino .ui-tabs-tab:hover a{ color: #cec2ab; }
			.theme-ui-tabs--style5.clr--mulled-wine .ui-tabs-tab:hover a{ color: #50485b; }
			.theme-ui-tabs--style5.clr--vista-blue .ui-tabs-tab:hover a{ color: #75d69c; }
			.theme-ui-tabs--style5.clr--black .ui-tabs-tab:hover a{ color: #2a2a2a; }
			.theme-ui-tabs--style5.clr--grey .ui-tabs-tab:hover a{ color: #ebebeb; }
			.theme-ui-tabs--style5.clr--orange .ui-tabs-tab:hover a{ color: #f7be68; }
			.theme-ui-tabs--style5.clr--sky .ui-tabs-tab:hover a{ color: #5aa1e3; }
			.theme-ui-tabs--style5.clr--green .ui-tabs-tab:hover a{ color: #6dab3c; }
			.theme-ui-tabs--style5.clr--juicy-pink .ui-tabs-tab:hover a{ color: #f4524d; }
			.theme-ui-tabs--style5.clr--sandy-brown .ui-tabs-tab:hover a{ color: #f79468; }
			.theme-ui-tabs--style5.clr--purple .ui-tabs-tab:hover a{ color: #b97ebb; }
			.theme-ui-tabs--style5.clr--white .ui-tabs-tab:hover a{ color: #ffffff; }


	/*** style 6 ***/
		.theme-ui-tabs--style6{
		}
		.theme-ui-tabs--style6 .ui-tabs-tab a{
			color: #9c9c9c;
			border-bottom: solid 1px transparent;
		}
		.theme-ui-tabs--style6 .ui-state-active a{
			border-bottom: solid 1px #00BD9C;
			color: #464646 !important;
		}
		.theme-ui-tabs--style6 .ui-tabs-panel{
			padding: 25px 0;
		}
		.theme-ui-tabs--style6.tabs-top .ui-tabs-nav{ border-bottom: solid 1px #e2e2e2; }
		.theme-ui-tabs--style6.tabs-top .ui-tabs-tab a{ border-radius: 3px 3px 0 0; margin-bottom: -1px;}
		.theme-ui-tabs--style6.tabs-bottom .ui-tabs-nav{ border-top: solid 1px #e2e2e2; }
		.theme-ui-tabs--style6.tabs-bottom .ui-tabs-tab a{ border-radius: 0 0 3px 3px; margin-top: -1px; }

			/*tabs colors*/
			.theme-ui-tabs--style6.clr--default .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--default .ui-state-active a{ border-bottom-color: #00BD9C; }
			.theme-ui-tabs--style6.clr--blue .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--blue .ui-state-active a{ border-bottom-color: #5472D2 !important; } .theme-ui-tabs--style6.clr--blue .ui-tabs-tab:hover a{ color: #5472D2; }
			.theme-ui-tabs--style6.clr--turquoise .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--turquoise .ui-state-active a{ border-bottom-color: #00c1cf !important; } .theme-ui-tabs--style6.clr--turquoise .ui-tabs-tab:hover a{ color: #00c1cf; }
			.theme-ui-tabs--style6.clr--pink .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--pink .ui-state-active a{ border-bottom-color: #fe6c61 !important; } .theme-ui-tabs--style6.clr--pink .ui-tabs-tab:hover a{ color: #fe6c61; }
			.theme-ui-tabs--style6.clr--violet .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--violet .ui-state-active a{ border-bottom-color: #8d6dc4 !important; } .theme-ui-tabs--style6.clr--violet .ui-tabs-tab:hover a{ color: #8d6dc4; }
			.theme-ui-tabs--style6.clr--peacoc .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--peacoc .ui-state-active a{ border-bottom-color: #4cadc9 !important; } .theme-ui-tabs--style6.clr--peacoc .ui-tabs-tab:hover a{ color: #4cadc9; }
			.theme-ui-tabs--style6.clr--chino .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--chino .ui-state-active a{ border-bottom-color: #cec2ab !important; } .theme-ui-tabs--style6.clr--chino .ui-tabs-tab:hover a{ color: #cec2ab; }
			.theme-ui-tabs--style6.clr--mulled-wine .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--mulled-wine .ui-state-active a{ border-bottom-color: #50485b !important; } .theme-ui-tabs--style6.clr--mulled-wine .ui-tabs-tab:hover a{ color: #50485b; }
			.theme-ui-tabs--style6.clr--vista-blue .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--vista-blue .ui-state-active a{ border-bottom-color: #75d69c !important; } .theme-ui-tabs--style6.clr--vista-blue .ui-tabs-tab:hover a{ color: #75d69c; }
			.theme-ui-tabs--style6.clr--black .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--black .ui-state-active a{ border-bottom-color: #2a2a2a !important; } .theme-ui-tabs--style6.clr--black .ui-tabs-tab:hover a{ color: #2a2a2a; }
			.theme-ui-tabs--style6.clr--grey .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--grey .ui-state-active a{ border-bottom-color: #ebebeb !important; } .theme-ui-tabs--style6.clr--grey .ui-tabs-tab:hover a{ color: #ebebeb; }
			.theme-ui-tabs--style6.clr--orange .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--orange .ui-state-active a{ border-bottom-color: #f7be68 !important; } .theme-ui-tabs--style6.clr--orange .ui-tabs-tab:hover a{ color: #f7be68; }
			.theme-ui-tabs--style6.clr--sky .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--sky .ui-state-active a{ border-bottom-color: #5aa1e3 !important; } .theme-ui-tabs--style6.clr--sky .ui-tabs-tab:hover a{ color: #5aa1e3; }
			.theme-ui-tabs--style6.clr--green .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--green .ui-state-active a{ border-bottom-color: #6dab3c !important; } .theme-ui-tabs--style6.clr--green .ui-tabs-tab:hover a{ color: #6dab3c; }
			.theme-ui-tabs--style6.clr--juicy-pink .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--juicy-pink .ui-state-active a{ border-bottom-color: #f4524d !important; } .theme-ui-tabs--style6.clr--juicy-pink .ui-tabs-tab:hover a{ color: #f4524d; }
			.theme-ui-tabs--style6.clr--sandy-brown .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--sandy-brown .ui-state-active a{ border-bottom-color: #f79468 !important; } .theme-ui-tabs--style6.clr--sandy-brown .ui-tabs-tab:hover a{ color: #f79468; }
			.theme-ui-tabs--style6.clr--purple .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--purple .ui-state-active a{ border-bottom-color: #b97ebb !important; } .theme-ui-tabs--style6.clr--purple .ui-tabs-tab:hover a{ color: #b97ebb; }
			.theme-ui-tabs--style6.clr--white .ui-tabs-tab:hover a, .theme-ui-tabs--style6.clr--white .ui-state-active a{ border-bottom-color: #ffffff !important; } .theme-ui-tabs--style6.clr--white .ui-tabs-tab:hover a{ color: #ffffff; }



/* Counters */

.counter{
	text-align: center;
	line-height: 1.5;
}
.counter__icon{
	border-radius: 200px;
	margin: auto;
	width: 80px;
	height: 80px;
	line-height: 82px; 
}
.counter__number{
	font-size: 44px;
}
.counter__text{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
	
	/*** style1 ***/
	.counter--style1 .counter__icon{ display: none; }
	.counter--style1 .counter__number{ font-weight: 300; }
	.counter--style1 .counter__text{ font-weight: 600; }

	/*** style2 ***/
	.counter--style2 .counter__icon{ font-size: 30px; border: solid 1px #aaa; margin-bottom: 22px; }
	.counter--style2 .counter__number{ font-weight: 300; }
	.counter--style2 .counter__text{ font-weight: 600; }

	/*** style3 ***/
	.counter--style3 .counter__icon{ font-size: 30px; background-color: #aaa; margin-bottom: 25px; }
	.counter--style3 .counter__number{ font-weight: 600; }
	.counter--style3 .counter__text{ font-weight: 300; }

	/*** style4 ***/
	.counter--style4 .counter__icon{ font-size: 30px; height: auto; line-height: inherit; width: auto; margin-bottom: 9px; }
	.counter--style4 .counter__number{ font-weight: 300; margin-bottom: 6px; }
	.counter--style4 .counter__text{ font-weight: 600; }



/* VC Image boxes */
	
	/*** style1 ***/
	.imagebox--style1 .imagebox__image{
		background-color: #eee;
		background-position: center;
		background-size: cover;
		padding-bottom: 80%;
	}
	.imagebox--style1 .imagebox__content{
		padding: 18px 0;
	}
	.imagebox--style1 .imagebox__title{
		color: #464646;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.imagebox--style1 .imagebox__excerpt{
		font-size: 14px;
	}
	.imagebox--style1 .imagebox__button{
	}

	/*** style2 ***/
	.imagebox--style2 .imagebox__image{
		background-color: #eee;
		background-position: center;
		background-size: cover;
		padding-bottom: 90%;
	}
	.imagebox--style2 .imagebox__content{
		background-color: #fff;
		padding: 18px;
	}
	.imagebox--style2 .imagebox__title{
		color: #464646;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.imagebox--style2 .imagebox__excerpt{
		font-size: 14px;
	}
	.imagebox--style2 .imagebox__button{
	}

	/*** style3 ***/
	.imagebox--style3 .imagebox__image{
		background-color: #eee;
		background-position: center;
		background-size: cover;
		padding-bottom: 80%;
	}
	.imagebox--style3 .imagebox__content{
		background-color: #fff;
		border: solid 1px #e2e2e2;
		border-top: none;
		padding: 18px 24px;
	}
	.imagebox--style3 .imagebox__title{
		color: #464646;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.imagebox--style3 .imagebox__excerpt{
		font-size: 14px;
	}
	.imagebox--style3 .imagebox__button{
	}

	/*** style4 ***/
	.imagebox--style4 .imagebox__image{
		background-color: #eee;
		background-position: center;
		background-size: cover;
		padding-bottom: 80%;
	}
	.imagebox--style4 .imagebox__content{
		background-color: #fff;
		border: solid 1px #e2e2e2;
		border-top: none;
		padding: 18px 24px;
	}
	.imagebox--style4 .imagebox__title{
		color: #464646;
		font-size: 16px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.imagebox--style4 .imagebox__excerpt{
		font-size: 14px;
	}
	.imagebox--style4 .imagebox__button{
	}



/* Social Profiles */
	
	.social-profiles.style2 > a{
		display: inline-block;
		margin: 0 10px;
		text-decoration: none;
		border: none;
		font-size: 30px;
		color: #666;
	}



	#footer .social-profiles > a{
		display: inline-block;
		margin-right: 14px;
		text-decoration: none;
		border: none;
		font-size: 18px;
	}




/* Owl Carousel */

	.owl-item{
		z-index: 1;
	}
	.owl-nav{
		left: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.owl-prev,
	.owl-next{
		position: absolute;
		font-family: Quicksand;
		font-size: 30px;
		color: #9c9c9c;
		font-weight: 700;
		opacity: 0.6;
	}
	.owl-prev:hover, .owl-next:hover{ opacity: 1; }
	.owl-prev{ left: 0; }
	.owl-next{ right: 0; }
	.owl-dots{
		text-align: center;
	}
	.owl-dot{
		border: solid 1px #9c9c9c;
		border-radius: 40px;
		display: inline-block;
		margin: 0 5px;
		width: 8px;
		height: 8px;
	}
	.owl-carousel-arrows{
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.owl-carousel-arrows .owl-dots{
		position: absolute;
		left: 0;
		bottom: -60px;
		width: 100%;
	}
	.owl-dot.active{
		background: #9c9c9c;
	}




.gridview__itemwrapper{
	background-color: #ace;
}.gridview__item{
	background-color: #cea;
	margin-bottom: 40px;
}




/* others */
div.wpb_content_element{
	margin-bottom: 25px;
}
div.wpb_content_element:last-child{
	margin-bottom: 0px;
}

.vc_col-has-fill>.vc_column-inner{
	padding-top: auto;
}









.the1_googlemap{
	height: 400px;
}

.cf-user{ background-image: url(../images/modern/cf-user.png); background-repeat: no-repeat; }
.cf-email{ background-image: url(../images/modern/cf-email.png); background-repeat: no-repeat; }
.cf-website{ background-image: url(../images/modern/cf-website.png); background-repeat: no-repeat; }
.cf-bubble{ background-image: url(../images/modern/cf-bubble.png); background-repeat: no-repeat; }



/* HIGLIGHT UNCOMPLETED MENU ITEMS */
.menu-item-467{	/*color: #f00 !important;*/ }






/* HIGLIGHT UNCOMPLETED MENU ITEMS */
.menu-item-303 a, /* Home Fullslider */
.menu-item-391 a, /* Home One Page */
.menu-item-481 a, /* Service Tables */
.menu-item-491 a, /* Single Wide Image */
.menu-item-492 a{ /* Video Lightbox */
	color: #f00 !important;
	display: none !important;
}













