* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box; 
}

body {
	font: 100% 'Open Sans', sans-serif;
	background-color: #fff;
	background: linear-gradient(-45deg, white 10%,
		#fbfbfb 10%, #fbfbfb 50%, 
		white 50%, white 60%, 
		#fbfbfb 60%);
	background-size: 20px 20px;
	/*font: 100% Arial, sans-serif;*/
	line-height: 1.25em;
	color: #444;
}

b {
	font-weight: bold;
}

article a {
	color: rgb(20,95,173);
	text-decoration: none;
}

article a:hover {
	border-bottom: 0.1em solid rgb(20,95,173);
}




.box-area hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 15px 0;
	height: 0;
	width: 50px;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #fff;
	text-align: left;
}


/* NAVIGATION */

.arrow-up {
	width: 0; 
	height: 0; 
	margin: 5px 0 0 10px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgb(20,95,173);
}

nav {
    background-color: #fff;
    margin: 0;
    overflow: hidden;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline-block;
}

nav li a {
    display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
    text-decoration: none;
    line-height: 1.1em;
    padding: 0.5em 0.8em;
	color: rgb(20,95,173);
	/*transition: all 200ms ease;*/
}

nav li:hover a {
	background-color: rgb(20,95,173);
	color: #fff;
}

nav li ul {
    position: absolute;
	max-height: 0;
	overflow: hidden;
	transition: max-height 300ms ease;
	/*display: none;*/
}

nav li > ul li {
    display: block;
}

nav li ul a {
	background-color: rgb(20,95,173);
	font-size: 1em;
    line-height: 1.1em;
    padding: 0.8em 0.8em;
	color: #fff;
	text-align: left;
}

nav li:hover ul a:hover {
	background-color: rgb(237,28,36);
}

nav li:hover > ul {
    display: block;
	max-height: 300px;
}

/* END OF NAVIGATION */









img {
	border: 0;
}

h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #444;
	text-transform: uppercase;
	margin: 1em 0 0.5em 0;
}

.post hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	height: 0;
	width: 50px;
	max-height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
	border: none;
	border-top: 1px solid #000;
	text-align: left;
}


.listing {
	color: #fff;
	margin-left: 1.3em;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-type: circle;
}


.content h1 {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 2em;
	padding: 5px 20px;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
	background-color: rgb(0,165,99);
}

.content h2 {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.6em;
	padding: 5px 20px;
	line-height: 1.4em;
	color: #fff;
	text-transform: uppercase;
	/*background-color: rgb(238,28,37);*/
	background-color: rgb(20,95,173);
	margin-bottom: 0.5em;
}

.opaque {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	/*font-weight: 300;*/
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
}


.box-area h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

p {
	margin: 1em 0 1em 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

.container {
	margin: 0 auto;
	max-width: 1000px;
}


.header, .footer, .post {
	padding: 1em;
	clear: both;
}

.center {
	text-align: center;
	padding-bottom: 1em;
}

.quick {
	float: right;
	text-align: right;
	color: #444;
	font-size: 0.9em;
	background-color: #eee;
	padding: 0.5em 1em;
	border-radius: 0 0 0.5em 0.5em;
	/*
	border: 1px solid #444;
	border-top-width: 0;
	*/
}

.header, .footer, .header a, .footer a {
	/*color: #E9E6F1;*/
}

.header {
	background: #fff;
	padding: 1.5em 0 1.5em 0;
	/*box-shadow: 0 5px 10px -2px;*/
}

.logo {
	width: 30%;
	float: left;
}

.tagline {
	width: 70%;
	float: left;
}

.tagline {
	text-align: right;
	margin-top: 5px;
	color: #0153A7;
}

.content {
	background: url(../img/omatausta2.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}

.contact
{
	background: url(../img/laskut.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ilp
{
	background: url(../img/ilp4.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.ilp2
{
	background: url(../img/ilp5.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.finance
{
	background: url(../img/laskut.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contact-info p {
	margin-bottom: 2em;
}



.content-second {
	/*background: #D0EDF3;*/
}

.content-third {
	background-color: rgb(0,165,99);
}

.post-sidebar {
	float: left;
	width: 60%;
}

.sidebar-right {
	float: right;
	width: 40%;
	padding: 1em;
}


/* Media query to make the sidebar drop and stack below the content when the screen is smaller than 800px, and giving both the sidebar and content to the left 100% width. */
@media (max-width: 800px) {
	.sidebar-right, .post-sidebar {
		width: 100%;
		float: none;
	}
	.sidebar-right {
		padding-top: 0;
	}
}

.box-area {
	padding: 1em;
	/*background-color: rgb(0,165,99); // hanakat */
	background-color: rgb(20,95,173); // sini
	color: #000;
	margin-top: 1.2em;
	/*
	background-color: #fff;
	background: linear-gradient(-45deg, white 10%,
		#fbfbfb 10%, #fbfbfb 50%, 
		white 50%, white 60%, 
		#fbfbfb 60%);
	background-size: 20px 20px;
	*/
}

.newsletter {
	background-color: rgb(0,165,99);
	text-align: center;
}

.hanakat-old {
	background-color: rgb(0,169,122);
	text-align: center;
}

.piggy {
	background-color: rgb(185,73,149);
	text-align: center;
}


.footer {
	font-size: 0.75em;
	color: #fff;
	background-color: rgb(20,95,173);
}

address {
	font-style: normal;
}

.footer h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin:  1.5em 0 0 0;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
	text-transform: uppercase;
}

.info {
	width: 40%;
	float: left;
}

.logos {
	width: 60%;
	float: left;
	text-align: right;
	margin-top: 2em;
}

.logos img {
	padding: 0 1em 1em 0;
}

.copy {
	margin: 4em 0 0 0;
	width: 100%;
	float: left;
}
