

.tile{
  width:100%;
  height:180px;
  /*margin:10px;
  background-color:#99aeff;*/
  display:inline-block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  /*box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);*/
  overflow:hidden;
  color:white;
  font-family:'Microsoft YaHei',sans-serif;
}
.tile img{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
}
.tile .text
{
  z-index:99;
  position:absolute;
  padding:10px;
  height:auto;
  max-height: 200px;
  /*height:calc(100% - 60px);*/
}
.tile h1
{
 
  font-weight:300;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h2
{
  color: #edaa95;
  font-weight:bold;
  margin:0;
  /*font-style:italic;*/
   transform: translateX(200px);
}
.tile p
{
  font-weight:300;
  margin:10px 0 0 0;
  line-height: 25px;
  opacity:0; 
  transform: translateX(-200px);
  transition-delay: 0.2s;
  font-size: 1.25rem;
}
.animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.item:focus .tile,
.tile:hover
{
background-color: rgba(0,0,0,0.5);
box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
  transform:scale(1.05);
}
.item:focus .tile img,
.tile:hover img
{
  opacity: 0.2;
}
.item:focus .tile .animate-text,
.tile:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.dots
{
  position:absolute;
  bottom:20px;
  right:30px;
  margin: 0 auto;
  width:30px;
  height:30px;
  color:currentColor;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;
  
}

.dots span
{
    width: 5px;
    height:5px;
    background-color: currentColor;
    border-radius: 50%;
    display:block;
  opacity:0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
 
}

.tile:hover span
{
  opacity:1;
  transform:translateY(0px);
}

.dots span:nth-child(1)
{
   transition-delay: 0.05s;
}
.dots span:nth-child(2)
{
   transition-delay: 0.1s;
}
.dots span:nth-child(3)
{
   transition-delay: 0.15s;
}


@media (max-width: 1000px) {
  .wrap {
   flex-direction: column;
    /*width:400px;*/
  }
}

 .clearfix:after {
           content:".";
           display:block;
           height:0;
           visibility:hidden;
           clear:both;
}

.djslider-owlcarousel .slider-container{
  top:inherit;
}
.slide-desc-text-owlcarousel{
  background: RGBA(0,0,0,0.65);
}
.slide-desc-text-owlcarousel .slide-title{
    font-size: 15px;
    font-size: 1.25rem;/*1.5em*/
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}
.slide-desc-text-owlcarousel .slide-title a{
  color: #fff;
}
.djslider-owlcarousel .navigation-container{
  z-index: 111;
}
.djslider-owlcarousel .navigation-container .prev-button{
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
}
.djslider-owlcarousel .navigation-container .next-button{
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
}
.djslider-owlcarousel .navigation-container .play-button, .djslider-owlcarousel .navigation-container .pause-button{
    cursor: pointer;
    display: block;
    position: absolute;
    left: 50%;
}

.djslider-owlcarousel .owl-prev .prev-button{
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
}
.djslider-owlcarousel .owl-next .next-button{
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
}
.djslider-owlcarousel .owl-nav{
  width:100%;
}
.djslider-owlcarousel .owl-controls{
  width: 100%;
  padding: 10px;
  top: 40%;
}
