/*

Theme Name: GoldenPlecCorrect2
Theme URI: https://goldenplec.com
Description: Custom built responsive website for GoldenPlec.
Author: GoldenPlec
Author URI: http://www.goldenplec.com/
Version: 1.0
Tags: HTML5, CSS3, Javascript, PHP, Twitter Bootstrap, WordPress
//

*/

@font-face {
	font-family: "FontAwesome";
	src: url("./fonts/fontawesome-webfont.eot?v=4.2.0");
	src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.2.0")
			format("embedded-opentype"),
		url("./fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
		url("./fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
		url("./fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular")
			format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: 0.3em;
}

.fa.pull-right {
	margin-left: 0.3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}

.fa-won:before,
.fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

.fa-space-shuttle:before {
	content: "\f197";
}

.fa-slack:before {
	content: "\f198";
}

.fa-envelope-square:before {
	content: "\f199";
}

.fa-wordpress:before {
	content: "\f19a";
}

.fa-openid:before {
	content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}

.fa-yahoo:before {
	content: "\f19e";
}

.fa-google:before {
	content: "\f1a0";
}

.fa-reddit:before {
	content: "\f1a1";
}

.fa-reddit-square:before {
	content: "\f1a2";
}

.fa-stumbleupon-circle:before {
	content: "\f1a3";
}

.fa-stumbleupon:before {
	content: "\f1a4";
}

.fa-delicious:before {
	content: "\f1a5";
}

.fa-digg:before {
	content: "\f1a6";
}

.fa-pied-piper:before {
	content: "\f1a7";
}

.fa-pied-piper-alt:before {
	content: "\f1a8";
}

.fa-drupal:before {
	content: "\f1a9";
}

.fa-joomla:before {
	content: "\f1aa";
}

.fa-language:before {
	content: "\f1ab";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-building:before {
	content: "\f1ad";
}

.fa-child:before {
	content: "\f1ae";
}

.fa-paw:before {
	content: "\f1b0";
}

.fa-spoon:before {
	content: "\f1b1";
}

.fa-cube:before {
	content: "\f1b2";
}

.fa-cubes:before {
	content: "\f1b3";
}

.fa-behance:before {
	content: "\f1b4";
}

.fa-behance-square:before {
	content: "\f1b5";
}

.fa-steam:before {
	content: "\f1b6";
}

.fa-steam-square:before {
	content: "\f1b7";
}

.fa-recycle:before {
	content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}

.fa-tree:before {
	content: "\f1bb";
}

.fa-spotify:before {
	content: "\f1bc";
}

.fa-deviantart:before {
	content: "\f1bd";
}

.fa-soundcloud:before {
	content: "\f1be";
}

.fa-database:before {
	content: "\f1c0";
}

.fa-file-pdf-o:before {
	content: "\f1c1";
}

.fa-file-word-o:before {
	content: "\f1c2";
}

.fa-file-excel-o:before {
	content: "\f1c3";
}

.fa-file-powerpoint-o:before {
	content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}

.fa-file-code-o:before {
	content: "\f1c9";
}

.fa-vine:before {
	content: "\f1ca";
}

.fa-codepen:before {
	content: "\f1cb";
}

.fa-jsfiddle:before {
	content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}

.fa-circle-o-notch:before {
	content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
	content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}

.fa-git-square:before {
	content: "\f1d2";
}

.fa-git:before {
	content: "\f1d3";
}

.fa-hacker-news:before {
	content: "\f1d4";
}

.fa-tencent-weibo:before {
	content: "\f1d5";
}

.fa-qq:before {
	content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}

.fa-history:before {
	content: "\f1da";
}

.fa-circle-thin:before {
	content: "\f1db";
}

.fa-header:before {
	content: "\f1dc";
}

.fa-paragraph:before {
	content: "\f1dd";
}

.fa-sliders:before {
	content: "\f1de";
}

.fa-share-alt:before {
	content: "\f1e0";
}

.fa-share-alt-square:before {
	content: "\f1e1";
}

.fa-bomb:before {
	content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}

.fa-tty:before {
	content: "\f1e4";
}

.fa-binoculars:before {
	content: "\f1e5";
}

.fa-plug:before {
	content: "\f1e6";
}

.fa-slideshare:before {
	content: "\f1e7";
}

.fa-twitch:before {
	content: "\f1e8";
}

.fa-yelp:before {
	content: "\f1e9";
}

.fa-newspaper-o:before {
	content: "\f1ea";
}

.fa-wifi:before {
	content: "\f1eb";
}

.fa-calculator:before {
	content: "\f1ec";
}

.fa-paypal:before {
	content: "\f1ed";
}

.fa-google-wallet:before {
	content: "\f1ee";
}

.fa-cc-visa:before {
	content: "\f1f0";
}

.fa-cc-mastercard:before {
	content: "\f1f1";
}

.fa-cc-discover:before {
	content: "\f1f2";
}

.fa-cc-amex:before {
	content: "\f1f3";
}

.fa-cc-paypal:before {
	content: "\f1f4";
}

.fa-cc-stripe:before {
	content: "\f1f5";
}

.fa-bell-slash:before {
	content: "\f1f6";
}

.fa-bell-slash-o:before {
	content: "\f1f7";
}

.fa-trash:before {
	content: "\f1f8";
}

.fa-copyright:before {
	content: "\f1f9";
}

.fa-at:before {
	content: "\f1fa";
}

.fa-eyedropper:before {
	content: "\f1fb";
}

.fa-paint-brush:before {
	content: "\f1fc";
}

.fa-birthday-cake:before {
	content: "\f1fd";
}

.fa-area-chart:before {
	content: "\f1fe";
}

.fa-pie-chart:before {
	content: "\f200";
}

.fa-line-chart:before {
	content: "\f201";
}

.fa-lastfm:before {
	content: "\f202";
}

.fa-lastfm-square:before {
	content: "\f203";
}

.fa-toggle-off:before {
	content: "\f204";
}

.fa-toggle-on:before {
	content: "\f205";
}

.fa-bicycle:before {
	content: "\f206";
}

.fa-bus:before {
	content: "\f207";
}

.fa-ioxhost:before {
	content: "\f208";
}

.fa-angellist:before {
	content: "\f209";
}

.fa-cc:before {
	content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}

.fa-meanpath:before {
	content: "\f20c";
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #fff;
	font-family: "Droid Sans", "Helvetica", "Arial", sans-serif;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
}

p {
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #428bca;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
	height: auto;
}

.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 0px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}

small,
.small {
	font-size: 85%;
}

cite {
	font-style: normal;
}

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

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

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

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

.text-muted {
	color: #999;
}

.text-primary {
	color: #428bca;
}

a.text-primary:hover {
	color: #3071a9;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #428bca;
}

a.bg-primary:hover {
	background-color: #3071a9;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.428571429;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.428571429;
	color: #999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: "\00A0 \2014";
}

blockquote:before,
blockquote:after {
	content: "";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.428571429;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
}

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

.col-xs-11 {
	width: 91.66666666666666%;
}

.col-xs-10 {
	width: 83.33333333333334%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666666666666%;
}

.col-xs-7 {
	width: 58.333333333333336%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666666666667%;
}

.col-xs-4 {
	width: 33.33333333333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.666666666666664%;
}

.col-xs-1 {
	width: 8.333333333333332%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666666666666%;
}

.col-xs-pull-10 {
	right: 83.33333333333334%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666666666666%;
}

.col-xs-pull-7 {
	right: 58.333333333333336%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666666666667%;
}

.col-xs-pull-4 {
	right: 33.33333333333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.666666666666664%;
}

.col-xs-pull-1 {
	right: 8.333333333333332%;
}

.col-xs-pull-0 {
	right: 0;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666666666666%;
}

.col-xs-push-10 {
	left: 83.33333333333334%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666666666666%;
}

.col-xs-push-7 {
	left: 58.333333333333336%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666666666667%;
}

.col-xs-push-4 {
	left: 33.33333333333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.666666666666664%;
}

.col-xs-push-1 {
	left: 8.333333333333332%;
}

.col-xs-push-0 {
	left: 0;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="date"] {
	line-height: 34px;
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}

.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
	position: absolute;
	top: 25px;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.form-control-static {
	margin-bottom: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.form-horizontal .form-control-static {
	padding-top: 7px;
}

.form-horizontal .has-feedback .form-control-feedback {
	top: 0;
	right: 15px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-ms-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav > li.disabled > a {
	color: #999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eee;
	border-color: #428bca;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified > li {
	float: none;
}

.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

.nav-pills > li {
	float: left;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #428bca;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified > li {
	float: none;
}

.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a {
	margin-right: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.navbar-collapse {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
	overflow-y: auto;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-toggle {
	border: 0;
	position: relative;
	float: right;
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.1);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #999;
}

.navbar-inverse .navbar-nav > li > a {
	color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #fff;
}

.navbar-inverse .navbar-link {
	color: #999;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-moz-transition: 0.6s ease-in-out left;
	-ms-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-indicators {
	position: absolute;
	bottom: -5px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
	margin: 0;
	width: 7px;
	height: 7px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-print {
	display: none !important;
}

.fa-border {
	padding: 0.2em 0.25em 0.15em;
	border: solid 0.08em #eee;
	border-radius: 0.1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.page-id-417 .hd_header .hd_hero .hd_content_container h1,
.page-about .hd_header .hd_hero .hd_content_container h1,
.page-about-us .hd_header .hd_hero .hd_content_container h1 {
	float: none;
	margin: 40px 0;
	text-align: center;
}

.page-id-417 .hd_section:hover .hd_overlay,
.page-about .hd_section:hover .hd_overlay,
.page-about-us .hd_section:hover .hd_overlay {
	background: #f17c0e;
	filter: alpha(opacity=90) !important;
	-webkit-opacity: 0.9 !important;
	-moz-opacity: 0.9 !important;
	-o-opacity: 0.9 !important;
	-khtml-opacity: 0.9 !important;
	opacity: 0.9 !important;
}

.hd_single_link {
	background: #f17c0e;
	display: block;
	margin: 20px auto 0 auto;
	position: relative;
	text-align: center;
}

.hd_single_link h1,
.hd_single_link h2,
.hd_single_link h3,
.hd_single_link time,
.hd_single_link div {
	z-index: 3;
}

:root {
	--gp-orange-rgba: rgba(241, 124, 14, 0.8);
	--gp-orange: rgba(241, 124, 14, 1);

	--gp-red-rgba: rgba(190, 30, 45, 0.8);
	--gp-red: rgba(190, 30, 45, 1);

	--gp-turquoise-rgba: rgba(16, 165, 158, 0.8);
	--gp-turquoise: rgba(16, 165, 158, 1);
}

.interviews .hd_single_link h3,
body.page-interviews .hd_single_link h1,
.single-interviews #square-links h1,
.page-parent-golden-vault #square-links .hd_single_link h3,
.page-parent-golden-vault #square-links .hd_single_link h3,
.page-parent-golden-vault #square-links .hd_single_link h1,
.archive .hd_single_link h3,
.archives .hd_single_link h2,
.archives .hd_single_link h1,
.bands-template-default #square-links .hd_single_link h3,
.bands-template-default #square-links .hd_single_link h2,
.bands-template-default #square-links .hd_single_link h1,
.post-type-archive #square-links .hd_single_link h3,
.post-type-archive #square-links .hd_single_link h2,
.post-type-archive #square-links .hd_single_link h1 .single-bands #square-links,
.hd_single_link h1 {
	background-color: var(--gp-orange);
	border-bottom-style: solid;
	border-bottom-width: 0px;
	/* content: none; */
	color: white !important;
}

.home .news .hd_single_link h3,
.blog .hd_link_title {
	background-color: var(--gp-orange-rgba) !important;
}

.album-reviews .hd_single_link h3,
.live-reviews .hd_single_link h3,
.galleries .hd_single_link h3,
.post-type-archive-galleries .hd_single_link h1,
.single-galleries #square-links h1,
.post-type-archive-live-reviews .hd_single_link h1,
.post-type-archive-album-reviews .hd_single_link h1,
.post-type-archive-album-reviews .hd_single_link h2,
.single-live-reviews #square-links h1,
.single-album-reviews #square-links h1,
.single-album-reviews #square-links h2,
.page-music-reviews .hd_single_link h2,
.page-music-reviews .hd_single_link h3,
.page-music-reviews #square-links h1,
.search-results .hd_single_link h1 {
	background-color: var(--gp-red-rgba) !important;
}

.videos .hd_single_link h3,
.featured .hd_single_link h3,
.post-type-archive-featured .hd_single_link h1,
.post-type-archive-videos .hd_single_link h1,
.single-videos #square-links h1,
.single-featured #square-links h1,
.page-parent-classical #square-links h1,
.page-parent-classical .hd_single_link h3,
.page-golden-vault .hd_single_link h3,
.page-golden-vault .hd_single_link h3,
.page-golden-vault .hd_single_link h1,
.page-golden-vault .hd_single_link h3,
.page-golden-vault .hd_single_link h3,
.page-golden-vault .hd_single_link h1,
.page-goldenstereo .hd_single_link h3,
.page-goldenstereo .hd_single_link h3,
.page-goldenstereo .hd_single_link h1 {
	background-color: var(--gp-turquoise-rgba) !important;
}

.single main #square-links a:not(.hd_single_link .small) h1,
.page-template-default.page
	main
	#square-links
	a:not(.hd_single_link .small)
	h1 {
	color: var(--gp-orange);
	border-bottom: 8px solid var(--gp-orange);
	display: table;
	padding-bottom: 8px;
	text-transform: uppercase;
}

/*
.post-type-archive-live-reviews .hd_single_link h1 {

    background: red !important;

}
 */

.hd_single_link div {
	/*background: url('../img/gradient.png') repeat-x;*/
	bottom: 0;
	left: 0;
	padding: 20px;
	position: absolute;
	right: 0;
}

.hd_single_link .hd_hover_image,
.hd_single_link .hd_icons,
.hd_single_link .hd_overlay,
.hd_single_link .hd_quote {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.hd_single_link .hd_hover_image {
	z-index: 2;
}

.hd_single_link .hd_overlay {
	background: #f17c0e;
}

.hd_single_link h1,
.hd_single_link h2,
.hd_single_link h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
}

.hd_single_link h1 {
	font-size: 20px;
	text-transform: uppercase;
}

.hd_single_link h2 {
	font-size: 20px;
	font-weight: 400;
}

.hd_single_link h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.hd_single_link time {
	background: #b2b2b2;
	color: #222223;
	display: block;
	height: 80px;
	left: 20px;
	padding: 13px 0 0 0;
	position: absolute;
	text-align: center;
	top: 20px;
	width: 80px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}

.hd_single_link time span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.hd_single_link time span + span {
	font-size: 24px;
}

.hd_single_link time.square {
	background: #222223;
	color: #fff;
	/*
    left: -120px;*/
	height: auto;
	left: 0px;
	overflow: hidden;
	padding: 20px 0;
	top: 0;
	width: 100px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.hd_single_link time.square span {
	font-size: 14px;
	font-weight: normal;
}

.hd_single_link time.square small {
	display: block;
	padding: 10px 0;
}

.hd_single_link time.square .bold {
	font-size: 18px;
	font-weight: bold;
}

.hd_single_link .hd_icons,
.hd_single_link .hd_quote {
	background: 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	left: 20px;
	padding: 0;
	position: absolute;
	right: 20px;
	z-index: 20;
}

.hd_single_link .hd_quote {
	text-transform: uppercase;
	top: 160px;
}

.hd_single_link .hd_quote i {
	font-size: 30px;
	position: absolute;
}

.hd_single_link .hd_quote i.fa-quote-left {
	left: 0;
	top: -40px;
}

.hd_single_link .hd_quote i.fa-quote-right {
	bottom: -40px;
	right: 0;
}

.hd_single_link .hd_icons {
	bottom: auto;
	font-size: 30px;
	top: 20px;
}

.hd_single_link .hd_icons i {
	padding: 0 5px;
}

.hd_single_link.large,
.hd_single_link.small {
	height: 250px;
}

.hd_single_link.wide {
	height: 300px;
	text-align: left;
	max-width: none;
}

.hd_single_link.wide h1 {
	bottom: 50px;
	left: 0;
	padding: 0 20px;
	position: absolute;
}

.hd_single_link.wide h2 {
	bottom: 50px;
	left: 0;
	padding: 0 20px;
	position: absolute;
}

.hd_single_link.write_for_us div {
	background: 0;
}

.hd_single_link.write_for_us .question-mark,
.hd_single_link.write_for_us .talk-to-us {
	color: #fff;
	font-size: 150px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50px;
}

.hd_single_link.write_for_us .question-mark {
	font-size: 170px;
	top: 35px;
}

.hd_single_link.write_for_us .talk-to-us {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.hd_single_link.write_for_us:hover .question-mark {
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.hd_single_link.write_for_us:hover .talk-to-us {
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.hd_single_link:hover time {
	background: #fff;
	color: #f17c0e;
}

.hd_single_link:hover time.square {
	background: #f17c0e;
	color: #fff;
}

.hd_single_link:hover .hd_hover_image,
.hd_single_link:hover .hd_icons,
.hd_single_link:hover .hd_quote {
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.hd_single_link:hover .hd_overlay {
	filter: alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.hd_single_link:hover.wide h1 {
	background: #fff;
	color: #f17c0e;
}

.hd_single_link.wide + .hd_single_link.wide {
	margin: 30px 0 0 0;
}

.hd_collapse_content {
	background: #000;
	color: #fff;
	left: 0;
	padding: 40px 0;
	position: absolute;
	right: 0;
	z-index: 9999;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.hd_collapse_content a,
.hd_collapse_content h1,
.hd_collapse_content h2,
.hd_collapse_content h3,
.hd_collapse_content h4,
.hd_collapse_content h5,
.hd_collapse_content h6,
.hd_collapse_content ul,
.hd_collapse_content ol,
.hd_collapse_content p {
	color: #fff;
}

.hd_collapse_content a:hover {
	color: #f17c0e;
}

.hd_collapse_content .container {
	position: relative;
	z-index: 2;
}

.hd_collapse_content .hd_main_title span {
	background: #fff;
}

.hd_collapse_content .hd_single_link {
	background: 0;
	color: #fff;
	font-size: 30px;
	left: 20px;
	position: absolute;
	top: 40px;
	z-index: 90;
}

.hd_collapse_content .hd_bgimage {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 200;
	position: absolute;
}

.hd_collapse_content .hd_collapse_nav {
	list-style: none inside;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 40px;
	z-index: 3;
}

.hd_collapse_content .hd_collapse_nav li {
	color: #fff;
	display: inline;
	font-size: 30px;
	padding: 0 0 0 10px;
}

.hd_collapse_content .hd_collapse_nav li .close {
	cursor: pointer;
	font-size: 36px;
}

.hd_collapse_content .hd_collapse_nav li.right-padding {
	padding-right: 41px;
}

.hd_collapse_content .hd_collapse_nav li:first-child {
	padding: 0;
}

#square-links {
	max-width: 1000px;
	/*margin-top: 30px;*/
}

#square-links .column {
	float: left;
	min-height: 250px;
	margin: 0 0 20px 0;
	overflow: hidden;
	width: 300px;
}

#square-links .column > a {
	height: 250px;
	margin: 0;
	max-width: none;
}

.post-type-archive-team .hd_single_link .hd_overlay {
	background: #000;
}

.hd_acts {
	list-style: none inside;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}

.hd_acts li {
	color: #f17c0e;
	display: inline;
	font-weight: 700;
	line-height: normal;
	margin: 0;
	padding: 10px 10px 10px 0;
	text-transform: uppercase;
}

.hd_acts li small {
	font-size: 25px;
	padding: 0 10px 0 0;
}

.hd_acts li span {
	color: #000;
}

.hd_acts li:first-child small {
	display: none;
}

.hd_acts.primary li {
	font-family: "Permanent Marker", cursive;
}

.hd_acts.primary li small,
.hd_acts.primary li span {
	font-size: 30px;
}

.hd_acts.secondary li small,
.hd_acts.secondary li span {
	font-size: 25px;
}

.hd_acts.tertiary li small,
.hd_acts.tertiary li span {
	font-size: 20px;
}

.hd_block_title {
	background: #222223;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
}

.hd_acts + .hd_main_title {
	margin-top: 60px;
}

.hd_section .hd_ticket_title {
	color: #f17c0e;
	font-size: 20px;
	text-transform: uppercase;
}

.hd_section p + .hd_ticket_title {
	margin-top: 40px;
}

.hd_section.lineup,
.hd_section.tickets {
	margin: 0 0 30px 0;
	padding: 20px;
}

.hd_section.lineup h3,
.hd_section.tickets h3 {
	color: #000;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.hd_section.lineup ul,
.hd_section.tickets ul {
	list-style: none inside;
	margin: 0;
	padding: 0;
}

.hd_section.lineup ul li,
.hd_section.tickets ul li {
	height: 30px;
	margin: 10px 0;
	padding: 0;
	position: relative;
}

.hd_section.lineup ul li span,
.hd_section.tickets ul li span {
	display: block;
	position: absolute;
}

.hd_section.lineup ul li .artist,
.hd_section.tickets ul li .artist {
	left: 0;
}

.hd_section.lineup ul li .time,
.hd_section.tickets ul li .time {
	right: 0;
}

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

.hd_section.tickets small {
	display: block;
	font-size: 20px;
}

.hd_section.tickets p {
	font-size: 40px;
	font-weight: 700;
	margin: 20px 0 0 0;
}

.row + .hd_block_title {
	margin-top: 30px;
}

.hd_swipe {
	color: #fff;
	font-size: 30px;
	left: 50px;
	position: absolute;
	right: 50px;
	top: 20px;
	z-index: 999999;
}

.hd_swipe i {
	display: block;
	position: absolute;
	top: 0;
}

.hd_swipe .fa-long-arrow-left,
.hd_swipe .fa-long-arrow-right {
	top: -11px;
}

.hd_swipe .fa-long-arrow-left {
	left: 0;
}

.hd_swipe .fa-long-arrow-right {
	left: 36px;
}

.hd_swipe .fa-hand-o-up {
	left: 23px;
}

.hd_site_links a {
	display: block;
	height: 188px;
	padding: 20px 0;
}

.hd_site_links a .hd_link_title {
	bottom: 40px;
	position: absolute;
}

.hd_site_links a:hover .hd_link_title {
	background: #fff;
	color: #f17c0e;
}

.hd_site_links.horizontal a,
.hd_site_links.vertical a {
	margin: 20px auto 0 auto;
}

.hd_site_links.horizontal a:first-child,
.hd_site_links.vertical a:first-child {
	margin: 0 auto;
}

.hd_site_links.horizontal a:first-child {
	margin: 20px auto 0 auto;
}

.page-home .hd_section {
	text-align: center;
	padding-bottom: 30px;
}

.page-home .hd_section .hd_btn {
	margin: 0 0 30px 0;
}

.page-home .hd_section .pull-right {
	float: none !important;
}

.hd_box {
	height: 245px;
	margin: 0 auto 30px auto;
	max-width: 360px;
	overflow: hidden;
	padding: 20px;
	position: relative;
}

.hd_box .caption,
.hd_box .hd_video_container,
.hd_box quote {
	position: absolute;
	z-index: 10;
}

.hd_box .caption,
.hd_box quote {
	color: #fff;
	display: block;
	left: 20px;
	right: 20px;
	text-align: center;
}

.hd_box .caption {
	bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.hd_box quote {
	top: 20px;
}

.hd_box.grey {
	background: #f1f1f1;
}

.hd_box.large {
	height: auto;
	max-width: none;
}

.hd_box.large p {
	font-size: 20px;
	line-height: 30px;
}

.hd_box.no-padding {
	padding: 0;
}

.hd_box .hd_overlay {
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.hd_box .hd_video_container {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.hd_charcoal_box {
	background: #222223;
	margin: 40px 0;
	padding: 0 0 80px 0;
	text-align: center;
}

.hd_charcoal_box h1,
.hd_charcoal_box ul,
.hd_charcoal_box li {
	color: #fff;
}

.hd_charcoal_box ul {
	list-style: none inside;
	margin: 0;
	padding: 0;
}

.hd_charcoal_box ul li {
	font-size: 25px;
	line-height: 35px;
	padding: 50px 0 50px 60px;
	position: relative;
	text-align: left;
}

.hd_charcoal_box ul li span {
	color: #f17c0e;
	font-size: 40px;
	font-weight: 700;
	left: 0;
	position: absolute;
}

.hd_charcoal_box ul li.question {
	border-top: 1px solid #3b3b3d;
	font-weight: 700;
	padding-bottom: 20px;
}

.hd_charcoal_box ul li.answer {
	padding-top: 20px;
}

.hd_charcoal_box ul li.top {
	border-top: 0;
}

.hd_cta {
	background-color: #222223;
	padding: 80px 0;
	text-align: center;
}

.hd_cta h1,
.hd_cta p,
.hd_cta a {
	color: #fff;
	position: relative;
	z-index: 2;
}

.hd_cta h1 {
	text-align: center;
	text-transform: uppercase;
}

.hd_cta .hd_btn {
	margin: 30px 0 10px 0;
}

.hd_cta.secondary {
	padding: 0;
}

.hd_cta.secondary .left_half,
.hd_cta.secondary .right_half {
	float: none;
	height: 300px;
	width: 100%;
}

.hd_cta.secondary .right_half {
	background: #f17c0e;
	padding: 40px 20px;
}

.hd_collapse_content .hd_cta {
	background: 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 80px 0 40px 0;
	padding: 20px 0;
}

.hd_footer {
	background: #222223;
	padding: 10px 0 0 0;
	/*margin-top: 30px; */
}

.hd_footer h1 {
	clear: both;
	color: #f17c0e;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.hd_footer h2 {
	clear: both;
	color: #f17c0e;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.hd_footer h2 a {
	color: #f17c0e;
	font-size: 18px;
}

.hd_footer a,
.hd_footer li,
.hd_footer p {
	color: #b2b2b2;
	font-size: 13px;
}

.hd_footer a:hover {
	color: #fff;
}

.hd_footer ul {
	list-style: none inside;
	margin: 0 0 30px 0;
	padding: 0;
}

.hd_footer ul li {
	margin: 7px 0 0 0;
	padding: 0;
}

.hd_footer ul li ul {
	display: none;
}

.hd_footer ul li:first-child {
	margin: 0;
}

.hd_footer .rightHalf ul li {
	text-align: right;
}

.hd_footer .text-left,
.hd_footer .text-right {
	text-align: center;
}

.hd_footer .hd_social_links {
	margin: 0 0 30px 0;
}

.hd_footer .hd_social_links li,
.hd_footer .hd_social_links a {
	display: block;
	font-size: 30px;
	padding: 0 0 0 60px;
	position: relative;
	text-transform: uppercase;
}

.hd_footer .hd_social_links li i,
.hd_footer .hd_social_links a i {
	background: #666;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 42px;
	left: -60px;
	padding: 10px 0 0 0;
	position: absolute;
	width: 42px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.hd_footer .hd_social_links li small,
.hd_footer .hd_social_links a small,
.hd_footer .hd_social_links li span,
.hd_footer .hd_social_links a span {
	display: block;
	margin-left: -60px;
}

.hd_footer .hd_social_links li small,
.hd_footer .hd_social_links a small {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 0;
}

.hd_footer .hd_social_links li span,
.hd_footer .hd_social_links a span {
	font-weight: 700;
	padding: 0;
}

.hd_footer .hd_social_links li span.small,
.hd_footer .hd_social_links a span.small {
	font-size: 20px;
}

.hd_footer .hd_social_links a:hover .fa-facebook {
	background: #3b5998;
}

.hd_footer .hd_social_links a:hover .fa-twitter {
	background: #00aced;
}

.hd_footer .hd_social_links a:hover .fa-instagram {
	background: #e4405f;
}

.hd_footer .hd_social_links a:hover .fa-envelope,
.hd_footer .hd_social_links a:hover .fa-pencil-square-o {
	background: #f17c0e;
}

.hd_footer .hd_footer_lower {
	background: #000;
	padding: 15px 0 20px 0;
}

.hd_footer .hd_footer_lower a,
.hd_footer .hd_footer_lower li,
.hd_footer .hd_footer_lower p {
	font-size: 12px;
}

.hd_footer .hd_footer_lower ul {
	margin: 0 0 10px 0;
	text-align: center;
}

.hd_footer .hd_footer_lower ul li {
	display: inline;
	padding: 0 0 0 10px;
}

.hd_footer .hd_footer_lower ul li:first-child {
	padding: 0;
}

.hd_footer .hd_footer_lower .hd_designedby img {
	max-width: 170px;
	filter: alpha(opacity=70);
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.hd_footer .hd_footer_lower .hd_designedby:hover img {
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.suppaMenu_wrap {
	background: #fff;
	/*border-bottom: 1px solid #b2b2b2;*/
	display: none;
	text-transform: uppercase;
}

.suppa_submenu {
	border: 1px solid #b2b2b2 !important;
	border-top: 0 !important;
}

.suppa_item_title {
	text-transform: uppercase;
}

.hd_menu_logo {
	display: block;
	float: left;
	margin: 10px 10px 0 20px;
	width: 30px;
	filter: alpha(opacity=0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.hd_menu_logo.visible {
	filter: alpha(opacity=100);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.hd_wings {
	padding: 0;
}

.hd_logo {
	display: block;
	margin: 0 0 40px 0;
	position: relative;
	width: 200px;
	z-index: 98;
}

.hd_header {
	border-top: 4px solid #f17c0e;
	position: relative;
}

.hd_header .hd_nav {
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
}

.hd_header .hd_nav ul {
	list-style: none inside;
	margin: 20px 0 0 40px;
	padding: 0;
}

.hd_header .hd_nav ul li {
	margin: 0;
	padding: 0 0 20px 0;
}

.hd_header .hd_nav ul li a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.hd_header .hd_nav ul li a:hover {
	color: #f17c0e;
}

.hd_header .hd_nav .navbar-toggle {
	font-size: 35px;
	margin: 0 10px 0 0;
}

.hd_header .hd_nav .navbar-toggle:hover {
	color: #f17c0e;
}

.hd_header .hd_hero {
	background-color: #222223;
	padding: 20px;
}

.hd_header .hd_hero h1,
.hd_header .hd_hero h2,
.hd_header .hd_hero p {
	color: #fff;
	position: relative;
	z-index: 2;
}

.hd_header .hd_hero h1,
.hd_header .hd_hero h2 {
	text-transform: uppercase;
}

.hd_header .hd_hero h1 {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 20px 0;
}

.hd_header .hd_hero h1 span {
	display: block;
}

.hd_header .hd_hero h2 {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 20px 0;
}

.hd_header .hd_hero h1 + h2 {
	margin-top: -20px;
}

.hd_header .hd_hero img {
	margin: 0 0 30px 0;
	width: auto;
	height: auto;
}

.hd_header .hd_hero p {
	margin: 0 0 50px 0;
	max-width: 500px;
}

.hd_header .hd_hero .hd_content_container {
	margin: 0 0 30px 0;
	position: relative;
	text-align: center;
	z-index: 10;
}

.hd_header .hd_hero .hd_content_container h1,
.hd_header .hd_hero .hd_content_container h2,
.hd_header .hd_hero .hd_content_container p,
.hd_header .hd_hero .hd_content_container .hd_btn {
	clear: both;
	float: right;
	text-align: center;
}

.hd_header .hd_hero .hd_content_container .hd_btn {
	float: none;
}

.hd_header .hd_hero .hd_content_container.full_width {
	text-align: center;
}

.hd_header .hd_hero .hd_content_container.full_width h1,
.hd_header .hd_hero .hd_content_container.full_width h2,
.hd_header .hd_hero .hd_content_container.full_width p,
.hd_header .hd_hero .hd_content_container.full_width .hd_btn {
	float: none;
	text-align: center;
	margin: 0 auto;
	/*margin-right: 10px; Testing effects of this AIDAN1*/
}

.hd_header .hd_hero .hd_details {
	color: #f17c0e;
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.hd_header .hd_hero .hd_details a {
	color: #f17c0e;
}

.hd_header .hd_hero .hd_details a:hover {
	color: #fff !important;
}

.hd_header .hd_hero .hd_details span {
	color: #fff;
}

.hd_header .hd_hero .hd_details span .divider {
	padding: 0 10px;
}

.hd_header .hd_hero .hd_section {
	padding-top: 0;
	position: relative;
	z-index: 10;
}

.single-galleries .hd_logo {
	left: 50px;
	position: absolute;
	top: 30px;
}

.single-festivals .hd_header .hd_hero p {
	max-width: none;
}

.single-team .hd_header .hd_hero h2 {
	color: #f17c0e;
}

.single-videos .hd_header .hd_hero .hd_section {
	margin-top: -40px;
}

.hd_album_image {
	height: 300px;
	overflow: hidden;
}

.hd_bar {
	background: #222223;
	font-size: 14px;
}

.hd_bar .hd_btn {
	display: block;
	margin: 20px;
}

.hd_bar .hd_breadcrumbs {
	padding: 20px 0;
}

.hd_bar .hd_breadcrumbs {
	color: #a5a5a5;
	text-align: center;
	text-transform: uppercase;
}

.hd_bar .hd_breadcrumbs a,
.hd_bar .hd_breadcrumbs span {
	white-space: pre-wrap;
}

.hd_bar .hd_breadcrumbs a {
	color: #fff;
}

.hd_bar .hd_breadcrumbs a:hover {
	color: #f17c0e;
}

.hd_bar .hd_breadcrumbs i {
	color: #4c4c4c;
	padding: 0 15px;
}

.hd_bar .hd_advert {
	margin: 0 auto;
}

.hd_bar .hd_advert div {
	margin: 0 auto;
}

.hd_bar .clearfix.hidden-xs.visible-sm.hidden-md.hidden-lg,
.hd_bar .container.hidden-xs.visible-sm.hidden-md.hidden-lg,
.hd_bar .container-fluid.hidden-xs.visible-sm.hidden-md.hidden-lg,
.hd_bar .row.hidden-xs.visible-sm.hidden-md.hidden-lg,
.hd_bar .form-horizontal .form-group.hidden-xs.visible-sm.hidden-md.hidden-lg,
.hd_bar .nav.hidden-xs.visible-sm.hidden-md.hidden-lg,
.hd_bar .navbar.hidden-xs.visible-sm.hidden-md.hidden-lg,
.hd_bar .navbar-header.hidden-xs.visible-sm.hidden-md.hidden-lg,
.hd_bar .navbar-collapse.hidden-xs.visible-sm.hidden-md.hidden-lg {
	height: 20px;
}

.post-type-archive-team .hd_bar,
.page-id-103538 .hd_bar,
.page-classical .hd_bar,
.page-id-103546 .hd_bar,
.page-music-reviews .hd_bar {
	padding: 20px 0;
	text-align: center;
	margin-bottom: 0px;
}

.page-id-103538 .hd_bar .clearfix,
.page-classical .hd_bar .clearfix,
.page-id-103546 .hd_bar .clearfix,
.page-music-reviews .hd_bar .clearfix,
.page-id-103538 .hd_bar .container,
.page-classical .hd_bar .container,
.page-id-103546 .hd_bar .container,
.page-music-reviews .hd_bar .container,
.page-id-103538 .hd_bar .container-fluid,
.page-classical .hd_bar .container-fluid,
.page-id-103546 .hd_bar .container-fluid,
.page-music-reviews .hd_bar .container-fluid,
.page-id-103538 .hd_bar .row,
.page-classical .hd_bar .row,
.page-id-103546 .hd_bar .row,
.page-music-reviews .hd_bar .row,
.page-id-103538 .hd_bar .form-horizontal .form-group,
.page-classical .hd_bar .form-horizontal .form-group,
.page-id-103546 .hd_bar .form-horizontal .form-group,
.page-music-reviews .hd_bar .form-horizontal .form-group,
.page-id-103538 .hd_bar .nav,
.page-classical .hd_bar .nav,
.page-id-103546 .hd_bar .nav,
.page-music-reviews .hd_bar .nav,
.page-id-103538 .hd_bar .navbar,
.page-classical .hd_bar .navbar,
.page-id-103546 .hd_bar .navbar,
.page-music-reviews .hd_bar .navbar,
.page-id-103538 .hd_bar .navbar-header,
.page-classical .hd_bar .navbar-header,
.page-id-103546 .hd_bar .navbar-header,
.page-music-reviews .hd_bar .navbar-header,
.page-id-103538 .hd_bar .navbar-collapse,
.page-classical .hd_bar .navbar-collapse,
.page-id-103546 .hd_bar .navbar-collapse,
.page-music-reviews .hd_bar .navbar-collapse {
	height: 20px;
}

.hd_pagination {
	background: #f1f1f1;
	margin: 0;
	padding: 40px 20px 20px 20px;
	text-align: center;
}

.page-numbers.current {
	background: #f1852b;
	color: #222223;
}

.page-numbers {
	color: #222223;
}

.hd_pagination a,
.hd_pagination span {
	border: 1px solid #b2b2b2;
	color: #222223;
	display: inline-block;
	*display: inline;
	margin: 0 10px 20px 0;
	padding: 10px 15px;
	white-space: nowrap;
	zoom: 1;
}

.hd_pagination span {
	color: #f17c0e;
}

.hd_pagination a:hover {
	background: #f17c0e;
	border: 1px solid #f17c0e;
	color: #fff;
}

.hd_pagination:first-child {
	padding: 0;
}

.hd_search {
	padding: 20px 20px 0 20px;
	text-align: center;
}

.hd_search .hd_btn,
.hd_search input[type="text"],
.hd_search select {
	display: inline-block;
	*display: inline;
	height: 50px;
	margin: 0 10px 10px 10px;
	width: 200px;
	zoom: 1;
}

.hd_search ul {
	list-style: none inside;
	margin: 0;
	padding: 0;
}

.hd_search ul li {
	margin-top: 20px;
}

.hd_search ul li:first-child {
	margin-top: 0;
}

.hd_search .hd_btn {
	padding: 2px 40px 0 40px;
}

.hd_search .hd_search_input {
	border-right: 0;
	margin: 0 0 20px 0 !important;
	width: 200px !important;
}

.hd_search .hd_search_input_button {
	border-left: 0;
	height: 50px;
	margin: 0 0 20px -5px;
	position: relative;
	top: -1px;
	width: 50px;
}

.hd_search .hd_search_input_button:hover {
	color: #f17c0e;
}

.hd_search.white {
	background: #fff;
}

.hd_search.white input[type="text"],
.hd_search.white .hd_search_input_button {
	background: #f1f1f1;
}

.hd_search.grey {
	background: #f1f1f1;
}

.hd_search.grey input[type="text"],
.hd_search.grey .hd_search_input_button {
	background: #fff;
}

.hd_search.header {
	background: 0;
	left: 20px;
	max-width: 240px;
	padding: 0;
	position: absolute;
	top: 6px;
	z-index: 100;
}

.hd_search.header button,
.hd_search.header input[type="text"] {
	background: #f1f1f1;
	border: 1px solid #b2b2b2;
	display: block;
	float: left;
	margin: 0;
	height: 34px;
}

.hd_search.header button {
	border-left: 0 !important;
	margin: 2px 0 0 0;
	width: 40px;
}

.hd_search.header button:hover {
	color: #f17c0e;
}

.hd_search.header input[type="text"] {
	background: #f1f1f1;
	border-right: 0 !important;
	margin: 2px 0 0 0;
	padding: 10px 10px;
	width: 200px;
}

.hd_search.header *:focus {
	border: 1px solid #b2b2b2;
	border-right: 0;
}

.hd_search.header .gsc-control-cse {
	padding: 5px 0 0 0;
}

.page-id-5646 .hd_search .hd_btn,
.page-contact .hd_search .hd_btn,
.page-contact-us .hd_search .hd_btn {
	height: auto;
	padding: 15px 64px 15px 40px;
	width: auto;
}

.hd_sidebar {
	margin: 60px auto 0 auto;
	overflow: hidden;
	width: 300px;
}

.hd_sidebar .hd_mpu {
	margin-bottom: 20px;
}

.hd_sidebar .hd_mpu + .hd_mpu,
.hd_sidebar .hd_mpu + .hd_advert,
.hd_sidebar .hd_widget + .hd_widget,
.hd_sidebar .hd_mpu + .hd_widget,
.hd_sidebar .hd_widget + .hd_mpu {
	margin-bottom: 20px !important;
}

.hd_sidebar .hd_mpu2 + .hd_mpu2,
.hd_sidebar .hd_mpu2 + .hd_advert,
.hd_sidebar .hd_widget + .hd_widget,
.hd_sidebar .hd_mpu2 + .hd_widget,
.hd_sidebar .hd_widget + .hd_mpu2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.hd_widget {
	background: #222223;
	color: #fff;
	margin: 0;
	margin-top: 0px !important;
	overflow: hidden;
}

.single-bands .hd_widget {
	min-height: 220px;
}

.hd_widget ul {
	list-style: none inside;
	margin: 0 0 20px 0;
	padding: 0;
}

.hd_widget ul li {
	margin: 0;
	padding: 0;
}

.hd_widget ul li a {
	border-top: 1px solid #666;
	color: #fff;
	display: block;
	min-height: 101px;
	padding: 20px 20px 20px 90px;
	position: relative;
	text-transform: uppercase;
}

.hd_widget ul li a img {
	height: 50px;
	left: 20px;
	position: absolute;
	width: 50px;
	top: 24px;
	object-fit: cover;
}

.hd_widget ul li a:hover {
	background: #f17c0e;
	border-top: 1px solid #f17c0e;
	color: #fff;
}

.hd_widget ul li:first-child a {
	border: 0;
}

.us_pages_top,
.us_posts_top {
	padding: 0 0 30px 0;
}

.hd_main {
	background: #fff;
	/*padding-top : 20px;*/
}

.hd_section {
	padding: 20px 0;
	/* overflow: hidden; */
}

.hd_section.intro {
	padding-bottom: 40px;
}

.hd_section a {
	color: #f17c0e;
}

.hd_section a:hover {
	color: #000;
}

.hd_section .large_text {
	font-size: 25px;
	margin: 0 0 40px 0;
}

.hd_section.grey {
	background: #f1f1f1;
	padding-bottom: 30px;
}

.hd_section.white {
	background: #fff;
}

.hd_section.image h1,
.hd_section.image h2,
.hd_section.image h3,
.hd_section.image h4,
.hd_section.image h5,
.hd_section.image h6,
.hd_section.image p,
.hd_section.image ol,
.hd_section.image ul {
	color: #fff;
	position: relative;
	z-index: 2;
}

.hd_section.image .hd_line {
	background: #fff;
}

.hd_section.intro h1 {
	color: #f17c0e;
	text-align: center;
}

.hd_section.image h1,
.hd_section.intro h1,
.hd_section.image h2,
.hd_section.intro h2,
.hd_section.image h3,
.hd_section.intro h3,
.hd_section.image h4,
.hd_section.intro h4,
.hd_section.image h5,
.hd_section.intro h5,
.hd_section.image h6,
.hd_section.intro h6 {
	text-transform: uppercase;
}

.hd_section.image header,
.hd_section.intro header {
	margin-bottom: 40px;
}

.single-galleries .hd_main {
	/* height: 100%; */
	/* min-height: 100% */
}

.hd_wploop h1 {
	font-size: 20px;
}

.hd_wploop p + h1,
.hd_wploop p + h2,
.hd_wploop p + h3,
.hd_wploop p + h4,
.hd_wploop p + h5,
.hd_wploop p + h6,
.hd_wploop ol + h1,
.hd_wploop ol + h2,
.hd_wploop ol + h3,
.hd_wploop ol + h4,
.hd_wploop ol + h5,
.hd_wploop ol + h6,
.hd_wploop ul + h1,
.hd_wploop ul + h2,
.hd_wploop ul + h3,
.hd_wploop ul + h4,
.hd_wploop ul + h5,
.hd_wploop ul + h6 {
	margin-top: 40px;
}

.hd_directions_container {
	padding: 10px 0 20px 0;
}

.hd_directions_container .hd_hidden {
	display: none;
}

.hd_directions_container input {
	display: block !important;
	height: 41px !important;
	margin: -6px 20px 0 0;
	width: 100% !important;
}

.hd_directions_container small {
	display: block;
	font-size: 20px;
	margin: -15px 0;
}

.hd_directions_container .hd_btn {
	display: block;
	margin-top: 30px;
}

.hd_directions_container .hd_geolocation {
	margin: 20px 0;
}

.hd_map {
	display: block;
	height: 600px;
	margin: 0 0 -40px 0;
	width: 100%;
}

.hd_map .gm-style > div > div > div > div > div > div img {
	display: none;
}

.hd_black_bar {
	background: #000;
	margin: 0 0 40px 0;
	padding: 40px 0;
}

.hd_black_bar h2,
.hd_black_bar p,
.hd_black_bar span {
	color: #fff;
}

.hd_black_bar span {
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

.hd_black_bar span + span {
	border-left: 2px solid #fff;
	padding: 0 0 0 15px;
}

.single-videos .hd_black_bar {
	margin: 0;
}

.ui-autocomplete {
	z-index: 9999999;
}

.ui-menu .ui-menu-item a {
	background: none !important;
	padding: 4px 5px !important;
}

.ui-menu .ui-menu-item a:hover {
	border: 0 !important;
	padding: 4px 5px !important;
}

.hd_carousel {
	margin: 0 auto 40px auto;
	position: relative;
	text-align: left;
}

.hd_carousel .carousel-inner {
	background: #000;
	height: 396px;
}

.hd_carousel .carousel-inner.gallery {
	background: #000;
	height: 650px;
}

.hd_carousel .carousel-inner .item {
	height: 100%;
}

.hd_carousel .carousel-inner .item a {
	display: block;
	height: 100%;
	position: relative;
	z-index: 2;
}

.hd_carousel .carousel-inner .item a div {
	bottom: 20px;
	left: 0;
	position: absolute;
	right: 0;
}

.hd_carousel .carousel-inner .item a p,
.hd_carousel .carousel-inner .item a .hd_link_title {
	width: 80%;
}

.hd_carousel .carousel-inner .item a .hd_link_title {
	margin: 0 0 20px 0;
}

.hd_carousel .carousel-inner .item a p {
	color: #fff;
	padding: 20px 20px 0 20px;
}

.hd_carousel .carousel-inner .item:hover a .hd_link_title {
	background: #fff;
	color: #f17c0e;
}

.hd_carousel_control {
	background: #3b3b3d;
	bottom: 40%;
	color: #fff !important;
	font-size: 30px;
	padding: 10px 0 5px 0;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 20;
}

.hd_carousel_control.left {
	left: 0;
}

.hd_carousel_control.right {
	right: 0;
}

.hd_carousel_control:hover {
	background: #f17c0e;
	color: #fff !important;
}

.carousel-indicators {
	display: none;
}

.page-home .hd_carousel {
	height: 350px;
}

.single-bands .hd_carousel,
.single-galleries .hd_carousel,
.single-live-reviews .hd_carousel,
.single-team .hd_carousel,
.single-venues .hd_carousel,
.single-bands .item,
.single-galleries .item,
.single-live-reviews .item,
.single-team .item,
.single-venues .item {
	background-color: #000;
	background-size: contain !important;
	height: 100%;
	max-width: none;
}

.single-live-reviews .hd_carousel,
.single-live-reviews .item {
	height: 650px;
}

.single-bands .hd_carousel,
.single-team .hd_carousel,
.single-venues .hd_carousel,
.single-bands .item,
.single-team .item,
.single-venues .item {
	height: 650px;
}

.single-venues .hd_carousel {
	margin-bottom: 0;
}

.single-team .hd_carousel {
	margin-bottom: -40px;
}

.large-text p {
	font-size: 18px;
	line-height: 35px;
}

input[type="text"],
input[type="phone"],
input[type="email"],
input[type="tel"] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin-bottom: 20px;
}

input[type="text"]:focus,
input[type="phone"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	-o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}

input[type="text"]::-moz-placeholder,
input[type="phone"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
	color: #999;
	opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="phone"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
	color: #999;
}

input[type="text"]::-webkit-input-placeholder,
input[type="phone"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
	color: #999;
}

input[type="text"][disabled],
input[type="phone"][disabled],
input[type="email"][disabled],
input[type="tel"][disabled],
input[type="text"][readonly],
input[type="phone"][readonly],
input[type="email"][readonly],
input[type="tel"][readonly],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="phone"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="tel"] {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

textareainput[type="text"],
textareainput[type="phone"],
textareainput[type="email"],
textareainput[type="tel"] {
	height: auto;
}

input[type="text"],
input[type="phone"],
input[type="email"],
input[type="tel"],
button,
select,
textarea {
	background: #fff;
	border: 1px solid #d8d8d8;
	color: #222223;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

input[type="text"],
input[type="phone"],
input[type="email"],
input[type="tel"],
textarea {
	padding: 0 15px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

select {
	height: 42px;
	width: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

select option {
	padding: 10px 0 0 10px;
}

textarea {
	min-width: 100%;
	max-width: 100%;
	padding: 5px 10px;
	resize: none;
	width: 100%;
}

input[type="submit"] {
	background: 0;
	border: 1px solid #b2b2b2;
	color: #222223 !important;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 44px 10px 20px;
	position: relative;
	white-space: nowrap;
	zoom: 1;
	padding: 15px 40px;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

input[type="submit"] i {
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 16px;
}

input[type="submit"]:hover {
	border: 1px solid #b2b2b2;
	color: #222223 !important;
}

input[type="submit"]:hover i {
	-webkit-animation: left-right-movement 1.5s infinite;
	-moz-animation: left-right-movement 1.5s infinite;
	-o-animation: left-right-movement 1.5s infinite;
	animation: left-right-movement 1.5s infinite;
}

input[type="submit"].block {
	display: block;
}

input[type="submit"].filled,
input[type="submit"].filled:hover {
	background: #f17c0e;
	border: 1px solid #f17c0e;
	color: #fff !important;
}

input[type="submit"].large {
	font-size: 30px;
	font-weight: 700;
	margin: 30px 0 0 0;
	padding: 40px;
	text-align: center;
	text-transform: uppercase;
}

input[type="submit"].large:hover {
	background: #222223 !important;
	border-color: #222223 !important;
}

input[type="submit"].over_image,
input[type="submit"].over_image:hover,
input[type="submit"].white,
input[type="submit"].white:hover {
	border: 1px solid #fff;
	color: #fff !important;
}

input[type="submit"]:hover {
	background: #f17c0e;
	border-color: #f17c0e;
	color: #fff !important;
}

.frm_radio,
.frm_checkbox {
	float: left;
	margin: 0 10px 15px 0;
}

.frm_radio input[type="radio"],
.frm_checkbox input[type="radio"],
.frm_radio label,
.frm_checkbox label {
	display: inline;
}

.frm_radio label,
.frm_checkbox label {
	clear: none;
	padding: 0 0 0 5px;
}

.frm_error {
	clear: both;
	color: #f00;
	margin: -17px 0 20px 0;
}

.frm_submit {
	margin: 40px 0 0 0;
	text-align: right;
}

textarea + .frm_error {
	margin: 5px 0 20px 0;
}

.frm_forms .frm_description p {
	text-align: center;
}

.frm_forms .frm_pos_top {
	color: #000;
}

.frm_forms .frm_required {
	color: #f00;
}

.frm_forms label {
	clear: both;
	display: block;
}

.hd_search_filter input[type="text"],
.hd_search_filter select,
.hd_search_filter button {
	height: 60px;
	margin: 0 10px;
}

.hd_search_filter input[type="text"],
.hd_search_filter select {
	display: inline-block;
	*display: inline;
	width: 150px;
	padding: 5px 20px;
	zoom: 1;
}

a,
a div,
a img,
a p,
a h1,
a h2,
a time,
button,
input,
.close,
.hd_overlay,
.hd_single_link.write_for_us .question-mark,
.hd_single_link.write_for_us .talk-to-us,
.hd_social_links li a i {
	-webkit-transition: all 0.6s ease 0;
	-moz-transition: all 0.6s ease 0;
	-ms-transition: all 0.6s ease 0;
	-o-transition: all 0.6s ease 0;
	transition: all 0.6s ease 0;
}

.hd_box,
.hd_cta,
.hd_cta.secondary .left_half,
.hd_hero,
.item,
.hd_collapse_content,
.hd_section_advert,
.hd_site_links a,
.hd_single_link,
.hd_section {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.hd_hero {
	background-position: top center !important;
}

.hd_collapse_content {
	position: absolute;
	z-index: 10;
}

.hd_carousel,
.hd_single_link,
.hd_site_links a {
	max-width: 300px;
}

.remove {
	display: none;
}

html,
body {
	height: 100%;
	min-height: 100%;
}

a {
	color: #000;
	cursor: pointer;
}

a:hover {
	color: #f17c0e;
	text-decoration: none;
}

p,
ul,
ol,
li,
quote {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
}

p + p,
p + ol,
p + ul,
ol + p,
ul + p {
	margin-top: 30px;
}

p.wp-caption-text {
	margin-top: 2px;
	font-size: 14px;
	line-height: 1.4;
	color: #222223;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: normal;
}

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

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

*:focus {
	outline: 0;
}

.left_half,
.img_left,
img.alignleft {
	float: left;
}

.right_half,
.img_right,
img.alignright {
	float: right;
}

.left_half,
.right_half {
	width: 50%;
}

.img_left,
img.alignleft {
	margin: 0 10px 10px 0;
}

.img_right,
img.alignright {
	margin: 0 0 10px 10px;
}

.hd_overlay,
.hd_hover_image {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.hd_overlay {
	background: #000;
}

.hd_large_quote {
	color: #222223;
	font-size: 36px;
	line-height: 46px;
	padding: 120px 20px;
	position: relative;
	text-transform: uppercase;
}

.hd_large_quote i {
	color: #f17c0e;
	font-size: 60px;
	position: absolute;
}

.hd_large_quote i.fa-quote-left {
	left: 20px;
	top: 20px;
}

.hd_large_quote i.fa-quote-right {
	bottom: 20px;
	right: 20px;
}

.hd_large_quote.dark_bg,
.hd_large_quote.image {
	color: #fff;
}

.hd_large_quote.bold {
	font-weight: 700;
}

.hd_large_quote.thin {
	font-weight: 400;
}

.hd_list {
	list-style: none inside;
	margin: 0 0 20px 0;
	padding: 0;
}

.hd_list li {
	font-size: 18px;
	margin: 15px 0 0 0;
	padding: 0 0 0 110px;
	position: relative;
}

.hd_list li span,
.hd_list li .hd_btn {
	left: 0;
	position: absolute;
}

.hd_list li span {
	font-weight: bold;
}

.hd_list li .hd_btn {
	/*margin: 10px 0 0 0;*/
}

.hd_list li:first-child {
	margin: 0;
}

.hd_list li.sale {
	/*margin-bottom: 170px;*/
}

.hd_mpu .hd_section_advert {
	display: block;
	height: 350px;
	margin-bottom: 10px;
}

.hd_mpu2 .hd_section_advert {
	display: block;
	height: 350px;
	margin-bottom: 10px;
}

.hd_video {
	height: 0;
	overflow: visible;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
}

.hd_video iframe,
.hd_video object,
.hd_video embed {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 10;
}

.hd_collapse_content .fluid-width-video-wrapper {
	padding: 56.25% 0 0 0;
}

.us_wrapper {
	padding: 20px 0;
}

.single-galleries .us_wrapper {
	height: 60px;
	left: 0;
	padding: 20px 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
}

.hd_social {
	clear: both;
	float: left;
	margin: 30px 0 0 0;
	padding: 30px 15px;
	position: relative;
}

.hd_social ul {
	list-style: none inside;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

.hd_social ul li {
	display: inline;
	padding: 0 15px;
}

.hd_social ul li a {
	font-size: 40px;
}

.hd_social ul li a:hover {
	color: #000;
}

.hd_social .background {
	background: #f1f1f1;
	bottom: 0;
	left: -10000px;
	position: absolute;
	right: 0;
	top: 0;
}

.clearfix + .hd_social,
.container + .hd_social,
.container-fluid + .hd_social,
.row + .hd_social,
.form-horizontal .form-group + .hd_social,
.nav + .hd_social,
.navbar + .hd_social,
.navbar-header + .hd_social,
.navbar-collapse + .hd_social {
	margin-top: 0;
}

.single-team .hd_social {
	float: none;
	padding: 0;
	text-align: center;
}

.single-team .hd_social .background {
	background: 0;
	left: 0;
}

.single-bands .hd_social {
	margin: 30px 0;
}

.single-venues .hd_social {
	margin: 0px 0 40px 0;
}

.hd_link_title,
.hd_main_title,
.hd_main_title2,
.hd_wploop h1 {
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.hd_link_title .grey,
.hd_main_title .grey,
.hd_main_title2 .grey,
.hd_wploop h1 .grey {
	color: #b2b2b2;
}

.hd_link_title {
	background: #f17c0e;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	padding: 10px 20px;
}

.hd_main_title,
.hd_main_title2,
.hd_wploop h1 {
	color: #f17c0e;
	font-size: 30px;
	margin: 30px 0 10px 0;
	padding: 0 0 20px 0;
	position: relative;
	text-align: left;
}

.hd_main_title .hd_line,
.hd_wploop h1 .hd_line {
	background: #f17c0e;
	top: 5px;
	bottom: 5px;
	display: block;
	height: 4px;
	left: -15px;
	left: 0px;
	position: relative;
	right: 0px;
}

.hd_main_title.small,
.hd_wploop h1.small {
	font-size: 22px;
	padding: 0 0 20px 0;
	margin: 20px 20px 10px 20px;
}

.hd_main_title.small .hd_line,
.hd_wploop h1.small .hd_line {
	height: 3px;
}

.hd_main_title.widget,
.hd_wploop h1.widget {
	color: #fff;
}

.hd_main_title.widget .hd_line,
.hd_wploop h1.widget .hd_line {
	background: #fff;
}

.hd_single_link + .hd_section,
.hd_single_link + .hd_main_title {
	margin-top: 40px;
}

.hd_black_bar .hd_main_title {
	color: #fff;
	font-size: 30px;
	margin: 0 0 10px 0;
}

.hd_black_bar .hd_main_title .hd_line {
	background: #fff;
	height: 3px;
}

#wpc-weather {
	background: #222223;
	color: #fff;
	font-size: 18px !important;
	padding: 30px 20px !important;
}

#wpc-weather path,
#wpc-weather svg {
	fill: #fff;
}

#wpc-weather .climacon_component-fill {
	display: none;
}

#wpc-weather .forecast > div {
	border-top: 1px solid #3b3b3d;
	padding: 15px 0 0 0;
}

#wpc-weather .forecast .climacon {
	font-size: 40px !important;
	margin: -10px 0 5px 0 !important;
}

#wpc-weather .forecast .symbol {
	width: 70px !important;
}

#wpc-weather .location_name span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 0 0;
	text-align: center;
}

#wpc-weather .now {
	margin-bottom: 60px;
}

@-webkit-keyframes left-right-movement {
	0% {
		right: 20px;
	}

	50% {
		right: 10px;
	}

	100% {
		right: 20px;
	}
}

@keyframes left-right-movement {
	0% {
		right: 20px;
	}

	50% {
		right: 10px;
	}

	100% {
		right: 20px;
	}
}

@-webkit-keyframes left-right-movement-small {
	0% {
		right: 20px;
	}

	50% {
		right: 10px;
	}

	100% {
		right: 20px;
	}
}

@keyframes left-right-movement {
	0% {
		right: 20px;
	}

	50% {
		right: 10px;
	}

	100% {
		right: 20px;
	}
}

@-webkit-keyframes top-bottom-movement {
	0% {
		top: 16px;
	}

	50% {
		top: 26px;
	}

	100% {
		top: 16px;
	}
}

@keyframes top-bottom-movement {
	0% {
		top: 16px;
	}

	50% {
		top: 26px;
	}

	100% {
		top: 16px;
	}
}

@-webkit-keyframes spinning {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinning {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.hd_btn {
	background: 0;
	border: 1px solid #b2b2b2;
	color: #222223 !important;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 44px 10px 20px;
	position: relative;
	white-space: nowrap;
	zoom: 1;
}

.hd_btn i {
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 16px;
}

.hd_btn:hover {
	border: 1px solid #b2b2b2;
	color: #222223 !important;
}

.hd_btn:hover i {
	-webkit-animation: left-right-movement 1.5s infinite;
	-moz-animation: left-right-movement 1.5s infinite;
	-o-animation: left-right-movement 1.5s infinite;
	animation: left-right-movement 1.5s infinite;
}

.hd_btn.block {
	display: block;
}

.hd_btn.filled,
.hd_btn.filled:hover {
	background: #f17c0e;
	border: 1px solid #f17c0e;
	color: #fff !important;
}

.hd_btn.large {
	font-size: 30px;
	font-weight: 700;
	margin: 30px 0 0 0;
	padding: 40px;
	text-align: center;
	text-transform: uppercase;
}

.hd_btn.large:hover {
	background: #222223 !important;
	border-color: #222223 !important;
}

.hd_btn.over_image,
.hd_btn.over_image:hover,
.hd_btn.white,
.hd_btn.white:hover {
	border: 1px solid #fff;
	color: #fff !important;
}

.hd_single_link + .hd_btn {
	margin: 30px 0;
}

.hd_collapse_content .hd_btn {
	display: block;
}

.page-id-5646 .hd_search .hd_btn:hover i,
.page-contact .hd_search .hd_btn:hover i,
.page-contact-us .hd_search .hd_btn:hover i {
	-webkit-animation: top-bottom-movement 1.5s infinite;
	-moz-animation: top-bottom-movement 1.5s infinite;
	-o-animation: top-bottom-movement 1.5s infinite;
	animation: top-bottom-movement 1.5s infinite;
}

.post-type-archive-team .hd_header .hd_hero .hd_btn:hover i,
.single-team .hd_header .hd_hero .hd_btn:hover i,
.page-id-103538 .hd_header .hd_hero .hd_btn:hover i,
.page-classical .hd_header .hd_hero .hd_btn:hover i,
.page-id-103546 .hd_header .hd_hero .hd_btn:hover i,
.page-music-reviews .hd_header .hd_hero .hd_btn:hover i,
.post-type-archive-team .hd_charcoal_box .hd_btn:hover i,
.single-team .hd_charcoal_box .hd_btn:hover i,
.page-id-103538 .hd_charcoal_box .hd_btn:hover i,
.page-classical .hd_charcoal_box .hd_btn:hover i,
.page-id-103546 .hd_charcoal_box .hd_btn:hover i,
.page-music-reviews .hd_charcoal_box .hd_btn:hover i {
	-webkit-animation: top-bottom-movement 1.5s infinite;
	-moz-animation: top-bottom-movement 1.5s infinite;
	-o-animation: top-bottom-movement 1.5s infinite;
	animation: top-bottom-movement 1.5s infinite;
}

.post-type-archive-team .hd_bar .hd_btn:hover i,
.single-team .hd_bar .hd_btn:hover i,
.page-id-103538 .hd_bar .hd_btn:hover i,
.page-classical .hd_bar .hd_btn:hover i,
.page-id-103546 .hd_bar .hd_btn:hover i {
	-webkit-animation: spinning 1.5s infinite;
	-moz-animation: spinning 1.5s infinite;
	-o-animation: spinning 1.5s infinite;
	animation: spinning 1.5s infinite;
}

.single-festivals .hd_header .hd_hero .hd_btn {
	margin: 10px 0;
}

.single-festivals .hd_header .hd_hero .hd_btn:hover i {
	-webkit-animation: top-bottom-movement 1.5s infinite;
	-moz-animation: top-bottom-movement 1.5s infinite;
	-o-animation: top-bottom-movement 1.5s infinite;
	animation: top-bottom-movement 1.5s infinite;
}

.post-type-archive-album-reviews .hd_search .hd_btn {
	padding: 10px 44px 0 20px;
	text-align: left;
}

.post-type-archive-album-reviews .hd_search .hd_btn i {
	right: 20px;
	top: 16px;
}

.post-type-archive-album-reviews .hd_search .hd_btn:hover i,
.page-music-reviews .hd_bar .hd_btn:hover i {
	-webkit-animation: left-right-movement-small 1.5s infinite;
	-moz-animation: left-right-movement-small 1.5s infinite;
	-o-animation: left-right-movement-small 1.5s infinite;
	animation: left-right-movement-small 1.5s infinite;
}

.hd_edit_post {
	display: none;
}

.hd_edit_post a {
	background: 0;
	border: 1px solid #b2b2b2;
	color: #222223 !important;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 44px 10px 20px;
	position: relative;
	white-space: nowrap;
	zoom: 1;
	border: 1px solid #fff;
	color: #fff !important;
	padding-right: 20px;
}

.hd_edit_post a i {
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 16px;
}

.hd_edit_post a:hover {
	border: 1px solid #b2b2b2;
	color: #222223 !important;
}

.hd_edit_post a:hover i {
	-webkit-animation: left-right-movement 1.5s infinite;
	-moz-animation: left-right-movement 1.5s infinite;
	-o-animation: left-right-movement 1.5s infinite;
	animation: left-right-movement 1.5s infinite;
}

.hd_edit_post a.block {
	display: block;
}

.hd_edit_post a.filled,
.hd_edit_post a.filled:hover {
	background: #f17c0e;
	border: 1px solid #f17c0e;
	color: #fff !important;
}

.hd_edit_post a.large {
	font-size: 30px;
	font-weight: 700;
	margin: 30px 0 0 0;
	padding: 40px;
	text-align: center;
	text-transform: uppercase;
}

.hd_edit_post a.large:hover {
	background: #222223 !important;
	border-color: #222223 !important;
}

.hd_edit_post a.over_image,
.hd_edit_post a.over_image:hover,
.hd_edit_post a.white,
.hd_edit_post a.white:hover {
	border: 1px solid #fff;
	color: #fff !important;
}

.hd_edit_post a:hover {
	background: #f17c0e;
	border: 1px solid #f17c0e;
	color: #fff !important;
}

.img_box {
	width: 100%;
	background: #fd8000;
	height: 200px;
}

.middle_part .hd_section .container,
.middle_part .hd_section .col-lg-8 {
	width: 97%;
}

.sideMiddle {
	margin: 0 auto;
	width: 25%;
}

/*
	max 767
	min 768
	min 768 max 991
	max 991
	min 992
	min 992 max 1199
	min 1200
	Print
*/

/*

	Yup
*/

@media (max-width: 767px) {
	.row .col-md-4.band {
		font-size: 18px;
	}

	.row .col-md-4.band.final {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}

	.hidden-xs {
		display: none !important;
	}

	.middle_part .hd_section,
	.middle_part #tickets {
		width: 90%;
		float: none;
		margin: 0 auto 30px;
	}

	.middle_part .col-lg-4 {
		float: none;
		margin: 0 auto;
	}

	.img_box {
		width: 100%;
		background: #fd8000;
		height: 200px;
		float: left;
	}

	.hd_carousel,
	.hd_single_link,
	.hd_site_links a {
		max-width: 100%;
	}

	#square-links .column {
		width: 100%;
		margin-right: 15%;
	}

	.page-classical #charcoal-bar {
		display: none;
	}

	.single-bands .hd_widget {
		min-height: 0px;
	}
}

@media (min-width: 768px) {
	.row .col-md-4.band {
		font-size: 21px;
	}

	.row .col-md-4.band.final {
		font-size: 21px;
		margin-bottom: 30px;
	}

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
	}

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

	.col-sm-11 {
		width: 91.66666666666666%;
	}

	.col-sm-10 {
		width: 83.33333333333334%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666666666666%;
	}

	.col-sm-7 {
		width: 58.333333333333336%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666666666667%;
	}

	.col-sm-4 {
		width: 33.33333333333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.666666666666664%;
	}

	.col-sm-1 {
		width: 8.333333333333332%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666666666666%;
	}

	.col-sm-pull-10 {
		right: 83.33333333333334%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666666666666%;
	}

	.col-sm-pull-7 {
		right: 58.333333333333336%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666666666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.666666666666664%;
	}

	.col-sm-pull-1 {
		right: 8.333333333333332%;
	}

	.col-sm-pull-0 {
		right: 0;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666666666666%;
	}

	.col-sm-push-10 {
		left: 83.33333333333334%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666666666666%;
	}

	.col-sm-push-7 {
		left: 58.333333333333336%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666666666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.666666666666664%;
	}

	.col-sm-push-1 {
		left: 8.333333333333332%;
	}

	.col-sm-push-0 {
		left: 0;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666666666666%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333333334%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666666666666%;
	}

	.col-sm-offset-7 {
		margin-left: 58.333333333333336%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666666666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.666666666666664%;
	}

	.col-sm-offset-1 {
		margin-left: 8.333333333333332%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.lead {
		font-size: 21px;
	}

	.container {
		width: 750px;
	}

	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .input-group > .form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}

	.form-horizontal .control-label {
		text-align: right;
	}

	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}

	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
	}

	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #fff;
	}

	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified > li > a {
		margin-bottom: 0;
	}

	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}

	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .input-group > .form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		vertical-align: middle;
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}

	.page-id-417 .hd_header .hd_hero .hd_content_container,
	.page-about .hd_header .hd_hero .hd_content_container,
	.page-about-us .hd_header .hd_hero .hd_content_container {
		left: 50px;
	}

	.page-id-417 .hd_header .hd_hero .hd_content_container h1,
	.page-about .hd_header .hd_hero .hd_content_container h1,
	.page-about-us .hd_header .hd_hero .hd_content_container h1 {
		font-size: 60px;
	}

	.hd_single_link {
		margin: 0 auto;
	}

	.hd_single_link.large {
		height: 420px;
	}

	.hd_single_link.large h1 {
		font-size: 30px;
	}

	.hd_single_link.large h2 {
		font-size: 16px;
	}

	.hd_single_link.small {
		height: 250px;
	}

	.hd_acts li {
		padding: 15px 15px 15px 0;
	}

	.hd_acts li small {
		padding-right: 15px;
	}

	.hd_acts.primary li small,
	.hd_acts.primary li span {
		font-size: 50px;
	}

	.hd_acts.secondary li small,
	.hd_acts.secondary li span {
		font-size: 40px;
	}

	.hd_acts.tertiary li small,
	.hd_acts.tertiary li span {
		font-size: 30px;
	}

	.page-home .hd_hero {
		min-height: 500px;
	}

	.hd_site_links.vertical a {
		margin: 20px auto 0 auto;
	}

	.hd_site_links.vertical a:first-child {
		margin: 0 auto;
	}

	.hd_site_links.horizontal a,
	.hd_site_links.horizontal a:first-child {
		margin: 0 auto 0 auto;
	}

	.page-home .hd_section {
		text-align: left;
	}

	.page-home .hd_section .pull-right {
		float: right !important;
	}

	.hd_box.large {
		height: 520px;
		padding: 40px;
	}

	.hd_box.large p {
		font-size: 40px;
		line-height: 60px;
	}

	.hd_cta {
		padding: 150px 0;
	}

	.hd_cta .hd_btn {
		margin: 30px 10px 10px 10px;
	}

	.hd_cta.secondary {
		padding: 0;
	}

	.hd_cta.secondary .left_half,
	.hd_cta.secondary .right_half {
		height: 500px;
		width: 50%;
	}

	.hd_cta.secondary .left_half {
		float: left;
	}

	.hd_cta.secondary .right_half {
		float: right;
		padding: 100px 20px;
	}

	.hd_footer {
		padding: 20px 0 0 0;
	}

	.hd_footer h1 {
		margin: 0 0 20px 0;
		text-align: left;
	}

	.hd_footer h2 {
		margin: 0 0 20px 0;
		text-align: left;
	}

	.hd_footer ul {
		list-style: none inside;
		margin: 0 0 30px 0;
		padding: 0;
	}

	.hd_footer ul li {
		margin: 2px 0 0 0;
	}

	.hd_footer .rightHalf ul li {
		text-align: left;
	}

	.hd_footer .text-left {
		text-align: left;
	}

	.hd_footer .text-right {
		text-align: right;
	}

	.hd_footer .hd_social_links {
		margin: 0;
	}

	.hd_footer .hd_footer_lower {
		margin: 40px 0 0 0;
		padding: 20px 0 10px 0;
	}

	.hd_footer .hd_footer_lower ul li {
		padding: 0 0 0 20px;
	}

	.hd_logo {
		left: 50px;
		position: absolute !important;
		top: 50px;
		max-height: 80px;
	}

	.hd_header .hd_hero {
		min-height: 396px;
	}

	.hd_header .hd_hero h1 {
		font-size: 35px;
		line-height: normal;
		margin: 0 0 30px 0;
	}

	.hd_header .hd_hero h2 {
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 30px 0;
	}

	.hd_header .hd_hero p {
		margin: 0 0 50px 0;
	}

	.hd_header .hd_hero .hd_content_container {
		bottom: 0;
		position: absolute;
		right: 50px;
		text-align: right;
	}

	.hd_header .hd_hero .hd_content_container h1,
	.hd_header .hd_hero .hd_content_container h2,
	.hd_header .hd_hero .hd_content_container p {
		text-align: right;
	}

	.hd_header .hd_hero .hd_content_container.full_width {
		left: 50px;
	}

	.hd_header .hd_hero .hd_details {
		font-size: 18px;
	}

	.single-featured .hd_header .hd_hero .hd_content_container {
		left: auto;
		margin: 40px 0 0 0;
		position: relative;
		right: auto;
	}

	.single-featured .hd_header .hd_hero p {
		font-size: 19px;
		line-height: 45px;
		margin: 20px 0 40px 0;
		max-width: none;
		text-align: center;
	}

	.hd_details.p {
		font-size: 10px;
		line-height: 45px;
		margin: 20px 0 40px 0;
		max-width: none;
		text-align: center;
	}

	.page-home .hd_header .hd_hero .hd_content_container,
	.post-type-archive .hd_header .hd_hero .hd_content_container,
	.page-id-103542 .hd_header .hd_hero .hd_content_container,
	.page-events-next-week .hd_header .hd_hero .hd_content_container,
	.page-id-103544 .hd_header .hd_hero .hd_content_container,
	.page-events-next-month .hd_header .hd_hero .hd_content_container,
	.page-id-103540 .hd_header .hd_hero .hd_content_container,
	.page-events-today .hd_header .hd_hero .hd_content_container,
	.page-id-103538 .hd_header .hd_hero .hd_content_container,
	.page-classical .hd_header .hd_hero .hd_content_container,
	.page-id-103546 .hd_header .hd_hero .hd_content_container,
	.page-music-reviews .hd_header .hd_hero .hd_content_container {
		bottom: 10px;
	}

	.single-videos .hd_header .hd_hero {
		min-height: none;
	}

	.single-videos .hd_header .hd_hero .hd_section {
		margin-top: 10;
	}

	.post-type-archive-team .hd_header {
		height: 100%;
	}

	.post-type-archive-team .hd_header .hd_nav {
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}

	.post-type-archive-team .hd_header .hd_hero {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 50px;
	}

	.post-type-archive-team .hd_header .hd_hero .hd_content_container {
		bottom: 200px;
	}

	.single-album-reviews .hd_header .hd_hero .hd_content_container {
		bottom: 25px !important;
		top: 25px !important;
	}

	.hd_bar .hd_btn {
		display: inline-block;
		*display: inline;
		margin: 0 10px;
	}

	.post-type-archive-team .hd_bar {
		bottom: -92px;
		left: 0;
		position: absolute;
		right: 0;
		z-index: 90;
	}

	.hd_section .clearfix.divider,
	.hd_section .container.divider,
	.hd_section .container-fluid.divider,
	.hd_section .row.divider,
	.hd_section .form-horizontal .form-group.divider,
	.hd_section .nav.divider,
	.hd_section .navbar.divider,
	.hd_section .navbar-header.divider,
	.hd_section .navbar-collapse.divider {
		margin: 30px 0;
	}

	.hd_section.left .container,
	.hd_section.right .container {
		margin: 0;
		min-height: 600px;
		padding: 40px 30px;
		position: relative;
		width: 50%;
	}

	.hd_section.left .hd_overlay {
		right: 50%;
	}

	.hd_section.right .container {
		float: right;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.hd_section.right .hd_overlay {
		left: 50%;
	}

	.hd_wploop h1 {
		font-size: 30px;
		padding: 0 0 25px 0;
	}

	.hd_wploop h1 .hd_line {
		height: 6px;
	}

	.post-type-archive-team .hd_section {
		padding-top: 152px;
	}

	.hd_directions_container {
		text-align: inherit;
	}

	.hd_directions_container small {
		display: inline;
		padding: 0 10px 0 0;
	}

	.hd_directions_container .hd_btn {
		display: inline;
	}

	.hd_carousel .carousel-inner .item a {
		display: block;
		height: 100%;
	}

	.hd_carousel .carousel-inner .item a div {
		bottom: 50px;
	}

	.hd_carousel .carousel-inner .item a p,
	.hd_carousel .carousel-inner .item a .hd_link_title {
		width: 60%;
	}

	.hd_carousel_control {
		font-size: 50px;
		padding: 10px 0 5px 0;
		width: 60px;
	}

	.carousel-indicators {
		display: block;
		bottom: -43px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		border: 0;
		height: 10px;
		margin: 0 0 0 7px;
		padding: 0;
		width: 10px;
	}

	.carousel-indicators li {
		background: #b2b2b2;
	}

	.carousel-indicators li:first-child {
		margin: 0;
	}

	.carousel-indicators li.active {
		background: #f17c0e;
	}

	.page-home .hd_carousel {
		height: 396px;
	}

	.single-bands .carousel-indicators,
	.single-galleries .carousel-indicators,
	.single-team .carousel-indicators,
	.single-venues .carousel-indicators {
		bottom: -10px;
	}

	.single-bands .carousel-indicators li,
	.single-galleries .carousel-indicators li,
	.single-team .carousel-indicators li,
	.single-venues .carousel-indicators li {
		background: #fff;
	}

	.single-bands .hd_carousel,
	.single-live-reviews .hd_carousel,
	.single-team .hd_carousel,
	.single-venues .hd_carousel,
	.single-bands .item,
	.single-live-reviews .item,
	.single-team .item,
	.single-venues .item {
		height: 650px;
	}

	.single-live-reviews .hd_carousel,
	.single-live-reviews .item {
		margin-bottom: 10px;
	}

	.large-text p {
		font-size: 24px;
		line-height: 42px;
	}

	.hd_carousel,
	.hd_single_link,
	.hd_site_links a {
		max-width: none;
	}

	p,
	ul,
	ol,
	li,
	quote {
		font-size: 19px;
		line-height: 30px;
	}

	.hd_large_quote {
		font-size: 50px;
		line-height: 60px;
	}

	.hd_large_quote i {
		font-size: 60px;
	}

	.hd_list li {
		font-size: 24px;
		margin: 20px 0 0 0;
		padding: 0 0 0 140px;
	}

	.hd_list li.sale {
		margin-bottom: 190px;
	}

	.hd_social {
		margin: 60px 0 0 0;
	}

	.single-team .hd_social {
		bottom: 20px;
		left: 0;
		position: absolute;
		right: 0;
	}

	.single-bands .hd_social {
		margin: 60px 0;
	}

	.hd_link_title {
		font-size: 20px;
		line-height: 30px;
		padding: 10px 20px;
	}

	.hd_link_title.small {
		font-size: 18px;
		line-height: 22px;
	}

	.hd_main_title,
	.hd_wploop h1 {
		font-size: 48px;
		padding: 0 0 10px 0;
	}

	.hd_main_title .hd_line,
	.hd_wploop h1 .hd_line {
		height: 8px;
	}

	.hd_collapse_content .hd_btn {
		display: inline-block;
	}

	.single-festivals .hd_header .hd_hero .hd_btn {
		margin: 0 10px;
	}

	.hd_edit_post {
		bottom: 15px;
		display: block;
		left: 0;
		margin: 0;
		position: absolute;
		width: 160px;
		z-index: 90;
	}

	.middle_part .hd_list li.sale {
		margin-bottom: 30px;
	}

	.hd_main_title,
	.hd_wploop h1 {
		font-size: 42px;
	}

	.sideMiddle,
	.sideMiddle .col-lg-4 {
		padding-top: 5px;
		float: right;
	}
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}

	.hidden-sm {
		display: none !important;
	}

	.hd_link_title {
		padding: 10px 0px;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #999;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #fff;
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444;
		background-color: transparent;
	}

	.middle_part .col-sm-6.col-md-7.col-lg-8 {
		width: 100%;
	}

	.middle_part .hd_section {
		width: 100%;
	}

	.sideMiddle,
	.col-sm-6,
	.hd_sidebar {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.row .col-md-4.band {
		font-size: 24px;
	}

	.row .col-md-4.band.final {
		margin-bottom: 10px;
	}

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}

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

	.col-md-11 {
		width: 91.66666666666666%;
	}

	.col-md-10 {
		width: 83.33333333333334%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666666666666%;
	}

	.col-md-7 {
		width: 58.333333333333336%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666666666667%;
	}

	.col-md-4 {
		width: 33.33333333333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.666666666666664%;
	}

	.col-md-1 {
		width: 8.333333333333332%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666666666666%;
	}

	.col-md-pull-10 {
		right: 83.33333333333334%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666666666666%;
	}

	.col-md-pull-7 {
		right: 58.333333333333336%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666666666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.666666666666664%;
	}

	.col-md-pull-1 {
		right: 8.333333333333332%;
	}

	.col-md-pull-0 {
		right: 0;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666666666666%;
	}

	.col-md-push-10 {
		left: 83.33333333333334%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666666666666%;
	}

	.col-md-push-7 {
		left: 58.333333333333336%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666666666667%;
	}

	.col-md-push-4 {
		left: 33.33333333333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.666666666666664%;
	}

	.col-md-push-1 {
		left: 8.333333333333332%;
	}

	.col-md-push-0 {
		left: 0;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}

	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}

	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}

	.container {
		width: 970px;
	}

	.navbar-header {
		float: left;
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-static-top {
		border-radius: 0;
	}

	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}

	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}

	.navbar-left {
		float: left !important;
		float: left;
	}

	.navbar-right {
		float: right !important;
		float: right;
	}

	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}

	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}

	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
	}

	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}

	.suppaMenu_wrap {
		display: block;
	}

	.hd_header .hd_nav {
		display: none !important;
	}

	.hd_bar {
		min-height: 90px;
	}

	.hd_search ul li {
		display: inline-block;
		margin: 0 10px;
	}

	.hd_search .hd_search_input {
		width: 375px !important;
	}

	.hd_search.header {
		position: fixed;
		left: auto;
		right: 20px;
		top: 6px;
	}

	.hd_search.header input[type="text"] {
		width: 150px;
	}

	.logged-in .hd_search.header {
		top: 34px;
	}

	.logged-in .suppa-sticky {
		background: #fff;
		border-bottom: 1px solid #b2b2b2;
		border-top: 4px solid #f17c0e;
		height: 46px !important;
		top: 32px !important;
	}

	.hd_sidebar {
		clear: both;
		float: right;
		margin: 0;
	}

	.post-type-archive-album-reviews .hd_widget,
	.post-type-archive-bands .hd_widget,
	.post-type-archive-galleries .hd_widget,
	.post-type-archive-live-reviews .hd_widget,
	.post-type-archive-venues .hd_widget {
		height: 520px;
		/*margin-bottom: 20px;*/
	}

	.middle_part .hd_section {
		width: 65%;
		float: left;
	}

	.middle_part #tickets .col-lg-8 {
		width: 58.333333333333336%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.row .col-md-4.band {
		font-size: 24px;
	}

	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}

	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.row .col-md-4.band {
		font-size: 24px;
	}

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left;
	}

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

	.col-lg-11 {
		width: 91.66666666666666%;
	}

	.col-lg-10 {
		width: 83.33333333333334%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666666666666%;
	}

	.col-lg-7 {
		width: 58.333333333333336%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666666666667%;
	}

	.col-lg-4 {
		width: 33.33333333333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.666666666666664%;
	}

	.col-lg-1 {
		width: 8.333333333333332%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}

	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}

	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}

	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}

	.col-lg-pull-0 {
		right: 0;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666666666666%;
	}

	.col-lg-push-10 {
		left: 83.33333333333334%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666666666666%;
	}

	.col-lg-push-7 {
		left: 58.333333333333336%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666666666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.666666666666664%;
	}

	.col-lg-push-1 {
		left: 8.333333333333332%;
	}

	.col-lg-push-0 {
		left: 0;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}

	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}

	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.container {
		width: 1020px;
	}

	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}

	.hidden-lg {
		display: none !important;
	}

	.hd_bar {
		background: #222223;
	}

	.hd_bar .hd_advert {
		float: right;
		padding: 0;
	}

	.hd_bar .hd_advert div {
		margin: 0;
	}

	.hd_bar .hd_breadcrumbs {
		float: left;
		font-size: 14px;
		/* max-width: 290px; */
		padding: 35px 20px 0 50px;
		text-align: left;
		text-transform: uppercase;
	}

	.hd_search.header input[type="text"] {
		width: 200px;
	}

	.middle_part .hd_section {
		width: 75%;
		float: left;
	}

	.middle_part .hd_section .row {
		margin: 0;
	}

	.middle_part #tickets {
		float: left;
		margin: 50px 0 0;
		clear: both;
		width: 100%;
	}

	.middle_part .us_wrapper.tac {
		text-align: left;
	}

	.middle_part .hd_section.white.tickets {
		width: 100%;
	}

	.middle_part .hd_main_title {
		display: block;
		/*margin-top: 70px;*/
	}

	.middle_part .hd_main_title.information {
		margin-top: 70px;
	}

	.middle_part .hd_section {
		float: left;
	}

	.middle_part #tickets .col-lg-4 {
		float: right;
	}

	.middle_part #tickets .col-lg-8 {
		width: 66.66666666666666%;
	}
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}

	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}

	.hidden-print {
		display: none !important;
	}
}

.table {
	font-size: 24px;
}

.table tr.highlight:hover {
	background: #f17c0e;
	border-top: 1px solid #f17c0e;
	color: #fff;
	font-size: 24px;
}

/* Instagram feed in footer */

#instagram-feed,
#instagram-feed > * {
	box-sizing: content-box;
	box-sizing: border-box;
}

#instagram-feed {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr;

	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	#instagram-feed {
		grid-template-columns: 1fr 1fr;
		margin-bottom: 4rem;
	}
}

#instagram-feed > a {
	display: grid;

	justify-content: center;
	align-content: center;

	justify-content: center;
	align-content: center;

	box-sizing: border-box;
	background-color: white;
	overflow: hidden;
	transition: opacity 0.3s;
	transition: width 0.3s;
}

#instagram-feed > a > img {
	width: 100%;
	display: block;
	max-width: 500px;
	max-height: 500px;
	opacity: 1;
	transition: opacity 0.3s;
	transition: width 0.3s;
	padding: 0.5rem;

	justify-self: center;
	align-self: center;

	box-sizing: border-box;
}

#instagram-feed > a:hover > img {
	opacity: 0.7;
	width: 101%;
}

/* Sean's deadly styles */

.hd_carousel_control {
	background-color: hsla(240, 2%, 24%, 0.5);
	transition: background-color 0.3s;
}

@media only screen and (max-width: 600px) {
	.hd_carousel_control {
		bottom: 20%;
	}
}

.hd_carousel_control:hover {
	background-color: hsla(354, 73%, 43%, 0.7) !important;
}

.single main #square-links a:not(.hd_single_link .small) h1,
.page-template-default.page
	main
	#square-links
	a:not(.hd_single_link .small)
	h1 {
	color: var(--gp-orange);
	border-bottom: 8px solid var(--gp-orange);
	display: table;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.single main #square-links a:not(.hd_single_link .small) h2,
.page-template-default.page
	main
	#square-links
	a:not(.hd_single_link .small)
	h2 {
	color: var(--gp-orange);
	border-bottom: 8px solid var(--gp-orange);
	display: table;
	padding-bottom: 8px;
	text-transform: uppercase;
}

.single main #square-links a:not(.hd_single_link .small) h3,
.page-template-default.page
	main
	#square-links
	a:not(.hd_single_link .small)
	h3 {
	color: var(--gp-orange);
	display: table;
}

.single main h1 > .hd_line,
.page-template-default.page main h1 > .hd_line {
	display: none;
}

.hd_widget ul.ss_pp_list li a:hover {
	border-top: none;
}

.single-live-reviews main .container h1,
.single-album-reviews main .container h1,
.single-galleries main .container h1,
.single-live-reviews main .container h2,
.single-album-reviews main .container h2,
.single-galleries main .container h2 {
	color: var(--gp-red) !important;
	/* border-bottom: 8px solid var(--gp-red) !important; */
	/* display: inline-block; */
}

.single-live-reviews main .container h3,
.single-album-reviews main .container h3,
.single-galleries main .container h3 {
	color: var(--gp-red) !important;
}

.videos main .container h1,
.featured main .container h1,
.single-featured .container main h1,
.single-videos .container main h1,
.videos .container main h2,
.featured main .container h2,
.single-featured main .container h2,
.single-videos main .container h2,
.interviews main .container h1,
.interviews main .container h2 {
	color: var(--gp-turquoise) !important;
}

.featured main .container h3,
.videos main .container h3,
.single-featured main .container h3,
.single-videos main .container h3 {
	color: var(--gp-turquoise) !important;
}

.interviews main .container h3 {
	color: var(--gp-orange) !important;
}

/* For Centered text - START */
/*
.single main h1[style*="text-align: center;"], .single main h2[style*="text-align: center;"], .single main h3[style*="text-align: center;"],
.single-live-reviews main h1[style*="text-align: center;"], .single-live-reviews main h2[style*="text-align: center;"], .single-live-reviews main h3[style*="text-align: center;"],
.single-album-reviews  main h1[style*="text-align: center;"], .single-album-reviews  main h2[style*="text-align: center;"], .single-album-reviews  main h3[style*="text-align: center;"],
.single-galleries main h1[style*="text-align: center;"], .single-galleries main h2[style*="text-align: center;"], .single-galleries main h3[style*="text-align: center;"],
.videos main h1[style*="text-align: center;"], .videos main h2[style*="text-align: center;"], .videos main h3[style*="text-align: center;"],
.featured main h1[style*="text-align: center;"], .featured main h2[style*="text-align: center;"], .featured main h3[style*="text-align: center;"],
.single-featured main h1[style*="text-align: center;"], .single-featured main h2[style*="text-align: center;"], .single-featured main h3[style*="text-align: center;"],
.single-videos main h1[style*="text-align: center;"], .single-videos main h2[style*="text-align: center;"], .single-videos main h3[style*="text-align: center;"],
.interviews main h1[style*="text-align: center;"], .interviews main h2[style*="text-align: center;"], .interviews main h3[style*="text-align: center;"]
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: none;
}
*/
/* For Centered text - END */

.single .hd_main .container h1,
.single .hd_main .container h2,
.page-template-default .hd_wploop h1,
.page-template-default .hd_wploop h2 {
	color: var(--gp-orange);
	display: table;
	border-bottom: 0 !important;
	float: none;
}

.single .hd_main .container h1::after,
.single .hd_main .container h2::after,
.page-template-default .hd_wploop h1::after,
.page-template-default .hd_wploop h2::after {
	border-bottom-style: solid;
	border-bottom-width: 8px;
	content: "";
	display: block;
}

h1[style*="text-align: center;"],
h1[style*="text-align:center;"],
h2[style*="text-align: center;"],
h2[style*="text-align:center;"] h3[style*="text-align: center;"],
h3[style*="text-align:center;"] {
	margin-left: auto !important;
	margin-right: auto !important;
}

h1[style*="text-align: right;"],
h1[style*="text-align:right;"],
h2[style*="text-align: right;"],
h2[style*="text-align:right;"] h3[style*="text-align: right;"],
h3[style*="text-align:right;"] {
	margin-right: 0 !important;
	margin-left: auto !important;
}

.home .hd_header .hd_hero {
	min-height: 400px;
	max-width: 1400px;
	margin: 0 auto;
}

blockquote {
	font-size: 1.4em;
	width: 90%;
	margin: 50px auto;
	font-style: italic;
	color: #555555;
	padding: 1.2em 60px 1.2em 75px;
	border-left: 8px solid var(--gp-orange);
	line-height: 1.6;
	position: relative;
	background: #f8f8f8;
}

blockquote::before {
	font-family: Arial;
	content: "\201C";
	color: var(--gp-orange);
	font-size: 4em;
	position: absolute;
	left: 10px;
	top: -10px;
}

blockquote::after {
	font-family: Arial;
	content: "\201D";
	color: var(--gp-orange);
	font-size: 4em;
	position: absolute;
	right: 30px;
	bottom: -3rem;
	/*   border:1px solid red */
}

blockquote span {
	display: block;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
}

/* AddThis margin */
.at-share-btn-elements {
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
}

/*SLICK*/
/* @charset 'UTF-8'; */

/* Slider */
.slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;

	src: url("./fonts/slick.eot");
	src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
		url("./fonts/slick.woff") format("woff"),
		url("./fonts/slick.ttf") format("truetype"),
		url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;

	opacity: 0.75;
	color: white;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: "•";
	text-align: center;

	opacity: 0.25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

@media (max-width: 450px) {
	.home_page_carousel,
	.flickity-viewport,
	.carousel-cell,
	.carousel-cell a > img {
		max-height: 250px !important;
		overflow: hidden;
		border-radius: 0px;
	}

	.carousel-cell h2 {
		line-height: unset;
		font-size: 1.3rem;
		padding: 1rem;
	}
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: 0;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, 0.75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: #333;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.carousel {
	background: #eee;
	max-width: 600px;
}

.carousel-cell {
	width: 90%;
	height: 396px;
	margin-right: 10px;
	border-radius: 0px;
	counter-increment: carousel-cell;
}

.home .col-sm-8 .hd_section {
	overflow: hidden;
}

.home .col-sm-8 .hd_section {
	padding-top: 0;
}

.home .col-sm-8 .hd_section > .container {
	width: 100% !important;
	/* overflow: hidden; */
}

.flickity-viewport {
	max-height: 396px;
	overflow: hidden;
}

.home_page_carousel {
	max-height: 450px;
	height: 396px;
	/* overflow: hidden; */
	background-color: #f1f1f1;
	margin: 0 auto;
}

.carousel-cell img,
.carousel-cell h2 {
	box-sizing: border-box;
}

.carousel-cell a {
	display: grid;
	grid-template-areas: "carousel_area";
	overflow: hidden;
}

.carousel-cell a > * {
	grid-area: carousel_area;
	width: 100%;
}

.carousel-cell a div {
	position: relative;
	align-self: end;
	max-width: 500px;
}

.carousel-cell h2 {
	position: relative;
	align-self: end;
	margin-bottom: 20px;
	max-width: 75vw;
	text-align: left;
}

.carousel-cell a > img {
	box-sizing: border-box;
	width: auto;
	margin: 0 auto;
	display: block;
	height: 396px;
	max-height: 396px;
	width: 100%;
	object-fit: cover;
}

.carousel-cell.post:hover .hd_link_title {
	color: #f17c0e !important;
	background: white;
}

.carousel-cell.featured .hd_link_title {
	color: white;
	background: var(--gp-turquoise-rgba) !important;
}

.carousel-cell.featured:hover .hd_link_title {
	color: var(--gp-turquoise-rgba) !important;
	background: white !important;
}

.carousel-cell.live-reviews:hover .hd_link_title,
.carousel-cell.album-reviews:hover .hd_link_title,
.carousel-cell.galleries:hover .hd_link_title {
	color: #be1e2d !important;
	background: white !important;
}

.carousel-cell.live-reviews .hd_link_title,
.carousel-cell.album-reviews .hd_link_title,
.carousel-cell.galleries .hd_link_title {
	color: white !important;
	background: #be1e2d !important;
}

.album-reviews:hover .hd_link_title,
.album-reviews:hover a .hd_link_title,
.album-reviews .hd_main_title,
.album-reviews .hd_site_links a:hover .hd_link_title,
.post-type-archive-album-reviews .hd_main_title,
.post-type-archive-album-reviews .hd_site_links a:hover .hd_link_title {
	color: #be1e2d !important;
}

.album-reviews .hd_link_title,
.album-reviews .hd_main_title .hd_line,
.album-reviews .hd_single_link,
.album-reviews .hd_single_link .hd_overlay,
.post-type-archive-album-reviews .hd_single_link,
.post-type-archive-album-reviews .hd_single_link .hd_overlay {
	background: #be1e2d;
}

.bands:hover .hd_link_title,
.bands:hover a .hd_link_title,
.bands .hd_main_title,
.bands .hd_site_links a:hover .hd_link_title {
	color: #274fa0 !important;
}

.bands .hd_link_title,
.bands .hd_main_title .hd_line,
.bands .hd_single_link,
.bands .hd_single_link .hd_overlay {
	background: #274fa0;
}

.competitions:hover .hd_link_title,
.competitions:hover a .hd_link_title,
.competitions .hd_main_title,
.competitions .hd_site_links a:hover .hd_link_title {
	color: #f17c0e !important;
}

.competitions .hd_link_title,
.competitions .hd_main_title .hd_line,
.competitions .hd_single_link,
.competitions .hd_single_link .hd_overlay {
	background: #f17c0e;
}

.classical:hover .hd_link_title,
.classical:hover a .hd_link_title,
.classical .hd_main_title,
.classical .hd_site_links a:hover .hd_link_title {
	color: #66318f !important;
}

.classical .hd_link_title,
.classical .hd_main_title .hd_line,
.classical .hd_single_link,
.classical .hd_single_link .hd_overlay {
	background: #66318f;
}

.events:hover .hd_link_title,
.events:hover a .hd_link_title,
.events .hd_main_title,
.events .hd_site_links a:hover .hd_link_title {
	color: #274fa0 !important;
}

.events .hd_link_title,
.events .hd_main_title .hd_line,
.events .hd_single_link,
.events .hd_single_link .hd_overlay {
	background: #274fa0;
}

.featured:hover .hd_link_title,
.featured:hover a .hd_link_title,
.featured .hd_main_title,
.featured .hd_site_links a:hover .hd_link_title {
	color: #10a59e !important;
}

.featured .hd_link_title,
.featured .hd_main_title .hd_line,
.featured .hd_single_link,
.featured .hd_single_link .hd_overlay {
	background: #10a59e;
}

.festivals:hover .hd_link_title,
.festivals:hover a .hd_link_title,
.festivals .hd_main_title,
.festivals .hd_site_links a:hover .hd_link_title {
	color: #274e9f !important;
}

.festivals .hd_link_title,
.festivals .hd_main_title .hd_line,
.festivals .hd_single_link,
.festivals .hd_single_link .hd_overlay {
	background: #274e9f;
}

.galleries:hover .hd_link_title,
.galleries:hover a .hd_link_title,
.galleries .hd_main_title,
.galleries .hd_site_links a:hover .hd_link_title {
	color: #be1e2d !important;
}

.galleries .hd_link_title,
.galleries .hd_main_title .hd_line,
.galleries .hd_single_link,
.galleries .hd_single_link .hd_overlay {
	background: #be1e2d;
}

.live-reviews:hover .hd_link_title,
.live-reviews:hover a .hd_link_title,
.live-reviews .hd_main_title,
.live-reviews .hd_site_links a:hover .hd_link_title {
	color: #be1e2d !important;
}

.live-reviews .hd_link_title,
.live-reviews .hd_main_title .hd_line,
.live-reviews .hd_single_link,
.live-reviews .hd_single_link .hd_overlay {
	background: #be1e2d;
}

.venues:hover .hd_link_title,
.venues:hover a .hd_link_title,
.venues .hd_main_title,
.venues .hd_site_links a:hover .hd_link_title {
	color: #be1e2d !important;
}

.venues .hd_link_title,
.venues .hd_main_title .hd_line,
.venues .hd_single_link,
.venues .hd_single_link .hd_overlay {
	background: #be1e2d;
}

.videos:hover .hd_link_title,
.videos:hover a .hd_link_title,
.videos .hd_main_title,
.videos .hd_site_links a:hover .hd_link_title {
	color: #10a49d !important;
}

.videos .hd_link_title,
.videos .hd_main_title .hd_line,
.videos .hd_single_link,
.videos .hd_single_link .hd_overlay {
	background: #10a49d;
}

.interviews .hd_single_link h3,
body.page-interviews .hd_single_link h1,
.single-interviews #square-links h1,
.page-parent-golden-vault #square-links .hd_single_link h3,
.page-parent-golden-vault #square-links .hd_single_link h3,
.page-parent-golden-vault #square-links .hd_single_link h1,
.archive .hd_single_link h3,
.archives .hd_single_link h2,
.archives .hd_single_link h1,
.bands-template-default #square-links .hd_single_link h3,
.bands-template-default #square-links .hd_single_link h2,
.bands-template-default #square-links .hd_single_link h1,
.post-type-archive #square-links .hd_single_link h3,
.post-type-archive #square-links .hd_single_link h2,
.post-type-archive #square-links .hd_single_link h1 {
	background-color: var(--gp-orange-rgba);
	/* border: 10px solid green !important; */
}

.bands-template-default #square-links .hd_single_link h1,
.hd_sidebar .hd_main_title {
	color: white !important;
}

.bands-template-default #square-links .hd_single_link h1::after,
.hd_sidebar .hd_main_title::after {
	border: 0 !important;
	border-bottom-style: solid !important;
	border-bottom-width: 0px !important;
	content: none !important;
}

.hd_footer_lower .hd_advert {
	display: flex;
	justify-content: center;
}

.review-wrapper {
	border: 0 !important;
	margin-top: 2rem;
}

.review-wrapper .review-total-box {
	display: none !important;
}

.review-wrapper .review-list li {
	border-bottom: 0 !important;
}

/* Make the Stars bigger in the review section */
.review-result-wrapper i,
.review-result-wrapper img.wp-review-image {
	font-size: 25px !important;
}

.review-list .review-star {
	display: none;
}

.review-wrapper,
.review-result-wrapper .review-list li,
.review-total-wrapper {
	display: flex !important;
	padding: 0 !important;
	/* margin-top: 1rem !important; */
}

.hd_widget .hd_main_title.small.widget {
	color: white !important;
}

#review .review-total-wrapper::before {
	content: "GoldenPlec Rating: ";
	display: flex;
	align-items: center;
	margin-right: 1rem;
	font-size: 19px;
}
