/* 
    Created on : 15.1.2015, 15:09:08
    Author     : Juha K
*/
.valikko-div {
    position: fixed;
    width: 100%;
    z-index: 5;
}
.margin-div {
    height: 60px;
}
.navbar {
    border-bottom: 5px solid whitesmoke;
    z-index: 5;
}
#logo_seal {
    width:213px;
    height: 96px;
    position: fixed;
    left: 50%;
    margin-left: -107px;
    margin-top: -63px;
    z-index: 10;
    background-image: url("../Img/logo_seal003.png");
}

.row-main-top {
    margin-top: 100px;
}

.row-main-default {
    margin-bottom: 30px;
}
.logo-header {
    min-height: 615px;
}
.logo-text {
    color: white;
    font-family: sans-serif;
    font-size: 65px;
    margin-top: 25px;
}
.logo-img {
    height: 150px;
    margin-left: 40px;
}

.img-soc-logo {
    height: 35px;
}

.resp-img {
    height:70%;
}

#myGallery{
    position:relative;
    width:420px; /* Set your image width */
    height:320px;
}
#myGallery img{
    display: none;
    position:absolute;
    top:0;
    left:0;
}
#myGallery img.active{
    display:block;
    //width: 100%;
    height: 100%;
}
.logo-slide-text {
    font-family: tahoma;
    font-size: 45px;
    color: #acb6c0;
}

.img-slide {
    height: 250px;
}

.img-gal {
    width: 155px;
    height: 117px;
    box-shadow: 3px 3px 6px 3px #acb6c0;
    border-radius: 5px;
}

.uutuudet {
    background-size: 200px 150px;
    min-height: 200px;
    min-width: 150px;
    float: left;
}
.uutuus-img {
    max-width: 100px;
}

.container-main {
    background-image: url("../Img/img_tausta013.jpg");
    background-repeat: no-repeat;
    /*margin-top: 25px;*/
/*    max-width: 100%;*/
}

.footerOma {
    background-color: #2c3e50;
    color: whitesmoke;
    padding-top: 30px;
    padding-bottom: 20px;
    min-height: 200px;
}

.deco-img {
    box-shadow: 4px 4px 8px 5px #000000;
}

.tuote-specs {
    width: 135px;
    float: right;
    font-family: tahoma;
    font-size: 12px;
    /*border: 1px dashed blue;*/
}
.tuote-specs table {
    width: 100%;
}
.tuote-specs td {
    text-align: center;
}
#td-hinta {
    background-color: #f5e79e;
}

.tuote-kuva {
    width: 155px;
    height: 200px;
    float: left;
    /*border: 1px dotted gray;*/
}
.tuote-kuva img {
    max-width: 155px;
    max-height: 200px;
}

.oma-box {
    width: 310px;
    height: 272px;
    float:left;
    padding: 4px;
    margin: 10px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px #acb6c0;
    border-radius: 8px;
    /*border: 1px solid lightgray;*/
}

.tuote-nimi {
    background-color: #23527c;
    color: whitesmoke;
    text-align: center;
}
.tuote-id {
    float: left;
    width: 100%;
    background-color: lightgoldenrodyellow;
    text-align: center;
}
.tuote-table {
    font-family: tahoma;
    font-size: 11px;
    color: darkslategray;
}

.img-gallery {
    float: left;
    width: auto;
    min-height: 120px;
    margin-right: 20px;
    margin-top: 20px;
}
.div-kuvasto {
    width: 100%;
    height: 110px;
    margin-top: 30px;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    /*border: 1px dotted orange;*/
}
.div-kuv-img {
    float: left;
    /*border: 1px solid blue;*/
}
.div-kuv-img img {
    max-height: 100px;
    max-width: 78px;
    margin-right: 20px;
}
.div-kuv-top {
    float: left;
    width: 80%;
    /*border: 1px solid red;*/
}

.div-kuv-top table {
    width: 80%;
}

.div-kuv-bottom {
    float: left;
    width: 80%;
    /*border: 1px solid gray;*/
}
.div-kuv-left {
    float: left;
    width:50%;
}
.div-kuv-right {
    float: right;
    width: 50%;
}

.green {
    color:#5cb85c;
}
.red {
    color:#cd2a19;
}
.yellow {
    color:#f5e79e;
}