/*!
 * Induveca Site
 * Author: MullenLowe Interamerica (www.mullenlowinteramerica.com)
 */

/* Page Loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.loader-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loading.gif) center no-repeat #fff;
}

/*====================================*\
    Globals
\*====================================*/


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: bold;

}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
}

html,
body {
  font-family: 'Montserrat', sans-serif;
  color: #666;
}

.spacer {
  margin-top: 50px;
  margin-bottom: 50px;
}

.spacer-bottom {
  margin-bottom: 100px;
}

.space-x {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .space-top {
    margin-top: 110px;
  }  
}


/* Links */
a {
  text-transform: uppercase;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all  500ms;
}


/* Titles */
h2, h3, h4 {
  color: #00549b;
}

h2 a, h3 a, h4 a {
  color: #00549b;
  text-transform: none;
}


h2 {
  text-transform: uppercase;
}

/* Social share buttons */

#social-share a {
  color: #00549b;
}

#social-share a:hover {
  color: #aaa;
}

#social-share li {
  padding: 0;
}


/* Custom buttons */
.btn-default {
  color: #00549b;
  background-color: transparent !important;
  border: 2px solid #00549b;
  padding: 20px 60px;
  text-transform: uppercase;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all  500ms;
}

.btn-default:hover,
.btn-default:focus {
  color: #fff;
  background-color: #003263 !important;
  border: 2px solid #003263;
  padding: 25px 65px;
  outline: none;
}

.btn-primary {
  color: #fff;
  background-color: transparent !important;
  border: 2px solid #fff;
  padding: 20px 25px;
  margin: 20px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all  500ms;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #003263 !important;
  border: 2px solid #003263;
  padding: 25px 30px;
  outline: none;
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-info {
  color: #fff;
  background-color: #00549b;
  border: 1px solid #00549b;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #fff;
  background-color: #003263 !important;
  border: 1px solid #003263 !important;
}

/* Play button for video playback */
.btn-warning,
.btn-warning:hover,
.btn-warning:focus {
  color: #fff;
  background-color: #eb0029;
  border: 1px solid #eb0029;
  padding: 18px 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus {
  color: #fff;
  background-color: #eb0029;
  border: 1px solid #eb0029;
  margin: 20px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
  color: #eb0029;
  padding: 0;
}


/* Triangles */

.line-triangle {
  width: 100%;
  border-bottom: 1px solid #a6926e;
  margin-bottom: 30px;
}

.line-triangle::after {
  content: "\A" ;
  width: 0;
  height: 0;
  border: solid;
  border-width: 15px 10px 0 10px;
  border-color: #a6926e transparent transparent transparent;
  position: absolute;
}

.line-triangle-blue {
  width: 100%;
  border-bottom: 1px solid #00549b;
  margin-bottom: 30px;
}

.line-triangle-blue::after {
  content: "\A" ;
  width: 0;
  height: 0;
  border: solid;
  border-width: 15px 10px 0 10px;
  border-color: #00549b transparent transparent transparent;
  position: absolute;
}

.triangle-down {
  position: relative;
  overflow: hidden;
  margin :0 auto;
}
.triangle-down div {
  content: "\A";
  display: block;
  position: relative;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 980px solid transparent;
  border-right: 980px solid transparent;
  border-top: 100px solid #0b4476;
  /*border-top: 100px solid red;*/
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.triangle-down-white {
  position: relative;
  overflow: hidden;
  margin :0 auto;
}
.triangle-down-white div {
  content: "\A";
  display: block;
  position: relative;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 980px solid transparent;
  border-right: 980px solid transparent;
  border-top: 100px solid #fff;
  /*border-top: 100px solid red;*/
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}


/*====================================*\
    Homepage Video Support
\*====================================*/

.site-wrapper {
  position: relative;
  top: -150px;
  text-align: center;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  color: #fff;
}

.site-wrapper-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
}

.site-wrapper-inner p {
  font-size: 1.8em;
  font-weight: 100;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 2.2em;
  letter-spacing: .05em;
  -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.2); 
}

.site-wrapper-inner h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 3.5em;
  -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.2);  
}

@media (max-width: 768px) {
  .site-wrapper-inner h1 {
    font-size: 2.7em;    
  }  

  .site-wrapper-inner p { 
    margin-top: 80px;
    font-size: 1.5em;
  }
}

@media (max-width: 450px) {
  .site-wrapper-inner h1 {
     display: none;
  }
  
  .site-wrapper-inner p {
    display: none;
  }

}


/* ====================================
    See plugin demo example here 
    http://zerosixthree.se/create-a-responsive-header-video-with-graceful-degradation
  ==================================== */

/*====================================*\
    Demo specific styling
\*====================================*/

.header-video {
  position: relative;
  overflow: hidden;
}

.header-video iframe,
.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-video iframe {
  height: 100%;
  width: 100%;
}

.header-video video {
  width: 100%;
}

.header-video__teaser-video {
  width: 100%;
  height: auto; 
}

.header-video__media {
  width: 100%;
  height: auto;
}

#header-video__video-element {
  width: 100%;
  height: 100%;
  z-index: 1000;
}

/*@media (max-width: 450px) {
  .header-video iframe,
  .header-video video {
    display: none;
  }
}*/

/**
  Just some basic styling for the closing trigger
**/

.header-video__close-trigger {
  z-index: 1111;
  position: absolute;
  background: #eb0029;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 1em;
  border-radius: 10px;
  right: 30px;
  top: 30px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;  
  border: none;
  border:1px solid red;
}

.header-video__close-trigger:hover {
  background: #363636;
  cursor: pointer;
}

@media (max-width: 450px) {
  .header-video__close-trigger {
    background: rgba(255, 255, 255, 0.2);
    border: 0;
  }
}

/*====================================*\
    Header Nav
\*====================================*/

.navbar {
  position: relative;
  min-height: 130px;
  z-index: 100;
}

.navbar-right {
  margin-right: 0;
}

.navbar-default {
  background-color: rgba(0, 84, 155, 0) !important;
  border-color: transparent !important;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li {
  color: #fff;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: transparent !important;
  border-bottom: 3px solid #fff;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #eb0029;
}

#top-menu-item {
  margin-top: 15px;
}

.nav>li {
  margin-right: 13px;
  text-transform: uppercase;
}

.nav>li>a {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}

.nav>li {
  font-size: 1.2em;
}

.nav>li .fa {
  font-size: 1.7em;
}

.navbar-brand img {
  width: 100px; /* 140px; */
  margin-left: 20px;
}

.gruposid_aniversario { 
  margin-top: -38px;
}

.gruposid_aniversario:hover {
  margin-top: -16px;
}

.navbar > li {
  display: inline-block;
}
.navbar > li + li {
  margin-left: 20px;
}
.navbar > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;  
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.navbar > li > a:hover,
.navbar > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.navbar > .active > a,
.navbar > .active > a:hover,
.navbar > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

/* Custom Input Field */ 
.input-style, .input-style-dark {
  width: 190px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  color: #fff;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: rgba(0,0,0,0);
  margin-top: 7px;
}

.input-style::-webkit-input-placeholder { color: #00549b; }
.input-style::-moz-placeholder { color: #00549b; }
.input-style:-ms-input-placeholder { color: #00549b; }
.input-style:-moz-placeholder { color: #00549b; }
.input-style-dark::-webkit-input-placeholder { color: #fff; }
.input-style-dark::-moz-placeholder { color: #fff; }
.input-style-dark:-ms-input-placeholder { color: #fff; }
.input-style-dark:-moz-placeholder { color: #fff; }


/* enable absolute positioning */
.input-stylex {
  width: 190px;
  height: 40px;
  border-radius: 5px;
  background: rgb(0, 50, 100);
}

.input-stylex-dark {
  width: 190px;
  height: 40px;
  border-radius: 5px;
  background: rgb(0, 84, 155);
  margin:20px 0 20px 25px;
}

.inner-addon { 
    position: relative; 
}

/* style icon */
.input-stylex .glyphicon {
  position: absolute;
  padding: 13px;
  color: #00549b;
}

.input-stylex-dark .glyphicon {
  position: absolute;
  padding: 13px;
  color: #fff;
}


/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/*====================================*\
    Home - Slider
\*====================================*/

.slick-slide {
  outline: none !important;
}

.slick-slide a:focus {
  outline: none !important;
}

@media (max-width: 768px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}

/*====================================*\
    Social Icons in Drawer
\*====================================*/

.social-icons {
  margin-left: 23px;
}

.social-icons .fa {
  color: #fff;
  font-size: 1.6em;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all  500ms;
}


.social-icons .fa:hover {
  color: #eb0029;
}

@media (max-width: 767px) {
  #mobile-drawer-x .drawer-hamburger-button {
    padding-top: 0 !important;
  }

  .navbar-brand img {
    width: 90%;
    max-width: 110px;
    margin-left: -5px
  }  

  #mobile-drawer-x .navbar-brand img  {
    margin-top: -30px;
  }
}


/*====================================*\
    Footer
\*====================================*/
footer {
  margin-top: 20px;
}

footer .fa {
  font-size: 2em;
  color: #00549b;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all  500ms;
}

footer .fa:hover {
  color: #eb0029;
}

/*====================================*\
    Jumbotron
\*====================================*/
.jumbotron {
  position: relative;
  margin-top: -150px;
  height: 520px;
}

@media (max-width: 414px) {
  .jumbotron {
    height: 300px;
  }
}

.jumbotron p {
  font-size: 1.8em;
  font-weight: 100;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 2.2em;
  letter-spacing: .05em;
  -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.jumbotron h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 3.5em;
  -webkit-text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  text-shadow: 2px 2px 5px rgba(0,0,0,0.2);  
}

@media (max-width: 768px) {
  .jumbotron h1 {
    font-size: 2.7em;
  }

  .jumbotron p {
    font-size: 1.5em;
  }
}

.jumbotron .container {
  position: absolute;
  top: 45%;
  left:50%;
  transform: translate(-50%,-50%);
}
/* Slider RS Feed */

.glyphicon-chevron-left:before {
    font-family: 'slick';
    content: "â†";

}

.glyphicon-chevron-right:before {
    font-family: 'slick';
    content: "â†’";
}
/*====================================*\
   Small Containers - Dark Background
\*====================================*/

.bg-dark {
  background: #0b4476;
  color: #fff;
  padding: 40px;
}

.bg-dark  h2, .bg-dark h4 {
  color: #fff;
}

.bg-dark a {
  color: #fff;
  text-transform: capitalize;
}

.bg-dark a:hover {
  color: #a6926e;;
}



/*====================================*\
   Big Container - Dark & Light
\*====================================*/

.container-dark {
  background: #0b4476;
  color: #fff;
}

.container-dark .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-dark  h2, .container-dark  h4 {
  color: #fff;
}

.container-darkest {
  background: #00284f;
  color: #fff;
}

.container-darkest .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-darkest  h2, .container-darkest  h4 {
  color: #fff;
}

.container-darkest p {
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {

  .container-darkest p {
    font-size: 1.2em;
  } 

}

.container-light {
  background: #e3e3e3;
  /*color: #fff;*/
}

.container-light-background {
  background: #fff !important;
}

.container-light .container {
  padding-top: 50px;
  padding-bottom: 50px;
}


/*====================================*\
    Marketing - Recipe of the month
\*====================================*/

#marketing {
  color: #fff;
  margin: 100px 0; /* Space between main containers */
}

#marketing h3 {
  color: #fff;
}

#marketing .btn-link,
#marketing .btn-link:focus,
#marketing .btn-link:hover {
  color: #fff;
}

#marketing .container {
  background: #00549B;
}

#marketing .col-md-12, #marketing .col-md-6, #marketing img {
  padding: 0;
  margin: 0;
}

#marketing h2 {
  color: #fff;
  text-transform: capitalize;
}

#marketingTxt {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 450px;
}

/*====================================*\
    Clip paths - Testing
\*====================================*/

@media (min-width: 769px) {
  .clip-polygon {
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
  }  
}

/*====================================*\
    Pagination Styles
\*====================================*/

.pagination {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pagination > li > a, 
.pagination > li > span { 
  border-radius: 50% !important;
  margin: 0 5px;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, .pagination > .active>span:focus, 
.pagination > .active > span:hover {
  background-color: #a6926e;
  border-color: #a6926e;
}
.pagination > li > a, 
.pagination > li > span {
  color: #a6926e;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

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

/*====================================*\
    Google Maps API
\*====================================*/

#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

/*====================================*\
    Contact Page
\*====================================*/

#contact form {
  
}

#contact .form-control {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  min-height: 60px;

}

#contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact-info {
  height: 400px;
}

#contact-page {
  border-bottom: 3px solid #a6926e;
  margin-bottom: 40px;
}


/* CRONOLOGIA
-------------------------------------------------- */

.timeline {
    color: #000;
    max-width: 900px;
    margin: auto;
}

.timeline .timeline-panel {
  max-width: 400px;
  height: 380px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(8,50,80,0.8);
  box-shadow: 5px 5px 10px 5px rgba(8,50,80,0.8);
  border: 3px solid #ccc;
  margin: 20px;
} 

  @media (max-width: 768px) {
    .timeline .timeline-panel {
      margin: 20px auto !important;
    }
  }

.timeline-body img {
  margin: auto;
  margin-top: -50px;
}  

.timeline-body p {
  font-size: 1.1em;
  line-height: 1.5em;
}

.timeline-img {
  margin: auto;
  margin-top: -38px;
}

.timeline-date-yellow {
  width: 203px;
  height: 69px;
  background: url(../images/timeline/tags-amarillo.png) no-repeat ;
  margin: auto;
  margin-top: -38px;
  text-align: center;
}

.timeline-date-yellow p {
  color: #fff;
  font-weight: 700;
  font-size: 2.2em;
  padding-top: 4px;
}

.timeline-date-blue {
  width: 203px;
  height: 69px;
  background: url(../images/timeline/tags-azul.png) no-repeat ;
  margin: auto;
  margin-top: -38px;
  text-align: center;  
}

.timeline-date-blue p {
  color: #fff;
  font-weight: 700;
  font-size: 2.2em;
  padding-top: 4px;
}

.timeline-date-red {
  width: 203px;
  height: 69px;
  background: url(../images/timeline/tags-rojo.png) no-repeat ;
  margin: auto;
  margin-top: -38px;
  text-align: center;  
}

.timeline-date-red p {
  color: #fff;
  font-weight: 700;
  font-size: 2.2em;
  padding-top: 4px;
}

.timeline-text{}

.timeline-text p {
  font-size: 1.8em;
  color: #d3af7e;
  padding: 20px;
}
@media (max-width: 414px) {
  .timeline .timeline-panel {
      height: auto;
  }
}
  @media (max-width: 768px) {
    .timeline-text p {
      text-align: center;
    }
  }

/*====================================*\
    Productos
\*====================================*/

.tabbable-panel {
  padding: 10px;
  border-top: 1px solid #00549b;
}

.tabbable-line > .nav-tabs {
  padding-bottom: 15px;
  border: none !important;
}

.tabbable-line > .nav-tabs > li {
  float: none !important;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  padding-bottom: 10px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  text-transform: capitalize;
}

.tabbable-line > .nav-tabs > li.open > a, 
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}

@media (min-width: 415px) {
  .tabbable-line > .nav-tabs > li.active:after {
      content: "\A";
      width: 0;
      height: 0;
      border: solid;
      border-width: 15px 10px 0 10px;
      border-color: #00549b transparent transparent transparent;
      position: absolute;
      top: -10px;
      left: 40%;
  }  
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #00549b;
}

.tab-content {
  margin-top: -3px;
  border: 0;
  padding: 15px 0;
}

.tab-content .product-sub li {
  margin-top: 10px;
}

.product-space {
  padding: 20px;
}

.products h4, .products h2 {
  text-transform: capitalize;
}

#bg-product h4 {
  font-size: 2em;
  text-transform: uppercase;
}


/*====================================*\
    Nutrition Facts
\*====================================*/

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
  border-top: 1px solid gray;
}

@media (min-width: 767px) {
  .indent{
    text-indent: 20px;
  }
}


/*====================================*\
    Recipes
\*====================================*/

#category-select select{
  width: 100%;
}

#recipes .select-input, #recipes .recipe-keyword-search, #recipes .btn-warning {
  margin-top: 10px !important;
}

.recipe-keyword-search {
  width: 100%;
  height: 62px;
  padding: 5px;
  border: 1px solid #aaa;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 15px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  padding: 5px;
  height: 62px;
  overflow: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 10px;
  border: 0 !important;
  background-color: #96926e;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff; 
  margin-right: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00549b;
}

.recipe_hover {
  width: 100%;
  height: 300px;
  height: 250px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;

}

.recipe_hover:hover .recipe_caption {
  opacity: 1;
  transform: translateY(-70px);
  -webkit-transform:translateY(-70px);
  -moz-transform:translateY(-70px);
  -ms-transform:translateY(-70px);
  -o-transform:translateY(-70px);
}

.recipe_hover img{
  z-index: 4;
}

.recipe_hover .recipe_img {
  text-align:center; 
  margin-top:20px;
}

.recipe_hover .recipe_caption {
  position: absolute;
  top:150px;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -ms-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  width: 100%;
}

.recipe_hover .recipe_overlay {
  background: url(../images/blur.png) no-repeat center top; 
  height: 300px;
  z-index: 5;
  position: absolute;
  width: 100%;
}

.recipe_hover .recipe_caption_text {
  z-index: 10;
  color: #fff !important;
  position: absolute;
  height: 300px;
  text-align: center;
  top:20px;
  width: 100%;
}

.recipe_hover .recipe_caption_text h3 {
  color: #fff;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
}

.recipe_hover .recipe_caption_text a {
  color: #fff;
  font-weight: 700;
}

.recipe_hover .recipe_caption_text a:hover {
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px;
}

.label-reg{
  font-weight: 100;
}

/*====================================*\
    Breadcrumbs
\*====================================*/

.breadcrumb {
  margin: 0;
}

.breadcrumb span {
  color: #00549b;
}



.product-sticker{
  position: absolute;
  display: block;
}
.product-sticker.desktop{
  width: 120px;
  max-width: 120px;
  left: calc(100% - 70px);
  top: 24px;
}
.product-sticker.mobile{
  right: 20px;
  top: -30px;
  width: 100px;
  max-width: 100px;
} 
.product-sticker > img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.product-sticker.mobile{
  display: none;
}
@media all and (max-width: 1200px){
  .product-sticker.desktop{
    width: 100px;
    max-width: 100px;
    right: -65px;
    left: unset;
    top: 34px;
  }
}
@media all and (max-width: 768px){
  .product-sticker.desktop{
    display: none;
  }
  .product-sticker.mobile{
    display: block;
  }
}
