html, body {
    overflow-x: hidden;
}
::selection {
  background: #a2715b; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #a2715b; /* Gecko Browsers */
}

* {
    outline: none;
}

.copper {
    color: #a2715b;
}

.bigger {
    font-size: 120%;
}

p + p {
    margin-top: 10px;
}

button, .button{
    background: transparent;
    border: 1px solid #a2715b;
    border-radius: 5px;
    /*padding: 15px 50px 15px 50px;*/
    padding: 15px 0;
    color: #a2715b;
    font-size: 14px;
    font-family: 'Hurme';
    letter-spacing: 2px;
    width: 250px;
    display: inline-block;
    margin: 10px;
}

.at{

    font-size: 14px !important;
    width: 180px !important;
}

.reversable3{
    color: #a2715b;
    -webkit-transition: width .5s, height .5s, -webkit-transform .5s;
    transition: width .5s, height .5s, transform .5s;

}

.reversable3:hover {
    color: #fff;
}

.reversable2 {
    -webkit-transition: width .5s, height .5s, -webkit-transform .5s;
    transition: width .5s, height .5s, transform .5s;
}

.reversable {
    -webkit-transition: width .5s, height .5s, background-color .5s, -webkit-transform .5s;
    transition: width .5s, height .5s, background-color .5s, transform .5s;
}

.reversable:hover {
    background-color: #a2715b;
    color: #fff;
}

#wnetrza.section {
    padding: 0!important;
}

.slider button {
    display: none!important;
}
.slider-next {
    position: absolute;
    right: 35px;
    cursor: pointer;
    top: 49%;
    color: #a2715b;
}

.slider-prev {
    position: absolute;
    left: 35px;
    cursor: pointer;
    top: 49%;
    color: #a2715b;
}

.sl-holder {
    margin: 0 auto;
    max-width: 1200px;
}

.slider-holder {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; 
    transition:all 2s;
 }

.slider-control {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 3;
}

.slider-control div {     
    width: 50%;     
    float: left; 
} 

.slider-control .prev {
    height: 100%;
}

.slider-control .next {
    height: 100%; 
}

#interior {
    position: absolute!important;
    top: 0;
}

#interior2 {
    position: absolute !important;
    top: 0;
    left: 0;
}

.home-next {
    color: #a2715b;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    z-index: 99999;
    right: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.interior-next {
    color: #a2715b;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    z-index: 99999;
    right: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slides-pagination a {
    color: transparent;
}

.home-prev {
    color: #a2715b;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    z-index: 99999;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.interior-prev {
    color: #a2715b;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    z-index: 99999;
    left: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px){
    .sl-holder {
        max-width: 800px;
    }

    .interior img {
        max-height: 300px;
    }
}

@media screen and (max-width: 801px){
    .sl-holder {
        max-width: 600px;
    }
    .slider-next {
        right: 10px!important;
    }

    .slider-prev {
        left: 10px!important;
    }
    .home-next, .home-prev {
        display: none!important;
    }
    .wov {
        vertical-align: middle;
    }
}
.interior {
    width: 90%;
    margin: 0 auto;
    height: 320px;
}

.tel:link, .tel:hover, .tel:visited, .tel:active, .mail:link, .mail:hover, .mail:visited, .mail:active {
    text-decoration: none;
    color: #fff;
}

i .tel, i .mail {
    font-family: 'Baskerville';
}

@media screen and (max-width: 610px){
    .sl-holder {
        max-width: 400px;
    }
    .interior {
        width: 100%;
    }
    .slider-next {
        display: none!important;
    }

    .slider-prev {
        display: none!important;
    }
    .ss-top {
        left: -100px!important;
    }
}



.slick-current img {
    opacity: 1;
    max-width: 70vw;
    transform: scale(1.15);
}

.interior2-slide { width: 100% !important; height: 100% !important; }

.interior2-slide img{
    width: 100% !important;
    height: auto !important;
    top: 0px !important;
    margin: 0 auto;
    left: 0 !important;
}

header {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
}

#under-header {
    position: relative;
    height: 70px;
}

header .wrapper {
    padding: 10px 50px;
    height: 50px;

}

#header-logo {
    display: inline-block;
    height: 50px;
}

header nav ul {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;

}

header nav {
    display: inline-block;
    float: right;
    
    
}

header nav ul li {
    padding: 12px 0 12px 20px;
    display: inline-block;
}

#menu-phone-button {
    padding: 16px 16px 0 0;
    display: none;
}

.mobile-menu-button:before {
    content: url(../img/menu2.png);
}

#mobile-menu {
    display: none;
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

#mobile-menu ul li a {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.container {
    position: relative;
}

.section {
    background-color: black;
    position: relative;
    padding: 0 123px;
}

.section-header, .section-footer {
    height: 100px;
}

.section-header h1 {
    line-height: 120%;
    font-size: 36px;
    margin-top: 50px;   
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-header h1:after {
    margin-bottom: 30px;
    display: block;
    margin-top: 20px;
    content: url('../img/hr.png');
}

.section-content2 {
    line-height: 140%!important;
    font-size: 18px!important;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 300;
    padding: 0 20px;
}

.section-content {
    min-height: calc(100vh - 370px);
    line-height: 140%!important;
    font-size: 18px!important;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 300;
}

.section-content.slider {
    min-height: calc(100vh - 370px);
    width: 100%!important;
    margin: 0 auto;
    font-weight: 300;
}

.no-footer .section-content {
    min-height: calc(100vh - 220px);
    padding-bottom: 50px;
}

.table {
    display: table;
}

.center {
    margin: 0 auto;
}

.center .table-cell {
    text-align: center;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.fullpage {
    min-height: calc(100vh - 70px);
}

#home {
    padding: 0;
}

#home .slides-textbox
{
    position: relative; !important;
    width: 40%;
    right: 5%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 34px;
    line-height: 120%;
    float: right;
}

#home-portrait {
    display: none;
    padding: 0;
}

#home-portrait .third {
    height: 33%;
    background-size: cover;
    position: relative;
}

#home-portrait .third.one {
    background-image: url('../img/home/1.jpg');
}

#home-portrait .third.two {
    background-image: url('../img/home/2.jpg');
}

#home-portrait .third.three {
    background-image: url('../img/home/3.jpg');
}

#home-portrait .home-small-box {
    width: 45%;
    height: 100%;
    position: absolute;
    right: 2%;
    text-align: center;
}

#home-portrait .home-small-box p {
    font-size: 11px;
    font-family: 'Hurme';
    color: #a2715b;
    line-height: 13px;
}


@media all and (max-width: 480px) {
    #home .slides-textbox {
        width: 60%;
        font-size: 24px;
    }
    #o-klubie, #oferta, #content_at{
        text-align: inherit !important;
    }
}
@media all and (max-width: 6400px) {
    #home .slides-textbox {
        font-size: 28px;
    }
}

@media all and (orientation: portrait) {
    #home {
        display: none;
    }
    
    #home-portrait {
        display: block;
    }
    #home .slides-textbox {
        width: 35%;
        font-size: 18px;
    }
    .dupa {
        display: none;
    }
}
.ss-bottom {
    top: auto !important;
    bottom: 0 !important;
}

.ss-top {
    top: 0 !important;
}

#o-klubie, #content_at, #live_act {
    background-position: top left; 
    background-image: url(../img/bg-pattern.jpg); 
    background-size: cover;
    text-align: justify;
}

#oferta {
    text-align: justify;
    background-position: top left; 
    background-image: url(../img/bg-pattern.jpg); 
    background-size: cover;
}

#oferta p, #o-klubie p {
    text-indent: 50px;
    padding-bottom: 5px;
}

.bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

#oferta #bg-main {
    background-position: top; background-image: url(../img/bg-pattern.jpg); background-size: cover; opacity: 1; z-index: -1;
}

#oferta #bg-viproom {
    background-position: center; background-image: url(../img/oferta/vip.jpg); background-size: cover; opacity: 0; z-index: -1;
}

#oferta #bg-lounge {
    background-position: bottom; background-image: url(../img/oferta/lounge.jpg); background-size: cover; opacity: 0; z-index: -1;
}

#wnetrza, #galeria {
    color: #fff;
    bacgrkound-color: #000;
    background-position: center center;
    background-size: cover;
}


.gal-container {
    position: relative;
    display: inline-block;
    width: 766px;
    height: 400px;
    overflow: hidden;
    vertical-align: middle;
}

.gal-img {
    height: 400px;
    width: auto;
    display: none;
}

#kontakt {
    background-image: url(../img/krk3.jpg);
    background-size: cover;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
}

#kontakt .block {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    padding: 10px;
    text-align: center;
}

#kontakt .block-group {
    display: inline-block;
    vertical-align: middle;
    margin:  0 115px;
}
.ContactTitle{
    margin:  0 auto 35px;
}
#kontakt #address-row p {
    font-size: 18px;
}

#kontakt #staff-row p {
    font-size: 15px;
}

#address-row, #staff-row {
    padding: 40px 0 25px 0;
}

#kontakt hr {
    height: 1px;
    border: none;
    width: 880px;
    background-color: #fff;
}

#kontakt .staff-avatar img {
    width: 142px;
    padding: 0 0 10px;
}

#stopka {
    background-image: url(../img/sara1.jpg); 
    background-size: cover;
    background-position: center;
    color: #000;;
    font-size: 20px;
    padding: 0;
    text-align: center;
}

#stopka ul li {
    display: inline-block;
    width: auto;
    margin: 29px 25px 29px 25px;
    text-transform: uppercase;
    font-size: 12px;
}

.social-glyph {
    margin: 30px;
    display: inline-block;
    margin-top: 60px;
    font-size: 330%;
}

.social-box a {
    color: #000;
}

.social-box a:hover {
    color: #a2715b;
}

#copyrights {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
    text-align: left;
    font-weight: lighter;
    font-size: 11px;
}

#copyrights p {
    margin: 0 10px 0 10px;
}



@media all and (max-width: 1091px) {
    #kontakt hr {
        width: 660px;
    }
}

@media all and (max-width: 862px) {
    #kontakt #address-row #kontakt-logo {
        display: none;
    }
    #kontakt hr {
        width: 440px;
    }
    #stopka nav ul li {
        margin: 20px 10px;
    }
    #stopka .social-glyph {
        margin: 15px;
    }

    #content_at p{

        padding-left: 195px;
    }
}

.mobile-show {
    display: none;
}

@media all and (max-width: 485px) {
    #kontakt hr {
        width: 90%;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: initial;
    }
    #kontakt .block-group{
        margin:  0 auto;
    }

}

@media all and (max-width: 550px) {
    .section-header h1 {
        line-height: 120%;
        font-size: 25px;
    }
}

@media all and (max-width: 1200px) {
    header nav ul li {
        padding-left: 20px;
    }
    
    header .wrapper {
        padding: 10px 10px;
    }
    
    .section {
        padding: 0 83px;
    }
    
    #gal-prev, #gal-next {
        display: none;
    }
}
@media all and (max-width: 1280px) {
    header nav ul li {
        display: none;
    }
    #menu-phone-button {
        display: inline-block;
    }
}
@media all and (max-width: 960px) {

    .gal-container {
        width: auto;
        height: auto;
    }
    .gal-img {
        width: 100%;
        height: auto;
    }
    #o-klubie p, #oferta p {
        text-indent: 20px;
        font-size: 15px;
    }

    /*.img-at{
        /*width: 80vw !important;
        display: table;
        margin: 0 auto !important;
        float: none !important;
    }*/
    #content_at p{
        text-indent: 20px;
        padding: 0px 00px !important;
        /*padding-left: 0px !important;*/
    }
}

@media all and (max-width: 750px) {
    #o-klubie.section, #oferta.section {
        padding: 20px;
    }
    /*.img-at{
        /*width: 90vw !important;
        display: table;
        margin: 0 auto;
        float: none !important;
    }*/    
   #o-klubie p, #oferta p, {
        /*text-align: left;*/
        font-size: 18px;
        padding: 10px 20px;
    }

    #content_at p{
        text-indent: 20px;
        padding: 0px 0px !important;

        /*margin-bottom: 25px;*/
    }
}

@media all and (max-width: 660px) {
    #content_at.section {
        padding: 20px !important;
    }
    .img-at{
        width: 100% !important;
        max-width: calc(100vw - 40px);
        display: table;
        margin: 0 auto;
        float: none !important;
        margin-bottom: 20px;
        margin-right: 0px !important;
    }
     #content_at p{
        text-indent: 20px;
        font-size: 18px;
        max-width: calc(100vw - 40px);
        padding: 0px 5px !important;
        margin-bottom: 25px;
    }
}

.img-at{
    width: 50%;
    float: left;
    margin-right: 20px;
}

#content_at p{
    text-indent: 20px;
    /*padding-left: 260px;*/
    padding-bottom: 20px;
}

#rezerwacje, #artist {
    background-image: url(../img/rezerwacje/bg4.jpg);
    background-color: #000;
    background-size: cover;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}


#rezerwacje h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#rezerwacje-form {
    width: 250px;
}

#rezerwacje select, #rezerwacje input {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Hurme';
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}

#rezerwacje select {
}

#rezerwacje select option {
    text-transform: uppercase;
    background-color: #000;
}

#rezerwacje .tt-w, #rezerwacje .tt-e {
    position: absolute;
    z-index: 99;
}

#rezerwacje {
    
}

/*::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder {  Firefox 18- 
   color: white;
}

::-moz-placeholder {  /* Firefox 19+ 
   color: white;
}

:-ms-input-placeholder {  
   color: white;
}*/

#img-lounge-div, #img-vip-div {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

#rezerwacje-form {
    display: inline-block; 
    vertical-align: middle; 
    padding: 0; 
    width: 265px;
}

#rezerwacje .map-container {
    display: inline-block;
    vertical-align: top;
    
}


#img-lounge-0, #img-vip-0 {
    opacity: 1;
}

#img-lounge-1, #img-lounge-2, #img-lounge-3, #img-vip-1, #img-vip-2, #img-vip-3, #img-vip-4
{
    width: 234px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (max-width: 900px){
    .map-container, #rezerwacje-form {
        display: block;
    }

    /*.img-at{
        /*width: 70vw !important;
        display: table;
        margin: 0 auto;
        float: none !important;
    }*/
    #content_at p{

        font-size: 18px;
        padding: 0px 0px !important;   
        margin-bottom: 25px;
    }
    #powerTip {
        position: fixed !important;
        top: 90px !important;
        left: 10% !important;
        width: 70%;
        padding: 5%;
    }
}

.at-holder .at-content {
    display: none;
}

.container {
  background-color: black;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
}
.container div {
    position: absolute;
    top: 0;
    left: 0;
  background-color: white;
  width: 100%;
  display: inline-block;
  display: none;
}
.container img {
  width: 100%;
  width: 100vw !important;
  height: auto;
}

button {
  position: absolute;
}

/*.next {
  position: absolute;
  right: 0;
  z-index: 990;

}

.prev {
  left: 0;
  position: absolute;
  z-index: 990;
}*/

.info{
    max-width: 900px;
    position: relative;
    padding: 88px 123px;
}

.bg-none {
    background-image: none !important;
    background-color: #fff;
}