/*!
 * jQuery simple gallery Plugin 1.1.0
 *
 * http://fernandomoreiraweb.com/
 *
 * Copyright 2013 Fernando Moreira
 * Released under the MIT license:
 *   http://mit.fernandomoreiraweb.com/
 */

 .simplegallery {
    margin: 0 auto;
    height: 424px;
    overflow: hidden;
}

.simplegallery .content {
    background: #fff;
    position: relative;
    overflow: hidden;
    float: right;
}

.simplegallery .content img {
    width: 100%;
    object-fit: contain;
}

.simplegallery .thumbnail {}
.simplegallery .thumbnail .thumb {
    width: 100px;
    height: 100px;
    margin: 0 0 5px 0;
    cursor: pointer;
    display: block;
}

.simplegallery .thumbnail .thumb img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.simplegallery .thumbnail .last {
    margin: 0;
}

.thumb.active {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12), 0 3px 6px 0 rgba(0,0,0,.08);
}

.simplegallery .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.izdelek-materiali {
    display: flex;
    flex-wrap: wrap;
}

.material {
    margin-right: 5px;
    margin-bottom: 5px;
}

.material img {
    width: 64px;
}

.material span {
    display: block;
    max-width: 64px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    margin-top: 5px;
    overflow: hidden;
}

#domov .btn-outline-primary:focus {
    color: #fcb040;
}