/* ----- TWANG.DE CUSTOM BOOTSTRAP CSS : V1.5 STABLE 2014-09-01 JD ----- */


/* 

	PLEASE NOTE: EDIT THIS FILE THEN MINIFY IT VIA
	
	http://cssminifier.com/
	
	AND SAVE AS twang.min.css
	    _         _   _ 
	 __| |_  _ __| |_(_)
	/ _` | || / _| / / |   \___(o)<
	\__,_|\_,_\__|_\_\_|    \_~_/
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*/


/* --- Section I : Global Styles --- */


/* Custom Body Styles */

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Alfa+Slab+One|Bangers);

html,
body {
    width: 100%;
    height: 100%;
	font-family: 'Roboto Slab', serif;
}


/* Custom Typo Styles */

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1), -1px -1px 1px rgba(0, 0, 0, 1);
}

.intro {
	font-size:120px;
}

.handwritten {
	font-family: 'Bangers', cursive;
}

.slab {
	font-family: 'Alfa Slab One', serif;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Sidebar Offcanvas Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Custom Color Swatches */

.white {
	color: #fff;
}

.alizarin {
	color: #e74c3c;
}

.asbestos {
	color: #7f8c8d;
}

.concrete {
	color: #95a5a6;
}

.silver {
	color: #bdc3c7;
}

.clouds {
	color: #ecf0f1;
}

/* Custom Paddings, Margins */

.nomargin-bottom {
	margin-bottom: 0px;
}

.nomargin-top {
	margin-top: 0px;
}


/* --- Section II : The Stages --- */


/* Twang Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/backgrounds/home.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Twang Header Slider */

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Twang About */

.about {
    padding: 50px 0;
	background: url(../img/backgrounds/dark-grungewall.png);
	color:#999;
}

/* Twang Twang */

.twang {
    padding: 50px 0;
	background: url(../img/backgrounds/floral.jpg);
}

.service-item {
    margin-bottom: 30px;
	text-shadow: #000 -1px 1px 1px;
}

.band-member img {
	border: 15px solid #1a1a1a;
	display: inline;
}

/* Gallery */

#gallery {
	background: url(../img/backgrounds/dark-grungewall.png) scroll;
	height: auto;  
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	padding: 50px 0;
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

.picturegallery img {
    margin: 10px;
}

.picturegallery .img-thumbnail {
    background-color: transparent;
}

/* Twang Live */

#live {
	background: url(../img/backgrounds/liveonstage.jpg) 50% 0 fixed; 
	height: auto;  
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	padding: 200px 0;
}

.callout {
    display: table;
	color: #fff;
}

.live {
	background: url(../img/backgrounds/dark-grungewall.png) fixed;
	padding:60px 0 120px 0;
}

.live a:link,
.live a:visited {
	color:#95a5a6;
}

.live a:hover {
	color:#ecf0f1;
}

/* Twang Shop */

.shop {
    width: 100%;
    color: #fff;
    background: url(../img/backgrounds/shopdesert.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.shop .btn {
    margin: 10px;
}

/* Twang Contact Facebook */

.facebook {
    width: 100%;
    color: #fff;
    background: url(../img/backgrounds/facebook.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.facebook {
    padding: 150px 0 0 0;
}

.img-facebook {
    margin: 0 auto;
}

.img-facebook:hover {
    opacity: 0.8;
}

/* Twang Contact Footer */

.contactfooter {
	width: 100%;
    padding: 100px 0;
    background: url(../img/backgrounds/contact.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* --- Section III : Media Queries --- */


@media (max-width: 767px) {
	
	.live h2 {
		font-size: 16px;
	}
	
	#contact a.btn {
		font-size: 13px;
	}
	
	#errorpage a.btn {
		font-size: 13px;
	}
	
	#errorpage .thin {
		font-size:33px;
	}
	
	.header h2 {
		font-size:24px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	
}

@media(max-width:800px) {
	
	.header {
		height: auto;
	}
	
	.intro {
		font-size:50px;
	}
	
}