@font-face {
  font-family: CenturyGothic;
  src: url(../fonts/1105886371.ttf);
}
html{
    background-color: white;
}
body {
  font-family: CenturyGothic;
  min-width: 880px;
}
.header {
  opacity: 0;
  margin-top: 400px;
  color: #9c090d;
  /*
  -webkit-transition:font-size  0.9s, margin-top 0.9s ease-in-out;
  -moz-transition:font-size  0.9s, margin-top 0.9s ease-in-out;
  -o-transition:font-size  0.9s, margin-top 0.9s ease-in-out;
  transition:font-size  0.9s, margin-top 0.9s ease-in-out;
*/
}
.header.start{
    opacity: 1;
  -webkit-transition:font-size  0.9s, margin-top 0.9s ease-in-out;
  -moz-transition:font-size  0.9s, margin-top 0.9s ease-in-out;
  -o-transition:font-size  0.9s, margin-top 0.9s ease-in-out;
  transition:font-size  0.9s, margin-top 0.9s ease-in-out;
}

.header.done {
 /* margin-top: 350px;*/
}
.header.final {
  margin-top: 75px !important;
  color: #d5d5d6;
}
.header .header-title {
  text-align: center;
  font-size: 70px;
  letter-spacing: 8px;  
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.header .header-title.done {
  font-size: 60px;
  cursor: pointer;
}
.header .menu {
  text-align: center;
  height: 0;
  overflow: hidden;
 margin: 20px 0px 40px 0;
  opacity: 0;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.header .menu .item {
  display: inline-block;
  font-size: 14pt;
  padding: 0 70px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu .item.selected {
  color: #9c090d;
}
.header .menu .item:hover{
    color: #9c090d;
}
.header .menu.done {
  height: 25px;
  opacity: 1;
}
.content {
  width: 880px;
  display: none;
  margin: 10px auto;
  opacity: 0;
  text-align: justify;
}
.content .main-content {
    font-size: 10pt;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.content .main-content.unselected {
  color: #d5d5d6;
}
.content .sub-menu {
  text-align: center;
  font-size: 14pt;
  margin-top: 5px;
  white-space: nowrap;
}
.content .sub-menu .sub-item {
  display: inline-block;
  font-size: 10pt;
  padding: 0px 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content .sub-menu .sub-item:first-of-type{
    padding-left: 0;
}
.content .sub-menu .sub-item:last-of-type{
    padding-right: 0;
}
.content .sub-menu .sub-item:hover {
  color: #9c090d;
}
.content .sub-menu .sub-item.selected {
  color: #9c090d;
}
.content .sub-menu .sub-item.unselected {
  color: #d5d5d6;
}
.content .sub-menu .sub-item.unselected:hover {
  color:black;
}
.sub-content {
  width: 880px;
  display: none;
  margin: 10px auto;
  opacity: 0;
  padding: 10px 0;
  font-size: 10pt;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.clients {
  position: relative;
  width: 880px;
  font-size: 10pt;
}
.clients .client-group {
  width: 590px;
  position: absolute;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.clients .shadow{
    position: absolute;
    width: 100%;
    height: 100%;        
    z-index: 200;
    opacity: 1;
    -webkit-transition: opacity 0.9s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out;
    -o-transition: opacity 0.9s ease-in-out;
    transition: opacity 0.9s ease-in-out;
}

.clients .client-group.prev .shadow{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(255,255,255,0.3) 100%);    
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%);    
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(255,255,255,0.3) 100%);        
    opacity: 1;
}
.clients .client-group.next .shadow{
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 50%);    
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%);
    background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,1) 50%);    
    opacity: 1;

}
.clients .client-group.left {
  left: -1200px;
  opacity: 0;
}
.clients .client-group.right {
  left: 1200px;
  opacity: 0;
}
.clients .client-group.prev {
  left: -600px;
  opacity: 1;
  cursor: pointer;
}
.clients .client-group.next {
  left: 600px;
  opacity: 1;
  cursor: pointer;
}
.clients .client-group.current {
  left: 0;
  opacity: 1;
}
.clients .client-group.current .shadow { 
    height: 0;
  opacity: 0;
}
.clients .client-item{
    position: relative;
    cursor: pointer;
    margin: 3px 0;
}
.clients .client-item.selected .title{
    color: #9c090d;
}
.clients .client-item .title:hover{
    color: #9c090d;
}
.clients .client-item .description{
    height: 0;
    margin: 0;
    padding: 0;
    border-top: 0px solid #d5d5d6;
    border-bottom: 0px solid #d5d5d6;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.clients .client-item .description .text{
    padding-right: 115px;
    cursor: text;
}
.clients .client-item .description.selected{
    height: 150px;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    border-top: 1px solid #d5d5d6;
    border-bottom: 1px solid #d5d5d6;
}
.clients .client-item a.pdf{
    position: absolute;
    right: 0;
    top: 6px;
}
.clients .client-item a.pdf{
    display: none;
}
.clients .client-item a.pdf .pdf-img{
    width: 100px;
    height: 120px;
    background-image: url(../img/pdf.png);
    background-position: center;
    background-size: 95%;
    background-repeat: no-repeat;    
}
.clients .button-left{
    position: absolute;
    top: 100px;
    left: -70px;
    width:  50px;
    height: 120px;
    opacity: 0.5;
    background-image: url(../img/lb.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    cursor: pointer;
}
.clients .button-right{
    position: absolute;
    top: 100px;
    right: -70px;
    width:  50px;
    height: 120px;
    opacity: 0.5;
    background-image: url(../img/rb.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    cursor: pointer;
}
.zsp-item{
   margin: 0 65px;
   padding: 0 !important;
}
.zsp-item:first-of-type{
    margin-left: 0;
}
.zsp-item:last-of-type{
    margin-right: 0;
}
.zsp-item .title{     
    margin-top: 20px;
    font-size: 12pt;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.zsp-item .zsp-img{
    width: 180px;
    height: 180px;
    border: 2px solid #cccccc;
    border-radius: 200px;
    background-size: 100%;
    margin-bottom: 7px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.zsp-item-1 .zsp-img{
    background-image: url(../img/pietka.png);
}
.zsp-item-2 .zsp-img{
    background-image: url(../img/salamon.png);
}
.zsp-item-3 .zsp-img{
    background-image: url(../img/domanowski.png);
}
.zsp-item.selected .zsp-img{
    border: 2px solid #9c090d !important;               
}
.zsp-item.unselected .zsp-img{
    border: 2px solid #cccccc !important;               
}
.zsp-item:hover .zsp-img{
    border: 2px solid #9c090d !important;               
}
.zsp-item:hover .title{
    color: #9c090d ;               
}
.kontakt{
    padding-left: 100px;
}
.kontakt .map-button{
    width: 250px;
    height: 250px;
    position: absolute;
    border: 3px solid #959595;
    border-radius: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/map.png);
}
.kontakt .map-button{
    width: 250px;
    height: 250px;
    position: absolute;
    border: 3px solid #959595;
    border-radius: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/map.png);
}
.kontakt .kontakt-text{
    position: relative;
    top: 50px;
    margin-left: 330px;
}
.kontakt .kontakt-item{
    margin-bottom: 7px;   
    font-size: 14pt;
}
.kontakt .kontakt-item .title{
    vertical-align: top;
    display: inline-block;
    width: 150px;
}
.kontakt .kontakt-item .value{
    vertical-align: top;
    display: inline-block;
    width: 220px;
}