
/* -------------------------  CAROUSEL  --------------------------------- */

/* ........   CONTROL  .......................................... */

/* Bootstrap:

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039'; 
}
.carousel-control .icon-next:before {
  content: '\203a';

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
}
}
*/
.days-of-week.carousel .carousel-control {
  font-size: 100px;
  color: #fff;
}
/* The original version have a side effect: 
after a 'clicking' the CSS settings leave in ":focus" mode
.carousel-control:hover,
.carousel-control:focus {
*/
.days-of-week.carousel .carousel-control:hover { 
  color: #9f0000;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.days-of-week.carousel .carousel-control .icon-prev,
.days-of-week.carousel .carousel-control .icon-next,
.days-of-week.carousel .carousel-control .glyphicon-chevron-left,
.days-of-week.carousel .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 33px;
  height: 100px;
  margin-top: -80px;
  font-size: 100px;
}
@media screen and (min-width: 768px) {
  .days-of-week.carousel .carousel-control .glyphicon-chevron-left,
  .days-of-week.carousel .carousel-control .glyphicon-chevron-right,
  .days-of-week.carousel .carousel-control .icon-prev,
  .days-of-week.carousel .carousel-control .icon-next {
    width: 33px;
    height: 100px;
    margin-top: -80px;
    font-size: 100px;
  }
}
.days-of-week.carousel .carousel-control .icon-prev,
.days-of-week.carousel .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -17px;
}
.days-of-week.carousel .carousel-control .icon-next,
.days-of-week.carousel .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -17px;
}
/* LEFT - Other good HTML symbols:
   - Bootstrap recommendation:      \2039
   - Geometric Shapes / Triangle:   \25c0 \25c1 \25c2 \25c3 \25c4 \25c5
   - Misc Symbols / Pointing index: \261a \261c
   - Dingbats / Ornaments:          \2768 \276a \276c \276e \2770 \2772 \2774
   - Math Operators:                \227a \22b2 \22d6
*/
.days-of-week.carousel .carousel-control .icon-prev:before {
  content: '\2039';
}
/* RIGHT - Other good HTML symbols:
   - Bootstrap recommendation:      \203a
   - Geometric Shapes / Triangle:   \25b6 \25b7 \25b8 \25b9 \25ba \25bb
   - Misc Symbols / Pointing index: \261b \261e
   - Dingbats / Ornament:           \2769 \276b \276d \276f \2771 \2773 \2775
              / Rightwards Arrow:   \2794 \2799 \279b ... 27af \27b1 \27b3
                                    \27b5 \27b8 \27ba \27bb \27bd \27be
   - Math Operators:                \227b \22b3 \22d7
*/
.days-of-week.carousel .carousel-control .icon-next:before {
  content: '\203a';
}

/* ........   INDICATOR  ........................................ */

/* Bootstrap:

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}


*/
.days-of-week.carousel .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 90%;
  padding-left: 0;
  margin-left: -45%;
  margin-bottom: 5px;
  text-align: center;
  list-style: none;
}
.days-of-week.carousel .carousel-indicators li {
  display: inline-block;
  width: 31px;
  height: 22px;
  margin: 1px 0px;
  margin-left: 0px;
  text-indent: 0px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  border-radius: 30px;
}
.days-of-week.carousel .carousel-indicators .active {
  width: 31px;
  height: 22px;
  margin: 0;
  background-color: rgba(159, 0, 0, 0.5); /* #9f0000 */
  color: rgba(255, 255, 255, 1);
}
@media screen and (min-width: 768px) {
  .days-of-week.carousel .carousel-indicators {
    margin-bottom: 10px;
    bottom: 0px;
    font-size: 1.3em;
  }
  .days-of-week.carousel .carousel-indicators li {
    display: inline-block;
    width: 60px;
    height: 33px;
    padding-top: 3px;
    margin: 1px 0px;
    margin-left: 0px;
    text-indent: 0px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(255, 255, 255, 0.4);
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    border-radius: 30px;
  }
  .days-of-week.carousel .carousel-indicators .active {
    width: 60px;
    height: 33px;
    padding-top: 3px;
    margin: 0;
    background-color: rgba(159, 0, 0, 0.5); /* #9f0000 */
    color: rgba(255, 255, 255, 1);
  }
}
.days-of-week.carousel .carousel-indicators li:hover,
.days-of-week.carousel .carousel-indicators li:focus {
  text-decoration: none;
  background-color: #000 \9;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.8);
}
.days-of-week.carousel .carousel-indicators .active:hover,
.days-of-week.carousel .carousel-indicators .active:focus {
  text-decoration: none;
  background-color: #000 \9;
  background-color: rgba(159, 0, 0, 0.9);
  color: rgba(255, 255, 255, 1);
}

/* ........   CAPTION   ......................................... */

/* Bootstrap:

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
*/
/*
.carousel-caption {
  right: 10%;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 10%;
    left: 10%;
}
*/
.days-of-week.carousel .carousel-caption p,
.days-of-week.carousel .carousel-caption h1,
.days-of-week.carousel .carousel-caption h2,
.days-of-week.carousel .carousel-caption h3,
.days-of-week.carousel .carousel-caption h4,
.days-of-week.carousel .carousel-caption h5,
.days-of-week.carousel .carousel-caption h6 {
  color: #fff;
}
.days-of-week.carousel .carousel-caption {
  right: 12%;
  left: 12%;
  font-size: 10px;
  color: #fff;  
}
.days-of-week.carousel .carousel-caption p {
  font-size: 1.8em;
  line-height: 1.2;
  color: #fff;
}

.weekly-cover-slide .carousel-caption {
  top: 0px;
}

.weekly-cover-slide .carousel-caption h3 {
  font-size: 2.5em;
  line-height: 1.6;
  color: #fff;
}
.weekly-cover-slide .carousel-caption p {
  font-size: 1.8em;
  line-height: 1.2;
}
.weekly-cover-slide .carousel-caption p b {
  font-size: 1.5em;
  line-height: 1.2;
}
@media (min-width: 768px) {
    .days-of-week.carousel .carousel-caption p {
      font-size: 2.5em;
      line-height: 1.6;
      color: #fff;
    }
      .weekly-cover-slide .carousel-caption h3 {
      font-size: 2.5em;
      line-height: 2;
      color: #fff;
    }
    .weekly-cover-slide .carousel-caption p {
      font-size: 2.5em;
      line-height: 1.6;
      color: #fff;
    }
}
/* ........   INNER, ITEM   ..................................... */

/* Bootstrap:
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}

*/

.days-of-week.carousel .carousel-inner {
/*  min-height: 0px; */
    height: auto;
    position: relative;
/*  border: 4px solid green;  */     
}

.days-of-week.carousel .carousel-inner > .item {
  /*  min-height: 0px;  */
      height: auto;
      position: absolute;      /* to prevent that the .item "slides down"  */
      left: 0px;
      top: 0px;
      width: 100%;
  
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: scroll;
  
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-size: cover;
      -o-background-size: cover;
  
  /*    border: 0px solid red;     */
}

.weekly-cover-slide {
    background-color:rgba(96, 96, 96, 0.8);
}
  
/* ........   IMG  (within ITEM) ................................ */

/* Bootstrap:
img {
  border: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}  */
/* BC (for carusel images):
.img-full {
    min-width: 100%;
}  */
.days-of-week.carousel .carousel-slide-footer {
  position: absolute;
  bottom: 0px;
  min-width: 100%;
}
.days-of-week.carousel .footer-image-container {
    position: relative;
    width: auto;
    margin: auto;
    overflow: hidden;
}
.days-of-week.carousel .carousel-slide-footer,
.days-of-week.carousel .empty-placeholder {
  height: 198px;
}
.days-of-week.carousel .footer-image-container {
    height: 150px;
}
/*
@media (min-width:600px) {
    .days-of-week.carousel .carousel-slide-footer,
    .days-of-week.carousel .empty-placeholder {
      height: 204px;
    }
    .days-of-week.carousel .footer-image-container {
        height: 180px;
    }
}
*/
.days-of-week.carousel .footer-image-container {
    position: absolute;
    bottom: 0px;
}
.days-of-week.carousel .img-full {
    min-width: 100%;
    min-height: 100%;
    height: auto;
}
.days-of-week.carousel .img-full-adaptive {
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-position: 80% 10%;

    min-width: 100%;
    min-height: 400px;
}
/*
.days-of-week.carousel .img-absolute {
    position: absolute;
    bottom: 0px;
}
*/
/*
.days-of-week.carousel .img-fix-sized {
    max-height: 180px;
    width: auto;
    margin: auto;
}
*/
/* Trying:
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}  */

/* ........   CONTENT, TABLE  ................................... */


.days-of-week.carousel .carousel-content {
    display: block;
    align-items: center;
    height: auto;
    overflow: hidden;
    color: #87965a;
    border: 0px solid red; 
}
.days-of-week.carousel .item .carousel-content:last-child {
    margin-bottom: 40px;
    border: 0px solid red;   
}
.days-of-week.carousel .gic-quotation {
    font-style: italic;
    color: #9f0000;
}
.days-of-week.carousel .carousel-content .gic-table {
    font-size: 18px;
}
.gic-flex-box {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  border: 0px solid red; 
}
.dish {
  position: relative;
  width: 240px;
  height: 220px;
  border: 0px solid blue;
}
.dish .dish-img {
  /* background-image : url("../img/etel_labos_hatter_kicsi_v03.png"); */
  background-size: 240px 220px;
  width: 240px;
  height: 220px;
  opacity: 0.2;
  
}
.dish-content {
  position: absolute;
  top: 50px;
  left: 20px;
  width: 200px;
  max-height: 160px;

  text-align: center;
  vertical-align: text-top;
  opacity: 1;

  border: 0px solid green; 
}
.carousel-content .dish-content p {
  color: #52322e;
}
.carousel-content .day-note {
  color: #87965a; 
}

.days-of-week.carousel .dish-abbreviations {
    color: #87965a; 
    font-size: 15px;
}

/* --------------- Not used class  ---------------------------------------*/

/*

.slide {}

used by javascript:
.height-adaptive {}

*/

