html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,a,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
margin:0;
padding:0;
}


body:before
{
content: "";
position: fixed;
top: -10px;
left: -10px; /* this */
width: 110%; /* and this */
height: 10px;
z-index: 100;
-webkit-box-shadow: 0px 6px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 6px 10px rgba(0,0,0,.8);
box-shadow: 0px 6px 10px rgba(0,0,0,.8);
}


table {
border-collapse:collapse;
border-spacing:0;
}

input,select,textarea {
vertical-align:top;
background:#fff;
border:1px solid;
}

blockquote,q {
quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
content:none;
}

ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:700;
}

del {
text-decoration:line-through;
}

abbr[title],dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

body {
line-height:1;
font-size:100.01%;
text-align:center;
font:normal 14px/24px "Proxima Nova Condensed Regular","Proxima Nova Condensed","Arial Narrow",Helvetica,Arial,sans-serif;
color:#9f9f9f;
background-color:#0A0F16;
}

a {
border:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
position:relative;
color:#999;
border-bottom:1px solid #444;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
transition:all .3s ease;
margin:0;
padding:0;
}

input,select {
vertical-align:middle;
}

input {
-webkit-appearance:none;
}

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

.ir {
display:block;
text-indent:-9999px;
overflow:hidden;
background-repeat:none;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

* html .clearfix {
height:1%;
}

* {
-webkit-tap-highlight-color:rgba(11,140,184,0.6);
}

textarea {
resize:none;
}

html,body {
/* background:#151515 url(images/bg-ce72508096c41a35fde3e383da1723ff.jpg) no-repeat fixed 50% 0; */
}

html {
height:100%;
}

p,form {
font:13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
color:#9f9f9f;
}

p {
-webkit-hyphens:auto;
-webkit-hyphenate-character:\2010;
-webkit-hyphenate-limit-after:1;
-webkit-hyphenate-limit-before:3;
-moz-hyphens:auto;
hyphens:auto;
}

img,.slides,#people .img {
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
transition:all .3s ease;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:rgba(0,0,0,0.4),0,0,2px;
-moz-box-shadow:rgba(0,0,0,0.4),0,0,2px;
box-shadow:rgba(0,0,0,0.4),0,0,2px;
border:1px solid #444;
background:rgba(255,255,255,0.04);
padding:3px;
}

#wrapper {
position:relative;
overflow:hidden;
width:922px;
margin:0 auto;
background-image:url('images/transbg.png') ;
background-repeat:repeat;

  -webkit-box-shadow: 0px 0px 9px 3px #000000;
          box-shadow: 0px 0px 9px 3px #000000;

}

.section {
position:relative;
text-align:left;
overflow:hidden;
width:100%;
background:transparent url(images/hr_top-9056bae81db154dbed4b81a2239b7fe0.png) no-repeat 0 0;
_background:transparent none;
_border-top:1px solid #444;
margin-left:10px;
height:350px;
}

#about{
height:735px;
}

.product h2, #work h2,#people h2,#about h2,#blog h2,#services h2,#contact h2 {
font-family:"Proxima Nova Condensed Semibold", "Arial Narrow", Helvetica, Arial, sans-serif;
color:#09AA9A;
font-size:21px;
text-transform:uppercase;
margin:15px 0px 10px 0px;
text-shadow:0 -2px 0 rgba(0,0,0,0.7);
-webkit-font-smoothing:antialiased;
}


.product h3, #work h3,#people h3,#about h3,#blog h3,#services h3,#contact h3 {
font-family:"Proxima Nova Condensed Semibold", "Arial Narrow", Helvetica, Arial, sans-serif;
color:#90EE90;
font-size:16px;
text-transform:uppercase;
margin:15px 0px 10px 0px;
text-shadow:0 -2px 0 rgba(0,0,0,0.7);
-webkit-font-smoothing:antialiased;
padding-left:25px;
}



a:hover,p a:focus,#blog .over h4 a,#blog a:focus,#footer a:focus {
color:#0b8cb8;
border-bottom:1px solid #0b8cb8;
}

a:hover img,a:focus img,#people a:hover .img,#people a:focus .img {
border:1px solid #0b8cb8;
-webkit-box-shadow:#0b8cb8 0 0 10px;
-moz-box-shadow:#095d7a 0 0 5px;
box-shadow:#095d7a 0 0 10px;
background-color:rgba(255,255,255,0.01);
}

a:active,#submit:active {
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:none!important;
-moz-transition:none!important;
transition:none!important;
}

a.readmore {
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
transition:all .3s ease;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
float:left;
border:0;
background:rgba(255,255,255,0.06);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#9f9f9f;
padding:1px 10px;
}

#nav {
width: 250px;
z-index:999;
margin: 0px auto;
float:left;
height:450px;
}

#nav ul {
text-align:center;
display:inline-block;
float:left;
height: 20px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
background:  url(images/bg_menu.png) repeat-x;
margin:0 auto;
}

#nav li {
float:left;
}

#nav a {
font-size: 11px;
border:0;
text-transform:uppercase;
text-decoration:none;
color:#fff;
height:30px;
display:block;
background:rgba(255,255,255,0.01);
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
transition:all .3s ease;
-webkit-font-smoothing:antialiased;
padding:5px 12px 0;
}

#nav a:hover {
background:rgba(255,255,255,0.1);
height:30px;
padding:5px 12px 0;
}

#nav a:active {
color:#999;
}

#nav a:focus {
outline:0;
}

#nav a.link-active {
height:25px;
background:transparent url(images/selected_menu1.png) no-repeat 50% 0;
-webkit-transition:none!important;
-moz-transition:none!important;
transition:none!important;
padding:5px 12px;
}

#nav.active ul {
-webkit-box-shadow:0 3px 15px rgba(0,0,0,0.4);
-moz-box-shadow:0 3px 15px rgba(0,0,0,0.4);
box-shadow:0 3px 15px rgba(0,0,0,0.4);
}

#nav.active {
position:absolute!important;
top:205px!important;
}

#home {
height:200px;
text-align:left;
/* background:transparent url(images/lab-589869bc46dfe4220e4a043e21adf56b.jpg) no-repeat fixed 51% 155px; */
padding:0;
background:rgba(0,0,0,0.6); 
border:none; 
padding: 2% 0px ;
width:645px; 
}

#logo {
margin-top:88px;
width:100%;
height:82px;
}

#logo a {
border:0;
width:140px;
height:82px;
display:block;
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat -734px 0;
margin:0 auto;
}

#header #hgroup{
	margin:0px auto;
	
}

#hgroup h1 {
  color: #ff0000;
  font: 70px/70px "Proxima Nova Condensed Semibold","Arial Narrow",Impact,Helvetica,Arial,sans-serif;
  letter-spacing: -4px;
  margin-top: 5px;
  text-shadow: 0 8px 3px rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing:antialiased;
  text-transform:uppercase;
  font-style:italic;

}

#hgroup h2,.koulutus h2,#people .hd,#about .hd,#services .hd,#contact .hd,#blog h3,.slidecontent h3 {
letter-spacing:0;
font:24px/34px "Proxima Nova Condensed Light","Arial Narrow",Helvetica,Arial,sans-serif;
text-align:left;
width:570px;
text-shadow:0 -2px 0 rgba(0,0,0,0.4);
margin:30px 0 0 65px;
}

#header #compname{
  color: #FFE4B5;
  font: 24px/24px "Proxima Nova Condensed Semibold","Arial Narrow",Impact,Helvetica,Arial,sans-serif;
  margin-bottom: 13px;
  margin: 0px auto;
  padding: 5px;
  text-shadow: 0 8px 3px rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing:antialiased;
}



#hgroup h2 {
float:left;
margin-left:75px;
_margin-left:32px;
}

em {
font-style:normal;
}

.koulutus p {
margin-top:8px;
}

#hgroup em,.koulutus em {
font-family:"Proxima Nova Condensed Semibold", "Arial Narrow", Helvetica, Arial, sans-serif;
}

.action,.action:hover {
position:absolute;
right:103px;
top:410px;
display:block;
border:0!important;
width:146px;
height:146px;
-webkit-transition:none!important;
-moz-transition:none!important;
transition:none!important;
}

.action img,.action:hover img,.action:focus img {
position:absolute;
top:0;
left:0;
border:0!important;
background:transparent;
-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.action:active img {
opacity:0.6;
}

#work {
height:auto;
overflow:visible;
padding-bottom:30px;
}

#work h2 {
margin-bottom:38px;
}

#work p {
width:224px;
float:left;
}

#work .project img {
float:left;
margin-right:15px;
}

#work .project {
float:left;
width:60%;
margin-bottom:45px;
}

#work a.block {
width:100%;
float:left;
border:0;
}

#work #project_vb,#work #project_mt,#work #project_kopla,#work #project_simfo {
width:400px;
}

#work h3,#people h3,#blog h4,.sidebar h4,#services h4 {
color:#eee;
font-weight:400;
font-size:18px;
line-height:18px;
margin-bottom:10px;
text-shadow:0 -2px 0 rgba(0,0,0,0.7);
}

.sites {
position:absolute;
right:55px;
top:88px;
border:0;
background:transparent;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
padding:0;
}

#work-open {
padding-top:20px;
float:left;
width:100%;
}

#work .openproject {
position:relative;
width:822px!important;
float:left;
height:0;
display:none;
overflow:hidden;
}

#work .openproject .slides {
margin-top:40px;
float:left;
overflow:hidden;
position:relative;
width:800px;
height:468px;
}

#work .openproject .pagination {
list-style:none;
text-align:center;
float:left;
width:810px;
margin:10px 0 0;
padding:0;
}

#work .openproject .pagination a {
margin-right:5px;
-webkit-transition:none!important;
-moz-transition:none!important;
transition:none!important;
border:0;
display:inline-block;
float:left;
width:18px;
height:18px;
overflow:hidden;
text-indent:-9999px;
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat -627px 0;
}

#work .openproject .pagination a.activeSlide {
background-position:-603px 0;
}

#work .openproject .pagination a:focus {
opacity:0.5;
}

#work .openproject .slidecontent {
float:left;
margin-top:24px;
width:810px;
}

#work .openproject img {
position:absolute;
top:3px!important;
left:3px!important;
width:100%;
max-width:800px;
height:auto;
background-position:3px 3px;
background-repeat:no-repeat;
-webkit-transition:none!important;
-moz-transition:none!important;
transition:none!important;
-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border:0;
background:transparent none;
padding:0;
}

#work .openproject .close {
position:absolute;
top:20px;
right:-5px;
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat right top;
z-index:1001;
width:50px;
border:0;
height:50px;
}

#work .openproject h3 {
font-size:24px;
letter-spacing:0;
margin:0 0 24px;
}

#work .openproject h3 span {
color:#666;
margin-left:7px;
}

#work .openproject .col {
float:left;
width:250px;
background:transparent;
border:0;
margin-right:30px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
padding:0;
}

#work .openproject p {
font:12px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
width:auto;
color:#eee;
}

#work .openproject .readmore {
float:right;
}

#work .openproject .col2 p {
margin-top:40px;
}

#work .openproject .col3 {
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:rgba(0,0,0,0.3),0,0,3px;
-moz-box-shadow:rgba(0,0,0,0.3),0,0,3px;
box-shadow:rgba(0,0,0,0.3),0,0,3px;
width:195px;
background:rgba(255,255,255,0.04);
margin-top:22px;
margin-right:0;
border:1px dashed rgba(255,255,255,0.1);
padding:20px 25px;
}

#work .openproject .col3 p {
margin-bottom:0;
font:200 16px/24px "Proxima Nova Condensed Light","Arial Narrow",Helvetica,Arial,sans-serif;
}

#work .openproject .col3 em {
display:none;
float:left;
color:#555;
font:69px/24px "Proxima Nova Condensed Semibold","Arial Narrow",Helvetica,Arial,sans-serif;
line-height:1px;
margin:.35em .15em 0 0;
}

#work .openproject .col3 em.sec {
float:right;
line-height:40px;
margin:.15em 0 0;
}

#services h4 {
margin-bottom:18px;
}

#services img {
background:transparent;
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin:10px 0 10px -10px;
}

#services .col,#services .col2 {
border:0;
background:transparent none;
-webkit-border-radius:0;
-moz-border-radius:0;
-ms-border-radius:0;
-o-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
width:175px;
float:left;
margin:0 25px 0 0;
padding:0;
}

#services .col p,#services .col2 p {
font-weight:400;
line-height:18px;
font-family:helvetica, Arial, sans-serif;
font-size:13px;
margin-bottom:0;
}

#services .col p+p,#services .col2 p+p {
margin-bottom:0;
text-indent:12px;
}

#services .col .readmore,#services .col2 .readmore {
margin-top:20px;
}

#people {
padding-bottom:65px;
}

#people .img {
margin-bottom:10px;
height:110px;
width:110px;
background-image:url(images/people-ab548549806759783ab6f1edd4997087.png);
background-repeat:no-repeat;
}

#people .img1 {
background-position:3px 3px;
}

#people .img2 {
background-position:3px -117px;
}

#people .img3 {
background-position:3px -237px;
}

#people .img4 {
background-position:3px -357px;
}

#people .img5 {
background-position:3px -477px;
}

#people .img6 {
background-position:3px -597px;
}

#people .img7 {
background-position:3px -717px;
}

#people .img8 {
background-position:3px -837px;
}

#people .img9 {
background-position:3px -957px;
}

#people .img10 {
background-position:3px -1077px;
}

#people .img11 {
background-position:3px -1197px;
}

#people a,#people div {
float:left;
width:118px;
height:180px;
margin-right:53px;
padding-bottom:40px;
border:0;
}

#people .last {
margin-right:0;
}

#people h3 {
float:left;
width:100%;
white-space:nowrap;
margin-bottom:4px;
}

#people h3.hd {
width:auto;
float:none;
white-space:normal;
}

#people div .img {
border-color:#333;
}

#people p {
float:left;
-webkit-hyphens:none;
-moz-hyphens:none;
hyphens:none;
}

#people .hd,#about .hd,#contact .hd,#services .hd,#blog h3 a,#blog h3 {
width:auto;
color:#9f9f9f;
margin:0 0 48px;
}

#about .hd {
margin-bottom:19px;
}

#about p {
margin-bottom:24px;
line-height:24px;
color:#eee;
}

.col {
width:510px;
float:left;
}

.col2 {
position:relative;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:rgba(0,0,0,0.3),0,0,3px;
-moz-box-shadow:rgba(0,0,0,0.3),0,0,3px;
box-shadow:rgba(0,0,0,0.3),0,0,3px;
width:200px;
background:rgba(255,255,255,0.04);
float:right;
margin-top:2px;
margin-right:0;
border:1px dashed rgba(255,255,255,0.1);
padding:20px 25px;
}

.col2 p {
margin-bottom:14px!important;
font:200 16px/24px "Proxima Nova Condensed Light","Arial Narrow",Helvetica,Arial,sans-serif;
}

.col2 em {
float:left;
color:#555;
font:69px/24px "Proxima Nova Condensed Semibold","Arial Narrow",Helvetica,Arial,sans-serif;
line-height:1px;
margin:.35em .15em 0 0;
}

.col2 em.sec {
float:right;
line-height:20px;
}

.col2 .bywho {
font:12px/18px Helvetica,Arial,sans-serif;
white-space:nowrap;
}

.tab {
display:block;
position:absolute;
width:28px;
color:#fff;
text-align:center;
background:rgba(255,255,255,0.02);
-moz-border-radius-bottomleft:3px;
-webkit-border-bottom-left-radius:3px;
-ms-border-bottom-left-radius:3px;
-o-border-bottom-left-radius:3px;
border-bottom-left-radius:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px;
-ms-border-bottom-right-radius:3px;
-o-border-bottom-right-radius:3px;
border-bottom-right-radius:3px;
height:23px;
line-height:23px;
border:1px dashed rgba(255,255,255,0.1);
border-top:0;
bottom:-25px;
left:-1px;
}

.tab.second {
left:32px;
}

.tab:hover {
border:1px dashed rgba(255,255,255,0.05);
background:rgba(0,0,0,0.06);
border-top:0;
color:#fff;
}

.tab.active,.tab.active:hover {
background:rgba(255,255,255,0.06)!important;
-webkit-box-shadow:rgba(0,0,0,0.1),0,1px,2px;
-moz-box-shadow:rgba(0,0,0,0.1),0,1px,2px;
box-shadow:rgba(0,0,0,0.1),0,1px,2px;
border:1px dashed rgba(255,255,255,0.1);
border-top:0;
line-height:24px;
height:23px;
bottom:-25px;
}

#blog h3 a {
color:#eee;
border:0;
}

#blog h4 a {
color:#eee;
border-bottom:1px solid transparent;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
transition:all .3s ease;
}

#blog p,#blog h3 {
margin-bottom:32px;
}

#blog p p {
max-height:54px;
text-overflow:ellipsis;
overflow:hidden;
margin:none;
padding:none;
}

#blog article {
float:left;
width:100%;
}

#blog .col {
width:370px;
background:transparent url(images/line_vertical-ec6e553017bc08c0c478f02c1d2cb422.png) repeat-y top right;
padding-right:30px;
margin:0 30px 30px 0;
}

#blog .last {
background:transparent none;
margin-right:0;
padding-right:0;
}

#contact {
padding-bottom:100px;
height:555px;
}

#contact .hd {
/* width:540px; */
font-size:18px;
}

#contact form {
float:left;
width:335px;
padding-right:5px;
background:transparent url(images/line_vertical-ec6e553017bc08c0c478f02c1d2cb422.png) repeat-y top right;
}

#contact li {
float:left;
width:100%;
margin-bottom:6px;
}

label {
text-align:right;
padding-right:75px;
float:left;
width:30px;
color:#0B8CB8;
}

input,textarea {
float:left;
width:200px;
color:#9f9f9f;
text-shadow:0 -1px 2px rgba(0,0,0,0.5);
font:13px/18px Arial,Helvetica,sans-serif;
background:rgba(255,255,255,0.1);
-webkit-box-shadow:inset rgba(0,0,0,0.35) 2px 2px 12px 0 -1px 2px;
-moz-box-shadow:inset rgba(0,0,0,0.35) 2px 2px 12px 0 -1px 2px;
box-shadow:inset rgba(0,0,0,0.35) 2px 2px 12px 0 -1px 2px;
border:1px solid #444;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
transition:all .3s ease;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
padding:8px 10px;
}

input:hover,textarea:hover {
border:1px solid #999;
}

input:focus,textarea:focus {
color:#fff;
border:1px solid #0b8cb8;
-webkit-box-shadow:inset rgba(0,0,0,0.35) 2px 2px 12px 0 0 10px;
-moz-box-shadow:inset rgba(0,0,0,0.35) 2px 2px 12px 0 0 10px;
box-shadow:inset rgba(0,0,0,0.35) 2px 2px 12px 0 0 10px;
outline:0;
}

#submit {
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
transition:all .3s ease;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
float:right;
width:100px;
background:#095d7a;
text-transform:uppercase;
color:#fff;
font:normal 18px/18px "Proxima Nova Condensed Regular","Proxima Nova Condensed","Arial Narrow",Helvetica,Arial,sans-serif;
border:0;
padding:8px 0;
margin-right:8px;
}

#submit:focus,#submit:hover {
background:rgba(255,255,255,0.06);
}

#social {
position:absolute;
top:140px;
right:148px;
}

#social .fb,#social .tw,#social .rss {
float:left;
margin-right:10px;
width:38px;
height:38px;
border:0;
-webkit-transition:none!important;
-moz-transition:none!important;
transition:none!important;
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat -370px -3px;
}

#social .tw {
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat -419px -3px;
}

#social .rss {
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat -467px -3px;
}

#social .fb:hover,#social .fb:focus {
background-position:-370px -50px;
opacity:1.0;
}

#social .tw:hover,#social .tw:focus {
background-position:-419px -50px;
opacity:1.0;
}

#social .rss:hover,#social .rss:focus {
background-position:-467px -50px;
opacity:1.0;
}

.sidebar {
margin-top:2px;
width:275px;
float:left;
font-size:12px;
padding:35px 0 17px 30px;
}

.sidebar li {
float:left;
margin-bottom:18px!important;
}

.sidebar div {
float:right;
width:200px;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar div.margintop {
margin-top:1em;
}

.sidebar h4 {
margin-top:2px;
font-size:18px;
line-height:18px;
float:left;
width:55px;
overflow:hidden;
color:#0B8CB8;
}

.formsent #confirmation {
display:block;
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
transition:all .3s ease;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:rgba(0,0,0,0.3),0,0,3px;
-moz-box-shadow:rgba(0,0,0,0.3),0,0,3px;
box-shadow:rgba(0,0,0,0.3),0,0,3px;
border:1px solid #41c600;
float:left;
width:460px;
background:rgba(65,198,0,0.14);
color:#fff;
font:14px/24px sans-serif;
padding:25px;
}

#contact .messages li {
float:right;
width:388px;
font-size:11px;
color:#d2493d;
margin:0 0 10px;
}

.error input,.error textarea {
border:1px solid #d2493d;
}

#footer {
font:11px/20px Helvetica,Arial,sans-serif;
background-image:none;
text-align:center;
width:452px;
color:#666;
-webkit-font-smoothing:antialiased;
margin:0 auto;
padding:0 235px 50px;
background-color:black;
opacity:0.92;

}

.frozenrails,.railsgirls {
opacity:0.7;
-webkit-transition:none!important;
-moz-transition:none!important;
transition:none!important;
margin-top:30px;
border-bottom:0!important;
display:inline-block;
padding-top:24px;
width:79px;
height:65px;
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat 0 0;
}

.railsgirls {
margin-right:10px;
opacity:0.7;
width:157px;
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat -80px 0;
}

.frozenrails:hover,.frozenrails:focus {
opacity:1.0;
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat 0 -135px;
}

.railsgirls:hover,.railsgirls:focus {
opacity:1.0;
background:transparent url(images/kiskosprite-6ccff1525310752fb243afa7ffd814c1.png) no-repeat -80px -135px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,.clearfix {
display:block;
}

body,select,input,textarea,a,#services .col.over p {
color:#eee;
}

h1,h2,h3,#blog p p strong {
font-weight:400;
}


label,input[type=button],input[type=submit],button,#services .col.over,#blog .over {
cursor:pointer;
}

::-moz-selection,::selection {
color:#eee;
background:rgba(0,145,195,0.3);
}

#skip,.hidden,#confirmation,.formsent form {
display:none;
}

p a:focus,.sidebar a:focus {
-webkit-box-shadow:#0b8cb8 0 0 10px;
-moz-box-shadow:#095d7a 0 0 5px;
box-shadow:#095d7a 0 0 10px;
}

a.readmore:hover,a.readmore:focus,#services .col.over a {
color:#eee;
background:#095d7a;
}

.koulutus h2,#services .col4 {
margin-left:0;
}

.action:hover img,.action:focus img,#work .openproject .close:hover,#services .col.over img {
opacity:0.7;
}

@media screen and max-width 1000px{
.action {
-webkit-transition:none;
-moz-transition:none;
transition:none;
}
}

@media screen and max-width 970px{
.formsent #confirmation {
width:90%;
padding:5%;
}

#wrapper {
min-width:340px;
margin:0;
}

#wrapper section {
width:86%;
height:auto;
background-position:50% 0;
padding:60px 7% 30px;
}

#about,#blog {
padding-bottom:60px!important;
}

#hgroup h1 {
margin-top:110px;
}

#hgroup h2 {
text-align:center;
width:auto;
margin:10px 40px 30px;
}

#wrapper h3.hd {
margin-bottom:30px;
}

#wrapper #home {
width:100%;
background-position:51% 155px;
padding:0 0 60px;
}

.action,.action:hover {
position:relative;
top:auto;
right:auto;
float:none;
margin:0 auto;
}

.sites,#social,#work .openproject .col3,.openproject .readmore {
display:none!important;
}

#blog .col {
background:transparent none;
margin:0;
}

.col2,.col,.sidebar {
float:left;
clear:both;
width:auto;
}

#services .col {
width:100%;
clear:none;
text-align:left;
background:transparent none!important;
padding:0;
}

#services h4,#services p,#services img {
float:left;
}

#services h4,#services p {
width:70%;
}

#services h4 {
margin-top:30px;
}

#services img {
margin-right:20px;
}

#work .project {
width:50%!important;
float:left;
height:110px;
margin:0 auto 30px;
}

#work .project p {
width:150px;
}

.pagination {
text-align:left!important;
}

#work .openproject img {
border:0;
top:0!important;
left:0!important;
width:100%!important;
height:auto!important;
padding:0;
}

#work .openproject .slides {
border:1px solid #444;
width:98%!important;
height:415px;
}

#work .openproject {
width:100%!important;
}

#work .openproject .slidecontent .col,#work .openproject .slidecontent .col p {
width:100%;
margin:0 0 10px;
padding:0;
}

#people a,#people div,#people .last {
margin-right:33px;
}

#dev_blog,#lahtolaukaus {
width:100%!important;
padding:0;
}

#dev_blog {
margin-bottom:50px!important;
}

#contact form {
background:transparent none;
width:100%;
margin:0;
padding:0;
}

#contact label,#contact input,#contact textarea {
width:97%;
text-align:left;
padding:10px 5px;
}

#contact textarea {
height:140px;
margin-bottom:10px;
}

#contact #submit {
width:150px;
text-align:center;
float:left;
}

.sidebar {
font-size:14px;
width:90%;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
-webkit-box-shadow:rgba(0,0,0,0.3),0,0,3px;
-moz-box-shadow:rgba(0,0,0,0.3),0,0,3px;
box-shadow:rgba(0,0,0,0.3),0,0,3px;
background:rgba(255,255,255,0.04);
border:1px dashed rgba(255,255,255,0.1);
margin:40px 0 0;
padding:5%;
}

.sidebar div {
float:left;
width:100%;
}

#wrapper,#wrapper section,#hgroup h2,h2,#wrapper h3.hd,#nav,#work .openproject .slidecontent,#contact .messages li {
width:100%;
}
}

@media screen and max-width 840px{
#work .openproject .slides {
height:370px;
}

#services h4,#services p {
width:65%;
}
}

@media screen and max-width 740px{
#work .project {
width:100%!important;
float:none;
margin:0 auto 20px;
}

#work .project p {
width:60%;
}

#hgroup {
width:95%;
margin:0 auto;
}

#hgroup h1 {
margin-top:90px;
}

#hgroup h2 {
margin:0 30px 30px;
}

#services h4,#services p {
width:63%;
}

#work .openproject .slides {
height:300px;
}
}

@media screen and max-width 600px{
#services h4,#services p {
width:53%;
}

#work .project {
float:left;
width:100%!important;
}

#skip {
display:inline;
font-size:13px;
font-family:Helvetica,Arial,sans-serif;
color:#0b8cb8;
border-bottom:1px solid #0b8cb8;
}

body {
min-width:320px;
background:#242424 ;
}






#home .action {
width:125px;
height:125px;
margin:25px auto 20px;
}

#home .action img {
width:115px;
height:115px;
margin:0;
}

#nav,#nav.active {
position:relative!important;
top:auto!important;
left:auto;
float:left;
right:auto;
text-align:left;
width:85%;
margin:10% 7%;
background-color:black;
opacity:0.92;

}

#nav ul {
background:transparent none;
height:auto;
}

#nav li {
float:left;
width:100%;
min-width:260px;
text-align:left;
margin:0!important;
}

#nav li a,#nav li a.selected {
-webkit-transition:none!important;
-moz-transition:none!important;
transition:none!important;
background:rgba(255,255,255,0.05) url(images/arrow-f20691571c52557c27f2b2244933ed6f.png) no-repeat right top;
border-bottom:1px solid rgba(0,0,0,0.3);
border-top:1px solid rgba(255,255,255,0.1);
padding-left:20px!important;
padding-bottom:0!important;
height:28px!important;
}

#nav li a:hover {
background:rgba(255,255,255,0.2) url(images/arrow-f20691571c52557c27f2b2244933ed6f.png) no-repeat right top;
}

#logo {
margin-top:50px;
}

#wrapper #home {
padding-bottom:30px;
background:transparent none;
}

#hgroup h1 {
line-height:74px;
letter-spacing:-1px;
margin:20px 0 0;
}

#hgroup h2 {
margin:0 20px 20px;
}

#hgroup h2,#wrapper section h3.hd {
font-size:20px!important;
line-height:26px!important;
}

#work .openproject .slides {
height:240px;
}
}

@media screen and max-width 480px{
* {
-webkit-text-size-adjust:none;
-ms-text-size-adjust:none;
}

#work .project {
width:100%!important;
height:auto;
margin:0 auto 30px;
}

#work .project h3,#work .project p {
width:46%!important;
float:left;
}

#work .openproject .slides {
height:200px;
}

#services h4,#services p {
width:100%;
}

#services img {
display:none;
}

#services h4 {
margin-top:15px;
}

#people a,#people div {
height:180px;
}
}

@media screen and max-width 400px{
#work .openproject .slides {
height:160px;
width:95%!important;
}
}

@media screen and max-width 320px{
body {
width:320px!important;
}

#people a:nth-child(even),#people div:last-child {
margin-right:0;
}

#people div h3 {
white-space:normal;
}

#work .openproject .slides {
height:140px;
}

#wrapper {
min-width:92%;
}

#work .project h3,#work .project p {
width:40%!important;
}
}

@media screen and device-width 768px{
body {
-webkit-background-size:2000px 1314px;
}

#services .col,#services .col p {
-webkit-transition:none;
transition:none;
}
}



#nav .products {
background-color:rgba(255,255,255,0.10);
border:0px none;
}


#nav .products:hover {
border:1px solid #0b8cb8;
-webkit-box-shadow:#0b8cb8 0 0 10px;
-moz-box-shadow:#095d7a 0 0 5px;
box-shadow:#095d7a 0 0 10px;
background-color:rgba(255,255,255,0.01);
}

#nav .sublist {
	float:none;
	width:245px;
	height:38px;
	text-align:left;
}
#nav .sublist a{
	color:#09AA9A;
}
#nav .sublist a:hover{
	color:#efefef;
}

#main {

	width:645px;
	position:relative;
	float:right;
	padding:25px 25px 25px 0px;
	
}


.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#address {
color: #F9E0D1;
font-size: 17px;
padding-left: 425px;
padding-top: 16px;
text-shadow: 1px 1px 2px #080808;
}




/* image styling */
.webshop {
	float:left;
	margin : -4px 5px 5px 5px;
}
.webshop a {
	border:none;
}

.webshop .imgFile {
	margin:2%;
}
.webshop .imgFile2 {
	margin:3%;
}
.webshop .productContainer {
	float: left;
	margin: 0px 30px 0 5px;
	font-size: 11px;
}


.webshop .productContainer img{
	padding: 0px 0px 1px 0px;
}



.webshop .bottomBg {
	background: url(images/productBottom.jpg) no-repeat left bottom;
	height: 11px;
	width: 169px;
}

.webshop .productItem2 {
	height: 200x;
	width: 300x;
	padding: 0px 0px 20px 0px;
	display: block;
}

.webshop .bottomBg2 {
	background: url(images/page_shadow.png) no-repeat 50% 0;
	-webkit-transition:none!important;
	-moz-transition:none!important;
	transition:none!important;
	height: 42px;
	width: 100px;
}

.webshop .productItem {
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	width: 167px;
	height: 220px;
	padding: 0px 0px 20px 0px;
	display: block;
}


.webshop a.productItem {
	text-decoration: none;
}
.webshop .productTitle {
	line-height: normal;
	margin: 0;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	display: block;
}
.webshop .productDescription {
	padding: 2px 8px 0px 10px;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	display: none;
    height: 33px;
    overflow: hidden;
	text-align:center;
}
.webshop .productPrice {
	padding: 20px 10px 0px 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #5F687A;
	display: block;
}
.webshop .productDetails {
	padding: 20px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #5F687A;
	display: block;
}
.webshop .productDetails:hover {
	text-decoration: underline;
	color: #0697C8;
}

.LineImg {
	background-image:url(./images/LineSeperator.png);
	display: inline-block;
	width:278px;
	height:29px;
	background-repeat:no-repeat;
}

.lineSeperator {
background-repeat:no-repeat;
width:675px;
clear:both;
height:40px;
text-align:center;
margin:25px auto;
}

/* image styling End */

.data {
padding-top:20px;
float:left;
padding-left:5px;
width:295px;
}

.data p {
color : #79C278;
font-size:14px;
}

/*---------- Nivo slider ---------------*/
.slider {
position:relative;
overflow:hidden;
width:922px;
:0 auto;
background-image:url('images/transbg.png') ;
background-repeat:repeat;
height:340px;
margin:0px auto;
}

.slider-wrapper { 
	width: 95%; 
	margin: 5px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

#slider a:hover, #slider a:active {
	color:#000;
	text-decoration:none;
}

/*---------- Nivo slider ---------------*/


.hometitle {
text-align:right;
  color: #EEEEEE;
    font: 20px/20px "Proxima Nova Condensed Semibold","Arial Narrow",Impact,Helvetica,Arial,sans-serif;
    margin-bottom: 13px;
    margin-left: 167px;
    margin-top: 5px;
    text-shadow: 0 8px 3px rgba(0, 0, 0, 0.7);

}


.fixed {
        position:fixed;
}


#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
	
	
ul, ol { margin-bottom: 18px; }
  	ul { list-style: none outside; }
  	ol { list-style: decimal; }
  	ol, ul.square, ul.circle, ul.disc { margin-left: 3px; list-style:none outside none}
  	ul.square { list-style: none outside none; }
	ul.square li {
  background-image: url("images/bullet_arrow.png");
  background-position: 0 0.5em;
  background-repeat: no-repeat;
  padding-left: 10px;	
 } 
  

input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}  


/* --- Lightbox ----------------*/
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* --- Lightbox End ------------*/



/* -------Fancy box ---------*/

#fancybox-loading {
    cursor: pointer;
    display: none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1104;
}
#fancybox-loading div {
    background-image: url("fancybox.png");
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
#fancybox-overlay {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
}
#fancybox-tmp {
    border: 0 none;
    display: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
#fancybox-wrap {
    display: none;
    left: 0;
    outline: medium none;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1101;
}
#fancybox-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    position: relative;
    width: 100%;
}
#fancybox-content {
    border: 0 solid #FFFFFF;
    height: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 0;
    z-index: 1102;
}
#fancybox-hide-sel-frame {
    background: none repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1101;
}
#fancybox-close {
    background: url("fancybox.png") repeat scroll -40px 0 transparent;
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1103;
}
#fancybox-error {
    color: #444444;
    font: 12px/20px Arial;
    margin: 0;
    padding: 14px;
}
#fancybox-img {
    border: medium none;
    height: 100%;
    line-height: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#fancybox-frame {
    border: medium none;
    display: block;
    height: 100%;
    width: 100%;
}
#fancybox-left, #fancybox-right {
    background: url("blank.gif") repeat scroll 0 0 transparent;
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    outline: medium none;
    position: absolute;
    width: 35%;
    z-index: 1102;
}
#fancybox-left {
    left: 0;
}
#fancybox-right {
    right: 0;
}
#fancybox-left-ico, #fancybox-right-ico {
    cursor: pointer;
    display: block;
    height: 30px;
    left: -9999px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 1102;
}
#fancybox-left-ico {
    background-image: url("fancybox.png");
    background-position: -40px -30px;
}
#fancybox-right-ico {
    background-image: url("fancybox.png");
    background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible;
}
#fancybox-left:hover span {
    left: 20px;
}
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancybox-bg {
    border: 0 none;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 20px;
    z-index: 1001;
}
#fancybox-bg-n {
    background-image: url("fancybox-x.png");
    left: 0;
    top: -20px;
    width: 100%;
}
#fancybox-bg-ne {
    background-image: url("fancybox.png");
    background-position: -40px -162px;
    right: -20px;
    top: -20px;
}
#fancybox-bg-e {
    background-image: url("fancybox-y.png");
    background-position: -20px 0;
    height: 100%;
    right: -20px;
    top: 0;
}
#fancybox-bg-se {
    background-image: url("fancybox.png");
    background-position: -40px -182px;
    bottom: -20px;
    right: -20px;
}
#fancybox-bg-s {
    background-image: url("fancybox-x.png");
    background-position: 0 -20px;
    bottom: -20px;
    left: 0;
    width: 100%;
}
#fancybox-bg-sw {
    background-image: url("fancybox.png");
    background-position: -40px -142px;
    bottom: -20px;
    left: -20px;
}
#fancybox-bg-w {
    background-image: url("fancybox-y.png");
    height: 100%;
    left: -20px;
    top: 0;
}
#fancybox-bg-nw {
    background-image: url("fancybox.png");
    background-position: -40px -122px;
    left: -20px;
    top: -20px;
}
#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-inside {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
.fancybox-title-outside {
    color: #FFFFFF;
    padding-top: 10px;
}
.fancybox-title-over {
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    position: absolute;
    text-align: left;
}
#fancybox-title-over {
    background-image: url("fancy_title_over.png");
    display: block;
    padding: 10px;
}
.fancybox-title-float {
    bottom: -20px;
    height: 32px;
    left: 0;
    position: absolute;
}
#fancybox-title-float-wrap {
    border: medium none;
    border-collapse: collapse;
    width: auto;
}
#fancybox-title-float-wrap td {
    border: medium none;
    white-space: nowrap;
}
#fancybox-title-float-left {
    background: url("fancybox.png") no-repeat scroll -40px -90px transparent;
    padding: 0 0 0 15px;
}
#fancybox-title-float-main {
    background: url("fancybox-x.png") repeat scroll 0 -40px transparent;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 29px;
    padding: 0 0 3px;
}
#fancybox-title-float-right {
    background: url("fancybox.png") no-repeat scroll -55px -90px transparent;
    padding: 0 0 0 15px;
}
.fancybox-ie6 #fancybox-close {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-left-ico {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-right-ico {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-title-over {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-title-float-left {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-title-float-main {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-title-float-right {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
}
#fancybox-loading.fancybox-ie6 {
    margin-top: 0;
    position: absolute;
}
#fancybox-loading.fancybox-ie6 div {
    background: none repeat scroll 0 0 transparent;
}
.fancybox-ie .fancybox-bg {
    background: none repeat scroll 0 0 transparent !important;
}
.fancybox-ie #fancybox-bg-n {
}
.fancybox-ie #fancybox-bg-ne {
}
.fancybox-ie #fancybox-bg-e {
}
.fancybox-ie #fancybox-bg-se {
}
.fancybox-ie #fancybox-bg-s {
}
.fancybox-ie #fancybox-bg-sw {
}
.fancybox-ie #fancybox-bg-w {
}
.fancybox-ie #fancybox-bg-nw {
}

/* -------Fancy box end -----*/


/*------- Portamento---------*/
#wrapper {overflow: hidden;}
			#content {width:486px; margin-right:10px; float:left; min-height:1200px;}
			#sidebar {width:284px; padding:10px; background: #eee; float:right; height:400px;}
			
			#portamento_container {float:left; position:relative;} /* take the positioning of the sidebar, and become the start point for the sidebar positioning */
			#portamento_container #sidebar {float:none; position:absolute;} /* no need to float anymore, become absolutely positoned */
			#portamento_container #sidebar.fixed {position:fixed;} /* if the panel is sliding, it needs position:fixed */
/*------- Portamento end ----*/