@font-face {
	font-family: 'fonectamedium';
	src: url(//:) format("No-IE-404"),
		url('../fonts/fonecta_medium-webfont.svg') format('svg'),
		url('../fonts/fonecta_medium-webfont.woff') format('woff'),
		url('../fonts/fonecta_medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fonectamedium';
	src: url(//:) format("No-IE-404"),
		url('../fonts/fonecta_medium_italic-webfont.svg') format('svg'),
		url('../fonts/fonecta_medium_italic-webfont.woff') format('woff'),
		url('../fonts/fonecta_medium_italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'fonectalight';
	src: url(//:) format("No-IE-404"),
		url('../fonts/fonecta_light-webfont.svg') format('svg'),
		url('../fonts/fonecta_light-webfont.woff') format('woff'),
		url('../fonts/fonecta_light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fonectalight';
	src: url(//:) format("No-IE-404"),
		url('../fonts/fonecta_light_italic-webfont.svg') format('svg'),
		url('../fonts/fonecta_light_italic-webfont.woff') format('woff'),
		url('../fonts/fonecta_light_italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'fonectabook';
	src: url(//:) format("No-IE-404"),
		url('../fonts/fonecta_book-webfont.svg') format('svg'),
		url('../fonts/fonecta_book-webfont.woff') format('woff'),
		url('../fonts/fonecta_book-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fonectabook';
	src: url(//:) format("No-IE-404"),
		url('../fonts/fonecta_book_italic-webfont.svg') format('svg'),
		url('../fonts/fonecta_book_italic-webfont.woff') format('woff'),
		url('../fonts/fonecta_book_italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'fonectabold';
	src: url(//:) format("No-IE-404"),
		url('../fonts/fonecta_bold-webfont.svg') format('svg'),
		url('../fonts/fonecta_bold-webfont.woff') format('woff'),
		url('../fonts/fonecta_bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'fonectabold';
	src: url(//:) format("No-IE-404"),
		url('../fonts/fonecta_bold_italic-webfont.svg') format('svg'),
		url('../fonts/fonecta_bold_italic-webfont.woff') format('woff'),
		url('../fonts/fonecta_bold_italic-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
/* Table of Contents: 
  1. General
  2. Header
  3. Header top
  4. Header bottom
  5. Content top
  6. Content
  7. Content bottom
  8. Pages
  9. Sidebar and blocks
  10. Footer top
  11. Footer
*/
/*==========================================================================
1. GENERAL
===========================================================================*/
body {
  -webkit-tap-highlight-color: #000000;
  background: #d6d6d6;
  color: #828387;
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  min-width: 960px;
  position: relative;
}
body.cke_show_borders {
  background: #fff !important;
  color: #000;
}
/* Titles
===========================================================================*/
h1 {
  color: #302f31;
  font-family: 'fonectabold';
  font-style: normal;
  font-weight: bold;
  font-size: 37px;
  line-height: 39px;
  margin-bottom: 25px;
  text-transform: uppercase;
  word-spacing: 2px;
}
body.front .block-facebook-pull h3 {
  padding: 15px 15px 0 15px;
}
h2 {
  color: #302f31;
  font-family: 'fonectabold';
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
h3,
#block-forum-active h2,
#block-forum-new h2,
body.front .views-field-title a {
  color: #302f31;
  font-family: 'fonectabold';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 8px;
  text-transform: uppercase;
  word-spacing: 1px;
}
.profile h3,
.profile #block-forum-active h2,
.profile #block-forum-new h2 {
  border-color: #dcdcdc;
  overflow: hidden;
  padding-bottom: 5px;
}
body.front #liftbox h2 {
  margin-bottom: 15px;
}
body.front .views-field-field-lift-image {
  padding-bottom: 25px;
}
body.front .views-field-title {
  margin-bottom: 10px;
}
h4 {
  color: #302f31;
  font-family: 'fonectabold';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
h5 {
  color: #302f31;
  font-family: 'fonectabold';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h6 {
  color: #000;
  font-family: 'fonectabold';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.front a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
body.front a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #828387;
  text-decoration: none;
}
/* Forms
===========================================================================*/
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="number"],
textarea,
select {
  background: #f0f0f0;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #828387 !important;
  font: 14px Helvetica, sans-serif;
  max-width: 100%;
  padding: 6px 10px 7px;
}
fieldset {
  border-color: #dcdcdc;
}
#search-form .form-item {
  display: block;
}
/* Links
===========================================================================*/
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.btn a,
.more-link a,
input[type="submit"],
input[type="reset"],
ul.links li a,
.view-portfolio .views-field-view-node a,
#block-poll-recent ul.links li a,
.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a,
.form-submit {
  background: url(../images/btn-tail.png) center top repeat-x #999;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: 'fonectamedium';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  outline: none;
  padding: 5px 19px 5px;
  text-decoration: none;
  text-transform: lowercase;
  -moz-transition: background-position 0.2s ease;
  -o-transition: background-position 0.2s ease;
  -webkit-transition: background-position 0.2s ease;
  transition: background-position 0.2s ease;
}
body.front .more-link a,
.more-link a {
  color: #fff;
}
.btn a:hover,
.more-link a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
ul.links li a:hover,
.view-portfolio .views-field-view-node a:hover,
#block-poll-recent ul.links li a:hover,
.view .date-nav-wrapper .date-prev a:hover,
.view .date-nav-wrapper .date-next a:hover,
.form-submit:hover {
  background-color: #000;
  background-position: center -35px;
  color: #fff;
  text-decoration: none;
}
input[type="submit"],
input[type="reset"] {
  padding: 0 19px 5px;
}
.more-link {
  padding-top: 20px;
  text-align: left;
}
/* Lists
===========================================================================*/
ul,
.item-list ul,
ul.menu {
  margin: 0;
}
ul li,
.item-list ul li,
ul.menu li {
  background: url(../images/list-marker.png) 0 0 no-repeat;
  font-size: 12px;
  line-height: 21px;
  list-style: none;
  margin: 6px 0 0;
  padding: 0 0 0 30px;
}
ul li:first-child,
.item-list ul li:first-child,
ul.menu li:first-child {
  margin-top: 0;
}
ul li a,
.item-list ul li a,
ul.menu li a {
  color: inherit;
  text-decoration: none;
}
ul li a:hover,
.item-list ul li a:hover,
ul.menu li a:hover {
  color: #000000;
  text-decoration: none;
}
ul li ul,
.item-list ul li ul,
ul.menu li ul {
  padding-top: 6px;
}
ul.tabs li,
ul.flex-direction-nav li,
ul.links li,
ul#admin-menu-menu li,
ul#admin-menu-account li,
ul#admin-menu-icon li,
ul.slides li,
ul.contextual-links li,
ul.tips li,
ul.pager li,
.messages.error ul li {
  background: none;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
  padding-left: 0;
}
.messages.error ul li {
  list-style: disc;
}
#toolbar li {
  background: none;
}
.region-content ul,
.region-content ol {
  margin-left: 22px;
}
body.cke_ltr,
body.cke_ltr ul li,
body.cke_ltr .item-list ul li,
body.cke_ltr ul.menu li {
  background: none;
  padding: 0;
}
/* Images
===========================================================================*/
.frame,
.views-field-field-image,
.view-portfolio .isotope-element .views-field-field-portfolio-image {
  margin-bottom: 25px;
  position: relative;
}
.frame img,
.views-field-field-image img,
.view-portfolio .isotope-element .views-field-field-portfolio-image img {
  border: 1px solid #e6e6e6;
}
.field-name-field-blog-image,
.field-name-field-image,
.field-name-field-portfolio-image,
.field-name-field-service-image,
.field-name-field-employee-photo,
.field-name-field-slide-image {
  margin-bottom: 25px;
  position: relative;
}
.field-name-field-blog-image img,
.field-name-field-image img,
.field-name-field-portfolio-image img,
.field-name-field-service-image img,
.field-name-field-employee-photo img,
.field-name-field-slide-image img {
  border: 1px solid #e6e6e6;
  width: 484px;
}
.user-picture {
  background: #fff;
  float: left;
  margin-right: 20px;
  max-width: 45%;
  padding: 0;
}
.profile .user-picture {
  float: right;
  margin: 0 0 0 20px;
}
/* Paragraph
===========================================================================*/
p {
  margin-bottom: 20px;
}
/* Tables
===========================================================================*/
table {
  margin-bottom: 0;
}
table tr.odd,
table tr.even {
  border: none;
}
table tr.odd {
  background: transparent;
}
table tr.even {
  background: #f0f0f0;
}
table th {
  background: #f0f0f0;
  border: none;
  color: #000000;
  font-size: 12px;
  padding: 5px;
}
table th a {
  color: inherit;
}
table td {
  padding: 5px;
}
/* Classes
===========================================================================*/
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.extra,
.extra-wrap {
  overflow: hidden;
}
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.clearfix {
  position: relative;
}
.clearfix:after {
  clear: both;
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
.fclear {
  clear: both;
}
.separator {
  clear: both;
  height: 40px;
}
.separator-top {
  border-top: 0;
  clear: both;
  margin-top: 50px;
  padding-top: 0;
}
.separator-bottom {
  border-bottom: 0;
  margin-bottom: 50px;
  padding-bottom: 0;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.bg {
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  font-size: 12px;
  padding: 19px;
}
.without-bg {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
/* Selection colours
===========================================================================*/
::selection,
::-moz-selection {
  background: #000000;
  color: #fff;
  text-shadow: none;
}
img::selection,
img::-moz-selection {
  background: transparent;
}
.region-header-bottom:after,
.region-content-top:after,
.region-content:after,
.region-content-bottom:after,
.region-content:after,
.region-footer-top:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
/*==========================================================================
2. HEADER
===========================================================================*/
#header {
  padding: 0;
  position: relative;
  width: 100%;
  max-height: 120px;
}
#header .navigation {
  margin-bottom: 0;
  box-shadow: none;
  background: none;
}
/* Logo
===========================================================================*/
.logo-wrapper {
  float: none;
  padding: 0;
  text-align: left;
  margin: 18px 0 15px 70px;
}
.logo-wrapper img {
  width: auto;
  height: 24px;
}
#site-name {
  color: #fff7eb;
  font-family: 'fonectalight';
  font-style: italic;
  font-weight: normal;
  font-size: 46px;
  margin-bottom: 0;
  text-transform: none;
}
#site-name a:hover {
  color: inherit;
  text-decoration: none;
}
/* Menu
===========================================================================*/
.select-menu {
  display: none !important;
}
.region-menu {
  float: right;
}
#superfish-1 {
  background: #5c3882;
  padding: 0;
  width: auto;
  z-index: 101;
  position: relative;
  float: right;
}
#superfish-1:after {
  clear: both;
  content: '\0020';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
#superfish-1 > li {
  float: left;
  background: none;
  border: 0;
  font-family: 'fonectabold';
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  margin: 0;
  overflow: inherit;
  padding: 0;
  text-transform: uppercase;
}
#superfish-1 > li > a {
  border-bottom: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #302f31;
  display: block;
  padding: 50px 27px 45px;
  text-decoration: none;
}
#superfish-1 > li > a:hover,
#superfish-1 > li.active-trail > a,
#superfish-1 > li.sfHover > a {
  border-bottom-color: #302f31;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
#superfish-1 > li ul {
  background: #fff;
  border: 1px solid #c7c7c8;
  display: none;
  padding: 20px 15px 20px 30px;
  top: 117px;
  width: 174px !important;
  position: absolute;
}
#superfish-1 > li ul li {
  background: none;
  border-bottom: 0;
  float: none !important;
  font-size: 17px;
  height: auto;
  margin: 9px 0 0;
  padding: 0;
  width: auto !important;
}
#superfish-1 > li ul li:first-child {
  margin-top: 0;
}
#superfish-1 > li ul li > a:visited,
#superfish-1 > li ul li > a {
  color: #757378;
  text-decoration: none;
}
#superfish-1 > li ul li > a:hover,
#superfish-1 > li ul li.active-trail > a,
#superfish-1 > li ul li.sfHover > a {
  color: #302f31;
  text-decoration: none;
}
#superfish-1 > li ul li ul {
  left: 119px !important;
  top: -20px;
}
/* Slider
===========================================================================*/
.flex-viewport {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.flexslider {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
#flexslider-1 {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
#flexslider-1 .slides li {
  padding: 0;
}
#flexslider-1 .slides li img {
  filter: none;
  -webkit-filter: none;
  width: 100%;
}
#flexslider-1 .flex-control-nav {
  bottom: 10px;
  font-size: 0;
  line-height: 0;
  z-index: 20;
}
#flexslider-1 .flex-control-nav li {
  margin: 0 0 0 2px;
}
#flexslider-1 .flex-control-nav li:first-child {
  margin-left: 0;
}
#flexslider-1 .flex-control-nav li a {
  background: #eeede9;
  border: 1px solid #8f8e8f;
  border-radius: 50%;
  box-shadow: none;
  height: 14px;
  width: 12px;
}
#flexslider-1 .flex-control-nav li a:hover,
#flexslider-1 .flex-control-nav li a.flex-active {
  background: #3a393b;
  border: none;
  margin: 1px;
}
#flexslider-1 .flex-control-thumbs li {
  width: 20%;
}
#flexslider-1 .flex-caption {
  bottom: 46px;
  color: #fff;
  font-family: 'fonectalight';
  font-style: italic;
  font-weight: normal;
  font-size: 50px;
  left: auto;
  position: absolute;
  right: 45px;
  text-align: right;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  width: 250px;
}
#flexslider-1 .flex-caption a {
  color: inherit;
}
#flexslider-1 .flex-caption a:hover {
  color: #000000;
  text-decoration: none;
}
/*==========================================================================
3. HEADER TOP
===========================================================================*/
.region-header-top {
  margin-bottom: 20px;
}
/*==========================================================================
4. HEADER BOTTOM
===========================================================================*/
.region-header-bottom {
  margin-top: 20px;
}
.region-header-bottom .block {
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  font-size: 12px;
  padding: 19px;
}
/*==========================================================================
5. CONTENT TOP
===========================================================================*/
#block-views-advanteges-block .item {
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  font-size: 12px;
  padding: 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 28px;
}
#block-views-advanteges-block .views-field-body {
  margin-bottom: 24px;
}
/*==========================================================================
6. CONTENT
===========================================================================*/
#main-wrapper {
  padding: 19px 0 20px;
}
body.front #main-wrapper {
  padding-bottom: 0;
}
#main {
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
}
#main .action-links {
  display: none;
}
.region-content {
  padding: 0;
}
.views-row {
  margin-top: 30px;
}
.views-row:first-child {
  margin-top: 0;
}
#content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 19px 19px;
}
#content.alpha {
  margin-left: -1px;
}
#content.omega {
  margin-right: -1px;
}
#content.without-sidebars {
  margin-left: -1px;
  margin-right: -1px;
}
.region-content {
  margin-bottom: 20px;
}
.region-content .block-views .views-row {
  float: left;
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  font-size: 12px;
  margin-top: 0;
  margin-right: 20px;
  width: 260px;
  padding: 19px;
  margin-bottom: 19px;
  position: relative;
}
body.front .region-content .block-views .views-row {
  max-width: 260px;
}
.region-content .block-views .views-row-last {
  margin-right: 0;
}
.node-teaser .field-name-field-lift-image {
  margin-bottom: 25px;
}
.field-name-field-main-images img {
  width: 100%;
}
#block-views-home-services-home-services .views-field-body {
  margin-bottom: 50px;
}
#block-views-home-services-home-services .views-field-nid {
  position: absolute;
  bottom: 19px;
}
body.front .views-field-field-lift-image img,
.node-teaser .field-name-field-lift-image img {
  width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
}
body.front #liftbox {
  background: #fff;
  padding: 19px;
  width: 62%;
  float: left;
}
body.front #content,
body.front #main {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
body.front #liftbox img {
  width: 100%;
  height: auto;
}
body.front #main-wrapper {
  padding-top: 0;
}
body.section-palvelut .region-content .views-row {
  float: left;
  background: #f0f0f0;
  font-size: 12px;
  margin-top: 0;
  width: 49%;
  margin-bottom: 19px;
}
body.section-palvelut .region-content .views-row .node {
  padding: 19px;
}
body.section-palvelut .region-content .views-row-odd {
  margin-right: 2%;
}
body.section-palvelut .region-content .node-links {
  display: none;
}

body.section-kampanjat .region-content .views-row {
  float: left;
  background: #f0f0f0;
  font-size: 12px;
  margin-top: 0;
  width: 32%;
  margin-bottom: 19px;
}
body.section-kampanjat .region-content .views-row .node {
  padding: 19px;
}
body.section-kampanjat .region-content .node-links {
  display: none;
}
body.front .block-facebook-pull {
  float: right;
  width: 32%;
  background: #fff;
}
body.front .block-facebook-pull .block-content {
  padding: 19px;
  overflow: hidden;
}
body.front .block-facebook-pull .facebook-feed {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 198px;
}
body.front .block-facebook-pull ul {
  margin-left: 0;
  list-style: none;
}
body.front .block-facebook-pull li {
  cursor: pointer;
}
body.front .block-facebook-pull .facebook-feed-message img {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
}
body.front .block-facebook-pull .facebook-feed-from,
body.front .block-facebook-pull .facebook-feed-time {
  float: left;
}
body.front .block-facebook-pull .facebook-feed-time {
  clear: none;
  margin-left: 7px;
}
body.front .block-facebook-pull .facebook-feed-from,
body.front .block-facebook-pull .item {
  background: none;
}
body.front .block-facebook-pull .item {
  line-height: 14px;
  margin-bottom: 10px;
}
body.front .block-facebook-pull .header {
  margin-bottom: 5px;
}
body.front .block-facebook-pull .facebook-feed-from a {
  color: #f84239;
  font-weight: bold;
}
.node-picture-wrapper {
  font-size: 10px;
  color: #999;
  line-height: 12px;
}
.field-collection-container,
.field-collection-view,
.field-collection-container .field-items .field-item {
  margin: 0;
  padding: 0;
  border: 0;
}
.field-collection-view-links {
  display: none;
}
.field-name-field-main-images > .field-items > .field-item {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}
.field-name-field-main-images > .field-items > .field-item img {
  width: 100%;
  height: auto;
}
#main_image_wrapper {
  position: relative;
  max-height: 400px;
  margin-bottom: 25px;
  overflow: hidden;
}
#main_image_navi {
  position: absolute;
  bottom: 7px;
  text-align: center;
  width: 100%;
}
#main_image_navi a {
  display: inline-block;
  background: #eeede9;
  border: 1px solid #8f8e8f;
  border-radius: 50%;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-left: 2px;
  margin-right: 2px;
}
#main_image_navi a.active {
  background: #3a393b;
  border: 1px solid #3a393b;
}
/* Meilla toissa + yritys
===========================================================================*/
body.section-yritys .some-button,
body.section-meilla-toissa .some-button {
  float: left;
  margin-right: 5px;
}
body.section-yritys .some-button a,
body.section-meilla-toissa .some-button a {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(../images/some-buttons.png) no-repeat 0 0;
  overflow: hidden;
}
body.section-yritys .some-button.some-twitter a,
body.section-meilla-toissa .some-button.some-twitter a {
  background-position: -20px 0;
}
body.section-yritys .some-button.some-linkedin a,
body.section-meilla-toissa .some-button.some-linkedin a {
  background-position: -40px 0;
}
body.section-yritys .some-button.some-mail a,
body.section-meilla-toissa .some-button.some-mail a {
  background-position: -60px 0;
}
body.section-yritys #content-header,
body.section-yritys #block-yrityssisalto-yrityssisalto-list,
body.section-meilla-toissa #content-header,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-position {
  width: 100%;
  max-width: 592px;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-position,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list {
  float: left;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .article-wrapper,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .article-wrapper {
  display: none;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .show-all-articles,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .show-all-articles {
  padding-top: 0;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .article-wrapper-1,
body.section-yritys #block-yrityssisalto-yrityssisalto-list .article-wrapper-2,
body.section-yritys #block-yrityssisalto-yrityssisalto-list .article-wrapper-3,
body.section-yritys #block-yrityssisalto-yrityssisalto-list .article-wrapper-4,
body.section-yritys #block-yrityssisalto-yrityssisalto-list .article-wrapper-5,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .article-wrapper-1,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .article-wrapper-2,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .article-wrapper-3,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .article-wrapper-4,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .article-wrapper-5 {
  display: block;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list h4,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list h4 {
  margin-bottom: 0;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .date,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .date {
  margin-bottom: 7px;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .field-name-field-main-image,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .field-name-field-main-image {
  margin-bottom: 10px;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .field-name-body .field-items,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .field-name-body .field-items {
  height: 73px;
  overflow: hidden;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .footer,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .footer {
  min-height: 60px;
  padding-bottom: 30px;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .footer .visibility-buttons,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .footer .visibility-buttons {
  position: relative;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .footer .show-article,
body.section-yritys #block-yrityssisalto-yrityssisalto-list .footer .hide-article,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .footer .show-article,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .footer .hide-article {
  position: absolute;
  top: 0;
  left: 0;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .footer .hide-article,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .footer .hide-article {
  display: none;
}
body.section-yritys #block-yrityssisalto-yrityssisalto-list .footer .hide-article a,
body.section-meilla-toissa #block-meillatoissa-meillatoissa-list .footer .hide-article a {
	font-family: 'fonectabold';
	font-weight: bold;
	font-style: normal;
}
body.section-meilla-toissa #block-meillatoissa-meillatoissa-feed {
  width: 282px;
  float: right;
  position: absolute;
  right: 0;
  top: 35px;
}
body.section-meilla-toissa #block-meillatoissa-meillatoissa-feed a {
  font-family: 'fonectabold';
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  background: #f9423a;
  padding: 10px;
  display: block;
}
body.section-meilla-toissa #block-meillatoissa-meillatoissa-feed .end_date {
  font-family: 'fonectamedium';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #828387;
}
body.section-meilla-toissa #page-title {
  display: none;
}
body.section-meilla-toissa #block-meillatoissa-meillatoissa-position .apply_button {
  margin: 30px 0 30px 0;
}
body.section-meilla-toissa #block-meillatoissa-meillatoissa-position .apply_button a {
  background-color: #f9423a;
  color: #fff;
  font-family: 'fonectamedium';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  padding: 8px;
}
/* System messages
===========================================================================*/
div.messages {
  margin-bottom: 30px;
  padding-right: 30px;
}
div.messages .dismiss {
  box-shadow: none;
  border-radius: 2px;
  font-family: Helvetica, sans-serif;
  line-height: normal;
  padding: 2px 6px 4px;
  text-transform: lowercase;
  width: auto;
}
div.messages .dismiss:hover {
  color: #fff;
  text-shadow: none;
}
/* Breadcrumbs
===========================================================================*/
#breadcrumb {
  color: #828387;
  margin-bottom: 30px;
  padding: 0;
}
#breadcrumb a {
  color: inherit;
  padding: 0 3px;
  text-decoration: none;
}
#breadcrumb a:first-child {
  padding-left: 0;
}
#breadcrumb a:last-child {
  padding-right: 0;
}
#breadcrumb a:hover {
  color: #000000;
}
/* Admin tabs
===========================================================================*/
.tabs-wrapper {
  margin: 1px 0 20px;
}
.tabs {
  overflow: hidden;
}
.tabs ul.primary {
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 4px 0;
}
.tabs ul.primary li {
  margin-bottom: -1px;
}
.tabs ul.primary li a {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  color: #828387;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  padding: 3px 15px 4px;
  text-shadow: none;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.tabs ul.primary li.active a,
.tabs ul.primary li a:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
/* Blocks
===========================================================================*/
#block-views-welcome-message-block h1 {
  padding-right: 180px;
}
#block-views-welcome-message-block .views-field-field-image {
  float: left;
  margin: 0 20px 0 0;
  max-width: 45%;
  width: 260px;
}
/*==========================================================================
7. CONTENT BOTTOM
===========================================================================*/
.region-content-bottom {
  margin-top: 19px;
}
.region-content-bottom .block {
  background: #fff;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  font-size: 12px;
  padding: 19px;
}
/*==========================================================================
8. PAGES
===========================================================================*/
/*Node Tags*/
article.node footer .field-name-field-tags {
  padding-top: 20px;
}
article.node footer .field-name-field-tags .field-label {
  background: none;
  float: left;
  font: inherit;
  font-weight: bold;
  margin-right: 15px;
  padding: 0;
  text-shadow: none;
  text-transform: none;
}
article.node footer .field-name-field-tags .field-items {
  overflow: hidden;
  padding-bottom: 15px;
  width: 100%;
}
article.node footer .field-name-field-tags ul li {
  float: left;
  margin: 0 0 5px 10px;
}
article.node footer .field-name-field-tags ul li:first-child {
  margin-left: 0;
}
article.node footer .field-name-field-tags ul li a {
  font: inherit;
  font-weight: bold;
  padding: 2px 8px;
}
/* 404 Page not found
===========================================================================*/
.page-page-404 .panel-col-first {
  color: #000000;
  font: bold 250px/200px Helvetica, sans-serif;
  text-align: right;
}
.page-page-404 #search-block-form {
  width: 400px;
}
.page-page-404 .pane-search-form #search-block-form .form-text {
  width: 198px;
}
.panel-2col .panel-col-first .inside {
  margin: 0 20px 0 0;
}
.panel-2col .panel-2col .panel-col-last .inside {
  margin: 0 0 0 20px;
}
/* Testimonials
===========================================================================*/
.page-testimonials .view-display-id-page .views-row {
  margin-top: 30px;
}
.page-testimonials .view-display-id-page .views-row:first-child {
  margin-top: 0;
}
.page-testimonials .view-display-id-page .views-field-nothing {
  margin-bottom: 10px;
}
.page-testimonials .view-display-id-page .views-field-nothing p {
  margin-bottom: 0;
}
.page-testimonials .view-display-id-page .views-field-nothing a {
  color: inherit;
}
.field-name-field-testi-image {
  float: left;
  margin: 0 20px 0 0;
  max-width: 45%;
}
.field-name-field-testi-author {
  font-weight: bold;
}
/* Archive
===========================================================================*/
.view-archive .field-name-body {
  margin-bottom: 20px;
}
.view-archive .views-row {
  margin-top: 40px;
}
.view-archive .views-row:first-child {
  margin-top: 0;
}
.view-archive .field-name-taxonomy-forums {
  padding-top: 0;
}
/* FAQs
===========================================================================*/
.view-FAQs.view-id-FAQs .views-row {
  margin-top: 30px;
}
.view-FAQs.view-id-FAQs .views-row:first-child {
  margin-top: 0;
}
/* Compose tips
===========================================================================*/
.compose-tips .filter-type {
  margin-top: 40px;
}
.compose-tips .filter-type:first-child {
  margin-top: 0;
}
/* Comments page
===========================================================================*/
.view-comments-recent.view-display-id-page .views-row {
  margin-top: 30px;
}
.view-comments-recent.view-display-id-page .views-row:first-child {
  margin-top: 0;
}
/*==========================================================================
9. SIDEBARS and BLOCKS
===========================================================================*/
.sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 19px 45px;
  position: relative;
}
.front .sidebar {
  padding-top: 32px;
}
.sidebar .block {
  border-top: 0;
  clear: both;
  margin-top: 50px;
  padding-top: 0;
}
.sidebar .block:first-child {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#sidebar-first {
  margin-left: -1px;
}
#sidebar-second {
  margin-right: -1px;
}
/* Contextual links
===========================================================================*/
.not-logged-in .contextual-links {
  display: none !important;
}
.contextual-links li {
  padding: 0;
  background: none;
}
/* Calendar
===========================================================================*/
.calendar-calendar table,
.calendar-calendar table td,
.calendar-calendar table th,
.calendar-calendar .month-view .full th.days {
  border: 1px solid #dcdcdc;
}
.calendar-calendar td.calendar-agenda-items,
.calendar-calendar .month-view .full td.single-day .calendar-empty,
.calendar-calendar .month-view .full td.single-day.empty,
.calendar-calendar .month-view .full td.date-box.empty {
  border-color: #dcdcdc;
}
.calendar-calendar tr td.today,
.calendar-calendar tr.odd td.today,
.calendar-calendar tr.even td.today {
  background-color: transparent;
  color: #000000;
  font-weight: bold;
}
.calendar-calendar th.days {
  background: #f0f0f0;
  border: none;
  color: #828387;
}
.calendar-calendar td {
  text-align: center;
}
.calendar-calendar td .inner div,
.calendar-calendar td .inner div a {
  background: none;
}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
  background: #f0f0f0;
}
.calendar-calendar .day-view .full td .inner div.calendar .views-field-created {
  color: #828387;
  float: left;
  width: 50px;
}
.calendar-calendar .day-view .full td .inner div.calendar .views-field-title {
  overflow: hidden;
}
.calendar-calendar .month-view .full tr td.single-day.today,
.calendar-calendar .month-view .full td.date-box.today {
  border-color: #000000;
}
.view-Calendar .pager .date-prev,
.view-Calendar .pager .date-next,
.view .date-nav-wrapper .date-prev,
.view .date-nav-wrapper .date-next {
  background: none;
  border-radius: 0;
  line-height: 0;
  padding: 0;
  top: 6px;
}
.view-Calendar .pager .date-prev a,
.view-Calendar .pager .date-next a,
.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
  background: #828387;
  color: transparent;
  display: block;
  font-size: 0;
  height: 22px;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 22px;
}
.view-Calendar .pager .date-prev a:before,
.view-Calendar .pager .date-next a:before,
.view .date-nav-wrapper .date-prev a:before,
.view .date-nav-wrapper .date-next a:before {
  color: #fff;
  left: 50%;
  line-height: 22px;
  margin-left: -5px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
}
.view-Calendar .pager .date-prev a:hover,
.view-Calendar .pager .date-next a:hover,
.view .date-nav-wrapper .date-prev a:hover,
.view .date-nav-wrapper .date-next a:hover {
  background: #000000;
}
.view .date-nav-wrapper .date-prev {
  right: auto;
}
.view .date-nav-wrapper .date-prev a:before {
  content: "\f060";
}
.view .date-nav-wrapper .date-next a:before {
  content: "\f061";
}
table .mini-day-on a {
  text-decoration: none;
}
table .mini-day-on a:hover {
  text-decoration: underline;
}
/* Isotop filter
===========================================================================*/
.sidebar #isotope-options #filters {
  text-align: left;
}
.sidebar #isotope-options #filters li {
  margin: 0 10px 5px 0;
}
/* Our team
===========================================================================*/
#block-views-our-team-block .views-row {
  margin-bottom: 0;
  margin-top: 20px;
  overflow: hidden;
}
#block-views-our-team-block .views-row.views-row.views-row-first {
  margin-top: 0;
}
#block-views-our-team-block .views-row .views-field-field-employee-photo {
  width: 100px;
  float: left;
  margin-right: 15px;
}
#block-views-our-team-block .views-row .views-field-body {
  margin-bottom: 0;
}
/* Poll's bar
===========================================================================*/
.poll .total,
.poll .title {
  margin-bottom: 15px;
}
.poll .bar {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  height: 20px;
  margin-bottom: 15px;
  padding: 1px;
}
.poll .bar .foreground {
  background-color: #000000;
  display: none;
  height: 20px;
}
.poll .percent {
  float: right;
}
.poll .vote-form {
  text-align: left;
  padding-bottom: 15px;
}
.poll .vote-form .choices {
  width: 100%;
}
#block-poll-recent ul.links li {
  background: none;
  padding-left: 0;
}
/* Recent comments
===========================================================================*/
#block-views-comments-recent-block .views-row {
  margin-top: 20px;
}
#block-views-comments-recent-block .views-row:first-child {
  margin-top: 0;
}
#block-views-comments-recent-block .views-field-subject a {
  color: inherit;
}
/* Recent content
===========================================================================*/
.contextual-links-region .node-title a {
  color: inherit;
}
/* Recent posts
===========================================================================*/
#block-views-recent-posts-block .views-row {
  margin-top: 20px;
}
#block-views-recent-posts-block .views-row:first-child {
  margin-top: 0;
}
#block-views-recent-posts-block .views-field-body {
  clear: both;
  padding-top: 10px;
}
/* Search
===========================================================================*/
#search-block-form .element-invisible {
  display: none !important;
}
#search-block-form .container-inline {
  border: 1px solid #dcdcdc;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 228px;
}
#search-block-form input.form-text {
  background: none;
  border: none;
  float: left;
  margin: 0;
  width: 198px;
}
#search-block-form .form-submit {
  background: url(../images/search-btn.png) center center no-repeat #000000;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0;
  height: 29px;
  line-height: 0;
  margin: 0 !important;
  padding: 0;
  width: 30px;
}
#search-block-form .form-submit:hover {
  background-color: #828387;
}
/* Services
===========================================================================*/
.block__services h3 {
  margin-bottom: 13px;
}
.block__services ul {
  margin-bottom: 30px;
}
/* Syndicate
===========================================================================*/
#block-node-syndicate img {
  filter: none;
  -webkit-filter: none;
}
/*==========================================================================
10. FOOTER TOP
===========================================================================*/
/*==========================================================================
11. FOOTER
===========================================================================*/
.region-footer {
  background: #302f31;
  color: #a09e9f;
  font-size: 12px;
  margin-bottom: 24px;
  padding: 32px 19px 30px;
}
.region-footer h3 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 23px;
}
.region-footer a {
  color: #fff;
}
/* Blocks
===========================================================================*/
.block__contacts {
  float: left;
  margin-right: 20px;
  width: 700px;
}
.block__contacts p {
  margin-bottom: 0;
}
.block__contacts a {
  color: inherit;
}
.block__contacts a:hover {
  color: #fff;
  text-decoration: none;
}
.block__contacts .address {
  background: url(../images/icon-home.png) 0 1px no-repeat;
  display: inline-block;
  margin-right: 35px;
  padding-left: 26px;
}
.block__contacts .phone {
  background: url(../images/icon-phone.png) 0 1px no-repeat;
  display: inline-block;
  margin-right: 36px;
  padding-left: 25px;
}
.block__contacts .email {
  background: url(../images/icon-email.png) 0 1px no-repeat;
  display: inline-block;
  padding-left: 24px;
}
.block__separator {
  border-bottom: 1px solid #59595a;
  clear: both;
  margin-bottom: 24px;
  padding-top: 26px;
}
.block__separator p {
  color: transparent;
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
}
.region-footer .block-menu-block {
  overflow: hidden;
}
.region-footer .block-menu-block li {
  background: none;
  float: left;
  font: inherit;
  margin: 0 0 0 33px;
  padding: 0;
}
.region-footer .block-menu-block li:first-child {
  margin-left: 0;
}
.region-footer .block-menu-block li a {
  color: inherit;
}
.region-footer .block-menu-block li a.active,
.region-footer .block-menu-block li a:hover {
  color: #fff;
  text-decoration: none;
}
/* Social networks
===========================================================================*/
#block-follow-site {
  float: left;
  width: 180px;
}
#block-follow-site .content {
  overflow: hidden;
}
#block-follow-site .follow-link-wrapper {
  float: left;
  margin-left: 9px;
}
#block-follow-site .follow-link-wrapper:first-child {
  margin-left: 0;
}
#block-follow-site .follow-link-wrapper .follow-link {
  background-position: 0 0;
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  font: 0/0 a;
  height: 17px;
  opacity: 1;
  padding: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 16px;
}
#block-follow-site .follow-link-wrapper .follow-link:hover {
  background-position: 0 -17px;
}
#block-follow-site .follow-link-wrapper .follow-link.follow-link-googleplus {
  background-image: url(../images/google-plus.png);
  width: 17px;
}
#block-follow-site .follow-link-wrapper .follow-link.follow-link-twitter {
  background-image: url(../images/twitter.png);
  width: 21px;
}
#block-follow-site .follow-link-wrapper .follow-link.follow-link-this-site {
  background-image: url(../images/rss.png);
}
#block-follow-site .follow-link-wrapper .follow-link.follow-link-facebook {
  background-image: url(../images/facebook.png);
}
#block-follow-site .follow-link-wrapper .follow-link.follow-link-linkedin {
  background-image: url(../images/linkedin.png);
}
#block-follow-site .follow-link-wrapper .follow-link.follow-link-youtube {
  background-image: url(../images/youtube.png);
}
#block-follow-site .follow-link-wrapper .follow-link.follow-link-instagram {
  background-image: url(../images/instagram.png);
}
#footer {
  clear: both;
  font-size: 12px;
  padding: 0;
  position: relative;
}
/* Copyright
===========================================================================*/
.block__copyright a {
  color: inherit;
}
/* Back to top
===========================================================================*/
#backtotop {
  background: url(../images/totop.png) center center no-repeat #736864;
  border-radius: 50%;
  bottom: 30px;
  color: transparent;
  font: 0/0 a;
  right: 40px;
  z-index: 5;
}
#backtotop:hover {
  background-color: #302f31;
  opacity: 1;
}
/* Switcher */
.switcher {
  cursor: pointer;
  margin-top: 10px;
  font-size: 11px;
}
.switcher:hover {
  text-decoration: underline;
}
/* Coded by Anima */




/* V2 */
.vjmobile-menu-container {
  z-index: 10;
  display: none;
}

.vjmobile-menu-toggle-container a.vjmobile-menu-toggle {
  display: block;
  cursor: pointer;
  color: #fff;
  background: #5c3882 url(../images/mobile-menu-icon.png) no-repeat 10px center;
  line-height: 35px;
  height: 35px;
  padding-left: 40px;
  padding-right: 20px;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  right: 70px;
  top: -45px;
  font-family: 'fonectamedium';
  font-size: 18px;
}

.vjmobile-menu-view {
  background-color: #5c3882;
  width: 314px;
  height: 900px;
}

.vjmobile-menu-view ul {
  position: absolute;
  opacity: 0;
  left: 314px;
  width: 314px;
}

.vjmobile-menu-view li {
  width: 314px;
  background: none;
}

.vjmobile-menu-view li a {
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #5c3882;
  border-bottom: 1px solid #7d609b;
  padding: 7px 12px;
  font-family: 'fonectamedium';
  font-size: 18px;
}

.vjmobile-menu-view li a.active,
.vjmobile-menu-view li a.service.active,
.vjmobile-menu-view li a:hover {
  color: #f9423a;
}

.vjmobile-menu-view .vjmobile-menu-root-view {
  left: 0;
  opacity: 1;
}


.views-field-field-icon,
.views-field-field-color,
.field-name-field-icon,
.field-name-field-color {
  display: none;
}
body.v2.front a:hover,
body.v2 h1 a:hover,
body.v2 h2 a:hover,
body.v2 h3 a:hover,
body.v2 h4 a:hover,
body.v2 h5 a:hover,
body.v2 h6 a:hover {
  color: #f9423a;
}
body.v2 #superfish-1,
body.v2 #header .region-menu {
  float: none;
}
body.v2 #superfish-1 a {
  text-transform: none;
  font-weight: normal;
}
body.v2 #superfish-1 > li {
  width: 16%;
  text-align: center;
}
body.v2 #superfish-1 > li > a {
  padding: 18px 0 18px 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: none;
  font-family: 'fonectabook';
  font-size: 20px;
  line-height: 20px;
}
body.v2 #superfish-1 > li.active-trail > a {
  color: #f9423a;
}
body.v2 #superfish-1 > li ul {
  text-align: left;
  padding: 0;
  top: 56px;
  border: 0;
  box-shadow: none;
  background: #5c3882;
  width: 200px !important;
}
body.v2 #superfish-1 > li ul li {
  border-top: 1px solid #7d609b;
  margin: 0;
}
body.v2 #superfish-1 > li ul li > a:visited,
body.v2 #superfish-1 > li ul li > a {
  font-family: 'fonectamedium';
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  line-height: 22px;
  padding: 15px;
}
body.v2 #superfish-1 > li ul li > a:hover,
body.v2 #superfish-1 > li ul li.active-trail > a,
body.v2 #superfish-1 > li ul li.sfHover > a {
  color: #f9423a;
  text-decoration: none;
}
body.v2 h3,
body.v2 #liftbox h2,
body.v2 #block-forum-active h2,
body.v2 #block-forum-new h2,
body.v2.front .views-field-title a,
body.v2.section-palvelut h6,
body.v2.section-kampanjat h6 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: none;
}
body.v2 #liftbox h2,
body.v2 #block-facebook-pull-facebook-pull-default h3,
body.v2.front .views-field-title a,
body.v2.section-palvelut h6,
body.v2.section-kampanjat h6 {
  padding: 10px 20px 10px 20px;
  display: block;
}
body.v2 h3 {
  margin-bottom: 8px;
}
body.v2.node-type-service h3,
body.v2.node-type-campaign h3 {
  margin-bottom: 0;
}
body.v2 {
  color: #000;
  line-height: 18px;
}
body.v2 .container-12 .grid-12 {
  width: 960px;
  margin-left: 0;
  margin-right: 0;
}
body.v2 #main {
  background-color: #eaebed;
  padding: 40px 70px 40px 70px;
}
body.v2.front #main {
  padding: 0 0 40px 0;
}
body.v2 #content {
  padding: 0;
}
body.v2 #main-wrapper {
  padding: 0;
}
body.v2 .btn a,
body.v2 .more-link a,
body.v2 input[type="submit"],
body.v2 input[type="reset"],
body.v2 ul.links li a,
body.v2 .view-portfolio .views-field-view-node a,
body.v2 #block-poll-recent ul.links li a,
body.v2 .view .date-nav-wrapper .date-prev a,
body.v2 .view .date-nav-wrapper .date-next a,
body.v2 .form-submit {
  background: #f9423a;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: 'fonectamedium';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  outline: none;
  padding: 5px 19px 5px;
  text-decoration: none;
  text-transform: lowercase;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
body.v2 .more-link a:hover {
  color: #fff;
}
body.v2 .region-content .block-views .views-row {
  width: 250px;
  margin-right: 35px;
  margin-bottom: 35px;
  padding: 0;
  box-shadow: none;
  border: 0;
  overflow: hidden;
}
body.v2 .region-content .block-views .views-row-last {
  margin-right: 0;
}
body.v2 .region-content .field-name-field-icon {
  display: block;
  height: 64px;
}
body.v2 .region-content .field-name-field-icon img {
  width: 44px;
  height: 44px;
  position: relative;
  left: 27px;
  top: 17px;
}
body.v2 .region-content .field-name-field-icon .icon-overlay {
  width: auto;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
}
body.v2.section-palvelut .region-content .views-row .node,
body.v2.section-kampanjat .region-content .views-row .node {
  padding: 0;
  position: relative;
  height: 100%;
}
body.v2.section-palvelut .region-content .views-row .node .node-footer,
body.v2.section-kampanjat .region-content .views-row .node .node-footer {
  height: 60px;
}
body.v2.node-type-service .content-header h3,
body.v2.node-type-campaign .content-header h3 {
  color: #fff;
}
body.v2.node-type-service .content-header,
body.v2.node-type-campaign .content-header {
  padding: 15px 20px 15px 20px;
}
body.v2.node-type-service .content-header .tabs,
body.v2.node-type-campaign .content-header .tabs {
  margin: 3px 0 0 0;
}
body.v2.node-type-service .region-content .node > .content,
body.v2.node-type-campaign .region-content .node > .content {
  padding: 20px;
  background: #fff;
}
body.v2.section-palvelut .region-content h6,
body.v2.section-kampanjat .region-content h6,
body.v2 .region-content .views-field-title {
  position: relative;
}
body.v2.section-palvelut .region-content h6,
body.v2.section-kampanjat .region-content h6 a,
body.v2 .region-content .views-field-title,
body.v2 .region-content .views-field-title a {
  color: #fff;
}
body.v2.section-palvelut .region-content .views-row-odd,
body.v2.section-kampanjat .region-content .views-row-odd {
  margin-right: 35px;
}
body.v2.section-palvelut .region-content .views-row,
body.v2.section-kampanjat .region-content .views-row {
  width: 390px;
  overflow: hidden;
  background: #fff;
}
body.v2.section-palvelut .node-teaser .field-name-field-lift-image,
body.v2.section-kampanjat .node-teaser .field-name-field-lift-image {
  padding: 20px 20px 0 20px;
}
body.v2.section-palvelut .node-teaser .field-name-body,
body.v2.section-kampanjat .node-teaser .field-name-body {
  padding: 0 20px 0 20px;
}
body.v2 #block-views-home-services-home-services {
  width: 820px;
  margin: auto;
}
body.v2 #block-views-home-services-home-services .views-field-body,
body.v2 #block-views-home-services-home-services .views-field-nid {
  padding-left: 20px;
  padding-right: 20px;
}
body.v2 #block-views-home-services-home-services .views-field-body {
  margin-bottom: 80px;
}
body.v2 #block-views-home-services-home-services .views-field-field-lift-image {
  display: none;
}
body.v2 .region-footer {
  background-color: #5c3882;
  color: #fff;
}
body.v2 .region-footer .block__contacts .address,
body.v2 .region-footer .block__contacts .phone,
body.v2 .region-footer .block__contacts .email {
  padding-left: 0;
  background: none;
}
body.v2.front #liftbox {
  width: 535px;
  padding: 0;
  margin-left: 70px;
}
body.v2.front .block-facebook-pull {
  width: 250px;
  padding: 0;
  margin-right: 70px;
}
body.v2.front .block-facebook-pull .facebook-feed {
  max-height: 150px;
}
body.v2 #block-facebook-pull-facebook-pull-default h3 {
  background: #5c3882;
  color: #fff;
}
body.v2 #block-follow-site .follow-link-wrapper .follow-link {
  background-position: 0 0;
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  height: 28px;
  width: 28px;
  overflow: hidden;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  background: none;
}
#block-follow-site .follow-link-wrapper img {
  display: none;
}
body.v2 #block-follow-site .follow-link-wrapper img {
  display: block;
}
body.v2 #block-follow-site h3 {
  display: none;
}
body.v2.front .views-field-field-lift-image img,
body.v2 .node-teaser .field-name-field-lift-image img {
  border: 0;
}
body.v2 #block-block-7 h3 {
  margin-bottom: 20px;
}
body.v2 #block-follow-site {
  margin-top: 33px;
}
body.v2 #block-yrityssisalto-yrityssisalto-list {
  width: auto;
  float: none;
  margin: auto;
  max-width: none;
}
body.v2 #block-meillatoissa-meillatoissa-list {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
body.v2 #block-yrityssisalto-yrityssisalto-list h3 {
  display: none;
}
body.v2 #block-yrityssisalto-yrityssisalto-list .field-name-field-main-image img,
body.v2 #block-meillatoissa-meillatoissa-list .field-name-field-main-image img {
  width: 100%;
  height: auto;
}
body.v2 #block-yrityssisalto-yrityssisalto-list .node-companyarticle,
body.v2 #block-meillatoissa-meillatoissa-list .node-article {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
body.v2 #block-yrityssisalto-yrityssisalto-list .article-wrapper,
body.v2 #block-meillatoissa-meillatoissa-list .article-wrapper {
  position: relative;
}
body.v2 #block-yrityssisalto-yrityssisalto-list img.deco,
body.v2 #block-meillatoissa-meillatoissa-list img.deco {
  position: absolute;
  z-index: 1;
}
body.v2 #block-yrityssisalto-yrityssisalto-list img.deco-left,
body.v2 #block-meillatoissa-meillatoissa-list img.deco-left {
  left: -65px;
  top: 0;
  width: 94px;
}
body.v2 #block-yrityssisalto-yrityssisalto-list img.deco-right,
body.v2 #block-meillatoissa-meillatoissa-list img.deco-right {
  right: -65px;
  top: 320px;
  width: 94px;
}
body.v2 #block-yrityssisalto-yrityssisalto-list img.deco-right {
  top: 500px;
}
body.v2 #block-meillatoissa-meillatoissa-feed {
  right: 70px;
  top: 40px;
}
body.v2 #block-meillatoissa-meillatoissa-feed .item {
  padding: 20px;
  background: #fff;
}
body.section-meilla-toissa h3 {
  font-family: 'fonectabold';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  color: #000;
  padding-bottom: 7px;
}
body.v2.not-front .more-link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
body.v2 .more-link a {
  text-transform: none;
}

@media (max-width: 995px) {
  body.v2 .container-12 .grid-12 {
    width: 760px;
    display: block;
    float: none;
    margin: 0 0 30px;
    width: auto;
  }
  body.v2 #main {
    padding: 20px;
  }
  body.v2 .region-content .views-row,
  body.v2 .region-content .views-row {
    max-width: 346px;
  }
  body.v2 #block-views-home-services-home-services {
    width: 700px;
  }
  body.v2.front #liftbox {
    margin-left: 34px;
    width: 420px;
  }
  body.v2.front #block-facebook-pull-facebook-pull-default {
    margin-right: 34px;
  }
  body.v2.front .block-facebook-pull .facebook-feed {
    max-height: 99px;
  }
  body.v2 .region-menu {
    padding-right: 0;
  }
  body.v2 .region-content .block-views .views-row {
    margin-right: 20px;
    width: 220px;
  }
  body.v2 .region-content .block-views .views-row-last {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body.v2 #header .logo-wrapper {
    margin-left: 15px;
  }
  body.v2 .vjmobile-menu-toggle-container a.vjmobile-menu-toggle {
    right: 15px;
  }
  body.v2 .vjmobile-menu-container {
    display: block;
  }
  body.v2 .region-menu {
    padding: 0;
  }
  body.v2 #block-superfish-1 {
    display: none;
  }
  body.v2 #block-yrityssisalto-yrityssisalto-list img.deco,
  body.v2 #block-meillatoissa-meillatoissa-list img.deco {
    display: none;
  }
  body.v2 #block-views-home-services-home-services {
    width: auto;
  }
  body.v2.front #block-views-home-services-home-services,
  body.v2.front #block-liftbox-liftbox-front,
  body.v2.front #block-facebook-pull-facebook-pull-default {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.v2 .container-12 {
    padding: 0;
  }
  body.v2 .region-content .views-row,
  body.v2 .region-content .views-row {
    max-width: 390px;
  }
  body.v2 .node-teaser .field-type-image {
    margin: 0;
  }
  body.v2.front #liftbox {
    width: auto;
    margin-left: 0;
    max-width: 300px;
  }
  body.v2 .region-footer {
    margin-bottom: 0;
  }
  body.v2 .region-content .block-views .views-row {
    width: auto;
    max-width: 300px;
  }
}