body:after {
  display: none;
  content: url('images/background.jpg') url('images/alma.jpg') url('images/boca.jpg') url('images/tapa.jpg') url('images/cooker1.jpg');
}
body {
  background-color: white;
  color: #727272;
  margin: 0 auto;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.header {
  position: relative;
  overflow: hidden;
  font-family: 'Muli', sans-serif;
  color: #626262;
}
.header div.img {
  width: 100%;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('images/alma.jpg');
}
.header div.img-inner {
  width: 100%;
  height: 220px;
  background-image: url('images/alma.jpg');
}
@media (max-width: 690px) {
  .header div.img {
    height: 650px;
  }
}
.header video {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.header .logo-stripe-inner,
.header .logo-stripe {
  color: #ffffff;
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
.header .logo-stripe-inner h1,
.header .logo-stripe h1 {
  font-weight: 300;
  font-size: 36px;
}
.header .logo-stripe-inner ul.navbar,
.header .logo-stripe ul.navbar {
  font-weight: 300;
  font-size: 18px;
  padding: 0;
}
.header .logo-stripe-inner ul.navbar a,
.header .logo-stripe ul.navbar a {
  text-decoration: none;
  color: #ffffff;
}
.header .logo-stripe-inner ul.navbar a:hover,
.header .logo-stripe ul.navbar a:hover {
  border-bottom: 1px solid #ffffff;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
}
.header .logo-stripe-inner ul.navbar li,
.header .logo-stripe ul.navbar li {
  display: inline;
  padding: 0 30px 0 30px;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
}
.header .logo-stripe-inner ul.navbar li img,
.header .logo-stripe ul.navbar li img {
  position: relative;
  top: -2px;
  padding-right: 5px;
  width: 25px;
}
.header .logo-stripe-inner ul.navbar li:last,
.header .logo-stripe ul.navbar li:last {
  padding-left: 0;
}
@media (max-width: 768px) {
  .header .logo-stripe-inner ul.navbar li,
  .header .logo-stripe ul.navbar li {
    font-size: 14px;
  }
}
@media (max-width: 690px) {
  .header .logo-stripe-inner ul.navbar li,
  .header .logo-stripe ul.navbar li {
    display: block;
    padding-bottom: 10px;
  }
}
.header .logo-stripe-inner {
  top: 25px;
}
.header .social-icons {
  position: absolute;
  top: 0;
  right: 0;
}
.header .social-icons ul {
  color: white;
}
.header .social-icons ul li {
  display: inline;
  padding-right: 30px;
  transition: 0.5s;
  -webkit-transition: all 0.5s ease 0s;
  border: 1px solid transparent;
}
.header .social-icons ul li img {
  width: 32px;
}
.header .social-icons ul li:hover {
  cursor: pointer;
}
div.img-inner:after,
div.img:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #000000, rgba(7, 8, 13, 0.5));
}
.section-back-fogones {
  background: url('images/fogones.jpg') fixed center no-repeat;
  width: 100%;
  background-size: cover;
  z-index: 1;
  height: auto;
  padding-bottom: 100px;
}
.section-back-fogones .text {
  margin-top: 100px;
}
.section-back-fogones div.rombo {
  position: relative;
  top: 75px;
  display: block;
  margin: 0 auto;
  border: 10px solid white;
  box-sizing: border-box;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  width: 180px;
  height: 180px;
}
.section-back-fogones div.rombo div {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  color: white;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 60px;
  left: -5px;
}
.section-back-boca {
  background: url('images/boca.jpg') fixed center no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
  z-index: 1;
}
.section-back-alma {
  background: url('images/alma.jpg') fixed center no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
}
.section-back-tapa {
  background: url('images/tapa.jpg') fixed center no-repeat;
  width: 100%;
  height: 400px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .section-back-fogones,
  .section-back-alma,
  .section-back-tapa,
  .section-back-boca {
    background-attachment: scroll;
  }
}
.section-back-fogones,
.section {
  clear: both;
  background-color: white;
  padding: 100px;
}
.section-back-fogones .text,
.section .text {
  color: #727272;
  text-align: center;
}
.section-back-fogones .text-info,
.section .text-info {
  display: none;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding-top: 0;
}
.section-back-fogones .text-info .col-unique,
.section .text-info .col-unique {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.section-back-fogones .text-info .col-unique p,
.section .text-info .col-unique p {
  font-size: 16px;
  line-height: 1.7em;
}
.section-back-fogones .text-info .col-left,
.section .text-info .col-left {
  text-align: left;
  float: left;
  width: 49%;
}
.section-back-fogones .text-info .col-left p,
.section .text-info .col-left p {
  font-size: 16px;
  line-height: 1.7em;
  text-align: justify;
}
.section-back-fogones .text-info .col-left p img,
.section .text-info .col-left p img {
  position: relative;
  top: 5px;
}
.section-back-fogones .text-info .col-right,
.section .text-info .col-right {
  text-align: left;
  float: right;
  width: 49%;
}
.section-back-fogones .text-info .col-right p,
.section .text-info .col-right p {
  font-size: 16px;
  line-height: 1.7em;
  text-align: justify;
}
.section-back-fogones .text-info .col-right p img,
.section .text-info .col-right p img {
  position: relative;
  top: 5px;
}
.section-back-fogones .img-row8 .col,
.section .img-row8 .col {
  display: inline-block;
  width: 12.2%;
  height: 150px;
  overflow: hidden;
  color: black;
}
.section-back-fogones .img-row8 img,
.section .img-row8 img {
  height: 100%;
  float: none;
}
.section-back-fogones .img-row8 p,
.section .img-row8 p {
  position: relative;
  top: 25%;
  left: 10%;
  font-weight: 100;
  /* TODO fix */
}
.quote {
  background-color: black;
  text-align: center;
  color: white;
  padding-bottom: 100px;
  border: 1px solid black;
}
.quote p {
  margin: 0;
  font-style: italic;
  font-size: 18px;
}
@media (max-width: 768px) {
  .quote {
    padding-bottom: 50px;
  }
  .quote p {
    font-size: 16px;
  }
}
.section-logos {
  position: relative;
  background-color: black;
}
.section-logos div {
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
  position: relative;
}
.section-logos div img {
  width: 35%;
  position: relative;
}
.section-logos span {
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-logos-boca span {
  background-image: url('images/boca.jpg');
}
.section-logos-alma span {
  background-image: url('images/alma.jpg');
}
.section-logos-tapa span {
  background-image: url('images/tapa.jpg');
}
h1,
h2,
h3 {
  font-family: 'Muli', sans-serif;
  font-size: 32px;
  color: #626262;
  margin: 10px 0 10px 0;
}
h2 {
  font-size: 32px;
  text-transform: uppercase;
}
h3 {
  font-size: 16px;
  color: #9f9f9f;
  text-transform: uppercase;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 1em 0;
  padding: 10px;
}
p {
  font-family: 'Lato', serif;
  font-size: 20px;
  line-height: 40px;
}
.footer {
  background-color: #3c3c3c;
  width: 100%;
  text-align: center;
  color: #6f6f6f;
}
.footer div {
  padding: 30px;
}
.footer p {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}
.footer a {
  color: #7c7c7c;
}
a {
  text-decoration: none;
  color: #3c3c3c;
}
a:hover {
  cursor: pointer;
}
.contact-info {
  display: none;
  width: 50%;
  position: absolute;
  left: 25%;
}
.contact-info a {
  color: white;
  text-decoration: underline;
}
.contact-info table {
  margin: 0 auto;
}
.contact-info table td {
  border-right: 1px solid #a6a6a6;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}
.contact-info table td:last-child {
  border: 0;
}
.forks {
  margin: auto;
  display: block;
  width: 40px;
}
.gallery {
  display: none;
}
.row {
  margin-left: auto;
  margin-right: auto;
}
.section-back-fogones p,
.section-back-fogones a {
  color: white;
}
.section-back-fogones .thumbnail {
  border: 0;
  background-color: transparent;
}
.section-back-fogones .thumbnail > img {
  border: 4px solid white;
}
