/* ==== Google font ==== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

/* === fontawesome === */

@import url('font-awesome.css');

@font-face {
    font-family: AvenirLTStd;
    src: url(../fonts/Avenir/Avenir-LT-Std-65-Medium_5175.ttf) format('truetype');
    src: url(../fonts/Avenir/AvenirLTStd-Medium.otf);
}

@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri/Calibri.ttf) format('truetype');
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* =======================================================
*
*   Template Style 
*   Edit this section
*
* ======================================================= */

body {
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.6;
    font-size: 16px;
    background: #fff;
    color: #0000008a !important;
    font-weight: 300;
    overflow-x: hidden;
}

body.fh5co-offcanvas {
    overflow: hidden;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0000008a !important;
    opacity: 1;
    /* Firefox */
}
h4.text-bold.no-marg {
    margin: 0 0 10px 0;
}
button.btn.btn-sm.btn-primary.mar-bot {
    margin-bottom: 15px;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0000008a !important;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #0000008a !important;
}

a {
    color: #f5511e !important;
    -webkit-transition: 0.5s, ease;
    -o-transition: 0.5s, ease;
    transition: 0.5s, ease;
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #f5511e;
}

p,
ul,
ol {
    margin-bottom: 1.5em;
    font-size: 16px;
    color: #0000008a;
    font-family: 'Montserrat', sans-serif !important;
    list-style: none !important;
}

hr {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f5511e;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.content-wrap {
    border-radius: 12px;
}

.bg-color {
    background-color: #f5e2c2 !important;
}

.fa {
    color: #f5511e;
}

figure {
    margin-bottom: 2em;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #f5511e;
}

::-moz-selection {
    color: #fcfcfc;
    background: #f5511e;
}

::selection {
    color: #fcfcfc;
    background: #f5511e;
}

#fh5co-header {
    position: relative;
    margin-bottom: 0;
    z-index: 9999999;
}

.stuck {
    position: fixed !important;
    top: 0 !important;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.top-20 {
    margin-top: 20px;
}

.top-35 {
    margin-top: 35px;
}

.top-60 {
    margin-top: 60px;
}

.form-control.select2-container {
    height: 40px !important;
}

.affix {
    top: 95px !important;
}

.select2-container .select2-choice {
    line-height: 35px !important;
}

.select2-container .select2-choice {
    height: 36px !important;
    margin: 1px;
}

.content-wrap {
    border: none !important;
    margin-top: 25px;
    margin-bottom: 200px;
}

.header-top {
    padding: 10px 0;
    background: #f5511e;
}

.header-top .fh5co-link a {
    margin-left: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.header-top .fh5co-link a:first-child {
    margin-left: 0;
}

.header-top .fh5co-link a:hover {
    color: white !important;
}

.cart-items .sidebar_content {
    max-height: 268.8px !important;
}

.common-box-for-menu .login-feed-right {
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .header-top .fh5co-link {
        text-align: center;
    }
}

.header-top .fh5co-social a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-right: 15px;
    position: relative;
    -webkit-transition: 0.5s, ease-in-out;
    -o-transition: 0.5s, ease-in-out;
    transition: 0.5s, ease-in-out;
}

.header-top .fh5co-social a:last-child {
    margin-right: 0;
}

.header-top .fh5co-social a:hover,
.header-top .fh5co-social a:focus,
.header-top .fh5co-social a:active {
    text-decoration: none;
    color: white !important;
}

.header-top .fh5co-social a:hover i,
.header-top .fh5co-social a:focus i,
.header-top .fh5co-social a:active i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.header_menu_lang {
    float: left !important;
    padding-top: 25px !important;
    touch-action: pan-y;
}

.logo_brand {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .destination-menu__right {
        padding-top: 12%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .header-top .fh5co-social {
        text-align: center !important;
    }
}

.panel-head {
    height: 135px !important;
}

.panel-body {
    padding-top: 10px !important;
}

.fh5co-cover,
.fh5co-hero {
    position: relative;
    height: 350px;
}
.carousel-indicators
{
    display: none;
}
.flexslider .slides img
{
    object-fit: cover;
}
/*@media screen and (max-width: 1024px) and (min-width: 992px){
    .s013 {
        min-height: 43vh !important;
    }
}*/

@media screen and (max-width: 767px) {

    .fh5co-cover,
    .fh5co-hero {
        height: 500px;
    }
    .fh5co-cover .desc {
        top: 90%;
    }
    .inner-form .input-wrap.first
    {
        margin-right: 0px !important;
    }
    .sticky-wrapper, #fh5co-header-section
    {
      height: 70px !important;  
    }
    .sticky-wrapper a img
    {
        object-fit: contain;
        margin-top: -10px;
    }
    .fh5co-social-icons>a {
        padding: 4px 4px !important;
    }
    #footer p
    {
        margin-bottom: 0px;
    }
    #footer .fh5co-footer-link {
        padding-bottom: 10px !important;
    }
    #footer div
    {
        padding-bottom: 3px !important;
    }
    .unique
    {
         font-size: 30px !important;   
    }
    .app-icon {
        display: table;
        width: 100%;
    }
    .app-icon a {
        display: inline-block;
        width: 50%;
    }
    .rt_link img {
        padding-right: 10px !important;
        width: 100%;
    }
    /*.s013 {
        min-height: 43vh !important;
    }*/
    .carousel-indicators
    {
         bottom: -48px;   
    }
    .carousel-indicators li
    {
         border: 1px solid #a7a7a7;   
    }
    .carousel-indicators .active
    {
        background-color: #000;    
    }
    .carousel-indicators
    {
        display: block;
    }
    .carousel-control {
        width: 0;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next
    {
        background-color: transparent !important;
    }
    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left
    {
         margin-left: -20px;
         border: none;   
    }
    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right
    {
        margin-right: -20px;
        border: none; 
    }
}
@media screen and (max-width: 767px) and (orientation: landscape){
    .fh5co-cover, .fh5co-hero {
        height: 350px;
    }
    .fh5co-cover .desc {
        top: 145% !important;
    }
}
.ui-select .ui-btn select {
    opacity: none !important;
}

.module-local_module {
    margin-top: -700px !important;
}

@media screen and (min-width: 320px) {
    .module-local_module {
        margin-top: -900px !important;
    }
}

@media screen and (min-width: 768px) {
    .module-local_module {
        margin-top: -700px !important;
    }
}

.fh5co-cover .fh5co-overlay,
.fh5co-hero .fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(255, 62, 28, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 62, 28, 0.5)), color-stop(100%, rgba(255, 140, 0, 0.5)));
    background: -webkit-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 62, 28, 0.5) 0%, rgba(255, 140, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3e1c', endColorstr='#f5511e', GradientType=1);
}

.fh5co-cover {
    background-size: cover;
    position: relative;
    background-repeat-y: no-repeat;
}

.fh5co-cover .btn {
    padding: 1em 2em;
    opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
    height: 600px;
}
.flexslider .slides > li {
    background-position: center !important;
}

@media screen and (max-width: 500px) {
    .fh5co-cover .desc {
        top: 90%;
        position: absolute;
        width: 100%;
        margin-top: 0px;
        z-index: 2;
        color: #fff;
    }
}

@media screen and (min-width: 501px) {
    .fh5co-cover .desc {
        top: 105%;
        position: absolute;
        width: 100%;
        margin-top: 50px;
        z-index: 2;
        color: #fff;
    }
}

.fh5co-cover .desc h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px;
    margin-left: 9%;
    font-weight: 600 !important;
}

@media screen and (min-width: 320px) {
    .fh5co-cover {
        heifght: inherit;
        padding: 3em 0;
        z-index: 999;
    }

    .fh5co-cover.fh5co-cover_2 {
        heifght: inherit;
        padding: 3em 0;
    }

    .fh5co-cover .desc h2 {
        font-size: 20px !important;
        margin-top: 30px !important;
        line-height: 20px
    }

    .fh5co-cover .desc {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fh5co-cover .desc h3 {
        color: #fff;
        margin-left: 9%;
        font-size: 20px !important;
        margin-top: 40px;
    }

    .tabulation label,
    label {
        padding: 0 !important;
        margin: 0 !important;
    }

    .fh5co-cover .desc p {
        display: block;
        margin-bottom: 20px;
        font-size: 20px;
        letter-spacing: 0px;
    }

    .input-field {
        padding-left: 0px;
    }

    .nav-tabs {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 360px) {
    .fh5co-cover .desc h2 {
        font-size: 20px !important;
        margin-top: 30px !important;
        line-height: 30px;
    }

    .fh5co-cover .desc h3 {
        font-size: 18px !important;
    }

    .tabulation label,
    label {
        padding: 0 !important;
        margin: 0 !important;
    }

    .fh5co-cover .desc p {
        display: block;
        margin-bottom: 0px;
        font-size: 14px !important;
        letter-spacing: 0px;
    }

    .input-field {
        padding-left: 0 !important;
    }
}

.form-control {
    height: 46px !important;
}

@media screen and (min-width: 400px) {
    .fh5co-cover .desc h2 {
        font-size: 18px !important;
        margin-top: -250px;
    }

    .fh5co-cover .desc h3 {
        font-size: 15px !important;
    }

    .tabulation label,
    label {
        padding: 0 !important;
        margin: 0 !important;
    }

    .fh5co-cover .desc p {
        display: block;
        margin-bottom: 0px;
        font-size: 14px !important;
        letter-spacing: 0px;
    }

    .input-field {
        padding-left: 0 !important;
    }

    .nav-tabs {
        /*margin-top: -45px !important;*/
    }
}

@media screen and (min-width: 768px) {
    .fh5co-cover .desc h2 {
        font-size: 30px !important;
        margin-top: -250px;
        line-height: 35px;
    }

    .fh5co-cover .desc h3 {
        font-size: 20px !important;
    }

    .tabulation label,
    label {
        padding: 0 !important;
        margin: 0 !important;
    }

    .fh5co-cover .desc p {
        display: block;
        margin-bottom: 0px;
        font-size: 14px !important;
        letter-spacing: 0px;
    }

    .input-field {
        padding-left: 0 !important;
    }

    .nav-tabs {
        /*margin-top: -45px !important;*/
    }
}

.fh5co-cover .desc h3 {
    color: #fff;
    margin-left: 9%;
}

.fh5co-cover .desc p {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
    .fh5co-cover .desc p {
        display: block;
        margin-bottom: 0px;
        font-size: 16px;
        letter-spacing: 0px;
    }

    #quantity {
        width: 100% !important;
    }
}

.fh5co-cover .desc p a {
    color: #fff;
}

.fh5co-cover .desc p a:hover,
.fh5co-cover .desc p a:focus {
    color: #fff !important;
}

.fh5co-cover .desc p a:hover.btn,
.fh5co-cover .desc p a:focus.btn {
    border: 2px solid #fff !important;
    background: transparent !important;
}

.fh5co-cover .desc p a.fh5co-site-name {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.fh5co-cover .desc .price {
    font-size: 60px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc .desc2 {
        display: block;
    }
}


/* Superfish Override Menu */

.sf-menu {
    margin: 7px 0 0 0 !important;
}

.sf-menu {
    float: right;
}

.sf-menu ul {
    box-shadow: none;
    border: transparent;
    min-width: 12em;
    *width: 12em;
}

.sf-menu a {
    color: #0000008a !important;
    padding: 0.75em 1em !important;
    font-weight: normal;
    border-left: none;
    border-top: none;
    border-top: none;
    text-decoration: none !important;
    zoom: 1;
    font-size: 16px;
    border-bottom: none !important;
    font-weight: bold;
    background-color: transparent !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

.sf-menu a:hover,
.sf-menu a:focus {
    color: #f5511e !important;
    background-color: transparent !important;
}

.sf-menu li.active a:hover,
.sf-menu li.active a:focus {
    color: #f5511e;
    background-color: transparent !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: transparent;
    background-color: transparent !important;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
    text-transform: none;
    padding: 0.2em !important;
    letter-spacing: 1px;
    font-size: 12px !important;
    background-color: transparent !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
    color: #f5511e;
    background-color: transparent !important;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
    background: transparent;
}

.sf-menu ul li {
    background: transparent;
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #ccc;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
    border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
    border-left-color: #ccc;
}

#fh5co-header-section {
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1022;
    background: #fff;
    height: 95px;
}

.nav-header {
    position: relative;
    float: left;
    width: 100%;
}

#fh5co-logo {
    position: relative;
    z-index: 2;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 35px;
    font-weight: 700;
    float: left;
    padding-left: 40px;
}

#fh5co-logo i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #f5511e;
    background: rgba(0, 0, 0, 0.06);
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-logo a {
    color: #f5511e;
}

#fh5co-logo a:hover,
#fh5co-logo a:focus {
    color: #f5511e !important;
}

#fh5co-menu-wrap {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
    margin-top: 15px;
}

#fh5co-menu-wrap .sf-menu a {
    padding: 1em .75em;
}

#fh5co-primary-menu>li>ul li.active>a {
    color: #f5511e !important;
}

#fh5co-primary-menu>li>.sf-with-ul:after {
    border: none !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: -0px;
    top: 50%;
    font-size: 12px;
    margin-top: -7px;
    content: "\e922";
    color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu>li>ul li {
    position: relative;
}

#fh5co-primary-menu>li>ul li>.sf-with-ul:after {
    border: none !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: 10px;
    top: 20px;
    font-size: 12px;
    content: "\e924";
    color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
    padding: 10px 7px 10px;
    background: #fff;
    left: -75px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#fh5co-primary-menu .fh5co-sub-menu>li>.fh5co-sub-menu {
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
    position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
    position: absolute;
    top: -8px;
    left: 21px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
    top: 6px;
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
    top: 7px;
    right: 100%;
    border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu:before {
    display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 18px;
    line-height: 34px;
    color: #575757 !important;
    text-transform: none;
    background: none;
}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
    color: #f5511e !important;
}

.tabulation {
    width: 100%;
    float: left;
    margin-top: -7em;
    /*background: rgba(255, 255, 255, 0.95);*/
    -webkit-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
}

@media screen and (min-width: 320px) {
    .tabulation {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 768px) {
    .tabulation {
        margin-top: -300px !important;
    }
}

.tabulation label {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    padding-bottom: 5px;
}

@media screen and (max-width: 480px) {
    .tabulation label {
        width: 40%;
        font-size: 12px;
    }
}

.tabulation input[type="text"] {
    background: rgba(0, 0, 0, 0.05);
    border: none;
    box-shadow: none;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #f5511e !important;
}

.tabulation input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #f5511e !important;
}

.tabulation input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #f5511e !important;
}

.tabulation input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #f5511e !important;
}

.tabulation input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #f5511e !important;
}

@media screen and (min-width: 320px) {
    .tabulation input[type="text"] {
        width: 100%;
        float: right;
        margin: 10px 0;
    }
}

@media screen and (min-width: 480px) {
    .tabulation input[type="text"] {
        width: 100%;
        float: right;
        margin: 10px 0;
    }
}

@media screen and (min-width: 480px) {
    .tabulation .cs-select {
        width: 100%;
        float: right;
    }
}

.badge {
    background-color: #f5511e;
}

.tab-content {
    padding: 30px;
    background: white;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 1px solid #eee;
}

/*.tab-content .btn {
    border: 1px solid red !important;
}*/

.nav-tabs {
    border: none;
    /*border: 1px solid #ddd;*/
    /*margin-top: 20px;*/
}

@media screen and (min-width: 320px) {
    .nav-tabs {
        border: none;
        /*margin-top: -30px !important;*/
    }
}

@media screen and (min-width: 360px) {
    .nav-tabs {
        border: none;
        /*margin-top: -30px !important;*/
    }
}

@media screen and (min-width: 768px) {
    .nav-tabs {
        border: none;
        /*border: 1px solid #ddd;*/
        /*margin-top: 20px;*/
    }
}

.nav-tabs a {
    border: none !important;
    font-weight: bold;
    padding: 8px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}


.nav-tabs .active a,
.nav-tabs .active a:hover,
.nav-tabs .active a:focus {
    background: #f5511e !important;
    color: #fff !important;
    font-weight: bold;
    margin-right: 0px;
    margin-bottom: 0px;
}

.nav-tabs:hover a,
.nav-tabs:focus a {
    /*border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;*/
    border-bottom: 0px !important;
}

.mt {
    margin-bottom: 20px;
}

@media screen and (max-width: 360px) {
    .mt {
        margin-bottom: 0px;
    }
}

div.cs-select span {
    padding: 15px;
}

.cs-skin-border {
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 829px) {
    .cs-skin-border {
        max-width: 829px !important;
    }
}

@media screen and (max-width: 30em) {
    .cs-skin-border {
        font-size: 16px;
    }
}

.cs-skin-border span {
    font-size: 13px;
}

.cs-skin-border span:hover {
    background: rgba(0, 0, 0, 0.05) !important;
}

.cs-skin-border>span {
    border: transparent;
    background: rgba(0, 0, 0, 0.05);
    color: #f5511e;
}

.cs-skin-border>span::after {
    font-size: 14px !important;
    content: '\e94d' !important;
    font-family: "icomoon";
}

.cs-skin-border .cs-selected>span::after {
    font-size: 14px !important;
}

.cs-skin-border.cs-active>span {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #f5511e;
}

.cs-select .cs-options {
    -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

#fh5co-work-section,
#fh5co-car,
#fh5co-blog-section,
#fh5co-features,
#fh5co-tours,
#fh5co-testimonial,
.fh5co-content-section {
    padding: 3em 0;
}

@media screen and (max-width: 768px) {

    #fh5co-work-section,
    #fh5co-car,
    #fh5co-blog-section,
    #fh5co-features,
    #fh5co-tours,
    #fh5co-testimonial,
    .fh5co-content-section {
        padding: 4em 0;
    }
}

.fh5co-section-gray {
    /*background: rgba(0, 0, 0, 0.04);*/
}

.heading-section {
    padding-bottom: 1em;
}


/*.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #f5511e;
}*/

.heading-section h3 {
    font-size: 40px;
    font-weight: 400;
    position: relative;
}

.heading-section p {
    font-size: 20px;
}

.heading-title {
    font-size: 40px;
    margin-bottom: 1.5em;
}

.fh5co-tours {
    margin-bottom: 30px;
}

.fh5co-tours>div {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-tours>div img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-tours>div:after {
    opacity: 1;
    visibility: visible;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-tours>div .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 12;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-tours>div .desc h3 {
    color: #fff;
    margin: 0;
    padding: 0;
    opacity: 1;
    font-size: 30px;
    font-weight: 400;
    visibility: visible;
    margin-bottom: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fh5co-tours>div .desc span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 5px;
}

.fh5co-tours>div .desc .price {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.fh5co-tours>div .desc .btn {
    opacity: 1;
    border: 2px solid #fff !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    font-weight: 400 !important;
}

.fh5co-tours>div .desc .btn:hover,
.fh5co-tours>div .desc .btn:focus,
.fh5co-tours>div .desc .btn:active {
    border: 2px solid #f5511e !important;
    background: #f5511e !important;
    color: #fff !important;
}

.fh5co-tours>div:hover {
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

.fh5co-tours>div:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .fh5co-tours>div:hover:after {
        opacity: 0;
        visibility: hidden;
    }
}

.fh5co-tours>div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    .fh5co-tours>div:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.flight-book {
    width: 100%;
    float: left;
    margin-bottom: 1px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flight-book .plane-name {
    width: 40%;
    float: left;
    padding: 6px 20px;
    background: #f5511e;
}

.flight-book .plane-name .p-flight {
    font-size: 18px;
    color: #fff;
}

.flight-book .desc {
    width: 60%;
    float: right;
    background: #00AD7C;
    padding: 6px 20px;
}

.flight-book .desc .left {
    float: left;
}

.flight-book .desc h4,
.flight-book .desc span {
    color: #fff;
}

.flight-book .desc h4 {
    margin-bottom: 0;
}

.flight-book .desc .right {
    float: right;
    font-size: 25px;
}

.flight-book .desc .right i {
    font-weight: 300;
}

.flight-book .desc .right .price {
    font-weight: 400;
}

#fh5co-car .car {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#fh5co-car .car .one-4 {
    width: 40%;
    float: left;
    background: #f5511e;
    padding: 30px;
}

#fh5co-car .car .one-4 h3,
#fh5co-car .car .one-4 span {
    color: #fff;
}

#fh5co-car .car .one-4 span {
    display: block;
    font-weight: 400;
    font-size: 20px;
}

#fh5co-car .car .one-4 small {
    font-size: 14px;
}

#fh5co-car .car .one-1 {
    width: 60%;
    float: right;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}

@media screen and (max-width: 992px) {
    .feature-left .icon {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    .feature-left .icon {
        width: 15%;
    }
}

.feature-left .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #f5511e;
}

.feature-left .feature-copy {
    float: right;
    width: 80%;
}

@media screen and (max-width: 992px) {
    .feature-left .feature-copy {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .feature-left .feature-copy {
        width: 85%;
    }
}

@media screen and (max-width: 480px) {
    .feature-left .feature-copy {
        width: 80%;
    }
}

.feature-left .feature-copy h3 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.feature-left .feature-copy p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

#fh5co-destination {
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 3em 0;
    background: #fdcec0;
    /* height: auto; */
    /* overflow: hidden; */
}

#fh5co-destination-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

#fh5co-destination-list li {
    display: table;
    padding: 0;
    margin: 0;
    list-style: none;
    min-height: 220px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    position: relative;
}

@media screen and (max-width: 480px) {
    #fh5co-destination {
        position: absolute;
    }

    #fh5co-destination-list li {
        margin-left: 0;
    }

    footer {
        justify-content: center;
        text-align: center;
        position: absolute;
        margin-top: 81rem;
    }

    #footer div {
        display: block !important;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 414px) {
    footer {
        margin-top: 85.5rem;
    }
}

@media screen and (max-width: 375px) {
    footer {
        margin-top: 83rem;
    }
}

@media screen and (max-width: 360px) {
    footer {
        margin-top: 79rem;
    }
}

@media screen and (max-width: 320px) {
    footer {
        margin-top: 83rem;
    }
}

#fh5co-destination-list li .title-bg {
    min-height: 220px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    background: #00AD7C;
    z-index: 12;
}

#fh5co-destination-list li .title-bg h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

#fh5co-destination-list li .title-bg span {
    text-transform: uppercase;
    letter-spacing: 2px;
}

#fh5co-destination-list li .title-bg span a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #fff;
    padding: 5px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li .title-bg h2 {
        font-size: 24px;
    }
}

#fh5co-destination-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-destination-list li>a {
    min-height: 220px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
}

#fh5co-destination-list li>a:after {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-destination-list li>a .case-studies-summary {
    width: auto;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li>a .case-studies-summary {
        bottom: 1em;
        left: 1em;
        right: 1em;
    }
}

#fh5co-destination-list li>a .case-studies-summary span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-destination-list li>a .case-studies-summary h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li>a .case-studies-summary h2 {
        font-size: 24px;
    }
}

#fh5co-destination-list li:hover:after {
    -webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
    background: rgba(0, 0, 0, 0.3);
}

#fh5co-destination-list li:hover>a:after {
    opacity: 1;
}

#fh5co-destination-list li:hover>a .case-studies-summary h2 {
    margin-top: -5px;
}

#fh5co-destination-list li.two-third {
    width: 65.6%;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li.two-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.two-third {
        width: 100%;
    }
}

#fh5co-destination-list li.one-third {
    width: 32.3%;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li.one-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.one-third {
        width: 100%;
    }
}

#fh5co-destination-list li.one-forth {
    width: 25%;
}

@media screen and (max-width: 768px) {
    #fh5co-destination-list li.one-forth {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.one-forth {
        width: 100%;
    }
}

#fh5co-destination-list li.one-half {
    width: 50%;
}

@media screen and (max-width: 480px) {
    #fh5co-destination-list li.one-half {
        width: 100%;
    }
}

#fh5co-testimonial {
    position: relative;
    background: #00AD7C;
}

#fh5co-testimonial .fh5co-heading h2 {
    color: white;
}

#fh5co-testimonial .box-testimony {
    margin-bottom: 2em;
    float: left;
}

#fh5co-testimonial .box-testimony a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-testimonial .box-testimony a:hover,
#fh5co-testimonial .box-testimony a:focus,
#fh5co-testimonial .box-testimony a:active {
    color: white;
    text-decoration: none;
}

#fh5co-testimonial .box-testimony blockquote {
    padding-left: 0;
    border-left: none;
    padding: 40px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-testimonial .box-testimony blockquote:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    border-top: 15px solid black;
    border-top-color: #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

#fh5co-testimonial .box-testimony blockquote .quote {
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    font-size: 30px;
    line-height: 0;
    display: table;
    color: #fff;
    width: 56px;
    height: 56px;
    margin-top: -30px;
    background: #00AD7C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonial .box-testimony blockquote .quote>span {
    display: table-cell;
    vertical-align: middle;
}

#fh5co-testimonial .box-testimony blockquote p {
    letter-spacing: 1px;
}

#fh5co-testimonial .box-testimony .author {
    line-height: 20px;
    color: white;
    font-size: 20px;
    margin-left: 20px;
}

#fh5co-testimonial .box-testimony .author .subtext {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

#fh5co-features {
    padding: 1% 0;
}

#fh5co-features .feature-left {
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    #fh5co-features .feature-left {
        margin-bottom: 30px;
    }
}

#fh5co-features .feature-left .icon i {
    color: #d9d9d9 !important;
}

#fh5co-features .feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}

@media screen and (max-width: 992px) {
    #fh5co-features .feature-left .icon {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-features .feature-left .icon {
        width: 15%;
    }
}

#fh5co-features .feature-left .feature-copy {
    float: right;
    width: 80%;
}

@media screen and (max-width: 992px) {
    #fh5co-features .feature-left .feature-copy {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-features .feature-left .feature-copy {
        width: 85%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-features .feature-left .feature-copy {
        width: 80%;
    }
}

#fh5co-features .feature-left h3 {
    font-size: 16px;
    font-weight: 700;
}

#fh5co-features .feature-left p {
    font-size: 15px;
}

#fh5co-features .feature-left p:last-child {
    margin-bottom: 0;
}

#fh5co-services,
#fh5co-about,
#fh5co-contact {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {

    #fh5co-services,
    #fh5co-about,
    #fh5co-contact {
        padding: 4em 0;
    }
}

#fh5co-services .fh5co-number {
    font-size: 30px;
    color: #f5511e;
    position: relative;
    padding-top: 10px;
    font-style: italic;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#fh5co-services .fh5co-number:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: #f5511e;
}

#fh5co-services .fh5co-icon {
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

@media screen and (max-width: 768px) {
    #fh5co-services .fh5co-icon {
        margin-top: 0px;
        float: none;
    }
}

#fh5co-services .fh5co-icon i {
    font-size: 200px;
    color: #f5511e;
}

@media screen and (max-width: 768px) {
    #fh5co-services .fh5co-icon i {
        font-size: 100px;
    }
}

#fh5co-contact .contact-info {
    margin: 0;
    padding: 0;
}

#fh5co-contact .contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

#fh5co-contact .contact-info li i {
    position: absolute;
    top: .3em;
    left: 0;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .contact-info li a {
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

#fh5co-contact .form-control:focus,
#fh5co-contact .form-control:active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#fh5co-contact input[type="text"] {
    height: 50px;
}

#fh5co-contact .form-group {
    margin-bottom: 30px;
}

.fh5co-testimonial,
.fh5co-team {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

    .fh5co-testimonial,
    .fh5co-team {
        border-right: 0;
        margin-bottom: 80px;
    }
}

.fh5co-testimonial h2,
.fh5co-team h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.fh5co-testimonial figure,
.fh5co-team figure {
    position: relative;
    top: 0px;
    background-size: cover;
    margin-bottom: 20px;
}

.fh5co-testimonial figure img,
.fh5co-team figure img {
    width: 130px;
    height: 130px;
    border: 10px solid #fff;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-testimonial>div,
.fh5co-team>div {
    padding: 30px 30px 0 30px;
}

.fh5co-testimonial>div h3,
.fh5co-team>div h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #f5511e;
}

.fh5co-testimonial>div .position,
.fh5co-team>div .position {
    color: #d9d9d9;
    margin-bottom: 30px;
}

.fh5co-testimonial>div,
.fh5co-testimonial blockquote,
.fh5co-team>div,
.fh5co-team blockquote {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.fh5co-testimonial>div p,
.fh5co-testimonial blockquote p,
.fh5co-team>div p,
.fh5co-team blockquote p {
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}

.fh5co-testimonial span,
.fh5co-team span {
    font-style: italic;
    color: #b3b3b3;
}

.fh5co-testimonial p .text-mute {
    color: #ccc !important;
}

.fh5co-blog {
    margin-bottom: 60px;
}

.fh5co-blog a img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-blog {
        width: 100%;
    }
}

.fh5co-blog .blog-text {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    width: 100%;
    padding: 30px;
    float: right;
    -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.fh5co-blog .blog-text span {
    display: inline-block;
    margin-bottom: 20px;
}

.fh5co-blog .blog-text span.posted_by {
    font-style: italic;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
}

.fh5co-blog .blog-text span.comment {
    float: right;
}

.fh5co-blog .blog-text span.comment a {
    color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text span.comment a i {
    color: #f5511e;
    padding-left: 7px;
}

.fh5co-blog .blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
    color: rgba(0, 0, 0, 0.6);
}

#fh5co-start-project-section {
    padding: 7em 0;
    background: #F64E8B;
}

#fh5co-start-project-section h2 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #fh5co-start-project-section h2 {
        font-size: 30px;
    }
}

#fh5co-start-project-section a:hover,
#fh5co-start-project-section a:focus,
#fh5co-start-project-section a:active {
    color: white !important;
}

#map {
    width: 100%;
    height: 170px;
    border-radius: 5px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.fh5co-social-icons>a {
    padding: 4px 10px;
    color: #f5511e;
}

.fh5co-social-icons>a i {
    font-size: 26px;
}

.fh5co-social-icons>a:hover,
.fh5co-social-icons>a:focus,
.fh5co-social-icons>a:active {
    text-decoration: none;
    color: #5a5a5a;
}

footer {
    /*overflow: hidden;*/
    display: block !important;
    text-align: center !important;
    justify-content: center !important;
    width: 100%;
}

#footer {
    background: #393e46;
    padding: 30px 0 10px;
    position: relative;
}

#footer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

#footer p a {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 25px;
}

#footer p a:hover,
#footer p a:active,
#footer p a:focus {
    color: rgba(255, 255, 255, 0.9) !important;
}

#footer .fh5co-footer-link {
    padding-bottom: 30px;
}

#footer .fh5co-footer-link h3 {
    color: #fdcec0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

#footer .fh5co-footer-link li,
#footer .fh5co-footer-link ul {
    padding: 0;
    margin: 0;
}

#footer .fh5co-footer-link li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.3;
}

#footer .fh5co-footer-link li a {
    color: rgba(255, 255, 255, 0.5) !important;
}

#footer .fh5co-footer-link li a:hover,
#footer .fh5co-footer-link li a:active,
#footer .fh5co-footer-link li a:focus {
    color: #fff !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.btn-default:active {
    background-color: #f5511e !important;
    border-color: #f5511e !important;
    color: #ffffff;
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    /*background: #f5511e;
  color: #fff;
  border: none !important;
  border: 1px solid transparent !important;
  margin-bottom: 10px;*/
    background-color: #f5511e;
    border: 1px solid #f5511e;
    /*max-width: 231px;*/
    /* margin: 25px auto 0; */
    height: 45px;
    /* font-family: Montserrat; */
    /* font-weight: 600; */
    font-size: 14px;
        font-weight: bold;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #f5511e;
    color: #fff !important;
    border-color: #f5511e !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #f5511e !important;
    color: #fff !important;
    outline: none !important;
}

.btn-default {
    margin-bottom: 20px !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.btn.btn-outline {
    background: transparent;
    color: #f5511e;
    border: 2px solid #f5511e !important;
}

.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
    background: #f5511e !important;
    color: #fff !important;
}

.tab-content .btn {
    letter-spacing: 0;
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 829px) {
    .tab-content .btn {
        letter-spacing: 0;
        text-transform: none;
        font-weight: bold;
        font-size: 16px;
    }
}

@media screen and (max-width: 829px) {
    .js .animate-box {
        /*opacity: 0;*/
    }
}

#fh5co-wrapper {
    overflow-x: hidden;
    position: relative;
}

.fh5co-offcanvas {
    overflow: hidden;
}

.fh5co-offcanvas #fh5co-wrapper {
    overflow: hidden !important;
}

#fh5co-page {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-offcanvas #fh5co-page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
    #fh5co-menu-wrap {
        display: none;
    }
}

#offcanvas-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #222;
    right: -240px;
    width: 240px;
    padding: 20px;
    overflow-y: scroll !important;
    display: none;
}

@media screen and (max-width: 768px) {
    #offcanvas-menu {
        display: block;
    }
}

#offcanvas-menu ul {
    padding: 0;
    margin: 0;
}

#offcanvas-menu ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

#offcanvas-menu ul li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
}

#offcanvas-menu ul li a:hover {
    color: #f5511e;
}

#offcanvas-menu ul li>.fh5co-sub-menu {
    margin-top: 9px;
    padding-left: 20px;
}

#offcanvas-menu ul li.active>a {
    color: #f5511e;
}

#offcanvas-menu ul .fh5co-sub-menu {
    display: block !important;
}

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #fff;
}

.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
    background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
        top: 0px;
        margin-top: 2em;
        margin-right: 2em;
    }
}

@media screen and (max-width: 360px) {
    .fh5co-nav-toggle {
        display: block;
        top: 0px;
        margin-top: 2em;
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-top-padded-lg {
    padding-top: 7em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-lg {
        padding-top: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 0em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-top-padded-md {
    padding-top: 4em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-md {
        padding-top: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.row-top-padded-sm {
    padding-top: 2em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-sm {
        padding-top: 2em;
    }
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
    line-height: 1.8;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/hourglass.svg) center no-repeat #222222;
}

.unique {
    font-weight: bold;
    font-size: 36px;
    color: #f5511e;
}

.mar-top40 {
    color: #0000008a;
    font-size: 19px;
    font-weight: 400;
}

.rt_link img {
    padding-right: 20px;
    margin-top: 10px;
}

.heading-section h2 {
    color: #f5511e;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}

.heading-section p {
    font-size: 20px;
    color: #868686;
    font-weight: 400;
    font-weight: bold;
}

ul.nav.nav-tabs li {
    background: #f5511ead;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*margin-right: 2px; */
    font-size: 12px;
    border: 1px solid #fff;
}

@media screen and (max-width: 420px) {
    ul.nav.nav-tabs li {
        background: #f5e2c2;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        /*margin-right: 2px; */
        font-size: 12px;
        border: 1px solid #f5511e;
        width: 100%;
    }
}

li.active {
    border-top-left-radius: 5px;
}

li a i {
    margin-right: 5px;
}

#logo_brand {
    position: absolute;
    left: 50%;
    margin-left: -90px !important;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}


/* Carousel */

.carousel-control {
    width: 4%;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-next {
    background-color: #eee;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    bottom: 94px;
}

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -100%;
    }

    .carousel-inner .next {
        left: 100%;
    }

    .carousel-inner .prev {
        left: -100%;
    }

    /*.active>div {
        display: none;
    }*/

    .active>div:first-child {
        display: block;
    }

    /*mar-19th*/
    .res-color-white {
        color: #fff;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .active>div {
        display: none;
    }

    .active>div:first-child {
        display: block;
    }

    .active>div:first-child+div {
        display: block;
    }

    /*mar-19th*/
    .res-color-white {
        color: #fff;
    }
}

@media (min-width: 992px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }
}

.img-responsive {
    /* min-height: auto;
    object-fit: cover; */
    /* height: 60px; */
     /*margin-top: 3%;*/ 
    float: left;
}

.slide-img {
    min-height: 310px !important;
    max-height: 310px;
    margin: auto;
    width: 100%;
    object-fit: cover;
}

.ratings {
    display: block;
    text-align: center;
    color: #f5511e;
    font-size: 18px;
    margin-top: 10px;
}

.ratings1 {
    text-align: left;
    color: #0000008a;
    font-size: 12px;
    /* margin-top: 10px; */
    font-weight: bold;
    /*float: right;*/
    vertical-align: middle;
}

.fa-star {
    color: #f5511e;
}

.fa-star-o {
    color: #f5511e;
}

.fa-star-half-o{
    color: #f5511e;
}

.hotel_name {
    display: block;
    text-align: center;
    color: #f5511e;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.price {
    display: block;
    color: #0000008a;
    font-size: 16px;
    font-weight: 400;
}


/* Carousel end */

.mrg_left_hd {
    margin-top: -5.5em;
}


/* Search Page */

.fh5co-cover-search,
.fh5co-hero-search {
    position: relative;
    height: auto;
}

@media screen and (max-width: 768px) {

    .fh5co-cover-search,
    .fh5co-hero-search {
        height: auto;
    }
}

.panel {
    border: 1px solid #eee !important;
}


/* Style the tab */

.tab {
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    border-bottom: 1px solid #f5511e;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 25px;
    margin-right: 25px;
}


/* Style the buttons inside the tab */

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 30px;
    transition: 0.3s;
    font-size: 15px;
    text-transform: uppercase;
}


/* Change background color of buttons on hover */

.tab button:hover {
    color: #fff;
}


/* Create an active/current tablink class */

.tab button.active {
    color: #fff;
    border-bottom: 2px solid #f5511e;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 2s;
    animation: fadeEffect 2s;
    color: #494948;
    font-weight: 600;
    font-size: 12px;
}

.tabcontent label {
    color: #69532e;
    text-transform: uppercase;
    font-size: 12px !important;
    padding-bottom: 5px !important;
    font-weight: 600 !important;
}

.tabcontent input {
    color: #3d3d3d;
    height: 50px !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1px;
}


/* Fade in tabs */

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.search_count {
    color: #b58f52;
    /*padding-left: 10px;*/
    font-family: "Open Sans", Arial, sans-serif;
}

#fh5co-search-results {
    padding: 3em 0;
}

.fh5co-hero-list {
    width: 1600px;
    margin: auto;
}

.brdr-right {
    border-right: 1px solid #dcdcdc;
}

.brdr-left {
    border-left: 1px solid #dcdcdc;
}

.brdr-full-right {
    padding-top: 20px;
    border: 1px solid #dcdcdc;
    margin-right: 4px;
    padding-top: 0px;
}

.brdr-full-left {
    border: 1px solid #dcdcdc;
    margin-left: 4px;
    padding: 15px;
}

.padd-left {
    padding-left: 15px !important;
}

.padd-right {
    padding-right: 15px !important;
}

.flt-right {
    float: right;
}

.flt-left {
    float: left;
}

.search_results {
    border-bottom: 1px solid #dcdcdc;
    padding: 40px 0 !important;
}

.search_img {
    width: 100%;
    height: 179px;
    object-fit: cover;
}

.search_res {
    padding-left: 0;
}

.search_location {
    font-size: 14px;
    font-weight: 500;
    color: #636669;
    padding-bottom: 5px;
}

.search_hotel_name {
    font-size: 18px;
    font-weight: 600;
    color: #f5511e;
}

.search_hotel_desc {
    font-size: 14px;
    color: #0000008a;
    padding-bottom: 5px;
}

.search_menus {
    background-color: transparent;
    border: 1px solid #e0ad5e;
    border-radius: 5px;
    padding: 5px 15px;
    color: #e0ad5e;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 500;
}

.search_results .ratings {
    display: block;
    text-align: left;
    color: #060606;
    font-size: 13px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.search_results .fa-star,
.star_ratings .fa-star {
    color: #f5511e;
    font-size: 13px !important;
}

.search_starts {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #e9b45f;
}

.search_starts1 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-bottom: 5px !important;
    text-align: center;
}

.search_book {
    letter-spacing: 0px;
    font-weight: bold;
    /*padding: 10px !important;*/
    width: auto !important;
    text-align: center !important;
    margin: 20px auto 0 auto;
    text-transform: none !important;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.search_results .price {
    font-size: 28px;
    font-weight: bold;
}

.pagination {
    display: inline-block;
    /*margin-top: 100px;*/
}

.pagination li span,
.pagination>li>a,
.pagination>li>span {
    color: #8d9da7 !important;
    float: left;
    font-size: 12px;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: 600;
    background-color: #fff !important;
    border: 0px !important;
}

.pagination .active,
.pagination a:hover,
.pagination a:focus,
.pagination>.active>span {
    color: #ecb55c !important;
    border: 0px solid #8d9da7 !important;
    border-radius: 3px;
    font-size: 16px;
    background-color: #faf8f9 !important;
}

.price_slider h1 {
    font-size: 14px;
    color: #f5511e;
    font-weight: 600;
    margin-top: 30px;
}

.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
    position: relative !important;
}

.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    background-color: transparent !important;
}

.star_rate {
    float: right !important;
    line-height: 20px;
    color: #000 !important;
    margin-bottom: 30px;
    margin-top: 12px;
}

.star_rate_hglght {
    font-size: 18px !important;
    float: left !important;
    line-height: 20px;
    color: #000 !important;
    margin-bottom: 30px;
}

.star_rate_bg {
    background-color: #eee;
    padding: 8px !important;
    margin: 3px !important;
    color: #000 !important;
    border: 1px solid #dadada !important;
    border-radius: 3px !important;
    box-shadow: 2px 2px 2px 2px #f3f3f3 !important;
    text-decoration: none !important;
    font-weight: bold;
}

.star_rate a {
    padding: 8px 4px !important;
    margin: 3px 0px !important;
    color: #0000008a !important;
    border: 1px solid #dadada !important;
    border-radius: 3px !important;
    box-shadow: 2px 2px 2px 2px #f3f3f3 !important;
    text-decoration: none !important;
    font-weight: bold;
}

.price_slider input[type="radio"],
.price_slider input[type="checkbox"] {
    margin: 5px 0 !important;
}


/* The container */

.check {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-weight: 400;
}


/* Hide the browser's default radio button */

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.check:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.check input:checked~.checkmark {
    background-color: #f5511e;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.check input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.check .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.list-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px !important;
    /* text-transform: uppercase; */
    display: inline-block;
    width: 100%;
    color: #000;
}

.location {
    font-size: 14px;
    color: #0000008a;
}

.full_location {
    display: block;
    padding-bottom: 16px;
    color: #0000008a;
}

.book {
    font-size: 12px;
    text-align: left;
    ;
    color: #0000008a;
}

.about-heading {
    font-size: 16px;
    color: #0000008a;
    /*padding-top: 30px;*/
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.about-content {
    font-size: 15px;
    line-height: 22px;
    color: #0000008a;
    letter-spacing: 0.2px;
}

.cs-select {
    height: 50px;
    border: 0px solid #dcdcdc;
    border-radius: 10px;
    color: #0000008a;
    font-size: 14px;
    width: 100%;
    padding-left: 10px !important;
    font-weight: bold;
    background-color: #f2f2f2;
    /* margin-left: 25%; */
    /* margin-top: 50px; */
    /* padding: 20px 0 20px 10px; */
    /* border: 0 !important; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/down_arrow.png);
    background-size: 12px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

.cs-select-menu {
    border: 0px solid #dcdcdc;
    border-radius: 10px;
    color: #0000008a;
    font-size: 16px;
    padding-left: 10px !important;
    font-weight: bold;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23b88d50'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    text-transform: uppercase;
}

#fh5co-primary-menu .fh5co-sub-menu-menu {
    padding: 10px 7px 10px;
    background: #fff;
    left: 0;
}

.return a{
    font-size: 14px;
    color: #797979 !important;
    transition: 0.2s all linear;
}
.return a:hover
{
    color: #f5511e !important;
}
.menu-detail-page .return a:hover i
{
    color: #f5511e !important;   
}
.about-more {
    float: right;
    padding-bottom: 20px;
}

.text-right {
    float: right;
}

.padd-none {
    padding: 0px !important;
}

.border-bot {
    border-bottom: 1px solid #dcdcdc;
    margin: 15px;
}

.comment-text {
    border: 1px solid #dcdcdc;
    color: #af9d9d;
    padding: 10px;
    width: 100%;
}

.img-border {
    height: 100px;
    width: 100px;
    padding: 2px;
    border-radius: 5px;
}

.menu_brdr {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 40px;
}

.menu_brdr1 {
    border: none;
    margin-top: 40px;
}

.menu_brdr ul li,
.menu_brdr1 ul li {
    float: left !important;
    list-style-type: none;
    font-size: 14px;
    padding: 8px 8px 0px 8px;
    color: #000 !important;
}

.menu-tabs {
    /*border-bottom: 1px solid #dcdcdc;*/
    padding-left: 15px;
}

.menu-tabs1 {
    /*border-bottom: 1px solid #dcdcdc;*/
    padding-left: 15px;
}

.menu-tabs a {
    border: none !important;
    font-weight: bold;
    padding: 15px 20px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400
}

.menu-tabs1 a {
    border: none !important;
    font-weight: bold;
    padding: 15px 20px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

@media screen and (max-width: 768px) {

    .menu-tabs a,
    .menu-tabs1 a {
        font-weight: normal;
        font-size: 13px;
        padding: 15px 10px !important;
    }
}

.menu-tabs .active a {
    /*background: #f5511e !important;
  color: #fff !important;
  font-weight: bold;*/
    margin-right: 0px;
    margin-bottom: 1px;
    color: #f5511e;
    border-bottom: 5px solid #f5511e !important;
}

.menu-tabs1 .active a {
    margin-right: 0px;
    margin-bottom: 1px;
    color: #f5511e;
    border-bottom: 5px solid #f5511e !important;
    font-size: 16px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent !important;
    color: #f5511e;
    /*border-bottom: 5px solid #f5511e !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;*/
}


/* Style the tab */

.tab-vert {
    float: left;
    border-right: 1px solid #dcdcdc;
}


/* Style the buttons that are used to open the tab content */

.tab-vert button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 6px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: right;
    font-weight: 500;
}


/* Change background color of buttons on hover */

.tab-vert button:hover {
    background-color: transparent;
}


/* Create an active/current "tab button" class */

.tab-vert button.active {
    background-color: transparent;
    color: #f5511e;
}

.food {
    /*border-bottom: 1px solid #dcdcdc;*/
    padding-bottom: 10px !important;
    margin-top: 10px !important;
}

@media screen and (max-width: 420px) {
    .food {
        /*border-bottom: 1px solid #dcdcdc;*/
        padding-bottom: 45px !important;
        margin-top: 10px !important;
    }
}

.review {
    /*border-bottom: 1px solid #f5511e;*/
    padding-bottom: 10px;
    margin-top: 10px !important;
}

.left_menu {
    font-size: 14px;
}

.add_cart {
    text-align: right;
    margin-bottom: 15px;
}

.label-show {
    margin-top: 5px;
}

.cart_button {
    background-color: transparent;
    border: 1px solid #f5511e;
    border-radius: 5px;
    padding: 5px 15px;
    color: #f5511e;
    /*margin-right: 10px;*/
    font-size: 11px;
    font-weight: 500;
    margin-top: 0px;
}

.partial .module-box li,
.partial>.module-box .list-group-item,
#category-box .list-group-item a,
.cart-items ul li {
    color: #697162 !important;
    border-bottom: 1px solid #eee;
    padding: 10px 5px !important;
}

.fa-angle-right {
    color: #0000008a !important;
}

.food_name {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}

.food_price {
    color: #0000008a;
    font-size: 13px;
    font-weight: bold;
}
.food_description
{
    font-size: 13px;
    margin-top: 5px;
}
.menu_brdr1 .tab-content {
    margin: 0 20px !important;
    padding: 20px !important;
}

.review_block {
    background-color: #f4f4f4;
    padding: 20px 25px 10px 25px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.review_title {
    font-size: 14px;
    font-weight: 600;
    color: #0000008a;
    padding-bottom: 5px;
}

.review_content {
    font-size: 14px;
    color: #6b6a6a;
    font-weight: 500;
}

.comment_rating {
    font-size: 12px;
    font-weight: 600;
    color: #b18336;
}

.comment_date {
    font-size: 12px;
    font-weight: 400;
    color: #6b6a6a;
}

.view_more {
    font-size: 14px;
    font-weight: 500;
}

.text_center {
    text-align: center;
}

.sidebar_right {
    border: 1px solid #dcdcdc;
    margin-left: 4px;
}

.sidebar_head {
    color: #fff;
    padding: 13px 10px;
    font-weight: 500;
    background: #f5501e;
    text-align: center;
}

.sidebar_content {
    /* border-top: 1px solid #dcdcdc;*/
    color: #000;
}

.sidebar_cart {
    font-size: 16px;
    float: left;
    font-weight: bold;
    padding: 0px;
    color: #f5511e;
}

.sidebar_cart_items {
    color: #f5511e;
    font-size: 12px;
    float: right;
    padding-top: 0px;
}

.sidebar_cart_title {
    font-size: 14px;
    font-weight: 600;
    padding: 0px !important;
    color: #000000;
    text-transform: capitalize;
    line-height: 22px;
}

.sidebar_cart_increment {
    border: 1px solid #dcdcdc;
    width: 104px;
    font-size: 12px;
    color: #0000008a;
    border-radius: 3px;
}

.sidebar_cart_price {
    font-size: 14px;
    font-weight: 600;
    /*padding: 30px 0px 0px 0px;*/
    text-align: right;
}

.sidebar_cart_remove {
    font-size: 14px;
    font-weight: 600;
    /*padding: 40px 0px 0px 0px;*/
    text-align: center;
}

.sidebar_cart_remove a {
    color: #dcdcdc !important;
}

.qty {
    width: 40px;
    height: 25px;
    text-align: center;
    border: none;
}

input.qtyplus,
input.qtyminus {
    width: 25px;
    height: 25px;
    background: transparent;
    border: none;
}

.sidebar_content_checkout {
    border-top: 1px solid #dcdcdc;
    color: #000;
    height: 170px;
}

.sidebar_cart_subtotal {
    padding-top: 30px;
    font-weight: 500;
}

.sidebar_cart_content {
    font-size: 13px;
    color: #635e5e;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 18px;
    padding-left: 15px;
}

.btn_checkout {
    background-color: #b58d50;
    padding: 15px 90px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

.sidebar_content_detail {
    border-top: 1px solid #dcdcdc;
    color: #000;
    height: 350px;
    padding-top: 25px;
}

.sidebar_cart_good {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.sidebar_check_cont {
    color: #0000008a;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.list-group-alert {
    padding: 0;
}

.list-group-alert li {
    list-style: none;
    color: #fff !important;
}

.book-head {
    margin-top: 15px;
    margin-bottom: 0;
    display: table;
    width: 100%;
}

.book-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #0000008a;
    text-transform: uppercase;
    /* font-size: 24px; */
    font-weight: 600;
    letter-spacing: 1px;
}

.book-title1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: #0000008a;
    /* text-transform: uppercase; */
    /* font-size: 24px; */
    font-weight: 600;
    letter-spacing: 1px;
}

.alert {
    margin-bottom: 0px !important;
}

.padd-right {
    padding-right: 0px !important;
}

.alert-danger {
    font-size: 12px;
    margin-top: 15px;
    padding: 10px;
    background-color: #a94442 !important;
    border-color: #a94442 !important;
    color: #fff !important;
}

.alert-success {
    padding: 10px;
    margin-top: 10px;
    background-color: #3c763d !important;
    color: #fff;
    font-size: 12px !important;
}

.alert-dismissable .close {
    right: 5px !important;
    margin-top: 22px !important;
    /*top:20px;*/
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}


/* icon support */

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}


/* left-aligned */

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}


/* right-aligned */

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}


/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}


/* no icon support for input elements */

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}


/* button icon element(s) */

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}


/* workarounds */


/* Support: Firefox 5 - 40 */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}


/* Spinner specific style fixes */

.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}


/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}


/* Icons */

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}


/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    /*border: 1px solid #c5c5c5;*/
    /*background: #f6f6f6;*/
    font-weight: normal;
    color: #f5511e;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    /*border: 1px solid #003eff;*/
    background: #f5511e;
    font-weight: normal;
    color: #ffffff !important;
    text-align: center;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}


/* positioning */

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.search_err {
    color: #e23131;
    display: none;
    /* font-size: 18px; */
    font-weight: bold;
}

.drop-down {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 0;
    font-family: verdana;
}

.drop-down select {
    display: none;
}

.drop-down .select-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 40px;
    padding: 0;
    background-color: #595959;
}

.drop-down .select-list li {
    display: none;
}

.drop-down .select-list li span {
    display: inline-block;
    min-height: 40px;
    min-width: 280px;
    width: 100%;
    padding: 5px 15px 5px 35px;
    background-color: #595959;
    background-position: left 10px center;
    background-repeat: no-repeat;
    font-size: 16px;
    text-align: left;
    color: #FFF;
    opacity: 0.7;
    box-sizing: border-box;
}

.drop-down .select-list li span:hover,
.drop-down .select-list li span:focus {
    opacity: 1;
}

.nav-tabs>li {
    margin-bottom: 0px !important;
}

.list-group-item {
    font-weight: bold !important;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    color: #fff !important;
    background-color: #f5511e !important;
}

.list-group-item.active .fa {
    color: #ffffff !important;
}

.content_bacg {
    border: 0px solid #fdcec0 !important;
    background-color: #fdcec0;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding-top: 10px;
}

.content_inn_wrap {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
}

.list-img {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.mix {
    overflow: hidden;
    display: none;
    /*margin-bottom: 34px;*/
}

.gallery {
    list-style: none;
    padding: 0;
    display: table;
    margin: 0 auto 30px;
    width: 100%;
}
.gallery li {
    display: inline-block;
    width: 33.333%;
    padding: 0 15px;
}
.gal-img
{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    padding: 5px;
}

.location-banner {
    min-height: 375px;
    max-height: 375px;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 7px;
}

.reservation_title {
    font-size: 18px;
    padding-bottom: 14px !important;
}

.class-select {
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 95%;
    padding: 10px 20px;
    margin-top: 8px;
    line-height: 1;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    background-color: transparent;
    border: none;
    display: inline !important;
    width: 100% !important;
    cursor: pointer;
    -moz-appearance: none;
}

.class-select1 {
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 95%;
    padding: 10px 20px;
    margin-top: 0px;
    line-height: 1;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    display: inline !important;
    width: 100% !important;
    cursor: pointer;
    -moz-appearance: none;
}

.class-select2 {
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 95%;
    padding: 10px 10px;
    /* margin-top: 8px; */
    line-height: 1;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    background-color: rgb(255, 255, 255);
    border: none;
    display: inline !important;
    width: 100% !important;
    cursor: pointer;
    -moz-appearance: none;
    height: 45px;
    border: 1px solid #ccc;
}

.modal-body {
    padding: 30px;
}

.m_body {
    border: 1px solid #e5e5e5;
    margin-top: 3%;
}

.modal-title {
    color: #fff !important;
    text-transform: capitalize;
    text-align: center;
}

.modal-footer {
    text-align: center;
}

.form-control-static {
    font-size: 16px !important;
}

.rigt-padd {
    margin-left: 30px;
}

.flt-right {
    float: right;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 20px;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 3px;
}

.table-hover>tbody>tr:hover {
    background-color: #fdcec0 !important;
}

.profile_image {
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    padding: 5px;
}

.prof_img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}


/*** Menus ***/

.menus-page .btn-menus {
    display: none;
}

.menu-container {
    width: 100%;
}

.menu-items>div {
    /*float: left;*/
    width: 100%;
}

.menu-category>h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
}

.menu-item {
    border-top: 1px dashed #eee;
    width: 100%;
    padding: 0 15px 0;
}

@media (max-width:767px) {
    .menu-item {
        border-top: 0px dashed #eee !important;
        width: 100%;
        padding: 0 15px 0;
    }
}

.menu-item:first-child {
    border-top: 0px none;
}

.menu-name {
    display: block;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu-desc {
    line-height: 14px;
}

.menu-price {
    vertical-align: middle;
}

.menu-button {
    margin-top: 0;
    margin-left: 5px;
}

.menu-right {
    text-align: right;
    line-height: 22px;
}

.menu-button .btn-cart {
    border: 0 none;
    color: #FFF;
    padding: 3px 8px;
}

.menu-category>p {
    font-size: 13px;
}

.menu-items {
    font-size: 12px;
}

.menu-container .menu-toggle {
    display: block;
    font-size: 15px;
    padding: 12px 10px;
    color: inherit;
    outline: none;
}

.menu-container .menu-toggle .fa {
    font-weight: 300;
}

.menu-container .menu-toggle.collapsed .fa-angle-up,
.menu-container .menu-toggle .fa-angle-down {
    display: none;
}

.menu-container .menu-toggle.collapsed .fa-angle-down,
.menu-container .menu-toggle .fa-angle-up {
    display: block;
}

.menu-container .navbar-collapse {
    padding-top: 15px;
}

@media (max-width:767px) {
    #local-menus .menu-list {
        margin: 0 -15px;
    }

    .menu-container {
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
    }

    #local-information,
    #local-information .nav-tabs>li>a {
        font-size: 11px;
        padding: 8px 5px;
    }
}

@media (max-width: 992px) {
    #local-menus .menu-list {
        margin: 0 -15px;
    }

    .menu-container {
        margin-bottom: 0;
        /*border-bottom: 1px solid #eee;*/
        padding: 0 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu-container .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: hidden !important;
        visibility: hidden !important;
    }

    .menu-container .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
}


/*** End Menus ***/

input[type="text"].form-control::-webkit-input-placeholder {
    color: white;
}

.form-control {
    background-color: transparent !important;
    color: #0000008a !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    border: 1px solid #cccccc !important;
}

.form-control-bg {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.change_lang {
    border: 0px;
    background-color: transparent;
    color: #f5511e;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin-left: 20px;
    text-transform: uppercase;
    -webkit-appearance: none;
    outline: none;
}

#feedback_comment {
    overflow: auto;
    resize: none;
}

.btn-dropdown {
    float: left;
    margin: 0px 10px;
    border: 1px solid #a94442;
    border-radius: 5px;
    background-color: #f5e2c2;
    outline: none;
}

.fa-chevron-down,
.fa-chevron-up {
    color: #a94442 !important;
}

.text-muted {
    color: #0000008a !important;
}

.tablink {
    display: block;
    background-color: #ffffff;
    border: 1px solid #bf8d50;
    float: left;
    font-weight: bold;
    padding: 8px 65px;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    outline: none;
    border-bottom: 0px;
    margin-right: 5px;
}

.tablink:hover,
.tablink:active {
    background-color: #bf8d50 !important;
    color: #000 !important;
}

.nav-tabs {
    border-bottom: 0px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #fff !important;
    padding: 15px 30px !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    color: #fff !important;
    background: transparent;
    padding: 15px 30px !important;
}

.nav-tabs>li>a::after {
    content: "";
    background: #f5511e;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.tab-content {
    padding: 20px
}

.tooltips {
    position: relative;
    display: inline-block;
}

a.list-group-item-danger {
    background-color: #fdcec0 !important;
}

.tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: #f5511e;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    float: left;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

.policy_label {
    float: left;
    text-align: left;
    padding: 10px;
}

.policy_content {
    float: left;
    text-align: left;
    padding: 10px;
}

.after-log-top-space {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
}

.country-bg-none .select2-container .select2-choice {
    background-image: none;
    box-shadow: none;
}

.country-bg-none .form-control .select2-choice .select2-arrow {
    background: none;
}

.country-bg-none .select2-container .select2-choice .select2-arrow {
    border: none;
}

.select2-drop-active {
    border: 1px solid #cccccc;
}

.country-bg-none .select2-dropdown-open .select2-choice {
    background: none;
}

.country-bg-none .select2-container .select2-choice>.select2-chosen {
    color: #797579;
}

.mar-none {
    margin-top: 0px !important;
}

.green-bg-cat-left
{
    background: #e8f1dc;
    border-radius: 5px;
}
ul.nav.tab-green li
{
    background: #a3ce50;
}
.text-cat-green
{
    color: #7d9e5a;
}
.cart-gren
{
    color: #ffffff;
    border: 1px solid #f5511e;
    border-radius: 7px;
    padding: 3px 10px;
    font-weight: bold;
    line-height: 1;
    font-size: 22px;
    margin-top: 0px;
    background: #f5511e;
}
.grey-bg-smoova
{
    background: #f4f4f4 !important;
}
.content_bacg .fa
{
   color: #f5501e;
}
.content_bacg a
{
   color: #f5501e !important;
}

.form-search .search-input
{
    background: #fff !important;
    color: #383838 !important;
}
.rest-type
{
    margin-top: 10px;
    margin-bottom: 0px;
    color: #f5511e;
    font-weight: bold;
    margin-left: 10px;
    font-size: 15px;
}

.star-rating-check {
  display: inline-block;
  margin-bottom: 15px;
}

.star-rating-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.star-rating-check label {
  position: relative;
  cursor: pointer;
  margin-right: 15px !important;
}

.star-rating-check label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ababab;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.star-rating-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #f5511e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.open-now-btn
{
        width: 100%;
    background-color: #f5511e;
    border: 1px solid #f5511e;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.extra-filter
{
    margin-top: 20px;
}
.extra-filter ul
{
     padding-left: 0;
    margin-top: 20px;  
    margin-bottom: 0px; 
}
.extra-filter ul li
{
    font-size: 14px;
     margin-bottom: 5px;
}
.extra-filter ul li i
{
    font-size: 16px;
    font-weight: bold;
    margin-right: 6px;
}

.modal-content
{
    border: none;
}
#main-header .navbar-collapse, .modal-header {
    background-color: #f5501e !important;
    border-radius: 6px 6px 0 0;
}
button.close, button.close:hover
{
    color: #fff;
    opacity: 1;
}
.btn-default, .panel-default .panel-heading, .panel-nav-tabs.panel-default .panel-heading
{
    background: #f5501e !important;
    border-color: #f5501e !important;
}

.brdr-full-right
{
    margin-right: 0px;
}
.cart-gren:focus
{
    outline: none;
}
button.close:focus
{
    outline: none;
}
/*#page-content
{
    height: auto !important;
}*/
.items-img
{
    width: 100%;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}
.flex-direction-nav
{
    display: none;
}
.pdf-generate .btn-primary
{
    margin-right: 15px;
}
.location-top
{
    margin-top: 20px;
}
.pad-left-10 
{
    padding-left: 15px; 
}
.list-bottom
{
    margin-bottom: 10px !important;
}
.about-heading
{
    margin-bottom: 15px;
    margin-top: 30px;
}
.ratings.detail-page
{
    display: none;
}
.ratings-with-title .ratings.detail-page
{
    display: inline-block;
}
.mt-10-list {
    margin-bottom: 10px;
}
.mt-0
{
    margin-top: 0;
}
.ratings-with-title {
    display: table;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.list-with-btn {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.title-with-btn {
    display: table-cell;
    width: 50%;
    padding: 0 0px 0 15px;
}
.book-table-btn {
    width: 50%;
    margin-left: auto;
    display: inline;
}
.ratings-with-title .list-title {
    word-break: break-word;
    margin-top: 0;
    margin-bottom: 0 !important;
}
.orders-tab {
    display: inline-block;
}
.orders-tab li.active a, .orders-tab li a:hover {
    padding: 8px 25px !important;
}
.orders-tab li a {
    padding: 8px 25px !important;
}
.login-feed {
    display: inline-block;
    vertical-align: top;
    float: right;
}
.login-feed .feed-btn {
    border: none !important;
    letter-spacing: 0px;
    height: auto;
    color: #fff !important;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    background: #000;
    padding: 8px 20px !important;
    text-transform: initial;
    font-size: 14px !important;
}
.mt-10-list {
    margin-bottom: 10px;
}
.book-table-order {
    padding: 15px 20px !important;
    height: auto !important;
    font-weight: bold;
    font-size: 12px !important;
}
.ret-10 {
    margin-top: 10px;
    display: inline-block;
}
.orders-tab-content
{
    display: inline-block;
    width: 100%;
    background: #f4f4f4;
    border-radius: 0;
    margin-top: 10px;
    border: 1px solid #e4e4e4;
}
.review .list-title, .review .menu_brdr1
{
    margin-top: 0px;
}
.cart-coupon .input-group
{
    width: 100%;
    margin-bottom: 20px;
}
.cart-buttons
{
  padding-bottom: 20px;  
  padding-top: 20px;
}
.cart-items.sidebar_content
{
    overflow-x: hidden !important;
}

/*Aug-28-2020 */

.demo-gallery
{
    padding: 30px 0;
}
.demo-gallery > .light-zoom {
  margin-bottom: 0;
    width: 110%;
}

.demo-gallery > .light-zoom > .gal-img-col {
  display: inline-block;
  list-style: outside none none;
}

.demo-gallery > .light-zoom > .gal-img-col a {
  display: block;
  overflow: hidden;
  position: relative;
}

.demo-gallery > .light-zoom > .gal-img-col a > .menu-banner {
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  -moz-transition: -moz-transform 0.4s ease 0s;
  -o-transition: -o-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  height: 350px;
  width: 100%;
  padding: 0px;
}

.demo-gallery > .light-zoom > .gal-img-col a:hover > .menu-banner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.demo-gallery .light-zoom .gal-img-col:first-child
{
    width: 60%;
    float: left;
    perspective: 1;
    /* transform: skewX(-25deg); */
    /* margin-left: -100px; */
    /* padding-right: 5px; */
    clip-path: polygon(0% 0%, 100% 0, 90% 100%, 0% 100%);
}
.demo-gallery .light-zoom .gal-img-col:last-child
{
    width: 40%;
    float: left;
    perspective: 1;
    /* transform: skewX(-25deg); */
    /* margin-right: -100px; */
    clip-path: polygon(15% 0%, 110% 0, 100% 100%, 0% 100%);
    margin-left: -70px;
}
.menu-banner
{
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
}
#lg-share, .lg-fullscreen, #lg-download, .lg-sub-html, .lg-autoplay-button
{
    display: none;
}
.menu-information-box {
    background: #efeded;
    padding: 20px;
}
.common-box-for-menu {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 3px;
    display: inline-block;
    width: 100%;
}
.menu-list-info, .menu-list-info .panel-heading
{
    background-color: transparent !important;
    border: none;
    padding: 0;

}
.menu-list-info.nav-tabs li
{
     background: transparent !important;
     border: none !important;
     margin-right: 5px;
     margin-left: 10px;
}
.menu-list-info.nav-tabs li a
{
    color: #4e4e4e !important;
    padding: 0px !important;
        font-size: 14px;
        margin-right: 0px;
}
.menu-list-info.nav-tabs .active a
{
    color: #ec5924 !important;   
}
.menu-list-info.nav-tabs .active a
{
    background: transparent !important;

}
.menu-list-info.nav-tabs>li>a::after
{
    display: none;
}
.menu-detail-page
{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.menu-detail-page .return i
{
    margin-right: 10px;
}
.menu-detail-page .return i
{
    color: #797979 !important;    
    transition: 0.2s all linear;
}
.full_location .address-head
{
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}
.full_location .address-text
{
    font-size: 14px;
}
.address-with-map
{
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}
.about-with-desc
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
}
.about-desc
{
    font-size: 14px;
}
.menu-tab-list ul.nav.nav-tabs li
{
    background: #f4f4f4;
    border-radius: 10px 10px 0 0;
    margin-right: 5px;
}
.menu-tab-list ul.nav.nav-tabs li a
{
    color: #8a8a8a !important;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
}
.menu-tab-list ul.nav.nav-tabs li.active
{
    border-radius: 10px 10px 0 0;
}
.menu-tab-list ul.nav.nav-tabs li.active a
{
    color: #fff !important;
    text-transform: uppercase;
}
.category-heading
{
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
}
.orders-tab-content .list-group
{
    border-top: 1px dotted #8a8383;
}
.orders-tab-content .partial .module-box li.list-group-item 
{
    padding: 0px !important;
    margin-left: -20px;
}
.orders-tab-content .partial #category-box.module-box li.list-group-item a
{
    font-size: 14px !important;
    border: none !important;
    transition: 0.2s all linear;
    padding: 8px 0 8px 20px !important;
}
.orders-tab-content .partial #category-box.module-box li.list-group-item a:hover, .orders-tab-content .partial #category-box.module-box li.list-group-item a.active
{
    background: #fff;
    color: #f5511e !important;
    font-weight: bold;
}
.orders-tab-content .menu-container
{
    margin: -20px 0;
    padding: 20px 10px 20px 10px;
    border-left: 1px solid #bdbdbd;
}
.orders-tab-content .menu-container .navbar-collapse
{
    padding: 0px;
}
.orders-tab-content .partial.partial-area
{
    padding-right: 10px !important;
}
.menu-heading
{
    font-size: 20px;
    color: #f5511e;
    padding-bottom: 20px !important;
    display: inline-block;
    font-weight: normal;
    text-transform: capitalize;
    width: 100%;
    border-bottom: 1px dotted #8a8383;
}
.menu-row 
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu-col-img
{
    width: 20%;
}
.menu-col-desc
{
    width: 50%;
    padding: 0px 10px;
}
.menu-col-price
{
    width: 20%;
}
.menu-col-cart
{
    width: 10%;
}
.price-food
{
    font-size: 14px;
    color: #545454;
    font-weight: normal;
    margin-bottom: 0px;
}
.price-number
{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}
.orders-tab-content .menu-items
{
    margin-bottom: 20px;
}
.orders-tab-content .menu-items .food
{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    margin-top: 0px !important;
}
.menu-detail-page-bg
{
    overflow: hidden;
}
.mob-fix
{
    background: #f4f4f4;
    padding: 15px 15px;
}
.cart-box-right
{
    padding: 0 15px;    
    border-radius: 5px;
}
.cart-box-right .sidebar_head
{
    margin: 0 -15px;
    border-radius: 5px 5px 0 0;
}
.cart-box-right .sidebar_cart
{
    float: none;
    color: #fff;
}
.estimate-time
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.estimate-time .sidebar_cart_items
{
    float: none;
    color: #797979;
}
.estimate-time .sidebar_cart_items strong
{
    color: #f5511e;
}
.del-type .order-type
{
    display: inline-block;
    width: 100%;
}
.del-type .order-type .btn
{
    text-transform: capitalize;
    padding: 8px 20px !important;
    box-shadow: none;
    background: #f4f4f4;
    margin-bottom: 0px !important;
}
.del-type .order-type .btn.active:first-child, .del-type .order-type .btn:hover:first-child
{
    border-radius: 7px 0 0px 7px;
}
.del-type .order-type .btn.active:last-child, .del-type .order-type .btn:hover:last-child
{
    border-radius: 0px 7px 7px 0px;
}
.cart-items.sidebar_content
{
    margin-right: 0px !important;
    padding-right: 0px !important;
}
.cart-items.sidebar_content ul li
{
    padding: 20px 0px 10px 0 !important;
}
.add-delete-cart
{
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 0 15px;
    margin-top: 10px;
}
.add-delete-cart a
{
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;
}
.add-delete-cart .sidebar_cart_remove, .add-delete-cart .sidebar_cart_remove i
{
    color: #000 !important;
}
.cart-coupon .form-control::placeholder
{
    color: #bdbdbd !important;
}
.cart-total .table tr:last-child
{
    border-top: 1px dotted #949494;
}
.cart-total
{
    border-top: 1px solid #f4f4f4;
}
.cart-total .table
{
    margin-bottom: 0px;
}
.cart-total .table td
{
    border: none;
}
.sidebar_cart_price .amount
{
    color: #000 !important;
}
.cart-total .table .sidebar_cart_title
{
    color: #a2a2a2;   
}
.orders-tab-content .review_block
{
    background-color: transparent;
    padding: 10px 0px 10px 0px;
}
.orders-tab-content #info_tab .list-group
{
    border: none;
    padding: 5px;
}
.book-table-btn .book-table-order
{
    border: none !important;
    letter-spacing: 0px;
    height: auto;
    color: #fff !important;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    background: #000;
    padding: 8px 20px !important;
    text-transform: initial;
    font-size: 14px !important;
}
#gallery_tab h5
{
    margin-top: 20px;
}
.gallery-desc
{
    font-size: 14px;
}
/* gallery image */

.demo-gallery-gal > .light-zoom-gal > .gal-img-col-gal {
  margin-bottom: 15px;
  display: inline-block;
  list-style: outside none none;
}

.demo-gallery-gal > .light-zoom-gal > .gal-img-col-gal a {
  display: block;
  overflow: hidden;
  position: relative;
}

.demo-gallery-gal > .light-zoom-gal > .gal-img-col-gal a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.demo-gallery-gal > .light-zoom-gal > .gal-img-col-gal a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery-gal > .light-zoom-gal > .gal-img-col-gal a:hover .demo-gallery-poster-gal > img {
  opacity: 1;
}

.demo-gallery-gal > .light-zoom-gal > .gal-img-col-gal a .demo-gallery-poster-gal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery-gal > .light-zoom-gal > .gal-img-col-gal a .demo-gallery-poster-gal > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery-gal > .light-zoom-gal > .gal-img-col-gal a:hover .demo-gallery-poster-gal {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery-gal .light-zoom-gal > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery-gal .light-zoom-gal > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery-gal .light-zoom-gal > a:hover .demo-gallery-poster-gal > img {
  opacity: 1;
}

.demo-gallery-gal .light-zoom-gal > a .demo-gallery-poster-gal {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery-gal .light-zoom-gal > a .demo-gallery-poster-gal > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
@media (min-width: 1024px) and (max-width: 1200px)
{
    .demo-gallery .light-zoom .gal-img-col:last-child
    {
        margin-left: -50px;
    }
}
@media (max-width: 1023px)
{
.mob-nopad
    {
        padding: 0 10px;
    }
    .gallery li
    {
        padding: 0px;
    }
    .gal-img {
        height: 110px;
    }
    .s013 form .inner-form .input-wrap.second {
        min-width: 0px !important;
    }
    .pad-l0
    {
        padding-left: 0;
    }
    .cart-coupon .input-group-btn
    {
        width: 100%;
        display: inline-block;
    }
    .cart-coupon .btn-primary
    {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        border-radius: 5px !important;
        margin-left: 0px !important;
    }
    .del-type .order-type .btn.active:first-child, .del-type .order-type .btn:hover:first-child
    {
        border-radius: 5px;
        margin-bottom: 10px !important;
    }
    .orders-tab-content
    {
        padding: 0px;
        border: none;
    }
    .orders-tab-content .menu-container
    {
        border: none;
    }
    .menu-container .menu-toggle
    {
        font-size: 18px;
        color: #f5511e;
        padding-bottom: 20px !important;
        display: inline-block;
        font-weight: normal;
        text-transform: capitalize;
        width: 100%;
        border-bottom: 1px dotted #8a8383;
    }
    .menu-container .menu-toggle i
    {
        font-size: 20px;
    }
    .del-type .order-type
    {
        margin-bottom: 20px;
    }
    .demo-gallery .light-zoom .gal-img-col:last-child
    {
        margin-left: -40px;
    }
}
@media (min-width: 991px) and (max-width: 1023px)
{
    .demo-gallery .light-zoom .gal-img-col:last-child 
    {
        margin-left: -55px;
    }
}
@media (max-width: 1024px) and (min-width: 767px)
{
    .book-table-btn 
    {
        width: 80%;
    }
}
@media (max-width: 767px)
{
    .mob-nopad
    {
       padding: 0 10px;
    }
    .brdr-full-right ul.nav.nav-tabs li
    {
        width: 50%;
        border: 1px solid #fff;
        border-radius: 0;
        background: rgba(245, 81, 30, 0.6784313725490196);
    }
    .list-title
    {
        display: inline-block;
    }
    .nav-tabs>li.active>a, .nav-tabs>li>a
    {
         padding: 15px 25px !important;   
    }
    .gallery li {
    width: 50%;
    }
    .no-pad
    {
        padding: 0;
    }
    .pad-00
    {
        padding: 0px;
    }
    .login-feed .eat-t-feed-btn
    {
        width: 100%;
    }
    .login-feed
    {
        float: none;
        display: block;
    }
    .ratings-with-title .ratings {
        display: block;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .ratings-with-title
    {
        width: auto;
    }
    .book-table-btn {
        width: auto !important;
    }
    .ratings-with-title .list-title {
        font-size: 18px;
        line-height: 25px;
    }
    .ratings-with-title
    {
        margin-bottom: 0px;
    }
    .about-heading {
        margin-top: 20px;
    }
    .login-feed .feed-btn {
        width: 100%;
    }
    .orders-tab
    {
        width: 100%;
    }
    .rate-card
    {
        height: auto !important;
    }
    .side-bar.module-cart_module .cart-items ul li
    {
        margin-bottom: 10px;
        padding-bottom: 10px !important;
    }
    .menu-list {
        margin-top: 0px !important;
    }
    .demo-gallery > .light-zoom > .gal-img-col a > .menu-banner
    {
        height: 120px;
    }
    .demo-gallery .light-zoom .gal-img-col:first-child
    {
        width: 50%;
        /*transform: skewX(0deg);
        margin-left: 0px;*/
        padding-right: 5px;
        clip-path: none;
    }
    .demo-gallery .light-zoom .gal-img-col:last-child
    {
        width: 50%;
        /*transform: skewX(0deg);*/
        margin-left: 0px;
        clip-path: none;
    }
    .menu-detail-page
    {
        margin: 15px 0px;
        padding: 15px;
    }
    .list-with-btn, .title-with-btn
    {
        display: block;
        width: 100%;
        padding: 0px;
    }
    .title-with-btn
    {
        margin-top: 10px;
    }
    .full_location
    {
        padding-bottom: 0px;
    }
    .menu-tab-list ul.nav.nav-tabs li
    {
        border: 2px solid #fff;
        width: 50%;
        margin-right: 0px;
    }
    .menu-tab-list ul.nav.nav-tabs li a
    {
        padding: 8px 20px !important;
    }
    .orders-tab-content
    {
        padding: 0px;
        border: none;
    }
    .orders-tab-content .menu-container
    {
        border: none;
    }
    .items-img
    {
        height: 50px;
    }
    .food_description
    {
        margin-top: 0px;
    }
    .orders-tab-content .menu-items 
    {
        margin-bottom: 0px;
    }
    .menu-row
    {
        flex-wrap: nowrap;
    }
    .menu-col-price
    {
        width: 30%;
    }
    .menu-container .menu-toggle
    {
        font-size: 18px;
        color: #f5511e;
        padding-bottom: 20px !important;
        display: inline-block;
        font-weight: normal;
        text-transform: capitalize;
        width: 100%;
        border-bottom: 1px dotted #8a8383;
    }
    .menu-container .menu-toggle i
    {
        font-size: 20px;
    }
    .del-type .order-type
    {
        margin-bottom: 20px;
    } 
    .cart-total .table-responsive
    {
        border: none;
    }
    .user_reviews .ratings
    {
        margin-top: 0px;
        text-align: left;
    }
    .user_reviews .review_content
    {
        margin-bottom: 5px;
    }
    .user_reviews .review .list-title
    {
        margin-left: 10px;
    }
    .about-content .return
    {
        margin-bottom: 10px;
        display: inline-block;
    }
    #cart-box-affix .panel-cart
    {
        background: #fff !important;
    }
    .demo-gallery-gal > .light-zoom-gal > .gal-img-col-gal
    {
        padding: 5px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 320px), @media screen and (max-width: 360px)
{
    .order-type .btn 
    {
        width: 49% !important;
    }
    .cart-items ul li .name-image
    {
        display: inline-block !important;
    }
}
@media (max-width: 767px) and (orientation: landscape)
{
    .login-feed {
        float: right;
    }
}
@media (max-width: 370px) and (min-width: 320px)
{
    .nav-tabs>li.active>a, .nav-tabs>li>a {
        padding: 15px 15px !important;
    }
    .side-bar.module-cart_module .cart-items ul li
    {
        padding: 0px !important;
        border-color: #eee !important;
    }

}
i.show_password { cursor: pointer !important; }

.language-li .language-li-ul {
    left: 0px !important;
    min-width: 120px;
}
.language-li-ul form li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-transform: capitalize; 
}
.language-li .language-li-ul .language-flag-img {
    width: 20px;
    height: 16px;
}
.language-li .language-li-ul .res-color-white {
    cursor: pointer;
}
.site-text-color { color: #2a8b04; }

.after-log-top-space.min-he {
    padding-top: 30px;
}
.sml-txt{
    margin-top: 4px;
    font-size: 12px;
}
.spl-price {
    font-size: 12px;
    color: green;
    font-weight: normal;
}
.select2-container .select2-choice {
    background: transparent;
    border: 0px;
    box-shadow: none;
}
.select2-container.form-control.customer_delivery_address_select {
    border: 0px !important;
    width: 100%;
}
div#s2id_customer_delivery_address .select2-choice .select2-arrow {
    visibility: hidden;
}
div#s2id_customer_delivery_address span#select2-chosen-1 {
    color: #473836;
    font-weight: 600;
}
.separate_list{
    border: 1px solid #f5511e;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}