@charset "utf-8";

@font-face {
	font-family: 'Museo Sans 100';
	src: url('fonts/MuseoSans-100_3.otf');
	src: url('fonts/MuseoSans-100_3.otf') format('truetype');
}

@font-face {
	font-family: 'MuseoSans-100Italic_3';
	src: url('fonts/MuseoSans-100Italic_3.otf');
	src: url('fonts/MuseoSans-100Italic_3.otf') format('truetype');
}

@font-face {
	font-family: 'MuseoSans-300_3';
	src: url('fonts/MuseoSans-300_3.otf');
	src: url('fonts/MuseoSans-300_3.otf') format('truetype');
}

@font-face {
	font-family: 'MuseoSans-700Italic_3';
	src: url('fonts/MuseoSans-700Italic_3.otf');
	src: url('fonts/MuseoSans-700Italic_3.otf') format('truetype');

}


html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	min-height: 100vh;
}

#box-left,
#box-right {
	position: relative;
	min-height: 100vh;
}

#right-wrapper {
	position: relative;
	/* remove absolute issue */
	min-height: 600px;
	height: auto;
	width: 100%;
	float: left;
	background-image: url(../images/blk-shade.png);
	background-color: transparent;
}

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.75);
	border-top: 2px solid red;
}

/* If you want footer after content instead of fixed,
   use this instead of position:fixed

#footer {
    position: relative;
    clear: both;
    width: 100%;
    margin-top: 30px;
}
*/

html {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #350f02;
	background-size: cover;
}

#box-left {
	padding: 0px;
	float: left;
	/* height: auto; */
	width: 40%;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#box-right {
	padding: 0px;
    float: left;
    /* height: 100%; */
    width: 60%;
    margin-top: 280px;
    margin-right: -145px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-repeat: repeat-x;
    background-position: top;
    min-height: 50%;
    position: absolute;
    right: 0px;
    z-index: -100;
}


#logo {
	float: left;
	height: 180px;
	width: 60%;
}

.top1 {
	float: left;
	height: auto;
	width: 100%;
}

.top2 {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 50px;
}


/* #logo img {
	height: auto;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
} */
 #logo img {
    height: auto;
    width: 92%;
    margin-top: -160px;
    margin-left: 168px;}
#logo-left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 180px;
	width: 251%;
	background-image: url(../images/brwn-shade.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* 
#logo-right {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 180px;
	width: 20%;
	background-image: url(../images/brwn-shade.png);
	background-repeat: repeat-x;
	background-position: top;
} */

#content {
	height: auto;
	width: 75%;
	margin-left: 20%;
	float: left;
	padding-left: 5%;
	text-align: left;
	margin-top:-130px;
}

#content p {
	text-align: justify;
	font-family: "Museo Sans 100";
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #d1d1d1;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.more {
	background-color: #000000;
	float: left;
	border-radius: 3px;
	height: 11px;
	width: 80px;
	padding-top: 19px;
	padding-right: 35px;
	padding-bottom: 19px;
	padding-left: 35px;
}


h1 {
	font-family: "Museo Sans 100";
	font-size: 45px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
}

h2 {
	font-family: "Museo Sans 100";
	font-size: 28px;
	line-height: normal;
	color: #ff7900;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff7900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#footer {
	height: 35px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #c40500;
	background-image: url(../images/blk-shade.png);
	background-repeat: repeat;
	margin: 0px;
	float: left;
	color: #b6b4b4;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Museo Sans 100";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

#footer-lft {
	float: left;
	width: 48%;
	text-align: right;
	font-size: 18px;
}

#footer-right {
	float: left;
	width: 48%;
	text-align: left;
	font-size: 18px;
}

#footer-right a {
	font-family: "Museo Sans 100";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#footer-middle {
	float: left;
	width: 4%;
}

#footer-right a:hover {
	font-family: "Museo Sans 100";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FF6600;
}

#apDiv1,
#apDiv2,
#apDiv3 {
	overflow: hidden;
	position: relative;
}

.bx-wrapper {
	margin: 0 auto !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.bx-viewport {
	height: auto !important;
}

#slider1 li,
#slider2 li,
#slider3 li {
	list-style: none;
}

#slider1 img,
#slider2 img,
#slider3 img {
	width: 100%;
	display: block;
}
