ody {
  background-color: #FFFFFF;
}

/* search form */


 .cf:before, .cf:after{
      content:"";
      display:table;
    }

    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/


    .main-callout {
        width: 50%;
        padding: 15px;
        margin: 5px auto 0px auto;
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    }

    .main-callout input {
        width: 80%;
        height: 60px;
        padding: 10px 5px;
        float: left;
        font: bold 15px 'Proxima Nova Rg', sans-serif;
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .main-callout input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }

    .main-callout input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }

    .main-callout input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .main-callout input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .main-callout button {
    overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 60px;
        width: 20%;
        font: bold 15px/40px 'Proxima Nova Rg', sans-serif;
        color: #fff;
        text-transform: uppercase;
        background: #109fea;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }

    .main-callout button:hover{
        background: rgba(16, 159, 234, .8);
    }

    .main-callout button:active,
    .main-callout button:focus{
        background: #109fea;
    }

    .main-callout button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #109fea transparent;
        top: 12px;
        left: -6px;
    }

    .main-callout button:hover:before{
        border-right-color: #109fea;
    }

    .main-callout button:focus:before{
        border-right-color: #109fea;
    }

    .main-callout button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.main-callout button:before {
    top: 22px;
}

#page_header .navbar {
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  border-bottom: none;
  box-shadow: 3px 4px 8px rgba(0,0,0,0.4);
}

#page_header .navbar-top {
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 25px;
  color: #FFFFFF;
}

#page_header .navbar-top a {
  color: #FFFFFF;
}

#page_header .navbar-nav {
  margin-top: 10px;
  background-color: #e00600;
}

#page_header .navbar-nav a {
  font-size: 15px;
  color:#fff;
  font-family: 'Open Sans', sans-serif;
}

#page_header .nav > li > a:hover, 
#page_header .nav > li > a:focus,
#page_header .navbar-default .navbar-toggle:hover {
  background-color: #363333;
}



/* social icons */
#page_header #social-icons {
  float: right;
}

#page_header #social-icons a.social {
    overflow: hidden;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    margin: 0 0 0 6px;
    width: 26px;
    height: 26px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    float: left;
    text-index: -9999px;
       background: url('../images/social-icons.png') no-repeat top left;
}

#page_header #social-icons a.social:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#page_header #social-icons a.social.facebook{ background-position: 0 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.foursquare{ background-position: -31px 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.google{ background-position: -62px 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.tripadvisor{ background-position: -93px 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.twitter{ background-position: -124px 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.urbanspoon{ background-position: -155px 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.yelp{ background-position: -186px 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.instagram{ background-position: -217px 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.vimeo{ background-position: -248px 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.pinterest{ background-position: -279px 0; width: 26px; height: 26px; } 
#page_header #social-icons a.social.linkedin{ background-position: -310px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.youtube{ background-position: -341px 0; width: 26px; height: 26px; }


/* content */
#page_content #carousel {
  position: relative;
  left: 0px;
  width: 100%;
}

#page_content #carousel .background {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../images/carousel-2.jpg'); 
  z-index: -1;
}

#page_content #how-to {
  padding:55px 0;
  border-top:1px solid #fff;
  background:#fff url(/editable/images/user/image/img_grey_bg.png) top repeat-x;
}

/* search form */
#page_content #search-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

#page_content #search-container .tagline h1 {
  margin-top: 12%;
  margin-bottom: 0px;
  color: #FFFFFF;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 100px;
  font-weight: normal;
  text-shadow: 3px 3px 5px #333333;
}

#page_content #search-container #search-form {
    max-width: 25%;
    margin: 0 auto;
    border-radius: 7px;
    border: 1px solid;
}

#page_content #search-container #search-form #search-form-inner {
  padding: 15px;
  padding-top: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

#page_content #search-container #search-form #search-form-inner h1 {
  margin: 0px;
  margin-bottom: 10px;
  color: #c63c3e;
  font-family: 'ChunkFiveRoman', serif;
  font-size: 30px;
  text-shadow: 1px 1px 2px #333333;
   -webkit-text-stroke: 1px #FFFFFF;
}

#page_content #search-container #search-form #search-form-inner h1 a {
  margin-left: 10px;
  color: #666666;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  text-shadow: none;
   -webkit-text-stroke: none;
}

#page_content #search-container #search-form #search-form-inner .btn { 
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.12),
              inset 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-outline: none;
  -o-outline: none;
  -moz-outline: none; 
  outline: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-shadow: 0px 1px 1px #666;
  text-transform: uppercase;
  background-color: #242624;
}

#page_content #search-container #search-form #search-form-inner .row {
  margin-top: 20px;
}



/* page footer */
#page_footer {
  color: #FFFFFF;
  margin-top: 50px;
  border-top: 2px solid #000000;
}

#page_footer .sectionbox {
  padding: 20px 0px;
}

#page_footer .sectionbox h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

#page_footer .sectionbox p {
  margin-top: 20px;
}

#page_footer .sectionbox ul.footer-nav {
  margin-left: -15px;
}

#page_footer #copyright {
  padding: 35px 0px;
/*  margin-top: 35px;*/
  background-color: #161414;
}



/* custom bootstrap overrides */
form .input,
form .textarea {
  position: relative;
  display: block;
  font-weight: 400;
}

form .icon-prepend {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 30px;
  color:#A2A2A2;
  padding: 5px;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #BDBDBD;
}

form .icon-append {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 30px;
  color:#A2A2A2;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #BDBDBD;
}

form .input input {
  width: 100%;
  padding: 10px 10px;
  color: #404040;
  border-width: 1px;
  border-style: solid;
  border-color: #BDBDBD;
  background: #fff;
  font: 14px/18px 'Open Sans',Helvetica,Arial,sans-serif;
}

form .icon-prepend + input, form .icon-prepend + textarea {
  padding-left: 40px;
}

form .icon-append + input, form .icon-append + textarea {
  padding-left: 10px;
  padding-right: 40px;
}



/* general declarations */
.content {
  padding: 20px 30px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #FFFFFF;
  box-shadow: 3px 4px 8px rgba(0,0,0,0.4);
}

.content h3 {
  color: #e00032
}

.section {
  margin: 30px 0px;
  border-top: 1px dashed #333333;
}

.section h2 {
  color: #e00032;
}

.section p, .section ul li {
  font-size: 16px;
}

h3.section-title {
  margin-bottom: 0px;
}

.section-title {
  clear: both;
  position: relative;
  margin: 10px 0 20px;
  padding: 0;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  border: none;
}

.section-title:after {
  position: absolute;
  display: block;
  top: 28px;
  width: 100%;
  height: 1px;
  margin-left: 0;
  content: '';
  background: #888888;
  z-index: 1;
}

.section-title span {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #2c3e50;
/*  background: url('../images/bg-grey.png');*/
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.section-image {
  width: 100%;
  height: 300px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.75);
  border: 4px solid #FFFFFF;
  overflow: hidden;
}

.section-image img {
  width: 100%;
}

.spacer {
  display: inline-block;
  margin: 0px 10px;
}

.border-left {
  border-left: 1px solid #BDBDBD;
}

.pixel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url('../images/pixel-overlay.png');
}

.shadow {
  position: relative;
}

.shadow-inner {
  position: absolute;
  top: -37px;
  padding: 0px;
  height: 60px;
  width: 100%;
  background: url('../images/shadow.png') no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  z-index: -2;
}



/* css3 animations */
.transition-slideup {
  animation-name: transition-slideup;
  -webkit-animation-name: transition-slideup;  

  animation-duration: 1s; 
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;  
  -webkit-animation-timing-function: ease;

  visibility: visible !important;     
}

@keyframes transition-slideup {
  0%   { transform: translateY(100%); }
  50%  { transform: translateY(-8%); }
  65%  { transform: translateY(4%); }
  80%  { transform: translateY(-4%); }
  95%  { transform: translateY(2%); }     
  100% { transform: translateY(0%); } 
}

@-webkit-keyframes transition-slideup {
  0%   { -webkit-transform: translateY(100%); }
  50%  { -webkit-transform: translateY(-8%); }
  65%  { -webkit-transform: translateY(4%); }
  80%  { -webkit-transform: translateY(-4%); }
  95%  { -webkit-transform: translateY(2%); }     
  100% { -webkit-transform: translateY(0%); } 
}



@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/bebasneue.eot');
  src: url('fonts/bebasneue.eot') format('embedded-opentype'),
       url('fonts/bebasneue.woff2') format('woff2'),
       url('fonts/bebasneue.woff') format('woff'),
       url('fonts/bebasneue.ttf') format('truetype'),
       url('fonts/bebasneue.svg#BebasNeueRegular') format('svg');
}


#page_footer {
  background-color: #231f20;
}

.footer_txt p {
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:17px;
  line-height:22px;
  padding:0;
  margin:0 0 29px;
}

.footer_logo {
  text-align:center;
  margin: 0 0 30px;
}

.footer_logo img {
  margin:-40px 0 0 0;
}

.connect_out h2
{
  font-family: 'Open Sans', sans-serif;
  color:#e00600;
  font-size:17px;
  line-height:22px;
  padding:0;
  margin:0 0 10px;
  text-transform:uppercase;
  font-weight: bold;
}
.connect_out ul
{
  padding:0;
  margin:0;
  list-style:none;
}
.connect_out li
{
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:16px;
  line-height:22px;
  padding:7px 0 7px 0;
  border-bottom:1px solid #322c2e;
}
.connect_out li a
{
  text-decoration:none;
  color:#fff;
}
.connect_out li a:hover
{
  text-decoration:none;
  color:#e00600;
  transition:all 1s ease;
}
.connect_out li:last-child
{
  border-bottom:none !important;
}

.navigate_out, .connect_out {
  padding:0 0 0 110px !important;
}

.navigate_out h2
{
  font-family: 'Open Sans', sans-serif;
  color:#e00600;
  font-size:17px;
  line-height:22px;
  padding:0;
  margin:0 0 10px;
  text-transform:uppercase;
  font-weight: bold;
}
.navigate_out ul
{
  padding:0;
  margin:0;
  list-style:none;
}
.navigate_out li
{
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:16px;
  line-height:22px;
  padding:7px 0 7px 23px;
  border-bottom:1px solid #322c2e;
  background:url(/editable/images/user/image/img_footer_arrw.png) left 12px no-repeat;
}
.navigate_out li a
{
  text-decoration:none;
  color:#fff;
}
.navigate_out li a:hover
{
  text-decoration:none;
  color:#e00600;
  transition:all 1s ease;
}
.navigate_out li:last-child
{
  border-bottom:none !important;
}
.cafe_con
{
  text-align:center;
  background:url(/editable/images/user/image/img_cafe_bord.png) right top no-repeat;
}
.cafe_con:last-child
{
  background:none !important;
}
.cafe_con span
{
  font-size:21px;
  padding:3px 12px;
  color:#fff;
  font-family: 'Open Sans', sans-serif;
background: #7d7b7b; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7b7b 0%, #737171 23%, #646262 43%, #474545 58%, #302e2e 78%, #383838 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7b7b), color-stop(23%,#737171), color-stop(43%,#646262), color-stop(58%,#474545), color-stop(78%,#302e2e), color-stop(100%,#383838)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7b7b 0%,#737171 23%,#646262 43%,#474545 58%,#302e2e 78%,#383838 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7b7b 0%,#737171 23%,#646262 43%,#474545 58%,#302e2e 78%,#383838 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7b7b 0%,#737171 23%,#646262 43%,#474545 58%,#302e2e 78%,#383838 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7b7b 0%,#737171 23%,#646262 43%,#474545 58%,#302e2e 78%,#383838 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7b7b', endColorstr='#383838',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.cafe_con h2
{
font-family: 'Open Sans', sans-serif;
font-size:19px;
color:#333;
line-height:20px;
padding:0;
margin:7px 0 15px;
font-weight: bold;
}

#rewards h2 {
  font-family: 'Open Sans', sans-serif;
  font-size:42px;
  color:#333;
  line-height:20px;
  padding:0;
  text-transform:uppercase;
  margin:7px 0 30px;
  text-align:center;
  font-weight: 700;
}

#rewards h3 {
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  color:#272726;
  font-size:22px;
  line-height:16px;
  padding:0;  
  margin:0;
}

#rewards .rewards_inner {
  text-align:center;
  display:inline;
  padding:40px 40px;
  margin: 10px;
  width: 30%;
  background:#f0f0f0 url(/editable/images/user/image/img_dots.png) repeat;
  font-family: 'Open Sans', sans-serif;
  color:#272726;
  font-size:23px;
  text-transform:uppercase;
  line-height:28px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow:inset 0px 0px 9px #e0e0e0;
  -webkit-box-shadow:inset 0px 0px 9px #e0e0e0;
  box-shadow:inset 0px 0px 9px #e0e0e0;
  min-height: 249px;
  font-weight: bold;
}

#rewards .rewards_inner span {
  color: #e00600;
  font-family: "Open Sans",sans-serif;
  font-style: italic;
  font-weight: normal;
  text-transform: capitalize;
}

#rewards .rewards_inner p {
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  color:#e00600;
  font-size:24px;
  text-transform:uppercase;
  line-height:25px;
  padding:0;
  margin:0 0 15px;  
}

.redeem_btn {
  text-transform:uppercase;
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  margin-top:20px;
  color:#fff;
  font-size:18px;
  line-height:54px;
  padding:20px 42px;
  background:#e00600 url(/editable/images/user/image/img_dots02.png) repeat;
  text-decoration:none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.redeem_btn:hover {
  color:#fff;
  background:#b70500 url(/editable/images/user/image/img_dots02.png) repeat;
  text-decoration:none; 
  transition:all 1s ease; 
}

#save {
  margin-top: 75px;
  margin-bottom: -110px;
  padding:40px 0 92px;  
  background:#e00600 url(/editable/images/user/image/img_dots02.png) repeat;
}

.save_pic01 {
  float:left;
  width:33.333%;
  z-index:0;
  position:relative;
  padding-top:47px !important;
  left:20px;
}

.save_pic02 {
  float:left;
  width:33.333%;
  left:195px;
  z-index: 9;
  position:absolute;
}

.save_pic03 {
  float:left;
  width:33.333%;
  z-index:0;
  padding-top:47px !important;
  z-index: 1;
  right:60px;
  position:absolute;
}

.save_rgt_con {
  padding:0 50px 0 60px !important;
}

.save_rgt_con h2 {
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:53px;
  line-height:60px;
  padding:0;  
  margin:0;
  text-decoration:none;
  font-weight: bold;
}

.save_rgt_con h3 {
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:27px;
  line-height:22px;
  padding:0;  
  margin:0 0 15px;
  font-weight: 600;
}

.save_rgt_con h3 span {
  text-transform: uppercase;
}

.save_rgt_con p {
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:18px;
  line-height:22px;
  padding:14px 0 0; 
  margin:16px 0 16px;
  background:url(/editable/images/user/image/img_double_line.png) top repeat-x;
}

.save_rgt_con h4 {
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:23px;
  line-height:22px;
  padding:0;  
  margin:0 0 20px;
  font-weight: bold;
}

.save_rgt_con ul {
  padding:0;
  margin:0;
  list-style:none;
}

.save_rgt_con li {
  background:url(/editable/images/user/image/img_red_tick.png) left top no-repeat;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size:20px;
  line-height:22px;
  padding:0 0 0 30px;
  margin-bottom:17px;
  font-weight: 600;
}

#promotions {
  position: relative;
  padding:50px 100px 64px;
  margin-top: 60px;
  margin-bottom: 50px;
  background:url(/editable/images/user/image/img_promotion_bg.png) no-repeat center top;
}

#promotions h2 {
  font-family: 'Open Sans', sans-serif;
  font-size:42px;
  color: #FFFFFF;
  line-height:20px;
  padding:0;
  text-transform:uppercase;
  margin:7px 0 40px;
  text-align:center;
  font-weight: 700;
}

#promotions .promotions_out {
  background:#fff;
  padding:15px;
  width: 90%;
  margin-left: 45px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius:20px;
}

#promotions .right-arrow {
  display: block;
  position: relative;
  float: right;
  width:51px;
  height:48px;
  padding:7px 0;
  margin:-237px -77px 0 0;
  background:url(/editable/images/user/image/img_promot_arr_rgt.png) no-repeat;
}

#promotions .left-arrow {
  display: block;
  position: relative;
  float:left;
  width:51px;
  height:48px;
  margin:-237px 0 0 -77px;
  padding:7px 0;
  background:url(/editable/images/user/image/img_promot_arr_lft.png) no-repeat;
}


.mobile_nav_buttons {
  -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.50);
  -moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.50);
  box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.50);
  z-index: 9999;
}

/* media queries */
@media (max-width: 767px) {
  #page_header .navbar-collapse.pull-right {
    float: left !important;
  }

  #page_header .navbar-header {
    font-size: 16px;
  }

  .section-image {
    height: auto;
  }

  #rewards .rewards_inner {
    width: 95%;
  }

  .navigate_out, .connect_out {
    padding:0 0 0 20px !important;
  }

  .save_pic01 img, .save_pic03 img {
    width: 95%;
    margin-top: -30px;
    margin-left: 30px;
  }

  .save_pic02 img {
    width: 105%;
    margin-left: -20px;
  }

  .save_rgt_con {
    margin-top: 60px;
  }

  #promotions .right-arrow {
    margin:-85px -77px 0 0;
  }

  #promotions .left-arrow {
    margin:-85px 0 0 -77px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  #page_header .navbar-collapse.pull-right {
    float: left !important;
  }

  #page_content #search-container .tagline h1 {    
    font-size: 80px;
    line-height: 80px;
  }
}
.order_restaurant--menu_item_row_container {
margin-top:0px !important;
}
/* menu pages - 2 column layout */
#menu_sections {
  margin-top: 5px;
}

.order_restaurant--restaurant_headings.panel {
  border: none;
}

.order_restaurant--restaurant_headings.panel.panel-default {
  background-color: #FFFFFF !important;
}

.order_restaurant--restaurant_headings.panel.panel-default .panel-heading {
  color: #FFFFFF;
  background-color: #E5E6E7;
  border-bottom: 2px solid #EE4522;
}

.order_restaurant--restaurant_headings.panel.panel-default .panel-heading a {
  color: #505050;
}

.order_restaurant--restaurant_menu_heading_panel_body .menu-heading-toggle {
  display: block;
  color: #231F20 !important;
}

.order_restaurant--restaurant_menu_heading_panel_body .menu-heading-toggle .menu-heading-row {
  margin-top: 0px !important;
  border-bottom: 0px solid #505050;
}

.order_restaurant--restaurant_menu_heading_panel_body .menu-heading-toggle .col-xs-12 {
  background-color: #fff !important;
}
.restaurant_heading .lazy {
    margin: 0px;
}
.order_restaurant--restaurant_menu_heading_panel_body .menu-heading-toggle + p,
.menu-heading-description {
  display: none;
}

.order_restaurant--restaurant_menu_heading_panel_body .menu-heading-toggle .menu-heading-toggle-indicator i {
  color: #000 !important;
}
.restaurant-info-page-dlc #restaurant_search_div .restaurant_search_menu_sections_mobile .panel-body .search-icon-wrapper {
  background: #f5f5f5 !important;
  color: #000;
}
.restaurant-info-page-dlc #restaurant_search_div .restaurant_search_menu_search .sort_submit{
  background: #f5f5f5 !important;
  color: #000;
}
.header-menu-nav .header-menu .cart-icon-wrapper i, .header-menu-nav-mobile .header-menu .cart-icon-wrapper i{
  color: #fff;
}
#global-cart {
  background: #d63229 !important;
}
.nav-info-wrapper .row .search-wrapper .sort_submit{
  background: #d63229 !important;
}
a.restaurants-location-text{
  color: #d63229 !important;
}
.header-menu-nav .header-menu span, .header-menu-nav-mobile .header-menu span{
  color: #d63229 !important;
}
.order_restaurant--restaurant_menu_heading_panel_body .menu-heading-toggle .menu-heading-toggle-indicator i.fa-minus-square-o:before {
  content: "\f077";
}

.order_restaurant--restaurant_menu_heading_panel_body .menu-heading-toggle .menu-heading-toggle-indicator i.fa-plus-square-o:before {
  content: "\f078";
}

.order_restaurant--menu_item_container {
  padding: 0px;
  border: 1px dotted #BBBDBF;
}

.order_restaurant--menu_item_container:nth-child(odd) {
  border-top: none;
  border-left: none;
}

.order_restaurant--menu_item_container:nth-child(even) {
  border-top: none;
  border-left: none;
  border-right: none;
}

.order_restaurant--menu_item_container {
  transition: all 0.4s ease;
}

.order_restaurant--menu_item_container:hover {
  cursor: pointer;
  background-color: #ECECEC;
}
/*

.order_restaurant--menu_item {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  padding: 15px;
}

.order_restaurant--restaurant_panel_heading,
#staying_at_hotel {
  display: none;
}

.restaurant_item {
  padding: 10px;
  margin: 0px !important;
  border-bottom: 1px dotted #ccc;
}


.row-equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
*/


/* restaurants - 1 column layout */
.row > .col-wrapper {
    border-bottom: 1px solid #bebebe;
}
.restaurants--restaurant_listings_row .meal-rows .col-wrapper {
  background-color: #FFFFFF;
  padding: 20px 0px;
  padding-bottom: 15px;
}
.content .meal-rows .col-wrapper {padding: 20px 0;}
.content .meal-rows .col-wrapper:hover {background-color: #f6f6f6;}
.logo-brand {
	line-height: 140px;
	padding-left: 45px;
	padding-right: 10px;
}
.logo-brand > img {
	display: inline-block;
    vertical-align: middle;
    line-height: 1.25;
}
.view-menu a.btn {
	position: relative;
	height: 137px;
	width: 200px;
	font: 25px/25px 'Open Sans';
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	background-color: #c9c9c9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.view-menu a.btn:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.view-menu .arrow-right {
	display: inline-block;
	width: 100%;
	font: 25px/25px 'Open Sans';
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	z-index: 999;
}


.meal-wrap-bdl {
	position: relative;
	display: inline-block;
	width: calc(100% - 210px);
	height: 140px;
	border-left: 1px solid #bcbcbc;
}
.meal-wrap-bdl:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.meal-wrap-text {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding-left: 30px;
}
.meal-head .name {
	font:700 22px/30px 'Open Sans';
	color: #008bbf;
}
.meal-head .offer {
	position: absolute;
	top: 0;
	right: 0;
	width: 184px;
}
.meal-head .offer > span:first-child {
	display: inline-block;
	font: 14px 'Open Sans';
	color: #fff;
	background-color: #12ad02;
	text-align: center;
	padding: 9px 0;
	width: 100%;
	margin-bottom: 8px;
}

.meal-head .offer > span.arrow_box {
	position: relative;
	display: none;
	width: 100%;
	height: 92px;
	background: #000000;
	border: 1px solid #000;
	font: 14px 'Open Sans';
	color: #fff;
	text-align: center;
	padding-top: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.meal-head .offer > span.arrow_box:after, .meal-head .offer > span.arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.meal-head .offer > span.arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 8px;
	margin-left: -8px;
}
.meal-head .offer > span.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000;
	border-width: 9px;
	margin-left: -9px;	
}
.meal-wrap-text > p {
	font: 16px 'Open Sans';
	margin: 0;
}
.meal-wrap-text > p:nth-child(2) {
	color: #666666;
	padding: 8px 0;
}
.meal-wrap-text > p:nth-child(3) {color: #999999;}
.meal-wrap-text > p:last-child  > span {color: #000;}

ul.restaurants--restaurant_deal_list li {
  display: block;
  width: 199px;
  text-align: center;
  color: #fff;
  background-color: #12ad02;
  padding: 9px;
  margin-bottom: 4px;
}

ul.restaurants--restaurant_deal_list li .tooltip.top .tooltip-arrow {
  margin-top: 26px;
}

ul.restaurants--restaurant_deal_list li .tooltip.top {
  border: 1px solid transparent;
}
.meal-rows:hover .featured-dish, .view-menu a.store-link:hover  {
  background-color: #AAA;
}

.restaurants--restaurant_sort_list {
  margin-top: 30px;
}
.second-menu .background-header {
    background-color: #ffffff;
}
.footer_about {
	text-align: center;
	margin: 20px 0;
}
.order_btn {
	color: #d63229;
    background-color: #fff;
	padding: 10px;
}
.order_btn:hover {
	color: #d21d13;
}
#page_content #search-container #search-form {
	border: none;
}
#featured_restaurants {
	margin: 100px;
	/*text-align: center;*/
	align-items: center;

}
#featured_restaurants img {
    width: 100%;
    max-width: 500px;
    height: auto;
}
@media (max-width: 767px) {
	#featured_restaurants {
		margin: 40px 15px;
	}
	#featured_restaurants h3 {
		margin: 0 0 40px;
		font-size: 16px;
	}
	#featured_restaurants h2 {
		margin: 10px 0 0;
		font-size: 28px;
	}
	#page_content #search-container .tagline h1 {
		margin-top: 22%;
		margin-bottom: 0px;
		font-size: 45px;
	}
	#page_content #search-container #search-form {
    	max-width: 60%;
	}
	#page_content #search-container {
	    height: 450px;
	}
	.main-callout {
		width: 100%;
	}
	.main-callout button{
		font: bold 12px/40px 'Proxima Nova Rg', sans-serif;
	}
}

@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');


body {
  background: #fff !important;

}
@media (min-width:1200px){
.container { width:1200px; }
}

#page_container {
  margin-top: 20px;
}

.header-menu-nav, .header-menu-nav-mobile {
  background: #FFF;
}

.header-menu-nav .logo-img img, .header-menu-nav-mobile .logo-img img {
    width: 80px;
    height: 82px;
}
#login-modal .login_modal_tabs li.active a{
	color: #d63229;
}

#filters-modal .restaurant-filters-panel .modal-content .modal-body .location-option div:hover {
    border-color: #d63229 !important;
    color: #d63229 !important;
}





.restaurants--restaurant_row {
  margin-top: 50px;
}

#restaurant_headings_container, #restaurant_search_div, #mobile_nav {
  background-color: #dfdfdf;
}

#page_header .navbar {
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: none;
  box-shadow: 3px 4px 8px rgba(0,0,0,0.4);
}

#page_header .navbar-top {
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 25px;
  color: #FFFFFF;
}

#page_header .navbar-top a {
  color: #FFFFFF;
}

#page_header .navbar-nav {
  margin-top: 20px;
}

#page_header .navbar-nav a {
  font-size: 18px;
  font-weight: 600;
}

#page_header .nav > li > a:hover,
#page_header .nav > li > a:focus {
  background-color: #109fea;
}

#page_header .navbar-toggle:hover {
  background-color: #cbcbcb;
}

.navbar-default {
    background-color: #fff;
    border-color: #333;
}

.navbar-default .navbar-nav > li > a {
    color: #2a2a2a;
}


/* social icons */
#social-icons {
  float: right;
  margin: 8px 10px 0;
}

#social-icons a.social {
    overflow: hidden;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    margin: 0 0 0 6px;
    width: 26px;
    height: 26px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    float: left;
    text-index: -9999px;
       background: url('../images/social-icons-red.png') no-repeat top left;
}

#social-icons a.social:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#social-icons a.social.facebook{ background-position: 0 0; width: 26px; height: 26px; }
#social-icons a.social.foursquare{ background-position: -31px 0; width: 26px; height: 26px; }
#social-icons a.social.google{ background-position: -62px 0; width: 26px; height: 26px; }
#social-icons a.social.tripadvisor{ background-position: -93px 0; width: 26px; height: 26px; }
#social-icons a.social.twitter{ background-position: -124px 0; width: 26px; height: 26px; }
#social-icons a.social.urbanspoon{ background-position: -155px 0; width: 26px; height: 26px; }
#social-icons a.social.yelp{ background-position: -186px 0; width: 26px; height: 26px; }
#social-icons a.social.instagram{ background-position: -217px 0; width: 26px; height: 26px; }
#social-icons a.social.vimeo{ background-position: -248px 0; width: 26px; height: 26px; }
#social-icons a.social.pinterest{ background-position: -279px 0; width: 26px; height: 26px; }
#social-icons a.social.linkedin{ background-position: -310px 0; width: 26px; height: 26px; }
#social-icons a.social.youtube{ background-position: -341px 0; width: 26px; height: 26px; }


/* content */
#page_content #carousel {
  position: relative;
  left: 0px;
  width: 100%;
  margin-bottom: 0px;
}

#page_content #carousel .background {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../images/carousel-1.jpg');
  z-index: -1;
}

#page_content .content-shadow {
  width: 315px;
  height: 12px;
  background: url('../images/bg-shadow.png') no-repeat 10px 0px;
}



/* search form */
#page_content #search-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 20px);
  overflow: hidden;
  margin-top: 30px;
}

#page_content #search-container .tagline h1 {
  margin-top: 20%;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
  font-weight: normal; 
  font-style: normal;
  line-height: 80px;
  text-shadow: 3px 3px 5px #111;
  text-transform: uppercase;
}



#page_content #search-container #search-form {
/*
  margin-top: 16%;
  margin-bottom: 16%;
*/
  padding: 3px;
  background-color: #d21d13;
  box-shadow: 0px 0px 4px #EFEFEF;
  border-radius: 7px; border: none;
}

#page_content #search-container #search-form #search-form-inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

#page_content #search-container #search-form #search-form-inner h1 {
  margin: 0px;
  margin-bottom: 10px;
  color: #c63c3e;
  font-family: 'ChunkFiveRoman', serif;
  font-size: 30px;
  text-shadow: 1px 1px 2px #333333;
   -webkit-text-stroke: 1px #FFFFFF;
}

#page_content #search-container #search-form #search-form-inner h1 a {
  margin-left: 10px;
  color: #666666;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  text-shadow: none;
   -webkit-text-stroke: none;
}

#page_content #search-container #search-form #search-form-inner .btn {
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.12),
              inset 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-outline: none;
  -o-outline: none;
  -moz-outline: none;
  outline: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-shadow: 0px 1px 1px #666;
  text-transform: uppercase;
  background-color: #109fea;
}

#page_content #search-container #search-form #search-form-inner .row {
  margin-top: 20px;
}

img.logocarousel {
  height: 300px;
  margin-top: 50px;
}



/*DELIVERY PART*/
#page_content #delivery-options .delivery-option {
  padding: 30px 0px !important;
  background: transparent;
}

#page_content #delivery-options .delivery-option h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 9px !important;
  color: #109fea;
}

#page_content #delivery-options .delivery-option p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;

  margin: 0;
  padding: 0;

  color: #000000;
}


.main-content p {
  line-height: 30px;
  font-size: 1.1em;
  text-align: center;
}



/* page footer */

#page_footer {
  background: #fff;
  color: #333;
  border-top: none;
  font-family: 'Raleway', sans-serif;
  padding: 25px 0 0 0;
}

#page_footer .sectionbox {
  padding: 20px 0px;
}

#page_footer .sectionbox h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1e376c;
}

#page_footer .sectionbox p {
  margin-top: 20px;
}

#page_footer .sectionbox ul.footer-nav {
  margin-left: 0px;
}

#page_footer a {
  color: #333;
  font-family: 'Raleway', sans-serif;
}

#page_footer a:hover {
  color: #d63229;
}

#page_footer #copyright {
  margin-bottom: 0px;
  padding-top: 15px;
  font-family: 'Raleway', sans-serif;
}

#page_footer #copyright a {
  color:#d63229;
}

#page_footer #copyright span {
  color:#fff;
}

#page_footer .sectionbox ul.footer-nav.browseby {
  margin-left: -15px;
}


#page_footer .sectionbox a.view-more-footer {
  color:#faac16;
  margin-top: 0px;
  font-weight: bold;
}

a.view-more-footer span {
  font-size: .8em;
  margin-left: 3px;
}


.footer-social img {
/*  height: 30px;*/

}

.footer-social img.app-btn {
    height: 50px;
}


.footerlinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

.footerlinks a {
  list-style: none;
}


.footerlinks span {
  margin: 0 20px;
}

/*
.footerlinks a:after {
 content: '|';
   margin: 0 20px;
}

.footerlinks a:last-of-type:after {
  content: '';
}
*/

.footer-hours {
  color: #333;
    margin-bottom: 15px;
    font-size: 1.2em;
    text-align: center;
}

.footer-text {
  color: #333;
    margin: 25px 0 15px 0;
    font-size: 1.1em;
    text-align: center;
}

.footer-hours-spacer {
   margin: 0 20px;
}




/* custom bootstrap overrides */
form .input,
form .textarea {
  position: relative;
  display: block;
  font-weight: 400;
}

form .icon-prepend {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 30px;
  color:#A2A2A2;
  padding: 5px;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #BDBDBD;
}

form .icon-append {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 30px;
  color:#A2A2A2;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #BDBDBD;
}

form .input input {
  width: 100%;
  padding: 10px 10px;
  color: #404040;
  border-width: 1px;
  border-style: solid;
  border-color: #BDBDBD;
  background: #fff;
  font: 14px/18px 'Open Sans',Helvetica,Arial,sans-serif;
}

form .icon-prepend + input, form .icon-prepend + textarea {
  padding-left: 40px;
}

form .icon-append + input, form .icon-append + textarea {
  padding-left: 10px;
  padding-right: 40px;
}



/* general declarations */
.content {
  padding: 20px 30px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #BCBCBC;
}

.content h3 {
  color: #109fea;
  text-align: center;
  font-size: 2.4em;
}

.section {
  margin: 30px 0px;
  border-top: 1px dashed #333333;
}

.section h2 {
  color: #109fea;
}

.section p, .section ul li {
  font-size: 16px;
}

h3.section-title {
  margin-bottom: 0px;
}

.section-title {
  clear: both;
  position: relative;
  margin: 10px 0 20px;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  border: none;
}

.section-title:after {
  position: absolute;
  display: block;
  top: 28px;
  width: 100%;
  height: 1px;
  margin-left: 0;
  content: '';
  background: #888888;
  z-index: 1;
}

.section-title span {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #2c3e50;
  color: #d63229;
  background-color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.section-image {
  width: 100%;
  height: 240px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.75);
  border: 4px solid #FFFFFF;
  overflow: hidden;
}

.section-image img {
  width: 100%;
}

.menu-image img{
	
  width: 100%;
  height: 900px;
}

.spacer {
  display: inline-block;
  margin: 0px 10px;
}

.border-left {
  border-left: 1px solid #BDBDBD;
}

.pixel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url('../images/pixel-overlay.png');
}

.divider {
  display: block;
  height: 14px;
  margin: 5px 0px;
  background: url('../images/divider.png') repeat-x;
}

.shadow {
  position: relative;
}

.shadow-inner {
  position: absolute;
  top: -40px;
  padding: 0px;
  height: 60px;
  width: 100%;
  background: url('../images/shadow.png') no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  z-index: -2;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
  background: transparent;
}

.main-content {
  padding: 35px 15px 15px;
  font-size: 1.2em;
}

.inner-content {
  padding: 35px 15px 15px;
  font-size: 1.2em;
  width: 100%;
}



.main-content img.tn1, .inner-content img.tn1 {
  padding: 30px 15px 0 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
}

.main-content img.tn2, .inner-content img.tn2 {
  padding: 20px 0 0 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
}

.main-content img.br, .inner-content img.br {
  margin: 25px 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .5);
}

.main-content h1, .inner-content h1 {
  margin-top: 5px;
  margin-bottom: 25px;
  color: #109fea;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
  text-shadow: 2px 2px 3px #cfcfcf;
  text-transform: none;
}


.main-content img.br, .inner-content img.cb {
    margin: 25px 0;

}

#boxshadow {
  position: relative;
 box-shadow: 0 15px 60px 0 rgba(0, 0, 0, .5);
  background: white;
      z-index: 5;
}

/* Make the image fit the box */
#boxshadow img {
  width: 100%;
 }

 #boxshadow img.tn1, #boxshadow img.tn1 {
  width: 200px;
 }



#boxshadow::after {
    content: '';
    position: absolute;
    z-index: -1;
    box-shadow: 0 15px 60px 0 rgba(0, 0, 0, .5);
    width: 80%;
    left: 0;
    height: 100px;
    bottom: 0;
}


/* search box updates */

.createaccount {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background-color: #109fea;
}

.createaccount:hover {
  color: #ffffff;
  background-color: #109fea;
}

.radiosearch {
  font-size: 18px;
  margin-left: -15px;
}

.officebutton {
  margin-bottom: 6px;
}


/* app section */


#appsection {
  margin-top: -25px;
  margin-bottom: 25px;
}


#appsection h3 {
  font-family: 'Montserrat', arial;
  color: #333333;
  font-size: 2em;
  margin-top: 60px;
}

#appsection h2 {
  font-family: 'Montserrat-ExtraBold', arial;
  color: #109fea;
  font-size: 2.4em;
  margin-top: -10px;
}

#appsection img {
  padding-right: 22px;
}


#appsection p {
  font-family: 'Montserrat-Light', arial;
  color: #333333;
  font-size: 1.2em;
}

#appsection ul {
    list-style-image: url('/editable/templates/default/images/ul-check.png');
    padding-bottom: 20px;
}

#appsection ul.list-inline li {
    margin-right: -15px;
}

#appsection p.download {
 padding-top: 20px;
 font-weight: bold;
}



.h80 {
  height: 80px;
}


/* main callout search */


#address_form {
  outline: 0
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  flex: 0 0 100%;
    display: flex;
    justify-content: center;
}

#address_form > .maincallout {
  outline: 0
  height: 60px;
  width: 70%;
  line-height: 60px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #212121;
  border: 2px solid #109fea;
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 50px 0 0 50px;
}

#address_form > .maincallout:focus {
  outline: 0;
  background-color: #FFF;
}


#address_form > button.btn-maincallout {
  outline: 0;
  background: none;
  background-color: rgba(38, 50, 56, 0.8);
  float: left;
  height: 64px;
  width: 150px;
  text-align: center;
  line-height: 42px;
  border: 2px solid #109fea;
  color: #FFF;
  font: inherit;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 50px 50px 0;
  padding-right: 15px;
}

#address_form > button.btn-maincallout:hover {
  background-color: rgba(67, 161, 217, 0.8);
}


/* panel */

.panel {
    background-color: #fff;
}




.navbar-default .navbar-nav>li>a.get-our-app:hover {
    color: #414151;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
}

li.app-links {
      margin-left: -10px;
      margin-top: -2px;
}




#page_header .navbar-nav a span { display: inline-block; }


/* call to action button */
.takeout-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.takeout-button {
    display: inline-block;
    text-align: center;
    padding: 14px 60px 11px 60px;
    border: 1px solid #109fea;
    border-radius: 8px;
    background: #109fea;
    background: -webkit-gradient(linear, left top, left bottom, from(#109fea), to(#109fea));
    background: -moz-linear-gradient(top, #109fea, #109fea);
    background: linear-gradient(to bottom, #109fea, #109fea);
    text-shadow: #d03e02 1px 1px 1px;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-decoration: none;
    background-position: right center;
    transition: all .25s .05s ease-in-out;
    /* transition: background-color .5s, scale .5s .1s ease-in-out; */
       justify-content: center;
  align-content: center;
  flex-direction: column;
  box-shadow: 3px 4px 8px rgba(0,0,0,0.4);
}
.takeout-button:hover,
.takeout-button:focus {
    border: 1px solid #109fea;
    background: #109fea;
    background: -webkit-gradient(linear, left top, left bottom, from(#109fea), to(#109fea));
    background: -moz-linear-gradient(top, #109fea, #109fea);
    background: linear-gradient(to bottom, #109fea, #109fea);
    color: #ffffff;
    text-decoration: none;
    transform: scale(1.02);

}
.takeout-button:active {
     background: #109fea;
    background: -webkit-gradient(linear, left top, left bottom, from(#109fea), to(#109fea));
    background: -moz-linear-gradient(top, #109fea, #109fea);
    background: linear-gradient(to bottom, #109fea, #109fea);
}

/*
.takeout-button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 44px;
    margin: 0 8px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url(../images/sushi-btn.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
*/

.ordernowbtn {
  background-color: #109fea;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 2px;
}

.ordernowbtn:hover {
  background-color: #109fea !important;
    color: #414151 !important;
    padding: 10px 18px;
    border-radius: 2px;
}

.main-section-img {
  margin: 25px 0 40px 0;
}

/* dlcore */

.restaurants-available, .restaurants-available-text, .filter-col, .search-wrapper, .nav-info-wrapper {
/*  display: none;*/
}

/*
#page_subheader.restaurants {
  display: none;
}
*/



/* intro */

#intro {
  background: #fff;
  padding: 50px 0;
}

#intro h1 {
  color: #109fea;
  text-align: center;
   font-family: 'Oswald', 'Arial', sans-serif;
   margin: 10px 0 25px 0;
   font-size: 4em;
}

#intro p {
  text-align: center;
  font-size: 1.2em;
}

/* main */


#main {
      background-image: url("/editable/templates/default/images/main-bg.jpg");
      /* Set a specific height */
  height: 60vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#fff;
  margin: 10px 0 50px 0;
  padding: 50px 0;
}

#main h2 {
  font-family: 'Oswald', 'Arial', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 4em;
  color: #fff;
  margin: 40px 0 25px 0;

}

#main p {
  font-family: 'Raleway', 'Arial', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.8em;
}


.dashed-border {
    margin-left: 10%;
    width: 80%;
    border-bottom: 2px dashed #109fea;
}


/* main-contact */

#main-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 50px 0;
  margin-bottom: 50px;

}

#main-contact .row:last-of-type {
  margin-top: 50px;
}

#main-contact p {
  color: #333;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  line-height: 2em;
  text-align: center;
}

#main-contact h4 {
  color: #109fea;
  font-size: 1em;
  margin-top: 15px;
  margin-bottom: -15px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
}



#main-contact a {
  color: #109fea;
}

#main-contact i {
  margin-right: 15px;
  color: #109fea;
}

#main-contact span {
  padding-left: 30px;
}


#main-contact h2 {
  color: #109fea;
  font-size: 1.8em;
  margin: 25px 0px 0px 0px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #109fea;
  text-align: center;
  line-height: 1.8em;

}



/* testimonials */
.testimonials { width:100%; float:left; padding:50px 0; background: #fff;}
.testimonials h1 { color:#109fea; font-size:46px; font-weight:800; text-align: center; font-family: 'Novecento Condensed Bold', sans-serif;}
.testimonials h4 { color:#858594; font: 400 26px 'Novecento Condensed Bold', sans-serif; font-weight:400; text-align: center;}
.testimonial-header { width:40%; float:left; margin-top: 0px;}
.owl-carousel { float:left; width:60%;}
p.description { font-size:17px; color:#202020;font-family: 'Novecento Condensed Bold', sans-serif;}
p.rating{ margin:0 0 10px;}
.testimonial-title { color:#109fea; font-size:22px; font-weight:400; text-transform:capitalize; font-family: 'Novecento Condensed Bold', sans-serif; }
.testimonial p { margin-top:0;}
.testimonial { padding:0 80px;}
.testimonial:after { transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); bottom:0; top:auto; right:30px; left:auto;}
.testimonial-content img {width: 25px;}





/* youtube embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 35px 0;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.video-embed {
   padding: 50px 0;
}



/* gallery */
.clear {
  clear: both;
  float: none;
  width: 100%;
}

.container-gallery {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 50px;
}
/* line 32, ../sass/demo.scss */
.container-gallery .gallery a img {
  float: left;
  width: 33.333%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container-gallery .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container-gallery .gallery a.big img {
  width: 40%;
}


.h100 {
  height: 100px;
}

/* css3 animations */
.transition-slideup {
  animation-name: transition-slideup;
  -webkit-animation-name: transition-slideup;

  animation-duration: 1s;
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

  visibility: visible !important;
}

@keyframes transition-slideup {
  0%   { transform: translateY(100%); }
  50%  { transform: translateY(-8%); }
  65%  { transform: translateY(4%); }
  80%  { transform: translateY(-4%); }
  95%  { transform: translateY(2%); }
  100% { transform: translateY(0%); }
}

@-webkit-keyframes transition-slideup {
  0%   { -webkit-transform: translateY(100%); }
  50%  { -webkit-transform: translateY(-8%); }
  65%  { -webkit-transform: translateY(4%); }
  80%  { -webkit-transform: translateY(-4%); }
  95%  { -webkit-transform: translateY(2%); }
  100% { -webkit-transform: translateY(0%); }
}



@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/bebasneue.eot');
  src: url('fonts/bebasneue.eot') format('embedded-opentype'),
       url('fonts/bebasneue.woff2') format('woff2'),
       url('fonts/bebasneue.woff') format('woff'),
       url('fonts/bebasneue.ttf') format('truetype'),
       url('fonts/bebasneue.svg#Siamese Katsong') format('svg');
}

@font-face {
    font-family: 'Brandon Text Bold';
    src: url('fonts/brandontext-bold-webfont.eot');
    src: url('fonts/brandontext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandontext-bold-webfont.woff2') format('woff2'),
         url('fonts/brandontext-bold-webfont.woff') format('woff'),
         url('fonts/brandontext-bold-webfont.ttf') format('truetype'),
         url('fonts/brandontext-bold-webfont.svg#brandon_textbold') format('svg');
    font-weight: normal;
    font-style: normal;
}




/* media queries */
@media (max-width: 767px) {
  #page_header .navbar-collapse.pull-right {
    float: left !important;
  }
.takeout-btn{padding-top: 150px;}
.navbar-default {height: 70px;} .navbar-default .navbar-toggle { top:14px;}
#page_header .navbar-collapse.pull-right li {
    display: block;
  }
.navbar-collapse {background: #fff; }


  #page_header .navbar-nav a {
    margin-top: 0px;
  }

  #page_header .navbar-header {
    font-size: 16px;
  }

  #page_content #delivery-options .delivery-option p {
    font-size: 12px;
    line-height: 16px;
  }

  #page_footer .restaurant-photo .caption {
    left: 25%;
    bottom: 28px;
    font-size: 8px;
  }

  .section-image {
    height: auto;
  }

  .fa-4x {
    font-size: 35px;
  }

.logo {
  float: left;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: -15px;

}

.mobile-logo {
  display: block;
  float: left;
  width: 200px;
  height: 40px;

}


.navbar-default .navbar-toggle {
  border-color: #3d3d3d;
  color: #000000;
  background-color: #ffffff;
  float: right;
  height: 40px;
  border-radius: 3px;
  top: 15px;
    right: 0px;
}

.navbar-nav {
    float: left;
}

/*
.navbar-default .navbar-toggle {
 position: relative;
 float: right;
 padding: 9px 10px;
 margin-top: 8px;
 margin-right: 15px;
 margin-bottom: 8px;
 background-color: transparent;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px;
}
*/


span.ordertype {
  font-size: .8em;
  text-align: center;
  font-weight: bold;
  clear: both;
  white-space:nowrap;
}


#page_content #search-container #search-form #search-form-inner .row {
  margin-top: 5px;
  margin-bottom: 15px;
}

.border-left {
  border-left: 0px solid #BDBDBD;
}

.radiosearch {
  font-size: 18px;
  margin-left: 14px;
}

.officebutton {
  margin-bottom: 10px;
}

span.officemargin {
margin-top:9px;
}

.navbar-toggle {
    margin-top: 0px !important;
}

#page_content #search-container #search-form {
  margin-top: 6%;
}

.navbar-default .navbar-toggle {
    border-color: #888888;
    color: #fff200;
}

#page_header .navbar-toggle:hover {
  background-color: #d2d2d2;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #d2d2d2;
    color: #888888;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d21d13;
}

.navbar-default .navbar-toggle {
    border-color: #d21d13;
}

.section-title {
    margin: 6px 0 12px;
    font-size: 30px;
}


body {
    margin-bottom: 5px;
    overflow-x: hidden;
    background: #fff;
}

#banner-top > center > img {
  margin-top: 150px;
}

#main-form #search-form input.address {
  border: 1px solid #dedede !important;
  height: 40px !important;
}

#page_content #search-container .tagline h1 {
    margin-top: 50%;
   font-size: 50px;
    line-height: 50px;
}

.navbar-toggle {
    margin-bottom: 2px;
}

#page_header .navbar {
    padding: 3px;
}

.main-content h1 {
  margin-top: 5px;
  margin-bottom: 25px;
  color: #109fea;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  text-shadow: 2px 2px 3px #cfcfcf;
  text-transform: none;
}



.footer {
  margin-bottom: 50px;
}

#page_footer .sectionbox {
    padding: 2px 0px;
}



img.logocarousel {
  height: 180px;
}

.footer-hours-spacer {
  margin: 0;
   display: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}


.testimonial { padding: 0 10px;}
.testimonial-header { width: 100%;  text-align: center; margin-bottom: 30px;}
.owl-carousel { width: 100%;}
.testimonials h1 { color:#212121; font-size:30px; font-weight:800; text-align: center; }
.testimonials h4 { color:#858594; font: 400 20px 'Raleway'; font-weight:400; text-align: center;}


.takeout-button {
    font-size: 18px;
}


#main {
  height: 80vh;

}

#main p {
    font-size: 1.3em;
    line-height: 1.5em;
}

#intro h1 {

   font-size: 2.8em;
}

#intro p {

  font-size: 1em;
}




}

@media (min-width: 768px) and (max-width: 991px) {
  #page_header .navbar-collapse.pull-right {
    float: left !important;
  }

  #page_content #search-container .tagline h1 {
    margin-top: 25%;
    font-size: 80px;
    line-height: 80px;
  }

.createaccount {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background-color: #109fea;
}


#main {
  height: 70vh;

}




}


@media (min-width: 992px) and (max-width: 1199px) {
.createaccount {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background-color: #109fea;
}


}



/*---------faq-page-start--------*/

.faq_banner_part_inner
{
  background:url('editable/templtes/default/images/faq_banner_bg.jpg') center top no-repeat;
  background-size:cover;
  height: 207px;
    margin: 25px 0 0;
}
.faq_content_left ul
{
  list-style:none;
  padding:0;
}

.faq_content_left li a:hover
{
  text-decoration:none;
}
.active {
  background:#fff /* url('../images/drop_down_icon.png') */ no-repeat scroll 725px !important;
  color: #000;
}
.faq_inner
{
  background:#ebebeb /* url('../images/up_icon.png') */ 1070px 15px no-repeat;
  margin:0 0 10px;
  padding:0;
  font-size:16px;
  font-family: "Roboto Slab",serif;
  font-weight:400;
  color:#595757;
  display:block;
  padding:10px 0 10px 20px;
}
.hide_part
{
  color: #999999;
  font-family: "Roboto Slab",serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px 40px !important;
}
.faq_main_outer li
{
  font-size:16px;
  color:#999999;
  padding:10px 0 !important;
  font-family: "Roboto Slab",serif;
  font-weight:400;
}

.faq_content_left
{
  margin:0 0 50px !important;
}

.btn.btn-link, #menu_sections a {
  color: #4eacdb;
}

.restaurant_heading h4:hover {
  color: #4eacdb;
}

.login_outer {
  margin-top: calc((100vh - 400px) / 2);
}



.menu_content_part h2 {
  background: #4eacdb;
}

.form-control {
  color: #414151;
}


.menu_content_part
{
  margin:20px 0 0;
}
.menu_content_part h2
{
  background:#ff0000;
  font-family: "Roboto Slab",serif;
  font-size: 24px;
  font-weight: 400;
  color:#FFF;
  margin:0 0 40px;
  text-align:center;
  padding:7px 0 15px;
}
.menu_content_box {
  border: 2px solid #b7b7b7;
  min-height: 155px !important;
  padding: 10px 0 !important;
}
.menu_content_logo
{
}
.menu_content_txt h3
{
  font-size:20px;
  color:#ff0000;
  font-family: "Roboto Slab",serif;
  font-weight:400;
  margin:0;
  padding:0;
}
.menu_content_txt strong
{

  padding: 0 10px 0 ;
}
.menu_content_txt span
{
  font-size:20px;
  color:#cccccc;
  margin:10px 0 0;
  font-family: "Roboto Slab",serif;
  font-weight:400;
}

/*---------faq-page-end--------*/




.header-custom {
  height: 0px;
}


.navbar-default {
    border-color: transparent;
}

.navbar-nav {
    float: right;
    margin-top: 0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #109fea;
}


.navbar-default .navbar-nav > li > a {
    color: #ded1d1;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #d63229;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading h4{
	color: #000;
background: #fff !important;
}

.navbar-default .navbar-nav > li > a span {
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}




nav a {
  padding-top: 20px !important;
  padding-bottom: 5px !important;
  font-size: 18px;
  color: #109fea;
  text-transform: uppercase;
}

nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}

.navbar-brand {
  font-size: 30px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
border-bottom: none;
border-bottom-width: medium;
padding-bottom: 10px;
color: #000;
}



a.order-now-link {
    background-color: #109fea;
    color: #fff;
    padding: 10px 25px !important;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
    border-radius: 30px;
    margin: 10px auto !important;
    border: none !important;
    /* padding: 15px; */
}

a.order-now-link:hover, a.order-now-link:focus {
  border-bottom: none;
  background-color: #109fea !important;
  color: #fff !important;
}


nav.navbar.shrink {
  min-height: 35px;
  background: #fff;
      border-radius: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    margin-bottom: 0px;
    font-weight: bold;
}

nav.shrink img {
 height: 60px;
    margin-top: -2px;

}

nav.shrink a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 18px;
  margin-top: 10px;
}

nav.shrink .navbar-brand {
  font-size: 25px;
}

/*
nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}
*/



.navbar-brand img {
    vertical-align: middle;
    max-height: 100%;
    position: relative;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -20px;
    display: inline-block; 
    padding: 5px;
    max-height: 140px !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #999;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  border: 10px solid #fff;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




#locations {
  padding: 40px 0;
}

#locations address {
  font-weight: bold;
  margin-top: 15px;
}
.btn-default {
	background-color: #cccccc;
}

.btn-primary {
	background-color:#d63229;
}

@media (max-width: 767px) {

.header-custom {
    height: 0px;
}

.navbar-nav {
    float: left;
}

.navbar-brand img {
  height: 55px;

}

.seeall {
  position: absolute; 
  bottom: 10px; 
  right: 5%;
}

.navbar-default .navbar-toggle {
    border-color: #d21d13;
    top:5px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d21d13;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #109fea;
    color: #fff;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 380px;
	background: #fff;
}

.navbar-collapse {
    overflow-x: hidden;
}

.navbar-collapse.in {
    overflow-y: hidden;
}

h2.parallax-header {
    padding-top: 50px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #109fea;
    border-bottom: none;
}

.navbar-nav {
    margin: 7.5px 0px;
}

.footer {
  margin-bottom: 60px;
}

.photos h2 {
    font-size: 24px;
    background: #109fea;
}


.video h2 {
  font-size: 38px;
}

.video h3, .foodMenuItems h2, .contentBox h2 {
    font-size: 18px;
}



.artisan {
  padding: 50px 0 20px 30px;
  display: none;
}

.artisan h2 {
   font-family: "Novecento Condensed Bold";
   font-size: 50px;
    margin-bottom: -20px;
    line-height: 50px;
}

.artisan h3 {
   font-family: "Novecento Condensed Bold";
    font-size: 24px;
}


nav.shrink img {
    height: 50px;
    margin-top: 0px;
}


.navbar-default .navbar-nav > li > a  {
    font-size: 14px;
    text-align: left;
}

.navbar-default .navbar-nav > li > a:hover {
color: #109fea;
}

.navbar-default .navbar-nav > li > a {
    line-height: 14px;
}


}


/*  FLEXBOX STANDARD  ============================================================================================*/
.flex_container2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-top: 0px;
}

a.flex_item2 {
    width: calc(100% / 4);
    -ms-flex-preferred-size: 28%;
    flex-basis: auto;
    margin: 1vw;
    padding: .8vw;
    background: none;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.hvr-shutter-out-vertical:before {
  background-color: rgba(230,81,0,.5) !important;
}

.hvr-shutter-out-vertical {
  background: none !important;
}


@media (max-width: 767px) {

a.flex_item2 {
   width: calc(100% / 1);
}


h2.main-content-header {
  font-size: 2em;
}

a.flex_item h2 {
    position: relative;
    display: block;
    width: 70%;
    float: left;
    left: 72px;
    top: 0px;
    margin: 0;
    padding: 36px;
    line-height: 0;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 82, 0.5);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 82, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 82, 0.5) 0%, rgba(0, 0, 82, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
}





}



@media (min-width: 768px) and (max-width: 991px) {
a.flex_item2 {
   width: calc(100% / 3);
}

h2.main-content-header {
  font-size: 2.2em;
}


a.flex_item h2 {
    position: relative;
    display: block;
    width: 70%;
    float: left;
    left: 72px;
    top: 0px;
    margin: 0;
    padding: 36px;
    line-height: 0;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 82, 0.5);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 82, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 82, 0.5) 0%, rgba(0, 0, 82, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
}


}

@media (min-width: 992px) and (max-width: 1199px) {

a.flex_item2 {
    font-size: 18px;
}


}



/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: #fff;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

html, body { font-family: 'Montserrat', sans-serif;  }
html, body, div, h1, h2, h3, h4, h5, h6, p, a, ul, li { margin: 0;	padding: 0; font-family: 'Montserrat', sans-serif;}


@media (min-width:1200px){
.container { width:1200px; }
}

#main_page_tiles {
	width: 20% !important;
}
#main_page_tiles_second {
	width: 25% !important;
}
@media (max-width:767px){
#main_page_tiles {
    width: 100% !important;
}
#main_page_tiles_second {
	width: 100% !important;
}
#footer_social {
/*    padding-left: 65px;*/
    padding-top: 100px;
}
}
#footer_copy_right  {
  padding-top: 20px !important;
}
#footer_social{
/*	padding-right: 10px;*/
}

.navbar-default {
    border-color: transparent;
    background: transparent;
}

/*
#page_content {
	margin-top: -80px !important;
}*/
