﻿/*
 * 4.7 CINEMA
 * ============================================================================
 */

.cinema-section{
	width: 33.333333%;
	float: right;
	padding: 44px 0 5px 5px;
	order: 1;
}
.cinema-section h2{
	margin: 0 0 23px 28px;
}
.cinema-section ul{
	display: block;
	margin: 0;
	padding: 14px 0 12px 0;
}
.cinema-section li{	
	display: block;
	margin: 0;
	padding: 0;
}


.cinema-section .active-toggler{
	display: block;
	padding: 13px 30px;
	text-decoration: none!important;
	line-height: 1rem;
}
.cinema-section .toggle-base.active .active-toggler{
	font-weight: bold;
}
.cinema-section .active-toggler .icons{
	width: 17px;
	height: 17px;
	float: right;
	position: relative;
}
.cinema-section .active-toggler .icon{
	position: absolute;
	top: 50%;
	left: 50%;
}
.cinema-section .toggle-base.active .active-toggler .icon-time,
.cinema-section .toggle-base:not(.active) .active-toggler .icon-cancel-red{
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) translateZ(0) scale(0.6);
	-moz-transform: translate(-50%, -50%) translateZ(0) scale(0.6);
	-ms-transform: translate(-50%, -50%) translateZ(0) scale(0.6);
	-o-transform: translate(-50%, -50%) translateZ(0) scale(0.6);
	transform: translate(-50%, -50%) translateZ(0) scale(0.6);
}



.cinema-section .toggle-content{
	display: none;
}
.cinema-section .cinema-desc{
	position: relative;
	padding: 17px 30px 24px 30px;
	box-shadow: inset 0 0 4px rgba(51, 52, 54, 0.15);
}

.cinema-section .cinema-desc img
{
	display:none;
}

.cinema-section .cinema-desc:before{
	content: '';
	width: 11px;
	height: 14px;
	position: absolute;
	top: -6px;
	left: 40px;
	display: block;
	background-repeat: no-repeat;
}

.cinema-section  .toggle-content .desc-rows{
	margin-top: 16px;
}
.cinema-section  .toggle-content .desc-row{
	padding: 6px 0;
}

.cinema-section  .toggle-content .ratings{
	margin-top: 16px;
}
.cinema-section  .toggle-content .rating{
	width: 50%;
	min-height: 36px;
	float: left;
	position: relative;
	padding: 0 10px 0 58px;
}
.cinema-section  .toggle-content .rate{
	 position: absolute;
	 top: 0;
	 left: 0;
	 line-height: 1;
}

.cinema-section .cinema-time{
	position: relative;
	padding: 13px 30px 19px 30px;
	box-shadow: inset 0 0 4px rgba(51, 52, 54, 0.15);
}
.cinema-section .cinema-time .title{
	margin-bottom: 8px;
}
.cinema-section .cinema-time .timetable{
	-webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.cinema-section .cinema-time .timetable a{
	display: inline-block;
	padding: 7px 0;
	text-decoration: none;
}

.cinema-section .cinema-time .timeinfo{
	width: 140px;
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 10;
	top: 60px;
	left: 75px;
	padding: 7px 10px 9px 10px;
	border-radius: 8px;
}
.cinema-section .cinema-time .timeinfo .roller{
	display: block;
	position: absolute;
	top: 19px;
	left: -12px;
	border: 6px solid transparent;
	border-right-color: #ebebeb;
}
.cinema-section .cinema-time .timeinfo .roller.oposite{
	right: -12px;
	left: auto;
	border-right-color: transparent;
	border-left-color: #ebebeb;
}


.cinema-section .cinema-time .timeinfo .close{
	position: absolute;
	top: 5px;
	right: 3px;
	padding: 5px;
	text-decoration: none!important;
}
.cinema-section .cinema-time .timeinfo .timeinfo-row{
	padding-bottom: 6px;
}
.cinema-section .cinema-time .timeinfo .buy-link{
	display: block;
	margin-top: 13px;
	border-radius: 8px;
	text-decoration: none;
	text-align: center;
	line-height: 1.2rem;
}

.cinema-section .cinema-time .time-fade{
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.28);
}
.cinema-section .cinema-time .timeinfo.dblock,
.cinema-section .cinema-time .time-fade.dblock{
	display: block;
}
.cinema-section .cinema-time .timeinfo.show,
.cinema-section .cinema-time .time-fade.show{
	opacity: 1;
}


.cinema-section .view-all-prelink{
	display: inline-block;
	margin: 19px 0 0 30px;
}

.cinema-section .view-all-prelink:hover
{
	text-decoration:underline;
}

/* Desktop */

@media all and (max-width: 2880px){
	
}
@media all and (max-width: 2560px){
	
}
@media all and (max-width: 2048px){
	
}
@media all and (max-width: 1920px){
	
}
@media all and (max-width: 1680px){
	
}
@media all and (max-width: 1600px){
	
}
@media all and (max-width: 1440px){
	
}
@media all and (max-width: 1366px){
	
}
@media all and (max-width: 1280px){
	
}
@media all and (max-width: 1200px){
	
}
@media all and (max-width: 1136px){
	
}
@media all and (max-width: 1024px){
	
}

/* ~ Tablets */

@media all and (max-width: 960px){
	
}
@media all and (min-width: 907px){
	.cinema-section .view-all-postlink{
		display: none;
	}
}
@media all and (max-width: 906px){
	.cinema-section{
		width: auto;
		float: none;
		margin: 20px -10px 0 -10px;
		padding: 17px 20px 0 20px;
		border-top: 1px solid #f3f3f3;
	}
	.cinema-section h2{
		margin: 0 0 15px 0;
	}
	.cinema-section .view-all-prelink{
		display: none;
	}
}
@media all and (max-width: 854px){
	
}
@media all and (max-width: 800px) {
	
}
@media all and (max-width: 768px){
	
}
@media all and (max-width: 736px){
	
}
@media all and (max-width: 720px){
	
}

/* ~ Cellphones */

@media all and (max-width: 667px){
	
}
@media all and (max-width: 640px){
	
}
@media all and (max-width: 601px){
	
}
@media all and (max-width: 568px){
	
}
@media all and (max-width: 540px){
	
}
@media all and (max-width: 480px){
	
}
@media all and (max-width: 414px){
	
}
@media all and (max-width: 384px){
	
}
@media all and (max-width: 375px){
	
}
@media all and (max-width: 360px){
	
}
@media all and (max-width: 320px){
	
}
@media all and (max-width: 218px){ /* Moto 360 Watch */
	
}
@media (max-device-width: 42mm) and (min-device-width: 38mm){ /* Apple Watch ~ 158px max, 143px min */
	
}