/* Animator debuger */
.debugCon{
    position: fixed;
    right: 20px;
    top: 20px;
    display: none;
    z-index: 100000;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.debugCon p{
    margin: 0px;
    font-size: 10px;
}

#loadingWrapper{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
#loadingWrapper p{
  display: none;
  margin-top: 23%;
  text-align: center;
  font-size: 2.0em;
}

/* Header */
#headerBackground{
  position: fixed;
  opacity: 0;
  height: 68px;
  width: 100%;
  background: #ffffff;
  z-index: 998;
}
header#headerCon{
  position: fixed;
  height: 68px;
  width: 100%;
  z-index: 999;
}
div.logoHeader{
  margin: 10px;
  z-index: 1000;
}
div.logoHeader a.logoMain{
  display: block;
}
#header1{
  opacity: 1;
}
#header2{
  opacity: 0;
}
#header3{
  opacity: 0;
}
div.logoHeader a.logoMain.l1{
  width: 73px;
  height: 49px;
}
div.logoHeader a.logoMain.l2{
  width: 124px;
  height: 25px;
}
div.logoHeader a.logoMain.l3{
  width: 75px;
  height: 50px;
}
div.logoHeader a.logoMain.l3{
  width: 75px;
  height: 50px;
}
div.logoHeader a.logoMain.l4{
  width: 50px;
  height: 75px;
}
div.logoHeader a.logoMain.l5{
  width: 99px;
  height: 50px;
}
div.logoHeader a.logoMain.l6{
  width: 75px;
  height: 75px;
}
div.logoHeader a.logoMain.l7{
  width: 25px;
  height: 125px;
}
div.logoHeader a.logoMain.l8{
  width: 50px;
  height: 75px;
}
div.logoHeader a.logoMain.l9{
  width: 75px;
  height: 50px;
}
header#headerCon #awwwards{
  position: absolute;
  top: 130px;
  right: 0px;
  float: right;
  width: 69px;
  height: 105px;
}
header#headerCon #awwwards a{
  display: block;
  width: 69px;
  height: 105px;
  background: url('../images/awwwards_nominee_b_right.png') no-repeat scroll 0 0 transparent;
}


/* Menus */
menu{
  margin: 0px;
  padding: 0px;
}
menu#menuBlack{
  position: fixed;
  bottom: 50px;
  left: 0px;
  height: 57px;
  width: 100%;
  color: #ffffff;
  background: url('../images/blackNoise.jpg') no-repeat scroll 0 0 #000000;
  z-index: 900;
}
menu#menuBlack h2{
  float: left;
  font-size: 3.2em;
  margin: 2px 20px 0px 20px;
}
menu#menuBlack ul{
  float: left;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
menu#menuBlack ul li{
  float: left;
  margin: 0px 30px 0px 0px;
  list-style-type: none;
}
menu#menuBlack ul li a{
  float: left;
  color: #ffffff;
  height: 57px;
  font-size: 1.2em;
  line-height: 57px;
}
menu#menuBlack ul li a.active{
  font-size: 3.2em;
}
menu#menuBlack ul li a.activeAllways{
  font-size: 3.2em;
}
menu#menuBlack .facebookIcon{
  float: right;
  width: 45px;
  height: 45px;
  margin: 6px 10px 0 0;
  background: url('../images/icons/fb.png') no-repeat scroll 0 0 transparent;
}
menu#menuWhite{
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  z-index: 900;
}
menu#menuWhite ul{
  float: left;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
menu#menuWhite ul li{
  float: left;
  margin: 0px 30px 0px 0px;
  list-style-type: none;
}
menu#menuWhite ul li a{
  float: left;
  color: #000000;
  height: 50px;
  font-size: 1.4em;
  line-height: 50px;
}
menu#menuWhite ul li a:hover, menu#menuWhite ul li a.active{
  color: #9d9d9d;
}
menu#menuWhite ul li a.color_red{
  color: #ff0000;
}
menu#menuWhite ul li a.color_red:hover{
  color: #ff0000;
}

#projectPopup{
  position: fixed;
  z-index: 1000000;
  width: 100%;
  top: 125px;
  left: 0px;
  background: url('../images/lightGrayBG.png') repeat scroll 0 0 transparent;
  display: none;
}
#projectPopup .popupMenu{
  height: 50px;
  background-color: #ffffff;
}
#projectPopup .popupMenu a{
  display: block;
  float: left;
  font-size: 14px;
  color: #000000;
  line-height: 50px;
  height: 50px;
  margin: 0px 20px;
}
#projectPopup .popupContent{
  
}
#projectPopup .popupContent .textContent{
  float: left;
  width: 50%;
}
#projectPopup .popupContent .textContent .wrapper{
  padding: 2%;
}
#projectPopup .popupContent .textContent .wrapper .header{
  float: left;
  margin-right: 10%;
  color: #000000;
  max-width: 40%;
}
#projectPopup .popupContent .textContent .wrapper .header h2{
  color: #000000;
  font-size: 3.6em;
  line-height: 1em;
  margin: 0;
}
#projectPopup .popupContent .textContent .wrapper .description{
  float: left;
  margin-right: 10%;
  color: #000000;
  font-size: 1.4em;
  max-width: 40%;
}
#projectPopup .popupContent .textContent .wrapper .description p{
  font-size: 1.0em;
  color: #000000;
}
#projectPopup .popupContent .textContent .wrapper .description p a{
  color: #ff0000;
  text-decoration: none;
}
#projectPopup .popupContent .galleryContent{
  float: right;
  width: 50%;
}
#projectPopup .popupContent .galleryContent .wrapper{
  padding: 2%;
}
#projectPopup .popupContent .galleryContent .galleryResponsive{
  position: relative;
  float: right;
  width: 600px;
  height: 619px;
}
#projectPopup .popupContent .galleryContent .galleryResponsive img{
  position: absolute;
  width: 100%;
}
#projectPopup .popupContent .galleryContent .galleryResponsive .galleryBtn{
  position: absolute;
  display: block;
  width: 49px;
  height: 49px;
  z-index: 100;
}
#projectPopup .popupContent .galleryContent .galleryResponsive .galleryBtn.next{
  background: url('../images/btnNext.png') repeat scroll 0 0 transparent;
  right: 0px;
  top: 47%;
}
#projectPopup .popupContent .galleryContent .galleryResponsive .galleryBtn.prev{
  background: url('../images/btnPrev.png') repeat scroll 0 0 transparent;
  left: 0px;
  top: 47%;
}
.imagesWrapper{
  position: relative;
}

/* Scenes */
#scrollerWrapper{
  position: fixed;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 5;
}
#sceneWrapper{
  overflow: hidden;
}
#sceneWrapper .scenesFixed{
  position: fixed;
  top: 0px;
  left: 0px;
}

#sceneWrapper .scenes{
  overflow: hidden;
}
#sceneWrapper .scenes.scenesFixed{
  /*
  width: auto !important;
  height: auto !important;
  */
}

/* Scene 1 */
#scene1{
  background-color:#ffffff;
}
#scene1_element1{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 103;
}
#scene1_element2{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 102;
}
#scene1_element3{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}
#scene1_element3 img{
  width: 100%;
}
#scene1_element4{
  position: absolute;
  right: 60px;
  width: 665px;
  height: 500px;
  z-index: 120;
}
#scene1_element4 h1{
  font-size: 7em;
  line-height: 1.0em;
  margin: 0px;
  padding: 0px;
}
.imageRotator{
  
}
.imageRotator .rItem{
  display: block;
  left: 20px;
    position: absolute;
    top: 20px;
}
.imageRotator .rItem img{
  width: 100%;
}
.headerBackground{
  
}
.logoHeader{
  display: none;
}
.logoHeader.active{
  display: block;
}

/* Scene 2 */
#sceneWrapper #scene2{
  background: url('../images/blackNoise.jpg') no-repeat scroll 0px 0px #000000;
  z-index: 300;
}
.sectionWrapper{
  /*padding: 120px 0px 40px 0px; */
}
.sectionWrapper .line{
  background-color: #4d4f4f;
  height: 1px;
  margin: 100px 20px 0px 20px;
}
.sectionWrapper .textItem{
  float: left;
  width: 270px;
  margin: 20px;
  color: #ffffff;
}
.sectionWrapper .textItem.margin2{
  margin: 16px;
}
.sectionWrapper .textItem p{
  font-size: 3em;
  line-height: 1.2em;
  color: #ffffff;
}
.sectionWrapper .textItem2{
  float: left;
  width: 270px;
  margin: 20px;
  color: #ffffff;
}
.sectionWrapper .textItem2 h3{
  margin-top: 0px;
  font-size: 3.4em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: bold;
}
.sectionWrapper .textItem2 p{
  font-size: 3.0em;
  line-height: 1.2em;
  color: #ffffff;
}
#scene2 .sectionWrapper{
  /*padding: 120px 0px 10px 0px; */
}

/* Scene 5 */
#contectUs{
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 680px;
  background: url('../images/map.png') no-repeat scroll center center transparent;
}
#contectUs .contactCon{
  position: absolute;
  top: 0px;
  margin: 100px 0 10px;
  right: 120px;
  width: 380px;
  height: 533px;
  color: #ffffff;
}
#contectUs .contactCon .wrapper{
  background-color: #000000;
  padding: 40px;
}
#contectUs .contactCon .wrapper h2{
  font-size: 4.0em;
  margin: 0px 0px 40px 0px;
  line-height: 1.0em;
}
#contectUs .contactCon .wrapper p{
  font-size: 2.5em;
  line-height: 1.1em;
}
#contectUs .contactCon .wrapper a{
  
}

/* Scene 6 */
#sceneWrapper #scene3{
  background: url('../images/lightGrayBG.png') repeat scroll 0 0 transparent;
  z-index: 200;
}
#scene3 scene3_element_1{
  padding-bottom: 150px;
}
#sceneWrapper #scene3 .projectsContainer{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
}
#sceneWrapper #scene3 .projectsContainer .wrapper{
  padding: 40px 0px 40px 0px; 
}
#sceneWrapper #scene3 .projectsContainer .projectItem{
  float: left;
  width: 200px;
  margin: 20px 0px;
  padding: 0px 18px 0px 18px;
  border-left: 1px solid #d1d8d7;
  cursor: pointer;
}
#sceneWrapper #scene3 .projectsContainer .projectItem .description{
  
}
#sceneWrapper #scene3 .projectsContainer .projectItem .description h2{
  font-size: 1.0em;
  margin-bottom: 10px;
}
#sceneWrapper #scene3 .projectsContainer .projectItem .description h2 a{
  font-size: 2.4em;
  line-height: 1.1em;
  color: #000000
}
#sceneWrapper #scene3 .projectsContainer .projectItem p{
  
}
#sceneWrapper #scene3 .projectsContainer .projectItem h2 a.moreLink, #sceneWrapper #scene3 .projectsContainer .projectItem a.moreLink{
  color: #000000;
  font-size: 1.1em;
}
#sceneWrapper #scene3 .projectsContainer .projectItem .image{
  margin: 10px 0 0;
}
#sceneWrapper #scene3 .projectsContainer .projectItem .image img{
  
}
#sceneWrapper #scene3 .projectsContainer .projectItem .projectGallery{
  position: absolute;
  left: -9999px;
}
#sceneWrapper #scene3 .projectsContainer .projectItem .projectDescriptionFull{
  display: none;
}

.lang_huevo_eng
{
    font-size: 1.2em;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    color:white !important;
}

.lang_huevo_pl
{
font-size: 1.2em;
float: right;
margin-top: 20px;
color:white !important;
}

.debugCon {
    z-index: 1000;
    background-color: #ffffff;
    border: 1px solid black;
}