/*
------------------------------------------------------------
Theme Name:	Cafe Gourmet
Description:	Cafe & Restaurant Template
Live example at:	http://tutunaranja.com.ve/cafe-goumet/
Version:	1.0
Author:		Albertvc88
------------------------------------------------------------
------------------------------------------------------------
==== CSS ====
==>	Basic styles CSS
==>	Navbar CSS
==>	Intro CSS
==>	Footer CSS
==>	About CSS
==>	Testimonials CSS
==>	Food menu CSS
==>	Blog CSS
==>	Reservation CSS
==>	Gallery CSS
==>	Contact CSS
------------------------------------------------------------
*/
/* ==========================
  //--> BASIC STYLES
========================== */
body {
  background-color: #ffffff;
  color: #464d50;
  font-family: 'Cabin',sans-serif; }

a {
  color: #d63426; }
  a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #c02f22; }

input, textarea {
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  color: #313638; }

img {
  max-width: 100%; }

/* ========== Transition ========== */
.transition-200, a, .socials li .social-ico span, .alert {
  transition: 200ms ease all; }

.transition-4s, .blog .post-img img, .item-gallery .img-opacity, .item-gallery .img-opacity:hover {
  transition: .4s; }

/* ========== Text-shadow ========== */
.text-shadow, .caf-section-body, .intro h1, .intro-1 h1, .intro-2 h1, .intro-3 h1, .intro-4 h1, .intro-5 h1, .intro h3, .intro-1 h3, .intro-2 h3, .intro-3 h3, .intro-4 h3, .intro-5 h3, .intro span, .intro-1 span, .intro-2 span, .intro-3 span, .intro-4 span, .intro-5 span, .intro .span-t, .intro-1 .span-t, .intro-2 .span-t, .intro-3 .span-t, .intro-4 .span-t, .intro-5 .span-t, .history .history-photo .img-since span, .testimonials, .blog .post-item .post-cat span, .item-gallery .gallery-hover .img-info {
  text-shadow: 1px 2px 4px #313638; }

@media (min-width: 768px) {
  .caf-right {
    float: right; } }

.margin-padding {
  margin: 0;
  padding: 0; }

/* ========== Socials icons ========== */
.socials {
  list-style: none;
  padding-left: 0px;
  text-align: center; }
  .socials li {
    display: inline;
    color: #ffffff;
    text-align: center;
    margin-left: 10px; }
    .socials li:first-child {
      margin-left: 0; }
    .socials li .social-ico span {
      text-align: center;
      border: 3px solid #313638;
      border-radius: 40px;
      color: #313638;
      display: inline-block;
      height: 35px;
      width: 35px;
      text-align: center;
      font-size: 20px; }
      .socials li .social-ico span:hover {
        border-color: #d63426;
        color: #d63426; }

/* ========== Title ========== */
.title {
  border-left: 3px solid #d63426;
  padding: 10px 0px 10px 10px;
  margin-bottom: 25px;
  font-family: 'Oswald',sans-serif; }
  .title p {
    margin: 0;
    font-size: 16px; }
  .title h2 {
    font-size: 46px; }

/* ========== Title 1 ========== */
.titles .subtitle {
  color: #b0b0b0;
  font-size: 18px;
  text-align: center; }

.separator {
  max-width: 200px;
  height: 6px;
  border-radius: 4px;
  background-color: #d63426;
  margin: 25px auto 0px auto; }

.title-1 {
  text-align: center;
  font-size: 56px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .title-1 {
      font-size: 50px; } }
  @media (max-width: 479px) {
    .title-1 {
      font-size: 36px; } }

/* ========== Title 2 ========== */
.title-2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700; }
  @media (max-width: 479px) {
    .title-2 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .title-2 {
      font-size: 38px; } }
  .title-2:before, .title-2:after {
    content: "";
    border-top: 3px solid #d63426;
    border-bottom: 3px solid #d63426;
    width: 60px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 37px;
    padding-bottom: 25px;
    margin-top: -8px; }
  .title-2:before {
    border-left: 3px solid #d63426;
    margin-right: -29px; }
  .title-2:after {
    border-right: 3px solid #d63426;
    margin-left: -29px; }

/* ========== Title 3 ========== */
.title-3:before, .title-3:after {
  content: " ";
  height: 5px;
  width: 50px;
  background-color: #d63426;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 479px) {
    .title-3:before, .title-3:after {
      width: 30px; } }

.title-3:before {
  margin-right: 10px; }

.title-3:after {
  margin-left: 10px; }

/* ========== Sentence ========== */
.caf-sentence {
  text-align: center;
  font-size: 14px;
  font-style: italic;
  padding: 35px 0; }
  @media (min-width: 768px) {
    .caf-sentence {
      font-size: 22px; } }

/* ========== Sections ========== */
.caf-section {
  padding: 40px 0;
  margin-bottom: 110px;
  background-color: #d63426;
  color: #ffffff;
  text-align: center; }
  @media (max-width: 479px) {
    .caf-section {
      margin-bottom: 90px; } }
  @media (min-width: 768px) {
    .caf-section {
      padding: 65px 0; } }
  .caf-section h5 {
    font-weight: bold;
    font-size: 30px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .caf-section h5 {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .caf-section h5 {
        font-size: 45px; } }

.caf-section-1 {
  background: #313638 url("../images/bg/header-2.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-2.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-2.jpg', sizingMethod='scale'); }

.caf-section-default-2, .caf-section-2, .caf-section-3, .caf-section-4 {
  padding: 80px 0;
  font-family: 'Oswald',sans-serif; }
  .caf-section-default-2 .caf-section-title .title-3, .caf-section-2 .caf-section-title .title-3, .caf-section-3 .caf-section-title .title-3, .caf-section-4 .caf-section-title .title-3 {
    font-size: 66px; }
    @media (max-width: 767px) {
      .caf-section-default-2 .caf-section-title .title-3, .caf-section-2 .caf-section-title .title-3, .caf-section-3 .caf-section-title .title-3, .caf-section-4 .caf-section-title .title-3 {
        font-size: 40px; } }
    @media (max-width: 479px) {
      .caf-section-default-2 .caf-section-title .title-3, .caf-section-2 .caf-section-title .title-3, .caf-section-3 .caf-section-title .title-3, .caf-section-4 .caf-section-title .title-3 {
        font-size: 32px; } }

.caf-section-2 {
  background: #313638 url("../images/bg/header-3.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-3.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-3.jpg', sizingMethod='scale'); }

.caf-section-3 {
  background: #313638 url("../images/bg/header-6.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-6.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-6.jpg', sizingMethod='scale'); }

.caf-section-4 {
  background: #313638 url("../images/bg/header-5.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-5.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-5.jpg', sizingMethod='scale'); }

.caf-section-body h5 {
  font-size: 32px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  font-family: 'Oswald',sans-serif; }
  @media (min-width: 768px) {
    .caf-section-body h5 {
      font-size: 58px;
      letter-spacing: 12px; } }

.caf-section-body .section-subtitle {
  font-size: 14px;
  font-style: italic;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 20px auto; }
  @media (min-width: 768px) {
    .caf-section-body .section-subtitle {
      font-size: 18px; } }

.caf-section-body .section-star {
  margin-top: 15px;
  font-size: 22px; }
  @media (min-width: 768px) {
    .caf-section-body .section-star {
      font-size: 26px; } }

/* ========== Input ========== */
.form-control {
  border-radius: 0px;
  border-color: #b0b0b0;
  box-shadow: none; }
  .form-control:focus {
    border-color: #313638;
    box-shadow: none; }

.input-group-addon {
  border-radius: 0px;
  border-color: #b0b0b0;
  background-color: #ffffff; }

.input-lg {
  font-size: 14px; }

/* ========== Bottom ========== */
.btn {
  border-radius: 0px;
  padding: 10px 30px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .btn {
      font-weight: normal; } }

.btn-caf-primary {
  color: #fff;
  background-color: #d63426;
  border-color: #d63426; }
  .btn-caf-primary:focus, .btn-caf-primary.focus {
    color: #fff;
    background-color: #c02f22; }
  .btn-caf-primary:hover {
    color: #fff;
    background-color: #c02f22; }
  .btn-caf-primary:active, .btn-caf-primary.active {
    color: #fff;
    background-color: #c02f22; }
    .btn-caf-primary:active:hover, .btn-caf-primary:active:focus, .btn-caf-primary:active.focus, .btn-caf-primary.active:hover, .btn-caf-primary.active:focus, .btn-caf-primary.active.focus {
      color: #fff;
      background-color: #c02f22; }

.btn-caf-secundary {
  color: #fff;
  background-color: #313638;
  border-color: #313638; }
  .btn-caf-secundary:focus, .btn-caf-secundary.focus {
    color: #fff;
    background-color: #25292a; }
  .btn-caf-secundary:hover {
    color: #fff;
    background-color: #25292a; }
  .btn-caf-secundary:active, .btn-caf-secundary.active {
    color: #fff;
    background-color: #25292a; }
    .btn-caf-secundary:active:hover, .btn-caf-secundary:active:focus, .btn-caf-secundary:active.focus, .btn-caf-secundary.active:hover, .btn-caf-secundary.active:focus, .btn-caf-secundary.active.focus {
      color: #fff;
      background-color: #25292a; }

/* ========== Pagination ========== */
.pagination > li > a,
.pagination > li > span {
  margin-right: 10px;
  margin-bottom: 5px;
  color: #313638;
  background-color: transparent;
  border: 1px solid #313638; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-right: 20px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: 10px; }

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #d63426;
  background-color: transparent;
  border-color: #d63426; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #ffffff;
  background-color: #d63426;
  border-color: #d63426; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #b0b0b0;
  background-color: transparent;
  border-color: #b0b0b0; }

/* ========== Owl theme ========== */
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block; }
    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      background: #ffffff;
      display: block;
      transition: all 0.6s ease-in-out;
      border-radius: 30px;
      cursor: pointer; }
    .owl-theme .owl-dots .owl-dot:hover span {
      background-color: #313638; }
    .owl-theme .owl-dots .owl-dot.active span {
      background-color: #313638;
      width: 25px; }

/* ========== Space ========== */
.space-10 {
  margin: 110px 0; }
  @media (max-width: 479px) {
    .space-10 {
      margin: 90px 0; } }

.space-2 {
  margin: 20px 0; }

.space-6 {
  margin: 60px 0; }

.space-8 {
  margin: 80px 0; }
  @media (max-width: 479px) {
    .space-8 {
      margin: 60px 0; } }

.space-s {
  margin: 110px 0 80px 0; }

/* ========== Space bottom ========== */
.space-bottom-2 {
  margin-bottom: 20px; }

.space-bottom-3 {
  margin-bottom: 30px; }

.space-bottom-8 {
  margin-bottom: 80px; }
  @media (max-width: 479px) {
    .space-bottom-8 {
      margin-bottom: 60px; } }

.space-bottom-10 {
  margin-bottom: 110px; }
  @media (max-width: 479px) {
    .space-bottom-10 {
      margin-bottom: 90px; } }

@media (max-width: 767px) {
  .space-bottom-mb-7 {
    margin-bottom: 70px; } }

/* ========== Space top ========== */
.space-top-0 {
  margin-top: 0px; }

.space-top-10 {
  margin-top: 110px; }
  @media (max-width: 479px) {
    .space-top-10 {
      margin-top: 90px; } }

.space-top-8 {
  margin-top: 80px; }
  @media (max-width: 479px) {
    .space-top-8 {
      margin-top: 60px; } }

.space-top-3 {
  margin-top: 30px; }

.space-top-5 {
  margin-top: 50px; }

/* ========== Alert ========== */
.alert {
  border-radius: 0;
  position: absolute; }
  .alert.alert-subscribe-ok, .alert.alert-subscribe-bad {
    padding: 0;
    border: 0;
    position: absolute; }
  .alert.alert-subscribe-ok {
    color: #ffffff; }
  .alert.alert-subscribe-bad {
    color: coral; }

/* ==========================
  //--> NAVBAR
========================== */
.navbar {
  min-height: 80px;
  margin-bottom: 0; }

/* ========== Navbar static ========== */
.navbar-static-top {
  border-width: 0px; }

.navbar-caf {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: #313638;
  border-color: transparent;
  color: #fff; }
  .navbar-caf .brand-left {
    min-height: 80px;
    background-color: #d63426; }
    .navbar-caf .brand-left .brand {
      margin: 0 auto; }
      @media (min-width: 768px) {
        .navbar-caf .brand-left .brand {
          float: right; } }
      .navbar-caf .brand-left .brand .img-responsive {
        margin: 0 auto; }
      .navbar-caf .brand-left .brand .navbar-brand {
        padding: 13px 15px; }
  .navbar-caf .nav li a {
    color: #ffffff; }
  .navbar-caf .nav .open > a, .navbar-caf .nav .open > a:hover, .navbar-caf .nav .open > a:focus {
    background-color: #363b3d;
    border-color: #363b3d; }
  .navbar-caf .caf-toggle {
    text-align: center;
    margin: 0 auto; }
    .navbar-caf .caf-toggle .navbar-toggle {
      border: 0px;
      font-size: 40px;
      float: none;
      padding: 0;
      margin: 13px 0 0 0;
      text-align: center; }
      .navbar-caf .caf-toggle .navbar-toggle:hover, .navbar-caf .caf-toggle .navbar-toggle:active, .navbar-caf .caf-toggle .navbar-toggle:focus {
        background-color: transparent; }
  .navbar-caf .caf-navbar .navbar-nav li a:hover, .navbar-caf .caf-navbar .navbar-nav li a:active, .navbar-caf .caf-navbar .navbar-nav li a:focus {
    background-color: #363b3d; }
  .navbar-caf .caf-navbar .navbar-nav > .active > a {
    background-color: #363b3d;
    color: #ffffff; }
  @media (min-width: 768px) {
    .navbar-caf .caf-navbar {
      margin-right: 10%; }
      .navbar-caf .caf-navbar .navbar-nav li a {
        padding: 30px 20px; }
        .navbar-caf .caf-navbar .navbar-nav li a:hover {
          color: #d63426; }
        .navbar-caf .caf-navbar .navbar-nav li a:active {
          color: #d63426; } }
  @media (max-width: 991px) {
    .navbar-caf .caf-navbar {
      margin-right: 1%; }
      .navbar-caf .caf-navbar .navbar-nav li a {
        padding: 30px 15px; }
        .navbar-caf .caf-navbar .navbar-nav li a:hover {
          color: #d63426; }
        .navbar-caf .caf-navbar .navbar-nav li a:active {
          color: #d63426; } }
  .navbar-caf .navbar-collapse {
    border-top: 0px;
    box-shadow: none; }
    .navbar-caf .navbar-collapse ul {
      text-align: center; }

/* ========== Dropdown menu ========== */
.dropdown-menu {
  min-width: 200px;
  list-style: none;
  background-color: #464d50;
  border: 1px solid #313638;
  border-radius: 0; }
  .dropdown-menu > .active > a {
    background-color: #363b3d;
    color: #ffffff; }
  .dropdown-menu .divider {
    background-color: #313638; }

/* ==========================
  //--> INTRO
========================== */
.intro, .intro-1, .intro-2, .intro-3, .intro-4, .intro-5 {
  text-align: center;
  padding-top: 130px;
  min-height: 400px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .intro, .intro-1, .intro-2, .intro-3, .intro-4, .intro-5 {
      min-height: 500px; } }
  @media (min-width: 992px) {
    .intro, .intro-1, .intro-2, .intro-3, .intro-4, .intro-5 {
      padding-top: 250px;
      min-height: 700px; } }
  .intro h1, .intro-1 h1, .intro-2 h1, .intro-3 h1, .intro-4 h1, .intro-5 h1, .intro h3, .intro-1 h3, .intro-2 h3, .intro-3 h3, .intro-4 h3, .intro-5 h3 {
    color: #ffffff;
    font-size: 24px;
    padding: 25px;
    border: 6px solid #ffffff;
    display: inline-block;
    font-weight: 700; }
    @media (min-width: 768px) {
      .intro h1, .intro-1 h1, .intro-2 h1, .intro-3 h1, .intro-4 h1, .intro-5 h1, .intro h3, .intro-1 h3, .intro-2 h3, .intro-3 h3, .intro-4 h3, .intro-5 h3 {
        font-size: 56px; } }
  .intro span, .intro-1 span, .intro-2 span, .intro-3 span, .intro-4 span, .intro-5 span {
    font-size: 14px;
    display: block;
    letter-spacing: 7px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .intro span, .intro-1 span, .intro-2 span, .intro-3 span, .intro-4 span, .intro-5 span {
        font-size: 24px; } }
    .intro span:before, .intro-1 span:before, .intro-2 span:before, .intro-3 span:before, .intro-4 span:before, .intro-5 span:before {
      margin-right: 8px; }
    .intro span:before, .intro-1 span:before, .intro-2 span:before, .intro-3 span:before, .intro-4 span:before, .intro-5 span:before, .intro span:after, .intro-1 span:after, .intro-2 span:after, .intro-3 span:after, .intro-4 span:after, .intro-5 span:after {
      content: "";
      width: 15%;
      border-top: 3px solid #ffffff;
      vertical-align: middle;
      display: inline-block; }
  .intro .span-t, .intro-1 .span-t, .intro-2 .span-t, .intro-3 .span-t, .intro-4 .span-t, .intro-5 .span-t {
    letter-spacing: 7px;
    margin-top: 10px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .intro .span-t, .intro-1 .span-t, .intro-2 .span-t, .intro-3 .span-t, .intro-4 .span-t, .intro-5 .span-t {
        font-size: 30px; } }
    .intro .span-t:before, .intro-1 .span-t:before, .intro-2 .span-t:before, .intro-3 .span-t:before, .intro-4 .span-t:before, .intro-5 .span-t:before {
      margin-right: 8px; }
    .intro .span-t:before, .intro-1 .span-t:before, .intro-2 .span-t:before, .intro-3 .span-t:before, .intro-4 .span-t:before, .intro-5 .span-t:before, .intro .span-t:after, .intro-1 .span-t:after, .intro-2 .span-t:after, .intro-3 .span-t:after, .intro-4 .span-t:after, .intro-5 .span-t:after {
      content: "";
      width: 10%;
      border-top: 3px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      padding-top: 6px;
      vertical-align: middle;
      display: inline-block; }
      @media (min-width: 768px) {
        .intro .span-t:before, .intro-1 .span-t:before, .intro-2 .span-t:before, .intro-3 .span-t:before, .intro-4 .span-t:before, .intro-5 .span-t:before, .intro .span-t:after, .intro-1 .span-t:after, .intro-2 .span-t:after, .intro-3 .span-t:after, .intro-4 .span-t:after, .intro-5 .span-t:after {
          width: 15%; } }

/* ========== Intro default ========== */
.intro-default, .intro-2, .intro-3, .intro-4, .intro-5 {
  min-height: 350px;
  padding-top: 145px; }
  @media (min-width: 768px) {
    .intro-default, .intro-2, .intro-3, .intro-4, .intro-5 {
      min-height: 430px;
      padding-top: 185px; } }
  .intro-default h3, .intro-2 h3, .intro-3 h3, .intro-4 h3, .intro-5 h3 {
    font-size: 55px; }
    @media (min-width: 768px) {
      .intro-default h3, .intro-2 h3, .intro-3 h3, .intro-4 h3, .intro-5 h3 {
        font-size: 75px; } }
    @media (max-width: 479px) {
      .intro-default h3, .intro-2 h3, .intro-3 h3, .intro-4 h3, .intro-5 h3 {
        font-size: 40px; } }

/* ========== Intro variation ========== */
.intro-1 {
  background: #313638 url("../images/bg/header-2.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-2.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-2.jpg', sizingMethod='scale'); }

.intro-2 {
  background: #313638 url("../images/bg/header-3.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-3.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-3.jpg', sizingMethod='scale'); }

.intro-3 {
  background: #313638 url("../images/bg/header-7.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-7.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-7.jpg', sizingMethod='scale'); }

.intro-4 {
  background: #313638 url("../images/bg/header-8.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-8.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-8.jpg', sizingMethod='scale'); }

.intro-5 {
  background: #313638 url("../images/bg/header-1.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-1.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-1.jpg', sizingMethod='scale'); }

/* ==========================
  //--> FOOTER
========================== */
footer {
  background-color: #313638;
  padding: 40px 0;
  color: #b0b0b0; }
  footer .footer-widget {
    padding: 25px 0; }
    @media (min-width: 768px) {
      footer .footer-widget {
        padding: 40px 0; } }
    footer .footer-widget h3 {
      color: #fff;
      font-size: 18px; }
    footer .footer-widget a {
      display: block;
      margin-bottom: 3px;
      color: #ffffff; }
      footer .footer-widget a span {
        margin-right: 12px;
        color: #d63426; }
    footer .footer-widget ul {
      line-height: 30px;
      padding-left: 10px;
      margin-top: 15px; }
      @media (min-width: 768px) {
        footer .footer-widget ul {
          margin-top: 35px; } }
      footer .footer-widget ul li {
        color: #d63426; }
        footer .footer-widget ul li a {
          color: #b0b0b0; }
    footer .footer-widget .p-f {
      margin: 20px 0;
      line-height: 23px;
      padding-right: 15px; }
  footer .footer-copyrights {
    border-top: 1px solid #312e38;
    padding-top: 50px;
    text-align: center; }
    footer .footer-copyrights span {
      color: #d63426; }

/* ==========================
  //--> ABOUT-HISTORY
========================== */
.history {
  padding: 110px 0; }
  @media (max-width: 479px) {
    .history {
      padding: 70px 0 90px 0; } }
  .history .title p {
    font-style: italic;
    color: #b0b0b0; }
  .history .title h3 {
    font-size: 38px; }
  .history .history-content {
    line-height: 30px;
    font-size: 15px; }
    @media (min-width: 768px) {
      .history .history-content {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 26px; } }
    @media (min-width: 992px) {
      .history .history-content {
        padding-top: 0px;
        padding-right: 40px;
        padding-bottom: 30px; } }
    @media (min-width: 1200px) {
      .history .history-content {
        padding-top: 60px;
        padding-right: 100px;
        padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .history .history-photo {
      margin-top: 50px; } }
  .history .history-photo .img-since {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    width: 100%;
    bottom: 45%;
    text-align: center;
    margin: 0 -15px;
    font-family: 'Oswald',sans-serif; }
    .history .history-photo .img-since span {
      border: 3px solid #ffffff;
      padding: 10px;
      background-color: rgba(49, 54, 56, 0.8); }

/* ========== Caf star ========== */
.caf-section-body .section-star {
  color: #d63426; }

/* ========== Team owl carousel ========== */
.team .owl-theme .owl-dots .owl-dot span {
  background: #313638; }

.team .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #d63426; }

.team .owl-theme .owl-dots .owl-dot.active span {
  background-color: #d63426; }

/* ========== Team item ========== */
.team-item {
  text-align: center; }
  @media (max-width: 991px) {
    .team-item {
      margin-bottom: 25px; } }
  .team-item .team-body h3 {
    margin-top: 15px;
    font-size: 32px;
    font-family: 'Oswald',sans-serif; }
  .team-item .team-body h4 {
    margin-bottom: 10px;
    color: #d63426;
    font-size: 16px; }
    .team-item .team-body h4:after {
      content: "";
      display: block;
      position: relative;
      height: 3px;
      width: 170px;
      background-color: #313638;
      margin: 15px auto; }
  .team-item .team-footer {
    margin-top: 25px; }

/* ==========================
  //--> TESTIMONIALS
========================== */
.testimonials {
  background: #313638 url("../images/bg/header-10.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-10.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-10.jpg', sizingMethod='scale');
  text-align: center;
  padding: 70px 0;
  margin-bottom: 110px;
  color: #ffffff; }
  @media (max-width: 479px) {
    .testimonials {
      margin-bottom: 90px; } }
  .testimonials .testimonial-title {
    margin-bottom: 20px; }
    .testimonials .testimonial-title h3 {
      font-size: 23px;
      color: #ffffff; }
      @media (min-width: 768px) {
        .testimonials .testimonial-title h3 {
          font-size: 36px; } }
    .testimonials .testimonial-title span {
      font-style: italic;
      letter-spacing: 1px;
      font-size: 15px; }
  .testimonials .comit {
    font-size: 18px;
    background-color: #d63426;
    padding: 10px 12px;
    border-radius: 100px; }
  .testimonials .testimonial-message {
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .testimonials .testimonial-message {
        font-size: 15px; } }
    .testimonials .testimonial-message p {
      margin-top: 15px; }
  .testimonials .testimonial-star {
    color: #d63426; }
  .testimonials .testimonial-author {
    margin-top: 12px;
    font-size: 16px; }
  .testimonials .owl-theme .owl-dots .owl-dot span {
    background: #ffffff; }
  .testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #d63426; }
  .testimonials .owl-theme .owl-dots .owl-dot.active span {
    background-color: #d63426; }

/* ==========================
  //--> FOOD - MENU
========================== */
.index-menu {
  margin-bottom: 110px; }
  @media (max-width: 479px) {
    .index-menu {
      margin-bottom: 90px; } }

.food-menu {
  padding: 15px 15px 5px;
  border: 3px solid #313638;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .food-menu {
      margin-top: 0px; } }
  .food-menu h3 {
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #313638;
    color: #ffffff; }
  .food-menu ul {
    list-style: none;
    padding: 0; }
    .food-menu ul li {
      margin-bottom: 10px;
      border-bottom: 1.5px dotted #313638; }
      .food-menu ul li h4 {
        display: inline;
        font-weight: bold; }
      .food-menu ul li .price {
        float: right;
        color: #d63426;
        font-style: italic;
        font-weight: bold;
        font-size: 18px; }
      .food-menu ul li .menu-detail {
        display: block;
        font-style: italic;
        margin-bottom: 7px; }
      .food-menu ul li:last-child {
        border-bottom: 0; }
  @media (min-width: 768px) {
    .food-menu-active {
      margin-top: -25px; } }

/* ========== Offert ========== */
.offert {
  margin: 35px 0 35px; }
  .offert .offert-item .offert-img img {
    transition: .5s; }
  @media (min-width: 992px) {
    .offert .offert-item:hover .offert-img img {
      transform: scale(1.1); } }
  .offert .offert-item .offert-body {
    margin: -80px 15px 15px 15px;
    padding: 10px;
    text-align: center;
    background-color: #313638;
    color: #ffffff;
    position: relative; }
    .offert .offert-item .offert-body .offert-border {
      border: 3px solid #ffffff;
      padding: 15px 5px;
      line-height: 28px; }
    .offert .offert-item .offert-body .offert-content {
      font-style: italic;
      color: #b0b0b0;
      font-size: 15px; }
    .offert .offert-item .offert-body .offert-title h3 {
      color: #ffffff;
      font-weight: bold; }
    .offert .offert-item .offert-body .offert-price {
      margin-top: 12px; }
      .offert .offert-item .offert-body .offert-price span {
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        background-color: #242829;
        padding: 8px 10px;
        font-size: 20px;
        border: 1px solid #242829; }

/* ==========================
  //--> BLOG
========================== */
.blog-index {
  margin-bottom: 75px; }

.blog {
  /*margin-bottom: 35px;*/ }
  .blog .post-img img:hover {
    opacity: .9; }
  .blog .post-item {
    margin-bottom: 55px; }
    .blog .post-item .post-title h1, .blog .post-item .post-title h2 {
      margin: 10px 0 5px 0;
      font-size: 20px; }
    .blog .post-item .post-cat {
      position: absolute;
      top: 25px;
      left: 25px;
      color: #ffffff; }
      .blog .post-item .post-cat span {
        padding: 5px 10px;
        border: 3px solid #ffffff;
        font-size: 16px;
        background-color: rgba(49, 54, 56, 0.8);
        letter-spacing: 1px; }
    .blog .post-item .post-info {
      font-size: 11px;
      color: #b0b0b0; }
      .blog .post-item .post-info a {
        color: #313638; }
      .blog .post-item .post-info:after {
        content: " ";
        height: 3px;
        width: 25%;
        background-color: #d63426;
        margin: 11px 0;
        display: block; }
    .blog .post-item .post-body {
      padding: 5px;
      line-height: 24px; }
      .blog .post-item .post-body .post-footer {
        margin-top: 11px; }
        .blog .post-item .post-body .post-footer .post-posted {
          float: right; }

/* ========== Blog single ========== */
.blog-single .post-posted {
  font-style: italic;
  color: #b0b0b0;
  font-size: 16px;
  margin-bottom: 10px; }

.blog-single .post-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px; }

.blog-single .post-info {
  font-size: 16px;
  margin: 25px 0 25px 0; }
  .blog-single .post-info > .col-sm-7 {
    padding-left: 0; }
  .blog-single .post-info .post-author {
    margin-right: 5px; }
  .blog-single .post-info .socials {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .blog-single .post-info .socials {
        text-align: left;
        margin-top: 10px; } }
    .blog-single .post-info .socials .social-ico span {
      font-size: 18px;
      height: 30px;
      width: 30px; }

.blog-single .post-content {
  line-height: 30px;
  font-size: 16px; }
  .blog-single .post-content p {
    margin-bottom: 25px; }

/* ========== Comment list ========== */
.comment-list h3 {
  font-weight: bold;
  margin-bottom: 30px; }

.comment-list ul {
  padding: 0; }
  .comment-list ul li {
    list-style: none; }
  .comment-list ul .item-comment {
    border-bottom: 2px dotted #b0b0b0;
    margin-bottom: 40px; }

.comment-list .comment {
  padding-bottom: 20px;
  display: inline-block; }

.comment-list .user-img {
  float: left; }
  @media (max-width: 767px) {
    .comment-list .user-img {
      float: none;
      text-align: center; } }
  .comment-list .user-img .img-thumb {
    width: 100px; }
    @media (max-width: 767px) {
      .comment-list .user-img .img-thumb {
        margin: 0 auto; } }

.comment-list .comment-content {
  margin-left: 120px; }
  @media (max-width: 767px) {
    .comment-list .comment-content {
      margin-left: 0px;
      margin-top: 30px; } }
  .comment-list .comment-content .header {
    font-size: 16px;
    float: left;
    width: 100%;
    font-weight: bold; }
    .comment-list .comment-content .header .author {
      float: left; }
    .comment-list .comment-content .header .time {
      float: right; }
  .comment-list .comment-content .message {
    float: left;
    padding: 10px 0; }
  .comment-list .comment-content .btn-reply {
    float: right; }

.comment-list .comment-list-child {
  margin-left: 100px;
  padding: 10px; }
  @media (max-width: 767px) {
    .comment-list .comment-list-child {
      margin-left: 16px; } }

.comment-respond h3 {
  font-weight: bold;
  margin-bottom: 30px; }

/* ========== Aside ========== */
@media (max-width: 991px) {
  aside {
    margin-top: 50px;
    border-top: 2px dotted #b0b0b0;
    padding-top: 50px; } }

/* ========== Widget title ========== */
.widget-title {
  text-transform: uppercase;
  font-size: 22px;
  padding: 16px 0;
  position: relative;
  font-weight: bold;
  margin-top: 36px; }
  .widget-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #d63426;
    width: 65%; }

/* ========== Widget category ========== */
.widget-category ul {
  padding: 10px 0; }
  .widget-category ul li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 2px dotted #b0b0b0;
    font-size: 16px; }
    .widget-category ul li a {
      color: #313638; }
      .widget-category ul li a:hover {
        color: #d63426; }

/* ========== Widget post ========== */
.widget-posts ul {
  padding: 10px 0; }
  .widget-posts ul li {
    list-style: none;
    padding: 10px 0; }
    .widget-posts ul li a {
      color: #313638; }
      .widget-posts ul li a:hover {
        color: #d63426; }
    .widget-posts ul li .widget-text {
      margin-left: 90px; }
      .widget-posts ul li .widget-text h4 {
        font-size: 16px; }
      .widget-posts ul li .widget-text .date {
        color: #464d50;
        font-size: 14px;
        font-style: italic; }
    .widget-posts ul li img {
      float: left;
      width: 80px; }

/* ========== Widget tags ========== */
.widget-tags ul {
  padding: 10px 0; }
  .widget-tags ul li {
    list-style: none;
    display: inline-block;
    margin: 10px 3px; }
    .widget-tags ul li a {
      padding: 9px 13px;
      background-color: #313638;
      color: #b0b0b0;
      border-color: #313638; }

/* ==========================
  //--> RESERVATION
========================== */
.index-reservation {
  background: #313638 url("../images/bg/header-7.jpg") no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  /*background-size: cover; IE*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-7.jpg', sizingMethod='scale');
  -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/header-7.jpg', sizingMethod='scale');
  padding: 110px 0;
  margin: 110px 0; }
  @media (max-width: 479px) {
    .index-reservation {
      margin: 90px 0; } }
  .index-reservation .time-open {
    height: 500px;
    background-color: #313638;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    line-height: 25px;
    color: #b0b0b0; }
    .index-reservation .time-open h3 {
      font-weight: bold; }
    .index-reservation .time-open .time {
      border: 3px solid #ffffff;
      height: 100%;
      padding: 50px 0; }
      .index-reservation .time-open .time-day {
        color: #e5e5e5;
        font-weight: bold;
        letter-spacing: 1px; }
      .index-reservation .time-open .time-title {
        margin-bottom: 10px;
        color: #ffffff; }
      .index-reservation .time-open .time-status {
        margin-bottom: 30px;
        color: #ffffff; }
      .index-reservation .time-open .time-phone {
        color: #ffffff; }
  .index-reservation .reservation {
    background-color: #ffffff;
    height: 700px;
    padding: 50px 50px; }
    @media (min-width: 768px) {
      .index-reservation .reservation {
        height: 500px; } }
    .index-reservation .reservation .form-reservation h3 {
      text-align: center; }
    .index-reservation .reservation .title-1 {
      font-size: 36px; }
      @media (max-width: 479px) {
        .index-reservation .reservation .title-1 {
          font-size: 30px; } }
    .index-reservation .reservation .alert {
      left: inherit; }

/* ========== Page reservation ========== */
@media (max-width: 767px) {
  .reservation .time-open {
    margin-bottom: 80px; } }

.reservation .time {
  text-align: center; }
  .reservation .time h3 {
    font-weight: bold; }
  .reservation .time-day {
    font-weight: bold;
    letter-spacing: 1px; }
  .reservation .time-title {
    margin-bottom: 10px;
    font-weight: bold; }
  .reservation .time-status {
    margin-bottom: 30px; }
  .reservation .time-phone {
    font-weight: bold; }

.reservation .alert {
  left: 30%; }

/* ==========================
  //--> GALLERY
========================== */
.item-gallery {
  margin-bottom: 30px; }
  .item-gallery a {
    color: #ffffff; }
  .item-gallery .gallery-hover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .item-gallery .gallery-hover .img-info {
      color: #ffffff;
      margin-top: 28%; }
      .item-gallery .gallery-hover .img-info h3 {
        color: #ffffff; }
    .item-gallery .gallery-hover .gallery-box {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      opacity: 0;
      background-color: rgba(49, 54, 56, 0.5);
      transition: all .4s ease-in-out; }
    .item-gallery .gallery-hover:hover .gallery-box {
      opacity: 1; }
  .item-gallery .img-opacity:hover {
    background-color: rgba(0, 0, 0, 0.5); }

/* ==========================
  //--> CONTACT
========================== */
.contact p {
  display: -ms-flexbox;
  display: flex; }
  .contact p .fa {
    margin-right: 8px;
    line-height: 23px;
    color: #d63426; }
  .contact p a {
    color: #313638; }

.contact h4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px; }

.contact .social-networks, .contact .comunication, .contact .direction {
  margin-bottom: 25px;
  font-size: 17px; }

.contact .social-networks .socials {
  text-align: left; }

@media (max-width: 767px) {
  .contact .contact-info {
    margin-top: 70px; } }

/* ========== Google map ========== */
.map-box {
  margin-top: 60px; }
  .map-box #googleMap {
    width: 100%;
    height: 400px; }

/* ========== Newsletter ========== */
.newsletter {
  background-color: #d63426;
  padding: 60px 0; }
  .newsletter span {
    color: #ffffff;
    font-size: 16px; }
  .newsletter .newsletter-titlte {
    font-size: 34px;
    margin-right: 30px; }
    @media (max-width: 1199px) {
      .newsletter .newsletter-titlte {
        display: block; } }
  .newsletter .newsletter-form input {
    border-color: #ffffff; }
  @media (max-width: 991px) {
    .newsletter .newsletter-form {
      margin-top: 15px; } }
