/* Lightbox images for single-bike page. */

/* * { box-sizing: border-box; } */

.ibb-lb-row > .ibb-lb-column {
    padding: 5px 8px;
    box-sizing: border-box;
    
}

.ibb-lb-row:after {
    content: "";
    display: table;
    clear: both;
    box-sizing: border-box;
}

.ibb-lb-column {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

/* The Modal (background) */
.ibb-lb-modal {
    display: none;
    position: fixed;
    z-index: 23 !important;
    background: top;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal content */
.ibb-lb-modal-content {
    position: relative;
    z-index: 24 !important;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    max-width:1200px;
    box-sizing: border-box;
}

/* The close button */
.ibb-lb-close {
    color: white;
    position: absolute;
    margin-top: 20px;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    box-sizing: border-box;
}

.ibb-lb-close:hover,
.ibb-lb-close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.ibb-lb-slides {
    position: relative;
    display: none;
    margin: auto;
    width: 65%;
}

.ibb-lb-cursor {
    cursor: pointer;
    box-sizing: border-box;
}

/* Next and Previous buttons*/
.ibb-lb-prev,
.ibb-lb-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* Position the "next button" to the right */
.ibb-lb-next {
    right: 0;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
}

/* On hover, add a black background color with a little bit see-through */
.ibb-lb-prev:hover,
.ibb-lb-next:hover {
    background-color: rgba( 0, 0, 0, 0.8 );
}

/* Number text (1/3 etc) */
.ibb-lb-numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* img { margin-bottom: -4px; } */

.ibb-lb-caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
    box-sizing: border-box;
}

.ibb-lb-img {
    opacity: 0.6;
    margin-bottom: -4px;
    box-sizing: border-box;
}

.ibb-lb-active,
.ibb-lb-img:hover {
    opacity: 1;
    box-sizing: border-box;
}

.ibb-lb-hover-shadow {
    transition: 0.3s;
    box-sizing: border-box;
}

.ibb-lb-hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba( 0, 0, 0, 0.2 ), 0 6px 20px 0 rgba( 0, 0, 0, 0.19 );
    cursor: pointer;
    box-sizing: border-box;
}
