/* Russound Version 2 New Website Styles */
::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.speakerBeauty1__row {
  background-image: url("/images/products/ic-speaker-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 280px; }
  @media (max-width: 1020px) {
    .speakerBeauty1__row {
      max-height: none; } }
  .speakerBeauty1__row img {
    float: right; }
    @media (max-width: 991px) {
      .speakerBeauty1__row img {
        float: none;
        margin: 0 auto !important;
        padding: 20px 0; } }
.speakerBeauty1__col {
  padding: 30px;
  color: white; }

.imageTitle__row2 {
  padding-top: 20px; }

.h3-text {
  font-size: 24.5px; }

.p-20 {
  padding: 20px; }

.w-85 {
  width: 85%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .w-85 {
      width: inherit; } }
.w-95 {
  width: 95%;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .w-95 {
      width: inherit; } }

.caption-style-1 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 95%;
  margin: 0 auto; }

.caption-style-1 li {
  padding: 0px;
  position: relative;
  overflow: hidden; }

.caption-style-1 li:hover .caption {
  opacity: 1; }

.caption-style-1 img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4; }

.caption-style-1 .caption {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }
  @media (max-width: 991px) {
    .caption-style-1 .caption {
      opacity: 1;
      position: relative; } }

.caption-style-1 .blur {
  background-color: rgba(0, 0, 0, 0.65);
  height: 300px;
  width: 300px;
  z-index: 5;
  position: absolute; }
  @media (max-width: 991px) {
    .caption-style-1 .blur {
      position: relative;
      bottom: -300px; } }

.caption-style-1 .caption-text h1 {
  text-transform: uppercase;
  font-size: 24px; }

.caption-style-1 .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  width: 300px;
  height: 300px;
  text-align: left;
  top: 30px; }
  .caption-style-1 .caption-text p {
    padding: 20px; }
  .caption-style-1 .caption-text h1 {
    padding: 20px 20px 0px; }
  @media (max-width: 991px) {
    .caption-style-1 .caption-text {
      position: relative; } }

.caption-text h1, .caption-text h2, .caption-text h3, .caption-text h4 {
  padding: 0px;
  margin: 0px; }

ul.line-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.line-list li {
    padding: 5px;
    border-bottom: 1px solid #000000; }

.newProductCallout--row {
  background-color: #f2f2f2;
  border-right: 6px solid #5477be;
  padding: 30px;
  margin-left: 0; }
  .newProductCallout--row::after, .newProductCallout--row::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.newProductCallout--col {
  text-align: center; }
  .newProductCallout--col h2 {
    text-align: left !important; }

.accordion-heading .accordion-toggle {
  text-decoration: none; }


/*# sourceMappingURL=russound-v2-styles.css.map */
