html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Arial', 'Work Sans', sans-serif;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 140%;
    overflow-x: hidden;
    background-size: cover;
    font-size: 15px;
    background: #fff;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

img {
    height: auto;
    max-width: 100%;
}


a {
    color: #000001;
    -webkit-transition: color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out;
    -ms-transition: color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    font-weight: inherit;
}

a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #f2bbff;
    text-decoration: none;
}

div.container {
    max-width: 1150px;
    width: auto !important;
}

ul.one-liner {
    list-style: none;
    margin-bottom: 60px;
}

ul.one-liner li {
    display: inline-block;
}

#page-content-wrapper > div.container {
    padding-bottom: 30px;
}

div.box {
    padding: 15px;
    border: 2px solid #fff;
    padding-bottom: 30px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);

}

div.box:not(.box-passive):hover {
    border: 2px solid #980be3;
    border-radius: 5px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

div.box a.holder {
    display: block;
}

div.box a.button {
    font-weight: 400;
    font-size: 18px;
}

div.box i.fa-arrow-right {
    color: white;
    margin-right: 8px;
}

div.box h2 {
    font-size: 36px;
    font-weight: 600;
}

div.box h2 + p {
    border-top: 3px solid #eee;
    margin-top: 16px;
    padding-top: 24px;
    padding-bottom: 12px;
    line-height: 160%;
}

div.box2 h2 + p {
    border-top: none;
    margin-top: -10px;
}

div.box2 h2 {
    border-top: 3px solid #eee;
    padding-top: 12px;
    font-size: 18px;
}

div.box h3 {
    font-size: 16px;
    font-weight: normal;
}

div.box.box-passive h3 {
    font-size: 24px;
    font-weight: 600;
}

div.box i {
    color: #980be3;
}

div.box h2 {
    color: #000001;
}

div.box p {
    color: #333;
}

div.box i.fa-4x {
    height: 64px;
    margin-top: 39px;
}

h1 i.fa {
    color: #980be3;
}

div.container-fluid#info {
    background-color: #980be3;
}

div.container-fluid#info p {
    color: white;
    line-height: 180%;
}

div.container-fluid#info h2 {
    color: white;
    font-size: 25px;
    font-weight: 600;
}

div.container-fluid#info a {
    color: #bbbbbc;
}

#service-one-liner li {
    margin: 6px 12px;
}

#service-one-liner li h3 {
    font-size: 22px;
    margin: 0px;
    font-weight: 500;
}

div.yhteystiedot table td {
    text-align: left;
}

div.footer-form-col button.btn-primary {
    display: inline-block !important;
    padding: 8px 14px 6px 14px;
    color: #fff !important;
    background: #1a1a18 !important;
    border: solid 2px #1a1a18;
    border-radius: 0px;
    text-shadow: none;
    margin-left: -4px;
    font-size: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: 20px;
    font-weight: 600;
    box-shadow: none !important;
}

div.footer-form-col .btn:hover {
    text-decoration: none;
    color: #4a4a4a !important;
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    border: solid 2px #1a1a18;
}

#footer-row {
    background-color: #686868;
    border-bottom: 15px solid #333;
}

.button {
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    background: #980be3;
    border-radius: 3px;
    font-size: 18px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: 20px;
    font-weight: 500;
    border: none;
}

.buttoni {
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    background: #980be3;
    border-radius: 3px;
    font-size: 18px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: 20px;
    font-weight: 500;
    border: none;
}

.btn-fw {
    display: block;
    width: 100%;
    padding: 8px 14px 6px 14px;
    color: #4a4a4a;
    background-color: #FFF;
    border: solid 2px #1a1a18;
    border-radius: 0px;
    font-size: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    margin-bottom: 20px;
    font-weight: 600;
}

.btn-fw:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1a1a18;
    border: solid 2px #1a1a18;
}

.buttoni:hover,
.buttoni:focus {
    text-decoration: none;
    color: #fff !important;
    opacity: 0.8;
    font-weight: normal;
}

.bg {
    color: #fff;
    background: #888;
    font-size: 18px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-weight: normal;
    border: none;
}

p {
    margin: 0 0 12px;
    font-weight: 400;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-color: #ddd;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000001;
    line-height: 1.2;
    font-weight: 300;
}

h1 {
    font-size: 46px;
    margin-bottom: 30px;
    margin-top: 30px;
}

h2 {
    font-size: 39px;
    margin-bottom: 20px;
}

h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

h4 {
    font-size: 1.000em
}

h5 {
    font-size: 0.800em
}

h6 {
    font-size: 0.667em
}

h1 {
    font-weight: 600;
}


body table {
    width: 100%;
}

body table th,
body table td {
    padding: 2px 5px;
}

body table.grid td,
body table.grid th {
    border-bottom: 1px solid #ccc;
}

body table.grid th {
    color: white;
    background-color: #0aace2;
}


.no-bg {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    background-color: transparent !important;
}

div.container.content {

}

/*** TOPBAR ***/

.topbar {
}

.topright ul {
    list-style-type: none;
    padding: 0;
    margin: 0px auto 0px auto;
    float: none !important;
    display: inline-block;
}

.topright ul li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 13px;
    color: white;
    margin-left: 15px;

}

.topright ul li > a {
    border-right: solid 1px #ccc;
    padding-right: 11px;
    margin-right: 8px;
}

.topright ul li:last-child > a {
    border: none;
}

.topright ul li > a {
    display: block;
    text-decoration: none;
}

.topright ul li .fa {
    margin-right: 5px;
}

.topright ul li {
    border-bottom: 5px solid transparent;
    height: 58px;
}

.topright ul li.active,
.topright ul li:hover {
    border-bottom: 5px solid #980be3;
}

.topright ul li:hover,
.topright ul li a:hover {
    color: white !important;
}


span.header-contact {
    font-size: 12px;
    margin-top: -4px;
    display: block;
    padding: 8px 14px 6px 14px;
    margin-left: 10px;
    margin-right: -12px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

span.header-contact:hover {
    opacity: 0.85;
}

span.remaglobal:hover {
    background: #1a1a18;
}

.topborder {
    color: #FFF;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    padding: 2px 5px;
    box-sizing: content-box;
}

.bottomborder {
    background: #980be3;
    color: #FFF;
    display: block;
    transform: skewX(-14deg);
    padding: 2px;
}

.content-css {
    padding-right: 24px;
}

#main-logo {

}

#main-logo-holder {
    background: url(../images/bg.jpg) right top no-repeat #980be3;
    background-size: cover;
    height: 350px;
    border-bottom: 1px solid #ddd;
}

#main-logo h1 span {
    font-weight: 700;
    display: block;
}

#subpage-bar {
    background: url(../images/bg2.jpg) right top no-repeat #980be3;
    background-size: cover;
    height: 80px;
    margin-left: -5px;
    margin-right: -5px;
}

#main-logo {
    margin-top: 89px;
    margin-left: 50px;
}

/*** NAVBAR ***/

.logo img {
    max-width: 450px;

}

div.logo-div {
    z-index: 1000 !important;
}

#logo {
    display: inline-block;
    padding: 10px;
    margin-top: 3px;
    z-index: 1000 !important;
}

.logo {
    padding-bottom: 20px;
}

.navbar-collapse {
    margin-right: -20px !important;
}

.navbar-header {
    margin-left: -13px !important;
}

.navbar-nav,
.breadcrumb {
    margin: 5px 0;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0px;
}

.container-fluid {
    background: #FFF;
}

.navbar-default {
    background-image: none;
    background: transparent;
    box-shadow: none;
    border: none;
}

.navbar {
    border-bottom: 0px solid #083d89;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    border: 3px solid transparent;
}

.navbar-nav > li {
    margin-right: 0px;
}

.navbar-nav > li:last-child {
    border-right: none;
}

.navbar-nav > li > a,
.breadcrumb > li > a {
    color: #444 !important;
    text-decoration: none;
    padding: 20px 10px 20px 10px;
    margin: 0px 5px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-transform: none;
    font-weight: normal;
    display: block;
    line-height: 16px;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.navbar-nav > li:first-child > a:before {
    display: none;
}

.navbar-nav > li > a:before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    position: absolute;
    background: #ccc;
    margin-left: -24px;
    margin-top: 2px;

}

.navbar-nav.sub-menu > li > a:before {
    margin-left: -12px;
}


.navbar-nav > li.active {
    font-size: 13px;

}

.caret {
    display: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
    background-color: transparent !important;
    background: transparent !important;
    color: #333;
    outline: 0 none;
    text-decoration: none;
    background-color: #e8e8e8 !important;
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%) !important;
    background-repeat: repeat-x !important;
}

.dropdown-menu > .active > a:hover {
    color: #333;
    background-color: #e8e8e8 !important;
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%) !important;
    background-repeat: repeat-x !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover .navbar-nav > li > a {
    color: #980be3 !important;
}

.dropdown-menu a {
    font-size: 14px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
    border-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    margin: 0px;
    padding: 0;
    box-shadow: none;
    border-top: 0;
    border-radius: 0;
    left: 0;
    width: 300px;
}

.dropdown-menu > li {
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    height: auto !important;
}


.dropdown-menu > li > a {
    padding: 15px 25px 15px 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border: none !important;
    margin: 0px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li > a:focus {

    background: #fff !important;
    color: #980be3;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: none;
    color: #980be3 !important;
    background: transparent;
    border-radius: 5px;
    text-shadow: none;
    box-shadow: none;
}

.navbar-nav > li > a:hover {
    background: transparent;
    text-shadow: none;
    color: #980be3 !important;
    border-radius: 5px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#carousel-example-generic {
    border-bottom: solid 0px #777 !important;
}

.navbar-brand > img {
    margin-left: 25px;
    max-width: 420px !important;
    z-index: 9999999;
    margin-top: -12px;
}

#site-etusivu .navbar-brand > img {
    display: none;
}

/**** ETUSIVU ****/

.carousel-caption h1 {
    color: #FFF;
    font-size: 95px;
    margin-top: -45px;
    letter-spacing: 1.4px;
    margin-bottom: 0;
}

.carousel-caption {
    bottom: 20px;
    left: -60px;
    top: auto;
    right: auto;
    background: #000;
    padding: 20px 50px 20px 90px !important;
    text-align: left;
    border-top: 4px solid #C10039;
    transform: skewX(-18deg);
    outline: 1px solid transparent;
}

.carousel-caption h2 {
    text-shadow: none;
    font-size: 27px;
    margin: 0 0 10px 0;
    color: #1a1a18;
    text-transform: uppercase;
}

.carousel-caption h2:before {
    content: '';
    background: url(../images/b.png);
    background-size: cover;
    display: inline-block;
    width: 17px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: -1px;
}

.carousel-caption > div {
    transform: skewX(18deg);
}

.carousel-caption img {
    padding: 15px;
    max-height: 120px;
    margin-bottom: 30px;
}

.carousel-caption p {
    text-shadow: none;
    color: #fff;
    margin-bottom: 0px;
    font-size: 24px;
}

.carousel-caption > img {
    width: auto !important;
    height: auto !important;
}

/**** SLIDER ****/

.carousel .carousel-inner img {
    background-position: center bottom !important;
    height: 100%;
    width: 100%;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.slider {
    padding: 0 !important;
    border-bottom: 0px solid #1a1a18;
    margin-top: -1px;
}

.under-slider {
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(242, 242, 242, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(242, 242, 242, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(242, 242, 242, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0); /* IE6-9 */
    border-bottom: solid 0px #ccc;
    padding: 5px 0;
}

.under-slider h2 {
    font-style: italic;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #FFF;
    padding: 18px 20px 14px 20px;
    margin-bottom: 0;
    text-align: center;
    background: #1a1a18;
}

.under-slider-hl {
    background: #1a1a18;
    border-bottom: solid 1px #ccc;
    margin-top: -2px;
}

#en-contact .under-slider-hl,
#site-yhteystiedot .under-slider-hl {
    margin-top: -5px;
}

.under-slider-hl h1,
.under-slider-hl h2 {
    margin: 0;
    padding: 20px 0 10px 0;
    font-size: 30px;
    color: #FFF;
    font-style: italic;
    text-transform: none;
}

.under-slider > div > div > div {
    padding: 0 6px;

}

.under-slider p {
    padding: 20px;
    min-height: 180px;
    background: #FFF;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/**** FEATURES ****/

.etusivu-intro {
    padding: 40px 0;
}

.introteksti img {
    max-width: 250px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.sertit img {
    max-width: 300px;
}

.features {
    margin: 0 !important;
    padding: 0px 0 24px 0 !important;
    border-bottom: solid 0px #ccc;
}


.tuotteet {
    padding: 0 6px 0 6px !important;
}

.palvelut {
    padding: 0 6px 0 6px !important;
}


.features img {
    max-width: 250px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.features h2 {
    font-size: 25px;
    color: #FFF;
    background: #1a1a18;

    margin-bottom: 0px;
    padding: 12px 18px 6px 18px;

    font-style: italic;
}

.features > div > div > div {
    margin-bottom: 20px;
}


.features .btn {
    margin-bottom: 0;
}

.features > div > div > div > div {

}


.tuotteet > div > div,
.palvelut > div > div {
    width: 100%;

}


.tuotteet > div > div p,
.palvelut > div > div p {
    margin-bottom: 15px;
}

.ciech {
    margin: 30px 0;
}

/**** FOOTER ****/

.footer {
    padding: 20px 0 30px 0;
    color: #f5f5f5;
}

.footer div.footer-form-col {
    padding-right: 30px;
}

.footer h2 {
    border-bottom: solid 2px #bf2e1a;
    padding-bottom: 5px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}

.footer p {
    margin: 0;
    font-size: 14px;
}

.sidebar i,
.footer i {
    font-size: 16px;
    color: #bf2e1a;
    display: inline-block;
    text-align: center;
    width: 20px;
}

.help-block {
    margin: 0px;
}

.bottom {
    color: #494948;
    padding: 12px 0 15px 0;
}

.bottom i {
    padding-right: 5px;
}

.siteseq-logo {
    opacity: 0.7;
    margin-top: -2px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    height: 14px;
}

.serts {
    padding-top: 20px;

}

.serts img {
    max-width: 150px !important;
    margin-right: 10px;
    margin-top: 20px;
}

.serts img:nth-child(2) {
    max-width: 100px !important;
    margin-right: 10px;
    margin-top: 20px;
}

.siteseq-logo:hover {
    opacity: 1;
}

.bottom p {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 3px;
}

textarea {
    min-height: 150px;
}


/*** CONTENT ***/

.content {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 100px;
}

.no-zoom {
    max-width: auto !important;
    height: auto !important;
}

.sidebar {
    padding: 20px;
    border: solid 1px #ccc;
}


.sidebar img {
    padding: 0;
    border: 0;
    max-width: 180px;
}

.sidebar ul {
    list-style-type: none;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
}

.sidebar hr {
    border-color: #ccc;
}

ul.no-border {
    border-bottom: 0;
}

div.list-view div.summary {
    display: none;
}

div.blog-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

img.fr-dii {
    float: right;
}

div.footer-sep {
    border-top: 1px solid #ddd;
    padding: 0px;
    margin: 15px 0px;
    float: left;
    clear: both;
    width: 100%;
}

div.article-content div p img {
    max-width: 100% !important;
}

div.row.news div.article-wrap div.blog-image {
    margin-top: 20px;
}

/*** MEDIA QUERIES ***/

@media only screen and (max-width: 1150px) {

    div.container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    div.topborder {
        margin-left: 0px;
        margin-right: 0px;
    }

    div.img-bg {
        padding-bottom: 50%;
        height: 0 !important;
    }

}

@media only screen and (max-width: 1050px) {
    #main-logo {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    #main-logo {
        display: none;
    }

    .navbar-brand > img {
        display: block !important;
    }
}


@media only screen and (max-width: 768px) {

    .carousel-caption,
    .carousel-caption > div {
        transform: none;
    }

    .carousel-caption {
        width: auto;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: auto;
        padding: 20px 15px !important;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
        border: none;
    }

    div.topborder {
        background-color: #cf004b;
    }

    div.container.footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.sidebar {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.row.news div.article-wrap div.blog-image {
        margin-right: 0px !important;
    }

    /*    .navbar-brand > img {
            margin-left:10px;
            max-width:110px !important;
            z-index:9999999;
            margin-top:-5px;
        }*/
    li.language > a {
        border-bottom: 0px !important;
    }

    li.language > a:hover {
        border-bottom: 0px !important;
    }

    .language {
        padding: 0 !important;
        margin: 0 !important;
    }

    .language > a {
        padding: 10px 15px !important;
    }

    li.lang-margin-left {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .footer > div > div > div {
        padding: 10px 20px;
    }

    ul.navbar-nav > li::after {
        background: transparent none repeat scroll 0 0;
        content: " ";
        display: block;
        height: 0px;
        margin: 0px auto 0;
        transition: all 200ms ease 0s;
        width: 0;
    }

    ul.navbar-nav > li.active::after, ul.navbar-nav > li:hover::after {
        background: #bf2e1a none repeat scroll 0 0;
        width: 0;
    }

    .navbar-nav > li > a {
        padding: 10px 25px !important;
        text-align: left;
    }

    .navbar-nav > li {
        padding: 0;
    }
}

@media only screen and (max-width: 485px) {

    body {
        font-size: 15px;
    }

    h1 {
        font-size: 35px;
        font-weight: 600 !important;
    }

    h2 {
    }

    #main-logo p {
        font-size: 19px !important;
    }

    div.carousel-caption * {
        font-size: 19px !important;
        line-height: 25px !important;
    }

    div.carousel-caption {
        top: 0px;
        padding: 20px 10px !important;
        font-size: 15px !important;
    }

    div.uutiset > div {
        width: 100% !important;
    }

    img.fr-dii {
        float: none;
        width: 100% !important;
        display: block;
        margin: 12px 10px;
    }

    #seo-logos img {
        width: 50% !important;
        height: auto !important;
    }

    .footer-form-col {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width: 380px) {

    div.carousel-caption * {
        font-size: 15px !important;
    }

    div.carousel-caption {
        font-size: 15px !important;
        padding: 12px 10px !important;
    }
}


.tuotteet-ul ul {
    list-style-type: none;
    padding: 0;
}

.tuotteet-ul ul li {
    display: inline-block;
}

.tuotteet-ul ul li a {
    background: #1bbc00;
    background: -moz-linear-gradient(top, #1bbc00 0%, #50c900 100%);
    background: -webkit-linear-gradient(top, #1bbc00 0%, #50c900 100%);
    background: linear-gradient(to bottom, #1bbc00 0%, #50c900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbc00', endColorstr='#50c900', GradientType=0);
    color: #FFF;
    display: inline-block;
    padding: 9px;
    font-weight: 400;
    margin-top: 3px;
    margin-right: 1px;
    font-size: 13px;
    outline: 1px solid transparent;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.tuotteet-ul ul li a:hover {
    opacity: 0.85;
}

.bg {
    background: #1bbc00;
    background: -moz-linear-gradient(top, #1bbc00 0%, #50c900 100%);
    background: -webkit-linear-gradient(top, #1bbc00 0%, #50c900 100%);
    background: linear-gradient(to bottom, #1bbc00 0%, #50c900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbc00', endColorstr='#50c900', GradientType=0);
    color: #FFF;
}


/*** UUTISET ETUSIVU ***/

div.uutiset {


    margin-bottom: 20px;
}

div.uutiset span.headline {
    display: block;
    font-weight: 600;
    font-size: 17px;
    background: #1a1a18;
    padding: 8px 10px;
    color: #FFF;
    transform: skewX(-8deg);
}

div.uutiset span.date {
    display: inline-block;
    font-weight: 600;
    background: #CF004B;
    color: #FFF;
    margin-left: 5px;
    transform: skewX(-8deg);
    padding: 5px 10px;


}

div.uutiset > div > div {
    background: #f5f5f5;
    padding: 20px 15px 15px 15px;
    margin-left: -3px;
    margin-top: -10px;
}

div.uutiset > div {
    width: 50%;
    float: left;

    padding: 5px 10px 5px 5px;
}

div.uutiset span.more i {
    color: #980be3;
    padding-right: 5px;
}

div.uutiset span.more:before {
    content: '';
    background: url(../images/b.png);
    background-size: cover;
    display: inline-block;
    width: 11px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px;
}

div.uutiset p {
    margin-bottom: 8px;
    font-size: 14px;
}

div.uutiset span.more {
    font-weight: 400;
    display: block;
    text-align: right;
    margin-bottom: 0;
}


.headline-site h1 {
    margin-bottom: 20px;
}

.content-css ul {
    padding: 0;
    list-style-type: none;
}

.content-css img {
    width: 100%;
    padding: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.content-css h2 {
    padding-bottom: 3px;
    margin-top: 0;
    text-transform: uppercase;
    display: inline-block;
}

.tt-row {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: solid 1px #ccc;
}


.content-css h1,
.content-css h2 {
    letter-spacing: -0.4px;
}

.content-css h4 {
    margin-top: 20px;
    text-transform: uppercase;
}

.img-col {
    padding-right: 30px;
}

.content-css ul li:before {
    content: '\f101';
    font-family: "FontAwesome";
    color: #980be3;
    padding-right: 7px;
}

.content-css ul li {
    padding-bottom: 2px;
}

.content-css {
    padding-bottom: 30px;
}

.yht-map {
    margin-bottom: 20px;
    padding: 0;
}

.footer-form-col h3 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #444;
    font-weight: normal;
}

.footer-form-col {
    padding-right: 30px;
}

.yht-sidebar img {
    border: 0;
    width: 160px;
}

.yht-sidebar h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #980be3;
    margin-bottom: 15px;
}

.yht-sidebar h2:first-child {
    margin-top: 0;
}

.yht-sidebar .row h2 {
    margin-top: 30px;
}

.yht-sidebar .row > div {
    padding: 0;
}

.yht-sidebar ul li:before {
    display: none;
}

.yht-sidebar ul {
    margin-bottom: 15px;
}

.hihnahuoltorow {
    margin-top: 30px;
}

.hihnahuoltorow h2 {
    border: 0;
    margin-bottom: 5px;
}

/* Nordlane */
ul.navbar-nav.sub-menu,
ul.breadcrumb {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0px -5px;
    border-bottom: 1px solid #ddd;
}

ul.navbar-nav.sub-menu li a,
ul.breadcrumb li a {
    text-transform: none;
    color: #444 !important;
    padding: 15px 20px;
    font-weight: normal;
}

ul.breadcrumb li {
    text-transform: none;
    color: #444 !important;
    font-weight: normal;
}


ul.navbar-nav li.active a,
ul.navbar-nav li a:hover {
    color: #980be3 !important;
}

div.blog div.content {
    padding-top: 0px;
}

div.blog div.article-content {
    padding-bottom: 60px;
}

div.article-content h2,
div.text h2 {
    font-size: 30px;
    font-weight: 300 !important;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #980be3;
    line-height: 145%;
}

input[type=text], textarea.form-control {
    font-size: 17px;
    padding: 10px 12px;
    height: auto;
    width: 100%;
}

textarea.form-control {
    width: 100%;
}

div.radios p {
    display: inline-block;;
}

div.field-rekryform-currentoccupation {
    display: inline-block;;
    padding-left: 20px;
}

label {
    font-weight: normal;
}

div.row.filu {
    padding: 10px;
    background-color: #f8f8f8;
    margin: 15px 0px;
}

#site-digitaaliset-ratkaisut div.blog div.img-bg,
#site-nordlane div.blog div.img-bg {
    height: 500px;
    margin-bottom: 20px;
}


#seo-logos {
    display: block;
    width: 100%;
    margin: 15px 0px;
}

#seo-logos img {
    margin-right: 15px;
    float: none !important;
    display: inline-block !important;
}

div.sidebar {
    border: none;
}

div.sidebar > div {
    text-align: center;
    background-color: #f8f8f8;
    border: none;
    padding: 20px 20px;
    font-size: 15px;
}

div.sidebar > div#ficora img {
    margin-top: 15px;
}

div.article-wrap.nordlanesta-virallinen-fi-verkkotunnusvalittaja div.img-bg {
    background-size: contain !important;
}

div.article-content.nordlanesta-virallinen-fi-verkkotunnusvalittaja div.img-bg {
    background-position: left !important;
    background-size: contain !important;
    margin-bottom: 20px;
}

div.article-wrap div.date,
div.article-content div.date {
    margin-top: 6px;
    font-style: italic;
}

#service-one-liner li h3 {
    position: relative;
}

#service-one-liner li h3:before {
    content: '-';
    position: absolute;
    left: -20px;
    top: 1px;
}

#service-one-liner li:first-child h3:before {
    content: none;
}


/*
div.article-wrap h2,
div.article-content h2:not(.desc),
#news h2 {
    margin-bottom:15px;
    margin-top:15px;
    background-color: #555;
    color: white;
    padding: 10px 15px;
    } */

ul.breadcrumb {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.uutiset a.more {
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;

}

div.blog.article.news div.date {

    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0px 0px 12px 0px;

}

div.blog.article.news div.blog-image {
    margin-bottom: 15px;
}

div.blog.article.news div.blog-image .img-bg {
    height: 350px;
}

div.row.news div.blog-item-inner div.blog-image {
    margin-right: 20px;
}

div.blog-item-inner div.desc {
    color: #636363;
}

a:hover div.desc {
    color: #980be3;
    text-decoration: none;
}

div.blog-image {
    margin-bottom: -10px;
}

div.blog.article.module h3 {
    font-weight: normal;
}

div.blog.article.module h4 {
    font-weight: normal;
    font-size: 16px;
}

div.blog.article.module div.example {
    background-color: #f8f8f8;
    padding: 15px;
    font-size: 14px;
}

div.row.center > div {
    text-align: center;
    font-size: 17px;
}

div.blog.article.module ul {
    list-style: none;
    padding: 0px;
}

div.blog.article.module ul li {
    line-height: 120%;
    margin-bottom: 12px;
}

div.blog.article.module div.row.center > div ul {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.blog div.img-bg {
    height: 400px;
    margin-bottom: 20px;
}

#cabin-gallery {
    text-align: right;
    margin-top: 12px;
}

#cabin-gallery img {
    margin: 0px 6px 6px 0px;
}

div.empty {
    display: none;
}

.temp {
    padding: 15px;
    background-color: #eee;
    text-align: center;
    color: #aaa;
    border: 1px solid #ddd;
    display: inline-block;
}

div.blog h2 {
}

div.blog div.blog-item {
    padding: 10px 0px;
}

div.blog div.blog-image div.img-bg {
    height: 260px;
}

div.container-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
}

div.container-refet {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

div.news * {
}

div.news span.headline {
    font-weight: bold;
}

div.news > div {
    margin-bottom: 16px;
}

table.calendar * {
    font-size: 12px;
    text-align: center;
}

table.calendar td {
    border: 1px solid #ddd;
    padding: 3px;
}

table.calendar td.booked {
    background-color: #FFB9B1;
    color: #BB6060;
}

body#site-etusivu #top-header {
    /*background: url(../images/bg1.jpg) repeat-y center top;*/
    background-size: 100% auto;

}

#top-header div.container {
    padding-left: 0px;
    padding-right: 0px;
}

#news div.wrap h2 {
    margin-left: -15px;
    margin-right: -15px;
}

#news div.wrap {
    background-color: #fff;
    padding: 0px 15px 20px;
}

#news a.more {
    float: right;
}

#footer {
    background: #000001;
    color: white;
}

#footer * {
    color: white;
}

#refet {
    background: url(../images/bg2.jpg) no-repeat center top / cover;
    color: white;
}

#refet * {
    color: white;
}

#footer div.container {
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer h2 {
    font-weight: 900 !important;
    font-size: 50px !important;
}

#footer p {
    margin: 0px;
    font-weight: 300;
}

#top-header {
    padding-top: 58px;
    padding-left: 0;
    padding-right: 0;
}

#top-header h1,
#top-header h3 {
    color: #000001;
    font-weight: 600;
}

#main-logo p {
    color: #000001;
    font-size: 22px;
    font-weight: 400;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 160%;
}

.parallax {
    background-attachment: fixed !important;
    background-width: 100% !important;
}

#bar {
    z-index: 1000;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    /*background: url(../images/bg1.jpg) no-repeat center top;
    background-size: 100% auto;*/
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.23);
    height: 58px;
}

div.topright {
    padding-left: 0px;
    padding-right: 0px;
}

div.caption {
    position: absolute;
    top: 30px;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    padding: 20px 30px;
    color: white;
}

div.caption h2 {
    color: white;
    font-size: 35px;
}

div.caption li {
    font-size: 18px;
    font-weight: bold;
}

.buttoni2 {
    padding: 8px 10px;
    font-size: 14px;
}

.buttoni2:hover {
    color: white;
    opacity: 0.85;
}


ul.navbar-nav.sub-menu.nav li a {
    font-size: 18px;
    padding: 25px 8px;
}

ul.navbar-nav.sub-menu.nav li.active a {
    font-weight: 700 !important;
}

div.share-holder {
    height: 50px;
}

li.info span {
    padding: 25px 15px;
    color: #999;
    display: block;
    font-size: 15px;
    line-height: 16px;
}

li.path span {
    padding: 10px;
    color: #fff;
    display: block;
    font-size: 13px;
    line-height: 16px;
}

li.path {
    border: 3px solid transparent !important;
    margin-left: -15px !important;
    padding-right: 30px !important;
}

#main-logo h1 {
    margin-bottom: 12px;
}

p.navbar-text.call {
    padding-left: 13px;
    display: inline-block;
    font-size: 20px;
    color: white;
    text-align: left;
}

p.navbar-text.call span {
    font-weight: bold;
    display: block;
}

button.navbar-toggle {
    margin-top: 12px;
    margin-right: 15px;
}

span.icon-bar {
    background-color: white !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus span.icon-bar {
    background-color: #980be3 !important;
}

div.feat-box {
    text-align: left;
    padding: 15px;
}

div.feat-box .icon {
    padding-top: 15px;
    float: left;
    margin-right: 20px;
    height: 180px;
    width: 140px;
    text-align: center;
    color: #980be3;
}

div.feat-box .icon span.percent {
    display: block;
    font-size: 48px;
    font-weight: bold;

}

div.feat-box .icon span.small {
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding-top: 10px;

}

#header-logo {
    height: 40px;
}


@media (max-width: 1090px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        background: white;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .collapse.in {
        display: block !important;
    }

    ul.navbar-nav {
        padding: left: 0px;
        margin: 0px;
    }

    ul.navbar-nav li {
        display: block;
        margin-left: 0px;
    }

    ul.navbar-nav li a:before {
        background: none;

    }

    ul.navbar-nav li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0px;

    }

    ul.navbar-nav.sub-menu {
        padding-bottom: 10px;
    }

    .navbar div.navbar-collapse {
        padding: 0px;
    }

}


div.oppaat h2 {
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0px;
}

div.oppaat h2 i {
    color: #980be3;
}

#consumerform-rastit label {
    display: block;
    padding-left: 15px;
}

label.control-label {
    font-weight: bold;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

div.help-block {
    color: #de2b27 !important;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0px;
}

div.form-header {
    position: absolute;
    left: -4000px;
}

.form-horizontal .control-label {
    text-align: left !important;
}

#quick-form label, #advanced-form label {
    min-width: 70px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: limegreen;
}


table.list-input-table {
    border: 1px solid #ccc;

}

table.list-input-table td, table.list-input-table th {
    border: 1px solid #ccc;
    padding: 4px 8px;
    min-width: 50px;
}

table.list-input-table th {
    background-color: #eee;
}


table.system-input-table {
    border: 1px solid #ccc;

}

table.system-input-table td, table.system-input-table th {
    border: 1px solid #ccc;
    padding: 4px 8px;
    min-width: 50px;
}

table.system-input-table th {
    background-color: #eee;
}

table.list-input-table input[type=text], table.system-input-table input[type=text] {
    font-size: 14px;
}


.navbar-default .navbar-toggle {
    border-color: #980be3;
    background-color: #980be3;
}

.collapse.in li.active, .collapse.in li:hover {
    border-bottom: 5px solid #fff !important;
}

.homepage .box {
    min-height: 420px;
}

.report-box {
    padding: 20px;
    /*border:1px solid #ccc;*/
    border-radius: 5px;
}

.report-box h3 {
    font-weight: 300;
    font-size: 30px;
}

.report-box table td, .report-box table th {
    padding: 10px;
    border: 1px solid #ccc;

}

.report-box table th {
    font-size: 30px;
    font-weight: 600;
}

.report-box table.answers td {
    min-width: 200px;
    border: 1px solid #ccc;
    padding: 10px;
}

.report-box table.answers td.answer {
    font-weight: 600;
}

.report-box .kpl {
    font-size: 30px;
    font-weight: 600;
}

.knob-holder {
    position: relative;
}

.knob-holder .knob-value {
    position: absolute;
    top: calc(50% - 12px);
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.knob-value-pdf {
    display: none;
}

.report-box input {
    display: none;
}

#consent {
    display: none;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0px;
    background-color: #980be3;
    border-top: 1px solid white;
    padding: 15px;
}

.consent-text {
    font-size: 12px;
    color: white !important;
}

.consent-text a {
    color: white !important;
}

.consent-button {
    float: right;
    margin-left: 30px;
}

.form-group.field-advancedform-q2, .form-group.field-advancedform-q4, .form-group.field-advancedform-q6, .form-group.field-advancedform-q8, .form-group.field-advancedform-q10, .form-group.field-advancedform-q12, .form-group.field-advancedform-q14 {
    background-color: #eee;
    padding: 20px;
}

.form-group.field-advancedform-q1, .form-group.field-advancedform-q3, .form-group.field-advancedform-q5, .form-group.field-advancedform-q7, .form-group.field-advancedform-q9, .form-group.field-advancedform-q11, .form-group.field-advancedform-q13 {
    padding: 20px;
}

.form-group.field-quickform-q1, .form-group.field-quickform-q3, .form-group.field-quickform-q5, .form-group.field-quickform-q7, .form-group.field-quickform-q81 {
    background-color: #eee;
    padding: 20px;
}

.form-group.field-quickform-q2, .form-group.field-quickform-q4, .form-group.field-quickform-q6, .form-group.field-quickform-q8, .form-group.field-quickform-q9, .form-group.field-quickform-q91, .form-group.field-quickform-q10 {
    padding: 20px;
}

.form-group.field-quickform-q91 {
    margin-top:-30px;
}

#quick-form hr, #advanced-form hr {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha-terms {
    font-size: 10px;
    color: #888;
    line-height: 130%;
}

.recaptcha-terms a {
    font-size: 10px;
    color: #888;
    text-decoration: underline;
}

.dark-bg * {
    color: white !important;
}
