/*!
 * Vitality v2.0.2 (http://themes.startbootstrap.com/vitality-v2.0.2)
 * Copyright 2013-2017 Start Bootstrap
 * Purchase a license to use this theme at (https://wrapbootstrap.com)
 */
html,
body {
  height: 100%; }

hr {
	margin-left:1px;
   max-width: 50px;
   height: 1px;
   border-top: 1px solid #999; }

@media (min-width: 992px) {
  hr {
   max-width: 30px; } }

section.page-section {
   padding: 100px 0; }

@media (max-width: 767px) {
  section.page-section {
   padding: 75px 0; } }

::-webkit-input-placeholder {
  font-weight: normal;
  font-family: 'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif; }

:-moz-placeholder {
  font-weight: normal;
  font-family: 'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif; }

::-moz-placeholder {
  font-weight: normal;
  font-family: 'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif; }

:-ms-input-placeholder {
  font-weight: normal;
  font-family: 'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif; }

body {
  font-weight: 400;
  font-family:'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif; }

a {
  color: #999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  a:hover, a:focus {
    color: #FFF;
    text-decoration: none; }

p {
  font-size: 15px;
  line-height: 1.5; }

p.lead {
  font-size: 24px;
  font-family: 'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }
  
i {
	font-family: 'Merriweather', 'MerriweatherItalic', Georgia, serif;
	line-height:1.7em;
	color: #717171;
	color:#999;
	letter-spacing:0.01em;
	}

h1,
h2 {
  font-family:'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
    color: #444; }
h3,
h4,
h5,
h6 {
  font-family:'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
    color: #222; }

@media (min-width: 768px) {
  h1 {
    font-size: 33px; }
  h2 {
    font-size: 25px; } 
  h3 {
    font-size: 26px; } 
    
    }
@media (max-width: 768px) {
  h1 {
    font-size: 1em; }
  h2 {
    font-size: 1.5em; } 
  h3 {
    font-size: 1.7em; } 
    
    }

header.masthead {
  position: relative;
  height: 80vh;
  padding-top: 30px;
  padding-bottom: 330px;
  background-color: #fff;
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll; }
  @media (min-width: 1024px) {
    header.masthead {
      background-attachment: fixed; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    header.masthead {
      background-attachment: scroll; } }
  header.masthead .masthead-title h1, header.masthead .masthead-title h2 {
    font-family:'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #FFF;
    }
	
	header.masthead .masthead-title-video h1, header.masthead .masthead-title-video h2 {
    font-family:'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #444;
    }
    header.masthead .masthead-img {
      max-width: 80%;
      max-height: 80%;
       }
    header.masthead .masthead-title {
      padding-top: 220px;
    }
	 header.masthead .masthead-title-video {
      padding-top: 160px;
    }
    header.masthead .masthead-title p {
      font-size: 1em;
      line-height: 1.1;
    }
  header.masthead .masthead-subtitle {
  	 padding-top: 1em;
    font-size: 1.5em;
    line-height: 1.5em; }
  @media (min-width: 992px) {
    header.masthead {
      height: 80vh;
      min-height: 600px;
      padding-top: 30px;
      padding-bottom: 240px; } 
      header.masthead .masthead-img {
      max-width: 171px;
      max-height: 47px;
       }   
    }
   @media (min-width: 768px) {
      header.masthead .masthead-title h1, header.masthead .masthead-title h2 {
      font-size: 1.5rem;
    }
     header.masthead .masthead-title {
      padding-top: 80px;
    } 
   }

header.video {
  background: #222;
  overflow: hidden;
}


header.video .container {
  position: relative;
}

header.video .container,
header.video .scroll-down {
  z-index: 999;
}

header.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-device-width: 1024px) {
  header.video {
    background: url("../img/olohuone/backgrounds/poster_olohuone.jpg") #222 no-repeat center center scroll;
  }
  header.video video {
    display: none;
  }
}   
.uutisia h3 {
   color:#999;
   border-left: solid 5px #999;
   padding-left: 10px;
}
.call-to-action {
  padding: 100px 0;
  text-align: left;
  color: white;
  background-color: #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll; }
  @media (min-width: 1024px) {
    .call-to-action {
      background-attachment: fixed; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .call-to-action {
      background-attachment: scroll; } }
  
  @media (min-width: 768px) {
    .call-to-action {
      padding: 150px 0; }
       }
  @media (min-width: 992px) {
    .call-to-action {
      padding: 300px 0; }
       }

.services .media {
     margin:5px 10px 20px 0px; }
    .services h3, .services hr {
      margin-bottom: 25px;
      text-transform:uppercase; }
      .adjst {
      font-size:0.85em; }
    
@media (min-width: 992px) {
  .services .media {
    margin:5px 30px 20px 0px; } }

.kenkatuki {
     text-align: center;
}
.monospace, .monospeis {
		font-family: 'Inconsolata', 'inconsolataregular', Courier, Consolas, serif;
		font-weight:400;
		line-height:1.1;
		letter-spacing:0.09em ;}

footer.footer {
  padding: 50px 0 20px;
  color: #444444;
  text-align:left;
  background: #f7f5f6;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
 
  footer.footer .footer-contact-details a {
    color: #444444;
    font-family: 'Inconsolata', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    footer.footer .footer-contact-details a:hover {
      color: white; }
  footer.footer p {
    font-family: 'Inconsolata', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    footer.footer .footer-contact-details .social-sec {
    margin: 0 0 30px 0; }
     
  footer.footer .footer-contact-details {
    margin: 75px 0; }
    @media (max-width: 768px) {
  footer.footer .footer-contact-details {
	margin: 15px 0; }
}

.btn {
  font-weight: 900;
  padding: 12px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0px; }

.btn-primary {
      color:#fff;
		font-family: 'Montserrat', 'montserratregular', "Trebuchet MS", Verdana, Helvetica, sans-serif;
		font-weight: 700;
		font-size: 14px;
		padding:15px 30px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		background-color:#3a2b41;
		border: 0px; }
		
  .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #f0bff0; }
  .btn-primary:focus {
    text-decoration:none;
    box-shadow: none; } 

.btn-secondary {
  background-color: #FFF;
  color: #222;
  border: 0px; }
  
  .btn-secondary:focus, .btn-secondary:hover {
    color: white;
    background-color: #f0bff0;
    text-decoration:none;
     }
  .btn-secondary:focus {
    box-shadow: none; }

button:hover {
  cursor: pointer; }

.btn-full-width {
  font-size: 26px;
  font-weight: 200;
  padding: 50px 0;
  letter-spacing: normal;
  text-transform: none;
  color: white;
  border: 0;
  border-radius: 0;
  background-color: #222; }
  .btn-full-width:hover {
    color: white;
    background-color: #EF4035; }
  .btn-full-width:focus {
    color: white; }

.text-primary {
  color: #999 !important; }

a.text-primary {
  color: #999 !important; }
  a.text-primary:focus, a.text-primary:hover {
    color: #444 !important; }
@media (max-width: 768px) {
   p {
	font-size: 1.2em;
	}
	i {
	letter-spacing:0.001em;
	line-height:1.65;
	}
	.monospace, .monospeis {
		letter-spacing:0.03em ;
		}
	.monospace {
		line-height:1.2;
		font-size: 1.1em;}
	.mrsp {
		padding-bottom: 1.5em;
		}
  }

