#top {
	margin-bottom: 80px;
}

.annie-header .navbar-header {
	width: 100%;
	padding-top: 50px;
}

.wf-loading .annie-header .navbar-brand {
	font-family: "gill";
	font-weight: 100;
}

.wf-active .annie-header .navbar-brand {
	font-family: "p22-underground";
}

.annie-header .navbar-brand {
	float: none;
/*	font-family: "p22-underground";*/
	font-size: 45px;
	font-weight: 100;
	color: #c3c3c3;
	text-transform: uppercase;
	line-height: 50px;
}

.logo {
	max-width: 320px;
}

.annie-header ul {
	margin-top: 70px;
	float: none;
}

.annie-header ul>li {
	float: none;
	display: inline-block;
}

.annie-header ul>li a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "p22-underground";
	font-size: 19px;
	font-weight: 100;
	text-transform: uppercase;
	color: #7c7c7c;
	border-right: 1px solid #7c7c7c;
}

.annie-header ul>li a:hover {
	background: transparent;
}

.annie-header ul>li:last-child a {
	border-right: none;
}
.bio-container {
	min-height: 700px;
	padding: 0;
/*	background: url('../images/BIO_VRAI.jpg') no-repeat;*/
}

.bio-container > .row > div {
	position: relative;
	float: none;
	margin: 0 auto;
}

#bio-holder {
	width: 100%;
	padding: 10px;
}

#bio-description {
	display: block;
	width: 100%;
	margin: 0;
	padding: 25px 0;
	padding-bottom: 0;
	font-size: 18px;
	text-align: left;
	line-height: 2em;
	text-transform: lowercase;
	font-weight: lighter;
	text-align: justify;
}

.bio-container hr {
	border-top: 1px solid #333;
}

p#bio_title, p#contact_title {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-transform: capitalize;
}

p#contact_title {
	margin-bottom: 20px;
}

p#bio_p {
	display: block;
	padding-right: 25px;
	max-height: 260px;
	overflow-y: auto; 
	break-word: break-word;
}

#bio-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;	
}

.bio-container p#bio_p {
	font-size: 16px;
	line-height: 1.8em;
	text-transform: none;
}

a.video-link, a.video-link:hover {
	color: #444343;
	text-decoration: none;
	text-transform: none;
}


.video-page-wrapper {
	width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
}

#video-carousel {
	position: relative;
	width: 100%;
	margin: 0 auto;
	clear: both;
}

a.social-link, a.social-link:hover {
	padding: 4px 8px 4px 0px;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	color: #333;
}

a.social-link > span {
	margin-right: 12px;
	padding: 0 5px;
	color: #333;
	width: 30px;
	height: 30px;
	border-radius: 64px;
	border: 0.1em solid #333;
	line-height: 1.5em;
}

a.social-link > img {
	width: 32px;
	margin-right: 12px;
}

.thumbs-wrapper {
	margin-top: 50px;
	width: 1140px;
	overflow: hidden;
}

.thumbs-wrapper ul {
	width: 5000px;
}

.thumbs-wrapper ul li {
	padding-left: 1px;
	padding-right: 1px;
}

.thumbs-wrapper ul li img {
	width: 142px;
	height: 100px;
}

#video-prev, #video-next {
	position: absolute;
	top:55%; 
}

#video-prev, #video-next {
	color: #7c7c7c;
	font-size: 18px;
	font-weight: 100;
}

#video-prev {
	left: -15px;
}

#video-next {
	right: -15px;
}

@media screen and (max-width: 1024px){
	.thumbs-wrapper {
		width: 940px;
	}
	iframe {
		width: 940px;
/*		height: 641px;*/
	}
}

@media screen and (max-width: 991px) {
	#bio-bg {
		position: relative;
		display: none;
	}
	.custom-container {
		width: 1024px;
		overflow-x: auto;
	}
}

@media screen and (max-width: 768px){
	.thumbs-wrapper, iframe {
		width: 750px;
	}
}

iframe {
	width: 1140px;
	height: 641px;
}
