﻿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,font,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  {margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent; font-weight:normal;}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
body  {
	line-height:1;
}
ol,ul  {
	list-style:none;
}
p {
	font-size : 16px;
	font-weight: 400;
	line-height: 1.3125em;
	margin-bottom:1.5em;
	font-family: 'Open Sans', Segoe UI, Arial, sans-serif;
	color : #333;
	background-color:Transparent;
}
p a {
	color : #F1654C;
}
strong {
	font-weight: 600;
}
td {
	color: #555555;
	font-family: Segoe UI, Arial, sans-serif;
	font-size:.75em;
}
h1 {
	/*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
	/*font-family: Verdana, 'Segoe UI', sans-serif;*/
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:500;
	color: #333;
	margin:auto auto 1.5em auto;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.375em;
	line-height: 1.5em;
	margin-bottom:1.5em;
	font-weight:bold;
	color: #333;
}
h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:1.25em;
	line-height: 1.5em;
	margin-bottom:1.5em;
	font-weight:500;
	color: #333;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.125em;
	line-height: 1.5em;
	margin-bottom:1.5em;
	font-weight:bold;
	color: #333;
}
h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom:1.5em;
	font-weight:bold;
	color: #333;
}
h6 {
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight:bold;
	color: #333;
	vertical-align: top;
	margin-bottom:1.5em;
}
.wrapper {
	/*height: auto;*/
	/*min-height: 560px;*/
	width: 65%;
	margin: 125px auto;
	/*border: 1px solid #ccc;*/
}
.banner {
	height: 360px;
	width: 100%;
	margin: 0 auto 3em auto;
	background:#D4D4D4;
	display:block;
	/*-webkit-box-shadow: 0px 5px 4px rgba(51, 50, 50, 0.38);
	   -moz-box-shadow: 0px 5px 4px rgba(51, 50, 50, 0.38);
	        box-shadow: 0px 5px 4px rgba(51, 50, 50, 0.38);*/
}
.banner h1,
.banner h4{
	color: #fff;
}
.banner h1 {
	font-size: 4em;
}
.banner h4 {
	font-size: 1.25em;
	text-align: right;
}

.banner-medium {
	height: 180px;
	width: 100%;
	margin: 0 auto 1em auto;
	background:#f14a29;
	display:block;
	-webkit-box-shadow: 0px 5px 4px rgba(51, 50, 50, 0.38);
	   -moz-box-shadow: 0px 5px 4px rgba(51, 50, 50, 0.38);
	        box-shadow: 0px 5px 4px rgba(51, 50, 50, 0.38);
}
.footer {
	height: 120px;
	width: 100%;
	/*background:#3E4651;*/
	background:#fefefe;
	border-top: 1px solid #d4d4d4;
	display: inline-block;
	text-align: center;
	padding-top: 30px;
}
.footer ul li {
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: .5em;
	border-left: 1px solid #333;
	color:#333;
	font-family: 'Open Sans', Segoe UI, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-variant: small-caps;
}
.footer ul li:first-child {
	padding-right: 2em;
	border-left: none;
}
.footer ul li a {
	color:#333;
	font-family: 'Open Sans', Segoe UI, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-variant: small-caps;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px;
}
.grid,
.grid-2 { 
    width: 98%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1.3125em;
}
.grid:after,
.grid-2:after {
  content: "";
  display: table;
  clear: both;
}
.grid-2 { 
    padding-bottom: 1.5em;
    width: 100%;
    margin: 0;
}
[class*='grid-']:last-of-type {
  padding-bottom: 0;
}
[class*='col-'] {
  float: left;
  padding-right: 20px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.col-1-2 { 
    width: 50%;
}
.col-1-2-right { 
    width: 50%;
    text-align: right;
}
.col-1-3 { 
    width: 33%;
}
.col-2-3 { 
    width: 67%;
}
.col-1-4 { 
    width: 25%;
}
.col-3-4 { 
    width: 75%;
}
.col-1-8 { 
    width: 12.5%;
}
.col-7-8 { 
    width: 87.5%;
}
.col-1-5 { 
    width: 20%;
}
.col-4-5 { 
    width: 80%;
}
.col-1-1 { 
    width: 100%;
}


/*html5 default.css kopiointia*/

/*navigointi*/
.langs  {
	height: 75px;
	width: 100%;
	background:#fefefe;
	display: inline-block;
	top: 0;
	margin-bottom: 1.5em;
	/*-webkit-box-shadow: 0px 5px 4px rgba(51, 50, 50, 0.38);
	   -moz-box-shadow: 0px 5px 4px rgba(51, 50, 50, 0.38);
	        box-shadow: 0px 5px 4px rgba(51, 50, 50, 0.38);*/
	position: fixed;
	padding-top: 25px;
	border-bottom: 1px solid #d4d4d4;
}
.langs ul li {
	display: inline;
	float: right;
	padding-right: 1em;
	padding-left: 1em;
	margin-top: .5em;
	border-right: 1px solid #333;
}
.langs ul li:first-child {
	padding-right: 2em;
	border-right: none;
}
.langs ul li a {
	color:#333;
	font-family: 'Open Sans', Segoe UI, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-variant: small-caps;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px;
}
.langs ul li a:hover {
	color:#fff;
	background-color: #00B5B5;
}
/*.langs ul li a#contact {
	border: 1px solid #00B5B5;
}*/
nav  {
	cursor:pointer;
	/*min-width:4em;*/
	/*max-width:148px;*/
	/*max-width: 9em;*/
	margin:0;
	padding:0;
	background:#0092bf;
	position:fixed;
	left: 0;
	top: 10em;
	text-align:center;
	overflow:hidden;
	color:#fff;
	z-index:1000;
	display:none;
}
nav #navmenu  {
	display:none;
}
nav:hover #navmenu  {
	display:block;
}
nav:hover #navhdr  {
	display:none;
}
nav h2  {
	display:block;
	/*width:60px;*/
	margin: 0;
	width: auto;
	padding: .5em;
	/*margin-left:auto;
	margin-right:auto;*/
}
nav ul  {
	text-align:left;
	width:148px;
}
nav a  {
	color:#fff;
	display:block;
	padding:6px 0 4px 16px;
	font-style:normal;
}
nav a:hover,
nav a:focus  {
	background:#f14a29;
	outline:0;
}

