.promos {
  padding-bottom: 60px;
  padding-top: 60px;
}

.grid-1,
.grid-2,
.no-grid {
  margin: 50px auto 50px;
  max-width: 1200px;
  padding: 0 15px;
}

.promos .grid-1,
.promos .grid-2 {
  display: grid;
  gap: 18px;
}

.feature-promotions {
  padding-top: 40.3%; max-width: 100%; position: relative;margin-bottom: 50px;
}

.feature-promotions-child {
  position: absolute; width: 100%; height: 100%; top: 0; left: 0;padding-bottom: 50px;
}

.promos .grid-1 {
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  height: 100%;
}
.promos .grid-1 .promo .promo-hover-link {
  margin-top: 41px;
}

.promos .grid-1 .promo:first-child .promo-hover-link {
  margin-top: 18px;
}

.promos .grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.promos .item {

}

.promos .grid-1 .item:first-child {
  grid-row: span 2;
  grid-column: span 3;
  position: relative;
}

.promos .grid-1 .item:first-child img{
  position: absolute;
  top: 0;
  left: 0;
}

.promos .grid-1 .item:first-child .promo.half:hover .promo-title {
  margin-top: -192px;
}

.promos .no-grid {
  display: flex;
}

.promos .no-grid .item,
.promos .no-grid .item {
  height: 12vw;
}

.promos .no-grid .item {
  flex-grow: 1;
  padding-bottom: 31%;
  position: relative;
}

.promos .no-grid .item img {
  position: absolute;
  top: 0;
  left: 0;
}

/*Promo caption*/

.promo{
  background-color: #d3d4d9;
  overflow: hidden;
  position: relative;
}
.promo img{
  max-width: 100%;
  display: block;
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.promo.big{
  width: 60%;
}
.promo.side{
  width: 40%;
}
.promo-row{

}
.promo.small{
}

.promo-row{
  margin-bottom: 60px;
}

.promo-heading{
  margin: 20px auto;
}

@media (max-width: 991px) {
  .promo-heading{
    margin: 56px auto 20px;
  }
}

.promo-title {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  padding: 14px 15px 20px;
  height: 86px;
  transition: all 0.5s;
  overflow: hidden;
  max-width: 550px;
  width: 100%;
  bottom: 0;
}

.promo-title p{
  color: #fff;
  text-align: left;
  margin: 19px 0 29px;
  font-size: 15px;
  font-family: 'open_sans';
/*  line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;*/
}
.promo-title h4{
  font: 800 17px/26px 'open_sans', 'Arial', 'Helvetica', sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1px;
}
.promo-title span, .subtitle {
  display: block;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font: 600 15px/1.4 'open_sans', 'Arial', 'Helvetica', sans-serif;
  color: #a39375;
}
.packages .promo-title {
  max-width: 720px;
}
.packages .promo .promo-title .subtitle{
}
.packages .promo .promo-title span {
  text-overflow: initial;
  position: relative;
  display: inline;
}
.packages .promo .promo-title span > a {
  color: #a39375;
}
.packages .promo .promo-title span > a:hover {
  color: #589ac0;
}
.packages .promo .promo-title span:not(:last-of-type) {
  padding-right: 24px;
}
.packages .dropdown-toggle {
  background-color: transparent;
  border: transparent;
  color: #589ac0;
  padding: 0;
  white-space: nowrap;
}
.packages .promo:hover .promo-title .subtitle{
  display: block;
}
.packages .promo:hover .promo-title span {
  white-space: normal;
  padding-right: 0;
}
.packages .promo .promo-title .properties{
  text-overflow: ellipsis;
  max-width: 344px;
}
.subtitle {
  display: flex;
}
.subtitle span::before {
  content: "....";
  color: transparent;
}
.subtitle span::after {
  content: '/';
  margin: 0 15px;
  color: white;
  font-size: 11px;

}
.subtitle span:last-of-type::after{
  content: '';
  margin: 0 2px;
}
.subtitle span i:before {
  margin-right: 8px;
  position: absolute;
  top: 2px; 
  left: 0;
}
.subtitle .dropdown-menu {
  flex-direction: column;
  background-color: #000;
  z-index: 21;
  padding-bottom: 14px;
  opacity: 0;
}
.subtitle ul.dropdown-menu li a:hover {
  color: #589ac0;
}
.subtitle ul.dropdown-menu li a {
  color: #fff;
  background-image: none;
  background-color: transparent;
}
.subtitle ul.dropdown-menu li a:hover {
}
.promo.long:hover .subtitle .dropdown-menu {
  opacity: 1;
}
.promo-title i::after{
  font-family: 'fontawesome';
}

.promo-hover-link a {
  color: white;
  white-space: nowrap;
}
.promo-hover-desc,.promo-hover-link{
  opacity: 0;
}
.promo.big:hover .promo-hover-desc,.promo.big:hover  .promo-hover-link{
  display: block;
  opacity: 1;
  height: auto;
  position: relative;
  width:  auto;
  margin-top: 20px;
  margin-bottom:  20px;
  opacity: 1;
}

.promo-hover-link a {
  padding: 10px 15px;
}

.promo.big:hover .promo-title{
  margin-top: -400px;
  height: 400px;
  width: 400px;

}

.promo.small:hover .promo-hover-desc,.promo.small:hover  .promo-hover-link{
  display: block;
  opacity: 1;
  height: auto;
  position: relative;
  width:  auto;
}
.promo.small .promo-hover-desc {
  max-height: 110px;
  text-overflow: ellipsis;
  overflow:hidden;
  margin-bottom: 10px;  
}
.promo.small:hover .promo-title{
  margin-top: -200px;
  height: 200px;
  width: 200px;
  max-height: 200px;
  overflow: hidden;
}

.promo.small:hover p,.promo.small:hover span{
  display: none;
}

.promo.long {
  min-width: 100%;
  padding-bottom: 34.2%;
}

.promo.long img {
  max-height: 400px;
  top: 0;
  left: 0;
  position: absolute;
}

.promo.long:hover .promo-hover-desc,.promo.long:hover  .promo-hover-link{
  display: block;
  opacity: 1;
  height: auto;
  position: relative;
  /* width:  auto; */
}
.promo.long .promo-hover-desc{
  margin-bottom: 10px;
}

.promo.long:hover .promo-title{
  margin-top: -250px;
  height: 250px;
  max-width: 900px;
  max-height: 250px;
  overflow: visible;
}

.promo.half .promo-hover-desc{
  margin-bottom: 10px;
}
.promo.half:hover .promo-hover-desc,.promo.half:hover  .promo-hover-link {
  display: block;
  opacity: 1;
  height: auto;
  position: relative;
  width:  auto;
}

.promo:hover .promo-title{
  margin-top: -220px;
  height: 211px;
  max-width: 610px;
  max-height: 300px;
  overflow: hidden;
}

.grid-2 .promo:hover .promo-title {
  height: 270px;
}

.grid-1 .promo:not(:first-child):hover .promo-title {
  height: 180px;
}

.promos .grid-1 .item:first-child:hover .promo-title{
  height: 236px;
}

.promo .promo-title span, .promo .promo-title h4{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-1 .promo:not(:first-child) .promo-title span, .grid-1 .promo:not(:first-child) .promo-title h4{
  max-width: 190px;
}

.grid-1 .promo:not(:first-child) .promo-title h4, .grid-1 .promo:not(:first-child) .promo-title span, .grid-1 .promo:not(:first-child) .promo-title p{
  font-size: 13px;
}

.small .promo-title{
  height: 70px;
  margin-top: -70px;
  padding: 10px;
}
.small .promo-title p{
  font-size: 18px;
}
.small .promo-title span{
  font-size: 15px;
}
.promo-grey-background{
  background: #292929;
}
.promo.half.first{
  padding-right: 25px;
}

.promo.half.second{
  padding-left: 25px;
}

/*Single Promo page*/

.promo-single {
  margin-bottom: 6%;
  max-width: 1000px;
  /*height: 480px; */
}

.promo-single .column-1 {
  flex-basis: 270px;
  flex-grow: 1;
}

.promo-single .column-1 .feature-img {
  height: 100%;
}

.promo-single .column-1 .feature-img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.promo-single .column-2 {
  border: 1px solid #a39375;
  padding: 20px;
  color: #7e828c;
  flex-basis: 351px;
  flex-grow: 0;
}

.promo-single .column-2 h2{
  font-family: 'DroidSerif';
  margin: 0 0 16px;
}

.promo-single .column-2 .action{
  margin-top: auto;
}

.promo-single .column-2 .blurb {
  max-height: 218px;
  overflow-y: auto;
  line-height: 1.7;
  font-family: 'open_sans';
}

.promo-single .column-2 .blurb {

}

.promo-single .column-2 .action a{
  display: block;
  width: 100%;
  padding: 10px 0;
}
.promo-single .column-2 .action a:first-child{
  margin-bottom: 15px;
}

.back-to-promos {
  text-align: center;
  margin: 0 auto 36px;
  display: block;
  max-width: 270px;
}

.center-img{
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

/*Legacy Packages*/


@media (max-width: 1600px) {

}


@media (max-width: 1024px) {
  .promo-title p {
    font-size: 12px;
    margin: 19px 0 16px;
    font-weight: 600;
  }
  .grid-2 .promo-title p {
    margin: 6px 0 16px;
  }
}

@media (max-width: 992px) {
  .promo-title {
    background: rgba(0, 0, 0, 0.3);
  }
  .promo-title h4 {
    font: 800 16px/25px 'open_sans', 'Arial', 'Helvetica', sans-serif;
  }
  .promo.long:hover .promo-title, .promo.half:hover .promo-title  {
    height: 216px;
  }
  .promo.half:hover .promo-title {
    height: 202px;
  }
  .promo-hover-link a {
    padding: 7px 11px;
    font-size: 13px;
  }
}
@media (min-width: 767px) {

}

@media (max-width: 1600px) {

}
@media (max-width: 767px) {
  .feature-promotions {
    padding-top: 0;
    margin-bottom: 0;
  }
  .feature-promotions-child {
    position: static;
    padding-bottom: 0;
  }
  .promos .grid-1 {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    margin-bottom: 0;
  }
  .promos .grid-1 .item:first-child {
    grid-column: span 4;
    height: 36vw;
  }
  .promos .grid-1 .item {
    height: 20.4vw;
  }
  .grid-1 .promo:not(:first-child):hover .promo-title {
    height: 220px;
  }
  .promo-title {
    margin-top: -77px;
    padding: 7px 6px 20px;
    text-shadow: 1px 1px 4px #000;
  }
  .promo-title h4 {
    font: 700 15px/21px 'open_sans', 'Arial', 'Helvetica', sans-serif;
  }
  .promo-single .column-2 .blurb {
    max-height: none;
    margin-bottom: 16px;
  }
  .promo-single .column-1 .feature-img {
    height: 192px;
  }
  .promo-single {
    height: auto;
  }
  .promo-single .column-2 {
    flex-basis: 100%;
  }

}

@media (max-width: 450px) {
  .promos .grid-1 .item:first-child {
    grid-row: span 1;
    grid-column: span 2;
  }
  .promos .grid-1 .item:first-child:hover .promo-title {
    height: 207px;
  }
  .promos .grid-1 .item,
  .promos .grid-1 .item:first-child,
  .promos .grid-2 .item {
    height: 39vw;
  }
  .grid-1 .promo:not(:first-child) .promo-title {
    height: 77px;
  }
  .promo.long:hover .promo-title {
/*    height: 239px;
*/  }
.grid-1 .promo:not(:first-child):hover .promo-title {
  height: 226px;
}
.grid-1 .promo:not(:first-child):hover .promo-title .promo-hover-link{
  margin-top: 40px;
}
.promos .grid-1 {
  grid-template-columns: repeat(2, 1fr);
}

.promos .grid-2 .promo{
  grid-column: span 2;
}
.promos .grid-2 .promo:hover .promo-title {
  height: 210px;
}
.grid-2 .promo-title p {
  margin: 24px 0 16px;
}
.promo.long {
  height: 159px;
}

.promo-single {
  margin-bottom: 12%;
}

.promo-title, .packages .promo-title {
  max-width: 100%;
  height: 65px;
}
.packages .subtitle span {
  overflow: auto;
  text-overflow: initial;
}
.promo-title p {
  font-size: 12px;
  margin: 19px 0 16px;
  font-weight: 600;
}
.promo .promo-title h4{
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.promos .grid-2 .promo .promo-title h4, .grid-1 .promo:first-child .promo-title h4, .no-grid .promo .promo-title h4{
  white-space: nowrap;
}
.promo-title span {
  color: #c9b590;
}
.promo:hover .promo-title {
  max-width: 100%;
}
.promo-hover-link a {
  padding: 7px 11px;
  font-size: 13px;
}
.promo.half:hover .promo-title {
  height: 187px;
}
.back-to-promos {
  margin: 0 auto 25px;
}
.mobi-show-off {
  display: none !important;
}
.subtitle span:nth-last-of-type(2)::after {
  content: '';
  margin: 0 2px;
}
}
/*iPhone SE*/

@media (max-width: 320px) {
  .promos .grid-1 .item:first-child:hover .promo-title {
    height: 197px;
  }
  .grid-1,
  .grid-2,
  .no-grid {
    padding: 0px;
  }
}
