/*
    Created on : Jul 13, 2015, 10:48:22 AM
    Author     : jasko

    CONTENT IS THE SAME FOR CLICKSTAY AND RENTALSYSTEMS
    AND ALL CHANGES SHOULD BE MADE IN BOTH PROJECTS
*/

.image-w {
    /*background-color: #efefef;*/
    /*margin-bottom: 10px;*/
    width: 100%;
    position: absolute;
    /*z-index: 998;*/
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*overflow: hidden;*/
    overflow:unset;
    top: 0;
   }
.imgc {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
}
.lead-image {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.imgcaption {
    position: absolute;
    bottom: 0;
    height: 30px;
    left: 0;
    right: 0;
    text-align: left;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    /* text ellipsis styles for image caption are set below */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imgc-bg {
    background-color: rgba(0,0,0,.6);
}
.img-ctr {
    float: right;
}
.lcont {
    /*overflow: hidden;*/
    overflow: unset;
    position: relative;
}
.t-wrap {
    height: 62px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 10px;
}
.ncont {
    position: relative;
}
.tcont {
    margin: 0;
    padding: 0;
    min-width: 100%;
    overflow: hidden;
    height: 56px;
    padding-top: 3px;
    padding-left: 3px;
}
img.thb.active-thb {
/*    -webkit-box-shadow: 0px 0px 2px 2px #2175f3;
    -moz-box-shadow: 0px 0px 2px 2px #2175f3;
    box-shadow: 0px 0px 2px 2px #2175f3*/
    border-bottom: 5px solid orange;
    box-sizing: content-box;
}
.ithumb {
    display: inline-block;
    float: left;
    padding-right: 9px;
    cursor: pointer;
    position: relative;
    bottom: 2px;
}
.thumb {
    opacity: .6;
    -webkit-transition: all 0.30s ease-in-out;
    width: 70px;
    height: 50px;
}
.active-thumb {
    opacity: 1;
}
.i-loader,
.i-loader:before,
.i-loader:after {
    background: #FFF;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.i-loader:before,
.i-loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.i-loader:before {
  left: -1.5em;
}
.i-loader {
  text-indent: -9999em;
  margin: 0 auto;
  position: absolute;
  font-size: 11px;
  -webkit-animation-delay: -0.16s;
  border: none;
  animation-delay: -0.16s;
  top: 46%;
  left: 48%;
}
.i-loader:after {
  left: 1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #FFF;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #FFF;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
.nleft, .nright {
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
}
.nleft {
    left: 0;
}
.nright {
    right: 0;
}
.bnl, .bnr {
    position: absolute;
    width: 40px;
    top: 44%;
    top: calc(50% - 20px);
    cursor: pointer;
    font-size: 30px;
    opacity: .6;
    z-index: 10;
    text-align: center;
}
.bnl:hover, .bnr:hover {
    opacity: 1;
}
.bnl {
    left: 10px;
}
.bnr {
    right: 10px;
}
.bnl::before, .bnr::before {
    font-family: 'Flaticon';
    color: rgba(255,255,255,1);
    pointer-events: none;
    text-shadow: 0px 0px 1px black, 0 0 30px rgba(0,0,0,1);
    font-size: 32px;
}
.bnl::before {
    content: "\f104";
}
.bnr::before {
    content: "\f180";
}
.blueimp-gallery > .indicator > li {
    background-size: cover;
}
.height-init {
    position: relative;
    padding-top: 66.6%;
}