@charset "utf-8";
/* CSS Document */
body, html{
font-family:Verdana, Geneva, sans-serif;
height:100%;
	width:100%;
	overflow:hidden;
	background:#EEE;
	background:url(../images/background.jpg);
background-size:100% 100%;
background-repeat:no-repeat;
font-size:14px;
	    }
a{
color:#FFF;
text-decoration:none;	
	}
a:hover{
color:#FF0000;
text-decoration:none;	
	}
 img{
		border: none;
		}
#header{
		pisition:fixed;
		display:block;
			top:0;
			left:0;
			text-align:left;
			width:100%;
	    	height:80px;	
			}
.header-logo{
	float:left;
    position:absolute;
padding-left:20px;
	margin-top:10px;
	z-index:999;
	}
#footer{

	
	height:30px;
	width:100%;
	background:#000;
	color:#FFF;
	text-align:center;
	}
.copyright{
	font-size:10px;
	margin-left:20px;
	}
 .leftcurtain{
		width: 50%;

	    height: calc(100% - 130px);
			top: 100px;
			left: 0px;
			position: absolute;
			z-index: 3;
		}
 .rightcurtain{
			width: 51%;
			height: calc(100% - 130px);
			right: 0px;
			top: 100px;
			position: absolute;
			z-index: 3;
		}
.rightcurtain img, .leftcurtain img{
			width: 100%;
			height: 100%;
		}
.logo{
			margin: 0px auto;
			margin-top: 150px;
		}
.rope{
			position: absolute;
			top: -40px;
			left: 70%;
			z-index: 4;
		}
.image-wrapper{
	max-width:100%
	}

.image-wrapper img{
     top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	  /* Maintain aspect ratio */
  max-height: 100%;
  max-width: 100%;
	
	}
.resp-img{
     top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	  /* Maintain aspect ratio */
  max-height: 100%;
  max-width: 100%;
	
	}
	   
 /* Social */ 	
#social{
position:fixed;
top:50px;	
right:100px;
z-index:9999;
	}
a.social-link {
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 2px;
    text-indent: -2000em;
    background: url('../images/icons-sprite-light.png') no-repeat 0 -25px;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

a.social-link.instagram {
    background-position: 0 -25px;
}
a.social-link.instagram:hover {
    background-position: 0 0;
}



a.social-link.facebook {
    background-position: 0 -25px;
}
a.social-link.facebook:hover {
    background-position: 0 0;
}
a.social-link.twitter {
    background-position: -25px -25px;
}
a.social-link.twitter:hover {
    background-position: -25px 0;
}
a.social-link.pinterest {
    background-position: -50px -25px;
}
a.social-link.pinterest:hover {
    background-position: -50px 0;
}
a.social-link.googleplus {
    background-position: -75px -25px;
}
a.social-link.googleplus:hover {
    background-position: -75px 0;
}	
#fbLike {
	position:absolute;
	top:50px;
	left:10px;
    z-index:9999;
display:block;
}

/*Menu Styles */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
#menu-wrapper{

	height: 35px;
	width: 100%;
	background: #000;
	font-family:Verdana, Geneva, sans-serif;
	position: relative;
	top:0px;
	text-align:center;
	z-index: 999;
	}
#menu{ 
max-width:800px;
margin:auto;

	}
/* Theming the menu */
ul#nav {
	font-family:Verdana, Geneva, sans-serif;
font-size:15px;
margin-left:auto;
}
ul#nav ul {
background:#222;
}
ul#nav li a,
ul#nav li span {
padding:5px 10px;
font-family:Verdana, Geneva, sans-serif;
text-decoration:none;
background:#000000;
color:#eeeeee;
}
ul#nav ul li a,
ul#nav ul li span {
padding:10px 15px;
}
ul#nav li a:hover
,ul#nav li a:focus
,ul#nav li span:hover
,ul#nav li span:focus {
color:#FF0000;

}
ul#nav div.sf-arrow {
top:28px;
right:6px;
background-image:url(../images/arrows-white.png);
visibility:hidden;
}
ul#nav ul div.sf-arrow {
right:12px;
top:16px;
}
/* Content */
#content-wrap{
	visibility:visible;
	overflow:hidden;
    background:none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;	
	z-index:2;
	}
#content-sub {
	color:#fff;
    visibility:visible;
	overflow:auto;
    padding: 0px;

    max-width: 1200px;

    text-align: center;
    margin: auto;
	margin-top: 0px;
    position: absolute;
    top: 125px;
    left: 0;
    bottom: 0;
    right: 0;	
	z-index:3;	
	border-radius:10px;
	background-image:url(../images/temp-content-back.png);
	/*border-radius:10px;
box-shadow: 0px  0px 2px 2px #222;*/
	}
.content-text{
	display:block;
	position:relative; 
	font-family:Verdana, Geneva, sans-serif;
	margin:20px auto; 
	max-width: 95%;

	padding:10px 20px 10px 0px; 
	overflow-y:auto;
    overflow-x: hidden;
	background:none; 
	webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
	}
.content-text p{
	color:#fff; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em; 
    text-align:justify;
	padding-left:20px;
	padding-right:20px;
	}
.center-bold{
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	}

.content-text  .page-title{
	color:#fff;
	font-size:1.4em;
	text-align:left;
	}
.content-text .col_1{
	position:relative;
	width:50%;
	background:none;
	}	
.content-text .col_2{
	position:absolute;
	top:90px;
	width:40%;
	background:none;
    margin-left:60%;
	}	
	
.content-container{
width:100%;
}
.leftColumn  {max-width:900px; }
.rightColumn {max-width:900px; }

#media-mobile{
	display:none;
	position:absolute;
		width:100%;
	top:50px;
	margin-left:30px;
	margin-right:30px
	}
#media-hd{
	position:relative;
	width:100%;
	margin-left:30px;
	margin-right:30px;
float:left;
	z-index:99999;
	}
.media-thumb{
	display:inline-block;
 	float:left;
	padding-left:10px;
	padding-top:10px;
	z-index:99999;
	
	}
#media-photos{
	position:relative;
	width:100%;
	margin-left:30px;
	margin-right:30px;
    float:left;
	z-index:99999;
	}

#media-posters{
	position:relative;
	width:100%;
	margin-left:30px;
	margin-right:30px;
    float:left;
	z-index:99999;
	}	
	
	
/*Mobile Menu*/
#mobile-menu{
	display:none;
	position:absolute;
	float:left;
	top:-3px;
	left:10px;
    z-index:999;
	}
@media only screen and  (max-width: 800px) {
#mobile-menu{
display:block;
float:left;
	}
#menu{
	display:none;
	}
#fbLike {
	left:265px;
	top:85px;
}
#social{
left:145px;	
top:85px;
	}
}



@media only screen and  (max-width: 1080px) {
.leftcurtain{
display:none;

	}
.rightcurtain{
display:none;

	}



/*Form*/	

#contact-form{
	    position:relative;
		display:inline;
		max-width:50%;
    float:left;
		height:800px;
		background:none;
		
		}
#contact-info{
	position:relative;
		display:inlinek;
		width:50%;
	    float:left;
		height:550px;
		background:none;
		}
form {
	font-family:Verdana, Geneva, sans-serif;
	width: 100%;
	padding-left: 25px;
}
label {
  color: #FFF;
  text-decoration: none;
padding-bottom:2px;
margin-top:15px;
float:left;

}
input{
	font-family:Verdana, Geneva, sans-serif;;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 300px;
	min-height: 24px;
	display: block;
	margin-bottom: 16px;
	margin-top: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #fff;
}

textarea {
	font-family:"Times New Roman", Times, serif;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 300px;
	min-height: 30px;
	display: block;
	margin-bottom: 16px;
	margin-top: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #fff;
}
textarea {
	min-height: 200px;
	resize:none;
}
input:focus, textarea:focus {
	-webkit-box-shadow: 0 0 25px #ccc;
	-moz-box-shadow: 0 0 25px #ccc;
	box-shadow: 0 0 25px #ccc;
}
/* The interesting bit */
input:not(:focus), textarea:not(:focus) {
	opacity: 0.5;
}
input:required {
 background: url("../images/asterisk_orange.png") no-repeat 280px 7px;
}
input:valid {
 background: url("../images/tick.png") no-repeat 280px 5px;
}
input:focus:invalid {
 background: url("images/cancel.png") no-repeat 280px 7px;
}
input:not(:focus), textarea:not(:focus) {
	opacity: 0.5;
}
textarea:required {
 background: url("../images/asterisk_orange.png") no-repeat 280px 7px;
}
textarea:valid {
 background: url("../images/tick.png") no-repeat 280px 5px;
}
textarea:focus:invalid {
 background: url("images/cancel.png") no-repeat 280px 7px;
}
input[type=submit] {
	font-size: 18px;
	padding: 10px;
	background: none;
	opacity: 1.0;
}
/*PayPal Form Style*/
.paypal{
    text-align:left;
	}
.paypal input[type=image]{
	width:171px;
	height:47px;
	
	opacity:1;
	}
.payment-options-link{
	margin-top: -30px;
	}
#maillist{
	display:none;
	opacity:0;
	position: fixed;
	width: 400px;
	height: 350px;
	background-image: url(../images/temp-content-back.png);
	margin-left: calc(50% - 200px);
	top: calc(50% - 200px);
	z-index: 99999;
	border-color: #FF0000;
	border-width: 5px;
	}
#maillist-form{
	position:absolute;

	margin-left:30px;
	top:70px;
	z-index:99999;
	}
.close_btn{
	 width: 25px;
    height: 25px;
    margin-right: 7px;
    text-indent: -2000em;
	  background: url('../images/close_btn.png') no-repeat 0 0px;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
	cursor:pointer;
}
.close_btn:hover{
	background-position: 0 -25px;
	cursor:pointer;
}
	
	
	

}