html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  margin-top: 0 !important; }

body {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #040404;
  background: #fff; 
}

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0; 
}

a {
  outline: none !important; 
}

.fa {
  color: #0e2046;
}

.text {color: #0e2046;}
.title {
  margin: 36px 0;
  text-align: center;
  font-size: 50px;
  line-height: 80px;
  color: #0e2046;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

#wrapper {
  margin-top: 129px; 
}

header {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  height: 128px;
  overflow: hidden;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out; }
header .header-inner {
  max-width: 1212px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
header .header-inner .name {
  font-family: 'Pirata One', sans-serif;
  font-size: 55px;
  margin: 62px 67px 0 105px;
  float: left;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  -webkit-transition: margin 0.2s ease-in-out;
  transition:0.2s ease-in-out; 
      
}
header .name a {
  display: block;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
  outline: none; 
  text-decoration: none;
}
header .logo a img {
  display: block;
  width: 100%;
  outline: none; height: 70px;}
header nav {
  float: left;
  margin-top: 76px;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  -webkit-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out; }
header nav ul {
  overflow: hidden; }
header nav ul li {
  float: left; }
header nav ul li a {
  color: #0e2046;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.5px; }
header nav ul li a:hover {
  color: #d55f11; }
header nav ul li a:focus {
  color: #0e2046; }

header nav ul li .icon{
  display: block;
  margin: 0 30px 0;
  width: 8px;
  height: 9px;
  background-image: url();
}

header .social {
  display: block;
  float: right;
  margin-top: 76px;
  transition: 0.2s ease-in-out;
}



/* Sticky Nav*/

.sticky header {
  height: 60px !important;
  border-bottom: 1px solid #E5E5E5 !important;
}
.sticky header .name {
  margin-top: 24px !important;
  font-size: 30px !important;
  transition: 0.2s ease-in-out !important;
}
.sticky header nav, .sticky header .social {
  margin-top: 30px !important;
  transition: 0.2s ease-in-out !important;
}
/* Sticky Nav*/


/* Start Mobile Nav*/
.mobile-nav {
  display: none;
}


/* End Mobile Nav */





/*  myswipe   */
#mySwipe {
  height: 600px;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
.swipe-wrap img {
  display: block;
  width: 100%;
}
#mySwipe div b {
  display:block;
  font-weight:bold;
  color:#14ADE5;
  font-size:20px;
  text-align:center;
  margin:10px;
  padding:100px 10px;
  box-shadow: 0 1px #EBEBEB;
  background: #fff;
  border-radius: 3px;
  border: 1px solid;
  border-color: #E5E5E5 #D3D3D3 #B9C1C6;
}
#mySwipe a.btn-prev {
  position: absolute;
  top: 45%;
  margin-top: -26px;
  overflow: hidden;
  left: 40px;
  width: 52px;
  height: 52px;
  background: white;
  border-radius: 26px;
  opacity: 0.8;
}
#mySwipe a.btn-prev .fa {
  padding: 8px 15px;
}
#mySwipe a.btn-next {
  position: absolute;
  top: 45%;
  margin-top: -26px;
  overflow: hidden;
  right: 40px;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 26px;
  opacity: 0.8;
}
#mySwipe a.btn-prev:hover, #mySwipe a.btn-next:hover {
  box-shadow: 0 0 3px 3px #DF915D;
}

#mySwipe a.btn-next .fa {
  padding: 8px 20px;
}
#mySwipe a.btn-prev .fa:hover, #mySwipe a.btn-next .fa:hover {
  color: #DF915D;
}

/*    myswipe   */


/* Start Section Home Intro */

.home-intro {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  color: #0e2046;
  overflow: hidden;
  position: relative;
}
.home-intro .home-intro-inner {
  padding: 25px;
}
.home-intro h1 {
  margin: 0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #111;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.1em;
}
.home-intro .text-block {
  position: relative;
  padding-bottom: 30px;
  margin-top: 10px;
}
.home-intro .text-block p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-align: center;
}



.home-intro .col-left{
  width: 45%;
  float: left;
  font-family: "Playfair Display", serif;
}
.home-intro .col-left .top{
  font-size: 78px;
  line-height: 78px;
}
.home-intro .col-left .bottom {
  font-size: 58px;
  line-height: 58px;
}
.home-intro .col-separator {
  width: 10%;
  float: left;

}
.home-intro .col-separator .separator-body {
  display: block;
    position: absolute;
    top: 12px;
    bottom: 12px;
    width: 13px;
    background: url(../images/separator-body.png) repeat-y left top;
    background-size: 8px 1px;
}
.home-intro .col-right{
  width: 45%;
  float: left;
  margin-left: 92px;
}
.home-intro .col-right .col-right-inside {
  padding: 0 12px 0;
  margin-left: 35px;
}
.home-intro .col-right .col-right-inside p {
  font-size: 14px;
  line-height: 24px;

}
/* End Section Home Intro */


/*    Start Section Restaurant   */
#restaurant .restaurant-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 70px;
}
#restaurant .block {
  width: 33.33%;
  float: left;
  display: block;  
}
#restaurant .block .block-inner {
  margin: 0 30px;
}
#restaurant .block .block-inner .block-title {
  color: #0e2046;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  line-height: 80px;
}

/*    End Section Restaurant   */


/*    Start Section Menu   */

.menu {
  background: url(../images/restaurant.png);
  position: relative;
}
.menu-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 45px;
}
.menu-button {
  text-decoration: none;
  
}




/*    End Section Menu   */







/*    Start Section Order   */

.order {
  background: url(../images/restaurant.png);
  position: relative;
  font-family: "Playfair Display", serif;
}
#order .order-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 70px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 45px;
}

#order .order-inner .order-left {
  width: 40%;
  position: relative;
  display: block;
  margin-right: 20%;
  float: left;
}
#order .order-inner .order-right {
  width: 40%;
  float: left;
}
#order .order-inner .order-block {  
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

#order .order-inner .top {
  height: 350px;
}

#order .order-inner .top img{
  height: 100%;
  width: 100%;
}

#order .order-inner .bottom {
  padding-bottom: 22px;
}
#order .order-inner .bottom-inner {
  margin: 20px auto;
}

#order .order-inner .bottom .bottom-inner a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #0e2046;
  font-size: 17px;
  font-weight: 700;
  box-shadow: rgba(30, 22, 54, 0.4) 0 0px 0px 2px inset;
  transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
  display: block;
  margin: 10px auto;
  max-width: 112px;
  text-decoration: none;
  border-radius: 4px;
  padding: 20px 30px;
  text-align: center;
  letter-spacing: 2px;
}

#order .order-inner .bottom a:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(211, 104, 104, 0.9) 0 0px 0px 40px inset;
}





.card {
  will-change: transform;
  margin: 0 auto;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fafafa;
  height: 35%;
  width: 344px;
  -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.card:hover {
  cursor: pointer;
}
.card__image {
  position: absolute;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repat;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  -webkit-filter: grayscale(0.5) !important;
    -moz-filter: grayscale(1) !important;
    -ms-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.card__image:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  bottom: 0;
}
.card__title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 23px;
  text-align: center;
  color: orange;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  right: 0;
  padding: 0 16px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: visible;
  -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.card__subtitle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  left: 88px;
  right: 0;
  top: 45px;
  position: absolute;
  padding: 0 16px;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.card__text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  display: block;
  left: 0;
  right: 0;
  top: 100px;  
  padding: 4px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0;
  line-height: 1.6;
  position: absolute;
  text-align: center;
  color: #000;
  overflow: hidden;
  -webkit-transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: delay 0.1s;
  transition: delay 0.1s;
}
.card__action-bar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;  
  
  boz-sizing: border-box;  
  -webkit-transition: left 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card__hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.card__btn {
  text-transform: uppercase;
  color: black;
  text-align: center;  
  height: 48px;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.delivery {
    color: red;
}

.card__btn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #ea6446;
  position: absolute;
  bottom: -37%;
  left: -1px;
  -webkit-transform: rotate(-45deg) translateX(-50px);
          transform: rotate(-45deg) translateX(-50px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.card__btn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #ea6446;
  position: absolute;
  top: -37%;
  right: -2px;
  -webkit-transform: rotate(135deg) translateX(-50px);
          transform: rotate(135deg) translateX(-50px);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}


.card__btn:hover:before {
  -webkit-transform: rotate(-45deg) translateX(0);
          transform: rotate(-45deg) translateX(0);
}
.card__btn:hover:after {
  -webkit-transform: rotate(135deg) translateX(0);
          transform: rotate(135deg) translateX(0);
}

.card__button {
  outline: none;
  position: relative;
  display: block;
  text-align: center;
  line-height: 41px;  
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 26px;
  color: #000;
  width: 100%;
  text-decoration: none;
}

.card--big {
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
  height: 565px;
  min-height: 565px;
}
.card--big .card__image {
  border-radius: 1px 1px 0 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  max-height: 350px;
}
.card--big .card__title {
  top: 307px;
}
.card--big .card__text {
  top: 350px;
}
.card--big .card__action-bar {
  left: 0;
}

/*    End Section order   */




/*    Start Section Contact   */

#contact {
  position: relative;
}
#contact .contact-inside {
  position: absolute;
  left: 50%;
  top: 70px;
  bottom: 60px;
  width: 330px;
  margin-left: -480px;
  background: #fff;
  color: #0e2046;
}
#contact .contact-inside .contact-info {
  padding: 40px;
  font-family: "Playfair Display", serif;
}
#contact .contact-inside .contact-info strong{
  font-weight: 700;
}
#contact .contact-inside .contact-info hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-bottom: 15px;
}


#contact .contact-inside .contact-info h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
#contact .contact-inside .contact-info h3 {

  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
#contact .contact-inside .contact-info p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
#contact .contact-inside .contact-info p a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #0e2046;
}
#google-container {
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #e7eaf0;
}
#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(211, 104, 104, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}

#contact address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(211, 104, 104, 0.9);
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
}
#contact .bayview {
    bottom: 40px;
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
#cd-zoom-out {
  background-position: 50% -32px;
}


/*    End Section Contact   */

/* Start Section footer   */

.footer-inner {
  max-width: 1200px;
  margin: 36px auto 40px;
  text-align: right;
  font-size: 11px;
}
.footer-inner p {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #0e2046;
  font-size: 10px;
  margin-right: 30px;
}
.footer-inner a {
  font-family: 'Pirata One', sans-serif;
  font-size: 25px;
  color: #0e2046;
  text-decoration: none;
  display: inline-block;
}

/* End section footer   */




@media screen and (max-width: 1279px) {
  header .header-inner {
    max-width: 960px; }
  header .header-inner .logo{
    margin-left: 0;
  }  

  .home-intro {
    max-width: 960px;
  }
  #mySwipe {
    height: 600px;
  }

}    

@media only screen and (min-width: 1170px) {
  #mySwipe {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) {
  
}

@media screen and (max-width: 1023px) {
  header .header-inner {
    max-width: 760px; }

  header .header-inner .name {
    font-size: 40px;
    margin: 23px 0 0 15px;
    margin-top: 66px;
    margin-right: 25px;
  } 
  header .social {
    margin-right: 25px;
  }
  .home-intro {
    max-width: 760px;
  }
  #mySwipe {
      height: 400px;
  }
  #contact .contact-inside {
    margin-left: -350px;
  }
  #order .order-inner .order-left {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #order .order-inner .order-right {
    width: 100%;
    float: none;
  }
  .title {
    font-size: 35px;
    line-height: 35px;
  }
  .card {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 320px;
  }
  .card__title{
    font-size: 20px;
  }
  .card__button{
    font-size: 20px;
  }
  
}    



@media screen and (max-width: 767px) {
  #wrapper {margin-top: 55px;}

  header, .sticky header{height: 60px;}
  header .header-inner nav, .sticky header .header-inner nav {
    display: none; }

  header .header-inner .name {
    font-size: 40px;
    margin: 23px 0 0 15px;
  } 
  header .header-inner .social {
    margin-top: 26px;
    margin-right: 26px;
  }

  #mySwipe {
    height: 300px;
  }
  #mySwipe a.btn-prev, #mySwipe a.btn-next {
    display: none;
  } 

  .mobile-nav {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 64px;
    background: #fff;
  }  

  .mobile-nav .btn {
    position: absolute;
    height: 100%;
    display: block;
    width: 20%;
    background: #1E3B74;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
  }

  .mobile-nav .btn.btn-restaurant {
    left: 0;
  }
  .mobile-nav .btn.btn-menu {
    left: 20%;
  }
  .mobile-nav .btn.btn-order {
    left: 40%;
  }
  .mobile-nav .btn.btn-bayview {
    left: 60%;
  }
  .mobile-nav .btn.btn-walkers {
    left: 80%;
  }

  .mobile-nav .btn .btn-inside {
    display: block;
    height: 100%;
    border-right: 1px solid #212f4b;
    padding-top: 16px;
  }
  .mobile-nav .btn .btn-inside .icon {
    display: block;
    margin: 0 auto;
  }
  .mobile-nav .btn .btn-inside .text {
    color: #faf8f4;
    text-transform: uppercase;
  }
  .mobile-nav .btn:hover {
    background: #d55f11; }
  .mobile-nav .btn:hover .text {
    color: #fff; }
  .mobile-nav .btn .btn-inside .fa {
    color: #fff;
  }

  /* menu */

  

  /* menu */

  

  /* Contact */
  #contact .contact-inside {
    width: 100%;
    position: static;
    margin: 0;
  }

  #google-container {
    height: 250px;
  }



  #contact address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
  #contact address:first-child {
    bottom: 40px;
  }
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
  #cd-zoom-in {
    margin-top: 50px;
  }

}


@media screen and (max-width: 480px) {
  #order .order-inner .order-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .title {
    font-size: 24px;
    line-height: 30px;
  }
  #order .order-inner .order-right {
    width: 100%;
  }
  #mySwipe {
    height: 200px;
  }
    .home-intro h1 {
    font-size: 22px;
  }

}