/* 
    Document   : dilistyle
    Created on : 2014.03.20., 12:25:44
    Author     : somogyii
    Description:
        Purpose of the stylesheet follows.
*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

canvas {
   display : block;
   margin : auto;
}

.featurette-divider {
  margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

/* Carousel base class */
.carousel {
  margin-bottom: 40px;
  min-height: 180px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #777;
  // min-height: 140px;
}

.carousel-inner > .item > img {
    min-height: 180px;
}

.frontbox {
    height:  280px;
}

.frontboxtext {
    height: 130px;
}

.adboxcontainer {
    margin-top: 20px;
    margin-right: 30px;
}

.adboxcontainer {
    margin-top: 20px;
    margin-right: 15px;
}

.virtualbuttonrow{
    margin-bottom: 5px;
}
