@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,700i|Quicksand:400,700');

body {
    width: 100%;
    padding: 0;      
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
}

/* basic */
h1{
    font-family: 'Quicksand', sans-serif;
    color: #6D6D6D;
    font-size: 3.2em; 
    margin-bottom: 10px;    
    font-weight: 400;
    padding-top: 0px;

}

h2, h3, h4, h5{
    font-family: arial, helvetica, sans-serif; 
    color: #565758;    
}

h2{
    font-size: 18px; 
    line-height: 1.5em;      
}

h3 {
    color: #C52835;    
    font-size: 1.5em;
    line-height: 1.2em;    
    font-weight: bold;
    padding-top: 0px;
    margin-top: 10px;
    text-align: center;
}

h4{
    font-size: 18px; 
    line-height: 1.5em;      
}

.preHeader {
    font-family: arial, helvetica;
    font-size: 1.2em; 
    font-style: italic;
    color: #454545;
    letter-spacing: 2px;   
    line-height: 1.2em;
    padding: 25px 0px 0px 0px;
}

p{
    line-height: 1.6em;
}

.description {
    font-size: 0.9em;
    line-height: 1.4em;    
}

hr {
    border-top: 1px solid #BE957B;
}

img{
    max-width: 100%;
}
a{
    color: #EC971F;
}

hr {
	border-top: 1px dotted #c7c7c7;
}

ul {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    background-color: #FFF;
    padding: 10px;
    line-height: 1.5em;
    border-radius: 15px;
    text-align: center;
}

li {
    padding-left: 1.3em;    
}

li:before {
  content: "\f00c"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em; 
  color: green;
}

.mask {
        background: linear-gradient(to top, rgba(255, 255, 255, 0) -200%, white 100%);
        border-radius: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    } 

.well {
        background: linear-gradient(to top, rgba(255, 255, 255, 0) -400%, white 100%);
        border-radius: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    } 

.pp-image {
    border-radius: 50%;
    padding: 10px 20px;
}    

.centerText{
    text-align: center;
}
  
  
.radio label {
    font-weight: bold;
}
    
.relative {
    position: relative !important;
}

.container {
	width: auto; 
}

.row {
	width: 100%;
	max-width: 1170px;
	position: relative;
	margin: 0 auto;
  	padding: 120px 0;
}

.infoText{
    font-family: arial, helvetica, sans-serif;
    font-style:italic;
}

/* prices */
.price {
    font-weight: bold;
}

.price1 {
    font-weight: normal;
}

.line-through {
    text-decoration: line-through;
}

.price2 {
    font-size: 1.2em;
    color: #C52835;
}


/* navigation area */

.navbar > .container {
	width: 100%;
	height: auto;
	max-width: 1170px;
	margin: 0 auto;   
}

#navigation {
	width: 100%;
	height: auto;
    min-height: 70px;
    display: block;
	top: 0;
	padding: 0;
	margin: 0;
	position: fixed;
	z-index: 9999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}


.navbar-brand {
	float: left;
	height: auto;
	font-size: 18px;
	line-height: 20px;
    padding: 0;
}

.navbar-brand img{
    max-width: 100%;
}

.site_logo{
    padding: 10px 15px 5px 15px;
}

.site_logo2{
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.navbar-header {
    color: #FFF;
    text-align: center;
    width: 100%;
}

.co-operation {
    font-family: arial, helvetica, sans-serif; 
  	float: left;
    display: block;
    padding-left: 20px;
}

.co-operationHeader {
    font-family: 'Open Sans', sans-serif;    
    text-transform: uppercase;
    font-style: italic;
    padding-top: 8px;
    letter-spacing: 1px;
    font-size: 0.9em;
    
}

.co-company {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.1em;
    padding-bottom: 10px;
    }

.navbar-collapse {
    margin-top: 10px;
}

.navbar-nav{
    margin-top: 15px;
}

.navbar-nav li a {
    font-family: arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;    
    color: #181818;
    font-size: 12px;
    letter-spacing: 1px;    
}


.navbar-nav li.active, .navbar-nav li.active:hover {
    background-color: #FFF;
    border-radius: 15px 15px 0px 0px; 
    padding-bottom: 5px
}

.navbar-nav li.active a{
    color: #454545;       
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
    color: #7eaa54; 
}

.light-nav {
	background-color: rgba(191,17,31, 0.9);
    border: 0px;
}

.dark-nav {
	background-color: rgba(191,17,31, 1);
    border: 0px;
}

.navbar-toggle {
    color: #2b2825;
    margin-right: 8px;
    margin-bottom: 0px;
}


/* Etusivu */
#etusivu {
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: auto !important
}
        

.fullSize{
    width: 100%; 
    max-width: 100%;   
}

.fullSize > .col-md-12{
	background-color: rgba(255,255,255, 0.9);     
    padding: 60px 0px 60px 0px;
}

.footer {
    padding: 20px 0px 20px 0px;
	background: #424242;
    text-align: center;
    color: #686868;
}


/* Back to top */
#back-to-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 30px;
	z-index: 1000;
}


#back-to-top a {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(25,25,25,0.95);
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 18px;
	line-height: 50px;
	border-radius: 8px;
    text-align: center !important;
    color: #FFF;
}

#back-to-top a:hover {
	background-color: rgba(25,25,25,1);
	opacity: 1;
	color: #FFF;
}

/* navbar new breaking point */
@media (max-width: 991px) {  
    #etusivu .row{
        padding-top: 50px;
        padding-bottom: 30px;
    }
  
    #navigation {
        position: relative;
    }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media (max-width: 510px) {
    
    .mask {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -400%, white 100%);
        border-radius: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }     
}

@media (max-width: 320px) {
    h1 {
        font-size: 2.5em;     
    }
   
}

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }