/* Basic Styles */

* {
	padding:0px;
	margin:0px;
}

html, body {
	margin:0px;
	padding:0px;
}

html {
	margin-top:0px !important;
}

body {
	height:100%;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	background:#1a2b2c;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-k6ofc7');
	src:url('fonts/icomoon.eot?#iefix-k6ofc7') format('embedded-opentype'),
		url('fonts/icomoon.woff2?-k6ofc7') format('woff2'),
		url('fonts/icomoon.woff?-k6ofc7') format('woff'),
		url('fonts/icomoon.ttf?-k6ofc7') format('truetype'),
		url('fonts/icomoon.svg?-k6ofc7#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-showhope:before {
	content: "\e604";
}

.icon-OLogo:before {
	content: "\e603";
}

.icon-envelop:before {
	content: "\e945";
}

.icon-arrow-left:before {
	content: "\ea38";
}

.icon-arrow-left2:before {
	content: "\ea40";
}

.icon-facebook2:before {
	content: "\ea8d";
}

.icon-instagram:before {
	content: "\ea90";
}

.icon-twitter:before {
	content: "\ea91";
}

.icon-youtube3:before {
	content: "\ea99";
}

.icon-reply:before {
	content: "\e600";
}

.icon-forward:before {
	content: "\e601";
}

.icon-ticket:before {
	content: "\e602";
}


a {
	color:#C7BE83;
}

a:hover {
	color:#B2AA77;
	text-decoration:none;
}

p {
	font-size:17px;
	line-height:1.6em;
	margin-bottom:1.4em;
	color: white;
	font-weight:300;
}


ul {
	list-style:none;
	margin-left:0px !important;
}


.large {
	font-size:40px;
}

.breadcrumb {
	margin-bottom:0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}

address {
	font-family: "Maven Pro", sans-serif;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#808080;
}

label {
	font-size:17px;
	text-transform:uppercase;
	font-weight:300;
	color:#808080;
	letter-spacing:2px;
}

.post-content {
	line-height:1.8;
	font-size:18px;
}

.post-content ul {
	list-style: disc;
} 

.post-content ul li {
	list-style-type: disc;
} 

.post-content ul li ul li {
	list-style-type: circle;
	margin-left:20px;
} 

.panel {
	background-color:#7D8483;
}

.panel-body {
	padding-right:0px;
	padding-left:0px;
}

.panel-default .panel-heading {
	background-color:#7D8483;
	padding-left:10px;
	padding-right:10px;
}

.panel-default .panel-heading .nav>li>a {
	padding-left:0px;
	padding-right:0px;
}

.panel-default .panel-heading li.col-xs-4 {
	padding-left:0px;
	padding-right:0px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

i.fa.fa-ticket {
	font-size:25px;
	padding-right:10px;
}

i.fa.fa-map-marker {
	font-size:25px;
	padding-right:10px;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	color:#808080;
	font-family: 'Raleway', sans-serif;
}

h1.marquee {
	padding-top:50px;
	padding-bottom:50px;
	text-align:left;
	padding-left:10px;
	text-transform:uppercase;
	color:#c0b694;
	letter-spacing:3px;
	font-size:20px;
}

.section-title {
	text-transform:uppercase;
	font-weight:300;
	padding-top:25px;
	padding-bottom:25px;
	font-size:45px;
	letter-spacing:3px;
}

section.media {
	margin-top:0px;
	background:#7d8483;
}

section.media .section-title {
	background:url(assets/mediaimg.jpg);
	margin-top:0px;
	font-weight:bold;
	color:white;
}

section.news {
	margin-top:0px;
	background:url(assets/newsbkg.png) no-repeat center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	padding:25px 0;
}

.news-title .section-title {
	background:url(assets/newsimg.jpg);
	margin-top:0px;
	font-weight:bold;
	color:white;
	margin-bottom:0px;
}

section.ads {
	padding-bottom:20px;
}

.tour {
	margin-bottom:25px;
}

section.tour .section-title {
	margin-top:0px;
	font-weight:bold;
	color:white;
}

.img-responsive.right {
	margin-right:0px;
	margin-left:auto;
}

.discog {
	margin-bottom:25px;
}

section.discog .section-title {
	margin-top:0px;
	font-weight:bold;
	color:white;
}

.about {
	background:url(assets/aboutimg.jpg) no-repeat center top;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	border:none;
	padding-bottom:25px;
}

section.about .section-title {
	margin-top:0px;
	font-weight:bold;
	color:white;
	font-size:25px;
}


.store-box {
	padding-bottom:25px;
	color:white;
}

section.store .section-title {
	background:url(assets/mediaimg.jpg);
	margin-top:0px;
	font-weight:bold;
	color:white;
	padding-left:20px;
	font-size:22px;
}

.store-box .section-title {
	color:white;
}

.store-text {
	color:white;
	font-size:22px;
	margin-top:0px;
	padding-top:10px;
}

section.retreat {
	background: #8E8B74;
}

section.retreat .section-title {
	background:url(assets/retreatimg.jpg);
	margin-top:0px;
	font-weight:bold;
	color:white;
	padding-left:20px;
}

header.signature {
	color:#808080;
	text-align:center;
	height:auto;
	background-position:right top;

}

.retreat a {
	color:#3E6465;
	font-weight:bold;
}

.retreat a:hover {
	color:#3E6465;
	text-decoration:underline;
}


.preview-thumb {
	padding-bottom:15px;
}

.more {
	text-align:center;
	padding:35px 0;
}

.more .btn-default {
	font-size:20px;
}

.read-more {
	display:block;
	font-weight:bold;
	margin:20px 0;
}

.blog-title {
	color:#C7BE83;
}

.inner {
	margin-top:50px;
}

body.page .post-content {
	line-height:1.3;
	font-size:18px;
}

.tweet-info p {
	color:#c0b694;
	font-size:25px;
	vertical-align: middle;
}

.alignleft {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.alignright {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.tweet-text {


}

/* Nav Menu */

#nav {
	position:relative;
}

.navbar {
	margin-bottom:0px;
	min-height: 5px;
}

.navbar-nav {
	text-align:left;
	font-size: 0.1px; /*hide whitespace between elements*/
	margin:0 0;
}

.navbar-nav>li {
	display: block;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
}

.navbar-header {
	font-family: 'Raleway', sans-serif;
	color:#c0b694;
	background:rgba(0,0,0,0);
	letter-spacing:2px;
	font-size:16px;
	text-align:left;
}

.navbar-header button {
	text-align:left;
}

.navbar-default {
	background-color: rgba(0,0,0,0.43);
	border: none;
	border-radius: 0;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	text-align:center;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
}

.navbar-default .navbar-nav>.active>a {
	color:#c0b694;
	background-color: #246B80;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	transition:ease 0.3s;
}

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

.navbar-default .navbar-collapse {
	border-color:#c0b694;
}

.navbar-default .navbar-nav>li>a:hover {
	color:#c0b694;
	background:none;
}

.navbar-default .navbar-nav>.active>a:hover {
	color:#c0b694;
	background:none;
}

.nav>li>a:hover {
	color:#c0b694;
	background:none;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
    background-color: rgba(0,0,0,0.43);
    color:white;
    font-family: 'Raleway', sans-serif;
}

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

.navbar-toggle {
	float:none;
	text-align:center;
	margin-right:0px;
	border:none;
	width:100%;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

.navbar-default .navbar-toggle:hover{
	background-color:RGBA(128, 128, 128, 0) !important;

}

.panel-heading {
	border:none;
}

.nav-tabs {
	border-bottom:none;
}

.panel-heading .nav-tabs li {
	border:none;
	background-color:none;
}

.panel-heading .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
	border:none;
	background-color:rgba(255,255,255,0.1);
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}

@media screen and (min-width:768px) and (max-width: 991px){
	.navbar-default .navbar-nav>li>a {
		font-size:15px;
	}
}

.social-icons {
	font-size:25px;

}

.social-icons ul {
	display:inline;
}

.social-icons ul li {
	display:inline;
	list-style:none;
}

.social-icons ul li a {
	color:#3E6466;
	transition:ease 0.3s;
}

.social-icons ul li a:hover {
	color:#ededed;
	text-decoration:none;
}

/* Sections */

div.panel.with-nav-tabs.panel-default {
	border:none;
}


.twitter {
	background:#1a2b2c;
	color:white;
	padding-top:35px;
	padding-bottom:25px;

}

.twitter .icon-twitter {
	font-size:60px;
	vertical-align:middle;
}

.news .section-title {
	color:#C7BE83;
}



.salva {
	padding-top:25px;
}

.salva .panel {
	background:RGBA(78, 79, 79, 0.8);
	font-family:"Raleway", sans-serif;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border:none;
	color:#c0b694;
}

.salva .panel p {
	font-size:20px;
	padding:15px;
}

.salva .panel h3 {
	font-size:22px;
	padding:15px 0;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:bold;
	border-bottom:1px solid #f0f0f0;
	color:#c0b694;
	border-top-left-radius: 2px;
	border-top-right-radius:2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}

.salva .panel img {
	border-top-left-radius: 0px;
	border-top-right-radius:0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	margin-top:10px;
	padding:0 10px;
}

a.bit-event-data {color:#C7BE83 !important;font-size:16px !important;line-height:1.8 !important;}
tr.bit-bottom {text-align:center;}
.bit-show-all-dates {padding:10px;background: #686868;color: white;border: none;transition: ease 0.3s;text-transform: uppercase;border-radius:3px;text-decoration:none;}
td.bit-date {color:#C7BE83;font-family:'Raleway', sans-serif !important;font-size:14px !important;}
.bit-events td {padding:10px 4px !important;font-family:'Raleway', sans-serif !important;border-color:#2E4649 !important;}
.bit-venue {color:#C7BE83;font-family:'Raleway', sans-serif !important;}
.bit-location {color:#C7BE83;font-family:'Raleway', sans-serif !important;}
.bit-footer {border:none !important;}
.bit-uiButton {height:auto !important;}
table {border-bottom:none !important;}
.bit-buy-tix {background: #686868;color: white;border: none;transition: ease 0.3s;text-transform: uppercase;border-radius:3px;text-decoration:none;font-size:11px; font-weight:bold;padding:3px 4px;}
td.bit-date {color:#C7BE83;font-family:'Raleway', sans-serif !important;font-size:14px !important;}
label.bit-uiButton.bit-uiButtonDefault {margin-top:6px;}


.tour {
	color:white;
}

.tour .row .event {
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.date {
	font-size:18px;
}

.address {
	font-size:18px;
}

.venue-name {
	font-size:18px;
}

.tix {
	font-size:18px;
}


.tweet .icon-twitter {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
	font-size:45px;
	vertical-align:middle;
}

.tweet {
	padding:100px 0 100px 0;
	font-size:22px;

}

.rotatingtweets {
	float:left;

}

.follow-button {
	margin-top:25px;
}


.TwoSevenTwoShopProduct {
	padding:25px 0px 35px 0px;
}

.TwoSevenTwoShopProduct img {
	max-width:250px;
	text-align:center;
	margin:0 auto;
}

div.TwoSevenTwoShopCaption {

}

h3.TwoSevenTwoShopTitle {
	font-size:16px;
	text-align:center;
}

p.TwoSevenTwoShopPrice {
	text-align:center;
}

.tab-pane {
	padding-left:15px;
	padding-right:15px;
}


.feed {
	margin-top:25px;
	font-size:18px;
	line-height:1.8;
	text-align:center;
	border:none;
}

.branding {
	padding-top:25px;
	margin-top:25px;
}

a .icon-facebook2, a .icon-twitter, a .icon-instagram, a .icon-youtube3 {
	color:#3E6466;
}

a:hover .icon-facebook2, a:hover .icon-twitter, a:hover .icon-instagram, a:hover .icon-youtube3 {
	color:#ededed;
	text-decoration:none !important;
}

.footer-text {
	font-size:14px;
	color:#7e7e7e;
}

span.icon-OLogo  {
	font-size:50px;
	color:#3E6466;
	padding-bottom:25px;
	transition:0.3s ease;
}

.icon-OLogo:hover  {
	text-decoration:none !important;
	color:#ededed;
}

.captcha-img {
	padding-top:5px;
	padding-left:10px;
}

.showhope  p {
	text-align:center;
}


/* Buttons */

.btn {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.btn-default {
	background:#686868;
	color:white;
	border:none;
	transition:ease 0.3s;
	text-transform:uppercase;

}

.btn-default:hover {
	background:#505050;
	color:white;
}

.btn-primary {
	background:rgba(0,0,0,0.4);
	color:white;
	border:none;
	text-transform:uppercase;
	font-size:18px;
	transition:ease 0.3s;
}

.btn-primary:hover {
	background:rgba(255,255,255,0.1);
	color:#ededed;
	border:none;
}


.btn-success {
	background:#C7BE83;
	color:white;
	border:none;
	transition:ease 0.3s;
	text-transform:uppercase;
}

.btn-success:hover {
	background:#B2AA77;
	color:white;
}

.btn-circle {
	background:#8E8B74;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	width:80px;
	height:80px;
	color:white;
	font-weight:bold;
	padding-top:30px;
}

/* Bandsintown */

.row .event {
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-top:15px;
	padding-bottom:15px;
}

.odd {


}

.date{
	font-size:18px;
	font-weight:700;
}

.venue-name {
	font-size:18px;
}

.address {
	font-size:18px;
}

.tix {
	text-align:right;
}

/* Slider */

.bg-info {
	background:none;
}

.ticker-headline {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
}

.ticker-headline h2 {
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	color:white;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:5px;
	font-size:18px;
	text-transform:uppercase;
}

.ticker-headline p {
	font-family: 'Raleway', sans-serif;
	padding-top:10px;
}

.carousel.vertical .carousel-inner {
  height: 100%;
  width: auto;
}
.carousel.vertical .carousel-inner > .item {
  width: auto;
  padding-right: 50px;
  -webkit-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
.carousel.vertical .carousel-inner > .active,
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  display: block;
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}
.carousel.vertical .carousel-inner > .next,
.carousel.vertical .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel.vertical .carousel-inner > .next {
  top: 100%;
}
.carousel.vertical .carousel-inner > .prev {
  top: -100%;
}
.carousel.vertical .carousel-inner > .next.left,
.carousel.vertical .carousel-inner > .prev.right {
  top: 0;
}
.carousel.vertical .carousel-inner > .active.left {
  top: -100%;
}
.carousel.vertical .carousel-inner > .active.right {
  top: 100%;
}

.carousel.vertical .carousel-control {
  left: auto;
  width: 50px;
  display:none;
}
.carousel.vertical .carousel-control.up {
  top: 0;
  right: 0;
  bottom: 50%;
}
.carousel.vertical .carousel-control.down {
  top: 50%;
  right: 0;
  bottom: 0;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-up,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel.vertical .carousel-control .icon-prev,
.carousel.vertical .carousel-control .glyphicon-chevron-up {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-next,
.carousel.vertical .carousel-control .glyphicon-chevron-down {
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -10px;
}
.carousel.vertical .carousel-control .icon-up,
.carousel.vertical .carousel-control .icon-down {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel.vertical .carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel.vertical .carousel-control .icon-next:before {
  content: '\203a';
}


/* Media Queries */

@media screen and (min-width: 1px) and (max-width: 767px){
    #columns[data-columns]::before {
        content: '1 .col-xs-12';
    }
    .store-box {
	    border:none;
    }
    address {
	font-size:14px;
	letter-spacing:normal;
	}
	.TwoSevenTwoShopProduct img {
	max-width:100%;
	}
	header.signature {
	background-size:contain !important;
	}
}
@media screen and (min-width:768px) and (max-width: 991px){
    #columns[data-columns]::before {
        content: '2 .col-sm-6';
    }
    address {
	font-size:14px;
	}
	.social-icons {
	font-size:15px;
	}
	.TwoSevenTwoShopProduct img {
	max-width:100%;
	}

}
@media screen and (min-width:992px) and (max-width: 9999px){
    #columns[data-columns]::before {
        content: '3 .col-md-4';
    }

}



    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 768px) {
		h3.mgmt {
			font-size:16px;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		header.signature {

		}
		h1.marquee {
			padding-left:30px;
			padding-top:150px;
			padding-bottom:150px;
			font-size:32px;
		}
		.navbar-nav {
		text-align:center;
		font-size: 0.1px; /*hide whitespace between elements*/
		width:100%;
		}
		.navbar-nav>li {
		display: inline-block;
		width: 14.1%;
		text-align:center;
		}
		.navbar-nav:after{
		content: '';
		display: inline-block;
		width: 100%;
		}
		.social-icons {
		font-size:17px;
		}
		.social-icons ul {
		position:absolute;
		bottom:0;
		}
		div.navbar-collapse.collapse {
		padding-left:0px;
		padding-right:0px;
		}
		.padless {
		padding-left:0px;
		padding-right:0px;
		}
		.navbar-default {
		background:rgba(0,0,0,0.8);
		}
		.navbar-default .navbar-nav>li>a {
		letter-spacing:1px;
		font-size:18px;
    	}
    	.navbar-default .navbar-nav>li>a {
		color:#808080;
		}
		.showhope  p {
		text-align:left;
		}
		.btn-primary {
		background:rgba(0,0,0,0.4);
		color:white;
		border:none;
		text-transform:uppercase;
		font-size:22px;
		transition:ease 0.3s;
		}
		.btn-primary:hover {
		background:rgba(0,0,0,0.6);
		color:#ededed;
		border:none;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
	    .social-icons ul {
			float:right;
		}
		.social-icons {
		font-size:17px;
		}
		h1.marquee {
		padding-top:200px;
		padding-bottom:200px;
		}
		header.signature {
			height:500px;
		}


    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.social-icons {
		font-size:20px;
		}
		h1.marquee {
		padding-top:300px;
		padding-bottom:300px;
		font-size:45px;
		}
		header.signature {
			height:729px;
		}
    }


