/* @override 
	http://localhost:8888/galactic/static/css/main.css
	http://dev.galacticfunk.com:8888/css/main.css
	http://galacticfunk.com.s171776.gridserver.com/css/main.css
	http://galacticfunk.com/css/main.css */




/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
*, *:focus {
user-focus: none;
outline: none;
-moz-user-focus: none;
-moz-outline: none;
outline-width: 0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
  GALACTIC
   ========================================================================== */

html,
body {
/*  height: 100%;*/
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  
}

.show-grid [class*="span"] {
/*background-color: #eee;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 40px;
line-height: 40px;*/
}

.container {
/*	border: 1px solid #333;*/
}
/*end tmp*/

body {
	color: #222;
	background-color: #0e0e0e;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	
}
a, a:link, a:visited {
	color: #227370;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}      

h1, h2, .main-header a, h1 a, h2 a,
h1 a:link, h2 a:link, h1 a:visited, h2 a:visited,
.modal-header h3 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	line-height: 36px;
	margin: 0 0 20px 0;
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
h2 {
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 18px 0;	
	display: inline-block;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
h3 {
	font-size: 19.5px;
	line-height: 22px;
	margin: 0 0 10px 0;
}
article {
	margin: 0 0 30px 0;
}
article h4 {
    line-height: 25px;
}

.logo {
	display: block;
	width: 604px;
	height: 117px;
	margin: 25px auto;
	position: relative;
	margin-bottom: 0;
}
.logo img {
	position: absolute;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

.logo img.top:hover {
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}



.main-header {
	text-align: center;
	position: relative;
}
.main-header nav {
	width: 100%;
	text-align: center;
	white-space: nowrap;
	display: table;
	position: relative;
}
.main-header nav > a:focus {
	outline: none;
	border: 0;
}
.main-header nav > a {
	color: #fff;
	float: none;
	text-decoration: none;
	height: 1%;
	display: table-cell;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	background-color: transparent;
}
.main-header a:hover,
.open a.dropdown {
	outline: none;
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: background-color .25s linear;
	 -moz-transition: background-color .25s linear;
	 -o-transition: background-color .25s linear;
	 -ms-transition: background-color .25s linear;
	 transition: background-color .25s linear;
}

/*.dropdown-menu {
	position: absolute;
	top: 27px;
	border: 0;
	border-radius: 0 3px 3px 3px;
	left: 496px;
	background: #227370;
	min-width: 130px;
}
.dropdown-menu a {
	display: block;
	text-align: left;
	padding: 0 0 5px 22px;
	color: #fff;
}*/

/*bootstrap navbar*/
.navbar-inner {
	background-color: rgba(255, 255, 255, 0.9);
	background-image: none;
	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.navbar .nav {
	width: 100%;
	text-align: center;
	white-space: nowrap;
	display: table;
	position: relative;
}
.navbar .nav li,
.navbar .nav li.dropdown li a  {
	font-size: 15px;
	float: none;
	text-decoration: none;
	height: 1%;
	display: table-cell;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	background-color: transparent;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: bold;
	color: #282828;
}
.navbar .nav li a{
	color: #282828;
	-webkit-transition: background-color .25s linear;
	 -moz-transition: background-color .25s linear;
	 -o-transition: background-color .25s linear;
	 -ms-transition: background-color .25s linear;
	 transition: background-color .25s linear;
}
.navbar .nav li a:hover,
.navbar .nav li.dropdown li a.submenu:hover {
	outline: none;
	background-color: rgba(255, 255, 255, 0.83);
	color: #000;
    	/*border-radius: 2px;*/

	-webkit-transition: background-color .25s linear;
	 -moz-transition: background-color .25s linear;
	 -o-transition: background-color .25s linear;
	 -ms-transition: background-color .25s linear;
	 transition: background-color .25s linear;
	 outline: none;
	 background-image: none;
}
.navbar .nav li.dropdown li a.submenu:hover {
    background-color: #e9e9e9;
    border-radius: 3px;
}
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus,
body.news li.news,
body.tour li.tour,
body.band li.band,
body.music li.music,
body.photos li#media, body.videos li#media,
body.links li.links,
body.contact li.contact {
	color: #227370;
	text-shadow: none;
	background-color: #fff;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	outline: none;
}
.navbar .btn-navbar {
	float: none;
}
.navbar .btn-navbar .icon-bar {
    margin-left: auto;
    margin-right: auto;
    background-color: #909090;
    width: 42px;
}

.mobile_menu {
    color: #3e3e3e;
}
.toggle_pop {
    position: absolute;
    top: 21px;
    left: 545px;
    border: 1px solid #333;
    height: 20px;
    width: 40px;
    background: white;
}
.new_window {
    
}
/* end bootstrap navbar */

/*bootstrap carousel */
.carousel.white {
    padding: 0;
}
.carousel img {
    margin: 0 auto;
}
.carousel-control {
    top: 48%;
    opacity: .3;
    left: 0;
}
.carousel-control.right {
    right: 10px;
}
.carousel-control.left {
    left: 10px;
}
.carousel-caption {
    height: 60px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    padding: 10px;

}
.carousel:hover .carousel-caption {
    opacity: 1;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.carousel-caption p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 290px;
}
a.carousel-more, a.carousel-more:visited, a.carousel-more:hover {
    color: #fff;
    text-decoration: underline;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/*/

/* /bootstrap carousel*/


.newsletter-bookmark {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -4px;
	right: 0;
	
}
.newsletter-bookmark a {
	color: rgba(255, 255, 255, 0.9);
}
.newsletter-bookmark a:hover {
	background-color: transparent;
}


/*.dropdown-toggle:hover {
	background: #227370;
}
.dropdown-menu a:hover*/
.main-header a.logo:hover {
	background-color: transparent;
}
.main {
	margin: 30px 0 0 0;
}
.white {
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}
.white header h1 {
	line-height: 27px;
	margin-bottom: 25px;
}
.thumbnails .white {
    padding: 5px;
/*    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
}

.grid-section ul.thumbnails,
.grid-section ul.thumbnails > li:last-child  {
    margin-bottom: 0;
}

/*a.thumbnail {
/*    background-color: #000;
    border: 2px solid #898585;*!/
}
.thumbnails li:hover, .thumbnails li:focus {
/*    background-color: rgba(34, 115, 112, 0.55);
    border-color: #227370;*!/
    border: 2px solid #227370;
}*/
a.thumbnail:hover, a.thumbnail:focus,
.thumbnail:hover, .thumbnail:focus {
    border-color: #227370;
}
.thumbnail > img {
    width: 100%;
}

/* grid styles */
.grid-section {
	margin-bottom: 30px;
}
/*.grid-section2 {
	margin: 0 0 30px 30px;
}*/
.grid-gallery,
.grid-gallery a {
	width: 100%;
	display: block;
}
.grid-gallery a img {
	max-width: 100%;
	height: auto;
	display: block;
}
.grid-gallery a {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	
}

.fullpage  h1 {
	margin: 0;
}
.fullpage.white {
	padding: 25px;
}
.fullpage h2 {
	margin: 30px 0 10px 0;
}
.fullpage h2:first-child {
	margin-top: 0;
}
.col3 {
	div
	-moz-column-gap:40px; /* Firefox */
	-webkit-column-gap:40px; /* Safari and Chrome */
	column-gap:40px;
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
}

	/*widths*/
	.w25 {
	width: 22%;
	}
	.w50 {
	width: 47.925%;
	}
	.w75 {
	width: 73%;
	}

	/*heights*/
	.h1 {
		min-height: 225px;
	}
	.h2 {
		min-height: 250px;
	}
	.h3 {
		min-height: 350px;
	}
	
/*end grid styles*/	
	
blockquote {
	font-weight: bold;
	border-left: 3px solid #9073a7;
	padding: 0 0 0 10px;
	margin: 10px 0;
	font-size: 18px;
	line-height: 24px;
}

/*photo captions*/
figure {
/*	border: 2px solid #313131;
	background-color: #313131;
*/	
	margin: 0 10px 0 0;
}
figcaption {
/*	color: #fff;
	font-size: 10px;
	line-height: 14px;
	padding: 0 4px;*/
}
figure img {
	width: 100%;
	height: auto;
	max-width: 100%;
	height: auto;
}
dt {
	font-weight: bold;
	display: inline;
	line-height: inherit;
}
dd {
	display: inline;
	margin: 0;
	line-height: inherit;
}
/*section styles*/
/*backgrounds*/


/*Scott Guion art for Dolla Diva */
body.home {
	background: #000 url('../img/backgrounds/dolla_diva2.jpg') no-repeat center top fixed;
	background-size: 100% auto;
	-moz-background-size:  100% auto;
	-webkit-background-size: 100% auto;
}

.home .logo img, .home .logo img:hover {
    display: none;
}
body.home .datetime {
    background-color: #170c01;
}
body.home .date-box {
    background-color: #e47e00;
}



body.news {
	background: #000 url('../img/backgrounds/dark2.jpg') no-repeat center top fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
body.news a.news {
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
body.tour {
	background: #1c0450 url('../img/backgrounds/dark3.jpg') no-repeat top center fixed;
	background-size: 100% auto;
	-moz-background-size:  100% auto;
	-webkit-background-size: 100% auto;
	
}
body.tour a.tour {
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
body.band {
	background: #000 url('../img/backgrounds/dark4.jpg') no-repeat center top fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
body.band a.band {
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
body.music {
	background: #000 url('../img/backgrounds/dark5.jpg') no-repeat center top fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
body.music a.music {
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
lhotos, body.videos {
	background: #000 url('../img/backgrounds/photos.jpg') no-repeat center top fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;

}
body.photos a.media, body.videos a.media {
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
body.store {
	background: #000 url('../img/backgrounds/light1.jpg') no-repeat center top;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
body.store a.store {
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
body.links {
	background: #000 url('../img/backgrounds/light2.jpg') no-repeat center top fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
body.links a.links {
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
body.contact {
	background: #000 url('../img/backgrounds/dark1.jpg') no-repeat center top;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
body.contact a.contact {
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
body.newsletter {
	background: #000 url('../img/backgrounds/dark2.jpg') no-repeat center top;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
body.newsletter a.newsletter {
	background-color: #227370;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
/*home*/

.home-col3 h1 {
    margin-bottom: 0;
}

.home-col2 #bandsintown h3 {
    font-size: 15px;
    line-height: 17px;
/*    width: 100%;
    max-width: 100%;*/
}
.home-col2 #bandsintown h4 {
    margin: 0 0 0 70px;
    font-size: 14px;
}
.home-col2 #bandsintown .btns-tour {
    position: relative;
    text-align: right;
}
.home-col2 #bandsintown .rsvp {
    margin-right: 25px;
}
#tourfix {
    display: none;
}
/*news*/
.news h1,
.date-box,
.news-row,
.news-article-meta  {
	display: inline-block;
}
.news-row {
	width: 430px;
}
.news-row header {
	margin: 0 0 10px 0;
}
.news-row h2,
.news-row h2 a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
.news-article-meta {
	font-size: 12px;
	width: 65px;
	margin: 0 10px 0 0;
	text-align: center;
	vertical-align: top;
}
.news .media-heading {
    max-width: 80%;
/*    margin: 0 0 0 70px;*/
}
.news-single h1 {
    font-size: 23px;
    line-height: 30px;
}
.news .media-heading a {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 20px;
}
.media-heading a:link, .media-heading a:hover, .media-heading a:visited {
    color: #000;
    text-decoration: none;
}
.news .media {
    margin-bottom: 30px;
}
.news-content-single {
    margin: 20px 0;
}
.news-content-single img {
    margin: 8px 0;
}
.media-thumb {
    display: block;
    width: 100%;
    min-height: 120px;
   
   margin-bottom: 10px;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
}
/*.share span {
	text-indent: 0;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	background-size: contain;
	background-position: top right;
	padding: 0 20px 0 0;
	text-decoration: none;
}*/


.date-entry  {
	margin: 30px 0;
}
.date-entry.first {
	margin-top: 0px;
}
.date-box {
	width: 45px;
	height: 45px;
	background-color: #227370;
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	padding: 5px 5px 0;
	margin: 0 10px 20px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	vertical-align: top;
	color: #fff;
}
a.date-box {
	color: #fff;
}
a.date-box:hover {
    text-decoration: none;
}
.date-box span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}
.news-content {
    margin: 10px 0 10px 66px;
}
.news-content img, .news-content iframe {
    margin: 10px 0;
}
.news-content .thumbnail {
    margin: 10px 0;
}
.news-single h1 {
    width: 427px;
    margin: -5px 0 0 10px;
}
.band .col3 figure {
	margin: 5px 10px 10px 0;
}


/*music section*/
.media-list .media-object {
	max-height: 100px;
	max-width: 100px;
}
.media-body ol  {
    list-style-type:decimal-leading-zero;
    margin: 0 0 10px 29px;
}
.media-body li {
    line-height: 16px;
    padding: 0 0 8px 0;
}

.media-list h2 {
    font-size: 20px;
    margin-top: 13px;
}
.media-list h3 {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
}
.media-list .btn {
    margin-top: 8px;
}
section.media-main {
    min-height: px;
    
}
article.media-main {
    margin-bottom: 0;
}
.media-main .media-object {
	max-height: 340px;
	max-width: 340px;
}
.media-main h1 {
    margin-bottom: 0px;
}
.media-main h4 {
    margin-bottom: 0;
}
.media-main h4:nth-of-type(2) {
    margin-top: 20px;
}

/*photos section */
.photos .thumbnails {
/*    margin-left: 38px;*/
}

.photos .span4  {
    width: 323px;
    background-color: #dbdbdb;
    padding: 10px;
    margin-bottom: 10px;
}


/*video grid */

.videos .thumbnails .span6 {
    height: 282px;
}
.videos .thumbnails .span3,
.videos .thumbnails .span2 {
    height: 131px; 
    
}
.videos .thumbnails li {
    position: relative;
    box-sizing: border-box;
}
.videos .thumbnails a.poster {
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
    
} 
.videos .thumbnails .video-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/img/icons/video-play-512.png') no-repeat center center rgba(0, 0, 0, 0.59);
    background-size: 60px 60px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: background-color .25s linear;
     -moz-transition: background-color .25s linear;
     -o-transition: background-color .25s linear;
     -ms-transition: background-color .25s linear;
     transition: background-color .25s linear;
}
.videos .thumbnails .video-meta:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);

}
.video-meta span {
    margin: 10px;
    display: block;
}
.links h2,
.contact h2 {
    margin: 30px 0 10px 0;
}
.contact h1, .contact h2, .contact h3 {
    display: block;
}
.contact .news-twitter h2 {
    margin-top: 0;
}
.links p {
/*    margin: 0 0 30px 0;
    line-height: 18px;*/
}
.date {
    margin: 0;
}
/*newsletter*/
.btn-primary,
a.btn-primary {
    background-color: #227370;
    background-image: none;
    color: #fff;
}
.btn-primary:hover,
a.btn-primary:hover {
    background: none #1d6360;
}
.modal-footer {
padding: 5px;
margin: 0 20px 0 0;
text-align: right;
background-color: transparent;
background: none;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
border-color: rgb(56, 128, 126);
outline: 0;
outline: thin dotted \9;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 128, 126, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 128, 126, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(56, 128, 126, 0.6);
}
/*icons*/
.rss {
	display: inline-block;
	width: 16px;
	height: 22px;
	line-height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 -6px 15px;
	background: url('../img/icons/rss.png') no-repeat left top;
}

.share {
	display: inline-block;
	width: 26px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../img/icons/share.png') no-repeat center center;
	
}
  /* Sticky footer styles
  -------------------------------------------------- */

  /* Wrapper for page content to push down footer */
  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -100px;
     margin: 0 auto -65px; /*for colophon*/
  }

  /* Set the fixed height of the footer here */
  #push,
  #footer {
    height: 100px; /*for colophon*/
    height: 65px;
  }
  #footer {
    background-color: #212121;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
  }

  /* Lastly, apply responsive CSS fixes as necessary */
  @media (max-width: 767px) {
    #footer {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
#footer .container {
 position: relative;
}
.footer_social {
	display: table;
    position: absolute;
    top: 15px;
    right: -21px;
	width: 300px;
}
.footer_social a {
	display: table-cell;
	min-width: 42px;
	min-height: 28px;
}
#footer .footer-audio {
    min-width: 300px;
    height: 50px;
}
.colophon {
    background-color: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.footer-sm {
    padding: 5px 0 0 0;
}
.footer-sm, .footer-sm a {
    color: #c2c2c2;
    font-size: 11px;
}


/* -------- plugin overrides ----------- */


#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/*twitter*/
.timeline-header h1.summary {
	display: none;
	
}
#bandsintown article {
    width: 100%;
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px 5px;
    border-bottom: 1px solid #333;
    border-color: rgba(216, 216, 216, 0.3);
    box-shadow: 0px 1px 9px 0px rgba(216, 216, 216, 0.3);
}


#bandsintown h3 {
    font-size: 17px;
    margin-top: 0;
    line-height: 20px;
/*    max-width: 75%;*/
    margin: 0 0 5px 70px;
}	
#bandsintown h4 {
    margin: 0;
    line-height: 1;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 0 70px;
}
#bandsintown .btns-tour {
/*    position: absolute;
    right: 0;
    top: 0;
    text-align: center;*/
    position: relative;
    text-align: right;
/*    margin-top: -15px;*/
}
#bandsintown .btn-tour {
    text-transform: uppercase;
    font-weight: bold;
}

a.rsvp {
    color: #000;
    line-height: 26px;
}
/*.tour .span5 #bandsintown .btns-tour {
    position: relative;
    float: left;
    margin: 10px 0 0 70px;
}*/
.tour .span5 #bandsintown h3 {
    max-width: 100%;
}
	
	
	/*.bit-description-links, .bit-date, .bit-venue, .bit-location, .bit-tickets {
		background-color: transparent;
		border: 0;
		overflow: hidden;
		/* IE 6/7 fallback *!/
		*text-indent: -9999px;
	}
	.bit-description-links:before {
	    content: "";
	    display: block;
	    width: 0;
	    height: 150%;
	}*/

/*end  overrides*/

	
/*icon fonts from fontello*/
@font-face {
  font-family: 'galactic';
  src: url('../font/galactic.eot?21259303');
  src: url('../font/galactic.eot?21259303#iefix') format('embedded-opentype'),
       url('../font/galactic.woff?21259303') format('woff'),
       url('../font/galactic.ttf?21259303') format('truetype'),
       url('../font/galactic.svg?21259303#galactic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'galactic';
    src: url('../font/galactic.svg?21259303#galactic') format('svg');
  }
}
*/
 
 [class^="g-icon-"]:before, [class*=" g-icon-"]:before {
  font-family: "galactic";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.g-icon-volume-down:before { content: '\e80d'; } /* '' */
.g-icon-volume-up:before { content: '\e80e'; } /* '' */
.g-icon-cw:before { content: '\e80f'; } /* '' */
.g-icon-shuffle:before { content: '\e801'; } /* '' */
.g-icon-play:before { content: '\e80b'; } /* '' */
.g-icon-stop:before { content: '\e808'; } /* '' */
.g-icon-pause:before { content: '\e809'; } /* '' */
.g-icon-fast-fw:before { content: '\e802'; } /* '' */
.g-icon-fast-bw:before { content: '\e800'; } /* '' */

/*/icon fonts*/

/*lightbox for videos*/

/*responsive toggle*/
.responsive_site_hide {
    width: 100%;
}
.responsive_site_hide a {
    color: #222;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    text-transform: none;
    margin: 0;
    
}

.nav-collapse .nav > li.responsive_site_hide > a {
    padding: 0; /*override bootstrap*/
}
ul.inline>li.responsive_site_view {
    visibility: hidden; /*override bootstrap*/
}

/* /responsive toggle*/




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/*/lightbox*/

/* @override 
	http://galacticfunk.com/css/jplayer/jplayer.blue.monday.css */



div.jp-audio,
div.jp-audio-stream,
div.jp-video {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */

	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */

	line-height:1.6;
	color: #fff;


}
div.jp-audio {
	width:420px;
}
div.jp-audio-stream {
	width:182px;
}


div.jp-interface {
	position: relative;

	width:100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:60px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:60px;
	margin: -2px 0 0 0;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
	height:60px;
}
div.jp-title {
position: absolute;
top: 6px;
height: 6px;
left: 20px;
/*overflow: scroll;*/
visibility: visible;
display: block !important;
font-weight: normal;
background-color: transparent;


}
div.jp-title li {
    font-weight: normal;
    padding: 0;
    font-size: 11px;
    line-height: 11px;
    white-space: nowrap;
}

/* @group CONTROLS */

div.jp-controls-holder {
	clear: both;
	width:440px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	width: 380px;
	padding:10px 20px 0 20px;
}

div.jp-audio-stream ul.jp-controls {
	width: 142px;
	padding:20px 20px 0 20px;
}

div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
    box-sizing: border-box;
    border-radius: 10px;
}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
}

a.jp-play {
	background: url("jplayer/jplayer.galactic3.png") 0 0 no-repeat;
}
a.jp-play:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -41px 0 no-repeat;*/
	box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.5);
	

}
a.jp-pause {
	background: url("jplayer/jplayer.galactic3.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -41px -42px no-repeat;*/
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:28px;
	height:28px;
	margin-top:6px;
}

a.jp-stop {
	background: url("jplayer/jplayer.galactic3.png") 0 -83px no-repeat;
	margin-left:10px;
}

a.jp-stop:hover {
/*	background: url("jplayer/jplayer.galactic3.png") -29px -83px no-repeat;*/
box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.5);
}

a.jp-previous {
	background: url("jplayer/jplayer.galactic3.png") 0 -112px no-repeat;
}
a.jp-previous:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -29px -112px no-repeat;*/
	box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.5);
}

a.jp-next {
	background: url("jplayer/jplayer.galactic3.png") 0 -141px no-repeat;
}
a.jp-next:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -29px -141px no-repeat;*/
	box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.5);
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:22px;
	height:15px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:166px;
	width:130px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url("jplayer/jplayer.galactic3.png") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer/jplayer.galactic3.png") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
	background: url("jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:18px;
	height:15px;
	margin-top:12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 210px;	
}
div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
	margin-left:10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
	margin-left: 56px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:12px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url("jplayer/jplayer.galactic3.png") 0 -170px no-repeat;
}
a.jp-mute:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -19px -170px no-repeat;*/

}
a.jp-unmute {
	background: url("jplayer/jplayer.galactic3.png") -60px -170px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -79px -170px no-repeat;*/

}
a.jp-volume-max {
	background: url("jplayer/jplayer.galactic3.png") 0 -186px no-repeat;
}
a.jp-volume-max:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -19px -186px no-repeat;*/
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("jplayer/jplayer.galactic3.png") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-audio div.jp-volume-bar {
	top:27px;
	left:330px;
}
div.jp-audio-stream div.jp-volume-bar {
	top:37px;
	left:92px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url("jplayer/jplayer.galactic3.png") 0 -256px repeat-x;
	width:0px;
	height:5px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:40px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:110px;
	width:186px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:166px;
	width:130px;
}

div.jp-current-time,
div.jp-duration {
	width:60px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-current-time {
	float: left;
	display:inline;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group pop out player */
body.player {
    overflow: hidden;
    background-color: #2c2c2c;
}
body.player div.jp-playlist {
     visibility: visible;   
     height: auto;
}
body.player div.jp-audio .jp-type-playlist ul.jp-toggles {
    left: 291px;
}

div.jp-title {
	text-align:center;
}
body.player div.jp-title {
    display: none !important;
}
.lt-ie10 div.jp-title {
    display: none !important;
}
div.jp-title,
div.jp-playlist {
	width:100%;
	background-color: transparent;
}
/*hide in footer */
div.jp-playlist {
    visibility: hidden;
    height: 1px;
}

div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	
	padding:0 20px;
	font-size:.72em;
	
	overflow-y: auto;
}
div.jp-playlist ul {
    height: 222px;
}

div.jp-playlist ul {
    margin:5px 0 0 0;
    border-top: 1px solid #fff;
    margin: 0;
    padding: 0;
}

div.jp-playlist li {
	padding:5px 0 4px 20px;
	border-bottom:1px dotted #7e7e7e;
}

div.jp-playlist li div {
	display:inline;
}


/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:5px 0 5px 20px;
	border-bottom:none;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
	list-style-type:square;
	list-style-position:inside;
	padding-left:7px;
}
div.jp-type-playlist div.jp-playlist a {
	color: #cfcfcf;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
	color:#fff;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
	color:#fff;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#227370;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:10px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("jplayer.blue.monday.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:25px;
}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:90px;
	margin: 0;
	position: absolute;
	left: 276px;
	top: 40px;
}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:block;
	float:right;
}

ul.jp-toggles li a {
	display:block;
	width:25px;
	height:18px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("jplayer/jplayer.galactic3.png") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("jplayer/jplayer.galactic3.png") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("jplayer/jplayer.galactic3.png") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -90px -310px no-repeat;*/
}

a.jp-repeat {
	background: url("jplayer/jplayer.galactic3.png") 0 -290px no-repeat;
}

a.jp-repeat:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -30px -290px no-repeat;*/

}

a.jp-repeat-off {
	background: url("jplayer/jplayer.galactic3.png") -60px -290px no-repeat;

}

a.jp-repeat-off:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -90px -290px no-repeat;*/
}

a.jp-shuffle {
	background: url("jplayer/jplayer.galactic3.png") 0 -270px no-repeat;
	margin-left: 5px;

}

a.jp-shuffle:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -30px -270px no-repeat;*/

}

a.jp-shuffle-off {
	background: url("jplayer/jplayer.galactic3.png") -60px -270px no-repeat;
	margin-left: 5px;
	
}

a.jp-shuffle-off:hover {
	/*background: url("jplayer/jplayer.galactic3.png") -90px -270px no-repeat;*/

}
#jp_container_1 {
    float: left;
}
a.jp-new-window {
    background: url("jplayer/jp_popout.png") no-repeat;
    float: left;
    margin: 41px 0 0 -43px;
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 999999;
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end jplayer */



/*helpers*/
#queries {
 	position: fixed;
 	top: 0;
 	left: 0;
	 color: #000;
 	width: 300px;
 	height: 80px;
 	padding: 0 0 0 10px;
	 background-color: rgba(245, 245, 245, 0.79);
 }
 #queries span {
	visibility: hidden;
	line-height: 16px;
	padding: 0;
	margin: 0;
	text-align: left;
	display: none;
	height: 16px;
}
	
/* ==========================================================================
   Helper classes
   ========================================================================== */
.left{float:left}
.right{float:right}
.ir{background-color:transparent;border:0;overflow:hidden;text-indent:-9999px}
.ir:before{content:"";display:block;width:0;height:150%}
.hidden{display:none!important;visibility:hidden}
.visuallyhidden{border:0;clip:rect(0000);height:1px;overflow:hidden;position:absolute;width:1px;margin:-1px;padding:0}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;overflow:visible;position:static;width:auto;margin:0}
.invisible{visibility:hidden}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
.clearfix{zoom:1}
@media print {
*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}
a,a:visited{text-decoration:underline}
a[href]:after{content:" (" attr(href) ")"}
abbr[title]:after{content:" (" attr(title) ")"}
.ir a:after,a[href^=javascript:]:after,a[href^=#]:after{content:""}
pre,blockquote{border:1px solid #999;page-break-inside:avoid}
thead{display:table-header-group}
tr,img{page-break-inside:avoid}
img{max-width:100%!important}
@page{margin:.5cm}
p,h2,h3{orphans:3;widows:3}
h2,h3{page-break-after:avoid}
}