﻿/* Add here all your css styles (customizations) */
/* Carousel gallery on frontpage: modification to have portrait images properly sized and centered*/
#myCarousel > div.carousel-inner > div.item > a > span > img.img-responsive {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
}
/* Frontpage video on mobile is by default NOT display - this is bypassing default rule to show video on device width 500 <= x <= 900 (but not images in other slides) */
@media (min-width: 500px) and (max-width: 900px) {
  .da-slide #frontpage-video.da-img {
    display: block;
  }
  .da-slide #frontpage-video.da-img iframe {
    width: 100%;
    height: 300px;
  }
}
.da-slide h2 i {
  font-size: 36px;
  font-style: normal;
  padding: 0 5px;
  text-transform: uppercase;
  color: #72c02c;
  background: url(../../../../../../Scripts/Unify/plugins/parallax-slider/img/bg-text.png);
}
/* Assortments syle */
.acc-v1 .panel-heading a {
  padding: 0;
}
.panel-default > .panel-heading {
  background: none;
}
.panel.panel-default {
  border: none;
}
a.accordion-toggle:hover {
  background-color: #72c02c;
  color: white;
  text-decoration: none;
}
a.accordion-toggle img {
  width: 100%;
  height: 100%;
}
a.accordion-toggle .accordion-title {
  display: block;
}
a.accordion-toggle .accordion-title:hover {
  background-color: #72c02c;
  color: white;
}