/*! Please do not edit directly from this file
 * This CSS is compiled from SASS: /devdesign/featured/collaboration/_sources/collaboration.scss
 */
/* enllax-ad*/
@media (max-width: 991.98px) {
  .featured-hero-title, .hero-title {
    font-size: 2.25rem; } }

.enllax-ad {
  position: absolute;
  max-width: 1320px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 1199.98px) {
    .enllax-ad {
      max-width: 992px; } }
  .enllax-ad .enllax-ad__content {
    width: 250px;
    position: absolute;
    right: 0;
    top: 1em; }
  .enllax-ad .enllax-ad__text {
    position: absolute;
    color: #fff;
    top: 3.25em;
    right: 0.75em;
    width: 80px;
    font-size: 0.88889rem;
    line-height: 1.25em; }

/* GVE features */
.gve .gve-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .gve .gve-item .gve-icon {
    text-align: center;
    margin-bottom: 1rem; }
    .gve .gve-item .gve-icon img {
      width: 50%; }
  .gve .gve-item .gve-title {
    text-align: center; }
  .gve .gve-item .gve-text {
    display: none; }
  @media (min-width: 576px) {
    .gve .gve-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      margin-bottom: 1rem; } }
  .gve .gve-item .gve .gve-item .gve-icon img {
    width: 60%; }

.gve.active .gve-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .gve.active .gve-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 2rem; } }
  .gve.active .gve-item .gve-icon img {
    width: 25%; }
    @media (min-width: 576px) {
      .gve.active .gve-item .gve-icon img {
        width: 60%; } }
    @media (min-width: 992px) {
      .gve.active .gve-item .gve-icon img {
        width: 40%; } }
  .gve.active .gve-item .gve-text {
    display: block;
    text-align: center;
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort; }

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

/* Roomaware features */
.roomaware-dia :before {
  content: none; }

.roomaware-dia p {
  font-size: 0.88889rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 0; }

.roomaware-dia .roomaware-dia-rectangles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (max-width: 767.98px) {
    .roomaware-dia .roomaware-dia-rectangles {
      -webkit-box-orient: horizontal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.roomaware-dia .roomaware-dia__rectangle {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  border-radius: 0.3rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background: rgba(0, 110, 168, 0.15);
  text-align: center; }
  @media (max-width: 767.98px) {
    .roomaware-dia .roomaware-dia__rectangle {
      margin: 0 .5em; } }
  .roomaware-dia .roomaware-dia__rectangle img {
    padding-bottom: .25em;
    margin: 0 auto; }

.roomaware-dia .roomaware-dia-circle {
  background: url(../img/comp/roomaware_dia_dots.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 767.98px) {
    .roomaware-dia .roomaware-dia-circle {
      height: 125px;
      margin: 1rem 0; } }

.roomaware-dia .roomaware-dia__title {
  font-size: 1.125rem;
  font-weight: 400;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff; }
  @media (max-width: 767.98px) {
    .roomaware-dia .roomaware-dia__title {
      font-size: 0.88889rem; } }

/* Design Solutions Cards */
@media (min-width: 768px) {
  .card-dimmer .card:hover .card-img {
    -webkit-filter: blur(3px);
    filter: blur(3px); }
  .card-dimmer .card:hover .card-image-hover {
    opacity: 1; } }

.card-dimmer .card .card-image-hover {
  display: none; }
  @media (min-width: 768px) {
    .card-dimmer .card .card-image-hover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      width: 100%;
      overflow-y: auto;
      left: 0;
      top: 0;
      height: 100%;
      z-index: 3;
      opacity: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .card-dimmer .card .card-image-hover .btn {
    text-decoration: none !important; }

/* Design Solutions features */
.dsview {
  background-color: rgba(0, 0, 0, 0.035); }
  @media (max-width: 767.98px) {
    .dsview #dsViewDetail {
      position: fixed !important;
      overflow-y: scroll;
      overflow-x: hidden;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 9999;
      background: #fff; } }
  .dsview .carousel-indicators {
    bottom: -100px; }
    .dsview .carousel-indicators li {
      width: 75px;
      height: 75px;
      margin-left: 5px;
      margin-right: 5px;
      position: relative; }
      .dsview .carousel-indicators li:hover {
        cursor: pointer; }
      .dsview .carousel-indicators li img {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 80px;
        height: 80px; }
      .dsview .carousel-indicators li.active img {
        width: 76px;
        height: 76px; }
    .dsview .carousel-indicators .active {
      border: 2px #ffc107 solid; }
    @media (max-width: 767.98px) {
      .dsview .carousel-indicators {
        display: none; } }
  .dsview .carousel-preposition {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    font-size: 80%; }
    @media (max-width: 767.98px) {
      .dsview .carousel-preposition {
        bottom: -40px; } }
  .dsview .carousel-item {
    background: rgba(0, 0, 0, 0);
    height: auto;
    padding-bottom: 3rem; }
    @media (max-width: 767.98px) {
      .dsview .carousel-item {
        padding: 1rem;
        display: inline-block;
        float: left;
        width: 50%;
        margin-right: 0;
        min-height: inherit; } }
  .dsview .download-btns {
    margin-bottom: 1em; }
    @media (max-width: 767.98px) {
      .dsview .download-btns {
        display: none !important; } }
  @media (max-width: 767.98px) {
    .dsview .dsview-spec {
      font-size: 0.88889rem !important;
      margin-bottom: 1rem; } }
  .dsview .dsview-spec-title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .dsview .dsview-spec-title {
        font-size: 2rem; } }
  .dsview .dsview-spec-subtitle {
    font-size: 1.125rem;
    color: #0069d9; }
    @media (max-width: 767.98px) {
      .dsview .dsview-spec-subtitle {
        font-size: 1rem; } }
  .dsview .dsview-spec-section {
    margin-bottom: 2rem; }
    .dsview .dsview-spec-section p {
      font-size: 1rem; }
    .dsview .dsview-spec-section .list li {
      margin-bottom: 0.25rem; }
  .dsview .dsview-control {
    z-index: 999;
    position: relative; }
    @media (max-width: 767.98px) {
      .dsview .dsview-control {
        z-index: 999;
        width: 100%;
        background: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0; } }
  .dsview .dsview-control-close {
    position: absolute;
    right: 0;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    top: 50px;
    font-size: 1.5rem;
    z-index: 999; }
    .dsview .dsview-control-close:not(:hover) {
      background: #fff; }
    @media (max-width: 767.98px) {
      .dsview .dsview-control-close {
        top: 0;
        position: absolute;
        right: 0;
        width: 36px;
        height: 36px;
        padding: 0; } }
  .dsview .dsview-control-menu {
    position: absolute;
    right: 1em; }
    @media (max-width: 767.98px) {
      .dsview .dsview-control-menu {
        top: 0.75em;
        left: 1em;
        z-index: 16; } }
  .dsview .dsview-select-menu {
    position: absolute;
    right: inherit;
    left: inherit; }
    @media (max-width: 767.98px) {
      .dsview .dsview-select-menu {
        top: auto;
        bottom: 1rem;
        left: 0;
        text-align: center;
        z-index: 16; } }
    @media (max-width: 767.98px) {
      .dsview .dsview-select-menu {
        top: 0.5em; } }
  .dsview .dsview-control-prev, .dsview .dsview-control-next {
    top: 120px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    font-weight: 700;
    z-index: 999; }
    .dsview .dsview-control-prev:hover:not([disabled]), .dsview .dsview-control-next:hover:not([disabled]) {
      color: #fff;
      background: #343a40; }
    @media (max-width: 767.98px) {
      .dsview .dsview-control-prev:disabled, .dsview .dsview-control-next:disabled {
        display: inline-block;
        background-color: #fff;
        opacity: .5; } }
    @media (max-width: 767.98px) {
      .dsview .dsview-control-prev, .dsview .dsview-control-next {
        top: 0;
        position: relative;
        width: 36px;
        height: 36px;
        display: inline-block;
        margin-right: 1em; } }
  .dsview .nav-link {
    font-weight: 400;
    padding: 0.25rem 1.5rem; }
  .dsview .dropdown-toggle::after {
    border: none; }
  @media (min-width: 768px) {
    .dsview .collapse {
      display: block; } }

.carousel .carousel-control-prev {
  left: 0; }
  .carousel .carousel-control-prev .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel .carousel-control-next {
  right: 0; }
  .carousel .carousel-control-next .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel:hover .carousel-control-prev {
  background: rgba(0, 0, 0, 0); }
  .carousel:hover .carousel-control-prev:hover, .carousel:hover .carousel-control-prev:focus {
    background: rgba(0, 0, 0, 0); }

.carousel:hover .carousel-control-next {
  background: rgba(0, 0, 0, 0); }
  .carousel:hover .carousel-control-next:hover, .carousel:hover .carousel-control-next:focus {
    background: rgba(0, 0, 0, 0); }

@media (max-width: 767.98px) {
  body.noscroll {
    overflow: hidden; } }
