@charset "utf-8";
/* CSS Document */
/*----------feature films----------*/
.bwWrapper {
	position:relative;
	display:block;
}
.btn{
	position:absolute;
	top:200px;
	z-index:950;
	cursor:pointer;
	}
.prev{
	background-image: url(../images/slider-left.avif);
	background-repeat: no-repeat;
	height: 59px;
	width: 29px;
	left:0px;
}
.next{
	background-image: url(../images/slider-right.avif);
	background-repeat: no-repeat;
	background-position: right;
	height: 59px;
	width: 29px;
	right:0px;
}
/*----------feature films----------*/


/*----------contact----------*/
#contact_form {
	float: left;
	padding-right: 30px;
	overflow: auto;
	max-height:570px;
}
#contact_form table{
	width: 300px;
	border-spacing: 10px;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.contact_details {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	display:block;
	min-height:380px;
}
.contact_details table{
	width:245px;
	border-spacing:10px;;
	padding:10px;
	border:none;
	color:#A2A2A2;
	font-family: 'CapsuulaRegular';
	font-size:16pt;
	}
#contact_second{
	line-height:12pt;
	}
label{
	clear:both;
	float:left;
	color:#A2A2A2;
	}
input{
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333;
	background-color: #000;
	width: 300px;
	color: #A2A2A2;
	padding: 4px;
	-webkit-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	-moz-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	-ms-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	-o-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	margin-top: 3px;
	}
input:hover{
	background-color: #0C0C0C;
	border-bottom-color: #666;
	}
select{
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333;
	background-color: #000;
	width: 300px;
	color: #A2A2A2;
	padding: 5px;
	-webkit-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	-moz-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	-ms-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	-o-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	}
select:hover{
	background-color: #0C0C0C;
	border-bottom-color: #666;
	}
textarea{
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333;
	background-color: #000;
	width: 300px;
	color: #A2A2A2;
	padding: 4px;
	-webkit-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	-moz-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	-ms-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	-o-transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	transition: background-color 0.5s ease-in-out 0.01s, border-bottom-color 0.5s ease-in-out 0.05s;
	margin-top: 3px;
	}
textarea:hover{
	background-color: #0C0C0C;
	border-bottom-color: #666;
	}
button{
	width:100px;
	height:30px;
	background-color:#333;
	color:#CCC;
	border:none;
	}
button:hover{
	background-color:#666;
	color:#FFF;
	}
.error{
	display:none;
	clear:both;
	color: #F00;
	float: left;
	font-size: 12px;
	margin-top: 10px;
	}
.required{
	color:#F00;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	}
/*----------contact----------*/

.content{
	max-width: 400px;
	max-height: 300px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	}