/* line 1, ../sass/main.scss */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@font-face {
  font-family: 'museo-normal';
  src: url("../../fonts/Museo300-Regular.otf");
}
@font-face {
  font-family: 'museo-semibold';
  src: url("../../fonts/Museo500-Regular.otf");
}
@font-face {
  font-family: 'museo-bold';
  src: url("../../fonts/Museo700-Regular.otf");
}
@font-face {
  font-family: 'century-gothic';
  src: url("../../fonts/century-gothic.ttf");
}
/* line 39, ../sass/main.scss */
html {
  font-size: 62.5%;
}

/* line 42, ../sass/main.scss */
body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #F3EFE4;
}

/* line 53, ../sass/main.scss */
body {
  font-family: 'century-gothic', arial;
}

/* line 56, ../sass/main.scss */
.museo-normal {
  font-family: 'museo-normal';
}

/* line 59, ../sass/main.scss */
.museo-semibold {
  font-family: 'museo-semibold';
}

/* line 62, ../sass/main.scss */
.museo-bold {
  font-family: 'museo-bold';
}

/* line 65, ../sass/main.scss */
body {
  font-family: 'museo-normal', sans-serif;
  color: #7B2E1B;
}

/* line 69, ../sass/main.scss */
button, a, img,
.home-order-now-btn-img {
  webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

/* line 77, ../sass/main.scss */
.center {
  text-align: center;
}

/* line 80, ../sass/main.scss */
.left {
  text-align: left;
}

/* line 83, ../sass/main.scss */
.ph-color-orange {
  color: #F26522;
}

/* line 86, ../sass/main.scss */
.arial {
  font-family: Arial;
}

/* line 89, ../sass/main.scss */
.underlined, .catering-terms-and-condition:hover {
  text-decoration: underline;
}

/* line 92, ../sass/main.scss */
.vertical-helper {
  display: table !important;
  width: 50%;
  height: 100%;
  margin: 0 auto;
}
/* line 97, ../sass/main.scss */
.vertical-helper .modal-dialog {
  display: table-cell;
  vertical-align: middle;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 1, ../sass/vendors/_datatables.scss */
table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

/* line 1, ../sass/vendors/_datatables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 1, ../sass/vendors/_datatables.scss */
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  /* line 1, ../sass/vendors/_datatables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  /* line 1, ../sass/vendors/_datatables.scss */
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  /* line 1, ../sass/vendors/_datatables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/* line 1, ../sass/vendors/_owl-carousel.scss */
.owl-text,
.owl-item,
.owl-stage,
.owl-stage-outer,
.owl-slide,
.owl-text img,
#home-banner-main-container {
  height: 98.5%;
}

/* line 12, ../sass/vendors/_owl-carousel.scss */
.owl-slide .owl-text.home-slide-item {
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

/**.banner-content-wrapper{
  padding-top: 390px;
  padding-left: 49px;
  padding-right: 1065px;
  top: 361px;
} **/
/* line 23, ../sass/vendors/_owl-carousel.scss */
.owl-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 34, ../sass/vendors/_owl-carousel.scss */
.owl-dot {
  border-radius: 50px;
  height: 11px;
  width: 11px;
  display: inline-block;
  background: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

/* line 43, ../sass/vendors/_owl-carousel.scss */
.owl-dot.active {
  background: transparent;
  border: 2px solid #fff;
  height: 21px;
  width: 21px;
  position: relative;
  top: 5px;
}

/* line 54, ../sass/vendors/_owl-carousel.scss */
.carousel-wrapper {
  background-color: #fff;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 62, ../sass/vendors/_owl-carousel.scss */
  #store-locator-carousel {
    height: 618px;
  }
}
/*Medium Devices, Desktops*/
/*Small Devices, Tablets*/
/*Extra Small Devices, Phones*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 79, ../sass/vendors/_owl-carousel.scss */
  .owl-dots {
    bottom: 15px;
  }
}
/*Custom, iPhone Retina*/
@media only screen and (max-width: 320px) {
  /* line 86, ../sass/vendors/_owl-carousel.scss */
  .owl-dots {
    bottom: 5px;
  }
}
/* line 16, ../sass/partials/_base.scss */
.header-image-title {
  font-size: 10px;
  font-size: 1rem;
}

/* line 18, ../sass/partials/_buttons.scss */
button:focus {
  outline: 0;
}

/* line 29, ../sass/partials/_buttons.scss */
.no-radius {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 34, ../sass/partials/_buttons.scss */
.pch-btn-normal {
  background-color: #F26522;
  text-decoration: none;
  color: #FFF;
  border: 1px solid transparent;
  font-family: 'museo-normal';
}

/* line 44, ../sass/partials/_buttons.scss */
.pch-btn-normal:hover {
  background-color: transparent;
  text-decoration: none;
  color: #F26522;
  border: 1px solid #F26522 !important;
  font-family: 'museo-normal';
}

/* line 3, ../sass/partials/_mainnav.scss */
.main-navigation-header .active {
  transform: scale(1.2);
  font-family: 'museo-semibold';
}

/* line 8, ../sass/partials/_mainnav.scss */
.nav-wrapper {
  min-height: 120px;
  margin-bottom: -20px;
}

/* line 12, ../sass/partials/_mainnav.scss */
.navbar {
  margin-bottom: -20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 18, ../sass/partials/_mainnav.scss */
.navbar-nav {
  font-family: 'museo-normal';
  font-weight: bold;
  background: #F3EFE4;
  height: 100px;
  float: left;
}

/* line 28, ../sass/partials/_mainnav.scss */
.navbar-default {
  border-color: none !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 33, ../sass/partials/_mainnav.scss */
.nav > li {
  padding-right: 5px;
  color: #F26522;
}
/* line 36, ../sass/partials/_mainnav.scss */
.nav > li ul {
  position: absolute;
}

/* line 40, ../sass/partials/_mainnav.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

/* line 43, ../sass/partials/_mainnav.scss */
.nav > li, .nav > li > a {
  transition: all .2s ease-in-out;
}

/* line 46, ../sass/partials/_mainnav.scss */
.nav li a:hover {
  transform: scale(1.2);
  font-family: 'museo-semibold';
}

/* line 52, ../sass/partials/_mainnav.scss */
.navbar-brand img {
  position: relative;
  height: 140px;
  float: left;
  z-index: 8;
  left: 20%;
}

/* line 60, ../sass/partials/_mainnav.scss */
.nav {
  padding-top: 30px;
  padding-left: 75px;
  float: left;
  display: inline-block;
}

/* line 66, ../sass/partials/_mainnav.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #337ab7;
}

/* line 70, ../sass/partials/_mainnav.scss */
.dropdown-menu {
  background-color: #F3EFE4;
  border-radius: 6px !important;
}
/* line 73, ../sass/partials/_mainnav.scss */
.dropdown-menu li > a {
  color: #F26522;
}

/* line 78, ../sass/partials/_mainnav.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #F26522;
  background-color: transparent;
  font-family: 'museo-bold';
  transform: scale(1.2);
}

/* line 86, ../sass/partials/_mainnav.scss */
.collapse {
  height: 100px;
}
/* line 90, ../sass/partials/_mainnav.scss */
.collapse a {
  color: #F26522;
}

/* line 94, ../sass/partials/_mainnav.scss */
.nav_background {
  background: #F3EFE4;
}

/* line 97, ../sass/partials/_mainnav.scss */
.affix {
  position: fixed;
  z-index: 3;
}

/* line 101, ../sass/partials/_mainnav.scss */
.navbar-toggle .icon-bar {
  height: 4px;
  background: #F26522 !important;
}

@media only screen and (max-width: 320px) {
  /* line 105, ../sass/partials/_mainnav.scss */
  .main-navigation-header .active {
    transform: initial !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 105, ../sass/partials/_mainnav.scss */
  .main-navigation-header .active {
    transform: initial !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 105, ../sass/partials/_mainnav.scss */
  .main-navigation-header .active {
    transform: initial !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 105, ../sass/partials/_mainnav.scss */
  .main-navigation-header .active {
    transform: scale(1) !important;
  }
}

/* line 119, ../sass/partials/_mainnav.scss */
.container .navbar-collapse {
  z-index: 8;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 123, ../sass/partials/_mainnav.scss */
  .navbar-brand img {
    left: 0;
  }
}

@media only screen and (max-width: 320px) {
  /* line 129, ../sass/partials/_mainnav.scss */
  .navbar-collapse {
    position: absolute;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    overflow: visible;
    z-index: 1;
    height: auto !important;
    left: 0px;
    text-align: center;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 129, ../sass/partials/_mainnav.scss */
  .navbar-collapse {
    position: absolute;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    overflow: visible;
    z-index: 1;
    height: auto !important;
    left: 0px;
    text-align: center;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 129, ../sass/partials/_mainnav.scss */
  .navbar-collapse {
    position: absolute;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    overflow: visible;
    z-index: 1;
    height: auto !important;
    left: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  /* line 164, ../sass/partials/_mainnav.scss */
  .nav > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    transform: initial !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 164, ../sass/partials/_mainnav.scss */
  .nav > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    transform: initial !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 164, ../sass/partials/_mainnav.scss */
  .nav > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    transform: initial !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 164, ../sass/partials/_mainnav.scss */
  .nav > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    transform: scale(1) !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 179, ../sass/partials/_mainnav.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 179, ../sass/partials/_mainnav.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 179, ../sass/partials/_mainnav.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  /* line 190, ../sass/partials/_mainnav.scss */
  .navbar-nav {
    height: auto !important;
    padding: 5px !important;
    margin: 0px !important;
    background: #fff;
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 190, ../sass/partials/_mainnav.scss */
  .navbar-nav {
    height: auto !important;
    padding: 5px !important;
    margin: 0px !important;
    background: #fff;
    width: 100%;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 190, ../sass/partials/_mainnav.scss */
  .navbar-nav {
    height: auto !important;
    padding: 5px !important;
    margin: 0px !important;
    background: #fff;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 213, ../sass/partials/_mainnav.scss */
  .navbar-collapse.collapse {
    padding: 0px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 217, ../sass/partials/_mainnav.scss */
  .navbar-collapse.collapse .navbar-nav {
    padding: 30px 35px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 217, ../sass/partials/_mainnav.scss */
  .navbar-collapse.collapse .navbar-nav {
    padding: 30px 15px !important;
  }
}

/* line 226, ../sass/partials/_mainnav.scss */
.nav > li > a {
  color: #F26522 !important;
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 226, ../sass/partials/_mainnav.scss */
  .nav > li > a {
    padding: 15px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 226, ../sass/partials/_mainnav.scss */
  .nav > li > a {
    padding: 15px 3px !important;
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 875px) and (max-width: 992px) {
  /* line 226, ../sass/partials/_mainnav.scss */
  .nav > li > a {
    padding: 15px 5px !important;
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 240, ../sass/partials/_mainnav.scss */
  .nav-wrapper {
    min-height: auto !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 240, ../sass/partials/_mainnav.scss */
  .nav-wrapper {
    min-height: auto !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 240, ../sass/partials/_mainnav.scss */
  .nav-wrapper {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 253, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-toggle {
    top: 10px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 258, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-toggle {
    top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 262, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand {
    padding: 5px 0px;
    height: auto !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 262, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand {
    padding: 5px 0px;
    height: auto !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 262, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand {
    padding: 5px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 262, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 70px;
    height: auto !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 70px;
    height: auto !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 70px;
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 80px;
    height: auto !important;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 100px;
    height: auto !important;
  }
}

/* line 303, ../sass/partials/_mainnav.scss */
span#corporate-links {
  padding-left: 20px;
  position: absolute;
  top: 37px;
  color: #F26522;
  font-family: 'museo-semibold';
}
@media only screen and (max-width: 320px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    display: none;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 327, ../sass/partials/_mainnav.scss */
  .owl-carousel .owl-item a.pch-btn-large img {
    width: 25vw;
    width: 80px;
    height: 23px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 327, ../sass/partials/_mainnav.scss */
  .owl-carousel .owl-item a.pch-btn-large img {
    width: 25vw;
    width: 107px;
    height: 31px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 340, ../sass/partials/_mainnav.scss */
  .menu_pop_up_delivery_icon {
    width: 25vw;
    width: 80px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 340, ../sass/partials/_mainnav.scss */
  .menu_pop_up_delivery_icon {
    width: 25vw;
    width: 107px;
  }
}

/* line 10, ../sass/partials/_footer.scss */
.fb {
  color: #415E9A;
}

/* line 13, ../sass/partials/_footer.scss */
.twit {
  color: #01ACEC;
}

/* line 16, ../sass/partials/_footer.scss */
.instag {
  color: #276393;
}

/* line 19, ../sass/partials/_footer.scss */
.snap {
  color: #EBDA69;
}

/* line 22, ../sass/partials/_footer.scss */
.yt {
  color: #C5292A;
}

/* line 25, ../sass/partials/_footer.scss */
.gplus {
  color: #E3897D;
}

/* line 28, ../sass/partials/_footer.scss */
footer {
  height: 170px;
  background-color: #FFF;
  font-family: 'museo-normal';
  padding-top: 20px !important;
}
/* line 34, ../sass/partials/_footer.scss */
footer .social-media {
  margin-top: 30px;
}
@media only screen and (max-width: 320px) {
  /* line 34, ../sass/partials/_footer.scss */
  footer .social-media {
    padding: 0px;
    margin: 25px 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
  /* line 34, ../sass/partials/_footer.scss */
  footer .social-media {
    padding: 0px !important;
    margin: 25px 9% !important;
    text-align: center !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 34, ../sass/partials/_footer.scss */
  footer .social-media {
    padding: 0px;
    margin: 25px 10px;
  }
}
/* line 50, ../sass/partials/_footer.scss */
footer .social-media li {
  display: inline;
}
/* line 52, ../sass/partials/_footer.scss */
footer .social-media li a:hover, footer .social-media li a:active {
  text-decoration: none;
}
/* line 56, ../sass/partials/_footer.scss */
footer .social-media li.social-link {
  margin-right: 20px;
  display: inline;
  text-decoration: none;
  padding: 5px;
  border: 1px solid;
  /*only :after works*/
}
@media only screen and (max-width: 320px) {
  /* line 56, ../sass/partials/_footer.scss */
  footer .social-media li.social-link {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 56, ../sass/partials/_footer.scss */
  footer .social-media li.social-link {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 56, ../sass/partials/_footer.scss */
  footer .social-media li.social-link {
    margin-right: 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 56, ../sass/partials/_footer.scss */
  footer .social-media li.social-link {
    margin-right: 10px !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 56, ../sass/partials/_footer.scss */
  footer .social-media li.social-link {
    margin-right: 10px !important;
  }
}
/* line 77, ../sass/partials/_footer.scss */
footer .social-media li.social-link i {
  width: 20px;
  text-align: center;
  vertical-align: middle;
}
/* line 83, ../sass/partials/_footer.scss */
footer .social-media li.social-link i:after {
  content: '';
  padding-top: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 91, ../sass/partials/_footer.scss */
footer .copy {
  margin-top: 30px;
  color: #B8B8B8;
}
@media only screen and (max-width: 320px) {
  /* line 91, ../sass/partials/_footer.scss */
  footer .copy {
    margin: -15px 0px !important;
    width: 90%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 91, ../sass/partials/_footer.scss */
  footer .copy {
    margin: -15px 0px !important;
    width: 75% !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 91, ../sass/partials/_footer.scss */
  footer .copy {
    margin: 10px 0px !important;
    width: 100% !important;
  }
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/* line 126, ../sass/partials/_footer.scss */
.order-now-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: right;
  /*right: 278px;
  margin-top: -95px; */
}
/* line 133, ../sass/partials/_footer.scss */
.order-now-cta:hover {
  animation: bounce 1s;
}
/* line 136, ../sass/partials/_footer.scss */
.order-now-cta a {
  display: inline-block;
}
/* line 139, ../sass/partials/_footer.scss */
.order-now-cta a:hover,
.order-now-cta a:visited {
  text-decoration: none;
}
@media only screen and (max-width: 320px) {
  /* line 126, ../sass/partials/_footer.scss */
  .order-now-cta {
    padding-right: 0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 126, ../sass/partials/_footer.scss */
  .order-now-cta {
    padding-right: 0;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 126, ../sass/partials/_footer.scss */
  .order-now-cta {
    padding-right: 0 !important;
  }
}
/* line 155, ../sass/partials/_footer.scss */
.order-now-cta img {
  height: 95px;
  margin: 0 3px;
  padding: 0 10px;
}
@media only screen and (max-width: 320px) {
  /* line 155, ../sass/partials/_footer.scss */
  .order-now-cta img {
    height: 70px;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 155, ../sass/partials/_footer.scss */
  .order-now-cta img {
    height: 70px;
    margin: 0 3px;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 155, ../sass/partials/_footer.scss */
  .order-now-cta img {
    height: 85px;
    margin: 0 3px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 155, ../sass/partials/_footer.scss */
  .order-now-cta img {
    height: 95px;
    margin: 0 3px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 155, ../sass/partials/_footer.scss */
  .order-now-cta img {
    height: 120px;
    margin: 0 3px;
    padding: 0 10px;
  }
}
/* line 185, ../sass/partials/_footer.scss */
.order-now-cta .cta-text {
  font-family: 'museo-bold';
  line-height: 8rem;
  color: #FFF;
  /* top: 20px; */
  /* left: 16px !important; */
  height: 130px;
  width: 100%;
  padding: 45px 5px;
  text-align: right;
  padding-right: 8px;
}
@media only screen and (max-width: 320px) {
  /* line 185, ../sass/partials/_footer.scss */
  .order-now-cta .cta-text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 11rem;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 185, ../sass/partials/_footer.scss */
  .order-now-cta .cta-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 8rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 185, ../sass/partials/_footer.scss */
  .order-now-cta .cta-text {
    line-height: 5rem;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 185, ../sass/partials/_footer.scss */
  .order-now-cta .cta-text {
    line-height: 5rem;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  /* line 185, ../sass/partials/_footer.scss */
  .order-now-cta .cta-text {
    line-height: 6rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  /* line 185, ../sass/partials/_footer.scss */
  .order-now-cta .cta-text {
    line-height: 5rem;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* line 229, ../sass/partials/_footer.scss */
.order-now-cta .orange {
  background: url("../../images/about/ordernoworange.png") no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 5%;
}
@media only screen and (max-width: 320px) {
  /* line 229, ../sass/partials/_footer.scss */
  .order-now-cta .orange {
    background-size: 70px;
    width: 30%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 229, ../sass/partials/_footer.scss */
  .order-now-cta .orange {
    background-size: 100px;
    width: 30%;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 229, ../sass/partials/_footer.scss */
  .order-now-cta .orange {
    background-size: 120px;
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 229, ../sass/partials/_footer.scss */
  .order-now-cta .orange {
    width: 30%;
    background-size: 118px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 229, ../sass/partials/_footer.scss */
  .order-now-cta .orange {
    width: 12%;
    background-size: 118px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  /* line 229, ../sass/partials/_footer.scss */
  .order-now-cta .orange {
    width: 9%;
    background-size: 117px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  /* line 229, ../sass/partials/_footer.scss */
  .order-now-cta .orange {
    width: 9%;
    background-size: 117px;
  }
}
/* line 267, ../sass/partials/_footer.scss */
.order-now-cta .brown {
  background: url("../../images/about/ordernowbrown.png") no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 5%;
}
@media only screen and (max-width: 320px) {
  /* line 267, ../sass/partials/_footer.scss */
  .order-now-cta .brown {
    background-size: 70px;
    width: 30%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 267, ../sass/partials/_footer.scss */
  .order-now-cta .brown {
    background-size: 100px;
    width: 30%;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 267, ../sass/partials/_footer.scss */
  .order-now-cta .brown {
    background-size: 120px;
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 267, ../sass/partials/_footer.scss */
  .order-now-cta .brown {
    width: 30%;
    background-size: 118px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 267, ../sass/partials/_footer.scss */
  .order-now-cta .brown {
    width: 12%;
    background-size: 118px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
  /* line 267, ../sass/partials/_footer.scss */
  .order-now-cta .brown {
    width: 9%;
    background-size: 117px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  /* line 267, ../sass/partials/_footer.scss */
  .order-now-cta .brown {
    width: 9%;
    background-size: 117px;
  }
}

/* line 3, ../sass/partials/_mainnav.scss */
.main-navigation-header .active {
  transform: scale(1.2);
  font-family: 'museo-semibold';
}

/* line 8, ../sass/partials/_mainnav.scss */
.nav-wrapper {
  min-height: 120px;
  margin-bottom: -20px;
}

/* line 12, ../sass/partials/_mainnav.scss */
.navbar {
  margin-bottom: -20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

/* line 18, ../sass/partials/_mainnav.scss */
.navbar-nav {
  font-family: 'museo-normal';
  font-weight: bold;
  background: #F3EFE4;
  height: 100px;
  float: left;
}

/* line 28, ../sass/partials/_mainnav.scss */
.navbar-default {
  border-color: none !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 33, ../sass/partials/_mainnav.scss */
.nav > li {
  padding-right: 5px;
  color: #F26522;
}
/* line 36, ../sass/partials/_mainnav.scss */
.nav > li ul {
  position: absolute;
}

/* line 40, ../sass/partials/_mainnav.scss */
.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}

/* line 43, ../sass/partials/_mainnav.scss */
.nav > li, .nav > li > a {
  transition: all .2s ease-in-out;
}

/* line 46, ../sass/partials/_mainnav.scss */
.nav li a:hover {
  transform: scale(1.2);
  font-family: 'museo-semibold';
}

/* line 52, ../sass/partials/_mainnav.scss */
.navbar-brand img {
  position: relative;
  height: 140px;
  float: left;
  z-index: 8;
  left: 20%;
}

/* line 60, ../sass/partials/_mainnav.scss */
.nav {
  padding-top: 30px;
  padding-left: 75px;
  float: left;
  display: inline-block;
}

/* line 66, ../sass/partials/_mainnav.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #337ab7;
}

/* line 70, ../sass/partials/_mainnav.scss */
.dropdown-menu {
  background-color: #F3EFE4;
  border-radius: 6px !important;
}
/* line 73, ../sass/partials/_mainnav.scss */
.dropdown-menu li > a {
  color: #F26522;
}

/* line 78, ../sass/partials/_mainnav.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #F26522;
  background-color: transparent;
  font-family: 'museo-bold';
  transform: scale(1.2);
}

/* line 86, ../sass/partials/_mainnav.scss */
.collapse {
  height: 100px;
}
/* line 90, ../sass/partials/_mainnav.scss */
.collapse a {
  color: #F26522;
}

/* line 94, ../sass/partials/_mainnav.scss */
.nav_background {
  background: #F3EFE4;
}

/* line 97, ../sass/partials/_mainnav.scss */
.affix {
  position: fixed;
  z-index: 3;
}

/* line 101, ../sass/partials/_mainnav.scss */
.navbar-toggle .icon-bar {
  height: 4px;
  background: #F26522 !important;
}

@media only screen and (max-width: 320px) {
  /* line 105, ../sass/partials/_mainnav.scss */
  .main-navigation-header .active {
    transform: initial !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 105, ../sass/partials/_mainnav.scss */
  .main-navigation-header .active {
    transform: initial !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 105, ../sass/partials/_mainnav.scss */
  .main-navigation-header .active {
    transform: initial !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 105, ../sass/partials/_mainnav.scss */
  .main-navigation-header .active {
    transform: scale(1) !important;
  }
}

/* line 119, ../sass/partials/_mainnav.scss */
.container .navbar-collapse {
  z-index: 8;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 123, ../sass/partials/_mainnav.scss */
  .navbar-brand img {
    left: 0;
  }
}

@media only screen and (max-width: 320px) {
  /* line 129, ../sass/partials/_mainnav.scss */
  .navbar-collapse {
    position: absolute;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    overflow: visible;
    z-index: 1;
    height: auto !important;
    left: 0px;
    text-align: center;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 129, ../sass/partials/_mainnav.scss */
  .navbar-collapse {
    position: absolute;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    overflow: visible;
    z-index: 1;
    height: auto !important;
    left: 0px;
    text-align: center;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 129, ../sass/partials/_mainnav.scss */
  .navbar-collapse {
    position: absolute;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    overflow: visible;
    z-index: 1;
    height: auto !important;
    left: 0px;
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  /* line 164, ../sass/partials/_mainnav.scss */
  .nav > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    transform: initial !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 164, ../sass/partials/_mainnav.scss */
  .nav > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    transform: initial !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 164, ../sass/partials/_mainnav.scss */
  .nav > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    transform: initial !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 164, ../sass/partials/_mainnav.scss */
  .nav > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    transform: scale(1) !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 179, ../sass/partials/_mainnav.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 179, ../sass/partials/_mainnav.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 179, ../sass/partials/_mainnav.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  /* line 190, ../sass/partials/_mainnav.scss */
  .navbar-nav {
    height: auto !important;
    padding: 5px !important;
    margin: 0px !important;
    background: #fff;
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 190, ../sass/partials/_mainnav.scss */
  .navbar-nav {
    height: auto !important;
    padding: 5px !important;
    margin: 0px !important;
    background: #fff;
    width: 100%;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 190, ../sass/partials/_mainnav.scss */
  .navbar-nav {
    height: auto !important;
    padding: 5px !important;
    margin: 0px !important;
    background: #fff;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 213, ../sass/partials/_mainnav.scss */
  .navbar-collapse.collapse {
    padding: 0px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 217, ../sass/partials/_mainnav.scss */
  .navbar-collapse.collapse .navbar-nav {
    padding: 30px 35px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 217, ../sass/partials/_mainnav.scss */
  .navbar-collapse.collapse .navbar-nav {
    padding: 30px 15px !important;
  }
}

/* line 226, ../sass/partials/_mainnav.scss */
.nav > li > a {
  color: #F26522 !important;
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 226, ../sass/partials/_mainnav.scss */
  .nav > li > a {
    padding: 15px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 226, ../sass/partials/_mainnav.scss */
  .nav > li > a {
    padding: 15px 3px !important;
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 875px) and (max-width: 992px) {
  /* line 226, ../sass/partials/_mainnav.scss */
  .nav > li > a {
    padding: 15px 5px !important;
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 240, ../sass/partials/_mainnav.scss */
  .nav-wrapper {
    min-height: auto !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 240, ../sass/partials/_mainnav.scss */
  .nav-wrapper {
    min-height: auto !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 240, ../sass/partials/_mainnav.scss */
  .nav-wrapper {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 253, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-toggle {
    top: 10px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 258, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-toggle {
    top: 10px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 262, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand {
    padding: 5px 0px;
    height: auto !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 262, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand {
    padding: 5px 0px;
    height: auto !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 262, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand {
    padding: 5px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 262, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 70px;
    height: auto !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 70px;
    height: auto !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 70px;
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 80px;
    height: auto !important;
    margin: 20px 0;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 278, ../sass/partials/_mainnav.scss */
  .navbar-header .navbar-brand img {
    width: 100px;
    height: auto !important;
  }
}

/* line 303, ../sass/partials/_mainnav.scss */
span#corporate-links {
  padding-left: 20px;
  position: absolute;
  top: 37px;
  color: #F26522;
  font-family: 'museo-semibold';
}
@media only screen and (max-width: 320px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    display: none;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 303, ../sass/partials/_mainnav.scss */
  span#corporate-links {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 327, ../sass/partials/_mainnav.scss */
  .owl-carousel .owl-item a.pch-btn-large img {
    width: 25vw;
    width: 80px;
    height: 23px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 327, ../sass/partials/_mainnav.scss */
  .owl-carousel .owl-item a.pch-btn-large img {
    width: 25vw;
    width: 107px;
    height: 31px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 340, ../sass/partials/_mainnav.scss */
  .menu_pop_up_delivery_icon {
    width: 25vw;
    width: 80px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 340, ../sass/partials/_mainnav.scss */
  .menu_pop_up_delivery_icon {
    width: 25vw;
    width: 107px;
  }
}

/* line 2, ../sass/partials/_pagination.scss */
.pagination a {
  color: #F26522;
  margin-right: 20px;
}
/* line 5, ../sass/partials/_pagination.scss */
.pagination a:hover {
  text-decoration: none;
}
/* line 10, ../sass/partials/_pagination.scss */
.pagination strong {
  background-color: #F26522;
  color: #FFF;
  border: 1px solid #F26522;
  padding: 10px;
  margin-right: 20px;
}
/* line 16, ../sass/partials/_pagination.scss */
.pagination strong:hover {
  text-decoration: none;
  color: #F26522;
  background-color: transparent;
  border: 1px solid #F26522;
}

/* line 1, ../sass/partials/_modal.scss */
.ph-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #e5e5e5;
}
/* line 5, ../sass/partials/_modal.scss */
.ph-modal-header .modal-title {
  font-weight: bold;
}

/* line 9, ../sass/partials/_modal.scss */
.ph-modal-footer {
  padding: 15px;
  text-align: right;
  background: #ffffff;
  border-top: 1px solid #ffffff;
}
/* line 14, ../sass/partials/_modal.scss */
.ph-modal-footer .ph-modal-close {
  color: #808080;
  cursor: pointer;
}

/* line 1, ../sass/modules/_global.scss */
a,
button {
  webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

/* line 8, ../sass/modules/_global.scss */
.content-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
}

/* line 12, ../sass/modules/_global.scss */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, ../sass/modules/_global.scss */
.content-wrapper {
  min-height: 400px;
}

@media only screen and (max-width: 320px) {
  /* line 21, ../sass/modules/_global.scss */
  .container {
    width: 100% !important;
    padding: 0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 21, ../sass/modules/_global.scss */
  .container {
    width: 100% !important;
    padding: 0;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 21, ../sass/modules/_global.scss */
  .container {
    width: 100% !important;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 21, ../sass/modules/_global.scss */
  .container {
    width: 100% !important;
    padding: 0;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 21, ../sass/modules/_global.scss */
  .container {
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 42, ../sass/modules/_global.scss */
  body {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 42, ../sass/modules/_global.scss */
  body {
    overflow-x: hidden;
  }
}

/* line 50, ../sass/modules/_global.scss */
.img-100 {
  width: 100%;
}

/* line 53, ../sass/modules/_global.scss */
.txt-primary-input:focus,
.txt-primary-input {
  background-color: #d7d7d7;
  border-radius: 0px;
  font-family: 'century-gothic', arial;
  outline: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-color: transparent !important;
}

/* line 1, ../sass/modules/_home.scss */
.pch-btn-large.home-banner-order-now-btn {
  background-color: #F26522;
  font-family: 'museo-normal';
  text-decoration: none;
  color: #FFF;
  border: 1px solid transparent;
  font-size: 15px;
  font-size: 1.5rem;
  width: 208px;
  height: 59px;
  border-radius: 5px !important;
  margin-top: 15px;
}

/* line 5, ../sass/modules/_home.scss */
.pch-btn-large.home-banner-order-now-btn:hover {
  color: #F26523;
  background-color: transparent;
  border: 1px solid #F26523;
}

/* line 8, ../sass/modules/_home.scss */
.orange-btn-color {
  background-color: #F26522 !important;
  border: 1px solid #F26522 !important;
  color: #ffffff !important;
}

/* line 13, ../sass/modules/_home.scss */
.orange-btn-color:hover {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #F26522 !important;
}

/* line 18, ../sass/modules/_home.scss */
.white-btn-color {
  background-color: #ffffff !important;
  border: 1px solid #ffffff !important;
  color: #F26522 !important;
}

/* line 23, ../sass/modules/_home.scss */
.white-btn-color:hover {
  background-color: #F26522 !important;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}

/* line 28, ../sass/modules/_home.scss */
#home-banner-main-container {
  padding: 0;
}

/* line 31, ../sass/modules/_home.scss */
#home-banner-main-container .owl-slide {
  padding: 0;
}

/* line 34, ../sass/modules/_home.scss */
#home-ads-main-wrapper {
  overflow: hidden;
  padding-bottom: 57px;
  background-color: #FFF2E2;
  padding-top: 35px;
}

/* line 40, ../sass/modules/_home.scss */
#home-ads-main-wrapper .home-ads-img-wrapper {
  min-height: 230px;
}
/* line 42, ../sass/modules/_home.scss */
#home-ads-main-wrapper .home-ads-img-wrapper .home-ads-img {
  margin: 0 auto;
}

/* line 46, ../sass/modules/_home.scss */
#home-ads-main-wrapper .home-ads-button {
  background-color: #F26522;
  font-family: 'museo-normal';
  text-decoration: none;
  color: #FFF;
  border: 1px solid transparent;
  font-size: 14px;
  font-size: 1.4rem;
  width: 250px;
  height: 40px;
  border-radius: 5px !important;
  margin-top: 20px;
}

/* line 50, ../sass/modules/_home.scss */
#home-ads-main-wrapper .home-ads-button:hover {
  color: #F26522;
  background-color: transparent;
  border: 1px solid #F26522;
}

/* line 53, ../sass/modules/_home.scss */
.banner-content-wrapper {
  text-align: left;
  position: absolute;
  top: 80%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 6.1%;
  margin-right: 35px;
}

/* line 63, ../sass/modules/_home.scss */
.banner-content-wrapper h1.banner-title {
  font-size: 65px;
  font-size: 6.5rem;
  display: none;
}

/* line 67, ../sass/modules/_home.scss */
.banner-title-wrapper {
  height: 71px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 73, ../sass/modules/_home.scss */
.orange-btn-color .home-order-now-btn-img {
  background: url(../../images/home/home-order-now-btn-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 33px;
  position: relative;
  top: 12px;
  left: 7%;
}

/* line 84, ../sass/modules/_home.scss */
.orange-btn-color:hover .home-order-now-btn-img {
  background: url(../../images/home/home-order-now-btn-img-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 89, ../sass/modules/_home.scss */
.white-btn-color .home-order-now-btn-img {
  background: url(../../images/home/home-order-now-btn-img-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 33px;
  position: relative;
  top: 12px;
  left: 7%;
}

/* line 99, ../sass/modules/_home.scss */
.white-btn-color:hover .home-order-now-btn-img {
  background: url(../../images/home/home-order-now-btn-img.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 104, ../sass/modules/_home.scss */
.home-order-now-btn-label {
  position: relative;
  top: -16px;
  right: -13%;
}

/* line 109, ../sass/modules/_home.scss */
.home-banner-main-wrapper.container {
  padding: 0;
}

/* line 112, ../sass/modules/_home.scss */
.banner-action-img {
  margin-top: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 117, ../sass/modules/_home.scss */
  #home-banner-main-container .banner-content-wrapper {
    /*width: 60%;*/
  }

  /* line 121, ../sass/modules/_home.scss */
  .owl-text, .owl-item, .owl-stage, .owl-stage-outer, .owl-slide, .owl-text img, #home-banner-main-container {
    height: 97.5%;
  }
}
/*Medium Devices, Desktops*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 129, ../sass/modules/_home.scss */
  #home-banner-main-container .banner-content-wrapper {
    /*width:50%;*/
  }

  /* line 133, ../sass/modules/_home.scss */
  .owl-text, .owl-item, .owl-stage, .owl-stage-outer, .owl-slide, .owl-text img, #home-banner-main-container {
    height: 96.2%;
  }
}
/*Small Devices, Tablets*/
/*Extra Small Devices, Phones*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 146, ../sass/modules/_home.scss */
  #home-banner-main-container .banner-content-wrapper {
    text-align: left;
  }
  /* line 149, ../sass/modules/_home.scss */
  #home-banner-main-container .home-order-now-btn-img {
    width: 26vw;
  }

  /* line 153, ../sass/modules/_home.scss */
  .banner-content-wrapper h1.banner-title {
    font-size: 3.5rem;
  }

  /* line 156, ../sass/modules/_home.scss */
  #home-ads-main-wrapper div.home-featured {
    padding: 25px 0;
  }

  /* line 161, ../sass/modules/_home.scss */
  #home-banner-main-container .banner-content-wrapper .banner-title-wrapper {
    margin-bottom: 0;
    height: 45px;
  }

  /* line 167, ../sass/modules/_home.scss */
  .owl-text, .owl-item, .owl-stage, .owl-stage-outer, .owl-slide, .owl-text img, #home-banner-main-container {
    height: auto;
  }

  /* line 170, ../sass/modules/_home.scss */
  .pch-btn-large.home-banner-order-now-btn {
    width: 167px;
    height: 50px;
  }
  /* line 173, ../sass/modules/_home.scss */
  .pch-btn-large.home-banner-order-now-btn .home-order-now-btn-img {
    left: 10px;
    top: 11px;
    width: 33px;
  }
  /* line 178, ../sass/modules/_home.scss */
  .pch-btn-large.home-banner-order-now-btn .home-order-now-btn-label {
    top: -21px;
    right: -18%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 185, ../sass/modules/_home.scss */
  #home-banner-main-container {
    padding-top: 20px;
  }

  /* line 189, ../sass/modules/_home.scss */
  #home-ads-main-wrapper .home-ads-img-wrapper {
    min-height: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  /* line 195, ../sass/modules/_home.scss */
  .owl-slide .owl-text.home-slide-item {
    background-size: 100% 50% !important;
  }

  /* line 198, ../sass/modules/_home.scss */
  .pch-btn-large.home-banner-order-now-btn {
    height: 49px;
    margin: 0;
    width: 165px;
  }

  /* line 205, ../sass/modules/_home.scss */
  #home-banner-main-container .owl-dots .owl-dot.active {
    height: 15px;
    width: 15px;
    top: 3px;
  }
  /* line 210, ../sass/modules/_home.scss */
  #home-banner-main-container .owl-dots .owl-dot {
    height: 9px;
    width: 9px;
  }

  /* line 218, ../sass/modules/_home.scss */
  #home-banner-main-container .banner-content-wrapper .pch-btn-large.home-banner-order-now-btn {
    width: 102px;
    height: 24px;
  }
  /* line 221, ../sass/modules/_home.scss */
  #home-banner-main-container .banner-content-wrapper .pch-btn-large.home-banner-order-now-btn .home-order-now-btn-label {
    top: -34px;
    left: 9px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
  /* line 231, ../sass/modules/_home.scss */
  .banner-content-wrapper h1.banner-title {
    font-size: 25px;
    font-size: 2.5rem;
  }

  /* line 234, ../sass/modules/_home.scss */
  .pch-btn-large.home-banner-order-now-btn {
    height: 40px;
  }

  /* line 237, ../sass/modules/_home.scss */
  .home-order-now-btn-img {
    top: 7px;
    left: 10px;
  }

  /* line 241, ../sass/modules/_home.scss */
  .home-order-now-btn-label {
    top: -25px;
  }
}
/*Custom, iPhone Retina*/
@media only screen and (max-width: 320px) {
  /* line 250, ../sass/modules/_home.scss */
  #home-banner-main-container .banner-content-wrapper .banner-title-wrapper {
    margin-bottom: 0;
    height: 45px;
  }

  /* line 256, ../sass/modules/_home.scss */
  .pch-btn-large.home-banner-order-now-btn {
    margin-top: -5px;
    height: 30px;
    width: 150px;
  }

  /* line 261, ../sass/modules/_home.scss */
  .banner-content-wrapper h1.banner-title {
    font-size: 25px;
    font-size: 2.5rem;
  }

  /* line 267, ../sass/modules/_home.scss */
  #home-banner-main-container {
    padding-top: 20px;
  }
  /* line 270, ../sass/modules/_home.scss */
  #home-banner-main-container .owl-dots .owl-dot.active {
    height: 12px;
    width: 12px;
    top: 2px;
  }
  /* line 275, ../sass/modules/_home.scss */
  #home-banner-main-container .owl-dots .owl-dot {
    height: 7px;
    width: 7px;
  }

  /* line 281, ../sass/modules/_home.scss */
  #home-ads-main-wrapper .home-ads-button {
    height: 30px;
    width: 150px;
    font-size: .9rem;
  }

  /* line 288, ../sass/modules/_home.scss */
  #home-banner-main-container .banner-content-wrapper .pch-btn-large.home-banner-order-now-btn {
    width: 92px;
    height: 24px;
  }
  /* line 291, ../sass/modules/_home.scss */
  #home-banner-main-container .banner-content-wrapper .pch-btn-large.home-banner-order-now-btn .home-order-now-btn-label {
    top: -34px;
    left: 9px;
    font-size: .8rem;
  }
}
/* line 1, ../sass/modules/_locator.scss */
.store-locator-main-wrapper.container {
  padding: 0;
}
/* line 3, ../sass/modules/_locator.scss */
.store-locator-main-wrapper.container .filter-container {
  padding-left: 0;
}
/* line 6, ../sass/modules/_locator.scss */
.store-locator-main-wrapper.container .map-container {
  padding-right: 0;
}

@media only screen and (max-width: 320px) {
  /* line 11, ../sass/modules/_locator.scss */
  #store-locator-carousel {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 11, ../sass/modules/_locator.scss */
  #store-locator-carousel {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 11, ../sass/modules/_locator.scss */
  #store-locator-carousel {
    padding-top: 20px;
  }
}

/* line 25, ../sass/modules/_locator.scss */
.locator_region_selector {
  margin-left: -40px;
  color: #F26522;
}
/* line 28, ../sass/modules/_locator.scss */
.locator_region_selector li {
  display: inline;
  text-decoration: none;
  cursor: pointer;
  font-family: 'century-gothic', Arial;
}
/* line 34, ../sass/modules/_locator.scss */
.locator_region_selector li.active {
  font-weight: bold;
}

/* line 38, ../sass/modules/_locator.scss */
.locator_search_wrapper {
  font-family: 'century-gothic', Arial;
  background-color: #FFF2E2;
  height: 540px;
  padding: 30px;
}
/* line 43, ../sass/modules/_locator.scss */
.locator_search_wrapper .form-control {
  border: 1px solid #FFF;
  box-shadow: none;
}
/* line 47, ../sass/modules/_locator.scss */
.locator_search_wrapper .form-control, .locator_search_wrapper .input-group-addon {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
/* line 52, ../sass/modules/_locator.scss */
.locator_search_wrapper .input-group-addon {
  background-color: #F26522;
  color: #FFF;
  border: 1px solid transparent;
}
/* line 58, ../sass/modules/_locator.scss */
.locator_search_wrapper .locator_search_result {
  height: 446px;
  width: 329px;
  overflow-y: auto;
}
/* line 62, ../sass/modules/_locator.scss */
.locator_search_wrapper .locator_search_result h1.branch_location {
  color: #F26522;
  font-size: 20px;
  font-size: 2rem;
}
/* line 66, ../sass/modules/_locator.scss */
.locator_search_wrapper .locator_search_result hr {
  color: #F5F5F5;
}

/* line 72, ../sass/modules/_locator.scss */
#map {
  height: 538px;
  width: 100%;
  margin-top: 11px;
  background-color: #F5F5F5;
}

/* line 80, ../sass/modules/_locator.scss */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 84, ../sass/modules/_locator.scss */
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

/* line 88, ../sass/modules/_locator.scss */
::-webkit-scrollbar-thumb {
  background: #F26522;
  border: 0px none #ffffff;
  border-radius: 50px;
}

/* line 93, ../sass/modules/_locator.scss */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

/* line 96, ../sass/modules/_locator.scss */
::-webkit-scrollbar-thumb:active {
  background: #000000;
}

/* line 99, ../sass/modules/_locator.scss */
::-webkit-scrollbar-track {
  background: #cfcfcf;
  border: 0px none #ffffff;
  border-radius: 50px;
}

/* line 104, ../sass/modules/_locator.scss */
::-webkit-scrollbar-track:hover {
  background: #666666;
}

/* line 107, ../sass/modules/_locator.scss */
::-webkit-scrollbar-track:active {
  background: #333333;
}

/* line 110, ../sass/modules/_locator.scss */
::-webkit-scrollbar-corner {
  background: transparent;
}

/* line 113, ../sass/modules/_locator.scss */
.carousel-wrapper {
  height: 91.5%;
}

/*Medium Devices, Desktops*/
/*Small Devices, Tablets*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 127, ../sass/modules/_locator.scss */
  #store-locator-carousel .owl-dot.active {
    height: 18px;
    width: 18px;
  }

  /* line 131, ../sass/modules/_locator.scss */
  .store-locator-main-wrapper.container .filter-container {
    padding-left: 15px;
  }
}
/*Extra Small Devices, Phones*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 138, ../sass/modules/_locator.scss */
  .locator_search_wrapper {
    height: auto;
    margin-bottom: 0;
    padding: 15px;
  }

  /* line 143, ../sass/modules/_locator.scss */
  #map {
    height: 312px;
    margin-top: 0px;
  }

  /* line 147, ../sass/modules/_locator.scss */
  .locator_search_wrapper .locator_search_result {
    width: 100%;
  }

  /* line 150, ../sass/modules/_locator.scss */
  .store-locator-main-wrapper.container .filter-container {
    padding: 0;
  }

  /* line 153, ../sass/modules/_locator.scss */
  .store-locator-main-wrapper.container .map-container {
    padding-left: 0;
  }

  /* line 156, ../sass/modules/_locator.scss */
  #store-locator-carousel .owl-dot.active {
    height: 16px;
    width: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  /* line 168, ../sass/modules/_locator.scss */
  #store-locator-carousel .owl-dots .owl-dot.active {
    height: 15px;
    width: 15px;
    top: 3px;
  }
  /* line 173, ../sass/modules/_locator.scss */
  #store-locator-carousel .owl-dots .owl-dot {
    height: 9px;
    width: 9px;
  }
}
/*Custom, iPhone Retina*/
@media only screen and (max-width: 320px) {
  /* line 183, ../sass/modules/_locator.scss */
  #store-locator-carousel {
    padding-top: 20px;
  }
  /* line 186, ../sass/modules/_locator.scss */
  #store-locator-carousel .owl-dots .owl-dot.active {
    height: 12px;
    width: 12px;
    top: 2px;
  }
  /* line 191, ../sass/modules/_locator.scss */
  #store-locator-carousel .owl-dots .owl-dot {
    height: 7px;
    width: 7px;
  }
}
/* line 1, ../sass/modules/_menu.scss */
.menu-content-wrapper {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-attachment: fixed;
  padding: 0;
  background-color: #ffffff;
}

/* line 10, ../sass/modules/_menu.scss */
.menu-content-wrapper .banner-wrapper {
  position: relative;
}
/* line 13, ../sass/modules/_menu.scss */
.menu-content-wrapper .banner-wrapper .banner-title {
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 35px;
  margin-right: 35px;
  font-size: 65px;
  font-size: 6.5rem;
  font-family: museo-bold;
  color: #FFC20E;
}
/* line 26, ../sass/modules/_menu.scss */
.menu-content-wrapper .banner-wrapper .banner-bg {
  height: 990px;
  width: auto;
  background-size: cover;
}
/* line 32, ../sass/modules/_menu.scss */
.menu-content-wrapper .categories-wrapper ul {
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
}
/* line 37, ../sass/modules/_menu.scss */
.menu-content-wrapper .categories-wrapper ul li {
  display: inline;
}
/* line 40, ../sass/modules/_menu.scss */
.menu-content-wrapper .categories-wrapper ul li:after {
  content: "\2022";
  color: #F26522;
}
/* line 44, ../sass/modules/_menu.scss */
.menu-content-wrapper .categories-wrapper ul li:last-child:after {
  content: "";
}
/* line 47, ../sass/modules/_menu.scss */
.menu-content-wrapper .categories-wrapper ul li a {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  line-height: 25px;
  color: #F26522;
  text-decoration: none;
  font-family: 'museo-semibold';
}
/* line 56, ../sass/modules/_menu.scss */
.menu-content-wrapper .categories-wrapper ul li a:hover,
.menu-content-wrapper .categories-wrapper ul li a:visited,
.menu-content-wrapper .categories-wrapper ul li a.active {
  border-bottom: 2px solid #F26522;
  font-family: 'museo-bold';
}
/* line 62, ../sass/modules/_menu.scss */
.menu-content-wrapper .product-list-wrapper {
  margin: 30px 0px;
}
/* line 65, ../sass/modules/_menu.scss */
.menu-content-wrapper .product-list-wrapper .product-item-container {
  margin-bottom: 25px;
  position: relative;
  margin-top: 15px;
}
/* line 70, ../sass/modules/_menu.scss */
.menu-content-wrapper .product-list-wrapper .product-item-container .btn-primary {
  position: absolute;
  bottom: 0;
}
/* line 74, ../sass/modules/_menu.scss */
.menu-content-wrapper .product-list-wrapper .product-item-container .product-title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #F26522;
  font-weight: 300;
  font-family: 'museo-semibold';
  margin-bottom: 2px;
}
/* line 81, ../sass/modules/_menu.scss */
.menu-content-wrapper .product-list-wrapper .product-item-container .product-price {
  font-size: 13px;
  font-size: 1.3rem;
  color: #7B2E1B;
  font-weight: 300;
  font-family: 'museo-semibold';
}
/* line 87, ../sass/modules/_menu.scss */
.menu-content-wrapper .product-list-wrapper .product-item-container .product-info {
  margin-top: 10px;
  margin-bottom: 35px;
}
/* line 91, ../sass/modules/_menu.scss */
.menu-content-wrapper .product-list-wrapper .product-item-container .product-info p {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'century-gothic';
  text-align: justify;
  -ms-text-justify: word;
  text-justify: word;
}
/* line 98, ../sass/modules/_menu.scss */
.menu-content-wrapper .no-product-alert {
  color: #7B2E1B;
  text-decoration: none;
  font-family: 'museo-semibold';
}

/* line 105, ../sass/modules/_menu.scss */
.special_category {
  margin-left: 20px;
}

/* line 108, ../sass/modules/_menu.scss */
.product-price-main-wrapper {
  min-height: 19px;
}

/* line 135, ../sass/modules/_menu.scss */
.zoom-product-image-wrapper button.close {
  position: absolute;
  width: 100%;
  text-align: right;
  padding: 10px 20px;
  color: #7B2E1B;
  font-weight: bold;
  font-size: 24px;
  opacity: 1;
}

/* line 145, ../sass/modules/_menu.scss */
.zoom-product-image-wrapper button.close span {
  position: absolute;
  right: 12px;
}

/* line 149, ../sass/modules/_menu.scss */
.menu_pop_up_delivery_icon_wrapper {
  position: absolute;
  width: 100%;
  text-align: right;
}

/* line 154, ../sass/modules/_menu.scss */
.menu_pop_up_delivery_icon_wrapper img {
  position: absolute;
  bottom: 12px;
  float: right;
  right: 12px;
  border-radius: 4px;
}

/*Medium Devices, Desktops*/
/*Small Devices, Tablets*/
/*Extra Small Devices, Phones*/
/*Extra Small Devices, Phones*/
/* line 1, ../sass/modules/_news_promo.scss */
.page-content-main-wrapper.container {
  padding: 0;
}

/* line 6, ../sass/modules/_news_promo.scss */
.carousel-wrapper .headings {
  position: absolute;
  top: 72%;
  left: 6%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFC20E;
  font-family: 'museo-bold';
  font-size: 65px;
  font-size: 6.5rem;
}
/* line 16, ../sass/modules/_news_promo.scss */
.carousel-wrapper .headings .banner-title-wrapper-1 {
  min-height: 200px;
}
@media only screen and (max-width: 320px) {
  /* line 16, ../sass/modules/_news_promo.scss */
  .carousel-wrapper .headings .banner-title-wrapper-1 {
    min-height: 90px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 16, ../sass/modules/_news_promo.scss */
  .carousel-wrapper .headings .banner-title-wrapper-1 {
    min-height: 120px;
  }
}

/* line 28, ../sass/modules/_news_promo.scss */
#news-promo-listings {
  padding: 0 80px;
}
/* line 31, ../sass/modules/_news_promo.scss */
#news-promo-listings .owl-controls .owl-nav {
  font-size: 80px;
  font-size: 8rem;
  color: #8E8E8E;
}
/* line 34, ../sass/modules/_news_promo.scss */
#news-promo-listings .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  top: 50px;
  z-index: 1;
}
/* line 40, ../sass/modules/_news_promo.scss */
#news-promo-listings .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  top: 50px;
  z-index: 1;
}
/* line 47, ../sass/modules/_news_promo.scss */
#news-promo-listings .owl-controls .owl-dots {
  display: none !important;
}

/* line 52, ../sass/modules/_news_promo.scss */
.news-promo-listing-wrapper {
  background-color: #FFF2E2;
}

/* line 56, ../sass/modules/_news_promo.scss */
.np-listing-content {
  display: table;
  background-color: #FFF2E2;
  clear: both;
}
/* line 61, ../sass/modules/_news_promo.scss */
.np-listing-content .np-title {
  color: #F26522;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
  margin-left: 29px;
}
/* line 67, ../sass/modules/_news_promo.scss */
.np-listing-content .np-date-created {
  margin-bottom: 10px;
  margin-left: 29px;
}
/* line 71, ../sass/modules/_news_promo.scss */
.np-listing-content .np-body {
  font-family: 'century-gothic';
  font-size: 14px;
  font-size: 1.4rem;
  color: #212121;
  width: 90%;
  margin: 0 auto;
  max-height: 110px;
  overflow: auto;
}
/* line 80, ../sass/modules/_news_promo.scss */
.np-listing-content .np-image, .np-listing-content .np-description {
  vertical-align: middle;
  display: inline-block;
}

/* line 94, ../sass/modules/_news_promo.scss */
.news-content-wrapper .carousel-wrapper {
  margin-bottom: 0;
}
/* line 97, ../sass/modules/_news_promo.scss */
.news-content-wrapper .carousel-inner-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #FFF2E2;
}
/* line 102, ../sass/modules/_news_promo.scss */
.news-content-wrapper #news-promo-carousel .owl-controls {
  background-color: #FFF2E2;
}

/* line 108, ../sass/modules/_news_promo.scss */
.news-promo-listing-wrapper .carousel-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  /* line 117, ../sass/modules/_news_promo.scss */
  .news-alert:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
  }
}
/* line 126, ../sass/modules/_news_promo.scss */
.news-alert .modal-content {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
/* line 130, ../sass/modules/_news_promo.scss */
.news-alert .modal-body {
  text-align: right;
  padding-bottom: 0;
}
/* line 134, ../sass/modules/_news_promo.scss */
.news-alert .news-alert-close {
  color: #ffffff;
  cursor: pointer;
}

/* line 139, ../sass/modules/_news_promo.scss */
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 146, ../sass/modules/_news_promo.scss */
#news-alert .modal-dialog {
  margin: 17px auto;
  padding: 150px;
}
/* line 154, ../sass/modules/_news_promo.scss */
#news-alert .modal-dialog .modal-body img {
  width: 100%;
}

/* line 1, ../sass/modules/_about.scss */
.about-main-wrapper.container {
  padding: 0;
}

/* line 4, ../sass/modules/_about.scss */
.about-wrapper {
  background-image: url("../../images/about/about-bg.jpg");
  background-repeat: repeat;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 7, ../sass/modules/_about.scss */
.about-wrapper .content-container {
  font-family: 'century-gothic', sans-serif;
}
@media only screen and (max-width: 320px) {
  /* line 7, ../sass/modules/_about.scss */
  .about-wrapper .content-container {
    text-align: justify;
    text-justify: inter-word;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 7, ../sass/modules/_about.scss */
  .about-wrapper .content-container {
    text-align: justify;
    text-justify: inter-word;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 7, ../sass/modules/_about.scss */
  .about-wrapper .content-container {
    text-align: justify;
    text-justify: inter-word;
  }
}
@media only screen and (max-width: 320px) {
  /* line 4, ../sass/modules/_about.scss */
  .about-wrapper {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 4, ../sass/modules/_about.scss */
  .about-wrapper {
    padding: 10px 0;
  }
}
/* line 29, ../sass/modules/_about.scss */
.about-wrapper .about-heading {
  font-family: 'museo-bold';
  margin-top: 10%;
}
/* line 32, ../sass/modules/_about.scss */
.about-wrapper .about-heading h1 {
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 320px) {
  /* line 32, ../sass/modules/_about.scss */
  .about-wrapper .about-heading h1 {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 32, ../sass/modules/_about.scss */
  .about-wrapper .about-heading h1 {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 32, ../sass/modules/_about.scss */
  .about-wrapper .about-heading h1 {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 32, ../sass/modules/_about.scss */
  .about-wrapper .about-heading h1 {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 32, ../sass/modules/_about.scss */
  .about-wrapper .about-heading h1 {
    font-size: 30px !important;
  }
}
/* line 52, ../sass/modules/_about.scss */
.about-wrapper .abstract-image {
  margin-bottom: -70px;
}
@media only screen and (max-width: 320px) {
  /* line 52, ../sass/modules/_about.scss */
  .about-wrapper .abstract-image {
    margin-bottom: -65px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 52, ../sass/modules/_about.scss */
  .about-wrapper .abstract-image {
    margin-bottom: -65px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 52, ../sass/modules/_about.scss */
  .about-wrapper .abstract-image {
    margin-bottom: -70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 52, ../sass/modules/_about.scss */
  .about-wrapper .abstract-image {
    margin-bottom: -70px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 52, ../sass/modules/_about.scss */
  .about-wrapper .abstract-image {
    margin-bottom: -70px;
  }
}

/* line 1, ../sass/modules/_franchise.scss */
.franchise-main-wrapper.container {
  padding: 0;
}

/* line 4, ../sass/modules/_franchise.scss */
.franchise-wrapper {
  font-family: 'museo-normal';
  color: #FFF;
  padding-bottom: 30px;
  background-image: url("../../images/franchise/franchisebg.jpg");
  background-repeat: repeat;
}
/* line 11, ../sass/modules/_franchise.scss */
.franchise-wrapper .franchise-detail {
  margin-top: 10%;
  color: #FFF;
}
/* line 14, ../sass/modules/_franchise.scss */
.franchise-wrapper .franchise-detail ul {
  font-family: 'century-gothic';
}
/* line 17, ../sass/modules/_franchise.scss */
.franchise-wrapper .franchise-detail h1 {
  font-family: 'museo-bold';
  color: #FFC20E;
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 320px) {
  /* line 17, ../sass/modules/_franchise.scss */
  .franchise-wrapper .franchise-detail h1 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 17, ../sass/modules/_franchise.scss */
  .franchise-wrapper .franchise-detail h1 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 17, ../sass/modules/_franchise.scss */
  .franchise-wrapper .franchise-detail h1 {
    font-size: 25px;
  }
}
/* line 31, ../sass/modules/_franchise.scss */
.franchise-wrapper .franchise-detail h2 {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'century-gothic';
}
/* line 35, ../sass/modules/_franchise.scss */
.franchise-wrapper .franchise-detail p {
  font-family: 'century-gothic';
  padding-left: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 40, ../sass/modules/_franchise.scss */
.franchise-wrapper .franchise-detail a {
  color: #FFF !important;
}
/* line 45, ../sass/modules/_franchise.scss */
.franchise-wrapper .franchise-side-photo img {
  margin-top: 20%;
  right: 0;
}
@media only screen and (max-width: 320px) {
  /* line 45, ../sass/modules/_franchise.scss */
  .franchise-wrapper .franchise-side-photo img {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 45, ../sass/modules/_franchise.scss */
  .franchise-wrapper .franchise-side-photo img {
    height: auto !important;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 45, ../sass/modules/_franchise.scss */
  .franchise-wrapper .franchise-side-photo img {
    height: auto !important;
    margin-top: 10px;
    margin: auto;
  }
}
/* line 64, ../sass/modules/_franchise.scss */
.franchise-wrapper .download-form {
  padding-top: 50px;
}
@media only screen and (max-width: 320px) {
  /* line 64, ../sass/modules/_franchise.scss */
  .franchise-wrapper .download-form {
    text-align: center;
  }
}
/* line 69, ../sass/modules/_franchise.scss */
.franchise-wrapper .download-form img {
  margin-left: 20px;
}
@media only screen and (max-width: 320px) {
  /* line 69, ../sass/modules/_franchise.scss */
  .franchise-wrapper .download-form img {
    margin: 10px 20px;
  }
}

/* line 1, ../sass/modules/_careers.scss */
.career-main-wrapper.container {
  padding: 0;
}

/* line 4, ../sass/modules/_careers.scss */
.career-listing-wrapper {
  background-color: #FFF2E2;
}

/* line 7, ../sass/modules/_careers.scss */
.careers-wrapper {
  overflow: hidden;
}

/* line 10, ../sass/modules/_careers.scss */
.career-title-banner {
  top: 20rem;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  font-family: 'museo-bold';
  font-size: 50px;
  font-size: 5rem;
  color: #FFF;
}
@media only screen and (max-width: 320px) {
  /* line 10, ../sass/modules/_careers.scss */
  .career-title-banner {
    font-size: 25px;
    top: 70px;
    text-align: center;
    margin: 0px auto !important;
    left: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 10, ../sass/modules/_careers.scss */
  .career-title-banner {
    font-size: 25px;
    top: 70px;
    text-align: center;
    margin: 0px auto !important;
    left: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 10, ../sass/modules/_careers.scss */
  .career-title-banner {
    font-size: 25px;
    top: 70px;
    text-align: center;
    margin: 0px auto !important;
    left: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 10, ../sass/modules/_careers.scss */
  .career-title-banner {
    font-size: 40px;
    top: 70px;
    text-align: center;
    margin: 80px auto !important;
    left: 0px;
    width: 100%;
  }
}

/* line 54, ../sass/modules/_careers.scss */
.career-image-banner .banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  height: 990px;
}

/* line 61, ../sass/modules/_careers.scss */
.job-listings {
  font-size: 15px;
  font-size: 1.5rem;
  color: black;
}
/* line 74, ../sass/modules/_careers.scss */
.job-listings .job-post .title {
  font-size: 25px;
  font-size: 2.5rem;
  color: #F26522;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 320px) {
  /* line 74, ../sass/modules/_careers.scss */
  .job-listings .job-post .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 74, ../sass/modules/_careers.scss */
  .job-listings .job-post .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 74, ../sass/modules/_careers.scss */
  .job-listings .job-post .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 88, ../sass/modules/_careers.scss */
.job-listings .job-post .job-body {
  margin-bottom: 2rem;
  font-family: 'century-gothic';
}
/* line 93, ../sass/modules/_careers.scss */
.job-listings .career-button {
  background-color: #F26522;
  font-family: 'museo-normal';
  text-decoration: none;
  color: #FFF;
  border: 1px solid transparent;
  font-size: 14px;
  font-size: 1.4rem;
  width: 250px;
  height: 40px;
  border-radius: 5px !important;
}
/* line 96, ../sass/modules/_careers.scss */
.job-listings .career-button:hover {
  color: #F26522;
  background-color: transparent;
  border: 1px solid #F26522;
}

/* line 102, ../sass/modules/_careers.scss */
.career-modal .modal {
  -webkit-border-radius: none;
  border-radius: none;
}
/* line 106, ../sass/modules/_careers.scss */
.career-modal .modal-title {
  color: #F26522;
}
/* line 109, ../sass/modules/_careers.scss */
.career-modal .modal-content {
  border-radius: 0 !important;
  margin-top: 29%;
}
/* line 114, ../sass/modules/_careers.scss */
.career-modal .modal-footer .ph-modal-close {
  color: #808080;
  cursor: pointer;
}
/* line 120, ../sass/modules/_careers.scss */
.career-modal .modal-body .file-types {
  padding-top: 5px;
  text-align: center;
  color: #808080;
  font-size: 13px;
}

/* line 129, ../sass/modules/_careers.scss */
.resume-submit-btn {
  margin-top: 20px;
  background-color: #F26522;
  font-family: 'museo-normal';
  text-decoration: none;
  color: #FFF;
  border: 1px solid transparent;
  font-size: 14px;
  font-size: 1.4rem;
  width: 250px;
  height: 40px;
  border-radius: 5px !important;
}
/* line 132, ../sass/modules/_careers.scss */
.resume-submit-btn:hover {
  color: #F26522;
  background-color: transparent;
  border: 1px solid #F26522;
}

/* line 137, ../sass/modules/_careers.scss */
#resumefile {
  width: 50%;
}
@media only screen and (max-width: 320px) {
  /* line 137, ../sass/modules/_careers.scss */
  #resumefile {
    width: 100%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 137, ../sass/modules/_careers.scss */
  #resumefile {
    width: 100%;
  }
}
@media only screen and (min-width: 545px) and (max-width: 767px) {
  /* line 137, ../sass/modules/_careers.scss */
  #resumefile {
    width: 80%;
  }
}

/* line 149, ../sass/modules/_careers.scss */
.job-listings .job-post:last-child hr {
  border: none !important;
}

/* line 2, ../sass/modules/_catering.scss */
.catering-header-description {
  position: absolute;
  top: 380px;
  width: 35%;
}

/* line 7, ../sass/modules/_catering.scss */
.catering-header-description h1 {
  font-size: 65px;
  font-size: 6.5rem;
  display: none;
}

/* line 11, ../sass/modules/_catering.scss */
.catering-header-main-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  height: 990px;
}

/* line 17, ../sass/modules/_catering.scss */
.catering-package-odd {
  background-color: #F3EFE4;
}

/* line 20, ../sass/modules/_catering.scss */
.catering-package-even {
  background-color: #fff;
}

/* line 23, ../sass/modules/_catering.scss */
.catering-package-even, .catering-package-odd {
  padding: 37px;
}

/* line 26, ../sass/modules/_catering.scss */
.catering-addons-main-wrapper {
  background-color: #FFF2E2;
  padding: 56px;
}

/* line 30, ../sass/modules/_catering.scss */
.catering-inquire-now-btn {
  background-color: #F26522;
  font-family: 'museo-normal';
  text-decoration: none;
  color: #FFF;
  border: 1px solid transparent;
  font-size: 19px;
  font-size: 1.9rem;
  width: 245px;
  height: 50px;
  border-radius: 5px !important;
}
/* line 31, ../sass/modules/_catering.scss */
.catering-inquire-now-btn a {
  color: #FFF;
}

/* line 37, ../sass/modules/_catering.scss */
.catering-inquire-now-btn:hover {
  color: #F26522;
  background-color: transparent;
  border: 1px solid #F26522;
}
/* line 39, ../sass/modules/_catering.scss */
.catering-inquire-now-btn:hover a {
  color: #F26522;
}

/* line 43, ../sass/modules/_catering.scss */
.catering-inquire-now-main-wrapper {
  padding: 35px;
  height: 410px;
  background-color: #fff;
  background-size: cover;
}

/* line 49, ../sass/modules/_catering.scss */
.catering-terms-and-condition {
  padding: 15px;
  font-family: 'museo-semibold';
  cursor: pointer;
}

/* line 54, ../sass/modules/_catering.scss */
.catering-packages-main-wrapper .catering-package-container {
  padding-top: 11px;
  padding-bottom: 45px;
}

/* line 58, ../sass/modules/_catering.scss */
.catering-packages-main-wrapper .catering-package p {
  color: #212121;
}

/* line 61, ../sass/modules/_catering.scss */
.catering-packages-main-wrapper .catering-package.odd {
  background-color: #ffffff;
}

/* line 64, ../sass/modules/_catering.scss */
.catering-packages-main-wrapper .catering-package.even {
  padding-bottom: 25px;
  background-color: #FFF2E2;
}

/* line 68, ../sass/modules/_catering.scss */
.catering-addons-title-wrapper {
  margin-bottom: 25px;
}

/* line 71, ../sass/modules/_catering.scss */
.catering-addons-description-wrapper h4 p {
  color: #212121;
}

/* line 74, ../sass/modules/_catering.scss */
.catering-inquire-now-description p {
  font-family: 'museo-semibold';
  color: #212121;
}

/* line 78, ../sass/modules/_catering.scss */
.catering-main-wrapper.container {
  padding: 0;
}

@media only screen and (max-width: 320px) {
  /* line 81, ../sass/modules/_catering.scss */
  #catering-main-wrapper {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 81, ../sass/modules/_catering.scss */
  #catering-main-wrapper {
    padding-top: 20px;
  }
}

/* line 89, ../sass/modules/_catering.scss */
#catering-main-wrapper .banner-wrapper {
  position: relative;
}

/* line 92, ../sass/modules/_catering.scss */
.catering-header-description {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 35px;
  margin-right: 35px;
}

/* line 101, ../sass/modules/_catering.scss */
.catering-terms-and-condition:hover {
  cursor: pointer;
}

/* line 105, ../sass/modules/_catering.scss */
#termsAndConditionModal .modal-content {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
}

/* line 109, ../sass/modules/_catering.scss */
#termsAndConditionModal .modal-content .modal-body {
  background-color: #fff;
  text-align: left;
}

/* line 113, ../sass/modules/_catering.scss */
.terms-and-condition-modal-close {
  color: #fff;
  cursor: pointer;
}

/* line 117, ../sass/modules/_catering.scss */
.terms-and-condition-modal-close:hover {
  color: #fff;
}

/* line 120, ../sass/modules/_catering.scss */
.package-name {
  font-family: museo-bold;
}

/* line 123, ../sass/modules/_catering.scss */
.package-name, .package-name-label {
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 127, ../sass/modules/_catering.scss */
  .catering-header-main-wrapper {
    height: 790px;
  }
}
/*Medium Devices, Desktops*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 134, ../sass/modules/_catering.scss */
  .catering-header-main-wrapper {
    height: 790px;
  }
}
/*Small Devices, Tablets*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 141, ../sass/modules/_catering.scss */
  .catering-header-description {
    margin-left: 15px;
  }
}
/*Extra Small Devices, Phones*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 162, ../sass/modules/_catering.scss */
  .catering-header-description {
    margin-left: 15px;
  }

  /* line 165, ../sass/modules/_catering.scss */
  .catering-header-main-wrapper {
    background-size: 100%;
    background-attachment: initial;
  }

  /* line 169, ../sass/modules/_catering.scss */
  .catering-header-main-wrapper {
    height: 239px;
  }

  /* line 172, ../sass/modules/_catering.scss */
  .catering-package {
    padding: 10px;
  }

  /* line 186, ../sass/modules/_catering.scss */
  .catering-package-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 191, ../sass/modules/_catering.scss */
  .catering-package .odd-mobile {
    background-color: #ffffff;
  }
  /* line 194, ../sass/modules/_catering.scss */
  .catering-package .even-mobile {
    background-color: #feefe8;
  }

  /* line 198, ../sass/modules/_catering.scss */
  .catering-package.left {
    text-align: center;
  }
}
/*Custom, iPhone Retina*/
/* line 1, ../sass/modules/_contact.scss */
.contact-main-wrapper.container {
  padding: 0;
  background-color: #ffffff;
  padding-left: 28px;
}

/* line 6, ../sass/modules/_contact.scss */
.contact-content-wrapper {
  margin-top: 100px;
}

/* line 10, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-form-intro h3 {
  color: #F26522;
}
@media only screen and (max-width: 320px) {
  /* line 10, ../sass/modules/_contact.scss */
  .contact-content-wrapper .contact-form-intro h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
/* line 16, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-form-intro p {
  color: #212121;
}
@media only screen and (max-width: 320px) {
  /* line 16, ../sass/modules/_contact.scss */
  .contact-content-wrapper .contact-form-intro p {
    text-align: justify;
    text-justify: inter-word;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 16, ../sass/modules/_contact.scss */
  .contact-content-wrapper .contact-form-intro p {
    text-align: justify;
    text-justify: inter-word;
  }
}
/* line 27, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-form textarea {
  resize: vertical;
}
/* line 30, ../sass/modules/_contact.scss */
.contact-content-wrapper .btn-contact-submit {
  font-weight: 700;
  padding-left: 38px;
  padding-right: 38px;
  line-height: 25px;
}
/* line 36, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-info-container .contact-form-intro {
  visibility: hidden;
}
/* line 39, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-info-container .info-section {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #212121;
}
/* line 44, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-info-container .info-section:first-child {
  margin-top: 0px;
}
/* line 47, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-info-container .store-address {
  background: url(../../images/contact-store-icon.png) no-repeat left top;
  padding-left: 40px;
  background-size: 20px 31px;
  background-position-x: 12px;
}
/* line 53, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-info-container .store-mobile {
  background: url(../../images/contact-call-icon.png) no-repeat left top;
  padding-left: 40px;
  background-size: 25px 25px;
  line-height: 25px;
  background-position-x: 7px;
}
/* line 60, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-info-container .store-email {
  background: url(../../images/contact-mail-icon.png) no-repeat left top;
  padding-left: 40px;
  background-size: 32px 22px;
  line-height: 22px;
}
/* line 66, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-info-container .store-delivery .store-delivery-label {
  font-size: 12px;
  color: #F26522;
}
/* line 70, ../sass/modules/_contact.scss */
.contact-content-wrapper .contact-info-container .store-delivery .store-delivery-mobile {
  color: #F26522;
  font-family: 'museo-bold';
  margin-top: 2px;
  font-size: 38px;
}

/*Extra Small Devices, Phones*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 80, ../sass/modules/_contact.scss */
  .contact-main-wrapper.container {
    padding: 0;
  }
}
/* line 1, ../sass/modules/_static.scss */
.static-main-wrapper {
  padding: 0;
}
/* line 3, ../sass/modules/_static.scss */
.static-main-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 320px) {
  /* line 8, ../sass/modules/_static.scss */
  .static-main-wrapper .static-body-main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 8, ../sass/modules/_static.scss */
  .static-main-wrapper .static-body-main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 545px) {
  /* line 8, ../sass/modules/_static.scss */
  .static-main-wrapper .static-body-main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  /* line 8, ../sass/modules/_static.scss */
  .static-main-wrapper .static-body-main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 993px) {
  /* line 8, ../sass/modules/_static.scss */
  .static-main-wrapper .static-body-main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 112, ../sass/modules/_menu.scss */
  .menu-content-wrapper {
    padding-top: 20px;
  }

  /* line 115, ../sass/modules/_menu.scss */
  .menu-content-wrapper .banner-wrapper .banner-title {
    font-size: 30px;
    font-size: 3rem;
    width: 100%;
    margin: 0 auto;
  }

  /* line 302, ../sass/modules/_news_promo.scss */
  #news-promo-carousel {
    padding-top: 20px;
  }
  /* line 305, ../sass/modules/_news_promo.scss */
  #news-promo-carousel .owl-dots .owl-dot.active {
    height: 12px;
    width: 12px;
    top: 2px;
  }
  /* line 310, ../sass/modules/_news_promo.scss */
  #news-promo-carousel .owl-dots .owl-dot {
    height: 7px;
    width: 7px;
  }

  /* line 316, ../sass/modules/_news_promo.scss */
  #news-promo-carousel .headings {
    font-size: 5.5rem;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    left: 6.5%;
  }
  /* line 322, ../sass/modules/_news_promo.scss */
  #news-promo-carousel .headings button {
    width: 92px;
    height: 24px;
    font-size: .9rem;
  }

  /* line 328, ../sass/modules/_news_promo.scss */
  #news-promo-listings {
    padding: 0;
  }

  /* line 333, ../sass/modules/_news_promo.scss */
  #news-promo-listings .owl-controls .owl-nav {
    font-size: 80px;
    font-size: 8rem;
    color: #8E8E8E;
  }
  /* line 336, ../sass/modules/_news_promo.scss */
  #news-promo-listings .owl-controls .owl-nav .owl-prev {
    left: 14px;
    top: 230px;
    z-index: 1;
    opacity: .3;
  }
  /* line 342, ../sass/modules/_news_promo.scss */
  #news-promo-listings .owl-controls .owl-nav .owl-next {
    right: 14px;
    top: 230px;
    z-index: 1;
    opacity: .3;
  }

  /* line 353, ../sass/modules/_news_promo.scss */
  .np-listing-content .np-description {
    text-align: justify;
    padding: 25px 30px 0 30px;
  }
  /* line 356, ../sass/modules/_news_promo.scss */
  .np-listing-content .np-description .np-title {
    font-size: 20px;
    font-size: 2rem;
    margin-left: 13px;
  }
  /* line 360, ../sass/modules/_news_promo.scss */
  .np-listing-content .np-description .np-body {
    max-height: 208px;
  }
  /* line 363, ../sass/modules/_news_promo.scss */
  .np-listing-content .np-description .np-date-created {
    margin-left: 12px;
  }

  /* line 369, ../sass/modules/_news_promo.scss */
  .news-content-wrapper .carousel-inner-wrapper {
    padding-bottom: 0;
  }

  /* line 374, ../sass/modules/_news_promo.scss */
  #news-alert .vertical-helper {
    width: 100%;
  }
  /* line 376, ../sass/modules/_news_promo.scss */
  #news-alert .vertical-helper .modal-dialog {
    padding: 0;
  }

  /* line 113, ../sass/main.scss */
  .vertical-helper {
    width: 95%;
  }
}
@media only screen and (min-width: 321px) and (max-width: 544px) {
  /* line 123, ../sass/modules/_menu.scss */
  .menu-content-wrapper {
    padding-top: 20px;
  }

  /* line 126, ../sass/modules/_menu.scss */
  .menu-content-wrapper .banner-wrapper .banner-title {
    font-size: 45px;
    font-size: 4.5rem;
    width: 100%;
    margin: 0 auto;
  }

  /* line 214, ../sass/modules/_news_promo.scss */
  #news-promo-carousel {
    padding-top: 20px;
  }
  /* line 217, ../sass/modules/_news_promo.scss */
  #news-promo-carousel .owl-dots .owl-dot.active {
    height: 15px;
    width: 15px;
    top: 3px;
  }
  /* line 222, ../sass/modules/_news_promo.scss */
  #news-promo-carousel .owl-dots .owl-dot {
    height: 9px;
    width: 9px;
  }

  /* line 228, ../sass/modules/_news_promo.scss */
  #news-promo-carousel .headings {
    font-size: 5.5rem;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    left: 6.5%;
  }
  /* line 234, ../sass/modules/_news_promo.scss */
  #news-promo-carousel .headings button {
    height: 24px;
    width: 102px;
    font-size: 1rem;
  }

  /* line 240, ../sass/modules/_news_promo.scss */
  .vertical-center {
    margin-top: 28px;
  }

  /* line 243, ../sass/modules/_news_promo.scss */
  #news-promo-listings {
    padding: 0;
  }

  /* line 248, ../sass/modules/_news_promo.scss */
  #news-promo-listings .owl-controls .owl-nav {
    font-size: 80px;
    font-size: 8rem;
    color: #8E8E8E;
  }
  /* line 251, ../sass/modules/_news_promo.scss */
  #news-promo-listings .owl-controls .owl-nav .owl-prev {
    left: 14px;
    top: 290px;
    z-index: 1;
    opacity: .3;
  }
  /* line 257, ../sass/modules/_news_promo.scss */
  #news-promo-listings .owl-controls .owl-nav .owl-next {
    right: 14px;
    top: 290px;
    z-index: 1;
    opacity: .3;
  }

  /* line 268, ../sass/modules/_news_promo.scss */
  .np-listing-content .np-description {
    padding: 25px 30px 0 30px;
    text-align: justify;
  }
  /* line 271, ../sass/modules/_news_promo.scss */
  .np-listing-content .np-description .np-title {
    margin-left: 16px;
    font-size: 20px;
    font-size: 2rem;
  }
  /* line 275, ../sass/modules/_news_promo.scss */
  .np-listing-content .np-description .np-body {
    max-height: 208px;
  }
  /* line 278, ../sass/modules/_news_promo.scss */
  .np-listing-content .np-description .np-date-created {
    margin-left: 18px;
  }

  /* line 284, ../sass/modules/_news_promo.scss */
  .news-content-wrapper .carousel-inner-wrapper {
    padding-bottom: 0;
  }

  /* line 289, ../sass/modules/_news_promo.scss */
  #news-alert .vertical-helper {
    width: 100%;
  }
  /* line 291, ../sass/modules/_news_promo.scss */
  #news-alert .vertical-helper .modal-dialog {
    padding: 0;
  }

  /* line 108, ../sass/main.scss */
  .vertical-helper {
    width: 95%;
  }
}
@media only screen and (min-width: 545px) and (max-width: 768px) {
  /* line 169, ../sass/modules/_news_promo.scss */
  #news-promo-carousel .headings {
    font-size: 5.5rem;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    left: 6.5%;
  }

  /* line 180, ../sass/modules/_news_promo.scss */
  #news-promo-listings .owl-controls .owl-nav {
    font-size: 80px;
    font-size: 8rem;
    color: #8E8E8E;
  }
  /* line 183, ../sass/modules/_news_promo.scss */
  #news-promo-listings .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 40px;
    top: 100px;
    z-index: 1;
  }
  /* line 189, ../sass/modules/_news_promo.scss */
  #news-promo-listings .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 40px;
    top: 100px;
    z-index: 1;
  }

  /* line 199, ../sass/modules/_news_promo.scss */
  .news-content-wrapper .carousel-inner-wrapper {
    padding-bottom: 0;
  }

  /* line 204, ../sass/modules/_news_promo.scss */
  #news-alert .vertical-helper {
    width: 100%;
  }
  /* line 206, ../sass/modules/_news_promo.scss */
  #news-alert .vertical-helper .modal-dialog {
    padding: 0;
  }

  /* line 103, ../sass/main.scss */
  .vertical-helper {
    width: 95%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1400px) {
  /* line 162, ../sass/modules/_news_promo.scss */
  #news-alert .modal-dialog {
    padding: 75px;
  }
}
