/***
*
*index.html
*
***/

html {
    height:100vh;
}
body{
    background-image: url("images/drewnotlo.jpg");
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    min-width: 980px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Arial Black", Gadget, sans-serif;
    background-size: cover;

}

header {
    background-color: rgba(47, 46, 46, 1);
    height: 83px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000000;
}

.menu  {
    width: 980px;
    margin-left: auto;
    margin-right: auto;

}

ul{
    padding: 0;
    margin-top:20px;
    list-style: none;
    background: rgba(47, 46, 46, 1);
    font-family: Tahoma, Geneva, sans-serif;
}
ul li{
    margin-left: 20px;
    display: inline-block;
    position: relative;
    line-height: 21px;
    text-align: left;
}
ul li a{
    display: block;
    padding: 8px 25px;
    color: white;
    text-decoration: none;
}
ul li a:hover{
    color: white;
    background: black;
}
ul li ul.dropdown{
    margin-top:-7px;
    min-width: 185px; /* Set width of the dropdown */
    background: black;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
}
ul li:hover ul.dropdown{
    font-size: 15px;
    display: block;	/* Display the dropdown */

}

ul li ul.dropdown li a:hover {
    margin-left: 10px;
    margin-right: 50px;
}

ul li ul.dropdown li{
    font-size: 15px;
    display: block;
    margin-left: -10px;
    margin-right: -50px;
}

#video-viewport {
    /*position: absolute;*/
    top: 0;
    overflow: hidden;
    z-index: -1; /* for accessing the video by click */
}

main {
    margin-top:83px;
    min-height: 500px;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}




.logo {
    position: absolute;
    margin-top:-300px;
    margin-left: -200px;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 160px;
}

@media screen and (max-device-width: 800px) {
    main, footer {
        width: 130%;
        margin-right:0;
        margin-left: 0;
        padding:0;
    }

    .logo {
        position: absolute;
        margin-top:-100px;
        margin-left: -200px;
        top: 20%;
        left: 65%;
        width: 480px;
        height: 160px;
    }

}

video {
    width:100%;
    top:0;
}

.video-footer {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    font-size: 14px;
    width: 100%;
    color: white;
    text-align: center;
    height: 30px;
    background-color: black;
    margin-top: -5px;
    padding-top: 30px;
}

.photo-paragraph {
    margin-top: 50px;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.team-content {
    margin-bottom: -4px;
    background-image: url("images/tlo1.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}

.team-main-content{
    width: 720px;
    height: 360px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.content-link {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family: Tahoma, Geneva, sans-serif;
    margin-top: 70px;
}

.team-main-content-left {
    color: white;
    float: left;
    width: 350px;
    height: 360px;
    padding: 0 5px;
}

p {
    margin-top: 25px;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left:30px;
    text-align: justify;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: white;
    font-size: 13px;
}

.team-main-content-right {
    background-image: url("images/kwadratzespol.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    width: 360px;
    height: 360px;
}

.artistic-content {
    margin-top: 0px;
    height: 360px;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.artistic-content-music {
    margin-top: 0px;
    height: 360px;
    width: 360px;
    float: left;
    background-image: url("images/Budmo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.artistic-content-concert{
    margin-top: 0px;
    height: 360px;
    width: 360px;
    float: right;
    background-image: url("images/kwadratkoncerty.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-content {
    min-height: 380px;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

.gallery-content-video {
    margin-top: 0px;
    height: 360px;
    width: 360px;
    float: left;
    background-image: url("images/kwadratvideo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-content-photo {
    /*margin-top: -496px;*/
    margin-top: 0px;
    height: 360px;
    width: 360px;
    float: left;
    background-image: url("images/kwadratphoto.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.pre-footer {
    background-color: black;
    height: 32px;
    padding: 30px;i
}

.youtube-button {
    border: 1px white solid;
    color: white;
    width:200px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    font-style: italic;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    padding:7px
}

footer {
    /*width: 100%;*/
    /*bottom: 0;*/
    position:relative;
    padding-bottom: 120px;
    display: block;
    border-top: 2px grey solid;
    background-color: black;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    height: auto;
    /*margin-bottom: -10px;*/
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    right: 0;
    bottom: 0;
    top:0;
    left: 0;
}

.contact-main {
    color:black;
    font-size: 12px;
    width:300px;
    position: absolute;
    margin-top:-450px;
    margin-left: 800px;
    text-align-last: end;
}

.contact-button {
    margin-top:-250px;
    margin-left: 200px;
    color:white;
}

.artist-button {
    width:180px;
    color:white;
    font-size: 12px;
    border: 1px white solid;
    font-style: italic;
    text-align: center;
    padding: 7px;
    margin-top: -80px;
    margin-left: 100px;
    display: block;
}
/***
*
*contact-poster.html
*
***/

.poster-title {
    background-image: url("images/inforest.jpg");
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    font-size: 30px;
    color: lightyellow;
    padding-top: 55px;
    padding-left: 100px;
    background-size: cover;
}

.rider-title {
    background-image: url("images/rider.jpg");
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    font-size: 30px;
    color: lightyellow;
    padding-top: 55px;
    padding-left: 100px;
    background-size: cover;
}

.wheat-title {
    margin-left: -2px;
    background-image: url("images/fotovideo.jpg");
    height: 150px;
    /*width: 100%;*/
    background-repeat: no-repeat;
    font-size: 30px;
    color: lightyellow;
    padding-top: 55px;
    padding-left: 100px;
    background-size: cover;
}

.photo-title {
    margin-left: -2px;
    background-image: url("images/fotofoto.jpg");
    height: 150px;
    /*width: 100%;*/
    background-repeat: no-repeat;
    font-size: 30px;
    color: lightyellow;
    padding-top: 55px;
    padding-left: 100px;
    background-size: cover;
}

.concert-title {
    height: 150px;
    width: 100%;
    font-size: 30px;
    color: lightyellow;
}

.concert-content h5 {
    margin-left:30px;
}

.concert-content {
    color:white;
    width: 800px;
    margin-left:auto;
    margin-right: auto;
    margin-bottom:30px;

}

.about-team h5 {
    margin-left:30px;
}

.about-team {
    color:white;
    width: 800px;
    margin-left:auto;
    margin-right: auto;
    margin-bottom:30px;
}

.poster {
    padding: 50px;
    padding-left: 200px;
}

a {
    text-decoration: none;
    color: white;
}

.contact-button {
    width:150px;
    position: absolute;
    display: block;
    color:white;
    font-size: 12px;
    border: 1px white solid;
    font-style: italic;
    text-align: center;
    padding: 7px;
    margin-bottom:20px;
}

.contact-button2 {
    width:150px;
    position: absolute;
    display: block;
    color:white;
    font-size: 12px;
    border: 1px white solid;
    font-style: italic;
    text-align: center;
    padding: 7px;
    margin-top: -210px;
    margin-left: 200px;
    position: absolute;
}
.contact-button3 {
    width:150px;
    position: absolute;
    display: block;
    color:white;
    font-size: 12px;
    border: 1px white solid;
    font-style: italic;
    text-align: center;
    padding: 7px;
    margin-top: -170px;
    margin-left: 200px;
    position: absolute;
}

.mainDIV{
    position: static;
    /*background-color:yellow;*/
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    min-width:315px;
    left:25%;
    z-index: 10000000000;
    height: auto;
}

.footer-left {
    width:200px;
    color:white;
    font-size:12px;
}
.leftDIV{
    margin-top:20px;
    position:relative;
    top:0px;
    left:0px;
    /*height:50px;*/
    /*right: 25%;*/
    width:100px;
}
.middleDIV{
    margin-top: 20px;
    position:absolute;
    /*left: 25%;*/
    /*height:50px;*/
    width:500px;
    /*background:blue;*/
    /*margin:0px auto;*/
    top:0;

}
.rightDIV{
    position:absolute;
    left:60%;
    top:0;
    width:200px;
    /*left:50%;*/
    bottom:0;
    /*height:50px;*/
    /*width:300px;*/
}
.yt {
    background-image: url("images/yt.png");
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.music-title {
    background-image: url("images/fotomuzyka.jpg");
    height: 150px;
    /*width: 100%;*/
    background-repeat: no-repeat;
    font-size: 30px;
    color: lightyellow;
    padding-top: 55px;
    padding-left: 100px;
    background-size: cover;
}
.team-title {
    background-image: url("images/fototeam.jpg");
    height: 150px;
    /*width: 100%;*/
    background-repeat: no-repeat;
    font-size: 30px;
    color: lightyellow;
    padding-top: 55px;
    padding-left: 100px;
    background-size: cover;
}




.music-content {
    color:white;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align-all: center;
    width:980px;
    margin-left: auto;
    margin-right: auto;
    min-height: 2000px;
    bottom:0;
}

.music-content-left {
    float: left;
    width:500px;
    height: 100%;
}

.without-margin {
    margin-top:2px;
    margin-bottom: 0;
}

.music-content-right {
    float: right;
    height: 100%;
}

#tech-slideshow {
    height: 150px;
    position: relative;
    overflow: hidden;
}
#tech-slideshow > div {
    height: 200px;
    width: 2526px;
    /*background: url(http://cl.ly/9BJG/collage.jpg);*/
    background: url('zdjecia/kolaz.jpg');
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    -moz-transition:  opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;

    -webkit-animation: moveSlideshow 60s linear infinite;
    -moz-animation:    moveSlideshow 60s linear infinite;

}

@-webkit-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1100px; }
}
@-moz-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1100px; }
}




.jssora07l, .jssora07r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('slider/img/a17.png') no-repeat;
    overflow: hidden;
}
.jssora07l { background-position: -10px -40px; }
.jssora07r { background-position: -70px -40px; }
.jssora07l:hover { background-position: -130px -40px; }
.jssora07r:hover { background-position: -190px -40px; }
.jssora07l.jssora07ldn { background-position: -250px -40px; }
.jssora07r.jssora07rdn { background-position: -310px -40px; }

.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
}

.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
    box-sizing: content-box;
    background: url('slider/img/t01.png') -800px -800px no-repeat;
    _background: none;
}

.jssort01 .pav .c {
    top: 2px;
    _top: 0px;
    left: 2px;
    _left: 0px;
    width: 68px;
    height: 68px;
    border: #000 0px solid;
    _border: #fff 2px solid;
    background-position: 50% 50%;
}

.jssort01 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
}

* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
    /* ie quirks mode adjust */
    width /**/: 72px;
    height /**/: 72px;
}

.artist {
    height: 800px;
    width: 800px;
    margin-left:auto;
    margin-right: auto;
}

.artist .left {
    float: left;
    width: 300px;
    height: 800px;
}

.artist .right {
    float: right;
    width: 500px;
    height: 800px;
}

.artists-content {
    height: 550px;
}

.artists-content .left-side {
    float: left;
    margin-left: 30px;
    height: 500px;
    width: 400px;
}

.artists-content .right-side {
    float: right;
    margin-left: 30px;
    width: 300px;
    height: 500px;
}
