.blocktabs {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
	z-index:1;
	float:left;
	background:#FFFFFF
}

/* Nav */
.blocktabs nav {
	text-align: center;
}

.blocktabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.blocktabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	padding:0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blocktabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	font-size: 1.2em!important;
}

.blocktabs nav a div {
	vertical-align: middle;
	font-size: 13px!important;
}

.blocktabs nav li.tab-current a {
	color: #74777b;
}

.blocktabs nav a:focus {
	outline: none;
	margin-right: 0;
}


/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}


/* Individual tab styles */

/*****************************/
/* Circle fill */
/*****************************/

.tabs-style-circlefill {
	max-width: 750px;
}


.tabs-style-circlefill .content-wrap section {
	height:385px
}


.tabs-style-circlefill nav ul li {
	overflow: hidden;
}

.tabs-style-circlefill nav li a {
	padding: 0em 0em;
	margin:0px;
	font-size: 1.25em;
	line-height:1.2em;
}

.tabs-style-circlefill nav li:first-child {
	border-left: none;
}

.tabs-style-circlefill nav li:last-child {
	border: none;
}

.tabs-style-circlefill nav.blue-yellow li::before {
	position: absolute;
	top: 100%;
	left: 0%;
	width:250px;
	height: 150px;
	border-radius: 0;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

/* skin */
#blue-yellow-block-tabs{
	border: 1px solid #40b0db;
	border-right:none;
}


/* skin */
.tabs-style-circlefill nav.blue-yellow ul li {
	border-right: 1px solid #40b0db;
	border-bottom: 1px solid #40b0db;
}

/* skin */
.tabs-style-circlefill nav.blue-yellow li a {
	color: #1d98c7;
}

/* skin */
.tabs-style-circlefill nav.blue-yellow li::before {
	border: 1px solid #40b0db;
	background-color: #40b0db;
}


.tabs-style-circlefill nav li.tab-current::before {
	-webkit-transform: scale3d(2.5,2.5,1);
	transform: scale3d(2.5,2.5,1);
}

.tabs-style-circlefill nav a {
	-webkit-transition: color 0.3s; 
	transition: color 0.3s;
}

.tabs-style-circlefill nav a span {
	display: none;
}

.tabs-style-circlefill nav li.tab-current a {
	color: #fff!important;
}

.tabs-style-circlefill .icon::before {
	display: block;
	margin: 0;
	pointer-events: none;
}

.tabs-style-circlefill .content-wrap {
	padding:0px;
	border-right: 1px solid #40b0db;
}