@import url("//cdn.upmenu.com/static/themes/6c12432e-7489-11e4-ac27-00163edcb8a0/styles-236/sticky-fix.css");
/* body */

input,
textarea {
    border-radius: 0 !important;
}

.theme-home {
    background: url(//cdn.upmenu.com/static/themes/6c12432e-7489-11e4-ac27-00163edcb8a0/assets-236/background-3.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* header */

.theme-menu-page header {
    background: url(//cdn.upmenu.com/static/themes/6c12432e-7489-11e4-ac27-00163edcb8a0/assets-236/background-2.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
}

.margin-offset {
    margin-top: -100px;
    background: #000;
}

.brand img {
    width: 250px;
}

.theme-navbar-nav a {
    text-transform: uppercase;
}

.navbar-center .nav {
    text-align: right;
    margin-top: 6px;
}

.theme-navbar li a {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 24px;
}

.theme-navbar li a.active {
    font-weight: 800;
}

/* home */

.theme-home {
    text-align: center;
}

.home-content {
    padding: 100px 0;
}

.home-content img {
    width: 600px;
    max-width: 100%;
    height: auto !important;
}

.home-content p {
    font-size: 36px;
    text-shadow: 3px 3px 3px black;
    font-weight: 500;
}

.home-content a {
    display: block;
    width: 250px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 50px auto 0;
    padding: 24px 30px;
    border-radius: 3px;
    background: #8cae18;
    background: -moz-radial-gradient(center, ellipse cover, #bec100 0%, #8cae18 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #bec100 0%,#8cae18 100%);
    background: radial-gradient(ellipse at center, #bec100 0%,#8cae18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec100', endColorstr='#8cae18',GradientType=1 );
}

.home-content a:hover {
    text-decoration: none;
}

.home-content a.home-phone {
    display: inline-block;
    background: none;
    font-size: 30px;
    width: auto;
    margin-top: 0;
    text-shadow: 3px 3px 3px black;
}

.home-content a.home-phone:hover {
    color: #bec100;
}

.home-content a.home-phone i {
    padding-right: 20px;
}

.home-content span {
    display: block;
    text-shadow: 2px 3px 2px black;
    font-size: 18px;
    font-weight: 500;
    margin: 10px auto 0;
    max-width: 250px;
}

/* restaurants */

#delivery-check-form h2 {
    color: #000;
}

.list-group-item._restaurant {
    border-radius: 0;
}

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

#_delivery-check-form-map {
    width: auto !important;
}

/* menu */

.menu-contact-data {
    padding: 25px 50px;
    font-size: 18px;
    line-height: 2;
}

.theme-categories-wrapper li a {
    text-transform: uppercase;
}

.theme-categories-wrapper li.active a {
    font-weight: 800;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.theme-product-group {
    background: #8cae18;
    background: -moz-radial-gradient(center, ellipse cover, #bec100 0%, #8cae18 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #bec100 0%,#8cae18 100%);
    background: radial-gradient(ellipse at center, #bec100 0%,#8cae18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec100', endColorstr='#8cae18',GradientType=1 );
}

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

.theme-product-center .theme-plus-btn {
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.theme-plus-btn:hover {
    color: #bec100 !important;
}

.theme-product-name {
    text-transform: uppercase;
}

.theme-add-to-cart {
    font-weight: 800;
}

.img-responsive-bg {
    /*background-color: #fff;*/
    background-size: contain !important;
    background-repeat: no-repeat;
}

.theme-product-center .theme-product-desc {
    max-height: 71px;
}

.modal .theme-product-name {
    color: #262626;
}

.modal .theme-product-desc {
    color: #262626;
}

.modal .theme-add-to-cart {
    color: #262626;
}

.modal .theme-plus-btn {
    background: #8cae18;
    border: 2px solid #8cae18;
}

.modal .theme-plus-btn:hover {
    background: #fff;
}

.menu-pdf {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 10px auto 0;
    padding: 15px 20px;
    border-radius: 3px;
    background: #8cae18;
    background: -moz-radial-gradient(center, ellipse cover, #bec100 0%, #8cae18 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #bec100 0%,#8cae18 100%);
    background: radial-gradient(ellipse at center, #bec100 0%,#8cae18 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec100', endColorstr='#8cae18',GradientType=1 );
}

/* catering */

.catering-content {
    font-size: 18px;
}

.catering-content img {
    max-width: 100%;
    border: 5px solid #fff;
}

.catering-content .padding-top {
    padding-top: 20px;
}

.catering-content p.bigger {
    font-size: 30px;
    margin-top: 100px;
}

/* app */

.app-content {
    padding-top: 200px;
    padding-bottom: 100px;
}

.border-row {
    border: 1px solid #fff;
}

.app-content-image {
    margin-top: -150px;
    margin-bottom: -50px;
}

.app-content-image img {
    display: inline-block;
    max-width: 100%;
}

.app-info {
    margin-top: 60px;
}

.app-info p {
    font-size: 18px;
}

/* contact */

.contact-restaurants-page .flex {
    display: flex;
    flex-wrap: wrap;
}

.contact-restaurants-page .border-row {
    position: relative;
    height: 100%;
    padding-bottom: 75px;
    margin-bottom: 20px;
}

.contact-restaurants-page .border-row span {
    display: block;
    font-size: 20px;
}

.contact-restaurants-page .border-row p {
    font-size: 20px;
    margin-top: 20px;
}

.contact-restaurants-page .border-row p {
    font-size: 20px;
    margin-top: 20px;
}

.contact-restaurants-page .border-row a.contact-link {
    position: absolute;
    font-size: 20px;
    bottom: 20px;
    left: 50%;
    background: #8cae18;
    color: #fff;
    padding: 15px 30px;
    border-radius: 3px;
    transform: translateX(-50%);
}

.contact-restaurants-page .border-row a.contact-link:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .catering-content p.bigger {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .theme-navbar {
        font-size: 12px;
    }
    
    .catering-content {
        font-size: 14px;
    }
    
    .catering-content h3 {
        font-size: 18px;
    }
    
    .catering-content ul {
        padding-left: 20px;
    }
    
    .catering-content p.bigger {
        font-size: 26px;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        margin-right: 0;
    }
    
    .theme-navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    
    .navbar-center .nav {
        text-align: center;
    }
    
    .home-content p {
        font-size: 26px;
    }
    
    .catering-content p.bigger {
        margin-top: 0;
    }
    
    .app-content {
        padding-bottom: 0;
    }
    
    .border-row {
        border: none;
    }
    
    .app-info {
        margin-top: 100px;
    }
}

@media (max-width: 480px) {
    .theme-product-box-col {
        width: 100%;
    }
    
    .theme-product-group-name {
        font-size: 20px;
    }
}