﻿@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic|Open+Sans+Condensed:700");



body, html
{
	height:100%;
	font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
	padding: 0;
	margin: 0;
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.data {
	background-color: rgba(255,255,255,0.9);
	border-radius: 5px;
	margin: 30px auto;
	padding: 20px 20px;
}

.data1 {
	background-color: rgba(250,250, 250,0.9);
	border-radius: 5px;
}


h6, .price-list th, .price-list .description-title, .price-list caption {
  font-family: "pt_sansbold", sans-serif;
}

.price-list {
  border: 4px solid rgb(17,174,13);;
  border-left: none;
  border-right: none;
  margin: 0 auto;
  table-layout: fixed;
  text-align: left;
  width: 70%;
  min-width: 300px;
}
.price-list th,
.price-list td {
  padding: 12px;
  padding: 0.75rem;
  font-size: 15px;
}
.price-list th {
  background-color: rgb(17,174,13);
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  color: white;
 
}
.price-list .price-list-header-price,
.price-list .price {
  text-align: right;
  vertical-align: middle;
}
.price-list .price-list-product {
  background-color: rgba(100,100,100,0.6);
  color: black;
}
.price-list .price-list-description td {
  background-color: #e9e9e9;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
.price-list .description-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.price-list caption {
  font-size: 30px;
  font-size: 1rem;
  margin: 16px;
  margin: 1rem;
}

td p {
	font-size: 15px;
}



.price-list-product:nth-child(even) {background: #CCC}
.price-list-product:nth-child(odd) {background: #FFF}


#yhteystiedot {
	margin: auto auto 75px auto;
	padding: auto auto 40px auto;
}

	
	
	
#footer {
	background: #111;
	position : fixed;
	bottom : 0;
	width:100%;
	height: 75px;
	color: #fff;
	opacity: 0.4; // or use rgba() where a opacity.		
	display: block;
    text-align: center;
	vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
	min-height: 75px;
}


#footer  a{
	color: #fff;
}


#footer:hover {
    opacity: 0.8;
}


.info3 p:before {
	content:"• ";	
}

.info3 {
	
	padding: 50px 0 0 0;
}

.info3 p {
	font-size:25px;font-family: Impact, Charcoal, sans-serif;color:black; 
	font-style:italic;
}

.test {
	font-size:10px;
}


@media (max-width:550px){

	#footer {
		display: none;
	}

}

@media (max-height:550px){

	#footer {
		display: none;
	}

}

.shape{	
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}

.offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
	min-height:150px;
	height:250px;
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
	border-color: rgba(255,255,255,0) #5cb85c rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
	border-color: rgba(255,255,255,0) #999999 rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
	border-color: rgba(255,255,255,0) #428bca rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
	border-color: rgba(255,255,255,0) #5bc0de rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
	border-color: rgba(255,255,255,0) #f0ad4e rgba(255,255,255,0) rgba(255,255,255,0);
}

.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	
.offer-content{
	padding:0 20px 10px;
}