body {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Merriweather', serif;
}
body:not(.body-index) {
    padding-top: 60px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
}

h1 {
    font-size: 56px;
    margin: 0 0 1em 0;
    font-weight: 700;
}

h1.underlined {
    font-size: 6em;
    margin: 0 0 1em 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
h1.underlined:before {
    content: "";
    position: absolute;
    width: 27%;
    height: 1px;
    bottom: -10px;
    left: 0;
    border-bottom: 6px solid #404d30;
}

h1.about_us {
    font-size: 7em;
}

/*
.button-black {
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
    margin: 35px 0 15px 0;
    padding: 0 35px;
    background-color: #036273;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.button-black:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
*/
.button {
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
    margin: 35px 0 15px 0;
    padding: 0 35px;
    background-color: #036273;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.button:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.button.button-black {
    background-color: #000;
    color: #fff;
}
.button.button-black:hover {
    background-color: #333;
    color: #fff;
}

.parallax-img {
    height: 100vh;
    background-attachment: fixed;
    max-height: 1200px;
    /*background-position: center center;*/
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.parallax-img.parallax-img-header {
    height: 310px;
    background-size: contain;
    background-position: 0% 0px;
    position: relative;
}
.parallax-img.parallax-img-header .parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15,19,10,0.65);
}
.parallax-img.parallax-img-header h1 {
    line-height: 310px;
    color: #fff;
}


.parallax-content {
    padding: 70px 0;
}
.parallax-content p {
    font-size: 20px;
    line-height: 1.5;
}
.parallax-content ol li {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 8px;
}

#para-img-1, .parallax-img.parallax-img-header {
    /*background-image: url(/assets/img/1.jpg);*/
    /*background-image: url(/assets/img/img_home_1920.jpg);*/
    background-image: url(/assets/img/coverphoto_pescaria_1.jpg);
}

#para-img-2 {
    background-image: url(/assets/img/2.jpg);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background-color: rgba(255,255,255,0.18);
    z-index: 100;
    transition: all .3s ease-in-out;
}
.header.sticky {
    height: 60px;
    /*background-color: #152214;*/
    background-color: rgba(255,255,255,1);
    box-shadow: 0 2px 13px 1px rgba(0,0,0, 0.1);
    -o-box-shadow: 0 2px 13px 1px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0 2px 13px 1px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0 2px 13px 1px rgba(0,0,0, 0.1);
}
#logo-img {height: 70px;}
.header.sticky #logo-img {height: 50px;}

.header .links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*font-family: 'Merriweather', serif;*/
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    margin-top: 20px;
}
.header.sticky .links ul {
    margin-top: 0px;
}
.header .links ul li {
    float: left;
}
.header .links ul li a {
    display: inline-block;
    color: #2E4115; /*#fff*/
    line-height: 50px;
    padding: 0 10px;
    text-decoration: none;
}
.header.sticky .links ul li a {
    line-height: 60px;
    /*color: #fff;*/
    color: #152214;
}

.header .links ul li a.active {
    color: #2E4115; /*#fff*/
}
.header.sticky .links ul li a.active {
    /*color: #fff;*/
    color: #152214;
}

.header .links ul li a:hover,
.header .links ul li a:hover span,
.header .links ul li a:focus,
.header .links ul li a:focus span {
    text-decoration: none;
}

.header .links ul li a:hover span,
.header .links ul li a.active span {
    display: inline-block;
    line-height: 34px;
    border-bottom: 1px solid #2E4115; /*#fff*/
}

.header.sticky .links ul li a:hover span,
.header.sticky .links ul li a.active span {
    border-color: #152214;
}

.header .header-logo {
    line-height: 90px;
}
.header .header-logo .logo-bagrovisko {
    font-size: 32px;
    color: #393c34;
}
.header .header-logo .logo-haj {
    font-size: 32px;
    font-weight: 700;
    color: #2e4115;
}

.header.sticky .header-logo {
    line-height: 60px;
}
.header.sticky .header-logo .logo-bagrovisko,
.header.sticky .header-logo .logo-haj {
    font-size: 28px;
}

section.pagename {
    background-color: #1a2111;
    color: #fff;
    margin-top: 60px;
}
section.pagename h1 {
    margin: 40px 0;
    font-size: 48px;
}


footer {
    /*
	background-color: #0f130a;
    color: #fff;
	*/
    background-color: #19180f;
    color: #939392;
    padding: 40px 0;
}
footer h1, footer h2, footer h3,
footer h4, footer h5, footer h6 {
    color: #535340;
    font-weight: 700;
    margin-bottom: 1em;
}
footer p {
    color: #939392;
}
.social-icon {
    font-size: 24px;
    color: #fff;
}

.gallery-item {
    position: relative;
    cursor: pointer;
}

.gallery-item-img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gallery-item-placeholder {
    padding-bottom: 110%;
}

#btn-menu {
    display: none;
    float: right;
    height: 60px;
    width: 60px;
}

.booking,
.body-admin,
.body-admin h1,
.body-admin h2,
.body-admin h3,
.body-admin h4,
.body-admin h5,
.body-admin h6 {
    font-family: 'Quicksand', sans-serif;
}
.body-admin h1 a,
.body-admin h2 a,
.body-admin h3 a,
.body-admin h4 a,
.body-admin h5 a,
.body-admin h6 a {
    color: inherit;
    text-decoration: none;
}
.body-admin h1 a:hover,
.body-admin h2 a:hover,
.body-admin h3 a:hover,
.body-admin h4 a:hover,
.body-admin h5 a:hover,
.body-admin h6 a:hover {
    text-decoration: underline;
}

.booking .form-label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

#calendar {
    /* border: 1px solid #eaeaea; */
}
#calendar .day-col {
    position: relative;
    float: left;
    width: calc(100% / 7);
    padding: 8px 0;
    border: 1px solid #fff;
    text-align: center;
}
#calendar .day-col.day-name {
    font-weight: 700;
    color: #9e9e9e;
    font-size: 14px;
}
#calendar .day-col.day-btn {
    cursor: pointer;
    border-radius: 3px;
}
#calendar .day-col.day-btn.active {
    border: 1px solid #0D6EFD;
    background-color: #0D6EFD;
    color: #fff;
}
#calendar .day-col.day-btn.sub-active {
    border: 1px solid #79affe;
    background-color: #79affe;
    color: #fff;
}
#calendar .day-col.day-btn:not(.disabled):not(.active):not(.sub-active):not(.disabled):hover {
    border: 1px solid #0D6EFD;
    color: #0D6EFD;
}
#calendar .day-col.day-btn.disabled {
    cursor: default;
    color: #9e9e9e;
    background-color: #fafafa;
}

@media (max-width:990px){
    body {
        padding-top: 60px;
    }
    #logo-img {height: 50px;}
    .header {
        height: 60px;
        background-color: rgba(255,255,255,1);
    }
    .header {
        box-shadow: 0 2px 13px 1px rgba(0,0,0, 0.1);
        -o-box-shadow: 0 2px 13px 1px rgba(0,0,0, 0.1);
        -moz-box-shadow: 0 2px 13px 1px rgba(0,0,0, 0.1);
        -webkit-box-shadow: 0 2px 13px 1px rgba(0,0,0, 0.1);
    }
    .header .header-logo,
    .header.sticky .header-logo {
        line-height: 60px;
    }
    .header .header-logo .logo-bagrovisko,
    .header.sticky .header-logo .logo-bagrovisko {
        font-size: 22px;
    }
    .header .header-logo .logo-haj,
    .header.sticky .header-logo .logo-haj {
        font-size: 22px;
    }

    #btn-menu {
        display: block;
        margin-right: -15px;
        text-align: center;
        line-height: 60px;
        font-size: 28px;
        cursor: pointer
    }
    .header .links ul, #menu {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        margin: 0;
        background-color: #151b0d;
    }

    #menu li {
        width: 100%;
    }

    .header .links ul li a,
    .header.sticky .links ul li a {
        display: inline-block;
        color: #fff;
        line-height: 50px;
        padding: 0 15px;
        width: 100%
    }

    .header .links ul li a.active,
    .header.sticky .links ul li a.active {
        color: #fff;
    }
    .header .links ul li a:hover span,
    .header .links ul li a.active span,
    .header.sticky .links ul li a:hover span,
    .header.sticky .links ul li a.active span {
        border: 0;
        font-weight: bold;
    }

    .parallax-content {
        padding: 30px 0;
    }
    #para-img-1 {
        height: 60vh;
        background-size: 140%;
        background-position: center 0;
    }
    .parallax-img.parallax-img-header {
        height: 260px;
        background-size: auto;
        background-position: initial;
    }
    .parallax-img.parallax-img-header h1 {
        line-height: 260px;
    }
    .body-prevadzkovy-poriadok .parallax-img.parallax-img-header h1 {
        font-size: 40px;
        line-height: 60px;
        margin-top: 95px;
    }

    h1 {
        font-size: 44px;
        margin: 0.5em 0 1em 0;
        font-weight: 700;
        line-height: 1.3;
    }

    .napiste-nam {
        margin-top: 50px;
    }
}
@media (min-width:450px) and (max-width:990px){
    .body-prevadzkovy-poriadok .parallax-img.parallax-img-header h1 {
        margin-top: 125px;
    }
}

@media (max-width:768px){
    #para-img-1 {
        background-size: 140%;
        height: 55vh;
    }
}

@media (max-width:500px){
    #para-img-1 {
        background-size: 140%;
        height: 30vh;
    }
}

