*{
    font-family: 'Poiret One', cursive;
    font-weight: 600;

}

.container {
    max-width: 960px;
}

li
{
    list-style: none;
}
.container-fluid{
    max-width: 1260px;
    padding-right: 0 !important; 
    padding-left:0 !important;

}

.animate-img:hover{
    transform: scale(1.4) rotate(22deg);
}

.animate-img {
  transition: transform 1s;
}

.animate-txt:hover{
    transform: scale(1.1);
}

.animate-txt {
  transition: transform 1s;
  transform-origin: left;
}

.icon-stop
{
    width:45px;
    height: 45px;
    background: url(icon-stop.png);
    background-size: cover;
    display: inline-block;
}

.icon-play
{
    width:45px;
    height: 45px;
    background: url(icon-play.png);
    background-size: cover;
    display: inline-block;
}

.icon-prev
{
    width:45px;
    height: 45px;
    background: url(icon-prev.png);
    background-size: cover;
    display: inline-block;
}

.icon-next
{
    width:45px;
    height: 45px;
    background: url(icon-next.png);
    background-size: cover;
    display: inline-block;
}

.smallFont
{
    font-size: 16px !important;
}

h1.wytrawni
{
    font-size:50px;
}

h4.header
{
    border-bottom: 2px solid red;
    font-weight: 900 !important;
}

.page-title
{
    width: 100%;
    position: relative;
    height: 100px;
    margin-bottom: 30px;
}

.grey-footer
{
    background: #f0f0ef;
    margin-top:50px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top:3%;
}

.grey-footer-content
{
    max-width: 1260px;
    margin: auto auto;
}

.grey-footer-nomargin
{
    background: #f0f0ef;
    margin-top:0px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top:3%;
}

.grey-footer-img
{
    width: 100%;
    margin-top: -60px;
}

h1.header
{
    position: absolute;
    top:150px;
    right: 50px;
    border-bottom: 2px solid red;
    font-weight: 900 !important;
    color:white;
    display: inline-block;
    text-transform: none;

}

.white-icon i 
{
    margin-left: 51px;
}
.white-icon
{
    margin-top:30px;
    font-size:35px !important;
    color:white;
    margin-left: -35px;
}

h2.contact
{

    color:grey;
    display: block;
    text-align: center;
    text-transform: uppercase;

}

h1.header-front
{
    text-align: right;
    font-weight: 900 !important;
    color:white;
    text-transform: none;
    display: block;

}

h1.contact
{
    text-align: right;
    border-bottom: 2px solid red;

    color:black;
    text-transform: none;
    display: inline-block;

}

h6.header
{
    padding: 0;
}

.welcome-text
{
    color:white;
    /*    margin-left: 60px;
        margin-right: 60px;*/
    font-weight: bold;

}

#banner-image
{
    height: 380px;
    width: 100%;
    background-size: cover;
    background: white;
}

#banner-image-no
{
    height: 50px;
    width: 100%;
    background-size: cover;
    /*background: white;*/
}

 
.button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border:2px solid red;
    padding: 10px 10px;
    color:white;
    text-decoration: none;
    font-size:20px;
    cursor: pointer;
        border-radius: .25rem;
        text-align: center;
}
.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: red;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.button:hover, .button:focus, .button:active {
    color: white !important;
}
.button:hover:before, .button:focus:before, .button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



#cf {
    position:relative;
    height:100%;
    width:100%;
    margin:0 auto;
}

#cf img {
    position:absolute;
    left:0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    height:auto;
}

#cf img.top:hover {
    opacity:0;
}

.logo
{
    position: absolute;
    left:80px;
    top:30px;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    padding: 8px;
    border-radius: 20px;
}

.logo_nbg
{
    position: absolute;
    left:80px;
    top:30px;
    z-index: 1000;
   
    padding: 8px;
    border-radius: 20px;
}

.menu-wytrawni
{
    position: absolute;
    right:30px;
    top:30px;
    z-index:3000;
}

.mt
{
    margin-top:30px;
    text-align: center;
}

.mt2
{
    margin-top:130px;
    text-align: center;
}

/* Icon 1 */

.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -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;
    z-index:1000;
}

.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    background: red;
    width: 100%;
    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;
}


/* Icon 3*/

.animated-icon3 span:nth-child(1) {
    top: 0px;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
}

.animated-icon3.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top:10px;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:10px;
}

.vert-img
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0%;
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    background: url(../images/_menu2021.jpg);
    background-size: cover;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 2px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;

    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: white;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay a {font-size: 26px}

.bandBox{

}

.songs-genre
{
    width: 100%;
    height: 100%;
    background: red;
    vertical-align: middle;
    text-align: center;
    color:white;
    cursor:pointer;
    margin: auto auto;
    margin-top: 40px;
margin-bottom: 30%;
}

.songs-genre:hover .genre-txt
{
    transform: scale(1.05);
}

.genre-txt
{
    transition: transform 1s;
    padding-top:45%;
}

h3
{
    font-weight: 600;
}

.lead
{
    font-size:24px;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    
    font-weight: 600;
}



#songsModalBg
{
    background: red;
}

#bandModalBg
{
    background: white;
}

#songs
{
    padding:2%;
    color: white;
}

.showBand img
{
    width:100%;
    transition: all 1.5s ease-out;

}

.showBand img:hover
{
    transform: scale(1.1);
    opacity: 0.3;
}

.close {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
        z-index: 10;
}

.more-btn
{
    display: none;
    transition: all 0.5s ease-in;
    position: absolute;
    bottom: 10px;
    font-weight: bold;
    left:70px;
    right:70px;
    font-size:20px;

    color: white;

}

.showBand:hover .more-btn
{
    display: block;
} 

.songs-genre:hover .more-btn
{
    display: block;
    font-size: 1em;
    border: 1px solid white;
}

.block-lines
{
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding-top:1%;
    padding-bottom:1%;
    font-size:19px;
    text-align: left;
}

.block-lines-front {
     border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding-top:1%;
    padding-bottom:1%;
    font-size:19px;
    text-align: left;
}

    .block-lines-sting
    {
        text-align: left;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-bottom: 10%;
        font-size:19px;
        border-top: 2px solid red;
        border-bottom: 2px solid red; 
    } 

 
.showBand
{
    cursor: pointer;
    overflow: hidden;
}

.line-bottom
{
    border:0 !important;
    border-bottom:2px solid grey !important;
    background: #f0f0ef !important;
}

.lines
{
    border:1px solid black !important;
    background: #f0f0ef !important;
    height: 100px !important;
}

#contact-form
{
    font-size:25px;
}

.black{
    color:black !important;
}

.left
{
    padding-top: 25px;
    font-size:30px;
}
.left a, .right a {color:black !important;}

.right
{
    padding-top: 25px;
    text-align: right;
    font-size:30px;
    color:black !important;
}

.video-slider { margin:auto auto; width:50%; height:300px;border:3px solid black; overflow: hidden}
.video-slider .video-item {display: none}
.video-slider .video-item.active {display: block !important}
.thumb {width:100%;cursor:pointer;}
#thumbcarousel
{
    width:100%;
    margin-top: 50px;
}
ul.ice-navigator {
    width: 100%;
    height: 90px;
    overflow: hidden;
}
ul.ice-navigator li { 
    list-style: none;
    display: inline-block;
    margin: 5px;

    color: white;
    width: 105px;
    height: 80px;}

.font30
{
    font-size: 45px;
}

#play,#stop,#next,#prev
{
    cursor: pointer;
}

.video-margin
{
   

}

.songSelect {cursor: pointer;}
.songSelect:hover {text-decoration: underline;color:red;}

#active-song
{
    text-align: center;
    margin-top:30px;
}

.contact-margin-top
{
    margin-top:-115px !important;
}

.site-branding-front-page
{
    max-width: 1260px !important;
    margin:-235px auto 0px auto !important;

}

.site-branding
{
    max-width: 1260px !important;
    margin:0px auto 0px auto !important;

}

.row
{
    margin-right: 0px;
    margin-left: 0px;
}


.menu-item a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.menu-item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: red;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.menu-item a:hover:before, .menu-item a:focus:before, .menu-item a:active:before {
    right: 0;
}

.bandDetails .row
{
    display: block !important; 
}


.custom-header-media
{
    transition: background 0.5s ease;
    background: url(/wp-content/themes/mastonpl/assets/images/1welcome-bg-2.jpg);
    background-size: cover;
    background-position-x: center;
        background-position-y: center;

} 

.custom-header-media:hover
{
    background: url(/wp-content/themes/mastonpl/assets/images/1welcome-color-2.jpg);
    background-size: cover;
    background-position-x: center;
            background-position-y: center;
}

.songs-box
{
    
    margin-bottom: 100px;
}

.mobile-row
{
    margin-top: -50px;
}

.header-mobile-contact
{
    text-align: right;

}

@media screen and (max-width: 1380px) {
 .container-fluid{
        max-width: 70vw;

    }   
}
@media screen and (max-width: 1260px) {
    .more-btn
    {
        bottom: -10px;
    left: 40px;
    right: 40px;
    font-size: 0.7em;
    display: none;
    }
    
    
    .container-fluid{
        max-width: 70vw;

    }

    .site-branding-front-page {
        max-width: 90vw !important;
        margin: -285px auto 0px auto !important;
    }

} 


.freezePage{
  overflow: hidden;
  height: 100%;
  position: relative;
}


#bandModal{
    z-index: 10000;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
.logo
{
    left: 15px;
}
}

.sendMessage.button
{
    padding-left: 100px;
    padding-right: 100px;
}

@media screen and (max-width: 768px) {

    .header-mobile-contact
    {
        text-align: center;
        
    }
    
    .logo
    {
        left: 10%;
    }

    .custom-header
    {
        padding-bottom: 30px;
        height: auto !important; 
    }
   
    .showBand .more-btn
    {
        left:40px;
        right:40px;
        font-size:1em;
        display:inline-block !important;
        border:0;
        padding: 0;
    }
    
    .bottom-rectangle
    {
        margin-top:0px !important;
        font-size:1em;
        bottom: -30px;
    }
    
    .more-btn:before
    {
        content: none;
    }
  
    h1.header-front
    {
        width: 95%; 
        text-align: center;
    }
  
    .video-margin {
       
    }
    
    .close {
        color:white;
        font-size: 50px;
    }
    
    .right
    {
        padding-top: 25px;
        text-align: left;
        font-size:30px;
        color:black !important;
    }

    .mobile-row
    {
        margin-top: -50px;
    }

    .header-margin-mobile{
        margin-top: 0px; 
    }
    
    h1.header
    {
        display: block;
        text-align: center;
        width: 100%;
        padding-left: 20%;
    }

    .site-branding-front-page {
        max-width: 1260px !important;
        margin: 180px 8% 0px 8% !important;
        background: black;
    }

    .custom-header-media{
            height: auto; 
            padding-bottom:30px;
    }
    .custom-header-media:hover
    {

    }

    .block-lines
    {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 5%;
        margin-bottom: 10%;
        margin-top: -3%;
    } 
           
    
    
    .block-lines-front {
       margin-top:6%;
   }

    #cf {
        display: none;
    }

    .songs-genre{
        height:100px;
    }

    .genre-txt {
        padding-top: 47%;
    }

    .site-branding {

        display: block;
        height: 100%;
        vertical-align: middle !important;

    }

    .vert-img {
        display: block;
    }

    .col-sm-4.text-right{
        text-align: center !important;
    }

    .video-slider
    {
        width: 90%;
    }

    h6.header {
        padding: 0;
        margin-top: 50px;
    } 
    .button
    {
        margin-top: 30px;
        display: block;
    }

    .showBand .more-btn
    {
        display: none;
        position: relative;
        margin-top: -100px;
        width: 160px;
        left: 0;
        font-size: 1em;
    border: 1px solid red;
    } 

    .showBand
    {
        height: 240px;
    }

    .showBand img
    {
        width:240px;
    }


    .showBand:hover .more-btn
    {
        display: inline-block;
    } 

    .genre-txt {
        padding-top: 3%;
    }

    .songs-box .button{
        display: inline-block;
        padding: 10px 10px;
        font-size: 0.6em;
        border:1px solid white;
    }
    .songs-box{
        height: 100px;
        width: 98%;
        margin-left: 1%;
        margin-bottom: 30px;
    }
     
    .mt2{
        margin-top: 80px; 
    }
    
} 

@media (max-width: 900px) {
.grey-footer-img {
	    margin-top: 0px !important;
}
}