@charset "utf-8";
/* CSS Document */

*{margin:0 auto ;padding:0;border:0;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #2D0E0B;
	line-height:22px;
	font-family: Arial, Helvetica, sans-serif; 
}
.clear{clear:both;}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#wrapper{ width:980px; margin:0px auto;}

.header{ width:100%; height:122px; margin: 0 0 -5px 0; position: relative; z-index: 99; }
.navmenu{display:none;}
.navbar {
	background: url(images/about_r3_c1.jpg) no-repeat left top;
	position:relative;
	background-image: url(images/about_r3_c1.jpg);
}
.navbar ul { list-style-type:none; padding:0; margin:0;}	 
.navbar ul li { float:left;}
.navbar ul li a { 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 49px; color: #FFFFFF;
	background: transparent; 
	padding: 0 45px;  
	text-decoration: none; 
	display: block;
	-webkit-transition: background 0.3s; -moz-transition: background 0.3s; -o-transition: background 0.3s; transition: background 0.3s;}
.navbar ul li a:hover { background: #52110D; color: #FFFFFF;}
.navbar .phone{ position:absolute; right: 0; top: 0; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold;
	line-height: 49px; color: #ffffff; padding: 0 5%;}
.contentbkgd{background:url(images/about_r4_c1.jpg) no-repeat;background-size:cover;background-color:#55110e;padding:15px 2% 0 2%;}
.content { background: rgba(82,17,13,0.8); padding:15px 5%;color:#fff;margin:0;}
.content img{max-width:100%;height:auto;margin:0 0 !important;border:none !important;display:block;}
.content iframe{max-width:100%;}
.content h1{color:#fe9900;border-bottom:3px solid #602e27;padding:5px 0%;text-transform:uppercase;font-size:22px;font-weight:400;margin:10px 0;}
.content h2{color:#fe9900;border-bottom:3px solid #602e27;padding:5px 0%;text-transform:uppercase;font-size:22px;font-weight:400;margin:10px 0;}
.content label{
	clear:both;
	display:block;
	margin:10px 5%;}
.content input[type=text],
.content input[type=email],
.content textarea{
	padding: 5px 5%;
	margin:10px 5%;
	width:75%;
}
.content input[type=submit]{
	clear:both;
	padding:5px 15px;
	margin:0 5%;
	background:#fe9900;
	color:#fff;
	text-transform:uppercase;
}
.content input[type=submit]:hover{background:#666;}
.footer{ clear:both;background:#55110e;  font-size: 13px; font-weight: 400; padding: 15px 5%; color: #FFFFFF;}
.footer p a{ text-decoration: underline; color: #e71a43;}
.footer img{max-width:100% !important;height:auto !important;}
.footer iframe{max-width:100%;}
.footer h2{background:#fe9900;color:#fff;padding:3px 3%;text-transform:uppercase;font-size:18px;font-weight:400;text-align: center;margin:0 0 10px 0;}
.footer h3{background:#602e27;color:#fff;padding:3px 3%;text-transform:uppercase;font-size:18px;font-weight:400;text-align: center;margin:10px 0;}
.fleft{float:left;width:30%;}
.fright{float:right;width:30%;}
.fmiddle{float:left;width:30%;margin:0 5%;}

.copyright{ background:#421510;  font-size: 10px; font-weight: 400; padding: 15px 5%; color: #FFFFFF;text-align:center;}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:100%;
    height:412px;
    margin:0 auto;
    margin-top:0px;
	z-index:9999;
}

#slider {
	position:relative;
	width:100%;
	height:412px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	z-index: 999;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:49px;
	height:49px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -49px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.center{margin-left:auto;  margin-right:auto;  text-align:center} 
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.metitle1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
	line-height:40px;
}
.metitle2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFff;
	height:40px;
}
.STYLE2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF66;
}
.STYLE4 {color: #FFCC00}
.STYLE5 {
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	}

/***********************************************
MOBILE STYLES
***********************************************/

@media screen and (max-width : 900px) {
	#wrapper{ width:100%;}
	#slider-wrapper, #slider-wrapper img{max-width:100% !important;height:auto !important;}
	.header { height:auto;}
	.header img{display: block; max-width: 100%; height: auto;}
	.navmenu{
	display:block;line-height:49px;padding:0 5%;color:#fff;
	background:#52110D;}
	.navbar{background:none;}
	.navbar .phone{color:#fff;}
	.navbar ul{float:left;width:100%;background:#2D0E0B;display:none;position: relative;z-index: 10000;}
	.navbar ul li{float:none;}
	.footer iframe{width:100%;}
	.navbar ul li a {padding: 0 5%;border-bottom:1px solid #fff;}
	.fleft, .fmiddle, .fright{float:none;width:90%;padding:15px  5%;margin:0%;}
}
