@charset "utf-8";
@font-face {
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
}

*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* fallback */

@font-face {
	font-family: 'Nunito-light';
  src: url("./fonts/Nunito/static/Nunito-Light.ttf") format('truetype');
	font-weight: 400;
	font-style: normal;
}


@font-face {
	font-family: 'Nunito-Regular';
  src: url("./fonts/Nunito/static/Nunito-Regular.ttf") format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito-SemiBold';
  src: url("./fonts/Nunito/static/Nunito-SemiBold.ttf") format('truetype');
	font-weight: 600;
	font-style: normal;
}

/*
@font-face {
	font-family: 'Cabin';
  src: url(fonts/Cabin/Cabin-MediumItalic.ttf) format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Cabin';
	src: url(fonts/Cabin/Cabin-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Cabin';
  src: url(fonts/Cabin/Cabin-SemiBoldItalic.ttf) format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Cabin';
	src: url(fonts/Cabin/Cabin-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Cabin';
  src: url(fonts/Cabin/Cabin-BoldItalic.ttf) format('truetype');
	font-weight: 700;
	font-style: italic;
}

*/

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.wrapper {
	width: 100%;
	background-color: #000;
}

.showM {
	display: none;
}

.container {
	width: 1200px;
	margin: 0 auto 20px;
}

.main-c {
	background-color: transparent;	
	position: relative;
	width: 100%;
}
.header-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 0;
	position: fixed;
	z-index: 99;
	width:calc(100dvw - 20px);
}
.scrolling .header-wrapper{
	background: #0f0f0f;
}
.header-wrapper .header-container{
	margin: 0 auto 0;
	flex-direction: row;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}

.logo img {
	width: 150px;
  height: 90px;
	display: block;
}
header{
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.95);
	top: 0;
	left: 0;
	position: fixed;
	display: none !important;
}
.opened-menu header{
	display: flex !important;
}
.header-wrapper .header-container .right{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	float: unset;
}

.menu-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	background-color: transparent;
	height: 36px;
	width: 36px;
	fill:#fff;
	margin-left: 24px;
	z-index:100;
	position: relative;
}
.opened-menu .menu-btn {
	fill:#EC2427;
}
.menu-btn svg{
	height: 32px;
	width: 32px;
	fill:inherit;
}
.navigation{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation ul li{
	display: block;
	height: calc(20%);
	position: relative;
	opacity: 1;
}
.navigation ul li a {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: normal;
	color: #000;
	text-align: center;
	width: 100%;
  display: block;
	color: #EC2427;
	line-height: 60px;

}
.navigation ul li a:hover {
	color: #EB1F25;
	text-decoration: underline;
}
.phone {
	background-image: url(../media/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	padding-bottom: 2px;
}
.phone span {
	
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	text-transform: uppercase;
	letter-spacing: 0.067em;
}
.phone p {
	
	font-size: 16px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
.social {
	height: 36px;
	display: flex;
	align-items: center;
}

.social a {
	margin-left: 8px;
	height: 36px;
	width: 36px;
	display: inline-block;
	background-color: #ec242785;
  border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	fill:#fff;
}
.social svg{
	width: 22px;
	height: 22px;
	fill:inherit
}
.home-slider {
	width: 100%;
	padding: 0 0;
}
.home-slider::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,0.65)), to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(rgb(0 0 0 / 25%) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 90;
}

.home-slider {
	position: relative;
}
.slide {
	width: 100%;
	position: relative;
	height: 100vh;
	padding-bottom: 0;
	overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;	
}
.slide-content{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-content .center{
	width: calc(100% - 256px);
}
.slide-content .movie-genre{
	width: 100%;

}
.slide-content .movie-genre p {
	float: left;
  color: #fff;
  font-weight: 200;
  padding-right: 20px;
  line-height: 20px;
  font-size: 17px;
  text-shadow: 0 0 15px #00000042;
  min-width: 100%;
  font-family: 'Nunito-Regular';
}
.slide-content .movie-title {
	width: 100%;
	font-family: 'Nunito-SemiBold', serif;
}
.movie-title h2 {
	font-size: 64px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding-top: 58px;
	line-height: 65px;
	max-width: 780px;
	padding-bottom: 12px;
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
	text-shadow: 0 0 100px #000000;

}
.slide-content .slide-toolbar{
	padding-top: 45px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.slide-content .slide-toolbar a{
	color:#fff;
	text-transform:uppercase;
	margin-right:26px;
	fill:#EC2427;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor:pointer;
}
.slide-content .slide-toolbar a:hover{
	color:#EC2427
}
.slide-content .slide-toolbar a svg{
	width:20px;
	height:20px;
	fill:inherit;
} 
.slide-content .slide-toolbar a span{
	margin-left:6px;
	font-size: 17px;
	color:inherit;
	    text-shadow: 0 0 20px #000000;
	
}
.slide img {
	height: 672px;
	width: auto!important;
}
.play-btn {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -44px;
  margin-left: -44px;
  background-color: rgba(236, 33, 37, 0.8);
  border-radius: 100%;
}
.play-btn>div {
	width: 66px;
  height: 66px;
  background-color: rgba(236, 33, 37, 1);
  border-radius: 100%;
  margin-top: 11px;
  margin-left: 11px;
}
.play-btn>div svg {
	margin-top: 15.5px;
	margin-left: 22px;
}

.slide-arrows span {
  position: absolute;
  z-index: 98;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -6px;
  border: 9px solid rgba(236, 36, 39,0.5);
  text-indent: -90000px;
  cursor: pointer;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  z-index:91;
}
.slide-arrows span:hover{
	border-color:rgba(236, 36, 39,1);
}
span.prev {
  left: 70px;
  border-right: none;
  border-top: none;
}
span.next {
  right: 97px;
  border-left: none;
  border-bottom: none;
}
.four-col-sec {
	width: 100%;
	margin: auto;
	padding-top: 10px;
	position: relative;
}
.four-col-sec .tittle{
	padding: 64px 0 96px 0;
}
.four-col-sec .tittle h2{
	text-transform: uppercase;
	font-size: 32px;
	color: #efefef;
	text-align:center;
	font-weight: 500;
}
.four-col-sec .tittle h2::after{
	content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #EC2427;
  top: 30px;
  position: relative;
  margin: auto;
}
.col-list {
  display: flex;
  width: 100%;
  list-style: none;
  position: relative;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 70px 16px;
}
.col-list.soon-list{
	margin-bottom: 80px;
}
.col-list>li {
	width: calc(25% - 12px);
	padding-left: 0;
	padding-right: 0;
	position: relative;
	padding-bottom: 0;
}
.col-list>li .cont{
	position:relative;
	overflow: hidden;
}
.col-list>li .cont::after{
  content: " ";
  padding-bottom: 150%;
  display: block;
}
.col-list>li .cont .title{
	bottom: 0;
	position: absolute;
	z-index: 2;
	padding: 20px 30px;
	display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  font-family: Roboto;
  -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.col-list>li .cont:hover .title h4,
.col-list>li .cont:hover .title h4{
	opacity:0;
}
.col-list>li .cont:hover .title::before{
	height:800%;
	background-color: rgba(0, 0, 0, 0.85);
}
.col-list>li .cont .title::before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background-color: rgba(0, 0, 0, 0.75);
	left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: height 150ms ease-in-out;
	-moz-transition: height 150ms ease-in-out;
	-ms-transition: height 150ms ease-in-out;
	-o-transition: height 150ms ease-in-out;
	transition: height 150ms ease-in-out;
}
.col-list>li .cont .title h4{
	color: #fff;
	font-weight: 500;
	z-index: 2;
}
.col-list>li .cont .title .date-on{
	font-size: 15px;
	font-weight: 100;
	font-family: Roboto;
	color: #ffffffd4;
	margin-bottom: unset;
	margin-top: 16px;
	z-index: 2;
	text-transform: capitalize;
	  -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.col-list.new-on>li .container .new-row{
	display: none;
}
@keyframes fade-in-animation {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;    
  }
}
@keyframes fade-in-animation-actions {
  0% {
    opacity:0;
    z-index: 1;
    transform:translateY(100%);
  }
  20% {
  	transform:translateY(0);
  }
  100% {
  	transform:translateY(0);
    opacity:1;  
    z-index: 3;
  }
}
.col-list>li .cont .actions{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position: absolute;
	z-index: 1;
	gap: 12px;
	opacity: 0;
	transform: translateY(100%);
  animation-duration: 350ms;
  animation-timing-function: ease-in-out;
  animation-delay: 100ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  display:none;
}
.col-list>li .cont:hover .actions{
	display:flex;
	animation-name: fade-in-animation-actions;
}

.col-list>li .cont .actions a{
	color:#fff;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	height: fit-content;
	min-width:80%;
	line-height: 38px;
  font-size: 13px;
  font-family: Roboto;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #EC2427;
  cursor:pointer;
  -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.col-list>li .cont .actions a svg{
	width:20px;
	height:20px;
	fill:#EC2427
}
.col-list>li .cont .actions a:hover{
	border-color: #ec24276c;
  background-color: #ec24276c;
}
.col-list>li .cont .actions a::after{
	display: none;
}
.title {
	font-size: 19px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.028em;
}
.new-on li {
	padding-bottom: 50px;
	overflow: hidden;
}
.new-row img {
	float: left;
	height: 20px;
	margin-right: 16px;
}
.new-row .timetables {
	display: inline-block;
	float: left;
	padding-left: 25px;
	line-height: 20px;
}
.new-row .date-on {
	display: inline-block;
	float: left;
	margin-right: 18px;
	line-height: 20px;
}
.new-row:after {
	content: "";
	display: table;
	clear: both;
}
.timetables {
	font-size: 18px;
	font-weight: normal;
	color: #555555;
	text-transform: uppercase;
	background-image: url(../media/clock.png);
	background-repeat: no-repeat;
	background-position: left 1.5px;
	padding-left: 26px;
	margin-bottom: 25px;
}
.timetables span {
	display: inline-block;
}
.timetables span:after {
	content: "/";
	padding-right: 10px;
	padding-left: 10px;
}
.timetables span:last-of-type:after {
	content: "";
}
.at-bottom {
	display: flex;
	position: absolute;
	height: 90px;
	bottom: 0;
	left: 10px;
	right: 0;
	list-style: none;
	align-items: center;
	z-index: 2000;
}
.at-bottom li {
	margin-right: 10px;
}
.at-bottom li img {
	display: block;
}
.ticket {
	background-color: #888888;
	position: relative;
	border-radius: 3px;
	height: 23px;
	display: inline-block;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 10px 4px;
	background-image: url(../media/square.png);
	padding-left: 38px;
}
.ticket:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	right: -3px;
	background-color: #E9E9E9;
	border-radius: 100%;
}
.ticket:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	left: -3px;
	background-color: #E9E9E9;
	border-radius: 100%;
	font-family: 'Nunito-Regular', serif;
}
.ticket p {
  line-height: 23px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
.add-bg {
	position: absolute;
	bottom: 0;
	left: -24px;
	right: -24px;
	height: 90px;
	background-color: #E9E9E9;
	border-top: 1px solid #000000;
	z-index: 1000;
}
.coming-soon {
	
}
.s-header {
	padding: 50px 34px 40px;
}
.s-header h2 {
	font-size: 30px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
	text-transform: uppercase;
}
.coming-soon .s-header h2 {
	color: #fff;
}

.movimg {
	position: absolute;
	height: 100%;
	width:100%
}
.movimg img {
	display: block;
	width: 100%;
	height:100%;
	object-fit:cover;
}

.date-on {
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.soon-list h4 {
	color: #fff;
}
.add-bg-two {
	position: absolute;
	bottom: 0;
	left: -24px;
	right: -24px;
	height: 90px;
	background-color: #3E3E3E;
	border-top: 1px solid #000000;
	z-index: 1000;
}
.offers-section {
	background-color: #1c1c1c;
}
.offers-section .tittle{
	padding: 64px 0 96px 0;
}
.offers-section .tittle h2{
  text-transform: uppercase;
  font-size: 32px;
  color: #efefef;
  text-align: center;
  font-weight: 500;
}
.offers-section .tittle h2::after{
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #EC2427;
  top: 30px;
  position: relative;
  margin: auto;
}
.offer-list {
	padding-bottom: 80px;
}
.offer-list h3 {
	
font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	color: #EC2427;
	text-transform: uppercase;
	min-height: 44px;
}
.offer-list>li a img {
  margin-bottom: 10px;
  width: 100%;
}
.offer-list>li a p.o-text{
	font-family: Roboto;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 20px;
}
.o-text {
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
	color: #333333;
}
.footer-c {
	background-color: transparent;
	padding-top: 10px;
	position: relative;
}
.footer-c .footer-first-row{
	width:100%;
	display:flex;
	flex-direction:row;
}
.paypal-column-container{
	width:100%;
	position:relative;
	padding-left: 0;
	padding-right: 0;
	flex-grow:1;
	background-color: #fff;
	border-top: 1px solid #e1e1e1;
}
.paypal-column-container .center{
	width:350px;
	margin: 0 auto;
	padding: 16px 0;
}
.paypal-column-container .center h1{
	font-family: 'Roboto';
	font-weight: bold;
	color: #000;
}
.paypal-column-container .center .info-details{
	background-color: #f5f5f5;
	padding: 16px;
}
.paypal-column-container .center .info-details h3{
	text-align:left;
}
.paypal-column-container .center .info-details .details-row{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	font-family: 'Roboto';
	color: #000;
	font-size: 1em;
	border-top: 1px solid #e1e1e1;
}
.paypal-column-container .center .info-details .details-row:last-child{
	border-bottom: 1px solid #e1e1e1;
}
.paypal-column-container .center .info-details .details-row .details-column.total-ammount{
	font-size: 1.4em;
}
.paypal-column-container .input-wrapper label{
	font-family: 'Roboto';
	font-weight: bold;
	color: #000;
	font-size: 1em;
	display: block;
}
.paypal-column-container .input-wrapper #paypalAmountValue{
	font-size: 1.8em;
	color: #EB2025;
}
.paypal-column-container .input-wrapper input{
    color: #000000;
    font-family: 'Roboto';
    padding: 6px 10px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1em;
    border: 2px solid #000;
    width: 250px;
    border-radius: 4px;
}
.paypal-column-container .input-wrapper input:focus{
	outline:none;
	border:2px solid #000;
}
.right-space-container{
	width:274px;
}
#paypal-button-container{
	padding-top:11px;
	width: 350px;
}
.copyright-container{
	margin-top:10px;
}
.address {
	background-image: url(../media/pin.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	margin-bottom: 30px;
}
.address p {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #DDDDDD;
}
.telephone {
	color: #EB1F25;
}
.copyright {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 300;
	color: #999999;
	margin-bottom: 10px;
}
.impuls {
	font-family: 'Roboto';
	font-size: 10px;
	font-weight: 300;
	color: #999999;
}
.contact {
	position: absolute;
	right: 20px;
	top: -53px;
}
.call-nr {
	width: 254px;
	height: 67px;
	background-color: #000;
	background-image: url(../media/pattern3.png);
    background-position: left top;
    background-repeat: repeat;
    color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-nr img {
	margin-right: 12px;
}
.c-tel span {
	
	font-size: 13px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.067em;
	text-transform: uppercase;
}
.c-tel p {
	
	font-size: 18px;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 0.067em;
	text-transform: uppercase;
}
.social-bottom {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.social-bottom span {
	
	font-size: 13px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 0.001em;
	margin-right: 3px;
}
.social-bottom a {
	margin-left: 10px;
}
.social-bottom img {
	display: block;
}

.reservation-c {
	padding: 110px 0 70px;
	min-height: 80vh;
}
.page-tittle-h{
	margin:50px 0;
}
.page-tittle-h .-announce{
	text-align: center;
  color: #fff;
  margin: 16px auto 0;
  max-width: 350px;
  display:none;
}
.page-tittle-h h2{
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align:center;
	        font-family: 'Nunito-light', serif;
}
.page-tittle-h .path-cont{
	display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top:16px;
  margin-bottom:10px;
	font-size: 12px;
}
.page-tittle-h .path-cont a{
	color:#fff;
	margin-right:4px;
}
.page-tittle-h .path-cont a:first-child{
	opacity: .7;
}
.reserve-h h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #444444;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.reserve-h span {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	color: #EB1F25;
	letter-spacing: -0.017;
}
.movies-table {
}
.table-top {
	border-bottom: 1px solid #000;
}
.day-tabs {
	display: block;
	padding: 0;
	float: left;
	width:100%;
	display:flex;
	flex-direction:row;
	align-items:center;
}
.day-tabs li {
	display: inline-block;
	width: 33.33%;
}
.day-tabs li:hover {
	cursor:pointer;
}

.day-tabs li a {
	display: inline-block;
	font-weight: normal;
	color: #fff;
	letter-spacing: -0.028;
	text-transform: uppercase;
	line-height: 50px;
	width: 100%;
	text-align: center;
	border-bottom: 6px solid #ccc;
	transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
}
.day-tabs li a.active{
	border-bottom: 6px solid #ec2427;
}
.day-tabs li a:hover{
  color: #000;
  background-color: #cccccc;
}
.active, .day-tabs li a:hover {
	background-color: #000;
	color: #fff!important;
	transition-property: all;
}
.avaliability {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
}
.table-row {
	display: flex;
	height: 300px;
	background-color: #111111;
	border-radius: 25px;
	margin:20px 0;
}
.table-list>li:last-child {
	border-bottom: 1px solid #000!important;
}
.m-general>div {
	float: left;
	margin-right: 40px;
}
.table-row .poster{
	float: left;
  margin-right: 40px;
  height: 100%;
  width: auto;
  width: 25%;
  flex-shrink: 0;
	border-radius: 25px 0 0 25px;
	overflow: hidden;
}
.table-row .poster img{
	display: block;
	width: 100%;
	height:100%;
	object-fit:cover;
}
.poster {
	width: 162px;
}
.poster img {
	display: block;
	width: 100%;
}
.movinfo {
	display: flex;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
}
.movinfo a{
	width:100%
}
.movinfo h3 {
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'Nunito-light', serif;
  font-size: 28px;
  letter-spacing: 0;
  margin: 0px;
  padding: 0px;
}
.table-row .movinfo .scheduling{
	justify-self: flex-end;
	flex-grow: 1;
}
p.subtext {
	color: #fff;
	margin-top: 2rem;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	opacity: .7;
	margin-right:8px;
}

.movinfo .subtext span:first-of-type:after{
	content: ' |';
	display: inline-block;
	margin:0 4px;
}
.movie-presentation .subtext span:first-of-type:after{
	content: ' |';
}
.table-row .scheduling{
	flex-grow:1;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	padding-right: 10px;
}
.movinfo .at-bottom {
  position: static!important;
  height: auto!important;
  padding-left: 0!important;
  padding-right: 10px;
  display:none;
}

.scheduling:after {
	content: "";
    display: table;
    clear: both;
}
.scheduling li {
	display: flex;
	align-items:center;
	width: 143px;
	height: 100%;
	text-align: center;
	float: left;
}
.scheduling li:hover {
	cursor: pointer;
}

.scheduling li a {
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0;
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  padding: 16px;
}
.scheduling li a:hover {
	background-color: #000;
	transition-property: background-color;
}
.scheduling .ticket:before, 
.scheduling .ticket:after {
	background-color: #000;
}
.scheduling .ticket {
    background-image: url(../media/square-w.png);
    margin-top: 7px;
}
.movie-time {
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	width: 100%;
}
.movie-time span {
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'Nunito-light', serif;
  font-size: 28px;
  letter-spacing: 0;
  margin: 0px;
  padding: 0px;
}
.reserve-online {
	display:none;
	font-size: 12px;
	font-weight: normal;
	color: #878787;
	text-transform: uppercase;
	transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
}
.scheduling li a:hover .movie-time span {
	color: #EC2125;
    transition-property: color;
}
.scheduling li a:hover .reserve-online {
	color: #000;
    transition-property: color;
}
.scheduling li a:hover .ticket {
	background-color: #EC2125;
	transition-property: background-color;
}

.movie-pres-wrapper {
	padding:110px 0 0;
}
.movie-presentation{
	padding: 0 0;
}
.share-with-friends {
	position: absolute;
	right: 0;
	bottom: 25px;
	display: flex;
	align-items: center;
}
.share-with-friends span {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-right: 15px;
}
.slate-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
}
.slate-wrapper:after {
	content: "";
    display: table;
    clear: both;
}
.movie-pres-wrapper .movie-poster {
  width: calc(40% - 60px);
  height: auto;
  flex-shrink:0;
}
.movie-pres-wrapper .movie-poster img {
	width: 100%;
	height:100%;
	object-fit:cover;
}
.movie-pres-wrapper .movie-info-column{
	flex-grow:1;
	padding-left: 80px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.rating-container{
	width: calc(100% - 400px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: 64px;
	    flex-direction: column;
}
.rating-container .progress-container{
	display: flex;
	align-items: center;
	justify-content: center;
  width: 85px;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
	flex-direction: column;
}
.rating-container .progress-container .progressbar{
	
}
.rating-container .progress-container .rating-name{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	opacity: .9;
	text-align: center;
	margin-top: 14px;
}
.movie-details-ul{
	list-style:none;
	margin:0;
	padding:0;
	max-width: 400px;
}
.movie-details-ul li{
	padding:10px 0;
	display:flex;
	color:#fff;
  position: relative;
  border-top: 1px solid #919191;
  line-height: 43px;
}
.movie-details-ul li::before{
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 4px;
	top: -4px;
	background: #EC2427;
	position: absolute;
	right: -4px;
}
.movie-details-ul li span:nth-child(1){
	width: 30%;
	flex-shrink: 0;
}
.movie-details-ul li span:nth-child(2){
	font-weight:bold;
}
.movie-details-ul li span{
	position:relative;
	color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: .9;
  line-height: 28px;
}
.movie-details-ul li.movie-tittle::before{
	display:none;
}
.movie-details-ul li.movie-tittle{
	flex-wrap:wrap;
	border-top: none;
	padding: 0 0 0px 0;
}
.movie-details-ul li.movie-tittle p{
	position:relative;
	color: #fff;
  font-size: 14px;
  padding: 0;
  margin: 40px 0 20px 0;
  font-weight: 400;
  opacity: .9;
  line-height: 28px;
}
.movie-details-ul li.movie-tittle p:after{
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background: #EC2427;
	left: 0;
	position: absolute;
	top: -12px;
}
.movie-details-ul li.movie-tittle h2{
	width:100%;
	font-weight: 700;
	font-size: 28px;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	/*
	font-family: 'Nunito-light', serif;
	*/
}
.content-footer-slate{
	background: #121616;
	    width: 100%;
}
.content-footer-slate .ticket-res{
	padding-bottom: 0;
}
.content-footer-slate .ticket-res h3{
	color: #fff;
    text-align: center;
    margin: 16px 0 0;
}
.content-footer-slate .time-table{
	margin-bottom: 0;
}
.content-footer-slate .day-tabs li a{
  font-size: 14px;
  line-height: 30px;
  color: rgb(255 255 255 / 90%);
  border: 1px solid transparent;
}
.content-footer-slate .day-tabs li a.active, 
.content-footer-slate .day-tabs li a.day-tabs li a:hover{
	background-color:#EC2427;
	color: #fff!important;
}
.content-footer-slate .day-tabs{
	width: 100%;
}
.content-footer-slate .day-tabs li{
  margin-right: 0;
  width: 32.73%;
}
.content-footer-slate .time-table{
	padding:12px 12px;
}
.content-footer-slate .time-table .scheduling{
	min-height:27.8px;
}
.content-footer-slate .time-table .scheduling li{
	width: fit-content;
}
.content-footer-slate .time-table .scheduling li a{
	padding: 0;
}
.content-footer-slate .time-table .scheduling li a .movie-time{
	background-image:unset;
	padding: 6px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 15px;
  margin: 0 8px;
  border: 1px solid #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.content-footer-slate .time-table .scheduling li a:hover{
	    background-color: unset;
}
.content-footer-slate .time-table .scheduling li a:hover .movie-time{
	background-color:#EC2427;

}
.content-footer-slate .time-table .scheduling li a .movie-time span{
  color: inherit;
  font-size: 12px;
}
.content-footer-slate .time-table .scheduling li a .ticket{
	display:none;
}
.content-footer-slate .time-table .scheduling li a .reserve-online{
		display:none;
}
.ticket-res {
	padding-bottom: 50px;
}
.ticket-res .reserve-h {
	padding: 50px 0 25px!important;
}
.ticket-res .reserve-h span {
	color: #777777!important;
}
.time-table {
	border-bottom: 1px solid #000;
	margin-bottom: 17px;
}
.time-table .scheduling li a {
	padding-bottom: 35px;
}
.claim { 
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.movie-reservation {
	width: 100%;
}

.res-ticket-h {
	color: #444444!important;
}
.title-red {
	color: #EB1F25;
}
.reservation-wrap {
  position: relative;
  padding-bottom: 50px;
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.reservation-wrap:after {
	content: "";
    display: table;
    clear: both;
}
.left-side {
	width: 235px;
	float: left;
}
.day-time ul {
	list-style: none;
}
.day-time ul li {
	background-color: #444444;
	border-bottom: 1px solid #EEEEEE;
}
.movie-day p {
	
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	letter-spacing: -0.028em;
}
.movie-hour {
	padding: 58px 0 22px;
	background-image: url(../media/clock-w.png);
	background-repeat: no-repeat;
	background-position: center 24px;
}
.movie-hour p {
	
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.instructions {
    margin-top: 18px;
}
.instructions>p {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	letter-spacing: -0.017;
	line-height: 20px;
	margin-bottom: 19px;
}
.labels {
	list-style: none;
	padding: 0;
}
.labels li {
	margin-bottom: 10px;
}
.labels li:after {
	content: "";
    display: table;
    clear: both;
}
.labels li p {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	letter-spacing: -0.017em;
	text-transform: uppercase;
	float: left;
	line-height: 34px;
}
.labels li p:before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 15px;
}
.labels li:first-child p:before {
   background-color: #414141;
}
.labels li:nth-child(2) p:before {
   background-color: #FF2626;
}
.labels li:nth-child(3) p:before {
   box-sizing: border-box;
   background-color: #EEEEEE;
   border: 1px solid #D2D2D2;
}
.labels li:last-child p:before {
   background-color: #6DD900;
}
.total {
	width: 235px;
	position: relative;
	right: 0;
	top: -50px;
}
.total h4 {
	
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	line-height: 50px;
}
.total-fatura {
	list-style: none;
	box-shadow: 2px 2px 2px #aaa;
	margin-bottom: 10px;
}
.total-fatura li {
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
	padding-right: 20px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #EEEEEE;
}
.total-fatura li span {
	font-family: 'Roboto';
	font-size: 17px;
	font-weight: 400;
	color: #000;
}
.total-fatura li:last-child {
	background-color: #fff;
	border-bottom: none;
}
.total-fatura li:last-child span {
	font-weight: 700;
}
.confirm {
	width: 100%;
	height: 50px;
	
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	background-color: #EB1F25;
	border: none;
	cursor: pointer;
}
.reser-block {
	width: 674px;
	float: left;
	flex-grow: 1;
}
.das-form {
    position: fixed;
    z-index: 99999;
    background-color: #1c1c1c;
    width: 820px;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.45);
    padding-top: 4%;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    overflow-y: noscroll;
}

.das-form.open-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.c-mask {
    position: fixed;
    z-index: 99990;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.forma {
    width: 80%;
    padding: 20px;
    margin: auto;
}

.forma h2 {
    
    font-weight: normal;
    font-size: 37px;
    line-height: 37px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
    text-transform: uppercase;
}

.form-group {
    width: 100%;
    padding-bottom: 22px;
}

.form-in {
    width: 100%;
    height: 58px;
    background-color: #F5F5F5;
    border-radius: 3px;
    outline: none;
    border: none;
    box-shadow: 1px 1px 1px 1px #ddd;
    padding-left: 22px;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 18px;
    color: #333;
}

.form-group textarea {
    padding: 18px 22px;
    height: 138px;
    resize: none;
    background-color: #F5F5F5;
}

.sendin {
    width: 100%;
    height: 58px;
    background-color: rgba(236, 33, 37, 1);
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 1px #ddd;
}

.close-app {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
    background-color: #000;
    line-height: 37px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto';
    font-size: 17px;
    cursor: pointer;
}
.noscroll {
	overflow-y: hidden;
}
.text-confirm {
	font-family: 'Roboto';
    font-weight: normal;
    font-size: 22px;
    color: #666;
}
footer{
background-color: #111111;
    overflow: hidden;
        margin-top: -20px;
}
.footer-contact {
  text-align: center;
  padding: 30px 0;
}
.footer-contact .footer-contact-socials-new {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
}
.footer-contact .footer-contact-socials-new>a {
  text-decoration: none;
  display: flex;
  align-items:center;
  justify-content:center;
  background-color: #EC2427;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
	position:relative;
  
}
.footer-contact .footer-contact-socials-new>a svg{
	width:20px;
	height:20px;
	fill:#fff
}
.footer-contact .footer-contact-text--new{
	display: flex;
  flex-direction: column;
}
.footer-contact .footer-contact-text--new h4 {
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin: 4px 0;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Nunito-SemiBold', serif;
  opacity: 1;
}
.footer-contact .footer-contact-text--new p{
	font-size: 16px;

  margin: 4px 0;
}
.footer-contact .footer-contact-text--new h4:nth-child(1){

}
.footer-contact .footer-contact-text--new h4:nth-child(2){

}
.footer-contact .footer-contact-text--new a{
  color: #ffffff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 17px;
  display: inline-block;
  margin: 4px 0;
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Nunito-SemiBold', serif;
  opacity: 1;
}
#footer .footer-container {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-container .row{
	display:flex;
	flex-direction:row;
}
#footer .footer-container .row .col-md-7{
	flex-grow:1;
}
#footer .widget {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5em;
    margin-top: 15px;
}
.widget .widget-title {
    color: #ffffff;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
    font-family: Nunito-light, serif;
}
#footer .widget .widget-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #EC2427;
    top: 20px;
    position: relative;
}
#footer .widget p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}
#footer .widget p a{
	color:#fff;
}
#footer .widget .social-links{
	display:flex;
	flex-direction:row;
	gap:12px
}
#footer .widget .social-links a {
  display: inline-block;
  font-size: 14px;
  background-color: transparent;
  color: #b0a7a7;
  margin: 0px;
  margin-right: 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .widget .social-links a svg{
	width: 20px;
  height: 20px;
  fill: #fff;
}
#footer .sub-footer{
	background-color: #121212;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	color: #989898;
}
#footer .sub-footer p{
	font-size: 13px;
	letter-spacing: 0px;
}
#footer .sub-footer p.author{
  margin-top: 8px;
  font-size: 14px;
}
#footer .sub-footer p.author a{
	font-weight: bold;
	color: #b9b9b9;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 70; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #000000;
    margin: 15% auto;
    padding: 0;
    border: none;
    width: 80%;
    max-width: 720px;
    position: relative;
}

/* The Close Button */
.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  right: 16px;
}

.close-modal:hover,
.close-modal:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#iframe-youtube-player{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.at-bottom-header-prenoto {
  display: flex;
  position: relative;
  list-style: none;
  align-items: center;
	width: fit-content;
	margin: 16px auto 0;
}
.at-bottom-header-prenoto img{
	width: 22px;
}
.at-bottom-header-prenoto p{
  color: #fff;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  opacity: .7;
  margin-left: 8px;
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
	.container{
		width:1000px;
	}
	.main-c{
		width: 100%;
	}
}
@media screen and (min-width: 700px) and (max-width: 1023px){
	.container{
		width:100%;
	}
		.main-c{
		width: 100%;
	}
	.reservation-wrap {
	  flex-wrap: wrap;
	}
	   .left-side {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
        float: none;
    }
    .reser-block {
        width: 100%;
        float: none;
    }
        .total {
        width: 100%;
        position: static;
        border-top: 1px solid #000;
        padding: 0 20px;
    }
}

@media(max-width:700px){
	.movie-pres-wrapper .movie-poster{
	    width:100%;
	}
	.showM {
		display: block;
	}
	.hideM {
		display: none;
	}

	.overlay {
		display: none;
	}
	.at-bottom-header-prenoto{
		    width: calc(100% - 40px);
    margin: 16px 20px 0;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
	}
	.at-bottom-header-prenoto p{
		max-width: 80%;
    margin: 8px auto 0;
	}
	.header-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 20px 20px;
		    width:100dvw;
	}
	.header {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		padding-top: 70px;
	}
	.navigation ul li a{
		margin-left: 0;
	}
	.logo {
		width: 135px;
	}
	.logo img {
		width: 100%;
		height: 36px;
	}
	.slide-content .center{
		width: calc(100% - 40px);
	}
   .navigation a {
   		display: block;
	    font-size: 25px;
	    font-weight: bold;
	    color: #000;
	    margin-left: 30px;
	    margin-bottom: 10px;
	}
	.header>div {
	    margin-left: 30px;
	    margin-top: 20px;
	    margin-bottom: 10px;
	}
   .wrapper {
	    padding: 0;
	}
   .home-slider {
	    padding: 0 0;
	}
	.slide-arrows {
    bottom: 350px;
    position: absolute;
    width: 100%;
	}
	.slide-arrows span{
		width: 18px;
    height: 18px;
    border:4px solid rgba(236, 36, 39,0.5)
	}
	span.next{
		    right: 15px;
		        border-left: none;
    border-bottom: none;
	}
	
	span.prev{
		    left: 0px;
		    border-right: none;
    border-top: none;
	}
	.slide{
		height: 80vh;
	}
	.play-btn>div svg {
		width: 14.4px;
		height: 18px;
	    margin-top: 6px;
	    margin-left: 10px;
	}
	.play-btn {
	    width: 44px;
	    height: 44px;
	    margin-top: -22px;
	    margin-left: -22px;
	}
	.play-btn>div {
	    width: 30px;
	    height: 30px;
	    margin-top: 7px;
	    margin-left: 7px;
	}
	.container {
	    width: 100%;
	    margin: 0 0 0 0;
	}
	.four-col-sec {
	    width: 100%;
	    margin: auto;
	    padding-top: 10px;
	    position: relative;
	}
	.col-list {
		flex-wrap: wrap;
		padding: 0 20px;
		gap: 16px 16px;
	}
	.new-on li{
		padding-bottom: 0;
	}
	.col-list>li .cont .title{
		margin-bottom: 0;
		padding: 20px 20px;
		
	}
	.col-list>li .cont .actions a{
		background-color: transparent;
	}
	.col-list>li {
    width: calc(50% - 8px);
    position: relative;
	}
	.on-list {
		padding-top: 20px;
	}
	.add-bg {
		display: none;
	}
	.on-list li a {
		display: block;
		background-color: #fff;
		height:  100%;
	}


	.movimg {
	    margin-bottom: 15px;
	}
	.title {
	    font-size: 14px;
	    margin-bottom: 5px;
	    padding: 0 10px;
	}
	.timetables {
	    font-size: 14px;
	    background-image: none;
	    padding-left: 10px;
	    margin-bottom: 20px;
	}
	.timetables span:after {
	    content: ",";
	    padding-right: 1px;
	    padding-left: 0;
	}
	.coming-soon {
		
	}
	.coming-soon .s-header h2 {
	    color: #000;
	}
	.four-col-sec .tittle h2,
	.offers-section .tittle h2{
		    font-size: 18px;
	}
	.soon-list>li>a {
		display: block;
		background-color: #3E3E3E;
    	height: 100%;
	}
	.s-header {
	    padding: 20px 20px 10px;
	}
	.s-header h2 {
    	font-size: 22px;
	}
	.col-list>li .cont .title .date-on {
	    font-size: 14px;
	}
	.add-bg-two {
		display: none;
	}
	.soon-list .at-bottom {
        background-color: #3E3E3E;
	}
	.offer-list h3 {
	    font-size: 18px;
	    padding-right: 40px;
	}
	.o-text {
	    font-size: 15px;
	    line-height: 20px;
	}
	.offer-list {
	    padding-bottom: 40px;
	}
	.offer-list>li {
	  padding-bottom: 0;
	  width: 100%;
	}
	.contact {
	    position: absolute;
	    right: auto;
	    left: 20px;
	    top: -33px;
	}
	.footer-c {
		padding: 60px 20px 30px;
	}
	.social-bottom {
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    margin-bottom: 20px;
	}
	.contact .social-bottom {
		display: none!important;
	}
	.address {
   	 	margin-bottom: 20px;
	}
	.reserve-h {
	    padding: 20px;
	}
	.reserve-h h2 {
	    font-size: 23px;
	    margin-bottom: 5px;
	}
	.movies-table {
		margin: 0 20px;
	}
	.day-tabs {
	    float: none;
	    width: 100%;
	    
	}
	.day-tabs:after {
		content: "";
	    display: table;
	    clear: both;
	}
	.day-tabs li:last-child, .day-tabs li {
	    width: 33.33%;
	    margin-right: 0;
	    float: left;
	    padding: 0;
	}
	.day-tabs li a {
	    font-size: 14px;
	    line-height: 40px;
	    border-left: none;
	}
	.avaliability {
		display: none;
	}
	.table-row {
		flex-wrap: wrap;
		height: fit-content;
	}
	.m-general>div {
		width: 50%;
   		margin-right: 0;
    }
    .table-row .scheduling {
    	width: 100%;
    	padding: 16px 10px;
    	flex-wrap: wrap;
    	height: fit-content;
    	justify-content: flex-start;
    }
    .scheduling li {
	    display: block;
	    height: 100%;
	    text-align: center;
	}
    .scheduling .ticket {

    }
    .scheduling li a {
    	padding-top: 15px;
    	padding-bottom: 15px;
    }
    .scheduling li:nth-child(4) a {
    	border-right: none;
    }
    .movie-time span {
      color: #fff;
      font-style: normal;
      text-transform: uppercase;
      font-family: 'Nunito-light', serif;
      font-size: 28px;
      letter-spacing: 0;
      margin: 0px;
      padding: 0px;
    }
    .reserve-online {
    	font-size: 11px;
    }
    .movinfo {
      padding: 15px 0 0 15px;
      width: 53%;
      height: 50%;
      align-items: flex-start;
    	
    }
    .movinfo h3 {
      color: #fff;
      font-style: normal;
      text-transform: uppercase;
      font-family: 'Nunito-light', serif;
      font-size: 28px;
      letter-spacing: 0;
      margin: 0px;
      padding: 0px;
    }
    .movinfo p.subtext {
			font-size: 16px;
			margin-right: 8px;
			margin-top: 16px;
    }
    .movinfo p.subtext::after{
    	content: '';
		  display: block;
		  width: 80px;
		  height: 3px;
		  background: #EC2427;
		  top: 1rem;
		  position: relative;
    }
    .movinfo .subtext span {
    	display: block;
    }
    .movinfo .subtext span:after {
        content: ''!important;
    }
    
    .movie-presentation .subtext span:after {
	    content: ''!important;
	}
    .reservation-c {
    	padding-bottom: 30px;
	}
	.movie-presentation {
	    padding: 20px;
	    position: relative;
	}

	.share-with-friends {
		display: none;
	}
	.movie-presentation .subtext span {
		display: block;
	}
	.movie-presentation .at-bottom {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0!important;
	}
	.movie-presentation .at-bottom li:nth-child(1) {
		order: 2;
	}
	.movie-presentation .at-bottom li:nth-child(2) {
		order: 3;
	}
	.movie-presentation .at-bottom li:nth-child(3) {
		order: 1;
		margin-right: 0;
		margin-left: 0!important;
		margin-bottom: 10px;
		width: 100%;
	}

	.slate-wrapper {
		padding-bottom: 230px;
		height: auto;
        flex-wrap: wrap;
	}
	.movie-pres-wrapper .movie-info-column{
	    padding-top:40px;
	    padding-left:0;
	    width:100%;
	}
	.movie-details-ul li.movie-tittle p:after{
	    display:none;
	}
	.rating-container{
	    display:none;
	}
	.movie-poster {
		width: 50%;
		height: auto;
		float: left;
		position: static;
	}
	.movie-trailer {
     	width: 100%;
     	height: 230px;
     	bottom: 0;
     	left: 0;
     	right: 0;
     	top: auto;
	}
	.ticket-res .reserve-h {
	    padding: 25px 0 25px!important;
	}
	.time-table .scheduling {
		margin-bottom: 0;
		margin-top: 0!important;
	}
	.time-table .scheduling li a {
	    padding-bottom: 15px;
	}
	.reser-block {
		width: 100%;
		float: none;
	}
	.reser-block>img {
		width: 100%;
		margin: 0!important;
	}
	.instructions {
	    width: 100%;
	    position: static;
	    margin-bottom: 20px;
	}
	.total {
	    width: 100%;
	    position: static;
	    border-top: 1px solid #000;
	    padding: 0 20px;
	}
	.left-side {
	    width: 100%;
	    margin-left: 0;
	    padding: 0 20px;
	    float: none;
	}
	.day-time ul {
		width: 100%;
	}
	.day-time ul:after {
		content: "";
	    display: table;
	    clear: both;
	}
	.day-time ul li {
	    display: inline-block;
	    float: left;
	    width: 50%;
	}
	.movie-day {
		border-right: 1px solid #EEEEEE;
	}
	.movie-hour {
	    padding: 0;
	    background-image: none;
	}
	.movie-hour p {
	    font-size: 22px;
	    line-height: 50px;
	}
	.labels:after {
		content: "";
	    display: table;
	    clear: both;
	}
	.labels li {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.labels li p:before {
	    width: 20px;
	    height: 20px;
	    margin-right: 7px;
	}
	.labels li p {
		font-size: 15px;
		line-height: 20px;
	}
	.table-row .poster {
    height: 50%;
    border-radius: 25px 0 0 0;
    margin-right: 0;
    width: 41.66666667%;
	}
	.movinfo .at-bottom {
		background-color: transparent;
	}
	.das-form {
		width: 100%;
		padding: 50px 10px;
	}
	.forma {
		width: 100%;
	}
	.forma h2 {
	    font-size: 27px;
	    line-height: 27px;
	    margin-bottom: 20px;
	    letter-spacing: -1px;
	}
	.form-group {
    padding-bottom: 15px;
	}
	.form-in {
	    width: 100%;
	    height: 40px;
	    border-radius: 3px;
	    outline: none;
	    border: none;
	    box-shadow: 1px 1px 1px 1px #ddd;
	    padding-left: 12px;
	    font-family: 'Roboto';
	    font-weight: normal;
	    font-size: 15px;
	    color: #333;
	}
	.sendin {
	    height: 48px;
	    font-size: 16px;
	}
	.slide-content .movie-title {

	}
	.slide-content .movie-title h2 {
        font-size: 48px;
        padding-top: 16px;
	}
		.new-row .timetables {
		padding-left: 10px;
		line-height: 20px;
	}
	.new-row img {
	    float: left;
	    height: 20px;
	    margin-left: 10px;
	    margin-right: 15px;
	}
	.new-row .date-on {
		margin-bottom: 0;
	}
	.soon-list .new-row {
		margin-bottom: 20px;
	}
	#footer .footer-container{
		padding-left: 20px;
    padding-right: 20px;
	}
	#footer .footer-container .row{
		flex-wrap: wrap;
	}
	#footer .widget.follow-us{
		    margin-top: 65px;
	}
	.reservation-wrap{
		flex-wrap: wrap;
	}
	.modal-content{
        margin: 50% auto 15%;
        width: calc(100% - 40px);
	}
}
	    
@media(max-width:349px){
	.soon-list .at-bottom li:last-child {
		display: none;
	}

}
.tabContainer{
	display:none;
}
.activeTab{
	display:block;
}




/*------------------------------- SALLA ------------------------------*/

#ekraniContainer {
	width: 85%;
	margin: 40px auto 80px;
	height: 30px;
}
#ekraniHarku {
  width: 100%;
  height: 50px;
  -webkit-border-radius: 100% 100% 0 0;
  border-radius: 100% 100% 0 0;
  -webkit-box-shadow: inset 0 2px 0px 0 #a8a8a8;
  box-shadow: inset 0 2px 0px 0 #a8a8a8;
  text-align: -webkit-center;
  line-height: 60px;
  font-size: large;
  color: #545454;
}
#hallContainer {
    display: block;
    width: 100%;
}
#rullerLeftContainer {
    width: 30px;
    height: auto;
    float: left;
    margin-top: 20px;
}
.rullerLeftUnit {
    width: 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
#sallaContainer {
    margin: 20px auto 40px;
    height: auto;
    /*float: left;*/
    width:auto;
}

.rreshtContainer {
    display: flex;
    height: auto;
    width: auto;
    justify-content: center;
}
.karrigeContainer {
    text-align: center;
    height: auto;
    line-height: 90px;
    padding: 10px 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media(max-width:700px){
	.karrigeContainer {
		padding: 6px 1.5px;
	}
	#ekraniContainer{
		margin: 30px auto 30px;
	}
}

.lightGreyColor {
    color: #323232;
}
.karrigeIcon {
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    height: 35px;
    width: 25px;
    -webkit-border-radius: 3px 3px 15px 15px;
    border-radius: 3px 3px 15px 15px;
    box-shadow: inset 0 0 3px 0 #828282;
    -webkit-box-shadow: inset 0 0 3px 0 #828282;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.reser-block{
	overflow-x:auto;
}
.full-width{
	width:100%;
}
.zoom-container ul {
	list-style: none;
}
.zoom-container{
	width: 120px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.zoom-container ul {
	width: 100%;
}
.zoom-container ul:after {
	content: "";
    display: table;
    clear: both;
}
.zoom-container ul li {
    display: inline-block;
    float: left;
    width: 50%;
    background-color: #444444;
	border-bottom: 1px solid #EEEEEE;
}
	
.zoom p {
	
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
	letter-spacing: -0.028em;
}
.zoom:first-child {
	border-right: 1px solid #EEEEEE;
}
.free{
	background-color:#f4f4f4;
}
.disabled{
	color: #6b6b6b;
	background-color: #444444;
}
.unavailable{
	background-color:#414141;
	color: #fff;
}
.reserved{
	background-color:#ff2626;
	color: #FFF;
}
.selected{
	background-color:#6dd900;
	color: #FFF;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#ruleContainer{
	display:none;
}
/*------------------------------- SNAKBAR ------------------------------*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99999;
    left: 50%;
    bottom: 30px;
    font-size: 16px;
    box-shadow: 0 0 10px 2px #000000;
}
@media(max-width:700px){
	#snackbar{
		box-shadow: 0 0 0px 0px #000000;	
	}
	
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3s;
    animation: fadein 0.5s, fadeout 0.5s 3s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.successBanner{
	width: 100%;
	height: auto;
	line-height: 100px;
	background-color: #000000;
	color: #EB2025;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 8px;
	position: absolute;
	z-index: 120;
	-webkit-box-shadow: 0 10px 10px 0 #000000;
	box-shadow: 0px 16px 20px 0 #00000061;
  
}
.successBanner #close-successBanner{
	cursor:pointer;
}
.successBanner .text{
	width:100%;
	height:auto;
	position:relative;
	font-size: 1.1em;
}
.notification{
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 3000;
}

.notification .shadow{
	background-color: #3e3e3ea1;
	width: 100vw;
	height: 100vh;
}
.notification .notificationContent{
  color: #FFF;
  width: 80vw;
  height: 80vh;
  margin-left: 10vw;
  margin-top: 10vh;
  background-color: #3e3e3e;
  padding: 5vw;
  font-family: 'Roboto';
}
.notification .notificationContent h1{
	margin-block-end: 0.67em;
	color:#EB2025;
}
.notification .notificationContent p{
	line-height: 1.5em;
	font-size: 0.9em;
}