﻿html, body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .onlineOrderDiv {
        color: #fff;
        border: 1px solid rgba(0,0,0,0.1);
        font-size: 16px;
        width: 96px;
        text-align: center;
        line-height: 1.2;
        height: 44px;
        display: flex;
        align-items: flex-end;
        border-radius: 5px;
        justify-content: center;
    }

    .onlineOrderButton {
        color: #fff;
        align-self: center;
    }

    .navbarContainer {
        display: flex;
        align-items: center;
        max-width: 100%;
        justify-content: space-between;
        margin-left: 16px;
        margin-right: 16px;
    }

    .navbar-expand-lg {
        height: 60px;
        padding: 0;
        background-color: #fff;
    }

    .nav-item {
        border-bottom: 1px solid rgba(25,25,25,0.1);
    }

    /*.navbar-toggler {
        padding: 3px;
        width: 40px;
        height: 40px;
    }*/
    .navbar-toggler {
        /*position: absolute;*/
        padding: 3px;
        width: 40px;
        height: 40px;
        text-align:center;
        /*top: 25px;
        left: 0;*/
        z-index: 1;
    }
}

@media only screen and (min-width: 992px) {
    .dropdown-container {
        margin-right: 0 !important;
    }

    .onlineOrderDiv {
        color: #fff;
        border: 1px solid rgba(0,0,0,0.1);
        font-size: 20px;
        text-align: center;
        line-height: 1.2;
        display: flex;
        align-items: center;
        border-radius: 5px;
        z-index: 5;
        padding: 0px;

    }
    .onlineOrderButton {
        color:#fff;
            min-width: 197px;
	background: #d63315;
	border-color: #f1baaf;
	padding: 18px 20px;
    }    

        .onlineOrderButton:hover {
            color:#fff;
            text-decoration:none;
        }
        .navbar-expand-lg {
        height: 110px;
        padding: 0;
        background-color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-indicators
    {
        z-index:1 !important;
    }
    .categoriesaccordion {
        display: none !important;
    }
    .navbarSearch {
        display: none !important;
    }
    .map-block {
        height: 400px;
    }
    .categoriesButton{
        display:block !important;
        margin-left:10px;
        cursor:pointer;
    }
    .dropdown-content{
        max-height:200px;
        overflow:scroll;
    }
    .companylogo {
        max-height: 50px !important;
        max-width: 100px;
        height: auto;
    }
}

@media only screen and (max-width: 990px) {

    .nav-item {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 645px) {

    .contactinfo {
        font-size: 20px !important;
    }

    .title {
        font-size: 12px !important;
    }

    .home_address {
        font-size: 16px !important;
    }

    .navOrder {       
        order: 2 !important;
    }
}

@media only screen and (max-width: 360px) {

    .onlineOrderDiv {
        width: 75px;
    }
}
@media only screen and (max-width: 1020px) {
    .item .info ul li {
      
        width:100% !important;
        
    }
    .headerReservation{
        display:none !important;
    }
   
    
    }

    .onlineorder {
        border: 3px solid #fff;
        background: #f32a2a;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        color: #fff;
        position: fixed;
    }

    .orderLinkDiv {
        display: flex;
        justify-content: center;
        margin-top: 15%;
    }

    .homePageOrderLink {
        background-color: #84C446;
        color: #fff;
        border: 1px solid rgba(0,0,0,0.1);
        font-size: 16px;
        padding: 20px;
        border-radius: 5px;
        text-decoration: none;
    }

    .onlineorder span {
        display: block;
        text-align: center;
        width: 50%;
        margin: auto;
        margin-top: 30px;
        font-size: 22px;
        line-height: 1.2;
        color: #fff;
    }

    .dropdown .dropdown-toggle {
        display:flex;
        align-items:center;
        padding: 5px 10px;
        border-radius: 4px;
        -webkit-border-radius: 2px;
    }

.dropdown-item{
    display:flex;
    align-items:center;
}

.navbar-top {
    height: 105px;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.nav-link{
    font-weight:800;
}

.dropdown-container {
    align-self: center;
    margin-right: 10px !important;
}

    .contactinfo {
        font-size: 40px;
        color: #000;
        margin-left: 10px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
        font-weight: 400;
    }

    .contactTitle {
        text-align: center;
        color: #313d48;
        margin-top: 28px !important;
        margin-bottom: 28px;
    }

    .title {
        font-size: 15px;
        font-weight: normal;
        color: #f32a2a;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .contentPageTitle {
        text-align: center;
        color: #313d48;
        font-size: 3.1rem;
        margin-top: 28px;
        margin-bottom: 20px;
    }

        .contentPageTitle h1 {
            font-size: 3.1rem;
            font-weight: 700;
        }

    .home_address {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
    }



    .navbar-botttom {
        width: 100%;
        background-color: #fff;
    }

    #navbarNav {
        z-index: 1;
    }

    .menu-list {
        font: Semibold 14px/19px Open Sans;
        letter-spacing: 0;
        color: #888888;
        opacity: 1;
    }

    #content {
        background-color: #fff;
        min-height: 400px;
        padding: 16px;
    }

        #content h1, h2, h3, h4 {
            letter-spacing: 0;
            opacity: 1;
            margin-top:50px;
            margin-bottom:50px;
        }

        #content p {
            padding-bottom: 0;
            margin-top: 12px;
        }

    .contentImage {
        width: 100%;
        height: 300px;       
        object-fit: cover;
    }

    .nav-item {
        line-height: 80px;
        font-size: 1rem;
        font-weight: 600;
    }

        .nav-item a:hover {
            color: #d93100 !important;
            border-top: 4px solid #d93100;
        }

        .nav-item a {
            border-top: 4px solid transparent;
        }

    .content_text h1 {
        font-size: 26px;
        color: #313d48;
        margin-top: 0px;
        text-transform: uppercase;
        padding-bottom: 12px;
        letter-spacing: 1px;
    }

    .address {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 32px;
        margin: 0;
        color: #535353;
    }

    .content_text h2 {
        font-size: 16px;
        color: #535353;
        font-weight: normal;
    }

    .address i {
        color: #009846;
        font-size: 26px;
    }

    .phone {
        font-size: 15px;
        color: #535353;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 32px;
        margin: 10px 15px 10px 0px;
    }

        .phone i {
            color: #009846;
            font-size: 24px;
            text-transform: uppercase;
        }

    .navbarPosition {
        position: absolute;
        top: 60px;
        right: 0;
        background-color: #fff;
        width: 100%;
    }

    a.mail-text:hover {
        color: #A33722;
        text-decoration: none;
    }

    a.mail-text {
        font-size: 15px;
        text-decoration: none;
        line-height: 32px;
        font-weight: normal;
        letter-spacing: 1px;
        color: #535353;
        text-transform: uppercase;
    }

    .mail-text i {
        margin-right: 10px;
        font-size: 20px;
        color: #009846;
    }

    .ffooter {
        background: #fff !important;
    }

    .banner {
        position: relative;
        height: 100vh;
        z-index: -1;
        margin-top: 87px;
    }

    .banner-area {
        /*padding: 150px 0;*/
    }

        .banner-area .info {
            max-width: 470px;
            padding: 5px 20px 10px 0px;
            margin-bottom: 25px;
            background: #fff;
            border-left: 5px solid #D93100;
            border-radius: 5px;
            -webkit-border-radius: 5px;
        }

            .banner-area .info h4 {
                font-size: 18px;
                font-weight: 700;
                margin-bottom: 10px;
                margin-left: 65px;
                letter-spacing: 0;
                color: #3F3F3F;
                margin-top:5px;
            }

            .banner-area .info ul li {
                font-size: 16px;
                /*line-height:25px;*/
            }

                .banner-area .info ul li a {
                    color: #6C6C6C;
                }
                    .banner-area .info ul li a i {
                        color: #F49F90;
                    }
    .banner figure img {
        width: 100%;
        height: 100%;
    }

    .banner-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .banner-content-wrap {
        display: table;
        width: 100%;
        height: 100%;
    }


    .item .info {
        max-width: 470px;
        padding: 20px;
        margin-bottom: 25px;
        background: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .item .info h4 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
            margin-left: 70px;
            letter-spacing: 0;
            color: #3F3F3F;
            opacity: 1;
        }

        .item .info ul li {
            font-size: 16px;
            width: 500px;
            line-height: 25px;
        }
         

            .item .info ul li a {
                color: #6C6C6C;
              
            }

        .item .info ul {
            list-style: none;
        }

            .item .info ul li i {
                color: #F49F90;
                opacity: 1;
            }


.image-content {
    max-width: 1920px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#000;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
    font-size: 14px;
    padding-left: 35px;
    background-color: #F7F7F8 !important;
    background-image: url(/Templates/newyork/assets/img/ic-search.png);
    background-position: 10px 11px;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    line-height: 2;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    font-size: 14px;
    padding-left: 35px;
    border: none;
    background-image: url(/Templates/newyork/assets/img/ic-search.png);
    background-position: 10px 11px;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    line-height: 2;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}



.titleimage {
    color: #fff !important;
    opacity: 1;
    font-size: 50px;
    align-self: flex-end;
    margin-bottom: 70px;
}

.navOrder {
    flex-grow: 0;
    order: 1;
}

/*FOOTER*/

.footer {
    width: 100%;
    background-color: #5b5a56;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-column:first-child {
    border-left: none;
    text-align: center;
}

.footer-column {
    border-left: 1px solid #fff;
}

    .footer-column a {
        display: block;
        color: #fff;
    }

.powerd-by-restajet {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.buttons{
    display:flex;
    align-items:center;
}

#welcome2 {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    opacity: 1;
    margin-left: 30px;
}

#welcome1 {
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 8px;
    margin-left: 30px;
    letter-spacing: 0;
    color: #888888;
    opacity: 1;
}

#welcome {
    background: #F9F9F9;
    width: 181px;
    height: 66px;
}

.right-top-head {
    display: flex;
    align-items: center;
}

.headerRight {
    align-items: center;
    justify-content: center;
}

.navbarSearch {
    text-align: right;
    flex-shrink: 0;
    display:block;
}

.categoriesAccordion {
    display: flex;
    align-items: center;
    padding: 10px 0
}