/*

MO-FARAH.COM CSS STYLES
Semptember 2011
four23

*/

body, html
{
	background-color: #000;
	overflow: hidden;
}

*
{
	outline: none;
}

p
{
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
}

a.news
{
	color: #FFF;
	text-decoration: none;
}

a.news:hover
{
	text-decoration: underline;
}

a.watchvideo
{

	color: #fff;
	width: 100%;
	display: block;
	font-size: 11px;
	text-decoration: none;
}

a.watchvideo:hover
{
	text-decoration: none;
}

h1
{
	color: #FFF;
	font-size: 12px;
	background-color: #000;
}

h2
{
	color: #00adee;
	font-size: 12px;
	text-align: center;
	margin-left: 25px;
	margin-bottom: 10px;
}

h3
{
	color: #FFF;
	font-size: 12px;
	text-align: center;
}

span.blue
{
	color: #00adee;
	font-weight: bold;
	width: 100%;
	display: block;
}

span.desc
{
	font-size: 11px;
	color: #FFF;
}

img#loading
{
	position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -14px;
}

.branding
{
	height: 150px;
}

img.logo
{
	margin: 20px 0;
}

span.or
{
	font-size: 75%;
	/*text-decoration: underline;*/
}

/* BACKGROUND STYLING (MANIPULATED BT jQ) */
#bg
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	min-width: 100%;
	height: auto;
}

.bgwidth
{
	width: 100%;
}

.bgheight
{
	height: 100%;
}

#main
{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	/*left: 200px;*/
	overflow: hidden;
	/*background-color: red;*/
	opacity: 1;
}

#wrapper
{
	display: block;
	width: 100%;
	height: 94%;
	position: fixed;
	/*left: 200px;*/
	overflow: hidden;
	overflow-y: scroll;
	/*background-color: red;*/
	opacity: 1;
}

#latest-news-bg
{
	display: block;
	width: 270px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #000;
	opacity: 0.5;
}

#latest-news
{
	display: block;
	width: 270px;
	position: fixed;
	top: 0;
	right: 0px;
	margin-top: 114px;
	z-index: 2;
}

.news-item
{
	margin-top: 20px;
	padding: 0 15px;
	padding-right: 25px;
}

#latest-news p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0;
}

#latest-news a
{
	font-size: 11px;
	color: #00adee;
	font-weight: bold;
	text-decoration: none;
}




#twitter-footer
{
	width: 100%;
	height: 6%;
	position: fixed;
	bottom: 0;
	left: 250px;
	z-index: 5;
}

#twitter-footer-bg
{
	width: 100%;
	height: 6%;
	position: fixed;
	bottom: 0;
	left: 200px;
	background-color: #000;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
  	-moz-opacity:0.5;
  	-khtml-opacity: 0.5;
  	opacity: 0.5;
}

.tweet
{
	position: relative;
	top: 50%;
	left: 20px;
	margin-top: -6px;
	color:#fff;
}

.tweet a
{
	color: #FFF;
	text-decoration: none;
}

a#follow
{
	display: block;
	width: 155px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 300px;
	background-color: #222;
	color: #FFF;
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bolder;
	font-size: 11px;
	color: #00adee;
}

a#follow:hover
{
	background-color: #333;
	color: #fff;
}

a#follow span
{
	position: relative;
	top: 40%;
	left: 42px;
}


.socialicons
{
	width: 120px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 200px;
	background-color: #222;
}

.socialicons a:hover
{
	/*background-color: #333;*/
}

.socialicons a img
{
	position: relative;
	top: 28%;
	left: 12px;
}
#instafeed {
	position: relative;
}
.instagram {
	margin: auto;
	margin-top: 30px;
	color: #fff;
	text-align: center;
}
.instagram .instacover {
	position:absolute;
	top:139px;
	left:50px;
}
.instagram .instacover img {
	width:20px;
	height:20px;
}

.instagram a {
	text-decoration: none;
	color:#fff;
	display:block;
}
.instagram img {
	width:200px;
	height:auto;
}
.instagram p {
	width: 70%;
	margin: auto;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
}
.instagram p.instagram-name {
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 40px;
	font-weight:bold;
}

#sig
{
	position: fixed;
	top:60%;
	left: 50%;
	margin-left: -240px;
	margin-top: -112px;
	z-index: -1;
	display: none;
}

.content-blocker
{
	width: 350px;
	background-color: #2e2e2e;
	position: fixed;
	left: 200px;
	z-index: 5;
	/*background: #2e2e2e url('../img/menu-shadow.gif') repeat-y;*/
	display: none;
}

.content-blocker.header
{
	height: 150px;
	top:0;
	width: 350px;
	left: 250px;

}

.content-blocker.footer
{
	height: 6.5%;
	bottom:0;
	z-index: 0;
}

.content-wrapper
{
	width: 350px;
	/*height: 100%;*/
	min-height: 100%;
	/*height: 10000px;*/
	background-color: #2e2e2e;
	/*background: #2e2e2e url('../img/menu-shadow.gif') repeat-y;*/
	position: relative;
	left: 250px;
	/*left: -350px;*/

}

.content-wrapper.about, .content-blocker.header.about, .content-blocker.footer.about
{
	width: 350px;
}

.content-wrapper.news, .content-blocker.header.news, .content-blocker.footer.news
{
	width: 300px;
}

.content-wrapper.videos, .content-blocker.header.videos, .content-blocker.footer.videos
{
	width: 170px;
}

.content-wrapper.performance-career, .content-blocker.header.performance-career, .content-blocker.footer.performance-career
{
	width: 410px;
}

.content-wrapper.performance, .content-blocker.header.performance, .content-blocker.footer.performance
{
	width: 410px;
}

.content-wrapper.career, .content-blocker.header.career, .content-blocker.footer.career
{
	width: 380px;
}

.content-wrapper.events, .content-blocker.header.events, .content-blocker.footer.events
{
	width: 340px;
}

.content-wrapper.team, .content-blocker.header.team, .content-blocker.footer.team
{
	width: 250px;
}

.content-wrapper.contact, .content-blocker.header.contact, .content-blocker.footer.contact
{
	width: 300px;
}

.content
{
	position: relative;


	padding: 150px 20px;
	padding-bottom: 5px;


}

/* FIXED SIDEBAR & NAVIGATION */

#sidebar
{
	position: fixed;
	top: 0;
	left: 0;
	width: 250px;
	background-color: #000;
	z-index: 999;
	text-align: center;
	min-height: 100%;
	/**/
	/*-moz-box-shadow: 0px 5px 5px #000;
  -webkit-box-shadow: 0px 5px 5px #000;
  box-shadow: 0px 5px 5px #000;
*/
}

#sponsors
{
	position: absolute;
	bottom: 15px;
	left: 45px;
	z-index: -2;
}

ul.navigation
{
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	margin: 0 10px;
	margin-left: 0px;
	background-color: #000;
}

ul.navigation li
{
	border-bottom: 2px solid #fff;
	padding: 3px 0;
}

ul.navigation li:first-child
{
	border-top: 2px solid #fff;
}



ul.navigation li a
{
	width:180px;
	height: 31px;
	display: block;
	background: url('../img/sprites/navigation-sprites.png') no-repeat;
	border-left: 2px solid #fff;
	margin-left: 10px;
	text-decoration: none;
	color: #000;
}

ul.navigation li a span
{
	display: block;
	width:125px;
	height: 23px;
	position: relative;
	left:35px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: bolder;
	font-size: 14px;
	padding-top: 8px;
	background-color: #000;
	padding-left: 15px;
}

ul.navigation li a.one
{
	background-position: 0 0;
}

ul.navigation li a.one:hover, ul.navigation li a.one.selected, ul.navigation li a.one.selected:hover
{
	background-position: -30px 0;
	color: #ff0000;
	text-decoration: none;
}

ul.navigation li a.two
{
	background-position: 0 -30px;
}

ul.navigation li a.two:hover, ul.navigation li a.two.selected, ul.navigation li a.two.selected:hover
{
	background-position: -31px -30px;
	color: #ff0000;
	text-decoration: none;
}

ul.navigation li a.three
{
	background-position: 0 -59px;
}

ul.navigation li a.three:hover, ul.navigation li a.three.selected, ul.navigation li a.three.selected:hover
{
	background-position: -30px -59px;
	color: #ff0000;
	text-decoration: none;
}

ul.navigation li a.four
{
	background-position: 0 -89px;
}

ul.navigation li a.four:hover, ul.navigation li a.four.selected, ul.navigation li a.four.selected:hover
{
	background-position: -30px -89px;
	color: #ff0000;
	text-decoration: none;
}

ul.navigation li a.five
{
		background-position: 0 -119px;
}

ul.navigation li a.five:hover, ul.navigation li a.five.selected, ul.navigation li a.five.selected:hover
{
	background-position: -30px -119px;
	color: #ff0000;
	text-decoration: none;
}

ul.navigation li a.six
{
	background-position: 0 -149px;
}

ul.navigation li a.six:hover, ul.navigation li a.six.selected, ul.navigation li a.six.selected:hover
{
	background-position: -30px -149px;
	color: #ff0000;
	text-decoration: none;
}

ul.navigation li a.seven
{
	background-position: 0 -180px;
}

ul.navigation li a.seven:hover, ul.navigation li a.seven.selected, ul.navigation li a.seven.selected:hover
{
	background-position: -31px -180px;
	color: #ff0000;
	text-decoration: none;
}

ul.navigation li a.eight
{
	background-position: 0 -210px;
}

ul.navigation li a.eight:hover, ul.navigation li a.eight.selected, ul.navigation li a.eight.selected:hover
{
	background-position: -31px -210px;
	color: #ff0000;
	text-decoration: none;
}

ul.navigation li a.nine
{
	background-position: 0 -241px;
}

ul.navigation li a.nine:hover, ul.navigation li a.nine.selected, ul.navigation li a.nine.selected:hover
{
	background-position: -30px -241px;
	color: #ff0000;
	text-decoration: none;
}




ul.navigation li a.selected,
ul.navigation li a.selected:hover
{
	color: #fff;
}

ul.navigation li a:hover
{
	color: rgb(0, 227, 240);
}


/*
IMAGE GALLERY
*/

ul#imagegallery
{
	margin: 0;
	padding: 0;

}

ul#imagegallery li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	height: 150px;
}

ul#imagegallery li a.thumbnail
{
	display: block;
	overflow: hidden;
	width: 160px;
	height: 90px;
}

#imageBox
{
	position: fixed;
	top: 150px;
	left: 450px;
	display: block;
}

.overlay {
	background: rgb(0,0,0);
	position: absolute;
	z-index: -50;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all ease-in-out -0.3s;
	-moz-transition: all ease-in-out -0.3s;
	-o-transition: all ease-in-out -0.3s;
	-webkit-transition: all ease-in-out -0.3s;
	-ms-transition: all ease-in-out -0.3s;
}

ul#videogallery
{
	margin: 0;
	padding: 0;

}

ul#videogallery li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	height: 130px;
}

#videoBox
{
	position: fixed;
	top: 150px;
	left: 370px;
	display: block;
	background-color: #444;
	width: 640px;
	height: 360px;
	z-index: 0;
}

.video-thumb-holder
{
	display: block;
	width: 130px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 5px;
}

.video-thumb-holder img.ytThumb
{
	position: relative;
	top: -12px;

}






table#performance
{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: bolder;
	margin-bottom: 20px;
}
/*
table#performance td
{
	padding: 0 5px;
}
*/



table#career
{
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}


table#career td
{
	padding: 1px 1px;
}


ul#team
{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}

ul#team li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#team li.last
{
	margin-top: 45px;
	margin-left: 30px;
}

ul#team li img
{
	margin: 10px 0;
}

ul#team li a
{
	color: #FFF;
	text-decoration: none;
	display: block;
}

ul#team li a:hover
{
	text-decoration: underline;
}


table#events
{
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 5px 0;
}

table#events tbody#event-details tr
{
	/*height: 18px;*/
}


table#events tbody#event-details td
{
	vertical-align: middle;
}


table#events:hover
{
	background-color: #333;
	/*background: #333 url('../img/calendar-icon.gif') no-repeat 250px 15px;*/
}


table#events td
{
	padding: 1px 1px;
}

table#events a
{
	color: #FFF;
	text-decoration: none;
}

table#events a:hover
{
	color: #FFF;
	text-decoration: underline;
}



/*
CONTACT FORM
*/

form input.contactField
{
	width: 250px;
	border: none;
	padding: 5px;
	background-color: #666;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

form textarea
{
	width: 250px;
	height: 100px;
	resize: none;
	border: none;
	padding: 5px;
	background-color: #666;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-weight: bolder;
	margin-bottom: 8px;
}

form .sendButton
{
	border: none;
	color: #00ADEE;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	padding: 5px 14px;
	padding-top: 6px;
	background-color: #222;
	/**/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

form .sendButton:hover
{
	background-color: #333;
	color: #fff;
}

form label
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

/**
* Changes 2017
**/

#imageBox, #videoBox {
	z-index: -101;
	position: absolute;
	display: none;
}

#videoBox {
	position: fixed;
	top: 20%;
	left: 34%;

}

.overlay {

}

.content-wrapper.images, .content-blocker.header.images, .content-blocker.footer.images, .content-wrapper.videos, .content-blocker.header.videos, .content-blocker.footer.videos {
	width: 100%;
}

.content-blocker.header.images, .content-blocker.header.videos {
	height: 0px;
}

.content-wrapper.images .content, .content-wrapper.videos .content {
	padding: 20px;
}

.content-wrapper.images #imagegallery, .content-wrapper.videos #videogallery {

}

.content-wrapper.images #imagegallery li, .content-wrapper.videos #videogallery li {
	width: 20%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 240px;
}

.content-wrapper.images #imagegallery li a, .content-wrapper.videos #videogallery li .video-thumb-holder, .content-wrapper.videos #videogallery li .video-thumb-holder a {
	width: 100%;
	height: 240px;
	background-size: cover;
	display: block;
}

.content-wrapper.images #imagegallery li .desc, .content-wrapper.videos #videogallery li .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	background: rgba(0,0,0,0.8);
	color: #fff!important;
}

.content-wrapper.images #imagegallery li a img {

}
