body {
    font-family: 'Muli',sans-serif;
    letter-spacing: 1px;
    overflow-x: hidden;
}

::selection {
    color: #FD0002;
    background: #009;
}

::-moz-selection {
    color: #FD0002;
    background: #009;
}

a:hover, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}

#jpreOverlay {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#jSplash {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999997;
}

#jpreSlide {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
}

#jpreLoader {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
}

#jprePercentage {
    width: 50px;
    height: 50px !important;
    line-height: 50px;
    position: absolute !important;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: 25px 0 0 -20px;
    z-index: 999998;
    font-size: 16px;
    color: #454545;
    font-weight: 500;
    -webkit-animation: fadeIn 1s infinite forwards;
    -moz-animation: fadeIn 1s infinite forwards;
    -ms-animation: fadeIn 1s infinite forwards;
    -o-animation: fadeIn 1s infinite forwards;
    animation: fadeIn 1s infinite forwards;
}

.cube {
    background-color: #fc4225;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-animation: cubemove 4s infinite ease-in-out;
    -moz-animation: cubemove 4s infinite ease-in-out;
    -o-animation: cubemove 4s infinite ease-in-out;
    animation: cubemove 4s infinite;
}

@-webkit-keyframes cubemove {
    35% {
        -webkit-transform: scale(0.005);
    }

    50% {
        -webkit-transform: scale(1.7);
    }

    65% {
        -webkit-transform: scale(0.005);
    }
}

@-moz-keyframes cubemove {
    35% {
        -moz-transform: scale(0.005);
    }

    50% {
        -moz-transform: scale(1.7);
    }

    65% {
        -moz-transform: scale(0.005);
    }

    35% {
        -moz-transform: scale(0.005);
    }

    50% {
        -moz-transform: scale(1.7);
    }

    65% {
        -moz-transform: scale(0.005);
    }
}

.cube1 {
    left: 14px;
    top: 0;
    -webkit-animation-delay: .2s;
    animation-delay: .1s;
}

.cube2 {
    left: 28px;
    top: 0;
    -webkit-animation-delay: .4s;
    animation-delay: .2s;
}

.cube3 {
    left: 42px;
    top: 0;
    -webkit-animation-delay: .6s;
    animation-delay: .3s;
}

.cube4 {
    left: 0;
    top: 14px;
    -webkit-animation-delay: .2s;
    animation-delay: .1s;
}

.cube5 {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: .4s;
    animation-delay: .2s;
}

.cube6 {
    left: 28px;
    top: 14px;
    -webkit-animation-delay: .6s;
    animation-delay: .3s;
}

.cube7 {
    left: 42px;
    top: 14px;
    -webkit-animation-delay: .8s;
    animation-delay: .4s;
}

.cube8 {
    left: 0;
    top: 28px;
    -webkit-animation-delay: .4s;
    animation-delay: .2s;
}

.cube9 {
    left: 14px;
    top: 28px;
    -webkit-animation-delay: .6s;
    animation-delay: .3s;
}

.cube10 {
    left: 28px;
    top: 28px;
    -webkit-animation-delay: .8s;
    animation-delay: .4s;
}

.cube11 {
    left: 42px;
    top: 28px;
    -webkit-animation-delay: 1s;
    animation-delay: .5s;
}

.cube12 {
    left: 0;
    top: 42px;
    -webkit-animation-delay: .6s;
    animation-delay: .3s;
}

.cube13 {
    left: 14px;
    top: 42px;
    -webkit-animation-delay: .8s;
    animation-delay: .4s;
}

.cube14 {
    left: 28px;
    top: 42px;
    -webkit-animation-delay: 1s;
    animation-delay: .5s;
}

.cube15 {
    left: 42px;
    top: 42px;
    -webkit-animation-delay: 1.2s;
    animation-delay: .6s;
}

.spinner {
    width: 100px;
    height: 100px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}

h1 {
    font-family: 'Muli',sans-serif;
    font-size: 45px;
    color: #222;
    font-weight: 300;
    line-height: 48px;
    margin: 0;
}

h2 {
    font-family: 'Muli',sans-serif;
    font-size: 45px;
    color: #222;
    font-weight: 300;
    line-height: 48px;
    margin: 0;
}

h4 {
    font-family: 'Muli',sans-serif;
    font-size: 28px;
    color: #222;
    font-weight: 300;
}

.tag {
    font-size: 14px;
    color: #212121;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 0;
}

p {
    font-size: 16px;
    color: #212121;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 24px;
}

.row {
    margin-bottom: 0;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

hr {
    border-color: rgba(255,255,255,.3);
}

.hr-line {
    height: 1px;
    position: relative;
    width: 28%;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-0%);
    -webkit-transform: translateX(-50%) translateY(-0%);
    -moz-transform: translateX(-50%) translateY(-0%);
    -ms-transform: translateX(-50%) translateY(-0%);
    margin: 30px 0;
}

    .hr-line i {
        position: relative;
        top: -25px;
        font-size: 32px;
        color: #fc4225;
    }

.divider {
    color: #ccc;
    width: 70%;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}

.hr-line:before, .hr-line:after {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid #ccc;
    margin: 0 2% 0 -55%;
}

.hr-line:after {
    margin: 0 -55% 0 2%;
}

.whitebg {
    background: #fff;
    padding: 50px 0;
}

.whitebg-top {
    background: #fff;
    padding: 20px 0 40px;
}

.graybg {
    background: #f5f5f5;
    padding: 80px 0;
}

.gallerybg, .spliderbg {
    background-blend-mode: overlay;
    background: #cd2a19;
    vertical-align: middle;
    padding-top: 60px;
}

.graybg .hr-line i {
    background: #f5f5f5;
}

.gallerybg .hr-line i, .spliderbg .hr-line i {
    background: #32353a;
}

.colorbg {
    background: url(../images/home/flag.jpg) center center no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    padding: 80px 0;
}

    .colorbg h1 {
        color: #fff;
        text-shadow: 2px 2px 5px #333;
        font-weight: 700;
        text-transform: capitalize;
        padding-bottom: 10px;
    }

    .colorbg p {
        font-size: 22px;
        line-height: 26px;
        color: #1f1f1f;
        background: rgba(255,255,255,0.5);
        padding: 5px;
        font-weight: 700;
        letter-spacing: 1px;
    }

.spliderbg {
    padding: 50px 0 30px;
}

    .spliderbg .tag {
        color: #828282;
    }

.btn, .btn-large {
    background: #fc4225;
    letter-spacing: 1px;
    font-size: 12px;
}

    .btn:hover, .btn-large:hover {
        background: #F54125;
    }

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #EF5C52;
}

.col.grid-example {
    border: 1px solid #eee;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: #ff6347;
    color: #fff;
    padding: 0;
}

.shadow-demo {
    background-color: #fc4225;
    width: 125px;
    height: 125px;
    margin: 20px auto;
}

.icon-container i {
    font-size: 24px;
}

.slider ul.indicators li.indicator-item.active {
    background-color: #fc4225;
}

.martop10 {
    margin-top: 10px;
}

.martop30 {
    margin-top: 30px;
}

.marbot15 {
    margin-bottom: 15px;
}

.marbot30 {
    margin-bottom: 30px;
}

.marbot50 {
    margin-bottom: 50px;
}

.martop60 {
    margin-top: 60px;
}

.padding-12-per {
    padding: 0 12%;
}

.padding-right-15per {
    padding-right: 15%;
}

.padding-right-20per {
    padding-right: 25%;
}

.pad-20-tb {
    padding: 20px 0;
}

.padding-25-per {
    padding: 0 25%;
}

.fullwidth {
    width: 100%;
}

.down-circle {
    position: absolute;
    bottom: -25px;
    width: 100%;
    top: auto;
}

    .down-circle .btn-floating {
        margin: 0 auto;
        display: block;
    }

        .down-circle .btn-floating i {
            color: #c9021f;
            font-weight: 700;
        }

.home-banner .hr-line {
    position: absolute;
    margin: 0 !important;
    left: 65%;
    top: 70%;
    transform: translateX(-65%) translateY(-70%);
    -webkit-transform: translateX(-65%) translateY(-70%);
    -moz-transform: translateX(-65%) translateY(-70%);
    -ms-transform: translateX(-65%) translateY(-70%);
}

    .home-banner .hr-line i {
        top: 0;
        background: transparent;
        vertical-align: middle;
    }

    .home-banner .hr-line:before, .home-banner .hr-line:after {
        vertical-align: middle;
    }

.home .colorbg {
    padding: 50px 0 30px;
}

.home-scroll-content {
    position: relative;
    text-align: center;
    color: #b61717;
    font-size: 13px;
    margin-bottom: 8px;
}

.home-banner {
    position: relative;
}

#sidenav-overlay {
    background: none;
    z-index: 0;
}

.whitestrip {
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,1);
    z-index: 2;
    height: 80px;
    line-height: 80px;
}

.dropdown-content {
    background: rgba(255,255,255,1);
    top: 10px;
    left: auto !important;
    right: 5px;
    z-index: 9999;
}

nav a.button-collapse {
    color: #fff;
    border-bottom: none;
}

nav a.dropdown-button {
    margin-right: 20px;
}

    nav a.dropdown-button i {
        font-size: 28px;
        vertical-align: middle;
    }

.dropdown-content li > a, .dropdown-content li > span {
    color: #737373;
    font-size: 14px;
    text-transform: uppercase;
}

.social-icons a {
    padding: 0 10px;
}

nav .brand-logo {
    padding-left: 80px;
}

    nav .brand-logo img {
        margin: auto;
        vertical-align: middle;
    }

nav ul li a {
    line-height: 74px;
    text-transform: uppercase;
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 500;
}

.dropdown-content li:hover, .dropdown-content li.active, nav ul li:hover, nav ul li.active {
    background: transparent;
}

nav ul li a:hover, nav ul li a.active {
    background-color: rgba(245,245,245,0.1);
    border-bottom: 3px solid #fc4225;
    line-height: 74px;
}

nav .nav-wrapper i {
    font-size: 15px;
}

.material-placeholder {
    line-height: 0;
}

.collapsible {
    box-shadow: none;
    border: none;
}

    .collapsible li {
        position: relative;
    }

.collapsible-body p {
    padding: 0 0 2rem;
}

.collapsible li.active i:before {
    content: "\e7b7";
}

.collapsible li.active .collapsible-header {
    border-bottom: none;
}

.collapsible-header {
    color: #fc4225;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    text-transform: capitalize;
    height: auto;
    line-height: 32px;
    padding: 10px 0;
    padding-right: 20px;
}

    .collapsible-header i {
        line-height: 4rem;
        float: right;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: right;
        margin-left: 5px;
    }

.materialboxed:hover {
    cursor: url(../images/common/pointer.png),crosshair;
}

.materialboxed {
    width: 100%;
}

.parallax-page .parallax {
    z-index: 1;
}

.parallax img {
    display: block;
}

.parallax .banner-logo {
    text-align: center;
}

    .parallax .banner-logo h1 {
        color: #fff;
    }

    .parallax .banner-logo i {
        text-align: center;
        font-size: 70px;
        color: #fc4225;
    }

#video .parallax {
    z-index: initial;
}

#video iframe {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    border: 0;
}

#video .modal {
    overflow: hidden;
}

.banner-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.section {
    padding-bottom: 0;
    padding-top: 0;
}

.tabs.z-depth-1 {
    box-shadow: none;
}

.tabs li.tab {
    line-height: 36px;
}

    .tabs li.tab a {
        color: #fc4225;
        font-size: 17px;
        text-transform: capitalize;
    }

        .tabs li.tab a:hover {
            color: #fc4225;
        }

.tabs .indicator {
    background-color: #fc4225;
    height: 3px;
}

.item-images {
    float: left;
    margin-right: 20px;
}

.menu-type-one .item-images img {
    width: 100px;
    height: 100px;
}

.menu-type-one .item-images-right {
    float: right;
    margin-left: 20px;
}

    .menu-type-one .item-images-right img {
        width: 100px;
        height: 100px;
    }

.menu-type-one .left-content {
    text-align: right;
    padding-right: 15px;
}

.menu-type-one .item-title span {
    color: #fc4225;
}

.menu-type-one .type-one-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    position: relative;
}

.menu-type-one .item-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    position: relative;
}

.menu-type-one .title-left {
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.title-left .price {
    color: #fc4225;
}

.menu-type-one .label {
    color: #f5f5f5;
    background: #fc4225;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 5px;
    text-transform: capitalize;
}

.type-one-title {
    float: left;
    padding-right: 5px;
    z-index: 1;
    position: relative;
}

.menu-type-one p {
    clear: right;
}

.dots-left {
    position: absolute;
    bottom: -20px;
    left: 5px;
    right: 25%;
    margin: 0;
    border: 0;
    height: 3px;
    display: block;
    background-image: radial-gradient(circle closest-side,#b3b3b3 99%,rgba(0,0,0,0) 1%);
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x;
}

.dots {
    position: absolute;
    bottom: 6px;
    left: 18%;
    right: 25px;
    margin: 0;
    border: 0;
    height: 3px;
    display: block;
    background-image: radial-gradient(circle closest-side,#b3b3b3 99%,rgba(0,0,0,0) 1%);
    background-position: bottom;
    background-size: 4px 2px;
    background-repeat: repeat-x;
}

.menu-type-two {
    text-align: center;
}

    .menu-type-two .item-title {
        font-size: 18px;
        font-weight: 500;
        color: #222;
        position: relative;
    }

    .menu-type-two .label {
        color: #f5f5f5;
        background: #fc4225;
        padding: 3px 5px;
        border-radius: 3px;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 10px;
        text-transform: capitalize;
    }

    .menu-type-two .item-images {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .menu-type-two p {
        display: inline-block;
        text-align: center;
    }

    .menu-type-two .price {
        margin-left: 5px;
        color: #fc4225;
    }

.label-price {
    width: 78px;
    background: #DA181F;
    color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-right: 20px;
    float: right;
    position: relative;
    z-index: 1;
}

.menu-type-three .item-title {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-align: left;
    position: relative;
    max-width:400px;
}

.type-three-title {
    padding-right: 10px;
    z-index: 1;
    position: relative;
    display: inline-block;
    background: #fff;
}

.menu-type-three .label {
    color: #f5f5f5;
    background: #fc4225;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
    text-transform: capitalize;
}

.menu-type-three .item-title span {
    float: right;
    margin-left: 10px;
    color: #fc4225;
}

.menu-type-three p {
    clear: right;
}

.menu-type-four .card.small {
    height: 350px;
}

.menu-type-four .card .card-title {
    padding-left: 20px;
    padding-top: 10px;
}

.menu-type-four .label {
    color: #f5f5f5;
    background: #fc4225;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
    text-transform: capitalize;
}

.menu-type-four .card .price {
    padding-right: 20px;
    float: right;
    font-size: 20px;
    font-weight: 500;
    color: #fc4225;
}

.menu-type-four .card .card-content {
    height: 300px;
    padding: 1px 20px;
}

    .menu-type-four .card .card-content p {
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 24px;
    }

.menu-type-four .card-action {
    font-size: 16px;
    font-weight: 400;
}

.menu-type-four i {
    vertical-align: middle;
    font-size: x-large;
}

.menu-type-four .card .card-action a {
    font-weight: 500;
}

.menu-type-four .card a:hover {
    color: #fc4225;
}

.menu-type-four .card .link-arrow {
    font-size: 18px;
}

.menu-type-five .card-image {
    height: 200px;
}

.menu-type-five .card .card-title {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    text-transform: capitalize;
}

.menu-type-five .label {
    color: #f5f5f5;
    background: #fc4225;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
    text-transform: capitalize;
}

.menu-type-five .card-reveal {
    padding: 0;
}

    .menu-type-five .card-reveal .card-title {
        padding: 20px;
    }

.line {
    border-top: 1px solid #dcdcdc;
    position: relative;
}

    .line p {
        padding: 20px;
        line-height: 24px;
    }

.menu-type-five .card .card-content p, .card a {
    font-size: 15px;
    color: #737373;
    text-transform: capitalize;
}

.menu-type-five .card-content .card-title {
    line-height: 0;
}

.menu-type-five .card i.right {
    line-height: 36px;
}

.menu-type-five .card-content .price {
    font-size: 20px;
    font-weight: 500;
    color: #fc4225;
}

.menu-type-five .card-reveal .card-title i.right {
    right: 20px;
}

.reservation-tag {
    color: #252525;
    font-weight: 400;
}

.reservation .select-wrapper {
    margin-top: 0;
}

.reservation i {
    font-size: 24px;
    line-height: 20px;
    vertical-align: middle;
}

.reservation select {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    background: transparent;
    color: #babbbc;
    margin-bottom: 15px;
}

input[type=text] {
    color: #9e9e9e;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=date]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, textarea:focus.materialize-textarea {
        border-bottom: 1px solid #fc4225;
        -webkit-box-shadow: 0 1px 0 0 #fc4225;
        -moz-box-shadow: 0 1px 0 0 #fc4225;
        box-shadow: 0 1px 0 0 #fc4225;
    }

.input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=url]:focus + label, .input-field input[type=date]:focus + label, .input-field input[type=tel]:focus + label, .input-field input[type=number]:focus + label, .input-field input[type=search]:focus + label, .input-field textarea:focus.materialize-textarea + label {
    color: #fc4225;
}

.picker__date-display {
    background-color: #fc4225;
}

.picker__weekday-display, .picker--focused .picker__day--selected {
    background-color: #F53517;
}

.picker--focused .picker__day--highlighted, .picker__close, .picker__today {
    color: #fc4225;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    color: #fff !important;
}

    .picker--focused .picker__day--selected.picker__day--outfocus {
        background: rgba(252,56,37,.4);
    }

.picker__year-display {
    color: #9D2512;
}

.reservation .input-field label.active {
    display: none;
}

.reservation .input-field label {
    left: 0;
}

.reservation .input-field .prefix {
    position: relative;
}

.gallerybg h2 {
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font-weight: 700;
}

.gallerybg .tag {
    color: #1b1b1b;
    font-weight: 700;
}

#chef p {
    letter-spacing: 1px;
}

.card .card-title {
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    position: relative;
}

.card .card-content p, .card a {
    font-size: 16px;
    color: #737373;
}

.card a {
    color: #fc4225;
    text-transform: uppercase;
}

.card .card-content .card-title {
    line-height: 0;
}

.card i.right {
    line-height: 36px;
}

.card-reveal .card-title i.right {
    line-height: 36px;
    position: absolute;
    margin-left: 5px;
    right: 0;
}

.card .social-icons a:hover {
    color: #fc4225;
}

.card .social-icons, .card .social-icons a {
    padding: 0;
}

.input-field .prefix ~ input, .input-field .prefix ~ textarea {
    margin-left: 1.5rem;
}

.input-field .prefix {
    font-size: 20px;
    line-height: 44px;
    color: #737373;
}

    .input-field .prefix.active {
        color: #fc4225;
    }

    .input-field .prefix ~ label {
        margin-left: 1.7rem;
    }

.contact .btn {
    margin-left: 1.5rem;
}

.contact-details {
    color: #737373;
    font-size: 15px;
}

    .contact-details a {
        color: #737373;
    }

.cont-info-left {
    margin-right: 10px;
    float: left;
    font-size: 18px;
}

.cont-info-right {
    width: 80%;
    float: left;
}

.social-space a {
    margin-right: 8px;
}

.social-space i {
    font-size: 20px;
}

    .social-space i:hover {
        text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    }

    .social-space i:first-child {
        padding-left: 0;
    }

.social-space .facebook {
    color: #6078aa;
}

.social-space .twitter {
    color: #00acee;
}

.social-space .instagram {
    color: #894636;
}

.social-space .linkedin {
    color: #0E76A8;
}

.social-space .google-plus {
    color: #DE5347;
}

.social-space .youtube {
    color: #cd332d;
}

.social-space .dribbble {
    color: #de3777;
}

.contactbg {
    background: url(../images/common/contect/contact_map.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.contact-overlay {
    background: rgba(245,245,245,.9);
}

#footer p {
    letter-spacing: 1px;
}

#map_canvas {
    margin: 0;
    padding: 0;
    height: 500px;
    width: 100%;
    border-radius: 4px;
}

.map_wrapper {
    float: left;
    width: 100%;
    height: 0;
    position: relative;
    bottom: 35px;
    z-index: 3;
    overflow: hidden;
}

#map_canvas {
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.map-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 3;
    cursor: pointer;
}

    .map-close img {
        position: absolute;
        top: 17px;
        right: 17px;
        z-index: 2;
    }

.close_box {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-radius: 2px;
    position: relative;
    z-index: -1;
}

    .close_box:hover {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 50px 0;
        border-radius: 2px;
        position: relative;
        z-index: -1;
        border-color: #6f6f6f;
    }

#foot_top {
    position: relative;
}

    #foot_top, #foot_top.footer-top-text {
        padding: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: url(../images/common/map.png) #fc4225;
        color: #fff;
    }

        #foot_top:hover, #foot_top.footer-top-text:hover {
            color: #fff;
            background-color: #333;
        }

.foot_top_txt > a {
    color: #fff;
}

    .foot_top_txt > a:hover {
        color: #fff;
    }

.foot_top_txt {
    font-size: 25px;
    line-height: 46px;
    padding: 35px 10%;
    text-align: center;
    font-weight: 100;
}

    .foot_top_txt:hover {
        cursor: pointer;
    }

.foot_icon {
    vertical-align: middle;
    font-size: 46px;
    display: inline-block;
    margin-left: 10px;
    -webkit-text-shadow: 0 12px 15px rgba(0,0,0,0.2);
    -moz-text-shadow: 0 12px 15px rgba(0,0,0,0.2);
    text-shadow: 0 12px 15px rgba(0,0,0,0.2);
}

.footer-logo {
    width: 150px;
}

.footer {
    background: #32353a;
    background: url(../images/common/footer-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 90px 0 40px;
}

    .footer p {
        color: #e7e7e7;
        font-size: 14px;
    }

    .footer span a {
        color: #e7e7e7;
    }

    .footer .social-space i {
        color: #fff;
        padding-right: 10px;
    }

.footer-title {
    font-size: 23px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 10px;
}

.footer-sub-title {
    color: #fd4326;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 500;
}

.footer-strip {
    background: #cd2a19;
    padding: 25px 0 20px;
    color: #f2f2f2;
    font-size: 13px;
    text-transform: uppercase;
}

    .footer-strip .valign {
        margin-top: 30px;
        text-align: center;
    }

        .footer-strip .valign i {
            margin-right: 5px;
            font-size: 5px;
            vertical-align: middle;
        }

    .footer-strip span a {
        color: #f2f2f2;
    }

.footer-strip {
    position: relative;
}

    .footer-strip .down-circle {
        bottom: auto;
        top: -25px;
    }




@media only screen and (min-width: 991px) and (max-width: 1200px) {
    nav ul li a {
        font-size: 12px;
    }

    #fixed-header .nav {
        margin-right: 0;
    }

    .services-text {
        width: 65%;
    }
}

@media only screen and (max-width : 990px) {
    .padding-25-per {
        padding: 0 12%;
    }

    .nav-wrapper ul {
        display: none;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    nav .brand-logo {
        padding-left: 0;
    }

    .home-banner {
        position: relative;
    }

    .header-inner {
        position: fixed;
    }

    .slicknav_nav {
        margin: 60px 0 0;
    }

    .whitestrip {
        height: 60px;
        line-height: 60px;
    }

    .menu-type-one .item-images-right {
        float: none;
        margin-left: 0;
        margin-right: 20px;
    }

    .item-images {
        float: none;
    }

    .menu-type-one .title-left, .menu-type-one .left-content {
        text-align: left;
    }

    .label-price {
        float: none;
        margin-bottom: 10px;
    }

    .dots {
        display: none;
    }

    .footer-strip img {
        margin: 0 auto;
        display: block;
    }

    .footer-strip .valign {
        margin-top: 10px;
    }
}

@media only screen and (max-width : 600px) {
    .box-arrow:before {
        left: 50%;
        margin-left: -20px;
        border-right-color: transparent;
        border-bottom-color: #fff;
        top: 0;
        margin-top: -35px;
    }

    .tabs li.tab a {
        font-size: 10px;
    }
}

@media only screen and (max-width : 480px) {
    .home-scroll-content {
        margin-bottom: 1px;
    }

    .padding-12-per, .padding-25-per {
        padding: 0;
    }

    .tabs li.tab a {
        font-size: 8px;
    }

    .menu-type-two img {
        width: 220px;
        height: 126px;
    }

    .menu-type-two p {
        width: auto;
    }

    #video h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .parallax .banner-logo i {
        font-size: 40px;
    }

    .contact .btn {
        margin-left: 0;
    }

    .foot_top_txt {
        font-size: 22px;
        padding: 35px 1%;
    }

    .foot_icon {
        font-size: 32px;
    }

    .xs12 {
    width:100% !important;
    height:auto;
    }
}

div#lean-overlay {
    z-index: 999999 \9 \0;
}

.picker__wrap {
    position: absolute\9;
    top: 100%\9;
    left: 90%\9;
    -ms-transform: translateX(90%) translateY(100%)\9;
    margin: 0 auto;\9
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .reservation select {
        line-height: 40px;
    }
}

.main-nav li:hover .mega-menu {
    position: fixed;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #999 !important;
    display: block !important;
    padding: 10px;
}

.main-nav .mega-menu li {
    display: inline-block;
    min-width: 33.3%;
}

    .main-nav .mega-menu li ul {
        display: block !important;
        position: relative;
        left: 0;
    }

        .main-nav .mega-menu li ul li {
            display: block;
        }

            .main-nav .mega-menu li ul li:last-child {
                border-bottom: none;
            }

.main-nav .mega-menu .mega ul li:last-child {
    border-bottom: none;
}

.icon-container i {
    font-size: 3em;
    display: block;
    margin-bottom: 10px;
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

    .collection .collection-item.avatar {
        height: 84px;
        padding-left: 72px;
        position: relative;
    }

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

.collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
}

.collection-item.avatar .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px;
}

.collection {
    background-color: #999;
    margin: .5rem 0 1rem;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    overflow: hidden;
}

.waves-color-demo .collection-item {
    height: 57px;
    line-height: 57px;
}

.btn-floating {
    background-color: #fc4225;
}

#reservation_form .input-field input[type=text] {
    display: block;
}

#reservation_form .input-field label.active {
    transform: none;
}

#reservation_form label {
    float: left;
    padding-top: 0;
    margin: 0;
}

    #reservation_form label.error {
        color: red;
        position: relative;
        text-align: left;
        font-size: 11px;
        font-weight: 500;
        top: -8px;
        font-family: 'Raleway',sans-serif;
    }

    #reservation_form label.valid {
        color: #33a532;
    }

#reservation_form_thanks p, #contact_form_thanks p {
    color: #33a532;
}

#contact_form .input-field input[type=text], #contact_form .input-field textarea {
    display: block;
}

#contact_form .input-field label.active {
    transform: none;
}

#contact_form label {
    float: left;
    padding-top: 0;
    margin: 0;
    transition: none;
}

    #contact_form label.error {
        color: red;
        position: relative;
        text-align: left;
        font-size: 11px;
        font-weight: 500;
        top: -8px;
        font-family: 'Raleway',sans-serif;
    }

    #contact_form label.valid {
        color: #33a532;
    }

.text-justify {
    text-align: justify;
}

.font {
    font-family: "Great Vibes",cursive;
    font-size: 50px;
    color: #5a5a5a;
    font-weight: 400;
    margin: 0;
}

.margin-top-120 {
    margin-top: 120px;
}

.blicca-list-style {
    font-size: 14px;
    color: #212121;
    list-style: outside none none;
    padding-left: 0;
    font-weight: 300;
}

    .blicca-list-style li {
        line-height: 30px;
    }

.holder {
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 #c9c9c9;
    height: 70px;
    position: relative;
    text-align: center;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0;
    width: 70px;
    display: inline-block;
    float: none;
    margin: 0 0 19px;
}

    .holder i {
        color: #6b6b6b;
        font-size: 24px;
        line-height: 70px;
    }

.heading4 > h4 {
    font-size: 26px;
}

.heading4 > p {
    font-size: 13px;
}

.people-say {
    background: url(../images/common/waht-say.jpg) center top no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    padding: 100px 0 140px;
}

    .people-say > h2 {
        text-align: center;
        font-family: "Great Vibes",cursive;
        color: #fff;
    }

.bt-subtitle-image {
    margin-bottom: 30px;
    position: relative;
}

    .bt-subtitle-image::before, .bt-subtitle-image::after {
        border-top: 1px solid #333;
        content: "";
        display: block;
        height: 1px;
        width: 85px;
    }

    .bt-subtitle-image::before {
        left: 50%;
        margin-left: -163px;
        position: absolute;
        top: 50%;
    }

    .bt-subtitle-image::after {
        margin-right: -163px;
        position: absolute;
        right: 50%;
        top: 50%;
    }

    .bt-subtitle-image img {
        margin: 0 auto;
        max-width: 75px;
        display: block;
    }

.margin-top_50 {
    margin-top: -50px;
}

.mocktails {
    clear: both;
}

.fa-star {
    color: red;
}

.btn-light {
    background: #f4f4f4;
    color: #333;
    box-shadow: 0 2px 0 0 #c9c9c9;
    border: 1px solid #e1e1e1;
}

    .btn-light:hover {
        color: #f9f9f9;
    }

.fresh {
    color: #fff;
    font-family: "Great Vibes",cursive;
    font-size: 3.5vw;
    height: auto;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    text-shadow: 5px 5px 5px #000;
    top: 350px;
    z-index: 1;
}

#slideshow {
    position: relative;
    padding: 10px;
}

    #slideshow > div {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

@media (min-width:800px) and (max-width:1600px) {
    .top-heading {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .left-heading {
        width: 45%;
        height: auto;
    }

    .right-heading {
        width: 45%;
        height: auto;
        margin-left: 40px;
    }

    .food-list {
        margin: 0;
        padding: 0;
    }

        .food-list li {
            margin-top: 10px;
        }

    .red-line h4 {
        height: 10px;
        background: #DA181F;
        position: relative;
        top: -30px;
        margin-top: 50px;
        color: #e1a20c;
        font-size: 18px;
        font-weight: 700;
    }

        .red-line h4 span {
            background: #fff;
            position: absolute;
            top: -15px;
            padding-right: 5px;
        }

    .non-veg {
        color: red !important;
    }

    .red-color {
        color: red !important;
    }
}

@media (max-width:800px) {
    .left-heading {
        width: 100%;
        height: auto;
    }

    .right-heading {
        width: 100%;
        height: auto;
        margin-left: 1%;
    }

    .food-list li {
        margin-top: 10px;
        border-bottom: solid 1px #999;
    }

    .red-line h4 {
        height: 10px;
        background: #DA181F;
        position: relative;
        top: -30px;
        margin-top: 50px;
        color: #e1a20c;
        font-size: 18px;
        font-weight: 700;
    }

        .red-line h4 span {
            background: #fff;
            position: absolute;
            top: -15px;
            padding-right: 5px;
        }

    .non-veg {
        color: red !important;
    }

    .red-color {
        color: red !important;
    }

    .item-title {
        width: 50%;
    }
}

@media (min-width:0px) and (max-width:1400px) {
    #slideshow {
        clear: both !important;
        margin-bottom: 50%;
    }
}

.font28 {
    font-size: 28px;
    font-weight: bold;
}

.margin-top-110 {
    margin-top: 7px;
}

.letter-spacing {
    letter-spacing: 1px;
}

@media (min-width:0px) and (max-width:900px) {
    .l2t {
        margin-left: 0;
        width: 100% !important;
    }

    .footer-menu {
        margin: 0 !important;
    }

    .footer-strip-down {
        color: #fff;
        font-size: 12px;
        text-align: center !important;
    }

    .align {
        text-align: center !important;
    }

    .chef {
        display: none;
    }

     .offer-deal > li {
    margin-right:0px !important;
}
}

.l2t {
    margin-left: 0;
    width: 19.667%;
    float: left;
}

.marbot60 {
    margin-bottom: 60px;
}

.heading4 h6 {
    font-weight: bold;
    color: #fff;
}

.white-text {
    color: #fff;
}

.margin-top-70 {
    margin-top: 70px;
}

.menu-left {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -50px;
}

.menu-right {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -50px;
}

.bg-must-try {
    background: url(../images/common/must-try-bg-banner.jpg);
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding: 50px;
}

.flax-width {
    width: 100%;
    height: auto;
}

.font-white {
    font-family: "Great Vibes",cursive;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.footer-strip-down {
    background: #0D0D9E;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
}

.align {
    text-align: right;
}

div.align > i {
    font-size: 5px;
    margin-right: 3px;
    position: relative;
    top: -3px;
}

.align > span > a {
    color: #fff;
}

.footer-menu {
    margin-left: 106px;
}

    .footer-menu li {
        list-style: none;
        display: inline;
        position: relative;
        top: 20px;
    }

        .footer-menu li a {
            color: #fff;
        }

            .footer-menu li a i {
                font-size: 5px;
                position: relative;
                top: -3px;
            }

a.link-1 {
    color: #Fff;
}

    a.link-1:hover {
        color: #F00;
    }

a.red-button {
    padding: 10px 10px;
    background: red;
    color: #fff;
}

#divFzone {
    width:100%; height:100%;
background: url(../images/common/scroll-body.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
z-index:999999;
position:fixed;
top:0px;
}

 #divFzone > img {
     margin-left:230px; margin-bottom:150px; margin-top:40px;
    }

@media (min-width:0px) and (max-width:500px){
    
    .header-inner{width:100%; max-height:67px;}

    .menu-type-three .item-title {
     width:95%;
     font-size: 14px;
     font-weight: 500;
     color: #222;
     text-align: left;
     position: relative;
    }

}


@media (min-width:991px) {.label-price{margin-top:-19px;}}

.min-width-600
{
    width:100%; max-width:600px; margin:auto; margin-bottom:50px;
}

.emailerror {margin-left:30px;}
.emailerror > label {
        color:#FD0002;
    }

.lblcolor > label {
        color:#FD0002;
    }







/* subscribe form */

.subscribe-container {
    width:100%;
    height:auto;
}


.right-block-sub {
    padding-top:100px;
    text-align:left;
}



.form-box{
  background: #fff;
  margin: 30px auto;
  max-width: 500px;
  box-shadow: 0 0px 6px 0px rgba(0,0,0,0.16), 0 3px 6px 0px rgba(0,0,0,0.23);
  padding:20px 15px;
}
form#login-form {
  overflow: hidden;
  position: relative;
  padding: 20px 15px;
}
.head {
  color: #fff;
  font-size: 34px;
  font-weight: normal;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  background: #000099;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  overflow: hidden;
}



.form-group .label-control {
  color: #888;
  display: block;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  pointer-events: none;
  height: 100%; 
}
.form-group .label-control::before,
.form-group .label-control::after{
  content: "";
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.form-group .label-control::before{
  
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}

.form-group .label-control::after {
  
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.form-control {
  border: none;
  border-radius: 0;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
  font-size: 14px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-group .label-control .label-text{
   -webkit-transform: translate3d(0, 30px, 0) scale(1);
    -moz-transform: translate3d(0, 30px, 0) scale(1);
    transform: translate3d(0, 30px, 0) scale(1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
}
.active .label-control::after{
   -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.active .label-control .label-text {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    color:#000099;
}

.input-field label:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #B9C1CA;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}


input.btn[type="submit"] {
  
  border:none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 5px 0;
  outline: medium none;
  overflow: hidden;
  
  text-transform: uppercase;
  transition: all 0.15s ease-in-out 0s;
  width: 100%;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.16), 0 1px 2px 0px rgba(0,0,0,0.23);
}
input.btn[type="submit"]:hover {
  background: #4b81eb;
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.16), 0 2px 4px 0px rgba(0,0,0,0.23);
}
.text-p{
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}
.text-p a{
  color: #175690;
}
@media (max-width: 480px){
  form#login-form {
    width: 90%;
    margin: 30px auto;
  }

  .offer-deal > li {
    margin-right:0px !important;
}

}

input.sub_input_height {
   width:100%;
    height:50px;
    margin:0px;
    float:left;
    padding:0px;
    
}

.margin-top-sub
{
    margin-top:150px;
}


/*New Subscribe*/

    .register-button img {
        margin-left: -24px;
        float: left;
    }

    .register-button {
        width: 21%;
        height: auto;
        position: fixed;
        right: -220px;
        top: 30%;
        transition: all 0.2s;
        margin-right: -50px;
        background: rgba(0, 0, 153, 0.7);
    }

    .register-button:hover {
            right: 0px;
            cursor: pointer;
        }

    .form-box-sub {
        width: auto;
        padding: 2px 0 10px 0;
        float: left;
    }

     input.subscribe-input {
        width: 77%;
        margin-left: 7px;
        background: #fff;
        padding: 6px 15px;
        font-size: 0.8rem;
        height: auto !important;
        margin-bottom: 5px !important;
    }

    .submit-sub {
        background: #F60002;
        border: none;
        padding: 4px 5px;
        color: #fff;
        margin-left: 15px;
        width: 90.5%;
        margin-left: 3%;
        border-radius: 3px;
        cursor: pointer;
    }

    .text-style {
        width: 80%;
        font-size: 12px;
        color: #fff;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 5px;
        padding: 0px 5px;
    }

    .lblmessage {
        width: 100%;
        position: absolute;
        bottom: -25px;
        left: 11px;
        background: #ff0000;
        padding: 0px 5px;
    }

    label#lblStatus {
        color: #fff !important;
        font-size: 11px;
    }

    ul.offer-deal > li {
        display: inline !important;
        margin-right: 90px;
    }

    .sm6 {
        width: 50% !important;
        height: auto;
    }

    .divregister {
        display: none;
    }







     .register-img{
        position:absolute;
        right:0px;
        top:110px;
    }

     
@media only screen and (min-width:1200px) {

    .register-img {
        display:none;
    }

}


@media only screen and (max-width:1024px) {

    .register-img {
        position:absolute;
        top:110px !important;
        display:block;
    }

}


@media only screen and (max-width:360px) {

    .register-img {
        position:absolute;
        top:282px !important;
        display:block;
    }

}

