@charset "UTF-8";
/* CSS Document */

#orchestra {
margin: 15px 0 20px 0;
}

#orchestra p {
margin: 15px 0;
font-size: 14px;
}

#orchestra h1 {
margin-top: 15px;
font-size: 62px;
line-height: 1.1em;
margin: 0;
padding: 0;
color: #000;
}

#orchestra h1 span {
font-size:36px;
line-height: 44px;
display: block;
margin-bottom: 15px
}

#orchestra h1 small {
font-size:28px;
display: block;
margin: 0 0 15px 0;
padding: 0;
line-height: 38px;
color:#5d5199;
}


#orchestra a {
color:#5d5199;
text-decoration: underline;
}

#orchestra a:hover {
color:#406AAB;
text-decoration: none;
}


#orchestra .lead {
margin: 20px 0 0 0;
font-size: 14px;
}



#orchestra h2 {
margin: 50px 0 10px 0;
padding: 20px 20px 18px 20px;
color: #FFFFFF;
position: relative;
background: #5d5199;
font-size: 24px;
display: inline-block;
line-height: 1.3em;
}


#orchestra h2:after {
  border-top: 15px solid #5d5199;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 10%;
}

#orchestra h2 span {
font-size: 18px
}


#orchestra .place {
color:#5d5199;
border-bottom: 1px solid #5d5199;
margin:50px 0 20px 0;
font-size: 20px;
padding-bottom: 3px;
}

#orchestra h3 {
font-size:20px;
margin:30px 0 10px 0;
padding-top:0;
line-height:30px;
}

#orchestra .details {
margin: 20px 0 50px 0;
}

#orchestra .ticket h4 {
margin: 20px 0 0 0;
color:#5d5199;
}

#orchestra .ticket p {
margin: 5px 0 20px 0
}

#orchestra ul {
margin: 30px 0;
}

#orchestra ul li {
margin: 10px 0 20px 0;
list-style:none;
}

#orchestra ul li strong {
color:#5d5199;
font-size: 14px;
}


#orchestra h4.point {
margin: 30px 0 -5px 0;
 color:#5d5199;
 font-size: 16px
}

/*#orchestra h4.point:before {
  font-family: FontAwesome;
  content: '\f001'; 
  margin: -2px 7px 0 -30px;
  color:#5d5199;
  display:block;
  height: auto;
  float: left;
  font-size: 24px;
} */

#orchestra .point strong {
color:#5d5199;
}


#orchestra .photo {
text-align: left;
}

#orchestra .word h3{
margin: 30px 0 0 0;
font-size: 20px
}


#orchestra .concert h3 {
margin: 40px 0 0 0;
font-size:16px;
color: #FFFFFF;
background: #5d5199;
padding: 3px 10px;
display: inline-block;
}

#orchestra .concert h4 {
margin: 30px 0 0 0;
font-size:20px;
color:#5d5199;
line-height: 26px
}

#orchestra .concert h4 span {
font-size: 16px;
}


#orchestra .prof {
line-height: 1.4em;
border-top: #5d5199 1px solid;
border-bottom: #5d5199 1px solid;
padding: 30px 0;
margin: 40px 0 30px 0;
}

#orchestra .prof p {
margin: 0;
min-height: 140px
}

#orchestra .prof h4 {
margin: -42px 0 15px 0;
display: inline-block;
background: #FFFFFF;
padding: 0 8px 5px 0;
font-size: 14px;
color:#5d5199;
}


#orchestra .prof strong {
font-size: 1.1em;
margin:3px 0 12px 0;
display: block;
}


/* slider */


#orchestra .swiper-container {
	margin:15px auto;
	width: 610px;
   height: 430px;
   clear: both;
}

#orchestra .swiper-slide {
	width:610px;
	font-size:12px;
	text-align: center;
	line-height:1.4em;
	color: #000000;
}

#orchestra .swiper-slide img {
	margin:0 0 7px 0;
}

#orchestra .swiper-button-prev {
	background:url(prev.png) no-repeat left;
	width:250px;
	height:340px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:0;
	margin:-190px 0 0 -10px;
}

#orchestra .swiper-button-next {
	background:url(next.png) no-repeat right;	
	width:250px;
	height:340px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:-190px -10px 0 0;
}

#orchestra .swiper-button-prev:hover,
#orchestra .swiper-button-next:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#orchestra .swiper-pagination {
	padding:0;
	margin:55px 0 0 0;
	top:360px;
}

#orchestra .swiper-pagination-bullet-active{
background: #BE171A;
}

/* responsive */

body.white .site #orchestra h1 {
margin-top: 10px;
font-size: 44px;
line-height: 1.1em;
padding: 0;
color: #000;
}

body.white .site #orchestra h1 small {
font-size: 22px; 
margin: 0 0 5px 0; 
line-height: 28px;
}

body.white .site #orchestra img.right {
display: block; 
margin: 40px auto -30px;
}

body.white .site #orchestra .swiper-container {
width: 100%;
height: auto;
}

body.white .site #orchestra .swiper-slide {
width: 100%;
}

body.white .site #orchestra h2 br {
display: none;
}

body.white .site #orchestra h2 {
padding: 15px;
color: #FFFFFF;
font-size: 22px;
display: block;
line-height: 1.3em;
}

#orchestra h2 span {
font-size: 16px;
line-height: 1.2em;
}
