/*------------------------------------------Bsgin Main settings---------------------------------------*/
body{
font-family:Helvetica, sans-serif;
}
#navigation-box {
	margin: 50px 0px 20px;
	padding: 10px;
	background-color:#212c43;
	min-height:60px;
/*	position:relative;*/
}
#navigation-toggle {
	display: none;
	float: right;
	width: 50px; 
	height: 50px; 
	background-color: #7ccbfc; 
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5); 
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.5); 
	box-shadow: inset 0 1px 1px rgba(255,255,255,.5); 
	border: solid 1px #7ccbfc; 
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.05), rgba(2,2,2,0));
	-o-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

#navigation-toggle.open-menu {
	background-color: #f29090;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.5);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.5);
	border: solid 1px #f29090;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.05), rgba(2,2,2,0));
}


.menu-icon {
	display: block;
	background: url(../images/close-open-menu-icon.png) 0 0 no-repeat;
	width: 20px;
	height: 22px;
	margin: 15px auto 0;
	-o-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.open-menu .menu-icon {
	background: url(../images/close-open-menu-icon.png) 0 100% no-repeat;;
}



ul#navigation {
	float: right;
	min-width:200px;
}

ul#navigation li {
	position: relative;
	padding: 4px;
	border-bottom: 1px solid #1b253b;	
}

ul#navigation li:last-child {
	border: none;
}

ul#navigation > li {
	padding: 0;
	float: left;
	line-height: 36px;	
	min-height: 36px;
	border: none;
	display: block;
}

ul#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 0 8px;
}

ul#navigation li:hover ul {
	display: block;
	-webkit-animation: anime 500ms;
	-moz-animation: anime 500ms; 
	-o-animation: anime 500ms;
	animation: anime 500ms;
	
}

/*------------------------------------------End Main settings---------------------------------------*/
/*------------------------------------------Bsgin Hover settings---------------------------------------*/

@media (min-width: 993px) {
ul#navigation > li {
	padding: 0 15px;
	
}
	
ul#navigation > li > ul {
	display: none;
	width: 240px;
	position: absolute;
	padding: 10px;
	top: 45px;
	z-index: 30;
	left: 0;
	background-color:#4C4145;
	z-index:50;
	padding: 17px 25px 15px;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	
}

ul#navigation li{
	border: none;
}

	@-moz-keyframes anime {
	from {
		opacity: 0;
		-moz-transform: scaleY(0);
		transform: scaleY(0);
	}
	to {
		opacity: 1;
		-moz-transform: scaleY(1);
		transform: scaleY(1);
	}
	}
	
	@-webkit-keyframes anime {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}
	}
	@keyframes anime {
	from {
		opacity: 0;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		transform: scaleY(0);
	}
	to {
		opacity: 1;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		transform: scaleY(1);
	}
	}
}

@media (max-width: 992px) {

/*javascript use it*/
ul#navigation.hidden-c{
	display:none;
}
ul#navigation.showen-c{
	display:block;
}
ul#navigation ul.showen-c{
	display:block;
}
ul#navigation ul.hidden-c{
	display:none;
}

/*end*/
#navigation-toggle {
	display: block;
}

ul#navigation {
	display: none;
	float: none;
	padding: 0 15px 15px;
	position: absolute;
	top: 130px;
	right: 11px;
	background: #212c43;
	background: rgba(33,44,67,.8);
}

ul#navigation li{
	border-bottom: 1px solid #1b253b;
}

ul#navigation > li {
	float: none;
	margin-top: 1px;
}

ul#navigation ul{
	position:static;
	background: #2e292e;
	padding: 0 5px;
	display: none;
	width: 200px;
}

ul#navigation li:hover ul {
	display: none;
}

ul#navigation li:hover ul.showen-c {
	display: block;
}



.sub-nav-toggle {
	display:block;
	float:right;
	width:36px;
	height:34px;	
	cursor:pointer;
	/*background:transparent url(../images/components/plus-minus-icon.png) center -34px no-repeat;*/
	-o-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	
}

.sub-nav-toggle.plus {
	/*background:transparent url(../images/components/plus-minus-icon.png) center 10px no-repeat;*/
}

}
/*------------------------------------------End Media---------------------------------------*/
 a:focus,
 a:active,
 a:hover {
	outline: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*Custome mobile nav config*/
@media (max-width: 992px) {  
	#navigation-toggle,
	#navigation-toggle.open-menu{
		background: none;
		border: none;
		box-shadow: none;
		position: absolute;
		top: 3px;
		right: 15px;
	}

	.header-wrapper ul#navigation{
		min-width: 250px;
		top: 55px;
		right: 15;
		z-index: 30;
		margin-left: 0;
		background-color: rgba(87, 83, 87, 0.85);
		padding: 17px 20px 15px;
	}

	ul#navigation li{
		border: none;
	}
}





.sho-movie-container{
 border: 1px solid #e9e9e9;
 margin-top: 5px;
 padding: 10px 0;
}


.sho-movie-time{
  height:70px;
  width:70px;
  background-color:#eb1c24;
  border-radius:50%;
  padding:25px 8px;
  position: relative;
  color: #FFFFFFE6;
  font-size:13px;
  margin:0 auto;
}

@media (max-width: 767px) {
	.movie__time{
	text-align: center;
	}
}

@media (min-width: 992px) {
	.sho-movie-time{
		float: left;
	}

.sho-showtime{
	margin-top: 12px;
	float: left;
	margin-left: 10px; 
}

}
.covid-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000008c;
    z-index: 999;
    display: none;
}
.covid-modal.show {
	display: flex !important;
}
.modal-container-covid {
	margin: auto;
}
@media only screen and (min-width: 700px) {
	.modal-container-covid {
		width: 600px !important;
	    background: #ffff;
	    border-radius: 7px;
	    box-shadow: 0px 2px 15px 0px black;
	}
	.modal-close-xs-sec {
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	.modal-container-covid {
		width: 100% !important;
	    background: #ffff;
	    border-top-left-radius: 7px !important;
	    border-top-right-radius: 7px !important;
	    border-bottom-left-radius: 0px !important;
	    border-bottom-right-radius: 0px !important;
	    box-shadow: 0px 2px 15px 0px black;
	}
	.covid-body {
		height: calc(60vh - 70px) !important;
		overflow-y: auto;
		background:#fff !important;
	}
	.modal-container-covid {
		margin-bottom: 60px !important
		-webkit-animation-duration: 1s;
	    animation-duration: 1s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
	    -webkit-animation-name: modalTransition;
	    animation-name: modalTransition;
	}
	.modal-close-xs-sec {
		display: inline-block !important;
		position: fixed !important;
		height: 60px;
		left: 0;
		bottom: 0;
		width: 100%;
		background:#fff;
		padding:10px;
	}
	.modal-close-xs-sec button {
		box-shadow: none;
		outline: none;
		background: #0478ae;
		color: #fff;
		text-align: center;
		width: 100%;
		height: 100%;
		border: 0px !important;
		letter-spacing: .6px;
	    font-weight: normal;
	    font-size: 15px;
	}
}
@-webkit-keyframes modalTransition {
    0% {
        transform: translateY(40%);
    }
    100% {
        transform: translateY(0) !important;
    }
}
@keyframes modalTransition {
    0% {
        transform: translateY(40%);
    }
    100% {
        transform: translateY(0) !important;
    }
}
.covid-header {
	display: table;
	height: 65px;
	width: 100%;
	background: linear-gradient(45deg, #6a111159, #ae1111d4), url(../images/bg-covid.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.header-theme-covid {
	text-align: center;
	letter-spacing: .7px;
}
.covid-header h5 {
	color: #ffffff !important;
}
.d-table-cell, .d-table-cell-cnt {
	display: table-cell;
	vertical-align: middle;
}
.d-table-cell-cnt {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.d-table-cell-cnt h4 {
	font-weight: bold;
	color: #000000 !important;
	font-size:17px !important;
	font-family: inherit !important;
}
.d-table-cell-cnt p {
	font-weight: normal;
	color: #454545 !important;
	line-height: normal;
}
.d-table-cell h5 {
	margin: 0px !important;
}
.covid-body {
	height: calc(80vh - 70px) !important;
	display: inline-block;
	width: 100% !important;
	border: 10px solid #ffdddd38;
}
.d-table-covid-sec {
	display: table !important;
	width: 100%;
	margin-bottom: 10px;
}
.ico-sec-covid {
	width: 60px !important;
	margin-left: 15px !important;
	padding-left: 10px !important;
}
.ico-sec-covid img {
   	width: 85%;
	height: auto;
}
.m-0 {
	margin: 0px !important;
}
.parra-desciption-covid {
	padding: 10px 20px !important;
}
.parra-desciption-covid p {
	padding: 0px;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: .6px;
    margin-bottom: 15px;
}