/*
Theme Name: Kontrol
Theme URI: https://www.cssigniter.com/themes/kontrol/
Description: Music theme for WordPress
Author: the CSSIgniter team
Author URI: https://www.cssigniter.com/
Tags: black, three-columns
Version: 1.7
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ci_theme
Domain Path: /lang
*/

/* GLOBAL: #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* GLOBAL: #Basic Styles
================================================== */
	body {
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		background: #111;
		color: #fff;
	}
	.hidden { display:none; }
	#wrap { position:relative; z-index:1000; }

/* GLOBAL: #Links
================================================== */
	a:hover { color: #fff; }


/* GLOBAL: #Typography
================================================== */
	h1, h2, h3, h4, h5, h6, .sub-head { font-family: 'Trocchi', serif; -ms-word-wrap: break-word; word-wrap: break-word; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 30px; line-height: 34px; margin-bottom: 14px;}
	h2 { font-size: 24px; line-height: 30px; margin-bottom: 25px;  color: #fff;}
	h3 { font-size: 20px; line-height: 34px; margin: 0 0 15px 0; padding: 15px 0 0 0;  color: #fff;}
	h3.widget-title { font-size:16px; color: #f1f1f1;  line-height: 1; margin: 0 0 20px 0; text-transform: uppercase;}
	#footer h3.widget-title	{ font-size: 20px;  color: #6a6a6a; margin: 0 0 10px 0;}
	h3.section-title { font-size:30px; text-shadow: 0 -1px 0 rgba(0,0,0,0.5); }
	h4 { font-size: 18px; line-height: 30px; margin-bottom: 4px;  color: #fff;}
	h5 { font-size: 16px; line-height: 24px;  color: #fff;}
	h6 { font-size: 14px; line-height: 21px;  color: #fff;}

	p { line-height: 24px; margin: 0 0 15px 0; color: #dadada;}
	p img { margin: 0; }
	p.excerpt { font-size: 16px; font-weight:bold; }

	em { font-style: italic; }
	strong { font-weight: bold; color: #fff;}
	small { font-size: 80%; }

	pre { font: 13px "Courier 10 Pitch", Courier, monospace; line-height: 1.5; margin-bottom: 15px; overflow: auto; padding: 0.75em 1.625em; }
	code, kbd, samp, var { font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
	abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; }
	address { display: block; margin: 0 0 1.625em; }
	sup, sub { font-size: 10px; height: 0; line-height: 1; position: relative; vertical-align: baseline; }
	sup { bottom: 1ex; }
	sub { top: .5ex; }

	blockquote, blockquote p { font-size: 18px; line-height: 1; font-style: italic;}
	blockquote { margin: 0 0 20px; padding: 15px 20px 2px 20px; border-left: 2px solid #2F2F2F;}
	blockquote cite { display: block; font-size: 12px; padding-top:15px; }
	blockquote cite:before { content: "\2014 \0020"; }

	table { width:100%; margin-bottom:20px; }

	dl { margin-bottom:20px; }
	dl dd { margin:0 0 5px 10px; }


/* GLOBAL: #Links
================================================== */
	a, a:visited { text-decoration: none; outline: 0; }
	a:hover { border-bottom: none; }
	p a, p a:visited { line-height: inherit; }


/* GLOBAL: #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none; }
	ol { list-style: decimal; padding: 0;}
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* GLOBAL: #Tables
================================================== */
	table { width:100%; }


/* GLOBAL: #Images
================================================== */
	.bordered{ border: 5px solid #000 }
	img.scale-with-grid { display: block; max-width: 100%; height: auto; }
	img { max-width:100%; height:auto; }


/* GLOBAL: #Floats
================================================== */
	.alignleft { float:left; margin:5px 15px 15px 0; }
	.alignright { float:right; margin:5px 0 15px 15px; }
	.aligncenter { clear: both;	display: block;	margin-left: auto; margin-right: auto; }


/* GLOBAL: #Buttons
================================================== */
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  display: inline-block;
	  font-size: 14px;
	  padding: 10px 45px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

	  text-transform: uppercase;
	  border: none;
	  line-height: 1;
	  cursor: pointer;
	  -moz-border-radius: 2px;
	  -webkit-border-radius: 2px;
	   border-radius: 2px;
	 }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

	.btn-reply, .comment-reply-link { display:inline-block; margin: 0 0 10px 0; padding:5px 10px; position:relative; top:5px; font-weight:bold; font-size:10px; text-transform: uppercase; line-height: 1; text-align: center;}

	.action-btn,
	.action-btn-sold,
	.action-btn-canceled{ display:inline-block; margin: 0 0 10px 0; padding:10px 10px; position:relative; top:5px; font-weight:bold; font-size:10px; text-transform: uppercase; line-height: 1; text-align: center;}

	.action-btn-small { display:inline-block; padding:6px 5px 5px 5px; line-height: 1 !important; top:0; margin-bottom:0; font-weight:bold; font-size:10px; text-transform:uppercase; }

/* GLOBAL: #Forms
================================================== */
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea
	{
		float: left;
		padding: 10px;
		outline: none;
		font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;

		background-color: #121212;
		color: #4b4b4b;
		margin: 0;
		width: 280px;
		max-width: 100%;
		display: block;
		margin: 0 20px 0 0;
		border: 1px solid #232323;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	input[type="text"]:hover,
	input[type="password"]:hover,
	input[type="email"]:hover,
	textarea:hover{
		border: 1px solid #2d2d2d;
	}

	select { padding: 0; }
	textarea { min-height: 60px; }
	label, legend { display: block; font-weight: bold; font-size: 13px;  }
	select { width: 220px; }
	input[type="checkbox"] { display: inline; }
	label span, legend span { font-weight: normal; font-size: 13px; }


/* GLOBAL: #Header
================================================== */
	.wrap.top{ border-bottom: 1px solid #242224;}
	#header { padding: 30px 0 25px 0}
	#logo{ line-height: 1; margin-bottom: 10px; }
	#logo a:hover { border:none; }
	#header h2#slug{ clear: both; font-size: 12px; color: #595959; line-height: 1; margin: -15px 0 0 0; font-weight: normal;}
	#navigation { position:absolute; top:27px; right:10px; }


/* GLOBAL: #Space Gap
================================================== */
	.space-gap{width: 100%; background-color: #000; border-bottom: 1px solid #2F2C30; margin: 0 0 45px 0;}
	.space-gap.alt .sixteen.columns{ background: 000 url(images/gap-bg.png) no-repeat}
	.space-gap h1{font-size: 30px; color: #feffff;  margin: 40px 0 45px 0;}


/* GLOBAL: #Footer
================================================== */
	.wrap.footer{background-color: #050505;}
	#footer {padding:50px 0 20px 0; margin-bottom:20px; font-size:12px; }
	#footer a:hover { color:#fff; }


/* GLOBAL: #WordPress Styles
================================================== */
	.wp-caption { font-size:11px; max-width:100%; }
	.wp-caption-text { font-style:italic; }
	.sticky, .gallery-caption, .bypostauthor {}


/* GLOBAL: #Tracks
================================================== */
	.playlist-details { background: #000; padding:5px; margin:1px 0 0 0; }
	.playlist { list-style: none; margin:1px 0 0 0; }
	.playlist li { margin-bottom:0; background: #000; margin-bottom:1px; position:relative; }
	.playlist li > a { display:block; background: url(images/audio/icon_play.png) no-repeat 5px 5px; height:35px; padding-left:40px; padding-top:5px;}
	.playlist li > a:hover { display:block; background: #000 url(images/audio/icon_play.png) no-repeat 5px -30px; }
	.playlist a.sm2_playing { display:block; background: #000 url(images/audio/icon_play.png) no-repeat 5px -66px; }
	.playlist a.sm2_playing:hover { display:block; background: #000 url(images/audio/icon_play.png) no-repeat 5px -66px; }
	.single .playlist { margin-bottom:15px; }
	#sm2-container { position:fixed; top:-9999em; left:-9999em; }
	.song-actions { position:absolute; top:5px; right:5px; }
	.song-actions a { display:inline-block !important; padding:6px; margin-left:5px; font-size:11px; text-transform: uppercase; font-weight: bold; }
	.playlist li > a.sc-play { background: url(images/audio/icon_soundcloud.png) no-repeat 5px 5px; }
	.playlist li > a.sc-play:hover { background: url(images/audio/icon_soundcloud.png) no-repeat 5px -30px; }
	.playlist .sub-head {font-size: 13px;}

/* GLOBAL: #Widgets
================================================== */
	.widget { float: left; margin-bottom:45px; width: 100%;}
	.widget-img { display:block; }
	#footer .widget { margin-bottom:20px; }
	#footer .widget p { margin: 0 0 10px 0; font-size: 13px; color: #fff; }
	.sub-head{ font-size:10px; color: #fff; line-height: 1; display:block; margin: 3px 0 3px 0; text-transform: uppercase;}
	.main-head { font-size:10px; color: #6a6a6a; line-height: 1; display:block; margin-bottom:5px; text-transform: uppercase; margin: 0 0 5px 0;}

	.action-btn.watch, .action-btn.listen {  }
	.action-btn.sold {  background-color: #000; color:#777; }
	.action-btn.canceled { background-color: #000; color: #777; }

	.latest-item > a:hover { border:none; }

	.widget ul li { float: left; width: 100%; font-size: 13px; margin: 0 0 10px 0; }
	.widget ul li a {display:inline-block; }
	#footer .widget ul.two-cols li{float: left; width: 50%; border-bottom: none;}
	.widget-area .widget:last-child > * { margin-bottom:0; }


/* MODULE: #Main navigation =DONE
================================================== */
	.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
	.sf-menu { line-height:	1.0; float: left; margin-bottom: 1em; }
	.sf-menu ul { position: absolute; background: red; top: -999em; width: 190px; border: 4px solid #252325; -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .5);-moz-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .5); box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .8);}
	.sf-menu ul li { width: 100%;  }
	.sf-menu li:hover { visibility: inherit; }
	.sf-menu li { float: left; position: relative; text-decoration:none; padding: 0 0 30px 0}
	.sf-menu a { display: block; position: relative; text-transform: uppercase; font-size:12px; font-weight: bold; padding: 10px 15px 10px 10px;}
	.sf-menu li:last-child a { padding: 10px 0 10px 10px;}
	.sf-menu li li, .sf-menu li li li{padding: 0}
	.sf-menu li li a { font-size:12px; background-color: #121112; border-bottom: 1px solid #252325;}
	.sf-menu a:hover { border:none; }
	.sf-menu li:hover ul,.sf-menu li.sfHover ul { left: 6px; top: 39px; z-index: 99; }
	ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }
	ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 200px; top: -1px; }
	ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: 0; }
	ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 5em; top: 0; }
	.sf-menu li:hover { outline: 0; }
	.sf-menu li li a:hover { color:#fff !important; }
	.sf-menu > li:hover { background: none !important; }
	.alt-nav { display:none; }
	ul li a .sf-sub-indicator{ width: 9px; height: 4px; position: absolute; top: 18px; right: 2px; background: url(images/down_arrow.png) no-repeat; }
	ul li ul li a .sf-sub-indicator{ width: 4px; height: 9px; position: absolute; top: 14px; right: 10px; background: url(images/right_arrow.png) no-repeat; }
	.sf-menu li a.sf-with-ul { margin-right:10px; }
	.sf-arrows .sf-with-ul:after { content: ''; position: absolute; top: 50%; right: 0; margin-top: -2px; height: 0; width: 0; border: 4px solid transparent; border-top-color: #dFeEFF; }
	.sf-menu li li a.sf-with-ul { margin-right:0; }


/* MODULE: #Sidebar
================================================== */
	.sidebar { font-size:13px; }
	.sidebar ul { margin-bottom:0; }


/* MODULE: #Homepage slider
================================================== */
	#slider{ width: 100%;}
	.inner-shadow{width: 100%; position: absolute; top: 0; height: 5px; background: url(images/slider/inner-shadow.png) top left repeat-x; z-index: 10;}

	#slider li{margin: 0;}
	.sixteen.columns.surface{position: absolute; z-index: 1001; width: 50%;}
	.slider-title{ position: absolute; bottom: 30px; left: 10px; width: 100%;}
	.slide-text h2 { font-size:23px; color: #fff; font-weight: normal; line-height: 1; margin: 0;}

	#slider .flex-direction-nav{display: none;}
	.flex-control-nav.flex-control-paging{display: none;}

	.slider-pagination{position: absolute; bottom: 0; width: 100%; height: 70px; background-color: #000; background-color: rgba(0, 0, 0, .8); z-index: 100;}
	.arrows{position: relative; float: right; }
	.arrows a{display: inline-block; width: 70px; height: 70px; position: relative;}
	.arrows a img{position: absolute; left: 23px; top: 28px}
	.arrows a.previous { margin-right:1px; }

	.wrap.carousel-thumbs{ border-bottom: 1px solid #262426; border-top: 1px solid #262426; padding: 20px 0 20px 0; margin: 0 0 50px 0;}

	#carousel li{cursor: pointer; margin: 0 20px 0 0;}
	#carousel p { margin-bottom:0; }
	#carousel .flex-direction-nav{display: block}
	#carousel .flex-direction-nav li{border: none;}
	#carousel .flex-direction-nav li:hover, #carousel .flex-direction-nav li a:hover{border: none;}

	/* boxed */
	.boxed .arrows{position: relative; float: right; margin: 0 10px 0 0;}
	.boxed .slide-text h2 { font-size:18px; color: #cdcccc;  line-height: 1; margin: 0 0 0 15px;}


/* MODULE: #News
================================================== */
	.post { float: left; width: 100%; margin: 0 0 50px 0; padding: 0 0 50px 0; background: url(images/post/post-divider.png) center bottom no-repeat;}
	.post > *:last-child { margin-bottom:0; }
	.post img { display:block; }
	.post .post-meta-more h2 { font-size: 21px; font-weight: bold; line-height: 1; margin: 0;}
	.post time{ background: url(images/post/time-divider.png) top right repeat-y; font-size: 17px;}
	.post time span{ display:block; font-size: 12px; text-transform: uppercase; }
	.post .post-meta-more p{color: #fff; font-size: 10px; text-transform: uppercase;}
	.post .post-meta-more p span{color: #6a6a6a;}
	.post .home.post-body{ position: relative;}
	.post .home.post-body p{color: #ececec; margin-bottom:5px; }
	.post .home.post-body img { position:absolute; top:15px; left:10px; }
	.post-type { margin-top:5px; }
	.no-border { background: none; }
	.home .content article:last-of-type, .blog .content article:last-of-type { background: none; margin-bottom:0; }



/* MODULE: #Page
================================================== */
	.post.single.static .post-body{ background: none;}


/* MODULE: #Single
================================================== */
	.post.single{padding: 15px 0 0 0; background: none;}
	.post.single h1{font-size: 30px; color: #feffff;  margin: -80px 0 105px 0;}
	.post.single ul{list-style-type: square; margin: 0 0 0 3px ;padding: 0 0 0 20px;}
	.post.single h1+img+p{font-size: 15px; color: #fefefe; margin: 25px 0 30px 0;}
	.post.single .post-body{}
	.post-intro .bordered{margin: 0 0 15px 0;}


/* MODULE: #Comments
================================================== */
	.post-comments { margin:40px 0 40px 0; padding: 20px 0 55px 0 ;background: url(images/post/post-divider.png) center bottom no-repeat;}
	.post-comments h2 { margin-bottom:20px; }
	.post-comments ol, .post-comments ul { list-style: none !important; font-size:inherit;  }
	.post-comments > ol { margin-left:0; margin-bottom:0; }
	.post-comments li { margin:0 0 20px 0!important; padding:0 !important; background: none !important; position:relative; }
	.post-comments .avatar { position:absolute; top:0; left:0; margin: 0 15px 5px 0; text-align: center; }
	.post-comments .comment-text { margin-bottom:10px; }
	.post-comments > .comment-text:last-child { margin-bottom:0; }
	.post-comments .comment-copy { margin-left:60px;  padding: 15px; font-size: 13px; background-color: #242424; border: 1px solid #2F2F2F;}
	.post-comments .comment-copy p { margin-bottom:10px; }
	.post-comments .comment-meta { font-weight: bold; color: #fff; margin-bottom:5px !important; }
	.comment-reply-link:hover, .btn-reply:hover { color:#fff; }
	.comment-reply-link { font-size:10px; font-weight:bold; display:inline-block; border-radius:2px; margin-bottom:5px; }
	#cancel-comment-reply-link { display:block; font-size:14px; }
	#cancel-comment-reply-link:hover { border:none; }


/* MODULE: #Comment Form
================================================== */
	#form-wrapper { padding:20px 0 0 0; margin:20px 0 0 0;  }
	#form-wrapper h2 { font-size:26px; margin-bottom:20px; }
	#form-wrapper form { background-color: #242424; border: 1px solid #2F2F2F; padding: 20px;}
	.post-form label { width: 100%; display:inline-block; font-size: 13px ;font-weight:bold; margin: 0 0 5px 0; color: #fff; }
	.post-form input[type=text] { margin: 0 0 10px 0; width:80%; }
	.post-form input[type=submit] { margin-bottom:0; }
	.post-form textarea { width:90%; height:200px; margin: 0 0 10px 0;}


/* MODULE: #Discography
================================================== */
	.discography, .listing { margin: 15px 0 0 0; padding: 0 0 50px 0;}
	.discography li, .listing li { line-height: 1; margin-bottom:20px; }
	.album { border-bottom:0 !important; }
	#meta-wrap { margin:20px 0; padding:20px 0 22px 0; border-style: solid; border-width: 1px; border-left-width: 0; border-right-width: 0;  }
	.album-meta { font-size:12px; font-weight:bold; margin-bottom:0; position:relative; }
	.album-meta li { line-height: 1; margin-bottom:12px; }
	.album-meta li:last-child { margin-bottom:0; }
	.album-meta span { display:inline-block; width:80px; margin-right:5px; text-align: right; font-weight: normal; }
	.track-lyrics-hold { display: none; }
	.soundcloud-wrap { display: none; padding: 10px; background: #080808; }

	/* share buttons */
	.album-share { text-align: right; line-height: 1;  }
	#sharable > span { position:relative; top:-2px; }


/* MODULE: #Events
================================================== */
	.events .tour-dates { margin-bottom:55px; }
	.events .tour-dates li { position:relative; background-color: #242424; border: 1px solid #2F2F2F; margin: 0 0 1px 0;}
	.events .tour-dates li:nth-child(2n) {background-color: #1E1E1E; border: 1px solid #292929;}
	.events .tour-dates .tour-place { padding:20px 0 0 15px; width:auto; }
	.events .tour-dates .sub-head { font-size:14px; color: #bebebe; text-transform: none;}
	.events .tour-dates .main-head { font-size:12px; color: #fff; font-weight: bold; text-transform: none;}
	.events .tour-dates .action-btn { position: absolute; top:23px; right:24px; }
	.events .tour-date { float:left; width:60px; text-align: center; margin:0; padding:17px 0 15px 0; }
	.events .tour-date .day{font-size:24px; font-weight:bold; display:block; color: #fff; }
	.events .tour-date .month { font-size:12px; text-transform: uppercase;}
	.events .tour-place { float:left; width:138px; padding:10px; }
	.events .tour-place .action-btn.sold,
	.events .tour-place .action-btn.canceled{background-color: #000;}
	.events .tour-dates .date { font-weight:bold; color:#fff; line-height: 0; }

	#event-info { margin-bottom:25px; }
	#event-info p { border-bottom:solid 1px #333; margin-bottom:0; font-size:13px; padding:5px 0; font-weight: bold; color: #fff; }
	#event-info p span { font-weight:bold; display:inline-block; width:120px; font-size: 12px; text-transform: uppercase; }
	#event-info time { background: none; font-size:13px; }

	/* map */
	#map { margin-bottom:40px; width:auto; height:400px; }
	#map h3, #map h4, #map p { color:#333; }
	#map h3 { line-height: 1; font-size:18px; margin-bottom:5px; }
	#map h4 { line-height: 1; font-size:14px; margin-bottom:8px; }
	#map p { line-height:1; font-size:12px; }


/* MODULE: #Events #Alt
================================================== */

	.events-alt .tour-dates { margin-bottom:40px; }
	.events-alt .tour-dates li { position:relative; border-bottom: 1px solid #303030; margin: 0 0 30px 0; padding: 0 0 30px 0;}
	.events-alt .tour-date { float:left; width:50px; text-align: center; margin:0; padding:0; background: url(images/post/time-divider.png) top right repeat-y;}
	.events-alt .tour-date .day{float: left; width: 40px; font-size: 17px;}
	.events-alt .tour-date .month {clear: both; float: left; width: 40px; font-size: 12px; text-transform: uppercase; }

	.events-alt .tour-dates .tour-place { }
	.events-alt .tour-dates .sub-head { font-size:16px; text-transform: none; }
	.events-alt .tour-dates .main-head { font-size:10px; color: #6a6a6a;}
	.events-alt .tour-dates .description { font-size:13px; color: #dadada; line-height: 24px; margin: 20px 0 0 0;}

	.events-alt .tour-dates .action-btn { display: inline-block; margin: 18px 0 0 0;}
	.events-alt .tour-place .action-btn.sold,
	.events-alt .tour-place .action-btn.canceled{background-color: #000;}

	.events-alt #map{float: left; width: 160px!important; height: 160px!important; margin: 0 20px 0 20px;}


/* Paging Styles
================================================== */
	#paging{ float: left;width: 100%;text-align: center; padding: 60px 0 ; background: url(images/post/post-divider.png) center top no-repeat;}
	#paging a { display:inline-block; min-width: 40px; height: 30px; padding: 10px 0 0 0; text-align: center; font-size:14px;  background-color: #2D2D2D; color: #6c6c6c;}
	#paging span.current {display:inline-block; width: 40px; height: 30px; padding: 10px 0 0 0 ;text-align: center; font-size:14px;  background: #00a7fa; color: #fff; }
	#paging .nav-prev a, #paging .nav-next a { width:auto; background: none; }
	#paging .prev, #paging .next { padding:10px 10px 0 10px; }
	#paging .nav-next a, #paging .nav-prev a { padding:10px 15px 0; background-color: #2D2D2D; color: #6c6c6c; }



/* WIDGET: #Galleries
================================================== */
	.album-info{background-color: #000; padding: 5px; border-top: 1px solid #181818; border-bottom: 1px solid #181818; text-align: center; }
	span.album-actions{float: left; width: 30px; height: 30px; background: #2d2d2d; margin: 0 5px 0 0; position: relative;}
	.album-info .sub-head {font-size: 13px;}
	.album-info .main-head {font-size: 11px;}
	.album-info .album-actions {display: none;}
	.single .album-info {text-align: left;padding: 10px;}

/* WIDGET: #Tour Dates
================================================== */
	.widget .tour-dates li{ background: url(images/misc/tour-divider.png) bottom center no-repeat; margin: 0 0 0 0; padding: 0 0 20px 0;}

/* WIDGET: #Discography
================================================== */
.widget_ci_discography_widget .sub-heading {font-size: 15px;}
.widget_ci_discography_widget .main-head {font-size: 11px;	margin-bottom: 10px;}
.widget_ci_discography_widget a.action-btn-small {padding: 10px;}


/* WIDGET: #Don't Miss it
================================================== */
	.widget .post-meta{clear: both; float: left; width: 100%; margin: 10px 0 0 0;}
	.widget .post-meta-more{float: left; }
	.widget .post-meta-more h3 { margin: 0; padding:0; font-size: 16px; line-height: 1;}
	.widget time{float: left; width: 40px; background: url(images/post/time-divider.png) top right repeat-y; font-size: 17px;}
	.widget time span{font-size: 12px; text-transform: uppercase;  display:block; }
	.widget .post-meta-more p{color: #fff; font-size: 10px; text-transform: uppercase; margin: 0;}
	.widget .post-meta-more p span{color: #6a6a6a;}
	.widget .sub-head {  }

/* MODULE: #Gallery
================================================== */
	.ci-gallery-item a:hover img { opacity:0.8; }
	.gallery-actions { padding:2px 0 5px 0; display:block; }

	/* Native WordPress Galleries */
	.gallery {
		margin-bottom: 20px;
		overflow:auto;
	}

	.gallery-item {
		float: left;
		margin: 0 4px 4px 0;
		overflow: hidden;
		position: relative;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 48%;
		max-width: -webkit-calc(50% - 4px);
		max-width:         calc(50% - 4px);
	}

	.gallery-columns-3 .gallery-item {
		max-width: 32%;
		max-width: -webkit-calc(33.3% - 4px);
		max-width:         calc(33.3% - 4px);
	}

	.gallery-columns-4 .gallery-item {
		max-width: 23%;
		max-width: -webkit-calc(25% - 4px);
		max-width:         calc(25% - 4px);
	}

	.gallery-columns-5 .gallery-item {
		max-width: 19%;
		max-width: -webkit-calc(20% - 4px);
		max-width:         calc(20% - 4px);
	}

	.gallery-columns-6 .gallery-item {
		max-width: 15%;
		max-width: -webkit-calc(16.7% - 4px);
		max-width:         calc(16.7% - 4px);
	}

	.gallery-columns-7 .gallery-item {
		max-width: 13%;
		max-width: -webkit-calc(14.28% - 4px);
		max-width:         calc(14.28% - 4px);
	}

	.gallery-columns-8 .gallery-item {
		max-width: 11%;
		max-width: -webkit-calc(12.5% - 4px);
		max-width:         calc(12.5% - 4px);
	}

	.gallery-columns-9 .gallery-item {
		max-width: 9%;
		max-width: -webkit-calc(11.1% - 4px);
		max-width:         calc(11.1% - 4px);
	}

	.gallery-columns-1 .gallery-item:nth-of-type(1n),
	.gallery-columns-2 .gallery-item:nth-of-type(2n),
	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-4 .gallery-item:nth-of-type(4n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-6 .gallery-item:nth-of-type(6n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-8 .gallery-item:nth-of-type(8n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 0;
	}

	.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
	.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
	.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
	.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
		clear: left;
	}

	.gallery-caption {
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		color: #fff;
		font-size: 12px;
		line-height: 1.5;
		margin: 0;
		max-height: 50%;
		opacity: 0;
		padding: 6px 8px;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: left;
		width: 100%;
	}

	.gallery-caption:before {
		content: "";
		height: 100%;
		min-height: 49px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.gallery-item:hover .gallery-caption {
		opacity: 1;
	}

	.gallery-columns-7 .gallery-caption,
	.gallery-columns-8 .gallery-caption,
	.gallery-columns-9 .gallery-caption {
		display: none;
	}


/* WIDGET: #Latest Videos
================================================== */
	.latest-video { position:relative; }
	.latest-video a span { width:53px; height:53px; display:block; position:absolute; top: 45px!important; left: 80px!important; background: url(images/btn-play.png); z-index: 1000}
	.latest-video .album-info {background: none;  border: none; padding:10px 10px 20px 0; margin-bottom:0; }
	.latest-video .album-info .sub-head{ font-size: 16px; text-transform: none;}
	.video-player { display:none; }
	#video-player-wrap { margin-bottom:25px; }


/* GLOBAL: #Newsletter
================================================== */
	.wrap.newsletter{background: url(images/bg_top.jpg) repeat; border-top: 1px solid #242224; border-bottom: 1px solid #242224; padding: 0 0 20px 0;}
	.wrap.newsletter h2{font-size: 24px; color: #b1b1b1;  margin: 0 0 20px 0;}
	.wrap.newsletter .container .sixteen.columns{background: url(images/misc/newsletter-bg.png) right center no-repeat; padding: 40px 0 20px 0;}


/* WIDGET: #Flickr
================================================== */
	.flickr_badge_image { float: left; margin-right: 10px; margin-bottom: 10px; border: 5px solid #000; }
	.flickr_badge_image img { width:55px; height:55px; }
	.flickr_badge_image:nth-child(3n+1) { margin-right:0; }
	.flickr_badge_image img { display: block; }


/* WIDGET: #Social Links
================================================== */
	.icn { text-align:left; width: 24px; height: 24px; background-image: url(images/social-icons.png); background-repeat: no-repeat; display:inline-block; margin-right: 3px; text-indent: -999em; cursor: pointer; }
	.icn:hover { border:none; }
	.icn:focus,
	.icn:active { outline: none }
	.icn.twitter { background-position: -31px -1px }
	.icn.twitter:hover { background-position: -31px -31px }
	.icn.facebook { background-position: 0 -1px }
	.icn.facebook:hover { background-position: 0 -31px }
	.icn.flickr { background-position: -62px -1px }
	.icn.flickr:hover { background-position: -62px -31px }
	.icn.picasa { background-position: -94px 0 }
	.icn.picasa:hover { background-position: -94px -30px }
	.icn.lnkdin { background-position: -125px 0 }
	.icn.lnkdin:hover { background-position: -125px -30px }
	.icn.gplus { background-position: -156px -1px }
	.icn.gplus:hover { background-position: -156px -31px }
	.icn.rss { background-position: -187px -1px }
	.icn.rss:hover { background-position: -187px -31px }
	.icn.youtube { background-position: -218px -1px }
	.icn.youtube:hover { background-position: -218px -31px }
	.icn.wordpress { background-position: -250px -1px }
	.icn.wordpress:hover { background-position: -250px -31px }
	.icn.dribbble { background-position: -282px -1px }
	.icn.dribbble:hover { background-position: -282px -31px }
	.icn.pinterest { background-position: -313px -1px }
	.icn.pinterest:hover { background-position: -313px -31px }
	.icn.stumble { background-position: -345px -1px }
	.icn.stumble:hover { background-position: -345px -30px }
	.icn.digg { background-position: -380px -1px }
	.icn.digg:hover { background-position: -380px -30px }


/* WIDGET: #Social Links
================================================== */
.widget_ci_twitter_widget li {
	background: url('images/misc/tour-divider.png') no-repeat center bottom;
	padding-bottom:25px;
	margin-bottom:10px;
}

.widget_ci_twitter_widget li:last-child {
	margin-bottom:0;
}

.twitter-time {
	display:block !important;
	font-size:11px;
}


/* #Alternative
================================================== */
	body.boxed{background: #22252A; }
	.boxed{position: relative;}
	.boxed .container{  }
	.boxed .holder{ background-color: #0D0F11; background-color: rgba(0, 0, 0, .6); width: 980px; margin: 0 auto; }
	.boxed .wrap.top{border-bottom: none; background: none;}
	.boxed .top,
	.boxed .carousel-thumbs,
	.boxed .wrap.footer{background: none;}
	.boxed .wrap.newsletter{background: none; border: none; padding: 0;}
	.boxed .wrap.newsletter .container .sixteen.columns{ border-top: 1px solid #212024; border-bottom: 1px solid #212024; }
	.boxed .wrap.newsletter input{	margin: 0 20px 20px 0;}


/* Gap */
	.boxed .space-gap{	background: transparent; border: none;	margin: 0 auto;}
	.boxed .space-gap .holder{padding: 0 0 45px 0;}
	.boxed .space-gap .sixteen.columns{border-top: 1px solid #242224; border-bottom: 1px solid #242224; }


/* Top */
	.boxed .top{border-bottom: none;}


/* Slider */
	.boxed .slider-pagination{bottom: 1px;}
	.boxed .flexslider .slides {zoom: 1; margin: 0; border-bottom: 1px solid #262426;}


/* Carousel */
	.boxed .wrap.carousel-thumbs{background: transparent; margin: 0; padding: 0 0; border-top: none; border-bottom: none;}
	.boxed #carousel{ padding: 0 0 50px 0;}
	.boxed #carousel ul.slides{ padding: 20px 0;}
	.boxed .flex-direction-nav a{margin: 0;}


/* Newsletter */
	.boxed .row.newsletter .sixteen.columns{background: url(images/misc/newsletter-bg.png) 98% center no-repeat;}
	.boxed .row.newsletter{padding: 40px 0;  border-top: 1px solid #242224; border-bottom: 1px solid #242224; }


/* Footer */
	.boxed #footer {padding:35px 0 20px 0;}


/* MODULE: #Contact Form 7
================================================== */
.wpcf7 label { display:block; margin-bottom:5px; }
.wpcf7 input[type=text], .wpcf7 input[type=email], textarea { float:none; }


/* #PrettyPhoto Styles
================================================== */
	div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
	div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
	div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
	div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
	div.pp_default .pp_content .ppt{color:#f8f8f8}
	div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
	div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
	div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
	div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
	div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
	div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
	div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
	div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
	div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
	div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
	div.pp_default .pp_social{margin-top:7px}
	div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
	div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
	div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
	div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
	div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
	div.pp_default .pp_content_container .pp_details{margin-top:5px}
	div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
	div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
	div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
	div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
	div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
	div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
	div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
	div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
	div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
	div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
	div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
	div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
	div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
	div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
	div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
	div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
	div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
	div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
	div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
	div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
	div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
	div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
	div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.dark_rounded .pp_description{margin-right:85px;color:#fff}
	div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
	div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
	div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
	div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
	div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
	div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
	div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
	div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
	div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
	div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
	div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.dark_square .pp_nav{clear:none}
	div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
	div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
	div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
	div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
	div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
	div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
	div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
	div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
	div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
	div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
	div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
	div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
	div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
	div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
	div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
	div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
	div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
	div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
	div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
	div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
	div.facebook .pp_description{margin:0 37px 0 0}
	div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
	div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
	div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
	div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
	div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
	div.facebook .pp_nav{margin-top:0}
	div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
	div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
	div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
	div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
	div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
	div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
	div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
	div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
	div.pp_pic_holder a:focus{outline:none}
	div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
	div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
	.pp_content{height:40px;min-width:40px}
	* html .pp_content{width:40px}
	.pp_content_container{position:relative;text-align:left;width:100%}
	.pp_content_container .pp_left{padding-left:20px}
	.pp_content_container .pp_right{padding-right:20px}
	.pp_content_container .pp_details{float:left;margin:10px 0 2px}
	.pp_description{display:none;margin:0}
	.pp_social{float:left;margin:0}
	.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
	.pp_social .twitter{float:left}
	.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
	.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
	.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
	a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
	.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
	.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
	.pp_gallery div{float:left;overflow:hidden;position:relative}
	.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
	.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
	.pp_gallery ul a img{border:0}
	.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
	.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
	.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
	a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
	a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
	a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
	a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
	.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
	#pp_full_res{line-height:1!important}
	#pp_full_res .pp_inline{text-align:left}
	#pp_full_res .pp_inline p{margin:0 0 15px}
	div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
	div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
	div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
	div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
	div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
	div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
	div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
	div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
	div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
	div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
	div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
	div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
	div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
	div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
	.pp_top,.pp_bottom{height:20px;position:relative}
	* html .pp_top,* html .pp_bottom{padding:0 20px}
	.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
	.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
	* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
	.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
	.pp_fade,.pp_gallery li.default a img{display:none}
	.pp_content p { color: #000; }

/* -----------------------------------------
	External Plugins
----------------------------------------- */
/* WP Instagram */
	.null-instagram-feed p {
		padding-top: 10px;
		visibility: visible;
		width: 100%;
		height: auto;
	}

	.widget .instagram-pics {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.widget .instagram-pics:before, .widget .instagram-pics:after {
		content: " ";
		/* 1 */
		display: table;
		/* 2 */
	}
	.widget .instagram-pics:after {
		clear: both;
	}

	.widget .instagram-pics li {
		border-bottom: 0;
		padding: 0;
		float: left;
		width: 33.33333333333%;
		margin-bottom: 0;
	}

	.widget .instagram-pics li a {
		display: block;
		color: #7B7B7B;
	}

	.widget .instagram-pics li a img {
		display: block;
	}
