#home-slider
{
  margin-top: 50px !important;
  padding: 0px !important;
  background-color: transparent !important;
  max-height: 100%;
  height: 0px;
  width: 100%;
  max-width: 100%;
  position: relative;
  
}

.slidecontainer
{
  max-height: 100%;
}

.slidecontainer IMG
{
  width: 100%; 
}

.home-slider-button
{
  font-size: 14pt;
  padding: 8px 16px;
}

.home-slider-right
{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 33%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12pt;
  color: #FFFFFF;
  text-align: left;
  padding: 15px;
  white-space: normal !important;
  line-height: 15pt !important;
  display: table;
}

.home-slider-left
{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 33%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12pt;
  color: #FFFFFF;
  text-align: left;
  padding: 15px;
  white-space: normal !important;
  line-height: 15pt !important;
  display: table;
}

.home-slider-bottom
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12pt;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 31px 20px 15px;
  white-space: normal !important;
  line-height: 15pt !important;
  display: table;
  width: 100%;
}

.home-slider-content
{
  display: table-cell;
  vertical-align: middle;
}

.home-slider-bottom > .home-slider-content
{
  padding-left: 30px;  
}


.home-slider-left H2, .home-slider-right H2, .home-slider-bottom H2
{
  font-size: 16pt;
  line-height: 24pt;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  color: #E3D7D7;
}

@media (min-width: 768px)
{
  #home-slider
  {
    margin-top: 100px !important;
  }
}

@media (max-width: 767px)
{

  #home-slider
  {
    padding-top: 4px !important;
  }
  
  .home-slider-left H2, .home-slider-right H2, .home-slider-bottom H2
  {
    font-size: 12pt;
    line-height: 16pt;
  }

  .home-slider-right, .home-slider-left, .home-slider-bottom
  {
    font-size: 9pt;
    line-height: 11pt !important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    text-align: center;
  }

  #home-slider.single .home-slider-right, #home-slider.single .home-slider-left, #home-slider.single .home-slider-bottom
  {
    margin-top: 4px !important;
  }  
  
  .home-slider-button
  {
    font-size: 10pt;
  }

  .home-slider-bottom > .home-slider-content
  {
    padding-right: 15px;
  }

  .home-slider-left > .home-slider-content, .home-slider-right > .home-slider-content
  {
    padding-right: 0px; 
  }

}

