.row-df {
	padding-top: 20px;
	background-color: #f5f5f5;
	width: 100%;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.small-df-12 {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
@media screen and (min-width: 550px){
	.medium-df-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}
@media screen and (min-width: 850px){
	.large-df-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
	.large-df-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%;
	}
}
@media screen and (max-width: 849px){
	.medium-df-col-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}

.col-df {
	position: relative;
	margin: 0;
	padding: 0 15px 30px;
	width: 100%;
}

.accordion .inactive {
	background: transparent;
	border-bottom: 1px solid #ddd;
	display: block;
}


.filmdetail {
	position: absolute;
	top: 12px;
	left: 2%;
	z-index: 4;
	width: 50%;
	background: #fff;
}
.filmdetail h4 {
	position: relative;
	margin-bottom: 0;
	padding: 15px 20%;
	text-align: center;
	background: #fff;
}
.filmdetail h4:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: block;
	width: 31px;
	height: 31px;
	background: url(../img/ico-link-indicator-vertical.png)
		right 0 no-repeat;
}
.filmdetail h4.active:after {
	background-position: bottom;
}
.home-owner-stage div {
	text-align: center;
}
.filmtable {
	position: relative;
	z-index: 4;
	display: none;
}
.filmdetail footer {
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding: 10px;
	text-align: center;
}
.filmdetail footer a{
	color: #d9272e;

}
.filmdetail footer .button{
	background: #00b3c9;
	margin: 0;
	height: 30px;
}
.filmdetail footer .button a{
	color:#fff !important;
}
.accordion > dt {
	position: relative;
	margin: 0;
	padding: 15px 50px 15px 2%;
	color: #383d42;
	background: #fff;
	display: block;
	font-size: 20px;
    line-height: 1.25;
}
.accordion .inactive:after {
	background-position: 0 0;
}
.accordion > dt:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 31px;
	height: 31px;
	background: url(../img/ico-link-indicator-vertical.png)
		right -33px no-repeat;
}
.accordion > dd {
	margin: 0;
	padding: 0 2%;
	border-bottom: 1px solid #ddd;
	background: #fff;
	display: block;
}
ul.patternfilter {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}
ul.patternfilter li {
	list-style: none;
	position: relative;
	width: calc(100% / 3 - 10px);
	margin-left: 10px !important;
	margin-bottom: 10px;
}
ul.patternfilter li a.active span::before {
	content: "";
	display: block;
	background-image: url(../img/check-solid.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 5;
	pointer-events: none;
}
.patternfilter li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 10
}
.patternfilter li a.active {
	position:relative;
}

.patternfilter img {
	width: 100%;
	height: auto;
}

.tooltip-toggle {
	cursor: pointer;
	position: relative;
}

.tooltip-toggle[data-tooltip]::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
	background-color: #000;
	border-radius: 5px;
	color: #fff;
	content: attr(data-tooltip);
	padding: 10px;
	text-transform: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: max-content;
}

.tooltip-toggle::after {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
	content:
		" ";
	font-size: 0;
	line-height: 0;
	width: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tooltip-toggle::before,
.tooltip-toggle::after {
	color: #fff;
	font-size: 13px;
	opacity: 0;
	pointer-events: none;
	text-align: center;
}

.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}		

.img-film img{
	width: 100%;
	margin-bottom: 20px;
}
.choose-view{
	display: flex;
}
.choose-view a.active:before{
	content:"";
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #607d8b7d;
	z-index: 100;
}
.choose-view a {
	position:relative;
	display: block;
	margin-right: 10px;
}
.choose-view a strong {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display:block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 5px 4%;
	background: #d9272e;
}
@media screen and (max-width: 849px) {
	ul.patternfilter li {
		width: calc(100% / 6 - 10px);
	}
	.filmdetail{
		position: static;
		width:100%
	}
}