/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

body {
	background: #000;
	margin: 0;
	padding: 0;
    overflow: hidden;
    overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	height: 100%;
	font-family: 'Akzidenz-Grotesk', Helvetica, SimHei, 黑体, Hei, sans-serif;
}

a, a:visited {
    color: #fff;
}

a:hover {
    color: #fff;
}

.en .en, .ma .ma {
    display: inline-block;
     opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.en .ie9 .en, .ma .ie9 .ma {
    opacity:1;
}

.en .ma, .ma .en, .none .en, .none .ma {
    display: none;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #000; 
    xdisplay: none;
}

#header {
	width: auto;
	height: 50px;
	line-height: 50px;
    padding: 0 40px 0 310px;
    background: #000;
    
	
}
@media (max-width:969px) {
	#header	{
	margin: 0 0 0 0 !important;
	}
}
#header img {
    margin:6px 0 0 0;
}

#lang {
    width: 100px;
    display: inline-block;
    float: right;
    color: #898989;
}

.en #lang a.ma, .ma #lang a.en {
    color: #898989;
    display: inline-block;
}

.en #lang a.en, .ma #lang a.ma {
    color: #fff;
}

#header .logo {
	cursor: pointer;
}

#site {
	margin: 0 0 0 0px; /*mgarcia: 0 0 0  -30px*/
	display: none;
	padding: 0;
    float: left
}

#site>ul>li>.scroll-wrap,
#site>li>.scroll-wrap {
    z-index:99;
    height: 100%;
    overflow-y: scroll;
}

#site>ul>li>.scroll-wrap::-webkit-scrollbar,
#site>li>.scroll-wrap::-webkit-scrollbar { width: 0 !important }

.scrollbar {
    z-index:100;
    /*display:none;*/
    position: absolute;
    top: 180px;
	right: 6px;
    /*right: 31px;*/
    width: 4px;
    height: 56%;
    border-radius:4px;
    background: gray;
    background: rgba(255, 255, 255, .3);
    border: 1px solid white;
    border: 1px solid rgba(255,255,255,.5);
}
/*
#wwe .scrollbar {
	top:180px;
}

#wwe .scrollbar {
	top:180px;
    height: 60%
}
#about .scrollbar {
	top:180px;
    height: 60%
}
#anomalies .scrollbar {
	top:180px;
    height: 60%
}
#people .scrollbar {
	top:180px;
    height: 60%
}*/
#aip .scrollbar {
	top:240px;
    height: 46%
}/*
#ureasonable .scrollbar {
	top:180px;
    height: 60%
}
#news .scrollbar {
	top:180px;
    height: 60%
}
#faq .scrollbar {
	top:180px;
    height: 60%
}

#call .scrollbar {
	top:180px;
    height: 60%
}

*/

@-moz-document url-prefix() { 
	.scrollbar {
		right:7px
	}
}
.ma #aip .scrollbar {
    top: 230px;
    height: 40%;
}
.scrollbar-handle {
    position:absolute;
    width:12px;
    height:40px;
    left:-4px;
    background: white;
    border-radius:12px;
    box-shadow:0px 2px 2px;
    cursor:pointer;
}


.scrollbar-handle .hit {
    display:inline-block;
    background:red;
    width:40px;
    height:40px;
    margin-left:-16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    
}

#site li {
	/*background-repeat: no-repeat;
    background-position: center top;*/
    background-position: center top;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ie-background-size:cover;
    -o-background-size:cover;
}

#site li .content {
    margin: 40px 50px 60px 290px;
    max-width: 1000px;
    color: #fff;
}

#site li#aip .content {
    margin: 30px 50px 60px 200px;
    max-width: 530px;
}

/*#site li .content div {
    min-height: 200px;
}*/

#site li h3 {
	font-size: 42px;
	line-height: 1em;
	font-weight: bold;
}

#site li p {
	margin-top: 20px;
}

#site li p.pop {
    /* color: #bf2c37; */
    color: #ffffff;
    font-weight:bold;
    margin-top: 0;
    margin-bottom: 70px;
    text-transform: uppercase;
    bottom:0;
    position:absolute;
}

#site li#home{
    background-position: center left;
	background-image: url('../images/backgrounds/home0.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/home0.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/home0.jpg', sizingMethod='scale')";
}

#site li#home.one{
	background-image: url('../images/backgrounds/home1.jpg');
}

#site li#home.two{
    background-image: url('../images/backgrounds/home2.jpg');
}

#site li#home.three{
    background-image: url('../images/backgrounds/home3.jpg');
}

#site li#home.four{
    background-image: url('../images/backgrounds/home4.jpg');
}

#site li#home.five{
    background-image: url('../images/backgrounds/home5.jpg');
}

#site li#home .content {
	margin-left: 307px; /*mgarcia: 340px*/
}

#site li#home .content p{
    font-weight: bold;
    font-size: 10pt;
    letter-spacing: 0.02em;
}

#site li#wwe{
	background-image: url('../images/backgrounds/wwe.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/wwe.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/wwe.jpg', sizingMethod='scale')";
}

#site li#about{
	background-image: url('../images/backgrounds/about0.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/about0.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/about0.jpg', sizingMethod='scale')";
}

#site li#about .content {
    margin-left: 10%;
}

#site li#people{
	background-image: url('../images/backgrounds/people0.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/people0.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/people0.jpg', sizingMethod='scale')";
}

#site li#aip{
	background-image: url('../images/backgrounds/anomaly-ip.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/anomaly-ip.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/anomaly-ip.jpg', sizingMethod='scale')";
}

#site li#news{
	background-image: url('../images/backgrounds/news0.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/news0.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/news0.jpg', sizingMethod='scale')";
}

#site li#faq{
	background-image: url('../images/backgrounds/faq0.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/faq0.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/faq0.jpg', sizingMethod='scale')";
}

#site li#call{
	background-image: url('../images/backgrounds/call-on-us0.jpg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/call-on-us0.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/call-on-us0.jpg', sizingMethod='scale')";
}

.widePage #site li {
	background-size: 100% auto;

}

.tallPage #site li {
	background-size: auto 100%;
}

#site li.active h2 {
	xbackground: red;
}
	
#site li h2 {
	line-height: 35px; /*mgarcia*/
	width: 90%;
    color: white;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    z-index: 80;
    position: absolute;
    top: 0px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translate(0, -50%); /*-50*/
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(90deg) translate(0, -50%);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(90deg) translate(0, -50%);
    -o-transform-origin: 0 0;
    -o-transform: rotate(90deg) translate(0, -50%);
    transform-origin: 0 0;
    transform: rotate(90deg) translate(0, -50%);
    left: 17px; /*mgarcia: 0*/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom:1;
}




@media only screen and (min-width : 1224px) /*and (max-width : 1024px)*/{
	#site li h2 {
		-webkit-transform: rotate(90deg) translate(0, -36%); /*-50*/
		-moz-transform: rotate(90deg) translate(0, -36%);
		-ms-transform: rotate(90deg) translate(0, -36%);
		-o-transform: rotate(90deg) translate(0, -36%);
		transform: rotate(90deg) translate(0, -36%);
	}
}
@media only screen and (max-width : 1000px) /*and (max-width : 1024px)*/{
	#site li h2 {
		-webkit-transform: rotate(90deg) translate(0, -36%); /*-50*/
		-moz-transform: rotate(90deg) translate(0, -36%);
		-ms-transform: rotate(90deg) translate(0, -36%);
		-o-transform: rotate(90deg) translate(0, -36%);
		transform: rotate(90deg) translate(0, -36%);
	}
}
	
.ie8 #site li h2 {
    height: 25px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.ie9 #site li h2 {
    height: 50px;
}

#site li h2 span {
    padding-left: 50px;
    text-align: left;
    height: 30px;
    margin-bottom: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom:1;
}

#site li.active h2 {

}

@media (max-width: 1024px) {
    body {overflow-x:scroll;}
}
@media (max-height: 480px) {
    body {overflow-y:scroll;}
}

.unselectable {
    -webkit-touch-callout: none;
    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.table {
    display: table;
}
.tr { 
    display: table-row; 
}
.td { 
    display: table-cell;
}

li#form .content, li#thanks .content  {
        margin: 0 50px 200px 36px;
}
li#form .content h3, li#thanks .content h3 {
    margin-top: 30px;
    color:#000;
}

li#form .scrollbar {
        top: 220px;    
}

.cform label {
	color:#000 !important;
}
li#form div.text_form {
    width: 100%;
    float: left;
    margin-top: -60px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    color: #000
}
.cform input, .cform textarea, .cform select {
	border:1px solid #000 !important;
}
.cform input.sendbutton, input.cf_upload.upload {
	border:none !important;
}
li#thanks p {
	color:#000 !important;
}
@media (max-width: 500px) {
	
	li#form .content, li#thanks .content {
		margin: 20px;
		padding: 0px !important
	}
}