/* line 5, ../scss/home.scss */
#dh_roller {
  width: 100%;
  /*	height:700px;*/
  position: relative;
  margin-bottom: 20px;
}
/* line 10, ../scss/home.scss */
#dh_roller ul {
  height: 100%;
}
/* line 12, ../scss/home.scss */
#dh_roller ul li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 20, ../scss/home.scss */
#dh_roller ul li img.dh_bkg {
  display: none;
}
/* line 26, ../scss/home.scss */
#dh_roller .dh_wrapper {
  height: 100%;
}
/* line 29, ../scss/home.scss */
#dh_roller .dh_text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 4rem;
  text-shadow: -1px 1px 0 #fff, 1px 1px 5px #000;
  text-shadow: -1px 1px 0 0 #fff, 1px 1px 5px 5px #000;
}
/* line 38, ../scss/home.scss */
#dh_roller .dh_title {
  color: #660000;
  font-family: 'TImes New Roman', serif;
  text-align: right;
  font-size: 7rem;
  font-style: italic;
  line-height: 1.25em;
}
/* line 46, ../scss/home.scss */
#dh_roller .dh_button {
  border-color: #ffffff;
  margin-top: 1em;
  font-size: 1rem;
}
/* line 52, ../scss/home.scss */
#dh_roller .flex-control-nav {
  bottom: -16px;
  z-index: 1000;
}
/* line 56, ../scss/home.scss */
#dh_roller .flex-control-paging li {
  margin: 0 5px;
}
/* line 59, ../scss/home.scss */
#dh_roller .flex-control-paging li a {
  background-color: #999;
  width: 10px;
  height: 10px;
}
/* line 64, ../scss/home.scss */
#dh_roller .flex-control-paging li a.flex-active {
  background: black;
}

@-moz-keyframes downUpShow {
  50% {
    bottom: -5em;
  }
  51% {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
  }
  100% {
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@-webkit-keyframes downUpShow {
  50% {
    bottom: -5em;
  }
  51% {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
  }
  100% {
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@keyframes downUpShow {
  50% {
    bottom: -5em;
  }
  51% {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
  }
  100% {
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@-moz-keyframes downUpHide {
  from {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
  }
  to {
    color: black;
    background-color: #cccccc;
  }
  /*	50%{
  		bottom:-5em;
  	}
  	51%{
  		background-color:$clr_bgn;
  	}
  	100%{
  		bottom:0;
  	}*/
}
@-webkit-keyframes downUpHide {
  from {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
  }
  to {
    color: black;
    background-color: #cccccc;
  }
  /*	50%{
  		bottom:-5em;
  	}
  	51%{
  		background-color:$clr_bgn;
  	}
  	100%{
  		bottom:0;
  	}*/
}
@keyframes downUpHide {
  from {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
  }
  to {
    color: black;
    background-color: #cccccc;
  }
  /*	50%{
  		bottom:-5em;
  	}
  	51%{
  		background-color:$clr_bgn;
  	}
  	100%{
  		bottom:0;
  	}*/
}
/* line 107, ../scss/home.scss */
#dh_body > .dh_content {
  padding: 40px;
  padding-top: 0;
}
/* line 110, ../scss/home.scss */
#dh_body > .dh_content li {
  position: relative;
}
/* line 112, ../scss/home.scss */
#dh_body > .dh_content li:after {
  padding-top: 75%;
  padding-top: -moz-calc(66.67% + 4.5em);
  padding-top: -webkit-calc(66.67% + 4.5em);
  padding-top: calc(66.67% + 4.5em);
  display: block;
  content: '';
}
/* line 117, ../scss/home.scss */
#dh_body > .dh_content li a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  font-weight: bold;
}
/* line 126, ../scss/home.scss */
#dh_body > .dh_content li a img {
  display: block;
  width: 100%;
}
/* line 130, ../scss/home.scss */
#dh_body > .dh_content li a h4 {
  -moz-animation: downUpHide 0.5s;
  -webkit-animation: downUpHide 0.5s;
  animation: downUpHide 0.5s;
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: white;
  background-color: #cccccc;
  bottom: 0;
  left: 0;
  padding: 1.5em 0;
  font-size: 1.16667rem;
}
/* line 143, ../scss/home.scss */
#dh_body > .dh_content li a:hover h4 {
  -moz-animation: downUpShow 0.5s forwards;
  -webkit-animation: downUpShow 0.5s forwards;
  animation: downUpShow 0.5s forwards;
}
