/* Member
---------------------------------------- */
.wi-member {
	position: relative;
	margin: 0 0 24px;
	padding: 6px;
	}
.wi-member .image {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 10;
	}
.wi-member .image img {
	display:block;
	position:relative;
	width:100%;
	z-index:10;
	}
.wi-member .name {
	position: absolute;
	bottom: 6px;
	left: 6px;
	right: 6px;
	z-index: 20;
	color: #fff;
	background:#222;
	background:rgba(2,2,2,.1);
	margin-bottom: 0;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	padding: 4px 8px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	transition:all .2s ease-out;
	}
.wi-member:hover .name {
	background:rgba(2,2,2,.6);
	}

/* Progress
---------------------------------------- */
body .vc_progress_bar .vc_single_bar {
	margin: 0 0 60px;
	position: relative;
	border-radius: 20px;
	height:10px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:#eee;
	}
body .vc_progress_bar .vc_single_bar .vc_label {
	position:absolute;
	bottom:16px;
	left:0;
	height:20px;
	line-height:20px;
	font-family: "Raleway", sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding:0;
	}
body .vc_progress_bar .vc_single_bar .vc_bar {
	border-radius:20px;
	-webkit-transition:width 1s cubic-bezier(0.16, 0.8, 0.4, 1);
	-moz-transition:width 1s cubic-bezier(0.16, 0.8, 0.4, 1);
	-ms-transition:width 1s cubic-bezier(0.16, 0.8, 0.4, 1);
	-o-transition:width 1s cubic-bezier(0.16, 0.8, 0.4, 1);
	transition:width 1s cubic-bezier(0.16, 0.8, 0.4, 1);
	}
	
/* Iconbox
---------------------------------------- */
.wi-iconbox {
	position: relative;
	margin-bottom: 30px;
	}
.wi-iconbox .icon {
	position: relative;
	display: block;
	float: left;
	margin-right: 22px;
	width: 60px;
	height: 60px;
	background:#e9e9e9;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	font-size: 24px;
	}
.wi-iconbox .icon i {
	line-height: 60px;
	}
.wi-iconbox .text {
	overflow: hidden;
	}
.wi-iconbox .title {
	margin-bottom: 12px;
	}
.wi-iconbox .desc p, 
.wi-iconbox .desc ul, 
.wi-iconbox .desc ol {
	margin-bottom:10px;
	}	
	
/* News
---------------------------------------- */
.wi-news {
	display:block;
	overflow:hidden;
	margin-left:-16px;
	margin-right:-16px;
	}
	
	/* layout */
.news-item {
	display:block;
	overflow:hidden;
	float:left;
	width:50%;
	padding:16px 0;
	border-top:1px solid #e9e9e9;
	}	
.news-item:nth-child(even) {
	clear:left;
	border-left:none;
	}
.news-item .article-inner {
	padding:0 16px;
	border-left:1px solid #e9e9e9;
	}		
.news-item:nth-child(even) .article-inner {
	border-left:none;
	}
	
	/* featured one */
.news-item:first-child {
	width:100%;
	border-top:none;
	}	
.news-item:first-child .article-inner {
	border:none;
	}
.news-item:first-child .categories {
	font-size:12px;
	}
.news-item:first-child .text .title {
	font-size:16px;
	}
		
	/* thumb */
.news-item .thumb {
	position:relative;
	margin-bottom:24px;
	}
.news-item .thumb img {
	display:block;
	width:100%;
	}
	
	/* text */
.news-item .text {
	display:block;
	overflow:hidden;
	}
.news-item .title-meta {
	margin-bottom:10px;
	position:relative;
	}
.categories	{
	font-family: "Raleway", sans-serif;
	font-size: 10px;
	margin-bottom:10px;
	text-transform:uppercase;
	}
.categories .dot {
	margin:0 5px;
	}
.categories a {
	color:#333;
	text-decoration:none;
	}
.categories a:hover {
	text-decoration:underline;
	}			
.news-item .text .title {
	font-weight:400;
	margin-bottom:0;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
	}
.news-item .text .title a {
	text-decoration:none;
	color:#333;
	}	
.news-item .news-meta {
	font-size:0.8em;
	color:#aaa;
	text-transform:uppercase;
	}
.news-item .excerpt p {
	font-size:0.9em;
	margin-bottom:0;
	}
	
/* Google Map
---------------------------------------- */
.wi-gmap-container {
	position:relative;
	background:#f0f0f0;
	}
.wi-gmap {
	width: 100%;
	height: 400px;
	margin-bottom:24px;
	max-width: 100%;
	min-width: 100%;
	}
.wi-gmap-container img {
    max-width: none;
    }	
.info_content {
	display:none;
	width:0;
	height:0;
	visibility:hidden;
	}	
.gmap-info {
	max-width: 250px;
	background:#fff;
	color:#333;
	display:block;
	overflow:hidden;
	}
.gmap-info h4 {	
	font-weight:normal;
	font-size:13px;
	margin:0;
	}

/* Sliders
---------------------------------------- */
.wpb_gallery .wpb_flexslider.flexslider {
	border:none;
	padding:0;
	margin:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}
	/* pagination */
.wpb_gallery .wpb_flexslider .flex-control-nav {
	bottom:10px;
	}
.wpb_gallery .wpb_flexslider .flex-control-paging li a,
.wpb_gallery .wpb_flexslider .flex-control-paging li a:hover {
	background:none;
	border:2px solid #fff;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}	
.wpb_gallery .wpb_flexslider .flex-control-paging li a.flex-active {
	background:#fff;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}
	
	/* navigation */
.wpb_gallery .wpb_flexslider .flex-direction-nav a {
	width:38px;
	height:38px;
	top:50%;
	margin-top:-19px;
	text-indent:0;
	text-decoration:none;
	color:#333;
	text-align:center;
	z-index:60;
	display:block;
	font-size:0;
	direction: ltr;
	opacity: 1;
	background-color:#fff;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	}
	
.wpb_gallery .wpb_flexslider.flexslider .flex-direction-nav a:before {
	font-family:'icomoon';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:12px;
	line-height:38px;
	}
.wpb_gallery .wpb_flexslider.flexslider .flex-direction-nav .flex-next:before {
	content:"\f054";
	margin-left:2px;
	}
.wpb_gallery .wpb_flexslider.flexslider .flex-direction-nav .flex-prev:before {
	content:"\f053";
	margin-right:2px;
	}	
.wpb_gallery .wpb_flexslider.flexslider .flex-direction-nav .flex-next {
	right:24px;
	}
.wpb_gallery .wpb_flexslider.flexslider .flex-direction-nav .flex-prev {
	left:24px;
	}