@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
 * {
	 box-sizing: border-box;
}
 .block {
	 width: 840px;
	 margin: 1% auto;
	 overflow: hidden;
}
 .box {
	 position: relative;
	 height: 130px;
	 line-height: 150px;
	 overflow: hidden;
	 background-position: center center !important;
	 background-size: cover !important;
	 background-repeat: no-repeat !important;
}
 .box__right, .box__left, .box__top, .box__bottom {
	 position: absolute;
	 width: inherit;
	 height: inherit;
	 text-align: center;
	 line-height: inherit;
	 transition: transform 0.4s ease;
}
 .box__right:before, .box__left:before, .box__top:before, .box__bottom:before {
	 position: absolute;
	 content: '';
	 width: 100%;
	 height: 100%;
	 transform: rotate(45deg);
}
 .box__right:hover, .box__left:hover, .box__top:hover, .box__bottom:hover {
	 transform: translateX(0);
	 z-index: 1;
}
 .box__right:hover:before, .box__left:hover:before, .box__top:hover:before, .box__bottom:hover:before {
	 width: 100%;
	 height: 100%;
	 transform: none;
}
 .box__right {
	 background: rgba(0, 0, 0, 0.43);
	 transform: translateX(100%);
}
 .box__right:before {
	 right: 100%;
	 bottom: 0;
	 transform-origin: 100% 100%;
}
 .box__right:hover ~ .box__center {
	 transform: translateX(-100%);
}
 .box__left {
	 background: rgba(0, 0, 0, 0.43);
	 transform: translateX(-100%);
}
 .box__left:before {
	 left: 100%;
	 transform-origin: 0 0;
}
 .box__left:hover ~ .box__center {
	 transform: translateX(100%);
}
 .box__top {
	 background: rgba(0, 0, 0, 0.43);
	 transform: translateY(-100%);
}
 .box__top:before {
	 top: 100%;
	 right: 0;
	 transform-origin: 100% 0;
}
 .box__top:hover ~ .box__center {
	 transform: translateY(100%);
}
 .box__bottom {
	 background: rgba(0, 0, 0, 0.43);
	 transform: translateY(100%);
}
 .box__bottom:before {
	 bottom: 100%;
	 left: 0;
	 transform-origin: 0 100%;
}
 .box__bottom:hover ~ .box__center {
	 transform: translateY(-100%);
}
 .film-container {
	 width: 100%;
	 float: left;
	 position: relative;
}
 .film-container .row {
	 height: 445px;
	 position: relative;
}
 .film-container .row .single-film {
	 width: 280px;
	 height: auto;
	 float: left;
	 padding: 0px 15px;
	 position: absolute;
	 z-index: 4;
}
 .film-container .row .single-film:nth-child(1) {
	 top: 0%;
	 left: 0%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film:nth-child(2) {
	 top: 0%;
	 left: 33%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film:nth-child(3) {
	 top: 0%;
	 left: 66%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film:nth-child(4) {
	 top: 55%;
	 left: 0%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film:nth-child(5) {
	 top: 55%;
	 left: 33%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film:nth-child(6) {
	 top: 55%;
	 left: 66%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film .play-video {
	 transition: all ease 0.8s;
	 opacity: 0;
	 background: #0c101b;
}
 .film-container .row .single-film .play-video video {
	 width: 100%;
	 height: 100%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film .box-pay-icon {
	 display: block;
	 opacity: 1;
	 z-index: 9;
}
 .film-container .row .single-film .video-tag-close {
	 transition: all ease 0.5s;
	 position: absolute;
	 top: 0px;
	 right: 9px;
	 font-size: 28px;
	 color: #fff;
	 cursor: pointer;
	 opacity: 0;
	 background: #0c101b;
	 width: 35px;
	 height: 35px;
	 text-align: center;
	 line-height: 36px;
}
 .film-container .row .single-film .box {
	 width: 100%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film .box .play-movie-icon {
	 color: #fff;
	 font-size: 45px;
	 line-height: 0;
	 font-weight: bold;
}
 .film-container .row .single-film .film-information {
	 width: 100%;
	 float: left;
	 margin-top: 6%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film .film-information p {
	 width: 100%;
	 float: left;
	 color: #fff;
	 font-size: 13px;
	 margin: 0;
	 line-height: 17px;
	 text-overflow: ellipsis;
	 white-space: nowrap;
	 overflow: hidden;
}
 .film-container .row .single-film.single-film-animate {
	 left: 33% !important;
	 top: 33% !important;
	 transition: all ease 0.8s;
	 bottom: 33%;
	 right: 33%;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film.single-film-animate .film-information {
	 opacity: 0;
	 transition: all ease 0.8s;
}
 .film-container .row .single-film.single-film-animate .box-pay-icon {
	 transition: all ease 0.8s;
	 display: none !important;
}
 .film-container .row .single-film.single-film-active {
	 z-index: 6;
}
 .film-container .row .single-film.video-min {
	 transition: all ease 0.8s;
	 display: block;
	 opacity: 1;
}
 .film-container .row .single-film.video-min video {
	 margin: 0 auto !important;
	 height: 0% !important;
	 width: 0% !important;
	 margin-left: 40% !important;
	 margin-top: 20% !important;
	 overflow: hidden !important;
}
 .film-container .row .single-film.single-film-in {
	 z-index: 6;
	 transition: all ease 0.8s;
	 right: 0 !important;
	 left: 0 !important;
	 top: 0 !important;
	 bottom: 0 !important;
	 height: auto !important;
	 width: 100% !important;
}
 .film-container .row .single-film.single-film-in .box {
	 height: 100% !important;
	 transition: all ease 0.8s;
	 width: 100% !important;
	 overflow: visible;
}
 .film-container .row .single-film.single-film-in .play-video {
	 transition: all ease 0.8s;
	 position: absolute;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 margin: 0 auto;
	 text-align: center;
	 opacity: 1 !important;
}
 .film-container .row .single-film.single-film-in .play-video video {
	 transition: all ease 0.8s;
	 width: 100%;
	 height: 100%;
}
 .film-container .row .single-film.single-film-in:hover .video-tag-close {
	 transition: all ease 0.8s;
	 opacity: 1;
}
 






@keyframes stripe-slide {
	0% {
	  background-position: 0% 0;
	}
	100% {
	  background-position: 100% 0;
	}
  }
  .btn {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	line-height: normal;
	cursor: pointer;
	-moz-user-select: text;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 16px 36px 22px;
	background-color: #fff;
	color: #666;
	border: 2px solid #666;
	border-radius: 6px;
	margin-bottom: 16px;
	transition: all 0.5s ease;
  }
  .btn:-moz-focus-inner {
	padding: 0;
	border: 0;
  }
  .btn--stripe {
	overflow: hidden;
	position: relative;
  }
  .btn--stripe:after {
	content: '';
	display: block;
	height: 7px;
	width: 100%;
	background-image: repeating-linear-gradient(45deg, #666, #666 1px, transparent 2px, transparent 5px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-top: 1px solid #666;
	position: absolute;
	left: 0;
	bottom: 0;
	background-size: 7px 7px;
  }
  .btn--stripe:hover {
	background-color: #666;
	color: #fff;
	border-color: #000;
  }
  .btn--stripe:hover:after {
	background-image: repeating-linear-gradient(45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
	border-top: 1px solid #000;
	animation: stripe-slide 12s infinite linear forwards;
  }
  .btn--large {
	width: 50%;
  }
  .btn--radius {
	border-radius: 36px;
  }
  

  .act {
	display: flex;
	padding: 1rem 2rem;
  }

  #test_bg_image{
	background-image: url(assets/img/hp-lounge-hero-bg.jpg);
	background-size: cover;
	background-position: center ;
  }

  @media only screen and (max-width: 600px) {
	#test_bg_image{
		background-image: url(assets/img/mobile4.png);
		background-size: cover;
		background-position: center ;
	}
  }