body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1E1E1E;
	text-align:left;
	letter-spacing: 0em;
}

header{background:#702c8f; position:relative;}
.container{width:680px; margin:0px auto;}
#get-in-touch{width:330px; float:right; min-height:400px; background-image:url(images/get-in-touch.png), url(images/get-in-touch-bg.gif); background-repeat:no-repeat, repeat-y; background-position:center top, center top;}
.clearer{clear:both; left:0px;}
#logo{width:350px; height:350px; float:left; position:absolute; top:50%; margin-top:-175px;}
#content-area{padding-top:40px;}
h1{text-align:center; font-size:38px; color:#e81065; line-height: 29px;}
h2{text-align:center; font-size:26px; color:#e81065; line-height: 20px;}
p{text-align:center; font-size:14px; line-height:26px;}
#details{margin:30px 0px 40px 0px; border-top:solid 1px #ccc; text-align:center;}
#details p{text-align:center; font-size:16px; margin:5px;}
.time{margin-left:20px;}
#posters{background:#ffc20f;}
#posters ul{margin:0px; padding:0px;}
#posters ul li{list-style:none; width:45%; float:left!important; margin:2.5%;}
#posters ul li img{width:100%; height:auto;}
.poster-content{text-align:center; font-size:16px; margin-top:10px; margin-bottom:30px;}
#number{width:30%; float:left; text-align:left; font-size:16px; font-weight:bold;}
#web{width:30%; float:left; text-align:center; font-size:16px; font-weight:bold;}
#email{width:40%; float:left; text-align:right; font-size:16px;}
footer{background:#006CB8; padding:10px 0px; margin-top:10px; text-align:center; font-size:14px; color: #ffffff;}



/*FORMS*/

.contact-form {
	background:rgba(0,0,0,0.65);
	max-width: 280px;
	width:100%;
	height: 250px;
	position:absolute;
	bottom: 0px;
	left:30px;
	padding: 20px 30px;
}
.contact-form .heading {
	color:#FFFFFF;
	c
	font-size:17px;
	line-height: 18px;
	text-align:center;
	text-transform:uppercase;
	padding-bottom: 10px;
}

.contact-form {
	background: none repeat scroll 0% 0% #FFF;
	z-index: 2;
	width: 300px;
	height: 70vh;
	position: absolute;
	right: 0px;
	padding: 0px 28px;
}	

.form-right { padding-left:20px; }
.forms { display: block; width: 78%; padding: 190px 47px 60px 30px;}
.forms .field { display: block; width: 100%; padding-bottom: 6px; position: inherit; }
.forms .field label {
	display: block;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:0em;
	color:#1E1E1E;
	line-height: 20px;
}
.forms .field input[type="text"], .forms .field input[type="email"], .forms .field input[type="password"], .forms .field select, .forms .field textarea {
	width: 253px;
	border: 1px solid #CDCDCD;
	padding: 8px;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	letter-spacing:0em;
	color:#000000;
	background-color: #FFFFFF;
}

.forms .field select{width: 270px;}

.forms .field textarea.message { height: 163px; width: 253px; }
.forms button {
    /*color: #ffffff;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0.15em;
    line-height: 28.15px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
	cursor: pointer;*/
}
a.button {
	color: #3a3a3a;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 0.15em;
    line-height: 34.15px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
	cursor: pointer;
}
.forms button.inline { display: inline-block; min-width: 120px; width: auto; }
.forms button.full { display: inline-block; width: auto; }
.chk-holder{ position:relative; display: table; width:100%; max-width:500px; }
.chkbx{ position:relative; display: block; vertical-align: top; padding-right:10px; padding-bottom: 5px; }
.chkbx:last-child{ padding-right:0; }
input[type=checkbox].css-checkbox { 
	position: absolute;  
	overflow: hidden;  
	clip: rect(0 0 0 0);  
	height:1px;  
	width:1px;  
	margin:-1px;  
	padding:0; 
	border:0; 
}  
input[type=checkbox].css-checkbox + label.css-label { 
	padding-left:25px; 
	height:20px;  
	display:inline-block; 
	line-height:20px; 
	background-repeat:no-repeat; 
	background-position: 0 0; 
	vertical-align:middle; 
	cursor:pointer; 
	font-size: .813em;
	letter-spacing: 1.5px;
}  
input[type=checkbox].css-checkbox:checked + label.css-label { background-position: 0 -20px; }  
.css-label{ background-image:url(../images/web-two-style.png); }

/*
	radio
*/
input[type=radio].rcss-checkbox { display:none; }
input[type=radio].rcss-checkbox + label.rcss-label {
	padding-left:25px;
	height:19px; 
	display:inline-block;
	line-height:19px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	font-size: .813em;
	letter-spacing: 2.8px;
}
input[type=radio].rcss-checkbox:checked + label.rcss-label { background-position: 0 -19px; }
label.rcss-label {
	background-image:url(../images/radio_btn.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-input{
	display:block;
	float:left;
	height:32px;
	width:100%;
	border:1px solid #BABABA;
	margin:0 8px 8px 0;
	padding-left:8px;
	padding-top: 4px;
	font-size:11px;}
	
.cTitle{
	z-index: 2;
	color:#000;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	position: relative;
	padding: 30px 0px;}

.form-submit, .btn{
	display: inline-block;
	float: left;
	height: 40px;
	width: 104%;
	border: 0px none;
	background: none repeat scroll 0% 0% #0066b3;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	text-transform: uppercase;}
	 
.notifyjs-wrapper{
	z-index: 6 !important;
	display: inline-block !important;
	height: 0px !important;
	width: 0px !important;
	position: absolute !important;
	margin-top: 190px !important;
	}

@media (max-width: 700px) {
		.container{width:96%; margin:0px auto;}
		#logo{width:350px; height:350px; float:none; position:static; top:50%; margin-top:0px; margin-left:auto; margin-right:auto;}
		#get-in-touch{width:330px; float:none; min-height:400px; background-image:url(images/get-in-touch.gif), url(images/get-in-touch-bg.gif); background-repeat:no-repeat, repeat-y; background-position:center top, center top; margin:20px auto 0px auto;}
		p{text-align:justify; font-size:14px; line-height:26px; padding:0px 15px;}
	}
	
@media (max-width: 640px) {
		.time{margin-left:0px; display:block;}
		#number{width:100%; float:none; text-align:center; font-size:16px; font-weight:bold; margin-bottom:5px;}
#web{width:100%; float:none; text-align:center; font-size:16px; font-weight:bold; margin-bottom:5px;}
#email{width:100%; float:none; text-align:center; font-size:16px;}
	}
@media (max-width: 480px) {
		#posters ul li{list-style:none; width:96%; float:left!important; margin:2%;}
		
	}
@media (max-width: 360px) {
		#logo{width:100%; height:auto; float:none; position:static; top:50%; margin-top:0px;}
		#logo img{width:100%; height:auto;}
		#get-in-touch{width:100%; float:none; min-height:400px; background-image:url(images/get-in-touch.gif), url(images/get-in-touch-bg.gif); background-repeat:no-repeat, repeat-y; background-position:center top, center top; background-size:contain, contain}
	}
