#jSplash, #jpreOverlay {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute
}

#jSplash, #jpreOverlay, #jpreSlide {
    position: absolute
}

.mybtn, .mybtn2 {
    border-radius: 2px
}

.collapsible, .tabs.z-depth-1 {
    box-shadow: none
}

.menu-type-one p, .menu-type-three p {
    clear: right
}

#top-order-btn, #video .modal, #video iframe, .divider, .map_wrapper {
    overflow: hidden
}

body {
    font-family: Roboto,sans-serif;
    letter-spacing: 1px;
    overflow-x: hidden
}

a:active, a:focus, a:hover {
    outline: 0;
    -moz-outline-style: none
}

#jpreOverlay {
    z-index: 999999
}

#jSplash {
    z-index: 999997
}

#jpreSlide {
    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
}

.mybtn {
    background: #fff;
    color: #000;
    padding: 7px 20px;
    font-size: 15px
}

    .mybtn:hover {
        background: #2a2a2a;
        color: #fff
    }

.mybtn2 {
    background: red;
    color: #fff;
    padding: 7px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0
}

    .mybtn2:hover {
        background: #fff;
        color: #000
    }

h1, h4 {
    color: #222
}

@-webkit-keyframes cubemove {
    35%,65% {
        -webkit-transform: scale(.005)
    }

    50% {
        -webkit-transform: scale(1.7)
    }
}

@-moz-keyframes cubemove {
    35%,65% {
        -moz-transform: scale(.005)
    }

    50% {
        -moz-transform: scale(1.7)
    }
}

.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
}

.hr-line, .spinner {
    left: 50%;
    position: relative
}

.spinner {
    width: 100px;
    height: 100px;
    top: 50%;
    margin: -20px 0 0 -20px
}

h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    margin: 0
}

h4 {
    font-size: 28px;
    font-weight: 300
}

.tag, p {
    font-size: 16px;
    color: #212121;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: 1px
}

.tag {
    line-height: 26px;
    text-align: left
}

p {
    line-height: 24px
}

.row {
    margin-bottom: 0
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

hr {
    border-color: rgba(255,255,255,.3)
}

.hr-line {
    height: 1px;
    width: 28%;
    top: 0;
    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;
        background: #fff;
        font-size: 32px;
        color: #fc4225
    }

.divider {
    color: #ccc;
    width: 70%;
    margin: 20px auto;
    text-align: center;
    line-height: 1.2em
}

.hr-line:after, .hr-line:before {
    content: "";
    vertical-align: top;
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid #ccc;
    margin: 0 2% 0 -55%
}

.foot_icon, .footer-strip .valign i, .home-banner .hr-line:after, .home-banner .hr-line:before, .menu-type-four i, .reservation i, nav a.dropdown-button i {
    vertical-align: middle
}

.hr-line:after {
    margin: 0 -55% 0 2%
}

.whitebg {
    background: #fff;
    padding: 80px 0
}

.graybg {
    background: #f5f5f5;
    padding: 80px 0
}

.gallerybg, .spliderbg {
    background: #1d0000;
    padding-top: 80px
}

.graybg .hr-line i {
    background: #f5f5f5
}

.colorbg, .gallerybg .hr-line i, .spliderbg .hr-line i {
    background: #1d0000
}

.colorbg {
    padding: 80px 0
}

    .colorbg h1 {
        color: #fff;
        text-transform: capitalize;
        padding-bottom: 10px
    }

    .colorbg p {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        letter-spacing: 1px
    }

.spliderbg {
    padding: 50px 0 30px
}

    .spliderbg .tag {
        color: #828282
    }

.btn, .btn-large {
    background: #fc4225;
    letter-spacing: 1px;
    font-size: 14px
}

    .btn-large:hover, .btn:hover {
        background: #FF5E5E
    }

.martop10 {
    margin-top: 10px
}

.martop30 {
    margin-top: 30px
}

.marbot15 {
    margin-bottom: 15px
}

.marbot30 {
    margin-bottom: 30px
}

.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: #222;
            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: 0 0;
        vertical-align: middle
    }

.home .colorbg {
    padding: 50px 0 30px
}

.home-scroll-content {
    position: relative;
    text-align: center;
    color: #fc4225;
    font-size: 13px;
    margin-bottom: 25px
}

.home-banner {
    position: relative
}

#sidenav-overlay {
    background: 0 0;
    z-index: 0
}

.whitestrip {
    position: fixed;
    width: 100%;
    background: #120000;
    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
}

#map_canvas, .map-close {
    top: 0;
    position: absolute
}

nav a.button-collapse {
    color: #fc4225;
    border-bottom: none
}

nav a.dropdown-button {
    margin-right: 20px
}

    nav a.dropdown-button i {
        font-size: 28px
    }

.dropdown-content li > a, .dropdown-content li > span {
    color: #737373;
    font-size: 14px;
    text-transform: uppercase
}

.social-icons a {
    padding: 0 10px
}

@media (min-width :481px) {
    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: #fff;
        font-weight: 500
    }
}

@media (max-width :480px) {
    nav .brand-logo {
        padding-left: 10px
    }

        nav .brand-logo img {
            margin: 0 auto auto 10px;
            vertical-align: middle;
            width: 45%;
float: left;
margin-top: 0px;
        }

    nav ul li a {
        line-height: 74px;
        text-transform: uppercase;
        font-size: 14px;
        color: #3a3a3a;
        font-weight: 500
    }
}

.dropdown-content li.active, .dropdown-content li:hover, nav ul li.active, nav ul li:hover {
    background: 0 0
}

nav ul li a.active, nav ul li a:hover {
    background-color: rgba(245,245,245,.1);
    border-bottom: 3px solid #fc4225;
    line-height: 74px
}

nav .nav-wrapper i {
    font-size: 15px
}

.material-placeholder {
    line-height: 0
}

.collapsible {
    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;
    text-transform: capitalize;
    height: auto;
    line-height: 32px;
    padding: 10px 20px 10px 0
}

    .collapsible-header i {
        line-height: 4rem;
        float: right;
        position: absolute;
        top: 0;
        width: 100%;
        text-align: right;
        margin-left: 5px
    }

.label-price, .menu-type-two, .menu-type-two p, .parallax .banner-logo {
    text-align: center
}

.materialboxed:hover {
    cursor: url(../img/pointer.png),crosshair
}

.foot_top_txt:hover, .map-close {
    cursor: pointer
}

.materialboxed {
    width: 100%
}

.parallax img {
    display: block
}

.parallax .banner-logo h1 {
    color: #fff
}

.menu-type-one .item-title span, .tabs li.tab a, .tabs li.tab a:hover {
    color: #fc4225
}

.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;
    border: 0
}

.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 li.tab {
    line-height: 36px
}

    .tabs li.tab a {
        font-size: 17px;
        text-transform: capitalize
    }

.tabs .indicator {
    background-color: #fc4225;
    height: 3px
}

.menu-type-one .item-images img, .menu-type-one .item-images-right img {
    width: 100px;
    height: 100px
}

.item-images {
    float: left;
    margin-right: 20px
}

.menu-type-one .item-images-right {
    float: right;
    margin-left: 20px
}

.menu-type-one .left-content {
    text-align: right;
    padding-right: 15px
}

.menu-type-one .item-title, .menu-type-one .type-one-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
}

.type-one-title {
    float: left;
    padding-right: 5px;
    z-index: 1;
    position: relative
}

.dots, .dots-left {
    position: absolute;
    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-left {
    bottom: -20px;
    left: 5px;
    right: 25%
}

.dots {
    bottom: 6px;
    left: 18%;
    right: 10px
}

.card .card-title, .line, .menu-type-two .item-title, .reservation .input-field .prefix, .type-three-title {
    position: relative
}

.menu-type-two .item-title {
    font-size: 18px;
    font-weight: 500;
    color: #222
}

.menu-type-two .label {
    color: #f5f5f5;
    background: #fc4225;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 10px
}

.menu-type-two .item-images {
    float: none;
    margin: 0 auto 20px
}

.menu-type-two p {
    display: inline-block;
    width: 320px
}

.menu-type-two .price {
    margin-left: 5px;
    color: #fc4225
}

.label-price {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #fc4225;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px !important;
    margin-right: 20px;
    float: left
}

.menu-type-three .item-title {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    text-align: left;
    position: relative
}

.type-three-title {
    padding-right: 10px;
    z-index: 1;
    display: inline-block;
    background: #fff
}

.menu-type-five .label, .menu-type-four .label, .menu-type-three .label {
    background: #fc4225;
    border-radius: 3px
}

.menu-type-three .label {
    color: #f5f5f5;
    padding: 3px 5px;
    font-size: 12px;
    margin-left: 5px
}

.menu-type-three .item-title span {
    float: right;
    margin-left: 10px;
    color: #fc4225
}

.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;
    padding: 3px 5px;
    font-size: 12px;
    margin-left: 5px
}

.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 {
    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
}

.menu-type-five .label {
    color: #f5f5f5;
    padding: 3px 5px;
    font-size: 12px;
    margin-left: 5px
}

.menu-type-five .card-reveal {
    padding: 0
}

    .line p, .menu-type-five .card-reveal .card-title {
        padding: 20px
    }

.line {
    border-top: 1px solid #dcdcdc
}

    .line p {
        line-height: 24px
    }

.card a, .menu-type-five .card .card-content p {
    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
}

.reservation select {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: 0;
    background: 0 0;
    color: #9e9e9e;
    margin-bottom: 15px
}

input[type=text] {
    color: #9e9e9e
}

.input-field input[type=date]:focus + label, .input-field input[type=email]:focus + label, .input-field input[type=number]:focus + label, .input-field input[type=password]:focus + label, .input-field input[type=search]:focus + label, .input-field input[type=tel]:focus + label, .input-field input[type=text]:focus + label, .input-field input[type=url]:focus + label, .input-field textarea:focus.materialize-textarea + label, .picker--focused .picker__day--highlighted, .picker__close, .picker__today {
    color: #fc4225
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]: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
}

.picker__date-display {
    background-color: #fc4225
}

.picker--focused .picker__day--selected, .picker__weekday-display {
    background-color: #F53517
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
    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
}

.gallerybg h1 {
    color: #fff
}

.gallerybg .tag {
    color: #737373
}

.card .card-title {
    font-size: 20px;
    font-weight: 500;
    color: #252525
}

.card .card-content p, .card a {
    font-size: 16px;
    color: #737373
}

.card .social-icons a:hover, .card a {
    color: #fc4225
}

.card a {
    text-transform: uppercase
}

.card .card-content .card-title {
    line-height: 0;
    text-transform: capitalize
}

.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, .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 .youtube {
    color: #cd332d
}

.social-space .dribbble {
    color: #de3777
}

.contactbg {
    background: url(../img/contact_map.jpg) top center no-repeat
}

.contact-overlay {
    background: rgba(245,245,245,.9)
}

.map_wrapper {
    float: left;
    width: 100%;
    height: 0;
    position: relative;
    bottom: 35px;
    z-index: 3
}

#map_canvas {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    height: 450px;
    left: 0;
    width: 100%;
    z-index: 1
}

.map-close {
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 3
}

    .map-close img {
        position: absolute;
        top: 17px;
        right: 17px;
        z-index: 2
    }

.close_box, .close_box:hover {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-radius: 2px;
    z-index: -1;
    position: relative
}

    .close_box:hover {
        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(../img/map.png) #fc4225;
        color: #fff
    }

        #foot_top.footer-top-text:hover, #foot_top:hover {
            color: #fff;
            background-color: #333
        }

.foot_top_txt > a, .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_icon {
    font-size: 46px;
    display: inline-block;
    margin-left: 10px;
    -webkit-text-shadow: 0 12px 15px rgba(0,0,0,.2);
    -moz-text-shadow: 0 12px 15px rgba(0,0,0,.2);
    text-shadow: 0 12px 15px rgba(0,0,0,.2)
}

.footer-logo {
    width: 130px
}

.footer {
    background: url(../img/footerbg.jpg);
    padding: 90px 0 40px
}

    .footer p {
        color: #ccc;
        font-size: 14px
    }

    .footer span a {
        color: #fd4326
    }

    .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
}

.footer-strip {
    background: #140000;
    padding: 40px 0 20px;
    color: #898989;
    font-size: 13px;
    text-transform: uppercase;
    position: relative
}

    .footer-strip .valign {
        margin-top: 30px;
        text-align: center
    }

        .footer-strip .valign i {
            margin-right: 5px;
            font-size: 5px
        }

    .footer-strip span a {
        color: #fd4326
    }

    .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
    }
}

@media only screen and (max-width :990px) {
    .dots, .nav-wrapper ul {
        display: none
    }

    .padding-25-per {
        padding: 0 12%
    }

    h1 {
        font-size: 32px;
        line-height: 36px
    }

    nav .brand-logo {
        padding-left: 0
    }

    .home-banner {
        position: relative;
        padding-top: 100px
    }

    .header-inner {
        position: fixed
    }

    .slicknav_nav {
        margin: 60px 0 0
    }

    .whitestrip {
        height: 60px;
        line-height: 60px
    }

    .label-price {
        float: none;
        margin-bottom: 10px
    }
}

#contact_form .input-field input[type=text], #contact_form .input-field textarea, #reservation_form .input-field input[type=text] {
    display: block
}

@media only screen and (max-width :600px) {
    .footer-strip img {
        margin: 0 auto;
        display: block
    }

    .footer-strip .valign {
        margin-top: 10px
    }

    .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
    }
}

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
}

#contact_form label.error, #reservation_form label.error {
    position: relative;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    top: -8px;
    font-family: Raleway,sans-serif
}

#contact_form .input-field label.active, #reservation_form .input-field label.active {
    transform: none
}

#contact_form label, #reservation_form label {
    float: left;
    padding-top: 0;
    margin: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .reservation select, ::i-block-chrome {
        line-height: 40px
    }
}

#reservation_form label.error {
    color: red
}

#contact_form_thanks p, #reservation_form label.valid, #reservation_form_thanks p {
    color: #33a532
}

#contact_form label {
    transition: none
}

    #contact_form label.error {
        color: red
    }

    #contact_form label.valid {
        color: #33a532
    }

@media (min-width :0px) and (max-width :992px) {
    nav .brand-logo {
        margin-top: 0 !important
    }
}

@media (min-width :993px) {
    nav .brand-logo {
        margin-top: 10 !important
    }
}

#top-order-btn {
    padding: 12px;
    background-color: red;
    text-align: center;
    z-index: 999999;
    position: static;
    display: none
}

    #top-order-btn a {
        font-weight: 700;
        font-size: 16px;
        font-family: Arial;
        color: #fff;
        letter-spacing: 0;
        display: block;
        width: 100%;
        height: 100%
    }

@media only screen and (max-width :600px) {
    #top-order-btn {
        display: block
    }
}

@media only screen and (max-width :990px) {
    #top-order-btn {
        display: block
    }
}

.social_sharing {
    position: fixed;
    right: 0;
    bottom: 45%;
    z-index: 1000
}

    .social_sharing ul {
        margin: 0;
        padding: 0;
        float: right
    }

        .social_sharing ul li {
            list-style: none;
            padding: 0;
            -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s
        }

            .social_sharing ul li a {
                text-align: right;
                display: block
            }

            .social_sharing ul li .side_bar_content {
                display: none
            }

            .social_sharing ul li:hover .side_bar_content {
                display: block
            }

@media (max-width:761px) {
    .social_sharing ul li a img {
        width: 120px
    }
}
