#fh5co-header{
	z-index: 999;
	background: #fff;
}
@media (min-width:769px) {
	#fh5co-header {
		position: relative;
	}
}

#fh5co-footer{
	z-index: 10;
}
.bio-section .imgmisk{
	position: fixed;
	top: 40px;
	width: 100%;
	left: 0;
	z-index:1;
}
.bio-section .imgmisk:before{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
	top:0;
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(21,20,28,1) 100%);
	background: webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgb(255, 255, 255) 0);
	/*background: linear-gradient(to top,  rgba(0,0,0,0) 0%,rgba(21,20,28,1) 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#15141c',GradientType=0 );
}
.bio-section .imgmisk:after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 30px;
	bottom:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(21,20,28,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(21,20,28,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(21,20,28,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#15141c',GradientType=0 );
}


.bio-section{
	background: #15141C;
}
.bio-section .imgmisk img{
	width: 100%;
	height: auto;
}

.bio-content{
	position: relative;
	z-index: 500;
	padding: 0 15px;
	max-width: 590px;
	width: 100%;
}

@media (max-width:992px) {
	.bio-content{
		max-width: none;
		width: 100%;
	}
}

.bc-inner{
	background: #15141C;
	padding-top: 40px;
}
.bc-header{
	padding: 30px 55px;
	background: #f3f3f3;
}
.bc-header h2{
	font-weight: 600;
	color: #0b0b10;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0;
}
.bc-header span{
	display: block;
	font-weight: 400;
	color: #0b0b10;
	margin-top: 5px;
	font-size: 14px;
}
.bc-header ol{
	margin: 10px 0 0;
	padding: 0;
}
.bc-header ol li{
	display: inline-block;
}
.tab-links ul{
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 14px;
	background: #b1233b;
}
.tab-links ul.tabs-4{
	font-size: 12px;
}
.tab-links li{
	display: block;
	float: left;
	text-align: center;
}
.tab-links ul.tabs-3 li{
	width: 32%;
	text-align: center;
}
.tab-links ul.tabs-3 li:last-child {width: 36%;}
.tab-links ul.tabs-2 li{
	width: 50%;
	text-align: center;
}
.tab-links ul.tabs-1 li{
	width: 100%;
	text-align: center;
}
.tab-links li a{
	display: block;
	padding: 15px 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.tab-links li.active a{
	border-bottom: 2px solid #FFF538;;
}
.tabs-wrap .accordion{
	display: none;
}
.accordion-trigger{
	border: none;
	padding: 15px;
	color: #fff;
	background: #b1233b;
	display: none;
	width: 100%;
	text-align: left;
}
.accordion-content{
	padding: 55px;
	font-size: 16px;
	color: #fff;
}

.accordion h1,.accordion h2,.accordion h3,.accordion h4,.accordion h5,.accordion h6,.accordion figure{
	color: #fff;
}


@media (max-width:992px) {
	.bio-section .imgmisk{
		position: relative;
		max-height: 400px;
		overflow: hidden;
        top:0;
	}
    .bio-section .imgmisk:before, 
	.bio-section .imgmisk:after{
		display: none;
	}
	.bc-inner{
		padding-top: 0;
	}
    .bio-content{
	    padding: 0;
    }
}

@media (min-width:768px) {
	.accordion-content{
		display: block !important;
	}
}


@media (max-width:767px) {

	.tab-links{
		display: none;
	}
	.accordion-trigger{
		display: block;
	}
	.accordion-content{
		display: none;
	}
	.accordion:first-child .accordion-content{
		display: block;
	}
    .accordion{
	    display: block !important;
	    margin-bottom: 1px;
    }
	.accordion-content,.bc-header{
		padding: 20px;
	}
}
