/*
Theme Name: RBNT
Author: Mateusz Dynda
Version: 1.0
*/


html {
    font-size: 62.5% !important;
    /*    user-select: none !important;*/
}

@media (max-width: 1370px) {
    html {
        font-size: 50% !important;
    }
}

.fadein {
    opacity: 0;
}

body {
    display: none;
    color: #444444;
    text-rendering: optimizeLegibility;
    font-family: 'Armata', sans-serif;
}

html p,
html a {
    font-size: 1.5rem;
    line-height: 3rem;
    font-family: 'Armata', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

a {
    color: inherit;
    display: block;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

a:active {
    color: inherit;
    text-decoration: underline;
}

ul li {
    font-family: 'Armata', sans-serif;
    font-size: 1.5rem;

}

html h1 {
    font-size: 7rem;
}

@media (max-width: 767px) {
    h1 {
        font-family: 'Playfair Display', serif;
        font-size: 3.4rem;
    }
}

html h2 {
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    line-height: 7rem;
    margin-bottom: 20px;
}

html h3 {
    font-family: 'Armata', sans-serif;
    font-size: 3.5rem;
    line-height: 5.5rem;
}

html h4 {
    font-family: 'Armata', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ac8b51;
    text-transform: uppercase;
    letter-spacing: 5px;
}

html h5 {
    font-family: 'Armata', sans-serif;
    font-size: 2rem;
    line-height: 2rem;
}

.wrapper {
    margin: 0 15%;
}

@media (max-width: 992px) {
    .wrapper {
        margin: 0 10%;
    }
}

@media (max-width: 768px) {
    .wrapper {
        margin: 0 5%;
    }
}

@media (max-width: 576px) {
    .wrapper {
        margin: 0 2%;
    }
}

*:focus {
    outline: none !important;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display-flex > [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.heading {
    padding: 50px 0;
}

.progressScrollContainer {
    width: 100%;
    height: 8px;
    background: none;
    z-index: 99999;
    display: block;
}

@media (max-width: 767px) {
    .progressScrollContainer {
        display: none;
    }
}

.progressScroll {
    height: 8px;
    background: #ac8b51;
    width: 0%;
}

/*NAVBAR*/

.navbar {
    padding: 0;
    transition: 500ms ease;
    background: none;
}

.navbar.scrolledNavbar {
    background: #171717;
}

.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar .navbar-brand {
    margin-right: 0;
}

.navbar .navbar-brand img {
    height: 34px;
    padding: 7px 20px 0 20px;
}

.navbar-nav .nav-link {

    transition: 500ms ease !important;
    font-size: 1.2rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px !important;
}

.navbar-nav .nav-link.scrolled {
    background-color: white !important;
    color: red !important;
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.rezerwuj {
    display: none;
    background-color: #ac8b51;
}

.rezerwuj a:hover {
    text-decoration: underline;
}

.rezerwuj.scrolledRezerwuj {
    display: block;
}

/*MOBILNE*/

@media (max-width: 767px) {
    .navbar-nav .nav-link {
        padding: 20px 40px !important;
        font-size: 3rem !important;
        color: #252525 !important;
    }

    .navbar {
        background-color: white !important;
        color: #252525 !important;
    }

    .navbar-collapse {
        padding-bottom: 55px;
    }

    .navbar.scrolledNavbar {
        background-color: white !important;
    }

    .fixed {
        position: fixed;
        right: 0;
        bottom: 0;
        top: auto;
        left: 0;
        z-index: 1030;
    }
}

.mobileBottomMenu {
    text-align: center;
}

.mobileBottomMenu img {
    height: 20px;
}

.mobileBottomMenu p,
.mobileBottomMenu a {
    line-height: 1.5rem;
}

.mobileBottomMenu .mobileCall {
    background-color: white;
}

.mobileBottomMenu .mobileHamburger {
    background-color: #ac8b51;
}

.mobileBottomMenu .mobileRezerwuj {
    background-color: white;
    border-left: 1px solid #bbbbbb;
}

.mobileBottomMenu a {
    text-decoration: none !important;
}

.mobileBottomMenu .mobileHamburger p {
    color: white !important;
}

.mobileBottomMenu [class*="col-"] {
    cursor: pointer;
    padding: 10px 0;
}

/*LOGO FULL*/

.logoFull {
    width: 12rem;
    padding: 10px;
    z-index: 1999;
    left: calc(50% - 6rem);
}

@media (max-width: 767px) {
    .logoFull {
        left: calc(50% - 6rem);
    }
}

.logoFull img {
    width: 100%;
}

/*LOGO SMALL*/

.logoSmall {
    display: none;
}

.logoSmall.scrolledLogoSmall {
    display: block;
}

/*KALENDARZ INDEX*/

.jumbo {
    height: 100vh;
    padding: 0 5%;
}

.jumbo .parallaxCenter {
    padding-top: 40vh;
}

.jumbo .parallaxCenter h2 {
    color: white !important;
    padding-bottom: 0;
    text-shadow: 0px 1px 8px rgba(37, 37, 37, 0.59);
}

.jumbo .parallaxCenter h3 {
    color: white !important;
    text-shadow: 0px 1px 8px rgba(37, 37, 37, 0.59);
}

.jumbo .arrowDown {
    margin-top: 15%;
}

.jumbo .arrowDown p {
    color: white !important;
    padding: 10px 0;
}

.jumbo .arrowDown img {
    width: 30px;
}

.jumbo .wyjazd {
    border-left: 1px solid #bbbbbb !important;
}

/*KALENDARZ PODSTRONY*/

.jumboSm {
    padding: 0;
}

.jumboSm h2,
.jumboSm h2,
.jumboSm p {
    color: white;
}

.jumboSm .parallaxCenter {
    padding: 10vh 0;
}

.jumboSm .arrowDown {
    margin-top: 15%;
}

.jumboSm .arrowDown p {
    color: white !important;
    padding: 10px 0;
}

.jumboSm .arrowDown img {
    width: 30px;
}

/*GALERIA*/

.galeria {
    width: 100%;
}

.galeria [class*="col-"] {
    padding: 5px;
}

.galeria h5 {
    text-align: center;
    margin: 0;
    padding: 0;
}

.galeria img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


@media (max-width: 576px) {
    .galeria img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

.galeria .imgZoom {
    height: 200px;
    overflow: hidden;
}

.galeria .imgZoom img {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.galeria .imgZoom:hover img {
    transform: scale(1.2);
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*KALENDARZ*/

.calendar {
    padding-top: 100px;
}


input {
    font-family: 'Armata', sans-serif;
    font-size: 1.6rem;
    text-transform: lowercase;
    background-color: #ffffff;
    border: 1px solid #ac8b51;
    padding: 5px 15px;
    margin: 50px auto;
}

button {
    font-size: 1.6rem;
    font-family: 'Armata', sans-serif;
    background-color: #ffffff;
    color: #ac8b51 !important;
    border: 1px solid #ac8b51;
    padding: 5px 15px;

    margin: 20px auto 0 auto;
    transition: 200ms ease !important;
}

button:hover {
    background-color: #ac8b51;
    color: #ffffff !important;
    border: 1px solid #ac8b51;
}

button.buttonInverse {
    font-size: 1.6rem;
    font-family: 'Armata', sans-serif;
    background-color: #ac8b51;
    color: #ffffff !important;
    border: 1px solid #ac8b51;
    padding: 5px 15px;
    margin: 20px auto 0 auto;
    transition: 200ms ease !important;
}

button.buttonInverse:hover {
    background-color: #ffffff;
    color: #ac8b51 !important;
    border: 1px solid #ac8b51;
}

ul {
    list-style-image: url(img/icons/li.png);
}

button.buttonGroup {
    margin: 20px 5px 20px auto;
}

input.inputGroup {
    width: 200px;
    margin: 20px 5px 20px auto;
}

.calendar input {
    text-align: center;
    border: none;
    border-bottom: 1px solid #ac8b51;
}

.calendar button {
    color: #ffffff;
}

/*OFFER*/

.snippet {
    margin: 0 auto;
    width: 200px;
    height: 250px;
}

.snippet img {
    width: 100%;
    height: 100%;
}

.snippetTitle {
    text-align: center;
}

.snippetPrice {
    text-align: center;
}

.galeria h2 {
    color: white;
}

/*MAPA*/
.map {
    margin-top: 10%;
    height: 400px;
}

@media (max-width: 767px) {
    .map {
        height: 300px;
    }
}

/*SNIPPET*/
.snip {
    width: 80%;
    height: 400px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto 5% auto;
    transition: 200ms ease;
}

.snip:hover {
    background-position: center -100px;
}


.snip img {
    margin-right: 10px;
    height: 15px;
}

.snipContent {
    padding: 10px 0;
    margin-top: 300px;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    transition: 200ms ease;
}

.snip:hover .snipContent {
    margin-top: 220px;
}

.snip hr {
    border-top: 1px solid #ac8b51;
}

/*MENU*/

.menu h5 {
    margin-top: 20px;
}

/*OPINION*/

.opinion {
    cursor: pointer;
    padding: 0 5%;
}

/*FOOTER*/

footer {
    color: white;
}

footer [class*="col-"] {
    padding: 10px 0;
}

.copy {
    background-color: #252525;
}

.copy img {
    height: 8px;
    padding: 0 5px;
}

.copy .row {
    padding: 8px 0 16px 0;
}

@media (max-width: 767px) {
    .copy {
        margin-bottom: 48px;
    }
}

.copy p {
    color: #d7d7d7 !important
}

.copy a {
    display: inline;
}
