/****Colors****/
/****Fonts****/
/****Screen Sizes****/
* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

body {
  padding: 0;
  margin: 0;
}

.title {
  margin-bottom: 60px;
  margin-top: 20px;
}

.title h1 {
  font-weight: 900;
  width: 90%;
  margin-top: 0;
}

.title h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  letter-spacing: 7px;
  margin-bottom: 15px;
}

.title.light h1 {
  color: #fff;
}

.title.text-center h1 {
  width: 100%;
}

.nopadding {
  padding: 0 !important;
}

.nopaddingleft {
  padding-left: 0 !important;
}

.nopaddingright {
  padding-right: 0 !important;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

p {
  font-weight: 300;
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin: 15px 0;
}

section {
  padding: 75px 0;
  background-color: #fff;
}

header {
  height: 850px;
  background-color: #222;
  background-image: url("../img/hero2.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
}

header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 500;
}

header .slogan {
  position: relative;
  z-index: 999;
  margin-top: 300px;
}

header .slogan .cta {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 9px 20px;
  border-radius: 100px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  font-size: 17px;
  letter-spacing: 1px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

header .slogan .cta:hover, header .slogan .cta:focus {
  background-color: #fff;
  border-color: #fff;
  color: #111;
  text-decoration: none;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

header .slogan h1 {
  color: #fff;
  font-size: 80px;
  font-family: "Playfair Display", serif;
}

header .slogan h4 {
  margin-top: 30px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  header {
    height: 600px;
  }
  header .slogan {
    margin-top: 215px;
  }
  header .slogan h1 {
    font-size: 30px;
  }
  header .slogan h4 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
  }
}

.navbar {
  background-color: transparent;
  border: 0;
  padding-top: 30px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

@media screen and (max-width: 768px) {
  .navbar .navbar-nav {
    background-color: #111;
    text-align: center;
  }
  .navbar .navbar-nav .social-f {
    margin-left: 00px;
    display: inline-block;
  }
  .navbar .navbar-nav .social-f a {
    padding-right: 15px;
  }
  .navbar .navbar-nav .social-i {
    display: inline-block;
  }
}

.navbar .navbar-toggle {
  margin-top: 30px;
}

.navbar .navbar-brand img {
  width: 100px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .navbar-nav {
  margin-top: 15px;
}

.navbar .social-f {
  margin-left: 20px;
}

.navbar .social-f a {
  padding-right: 0;
}

.navbar li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar li:hover a, .navbar li:focus a {
  color: #cacaca !important;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar.scrolled {
  background-color: #000;
  padding-top: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar.scrolled .navbar-toggle {
  margin-top: 10px;
}

.navbar.scrolled .navbar-brand img {
  width: 70px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar.scrolled .navbar-nav {
  margin-top: 0;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .navbar.scrolled .navbar-brand {
    padding-top: 10px;
  }
  .navbar.scrolled .navbar-brand img {
    width: 50px;
  }
}

#gallery {
  padding: 5px;
}

#gallery .gallery-col {
  padding: 5px;
}

@media screen and (max-width: 768px) {
  #gallery .mb-padding-gallery {
    padding-top: 5px;
    clear: both;
  }
}

#gallery .gallery-box {
  width: 100%;
  padding-bottom: 100%;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

#gallery .gallery-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

#gallery .gallery-box:hover, #gallery .gallery-box:focus {
  cursor: pointer;
}

#gallery .gallery-box:hover img, #gallery .gallery-box:focus img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

#gallery .gallery-textbox {
  width: 100%;
  padding-bottom: 100%;
}

#gallery .gallery-textbox .content {
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#gallery .gallery-textbox .title {
  margin: 0;
}

#gallery .gallery-textbox .title h1 {
  width: 100%;
}

* {
  outline: none;
}

#about .quote {
  position: relative;
  padding-top: 40px;
}

#about .quote .fa-quote-left {
  font-size: 70px;
  color: #ededed;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 100;
}

#about .quote p {
  font-weight: 600;
  position: relative;
  z-index: 150;
  color: #222;
}

#menu {
  background-color: #0000;
  position: relative;
  background-image: url("../img/menu-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 100px 0;
}

#menu .intro p {
  color: #fff;
}

#menu .price {
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 40px 20px;
  margin-top: 200px;
  padding-right: 25px;
}

@media screen and (max-width: 992px) {
  #menu .price {
    margin-top: 20px;
  }
}

#menu .price h1 {
  font-weight: 300;
  font-size: 70px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

#menu .price h4 {
  font-weight: 300;
  margin: 0;
  font-size: 22px;
  color: #fff;
  margin-left: 33px;
}

#menu .content {
  position: relative;
  z-index: 700;
}

#menu .fa-utensils {
  color: #999;
}

#menu .menu-item {
  margin: 24px 0;
  border-bottom: 1px dashed #999;
}

#menu .menu-item h4 {
  font-weight: 600;
  color: #fff;
  margin: 0;
}

#menu .menu-item p {
  color: #fff;
  margin-top: 3px;
}

#menu .menu-item.no-border {
  border: 0 !important;
}

#menu .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 500;
}

@media screen and (max-width: 768px) {
  #menu {
    background-image: url("../img/1.jpg");
  }
  #menu .overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }
  #menu .menu-item p {
    color: #cacaca;
  }
}

#testimonials {
  position: relative;
  padding-bottom: 120px;
}

#testimonials #leftArrow {
  position: absolute;
  left: 15px;
  bottom: 250px;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #ededed;
}

#testimonials #leftArrow i {
  font-size: 19px;
  line-height: 50px;
}

#testimonials #leftArrow:hover {
  opacity: .7;
}

@media screen and (max-width: 1080px) {
  #testimonials #leftArrow {
    bottom: 40px;
  }
}

#testimonials #rightArrow {
  position: absolute;
  right: 15px;
  bottom: 250px;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #ededed;
}

#testimonials #rightArrow i {
  font-size: 19px;
  line-height: 50px;
}

#testimonials #rightArrow:hover {
  opacity: .7;
}

@media screen and (max-width: 1080px) {
  #testimonials #rightArrow {
    bottom: 40px;
  }
}

#testimonials .title {
  margin-bottom: 20px;
}

#testimonials .intro {
  margin-bottom: 60px;
}

#testimonials .test-box {
  position: relative;
  padding: 0 20px;
  padding-top: 40px;
}

#testimonials .test-box .fa-quote-left {
  font-size: 70px;
  color: #ededed;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 100;
}

#testimonials .test-box p {
  z-index: 150;
  position: relative;
}

#contact {
  padding-bottom: 0;
  background-color: #f5f5f5;
}

#contact .title {
  margin-top: 20px;
}

#contact .contact-box {
  padding: 30px 20px;
  position: relative;
  top: 60px;
  z-index: 900;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #contact .contact-box {
    top: 0;
    margin-bottom: 20px;
  }
}

#contact .contact-box .socials {
  list-style: none;
}

#contact .contact-box .socials li {
  display: inline-block;
  margin-right: 15px;
}

#contact .contact-box h2 {
  margin-top: 0;
}

#contact .contact-box h2 span {
  font-family: "Playfair Display", serif;
  color: #999;
}

@media screen and (max-width: 768px) {
  #contact .contact-box .phone-heading {
    margin-bottom: 35px;
  }
}

#contact .contact-box h4 {
  font-weight: 600;
}

#contact .contact-box i {
  font-size: 18px;
  color: #999;
}

#contact .contact-box p {
  margin: 5px 0;
}

#contact .map-cont {
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 0;
}

@media screen and (max-width: 992px) {
  #contact .map-cont {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 768px) {
  #contact .map-cont {
    padding-bottom: 100%;
  }
}

#contact .map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

footer {
  padding: 20px 0;
  padding-bottom: 40px;
  color: #999;
}

#big-cover.oysters-cover {
  background-color: #222;
  background-image: url("../img/hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 150px 0;
  background-attachment: fixed;
}

#big-cover.oysters-cover .overlay {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#big-cover.oysters-cover h1 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

#big-cover.oysters-cover p {
  color: #ededed;
  font-size: 19px;
  line-height: 27px;
}

#big-cover.oysters-cover h4 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: .4px;
}
/*# sourceMappingURL=main.css.map */