/*-----------------------------*/
body {
    background: none repeat scroll 0 0 #C41233;
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    padding:0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1;
		padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul, ul {
	list-style: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
.clear {
	clear: both
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}
* html .clearfix {
	zoom: 1
}
*:first-child+html .clearfix {
	zoom: 1
}
body {
	background: #ccc;
	font-family: "adelle", Helvetica, Arial, sans-serif;
	padding: 0;
	color: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased
}
strong, b {
	font-weight: bold
}
em, i {
	font-style: italic
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
a {
	color: #fff
}
p a:hover, p a.active {
	color: #fdbe44
}

.nowrap {
	white-space: nowrap
}  
.nav-container { margin-bottom: 2em; width:100%;margin-right:-2em }       
nav {
	position: absolute;
	top: 485px;
	z-index: 9999;
	width: 100%;

	font-weight: bold;
	color: #fff;
	font-size: 10px;
    background: url(../images/menu/menubackground.png) repeat-x;
    line-height:80px;
    height:75px;
    margin:25px 0 0 0;

}
.nav-links {
	margin: 0 0 0 5%
}
.nav-links li {
	float: left;
	margin-right: 15px;
	padding:0;
	height:60px;
  background:url('../images/menu/pointer.png') no-repeat center 80px;
  -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.menu_logo {
	background: url("../images/menu/logo.png") no-repeat;
	width: 237px;
	height: 75px;
	text-indent:-9999px;
	margin:0px;
	padding:0px;



}
.nav .extrawrapper {
	width: 100%;
	padding: 0;
}
.nav .menucontainer {
	height: 75px;
	margin:0;
	width: 99%;


}
.nav-links {
	margin: 0 auto;
	position:relative;

}
nav li.logo
{
  padding-right:120px;
}
#menulogo 
{
  	background: none !important;

}
.active {
	background-position:bottom !important;
}

.nav-links li.is-current-nav {
	
  
	/*background-size:14px 19px;
	background-repeat:no-repeat;*/
	background-position: center 50px;
 
 	
}
.nav-links a {
	color: #fff;
	text-decoration: none;
	font-size:14px;
}
.nav-links a:hover, .nav-links a:active {
	color: red ;


}

nav.sticky {
	position: fixed;
	top: 25px;
	margin:0;


}
nav.sticky .nav-above {
	position: absolute;
	top:0px;
	left:1em;
	right:1em;
	height:15px;
	}
.nav-drop {
	width: 30px;
	height: 55px;
	display: block;
	float: left;
	position: relative;
}
.nav-drop li.show {
	display: none;
	position: absolute;
	top: 45px;
	right: 0;
	width: 310px;
	height: 200px
}
.nav-drop:hover li.show {
	display: block
}
.nav-drop .arrow {
	height: 10px;
	background: url(../img/icon_arrow_drop.png) 277px 0 no-repeat
}
.nav-drop-content {
	background: #fff;
	-moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1)
}
a.followlink, a.followlink:visited {
	display: block;
	height: 47px;
	padding: 3px 0 0 52px;
	color: #c41233;
	font-size: 16px;
	line-height: 47px;
	text-decoration: none;
	background: url(../img/icon_twitter_red.png) 18px 15px no-repeat;
	border-bottom: 1px solid #e5e5e5;
	font-family: "adelle", Helvetica, Arial, sans-serif;
	font-weight: 600
}
a.followlink:hover, a.followlink:active {
	text-decoration: underline
}

.fb {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/menu/icon_fb.png");
    background-origin: padding-box;
    background-position: 0px 26px;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    cursor:pointer;
}

.twitter {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/menu/icon_twitter.png");
    background-origin: padding-box;
    background-position: 0px 26px;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    cursor:pointer;
}
.pdiddy {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/menu/icon_p.png");
    background-origin: padding-box;
    background-position: 0px 26px;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    cursor:pointer;
}


.nav-social {
    color: #363636;
    float: right;
    max-width: 200px;
}

section
{
  min-height: 730px;
    position: relative;
    overflow:hidden;
}

.chapter {

	
    height:100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    
}
.chapter h1 {
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 100;
	color: #fff;
	margin: 20px 0 15px 0
}
.chapter h2 {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25em;
	margin-bottom: 15px
}
.anchor {
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0px;
	left: 50%;
	vertical-align: top;
}


.chapter h1 {
	font-size: 50px;
	line-height: 1.1em;
	font-weight: 100;
	color: #fff;
	padding: 20px 0 15px 0
}
.chapter h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25em;
	margin-bottom: 25px
}
.chapter h2 a:hover, .chapter h2 a:active {
	color: #fdbe44
}
.container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 50px 0
}

              
.box {
	float: left;
	margin: 10px;
	border: 1px solid #000;
	background-color: #000;
	width: 200px;
	height: 200px;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
.nav-links li {
	text-transform: uppercase;
}

#main-container {

    width:100%;
    margin:0;
    padding:0;

}


.pseudo-static-container{
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.intro-li
{
  display: none;
}
#intro {
  background: url(../images/intro/shadow.png) left top, url(../images/intro/bg.jpg) left top;  
	background-repeat:no-repeat,repeat;/*background-size:cover;*/
	background-size: cover, 338px 391px;
	width:100%;
	padding:0;  
  min-height: 720px;    
}
#intro .content-container
{
  padding:0;
  margin:90px auto 0 auto;
  max-width: 1000px; 
  height:500px;
  position:relative;
}

#intro .blackline
{
  background:  url(../images/intro/blacklines.png) no-repeat center 0%;
  display:block;
  width:1000px;
	height:100%;
	z-index:300;
	position: relative;
	background-size:768px 442px;
}
#intro .redshapeleft
{
  background:  url("../images/intro/redshape-left.png") no-repeat scroll 5% 61% transparent;
  position:relative;
 
  width:100%;
	height:100%;
	z-index:298;
} 
#intro .redshaperight
{
  background:  url("../images/intro/redshape-right.png") no-repeat scroll 93% 60% transparent;
  position:relative;
 
  width:100%;
	height:100%;
	z-index:298;
}
#intro .woman
{
   background: url("../images/intro/woman.png") no-repeat scroll 27.5% 33% transparent;
  position:relative;
  
  width:100%;
	height:100%;
	z-index:299;
}
#intro .man
{                                                             
    background: url("../images/intro/man.png") no-repeat scroll 72% 33% transparent;
  position:relative;
 
 
  width:100%;
	height:100%;
	z-index:299;
}

#intro .logo {
	text-indent:-9999px;
	margin:0 auto;
	padding:0;
	background:  url(../images/intro/logo.png) no-repeat;
	width:556px;
	height:418px;
   top:170px;
   position:relative;
   z-index:300;

	
}
#home {  
	background: url(../images/home/gradienttop.png), url(../images/home/gradientbottom.png), url(../images/home/bg.jpg)  ;   
  background-repeat:  no-repeat,no-repeat,repeat;
  background-position: top right,bottom left,top left ;
  min-height: 820px;

}
#home .pseudo-static-container
{
    z-index:300;
}
#home .redlines
{
    background: url(../images/home/redlines.png) no-repeat left top;
    position:absolute;
    background-size: auto;
    width:100%;
    height:100%;
}
#home .textdetail {
		position:relative;
	float:right;
	margin:0px 0 0 0px;
	width:500px;
	height:500px;
	 z-index:312;
	 
}
#home .texttitle {
	text-indent:-9999px;
	margin:-14px 0 0 0;
	padding:0px;
	background: url(../images/home/ready_set.png) no-repeat;
	width:378px;
	height:28px;
}
#home .allaboutyouheader {
	text-indent:-9999px;
	margin:30px 0 0 0;
	padding:0px;
	background: url(../images/home/letgo.png) no-repeat;
	width:418px;
	height:116px;
}

#home .textcontent {

	color: black;
    font-family: myriad pro;
    font-size: 14px;
    line-height: 1.3em;
    text-shadow: 0 0 1px;
    margin: 13px 0 0 0;
}

#home .redshape
{
  background:url("../images/home/redshape.png") no-repeat scroll 0 384px transparent;
  position:absolute;
 
  width:100%;
	height:100%;
	z-index:300;
}
#home .woman
{
   background: url("../images/home/woman.png") no-repeat scroll 80px 178px transparent;
  position:absolute;
 
  width:100%;
	height:100%;
	z-index:299;
}

#space
{
  
  width:100%;
  background-repeat:no-repeat;
}

#space .slides
{
  list-style:none;
  margin:0px; 

}
#space .slide1
{
   background: url(../images/space/1.jpg) no-repeat;
}
#space .slide2
{
   background: url(../images/space/2.jpg) no-repeat;

}
#space .slide3
{
   background: url(../images/space/3.jpg) no-repeat;

}
#space .slide4
{
   background: url(../images/space/4.jpg) no-repeat;

}
#space .slides li
{
    width: 1440px;
      min-height: 730px; 
      position:relative;  
}

#space .space-infobox-set {
    
    margin-right: 11%;
    position: relative;
    width: 540px;
    z-index: 3000;
    top: 0px;
    left: 300px;
}

#space .space-infobox-set .dotholder {
    left: auto;
    margin-left: -10px;
    margin-top: -25px;
    padding-top: 150px;
    position: absolute;
    top: auto;
    z-index: 161;
}
#space .space-infobox-set.bodyweight
{
  top:190px;
  left:360px;
}
#space .space-infobox-set.pulley
{
  top:190px;
  left:350px;
}
#space .space-infobox-set.pulley p
{
  height:30px;
  
}
#space .space-infobox-set.cage
{
  top:190px;
  left:450px;
}
#space .space-infobox-set.cage p
{
  height:30px;
  
}
#space .space-infobox-set.cage .infobox
{
  width:280px;
}
#space .space-infobox-set.pulley .infobox
{
  top: 90px;
}
#space .space-infobox-set .dotholder a {
    height: 15px;
    position: relative;
    width: 15px;
}
#space .space-callout  .dotholder {
    left: auto;
    margin-left: -10px;
    margin-top: -25px;
    padding-top: 150px;
    position: absolute;
    top: auto;
    z-index: 161;
}
#space .space-callout .dotholder a {
    height: 15px;
    position: relative;
    width: 15px;
}
#space .space-callout {
    
    margin-right: 11%;
    position: relative;
    width: 540px;
    z-index: 3000;
    top: 0px;
    left: 300px;
}
#space .space-callout {
    position: absolute;
    z-index: 2999;
}
#space .space-callout.track p
{
  height:30px;
}
#space .space-callout.track
{
   left: 560px;
    top: 250px;
}
#space .space-callout.track .infobox
{
  top: 300px;
  
}
#space .space-callout.olympic
{
   left: 880px;
    top: 185px;
}
#space .space-callout.olympic .infobox
{
  top: 250px;
  left:-290px;
}
#space .space-callout.bell
{
   left: 200px;
    top: 250px;
}
#space .space-callout.bell .infobox
{
  top: 250px;
}
#space .space-callout.freeweights
{
   left: 500px;
    top: 200px;
}
#space .space-callout.freeweights .infobox
{
  top: 270px;
}
#space .space-callout.rack p
{
  height:30px;
}
#space .space-callout.rack
{
   left: 1010px;
    top: -45px;
}
#space .space-callout.rack .infobox
{
  top: 300px;
  left:-290px;
}
#space .space-callout.plate
{
   left: 1170px;
    top: 150px;
}
#space .space-callout.plate p
{
  height:30px;
}
#space .space-callout.plate .infobox
{
  left:-290px;
  top: 300px;
}
#space .space-callout.fuel
{
   top: -20px;
    left: 780px;
}
#space .space-callout.fuel
{
   top: -20px;
    left: 780px;
}
#space .space-callout.cardio
{
   top: 110px;
    left: 170px;
}
#space .space-callout.lounge
{
   top: 55px;
    left: 225px;
}
#space .flex-control-nav
{
  margin: 7px 0 0;
    text-align: center;
    bottom: 5px;
    left: 50%;
    position: absolute;
}
#space .flex-control-nav .flex-active
{
      background-color: #dd1e24;
    border: 1px solid #dd1e24;

}
#space .flex-control-nav li a
{
   background: none repeat scroll 0 0 #d7d7d7;
    border: 1px solid #d7d7d7;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    width: 10px;
}
#space .flex-control-nav li a:after
{
 
  border: 100px solid red;
    border-radius: 20px 20px 20px 20px;
    content: "";
    display: inline-block;
    height: 0;
    margin-top: 2px;
    overflow: hidden;
    padding-top: 4px;
    width: 4px;
}
#space .flex-control-nav li
{
   display: inline;
    margin: 0 7px;
}
#space .callout-test
{
    left:237px;
    top: 310px;  
}

#space .callout-test p {
    /*-webkit-transform-origin: 0 0 0;
  	-webkit-transform: scale3d(0, 0, 0);*/
  	-webkit-transition: 0.3s;
    -moz-transform: scale(0, 0);
    -moz-transform-origin: 0 0 0;
    -moz-transition: all 0.3s ease 0s;
    background-color: rgba(196, 18, 51, 0.9);
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    min-height: 80px;
    padding: 22px 30px;
    width: 235px;
}
#space .callout-test.is-expanded p {
    /*-webkit-transform: scale3d(1, 1, 1);*/
    -moz-transform: scale(1, 1);
    display: block;
}
#space .dotholder {
     left: -50px;
    position: relative;
    top: -182px;
    z-index: 900;
}
#space .dot-graphic {
    /*-webkit-animation-duration: 1.5s;
  	-webkit-animation-name: sonar;
  	-webkit-animation-iteration-count: infinite;
  	-webkit-animation-timing-function: linear;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: sonar;
    -moz-animation-timing-function: linear;*/
    background: url("../images/space/animated-dotoff.png") no-repeat scroll left top transparent;
    height: 45px;
    width: 45px;
}
#space .dot-graphic.hover {
    background: url("../images/space/animated-dot.png") no-repeat scroll center center transparent;
	height: 45px;
    width: 45px;
}
#space .dot-graphic, .dotholder a {
    color: transparent;
    display: block;
    font: 0px/0 a;
    position: absolute;
    text-shadow: none;
}

#space .dotholder a {
    /*background: url("../images/space/animated-on-icon.png") no-repeat scroll 0px 0px transparent;*/
    height: 15px;
    left: 15px;
    top: 14px;
    width: 14px;
}
#space .dotholder a:hover {
    /*background: url("../images/space/animated-off-icon.png") no-repeat scroll 0px 0px transparent; */
}
/*@-webkit-keyframes sonar {
	0% {
		opacity: 0;
		-webkit-transform: scale(0, 0);
	}
	30% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5, 1.5);
	}
}*/

/*@-moz-keyframes sonar {
	0% {
		opacity: 0;
		-moz-transform: scale(0, 0);
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-moz-transform: scale(1.5, 1.5);
	}
}*/
#space .flex-prev
{
   background: url(../images/space/back.png) no-repeat center;
   left: 5px;
   top:50%;
    position: absolute;
    text-indent: -9999px;
    width: 45px; 
    height:45px;
    z-index:291;
}
#space .flex-prev:hover
{
   background: url(../images/space/backover.png) no-repeat center;
}
#space .flex-next
{
   background: url(../images/space/forward.png) no-repeat center;
   right:5px;
   top:50% ;
    position: absolute;
    text-indent: -9999px;
    width: 45px; 
    height:45px;
    z-index:291;
}
#space .flex-next:hover
{
   background: url(../images/space/forwardover.png) no-repeat center;
}
#spaceflexslider .flex-viewport {
    -moz-transition: all 1s ease 0s;
    margin:0;
    max-height: 730px;
    
    z-index:290;
    position:relative;
}
#spaceflexslider
{
  margin:0;
  padding:0;
  width:100%;
}
#space .space-slide
{
 
  background-size: cover;
}

#team {  
	background:   url(../images/team/bg.jpg)  ;   
  
}

#team ul#teamflexslider {
 
}
#team .redlines
{
    background: url(../images/team/redlines.png) no-repeat left top;
    position:absolute;
    background-size: auto;
    width:100%;
    height:100%;
    z-index:299;
}
 #team .graphicholder
{
  width:100%;
	height:100%;
	z-index:250;
}
#team .redshape
{
  background:  url(../images/team/redshape.png) repeat-x left center;
  position:absolute;
  background-attachment: fixed;
  width:100%;
	height:100%;
	z-index:250;
}
#team .flex-prev
{
   background: url(../images/space/back.png) no-repeat center;
   left: 5px;
   top:50%;
    position: absolute;
    text-indent: -9999px;
    width: 44px; 
    height:44px;
    z-index:900;
}
#team .flex-prev:hover
{
   background: url(../images/space/backover.png) no-repeat center;
}
#team .flex-next
{
   background: url(../images/space/forward.png) no-repeat center;
   right:5px;
   top:50%;
    position: absolute;
    text-indent: -9999px;
    width: 44px; 
    height:44px;
    z-index:900;
  
}
#team .flex-next:hover
{
   background: url(../images/space/forwardover.png) no-repeat center;
}
#team .flex-disabled
{
  
    text-indent: -9999px;
    display:none;
    z-index:900;
  
}
#teamflexslider .flex-viewport {
    -moz-transition: all 1s ease 0s;
    margin:0 auto;
    max-height: 600px;
    max-width:900px;
    z-index:350;
    position:relative;
    top:120px;
}

#teamflexslider
{
  
}
#teamflexslider ul
{
   z-index:350;
}
#teamflexslider li img
{
  margin:0 40px;
}
#teamflexslider .member
{
  width: 300px;
  margin: 20px 50px;
}
#teamflexslider .member h1
{
  
  padding:0;
  height:68px;
  text-indent: -9999px;
  background:#0d0d0d;
  width: 246px;
 } 
 
  #teamflexslider .member .alex
  {
    background:#0d0d0d url(../images/team/alex.png) no-repeat center;
 }
  #teamflexslider .member .john
  {
    background:#0d0d0d url(../images/team/john.png) no-repeat center;
 }
 
 #teamflexslider .member .tolga
  {
    background:#0d0d0d url(../images/team/name/tolga.png) no-repeat center;
 }
 #teamflexslider .member .jez
  {
    background:#0d0d0d url(../images/team/name/jez.png) no-repeat center;
 }  
  #teamflexslider .member .matt
  {
    background:#0d0d0d url(../images/team/name/matt.png) no-repeat center;
 }  
  #teamflexslider .member .tariq
  {
    background:#0d0d0d url(../images/team/name/tariq.png) no-repeat center;
 }  
 #teamflexslider .member .stefanos
  {
    background:#0d0d0d url(../images/team/name/stefanos.png) no-repeat center;
 }  
   #teamflexslider .member .pierre
  {
    background:#0d0d0d url(../images/team/name/pierre.png) no-repeat center;
 }  
   #teamflexslider .member .dana
  {
    background:#0d0d0d url(../images/team/name/dana.png) no-repeat center;
 } 
   #teamflexslider .member .aldwin
  {
    background:#0d0d0d url(../images/team/name/aldwin.png) no-repeat center;
 } 
  
  
#teamflexslider .member .info
{
  background: #171717;
  
  background: url(../images/team/blockbg.png) repeat;
  cursor: pointer;
  min-height: 180px;
  max-height: 180px;
  max-width: 246px;
  line-height:18px;
  -moz-box-shadow:    none;
		-webkit-box-shadow: none;
		box-shadow:         none;
		transition: left .2s linear,  padding .2s linear, background .2s linear, min-height .2s linear;
		-o-transition: left .2s linear,  padding .2s linear, background .2s linear, min-height .2s linear;
		-moz-transition: left .2s linear,  padding .2s linear, background .2s linear, min-height .2s linear;
		-webkit-transition: left .2s linear,  padding .2s linear, background .2s linear, min-height .2s linear;
}
#teamflexslider .member .info p 
{
  padding: 5% 8%;
  font-size: 11px;
  text-align: left;
  color: #fff;
  opacity: 1.0;
}
#teamflexslider .member .info:hover
{
  

		background: url(../images/team/blockbg.png) repeat;
		
		background: url(../images/contact/blockbgover.png) repeat;
}
#teamflexslider .flex-control-nav
{
  display:none;
}
/* courses */
#courses {
	background-image: url(../images/courses/gradienttop.png), url(../images/courses/gradientbottom.png), url(../images/courses/bg.jpg)  ;   
  background-repeat:  no-repeat,no-repeat,repeat;
  background-position: top left,bottom right, top left;
  
 
}
#courses .redlines
{
    background: url(../images/courses/redlines.png) no-repeat left top;
    position: absolute;
    background-size: auto;
    width:100%;
    height:100%;
}
 #courses .graphicholder
{
  width:100%;
	height:100%;
  
}
#courses .redshape
{
  background:  url(../images/courses/redshape.png) no-repeat 40px 335px;
  
  
  width:100%;
	height:100%;
  z-index:300;
 
  position:absolute;
  -webkit-transition-property: none;
}
#courses .woman {
   background: url("../images/courses/woman.png") no-repeat ;
   background-position: 595px 70px;
   position:absolute;
 
  width:100%;
	height:100%;
	z-index:299;
	-webkit-transition-property: none;
}
 #courses .pseudo-static-container
{
    z-index:300;
}

#courses #textdetail {
	position:relative;
	margin:0px 0 0 100px;
	width:500px;
	height:500px;
	    z-index:302;
}
#courses .texttitle {
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	background: url(../images/courses/courses.png) no-repeat;
	width:375px;
	height:62px;
}

#courses .textcontent {
	margin-top:30px;
	color: black;
    font-family: myriad pro;
    font-size: 14px;
    line-height: 1.3em;
    text-shadow: 0 0 1px;
}

#courses .downloadheader
{
  text-indent:-9999px;
	margin:30px 0 0 0;
	padding:0px;
	background: url(../images/courses/download.png) no-repeat;
	width:273px;
	height:40px;
}

#courses .icondown {
  background-image: url("../images/courses/icon.png");
    float: left;
    height: 43px;
    margin-top: 20px;
    width: 44px;
}
/* courses */
  
/* join */

#join {
   background-image: url("../images/join/bg.jpg");
   min-height:750px;
}
#join .redlines
{
    background: url(../images/join/redlines.png) no-repeat left top;
    position:absolute;
    background-size: auto;
    width:100%;
    height:100%;
}
#join .graphicholder
{
  width:100%;
	height:100%;
}
#join .redshape
{
  background:  url(../images/join/redshape.png) no-repeat 0px 150px;
  position:absolute;
 
  width:100%;
	height:100%;
	z-index:300;
}
#join .man {
   background: url("../images/join/man.png") no-repeat ;
   background-position: 105px 200px;
   position:absolute;
 
  width:100%;
	height:100%;
	z-index:299;
}
#join .pseudo-static-container
{
    z-index:299;
}
#join #textdetail {
	position:relative;
	float:right;
	margin:40px -110px 0 0px;
	/*margin:0 -100px 0 0;*/
	width:500px;
	height:500px;
	z-index:302;
}
#join .texttitle {
	text-indent:-9999px;
	margin:0px;
	padding:0px;
	background: url(../images/join/present.png) no-repeat;
	width:366px;
	height:94px;
}

#join .textcontent {
	margin-top:0px;
	color: white;
    font-family: myriad pro;
    font-size: 14px;
    line-height: 1.3em;
    text-shadow: 0 0 1px;
}
#join .downloadheader
{
  text-indent:-9999px;
	margin:30px 0 0 0;
	padding:0px;
	background: url(../images/join/download.png) no-repeat;
	width:335px;
	height:41px;
}


#join .icondown {
  background-image: url("../images/courses/icon.png");
    float: left;
    height: 43px;
    margin-top: 20px;
    width: 44px;
    z-index:302;
}
#join #joinbtn
{
  text-indent: -9999px;
  position:absolute;
  width:43px;
  height:43px;
  border:0px solid yellow;
}
/* join */

/* contact */

#contact
{
   background-image: url("../images/contact/bgshadow.png"), url("../images/contact/bg.jpg");
   background-position: left top, left top;
   background-repeat: no-repeat, repeat;
   background-size: auto, auto;
}
#contact .redlines
{
    background: url(../images/contact/redlines.png) no-repeat left top;
    position:absolute;
    background-size: auto;
    width:100%;
    height:100%;
}
#contact .graphicholder
{
  width:100%;
	height:100%;
}
#contact .redshape
{
  background: url("../images/contact/geometry.png") repeat-x left top;
  position:relative;
  z-index:290;
  width:100%;
	height:100%;

}
#contact .content-container
{
  max-width:900px;
  max-height:500px;
  min-height:500px;
  margin:auto;
  background: url(../images/contact/shadow.png) no-repeat left top;
  position:relative;
}
#contact .pseudo-static-container
{
    z-index:290;
}
#contact #locationslist
{
  position:relative;
  width:650px;
  z-index:299;
  margin:auto;
}
#contact #locationslist h1
{
   text-indent:-9999px;
   margin:0 0 0 25px;
   padding:0;
   width:100%;
   height:68px;
}#contact #locationslist h2
{
   text-indent:-9999px;
   
   padding:0;
   height:165px;
}
#contact #locationslist ul
{
   list-style:none;
   margin:0;
   padding:0;

}
#contact #locationslist li
{
  float:left;
  
}
#contact #locationslist li img
{
     margin: 0 15px;
     z-index:299;
}

#contact .location
{
  margin-top:20px;
}
#contact .dubaihead
{
  background:url(../images/contact/uenergydubai.png) no-repeat;
}
#contact .beiruthead
{
  background:url(../images/contact/uenergybeirut.png) no-repeat;

}
#contact .infoblock
{
  background: url(../images/contact/blockbg.png) repeat;
  max-width: 246px;
  margin-left: 25px;
  min-height:180px;
  max-height:180px;
  cursor: pointer;
  position:relative;
  -moz-box-shadow:    none;
		-webkit-box-shadow: none;
		box-shadow:         none;
		transition: left .2s linear,  margin .02s linear, padding .2s linear, background .2s linear, max-width .2s linear;
		-o-transition: left .2s linear, margin .02s linear,  padding .2s linear, background .2s linear, max-width .2s linear;
		-moz-transition: left .2s linear, margin .02s linear,  padding .2s linear, background .2s linear, max-width .2s linear;
		-webkit-transition: left .2s linear, margin .02s linear,  padding .2s linear, background .2s linear, max-width .2s linear;
}
#contact .infoblock:hover
{
    max-width:100%;
    left: -2%;
    
		background: url(../images/contact/blockbgover.png) repeat;
		
}
#contact .dubaicontact
{
  background:url(../images/contact/dubaicontact.png) no-repeat 10px 10px;
  margin: 5px 0px;
  
}
#contact .beirutcontact
{
  background:url(../images/contact/beirutcontact.png) no-repeat 0px 10px;
  margin: 5px 0 0 15px;
  
}
#dubaimap
{
  text-indent:-9999px;
  border:0px solid yellow;
  width:23px;
  height:12px;
  z-index:400;
  position:absolute;
  top:128px;
  left:10px;
}
#beirutcontact
{
  text-indent:-9999px;
  border:0px solid yellow;
  width:183px;
  height:15px;
  z-index:400;
  position:absolute;
  top:70px;
  left:15px;
}
/* contact */

.content-container
{
  padding:10% 0 0 0;
  
}

/* Slider */




/* Slider */

/* info box */
.space-callout .infobox
{
  position:relative;
  top: 350px;
}
.infobox {
     /*-webkit-transform-origin: 0 0 0;
  	-webkit-transform: scale3d(0, 0, 0);
  	-webkit-transition: 0.3s;*/
    -moz-transform: scale(0, 0);
    -moz-transform-origin: 0 0 0;
    -moz-transition: all 0.3s ease 0s;    
     color: #FFFFFF;
     visibility:hidden;
    position:relative;
    top: 140px;
    padding: 6px 40px 20px 15px;
    width: 300px;
} 

.infobox.is-expanded {
     display: block;
    /*-webkit-transform: scale3d(1, 1, 1);*/
    -moz-transform: scale(1, 1);
     margin-left: 15px;
     visibility: visible;
}        

.infobox + .infobox {
    margin-top: 2px;
}
.infobox-footer {
    -moz-transition: opacity 0.5s ease 0s;
    background-color: rgba(171, 20, 54, 0.9);
    background-repeat: no-repeat;
    clear: left;
    display: block;
    height: 31px;
    padding: 21px 40px 20px 45px;
    text-decoration: none;
}
.infobox.is-faded-out
{
  opacity: 0;
}
.infobox.is-collapsed {
    
    background-image: url("../img/infobox-footer-plus-bg.png");
    background-position: 93% center;
    background-repeat: no-repeat;
    display:none;
   
}
.infobox.is-collapsed h2, .infobox.is-collapsed h3, .infobox.is-collapsed p {
    opacity: 0;
}
.infobox.is-collapsed:hover {
    
}
.infobox.is-collapsed h1 {
    font-size: 19px;
    font-weight: 600;
    line-height: 21px;
    opacity: 1;
}
.infobox-footer:hover {
    opacity: 0.9;
}
.infobox-footer h3 {
    font-size: 19px;
    font-weight: 600;
}
.infobox-footer p {
    font-size: 8px;
    font-weight: bold;
}
.infobox h1 {
    color: red;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    background:#0f0a04;
    padding: 10px;
    font-size:26px;
    opacity: 0.9; 
    width: 246px;
    text-transform: uppercase;
}
.infobox h2 {
    margin-bottom: 10px;
    padding-top: 0;
}
.infobox a:hover, .infobox a:active {
    color: #FDBE44;
}
.infobox p {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 13px;
    margin-top: 7px;
    background: #241e12;
    opacity: 0.9;
    padding: 10px;
    /* height: 80px; */
    width:246px;
}
.infobox p.haveaquestion {
    font-family: "adelle",Helvetica,Arial,sans-serif;
}

/* info box */

/* jcarousel */

.jcarousel-skin-tango .jcarousel-container {
  
   width: 100%;
   height: 100%;
  z-index:350;
    
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
   height: 100%;
  
   
}



.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  1005px;
    height: 730px;
     margin: 0px auto;
    top: 120px;
	left:10px;
    background: url(../images/team/shadow.png) no-repeat -150px -100px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 300px;
    height: 600px;
}


.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 38px;
 
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
      cursor: pointer;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 47%;
    width: 45px;
    background: transparent url(../images/space/forward.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 10px;
    right: auto;
    
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background: transparent url(../images/space/forwardover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background: transparent url(../images/space/forwardover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    height: 45px;
    position: absolute;
    left: 10px;
    top: 47%;
    width: 45px;
    cursor: pointer;
    background: transparent url(../images/space/back.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
     background: transparent url(../images/space/back.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
      background: transparent url(../images/space/backover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
     background: transparent url(../images/space/backover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/space/forward.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background: transparent url(../images/space/forwardover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background: transparent url(../images/space/forwardover.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/* jcarousel */

.nav {
 
}
