body {
    font-family: 'Quicksand', sans-serif;
    color: #333;
}
.container-fluid {
    max-width: 1100px;
    padding: 0 20px;
}
h1, h2 {
    font-family: 'Raleway', sans-serif;
}
h1 {
    font-size: 48px;
}
img {
    width: 100%;
    height: auto;
}


.sidemenutext {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar-btn {
    outline: none !important;
    border: none;
    position: fixed;
    top: 10px;
    right: 20px;
    padding: 10px 20px;
    z-index: 99;
}
.sui-btn, .navbar-btn{
    padding: 10px 45px;
    font-size: 16px;
    margin: 10px 0;
    background-color: #ab37c8;
    border-color: none;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(88, 80, 61, 0.4);
    text-shadow: none !important;
}
.sui-btn:hover, .sui-btn:active, .navbar-btn:hover, .navbar-btn:active {
    background-color: #cd87de;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #ab37c8;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    line-height: 35px;
    text-align: right;
    padding: 0 10px;
    background: #ab37c8;
    margin: 20px auto 10px auto;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #ab37c8;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 10px 20px;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul p {
    padding: 20px 10px;
}

#sidebar ul li a {
    padding: 10px 20px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #ab37c8;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

.nav-some {
    padding: 0 20px;
}
.nav-some-btn {
    font-size: 32px;
    padding: 0 20px 0 0;
}
.nav-some-btn:hover {
    color: #cd87de;
}
.side-nav-footer {
    padding: 10px 20px;
}
.side-nav-footer > p > a:hover {
    color: #cd87de;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 1em 0;
    padding: 0;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.container-fluid {
    max-width: 1100px;
    padding: 0 20px;
}
#header {
    background: url(img/header3.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    width: 100%;
	height: 100%;
    padding: 8% 0;
    text-align: left;
    color: #fff;
}
#header-txt {
    padding: 50px 0;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.9);
}
#tuote {
    background: url(img/bg-light.jpg);
    width: 100%;
	height: 100%;
    padding: 60px 0;
    text-align: left;
    color: #1a1a1a;
}

#tuottajat {
    background: url(img/simo.jpg) no-repeat center top; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    width: 100%;
	height: 100%;
    background-color: #333;
    color: #fff;
    padding: 100px 0 60px;
}
.refet {
    padding: 30px 0 0;
}

#contact {
    background: url(img/bg-light.jpg);
    padding: 45px 0;
}

.some {
    padding: 0;
}
.some-btn {
    font-size: 28px;
    padding: 0 10px 0 0;
}
.some-btn:hover {
    color: #cd87de;
}
/* ---------------------------------------------------
    Yhteydenottolomake
----------------------------------------------------- */
.pakollinen {
    color: red;
    font-size: 12px;
}

.modal-content {
    background-color: #f9f9f9;
}

#copyright {
    padding: 40px 0 0 0;
    font-size: 12px;
    color: #999;
    text-align: center;
}
#contact-simo {
    padding: 20px 0 0 0;
}

.hr-grey {
    border-top: 1px solid rgb(216, 216, 216);
}
