/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_121 {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_42,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
	width: 220px;
	height: 200px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_42 {
	width: 280px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 1100px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_3 {
  padding-left: 240px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}


.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_6 {
  padding-left: 480px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_9 {
  padding-left: 720px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_3 {
  padding-right: 240px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_6 {
  padding-right: 480px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_9 {
  padding-right: 720px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_3 {
  left: 240px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_6 {
  left: 480px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_9 {
  left: 720px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_3 {
  left: -240px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_6 {
  left: -480px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_9 {
  left: -720px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
  zoom: 1;
}

/* Stylesheet: grid Modified On 2014-11-10 22:11:32 */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{
background:transparent;
border:0 none;
font-size:100%;
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:top;
}
ol, ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
table, table td {
padding:0;
border:none;
border-collapse:collapse;
}
img {
vertical-align:top;
-webkit-box-shadow: 2px 3px 7px 0px #787878;
box-shadow: 2px 3px 7px 0px #787878;
-webkit-border-radius: 4px;
}
embed {
vertical-align:top;
}
input[type=text], textarea{ 
outline:none;
border-radius:0;
}
/* Stylesheet: reset Modified On 2014-04-30 00:50:34 */
/*Slider*/
.slider-relative {
	position:relative;
	padding-top:40px;
}
.items {
	display: none;	
	overflow: hidden;
}
.slider-block {
	position:relative;
	
	height:503px;
	
}
.slider {
	z-index:2;
	overflow: visible !important;
	height: 503px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	width: 1025px;
	box-shadow:0 2px 2px #c5c3c3;	
	
}


.slider .banner{
	top:387px;
	text-align: center;
	left: 0;
	right:0;
	padding: 23px  20px 45px;
	position: absolute;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:48px;
	line-height:1em;
	color: #fcfcfd;	
	width: 100%;
	background: url(../images/banner.png) 0 0 repeat;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider .banner span {
	color: #f98d0d;
}

.slider .banner i {
	font-style: normal;
	color: #c9e54e;
}

.slider .banner p {
	padding-top: 23px;
	font-size: 24px;
	color: #bdbdbd;
}


.pagination {
	bottom: -33px;
	position: absolute;
	right: 50%;
	margin-right:-45px;
	z-index: 999;
}

.pagination li {
	float: left;
	margin-left: 7px;
}

.pagination li:first-child {margin-left:0;}


.pagination  li a{
	width: 10px;
	display: block;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	height: 10px;
	border:2px solid #000;
	background:#000;
	border-radius:50px;
}

.pagination li a:hover, .pagination li.current a {
	background:none;
}

/* Stylesheet: slider Modified On 2014-04-29 18:06:48 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);

@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/superfish.css";

html {width: 100%;}

a[href^="tel:"] {color: inherit;text-decoration:none;}
* {-webkit-text-size-adjust: none;}

body {
	font: 12px/19px  Arial, Helvetica, sans-serif;
	color:#676767;
	position:relative;
	min-width: 1025px;
	background: #85ccd9;
}
.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}
h1, h2, h2, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #16445c;
}
h2 {
	font-size: 32px;
	line-height: 1em;
	text-transform:uppercase;
}
h4 {
	font-size: 18px;
	line-height: 1em;
	color: #16445c;
	text-transform:uppercase;
}
p {margin-bottom: 19px;
font-size: 13px;}
.text-info1 {color:#000;}
.text-info {
color: #000;
font-size: 14px;
line-height: 3em;
}
.lead {font-size:14px; color:#fe8948;}
p.lead {
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
	color: #003848;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list li{
	background: url(http://www.foars.fi/uploads/images/marker.gif) 0 6px no-repeat;
	color: #6f6f6f;
	font-size:13px;
	margin-top:7px;
	padding-left: 27px;
}
ul.list li a{color: #fe8948;}
ul.list li a:hover{color: #fd6e43;}
/*links*/

a {
	text-decoration: none;
	color: #fe8948;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {color: #16445c;}


a.btn {
	background: url(http://www.foars.fi/uploads/images/btn.jpg) 0 0 repeat-x #285962;
	display: inline-block;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:1em;
	padding: 11px 30px 12px 30px;
	color: #fff;
	text-transform:uppercase;
	margin-top: 33px;
}

a.btn:hover {
	background:  #285962;
	color: #fff;
}
.clear {clear: both;}
.wrap {overflow:hidden;}
.indent-1 {padding:50px 0 35px 0;}
.indent-2 {padding:40px 0 25px 0;}

.top-1 {padding-top:91px;}
.bot-1 {padding-bottom:85px;}

/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 49px;
  height: 48px;
  overflow: hidden;
  background: url(http://www.foars.fi/uploads/images/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -600px !important;
  right: 50%;
  bottom: 80px;
  z-index: 999;
}
#toTop:hover {
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*header*/

header {
	display: block;
	padding: 39px 0 0;
	z-index: 999;
	background:#005f7b;
}

header h1 {
	float: left;
	display:block;
	position: relative;
	z-index: 999;
	margin:0;
}
header h1 a {display: inline-block;}
header h1 a img {display: block;}

nav {
	margin-top: 41px;
	padding: 23px 0 21px 0;
	border-top: 1px solid #477591;
	background-color: #d8e3ea;
    border-bottom: 1px solid #477591;
}
nav .grid_12 {text-align:center;}

h1.asetus{
color: #FFF;
font-weight: bold;
font-size: 180%;
top: 130px;
float: left;
display: block;
z-index: 999;
margin-left: 30px;
}
h1.asetus1 {
	color: #FFF;
	left: 765px;
	font-weight: bold;
	font-size: 180%;
	top: 110px;
	float: left;
	text-align:center;
	display:block;
	position: absolute;
	z-index: 999;
	margin:0;
}
/*******content********/
#content {background: url(http://www.foars.fi/uploads/images/content-bg.jpg) 0 0 repeat-x #f7f7f7;}
#content1 {
	background: url(http://www.foars.fi/uploads/content-bg.jpg) 0 0 repeat-x #f7f7f7;
min-height: 800px;
padding-bottom: 30px;
}
.bg-1 {border-top:#c8cece 1px solid; border-bottom:#e0e0e0 1px solid; background: url(http://www.foars.fi/uploads/images/bg-1.jpg) 0 0 repeat-x #f7f7f7;}
.bg-2 {background: url(http://www.foars.fi/uploads/images/bg-1.jpg) 0 0 repeat-x #f7f7f7;}
.bg-3 {border-top:#dddddd 1px solid; border-bottom:#e2e2e2 1px solid;}
.border-1 {border-right:#d4d4d4 1px solid; padding-right:20px; padding-bottom:91px;}

.box-1 {margin-top:121px; margin-bottom:84px;}
.box-1 img {float:left;}
.box-1 h4 {overflow:hidden; padding-top:22px;}
.box-1 .wrap {padding-bottom:18px;}

.box-2 img {float:left; margin-right:20px;
-webkit-box-shadow: 2px 3px 7px 0px #787878;
box-shadow: 2px 3px 7px 0px #787878;
-webkit-border-radius: 4px;}

.list-news li {margin-top:45px;}
.list-news li:first-child {margin-top:0px;}
.list-news .wrap {padding-bottom:11px;}
.list-news .badge { background:#16445c; float:left; width:60px; padding:8px 0 8px 0; text-align:center; font-size:18px; line-height:1em; color:#fff; text-transform:uppercase; margin-right:20px;}
.list-news .badge span {display:block; font-size:10px;}

.list-people {margin-left:-20px; margin-top:-18px;}
.list-people li {float:left; margin-left:20px; margin-top:18px;}

.lists {overflow:hidden; margin-top:19px;}
.lists>div {float:left; width:160px;}

.list-project li {margin-top:40px;}
.list-project h4 {margin:39px 0 30px 0;}

.list-work li {margin-top:15px;}
.list-work li:first-child {margin-top:0px;}

/****************/
.carousel {padding-top:91px; padding-bottom:91px; position:relative;}

.carousel1 {
	cursor: default !important;
	overflow:hidden;
}
.carousel1 li {float: left; width:220px !important; margin-right:20px;}

.carousel_div {
	width: 960px;
	margin: 0 auto;
	
}
.carousel1 li h4 {color:#000; margin:39px 0 30px 0;}
a.prev1, a.next1 {
	width: 29px;
	height: 29px;
	top: 43px;
	position: absolute;
	display: block;
	z-index: 999;
	background:#3b708c;
}
a.next1 {
	right: 0px;
	background:url(http://www.foars.fi/uploads/images/next.png) 0 0 no-repeat #3b708c;
}
a.prev1 {
	right: 34px;
	background:url(http://www.foars.fi/uploads/images/prev.png) 0 0 no-repeat #3b708c;
}
a.next1:hover {background-color:#16445c;}
a.prev1:hover {background-color:#16445c;}

/*****************/
.map {padding-top:35px}
.map iframe {
  width: 100%;
  height: 462px;
  border: none;
}

address {
	font-size: 14px;
	font-style: normal;
	margin-bottom: 22px;
}
address dl {float:left; width:220px;}
address dl+dl {margin-left:20px;}
address dl dt {margin-bottom:19px;}
address dl span {display:inline-block; width:100px;}

/****Form****/

#form { position:relative;}
#form .text-info {padding-bottom:3px;}
#form input {
	background:#fff;
	color:#6f6f6f;
	border: 1px solid #e5e5e5;
	padding: 6px 14px 7px 14px;
	width: 100%;
	height: 30px;
	float:left;
	font: 12px/15px  Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
        margin-bottom: 5px;
}

#form textarea {
	background:#fff;
	color:#6f6f6f;
	height: 273px;
	overflow: auto;
	border: 1px solid #e5e5e5;
	padding: 6px 14px 7px 14px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	font: 12px/15px  Arial, Helvetica, sans-serif;
	margin: 0;
}
#form label {
	position: relative;
        display: block;
        min-height: 25px;
        width: 220px;
        float: left;
        margin-top: 5px;
        font-size: 14px;
}
#form label .title {font-size:16px; padding:12px 0 9px; display:block;}
#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 10px;
	line-height:12px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	bottom: -12px;
	float:left;
}
#form .error-empty {
	display:none;
	float:left;}
#form .message {width: 100%;}


#form .success {
	display: none;
	position: absolute;
	width: 100%;
	font-size: 16px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input#cntnt01fbrp_submit.cms_submit.fbsubmit {
background: url(http://www.foars.fi/uploads/images/btn.jpg) 0 0 repeat-x #fe8948;
display: inline-block;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
line-height: 1em;
color: #fff;
text-transform: uppercase;
margin-top: 25px;
width: 150px;
}
#form .btn {cursor:pointer;}


/************Footer***********/

footer {
	font-size: 12px;
        background-color: #d8e3ea;
	color: #6398a2;
	text-transform:uppercase;
	padding:21px 0 18px 0;
        border-top: 1px solid #477591;
}
footer span {display:block; margin-top:6px;}
footer a {color: #6398a2;}
footer a:hover {color: #16445c;}
.soc-icon {display:block;}
.soc-icon li {display:inline-block; float:right; margin-left:13px;}
.soc-icon li a {display:block;}
.soc-icon li a img {opacity:0.46;}
.soc-icon li a:hover img {opacity:1;}
.painike {
	float: left;
	width: 100%;
	height: 70px;
}
.esittely {
height: 80px;
}
ul.list h3 {
	font-size: 120%;
}

span.text-info {
line-height: 1.5em;
}

/* Stylesheet: style Modified On 2014-10-14 19:23:47 */
 /* menu */
.sf-menu {
display:inline-block;
}
.sf-menu ul {
position:absolute;
top:-999px;
display:none;
}
.sf-menu li {
position:relative;
float:left; 
}
.sf-menu a {
text-decoration:none;
 font-family:Georgia, "Times New Roman", Times, serif;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
z-index:99
}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
top:-999px;
display:none;
}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
left:100%;
top:0;
}
ul.sf-menu>li {
display:inline-block;
margin-left:40px;
}
ul.sf-menu>li:first-child {
margin-left:0;
}
ul.sf-menu>li>a {
font-size:18px;
line-height:1em;
color:#285962;
text-transform:uppercase;
display:block;
position:relative;
padding:9px 5px 5px 10px;
ackground:#d8e3ea;
}
ul.sf-menu>li.current , ul.sf-menu>li.sfHover , ul.sf-menu>li:hover {}
ul.sf-menu>li.current>a, ul.sf-menu>li.sfHover>a, ul.sf-menu>li>a:hover{
background:url(http://www.foars.fi/images/nav-btn.jpg) 0 0 repeat-x #285962;
color:#fff;
}
.sf-menu>li>ul { 
width:90px; 
background:url(http://www.foars.fi/uploads/images/nav-ul.png) 0 0 repeat;
left:0px;
top:40px;
padding:20px 10px 20px 10px;
}
.sf-menu>li>ul>li {
display:block;
width:100%;
text-align:left;
margin-top:10px;
}
.sf-menu>li>ul>li:first-child {
margin-top:0;
}
.sf-menu>li>ul>li>a {
color:#4c4a4a;
font-size:12px;
line-height:15px;
display:inline-block;
}
.sf-menu>li>ul>li:hover, ul.sf-menu>li>ul>li.sfHover{ }
.sf-menu>li>ul>li>a:hover, ul.sf-menu>li>ul>li.sfHover a {
color:#85ccd9;
}
/* Stylesheet: superfish Modified On 2014-11-10 22:10:55 */
