/*
 * GENERAL VARIABLES
 */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* Oversize */
/*
 * SPACER
 */
/*
 * LISTINGS VARIABLES
 */
/*
 * BUTTON VARIABLES
 */
/*
 * GALLERY
 */
/*
 * MODAL DIALOG
 */
/*
 * BLOCK SCREENS
 */
/*
 * NAVIGATION VARIABLES
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/* General */
/* Color */
/*
 * Aside
 */
/*
 * PAGE VARIABLES
 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #ee7d00 0%, #3c3c3b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * CONTENT MIXINS
 */
/*
 * toogle elements
 */
/* opacity .8 */
ul.object-group {
  list-style: none;
}
ul.objects-list > li .card-item-border .content-link a i.fa {
  padding-left: 5px;
}
ul.card-view > li.gallery-images-item {
  border: none;
  padding: 0 10px;
}
ul.card-view > li.gallery-images-item > .item-wrap {
  border: solid 1px #f2f2f2;
  height: 100%;
}
ul.card-view > li.gallery-images-item > .item-wrap a {
  display: block;
  height: 1px;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
}
ul.card-view > li.gallery-images-item > .item-wrap a.zoom-indicator span,
ul.card-view > li.gallery-images-item > .item-wrap a.zoom-indicator:hover span {
  font-size: 200%;
}
ul.card-view > li.gallery-images-item > .item-wrap a img {
  position: absolute;
  left: -99999px;
}
.objectsmodule.singleview article.object #object-images {
  width: 100%;
  margin: 0;
}
.objectsmodule.singleview article.object #object-images > li {
  margin: 0;
  padding: 5px;
}
.objectsmodule.singleview article.object #object-images > li a {
  position: relative;
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
.objectsmodule.singleview article.object #object-images > li a:hover img {
  opacity: 0.5;
}
.objectsmodule.singleview article.object #object-images > li a picture {
  background: #ee7d00;
}
.objectsmodule.singleview article.object #object-images > li a picture picture {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.objectsmodule.singleview article.object #object-images > li a picture picture img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.objectsmodule.singleview article.object #object-images > li a picture img {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.objectsmodule.singleview article.object footer {
  clear: both;
}
.objectsmodule.singleview section.content-siblings {
  clear: both;
}
