/*
Theme Name: Nitepop Theme
Theme URI: http://chimpstudio.co.uk
Author: Chimp Team
Author URI: http://chimpstudio.co.uk
Description: Wordpress Nitepop Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, left-sidebar, right-sidebar, fixed-width, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, post-formats, rtl-language-support, theme-options, translation-ready
*/

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,800);
/* CSS Document */


/* Wordpress Classes
================================================== */
.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.alignright {
	float: right !important;
}
.alignleft {
	float: left !important;
}
.aligncenter {
	text-align: center;
}
* {
	padding: 0px;
	margin: 0px;
}
/* Wordpress Classes
================================================*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/*Stylesheet
=============================*/
.white {
	color: #FFF !important;
}
#background{
	position:fixed;
	top:0px;
	left:0px;
	z-index:-100;
	width:100%;
}
.thumb > img {
	width: 100%;
}
.facebook_module, .fb_iframe_widget > span, .fb_iframe_widget > span > iframe {
	width: 100% !important;
}
.fb_iframe_widget, .fb-like-box div span iframe {
	width: 100% !important;
	float: left;
}
.table thead {
	color: #FFFFFF;
}
.table tbody {
	background-color: #1A1A1B;
}
.table thead th {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 20px;
	text-transform: uppercase;
}
.table tbody tr:hover {
	background-color: #252527;
}
.table tbody td {
	border: 1px solid #000000;
	padding: 15px 20px;
}
body {
	background-color: #070707;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}
.wrapper {
	width: 100%;
	padding-bottom: 10px;
}
.margin_bottom {
	margin-bottom: 20px;
}
.no-margin {
	margin: 0px;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.width {
	width: 100%;
}
.clear {
	clear: both;
}
li {
	float: left;
	list-style: none;
}
ul {
	float: left;
	list-style: none;
}
a {
	text-decoration: none;
	color: #ffffff;
}
p {
	line-height: 20px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.webkit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h1 small {
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}
h2, h2 small {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
h3, h3 small {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
h4, h4 small {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
h5, h5 small {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
/*.blog-detail .costum-font-pera {
    font-size: 11px;
}*/
.costum-font {
	font-size: 34px;
}
.costum-font-pera {
	font-size: 14px;
}
/* Index Page
=================================*/
.header {
	background: url(images/top-baar-bg.png) repeat-x center;
}
.header .container {
	position: relative;
}
.topbar .txt {
	float: left;
}
.topbar .txt p {
	padding: 8px 0px 9px 0px;
}
.topbar .top_navi {
	float: right;
	padding: 0 20px 9px 0;
}
.topbar .top_navi ul {
	float: right;
	padding-top: 8px;
	padding-right: 36px;
	text-transform: uppercase;
}
.topbar .top_navi ul li {
	padding: 0 0 0 26px;
	margin: 0px;
	color: #FFF;
}
.topbar .top_navi ul li:first-child {
	padding: 0px;
}
.topbar .top_navi ul li a {
	font-weight: 600;
}
#topbar {
	background: url(images/topbar-btn.png) no-repeat;
	width: 39px;
	height: 37px;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: ffffff;
}
.plus {
	background: url(images/topbar-btn.png) no-repeat 0px -36px !important;
	width: 41px !important;
	top: -10px;
}
.minus {
	top: 0px;
}
/* Login Box
=================================*/
.login-box {
	padding: 32px 0px 32px 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 35px;
	z-index: 10;
}
.login-box .span10 h2 {
	float: left;
	text-transform: uppercase;
	margin-right: 25px;
}
.login-box .span10 form {
	float: left;
}
.login-box .span10 form input {
	background: url(images/input-icon.png) no-repeat;
	background-position: 13px 9px;
	padding-left: 36px;
	margin-right: 11px;
	width: 205px;
}
.login-box .span10 form input.password {
	background: url(images/input-icon-lock.png) no-repeat;
	background-position: 13px 10px;
}
.login-box .span10 form button {
	padding: 11px 25px;
	display: inline-block;
	border: none;
	color: #FFFFFF;
}
.login-box .span2 ul li a {
	background: url(images/login-arrow.png) no-repeat 0px 5px;
	padding-left: 13px;
	text-transform: uppercase;
}
.login-box .span2 li {
	background: none repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
}
.login-box .span2 li:first-child {
	padding: 0px;
}
/* Content Area
=================================*/
.content-container {
	background: url(images/content-container-bg.png);
	padding: 10px;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Navigation
=================================*/
.navigation {
	float: left;
	width: 73%;
}
.navigation select {
	background: #1A1A1B;
	border: 1px solid #444444;
	color: #ffffff;
	display: none;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}
.navigation select {
	margin-top: 5px;
	height: 10px;
}
.nav-header {
	background: url(images/black.png);
}
.nav-header .logo {
	float: left;
	margin-right: 55px;
	padding: 10px 0px 10px 29px;
}
.nav-header .navigation ul li {
	background: none !important;
	position: relative;
	padding: 0px !important;
	margin: 0px !important;
}
.nav-header .navigation ul li:first-child {
	padding: 0px !important;
}
.nav-header .navigation  ul  li  a {
	font-size: 14px;
	font-weight: bold;
	padding: 14px 16px 14px 16px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.current-menu-item > a {
	border-top: 1px solid #D0D0D0;
}
.navigation ul li a:hover {
	border-top: 1px solid;/*padding:14px 16px 14px 16px;*/
}
.nav-header .navigation ul ul ul li a {
	border: medium none !important;
	padding: 14px 16px 14px 16px;
	
}
.navigation ul li:hover>a {
	border-top: 1px solid;
}
.navigation ul ul li:hover>a {
	border-top: none;
}
.navigation ul ul {
	min-width: 189px;
	position: absolute;
	
	left: 0px;
	padding: 5px;
	display: none;
	z-index: 9999;
}
.navigation ul ul ul {
	top: 0px;
	left: 100%;
	display: none !important;
}
.navigation ul li:hover ul {
	display: inline;
}
.navigation ul li ul li:hover ul {
	display: inline !important;
}
.navigation ul ul li {
	width: 100%;
}
.navigation > ul > ul > li > a {
	padding: 0px;
	width: 100%;
	padding: 14px 0px 14px 12px !important;
}
.navigation > ul > ul > li > a:hover {
	border: none;
	padding: 14px 0px 14px 12px;
}
.current_page_item > a {
	border-top: 1px solid #D0D0D0
}
.selectnav {
	display: none;
}
.footer .navigation ul li a {
	padding: 32px 20px;
	font-size: 12px;
}
.ddsmoothmenu > ul {
	width: 100%;
}
/* Search Area
=================================*/
.search {
	position: relative;
}
#search {
	background: url(images/search-btn-active.png) no-repeat;
	width: 41px;
	height: 108px;
	float: right;
	cursor: pointer;
}
.search_field {
	position: absolute;
	top: 17px;
	right: 51px;
	padding-bottom: 0px;
	width: 73%;
}
.search_field input {
	color: #343434 !important;
	float: left;
	font-size: 26px !important;
	height: 60px !important;
	margin-top: 1px;
	padding-left: 26px !important;
	padding-right: 62px;
	width: 88%;
}
.search_field button {
	border: none;
	padding: 26px 0px 26px 0px;
	float: right;
	padding: 26px 0px;
	position: absolute;
	right: 0;
	top: 0px;
}
.search .plus {
	background: url(images/search-btn.png) no-repeat !important;
	height: 108px !important;
}
/* Content
=================================*/
.content {
	background: url(images/black.png);
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.content .widget {
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: solid 1px;
	width: 100%;
}
.content .widget h4, .content .widget h4 small {
	font-size: 18px;
	font-weight: bolder;
	margin: 0 0 18px;
}
.content div.widget:first-child {
	margin: 0px;
	padding: 0px;
	border: none;
}
.content_banner {
	background: url(images/black.png);
	padding: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
}
.content_banner .widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: solid 1px;
	width: 100%;
}
.content_banner .widget h4, .content .widget h4 small {
	font-size: 18px;
	font-weight: bolder;
	margin: 0 0 0px;
}
.content_banner div.widget:first-child {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* Banner
=================================*/
.caption {
	position: absolute;
	left: 39px;
	bottom: 35px;
	width: 620px;
}
.caption h1 {
	text-transform: uppercase;
	padding: 10px 15px;
	float: left;
	line-height: normal;
}
.caption p {
	float: left;
	background: url(images/black.png);
	padding: 18px;
	width: 615px;
}
/* Play Pause at Album Detail page
================================================== */

.cp-controls > h5 {
	left: 50px;
	position: absolute;
	top: 25px;
}
.cp-container {
	position: relative;
}
.cp-container :focus {
	border: none;
	outline: 0;
}
.cp-controls {
	margin: 0;
	padding: 0px 0px;
	position: relative;
}
.cp-controls li, .track li {
	list-style-type: none;
	display: block;
}
.cp-controls > li:first-child, .track li:first-child {
	padding: 0 !important;
}
.cp-controls li a {
	position: relative;
	display: block;
	width: 10px;
	height: 15px;
	z-index: 1;
	margin: 0px 0px 0px 0px;
}
.cp-controls .cp-play {
	background-image: url("images/play-list-arrow.png");
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 2px;
	text-indent: -9999px;
	width: 25px;
}
.play-list .track li {
	background: none !important;
	border: medium none !important;
	float: left;
	margin: 0;
	padding: 0;
	width: auto !important;
}
.track {
	border-top: 1px solid;
	float: left;
	padding: 13px 0;
	position: relative;
	width: 100%;
}
.track:first-child {
	border: none !important;
}
.track ul .title_track {
	float: left !important;
	padding: 0 10px;
	width: 65% !important;
}
.title_track h5 {
	line-height: 25px;
}
.cp-controls .cp-play:hover {
	background-position: 0 -36px;
}
.cp-controls .cp-pause {
	background: url(images/pause.png);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 2px;
	text-indent: -9999px;
	width: 25px;
}
.cp-controls .cp-pause:hover {
	background-position: 0 -36px;
}
.cp-jplayer {
	width: 0;
	height: 0;
}
.lyrics {
	background: url("images/list-btn.png") no-repeat scroll center center transparent;
	float: right;
	height: 25px;
	text-align: center;
	text-indent: -99999px;
	width: 25px;
	margin: 0 2px;
}
.download {
	color: #FFF;
	float: right;
	padding: 2px 8px 3px;
	position: relative;
	right: 0;
	margin: 0 0px 0 2px;
}
.buysong {
	background: url("images/track-icons.png") no-repeat scroll center center;
	float: left;
	height: 25px;
	text-indent: -9999px;
	width: 25px;
	margin: 0 2px;
}
.download_track {
	float: right !important;
}
.lyrics_track {
	float: right !important;
}
.buy_track {
	float: right !important;
}
/* Jplyer
=================================*/
.cs_music_player {
	float: left;
	width: 100%;
	height: 81px;
	padding: 0px 0px 0px 24px;
	position: relative;
}
.cs_music_player .heading {
	margin: 0px;
	padding: 0px;
}
.cs_music_player .nowplaying h2 {
	text-transform: capitalize !important;
	float: left;
	padding-top: 20px;
}
.jp-playlist-player p {
	color: #dcdee0;
	position: absolute;
	left: 153px;
	top: 21px;
}
.cs_music_player .j-icon {
	position: absolute;
	right: 57px;
	top: 3px;
	width: 59px;
	height: 76px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-top: 28px;
}
.cs_music_player .j-icon-two {
	right: 3px;
	cursor: pointer;
}
.play-list {
	position: relative;
	top: 100%;
	left: 0px;
	padding: 36px;
	z-index: 200;
}
.play-list ul {
	width: 100%;
}
.play-list ul li {
	width: 100%;
	border-top: 1px solid;
	padding-top: 8px;
	margin-top: 8px;
}
.play-list ul li:first-child {
	border-top: none;
	padding-top: 0px;
	margin-top: 0px;
}
.play-list ul li .song-name {
}
.play-list ul li .song-name a {
	/*  background:url(../images/play-list-arrow.png) no-repeat;*/
	width: 25px;
	height: 30px;
	padding-left: 35px;
	padding-bottom: 6px;
	padding-top: 2px;
}
.play-list ul li .song-name a:hover {
	background: url(../images/play-list-arrow.png) no-repeat 0px -35px;
}
.play-list ul li .song-name a span {
	font-size: 11px;
}
.play-list ul li .download-btn p {
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}
.play-list ul li .download-btn a {
	float: left;
	margin-left: 10px;
}
.play-list ul li .download-btn a.click {
	width: 25px;
	height: 25px;
	text-align: center;
}
.download-btn {
	margin-top: 1px;
}
.play-list ul li .download-btn a.download {
	padding: 2px 8px 3px;
}
.volumicon {
	background: url("images/volum-icon.png") no-repeat scroll 0 0 transparent;
	height: 12px;
	left: 650px;
	position: absolute;
	top: 45px;
	width: 16px;
}
/* Now Playing
================================================== */
.nowplaying {
	width: 100%;
	float: left;
	font-size: 11px;
	position: relative;
}
.nowplaying h5 {
	color: #FFFFFF;
}
.nowplaying p {
	margin-bottom: 2px;
	color: #DCDEE0;
	left: 0px;
	position: relative;
	top: 20px;
	float: left;
}
/* Small Banners
=================================*/
.small-banners {
	float: left;
	padding-bottom: 30px;
	background: url("images/small-banner-bg.png") repeat-x bottom;
}
.small-banners .heading {
	margin: 0px;
	padding: 0px;
}
.small-banners ul li {
	position: relative;
	padding-bottom: 11px;
	padding-top: 9px;
	width: 312px;
	margin-left: 1px;
}
.small-banners .text {
	position: absolute;
	bottom: 24px;
	left: 24px;
}
.small-banners .text a {
	font-size: 10px;
	padding: 0px 5px 0px 5px;
	display: inline-block;
	margin-top: 6px;
}
.small-banners .thumb {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.small-banners ul li:hover .thumb {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.small-banners ul li:hover img {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.contdown_content {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 11px;
	background: url(images/black.png);
	border-top: 4px solid;
	padding-top: 25px;
	padding-bottom: 22px;
	height: 66%;
}
.footer .contdown_content {
	height: 50%;
	bottom: 0px;
}
.contdown_content .location {
	background: url(images/contdwon-loc-icon.png) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -19px;
	left: 0px !important;
	right: 0px;
	margin: auto;
}
.small-ban {
	/*background: url("images/small-banner-bg.png") repeat-x scroll center bottom transparent;*/
	float: left;
	margin-left: 1px;
	padding-bottom: 11px;
	/*padding-top: 9px;*/
	position: relative;
	width: 100%;
}
/* Coll
=================================*/
.coll {
	margin-top: 20px;
}
.content h2 {
	margin: 0px 0px 0px 0px;
}
.span8 ul li .desc .text > h4 {
	line-height: 20px;
}
.blog > li > .desc > .thumb {
	width: 217px;
	border: 2px solid #242424;
}
.blog > li > .desc > .thumb > a > img {
	float: left;
	width: 100%;
}
.span8 ul li .desc .text {
	padding-left: 240px;
}
.span8 ul li .desc .text h4 a {
	line-height: normal;
	color: #FFF;
}
.span8 ul li .desc .text .date {
	color: #999;
	margin: 3px 0px 6px 0px;
}
.span8 ul li .desc .text a.italic.bold {
	font-size: 11px;
	background: url(images/read-arrow.png) no-repeat 0px 5px;
	padding-left: 12px;
	display: block;
	margin-top: 6px;
}
.span8.blog > li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #141414;
}
.span8.blog > li:first-child {
	border-top: none;
	padding: 0px;
	margin-top: 0px;
}
/* Coll Span4
=================================*/
.upcomming_parties .date {
	width: 56px;
	text-align: center;
	padding: 13px 0px 9px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.upcomming_parties .date h1 {
	font-size: 30px;
	line-height: 20px;
}
.upcomming_parties ul li .desc {
	padding-left: 73px;
}
.upcomming_parties ul li .desc p {
	background: url(images/location-icon.png) no-repeat 0px 4px;
	padding-left: 14px;
	margin-top: 1px;
}
.upcomming_parties ul li {
	border-top: 1px solid;
	padding-top: 20px;
	margin-top: 20px;
	width: 100%;
}
.upcomming_parties ul li:first-child {
	border-top: none;
	padding: 0px;
	margin: 0px;
}
.upcomming_parties ul li .desc a.bay {
	background: url(images/bay-btn-bg.png) repeat-x;
	height: 21px;
	display: inline-block;
	padding: 0px 10px 0px 10px;
	border-radius: 2px;
	margin-top: 4px;
}
.upcomming_parties ul li .desc h4 a {
	font-size: 16px;
}
/* Crousel
=================================*/
.crousel {
	background: url(images/small-banner-bg.png) repeat-x;
	margin-top: 48px;
	padding-top: 38px;
	position: relative;
}
.item ul li {
	margin: 0 0 0 20px !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 220px;
}
.item ul li:hover {
	border: 5px solid #393939;
	width: 210px !important;
}
.item ul li:first-child {
	margin-left: 0px !important;
	padding: 0px;
}
.item ul li .title {
	padding: 20px 0px 20px 16px;
}
.item ul li .title p {
	margin-top: 3px;
}
.item ul li .active .text {
	float: left;
	width: 100%;
	border-top: 8px solid;
	padding: 20px 15px 20px 15px;
}
.item ul li .active {
	position: absolute;
	left: 0px;
	bottom: -276px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.item ul li:hover .active {
	bottom: 0px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.item ul li .active span {
	background: url(images/active-play-btn.png) no-repeat;
	width: 176px;
	height: 105px;
	display: inline-block;
	position: absolute;
	left: 22px;
	top: -72px;
}
.item ul li .active .text .italic {
	font-size: 11px;
	margin-bottom: 3px;
}
.prod-opts {
	padding: 10px 0px 7px 0px;
	text-align: center;
}
.prod-opts > h6 {
	float: left;
	padding: 0 10px 5px;
}
.prod-opts a {
	width: 30px;
	height: 20px;
	display: inline-block;
	background: url(images/acctive-icon.png) no-repeat;
}
.prod-opts a.amazon {
	background-position: 0px 0px;
}
.prod-opts a.amazon:hover {
	background-position: 0px -21px;
}
.prod-opts a.apple {
	background-position: -33px 0px;
}
.prod-opts a.apple:hover {
	background-position: -33px -21px;
}
.prod-opts a.grooveshark {
	background-position: -65px 0px;
}
.prod-opts a.grooveshark:hover {
	background-position: -65px -21px;
}
.prod-opts a.soundcloud {
	background-position: -95px 0px;
}
.prod-opts a.soundcloud:hover {
	background-position: -95px -21px;
}
/* Albums
=================================*/
.nav-tabs > li > .active, .nav-tabs > li > a:hover {
	background: url("images/black.png") repeat scroll 0 0 transparent;
	border-bottom: medium none;
	border-top: 2px solid #FF4539 !important;
	color: #FFFFFF;
	cursor: pointer;
}
.tab-pane.active.masoned {
	float: left;
	width: 960px !important;
}
.tab-pane li {
	background: none !important;
	margin: 0 0 20px 20px !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 205px;
	border: 5px solid transparent;
	float: left !important;
}
.tab-pane li:hover {
	border-color: #393939;
}
.tab-pane li:first-child {
}
.tab-pane {
	margin-left: -20px;
}
.in-sec li .title {
	background: #151515;
	padding: 6px 0px 20px 16px;
}
.in-sec li .title h3, text p {
	float: left !important;
	width: 100% !important;
}
.in-sec li .title p {
	margin-top: -6px;
	float: left;
}
.in-sec li .active .text {
	background: #151515;
	float: left;
	width: 100%;
	border-top: 8px solid #1A1A1A;
	padding: 20px 15px 20px 15px;
}
.in-sec li .active {
	position: absolute;
	left: 0px;
	bottom: -280px;
	width: 100%;
	transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
}
.in-sec li:hover .active {
	bottom: 0px;
}
.in-sec li .active span {
	background: url(images/active-play-btn.png) no-repeat;
	width: 176px;
	height: 105px;
	display: inline-block;
	position: absolute;
	left: 22px;
	top: -72px;
}
.span8 .in-sec li .active span {
	left: 10px;
}
.in-sec li .active .text .italic {
	float: left;
	font-size: 11px;
	margin-bottom: 3px;
	width: 100%;
}
.in-sec .heading {
	line-height: 19px;
}
.prod-opts {
	padding: 10px 0px 7px 0px;
	text-align: center;
}
.prod-opts > h6 {
	float: left;
	padding: 0 10px 5px;
}
.prod-opts a {
	width: 30px;
	height: 20px;
	display: inline-block;
	background: url(images/acctive-icon.png) no-repeat;
}
.prod-opts a.amazon {
	background-position: 0px 0px;
}
.prod-opts a.amazon:hover {
	background-position: 0px -21px;
}
.prod-opts a.apple {
	background-position: -33px 0px;
}
.prod-opts a.apple:hover {
	background-position: -33px -21px;
}
.prod-opts a.grooveshark {
	background-position: -65px 0px;
}
.prod-opts a.grooveshark:hover {
	background-position: -65px -21px;
}
.prod-opts a.soundcloud {
	background-position: -95px 0px;
}
.prod-opts a.soundcloud:hover {
	background-position: -95px -21px;
}
.black {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background: url("images/black.png") repeat scroll 0 0 transparent;
	width: 100%;
}
/* Albums
================================================== */

.prod-sec {
	width: 100%;
	padding: 20px 20px 0px 20px;
	float: left;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.prod-sec .prod-head {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}
.prod-sec .prod-head h1 {
	float: left;
	color: #4c4c4c;
	padding: 4px 0px 0px 0px;
}
.prod-sec .prod-head a {
	float: left;
}
.prod-list > h3 {
	padding-left: 20px;
}
.span8 .prod-list {
	width: 640px;
}
.span8 .prod-list li {
	width: 192px;
}
.prod-list {
	width: 960px;
	float: left;
	margin-left: -20px;
}
.two-thirds .prod-list {
	width: 600px;
	float: left;
}
.prod-list li {
	width: 220px;
	position: relative;
	float: left;
	margin: 0px 0px 20px 20px;
	overflow: hidden;
}
.prod-list li a {
/*float:left;*/
}
.prod-list li img {
	width: 100%;
	float: left;
}
.two-thirds .prod-list li {
	width: 180px;
}
.two-thirds .prod-list li:first-child {
	padding-left: 20px;
}
.prod-list li a.thumb {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tab_menu_container.albumstabs {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none repeat scroll 0 0 #0F0F0F;
	float: left;
	padding: 0px 0px;
	margin-bottom: 20px;
	width: 100%;
}
.in-sec.nopad-bot {
	float: left;
	width: 100%;
}
.tab_menu_container > h5 {
	float: left;
	margin: 16px 20px 0 20px;
}
.tab_menu_container > ul > li {
	margin-bottom: 0;
	float: left;
}
.tab_menu_container > ul > li > .active {
	background: url("images/black.png") repeat scroll 0 0 transparent;
	border-bottom: medium none;
	border-top: 2px solid;
	color: #FFFFFF;
	cursor: pointer;
}
.tab_menu_container > ul > li > a {
	padding: 15px 30px 17px 30px;
	cursor: pointer;
	float: left;
	border-top: transparent 2px solid;
}
.tab_menu_container > ul > li > a:hover {
	background: url("images/black.png") repeat scroll 0 0 transparent;
	border-bottom: medium none;
	color: #FFFFFF;
	cursor: pointer;
}
.prod-list li a.thumb img {
	float: left;
	width: 100%;
}
.prod-list li a.thumb span {
	width: 208px;
	height: 158px;
	top: 0;
	left: 0;
	position: absolute;
	background: url(images/album-bg.png) no-repeat;
}
.prod-list li h4.title {
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.prod-list li h4.title a {
	color: #262626;
}
/* Footer
=================================*/
.footer {
	background: url(images/footer-border.png) repeat-x top;
	margin-top: 5px;
	padding: 38px 0px 0px 0px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
}
.footer .widget {
	width: 300px !important;
	margin-top: 0px;
	margin-left: 20px;
	float: left;
}
.footer_widget {
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.footer h4 {
	border-bottom: 1px solid;
	padding-bottom: 8px;
	margin-bottom: 18px;
}
.footer .small-banners {
	background: none transparent !important;
}
.footer .small-ban {
	padding: 0px !important;
}
.widget .heading {
	margin: 0 !important;
	line-height: 20px;
}
/* Tweter Widget
=================================*/
.tweter-widget p {
	font-size: 14px;
}
.tweter-widget .tweet {
	padding-left: 29px;
	background: url(images/tweet-img.png) no-repeat;
	margin-top: 17px;
	display: block;
}
/* Gallery Widget
=================================*/
.gallery-widget ul li img {
	border: 2px solid;
	box-shadow: 0 0 5px 3px #0d0d0d;
}
.gallery-widget ul {
	margin-left: -12px;
	margin-top: -10px;
}
.gallery-widget ul li {
	margin-left: 12px;
	margin-top: 10px;
}
/* Newslatter Widget
=================================*/
.newsletter {
	position: relative;
	margin-top: 18px;
}
.newsletter input {
	border: 1px solid #000 !important;
}
.newsletter button {
	padding: 9px 12px 9px 12px;
	border: 1px solid #000;
	position: relative;
	right: 0px;
	top: 0px;
}
.footer_links {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	padding: 0 40px;
	width: 100%;
}
.footer_links .logo {
	padding-top: 30px;
	margin-right: 50px;
}
.footer_links .navigation {
	width: 79%;
}
.footer_links .navigation ul li a:hover {
	border-bottom: 2px solid;
	border-top: none;
	padding: 32px 20px 30px 20px;
}
.footer_links .navigation ul li.current-menu-item a {
	border-bottom: 2px solid #D0D0D0;
	border-top: none;
	padding: 32px 20px 30px 20px;
}
.copyright {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 18px 40px 18px 40px;
	float: left;
	width: 100%;
}
.copyright p {
	font-weight: 600;
	float: left;
	margin: 13px 0px 0px 0px
}
.follow {
	color: #999999;
}
.followus {
	float: right;
}
.followus h3 {
	border: none;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	font-size: 16px;
}
.followus ul {
	float: left;
	margin: 10px 0px 0px 0px;
}
.followus li {
	background: none repeat scroll 0 0 transparent !important;
	margin: 0 !important;
	padding: 0 !important;
}
.followus ul li a {
	background: url(images/icon-sprites.png) no-repeat 0px -25px;
	width: 29px;
	height: 23px;
	display: inline-block;
}
/* Albums Page
=================================*/
.breadcrumb .text {
	float: left;
	width: 56%;
}
.breadcrumb p {
	margin-top: 7px;
}
/*
new added
==========================================================
*/
.tab-content {
	float: left;
	width: 100%;
}
.tab-content .item ul {
	margin-left: -20px;
}
.tab-content .item ul li:first-child {
	margin-left: 20px;
}
.tab-content .item ul li {
	margin-left: 20px;
	margin-top: 30px;
}
.item ul li .thumb img {
	width: 100%;
}
/* Pagination
=================================*/
.pagination h5 {
	float: left;
	padding: 13px 0px 0px 0px;
}
.pagination-arrow {
	float: right;
	padding-top: 1px;
}
.pagination-arrow a {
	background: url(images/paginatioon-arrow.png) no-repeat;
	width: 39px;
	height: 43px;
	text-indent: -999999px;
	float: left;
}
.pagination-arrow a:hover {
	background: url(images/paginatioon-arrow-active.png) no-repeat;
}
.pagination-arrow .left-arrow {
	border-left: 1px solid;
}
.pagination-arrow .right-arrow {
	background-position: -39px 0px;
	width: 25px;
}
.pagination-arrow .right-arrow:hover {
	background-position: -39px 0px;
}
.pagination ul li {
	margin: 0 !important;
	padding: 0 !important;
	border-top: none;
}
.pagination ul li:first-child {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.pagination > ul > li .active {
	border-top: 3px solid;
	border-bottom: 3px solid;
	padding: 10px 12px 8px 15px;
}
/* Artist Page
=================================*/
.artist-item ul li {
	width: 100%;
	margin-top: 40px;
}
.artist-item.pull-left.width > ul {
	width: 100%;
}
.artist-item ul li:first-child {
	margin-top: 0px;
}
.artist-item ul li .thumb {
	float: left;
	width: 50%;
}
.artist-item ul li .thumb a img {
	border: 1px solid;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.artist-item ul li .thumb:hover a img {
	opacity: .5;
	filter: alpha(opacity=50);
}
.artist-item h1 {
	line-height: normal;
	color: #fff;
}
.artist-item ul li .text {
	float: left;
	width: 50%;
	padding: 26px;
}
.artist-item ul li .text p {
	font-weight: 600;
	margin-top: 6px;
}
.album {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.album ul {
	margin-left: -11px;
	margin-top: 17px;
}
.contact_us .post_detail .form h3 {
	line-height: 30px;
}
.contact_info h5 {
	margin-top: 10px;
	float: left;
	width: 100%;
}
.album p {
	font-weight: bold !important;
}
.album ul li {
	margin-left: 11px;
	width: 96px;
	margin-top: 0px;
}
.album ul li a {
	width: 100%;
}
.album ul li a img {
	opacity: 1;
	width: 100%;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.album ul li:hover a img {
	opacity: .5;
	filter: alpha(opacity=50);
}
.portfolio-item-holder .nav {
	position: absolute;
	top: 0px;
	left: 0px;
}
.portfolio-item-holder .active > a, .nav-tabs > .active > a:hover {
	border: none !important;
}
/* Parties Page
=================================*/
.parties-pro ul li {
	position: relative;
	border: 1px solid #000;
	width: 29%;
}
.span12 .parties-pro ul li {
	width: 31%;
}
.parties-pro ul li .text {
	background: #151515;
	float: left;
	width: 100%;
	padding: 14px 14px 10px 14px;
}
.parties-pro ul li .text p {
	font-size: 11px;
}
.parties-pro ul li .text h4 {
	line-height: 20px;
	color: #FFF;
}
.parties-pro ul li .border {
	background: url(images/parties-album-border.png) repeat-x;
	height: 5px;
	width: 98%;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 3px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.parties-pro ul li .thumb {
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.parties-pro ul li .thumb img {
	width: 100%;
}
.parties-pro ul li:hover .thumb {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.parties-pro ul li .active {
	background: url(images/black.png);
	float: left;
	position: absolute;
	bottom: 86px;
	left: 0%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	opacity: 0;
	filter: alpha(opacity=0);
}
.parties-pro ul li:hover .active {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	opacity: 1;
	filter: alpha(opacity=100);
}
.parties-pro ul li .active a {
	padding-left: 37px;
	padding-top: 13px;
	padding-bottom: 12px;
	float: left;
	margin-left: 30px;
}
.parties-pro ul li .active a.capt {
	background: url(images/capture.png) no-repeat;
	background-position: 10px 16px;
}
.parties-pro ul li .active a.play {
	background: url(images/play.png) no-repeat;
	background-position: 10px 16px;
}
.parties-pro ul li .active span {
	background: url(images/border-active.png) no-repeat;
	width: 20px;
	height: 44px;
	display: block;
	position: relative;
	left: 48%;
}
.parties-pro ul {
	margin-top: -20px;
	margin-left: -20px;
}
.parties-pro ul li {
	margin-left: 20px;
	margin-top: 20px;
}
.post_img {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.post_img .countDays, .post_img .countHours, .post_img .countMinutes, .post_img .countSeconds {
	height: 76px;
	width: 76px;
	padding: 0px;
	background-image: url(../images/transparent_bg2.png);
}
.post_img .define p {
	margin: 0px;
}
.post_img .contdown_content {
	background: none;
	border: none;
	padding: 0px;
	margin: 0 0 15px;
}
.post_img .secnd {
	left: 412px !important;
	top: -26px;
}
.post_img .min {
	left: 325px !important;
	top: -26px;
}
.post_img .hours {
	left: 241px !important;
	top: -26px;
}
.post_img .days {
	left: 158px !important;
	top: -26px;
}
.text-box p {
}
.text-box h4 {
	padding: 15px 20px;
	-moz-box-shadow: -7px 8px 12px -4px #000000;
	-webkit-box-shadow: -7px 8px 12px -4px #000000;
	box-shadow: -7px 8px 12px -4px #000000;
	position: relative;
	top: 0px;
	left: 0px;
	width: 92%;
}
.blog > ul {
	list-style: nonel;
}
.blog > ul li {
	float: left;
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	background-image: url(images/post_border.png);
	background-repeat: repeat-x;
	background-position: top;
}
.blog > ul li:first-child {
	background: none;
	padding: 0px;
	margin: 0px;
}
.blog > ul li:first-child div.post {
	margin-top: -12px;
}
.blog > ul li:hover .post_text {
}
.post {
	float: left;
	width: 100%;
}
.post_text {
	float: left;
	width: 100%;
	border-left: solid 8px;
	padding: 0px 0px 0px 18px;
}
.blog_heading {
	float: left;
	width: 100%;
}
.blog_heading h3 {
	font-size: 20px;
	margin: 10px 0 0;
}
.post_date {
	float: left;
	width: 70px;
	background-image: url(images/border.png);
	background-position: right;
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px 15px 0px 0px;
}
.post_date h2 {
	font-size: 30px;
	margin: 0px;
}
.post_date h6 {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}
.blog_text {
	float: left;
	width: 100%;
	padding: 10px 0px;
	margin: 10px 0px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.blog_tags {
	float: left;
	width: 100%;
}
.blog_tags img {
	margin: -3px 10px 0px 0px;
}
.blog_tags ul {
	float: left;
	list-style: none;
}
.blog_tags ul li {
	border: none;
	float: left;
	margin: 0px 0px;
	padding: 0px 0px 0px 30px;
	background-image: url(images/pagination-border.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 30px;
}
.blog_tags ul li:first-child {
	padding: 0px;
	background: none;
	margin: 0px;
}
.blog_tags ul li a {
	font-style: italic;
}
/* Nivo Slider
================================================== */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* 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: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9985;
	top: 0px;
	left: 0 !important;
	display: block !important;
	opacity: 1 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-caption-in {
	position: absolute;
	color: #b1b1b1;
	width: 100%;
	z-index: 9985;
	bottom: 0px;
	left: 0 !important;
	padding: 20px;
	display: block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-caption-in.Top {
	top: 0;
	bottom: auto;
}
.nivo-caption .capt-in {
	color: #b1b1b1;
	width: 100%;
	padding: 20px;
	display: block !important;
	background: url(images/black.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-spacing: 3px;
	font-family: 'Oswald', sans-serif;
}
.capt-heading {
	float: left;
	width: 250px;
	text-transform: uppercase;
	padding-right: 20px;
	margin-right: 20px;
	border-right: #3e3e3e dotted 1px;
}
.capt-heading h1 {
	color: #FFF;
	font-size: 50px;
	line-height: 50px;
}
.capt-heading h1:first-child {
	font-size: 25px;
	line-height: 25px;
}
.capt-text {
	float: left;
	width: 609px;
}
.capt-text p {
	font-size: 14px;
}
.capt-text h4 {
	padding-bottom: 5px;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	height: 60px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9990;
	display: inline-block !important;
}
.nivo-directionNav a {
	background: url(images/banner-arrow.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 19px;
	opacity: 0.75;
	position: absolute;
	text-indent: -9999px;
	top: 46%;
	width: 12px;
}
.nivo-prevNav {
	width: 30px;
	height: 60px;
	float: left;
	left: 13px;
	display: inline-block !important;
	background-position: 0 0px !important;
}
.nivo-prevNav:hover {
	background-position: -12px 0px !important;
}
.nivo-nextNav {
	width: 30px;
	height: 60px;
	float: right;
	right: 13px;
	display: inline-block !important;
	background-position: 0 -19px !important;
}
.nivo-nextNav:hover {
	background-position: -12px -19px !important;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
.page-banner .nivo-directionNav {
	height: 40px;
	width: auto;
	bottom: 172px;
	top:auto;
	right: 23px;
}
.page-banner .nivo-directionNav a {
	position: absolute;
	top: 27px;
	right: 11px;
	left:auto;
	width: 41px;
	height: 40px;
	background: url(images/back.png) no-repeat !important;
}
.page-banner .nivo-directionNav a:hover{
	
}

.page-banner .nivo-directionNav a.nivo-nextNav {
  right:-15px;
  left: auto;
  background:url(images/next_h.png) no-repeat -1px 0 transparent !important;
}
.page-banner .nivo-directionNav a.nivo-nextNav:hover{
	
}
/* cosmetics */
.theme-default .nivoSlider {
	position: relative;
	background: #fff url(images/ajax_loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider a {
	display: block;
}
.nivo-controlNav {
	left: 49%;
	padding: 5px 10px;
	position: absolute;
	border-radius: 20px;
	bottom: 20px;
	z-index: 9990;
	box-shadow: 0px 0px 2px #000;
	display: none;
}
/* Anything Slider
================================================== */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 1 !important;
}
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
.anythingSlider .arrow.disabled {
	display: none;
}
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.panel:first-child {
	padding: 0 !important;
}
.anythingSlider .vertical .panel {
	float: none;
}
.anythingSlider .fade .panel {
	float: none;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .fade .activePage {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
}
.any-caption {
	position: absolute;
	color: #b1b1b1;
	width: 100%;
	z-index: 9985;
	bottom: 0px;
	left: 0 !important;
	padding: 20px;
	display: block !important;
	opacity: 1 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.any-caption.caption-Top {
	top: 0px;
	bottom: auto;
}
.any-caption .capt-in {
	color: #b1b1b1;
	width: 100%;
	padding: 20px;
	display: block !important;
	background: url(images/black.png);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-spacing: 3px;
	font-family: 'Oswald', sans-serif;
}
.anythingSlider .panel {
	position: relative;
}
.anythingSlider img {
	width: 100%;
	height: 100%;
}
.anythingSlider-default .anythingControls a.start-stop {
	display: none;
}
.anythingSlider-default .arrow {
	background: url(images/banner-arrow.png) no-repeat 0px 0px;
	cursor: pointer;
	display: block;
	height: 19px;
	opacity: 0.75;
	position: absolute;
	text-indent: -9999px;
	top: 46%;
	width: 12px;
	z-index: 9;
}
.anythingSlider-default .back {
	float: left;
	left: 13px;
	display: inline-block !important;
	background: url(images/banner-arrow.png) no-repeat 0px 0px;
}
.anythingSlider-default .back:hover {
	background-position: -12px 0px;
}
.anythingSlider-default .forward {
	float: right;
	right: 13px;
	display: inline-block !important;
	background: url(images/banner-arrow.png) no-repeat 0px -19px;
}
.anythingSlider-default .forward:hover {
	background-position: -12px -19px;
}
/* IE8 and Older Styling */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}
/* RTL Styling */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul {
	float: left;
}
.anythingSlider.rtl .anythingControls ul a {
	float: right;
}
.anythingSlider, .anythingSlider .anythingWindow, .anythingSlider .anythingControls ul a, .anythingSlider .arrow a, .anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
/* Sudo Slider
================================================== */
.sudo-slider {
	width: 100% !important;
	height: 100% !important;
}
.sudo-slider ul {
	width: 100% !important;
	float: left;
}
.sudo-slider ul li {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
}
.sudo-slider img {
	width: 100% !important;
	height: 100% !important;
}
#controls .nextBtn {
	right: 10px;
}
.sudoslid #container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 696px;
	background: #fff;
	margin-bottom: 2em;
}
.sudo-slider ul, .sudo-slider li {
	margin: 0;
	width: 100%;
	float: left;
	height: 100%;
	list-style: none;
	position: relative;
	display: block;
}
.sudo-slider, .sudo-slider li {
	overflow: hidden;
}
.sudo-slider li .caption {
	position: absolute;
	color: #b1b1b1;
	width: 100%;
	z-index: 9985;
	bottom: 0px;
	left: 0 !important;
	padding: 20px;
	display: block !important;
	opacity: 1 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sudo-slider li .Top {
	top: 0px;
	left: 0 !important;
}
.sudo-slider li .caption .capt-in {
	color: #b1b1b1;
	width: 100%;
	padding: 20px;
	display: block !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-spacing: 3px;
	font-family: 'Oswald', sans-serif;
}
.sudo-slider li .caption .capt-in h3 {
	color: #fff;
	padding-bottom: 5px;
}
.sudo-slider li .caption .capt-in a {
	color: #fff;
}
#controls {
	height: 60px;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9990;
	display: inline-block !important;
}
#controls a {
	background: url(images/banner-arrow.png) no-repeat 0px 0px;
	cursor: pointer;
	display: block;
	height: 19px;
	opacity: 0.75;
	position: absolute;
	text-indent: -9999px;
	top: 46%;
	width: 12px;
}
#controls .prevBtn {
	width: 12px;
	height: 19px;
	float: left;
	display: inline-block !important;
	background: url(images/banner-arrow.png) no-repeat 0px 0px;
	left: 10px;
}
#controls .prevBtn:hover {
	background-position: -12px 0px;
}
#controls .nextBtn {
	width: 12px;
	height: 19px;
	float: right;
	display: inline-block !important;
	background: url(images/banner-arrow.png) no-repeat 0px -20px;
}
#controls .nextBtn:hover {
	background-position: -12px -20px;
}
/* Event Page
=================================*/
.event .flexslider {
	height: 244px;
}
.flexslider .text-box h4 {
	border-radius: 4px 0px 0px 4px;
}
.events {
	float: left;
	width: 100%;
}
.events_tabs {
	float: left;
}
.events_tabs .nav-tabs > .active > a, .events_tabs .nav-tabs > .active > a:hover {
	border: none !important;
}
.events_tabs .nav-tabs > li > a {
	font-size: 14px;
	padding: 15px 30px;
}
.events_tabs ul {
	left: 0px;
}
.events_tabs ul li {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.nav.nav-tabs {
	-moz-box-sizing: border-box;
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
}
.nav-tabs > li {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.nav-tabs > li:first-child {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.events_detail {
	float: left;
	width: 100%;
}
.events_detail ul {
	float: left;
	width: 100%;
}
.events_detail ul li {
	background: url("../images/event-border.png") repeat-x scroll center top transparent;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
	width: 100%;
}
.events_detail ul li.no-img {
	float: left;
	width: 100%;
}
.events_detail ul li.no-img .gig-opt ul li {
	height: 80px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.events_detail ul li.no-img .gig-opt ul li.location {
	padding-top: 30px;
}
.events_detail ul li.no-img .gig-opt ul li p {
	padding-left: 16px;
	background: url(../images/event-location.png) no-repeat 0px 2px;
}
.events_detail ul li.no-img .gig-opt ul li.time {
	padding-top: 30px;
}
.events_detail ul li.no-img .gig-opt ul li.time p {
	background: url(../images/event-clock.png) no-repeat 0px 3px;
	padding-left: 19px;
}
.events_detail ul li.no-img .gig-opt ul li.location a, .events_detail ul li.no-img .gig-opt ul li.time a {
	display: none;
}
.events_detail ul li:first-child {
	background: none;
	margin: 0px;
	padding: 0px !important;
}
.events_detail ul li .thumb {
	float: left;
	height: 190px;
	overflow: hidden;
	position: relative;
}
.cap {
	position: absolute;
	left: 20px;
	bottom: 22px;
	z-index: 6;
}
.gig-opt ul li.date {
	overflow: inherit !important;
}
.gig-opt ul li.date .tip {
	background: url("images/tip-aroow.png") no-repeat scroll 0 0 transparent;
	bottom: 100%;
	left: 33px;
	position: absolute;
}
.events_detail ul li:hover .gig-opt ul li.date .tip {
	background: url("images/tip-aroow-active.png") no-repeat !important;
}
.cap h3 {
	line-height: 30px;
}
.event-img-shadow {
	background: url(images/event-img-shadow.png) repeat-x;
	display: block;
	height: 99%;
	width: 620px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
}
.event .sidebar img {
	border: 1px solid;
}
.gig-opt {
	float: left;
	width: 620px;
}
.gig-opt ul li {
	padding: 20px 0px 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid;
	margin: 0px;
	background: none;
}
.gig-opt ul li:first-child {
	border-left: none;
}
.gig-opt ul li.date {
	width: 12%;
	text-align: center;
	padding: 18px 0;
}
.gig-opt ul li.date h1 {
	line-height: 25px;
	font-size: 30px;
}
.post_detail .gig-opt ul li.date {
	padding: 15px 0;
}
.share_blog ul li:first-child {
	margin-right: 9px !important;
}
.gig-opt ul li.date .pointer {
	width: 9px;
	text-align: center;
	background: url(images/date-arrow.png) no-repeat;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 0px;
}
.gig-opt ul li.date .pointer img {
	border: none;
}
.gig-opt ul li.location {
	width: 45%;
	padding: 23px 0px 23px 18px;
}
.gig-opt ul li a {
	background: url(images/event-location.png) no-repeat;
	padding-left: 16px;
}
.gig-opt ul li p {
}
.gig-opt ul li.time {
	width: 33%;
	padding: 23px 0px 23px 18px;
}
.gig-opt ul li.time a {
	background: url(images/event-clock.png) no-repeat 0px 1px;
}
.gig-opt ul li.star {
	width: 10%;
	text-align: center;
	padding: 29px 0px 30px 0px;
}
.gig-opt ul li.star a {
	background: none;
	padding: 0px 0px 0px 0px;
	display: block;
}
.gig-opt ul li.star a img {
	border: none;
}
/*
Nelson
========================================================
*/

.blog_banner {
	float: left;
	width: 100%;
}
.blog_banner .caps {
	position: absolute;
	left: 40px;
	bottom: 80px;
}
.blog_banner .caps h2 {
}
.blog_banner .caps h2 small {
	font-weight: bold;
}
.text-box {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 490px;
}
.post_img {
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.text-box p {
}
.text-box h4 {
	padding: 15px 20px;
	-moz-box-shadow: -7px 8px 12px -4px #000000;
	-webkit-box-shadow: -7px 8px 12px -4px #000000;
	box-shadow: -7px 8px 12px -4px #000000;
	position: absolute;
	top: -50px;
	left: 0px;
	width: 92%;
	line-height: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.text-box h4 a {
	color: #FFF !important;
}
.blog_banner_text {
	float: left;
	margin: 0px 0px 0px 20px;
	background-image: url(images/pattern.png);
	background-repeat: repeat-x;
	padding: 20px;
	width: 96%;
	height: 112px;
}
.read_more {
	background-image: url(images/pattern2.png);
	background-repeat: repeat-x;
	padding: 7px 10px;
	float: left;
	width: 96%;
	margin: 0px 0px 0px 20px;
}
.read_more a {
	font-size: 11px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px 0px 0px 10px;
}
.blog_banner_text .date{
	background-color: #212121;
	border-radius: 3px 3px 3px 3px;
	padding: 13px 0 9px;
	text-align: center;
	width: 56px;
	float:left;
}
.blog_banner_text .date h1 {
	font-size: 30px;
	line-height: 20px;
}
.blog_banner_text .date + p{
	float:left;
	width:100%;
	left:0;
	position:absolute;
	padding:0 10px 0 120px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.latest_blogs {
}
.blog {
}
.blog > ul {
	list-style: none;
	width: 100%;
}
.blog > ul li {
	float: left;
	padding: 40px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	background-image: url(images/post_border.png);
	background-repeat: repeat-x;
	background-position: top;
}
.blog > ul li:first-child {
	background: none;
	padding: 0px;
	margin: 0px;
}
.blog > ul > li {
	width: 100%;
}
.blog > ul li:hover .post_text {
}
.post {
	float: left;
	width: 100%;
}
.post_text {
	float: left;
	width: 100%;
	border-left: solid 8px;
	padding: 0px 0px 0px 18px;
}
.blog_heading {
	float: left;
	width: 100%;
}
.blog_heading h3 {
	font-size: 20px;
	margin: 8px 0 0;
}
.post_date {
	float: left;
	width: 70px;
	background-image: url(images/border.png);
	background-position: right;
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px 15px 0px 0px;
}
.post_date h2 {
	font-size: 30px;
	margin: 0px;
	line-height: 30px;
}
.post_date h6 {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}
.blog_text {
	float: left;
	width: 100%;
	padding: 15px 0px;
	margin: 10px 0px 18px 0px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.blog_tags {
	float: left;
	width: 100%;
}
.blog_tags img {
	margin: -3px 10px 0px 0px;
}
.blog_tags ul {
	float: left;
	list-style: none;
}
.blog_tags ul li {
	float: left;
	margin: 0px 0px;
	padding: 0px 0px 0px 30px;
	background-image: url(images/pagination-border.png);
	background-repeat: no-repeat;
	background-position: left;
	margin: 0px 0px 0px 30px;
	width: auto !important;
	color: #292929;
}
.blog_tags ul li:first-child {
	padding: 0px !important;
	background: none;
	margin: 0px;
}
.blog_tags ul li a {
	font-style: italic;
}
.blog_tags ul li a:hover {
}
.search_widget {
	position: relative;
}
.search_widget span {
	position: absolute;
	right: 0px;
	top: -1px;
}
.search_widget input {
	width: 250px;
}
.widget_categories {
}
.widget_categories ul {
	float: left;
	list-style: none;
}
.widget_categories ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: none;
	background-image: url(images/bullet2.png);
	background-repeat: no-repeat;
	background-position: right;
	border-right: solid 1px;
	border-bottom: solid 1px;
}
.widget_categories ul li:hover {
	background-image: url(images/bullet2-h.png);
}
.widget_categories ul li:first-child {
	background-image: url(images/bullet2.png);
	background-repeat: no-repeat;
	background-position: right;
	border-top: solid 1px;
}
.widget_categories ul li:hover:first-child {
	background-image: url(images/bullet2-h.png);
}
.widget_categories ul li a {
	background: none !important;
	border-left: 7px solid;
	display: block !important;
	font-size: 13px !important;
	font-weight: bold;
	float: left;
	padding: 6px 20px 7px 15px !important;
}
.blog_related {
}
.blog_related .nav {
	position: static;
	padding: 0px;
	border-top: 0px;
}
.blog_related_content {
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	border-top: none;
	float: left;
}
.blog_related_content .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	border-top: solid 2px #ff4539 !important;
}
.blog_related .tab-content {
	width: 100%;
}
.related_blogs {
	width: 100%;
	float: left;
}
.related_blogs ul {
	float: left;
	list-style: none;
	margin: 0px 0px 20px 0px;
}
.related_blogs ul li {
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	border-top: solid 1px;
}
.related_blogs ul li:first-child {
	border: none;
	margin: 30px 0px 0px 0px;
	padding-top: 0px;
}
.related_blogs h5 {
	font-size: 16px;
}
.related_blogs h6 {
	font-weight: normal;
	color: #3b3b3b;
	font-style: italic;
}
.upcomming_parties .desc h4 {
	margin: 0px !important;
	line-height: 20px;
}
.accordion-style {
}
.accordian_bg {
	background-image: url("images/plus.png");
	background-position: right;
	background-repeat: no-repeat;
}
.accordion-heading .accordion-toggle, .accordion-heading .accordion-toggle:hover {
	border-left: 5px solid;
	padding: 8px 15px 8px 15px;
}
.toggle {
	cursor: pointer;
}
.accordian_bg:hover {
	background-image: url(images/minus.png);
	background-repeat: no-repeat;
	background-position: right;
}
.accordion-heading h5 {
	background: url("images/plus.png") no-repeat scroll right center transparent;
}
.accordion-heading h5:hover {
	background: url("images/minus.png") no-repeat scroll right center transparent;
}
/*
comments
==================================================
*/
#comments {
	float: left;
	width: 100%;
	margin-top: 30px;
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 20px 0px 0px 0px;
	border-top: solid 1px;
}
.post_detail .form {
	border-top: 1px solid;
	float: left;
	margin-top: 30px;
	padding-top: 0px;
}
#comments ul {
	-moz-box-sizing: border-box;
	float: left;
	width: 100%;
	background-image: url("images/line.png");
	background-position: left;
	background-repeat: repeat-y;
}
#comments ul ul {
	background-image: url("images/line.png");
	background-position: 0 48px;
	background-repeat: repeat-x;
}
#comments ul ul ul {
	background-image: url("images/line.png");
	background-position: 0 48px;
	background-repeat: repeat-x;
}
#comments ul li {
	-moz-box-sizing: border-box;
	float: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none;
}
#comments ul li:first-child {
	margin: 0px;
	padding: 0px
}
#comments ul ul li:first-child {
	margin: 20px 0px 0px 0px;
	padding: 0px
}
#comments ul ul ul li:first-child {
	margin: 20px 0px 0px 0px;
	padding: 0px
}
#comments ul li .avatars {
	float: left;
	width: 56px;
	position: absolute;
	border: solid 2px;
}
.fulwidth {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.fulwidth1 {
	width: 100% !important;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px !important;
}
#frm_area1 .fulwidth1 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*
Leave Reply
==================================================
*/
#respond {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.quickinquiry {
	float: left;
	width: 100%;
	margin-top: 30px;
}
#respond .comment-notes {
	padding-bottom: 20px;
	float: left;
	width: 100%;
}
#commentform label small, #frm1 label small {
	padding-left: 10px;
}
#commentform input[type="text"], #frm1 input[type="text"] {
	margin: 5px 0 20px 0;
}
#frm_area1 input[type="text"] {
	margin-bottom: 10px;
}
.btn_submit {
	border: medium none;
	float: left;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
	padding: 10px 20px;
}
.frm_error {
	margin-bottom: 10px;
}
.captcha {
	float: left;
	width: 100%;
}
[id*="captcha"] {
 float: left;
 margin: 0 10px 20px 0;
}
.refresh-captcha {
	background: url("images/refresh.png") no-repeat scroll left center transparent;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 6px 0 0;
	padding: 0 0 0 18px;
}
.cont-map {
}
.comments_inp {
	width: 48%;
	float: left;
}
.comments_inp2 {
	width: 51.5%;
	float: left;
}
.comments_input {
	width: 286px;
	float: left;
}
#comments .comments_inp:first-child {
	margin-left: 0px;
}
#comments ul li .desc {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding: 0 0 0 80px;
	position: relative;
	width: 100%;
}
#comments ul ul li {
	float: right;
	position: relative;
	width: 93%;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#comments ul ul ul li {
	width: 85%;
}
#comments ul ul ul ul li {
	width: 77%;
}
#comments ul li .pointer {
	background-image: url("images/reply_tip.png");
	height: 8px;
	left: 60px;
	position: absolute;
	top: 25px;
	width: 20px;
}
#comments h3, #comments h3 small, .form h3, .form h3 small {
	margin: 10px 0px;
	font-size: 18px;
	font-weight: bold;
}
.comment_bg {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #090909;
	float: left;
	padding: 20px;
	width: 100%;
}
.text-desc {
	float: left;
}
.span8 textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}
.about_admin {
	float: left;
	width: 100%;
}
.about_admin .avatar, .about_admin .avatar img {
	width: auto !important;
}
.about_admin h4 {
	color: #d0d0d0;
	margin: 0px 0px 0px 0px !important;
}
.about_admin h4 small {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
.avatar {
	float: left;
	width: 100%;
}
.disc {
	padding: 0px 0px 0px 80px;
}
.disc p {
	margin: 0px !important;
}
.desc .text-desc p.ago {
	float: left;
	margin: 0px 0 0 10px;
	padding: 0px 0px 0px 20px;
	font-style: italic;
	background-image: url(images/pagination-border.png);
	background-position: left;
	background-repeat: no-repeat;
}
.desc .text-desc .txt p {
	float: left;
	padding: 5px 0;
	width: 100%;
	margin: 0px;
}
.desc .text-desc .txt {
	float: left;
	width: 100%;
}
.desc .text-desc h5 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	text-transform: inherit;
}
.desc .text-desc a.comment-reply-link {
	font-size: 11px;
	margin: 0px 0 15px;
	padding: 4px 15px;
	background: url(images/arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	position: absolute;
	top: 0px;
	right: 0px;
}
.comments_desc {
	float: left;
}
.comments_desc img {
	border: 8px solid;
	border-radius: 50px 50px 50px 50px;
	float: left;
	height: 58px;
	width: 58px;
}
.comments_desc p {
	margin: 0px;
	padding: 0px;
}
.comments {
	border-bottom: solid 1px;
	float: left;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px 0px 20px 0px;
}
.comments h3 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-transform: inherit;
}
.post_detail {
}
#comments form {
	float: left;
	padding: 20px 0px 0px 0px;
}
#comments form .anchor {
	font-size: 16px;
	text-transform: uppercase;
}
#comments form input[type="text"] {
	height: inherit !important;
	margin: 0px 0px 10px 0px;
	font-size: 14px !important;
	padding: 10px 6px;
	color: #868686 !important;
}
form label {
	font-size: 14px !important;
	font-weight: bold !important;
}
form label small {
	font-size: 11px;
	font-style: italic;
	color: #3b3b3b;
}
form textarea {
	width: 98%;
	margin: 0px 0px 20px 0px;
}
#submit {
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 20px;
	border: none;
}
.publish {
	float: right;
	font-size: 11px;
	font-style: italic;
	margin: 12px 0 0 15px;
	position: relative;
	right: 300px;
}
blockquote {
	font-size: 18px;
	padding: 0px 0px 0px 20px;
	border-left: solid 8px;
}
blockquote h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}
blockquote p {
	margin: 0px !important;
}
.blockquote {
	padding: 20px 0px;
	margin: 0px 0px 20px 0px;
	border-top: solid 1px;
	border-bottom: solid 1px;
}
.post_detail .blog_tags {
	padding: 15px 0px;
	border-bottom: solid 1px;
	margin: 0px 0px 15px 0px;
}
.post_detail .post_img {
	margin: 0px;
	border: solid 2px;
}
.post_img .thumb {
	margin: 0 !important;
}
.post_detail .post_img img {
	width: 100%;
}
.post_detail .post_img iframe {
	height: 330px;
	width: 100%;
	float: left;
}
.tip {
	width: 9px;
	height: 5px;
	background-image: url(images/tip.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -5px;
	left: 30px;
}
.relative {
	position: relative;
}
.post_detail h4 {
	margin: 0px 0px 10px 0px;
}
.post_detail p {
	margin: 0px 0px 30px 0px;
}
.post_detail .play-list {
	position: static;
	padding: 15px;
	border: none;
}
.post_detail .play-list p {
	margin: 0px;
}
.post_detail .play-list li {
	margin: 0px;
	padding: 13px 0px;
	background: none;
}
.post_detail h1 {
	font-size: 30px;
}
.post_detail .gig-opt ul li.location {
	width: 57%;
	padding: 17px 0 18px 18px;
}
.span12 .post_detail .gig-opt ul li.location {
	width: 61.1% !important;
}
.post_detail .gig-opt ul li.time {
	padding: 17px 0 18px 18px;
	width: 31%;
}
.post_detail .gig-opt {
	margin: -2px 0px 30px 0px;
	border: solid 1px;
}
.blog > ul > li:first-child {
	padding: 13px 0px;
}
.share_blog {
	display: table;
	float: left;
	width: 100%;
	padding: 0 0 0 10px;
	border: solid 1px;
	margin: 0px 0px 30px 0px;
}
.share_icon {
	cursor: pointer;
}
.share_detail_icons {
}
.share ul {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: none repeat scroll 0 0 #171717;
	bottom: 100%;
	margin: 0 !important;
	position: absolute;
	right: 0;
}
.share ul li:first-child {
	margin: 0px !important;
}
.share_blog ul {
	display: table-row;
	margin: 10px 0px;
}
.share ul li:first-child {
	margin: 10px 5px !important;
}
.share ul li {
	margin: 10px 5px !important;
}
.share_blog ul li {
	display: table-cell;
	margin: 10px 2px !important;
	padding: 0px;
	color: #3b3b3b;
	font-size: 14px;
	font-weight: bold;
	background: none;
}
.share_blog ul li img {
	float: left;
	margin: 5px 10px 0 0;
}
.share_blog ul li:first-child {
	padding: 0px;
}
.share_blog ul li a {
	color: #808080;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.share_blog ul li a:hover {
	color: #b1b1b1;
}
.share {
	background-image: url("images/share.png");
	background-position: 18px center;
	background-repeat: no-repeat;
	border-left: 1px solid;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	padding: 21px 15px 21px 46px;
	vertical-align: middle;
	width: 120px;
}
.share a {
}
.downloads {
	float: left;
	width: 100%;
	padding: 10px;
	margin: 0px 0px 30px 0px;
}
.downloads button {
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	float: right;
}
.downloads ul {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.downloads ul li {
	float: left;
	margin: 0px 10px;
	padding: 0px;
	background: none;
}
.downloads ul li:first-child {
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
}
.gig-opt {
	display: table;
	width: 100%;
}
.gig-opt .width {
	display: table-row;
	/*height: 131px;*/
	vertical-align: top;
}
.gig-opt .width li {
	display: table-cell;
	float: none !important;
}
.gig-opt ul li {
	padding: 20px 0px 20px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid;
	margin: 0px;
	background: none;
}
.gig-opt ul li:first-child {
	border-left: none;
}
.gig-opt ul li.date {
	padding-top: 20px;
	position: relative;
	text-align: center;
	width: 75px;
}
.blog-detail .date {
	width: 12% !important;
}
.gig-opt ul li.date .pointer {
	width: 9px;
	text-align: center;
	background: url(images/date-arrow.png) no-repeat;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 0px;
}
.gig-opt ul li.date .pointer img {
	border: none;
}
.gig-opt ul li.location {
	width: 317px;
	padding: 18px 0 22px 18px;
	vertical-align: top;
	height: 40px;
}
.gig-opt ul li a {
	background: url(images/event-location.png) no-repeat;
	padding-left: 16px;
}
.gig-opt ul li p {
	margin: 0px;
}
.gig-opt ul li.time {
	width: 170px;
	padding: 19px 0px 23px 18px;
	vertical-align: top;
}
.gig-opt ul li.time a {
	background: url(images/event-clock.png) no-repeat 0px 1px;
}
.gig-opt ul li.star {
	background: url("images/event-star.png") no-repeat scroll center center #0E0E0E;
	cursor: pointer;
	padding: 31px 0;
	text-align: center;
	width: 60px;
}
.gig-opt ul li.star a {
	padding: 0px 0px 0px 17px;
	display: block;
	text-indent: -9999px;
}
.gig-opt ul li.star a img {
	border: none;
}
.blog-detail .location {
	width: 376px !important;
}
.map {
	float: left;
	width: 100%;
}
.map iframe {
	width: 100%;
	float: left;
	height: 245px;
}
.our_team {
	float: left;
	width: 100%;
}
.our_team h3 {
	line-height: normal;
}
.our_team h3 small {
	font-size: 18px;
	font-weight: bold;
}
.our_team p {
	font-size: 14px;
	margin: 10px 50px 0px 0px;
	float: left;
}
.team {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 0px;
}
.team .carousel-control {
	top: -70px;
	right: 25px;
}
.team .carousel-control.right {
	right: 0px;
	background-position: -25px 0;
}
.team .carousel-control.right:hover {
	background-position: -25px -40px;
}
.profile {
}
.profile_caps {
	position: relative;
	width: 100%;
	padding: 20px;
	z-index: 10;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	border-bottom: solid 3px #0d0e10;
	float: left;
}
.profile_caps p {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
}
.profile_caps h4 {
	line-height: normal;
	color: #fff;
}
.profile_caps small {
	font-style: italic;
}
.profile:hover .profile_caps {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	border-bottom: solid 3px #272727;
}
.profile:hover small {
	color: #FFF;
}
.social_sharing {
	position: absolute;
	width: 100%;
	top: 190px;
	left: 0px;
	padding: 10px 0px;
	background-image: url(images/transparent_bg.png);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.social_sharing ul li a {
	width: 23px;
	height: 21px;
	float: left;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.social_sharing ul li:hover {
	border: none;
	width: inherit !important;
}
.social_sharing ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.profile:hover .social_sharing {
	top: 150px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.social_sharing ul {
	float: left;
	margin: 0px 0px 0px 40px;
}
.social_sharing ul li {
	float: left;
	margin: 0px 5px;
	width: inherit;
}
.social_sharing ul li img {
	opacity: 0.15;
	filter: alpha(opacity=15);
}
.social_sharing ul li:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.contact_us {
}
.contact_us .form {
	border: none;
}
.contact_info p {
	float: left;
}
.contact_info img {
	float: left;
}
.contact_us h3 {
	padding: 0px 0px 20px 0px;
	border-bottom: solid 1px;
	margin: 0px 0px 20px 0px;
	font-size: 20px;
}
.contact_us h3 small {
	font-size: 20px;
	font-weight: bold;
}
.contact_info h5 {
	font-size: 14px;
}
.contact_info {
	padding: 0px 0px 0px 0px;
}
.contact_info ul {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.contact_info ul li {
	width: 100%;
	float: left;
	margin: 6px 0px;
	padding: 0px 0px 0px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.home {
	background-image: url(images/home-icon.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}
.phone {
	background-image: url(images/phone.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}
.mobile {
	background-image: url(images/mobile.png);
	background-position: left 3px;
	background-repeat: no-repeat;
}
.mail {
	background-image: url(images/mail.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}
.new_way {
	background-image: url(images/texture.png);
	padding: 45px 40px;
	-moz-box-shadow: 0 8px 25px -8px #000000 inset;
	-webkit-box-shadow: 0 8px 25px -8px #000000 inset;
	box-shadow: 0 8px 25px -8px #000000 inset;
}
.new_way h2 {
	font-size: 30px;
	margin: 0px 0px 5px 0px;
}
.new_way h3 {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.new_way .carousel-control {
	background: url(images/back.png) no-repeat 0px 0px;
	right: 10px;
}
.new_way .carousel-control:hover {
	background: url(images/back-h.png) no-repeat 0px 0px;
}
.new_way .carousel-control.right {
	background: url("images/next_h.png") no-repeat scroll -1px 0px transparent;
}
.new_way .carousel-control.right:hover {
	background: url("images/next.png") no-repeat scroll 0 0 transparent;
}
.static {
}
.static h3 {
	margin: 0px 0px 15px 0px;
}
.static h2 {
	margin: 0px 0px 0px 0px;
}
.static p {
	margin: 0px 0px 15px 0px;
}
.static .form {
	padding: 0px;
}
.tags {
}
.tags ul {
	float: left;
	width: 100%;
	margin: 10px 0px 0px -4px;
}
.tags ul li {
	float: left;
	margin: 0px 0px 4px 4px;
}
.tags ul li a {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	border: solid 1px;
	display: block;
}
.static label {
	float: left;
	margin: 0px 10px 0px 0px;
}
.static input[type="checkbox"], .static input[type="radio"] {
	float: left;
	margin-right: 10px;
}
.social_networks {
	float: left;
	width: 100%;
}
.social_networks ul {
	list-style: none;
	float: left;
	width: 100%;
}
.social_networks ul li {
	float: left;
	margin: 10px 5px 0px 5px;
}
.social_networks ul li img {
	float: left;
	opacity: 0.15;
	filter: alpha(opacity=15);
}
.social_networks ul li:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.border_bottom {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px;
}
.table_style {
	float: left;
	width: 100%;
}
.table_style thead {
	text-align: left;
}
.table_style thead td {
	padding: 15px 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.number {
	width: 10px;
}
.heading {
	line-height: 40px;
}
.heading1 {
	width: 415px;
}
.heading2 {
	width: 180px;
}
.heading4 {
	float: left;
	width: 100%;
	height: 57px;
}
.table_style tbody {
	background-color: #1a1a1b;
}
.table_style tbody td {
	border: solid 1px #000;
	padding: 15px 20px;
}
.table_style tbody tr {
}
.table_style tbody tr:hover {
	background-color: #252527;
}
.video {
}
.video iframe {
	width: 100%;
	height: 270px;
}
.gallery .flex-direction-nav {
	display: none;
}
.gallery .flexslider {
	height: inherit;
}
.gallery #carousel ul li {
	width: 70px !important;
	height: 50px !important;
}
.gallery #carousel {
	margin: -70px 0px 0px 0px;
	background-image: url(images/transparent_bg.png);
	padding: 10px 0px;
}
.notifications {
	float: left;
	width: 100%;
}
.alert {
	font-size: 14px;
	color: #FFF;
}
.error {
	background-color: #ae4041 !important;
	padding: 15px 45px;
	background-image: url(images/error.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.warning {
	background-color: #d9711a !important;
	padding: 15px 45px;
	background-image: url(images/warning.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.success {
	background-color: #799316 !important;
	padding: 15px 45px;
	background-image: url(images/success.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.notification {
	background-color: #1f64aa !important;
	padding: 15px 45px;
	background-image: url(images/notification.png);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.message {
	float: left;
	width: 100%;
}
.message_alert {
	padding: 20px 20px 20px 95px;
	width: 100%;
	background-image: url(images/message_bg.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}
.message_alert p {
	font-size: 14px;
}
.comment_style {
	float: left;
	width: 100%;
}
.comment_style p {
	font-size: 14px;
}
.comment_style .avatar {
	height: 46px;
	width: 46px;
	border: solid 2px;
	float: left;
}
.comment_style .text {
	padding: 0px 0px 0px 75px;
}
.text_inner {
	border-left: solid 2px;
	padding: 0px 0px 0px 20px;
	position: relative;
}
.comments_style .text_innter h5 {
	font-weight: normal !important;
}
.comments-tip {
	width: 10px;
	height: 16px;
	background-image: url(images/tip2.png);
	position: absolute;
	left: -10px;
	top: 20px;
}
.location {
	font-size: 11px;
	font-style: italic;
}
.form_style {
}
.form_style button {
	margin: 0px 10px 0px 0px;
}
.blog_banner_text .secnd {
	left: 329px !important;
	top: -30px;
}
.blog_banner_text .min {
	left: 234px !important;
	top: -30px;
}
.blog_banner_text .hours {
	left: 140px !important;
	top: -30px;
}
.blog_banner_text .days {
	left: 48px !important;
	top: -30px;
}
.blog_banner_text .countDays {
	padding: 10px 20px;
	margin: 0 20px 0 0;
}
.blog_banner_text .countHours {
	padding: 10px 20px;
	margin: 0 20px 0 0;
}
.blog_banner_text .countMinutes {
	padding: 10px 20px;
	margin: 0 20px 0 0;
}
.blog_banner_text .countSeconds {
	padding: 10px 20px;
	margin: 0 20px 0 0;
}
.dots, .dots2, .dots3 {
	background-image: url(../images/conter_dots.png);
	background-repeat: no-repeat;
	width: 5px;
	height: 13px;
	position: absolute;
}
.dots {
	right: -39px;
	top: -15px;
}
.dots2 {
	right: -33px;
	top: -15px;
}
.dots3 {
	right: -28px;
	top: -15px;
}
.blog_banner_text .countdown p {
}
#calendar_wrap #wp-calendar {
	margin: 0px;
}
#wp-calendar tfoot tr td {
	padding: 0;
}
#wp-calendar {
	width: 100%;
	float: left;
}
#wp-calendar caption {
	background: #cc2f27;
	color: #FFFFFF;
	font-weight: bold;
	padding: 15px 0px;
	width: 100%;
	font-size: 18px;
}
#wp-calendar tbody td {
	width: 40px;
	height: 40px;
	border: solid 1px #131313;
	text-align: center;
	cursor: pointer;
	color: #434343;
}
#wp-calendar tbody td:hover {
	font-weight: bold;
	color: #FFF;
}
#wp-calendar tbody td a {
	background: #cc2f27;
	display: block;
	font-weight: bold;
	width: 100%;
	padding: 12px 0 12px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Event Banner
=================================*/
#banner-page {
	float: left;
	width: 100%;
}
.bannerpage {
	position: inherit !important;
}
.event_banner_container {
	padding: 0px !important;
}
.event_banner_container .carousel {
	margin-bottom: 0px;
}
.event_banner_container .carousel-control {
	top: 61px;
	right: 36px;
}
.event_banner_container .carousel-control.right {
	right: 10px;
}
.event_banner_container .countdownHolder {
	margin: 0px;
}
.item ul li .title h3 {
	line-height: 20px;
}
.item ul li .active .text a h3 {
	line-height: 20px;
}
/* Count Down
================================================== */
.event-counter {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	/*background:url(images/black.png);*/
	bottom: 0px;
	padding: 10px 20px 10px 10px;
	font-family: 'Oswald', sans-serif;
	color: #adacac;
	width: 100%;
}
.event-counter h3 {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.small-banners .event-counter h3 {
	line-height: 20px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}
.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
	background: url(images/black.png) repeat;
	font-size: 14px;
	padding: 0 0 5px 0;
}
.small-banners .countdown_row {
	width: 100%;
}
.small-banners .countdown_section {
	width: 65px !important;
	margin: 0 1px !important;
}
.countdown_amount {
	font-size: 40px;
	color: #FFF;
	display: inline-block;
	padding: 0 5px 8px;
	width: 45px;
}
.countdown_descr {
	display: block;
	width: 100%;
}
.top {
	background: url("images/top.png") no-repeat scroll center top 10px transparent;
	bottom: 0;
	left: auto;
	padding: 25px 10px 10px;
	position: fixed;
	right: 0;
	top: auto;
}
.poweredby > img {
	float: left;
	margin: 0 5px 0 10px;
}
/*Footer Sharing
=============================*/
.footer .followus li a {
	width: 23px;
	height: 21px;
	float: left;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.footer .followus a:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer .followus li a.twitter, .twitter {
	background: url(images/share_twitter.png) no-repeat;
}
.footer .followus li a.delicious {
	background: url(images/share_delicious.png) no-repeat;
}
.footer .followus li a.digg {
	background: url(images/share_digg.png) no-repeat;
}
.footer .followus li a.feedburner {
	background: url(images/share_feedburner.png) no-repeat;
}
.footer .followus li a.flickr {
	background: url(images/share_flickr.png) no-repeat;
}
.footer .followus li a.google_bookmark {
	background: url(images/share_google_bookmark.png) no-repeat;
}
.footer .followus li a.google_buzz {
	background: url(images/share_google_buzz.png) no-repeat;
}
.footer .followus li a.google_plus, .google_plus {
	background: url(images/share_google_plus.png) no-repeat;
}
.footer .followus li a.linkedin {
	background: url(images/share_linkedin.png) no-repeat;
}
.footer .followus li a.myspace {
	background: url(images/share_myspace.png) no-repeat;
}
.footer .followus li a.picasa {
	background: url(images/share_picasa.png) no-repeat;
}
.footer .followus li a.reddit {
	background: url(images/share_reddit.png) no-repeat;
}
.footer .followus li a.facebook, .facebook {
	background: url(images/share_fb.png) no-repeat;
}
.footer .followus li a.vimeo, .social_sharing > ul > li > .vimeo {
	background: url(images/share_vimeo.png) no-repeat;
}
.footer .followus li a.stumbleupon {
	background: url(images/share_stumbleupon.png) no-repeat;
}
.footer .followus li a.tumblr {
	background: url(images/share_tumblr.png) no-repeat;
}
.footer .followus li a.youtube {
	background: url(images/share_youtube.png) no-repeat;
}
.cat-select {
	-moz-box-sizing: border-box;
	float: left;
	padding: 20px 5px;
	width: 100%;
}
.cat-select ul {
	float: left;
	width: 100%;
}
.cat-select ul li:first-child {
	float: left;
	width: 200px;
}
.cat-select ul li {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.cat-select h5 {
	padding: 7px 0 0;
}
.cat-select form, .cat-select select {
	float: left;
	margin-bottom: 0 !important;
}
.cat-select select {
	height: 32px;
	padding: 5px;
}
.cat-select form, .cat-select select {
	float: left;
	margin-bottom: 0 !important;
}
/* Short Codes
================================================== */

.pagetxt iframe {
	float: left;
}
.toggle-sectn {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.togglebox p {
	width: 100%;
	padding: 10px 0;
}
.devider {
	width: 100%;
	text-align: right;
	margin-top: 20px;
}
.cs_dropcap {
	margin-top: 20px;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cs_dropcap:first-letter {
	font-size: 30px;
}
.cs_dropcap p:first-letter {
	float: left;
	font-size: 40px;
	font-weight: bold;
	padding: 8px 10px 0 0;
}
.messagebox {
	float: left;
	margin-top: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tables-code {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.list_default {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.shortgrid:first-child {
	padding: 0;
}
ul.shortcode-list {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.shortcode-list li {
	width: 100%;
	float: left;
	position: relative;
	font-size: 11px;
	display: inline-block;
	vertical-align: bottom;
	border-top: 1px dashed #242424;
	padding: 8px 0px 8px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(images/arrow.png) no-repeat 0px 14px;
}
ul.shortcode-list li:first-child {
	border-top: none;
}
ul.shortcode-list li a {
	font-size: 12px;
	color: #707070;
	float: left;
	text-align: left;
	display: inline-block;
}
.es-carousel-wrapper {
	margin-top: 20px;
}
.shortgrid {
	float: left;
	padding: 20px 20px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tabs-sectn {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none repeat scroll 0 0 #FFFFFF !important;
	border: 1px solid #131313;
	float: left;
	margin: 20px 0px 0px 0px;
}
.accordion {
	margin-top: 20px;
}
.messagebox {
	padding: 20px;
}
.tabs-sectn .tab-content {
	background: #0f0f0f;
	border-top: 1px solid #030303;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
}
.edit-link {
	float: right;
	margin: 11px 0;
}
.edit-link a {
	background: url(images/edit.png) no-repeat left center;
	padding: 5px 15px 5px 30px;
}
.form-allowed-tags {
	display: none;
}
/*	Gallery Start
=======================*/
#gal-container {
	float: left;
	width: 100%;
}
#gal-container ul {
	float: left;
	margin-left: -20px;
	margin-top: -20px;
	overflow: hidden;
}
#gal-container ul li img {
	width: 100%;
}
#gal-container ul li {
	padding-left: 20px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	position: relative;
}
#gal-container ul li:first-child {
/*padding-top: 20px !important;*/
}
#gal-container ul li:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#gal-container li a {
	z-index: 2;
	position: absolute;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	top: 0
}
#gal-container ul.cs_gal_2_column li {
	width: 50%;
}
#gal-container ul.cs_gal_3_column li {
	width: 33.33%;
}
#gal-container ul li .active {
	background: url(images/black.png);
	width: 96%;
	height: 43px;
	float: left;
	position: absolute;
	top: 50%;
	left: 4.2%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#gal-container ul li:hover .active {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
#gal-container ul li .active a {
	width: 50%;
	height: 44px;
	float: left;
	position: relative;
}
#gal-container ul li .active a.icon1 {
	background: url(images/gallery-icon1.png) no-repeat;
	background-position: center;
}
#gal-container ul li .active a.icon2 {
	background: url(images/gallery-icon2.png) no-repeat;
	background-position: center;
}
#gal-container ul li .active a.icon3 {
	background: url(images/gallery-icon3.png) no-repeat;
	background-position: center;
}
#gal-container ul li .active a img {
	width: inherit;
	border: none;
}
#gal-container ul.cs_gal_4_column li {
	width: 25%;
}
.downloads a {
	float: left;
	margin: 0 5px;
	padding: 0 10px;
}
.contdown_contenttt {
	float: left;
	position: relative;
	width: 100%;
}
.post_detail .event-counterrr {
	width: 340px !important;
}
.event-counterrr {
	bottom: 25px;
	left: 50%;
	margin-left: -175px;
	position: absolute;
}
.countdown_section {
	margin-right: 15px;
	width: 76px !important;
	height: 76px !important;
}
.upcomingevents .date {
	background-color: #212121;
	border-radius: 3px 3px 3px 3px;
	padding: 13px 0 9px;
	text-align: center;
	width: 56px;
}
.upcomingevents .date h1 {
	font-size: 30px;
	line-height: 20px;
}
.upcomingevents > ul, .upcomingevents > ul > li {
	width: 100%;
}
.upcomingevents ul li .desc {
	margin-top: -4px;
	padding-left: 73px;
}
.upcomingevents ul li {
	border-top: 1px solid #141414;
	margin-top: 20px;
	padding-top: 20px;
}
.upcomingevents ul li:first-child {
	border-top: none;
	margin: 0px;
	padding: 0px;
}
.upcomingevents .desc h4 {
	line-height: 20px;
	margin: 0 !important;
}
.upcomingevents ul li .desc h4 a {
	font-size: 16px;
}
.upcomingevents ul li .desc p {
	background: url("images/location-icon.png") no-repeat scroll 0 4px transparent;
	margin-top: 1px;
	padding-left: 14px;
}
.upcomingevents ul li .desc a.bay {
	background: url("images/bay-btn-bg.png") repeat-x scroll 0 0 transparent;
	border-radius: 2px 2px 2px 2px;
	display: inline-block;
	height: 21px;
	margin-top: 4px;
	padding: 0 10px;
	text-transform: uppercase;
}
.gal-list img {
	width: 46px;
}
.album > ul > li > a > img {
	width: 96px;
}
.contentdiv {
	margin-bottom: 10px;
}
.span12 .comments_input {
	width: 98%;
}
.span12 .comments_inp2 .comments_input {
	width: 93%;
}
.span12 .comments_inp .comments_input {
	width: 98%;
}
/* Color Styles purify from color.css
==========================================*/
.anchor:hover {
	background-color: #ed372b;
}
.coll ul li .desc .text p, .tweter-widget p, .play-list ul li .song-name a, .text-box p {
	color: #999999;
}
.topbar p, .topbar .txt p a, .topbar .top_navi ul li a, .login-box .span10 h2, .login-box .span10 a, .navigation > ul > li > a, .navigation > ul > ul > li > a:hover, .navigation > ul > ul > li:hover > a, .small-banners .text h5, .small-banners .text a, .upcomming_parties .date, .item ul li .title h3, .tab-pane li .title h3, .footer h4, .newsletter button, .caption h1, .caption p, .cs_music_player h2, seach_btn, .contdown_content h5, .breadcrumb h1, .breadcrumb p, .play-list ul li .download-btn a.download:hover, #submit, .top {
	color: #FFF !important;
}
.gig-opt ul li.date, .gig-opt ul li.star:hover {
	background-color: #171717;
	vertical-align: middle;
}
.gig-opt ul li {
	background-color: #0e0e0e;
}
.accordion-heading .accordion-toggle, .widget_categories ul li, .widget_meta ul li, .gig-opt ul li, .widget_recent_entries ul li, .event .sidebar img {
	border-color: #131313;
}
.tweter-widget .tweet, .location {
	color: #404040;
}
.play-list ul li .download-btn p {
	color: #4d4d4d;
}
.span8 ul li .desc .text a.italic.bold {
	color: #393939;
}
.item ul li .active .text p, .tab-pane li .active .text p, .newslater-widget p, .footer_links .navigation ul li a {
	color: #8c8b8b;
}
.profile_caps {
	background-color: #101113;
}
.blog_heading h3, .related_blogs h5, .post_detail form label, form label, .about_admin h4 {
	color: #d0d0d0;
}
.coll ul li .desc .text .date, .coll .span4 ul li .desc p, .tab-pane li .title p, .tab-pane li .active .text .italic, .item ul li .title p, .item ul li .active .text .italic, .nav-tabs > li > a, .play-list ul li .song-name a span, .widget_categories ul li a, .accordion-heading .accordion-toggle {
	color: #666666;
}
.login-box {
	background-color: #292929;
}
.blog_tags ul li a, .pagination h5, .pagination ul > li > a, .pagination ul > li > span {
	color: #999;
}
.cs_music_player, .desc .text-desc a.comment-reply-link {
	background-color: #121212;
}
.navigation ul ul li a:hover, .navigation ul ul ul, .navigation ul ul li:hover>a, .play-list ul li .download-btn a, .download, .lyrics, .buysong {
	background-color: #1d1d1d !important;
}
.upcomming_parties .date {
	background-color: #212121;
}
.upcomming_parties ul li:hover .date {
	background-color: #d2453b;
}
.nav {
	background-color: #0f0f0f;
}
.prod-opts {
	background-color: #1a1a1a;
}
.footer, .artist-item ul li {
	background-color: #111111;
}
.tab-pane li .title, .tab-pane li .active .text, .item ul li .title, .item ul li .active .text {
	background-color: #151515;
}
.footer_links, .play-list {
	background-color: #161616;
}
.navigation ul li a:hover, .current-menu-parent a, .navigation ul li:hover>a, .footer_links .navigation ul li a:hover, .current-menu-parent a {
	border-color: #868484;
}
.coll .span8 ul li .desc .thumb img, .gallery-widget ul li img, .post_detail .post_img, .tags ul li a, .comment_style .avatar {
	border-color: #242424;
}
.coll .span8 ul li, .upcomming_parties ul li, .content .widget, #comments, .contact_us h3 {
	border-color: #242424;
}
.item ul li .active .text, .tab-pane li .active .text {
	border-color: #1a1a1a;
}
.contdown_content {
	border-color: #070707;
}
.footer h4 {
	border-color: #1d1d1d;
}
.play-list ul li, .track {
	border-color: #1b1b1b;
}
.copyright {
	border-color: #101010;
}
 .blog_banner .caps h2, .blog_banner .caps h4, .text-box h4, .post_date h6, .post_date h2, .content .widget h4, blockquote h5, .post_detail .anchor, #comments h3, .form h3, .share a, .downloads button, .our_team h3, .profile_caps h4, .login-box .span10 form button, .profile:hover p, .profile:hover small, h1, h2, h3, h4, h5, .tags ul li a:hover, .anchor, .table_style thead, .album p, .word1, .heading > span:first-child, h2 > span:first-child, h4 > span:first-child, h3 span:first-child, {
color:#fffFFF !important;
}
.nav {
	border-color: #000;
}
.read_more a {
	color: #646464
}
.post_text, .blog_text, blockquote, .blockquote, .post_detail .blog_tags, #comments ul li .avatars, .post_detail .form, .share, .share_blog {
	border-color: #181818;
}
.blog ul li:hover .post_text, .widget_categories ul li a:hover {
	border-color: #cc2f27;
}
.widget_categories ul li, .widget_categories ul li a, .widget_categories ul li:first-child, .accordion-group, .accordion-inner, .post_detail .gig-opt, .pagination, .pagination-arrow .left-arrow, .widget ul li, .artist-item ul li .thumb a img {
	border-color: #494949;
}
.widget_categories ul li:hover, .accordian_bg:hover {
	background-color: #131313
}
.related_blogs ul li, .blog_related_content {
	border-color: #191919
}
.post_detail .publish {
	color: #9f9e9e;
	float: left;
}
.post_detail .play-list, .play-list {
	background-color: #080808;
}
.downloads, .message_alert {
	background-color: #0e0e0e;
}
.profile_caps small {
	color: #737373;
	padding: 5px 0;
	float: left;
	width: 100%;
}
.tags ul li a {
	color: #545454
}
.border_bottom {
	border-color: #0e0e0e;
}
.text_inner {
	border-color: #151515;
}
.right .event-counter h3, .left .event-counter h3 {
}
.right .event-counter, .left .event-counter {
	padding: 0px;
}
.right .countdown_row.countdown_show3, .left .countdown_row.countdown_show3 {
	margin: 0px 0px 5px 20px;
	float: left;
}
.right .countdown_section, .left .countdown_section {
	margin-right: 0px;
}
.left .countdown_show4 .countdown_section, .right .countdown_show4 .countdown_section {
	width: 23% !important;
	margin-right: 5px;
}
.left .countdown_row.countdown_show4, .right .countdown_row.countdown_show4 {
	margin-left: 3px;
	float: left;
}
.detail_event_heading h2 {
    line-height: 25px;
    margin: 0;
}
.detail_event_heading > p {
    color: #FFFFFF;
}
.detail_event_heading{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background: url("images/black.png") repeat;
    padding: 20px;
    position: absolute;
    top: 35%;
}


/* New styles */


.home-content{float:left; width:100%; background: url(images/black.png);}
.frontpage-box{float:left; width:100%; padding:15px 0px;}
.frontpage-box .box{float:left; width:33%;}
.frontpage-box .box .recent-img{width:300px; height:160px;}
.post-img{float:left; width:100%; text-align:center;}
.box h1{margin-left:19px;}
.below-box{float:left; width:100%; padding:25px 0px;}
.post-slider{float:left; width:60%;}
.news-recent-content{float:left; width:100%; margin-top:15px;}
.news-post-img{float:left; width:30%;}
.news-title{float:left; width:70%;}
.post-img img{padding:10px 0px;}
.external-links{float:left; width:39%; padding-left:10px;}
.external-links ul{float:left; width:364px !important; margin-top:8%; padding-top:10px; border-top:1px solid #d9dadc;}
.news-post-link{background:url(images/read-arrow.png) !important; background-repeat:no-repeat !important; background-position:left !important; padding-left:10px !important; color:#393939 !important; font-weight:600; font-size:11px !important;}
.news-pagination{border:1px solid #242424; float:left; margin:40px 0px 0px; padding: 0 0 0 13px; position: relative; float:left; width:100%;}
.external-links h4 a{display:none !important;}
div.news-pagination{padding:5px 0px !important;}
div.news-pagination a, div.news-pagination span{padding:13px 12px 11px 15px !important; background:none !important; border-top:none !important;}
div.pagination a:hover, div.pagination a:focus{border-top:3px solid #e53e33 !important; text-shadow:none !important; border-bottom: 3px solid #e53e33 !important; padding:10px 12px 8px 15px !important;}
div.pagination{border:none !important; padding-left:7% !important; text-shadow:none !important;}
.pagination-border{background:url(images/small-banner-bg.png) !important;}
.news-content-right{float:left; width:68%;}
.news-content{float:left; width:100%; padding-left:10px;}
.partner-box{float:left; width:100%;}
.box p{text-align:left; padding:0px 20px;}
.span4.widget.box-small.NextendSmartSlider2Widget{margin-left:0px !important; margin-top:16px !important; background-color:#000 !important;}
.music-title{color:#fff000; font-size:36px !important; margin-top:4px !important; font-weight:normal !important;}
.cross-line{color:#e60808 !important; letter-spacing:-3px !important; font-weight:500;}
.span4.widget.box-small.widget_rss a{font-size:13px !important; color:#fff !important;}
.home-slider .span4.widget.box-small.NextendSmartSlider2Widget{background:none !important;}
.home-slider{margin:0 auto !important; width:1000px !important;}
.external-links .span4.widget.box-small.widget_rss{margin-top:15px !important; margin-left:0px; width:100% !important;}
.external-links .span4.widget.box-small.widget_rss ul li{padding:5px 0px !important;}
.home .content_banner.pull-left{float:none !important; padding:0px !important;}
.home-slider .span4.widget.box-small.NextendSmartSlider2Widget{margin-top:0px !important;}
.frontpage-box .box:nth-child(3) p img{padding-top:10px !important;}
.frontpage-box .box:nth-child(3) p{padding-left:0px !important;}
.pagetxt h2:nth-child(1){font-size:17px !important;}
.sign-up-button{padding:20px 0px;}
#signup-button{float:left !important;}