body {
  background-color:  #041231;
	/*background-image: url('landingbg.jpg');*/
	background-repeat: no-repeat;
	background-size: 1366px 768px;
	/*overflow: hidden;*/
  margin: 0;
  padding: 0;
	transition: background 0.3s linear;
}
#disclaimer {
  display: none;
  color: white;
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 0.3
}
#gallery {  
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0;
  margin:0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 100px;
}

.gallerybox {
  margin-right: 100px;
}

#container {
  display:;
  position: absolute;
  left: 467px;
  top: 130px;
  width: 500px;
  height: 500px;
	cursor: crosshair;
}
#aretetop {
  opacity: 1;
  display: none;
  position: absolute;
  left: 645px;
  width: 150px;
  cursor: crosshair;
  z-index: 10;
}
#projectsarete {
	cursor: crosshair;
}
.arm {
	/*-webkit-animation: smallerAndSmaller linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;*/  
  border-radius: 5px;
  overflow: hidden;
  background-color: #lime;
  padding: 0;
  margin: 0;

  display: none;
  background-image: url('porto/porto1.jpeg');
  background-position: 0px 0px;
  opacity: 1;
}
.runner {
  position: absolute;
	fill: #E2CF88;
	width: 8px;
	height: 8px;
}

/*#img1 {
	background-image: url('porto/porto0.jpeg');
}
#img2 {
	background-image: url('porto/porto1.jpeg');
}
#img3 {
	background-image: url('porto/porto2.jpeg');
}
#img4 {
	background-image: url('porto/porto3.jpeg');
}
#img5 {
	background-image: url('porto/porto4.jpeg');
}
#img6 {
	background-image: url('porto/porto5.jpeg');
}
#img7 {
	background-image: url('porto/porto0.jpeg');
}
#img8 {
	background-image: url('porto/porto1.jpeg');
}*/

#desccloser {
	cursor: crosshair;
	left: 50px;
}
#bground {
	display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sliderdesctext {
  white-space:pre-wrap;
  position: relative;
  padding-left: 50px;
  padding-top: 50%; 
  text-align: left;
  word-wrap: break-word;
}
#descfulltext {
  font-family: "Roboto";
  font-weight: 100;
  font-size: 36px;
}
#descfulltextaddress {
  white-space:pre-wrap;
  word-wrap: break-word;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 17px;
  line-height:23px;
}
#sliderinfotext {
  font-family: "Roboto";
  font-size: 18px;
}
#sliderdesc {
	top: 0;
	left: -440px;
	width: 440px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
  position: absolute;
	display: none;
	font-family: : "Roboto";
	font-size: 23px;
	color: #FFFFFF;
	background-color:  #040231;			
	opacity: 0.7;
}

#sliderinfo {
	width: 200px;
	height: 78px;
	text-align: center;
	vertical-align: middle;
  position: absolute;
	display: none;
	font-family: : "Roboto";
	font-size: 22px;
	font-weight: 1;
	color: #FFFFFF;
	background-color:  #040231;			
	opacity: 0.7;
}

.menuitem {
  cursor: crosshair;
	position: absolute;
	width: 150px;
  height: 130px; 
}
.bb {
	-webkit-animation: biggerAndBigger ease-in-out 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;

}
.ss {
	-webkit-animation: smallerAndSmaller ease-in-out 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards;
}
.ss0 {
	-webkit-animation: smallerAndSmallest linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
}
.bb0 {
	-webkit-animation: biggerAndBiggest linear 1.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
}
.bb0f {
	-webkit-animation: biggerAndBiggestFull linear 1.0s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
}
.debluring {
	-webkit-animation: deblur linear 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
}
.bluring {
	-webkit-animation: blur linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
}
@keyframes deblur {
	0% {
    filter: blur(10px);
	}
	100% {
    filter: blur(0);
	}
}
@keyframes blur {
	0% {
    filter: blur(0);
	}
	100% {
    filter: blur(10px);
	}
}
@-webkit-keyframes biggerAndBigger {
  /*0% {
    -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
  }*/
  /*50% {
    -webkit-transform:  scaleX(1.10) scaleY(1.10) ;
  }*/
  100% {
    transform:  scaleX(1.08) scaleY(1.08);
  }
}
@-webkit-keyframes smallerAndSmaller {
  0% {
    -webkit-transform:  scaleX(1.08) scaleY(1.08) ;
  }
  100% {
    transform:  scaleX(1.00) scaleY(1.00);
  }
}
@-webkit-keyframes smallerAndSmallest {
  0% {
    -webkit-transform:  scaleX(1.10) scaleY(1.10) ;
  }
  100% {
    -webkit-transform:  scaleX(0.001) scaleY(0.001);
  }
}
@-webkit-keyframes biggerAndBiggest {
  0% {
    -webkit-transform:  scaleX(0.001) scaleY(0.001) ;
  }
  100% {
    -webkit-transform:  scaleX(1.10) scaleY(1.10);
  }
}
@-webkit-keyframes biggerAndBiggestFull {
  0% {
    -webkit-transform:  scaleX(1) scaleY(1) ;
  }
  100% {
    -webkit-transform:  scaleX(5.00) scaleY(5.00) translate(0,110px);
  }
}

.a2mover{
  animation: p2mover ease-out 6s;
  animation-iteration-count: 1;
  
}
@keyframes p2mover{
  0% {
   	
  }
  100% {
    transform:  translate(900px,-600px)  rotate(2270deg) scaleX(0.1) scaleY(0.1) ;
    opacity:0;
  }
}

.a4mover{
  animation: p4mover ease-out 6s;
  animation-iteration-count: 1;
  
}
@keyframes p4mover{
  0% {
   
  }
  100% {
    transform:  translate(900px,0px)  rotate(1870deg) scaleX(0.1) scaleY(0.1) ;
    opacity:0;
  }
}

.a7mover{
  animation: p7mover ease-out 6s;
  animation-iteration-count: 1;
  
}
@keyframes p7mover{
  0% {
   
  }
  100% {
    transform:  translate(900px,500px)  rotate(2270deg) scaleX(0.1) scaleY(0.1) ;
    opacity:0;
  }
}

.a1mover{
  animation: p1mover ease-out 6s;
  animation-iteration-count: 1;
  
}
@keyframes p1mover{
  0% {
   
  }
  100% {
    transform:  translate(-900px,-600px)  rotate(-1870deg) scaleX(0.1) scaleY(0.1) ;
    opacity:0;
  }
}

.a3mover{
  animation: p3mover ease-out 6s;
  animation-iteration-count: 1;
  
}
@keyframes p3mover{
  0% {
   
  }
  100% {
    transform:  translate(-900px,0px)  rotate(-1270deg) scaleX(0.1) scaleY(0.1) ;
    opacity:0;
  }
}

.a6mover{
  animation: p6mover ease-out 6s;
  animation-iteration-count: 1;
  
}
@keyframes p6mover{
  0% {
   
  }
  100% {
    transform:  translate(-900px,500px)  rotate(-1270deg) scaleX(0.1) scaleY(0.1) ;
    opacity:0;
  }
}

#rotate1 {
    font-size: 10pt;    
    text-align: center;
    vertical-align: middle;
    position: absolute;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    margin: 0; 
    color: white;
    top: 100px;
    left: 300px;
    width: 50px;
    line-height: 120px;
    opacity: 0;
  }
  #rotate2 {
    display: none;
    font-size: 8pt;   
    text-align: center;
    vertical-align: middle;
    position: absolute;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    margin: 0; 
    color: white;
    top: 100px;
    left: 300px;
    width: 50px;
    line-height: 120px;
    opacity: 0.2;
  }
  #rotate3 {
    display: none;
    font-size: 8pt;   
    text-align: center;
    vertical-align: middle;
    position: absolute;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    margin: 0; 
    color: white;
    top: 100px;
    left: 300px;
    width: 50px;
    line-height: 120px;
    opacity: 0.5;
  }
  #rotateyd {
    opacity: 0;
    position: absolute;
    color: white;
    font-family: "Roboto";
    font-size: 14pt;
    top: 160px;
    left: 250px;
  }
  #rotateCheckerContainer {
    z-index: 100;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #041231;
  }