
/* O NAS */ 

.onas-portret {
    position: relative;
    top:-50px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    margin-top:20px;
    
}


.onas-portret .inner{width: 100%; height: 200px; position: absolute;top:0;left:0;display: block;margin:0px auto;}
.onas-portret .inner p{width: 200px;margin: 0 auto;}


.onas-portret IMG {
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border:20px solid #efefef;
    z-index:300;
}

.rotated.onas-portret .inner{transform: translate3d(0,0,0) rotate(-45deg); transition-delay:0.5s; transition-duration: 1s;}
.rotated.onas-portret .inner IMG{transform: translate3d(0,0,0)  rotate(45deg);transition-delay:0.5s;transition-duration: 1s;opacity:0}

.onas-portret P {
    position: relative;
    margin:0 ;
    width: 100%;
    z-index:10;
    transition-duration: 1s;
    color: #23282D;
}

.onas-portret P.portret-desc {
    position: relative;
    margin-top:60px ;
    width: 100%;
    z-index:10;
    transition-duration: 1s;
    color: #23282D;
    color: #15AFF5;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dotted #15AFF5;
}

.onas-portret SPAN.nazwisko {
    font-weight: bold;
    color: #23282D;
    font-size:18px;
}

.onas-portret HR {
    margin:0 0 0 auto;
    width:50%;display:none;
}


/* portret 2 */

.onas-portret2 {
    position: relative;
    max-width: 400px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    z-index:10;
    height: 200px;
    margin:20px auto 0px;
    margin-bottom: 20px;
    color: #23282d;
    
    text-align: right;
}


.onas-portret2 .inner{width: 40%; position: absolute;top:100px;left:50%;transform: translate(0,-50%);display: block;margin:20px auto;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    padding-right: 5px;
    width:50%;
}


.onas-portret2 IMG {
    
    display: block;
    border-radius: 50%;
    margin: 0;
    width: 200px;
    height: 200px;
    border: 20px solid #efefef;
    z-index:10;
}
.onas-portret2 P {
    
    text-align: right;
    display: block;
    position: relative;
    margin:0;
    width: 100%;
    z-index:10;
    transition-duration: 1s;
    color: #23282d;
}

.onas-portret2 .inner SPAN.nazwisko {
    display: block;
    font-weight: bold;
     color: #800000;
    font-size:18px;
    
}

.onas-portret2 HR {
    margin:0 0 0 auto;
    background: #23282D;
    width:100%;
    z-index:0;
    height:2px;
    border:0;
    display: none;
}

.onas-portret P.text {
    text-align: center;
    
    width:100%;
    z-index:0;
    padding: 60px 20px 60px 20px;
    //border-right: 1px solid #23282d;
    //border-left: 1px solid #23282d;
    //border-bottom: 1px solid #23282d;
}


/*PARALLAX*/

.parallax {
  position: relative;
  min-height: 500px;
  width: 100%;
  background: none;
}

.parallax IMG {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kolko-text {
	position: relative;
	border-radius: 50%;
	border: 2px solid #efefef;
	width: 124px;
	height: 124px;
	overflow: hidden;
}

.kolko-text .inner {
	position: relative;
	margin: 10px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.kolko-text SPAN {
	display: block;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	color: #efefef;
	text-align: center;
	white-space: nowrap;
}

.photo-desc {
	margin: 40px auto;
}

.photo-desc SPAN{
	display: block;
	float: right;
	width: 50%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
}

.photo-desc P{
	display: block;
	width: 50%;
	padding: 10px;
	text-align: justify;
}

.photo-desc IMG{
	display: block;
	width: 40%;
	padding: 2px;
	border: 2px solid #15AFF5;
	border-radius: 2px;
}


.photo-desc.left IMG{
	float: left;
	margin-left: 5%;
}

.photo-desc.left SPAN{
	float: right;
}

.photo-desc.left P{
	float: right;
}

.photo-desc.right IMG{
	float: right;
	margin-right: 5%;
}

.photo-desc.right SPAN{
	float: left;
}

.photo-desc.right P{
	float: left;
}

@import url(http://fonts.googleapis.com/css?family=Merriweather);


.portfoliorow {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
}

.portfoliorow .portfolio {
  height: 100%;
  width: 20%;
  margin: 0px;
  border: none;
}
.portfoliorow .portfolio IMG {
  transition-duration: 1s;
  transform: translateX(0%);
}

.portfoliorow .portfolio:hover IMG {
  transition-duration: 1s;
  transform: translateX(-40%);
}


/*POKOJE*/

.pokoje { opacity: 0; }
.pokoje_visible { opacity: 1; }

.pokoje {
  position: relative;
  display: block;
  color: #999;
  font-size: 20px;
  text-align: center;
  width: 180px;
  height: 200px;
  margin: 0 auto;
}

.pokoje figcaption {
  padding: 50px 25px;
  width: 100px;
  height: 50px;
  border: 20px solid #f0f0f0;
  border-radius: 100px;
  line-height: 50px;
}
/* END Container styles */

/* Colors for the circles and positions for the graphics */

.pokoje svg {
  height: 190px;
  width: 190px;
  position: absolute;
  top: 0;
  left: 0;
}

.pokoje .outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 4;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  stroke-dashoffset: 534;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
}

.pokoje.pokoje_visible:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused;
}
/* END Circle colors and graphic positions */



/* Set the initial values for the animation */
.pokoje_visible .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 2s;
  animation: show100 2s;
}

.pokoje_visible .gora-container {

  position: relative;
  display: block;
  width: 75%;
  height: 50%;
  margin: 0 auto;

  border-bottom: 2px solid #222222;
  overflow: hidden;

}

.pokoje_visible .icons-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pokoje_visible .gora {
  display: block;
  width: 100%;
  font-size: 18px;
  position: absolute;
  top: 80%;
  transform: translate(0, -50%);
  color: #222222;
  text-align: left;
  margin-left: 5px;

  -webkit-animation: pokoje_showliczba 2s;
  animation: pokoje_showliczba 2s;

}

.pokoje_visible .icons {
  display: block;
  height: 100%;
  width: 100%;
  
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateY(0%);
  -webkit-animation: pokoje_showcontent 2s;
  animation: pokoje_showcontent 2s;
}

.pokoje_visible .icons-container svg {
  width: 25px;
  height: 25px;
}

.pokoje_visible .icons-container .i1 {
  display: block;
  position: absolute;
  top: 10px;
  left: 25px;
}

.pokoje_visible .icons-container .i2 {
  display: block;
  position: absolute;
  top: 10px;
  left: 55px;
}

.pokoje_visible .icons-container .i3 {
  display: block;
  position: absolute;
  top: 50px;
  left: 25px;
}

.pokoje_visible .icons-container .i4 {
  display: block;
  position: absolute;
  top: 50px;
  left: 55px;
}

.pokoje_visible .icons-container .i5 {
  display: block;
  position: absolute;
  top: 50px;
  left: 85px;
}

.pokoje_visible .icons-container .i6 {
  display: block;
  position: absolute;
  top: 90px;
  left: 25px;
}

.pokoje_visible .icons-container .i7 {
  display: block;
  position: absolute;
  top: 90px;
  left: 55px;
}

.pokoje_visible .icons-container .i8 {
  display: block;
  position: absolute;
  top: 90px;
  left: 85px;
}

.pokoje_visible .icons-container .i9 {
  display: block;
  position: absolute;
  top: 90px;
  left: 115px;
}


/*POKOJE same*/

.pokoje_cennik { opacity: 0; }
.pokoje_cennik_visible { opacity: 1; }

.pokoje_cennik {
  position: relative;
  display: block;
  color: #999;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  width: 180px;
  height: 200px;
  margin: 0 auto;
}

.pokoje_cennik figcaption {
  padding: 50px 25px;
  width: 100px;
  height: 50px;
  border: 20px solid #f0f0f0;
  border-radius: 100px;
  line-height: 50px;
}
/* END Container styles */

/* Colors for the circles and positions for the graphics */

.pokoje_cennik svg {
  height: 190px;
  width: 190px;
  position: absolute;
  top: 0;
  left: 0;
-webkit-svg-shadow: 0 0 7px #53BE12;
}


.pokoje_cennik .outer {
  fill: transparent;
  stroke-width: 4;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  stroke-dashoffset: 534;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);
}

.pokoje_cennik.pokoje_cennik_visible:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused;
}
/* END Circle colors and graphic positions */



/* Set the initial values for the animation */
.pokoje_cennik_visible .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 2s;
  animation: show100 2s;

  -webkit-filter: drop-shadow( -5px -5px 5px #000 );
            filter: drop-shadow( -5px -5px 5px #000 );
}

.pokoje_cennik_visible .gora-container {
  position: relative;
  display: block;
  width: 75%;
  height: 50%;
  margin: 0 auto;

  border-bottom: 2px solid #222222;
  overflow: hidden;
}

.pokoje_cennik_visible .content-container {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.pokoje_cennik_visible .gora {
  display: block;
  width: 100%;
  height: 50%;
  font-size: 72px;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  color: #222222;

  animation-delay: 2s;
  -webkit-animation: cennik_showliczba 2s;
  animation: cennik_showliczba 2s;

}

.pokoje_cennik_visible .content {
  display: block;
  width: 100%;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  color: #222222;
  -webkit-animation: kolko_showcontent 2s;
  animation: kolko_showcontent 2s;
}


.pokoje_cennik_visible svg {
}

.pokoje_cennik_visible .gora svg {
  width: 25px;
  height: 25px;

}

.pokoje_cennik_visible .dwojka .i1 {
  display: block;
  position: absolute;
  top: 10px;
  left: 35px;
}

.pokoje_cennik_visible .dwojka .i2 {
  display: block;
  position: absolute;
  top: 10px;
  left: 70px;
}

.pokoje_cennik_visible .trojka .i1 {
  display: block;
  position: absolute;
  top: 10px;
  left: 25px;
}

.pokoje_cennik_visible .trojka .i2 {
  display: block;
  position: absolute;
  top: 10px;
  left: 55px;
}

.pokoje_cennik_visible .trojka .i3 {
  display: block;
  position: absolute;
  top: 10px;
  left: 85px;
}

.pokoje_cennik_visible .czworka .i1 {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

.pokoje_cennik_visible .czworka .i2 {
  display: block;
  position: absolute;
  top: 10px;
  left: 40px;
}

.pokoje_cennik_visible .czworka .i3 {
  display: block;
  position: absolute;
  top: 10px;
  left: 70px;
}

.pokoje_cennik_visible .czworka .i4 {
  display: block;
  position: absolute;
  top: 10px;
  left: 100px;
}

/*POKOJE CENNIK*/

.pokoje_same { opacity: 0; }
.pokoje_same_visible { opacity: 1; }

.pokoje_same {
  position: relative;
  display: block;
  color: #999;
  font-size: 20px;
  margin: 0 auto;
  text-align: left;
  width: 150px;
}



.pokoje_same span {
	display: inline-block;
	margin-bottom:5px;
}

.pokoje_same_visible .gora-container {
  position: relative;
  display: inline-block;
  height: 50px;
  margin: 0 auto;

}


.pokoje_same_visible .gora {
  display: block;
  height: 100%;
  color: #222222;

}




.pokoje_same_visible svg {
}

.pokoje_same_visible .gora svg {
  width: 25px;
  height: 30px;
  position: relative;
  display: inline-block;

}



@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Oswald|Raleway|Roboto|Source+Sans+Pro');

/*KOLKO*/

.kolko { opacity: 0; }
.kolko_visible { opacity: 1; }

.kolko {
  position: relative;
  display: block;
  color: #999;
  font-size: 20px;
  text-align: center;
  width: 180px;
  height: 200px;
  margin: 0 auto;
}

.kolko figcaption {
  padding: 50px 25px;
  width: 100px;
  height: 50px;
  border: 20px solid #f0f0f0;
  border-radius: 100px;
  line-height: 50px;
}
/* END Container styles */

/* Colors for the circles and positions for the graphics */

.kolko svg {
  height: 190px;
  width: 190px;
  position: absolute;
  top: 0;
  left: 0;
}

.kolko .outer {
  fill: transparent;
  //stroke: #333;
  stroke-width: 4;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  stroke-dashoffset: 534;
  /* firefox bug fix - won't rotate at 90deg angles */
  -moz-transform: rotate(-89deg) translateX(-190px);

}

.kolko.kolko_visible:hover .outer {
  stroke-dashoffset: 534 !important;
  -webkit-animation-play-state: paused;
}
/* END Circle colors and graphic positions */



/* Set the initial values for the animation */
.kolko_visible .outer {
  stroke-dashoffset: 0;
  -webkit-animation: show100 2s;
  animation: show100 2s;
}

.kolko_visible .liczba-container {
  position: relative;
  display: block;
  width: 75%;
  height: 50%;
  margin: 0 auto;

  border-bottom: 2px solid #222222;
  overflow: hidden;
}

.kolko_visible .content-container {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.kolko_visible .liczba {
  display: block;
  width: 100%;
  font-size: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  color: #222222;

  animation-delay: 2s;
  -webkit-animation: kolko_showliczba 2s;
  animation: kolko_showliczba 2s;

}

.kolko_visible .content {
	font-weight: bold;
  display: block;
  width: 100%;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  color: #222222;
  -webkit-animation: kolko_showcontent 2s;
  animation: kolko_showcontent 2s;
}



/*IKONA - KOLKO*/

.ikona { opacity: 1; }

.ikona {
  position: relative;
  display: inline-block;
  color: #999;
  text-align: center;
  width: 100px;
  height: 75px;
  margin: 0 auto;
}

/* END Container styles */

/* Colors for the circles and positions for the graphics */

.icons {
	text-align: center;
}

.ikona img {
  width: 50px;
  height: 50px;
  opacity: 0.7;
  cursor: pointer;
}

.ikona:hover img {
	opacity: 1;
}

.ikona .podpis {
	font-size: 14px;
	text-align: center;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	width: 300px;
	bottom: -10px;
	opacity: 0;
	white-space: nowrap;
	transform: translate(-50%,0);
}

.ikona:hover .podpis {

	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
	color: #555555;
}

/* END Circle colors and graphic positions */


/* Set the initial values for the animation */


/*FOTOKÓŁKO*/

.fotokolko {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  max-width: 200px;
  width: 200px;
  height: 200px;
  border: 1px solid #dedede;
  margin: 0 auto;

}

.fotokolko IMG {
  padding: 0px!important;
  margin: 0px;
  height: 100%;
  width: 100%;
  display: block;
}

/*KRESKA*/

.kreska { opacity: 0; }
.kreska_visible { opacity: 1; }

.kreska {
  text-transform: uppercase;
  position: relative;
  display: block;
  color: #999;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

.kreska_visible .gora-container {
  
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  margin: 0 auto;

  border-bottom: 2px solid #222222;
  overflow: hidden;
}

.kreska_visible .content-container {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.kreska_visible .gora {
  display: block;
  width: 100%;
  font-size: 72px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #222222;

  -webkit-animation: kreska_showliczba 1s;
  animation: kreska_showliczba 1s;

}

.kreska_visible .content {
  display: block;
  width: 100%;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  color: #222222;
  -webkit-animation: kreska_showcontent 1s;
  animation: kreska_showcontent 1s;
}

.gradient {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 150px;
	background: url('../img/gradient.png');
	z-index:100;
}


.myhidden {
    opacity: 0;
}

.myvisible {
    opacity: 1;
}





@-webkit-keyframes pokoje_showliczba {
  0% {
    transform: translateY(50%);
  }

  50% {
    transform: translateY(50%);
  }
  
  100% {
    transform: translateY(-50%);
  }
}

@keyframes pokoje_showliczba {
  0% {
    transform: translateY(50%);
  }

  50% {
    transform: translateY(50%);
  }
  
  100% {
    transform: translateY(-50%);
  }
}



@-webkit-keyframes pokoje_showcontent {
  0% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(-100%);
  }
  
  100% {
    transform: translateY(0%);
  }
}

@keyframes pokoje_showcontent {
  0% {
    transform: translateY(-100%);
  }

  50% {
    transform: translateY(-100%);
  }
  
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes cennik_showliczba {
  0% {
    transform: translate(-50%, 50%);
  }

  50% {
    transform: translate(-50%, 50%);
  }
  
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes cennik_showliczba {
  0% {
    transform: translate(-50%, 50%);
  }
  

  50% {
    transform: translate(-50%, 50%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}



@-webkit-keyframes kolko_showliczba {
  0% {
    transform: translate(-50%, 50%);
  }

  50% {
    transform: translate(-50%, 50%);
  }
  
  100% {
    transform: translate(-50%, -40%);
  }
}

@keyframes kolko_showliczba {
  0% {
    transform: translate(-50%, 50%);
  }
  

  50% {
    transform: translate(-50%, 50%);
  }

  100% {
    transform: translate(-50%, -40%);
  }
}



@-webkit-keyframes kolko_showcontent {
  0% {
    transform: translate(-50%, -200%);
  }

  50% {
    transform: translate(-50%, -200%);
  }
  
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes kolko_showcontent {
  0% {
    transform: translate(-50%, -200%);
  }
  
  50% {
    transform: translate(-50%, -200%);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes kreska_showliczba {
  0% {
    transform: translate(-50%, 50%);
  }
  
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes kreska_showliczba {
  0% {
    transform: translate(-50%, 50%);
  }
  

  100% {
    transform: translate(-50%, -50%);
  }
}



@-webkit-keyframes kreska_showcontent {
  0% {
    transform: translate(-50%, -200%);
  }

  
  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes kreska_showcontent {
  0% {
    transform: translate(-50%, -200%);
  }
  

  100% {
    transform: translate(-50%, -50%);
  }
}


/*IT ICONS*/

.itlogos-container {
  position: relative;
    width: 124px;
  height: 124px;
}

.itlogos-container.round{

border-radius: 50%;
background: rgba(255,255,255,0.3);
border: 2px solid #dadada;

}



.itlogos-container LI {
  display: block;
  list-style: none;
  width: 100px;
  height: 100px;
  transform: scale(0);
  animation: scaleout 0.3s forwards;
  animation-direction: alternate;
  position: absolute;
  top: 10px;
  left:10px;

}

LI.current {
  display: block;
  animation: scalein 0.3s forwards;
  animation-direction: alternate;
}

.itlogos-container LI SVG {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.itlogos-container LI IMG {
  display: block;
  height: 100px;
  margin: 0 auto;
}

@keyframes scalein {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
  }
  100% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
  }
}


/* IT LOGOS LINE*/

.itlogosline-container UL{
  margin: 0px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;

}

.itlogosline-container LI {
  display: block;
  list-style: none;
  width: 100px;
  height: 100px;

}

.itlogosline-container LI SVG {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  filter: grayscale(100%);
}

.itlogosline-container LI IMG {
  display: block;
  height: 100px;
  margin: 0 auto;
  filter: grayscale(100%);
}