html body {background-color: rgba(0,0,0,1.00);}
/* -------------------------------- 

Primary style

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

html {
  font-size: 62.5%;
}


body {
	
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	color: #A4EAF9;
	background-color: #000000;
}

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

img {
  max-width: 100%;
}
strong, b {
	font-weight:bold;
}
/* Center content on page
-------------------------------------------------------------- */
.ctr {
	position: relative;
	max-width: 1080px;
	padding: 0 2%;
	margin: 0 auto;
}


/* Clearfix
-------------------------------------------------------------- */
.ctr:before,
.ctr:after,
.clr:before,
.clr:after {
    content: ' ';
    display: table;
}

.ctr:after,
.clr:after {
    clear: both;
}

.clear {
    clear: both;
}

/* Header & Footer styles yc-test
-------------------------------------------------------------- */
#hdr {
	min-height: 120px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0;
	
}
#hdr #logo {
    float: left;
    position: absolute;
}
#hdr #logo img {
	max-width: none;
	display: block;
	height: 37px;
	width: 330px;
	margin-top: 5px;
	z-index: 30;
}

#hdr-r {
	width: 100%;
    margin-left: auto;
	margin-right: auto;
	text-align:center;
	
}

/* Home text Box
-------------------------------------------------------------- */
.home-text-boxes{
	display: none;	
}
.home-text-boxes h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: lighter;
	color: #ffffff;
	text-align: center;
}

.large-phone  {
    font-family: "Dynalight", cursive !important;
	color: #fbb33a;
	font-size: 20px;
	line-height: 1.6em;
    text-align: center;
}
.large  {
    font-family: "Dynalight", cursive !important;
	color: #fbb33a;
	font-size: 60px;
	line-height: 1.6em;
	text-transform: none;
	margin-bottom: 30px;
	font-weight: 300;
    text-align: center;
    margin-top: -120px;
}

/* Silo Main navigation styles
-------------------------------------------------------------- */    
#nav {
	list-style: none;
	padding: 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #5d4b30;
}
#nav li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
}
#nav li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 14px;
	letter-spacing: 1px;
	color: #e3dfc2;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
}
#nav ul,
#nav a {
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#nav li a.active {
	opacity: 0.9;
	color: #bc9b6a;
}

#nav li a:hover,
#nav li:hover > a {
    background: #141414;
    opacity: 0.9;
    color: #fff;
}
#nav li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}
#nav li > ul li,
#nav li > ul li a {
    display: block;
    margin: 0;
    float: none;    
    white-space: nowrap;
    list-style: none;
}
#nav li > ul li {  
    
}
#nav li > ul li a {
    padding: 13px 50px 12px 15px;
    text-align: left;
    color: #e3dfc2;
    background: #f1efef;      
    border-bottom: 1px solid #606060;
    -webkit-border-radius: 0;
    border-radius: 0; 
	background-color: #000000;   
}
#nav li > ul li:last-child a {

    border-bottom: none;
}
#nav li:hover > ul {
    visibility: visible;
    opacity: 1;
}
#nav li:hover > ul a:hover {
    opacity: 1;
    background: #52cfe2;
    color: #fff;
}

#nav-expand {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0; right: 0;
    padding: 13px 15px 15px 35px;
    height: 40px;
    background: #000000 url(../images/expand.png) no-repeat 5px 50%;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;    
}
.imageholder-wide {
	display:none;
	width: auto;
	height: auto;
	float: left;
}

/* -------------------------------- 

Slider

-------------------------------- */
.silo-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.silo-hero2 {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 200px;
}

.silo-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.silo-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.silo-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.silo-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.silo-hero-slider li.is-moving, .silo-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}


/* -------------------------------- 

Single slide style

-------------------------------- */
.silo-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.silo-hero-slider li:first-of-type {
  background-color: #000000;
    background-image: url("../images/home/SiloHill-10th.jpg");
}
.silo-hero-slider li .item2 {
  background-color: #000000;
    background-image: url("../images/home/2025-2026/concert4.jpg");
SiloHill-10th.jpg}
.silo-hero-slider li .item3 {
  background-color: #000000;
    background-image: url("../images/home/2025-2026/concert2.jpg");
}

.silo-hero-slider li .item4 {
  background-color: #000000;
    background-image: url("../images/home/2025-2026/concert1.jpg");
}

.silo-hero-slider li .item5 {
  background-color: #000000;
    background-image: url("../images/home/2025-2026/concert3.jpg");
}

.silo-hero-slider li .item6 {
  background-color: #000000;
    background-image: url("../images/home/2018-2019/concert3-3.jpg");
}


.silo-hero-slider li:nth-of-type(4) {
  background-color: #000000;
  background-image: url("../images/phone/video-replace-mobile.jpg");
}
.silo-hero-slider li:nth-of-type(5) {
  background-color: #000000;
  background-image: url("");
}
.silo-hero-slider li:nth-of-type(6) {
  background-color: #000000;
  background-image: url("");
}



.silo-hero-slider .silo-full-width,
.silo-hero-slider .silo-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.silo-full-width2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 70px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.silo-hero-slider .silo-img-container {
  /* hide image on mobile device */
  display: none;
}
.silo-hero-slider .silo-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.silo-hero-slider .silo-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.silo-hero-slider .silo-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#overlay {
    position: relative;
}
#overlay:after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
	background-color:#FFF;
	opacity: 0.5;
}


.silo-hero-slider h2, .silo-hero-slider p {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 1.2em;
	color: #57472e;
	width: 100%;
	max-width: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


.silo-hero-slider h2 {
	font-family: 'Open Sans', sans-serif;
  font-size: 2.3rem;
	font-weight: normal;
	margin-top: -50px;
}
.silo-hero-slider p {
  font-size: 1.6rem;
  line-height: 1.2;
}
.silo-hero-slider h2.concert1 {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 1.3em;
	margin: 0 auto 10px;
	color: #89deea;
	width: 100%;
	max-width: 550px;
}

.silo-hero-slider h2.concert2 {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 1.3em;
	margin: 0 auto 30px;
	color: #57472e;
	width: 100%;
	max-width: 530px;
}
.silo-hero-slider h2.concert3 {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 1.3em;
	margin: 0 auto 30px;
	color: #ffffff;
	width: 100%;
	max-width: 530px;
}
.silo-hero-slider h2.concert4 {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	font-size: 1.8em !important;
	line-height: 1.1em;
	margin: 0 auto 30px;
	color: #ffffff;
	width: 100%;
	max-width: 530px;
}
.silo-hero-slider p.light {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 1.2;
	margin: 0 auto 10px;
	color: #ffffff;
	max-width: 400px;
	font-weight: normal;
}
.silo-hero-slider p.dark {
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	line-height: 1.2;
	margin: 0 auto 10px;
	color: #000000;
	max-width: 400px;
	font-weight: normal;
}

.silo-hero-slider .silo-btn {
	font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  background-color: rgba(185, 176, 140, 1);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.silo-hero-slider .silo-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}
.silo-hero-slider .silo-btn:nth-of-type(2) {
  margin-left: 1em;
}
.no-touch .silo-hero-slider .silo-btn:hover {
  background-color: #19517c;
}
.no-touch .silo-hero-slider .silo-btn.secondary:hover {
  background-color: #52cfe2;
}

/* -------------------------------- 

Single slide animation

-------------------------------- */

/* -------------------------------- 

Slider navigation

-------------------------------- */
.silo-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: none;
}
.silo-slider-nav nav, .silo-slider-nav ul, .silo-slider-nav li, .silo-slider-nav a {
  height: 100%;
}
.silo-slider-nav nav {
  display: inline-block;
  position: relative;
}
.silo-slider-nav .silo-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: none;
  background-color: none;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}
.silo-slider-nav .silo-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.silo-slider-nav .silo-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
.silo-slider-nav .silo-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}

.silo-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.silo-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left;
}
.silo-slider-nav li.selected a {
  color: #2c343b;
}
.no-touch .silo-slider-nav li.selected a:hover {
  background-color: transparent;
}
.silo-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.silo-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/silo-icon-navigation.svg) no-repeat 0 0;
}
.no-touch .silo-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5);
}
.silo-slider-nav li:first-of-type a::before {
  background-position: 0 0;
}
.silo-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px;
}
.silo-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0;
}
.silo-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px;
}
.silo-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0;
}
.silo-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px;
}
.silo-slider-nav li:nth-of-type(4) a::before {
  background-position: -72px 0;
}
.silo-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -72px -24px;
}
.silo-slider-nav li:nth-of-type(5) a::before {
  background-position: -96px 0;
}
.silo-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -96px -24px;
}




/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 3em;    
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/home/SiloHill-10th.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/home/SiloHill-10th.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/home/SiloHill-10th.jpg);
}











/* -------------------------------- 

Main Components 

-------------------------------- */
.silo-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#silo-logo {
	margin-right: auto;
	margin-left: auto;
}
#silo-logo img {
width: 36%;
  display: block;
}


.silo-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../images/silo-icon-menu.svg") no-repeat center center;
}
.silo-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.silo-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.silo-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}




/* -------------------------------- 

Main content

-------------------------------- */
.silo-main-content {
	width: 70%;
	max-width: 768px;
	min-height: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2em;
	padding-right: 2%;
	padding-bottom: 2em;
	padding-left: 2%;
}
.silo-main-content p {
	font-size: 1.4rem;
	font-weight: lighter;
	line-height: 1.5em;
	color: #e3dfc2;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

.silo-main-content p.pull {
	margin-bottom: 30px;
	color: #bc9b6a;
	font-size: 1.4em;
	line-height: 1.3em;
	letter-spacing: 0px;
}

.silo-main-content a:link {
	font-size: 1.4rem;
	color: #89deea;
}
.silo-main-content a:visited {
	font-size: 1.4rem;
	color: #89deea;
}
.silo-main-content a:hover {
	font-size: 1.4rem;
	color: #e3dfc2;
}

.silo-main-content h1 {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-weight: lighter;
}

.silo-main-content h3 {
	font-family: 'Open Sans', sans-serif;
	color: #89deea;
	font-size: 1.1em;
	text-transform: none;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: lighter;
}

.silo-main-content .small-credits {
	font-size: 12px;
	line-height: 1.3em;
	color: #808897;
}
.pull-qoute {
	color: #9d1014;
	text-align: left;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2;
	text-transform: none;
}
/* siloM Page Title
-------------------------------------------------------------- */
h2.silo {
	font-size: 25px;
	line-height: 1.2em;
}

#silo-page-title {
	position: relative;
	background-color: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#silo-page-title:after {
    content: '';
    position: absolute;
    top: 18px; right: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    z-index: -1;
}
#silo-page-title h1 {
	margin: 0;
	color: #76b4b7;
	font-weight: lighter;
	font-size: 1.8em;
	text-transform: none;
}

/* silo Artist Page
-------------------------------------------------------------- */
#silo-cnt {
	position: relative;
	z-index: 30;
	margin: 0 0 -80px;
	min-height: 530px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
#silo-cnt .silo-cnt-inner {
	position: relative;
	padding-top: 0;
	padding-right: 30;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-bottom: 40px;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
#silo-cnt .silo-cnt-inner .slogan {
    margin: 0; padding: 0 0 10px;
}
#silo-cnt .silo-cnt-inner .slogan span {
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}
#silo-cnt .silo-cnt-inner p {
	margin-bottom: 10px;
	color: #999999;
	font-size: 1.4rem;
	line-height: 1.3em;
}
#silo-cnt .silo-cnt-inner a.btn {
    
}

#silo-us {
    position: relative;
    z-index: 29;
    text-align: center;
}
#silo-us img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 5px 0 20px rgba(192,32,0,.5);
	box-shadow: 5px 0 20px rgba(192,32,0,.5);
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #ca1e4f;
}
#silo-us a {
    position: absolute;
    top: 50%;
    width: 210px;
    padding: 20px 40px;
    margin: 0 0 0 -150px;
    background: #222;
    background: rgba(0,0,0,.8);
    font-size: 1.5em;
    font-weight: lighter;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
#silo-us a:hover {
    background-color: #333;
}
h6.underline {
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #EAFFFF;
	font-size: 1.2em;
	font-weight: lighter;
}
#silo-cnt .silo-cnt-inner h1 {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 2.0em;
	line-height: 1.2em;
}
.press-kit-items {
	font-size: 1.4rem;
	color: #2980A0;
	line-height: 1.0em;
	margin-bottom: 5px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #A4EAF9;
	padding-left: 10px;
}
/* silo Table styles
-------------------------------------------------------------- */    
#silo-wrap {
   width:100%;
   margin:0 auto;
   display:block;
}
#left_col {
   float:left;
   width:48%;
   margin-right: 4%;
   }
#right_col {
   float:right;
   width:48%;
}



/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .silo-hero-slider li {
  display: none;
}
.no-js .silo-hero-slider li.selected {
  display: block;
}

.no-js .silo-slider-nav {
  display: none;
}



/* Silo footer
-------------------------------------------------------------- */
footer{
    bottom: 0;
    position: relative;
    width: 100%;
	background-color: none;
}
.footer {
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	height: auto;
	text-align: center;
	color: #bc9b6a;
	font-size: 11px;
    line-height: 1.2em;
	padding-bottom: 2em;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 2em;
	padding-right: 0;
	padding-left: 0;
}
.footer a:link {
	font-family: 'Source Sans Pro', sans-serif;
	color: #bc9b6a;
	text-decoration: none;
	font-size: 11px;
}
.footer a:hover {
	color: #e3dfc2;
	text-decoration: none;
	font-size: 11px;
}
.footer a:visited {
	color: #bc9b6a;
	text-decoration: none;
	font-size: 11px;
}
#home-social {
	display: block;
	width: 100%;
	float: left;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*----------------------------------------------------------------------------------------------------*/
	#social{
	left:0;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;

	}
	
	#social:hover{
	opacity: 0.4;	
	}




	
/* home-footer
-------------------------------------------------------------- */
.home-footer {
	font-family: 'Source Sans Pro', sans-serif;
	position: fixed;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 35px;
	color: #000000;
	line-height: 1.2em;
	margin-top: 30px;
	background-color: #FFF;
}

.home-footer a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	color:#333333; 
	text-decoration:none; 
}

.home-footer a:visited {
	font-family: 'Source Sans Pro', sans-serif;
	color:#333333; 
	font-size:12px;
	text-decoration:none; 
}

.home-footer a:hover {
	font-family: 'Source Sans Pro', sans-serif;
	color: #AAA;
	font-size: 12px;
	text-decoration: none;
}


.footer_lab {
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #333333;
	line-height: 14px;
	z-index: 40;
}

.footer_lab a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	color:#cccccc; 
	text-decoration:none; 
	z-index: 40;
}

.footer_lab a:visited {
	font-family: 'Source Sans Pro', sans-serif;
	color:#ffffff; 
	font-size:12px;
	text-decoration:none; 
}

.footer_lab a:hover {
	font-family: 'Source Sans Pro', sans-serif;
	color: #AAA;
	font-size: 12px;
	text-decoration: none;
}

/************************/
/* Back to Top       */
/************************/
.back-to-top {
    position: fixed;
	background-image:url(../images/top.png) no-repeat;
    bottom: 5em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    display: none;
	z-index: 90;
}

.back-to-top:hover {
	opacity: 0.5;
}
/************************/
/* video Container       */
/************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-title{
	font-size: 1.3em;
	font-weight:lighter;
}
.media-small{
	font-size: 0.9em;
	font-weight:lighter;
}



/* Concert/Ticket Page
-------------------------------------------------------------- */
div.concert {
	display: block;
	min-height: 140px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4em;
}
.silo-main-content h1.concert-date {
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: auto;
	font-weight: normal;
	color: #89deea;
	text-transform: none;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 1.3em;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #467091;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.silo-main-content p.detail {
	font-size: 1.5rem;
	font-weight: lighter;
	line-height: 1.2em;
	color: #e3dfc2;
	margin-top: 0em;
	margin-right: 0;
	margin-left: 0;
}

.silo-main-content p.small {
	font-size: 1.3rem;
	font-weight: lighter;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 5px;
}	

div.concert a:link {
	font-size: 15px;
	line-height: 1.4em;
}
.press-title{
	display: block;
	width: auto;
	font-weight: lighter;
	color: #071329;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 1.4em;
	line-height: 1.2em;
}
.concert-cite{
	font-family: 'Arimo', sans-serif;
	text-transform: none;
	display: block;
	font-weight: normal;
	color: #3F85A7;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	margin-top: 5px;
	text-align: left;
}

.concert-cite a:link {
	font-family: 'Arimo', sans-serif;
	text-transform: none;
	font-weight: normal;
	color: #467091;
}

.concert-cite a:hover{
	font-family: 'Arimo', sans-serif;
	text-transform: none;
	font-weight: normal;
	color: #f24a1f;
}
.imageholder-feature {
	width: 200px;
	float: left;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #999999;
	border: thin none #E1E1E1;
	padding: 5px;
	margin-left: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.imageholder-feature-2 {
	width: 300px;
	height: 100%;
	float: right;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	color: #999999;
	border: thin none #E1E1E1;
	padding: 5px;
	margin-left: 8px;
	height: auto;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
}

  .ticket-btn {
	float: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.ticket-btn {
	text-decoration: none;

}
.ticket-btn:hover {
}
.ticket-btn:active {
}

  .ticket-btn-2 {
      float: left;
      margin: 0px 0 0 0; }

.ticket-btn-2 {
	text-decoration: none;

}
.ticket-btn-2:hover {
}
.ticket-btn-2:active {
}


.ticket-btn-3 {
      float: right;
      margin: 0px 0 0 0; }
.ticket-btn-3 {
	text-decoration: none;

}
.ticket-btn-3:hover {
}
.ticket-btn-3:active {
}

/************************/
/* Back to Top       */
/************************/
.back-to-top {
    position: fixed;
	background-image:url(../images/top.png) no-repeat;
    bottom: 5em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    padding: 1em;
    display: none;
	z-index: 90;
}

.back-to-top:hover {
	opacity: 0.5;
}


/************************/
/* MailChimp       */
/************************/
	#mc_embed_signup{
	font-family: 'Arimo', sans-serif;
		font:14px;
		 width:100%;}

#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #52cfe2; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
    #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
    #mc_embed_signup .clear {display: block; width: 100% }
    #mc_embed_signup .button {width: 100%; margin:0; }
}


