body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/*
 ********************
 * =miscellaneous
 ********************
*/
h1 {
	width: 358px;
	height: 215px;
	text-indent: -9999px;
	background: url('../images/logo_julia.png') no-repeat;
	margin: 0 auto;
}
h2 {
	width: 600px;
	height: 139px;
	margin: 0 auto -30px;
	text-indent: -9999px;
}
h3, h4 {
	color: #7d730a;
	font-weight: normal;
	margin: 0;
	line-height: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
p {
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
	width: 515px;
	margin: 12px auto;
}
a {
	color: #7d730a;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
div.section {
	border-bottom: 1px solid  #7d730a;
	padding-bottom: 30px;
	width: 100%;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
}
/*
 ********************
 * =titles
 ********************
*/
#about h2 { background: url('../images/titles/about.png') no-repeat; height: 95px;}
#imagine h2 { background: url('../images/titles/imagine.png') no-repeat;}
#programs h2 { background: url('../images/titles/programs.png') no-repeat;}
#resume h2 { background: url('../images/titles/resume.png') no-repeat;}
#insiders h2 { background: url('../images/titles/insiders.png') no-repeat;}
#contact h2 { background: url('../images/titles/contact.png') no-repeat;}
/*
 ********************
 * =header
 ********************
*/
#about{
	position: relative;
}
header {
	border-bottom: 1px solid  #7d730a;
}
/*
 ********************
 * =menu
 ********************
*/
#main-menu {
	width: 100%;
	background-color: #000000;	
	border-bottom: 1px solid  #7d730a;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
#main-menu.menu-fixed {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
}
#main-menu ul {
	text-align: center;
	margin: 10px auto;
	padding: 0;
}
#main-menu ul li {
	display: inline;
	text-transform: uppercase;
	margin: 0 10px;
}
#main-menu ul li a {
	letter-spacing: 1px;
	font-size: 15px;
}
#main-menu ul li a.selected {
	color: #ffffff;
}
#main-menu ul li.language a {
	display: inline-block;
	width: 16px;
	height: 12px;
	background: url('../images/language_icons.jpg') no-repeat;
}
#main-menu #english {
	background-position: 0 -12px;
}
#main-menu #english.selected,
#main-menu #english:hover {
	background-position: 0 0;
}
#main-menu #dutch {
	background-position: 0 -36px;
}
#main-menu #dutch.selected,
#main-menu #dutch:hover {
	background-position: 0 -24px;
}
/*
 ********************
 * =image-rotator
 ********************
*/
#image-rotator {
	padding: 0;
	border-bottom: 1px solid  #7d730a;
}
#image-mask {
	width: 834px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#image-wrapper {
	width: 3336px;
	position: relative;
}
#image-wrapper img {
	display: block;
	float: left;
	position: absolute;
}
.image-fade-right,
.image-fade-left {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
}
.image-fade-left {
	background: url('../images/fade_100_left.png') repeat-y;
}
.image-fade-right {
	background: url('../images/fade_100_right.png') repeat-y;
	right: 0px;
}
#image-nav {
	position: absolute;
	z-index: 10;
	bottom: 0;
	margin-bottom: 15px;
}
#image-rotator .nav-item {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #ffffff;
	margin: 0 4px;
	float: left;
}

#image-rotator .nav-item:hover,
#image-rotator .nav-item.selected {
	background-color: #7d730a;
	cursor: pointer;
}
#image-2:hover {
	cursor: pointer;
}
/*
 ********************
 * =about
 ********************
*/
.video-player{
	display: block;
	margin: 28px auto;
	width: 600px;
	height: 342px;
}
/*
.video-player video {
	height: 343px;
	width: 600px;
}
*/
#video,
#video_wrapper {
	display: block;
	margin: 28px auto;
	width: 600px;
	height: 342px;
}
#video-player-overlay {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	text-align: center;
	z-index: 10;
	padding-top: 150px;
}
#video-preview {
    position: absolute;
    cursor: pointer;
    background-image: url('../images/logo_julia.png') !important;
    background-repeat: no-repeat;
    background-position:center; 
    left: 47%;
    top:  65px;
    margin-top: 28px;
    width: 600px;
    height: 342px;
    color: #FFF;
    line-height: 455px;
    text-align: center;
    margin-left: -251px;
}

#video-preview i {
    font-size: 100px; 
    position: absolute;
	top: 31%;
	left: 45%;
	opacity:0.5;
	filter:alpha(opacity=50);
}
/*
 ********************
 * =programs
 ********************
*/
#programs dl {
	margin-top: 60px;
}

/*
 ********************
 * =coaching
 ********************
*/
#coaching {
	padding: 0;
	height: 405px;
	border-bottom: 1px solid  #7d730a;
}
#coaching #wrapper {
	position: relative;
	width: 835px;
	margin: 0 auto;
}
#coaching img {
	display: block;
	border: 0;
}
/*
 ********************
 * =resume
 ********************
*/
#resume {
	position: relative;
}
/*
 ********************
 * =dropdown =programs =insiders
 ********************
*/
dl.dropdown {
	width: 600px;
	margin: 0 auto;
}
.dropdown dt {
	text-align: center;
	margin: 8px 0;
	background: url('../images/hr.png') no-repeat;
	background-position: bottom;
}
.dropdown dt:hover {
	cursor: pointer;
}
.dropdown dt:hover h3,
.dropdown dt:hover h4 {
	color: #ffffff;
}
.dropdown .toggle-icon {
	display: inline-block;
	background: url('../images/toggle_icons.png') no-repeat;
	width: 11px;
	height: 11px;
	margin: 5px 0;
	padding: 0;
	border: 0;
}
.dropdown dt:hover .toggle-icon {
	background-position: 0 -11px;
}
.dropdown dt.selected .toggle-icon {
	background-position: 0 -33px;
}
.dropdown dt.selected h3,
.dropdown dt.selected h4 {
	color: #ffffff;
}
.dropdown dd {
	overflow: hidden;
	background: url('../images/hr.png') no-repeat;
	background-position: bottom;
	text-align: center;
	margin: 0;
}
.dropdown dd .toggle-icon {
	background-position: 0 -33px;
	cursor: pointer;
}

/*
 ********************
 * =contact
 ********************
*/
#contact {
	border: 0;
	padding-bottom: 40px;
}
#multimedia a {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin: 20px 3px;
}
#linkedin {
	background: url('../images/linkedin_icon.png') no-repeat;
}
#mail {
	background: url('../images/email_icon.png') no-repeat;
}
/*
 ********************
 * =footer
 ********************
*/
footer {
	margin: 50px 0;
}
footer h5 {
	margin: 0 auto 350px;
	width: 231px;
	height: 51px;
	background: url('../images/logo_julia_footer.png') no-repeat;
	text-indent: -9999px;
}