/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}


h3 {
		font-size:16px;
		line-height:24px;
	}


	

@media (min-width: 768px) {

	h2 {
	  font-size: 48px;
	  margin-top: 0;
	  margin-bottom: 15px;
	}
	
	h3 {
		font-size:20px;
		line-height:28px;
	}

	
}



hr {
    border-color: #ce9a40;
    border-width: 4px;
    max-width: 80px;
    margin-bottom: 10px;
}


.NewsSummary a  {
	  color:#222;
	}
	
.NewsSummary a:hover {
	  color:#ce9a40;
	  text-decoration:none;
	}


.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn {
  color: #222;
  background-color: transparent;
  border: 2px solid #222;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border-radius:0px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: transparent;
  border: 2px solid #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0px;
  font-size: 16px;
  padding: 20px 30px;
   transition: all .3s ease;
  
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #222;
  background-color: #fff;
  border-color: #fff;
   transition: all .3s ease;
    
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: #ce9a40;
  border-color: transparent;
}


.navbar-brand {
    float: left;
   height:auto;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
	  
}

.navbar-custom .navbar-brand img {
  height:50px;
  transition: all .2s ease;
    vertical-align: middle;
}

@media (min-width: 768px) {

	.navbar-custom .navbar-brand img {
	  height:80px;
	  transition: all .2s ease;
		vertical-align: middle;
	}
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}




.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
	padding:20px 10px;
	
}



.navbar-toggle span.icon-bar {
    transition: all 0.15s;
	
}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}



.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
}


.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 20% 10%;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 20% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}




.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
      padding-top: 25px;
    padding-bottom: 25px;
	text-align:center;
}



.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #ccc;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #ccc;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #ccc;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #ce9a40;
    padding: 10px 0;
	 
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  
  .navbar-custom.affix .navbar-brand img {
  height:50px;
    transition: all .2s ease;
    vertical-align: middle;
}
  
}
header {
  background-image: url('/cmsms/uploads/images/banneri-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .intro-text {
  padding-top: 150px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {

	header .intro-text h1{
	  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	  font-weight: 400;
	  font-size: 64px;
	  line-height: 64px;
	  margin-bottom: 25px;
	  text-transform:uppercase;
	}
}

header .intro-text p {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 25px;
  text-transform:uppercase;
}

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}


@media (max-width: 767px) {
  header .intro-text img{
    width:200px;
  }
}


section#konsertit {
  padding-bottom:0px;
}

section#kuoro {
    background-color: #333;
    display: table;
    position: relative;
    width: 100%;
    height: auto;
    background: url(/cmsms/uploads/images/kuoro-bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



section {
  padding: 100px 0;
}


@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}



section#contact {
   background-color: #333;
    display: table;
    position: relative;
    width: 100%;
    height: auto;
    background: url(/cmsms/uploads/images/yhteystiedot-bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  
 
}


section#contact .section-heading {
  color: white;
}


.bg-dark {
  color: white;
}


.bg-dark  hr {
    border-color: #fff;
  
}


.form-control {
	border: 0px;
}

section#contact .form-group {
  margin-bottom: 25px;
  margin-top:20px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
  border-radius:0;
}
section#contact .form-group input.form-control {
  height: auto;
  
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #222;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #222;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #222;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #222;
}
section#contact .text-danger {
  color: #fff;
}

section#contact .alert-success {
    color: #3c763d;
    background-color: #fff;
    border-color: #fff;
}


footer {
  padding: 25px 0;
 
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
  text-align:center;
}
ul.social-buttons li a {
  display: block;
  background-color: #ce9a40;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #ba8538;
}

ul.social-buttons li a i{
	padding-top:10px;
	}


.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}
