@charset "utf-8";
/* CSS Document */
/* CSS Version 1.0 - 11/2014 */
html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
}
.top-bar {
	position:absolute;
	top:40px;
	width:100%;
	height:50px;
	background-color:#180101;
	opacity:0.55;
	z-index:1;
}
.container {
	position:relative;
	top:0px;
	left:50%;
	margin-left:-475px;
	width:950px;
	height:auto;
	background-image:url(../images/bg-container.png);
	background-repeat:repeat;
	z-index:2;
	padding-bottom:80px;
}
.menu-container {
	position:relative;
	top:40px;
	width:100%;
	height:50px;
	z-index:3;
}
.menu {
	position: absolute;
	left: 27px;
	width: 341px;
	padding-top: 13px;
	top: 1px;
}
.menu ul {
	font-family: 'base_02regular';
	padding:0px;
	margin:0px;
	display: table;
	list-style:none; 
}
.menu li {
	float:left;
	margin-right:15px;
	font-size: 15px;
	color:#8d837f;	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu li a:link,a:visited,a:active{
	color:#8d837f;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu li:hover a:hover{
	color:#850000;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social {
	position:absolute;
	right:25px;
	width:auto;
	height:24px;
	padding-top:13px;
}
.social ul {
	height:24px;
	padding:0px;
	margin:0px;
	display: table;
	list-style:none; 
}
.social li {
	float:left;
	height:24px;
	margin-right:15px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.homepage-logo {
	position:relative;
	top:5px;
	width:626px;
	height:340px;
	left:50%;
	margin-left:-225px;
	background-image:url(../images/homepage.png);
	background-repeat:no-repeat;
	z-index:2;
}
.homepage-sub-title {
	position:relative;
	top:-100px;
	width:100%;
	text-align:center;
	font-family: 'base_02regular';
	color:#645c59;
	font-size:15px;
	z-index:3;
}
.homepage-gallery-container {
	position:relative;
	top:-80px;
	width:706px;
	height:365px;
	background-color:#000000;
	margin:0 auto;
	z-index:3;
	border-style:solid;
	border-width:1px;
	border-color:#766c6a;
}
.homepage-bottom-title {
	position:relative;
	top:-65px;
	width:100%;
	text-align:center;
	color:#f80000;
	font-size:15px;
	font-family:Calibri;
	z-index:3;
}
.homepage-text{
	position:relative;
	top:-50px;
	height:150px;
	background-image:url(../images/bg-homepage-text.png);
	background-repeat:repeat;
}
.char-left {
	position:absolute;
	top:275px;
	left:-225px;
	width:394px;
	height:787px;
	z-index:4;
}
.char-right {
	position:absolute;
	top:300px;
	right:-150px;
	width:356px;
	height:765px;
	z-index:4;
}
.home-button {
	position: absolute;
	top: 8px;
	left: 20px;
	font-family: 'base_02regular';
	font-size: 15px;
	color: #8d837f;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 112px;
}
.home-button a:link,a:visited,a:active{
	color:#8d837f;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.home-button:hover a:hover{
	color:#850000;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.logo {
	position:absolute;
	top:50px;
	left:325px;
}
.page {
	margin-top:75px;
	padding:0 30px 0 0;
}
.page-left {
	float:left;
	margin-left:-85px;
	width:200px;
}
.page-right {
	width:690px;
	margin-left:225px;
}
.page-right-title {
	font-family: 'base_02regular';
	font-size: 15px;
	color:#8d837f;
	margin-bottom:10px;
}
.page-right-bg {
	background-image:url(../images/bg-info.png);
	background-repeat:repeat;
	padding:20px;
	color:#d9d9ba;
	font-size:14px;
	font-family:Calibri;
	margin-bottom:30px;
	text-align:justify;
}
.gallery-container {
	position:relative;
	top:10px;
	width:680px;
	height:400px;
	background-color:#000000;
	margin:0 auto;
	z-index:-1;
	border-style:solid;
	border-width:1px;
	border-color:#766c6a;
}
.page-right-bg-gallery {
	background-image:url(../images/bg-info.png);
	background-repeat:repeat;
	padding:4px;
	color:#d9d9ba;
	font-size:14px;
	font-family:Calibri;
	margin-bottom:30px;
	text-align:justify;
	z-index:-2;
}
.row {
	margin-bottom:15px;
	width:600px;
}
.title {
	float:left;
	width:100px;
	font-family: 'base_02regular';
	font-size: 15px;
	color:#8d837f;
}
.form-element {
	width:500px;
}
.textarea {
	width:647px;
	height:250px;
	background-color:#7d746f;
	border:hidden;
	color:#fff;
}
.textinput {
	width:300px;
	border:hidden;
	background-color:inherit;
	border-bottom:solid;
	border-bottom-color:#7d746f;
	border-bottom-width:1px;
	color:#7d746f;
}
.email {
	float:left;
	width:325px;
}
.submit{
	float:left;
	margin-left:200px;
	
}
.candles {
	position:absolute;
	top:100px;
	left:192px;
}
.video-thumb {
	width:313px;
	height:225px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.video-title {
	width:303px;
	height:30px;
	background-image:url(../images/bg-video-title.png);
	color:#706864;
	padding-left:10px;
	padding-top:10px;
}
.video-image {
	width:311px;
	height:174px;
	border-style:solid;
	border-width:1px;
	border-color:#837575;
}
.video-image:hover {
	
	border-color:#850000;
}
.prev {
	float:left;
	margin-top:-10px;
	margin-left:10px;
}
.next {
	float:left;
	margin-top:-30px;
	margin-left:600px;
}
.paypal {
	position:absolute;
	right:70px;
	top:195px;
	z-index:2;
}
.paypal2 {
	position:absolute;
	right:70px;
	top:665px;
	z-index:2;
}
.donate-right-char {
	position:absolute;
	top:80px;
	right:-90px;
	width:408px;
	height:959px;
	z-index:1;
}
.donate-gift {
	position:relative;
	z-index:2;
}
.donate {
	position:absolute;
	left:0px;
	top:150px;
	z-index:2;
}
.main-paypal {
	position: absolute;
	left: 10px;
	top: 98px;
	z-index: 2;
}
.click {
	position:absolute;
	left:120px;
	top:230px;
	width:53px;
	height:50px;
	background-image:url(../images/click.png);
	z-index:3;
}
.page-download-bg {
	background-image:url(../images/download-bg.png);
	background-repeat:no-repeat;
	padding:20px;
	color:#d9d9ba;
	font-size:14px;
	font-family:Calibri;
	margin-bottom:30px;
	text-align:justify;
}
.download {
	margin-left:120px;
	margin-top:25px;
}
.sds-uk {
	position:absolute;
	margin:70px 0 0 10px;
	z-index:99999;
}