/**
 * PgwModal - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
body.pgwModalOpen {
    overflow: hidden;
}

#pgwModalBackdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
}

#pgwModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index : 9010;
    overflow-x: auto;
    overflow-y: scroll;
    text-align: center;
}

#pgwModal .pm-container {
    margin: 10px;
}

#pgwModal .pm-body {
    display: inline-block;
    max-width: 800px;
    min-width: 300px;
    position: relative;
    width: 100%;
    z-index: 9020;
    margin-top: 10px;
}

/**
 * NOTICE:
 * If you want to update the modal rendering, please only edit the content below.
 * And if you update a class name, remember to specify it in the plugin configuration.
 * Please don't change the class names prefixed by "pm-".
 */

.pgwModalBackdrop {
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.pgwModal .pm-body {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0px 2px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.pgwModal .pm-title {
    background: #fff;
    padding: 15px 5px 15px;
    border-radius: 5px 5px 0 0;
    min-height: 25px;
	font-family: Raleway,Roboto,"Roboto Condensed","Roboto Medium";
	font-weight: 400;
	color: #FF7F00;
	font-size: 1.188rem;
	text-align: center;
	border-bottom: 1px solid #F1F1F1;
	padding-right: 28px;
}

.pgwModal .pm-content {
    background: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    text-align: left;
}

.pgwModal .pm-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.pgwModal .pm-close span.pm-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTFH80I3AAABIklEQVQ4T62T20oDQRBE+9EIGo1/H4gEQd8E74lJvKHiV+mmai7QNdu+ZFNwWKqmpzJhdq3rur0ShkMIwyGoMTsEl+AenDDw62WGmoAFOAcjWRdjdgX+Ck9gDPw6xbIN4MwvmEmHmFzCQRo+H0E6aRHL1sDP3EiHmLx5WQbrBv4Ic3+yuvYAxtIhJusUtKUf4LvJUhnQDm9SkNWe1MPsDhyD/v42SGEWT/oFfBl5BWFZ2huGWWfgB/gy8g7CVyrt7QVZLHsB//1lvoNhqZqstozPN/DZZPX2tUNMXFYvILr9dFLpEGO2KoNtWRVLezPSIcbsogyRWyC3WcTSZ8AZfnpT6RCDDx3MwTU4YuDXywzFUn6WU3Ag697sgzAcQhjuTmdbpLYNJt1Fr50AAAAASUVORK5CYII=);
    display: block;
    height: 20px;
    width: 20px;
}

/*----------------modal login------------*/

label.inline {
    padding: 0.5625rem 0px;
	font-weight: 400;
}

.btn-sign {
	padding: 4px 9px !important;
	background: #FF7F00 none repeat scroll 0% 0%;
	border-radius: 3px;
	font-weight: 700 !important;
	font-size: 0.928rem !important;
	color: #FFF !important;
	line-height: 1.8;
	}

.faceboook-btn {
    background: #446099 none repeat scroll 0% 0%;
    position: relative;
    padding: 3px 8px 3px 31px !important;
}

	.column{
    position: relative;
    padding-left: 0.28125rem;
    padding-right:0.28125rem;
    float: left;
	}
	label {
    color: #454A4C;
    display: block;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 0px;
	}
	
	.column.label{
		width: 27%;
	}
	@media only screen and (max-width:48em){
	.column.label{
		width: 100%;
	}
	.column.input-type {
    width: 100%;
	}
	}
	.input-type{
		width:73%;
	}
	
	.input-type p, ul.sign-up li:first-child a{
	
		color:#FF7F00;
		font-weight:400;
		margin-bottom: 0px;
	}
	
	ul.sign-up:before,
	ul.sign-up:after{
		display:table;
		content:"";
		clear:both;
	
	}
	
	ul.sign-up{
		list-style:none;
		display:block;
		position:relative;
		padding: 1px 0px 5px;

	}

	ul.sign-up li:last-child a,
	ul.sign-up li:first-child a{
		float:left;
		padding:0px;
		margin-right: 3px;
		padding-top: 4px;
	}
	
		ul.sign-up li{
		display:inline-block;
		margin-right: 4px;
		float: left;
	}
	.input-type a:hover {
    text-decoration: underline;
	}
	
	.btn-sign:hover {
    text-decoration: none !important;
	}
/*---------------------modal login ends---------------------*/

/*-------Access Code Generator--------------*/

.date-row:before, 
.date-row:after{
	display:table;
	content:"";
	clear:both;
}
.date-row{
	margin-bottom: 1rem;
	max-width: none;
	width: auto;
}


select#time {
	 -moz-appearance: none;
	-webkit-appearance:none;
	border:1px solid #CCC;
	border-radius:3px;
	position:relative;
	color:#919191;
	font-size:0.75rem;
	width:32.5%;
	height: 2.3125rem;
	padding: 0.5rem;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
	background:url(../img/icon/caret-up-n-down.jpg) no-repeat right 12px top 50%;
}
.date_col{
	width:33%;
}
@media only screen and (max-width:480px){
	.date_col {
    width: 100%;
	}
}

.axess-code .label,.axess-code .input-type {
    width: 100%;
}

.axess-code{margin-top: 10px;}
	
.axess-code p{
	text-decoration:none !important;
	font-family: Raleway, Roboto, "Roboto Condensed", "Roboto Medium";
	font-size: 0.86rem;
	margin: 4px 0px;
	color:#000 !important;
	font-weight: 300;
}
h3.or{
    font-weight: 300;
    margin: 10px 0px;
    color: #FFBF00;
}
.input-type a:hover{
	text-decoration:underline;
}

.warning{
display: inline-block;
vertical-align: middle;
padding-left: 5px;
padding-top: 5px;
}
.warning i, .inline i{
	font-size:2rem;
	color:#FFBF00;
	float: left;
	margin-right: 1%;
}
 .inline i{float:none;}

.success-notice:before,
.success-notice:after{
	display:table;
	content:"";
	clear:both;
}

.success-notice h3{
	font-size:1rem;
	color:#303326;
	font-weight:300;
	float:left;
	width:100%;
	background:#EFFFBF;
	padding:20px 15px;
}
.success-notice h3>strong{
	
	font-size:1.1rem
}

@media only screen and (max-width:480px){
	label.inline {
		margin:0px;
	}
	.axess-code .label {
    width: 100%;
	}
}
/*---modal access code ends----*/

#modal-up-grade p{ text-align:center;}

/*membership modal*/

#modal-adlt-film{
	text-align: center;
}

#modal-adlt-film h2 {
    font-size: 1rem !important;
	font-weight: 300;
}

#modal-adlt-film h3 {
    font-weight: 600;
    color: #666;
	font-size: 0.982rem;
	margin: 0px;
	padding: 18px 0px;
}
#modal-adlt-film a.modal-btn-link {
    background: #FFF none repeat scroll 0% 0%;
    font-size: 0.85rem;
    color: #515151;
    border-radius: 20px;
    border: 1px solid #E4E4E4;
    padding: 7px 24px;
    height: 36px;
}

#modal-adlt-film a.modal-btn-link:hover {
    background: #FFBF00 none repeat scroll 0% 0%;
    color: #FFF;
    font-weight: 400;
    border-color: transparent;
}

#modal-adlt-film a > i {
    font-size: 1.2rem;
}

.guidelines h2{
	font-size:1.125rem;
	color:#FF8000;
	font-weight:400;
    margin-bottom: 1.5rem;
}

.guidelines{ 
font-weight:300;
padding:10px;
color:#3C3C3C;
}

.guidelines ol{
	padding-left:0 !important;
	list-style-position:inside;
} 

.guidelines ol>li{
	padding:10px 0px;
} 