#header-heading {
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	left:50%;
	margin:0 auto;
	z-index:6;
	max-width:500px;
	text-align:center;
}

#header-heading h2 {
	margin-bottom:15px;
	font-size: 68px;
	line-height: 68px;
	font-weight: 700;
	color:#fff;
}

#header-heading h6 {
	color:#fff;
	font-weight: 400;
	margin-bottom:0px;
	font-size:32px;
	line-height: 34px;
}

#logo-container {
	float: left;
}

.logo-dark {
	font-size: 36px;
	font-family: 'Barlow Condensed', sans-serif;
	color: #000;	
}

#h-band-logo {
	line-height: 64px;
	position: relative;
    top: -5px;
}

#h-band-logo a {
	color: #000;
	margin-right: 10px;
	margin-top: 3px;
}

.home-link {
	position: relative;
    top: -5px;
}

#logo-dark {
	height: 65px;
}

#logo img {
	margin-bottom: 19px;
}

#footer-social {
	text-align: center;
}

#footer-social .circle-btn, #footer-social .circle-btn span {
    color: #fff;
}

.section-content-views-counter {
    padding: 80px 0 0px;
    font-size: 18px;
}

.bio-text-block a:hover {
	color: #666;
}

.align-center {
	text-align: center;
}

#event-poster {
	text-align: center;
	background: #333; 
	color:#fff; 
	padding: 15px;
	border-radius: 8px;
}

#event-poster .content-text {
    font-size: 45px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
}

#event-poster .content-title {
    font-size: 65px;
}

.social-icons > a {
	height: 50px;
}

#icon-nav {
	display: none;
}

#nav {
    margin-top: 4px !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.thumb img {
	width: auto;
}

h3.tour-title {
	margin-bottom: 5px;
	margin-top: 30px;
}

.container.full-width.stats-bg-block {
	max-width: 100% !important;
}

.btn-doa {
    color: #fff;
    background-color: #464646;
    border-color: #464646;
}

.btn-doa:not(:disabled):not(.disabled).active, 
.btn-doa:not(:disabled):not(.disabled):active, 
.show>.btn-doa.dropdown-toggle {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

.btn-doa:hover {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

#band-events {
	margin-top: 100px;
}

#filters {
	margin-top: 186px;
}

#filters p {
	margin-bottom: 10px !important;
}

#filters form input {
	-webkit-appearance: checkbox !important;
	margin-top: 2px !important;
}

@media only screen and (max-width:910px) {
	.home-link img {
		max-width: 135px;
	}

	#h-band-logo a {
		font-size: 26px;
	}

	.home-link {
	    position: relative;
	    top: -7px;
	}
}

@media only screen and (max-width:850px) {
	
	#h-band-logo {
		/*font-size: 30px;*/
	}

	#logo img {
		max-width: 190px;
		margin-bottom: 12px;
	}

	#logo-details img {
		max-width: 190px;
	}

}

@media only screen and (max-width:810px) {
	
	#icon-nav {
		display: block;
	}

	#logo {
		float: none;
	}

	#logo-details img {
		float: none;
	}

	#logo-container {
		/*float: none;*/
		/*text-align: center;*/
		position: absolute;
	    top: 0;
	    left: 50%;
	    transform: translateX(-50%);
	}

	.logo-light {
		position: relative !important;
	}

}

@media only screen and (max-width:760px) {
	
	#h-band-logo {
		/*font-size: 26px;*/
	}

	#logo img {
		max-width: 165px;
		margin-bottom: 10px;
	}

}

@media only screen and (max-width:660px) {
	
	#h-band-logo {
		font-size: 20px;
		position: relative;
    	top: -3px;
	}

	#logo img {
		max-width: 100px;
		margin-bottom: 6px;
	}

	#h-band-logo a {
		font-size: 18px;
		margin-right: 0px;
	}

	.home-link img {
		/*max-width: 124px;*/
		max-width: 90px;
	}

	.home-link {
		top: 0px;
	}

	#event-poster .content-text {
		font-size: 30px;
	}

	#event-poster .content-title {
		font-size: 40px;
	}

}