@media only screen and (min-width: 1170px) {

  .silo-hero-slider {
    height: 680px;
  }
  
    .silo-hero-slider .silo-full-width,
  .silo-hero-slider .silo-half-width {
    padding-top: 220px;
  }
  .silo-hero-slider h2, .silo-hero-slider p {
    margin-bottom: 20px;
  }
  .silo-hero-slider h2 {
    font-size: 3.2em;
  }
  .silo-hero-slider p {
    font-size: 1.6rem;
  }

  .silo-main-content {
    padding: 3em 0;
  }
  .silo-main-content p {
    font-size: 1.6rem;
  }
  .silo-media-content {
	width: 100%;  
    padding: 3em 0;
  }
  .silo-media-content p {
    font-size: 1.6rem;
  }
}
@media ( max-width: 1024px ) {
  .silo-media-content {
	width: 100%;  
  }
}


@media only screen and (min-width: 768px) {

  .silo-header {
    height: 70px;
    background-color: transparent;
  }
  #silo-logo {
    margin: 23px 0 0 0;
  }

  .silo-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .silo-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .silo-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .silo-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .silo-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
  }

  .silo-hero-slider {
    height: 500px;
  }  


  .silo-hero-slider li:nth-of-type(2) {
    background-image: none;
  }
  .silo-hero-slider li:nth-of-type(3) {
    background-image: none;
  }
  .silo-hero-slider li:nth-of-type(4) {
    background-image: none;
  }
  .silo-hero-slider .silo-full-width,
  .silo-hero-slider .silo-half-width {
    padding-top: 150px;
  }
  .silo-hero-slider .silo-bg-video-wrapper {
    display: block;
  }
    .silo-hero-slider .silo-bg-video-wrapper2 {
    display: block;
  }
  .silo-hero-slider .silo-half-width {
    width: 45%;
  }
  .silo-hero-slider .silo-half-width:first-of-type {
    left: 5%;
  }
  .silo-hero-slider .silo-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }
  .silo-hero-slider .silo-img-container {
    display: block;
  }
  .silo-hero-slider h2, .silo-hero-slider p {
    max-width: 520px;
  }
  .silo-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
  .silo-hero-slider .silo-btn {
    font-size: 1.4rem;
  }

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

Single slide animation

-------------------------------- */
  .silo-hero-slider .silo-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }
  .silo-hero-slider .move-left .silo-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .silo-hero-slider .selected .silo-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .silo-hero-slider .is-moving .silo-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .silo-hero-slider li.selected.from-left .silo-half-width:nth-of-type(2),
  .silo-hero-slider li.selected.from-right .silo-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .silo-hero-slider li.selected.from-left .silo-half-width:first-of-type,
  .silo-hero-slider li.selected.from-right .silo-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }
  .silo-hero-slider .silo-full-width h2,
  .silo-hero-slider .silo-full-width p,
  .silo-hero-slider .silo-full-width .silo-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  .silo-hero-slider .move-left .silo-full-width h2,
  .silo-hero-slider .move-left .silo-full-width p,
  .silo-hero-slider .move-left .silo-full-width .silo-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .silo-hero-slider .selected .silo-full-width h2,
  .silo-hero-slider .selected .silo-full-width p,
  .silo-hero-slider .selected .silo-full-width .silo-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .silo-hero-slider li.is-moving .silo-full-width h2,
  .silo-hero-slider li.is-moving .silo-full-width p,
  .silo-hero-slider li.is-moving .silo-full-width .silo-btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }
  .silo-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }
  .silo-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }
  .silo-hero-slider li.selected .silo-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }

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

Slider navigation

-------------------------------- */
  .silo-slider-nav {
    height: 80px;
  }
  .silo-slider-nav .silo-marker,
  .silo-slider-nav li {
    width: 95px;
  }
  .silo-slider-nav a {
    padding-top: 48px;
    font-size: 1.1rem;
    text-transform: uppercase;
  }
  .silo-slider-nav a::before {
    top: 18px;
  }
}

/*iPhone 6 and iPhone 6+ portrait and landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
/* Home text Box
-------------------------------------------------------------- */
.home-text-boxes{
	display: block;
	margin-top: 10px;
	width: 100%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: none;
	margin-bottom: 10px;
}
.home-text-boxes h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: lighter;
	color: #e3dfc2;
	text-align: center;
}
/* -------------------------------- 

Slider

-------------------------------- */
.silo-hero {
	display:none;
}
.imageholder-wide {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 1.3em;
	color: #666666;
	text-align: left;
} 
 .backstretch > img{ content:url();
 display:none; }

.imageholder-feature  {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	color: #666666;
}
.imageholder-feature-2 {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	color: #666666;
}
.imageholder-feature-3 {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	color: #666666;
}

.imageholder-bio {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}
/* Concert/Ticket Page
-------------------------------------------------------------- */
div.concert {
	display: block;
	min-height: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4em;
	background-image: url(../images/upcoming-bg.png);
	background-repeat: repeat;
}
div.past-concert {
	display: block;
	min-height: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4em;
	background-image: url(../images/upcoming-bg.png);
	background-repeat: repeat;
}
}

@media ( max-width: 640px ) {
/************************/
/* Notice Box       */
/************************/
.notice-box {
	width: auto;
	border: thin solid #bc9b6a;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
}	
	
/* Home text Box
-------------------------------------------------------------- */
.home-text-boxes{
	display: block;
	margin-top: 10px;
	width: 100%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: none;
	margin-bottom: 10px;
}
.home-text-boxes h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: lighter;
	color: #e3dfc2;
	text-align: center;
}
/* -------------------------------- 

Slider

-------------------------------- */
.silo-hero {
	display:none;
}
.imageholder-wide {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-size: 10px;
	line-height: 1.3em;
	color: #666666;
	text-align: left;
} 
  #silo-logo img {
	width: auto;
  display: block;
}
.imageholder-feature  {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	color: #666666;
}

.imageholder-feature-2  {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	color: #666666;
}
.imageholder-feature-3 {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: center;
	color: #666666;
}

.imageholder-bio {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}
	.silo-main-content {
	width: 100%;
	max-width: none;
	min-height: 0px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2em;
	padding-right: 3%;
	padding-bottom: 2em;
	padding-left: 3%;
	margin-right: auto;
	margin-right: auto;
}
	.silo-media-content {
	width: 100%;
	max-width: none;
	min-height: 0px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2em;
	padding-right: 3%;
	padding-bottom: 2em;
	padding-left: 3%;
	margin-right: auto;
	margin-right: auto;
}

    body {
        padding-top: 40px;
    }

/* Media Table styles
------------------------------------------------------
    #nav-expand {
        display: block;
		z-index: 9999;
    }
-------- */ 
/* New Nav for tickets styles
---------------------------------------------------------- */ 
    #nav-expand {
        display: block;
		z-index: 1;
    }    
    
    #nav {
        display: none;
        overflow: auto;
        position: fixed;
        z-index: 99999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #000000;
        border: none;
    }
    #nav.visible {
        display: block;
    }
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: left;
        color: #e3dfc2;
        font-size: 14px;
        letter-spacing: 1px;
        border: none;
	font-family: 'Arimo', sans-serif;
	font-weight: lighter;
    }
    #nav > li,
    #nav li > ul > li {
        margin: 0; padding: 0;
        border-top: 0px solid #333;
        border-bottom: thin solid #1f1e1e;
    }
    #nav li a {
        padding: 15px 20px;
    }
    #nav li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    #nav li > ul > li a {
        padding-left: 30px;
    }
    #nav li > ul > li:last-child {
        border-bottom: none;
    }
    #nav li > ul > li,
    #nav li > ul > li a {
        background: none;        
    }
blockquote {
	font-family: 'Open Sans', sans-serif;
	background: url(../images/bg-quote1.png) no-repeat;
	color: #3D9BA9;
	font-size: 1.3em;
	font-weight: lighter;
	line-height: 1.3em;
	margin: 30px;
	padding: 90px 30px 30px 10px;
}
blockquote cite {
color: #999999;
font-style: normal;
font-size: 14px;
display: block;
margin-top: 5px;
}
blockquote cite:before {
    content:"\2014 \2009";
}
/* Concert/Ticket Page
-------------------------------------------------------------- */
div.concert {
	display: block;
	min-height: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4em;
	background-image: url(../images/upcoming-bg.png);
	background-repeat: repeat;
}
div.past-concert {
	display: block;
	min-height: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4em;
	background-image: url(../images/upcoming-bg.png);
	background-repeat: repeat;
}
/************************/
/* video Container       */
/************************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	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 Table styles
-------------------------------------------------------------- */    
#media-wrap {
	width: 100%;
	height:auto;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#media-wrap-left_col {
   float:left;
   width:100%;
   margin-right: 0%;
   }
#media-wrap-right_col {
   float:left;
   width:100%;
}
.media-title-small{
	display: block;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #919191;
}

}

/* phone 320px Smartphones (portrait and landscape) */	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/************************/
/* Notice Box       */
/************************/
.notice-box {
	width: auto;
	border: thin solid #bc9b6a;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
}	
	
	.silo-main-content {
	width: 100%;
	max-width: none;
	min-height: 0px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2em;
	padding-right: 3%;
	padding-bottom: 2em;
	padding-left: 3%;
	margin-right: auto;
	margin-right: auto;
}
	.silo-media-content {
	width: 100%;
	max-width: none;
	min-height: 0px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2em;
	padding-right: 3%;
	padding-bottom: 2em;
	padding-left: 3%;
	margin-right: auto;
	margin-right: auto;
}
/* Media Table styles
-------------------------------------------------------------- */    
#media-wrap {
	width: 100%;
	height:auto;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#media-wrap-left_col {
   float:left;
   width:100%;
   margin-right: 0%;
   }
#media-wrap-right_col {
   float:left;
   width:100%;
}
.media-title-small{
	display: block;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #919191;
}

}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}


