@import url("https://cs.cdn-upm.com/themes/bc9ba1d8-6045-11e9-b9db-525400080321/styles-112/sticky-fix.css");


/* WDRO?ENIA-2918 */
._start-newsletter-subscribe {
    display: none;
}


/* basic styles */

._buying-flow-image.size-large .img-responsive-bg, ._buying-flow-image.size-large .img-responsive-bg-cover {
width: 100%;
padding-bottom: 75%;
}

html, body {
    width: 100%;
}

body,
.theme-body {
    border: 25px solid white;
    border-top:0;
}

a {
    transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}

a, a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
}

input,
textarea,
button,
.btn {
    outline: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.widget h1 {
    margin-top: 0;
}

.container-home-centered {
    width: 1170px;
    max-width: 95%;
    padding: 0;
    background: transparent;
    text-align: center;
}

.container-home-centered h1 {
    font-size: 70px;
    line-height: 80px;
    margin: 230px 0 50px;
    font-weight: 700;
    color: #fff;
    text-shadow: 3px 3px 6px black;
}

/* naigation */

.brand img {
    position: absolute;
    padding: 0px;
    width: 200px;
}

.navbar-center .nav {
    text-align: right;
    font-size: 0;
    padding-left: 200px;
}

.navbar-center .nav > li {
    font-weight: 600;
    font-size: 14px;
}

.theme-navbar {
    border-radius: 0px;
    border-width: 0px;
    margin: 0px;
}

.theme-navbar li {
    position: relative;
}

.theme-navbar li a {
    position: relative;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
}

.theme-navbar li a::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    background: #e2011b;
    transition: all 0.25s;
    z-index: -1;
    -moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}

.theme-navbar li a:hover::before {
    height: 5px;
}

/* header */

.theme-home .theme-header {
    height: 100vh;
    max-height: 700px;
    background: url("https://cs.cdn-upm.com/themes/bc9ba1d8-6045-11e9-b9db-525400080321/assets-112/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.theme-gallery .theme-header,
.theme-booking .theme-header,
.theme-menu .theme-header {
    height: 400px;
    background: url("https://cs.cdn-upm.com/themes/bc9ba1d8-6045-11e9-b9db-525400080321/assets-112/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.delivery-check-restaurants-list h2 {
    font-size: 24px;
}

.see-menu {
    height: 0;
}

.see-menu a {
    position: relative;
    top: -220px;
    padding: 15px 25px;
    background: transparent;
    color: #ffffff !important;
    text-shadow: none;
    font-weight: 600;
    border: 5px solid #fff;
    border-radius: 0;
    letter-spacing: 3px;
    font-size: 24px;
}

.see-menu a:hover {
    background: #fff;
    color: #262626 !important;
}

.carousel-control, .carousel-indicators {
    display: none;
}

.container-home-centered .btn-upmenu {
    font-weight: 700;
    padding: 14px 21px;
}

/* about */

#about {
    padding: 100px 0;
}

#about p {
    font-size: 20px;
}

#about p.leading {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2px;
}

#about .separator {
    content: '';
    width: 250px;
    height: 2px;
    background: #e2011b;
    margin: 20px auto 20px;
}

.parallax-1 {
    height: 500px;
    background: url("https://cs.cdn-upm.com/themes/bc9ba1d8-6045-11e9-b9db-525400080321/assets-112/parallax1.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* gallery page */

.gallery {
    padding: 50px 0;
}

.gallery .theme-gallery {
    margin-bottom: 30px;
}

.gallery a {
    content: '';
    display: block;
    width: 100%;
}

.gallery a > div {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center center;
}

/* menu? */

#menu {
    padding: 100px 0;
}

#menu h1 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 500;
}

#menu h1 br {
    display: none;
}

#menu h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e2011b;
    margin-top: 10px;
    margin-bottom: 20px;
}

.theme-product-group-name {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.theme-content-padding-lg {
    padding: 30px 60px;
}

.theme-categories-wrapper {
    padding: 5px 0 0;
}

.theme-categories-wrapper li a, .theme-categories-wrapper .dropdown.open a {
    font-weight: 500;
}

.theme-content {
    margin-top: 0px;
}

.theme-contact .theme-content-no-padding {
    margin-top: -100px;
    margin-bottom: 100px;
}

.theme-product {
    padding-bottom: 0;
}

#_check-delivery {
    position: relative;
    top: 5px;
}

.parallax-2 {
    height: 500px;
    background: url("https://cs.cdn-upm.com/themes/bc9ba1d8-6045-11e9-b9db-525400080321/assets-112/parallax2.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* contact */

#contact {
    background: #f2f2f2;
    padding: 100px 0 0;
}

#contact .theme-content {
    background: #f2f2f2;
}

#contact h1 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 500;
}

#contact h1 br {
    display: none;
}

#contact h1::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e2011b;
    margin-top: 10px;
    margin-bottom: 20px;
}

.theme-paragraph-with-icon {
    font-size: 20px;
}

.theme-footer-powered-by {
    display: none;
}

footer .theme-footer-powered-by {
    display: block;
}

@media(max-width: 991px) {
    .theme-navbar li a {
        letter-spacing: 0;
    }
}

@media(max-width: 767px) {
    
    .theme-gallery .theme-header, .theme-booking .theme-header, .theme-menu .theme-header {
        height: 600px;
    }
    
    .see-menu a {
        top: -150px;
        padding: 15px 20px;
        border: 5px solid #fff;
        letter-spacing: 0;
        font-size: 25px;
    }
    
    .theme-navbar li a::before {
        display: none;
    }
    
    .container-home-centered h1 {
        font-size: 40px;
        line-height: 45px;
        margin-top: 120px;
    }
    
    .navbar-center .nav {
        text-align: center;
    }
    
    .navbar-toggle {
        margin-right: 0;
    }
    
    .theme-content-padding-lg {
        padding: 20px;
    }
    
    .brand img {
        position: relative;
    }
    
    #delivery-check-form {
        margin: 0px 0px 0px 0px!important;
    }
    
    #_delivery-check-form-map {
        max-width: 100%;
    }
}