html, body {
	width:100%;
	height:100%;	
}
body {	
	font-family: Arial;
	margin:0;
	padding:0;
	color:#ededed;
	font-size:12px;
	width:100%;
	line-height:18px;
	background:url(../images/body-bg.png) 0 0 repeat;
	background-color:#a15009;
	position:relative;
	overflow-x:hidden;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#wrapper{
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(../images/top-bg.png) 0 0 repeat-x;
}
p{
	margin:0;
	padding:0 0 18px 0;
}
img {border:0;
}
form {
	padding:0;
	margin:0;
}
a {
	outline:none;
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}
a:hover { text-decoration:none;
}
.aligncenter{text-align:center;
}
.fright{float:right;
}
.fleft{float:left;
}
.font {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}
header{
	padding:0 0 45px 0; 	
}
#container{
	width:100%;	
	padding-bottom:39px;
	border-top:1px #a9a9a9 solid;	
	position:relative;
}
.wrap-container{
	left:0;
	right:0;
}
#logo{
	float:left;
}
.social-icons{
	display:inline-block;
	padding:18px 29px 0 15px;
}
.social-icons li{
	float:left;
	padding-left:8px;
}
.social-icons li a{
	display:block;
	width:23px;
	height:24px;
}
.social-icons li a.facebook{
	background:url(../images/facebook.png) 0 0 no-repeat;
}
.social-icons li a.twitter{
	background:url(../images/twitter.png) 0 0 no-repeat;
}
.social-icons li a.flickr{
	background:url(../images/flickr.png) 0 0 no-repeat;
}
.social-icons li a.strumbl{
	background:url(../images/strumbl.png) 0 0 no-repeat;
}
.social-icons li a.rss{
	background:url(../images/rss.png) 0 0 no-repeat;
}

section#content{
}

section#content .inner{
	width:100%;
}
.shadow{
	width:100%;
}

/*MainMenu*/
nav#menu{
	position:relative;
	margin:0 0 46px 0;
	background:url(../images/nav-bg.png) 0 0 repeat-y;
	padding-left:3px;
	display:inline-block;
}
.mainmenu {
	margin:0;
	padding:0;
	position:relative;
	z-index:10;
	background:url(../images/nav-ul-bg.png) 0 0 repeat;
	padding-left:20px;
	padding-right:20px;
	display:inline-block;
}
.mainmenu>li {
	position:relative;
	display:inline-block;
}
.mainmenu>li:first-child{
	margin-left:0;
	padding-left:0;
	background:none;
}
.mainmenu>li>a { 
	line-height:18px;
	color:#fff;
	font-size:13px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;	
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	padding:11px 12px 11px 12px;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.mainmenu>li.act>a, .mainmenu>li>a:hover, .mainmenu>li.menuHover>a{
	background:url(../images/nav-a-hover.png) 0 0 repeat;
}

/*Submenu*/
.level1 {
	left:0;
	top:43px;
	z-index:999;
}
.mainmenu li ul.sub_menu { 
	margin:0;
	padding:0;
	position:absolute;
	overflow:visible;
	display:none;
	background:url(../images/nav-ul-bg.png) 0 0 repeat;
}
.mainmenu li ul.sub_menu li {
	float:none;
	display:block;
	position:relative;
	background:none;
}
.mainmenu li ul.sub_menu li:first-child{
	padding:0;
	margin:0;
	border:none;
}
.mainmenu li ul.sub_menu li a {
	line-height:18px;
	color:#fff;
	font-size:13px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;	
	text-decoration:none;
	padding:3px 10px 3px 10px;
	display:block;
	width:55px;
}
.mainmenu li ul.sub_menu li:hover>a, .mainmenu li ul.sub_menu li.act>a{
	background:url(../images/nav-a-hover.png) 0 0 repeat;
}
.drop-shadow { 
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
}

.slider_wrapper {
	
}
.home .wrap{
	overflow:visible;
	background:none;
}
.ajaxed_content{
	margin:0 auto;
}
.wrap{
	background:url(../images/wrap-bg.png) 0 0 repeat;
	margin:0 auto;
	position:relative;
	height:474px;
	overflow:hidden;
}
.indent{padding:25px 18px 25px 23px;
}
.indent1{padding:25px 7px 25px 23px;
}
.pos-rel{position:relative;
}
.divider{
	background:url(../images/divider-bg.png) 0 0 repeat-y;
	width:2px;
	position:absolute;
	top:0;
	bottom:0;
	left:33%;
}
.divider.pos1{
	left:66%;
}
.divider.pos1{
	left:66%;
}
.divider.pos2{
	left:49%;
}
.indent .divider{
	left:32.8%;
}
.indent .divider.pos1{
	left:67.2%;
}
.indent .divider.pos2{
	left:49.9%;
}
.spacer{
	height:2px;
	background:url(../images/spacer.png) 0 0 repeat-x;
	margin:25px 0;
}
.scroll{
	height:378px;
	overflow:auto;
}
.scroll1{height:430px;
}
footer{
	line-height:28px;
	padding:20px 0 5px 0;
	margin-top:-39px;
	color:#aaa;
	font-size:11px;
	background:url(../images/footer-bg.png) repeat-x left top;
	height:14px;
	overflow:hidden;	
}
footer h4{
	display:inline-block;
	font-size:0px;
	color:#414141;
	padding:6px 5px 0 5px;
	text-transform:none;
}
footer h4 span {color:#fff;
}

/*Audio Player/*
===============*/
.jp-jplayer {
	overflow: hidden;
	background:none !important;
	height:0;
}
div.jp-audio {
    height: 14px;
    margin:-3px 0 0 0;
    position: relative;
    width: 14px;
}
ul.jp-controls {
    display: block;
    height: 22px;
    margin: 0;
    padding: 0;
}
a.jp-mute, a.jp-unmute, a.jp-volume-max {
    display: block;
    float: left;
    height: 14px;
    width: 14px;
}
a.jp-mute, a.jp-unmute {margin-left: 0;
}
a.jp-mute {  background: url(../images/mute.png) no-repeat scroll left center transparent;
}
a.jp-unmute {
    background: url(../images/unmute.png) no-repeat scroll left center transparent;
    display: none;
}

a.jp-volume-max {
}
div.jp-txt {
}
div.jp-volume-bar {
}
div.jp-volume-bar-value {
}
h2{
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-transform:capitalize;
	font-size:24px;
	line-height:1.2em;
	margin-bottom:18px;
	padding-left:5px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.29);
}
h4{
	color:#e1e1e1;
	font-size:12px;
	line-height:1.2em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:8px;
}
.img-container{
	border:0;
	margin-bottom:15px;
	border:rgba(255,255,255,0.4) 3px solid;
}
.img-container a { display:block !important;
}
.img-container img{
	width:100%;
	height:auto;
}
.img-container iframe {	max-width:100%;
}
.img-indent{
	float:left;
	margin:0px 10px 3px 0;
}
.more-link{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	line-height:1.2em;
	padding-right:11px;
	background:url(../images/marker.png) right 5px no-repeat;
	text-shadow:2px 2px 2px rgba(0,0,0,0.35);	
}
.top5{padding-top:5px;
}

.top10{padding-top:10px;
}
.top25{padding-top:25px;
}

.testimonials-list{}

.testimonials-list li{
	background:url(../images/quote.png) 0 6px no-repeat;
	padding-left:20px;
	margin-top:25px;
}
.testimonials-list li .author{
	font-size:12px;
	text-align:right;
	padding-top:10px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-shadow:2px 2px 2px rgba(0,0,0,0.35);
}
.testimonials-list li:first-child{margin-top:0;}


.events-list{}
	.events-list li{
		font-size:12px;
		color:#ededed;
		margin-top:26px;
		padding-top:28px;
		background:url(../images/spacer.png) 0 0 repeat-x;
	}
	.events-list li:first-child{
		background:none;
		margin-top:0;
		padding-top:0;
	}
	.events-list li .date{
		float:left;
		width:43px;
		height:39px;
		background:url(../images/scroll-bg.png) 0 0 repeat;
		color:#E1E1E1;
		line-height:18px;
		font-family: 'Oswald', sans-serif;
		font-weight:400;
		font-size:12px;
		text-align:center;
		text-transform:uppercase;
		margin-right:12px;
		padding-top:5px;
		
		border-radius:50%;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
	}
		.events-list li .date .mounth{
			display:block;
			margin-top:-4px;
		}
				
	.events-list li .title{
		display:block;
		color:#fff;
		text-shadow:2px 2px 2px rgba(0,0,0,0.29);
		margin-bottom:18px;
		font-size:14px;
		font-family: 'Oswald', sans-serif;
		font-weight:normal;
	}

.news-list{}
	.news-list li{
		font-size:12px;
		color:#ededed;
		margin-top:26px;
		padding-top:28px;
		background:url(../images/spacer.png) 0 0 repeat-x;
	}
	.news-list li:first-child{
		background:none;
		margin-top:0;
		padding-top:0;
	}
	.news-list li figure{
		float:left;
		margin-right:10px;
	}
	.news-list li .date{
		font-size:14px;
		font-family: 'Oswald', sans-serif;
		font-weight:normal;
		color:#e1e1e1;
		line-height:1.2em;
		display:block;
		margin-bottom:10px;
	}



.btn_send, .btn_clear {
	display:inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:19px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	width:66px;
	background:#fff;
	border:0 ;
	padding:5px 0 4px 0;
	height:19px;
	margin:0px;
	overflow:hidden;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
 

.btn_clear, .btn_send {
	background:#000;
	color:#fff;
	margin-right:6px;
}
.btn_clear:hover, .btn_send:hover{background:#fff;color:#000}

form#contact{position:relative;overflow:hidden;display:block;padding-top:15px;}
label{
	display:block;
	margin-bottom:12px;
	overflow:hidden;
}
form#contact span{
	color:#ededed;
	display:block;
	padding-bottom:2px;
}


form#contact input[type="text"],
input[type="password"],
input[type="email"],
form#contact textarea,
select {	
	border:#e6e6e6 1px solid;
	position:relative;
	background:#e6e6e6;
	width:97%;
	padding:4px 5px 5px 5px;
	color:#393939;
	font-size:12px;	
}

form#contact textarea {
	min-height: 150px;
	width:97%;
}
.preloader{
	background:url(../images/preload_img.png) center center no-repeat;
	display:block;
}

.gallery-list{margin-top:-20px;}
.gallery-list li{
	margin-top:20px;
}
.gallery-list li a[rel=prettyPhoto]{
	position:relative;
	display:inline-block;
}
.gallery-list li figure{
	margin-bottom:10px;
}
.gallery-list li a.photo-title{
	font-family:Arial;
	line-height:1.2em;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-shadow:2px 2px 2px rgba(0,0,0,0.35);
}
.gallery-list li a.photo-title:hover{
	text-decoration:underline;
}
.extr{
	overflow:hidden;
}

	
.zoom{
	display:block;
	position:absolute;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:center center;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
}
.zoom.video-play{background-image:url(../images/video-play.png);	
}
.gallery-hover{
	background:url(../images/gallery_bg.png) repeat;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.copyright{
	margin-top:-9px;
}
	
