.row, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	padding:0px;
}

h1, h2 {
	font-size:48px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	text-transform: uppercase;
	text-align: left;
}

/* ---------- Carousel ----------- */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {margin:0 auto;}

#carouselButtons {
    bottom: 30px;
    left: 30px;
    position: absolute;
}

.billboard-control {
	position: absolute;
	bottom: 25px;
	width: 60px;
	height: 60px;
	line-height: 1em;
	font-size: 60px;
	text-align: center;
	color: white;
}

.billboard-control:hover {
	text-decoration: none;
	color: #000;
}

.billboard-control.prev {
	right: 95px;
}

.billboard-control.next {
	right: 25px;
}

.carousel-control.left, .carousel-control.right {background:none;}

/* ---------- Instagram ----------- */

.hashtagContainer {
	position:relative;
}

.hashtag {
	position:absolute;
	font-weight:400;
	font-size:24px;
	color:#fff;
	left:15px;
	bottom:15px;
}
/* ---------- TUMBLR ----------- */

#tumblr {
	background:url("/images/_pages/_global/tumblr_bg.png") center center / cover no-repeat;
	display:block;
	height:400px;
	padding-left: 20px;
	padding-right: 20px;
	margin:0;
	width:100%;
	font-size:31px;
	color:#fff;
	font-weight:300;
	text-align: center;
}

#tumblr:hover {
	color: rgb(240,240,240);
}

#tumblr-inner {
	padding-top: 30px;
}

.tumblr-body {
	font-size: .66em;
}

#tumblr .posted {
	margin-top:20px;
	font-size:20px;
	font-weight: 400;
}

.speechBubble {
	background:url("/images/_pages/_global/tumblr_icon.png") no-repeat 0 0 transparent;
	display:block;
	height:43px;
	width:48px;
	padding:0;
	/*margin:30px auto 20px;*/
	margin: 0 auto 20px;
}

/* ---------- TOUR ----------- */

#tourRow {
	background:url("/images/_pages/_global/tour_bg.jpg") no-repeat scroll center center / cover transparent;
	min-height:300px;
	/*padding:40px;*/
	padding: 40px 4%;
	/*font-size:30px;*/
	font-size: 20px;
	font-weight:300;
	font-family: 'Oswald', sans-serif;
	color:#fff;
}

#tourRow table {
	max-width:1100px;
	width:100%;
}
#tourRow th {}

#tourRow tr {
	/*padding:20px 0;*/
	padding: 8px 0;
	border:2px solid #fff;
}

#tourRow td {
	background-color: rgba(0,0,0,.5);
	/*padding:20px;*/
	padding: 8px;
}

@media(max-width: 515px) {
	#tourRow td {
		display: block;
		/*width: 100%;*/
	}
	#tourRow tr {
		display: block;
		padding: 0px 0;
	}
}

#tourRow tr.blankSpace {
	/*height:20px;*/
	height: 7px;
	background-color: transparent;
	border:0;
}

.detailLink {
	/*font-size:30px;*/
	font-size: 20px;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
}

a.ticketLink {
	/*font-size:30px;*/
	font-size: 20px;
	text-transform:uppercase;
	font-weight:300;
	color:#dfbbb9;
}

a.ticketLink:hover {color:#DCB1AB;}

@media(min-width: 768px) {

	#tourRow tr {
		padding:20px 0;
	}

	#tourRow td {
		padding:20px;
	}

	#tourRow tr.blankSpace {
		height: 20px;
	}

	#tourRow, .detailLink, a.ticketLink {
		font-size: 30px;
	}

	#tourRow {
		padding:40px;
	}

}

/* ---------- Lazy Photos ----------- */

.jscroll-inner > .grid-entry .grid-right,
.jscroll-added:nth-child(odd) .grid-right,
.jscroll-added:nth-child(even) .grid-left {
	display: none;
}

.page-top {
	background-color:#dfbbb9;
	color:#fff;
	font-size:24px;
	position: absolute;
	right:15px;
	bottom:15px;
	padding:10px 15px;
	text-align: center;
	line-height:0;
}

.page-top:hover {
	background-color:#DCB1AB;
	color:#fff;
}

/* --- RESPONSIVE FIXES ------*/


@media (max-width: 992px) {
	
	
	#blog, #album, #video {height: auto;}
		
	#soundcloudPlayerWrapper img {
		height: auto;
	    margin: 0 auto;
	    max-width: 500px;
	    width: 100%;
	}
	
	#blog img {margin:0 auto;}
	
	.albImg {max-width:805px;}

	/*#tourRow {
		background: url("/images/_pages/_global/tour_bg.jpg") no-repeat / cover;
	}*/
}

@media (max-width: 770px) {
	
}

@media (max-width: 400px) {
	
}

/*** BOTTOM PHOTO GRID ***/

#bottom-photo-grid {
	position: relative;
}

#ft-video-link {
	display: block;
	position: relative;
	background: #000;
}

#ft-video-img {
	margin: 0 auto;
}

#ft-video-icon {
	position: absolute;
	font-size: 48px;
	color: white;
	bottom: 15px;
	right: 23px;
}

#ft-video-link:hover i {
	color: #dfbbb9;
}

#ft-video-modal .modal-content {
	/*background: #dfbbb9;*/
}

#ft-video-modal iframe {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	max-width: 100% !important;
}

#ft-video-modal .modal-body {
	text-align: center;
	margin: 0 auto;
	padding: 10px 10px 7px;
}

#ft-video-modal .modal-header {
	border-bottom: none;
	padding: 0 12px;
}

#ft-video-modal .modal-dialog {
	width: auto;
	/*max-width: 800px;*/
	display: inline-block;
	text-align: center;
}

#ft-video-modal {
	text-align: center;
}

#ft-video-link .grid-caption {
	padding-top: 9%;
}

/*.modal-open[style] {
padding-right: 0px !important;
}*/


/*** GRID LINK HOVER EFFECT ***/

.grid-link {
	display: block;
	position: relative;
}

.grid-caption {
	/*display: none;*/
	/*visibility: hidden;*/
	opacity: 0;

	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;

	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.45) url('/images/_pages/home/laced-mask-ultra-lite.png') 0 0 repeat;
	padding: 43% 13% 0 13%;
	text-align: center;
	font-size: 23px;
	text-transform: uppercase;
}

.grid-link:hover .grid-caption {
	/*display: block;*/
	/*visibility: visible;*/
	opacity: 1;
}

.grid-link-lg .grid-caption {
	padding-top: 39%;
}

.grid-link-md .grid-caption {
	padding-top: 25%;
}

.grid-link-md .grid-caption > div {
	font-size: .77em;
}

.grid-link-sm .grid-caption {
	padding-top: 20%;
}

.grid-link-sm .grid-caption > div {
	font-size: .66em;
}

@media(min-width: 768px) and (max-width: 991px) {
	.grid-link-lg .grid-caption {
		padding-top: 21%;
	}

	.grid-link-lg .grid-caption > div {
		font-size: .64em;
	}

	.grid-link-md .grid-caption {
		padding-top: 16%;
	}

	.grid-link-md .grid-caption > div {
		font-size: .51em;
	}

	.grid-link-sm .grid-caption {
		padding-top: 14%;
	}

	.grid-link-sm .grid-caption > div {
		font-size: .39em;
	}
}

@media(min-width: 481px) {
	.grid-caption {
		font-size: 34px;
	}
}

@media(min-width: 768px) {
	.grid-caption {
		font-size: 50px;
	}
}

@media(min-width: 992px) {
	.grid-caption {
		font-size: 44px;
	}
}

@media(min-width: 1200px) {
	.grid-caption {
		font-size: 52px;
	}
}

@media(min-width: 1350px) {
	.tumblr-body {
		font-size: .74em;
	}
}

.ig-handle {
	font-size: .6em;
}

@media(min-width: 992px) {
	.ig-grid-link .grid-caption {
		font-size: 34px;
		padding: 33% 5% 0 5%;
	}
}

@media(max-width: 612px) {

	.col-xxs-12 {
		width: 100%;
	}

	#tumblr {
		padding-top: 35px;
		padding-bottom: 35px;
	}

}

.infinite-loading {
	display: block;
	text-align: center;
	font-size: 68px;
	color: rgba(0,0,0,.5);
	margin: 0;
	padding: 15px 0;
}



#grid-entries:after, .jscroll-inner:after {
	content: "";
	display: table;
	clear: both;
}






