#_theme-modals-carousel {
    height: auto !important;
}

.theme-flag-en, .theme-flag-pl {
    width: 16px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

.theme-content-no-padding {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
}

.theme-content-padding-lg {
    width: auto;
}

.btn {
    font-family: Amatic SC;
    font-size: 22px;
    font-weight: 700;
    padding: 0px;
}
.theme-plus {
    background: #fff;
    color: #000;
    font-size: 12px;
    font-family: Arial;
    margin-left: 1px !important;
}

.btn-upmenu {
    border: 2px solid #edb331;
}

.flex-nocenter {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

body.home-page {
    overflow-x: hidden;
}

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

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

.modal-body h3 {
    color: #111;
}

h4 {
    font-weight: 700;
}

p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
}

label {
    font-weight: 400;
}

.dropdown-menu {
    font-family: "Roboto", sans-serif;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

/* header */

.brand {
    float: left;
}

.brand img {
    width: 250px;
}

.theme-navbar {
    font-weight: 700;
}

.navbar-toggle {
    border: 1px solid #f3c044;
    margin-right: 0;
}

.theme-navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-center .nav {
    text-align: left;
}

.theme-navbar li.nav-about a:hover {
    color: #fbac18;
}

.theme-navbar li.nav-gallery a:hover {
    color: #2ca3dc;
}

.theme-navbar li.nav-menu a:hover {
    color: #f36c21;
}

.theme-navbar li.nav-order a:hover {
    color: #ec008c;
}

.theme-navbar li.nav-shisha a:hover {
    color: #1fe830;
}

.theme-navbar li.nav-contact a:hover {
    color: #e60e0e;
}

.header-text a {
    color: #fff;
}

.header-text a.phone-nbr {
    color: #f3c044;
    font-weight: 400;
}

.theme-logo {
    position: relative;
}

.theme-header .header-text {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding-top: 25px;
}

.facebook-with-icon {
    position: relative;
    right: 5px;
}

.facebook-with-icon::before {
    content: "\f09a";
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 20px;
    color: #111;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: -1px;
    right: 2px;
    padding-right: 9px;
    padding-top: 1px;
}

/* carousel */

.theme-home-body .carousel-img {
    background-size: cover;
}

.carousel {
    height: 500px;
    /*overflow: hidden;*/
    padding: 10px 11px;
    margin: 0 10px;
    border: 11px solid #fff;
}

/*.carousel-content::before {
    content: url(https://cs.cdn-upm.com/themes/c47ed24e-b672-11e6-9d08-525400841de1/assets-104/bottom-left.png);
    position: absolute;
    left: -23px;
    bottom: -115px;
    z-index: 1;
}

.carousel-content::after {
    content: url(https://cs.cdn-upm.com/themes/c47ed24e-b672-11e6-9d08-525400841de1/assets-104/top-right.png);
    position: absolute;
    right: -6px;
    top: -84px;
    z-index: 1;
}*/

/*.carousel-inner {
    border: 2px solid #fff;
}*/

.carousel-img {
    height: 458px;
    background-size: cover;
    background-position: center center;
 
}

.carousel-indicators {
    bottom: -8px;
    display: none;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 0;
    margin: 3px 10px;
    background-color: #fff;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.carousel-indicators li:hover {
    background-color: #f3c044;
}

.carousel-indicators li.active {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0px 7px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -130px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -130px;
}

.carousel-control {
    opacity: 1;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

/* home-content info */

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

.home-content-info {
    position: relative;
    margin: 15px;
    padding: 35px;
}

.home-content-info span {
    font-size: 20px;
}

.home-content-info img {
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 30px;
    opacity: .7;
}

.home-content-info.big-info {
    margin: 0 0 0 10px;
    padding: 35px;
}

.home-content-info.big-info .info-container {
    padding: 10px;
}

.home-content-info a.ghost-btn {
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 10px 30px;
    margin: 90px 0 0;
    border-radius: 2px;
    background: #1da729;
    font-family: Amatic SC;
    font-size: 30px;
    font-weight: 700;
}

.home-content-info a.ghost-btn:hover {
    background: #208028;
}

.home-content-info a.ghost-btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -7px;
    bottom: -7px;
    background: transparent;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.home-content-info a.ghost-btn-2 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 10px 30px;
    margin: 75px 0 0;
    border-radius: 2px;
    width: 185px;
    background: #1da729;
    font-family: Amatic SC;
    font-size: 30px;
    font-weight: 700;
}

.home-content-info a.ghost-btn-2:hover {
    background: #208028;
}

.home-content-info a.ghost-btn-2::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -7px;
    bottom: -7px;
    background: transparent;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

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

.app-info a {
    display: inline-block;
    margin: 20px 20px 0;
}

/* restaurants */

.list-group-item h2 {
    font-size: 20px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.modal-content h2 {
    color: #111;
    font-size: 30px;
}

input.form-control {
    font-weight: 600;
    border-radius: 0;
}

#_check-delivery {
    position: relative;
    top: 5px;
    background: #f3c044;
    padding: 0;
}

/* context frame */

.context-holder > .container {
    position: relative;
}

.context-holder .theme-content {
    margin: 35px 20px;
    border: 2px solid #f3c044;
    width: auto;
}

h4.theme-paragraph-with-icon {
    padding-left: 0;
}

.theme-restaurant-context i {
    display: none;
}

.theme-restaurant-context-nav ul {
    padding: 0;
}

.theme-restaurant-context-nav ul li a.active {
    color: #edb331;
}

.theme-paragraph-with-icon {
    padding-left: 0;
}

.theme-restaurant-context small {
    word-break: break-all;
}

/* menu page */

.menu-images {
    padding: 50px 0;
    text-align: center;
}

.menu-images img {
    max-width: 100%;
    margin: 0 0 30px;
}

.menu-images a {
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding: 10px 30px;
    margin: 20px 0 0;
    border-radius: 2px;
    background: #2ca2db;
    font-family: Amatic SC;
    font-size: 30px;
    font-weight: 700;
}

.menu-images a:hover {
    background: #2d83ad;
}

.menu-images a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -7px;
    bottom: -7px;
    background: transparent;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

/* order page */

.menu-page .theme-plus-btn {
    border: 2px solid #fff;
    border-radius: 0;
}

.theme-product-group-name {
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.theme-product-center img {
    border: 5px solid #ffffff;
}

.theme-add-to-cart {
    color: #fff;
    font-weight: 600;
}

.theme-product-group-desc {
    display: block;
    margin-top: 15px;
    color: #fff;
}

.theme-product-attribute {
    background-color: #111111;
    color: #f3c044;
}

#_start-login-forgot-password,
#_start-registration {
    color: #080808;
}

#_start-login-forgot-password:hover,
#_start-registration:hover {
    color: #edb331;
}

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

.theme-product-name {
    font-family: Amatic SC;
    font-weight: 700;
}

.theme-add-to-cart {
    font-family: Amatic SC;
    font-weight: 700;
}

.theme-add-to-cart .btn {
    font-size: 30px;
}

._start-order i {
    display: none;
}

._start-order {
    padding: 5px;
}

.btn-upmenu._start-order {
    color: #fff !important;
}

.modal-content .btn {
    padding: 6px 15px;
}

#pg-ece95997-b67c-11e6-9d08-525400841de1 .theme-product-group-name {
    color: #9add58;
}

#pg-3c974d44-b67f-11e6-9d08-525400841de1 .theme-product-group-name {
    color: #9add58;
}

#pg-80d7afef-b681-11e6-9d08-525400841de1 .theme-product-group-name {
    color: #2ac2e7;
}

.theme-cart-delivery-type input:checked + label {
    background: #f3c044;
    color: #111;
}

/* about page */

/* gallery page */

.gallery {
    padding: 50px 0;
}

.choose-gallery {
    position: relative;
    margin-top: 40px;
    margin-bottom: 90px;
}

.choose-gallery.left::before {
    content: url(https://cs.cdn-upm.com/themes/c47ed24e-b672-11e6-9d08-525400841de1/assets-104/bottom-left.png);
    position: absolute;
    left: -33px;
    bottom: -115px;
    z-index: 1;
}

.choose-gallery.right::after {
    content: url(https://cs.cdn-upm.com/themes/c47ed24e-b672-11e6-9d08-525400841de1/assets-104/top-right-2.png);
    position: absolute;
    right: -33px;
    top: -67px;
    z-index: 1;
}

.choose-gallery .gallery-bg {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
}

.choose-gallery a {
    content: '';
    display: block;
    position: absolute;
    margin: 25px 15px 0 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.choose-gallery .border {
    border: 11px solid #fff;
    padding: 10px 11px;
}

.choose-gallery.left span {
    font-family: Amatic SC;
    font-size: 30px;
    padding: 3px 40px;
    background: #2ca3dc;
}

.choose-gallery.right span {
    font-family: Amatic SC;
    font-size: 30px;
    font-weight: 700;
    padding: 3px 40px;
    background: #ec008c;
}

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

.theme-gallery a {
    content: '';
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px;
}

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

/* shisha page */

.shisha-images {
    padding: 50px 0;
    text-align: center;
}

.shisha-images img {
    max-width: 100%;
}

.shisha-images h2 {
    margin-bottom: 50px;
    padding: 0 30px;
}

/* contact page */

.contact-page .btn {
    padding: 7px 15px;
    color: #fff !important;
}    

.contact-page .btn._newsletter-subscribe-form-submit {
    color: #111 !important;
}

.theme-contact-map-canvas {
    margin: 20px 5px 0;
    border: 5px solid #fff;
}

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

h3.theme-paragraph-with-icon i {
    display: none;
}

textarea.form-control {
    border-radius: 0;
    font-weight: 600;
    color: #080808;
}

#_contact-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px dashed #fff;
    color: #fff;
}

#_contact-form textarea {
    background-color: transparent;
    border: 1px dashed #fff;
    color: #fff;
    min-height: 100px;
}

/* footer */

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

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

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

@media (max-width: 1199px) {
    .nav-pills li a {
        margin: 0 10px;
    }
}

@media (max-width: 991px) {
    .theme-navbar {
        font-size: 20px;
    }
    
    .carousel-indicators li {
        margin: 3px 5px;
    }
    
    .carousel-indicators li.active {
        margin: 0px 2px;
    }
    
    .restaurant-block span {
        min-height: 50px;
    }
    
    .cart-wrapper {
        font-size: 12px;
        padding: 5px !important;
    }
    
    .home-content-info a.ghost-btn {
        margin: 0;
    }
    
    .home-content-info a.ghost-btn-2 {
        margin: 0;
    }
}

@media (max-width: 767px) {
    
    h2 {
        font-size: 30px;
    }
    
    .brand {
        float: none;
    }
    
    .home-content {
        padding: 0;
    }
    
    .theme-logo {
        margin: 0 auto;
        padding-top: 170px;
    }
    
    .navbar-center .nav {
        text-align: center;
    }
    
    .theme-header .header-text {
        left: 0;
        font-size: 21px;
    }
    
    .carousel {
        padding: 0;
        margin: 0;
        height: 318px;
    }
    
    .carousel-img {
        height: 296px;
    }
    
    .carousel-content::before {
        display: none;
    }
    
    .carousel-content::after {
        display: none;
    }
    
    .carousel-control.left {
        height: 296px;
        top: 2px;
        left: 2px;
        bottom: 2px;
    }
    
    .carousel-control.right {
        height: 296px;
        top: 2px;
        right: 2px;
        bottom: 2px;
    }
    
    .carousel-control span {
        top: 45% !important;
    }
    
    .home-content-info.big-info {
        margin: 0;
        padding: 10px;
    }
    
    .frame-holder {
        padding: 5px;
    }
    
    .app-content-image img {
        max-width: 300px;
    }
    
    .menu .theme-categories-wrapper {
        padding: 20px;    
    }
    
    .theme-product-group-name {
        font-size: 30px;
    }
    
    .theme-product-name {
        font-size: 26px;
    }
    
    .choose-gallery.left::before {
        display: none;
    }
    
    .choose-gallery.right::after {
        display: none;
    }
}