.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
	opacity: 0.7;
	filter: grayscale(40%);
	margin-top: 0;
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: transparent;
	background-color: #111;
    background-size: cover;
    background-position: 30% 25%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 30s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(img/galerie/foto2.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(img/galerie/foto3.jpg);
    animation-delay: 5s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(img/galerie/poza1.jpg);
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(img/galerie/poza2.jpg);
    animation-delay: 15s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(img/galerie/poza3.jpg);
    animation-delay: 20s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(img/galerie/poza4.jpg);
    animation-delay: 25s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(img/galerie/poza5.jpg);
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(8) span { 
    background-image: url(img/galerie/poza6.jpg);
    animation-delay: 35s; 
}
.cb-slideshow li:nth-child(9) span { 
    background-image: url(img/galerie/poza7.jpg);
    animation-delay: 40s; 
}
.cb-slideshow li:nth-child(10) span { 
    background-image: url(img/galerie/poza8.jpg);
    animation-delay: 45s; 
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}




.w3-left, .w3-right {
	cursor:pointer
}
.round-button-fb {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(img/facebook.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 1.3%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-fb:hover {
	opacity: 1.0;
}
.round-button-yt {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(img/youtube.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 1.3%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-yt:hover {
	opacity: 1.0;
}
.round-button-cl {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(img/soundcloud.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 1.3%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-cl:hover {
	opacity: 1.0;		
}
.round-button-contact {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(img/contact.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 4%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-contact:hover {
	opacity: 1.0;			
}
.round-button-cd {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(img/cd.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 1.3%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-cd:hover {
	opacity: 1.0;			
}


.round-button-fb1 {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(img/facebook.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 1.3%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-fb1:hover {
	opacity: 1.0;
}
.round-button-yt1 {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(img/youtube.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 1.3%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-yt1:hover {
	opacity: 1.0;
}
.round-button-cl1 {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(img/soundcloud.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 1.3%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-cl1:hover {
	opacity: 1.0;		
}
.round-button-contact1 {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(img/contact.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 4%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-contact1:hover {
	opacity: 1.0;			
}
.round-button-cd1 {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(img/cd.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
	margin-left: 1.3%;
	margin-right: 1.3%;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}
.round-button-cd1:hover {
	opacity: 1.0;			
}



.round-button-fb2 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(img/facebook.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
    position: relative;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 15px; 
	margin-right: 15px;
}
.round-button-fb2:hover {
	opacity: 1.0;
}
.round-button-yt2 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(img/youtube.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
    position: relative;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 15px; 
	margin-right: 15px;
}
.round-button-yt2:hover {
	opacity: 1.0;
}
.round-button-cl2 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(img/soundcloud.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
    position: relative;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 15px; 
	margin-right: 15px;
}
.round-button-cl2:hover {
	opacity: 1.0;		
}
.round-button-contact2 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(img/contact.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
    position: relative;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 15px; 
	margin-right: 15px;
}
.round-button-contact2:hover {
	opacity: 1.0;			
}
.round-button-cd2 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(img/cd.svg);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.7;
    position: relative;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 15px; 
	margin-right: 15px;
}
.round-button-cd2:hover {
	opacity: 1.0;			
}

.social-buttons {
    max-width: 100%;
	max-height: 100%;
	position: relative;
}


.partners {
	max-width: 100%;
	background-color: #202020;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	opacity: 0.55;
}
.partners:hover{
	opacity: 0.95;
}



.modal {
	background-color: rgba(255, 255, 255, 0.3);
	position: relative;
	max-width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	padding-bottom: 10px;
}

.modal1 {
	background-color: rgba(255, 255, 255, 0.3);
	position: relative;
	margin-left: 18%;
	margin-right: 18%;
}


.round-button-phone {
	overflow: hidden;
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(img/phone.svg);
	cursor: default;
	border-radius: 50%;
}
.round-button-mail {
	overflow: hidden;
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(img/mail.svg);
	cursor: default;
	border-radius: 50%;
}
.round-button-skype {
	overflow: hidden;
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(img/skype.svg);
	cursor: default;
	border-radius: 50%;
}

.round-button-phone1 {
	overflow: hidden;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(img/phone.svg);
	cursor: default;
	border-radius: 50%;
}
.round-button-mail1 {
	overflow: hidden;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(img/mail.svg);
	cursor: default;
	border-radius: 50%;
}
.round-button-skype1 {
	overflow: hidden;
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(img/skype.svg);
	cursor: default;
	border-radius: 50%;
}

.round-button-phone2 {
	overflow: hidden;
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(img/phone.svg);
	cursor: default;
	border-radius: 50%;
}
.round-button-mail2 {
	overflow: hidden;
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(img/mail.svg);
	cursor: default;
	border-radius: 50%;
}
.round-button-skype2 {
	overflow: hidden;
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(img/skype.svg);
	cursor: default;
	border-radius: 50%;
}

.logo {
	max-width: 160px;
	max-height: 100px;

}

.logo1 {
	max-width: 115px;
	max-height: 60px;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}

.logo2 {
	max-width: 94px;
	max-height: 45px;
	margin-top: 0.6%;
	margin-bottom: 0.6%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
    overflow-x: hidden; 
    padding-top: 60px;
    transition: 0.5s;
}


.sidenav a {
    color: #818181;
    display: block;
    transition: 0.3s
}


.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: auto;
    font-size: 20px;
	margin-left: 30px; 
	margin-right: 30px;
	color: #00002F;
}


@media screen and (max-height: 450px) {
    .sidenav {margin-bottom: 5px}
    .sidenav a {font-size: 18px;}
}


#nav-icon{
  width: 40px;
  height: 20px;
  position: relative;
  margin: 13% auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #00002F;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2) {
  top: 9px;
}

#nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
