

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, img, small, strong, sub, sup,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, thead, tr, th, td,
article, aside, canvas, details, embed {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}



html {
    height: 100%;


}
body {
    height: 100%;
}

.onlymobile {
    display: none;
}






#bg-images {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: block;
    left: 0;
    top: 0;
}
#bg-images img {
    position: relative;
    display: block;
    object-fit: cover;
}
#bg-images img.mobile {
    display: none;
}
#bg-images img.fit-to-height {
    height: 100%;
    width: auto;
}
#bg-images img.fit-to-width {
    width: 100%;
    height: auto;
}
#bg-images img.active {

}
#bg-images .image-container {
    opacity: 0;
    height: 100%;
    width: auto;
    display: block;
    background: none;
    background-color: transparent;
    position: absolute;
}
#bg-images.static-list .image-container {
    width: 100%;
}
#bg-images .image-container.first {
    opacity: 1;
}
#bg-image-captions {

}
#bg-images .caption {

}
#bg-images .caption  {
    opacity: 1;
    position: fixed;
    bottom: 30px;
    right: 52px;
    height: auto;
    width: 40%;
    z-index: 15;
    font-weight: lighter;
    font-size: 13px;
    background: url("/img/pattern/FFF/85.png") repeat top center transparent;
    color: #222;

}

#bg-images .image-container + .image-container .caption  {
    opacity: 0;
}
#bg-images .caption .title-row  {
    border-left: 10px solid #d5df3a;
    border-bottom: 1px solid #d5df3a;
   /* background: url("/img/pattern/FFF/45.png") repeat top center transparent; */
    padding: 10px;
}
#bg-images .caption .title-row .subtitle  {
    font-size: 16px;
}
#bg-images .caption .text-row  {
    padding: 10px 10px 20px 20px;
}

#bg-images .caption .wrapper {

}
#bg-images .caption .wrapper > span {
    padding: 10px 20px;
    display: block;
}


#bg-images.captions-v2 .caption {
    border-left: 10px solid #d5df3a;

}
#bg-images.captions-v2 .caption .title-row {
    border: none;
    padding: 20px 20px 0 20px;
}
#bg-images.captions-v2 .caption .title-row .subtitle {

}
#bg-images.captions-v2 .caption .text-row {
    padding: 10px 20px 20px 20px;
}

#bg-images .caption.withperson .person img {
    height: auto;
    width: 100%;
}
#bg-images .caption.withperson  {
    width: 30%;
}
#bg-images .caption.withperson .title-row h3 span  {
    text-transform: none;
}






#bg-image-controls {
    position: fixed;
    right: 0;
    top: 48%;
    z-index: 30;
    display: inline-block;
    background: url("/img/pattern/000/40.png") repeat top center transparent;
    padding: 20px 10px;
}
#bg-image-controls.bundle-right {

}
#bg-image-controls > div,
#bg-images-toggle > div {
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.5;
    display: block;
    margin-top: 0;
}
#bg-images-toggle > div {
    opacity: 1;
}

#bg-image-controls > div + div {
    margin-top: 10px;
}
/*
#bg-image-controls > div:hover {
     opacity: 1;
 } */
#bg-image-controls > div.touched {
    opacity: 1;
}

#bg-images-prev {
}
#bg-images-next {
}
#bg-images-toggle .on-stop {
}
#bg-images-toggle .on-run {
}
#bg-images .on-run {
    display: none;
}
#bg-images.is-run .on-run {
    display: block;
}
#bg-images.is-run .on-stop {
    display: none;
}


@media (max-width: 1024px) and (orientation: landscape) {


}
@media (max-width: 768px) {
    #bg-images .caption.withperson  {
        width: 50%;
    }
}
@media (max-device-width: 480px), (max-width: 480px) {

}


@media (max-device-width: 480px), (max-width: 480px)  {
    #bg-images .caption.withperson  {
        width: 100%;
    }

    #bg-images .image-container img.upper480 {
        display: none;
    }
    .bgimages-v2 #middle-bar-image {
        display: block;

    }

    .bgimages-v2 #bg-images {
        height: auto;
        position: relative;
        z-index: 888;

        top: auto;
        display: block;
    }

    .bgimages-v2 #bg-images .image-container {
        height: auto;
        position: absolute;
    }
    .bgimages-v2 #bg-images .image-container img {
        height: auto;
        position: relative;
    }
    .bgimages-v2 #bg-images .image-container img.mobile {
        display: block;
    }
    .bgimages-v2 #bg-images .image-container img.default {
        display: none;
    }


    .bgimages-v2 #bg-images .image-container .caption {
        position: relative;
        display: block;
    }
    .bgimages-v2 #bg-images .image-container .caption .wrapper {
        position: absolute;
        bottom: 0;
    }
    .bgimages-v2 #bg-images .image-container .caption .refsep {
        display: inline-block;
        height: 0;
        width: 0;
        display: none;
    }
    .bgimages-v2 #bg-images .image-container .caption .refsep span {
        display: inline-block;
        height: 0;
        width: 0;
    }
    #bg-images .caption .wrapper {
        height: auto;
    }





}




@media (max-device-width: 480px) and (orientation: landscape) {




}























