/*-------------------------------- RESET CSS ---------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/*============================ END RESET CSS =======================================*/

@font-face {
	font-family: Objectivity;
	font-weight: bold;
    src: url("../fonts/Objectivity-Bold.otf") format("opentype");
}
@font-face {
	font-family: Objectivity;
	font-weight: normal;
    src: url("../fonts/Objectivity-Light.otf") format("opentype");
}

html, body{
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 19px;
	font-family: Objectivity, Helvetica, sans-serif;
	background: #000;
}

input:focus,
input:active {
	outline: 0;
}

.userSelectNone {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.reservation_popup {
	display: table;
  width: 95%;
  margin: 5% auto;
  max-width: 600px;
  background: #fff;
  border-radius: 20px;
  -moz-box-shadow: 0 0 25px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 25px 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 25px 5px rgba(0,0,0,0.3);
  position: relative;
  text-align: center;
  background: #6E6EEF;
}
.reservation_popup_close {
	position: absolute;
  font-size: 11px;
  top: 10px;
  right: 10px;
  color: #ffffff;
  background: #6E6EEF;
  border-radius: 100%;
	padding: 3px 6px 0px 6px;
}
.reservation_popup_close a:hover {
  text-decoration: none;
}
.reservation_popup_close:hover {
	cursor: pointer;
	opacity: 0.9;
}
.reservation_popup_top {
	border-radius: 17px;
	background: #fff;
	padding-top: 20px;
	color: #000;
}
.reservation_popup_top_inner {
	margin: 0 20px;
	padding: 20px 0 10px 0;
}
.reservation_popup_h1 {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000;
}
.reservation_popup_h1 span {
	color: #36be5a;
}
.reservation_popup_content {
	display: table;
	width: 100%;
	max-width: 350px;
	margin: 15px auto;
}
.reservation_popup_content img {
	width: auto;
	height: 150px;
	float: left;
}
.reservation_popup_content_right {
	float: right;
  margin-top: 5px;
  display: table;
  max-width: 240px;
  color: #000;
}
.reservation_popup_content_right p {
	font-size: 15px;
	line-height: 19px;
	margin: 5px auto;
	letter-spacing: -1px;
}
.reservation_popup_content_right h2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin: 5px auto;
	letter-spacing: -1px;
}
.reservation_popup_textsmall {
	display: table;
	color: #aaa;
	font-size: 11px;
	line-height: 13px;
	width: 95%;
	max-width: 350px;
	margin: auto;
}
.reservation_popup_button {
	display: table;
	margin: 20px auto;
	width: 200px;
	font-size: 15px;
	/*line-height: 19px;*/
	font-weight: bold;
	color: #fff;
	background: #6E6EEF;
	border-radius: 30px;
	padding: 10px 0 10px 0;
	text-align: center;
	text-decoration: none;
	border: 0;
}
.reservation_popup_button:hover {
	cursor: pointer;
	text-decoration: none;
}

.reservation_popup_bottom {
	display: table;
	width: 100%;
	border-radius: 20px;
}
.reservation_popup_bottom_inner {
	display: table;
	width: 90%;
	margin: 10px auto;
}
.reservation_popup_bottom_logo {
	height: 40px;
	width: auto;
	float: left;
}
.reservation_popup_bottom_right {
	display: table;
	float: right;
}
.reservation_popup_social_text {
  color: #6E6EEF;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  margin: 10px 0 5px 0;
}
.reservation_popup_social a {
	display: inline-block;
	margin: 0 3px;
}
.reservation_popup_social img {
	height: 17px;
	width: auto;
}
.form_error {
	color: #FF0000;
	margin-top: 10px ;
	margin-left: 15px;
	margin-right: 15px;
}
.error_list {
	color: #FF0000;
	margin-left: 25px;
	margin-right: 25px;
}
.spacer {
	margin-bottom: 10%;
}

/*------------------------------ THE POPCORN VIEW ---------------------*/
.reservation_popup_popcorn {
	display: table;
	width: 175px;
	height: auto;
	margin: 0 auto 10px auto;
}
.reservation_popup_popcorn_text {
	font-size: 15px;
	line-height: 19px;
}
.reservation_popup_row {
	display: table;
	width: 100%;
	margin: 20px auto;
	text-align: left;
}
.reservation_popup_row label {
	display: table;
    font-size: 13px;
    line-height: 15px;
    margin: 5px;
}
.reservation_popup_row input {
	display: table;
    width: 100%;
    padding: 10px 0;
    text-indent: 15px;
    border: 2px solid #dedee2;
    color: #555;
    font-weight: bold;
    font-size: 15px;
    border-radius: 30px;
}

/*------------------------------ LAYOUT FIXES ---------------------*/
.modal {
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%,0%);
	z-index: 1050;
	width: 95%;
	max-width: 650px;
	margin: 0;
	background-color: transparent !important;
}

.content {
	margin-left: 0 !important;
}

/*----------- extra css for Purchase History Results -----------*/
.reservation_popup_history_row {
	display: table;
	width: 95%;
	margin: 20px auto;
	padding: 10px 0;
	background: rgba(110, 110, 239, 0.4);
	border-radius: 20px;
	position: relative;
}
.reservation_popup_history_share {
	position: absolute;
	top: 10px;
	right: 15px;
}
.reservation_popup_history_share img {
	width: 20px;
	height: auto;
}
.reservation_popup_history_left {
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	padding: 10px;
}
.reservation_popup_history_left img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.reservation_popup_history_center {
	display: inline-block;
	vertical-align: middle;
	width: calc(75% - 150px);
	padding: 1%;
}
.reservation_popup_history_right {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding: 10px;
}
.reservation_popup_history_right .reservation_popup_button {
	width: 100%;
}
.reservation_popup_history_text {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
	margin: 5px 0;
	text-align: left;
}
.reservation_popup_history_text_purple {
	font-weight: normal;
	color: #6E6EEF;
}



@media only screen and (max-width: 500px) {
	.reservation_popup_history_left,
	.reservation_popup_history_center,
	.reservation_popup_history_right {
		width: 90%;
		display: table;
		margin: 10px auto;
		padding: 0 10px;
		text-align: center;
	}
	.reservation_popup_history_left img {
		width: 100%;
		max-width: 200px;
	}
	.reservation_popup_history_text {
		font-size: 20px;
		line-height: 25px;
		font-weight: bold;
		color: #000;
		margin: 10px 0;
		text-align: center;
	}
}






















