@keyframes fadein { from {opacity: 0;}to {	opacity: 1;}}
/* Firefox < 16 */
@-moz-keyframes fadein { from {opacity: 0;}to {	opacity: 1;}}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein { from {opacity: 0;}to {	opacity: 1;}}
/* Internet Explorer */
@-ms-keyframes fadein { from {opacity: 0;}to {	opacity: 1;}}
/* Opera < 12.1 */
@-o-keyframes fadein { from {opacity: 0;}to {	opacity: 1;}}

@font-face {
  font-family: 'DIN';
  src: url('../fonts/DINBold.ttf');
/*  src: url('../fonts/DINBold.woff');  */
 src: url('../fonts/DINBold.eot'); 
/*   src: url('../fonts/DINBold.svg');  */
}

body {
	margin: 0;
	padding: 0;
	background: #000;
	/*font-family: DIN !important;*/
	font-family: sans-serif !important;
	font-size: 16px;
/*	font-weight:bold;*/
}
*:fullscreen *:-ms-fullscreen, *:-webkit-full-screen, *:-moz-full-screen {
 overflow: auto !important;
}
.noDisplay{
	display:none !important;
}
.main_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	overflow: hidden;
	-webkit-transition: ease-in 1s;
	-moz-transition: ease-in 1s;
	-ms-transition: ease-in 1s;
	-o-transition: ease-in 1s;
	transition: ease-in 1s;
}
img {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}
.sceen {
	overflow: hidden;
}

.sceenHolder, .sceen0Line, .customScroll, .drop, .blacking, .blacking1, .textureForAll, .showLine {
	-webkit-transition: ease-in 1s;
	-moz-transition: ease-in 1s;
	-o-transition: ease-in 1s;
	-ms-transition: ease-in 1s;
}
.headingText, #sceen1Heading{
	-webkit-transition: ease-in 1.2s;
	-moz-transition: ease-in 1.2s;
	-o-transition: ease-in 1.2s;
	-ms-transition: ease-in 1.2s;
}
.headingText2, .sceen2_texts, .sceen3_texts, .sceen4_texts, .sceen5_texts, .sceen6_texts, .sceen7_texts, .sceen8_texts, .sceen9_texts, .sceen10_texts, .sceen11_texts, .sceen12_texts{
	-webkit-transition: ease-in 1s;
	-moz-transition: ease-in 1s;
	-o-transition: ease-in 1s;
	-ms-transition: ease-in 1s;
}
.sceenHolder {
	float: left;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.sceen {
	/*max-width:1366px;*/
	margin:0 auto;
	height: 100%;
	overflow:hidden;
	color: #FFF;
}
.sceen0Line {
	position: absolute;
	left: 0;
	top: 148px;
	z-index: 100;
	margin-left: 306px;
	display:none;
}.showLine, .showLine1, .showLine2, .showLine3, .showLine4, .showLine5, .showLine6, .showLine7, .showLine8, .showLine9, .showLine10{
	position: absolute;
	left: 0;
	top: 98px;
	z-index: 100;
	margin-left: 306px;
	margin-top:-1000px;
	display:none;
	-webkit-transition: ease-in 1s;
	-moz-transition: ease-in 1s;
	-o-transition: ease-in 1s;
	-ms-transition: ease-in 1s;
	transition: ease-in 1s;
}
.headingText {
	position: absolute;
	z-index: 100;
}
.textureScreen {
	position: fixed;
	width: 200%;
	top: -100px;
	height: 350%;
	left: -100px;
	background: url('../images/sceen1/texture.png');
	background-repeat: repeat;
	z-index: 100;
	opacity: 0;
	-webkit-transition: ease-in 1.2s;
	-moz-transition: ease-in 1.2s;
	-o-transition: ease-in 1.2s;
	-ms-transition: ease-in 1.2s;
	transition: ease-in 1.2s;
}
img {
	max-width: 100%;
}
#sceen1Heading {
	opacity: 0;
	font-size: 64pt;
	font-family: sans-serif;
	font-weight: normal;
	margin-left: 300px;
	margin-top: 80px;
        line-height: 78px;
}
.s1-tower {
	margin-top: -12px;
}
.headingText2 {
	margin-left: 185px;
	width: 224px;
	margin-top: 472px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 25px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity:0;
}
.headingText2 span {
	font-size: 28px;
}
.customScroll {
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 132px;
	padding: 10px;
	opacity: 0;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	font-weight: normal;
}
li {
	list-style: none;
}
.drop{
	/*float:left;*/
	/*width:50%;*/
	margin:0;
	padding:0;
	/*margin-top: -50px;*/
}
img.drop.d1 {
  margin-top: 100%;
}
img.drop.d2 {
  margin-top: 100%;
}

img.drop.d1-o {
  margin-top: -100%;
}
img.drop.d2-o {
  margin-top: -100%;
}
#s4-background.drop.d1-o, #s4-foreground.drop.d1-o {opacity:0;}

img.drop.s2-d1 {
  margin-top: 100%;
}
img.drop.s2-d2 {
  margin-top: 100%;
}
.blacking, .blacking1{
	background:#000;
	width:2000px;
	height:2000px;
	margin-top:-200px;
	margin-left:-200px;
	opacity:0;
}
.sceen2_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen2_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen3_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen3_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen4_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen4_texts.upward_anime{
	margin-top: -100% !important;
}
.sceen5_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen5_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen6_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen6_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen7_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen7_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen8_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen8_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen9_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen9_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen10_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen10_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen11_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen11_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}
.sceen12_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen12_texts{
	margin-left: 293px;
	width: 100%;
	overflow-y: hidden;
	margin-top: 150px;
	padding: 10px;
	/* cursor: pointer; */
	padding-top: 0px;
  	padding-bottom: 0px;
	color:#FFF;
	font-weight: normal;
}

.sceen7_texts.upward_anime{
	margin-top:-100% !important;
}
.sceen2_texts .h1{
	font-size:24px;
}
.fontWaightNormal{
	font-weight:normal !important;
	cursor:pointer;
}.fontWaightNormal:hover{
	text-decoration:underline;
}
.sceen2background, .sceen2foreground{
	margin-left: -50px;
}
.sceen2foreground{

}
.textureForAll{
	opacity: 0;
  	transform: scale(2,2);
}
.s4-background, .s4-foreground{
	/*margin-top: -80px;*/
}
.s1-bottom{
	margin-top:5%;
}.fontWaight-Normal{
	font-family: sans-serif !important;
	font-weight:normal !important;
	letter-spacing: 1px;
  	font-size: 16px;
}
.sceen12_texts ul{
	margin:0; padding:0;
}.sceen12_texts ul li{
	float:left;
	width:100%;
	margin-bottom:10px;
}.headingText2-margin{
	margin-top:472px !important;
}.headingText2-margin-high{
	margin-top:-100% !important;
}
/*  Responsive Codes  */
@media screen and (max-width: 320px) {
.s1-tower{
	margin-top: 100%;
	transform: scale(2.5, 2.5);
}
.drop{
	/*margin-top: 20%;*/

}
.s1-bottom {
	margin-top: 100%;
	transform: scale(1.5, 1.5);
}
#sceen1Heading {
	font-size: 42px;
	margin-left: 27px;
	margin-top: 280%;
}
.sceen0Line {
	margin-left: 30px;
}
.headingText2 {
	margin-left: -104px;
	width: 250px;
	margin-top: 1200px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin-top: 372px;
}
.customScroll {
	  margin-left: 20px;
  width: 82%;
  font-size: 11px;
  height: 351px;
  overflow-y: hidden;
  margin-top: 96px;
  padding: 10px;
  opacity: 0;
}/**************/
.drop{
	margin-top: 80%;
  	-webkit-transform: scale(1.5,1.5);
}
#drop2, #drop2-7{
	  margin-left: -15%;
}
#drop1{
	  margin-left: 15%;
}
#drop_f2, #drop-7_f2{
	  /*margin-left: -15%;*/
}
#drop_f1{
	  margin-left: 15%;
}
#s2drop2, #s2drop_f2, #s2drop2-7, #s2drop-7_f2{
	/*margin-left: -80px;*/
  -webkit-transform: scale(1.5,1.5);
}
#s2drop1, #s2drop_f1{
margin-left: 79px;
  -webkit-transform: scale(1.5,1.5);
}
.sceen2_texts, .sceen3_texts, .sceen4_texts, .sceen5_texts, .sceen6_texts, .sceen7_texts, .sceen8_texts, .sceen9_texts, .sceen10_texts, .sceen11_texts, .sceen12_texts{
	    margin-left: 21px;
  width: 82%;
  height: 375px;
  margin-top: 106px;
  padding: 10px;
  /* cursor: pointer; */
  padding-top: 0px;
  padding-bottom: 0px;
  color: #FFF;
  font-size: 11px;
  font-weight: normal;
  overflow-y:hidden;
}
.headingText2-margin{
	margin-top:310px !important;
}.headingText2-margin-high{
	margin-top:-100% !important;
}.showLine, .showLine1, .showLine2, .showLine3, .showLine4, .showLine5, .showLine6, .showLine7, .showLine8, .showLine9, .showLine10{
	margin-left: 30px;
}.fontWaight-Normal{
	font-size:11px;
}.s4-background, .s4-foreground{
	-webkit-transform: scale(5,5);
  	/*margin-top: 0%;*/
}#drop1-7{
	margin-left:70px;
}#drop2-7{
	margin-left:-70px;
}
}
@media screen and (max-width: 620px) and (min-width: 321px) {
.s1-tower{
	margin-top: 100%;
	transform: scale(2.5, 2.5);
}
.drop{
	margin-top: 20%;

}
.s1-bottom {
	margin-top: 100%;
	transform: scale(1.5, 1.5);
}
#sceen1Heading {
	font-size: 42px;
	margin-left: 27px;
	margin-top: 280%;
}
.sceen0Line {
	margin-left: 30px;
}
.headingText2 {
	margin-left: -104px;
	width: 250px;
	margin-top: 1200px;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin-top: 372px;
}
.customScroll {
	  margin-left: 20px;
  width: 82%;
  font-size: 11px;
  height: 351px;
  overflow-y: hidden;
  margin-top: 96px;
  padding: 10px;
  opacity: 0;
}/**************/
.drop{
	margin-top: 80%;
  	-webkit-transform: scale(1.5,1.5);
}
#drop2, #drop2-7{
	  margin-left: -15%;
}
#drop1{
	  margin-left: 15%;
}
#drop_f2, #drop-7_f2{
	  /*margin-left: -15%;*/
}
#drop_f1{
	  margin-left: 15%;
}
#s2drop2, #s2drop_f2, #s2drop2-7, #s2drop-7_f2{
	margin-left: -80px;
  -webkit-transform: scale(1.5,1.5);
  -moz-transform: scale(1.5,1.5);
  -ms-transform: scale(1.5,1.5);
  -o-transform: scale(1.5,1.5);
  transform: scale(1.5,1.5);
}
#s2drop1, #s2drop_f1{
margin-left: 79px;
  -webkit-transform: scale(1.5,1.5);
  -moz-transform: scale(1.5,1.5);
  -ms-transform: scale(1.5,1.5);
  -o-transform: scale(1.5,1.5);
  transform: scale(1.5,1.5);
}
.sceen2_texts, .sceen3_texts, .sceen4_texts, .sceen5_texts, .sceen6_texts, .sceen7_texts, .sceen8_texts, .sceen9_texts, .sceen10_texts, .sceen11_texts, .sceen12_texts{
	    margin-left: 21px;
  width: 82%;
  height: 375px;
  margin-top: 106px;
  padding: 10px;
  /* cursor: pointer; */
  padding-top: 0px;
  padding-bottom: 0px;
  color: #FFF;
  font-size: 11px;
  font-weight: normal;
  overflow-y:hidden;
}
.headingText2-margin{
	margin-top:310px !important;
}.headingText2-margin-high{
	margin-top:-100% !important;
}.showLine, .showLine1, .showLine2, .showLine3, .showLine4, .showLine5, .showLine6, .showLine7, .showLine8, .showLine9, .showLine10{
	margin-left: 30px;
}.fontWaight-Normal{
	font-size:11px;
}.s4-background, .s4-foreground{
	-webkit-transform: scale(5,5);
  	/*margin-top: 0%;*/
}#drop1-7{
	margin-left:70px;
}#drop2-7{
	margin-left:-70px;
}
}
/** Loading Screen **/
.loadingScreen{
	position:fixed;
	background:rgba(0,0,0,0.9);
	top:0; left:0; bottom:0; right:0;
	z-index:9999;
	cursor:pointer;
}
.loadingScreen .titleloading{
  	position: fixed;
	top: 35%;
	width:100%;
	color:#FFF;
	text-align:center;
}.loadingScreen .titleloading img{
	padding: 22px;
	float: left;
	
}.loader{
  width:95px;
  height:95px;
  border-radius:50%;
  border:0px solid;
  margin:40px auto;

  /*background:rgba(50,22,32,1);
  color:rgba(100,45,64,1);*/
  background:#FFFF;
  color:#FFF;
  border:solid 1px #ccc;
  
  animation: fill linear 3s infinite,
             load linear 3s infinite;

  /*box-shadow:  0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;*/
}

@keyframes load{
  0%{  box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
                   0 0 22px -3px; /*-35px -60px 1px -41px;*/
  }
  9%{  box-shadow:
            /*0 -70px 10px -41px,*/0 0 22px -3px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  }
  18%{box-shadow:0 -70px 1px -41px,
          /*35px -60px 1px -41px,*/0 0 22px -3px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  }
  27%{box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
          /*60px -35px 1px -41px,*/0 0 22px -3px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  }
  36%{box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
              /*70px 0 1px -41px,*/0 0 22px -3px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  }
  45%{box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
           /*60px 35px 1px -41px,*/0 0 22px -3px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  }
  55%{
    box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
           /*35px 60px 1px -41px,*/0 0 22px -3px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  }
  64%{
    box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
              /*0 70px 1px -41px,*/0 0 22px -3px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  
  }
  73%{
    box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
          /*-35px 60px 1px -41px,*/0 0 22px -3px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  }
  82%{
    box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
          /*-60px 35px 1px -41px,*/0 0 22px -3px,
               -70px 0 1px -41px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  }
  91%{
    box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
             /*-70px 0 1px -41px,*/0 0 22px -3px,
           -60px -35px 1px -41px,
           -35px -60px 1px -41px;
  }
  100%{
    box-shadow:0 -70px 1px -41px,
            35px -60px 1px -41px,
            60px -35px 1px -41px,
                70px 0 1px -41px,
             60px 35px 1px -41px,
             35px 60px 1px -41px,
                0 70px 1px -41px,
            -35px 60px 1px -41px,
            -60px 35px 1px -41px,
               -70px 0 1px -41px,
         /*-60px -35px 1px -41px,*/0 0 22px -3px,
           -35px -60px 1px -41px;
  }
}

@keyframes fill{
  0%{
    transform: rotateZ(0deg);
  }
  100%{
    transform: rotateZ(30deg);
}
}.goup{
	-transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
    position: absolute;
    right: 100px;
    bottom: 100px;
	border-radius:100%;
	cursor:pointer;
	display:none;
}.goup:hover{
	-webkit-transform:rotate(360deg) scale(.5,.5);
	-moz-transform:rotate(360deg) scale(.5,.5);
	-ms-transform:rotate(360deg) scale(.5,.5);
	-o-transform:rotate(360deg) scale(.5,.5);
	
}

* {margin:0px; padding: 0px;}
.vh-middle {top:0px; left: 0px; margin: auto; right:0px; bottom: 0px; position: absolute;}
ul{position:relative;}
li.layer {margin:auto; top: 0px; left: 0px; right:0px; bottom: 0px;}
.downArrow {width: 100%; height: 100px; top: auto; text-align: center; bottom:30px;}

.linklogos {position: fixed; left: 20px; top:30px; width: 130px; height: 80px;}
.linklogos ul li:last-child {margin-top:5px;} 
.linklogos ul li img {width: 90px;} 
.downArrow img.animeDown {height: auto; width: 70px; margin-top: 10px;}
.linklogos a {outline: 0px;}
.bottom-grad {
    position: absolute; width: 100%; height: 300px; left: 0px; bottom:-50px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}