html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
html {
  height: 101%;
  font-size: 62.5%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img,
ol,
ul {
  list-style: none;
}
video {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #544646;
}
html {
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  background: #fff;
  margin-top: 40px;
}
@media (min-width: 600px) {
  body {
    margin-top: 70px;
  }
}
.index,
.ohjelma {
  margin-top: 0;
}
.no-max-width {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.max-width {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
a,
a:visited,
button {
  font-family: 'Poppins', sans-serif;
  color: #666;
}
a:hover,
a:active,
a.active,
button:hover {
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6,
li a {
  width: 100%;
  float: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #544646;
}
h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  padding: 15px 0;
}
@media (min-width: 600px) {
  h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    line-height: 5rem;
  }
}
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  padding: 10px 0 10px 0;
}
@media (min-width: 600px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  padding: 10px 0 10px 0;
}
h4,
h5,
h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 10px 0 10px 0;
}
.index h3 {
  color: #666;
}
.small-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #666;
}
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
p,
ul {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  color: #666;
  padding: 0 0 15px 0;
}
p.intro {
  /* font-size: 18px; font-size: 1.8rem; line-height: 26px; line-height: 2.6rem; */
  color: #544646;
  font-weight: 700;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  float: left;
}
.header {
  width: 100%;
  float: left;
  background: #544646;
  position: fixed;
  top: 0;
  z-index: 3;
}
.index .header,
.ohjelma .header {
  position: fixed;
}
@media (min-width: 1200px) {
  .index .header,
  .ohjelma .header {
    position: absolute;
    background: none;
  }
}
.branding {
  width: 170px;
  float: left;
  margin: 5px 20px;
}
.branding a,
.branding a:visited {
  display: block;
  width: auto;
  height: 50px;
  background: url(../svg/fallback/kirkkomusiikkijuhlat-logo.png) left center no-repeat;
  background-image: url(../svg/kirkkomusiikkijuhlat-logo.svg), none;
  text-indent: -9999px;
}
@media (min-width: 600px) {
  .branding a,
  .branding a:visited {
    height: 60px;
  }
}
.index .branding {
  width: 210px;
}
@media (min-width: 1200px) {
  .index .branding {
    width: 400px;
  }
}
.index .branding a,
.index .branding a:visited {
  height: 50px;
}
@media (min-width: 600px) {
  .index .branding a,
  .index .branding a:visited {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .index .branding a,
  .index .branding a:visited {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .index .branding a,
  .index .branding a:visited {
    height: 100px;
    margin-top: 10px;
  }
}
.ohjelma .branding {
  width: 200px;
}
.ohjelma .branding a,
.ohjelma .branding a:visited {
  display: block;
  width: auto;
  height: 50px;
}
@media (min-width: 600px) {
  .ohjelma .branding a,
  .ohjelma .branding a:visited {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .ohjelma .branding a,
  .ohjelma .branding a:visited {
    height: 80px;
  }
}
.menu {
  width: 100%;
  float: right;
  text-align: center;
  padding: 0;
}
@media (min-width: 1200px) {
  .menu {
    width: auto;
    padding: 0 20px 0 0;
  }
}
.menu li {
  width: 100%;
  float: left;
  display: block;
  border-bottom: 1px solid #544646;
  text-align: center;
}
@media (min-width: 400px) {
  .menu li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .menu li {
    display: inline;
    width: auto;
    float: left;
    border: none;
  }
}
.menu li:nth-child(odd) {
  border-right: 1px solid #544646;
}
@media (min-width: 1200px) {
  .menu li:nth-child(odd) {
    border: none;
  }
}
.menu li:last-child {
  border-bottom: none;
}
.menu li.fb {
  border-right: none;
}
.menu a,
.menu a:visited {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 15px 20px;
}
@media (min-width: 1200px) {
  .menu a,
  .menu a:visited {
    padding: 25px 20px;
  }
}
.menu a:hover,
.menu .active a {
  background: #B2A97F;
}
@media (min-width: 1200px) {
  .menu a:hover,
  .menu .active a {
    opacity: 0.6;
    background: none;
  }
}
.menu a.active {
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .menu li.fb a,
  .menu li.fb a:visited {
    text-indent: -9999px;
    width: 50px;
    height: 70px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .menu li.fb:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1200px) {
  .menu li.fb {
    background: url(../svg/fallback/fb.png) center center no-repeat;
    background-image: url(../svg/fb.svg), none;
  }
}
.menu li.lang {
  color: #fff;
  text-align: center;
  padding: 0;
  display: none;
}
@media (min-width: 1200px) {
  .menu li.lang {
    padding-right: 20px;
    display: inline-block;
  }
}
.menu li.lang a,
.menu li.lang a:visited {
  width: 30px;
  display: inline-block;
  float: none;
  text-align: center;
  padding: 15px 10px;
}
@media (min-width: 1200px) {
  .menu li.lang a,
  .menu li.lang a:visited {
    padding: 25px 10px;
    float: left;
  }
}
.menu li.lang a:hover,
.menu li.lang .active a {
  background: none;
}
.menu li.lang span {
  width: 10px;
  display: inline-block;
  float: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 15px 0px;
}
@media (min-width: 1200px) {
  .menu li.lang span {
    padding: 25px 0px;
    float: left;
  }
}
.menu li.lang-m {
  color: #fff;
  text-align: center;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .menu li.lang-m {
    padding-right: 20px;
    display: none;
  }
}
.menu li.lang-m a,
.menu li.lang-m a:visited {
  width: 30px;
  display: inline-block;
  float: none;
  text-align: center;
  padding: 15px 10px;
}
@media (min-width: 1200px) {
  .menu li.lang-m a,
  .menu li.lang-m a:visited {
    padding: 25px 10px;
    float: left;
  }
}
.menu li.lang-m a:hover,
.menu li.lang-m .active a {
  background: none;
}
.menu li.lang-m span {
  width: 10px;
  display: inline-block;
  float: none;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 15px 0px;
}
@media (min-width: 1200px) {
  .menu li.lang-m span {
    padding: 25px 0px;
    float: left;
  }
}
.hero {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  z-index: 1;
}
.hero h1 {
  float: none;
  margin: 0 auto;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  color: #fff;
  padding: 20px 0;
  max-width: 800px;
}
@media (min-width: 600px) {
  .hero h1 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 52px;
    line-height: 5.2rem;
  }
}
@media (min-width: 1200px) {
  .hero h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 64px;
    line-height: 6.4rem;
  }
}
.hero h1 {
  color: #fff;
}
.hero h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  color: #fff;
  padding: 0 20px 10px 20px;
  opacity: 0.85;
}
@media (min-width: 1200px) {
  .hero h2 {
    /* font-size: 32px; font-size: 3.2rem; line-height: 42px; */
    line-height: 4.2rem;
  }
}
.ohjelma .hero {
  height: 200px;
}
.curtain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(25, 46, 60, 0.6);
}
.align-wrap {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.align {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 50px 20px 0 20px;
}
@media (min-height: 450px) {
  .align {
    padding: 70px 0 0 0;
  }
}
.flag {
  width: 70%;
  max-width: 500px;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../svg/flag2.png) no-repeat left bottom;
  background-image: url(../svg/flag2.svg), none;
}
@media (min-width: 1200px) {
  .flag {
    width: 50%;
  }
}
.ohjelma .flag {
  width: 20%;
  min-width: 300px;
}
.button {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0;
}
.button a,
.button a:visited {
  display: inline-block;
  min-width: 200px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  background: #544646;
  color: #fff;
  border-radius: 10px;
  float: none;
  margin: 0 auto 10px auto;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button a:hover {
  background: #B2A97F;
}
@media (min-width: 1200px) {
  .button-left {
    text-align: left;
  }
}
.section {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  background: #fff;
  padding-bottom: 30px;
}
/*---- Konsertti ----*/
.concert .content {
  float: right;
  width: 100%;
  padding-top: 10px;
  border-bottom: 1px solid #B9BCB7;
  background: #fff;
}
@media (min-width: 600px) {
  .concert .content {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .concert .content {
    min-height: 100%;
    width: 40%;
    padding: 50px;
  }
}
.concert .content .button a {
  width: 100%;
  max-width: none;
  margin: 10px 0;
}
.concert .content-in {
  max-width: 500px;
}
@media (min-width: 1200px) {
  .concert .content-in {
    max-width: 400px;
    float: left;
  }
}
.hero-50 {
  width: 100%;
  float: left;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 600px) {
  .hero-50 {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .hero-50 {
    width: 60%;
    height: 100%;
    position: fixed;
  }
}
.event-info-in {
  width: 100%;
  float: left;
  padding: 0 0 25px 0;
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #B9BCB7;
  text-align: center;
}
@media (min-width: 600px) {
  .event-info-in {
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1200px) {
  .event-info-in {
    margin: 0px 0 25px 0;
    text-align: left;
  }
}
.event-info-in h1 {
  padding: 0 0 10px 0;
}
.event-info-in h2 {
  color: #a79a9d;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  padding: 0 0 10px 0;
}
.event-info-in a,
.event-info-in a:visited {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
  color: #a79a9d;
}
.event-info-in.main-concert {
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
}
.singer {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 20px 0 0px 0;
}
/*------SLIDER------*/
.bx-wrapper {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.bx-pager {
  /* position: absolute; right: 20px; bottom: 20px; */
  width: 100%;
  float: left;
  position: absolute;
  text-align: center;
  margin-top: 20px;
}
.bx-pager-item {
  width: 20px;
  padding: 5px;
  float: none;
  display: inline-block;
}
a.bx-pager-link,
a.bx-pager-link:visited {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: block;
  background: #333;
  text-indent: -9999px;
}
a.bx-pager-link:hover,
a.bx-pager-link:active,
a.bx-pager-link.active {
  opacity: 0.5;
}
.slider-paging {
  width: 80px;
  height: 40px;
  position: absolute;
  right: 0px;
  bottom: 10px;
  /* float: left; position: relative; margin: -40px 25px 0 0; float: right; */
  z-index: 9999;
}
.arrows {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  position: relative;
  z-index: 1;
}
.arrows .arrow-next {
  height: 42px;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0;
}
.arrows a.bx-next {
  width: 100%;
  height: 42px;
  display: block;
  background: url(../svg/fallback/arrow-r.png) right center no-repeat;
  background-image: url(../svg/arrow-r.svg), none;
  text-indent: -9999px;
  background-size: auto 22px;
  cursor: pointer;
}
.arrows a.bx-next:hover {
  opacity: 0.5;
}
.arrows .arrow-prev {
  height: 42px;
  width: 50%;
  position: absolute;
  top: 0px;
  left: 0;
}
.arrows a.bx-prev {
  width: 100%;
  height: 42px;
  display: block;
  float: left;
  background: url(../svg/fallback/arrow-l.png) left center no-repeat;
  background-image: url(../svg/arrow-l.svg), none;
  text-indent: -9999px;
  background-size: auto 22px;
  cursor: pointer;
}
.arrows a.bx-prev:hover {
  opacity: 0.5;
}
.concert-slide {
  width: 100%;
  float: left;
  text-align: left;
  padding: 0 0 30px 0;
  /*
	img {width: 100%; float: left;}
	h4 {text-transform: uppercase; padding: 0 0 5px 0; color: #005576;}
	h5 {float: left; color: #1a1a1a; padding: 0 0 5px 0;}
	p {float: left !important; font-size: 16px; font-size: 1.6rem; line-height: 24px; line-height: 2.4rem; color: #666; font-style: italic; margin: 0 !important;
		@media (min-width: 550px) {height: 100px;}
	}
*/
}
.concert-slide li {
  height: 400px;
  float: left;
}
.concert-slide a,
.concert-slide a:visited {
  width: auto;
  height: 100%;
  display: block;
}
.concert-slide .img-wrap .hover {
  opacity: 0;
}
.concert-slide a:hover > .img-wrap .hover {
  opacity: 1;
}
.concerts .button {
  margin-top: 30px;
}
.button-top {
  position: relative;
  z-index: 2;
}
/*

.img-wrap {width: 100%; float: left; position: relative; overflow: hidden; margin: 30px 0 15px 0;}
.hover {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../svg/fallback/icon-plus.png) center center no-repeat rgba(0,85,118,.6); background-image: url(../svg/icon-plus.svg), none; z-index: 2; transition: opacity 0.5s;}

.bx-prev, .bx-prev:visited {position: absolute; top: 20px; left: 0px; font-size: 30px; font-size: 3rem; color: #ccc;}
.bx-next, .bx-next:visited {position: absolute; top: 20px; right: 0; font-size: 30px; font-size: 3rem; color: #ccc;}
.bx-prev:hover, .bx-next:hover, .bx-prev:active, .bx-next:active {color: #005576;}
.bx-prev.disabled, .bx-next.disabled {display: none;}
*/
/*---- Konserttilista ----*/
.concerts {
  text-align: left;
  padding: 20px 15px;
}
.concerts h3 {
  padding: 10px 10px;
}
@media (min-width: 1200px) {
  .concerts h3 {
    padding: 10px 20px;
  }
}
.concerts .small-title {
  margin-bottom: 15px;
}
.concerts .concert-img {
  width: 100%;
  height: 400px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 10px;
}
.concerts ul li {
  text-align: left;
  position: relative;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}
.concerts ul li a .concert-img,
.concerts ul li a:visited .concert-img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.concerts ul li.active {
  opacity: 0.3;
}
.concerts ul li.active a:hover .concert-img {
  opacity: 1;
}
.concerts ul a,
.concerts ul a:visited {
  width: 100%;
  display: block;
}
.concerts ul a:hover .concert-img {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .concerts ul {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 30px 0;
  }
  .concerts ul li {
    display: inline-block;
    float: left;
    text-align: left;
    position: relative;
    width: 100%;
    height: 400px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    margin: 0 0 10px 0;
  }
  .concerts ul li a .concert-img,
  .concerts ul li a:visited .concert-img {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .concerts ul li.active {
    opacity: 0.3;
  }
  .concerts ul li.active a:hover .concert-img {
    opacity: 1;
  }
  .concerts ul a,
  .concerts ul a:visited {
    width: 100%;
    display: block;
  }
  .concerts ul a:hover .concert-img {
    opacity: 0.8;
  }
}
@media (max-width: 600px) and (min-width: 500px) {
  .concerts ul li {
    width: 50%;
  }
}
@media (max-width: 600px) and (min-width: 1200px) {
  .concerts ul li {
    width: 25%;
  }
}
.event-info {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../svg/arrow2.png) no-repeat right bottom #a79a9d;
  background-image: url(../svg/arrow2.svg), none;
  z-index: 2;
  border-radius: 0 0 10px 10px;
  padding: 10px 15px 5px 15px;
}
.event-info h4 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #fff;
  padding: 10px 0 5px 0;
}
.event-info h5,
.event-info p {
  color: #302323;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
  padding: 0 40px 0 0;
  opacity: 0.85;
}
.event-info p {
  padding: 0 40px 15px 0;
}
.event-up .event-info h4,
.event-up .event-info h5,
.event-up .event-info p {
  color: #a79a9d;
}
.color1 {
  background-color: #a79a9d;
}
.color2 {
  background-color: #a79a9d;
}
.color3 {
  background-color: #a79a9d;
}
.color4 {
  background-color: #a79a9d;
}
/*---- Ohjelma ----*/
.content-in.events {
  max-width: 600px;
  padding-left: 0;
}
.content-in.events .small-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin: 10px 0 0 0;
}
.content-in.events h5,
.content-in.events p {
  padding-right: 0;
}
.event-up {
  width: 100%;
  display: inline-block;
  float: left;
  text-align: left;
  position: relative;
  margin: 0 0 10px 0;
  text-align: center;
}
.event-up .event-info h4,
.event-up .event-info h5,
.event-up .event-info p {
  color: #544646;
}
.event-up a,
.event-up a:visited {
  width: 100%;
  display: block;
  float: left;
  border: 1px solid #a79a9d;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event-up a:hover {
  border: 1px solid #a79a9d;
}
.event-up a h4,
.event-up a:visited h4 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #a79a9d;
  padding: 10px 0 5px 0;
}
.event-up a:hover h4 {
  opacity: 0.9;
}
.event-up .event-info {
  float: left;
  position: relative;
  border-radius: 10px;
  background: none;
  /* background: url(../svg/arrow2.png) no-repeat right bottom; background-image: url(../svg/arrow2.svg), none; */
}
.concert-up {
  width: 100%;
  display: inline-block;
  float: left;
  text-align: left;
  position: relative;
  height: 350px;
  margin: 0 0 10px 0;
  text-align: center;
}
@media (min-width: 600px) {
  .concert-up {
    height: 400px;
  }
}
.concert-up a,
.concert-up a:visited {
  width: 100%;
  display: block;
}
.concert-up a .concert-img,
.concert-up a:visited .concert-img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.concert-up a:hover .concert-img {
  opacity: 0.9;
}
.concert-up a:hover h4 {
  opacity: 0.9;
}
.concert-up .concert-img {
  width: 100%;
  height: 350px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 10px;
}
@media (min-width: 600px) {
  .concert-up .concert-img {
    height: 400px;
  }
}
.concert-up .event-info {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: none;
}
/*---- Content ----*/
.col-50 {
  width: 100%;
  float: left;
  padding: 20px 20px 0 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .col-50 {
    width: 50%;
    text-align: left;
  }
}
.col-50 h2 {
  float: none;
  margin: 0 auto;
  max-width: 800px;
}
.col-50 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
}
@media (min-width: 600px) {
  .col-50 h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 48px;
    line-height: 4.8rem;
    padding: 20px 0;
  }
}
.col-50 img {
  border-radius: 10px;
}
.content-up {
  padding: 30px 20px;
}
.content {
  text-align: left;
  padding: 30px 20px;
}
.aside {
  width: 100%;
  float: left;
  max-width: 400px;
}
@media (min-width: 700px) {
  .aside {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 250px;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .aside {
    width: 270px;
    padding: 20px 0 0 20px;
  }
}
.aside h4 {
  color: #666;
}
.menu-sub {
  width: 100%;
  float: left;
  border-top: 1px solid #B9BCB7;
}
.menu-sub ul {
  width: 100%;
  float: left;
  border-top: 1px solid #B9BCB7;
  padding-bottom: 0;
}
.menu-sub li {
  width: 100%;
  display: block;
  float: left;
  border-bottom: 1px solid #B9BCB7;
}
.menu-sub ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.menu-sub a,
.menu-sub a:visited,
.menu-sub .accordion {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 900;
  color: #544646;
  padding: 14px 0px 14px 5px;
}
.menu-sub .accordion {
  border: none;
  text-decoration: none;
  outline: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font-weight: normal;
}
.menu-sub .accordion:hover,
.menu-sub a:hover,
.menu-sub .active .accordion,
.menu-sub .active a {
  color: #B2A97F;
}
.menu-sub .accordion {
  background: url(../svg/arrow-menu.png) no-repeat right center;
  background-image: url(../svg/arrow-menu.svg), none;
  padding-right: 40px;
}
.menu-sub .accordion.visible {
  background: url(../svg/arrow-menu-d.png) no-repeat right center;
  background-image: url(../svg/arrow-menu-d.svg), none;
}
.menu-sub .visible ul li a {
  background: none;
  color: #544646;
  padding-left: 10px;
}
.menu-sub .active ul li a {
  color: #B2A97F;
}
.menu-sub .active ul li a:hover,
.menu-sub .active ul li.active a {
  color: #B2A97F;
}
.menu-sub li a {
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
}
.accordion {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.panel {
  display: none;
}
.visible {
  display: block;
}
.content-in {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 10px 0 50px 0;
  z-index: 1;
}
.content-in ul {
  list-style: none;
}
@media (min-width: 480px) {
  .content-in ul {
    max-width: 80%;
  }
}
.content-in ul li {
  padding-left: 16px;
  text-indent: -12px;
}
.content-in ul li:first-child::before {
  content: "• ";
  font-size: 20px;
  color: #a79a9d;
}
.content-in ul li::before {
  content: "• ";
  font-size: 20px;
  color: #a79a9d;
}
.content-in a,
.content-in a:visited {
  color: #a79a9d;
  text-decoration: underline;
}
.content-in a:hover {
  color: #a79a9d;
}
.content-in img {
  float: left;
  margin: 10px 0 25px 0;
}
.content-in img {
  border-radius: 10px;
}
.content-in .button a,
.content-in .button a:visited,
.content-in .button a:hover {
  color: #fff;
  text-decoration: none;
}
.content-in.padding {
  max-width: 1100px;
}
@media (min-width: 700px) {
  .content-in.padding {
    padding: 20px 0 50px 280px;
  }
}
@media (min-width: 1200px) {
  .content-in.padding {
    padding: 40px 0 50px 300px;
    min-height: 500px;
  }
}
/*---- Yhteys ----*/
.content-in.contact {
  max-width: 500px;
}
.content-in.contact img {
  max-width: 250px;
  margin-bottom: 0;
}
/*---- Some ----*/
.someline {
  padding: 50px 30px 30px 30px;
  text-align: center;
}
iframe {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.some {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0 0 0;
}
.some li {
  display: inline-block;
}
.some a,
.some a:visited {
  width: 44px;
  height: 42px;
  display: block;
  opacity: 1;
  text-indent: -9999px;
}
.some a:hover {
  opacity: 0.7;
}
/*---- Logot ----*/
.light {
  background: #fff;
  padding-top: 0px;
}
.light.border {
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.logos {
  width: 100%;
  float: left;
  padding: 35px 30px 30px 30px;
  text-align: center;
  background: #fff;
}
.logos ul {
  width: 100%;
  float: left;
  text-align: center;
}
.logos li {
  display: block;
  width: 100%;
  float: left;
  padding: 0 10px 5px 10px;
  text-align: center;
}
@media (min-width: 400px) {
  .logos li {
    float: none;
    width: auto;
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .logos li {
    float: left;
    width: 33.3%;
    padding: 0 10px;
  }
}
@media (min-width: 1250px) {
  .logos li {
    float: none;
    width: auto;
  }
}
.logos a,
.logos a:visited {
  width: 100%;
  display: block;
  /* opacity: 0.5;  */
  text-decoration: none;
}
.logos img {
  height: 45px;
  width: auto;
  float: none;
  /*

		@media (min-width: 1250px) {height: 45px;}
		@media (min-width: 1350px) {height: 50px;}
*/
}
@media (min-width: 800px) {
  .logos img {
    height: 60px;
  }
}
/*----- Footer -----*/
.footer {
  width: 100%;
  float: left;
  background: #544646;
  padding: 30px 20px 0px 20px;
}
.footer p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fff;
  opacity: 0.6;
}
.footer p.copy {
  opacity: 0.3;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .footer p.copy {
    text-align: center;
  }
}
.branding-bottom {
  display: block;
  width: 100%;
  height: 60px;
  float: left;
  background: url(../svg/fallback/kirkkomusiikkijuhlat-logo.png) left center no-repeat;
  background-image: url(../svg/kirkkomusiikkijuhlat-logo.svg), none;
  background-size: auto 100%;
  text-indent: -9999px;
  margin: 0 0 20px 0;
}
a.niku,
a.niku:visited {
  display: inline-block;
  width: 100%;
  float: left;
  height: 20px;
  background: url(../svg/fallback/niku.png) center center no-repeat;
  background-image: url(../svg/niku.svg), none;
  opacity: 0.9;
  text-indent: -9999px;
}
a.niku:hover {
  opacity: 1;
}
/*------ MENU MOBILE ------*/
.nav-collapse {
  width: 100%;
  float: right;
  overflow: visible;
}
@media (min-width: 1200px) {
  .nav-collapse {
    width: auto;
  }
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
  border-top: 1px solid #544646;
  background: #302323;
}
@media (min-width: 1200px) {
  .nav-collapse.opened {
    border: none;
  }
}
.disable-pointer-events {
  pointer-events: none !important;
}
a.nav-toggle,
a.nav-toggle:visited {
  float: right;
  width: 70px;
  height: 50px;
  text-indent: -9999px;
  background: url(../svg/fallback/icon-menu.png) right center no-repeat;
  background-image: url(../svg/icon-menu.svg), none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 5px 30px;
  margin: 5px 0 0 0;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}
@media (min-width: 600px) {
  a.nav-toggle,
  a.nav-toggle:visited {
    margin: 10px 0 0 0;
    width: 100px;
  }
}
@media (min-width: 1200px) {
  a.nav-toggle,
  a.nav-toggle:visited {
    display: none;
  }
}
@media (min-width: 1200px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
