﻿.animacja {
	display: block;
	vertical-align: top;
	position: relative;
}
.animacja img {
}


.animacja-logo{
	position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -202px;
   /* margin-top: -86px;*/
   margin-top: -72px;
}

.cycle-slideshow {
	overflow: hidden;
	width:100%;
	height:100vh;
	margin-top: -68px;
	background-position: center;
}
.cycle-slideshow img {
	width: 100%;
	height: auto;
	background-size: cover;
/*	margin-top: -105px;
    margin-top: -136px;
        margin-top: -94px;*/
    margin-top: -5%;
    margin-bottom: 0%;
    background-position: center;
}


.pauza_tlo	{
	text-align: left;
}
#pauseButton 	{
   position: absolute;
	z-index: 1000;
	background: url('../grafika/pauza.png') center center no-repeat;
	width: 120px;
	height: 40px;
	left: -6000px;
           margin: 52px 0px 0px 0px;
	border: none;
	/*display: none;*/
}


#slideshowHolder1:hover>.animacja >.pauza_tlo > #pauseButton{
	display: block!important;
}




#pauseButton:hover, #resumeButton:hover{
	opacity: 0.8;
}

#resumeButton	{
   position: absolute;
	z-index: 1000;
	background: url('../grafika/odtwarzaj.png') center center no-repeat;
	width: 120px;
	height: 40px;
	left: -6000px;
      margin: 52px 0px 0px 0px;
	border: none;
}
#pauseButton:focus	{
   margin: 52px 0px 0px 0px;
}
#resumeButton:focus{
	margin: 0px 0px 0px -20px;
}

#pauseButton:active	{
	left: -6000px;
   margin: 0px 0px 0px -28px;
}
 #resumeButton:active{
 	left: -6000px;
 	margin: 0px 0px 0px -20px;
 }

.cycle-prev,
.cycle-next {
    width: 40px;
    height: 64px;
    position: absolute;
    z-index: 999;
    display: block;
    top: 50%;
}
.cycle-prev {
	background: url('../grafika/animacja_prev.png')  left center no-repeat;
	left: 0;
}
.cycle-next {
	background: url('../grafika/animacja_next.png') right center no-repeat;
	right:0;
}
.cycle-prev:hover, .cycle-next:hover {
	opacity: 0.8;
}

.animacja:hover>.cycle-prev,
.animacja:hover>.cycle-next{
	display:block;
}

#slideshowHolder1{
	width:100%!important;
	height:100vh!important;
	background-size: cover!important;
	background-position: center center!important;
	margin:0 auto!important;
}

.ft-slideshowHolder1{
	width:100%!important;
	height:100vh!important;
	background-size: cover!important;
	background-position: center center!important;
	margin:0 auto!important;
}

#ft-buttons-slideshowHolder1{
	margin:-80px auto 0px auto;
	z-index: 105;
	position: relative;
	text-align: center!important;
	width:50vw!important;
}

a.ft-button-slideshowHolder1{
	font-size: 0px;
	width: 20px;
	height:20px;
	background: transparent;
	border-radius: 50%;
	margin:4px;
	border:2px solid #aea297;
	
}

.ft-button-slideshowHolder1-active{
	background: #aea297!important;
}