.page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffe3bf;
    z-index: 9999;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
    top: 0;
}

.loader-spinner {
    width: 100%;
    height: 100%;
    position: relative;
    top: 40%;
    left: 45%;
    /* margin-left: -20px; */
    /* margin-top: -20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    vertical-align: middle;
}

.double-bounce1,
.double-bounce2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #000;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
    background-image: url('../img/page-loader.png');
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.no-loader .loader {
    display: none !important;
}

.favorite-award-section {
    background-color: #c39963;
    text-align: center;
    padding: 30px 0;
}

.favorite-award-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.favorite-award-list ul li {
    padding: 15px;
}
.favorite-award-title {
    font-weight: bold;
    font-family: 'Futura-Bold_1';
    text-transform: uppercase;
    font-size: 42px;
}
.favorite-award-title span {
    font-family: 'Futura';
    background-color: #000;
    color: #fff;
    font-weight: 500;
    padding: 0 10px;
}
.welcome-about-title {font-weight: bold;font-family: 'Futura-Bold_1';text-transform: uppercase;margin-bottom: 8px;}

.welcome-about-section {
    text-align: center;
}
.welcome-stack-section {
    position: relative;
    padding: 30px 0;
}
.welcome-about-sub-title {
    font-family: 'Roboto';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.welcome-about-section p {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.about-thank-you {
    text-align: center;
    padding: 15px 0;
}
.events-section .container-fluid {
    padding: 0;
}
.about-thank-you p span {
    color: #ff0000;
}
.about-thank-you p {
    font-weight: 500;
    font-style: italic;
    font-size: 3.4rem;
}
.event-img img {
    width: 100%;
    height: 750px;
    object-fit: fill;
 
}
.event-img.event-midddle img {
    height: 820px;
    border: 5px solid #fff;
}
.guranted-section {
    background-color: #130e12;
    padding: 50px 0;
}
.guranted-content-section p {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 2.5rem;
    font-style: italic;
    max-width: 830px;
}
.guranted-content-section p span {
    color: #ff0000;
}
.guranted-section {
    position: relative;
    top: -30px;
    overflow: hidden;
    z-index: -1;
}
.book-stack-content {
    text-align: center;
    margin-bottom: 50px;
}

.book-stack-content p {
    font-size: 16px;
}
.book-form-section .form-group {
    margin-bottom: 1.5rem;
}
.book-btn .book-form-btn {
    font-family: 'Futura';
    font-weight: 500;
    text-transform: uppercase;
    background-color: #000;
    box-shadow: none;
    border: none;
    font-size: 2.5rem;
    letter-spacing: 1px;
}

.book-btn .book-form-btn:hover, .book-btn .book-form-btn:focus {
    background-color: #c39963;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e2e2e2;
    opacity: 1;
}
.header-middle .menu > li.active > a:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 4px;
    background-color: #c39963;
    left: 0;
    bottom: -20px;
    margin: 0 auto;
    right: 0;
    transition: none;
    transform: inherit;
}
.header-middle.fixed .menu > li.active > a:after {
    bottom: -2px;
    height: 3px;
}
.truck-menu-section {
    padding: 30px 0;
    position: relative;
}

.pdf-icon {
    position: absolute;
    right: 10px;
    bottom: 0;
}
.truck-menu-content a {
    color: #000;
}

.truck-menu-content a:hover, .truck-menu-content a:focus {
    color: #c39963;
}
.truck-menu-content .welcome-about-sub-title {
    margin-bottom: 0;
}

.truck-menu-bg {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    padding: 40px 0;
}

.truck-menu-img img {
    text-align: center;
    margin: 0 auto;
    border: 8px solid #fff;
}
.header-middle .menu > li > a:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 4px;
    background-color: #c39963;
    left: 0;
    bottom: -20px;
    margin: 0 auto;
    right: 0;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    transform: scaleX(0);
}

.header-middle .menu > li > a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.header-middle.fixed .menu > li > a:after {
    bottom: -2px;
    height: 3px;
}
.mob-serving-btn .serving-now-btn {
    color: #fff;
    background-color: #ff0000;
    padding: 13px 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.mob-serving-btn .serving-now-btn:hover, .mob-serving-btn .serving-now-btn:focus {
    background-color: #000;
    color: #fff;
}
.mob_social a {
    width: 27px;
    height: 27px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c39963;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
}

.mob_social a:hover, .mob_social a:focus {
    background-color: #ff0000;
    color: #fff;
}
.private-events-bg {
    background-color: #fff;
    padding: 20px 10px;
}

.private-events-content p {
    font-size: 17px;
    margin-bottom: 15px;
}

.package-content p {
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
    max-width: 600px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 20px;
}
.private-guarant p {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}
.f-weight {
    font-weight: bold;
}

.package-content {
    padding: 5px 0;
}
span.red a {
    color: #ff0000;
}
.calendar-bar-holder {
    /* white-space: nowrap; */
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    border: 1px solid #c1c1c1;
    background-color: #e5e3e3;
    min-height: 480px;
}
.calendar-location-day {
    border-right: 1px solid #CCC;
    min-width: 233px;
    max-width: 233px;
    width: 233px;
    overflow: hidden;
    /* padding: 8px 12px 8px 12px; */
    font-size: 12px;
    min-height: 270px;
    display: inline-block;
}
.calendar-day-title {
    padding: 10px 0;
    background-color: #181717;
    /* margin: -8px -12px 0 -12px; */
    /* border-bottom: 1px solid #efefef; */
}
.calendar-day-title p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.calendar-day-title p span {
    color: #c39963;
}

.calendar-day-body {
    padding: 10px;
    min-height: 140px;
    border-bottom: 1px solid #c1c1c1;
}

.calendar-day-body a {
    color: #181717;
    font-size: 15px;
}

.event-timing p {
    color: #0072bc;
}
.calendar-day-body a:hover, .calendar-day-body a:focus {
    color: #c39963;
    text-decoration: underline;
}
.current-location-section {
    text-align: center;
    padding: 30px 0;
}

.our-truck-locations img {
    text-align: center;
    margin: 0 auto;
}
.truck-login-section {
    background-color: #000;
    padding: 100px 0;
}

.form-page-content {
    background-color: #fff;
}
.street-food-section {
    background-color: #ef6c26;
    padding: 0;
    position: relative;
    z-index: 2;
}
.signup-panel p {
    margin: 0;
    background-color: #c39963;
    padding: 20px 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.signup-panel p a {
    color: #000;
}

.signup-panel p a:hover, .signup-panel p a:focus {
    color: #ff0000;
}

.login_check .form-group {
  display: block;
  margin-bottom: 0;
}

.login_check .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.login_check .form-group label {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.login_check .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #e5e3e3;
  border: 2px solid #c1c1c1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 13px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.login_check .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 11px;
  width: 8px;
  height: 20px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.login_check + p {
    margin-left: 7px;
}

.image-box {
  /* margin: 5% auto 0 auto; */
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.image-box::before, .image-box::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ff5722;
  transition: all 0.2s linear;
}
.image-box::before {
  width: 0;
  height: 100%;
  border-left: 0;
  border-right: 0;
}
.image-box::after {
  width: 100%;
  height: 0;
  border-top: 0;
  border-bottom: 0;
}

.image-box:hover::before {
  width: calc(100% + 4px);
}
.image-box:hover::after {
  height: 100%;
}
.img-content {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.image-list img {
    transition: 1s;
    transform: scale(1);
    /* object-fit: cover; */
    /* width: 100%; */
}
.applies-cta-section {
    background-color: #000;
    padding: 50px 0 40px;
}

.image-main-box {
    background-color: #fff;
    text-align: center;
    padding: 20px 20px;
}

.image-main-box img {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

.img-content-title {
    margin: 25px 0;
    font-family: 'Futura';
    text-transform: uppercase;
    font-size: 20px;
}
.image-list img {
    transition: transform .5s ease;
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center;
}

.image-main-box:hover .image-list img {
    transform: scale(1.15);
}
.order-now-map-section .container-fluid {
    padding: 0;
}
.order-heading-panel {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 10px;
}

.order-heading-panel:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(85 85 85 / 80%);
}

.order-social {
    position: relative;
    text-align: right;
}

.food-flex {
    position: relative;
    display: flex;
}

.order-social ul {
    display: block;
    margin: 10px 0;
}

.order-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.order-social ul li a {
    color: #fff;
    display: inline-block;
    border: 0 solid #aaa;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 12px;
    background-color: rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.order-social ul li a:hover {
    background-color: #ef6c26;
}

.food-flex-content {
    margin-left: 10px;
}

.food-flex-title {
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
}

.food-flex-content p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 2px;
}

.food-logo img {
    max-width: 70px;
}
.fries-content {
    padding: 10px;
}

.tab-panel-section {
    display: flex;
    align-items: center;
    text-align: center;
}
.tab-color {
    width: 33.33%;
    background-color: #2683cb;
    border-right: 1px solid #2275b6;
}

.tab-color a {
    color: #eee;
    font-size: 13px;
    padding: 15px 0;
    display: block;
}

.tab-color a span {
    display: block;
}

.tab-color a i {
    font-size: 24px;
}
.tab-color.active {
    background-color: #479bdd;
}

.tab-color a:hover, .tab-color a:focus {
    color: #fff;
}
.thumnail-photos .slick-track {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.thumnail-photos .slick-slider .slick-track, .thumnail-photos .slick-slider .slick-list {
    transform: none !important;
}
.thumnail-photos .slide-thumb img {
    width: 170px;
    height: 170px;
    padding: 5px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.thumnail-photos .slick-slide {
    width: 33.33% !important;
}
.order-now-map-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.thumnail-photos {
    position: relative;
    overflow-y: scroll;
    height: 700px;
}
.photos-section {
    background-color: #000;
    padding: 50px;
    height: 100vh;
}
.slide-main-img img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 85vh;
    object-fit: contain;
    object-position: center;
}
.tab-color:hover {
    background-color: #479bdd;
}
.get_link ul {
    margin: 0;
    margin-top: 7px;
}

.get_link ul li a {
    color: #fff;
    font-size: 15px;
    padding: 10px 10px;
}

.get_link ul li {
    position: relative;
}

.street-food-logo {
    padding: 5px;
}

.get_link ul li:before {
    position: absolute;
    content: '';
    width: auto;
    height: 40px;
    top: -8px;
    left: 0;
    border-left: 1px solid rgba(0,0,0,0.2);
}

.get_link ul li ul li a {
    color: #000;
}

.get_link ul li ul {
    margin-top: 0;
}
.get_link ul li a:hover, .get_link ul li a:focus {
    background-color: rgb(0 0 0 / 20%);
}
.street-breadcrumb-section {
    background-color: #555;
    padding: 5px 0;
}

.bm-link span, .bm-link a {
    color: #fff;
    font-size: 13px;
}

.bm-right-link a {
    color: #fff;
    font-size: 13px;
}

.bm-right-link a:hover, .bm-right-link a:focus {
    color: #ef6c26;
}

.bm-link a:hover, .bm-link a:focus {
    color: #ef6c26;
}
.order-map-section img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
/* bootstrap 4 panel */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}

.panel-body {
    padding: 15px;
    color: rgb(41, 43, 44);
    background-color: transparent;
}


/* colorize */
.panel-default { border-color: rgb(221, 221, 221); }
.panel-default > .panel-heading {
    color: rgb(51, 51, 51);
    background-color: rgb(245, 245, 245);
    border-color: rgb(221, 221, 221);
}

element.style {
}
.order-now-menu-section {
     padding: 10px; 
}
.order-now-menu-section {
    position: relative;
    overflow-y: scroll;
    height: 700px;
}
.order-menu-title {
    font-weight: normal;
    font-size: 20px;
    color: #333;
        margin-bottom: 10px;
}

.panel-default > .panel-heading {
    font-size: 18px;
}

.panel-menu-title {
    color: #222;
    font-size: 16px;
    margin-bottom: 3px;
}

.panel-menu-title span {
    float: right;
}

.panel-menu-list ul li {
    margin-bottom: 20px;
}
#event_table {
    width: 100%;
    color: #555;
    font-size: 12px;
}
.event_table_date {
    text-align: center;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 43px;
}
.event_table_date_day {
    color: #333;
}
.event_table_date_num {
    font-size: 16px;
    line-height: 17px;
    color: #333;
}
.event_table_date_month {
    color: #777;
}
.event_table_orb {
    width: 0px;
    height: 60px;
    position: relative;
    display: inline-block;
}
.orb {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #bb5a5a;
    border: 2px solid #ddd;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 50;
}
.event_table_info {
    border-left: 2px solid #ddd;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    padding-bottom: 5px;
    padding-top: 5px;
}
.event_table_info:hover {
    background-color: #efefef;
}
.event_table_name {
    font-weight: 600;
    color: #333;
    font-size: 13px;
}
.event_table_time {
    color: #777;
}
.event_table_partition {
    border-top: 1px solid #ddd;
    height: 1px;
    margin-right: 10px;
    margin-left: -2px;
}
#event_table tbody tr:last-child .event_table_info {
    padding-bottom: 25px;
}
#map{
    width: 100%;
    height: 100vh;
}
.order-now-menu-section.order-now-map-calendar {
    padding: 0;
}
.header-top .serving-now-btn {
    color: #fff;
    background-color: #ff0000;
    padding: 13px 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.serving-btn {
    margin-left: 15px;
}

.header-top .serving-now-btn:hover, .header-top .serving-now-btn:focus {
    background-color: #000;
    color: #c39963;
}
/****************************************/
/****************************************/
/****************************************/
/****************************************/
/****************************************/
/****************************************/
/* Portrait*/

@media (min-width:922px) and (max-width:1400px){
    .header-top .serving-now-btn {
        font-size: 14px;
        padding: 15px 8px;
    }

    .nav-info-list ul li a {
        font-size: 14px;
    }
    .food-flex-title {
        font-size: 20px;
    }
    .fries-content p {
        font-size: 12px;
    }
    .thumnail-photos .slide-thumb img {
        width: 120px;
        height: 120px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .food-logo img {
        max-width: 50px;
    }

    .food-flex-title {
        font-size: 15px;
    }
    .order-now-menu-section {
        height: 500px;
    }

    .order-now-map-section {
        height: 80vh;
    }
    .order-menu-title {
        font-size: 13px;
    }
    
}

@media (min-width:768px) and (max-width:1024px){
    .order-now-menu-section {
        height: 500px;
    }
    .favorite-award-title {
        font-size: 28px;
    }

    .event-img img {
        height: 380px;
    }

    .event-img.event-midddle img {
        height: 440px;
    }
    .header-top .serving-now-btn {
        font-size: 14px;
        padding: 15px 8px;
    }

    .nav-info-list ul li a {
        font-size: 14px;
    }
    .welcome-about-title {
        font-size: 3rem;
    }

    .about-thank-you p {
        font-size: 3rem;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    .order-now-map-section {
        height: 75vh;
    }
    .order-now-menu-section {
        height: 800px;
    }
        
}
@media (max-width:767px){
    .favorite-award-title {
        font-size: 24px;
        line-height: 1.5;
    }

    .welcome-about-title {
        font-size: 2.5rem;
    }

    .welcome-about-sub-title {
        font-size: 16px;
    }

    .welcome-about-section p {
        font-size: 16px;
    }

    .about-thank-you p {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .event-img img {
        height: 100%;
        width: 100%;
    }

    .event-img.event-midddle img {
        height: 100%;
    }

    .book-btn .book-form-btn {
        font-size: 2rem;
    }

    .guranted-content-section p {
        font-size: 1.8rem;
    }

    .snap-quote {
        margin-top: 30px;
    }
    .pdf-icon {
        position: relative;
        margin-top: 15px;
    }

    .pdf-icon img {
        margin: 0 auto;
    }
    .package-content p {
        font-size: 20px;
    }

    .private-events-content p {
        font-size: 15px;
    }
        .order-now-map-section {
        height: 100%;
    }
    .street-food-logo img {
        margin: 0 auto;
    }

    .get_link.float-right {
        float: none !important;
    }

    .get_link.float-right nav {
        text-align: center;
    }

    .get_link ul {align-items: center;justify-content: center;}

    .get_link ul li:before {
        content: none;
    }

    .get_link ul li a {
        border: 1px solid;
        display: block;
        padding: 5px;
        margin-right: 10px;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .get_link ul li:last-child a {
        margin-right: 0;
    }
    .photos-section{
        height: 100%;
    }
    .slide-main-img img{
        height: 100%;
    }
    .img-content-title {
        font-size: 15px;
    }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .event-img.event-midddle img {
        height: 350px;
    }
    .event-img img {
        height: 300px;
        width: 100%;
    }
    .food-logo img {
        max-width: 40px;
    }

    .food-flex-title {
        font-size: 14px;
    }

    .food-flex-content p {
        font-size: 11px;
    }

    .fries-content p {
        font-size: 12px;
    }

    .tab-color a {
        font-size: 12px;
        padding: 10px 0;
    }

    .tab-color a i {
        font-size: 16px;
    }

    .order-menu-title {
        font-size: 13px;
    }

    .panel-heading {
        padding: 5px 10px;
    }

    .panel-menu-title {
        font-size: 14px;
    }

    .panel-menu-des p {
        font-size: 13px;
        line-height: 1.5;
    }

    .order-now-menu-section {
        height: 200px;
    }
    .thumnail-photos .slide-thumb img {
        width: 100px;
        height: 100px;
    }
    .thumnail-photos{
        height: 400px;
    }
}