body
	{
		font-family: "Lato";
		font-size: 13px;
		color: #999999;
		line-height: 1.5;
		background: #202020;
	}
h1, h2, h3, h4
	{
		font-weight: 700;
		line-height: 1.5;
	}
h1
	{
		font-size: 30px;
	}
h2
	{
		font-size: 30px;
	}
h3
	{
		font-size: 18px;
	}
ul,ol
	{
		margin: 0;
	}
ul
	{
		list-style: none;
	}
a
	{
		color: #fff;
	}
a:hover,
a:focus
	{
		color: #7ec61c;
	}
.clearie
	{
		clear: both;
	}
.more
	{
		background: #0a5a13;
		display: inline-block;
		padding: 5px 20px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		color: #fff;
		font-weight: 700;
		border-bottom: 2px solid #0a3d10;
	}
.more:hover
	{
		background: #038514;
		color: #fff;
	}
.sep
	{
		background: #2e2e2e;
		border-bottom: 1px solid #000;
		height: 1px;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #515645;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #515645;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #b30938;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left:-30px;
    background: url(img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: -30px;
    background: url(img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/*=============== HEADER STYLES ==================*/
.header
	{
		background: #059512 url(img/headerbg.jpg) no-repeat center top;
		padding:20px 0; 
	}

.brand
	{
		background: url(img/logo.png) no-repeat left top;
		width: 449px;
		height: 76px;
		display: block;
		text-indent: -99999px;
	}

.social
	{
	margin-top: 20px;
	}
.social p
	{
		font-weight: 700;
		color: #2e2e2e;
		text-shadow:1px 1px 0 #1fb735 ;
	}
.social ul,.social p
	{
		float: left;
		line-height: 35px;
	}

.social li
	{
	float: left; 
	margin-left: 5px;
	}

.social li a[class*="icon"]
	{
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -99999px;
	background: url(img/sprites.png) no-repeat 0 0;
	text-align: left;
	}
.social li a.icon-twitter
	{
		background-position: -41px 0;
	}
.social li a.icon-youtube
	{
		background-position: -81px 0;
	}
/*======= NAVIGATION STYLES =================*/
.main-menu
	{
		background: #2e2e2e;
	}
.navbar .nav>li> a
	{
		font-weight: 700;
		color: #fff;
		text-shadow:1px 1px 0 #111;
		padding: 10px 30px;
		text-transform: capitalize;
	}
.navbar .nav > .current_page_item > a, .navbar .nav > .current_page_item > a:hover, .navbar .nav > .current_page_item > a:focus,.navbar .nav>li> a:hover
	{
		background: #7ec61c;
		color: #01590a;
		text-shadow:1px 1px 0 #acdd4a;
	}
/*======= DETAILS PAGE =================*/
.bottom-space {margin-bottom: 13px;}
.profiles {padding-top: 30px;}
.profile-wrapper {
	padding: 0px 30px 30px 30px;
	width: 140px;
	float: left;
}
.profile-wrapper img {
	border:3px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.profile-wrapper p,
.profile-wrapper strong {
	font-size: 13px;
	display: block;
	margin:10px 0 0; 
	color: #fff;
	text-align: center;
}
.profile-wrapper strong {
	padding: 0 0 3px;
	margin: 0 0 8px;
	border-bottom: 1px solid #055A0E;
	text-transform: uppercase;
}
.profile-wrapper.left {
	padding-right: 15px;
}
.profile-wrapper.right {
	padding-left: 15px;
}
/*======= MAINBODY STYLES =================*/
.album-list-wrapper {
	padding-bottom: 20px;
}
.album-list-wrapper .albums {
	padding: 10px;
}
.album-list-wrapper .albums .album-title {
	text-align: center;
}
.album-list-wrapper h2 {
	position: relative;
}
.album-list-wrapper h2 span {
	position: absolute;
	top: -5px;
	right: 0; 
}
.album-list-wrapper h2 span a {
	font-size: 13px;
}
.mainbody
	{
		padding: 30px 0;
	}
.top-body
	{
		margin-bottom: 20px;
	}
.post-block h2
	{
		color: #fff;
		margin-top: 0;
	}
.post-block img
	{
		
		border: 3px solid #444;
		margin: 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

.albumslider h5
	{
		text-align: center;
	}

.albumslider li img
	{
		border: 5px solid #fff;
		margin: 0 auto;
		text-align: center;
	}

.bottom-body
	{
		margin-top: 20px;
	}

.column,.bottom-body .about
	{
		background:#054b0d;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		overflow: hidden;
		
	}

.bottom-body .about
	{
		background: #fff;
	}
.bottom-body .about h3
	{
		font-size: 16px;
	}
.bottom-body .about h3,.bottom-body .about p
	{
		padding: 0 10px;
		color: #666;
	}
.bottom-body .about img
	{
		margin-bottom: 20px;
	}
.bottom-body .about .more
	{
		margin: 10px;
	}	
.column h3
	{
		color: #fff;
		padding: 10px;
		margin: 0;
		-moz-box-shadow: inset 0px 2px 0px 0 #085112;
		-webkit-box-shadow: inset 0px 2px 0px 0 #085112;
		box-shadow: inset 0px 2px 0px 0 #085112;
		background: #023f09;
	}
.column h3 a.more-prbt
	{
		font-size: 14px;
	}
.column table
	{
	width: 100%;
	font-size: 12px;
	}
.column table .song-title
	{
		width: 30%;
	}
.column th
	{
		background: #003006;
		border-top: 1px solid #0a5a13;
		border-bottom: 1px solid #0a5a13;
		color: #fff;
		text-align: left;
		padding: 5px 10px;
	}
.column td
	{
		border-bottom: 1px solid #0a5a13;
		border-top: 1px solid #003006;
		color: #6ba372;
		padding: 5px 10px;
	}
.play-column,.download-column,.bottom-body .column th.download-column,.bottom-body .column th.play-column
	{
		text-align: center;
	}

.latest-songs [class*="icon-"]
	{
	margin: 0 auto;
	}
.partners
	{
		margin-top: 30px;
	}
.partners h3,.sidebar-block h3
	{
		color: #fff;
	}
.slider-container,.albums,.album
	{
		background: #1e1e1e;
		border-bottom: 1px solid rgba(255,255,255, 0.1);
		border-right: 1px solid rgba(255,255,255, 0.1);
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 1px 0 20px 0 #000000 inset;
		-webkit-box-shadow: 1px 0 20px 0 #000000 inset;
		-ms-box-shadow: 1px 0 20px 0 #000000 inset;
		-o-box-shadow: 1px 0 20px 0 #000000 inset;
		box-shadow: 1px 0 20px 0 #000000 inset;
		padding: 30px 10px;
	}
.partners ul 
	{
	}

.footer
	{
		font-size: 13px;
	}
.footer .designed
	{
		text-align: right;
	}
/*====================ALBUM RELEASE=====================*/
.album
	{
		padding: 20px;
		margin: 10px 0;
		height: 500px;
	}
.album img
	{
		margin: 0;
		border: 3px solid #fff;
		width: 100%;
	}
.album-title
	{
		color: #fff;
		
	}

.sidebar-block
	{
		margin-bottom: 20px;
	}

/*=============== CONTACT PAGE STYLES===================*/
 .contact-form
 	{
 		background: #333;
 		padding: 20px 10px;

 	}

.contact-form button
	{
		border: none;
	}
.contact-form input, .contact-form textarea, .contact-form .uneditable-input
	{
		width: 80%;
	}

.contact-form input.more{border:0;border-collapse:collapse;width:auto;}
/*======= FAQ STYLES =================*/
.qans-block
	{
		margin: 10px 0;
		border-bottom: 1px solid #2e2e2e;
		padding-bottom: 10px;
	}
.qans-block.last
	{
		margin-bottom: 0;
		border: none;
	}
.qans-block h5
	{
		color: #7ec61c;
		font-size: 16px;
		font-style: italic;
	}