.menu-item {
    padding: 8px;
    line-height: 1.5;
    border-top: 1px solid #ddd;
    transition: .2s
}
a{ 
    transition: .2s
}
.menu-top {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    flex-wrap: wrap
}

.menu-title {
    width: 60%
}

.menu-portion {
    width: 25%;
    padding-left: 5px
}

.menu-cost {
    width: 15%;
    text-align: right
}

.menu-item:hover {
    background-color: #f5f5f5
}

a.menu-anchor_item:hover,
.menu-anchor_item:focus {
    color: #fff;
    background: #51ab6d;
    text-decoration: none;
    outline: none
}

.menu-anchor {
    font-size: 15px
}

.menu-anchor_item {
    display: inline-block;
    padding: 2px 5px;
    transition: all .1s linear;
    border: 1px solid #32a067;
    border-radius: 11px;
    margin: 2px 1px
}

.menu-wrap>a {
    font-size: 16px
}
.menu-wrap a:hover{
    text-decoration: none;
    cursor: pointer;
}
a.menu-btn {
    margin: 5px 5px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #666666;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    border-radius: 6px;
    padding-top: 0.46428571em;
    padding-bottom: 0.46428571em;
    padding-right: 2.78571429em;
    padding-left: 2.78571429em;
    border: 1px solid;
    border-color: #d3d3d3;
    font-size: inherit;
    line-height: 1.85714286em;
}
a.menu-btn:hover {
    border-color: #252525;
    color: #252525;
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}
.menu-anchor {
    display: flex;
    flex-wrap: wrap;
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    display: flex;
    /* width: 90%; */
    /* max-width: 1200px; */
    width: 100%;
    flex-direction: row-reverse;
}
.big-photo {
    min-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: inherit;
    background: #000;
}
.Thumbnail-controls {
    display: flex;
    overflow: hidden;
    overflow-y: overlay;
    width: 20%;
    flex-direction: column;
    max-height: 100vh;
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 2;
    cursor: pointer;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
a.prev {
    left: 0;
}
a.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.caption-container {
    position: absolute;
    bottom: 0;
    text-align: left;
    background-color: black;
    padding: 2px 16px;
    color: white;
    left: 0;
}
.numbertext {
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.mySlides img {
    max-height: 99vh;
    width: auto;
    max-width: 100%;
}
.caption-container p {
    font-size: 14px !important;
}
.Thumbnail-controls .column {
    background: #000;
}

img.demo {
    opacity: 0.6;
}
.Thumbnail-controls img {
    width: 100%;
    object-fit: cover;
}
img.demo.active, .demo:hover {
    opacity: 1;
}
.Thumbnail-controls::-webkit-scrollbar {
    width: 5px;
}

.Thumbnail-controls::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.Thumbnail-controls::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.strip {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}

.strip figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 200px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.strip figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.strip figure a:hover img {
    -webkit-transform: translate(-50%,-50%) scale(1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1);
    -o-transform: translate(-50%,-50%) scale(1.1);
    transform: translate(-50%,-50%) scale(1.1);
}

.strip figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}

.strip figure .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255,255,255,.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: .75rem;
    padding: 5px 10px;
}
.strip figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.strip .wrapper {
    padding: 20px 25px 15px;
}

.strip .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
}

.strip .wrapper small {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
    font-size: .8125rem;
}
.strip .wrapper p {
    margin-bottom: 15px;
}

.phoneOrder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phoneOrder .btn {
    font-size: 14px;
    padding: 0 10px;
}

.strip ul {
    padding: 20px 15px 17px 20px;
    border-top: 1px solid #ededed;
}

.strip ul li {
    display: inline-block;
    margin-right: 15px;
}

.strip ul li:first-child {
    font-size: 13px;
    font-size: .8125rem;
    margin-top: -4px;
}

.strip ul li:last-child {
    margin-right: 0;
    float: right;
}

.loc_open, .loc_closed {
    position: relative;
    top: -2px;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border: 1px solid;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.strip ul li .score {
    margin-top: -10px;
}

.score span {
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 8px;
    font-size: 12px;
    font-size: .75rem;
    text-align: right;
    line-height: 1.1;
    font-weight: 500;
}

.score span em {
    display: block;
    font-weight: 400;
    font-size: 11px;
    font-size: .6875rem;
}
.score strong {
    background-color: #004dda;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    -ms-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
    padding: 10px;
    display: inline-block;
}

.custom-search-input-2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-search-input-2 .form-group {
    margin: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    margin-bottom: 0 !important;
    padding-left: 0;
}
.custom-search-input-2 input, .custom-search-input-2 select {
    border: 0;
    height: 50px !important;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
    border-radius: 0;
}
a:hover, a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}
.custom-search-input-2 input[type='submit'] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #004dda;
    margin-right: -1px;
}
.main_title_3 h2, .main_title_3 h3{
    font-size: 1.625rem;
    margin: 0;
    display: inline-block;
}
.main_title_3 {
    border-left: 2px solid #004dda;
    padding-left: 10px;
}
.main_title_2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}
.a2a_default_style a {
    float: left;
    line-height: 16px;
    padding: 0 2px;
}
.a2a_svg {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: 32px;
}
.a2a_label {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0 0,0 0,0 0);
    -webkit-clip-path: polygon(0 0,0 0,0 0);
    overflow: hidden;
    height: 1px;
    width: 1px;
}
.category-row {
    margin-top: 15px;
}
.hero_single {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
    color: #fff;
}
.hero_single.version_2 {
    height: 620px;
    background: #222222 url(/imgTmp/small2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero_single .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero_single.version_2 .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}
.hero_single.version_2 h1 {
    color: #fff;
}
.hero_single.version_2 .wrapper p {
    font-weight: 400;
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
}
ul.bullets {
    width: 100%;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
ul.bullets li {
    position: relative;
    padding-left: 23px;
    width: auto;
    font-size: 18px;
    list-style: none;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}
/* ul.bullets li:before {
    font-style: normal;
    font-weight: 400;
    font-family: eleganticons;
    font-size: 14px;
    font-size: .875rem;
    content: "✔";
    color: #32a067;
    font-size: 14px;
    background: #004dda;
    margin-right: 5px;
    color: #fff;
    border-radius: 22px;
    padding: 0 5px;
} */
.main_title_3 a{
    color: #004dda;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: "Poppins", Helvetica, sans-serif;
}
.main_title_3 a:after {
    content: "→";
    font-size: 21px;
    font-size: 1.3125rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 4px;
}
.jcsb {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media(max-width:767px) {
    .form-control {
        margin-bottom: 10px;
    }
    .Thumbnail-controls {
        display: none !important;
    }
    .swipe-container {
        --n: 1;
        display: flex;
        align-items: center;
        overflow: hidden;
        min-width: 100%;
        min-height: 100vh;
    }
    .mySlides {
        min-width: 100%;
        width: 100%;
        width: calc(100%/var(--n));
        height: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }
    .caption-container {
        width: 100%;
        text-align: center;
    }
    .big-photo {
        height: 90vh;
    }

    .menu-anchor_item {
        padding: 4px 8px;
        margin: 2px 3px
    }
    .menu-anchor_item:first-child {
        margin-left: 0
    }
    .menu-anchor_wrap {
        max-width: 100%;
        overflow: auto
    }
    .menu-anchor {
        width: intrinsic;
        width: -moz-max-content;
        width: -webkit-max-content;
        margin-bottom: 5px
    }
    .custom-search-input-2 input[type='submit'] {
        margin: 20px 0 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
    ul.bullets li {
        width: auto;
        margin-right: 16px;
        font-size: 18px;
    }
}

