body {
    font-family: 'Yantramanav', sans-serif;
    color: #333;
    overflow-x: hidden;
}
.container-fluid {
    max-width: 1100px;
    padding: 0 20px;
}
h1, h2, h3 {
    margin-bottom: 12px;
    margin-top: 15px;
    font-family: 'Racing Sans One';
}
h1 {
    font-size: 42px;
    margin: 30px 0;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 24px;
}
@media (max-width: 575.98px) { 
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }
}
img {
    width: 100%;
    height: auto;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid rgba(180,180,180,.1);
}
/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */
.sidebar-btn {
    outline: none !important;
    border: none;
    position: fixed;
    top: 10px;
    right: 20px;
    padding: 8px 13px;
    z-index: 99;
    color: #fff;
}
.rm-btn {
    color: #fff;
}
.rm-btn, .sidebar-btn {
    font-size: 16px;
    background-color: #333;
    border: 1px solid #222;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(88, 80, 61, 0.4);
    text-shadow: none !important;
    margin: 10px 0;
    white-space: normal;
}
.rm-btn-light {
    color: #333;
    background-color: #fff;
}
.rm-btn:hover, .rm-btn:active, .rm-btn:focus, .sidebar-btn:hover, .sidebar-btn:active, .rm-btn-light:hover, .rm-btn-light:active, .rm-btn-light:focus {
    background-color: #c71e05 !important;
    color: #fff;
    border-color: #e02306 !important;
}
.rm-btn-xtrpadding {
    padding: 10px 45px;
}

@media (max-width: 414px)  {
    .rm-btn-fullwidth {
        width: 100%;
    }
}
@media (max-width: 760px) and (min-width: 576px)  {
    .rm-btn-fullwidth {
        width: 100%;
    }
}
.rm-btn-xs {
    padding: 5px 10px;
    font-size: 14px;
} 

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.sidemenu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f2f2f2;
    background-image: url(img/texturebg.png);
    color: #333;
    overflow-x: hidden;
    height: 100%;
    width: 0;
    z-index: 99;
    text-align: left;
    font-size: 14px;
    -webkit-transition: .5s ease .1s;
    -moz-transition: .5s ease .1s;
    -o-transition: .5s ease .1s;
    transition: .5s ease .1s;
    box-shadow: 0 0 5px #000;
}
.sidebar-header, .sidebar-links, .sidebar-footer {
    padding: 10px;
    width: 100%;
}
.btn-menu-close {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 10px;
}
.btn-menu-close:hover, .btn-close:active {
    color: #fff;
    background-color: #c71e05;
}
.sidebar-header{
    display: block;
    padding: 70px 15px 20px 15px;
    font-family: 'Racing Sans One';
    font-size: 20px;
}
.sidebar-header > img {
    max-width: 180px;
}
.sidebar-links > a {
    padding: 5px;
    display: block;
}
.sidemenu > div > a, .sidemenu > div > p > a {
    color: #333;
}
.sidemenu > div > a:hover, .sidemenu > div > p > a:hover, .sidemenu > div > a:active, .sidemenu > div > p > a:active {
    color: #f2f2f2 !important;
    text-decoration: none;
    background-color: #c71e05;
    display: block;
}
.sidebar-footer {
    padding: 20px 10px;
}
.sidebar-footer > p, .sidebar-footer > a {
    padding: 2px 5px;
}
.sidebar-footer > a {
    display: block;
}
.sidebar-footer > a > i {
    padding-right: 7px;
}
.sidebar-footer > a:hover {
    color: green !important;
}
.nav-some-btn {
    font-size: 26px;
    padding: 0 5px;
}
.sidebar-links > hr {
    margin: 0;
    border-top: 1px solid #ddd;
}

/* ---------------------------------------------------
    Cookie policy banner
----------------------------------------------------- */

#cookiepolicy {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #222;
    color: #ddd;
    text-align: center;
    z-index: 99;
    font-size: 14px;
    -webkit-transition: .5s ease .1s;
    -moz-transition: .5s ease .1s;
    -o-transition: .5s ease .1s;
    transition: .5s ease .1s;
    box-shadow: 0 0 5px #000;
    box-sizing: border-box;
    overflow: hidden;
}
@media (max-width: 530px) {
    #cookiepolicy {height: 130px;}
}
#cookiepolicy > div {
    padding: 20px;
}
#cookiepolicy > div > p {
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    SECTIONS STYLE
----------------------------------------------------- */
object {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

#header {
    background-color: #000;
    padding: 20px 0 0;
    margin-bottom: -80px;
    background: url(img/headerbg.jpg) no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: #000;
}
#header-img {
    max-width: 500px;
    padding: 30px 0;
}
.header-link {
    color: #000;
}
.header-link:hover, .header-link:active {
    text-decoration: none;
    color: #000;
}
.headerbox {
    box-sizing: border-box;
    margin-bottom: 30px;
    background-image: url(img/texturebg.png);
    background-color: #f2f2f2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    text-align: center;
}
.headerboximg {
    padding: 20px 0 0;
}
.headerboxtxt {
    padding: 10px 30px 50px;
}
.headerbox:hover, .headerbox:active {
    background-color: #fff;
}
.header-icon {
    width: auto;
}
.harmaa1section {
    background-color: #f2f2f2;
    padding: 100px 0;
    background-image: url(img/texturebg.png);
}
.harmaa2section {
    background-color: #fdfdfd;
    padding: 100px 0;
    background-image: url(img/texturebg.png);
}
#henkiloautot {
    padding: 120px 0 100px;
}

/* Generated by http://responsive-css.spritegen.com Responsive CSS Sprite Generator */
 
.logospriteaeolus, .logospritealliance, .logospritebkt, .logospritecordiant, .logospritehankook, 
.logospritekapsen, .logospritelaufenn, .logospritemitas {
    max-width: 100%;
    background-size: 100%;
    background-image: url('img/logosprite.png');
    margin: 0 0 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 0 2px 0 0;
}
 
.logospriteaeolus { background-position: 0 0%; background-size: 100%; }
.logospritealliance { background-position: 0 14.285714%; background-size: 100%; }
.logospritebkt { background-position: 0 28.571429%; background-size: 100%; }
.logospritecordiant { background-position: 0 42.857143%; background-size: 100%; }
.logospritehankook { background-position: 0 57.142857%; background-size: 100%; }
.logospritekapsen { background-position: 0 71.428571%; background-size: 100%; }
.logospritelaufenn { background-position: 0 85.714286%; background-size: 100%; }
.logospritemitas { background-position: 0 100%; background-size: 100%; }

.rengasmerkki {
    max-width: 550px;
    padding: 0 0 10px;
    margin: auto;
}

/* hinnasto */
.hinnasto-table {
    table-layout: fixed;
    width: 100%;
    font-size: 12px;
    font-family: 'Yantramanav', sans-serif;
    margin-bottom: 20px;
}
.hinnasto-table-otsikko {
    background-color: #333;
    color: #fff;
}
th, td {
    padding: 2px 15px 2px 2px;
    border-bottom: 1px solid #f2f2f2;
    width: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
tr:hover, tr:active {
    background-color: #f2f2f2;
}
.hinnasto-table-otsikko > tr:hover, .hinnasto-table-otsikko > tr:active {
    background-color: #111;
}
.cell-right {
    padding-right: 0;
    width: 13%;
}
.cell-long {
    width: 35%;
}
.cell-medium {
    width: 28%;
}
#raskaskalusto {
}
#tuulilasit {
    background-color: #000;
    padding: 0 0 200px;
    background: url(img/tiski.jpg) no-repeat left center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
#tuulilasit-wrapper {
    padding: 100px 0 50px;
    color: #fff;
    background: -moz-linear-gradient(left, rgba(51,51,51,1) 55%, rgba(51,51,51,0) 55%, rgba(51,51,51,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(51,51,51,1) 55%,rgba(51,51,51,0) 55%,rgba(51,51,51,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(51,51,51,1) 55%,rgba(51,51,51,0) 55%,rgba(51,51,51,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#00333333',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 575.98px) { 
    #tuulilasit-wrapper {
        padding: 100px 20px 50px 0;
        background: -moz-linear-gradient(left, rgba(51,51,51,1) 95%, rgba(51,51,51,0) 95%, rgba(51,51,51,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(51,51,51,1) 95%,rgba(51,51,51,0) 95%,rgba(51,51,51,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgb(51,51,51,1) 95%,rgba(51,51,51,0) 95%,rgba(51,51,51,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}
#rengashuolto {
    background-color: #000;
    padding: 0 0 200px;
    background: url(img/lrp.jpg) no-repeat left center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
#rengashuolto-wrapper {
    padding: 100px 0 50px;
    color: #fff;
    background: -moz-linear-gradient(left, rgba(51,51,51,0) 45%, rgba(51,51,51,1) 45%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(51,51,51,0) 45%,rgba(51,51,51,1) 45%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(51,51,51,0) 45%,rgba(51,51,51,1) 45%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#00333333',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 575.98px) { 
    #rengashuolto-wrapper {
        padding: 100px 20px 50px 0;
        background: -moz-linear-gradient(left, rgba(51,51,51,1) 95%, rgba(51,51,51,0) 95%, rgba(51,51,51,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(51,51,51,1) 95%,rgba(51,51,51,0) 95%,rgba(51,51,51,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgb(51,51,51) 95%,rgba(51,51,51,0) 95%,rgba(51,51,51,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}
#yhteystiedot {
}
.iconspan {
    color: #666;
    padding-top: 2px;
}
.toimipiste-table {
    margin-bottom: 15px;
}
.toimipiste-table > tbody > tr > td {
    border: none;
    white-space: normal;
    vertical-align: baseline;
    padding: 0 8px 2px 2px;
}
.toimipiste-table > tbody > tr:hover {
    background-color: transparent;
}
#otayhteytta {
}
.pakollinen {
    color: red;
    font-size: 12px;
    padding-left: 5px;
}
.henkilo {
    max-width: 300px;
    padding: 0 0 5px 0;
}
.henkiloalign {
    padding-top: 15px;
}
@media (max-width: 575.98px) { 
    .henkiloalign {
        padding-top: 0;
    }
}
.tp-tp {
    display: inline-block;
}
.tp-img {
    width: 20%;
    min-width: 70px;
    float: left;
    padding-right: 2%;
    box-sizing: border-box;
}
.tp-table {
    width: 75%;
    min-width: 100px;
    float: left;
}
#some-container {
    text-align: center;
    margin: auto;
    display: inline-block;
}
#pullaa {
    padding: 40px 0 10px;
    display: inline-block;
}
.some {
    display: inline-block;
}
.somebutton {
    padding: 20px 5px 5px;
    font-size: 32px;
    float: left;
}
.somebutton > a {
    color: #333;
}
.somebutton > a:hover {
    color: #c71e05;
}
iframe {
    margin: 20px 0;
}
#yritys {
}
#footer {
    background-color: #333;
    color: #ddd;
    padding: 100px 0;
    font-size: 14px;
}
#footer-logo {
    max-width: 150px;
    padding: 20px;
    display: block;
    margin: auto;
}
#footer-modal {
    color: #ddd;
    margin: 10px 5px;
    display: inline-block;
    cursor: pointer;
}
#footer-modal:hover {
    color: #fff;
}