/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
  height: 100%;
	color: #ccc;
}

body {
  padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color: black;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	position: relative;
}

h1, h2 {
	color: #c1932d;
}

p {
	font-size: 20px;
}

.navbar, .nav {
	background-color: black;
}

.navbar-brand {
  padding: 0 15px 0 0;
}

.nav-item {
	cursor: pointer;	
}

.nav > li > a {
	padding: 13px;
}

a:hover {
	cursor: pointer;
}

h1:before, header:before {
  display: block;
  content: " ";
  margin-top: -30px;
  height: 30px;
  visibility: hidden;
}
#cover-photo {
	margin-top: 0px;
	margin-bottom: 1rem;
	width: 100%;
	border: dimgray 1px solid;
}
#top {
	margin-top: 0;
}
#top img {
	margin-bottom: 0;
}
.container1 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px #111 solid;
}
/*
header {
  display: block;
  position: relative;
  background-color: black;
  background-image: url("../images/tree.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

.head {
    text-align: center;
    color: #FFF;
    display: block;
    padding-top: 150px;
}
*/
.photoBlock {
	width: 100%;
	margin: 10px 0 20px 0;
}

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

#showSubscribe, #hideShare {
	cursor: pointer;
	cursor: hand;
	color:burlywood;
}
#showShare {
	position: relative;
	width: 120px;
	padding: 5px 0;
}
#share {
	position: fixed;
	z-index: 5000;
	width: 60px;
	display: none;
	top: 0px;
	right: 0px;
	padding: 10px 0;
	background-color: #222;
}

#share img {
	display: block;
	width: 55px;
	margin: 0 auto;
	padding: 10px;
}

.grow {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.red {
	color: red;
}

.white {
	color: white;
}

.blue {
	color: blue;
}

.gray {
	color: gray;
}

.whitebg {
	background-color: white;
}

.panel {
	border-width: 0px;
}

.panel-body {
	background-color: #000;
}


/* Home Page */
/*
img.front {
	display: block;
	position: relative;
  height: 90vh;
  margin: 0 auto;
}
*/

#bioBlock, #tourBlock, #newsBlock, #videoBlock, #galleryBlock {
	scroll-margin-top: 60px;
}

#contact, #tour, #upcoming, #previous, #nothing {
    text-align: center;
}

#upcoming, #previous {
  opacity: .7;
}

.bandBody {
	margin: 4rem auto 0 auto;
	width: 75%;
	opacity: .5;
	color: #fff;
}

.newsTitle {
	width: 100%;
	margin: 0;
	background-color: #222;
	padding: 20px;
	box-shadow: #666666 1px 1px;
}

.newsTitle > h3 {
	margin: 0;
	font-weight: 900;
}

.newsTitle > h5 {
	font-weight: 400;
}

.newsBody {
	margin: 0;
	background-color: #111;
	padding: 20px;
	color: #ccc;
	box-shadow: #666666 1px 1px;
}

.newsBody > p {
	font-weight: 300;
}

.tourBlock h1 {
	margin-bottom: 20px;
}

.tourItem {
	margin: 20px 0 20px 0;
	width: 100%;
	min-height: 110px;
	background-color: #111;
	box-shadow: #666666 1px 1px;
}

.tourdate {
	margin: 10px 0px 20px 11px;
	width: 102px;
	height: 92px;
	border: 1px solid gray;
	float: left;
}

.tourmonth {
	width: 60px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	padding: 12px 0 0 0;
	background-color: #800000;
	float: left;
}

.tourday {
	width: 40px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	color: black;
	padding: 12px 0 0 0;
	background-color: white;
	float: left;
}

.touryear {
	width: 100px;
	height: 40px;
	font-size: 28px;
	text-align: center;
	background-color: black;
	float: left;
}

.tourlocation {
	height: 92px;
	margin: 15px 0 0 10px;
	padding: 0 0 0 0px;
	float: left;
}

.tourlocation h5 {
	font-size: 10px;
}

.tourmap {
  padding: 10px;
  margin: 0 0 0 0;
}

.location_map {
	display: none;
}

.buyMusic {
	margin: 20px 0 0 0;
	text-align: center;
}

.btn-danger {
	color: #fff;
	background-color: #c00;
	border-color: #c00;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #800;
  border-color: #800;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Subscribe Form Styles */

#subscribe {
	display: none;
	padding: 20px;
	padding-top: 100px;
}

#subscribe .panel {
	border-radius: 20px;
}

#subscribe .panel-body {
	border: 1px solid white;
	border-radius: 20px;
	background-color: #222;
}

#subscribe h4 {
	margin-top: 0px;
}

/* Construction */

#construction {
	display: none;
	position: fixed;
	z-index: 5;
	width: 250px;
	top: 100px;
	left: 50%;
	margin-left: -125px;
	padding: 0 0 20px 0;
	border: 1px solid gray;
	border-radius: 20px;
	background-color: #000;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */
footer {
	margin-top: 4rem;
	width: 100%;
	color: #FFF;
	padding: 0;
	text-align: center;
	background-image: url("../images/bg_image.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

footer p {
	font-size: 110%;
	margin-bottom: 2rem;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
}

@media(max-width:576px) {
    h1 {
        font-size: 200%;
    }

    .newsBlock, .tourBlock {
        padding: 0;
    }
	.tourItem {
		margin: 10px 0 10px 0;
		min-height: 70px;
	}

	.tourdate {
		width: 52px;
		height: 47px;
	}

	.tourmonth {
		width: 30px;
		height: 25px;
		font-size: 12px;
		padding: 6px 0 0 0;
	}

	.tourday {
		width: 20px;
		height: 25px;
		font-size: 12px;
		padding: 6px 0 0 0;
	}

	.touryear {
		width: 50px;
		height: 20px;
		font-size: 14px;
	}

	.tourlocation {
		height: 47px;
	}
	.tourlocation h3 {
		font-size: 100%;
		margin: 7px 0 0 0;
	}
	.tourlocation h5 {
		font-size: 10px;
		margin: 0;
	}
}

.music-title {
	font-size: 1rem;
}
@media(min-width:768px) {
	.music-title {
		font-size: 1.5rem;
	}
	.tourlocation h5 {
		font-size: 16px;
	}
}	
.modal {
	top: 3rem;
	z-index: 6000;
}
.contact-form-wrap {
	background-color: #222222;
	padding: 2rem;
	box-shadow: #666666 2px 2px;
}
.contact-form-wrap .form-control {
	background-color: #aaaaaa;
	margin-bottom: 1rem;
}	
#contactForm, #subscribeForm {
	margin-top: 3rem;
}
#company, #subcompany {
	display: none;
}
video {
	border: #444444 3px solid;
}
