/* - - - - - - - - - - - - - - - - - - - -
   SCREENINGS MOBILE CSS
- - - - - - - - - - - - - - - - - - - - -
CONTENTS:
- mobile media query (mobile-only styles)
- mobile base styling (mobile-first philosophy) for components (e.g., header, menu, slider, footer, etc...)
*/

/* CSS for mobile only */
@media all and (max-width: 999px) {

	/* RESPONSIVE VISIBILITY
	- - - - - - - - - - - - - - - - - */
	.mobile  { display:table; display: -ms-flexbox;display: flex;}
	.desktop { display: none !important; }

.answer
{
	padding-left: 10px;
}

.sharemodelouter.block {
	display: none;
}
.sharemodelouter.none {
	display: none;
}
	.account-date-holder
	{
		min-width: 160px;
		max-width: 160px;
	}
	.deletemodelouter {
	display:none;
    position: fixed;
	font-family:'yanone_kaffeesatzbold', sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.deletemodelinner {
    position: absolute;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow:hidden;
    height:375px; 
    max-width:725px;
    width:100%;
    min-width: 320px;
    display: flex;
    display: -ms-flexbox;
}


.delete-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.delete-modal-close:hover,
.delete-modal-close:focus {
  color: #2b2e38;
}

.delete-modal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.deletemodelholder{
	display:flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
}
.noseatsmodelouter {
	display:none;
    position: fixed;
	font-family:'yanone_kaffeesatzbold', sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.noseatsmodelinner {
    position: absolute;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow:hidden;
    height:575px; 
    max-width:725px;
    width:100%;
    min-width: 320px;
    display: flex;
    display: -ms-flexbox;
}


.noseats-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.noseats-modal-close:hover,
.noseats-modal-close:focus {
  color: #2b2e38;
}
.noseats-modal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.noseatsmodelholder{
	display:flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
}

.moreseatsmodelouter {
	display:none;
    position: fixed;
	font-family:'yanone_kaffeesatzbold', sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.moreseatsmodelinner {
    position: absolute;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow:hidden;
    height:575px; 
    max-width:725px;
    width:100%;
    min-width: 320px;
    display: flex;
    display: -ms-flexbox;
}


.moreseats-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.moreseats-modal-close:hover,
.moreseats-modal-close:focus {
  color: #2b2e38;
}
.moreseats-modal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
.moreseatsmodelholder{
	display:flex;
	display: -ms-flexbox;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-width: 320px;
	overflow: hidden;
}

.movie-image
{
  width: 200px;
}

/* MENU CSS for Mobile */
	.month-wrap
	{
		flex-wrap: wrap;
		width:275px;
	}
	.main-content
	{
		align-items: center;
	}
	.main-content-inner
	{
		align-items: center;
	}
	.mobile-center
	{
		text-align: center;
		align-items: center;
	}
	.mobile-min
	{
		max-width: 250px;
	}
	.color{
		text-align: center;
	}
	a.reg
	{
		text-align: center;
	}
	.menu-top-mobile
	{
		background-image: url(../img/menu-desktop/menu-bg.png);
		background-size: cover;
		margin-bottom: 15px;
	}
	.menu-top-mobile2
	{
		background-color:rgba(0,0,0,.5);
		height: 90px;
	}
	.logo-link
	{
		margin-left: 40px;
	}

	.menu-link
	{
		margin: 15px;
    	background-color: #fff;
    	width: 300px;
    	height: 60px;
    	text-align: center;
    	line-height: 1.9;
		text-decoration: none;
		color: #000;
	}
	.menu-text
	{
		font-weight: bold;
		font-size: 30px;

	}
	div.menu-container
	{
		justify-content: center;
		height: 90px;
		background-image: url(../img/menu-desktop/menu-bg.png);
		background-size: cover;
	}
	.overlay-button
	{
		margin-right: 40px;
		font-size: 43px;
    	text-decoration: none;
    	color: #fff;
    	padding-bottom: 10px;
	}
	.overlay-button-cross
	{
		display: none;
		margin-right: 42px;
		font-size: 43px;
    	text-decoration: none;
    	color: #fff;
    	padding-bottom: 10px;
    	
	}

	.overlay-FF
	{
		min-width: 320px;
		opacity: 0;
		position: fixed;
		overflow-y:auto;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url(../img/menu-mobile/mobile-bg.png) top center;
		background-size: cover;
		z-index: -105;
	}
	.cross-overlay
	{
		width:34px;
		height: 34px;
	}
/* END of CSS for Menu */


/* Footer CSS for Mobile */
	p.connect-ff
	{
		padding: 20px;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
	}
	div.footer-container
	{
		padding-bottom: 100px;
		background-image: url(../img/footer-desktop/footer-bg.png);
		background-size: cover;
	}
	p.footer-screen
	{
		color:#fff;
		font-size: 18px;
		font-weight: bold;
		margin: 0px;
	}

	div.footer-tri-column
	{
		margin:40px 0px ;
	}
	.footer-ql-head
	{
		margin:2px 0px;
		color: #4cc6f9;
		font-size: 18px;
		font-weight: bold;

	}
	.footer-ql
	{
		margin:2px 0px;
		color: #fff;
		font-size: 14px;
	}
	.footer-links-col
	{
		padding: 0px 15px;
	}
	.footer-links-middle
	{
		padding: 0px 15px;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	.footer-links-end
	{
		padding: 0px 15px;
	}
	a.footer-link
	{
		text-decoration: none;
	}

	div.company-license
	{
		text-align: center;
		color: #fff;
		font-size: 14px;
		margin: 30px 0px;
	}

	a.social-icon-foot
	{
		margin:10px;
	}

	.width-320
	{
		max-width: 320px;
	}

	a.yes-rec-sr
{
	text-decoration: none;
	color:#000;
	font-family:'OpenSans-Semibold';
	font-size:18px;
	line-height:1.9;
	text-align:center;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	width:100px;
	height:35px;
	border-radius: 50px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.yes-rec-sr:hover
{
	background-color:#29b516;
}
a.no-rec-sr
{
	margin-left: 20px;
	text-decoration: none;
	color:#000;
	font-family:'OpenSans-Semibold';
	font-size:18px;
	line-height:1.9;
	text-align:center;
	background-color:#fff;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	width:100px;
	height:35px;
	border-radius: 50px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a.no-rec-sr:hover
{
	background-color:#df383c;
}

	/*END of Footer Css for Mobile*/
}