body {
    background-color: #646464;
}

.no-padding {
    padding: 0;
}

.swiper-zoom-container {
    height: 88vh;
}

.logo-header {
    background-color: #000;
    border-bottom: 3px solid #d93316;
}

.oxmox-ltd {
    font-weight: bold;
    position: relative;
    top: 15px;
    left: 35px;
    height: 0px;
}

.navbar-inverse .navbar-nav>li>a.selected {
    color: #d93316;
    font-weight: bold;
}


.prototypes-life-size-box {}



#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
    padding: 20px 0px;
}

.btn-close {
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    z-index: 2;
    position: fixed;
    top: 20px;
    right: 20px;
}

.swiper-slide .description-text {
    bottom: 22vh;
    left: 0;
    width: 25%;
    color: white;
    text-align: left;
    margin: 20px 20px 0 20px;
    max-width: 300px;
}

.swiper-pagination {
    color: white;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 60%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.describing-text {
    bottom: 22vh;
    left: 0;
    width: 100%;
    color: white;
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.describing-text .center-text {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    padding: 12px;
    margin-left: 27%;
    width: 46%;
    color: white;
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, 1);

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.gallery-link {
    cursor: zoom-in;
}

#sale .gallery-link {
    padding: 2px;
}







/* BOOTSTRAP OVERWRITES */

.navbar-default {
    margin-bottom: 0px;
}

#contact .navbar-default {
    margin-bottom: -20px;
}

footer .row div {
    background-color: #000;
    border-top: 3px solid #d93316;
    padding: 6px;
}

footer .row div p {
    padding: 6px 0 0 20px;
    color: white;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 0px;
    padding-left: 0px;
}

.jumbotron {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {

    padding-right: 0px;
    padding-left: 0px;
}


.header-text {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(1, 1, 1, 0);
    padding: 30px 30px 20px 30px;
    font-size: 1.2em;
}









/* Startpage */

.row {
    background-color: rgba(162, 162, 162, 1);
}

.welcome-text {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(1, 1, 1, 0);
    padding: 10px 30px 10px 30px;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
}











/* What`s New */

.wonder_woman_classic1 {
    background-image: url(../images/whats_new/wonder_woman_classic1.jpg);
    height: 100%;
    display: block;
    background-size: 200%;
    background-position: 50% 0%;
}

.row.whats-new {
    height: 400px;
}









/* Sale */

.sale-text {
    position: relative;
    align-items: flex-end;
    bottom: 0px;
    display: flex;
    flex-direction: row;
}

.batman_bvs_sale {
    height: 550px;
    display: flex;
    flex-direction: row;
    background-image: url(../images/sale_oxmox/batman_bvs_sale.jpg);
    background-size: cover;
}









/* Contact */

#contact .content {
    background-image: url(../images/contact/contact_oxmox.jpg);
    background-position: right top;
    background-size: 56%;
    background-repeat: no-repeat;
    font-size: 1.2em;
    background-color: #fff;
    min-height: 85vh;
}


#contact form {
    width: 30%;
    height: 10vh;
    font-size: 16px;
    color: black;
}

#contact .welcome-text {
    color: rgba(1, 1, 1, 1);
    background-color: rgba(1, 1, 1, 0);
    padding: 10px 0px 10px 0px;
    font-size: 1.2em;
    display: flex;
    flex-direction: column;
}

.output-iframe {
    z-index: 1;
    display: none;
    width: 60%;
    height: 15%;
    min-height: 180px;
    padding: 30px;
    position: absolute;
    top: 200px;
    left: 20%;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border: none;
    border-radius: 20px;
    text-align: center;
}

.transparent-box {

    width: 61%;
}

.padding {
    padding: 30px 50px 0 50px;
}

#contact .padding {
    padding: 30px 50px 50px 50px;
    /*overflow-y: auto;*/
}

#log {
    padding: 60px;
    height: 100%;
    width: 800px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 100px;
    display: none;
    color: white;
    font-size: 1.3em;
}





/*#log a{
    color: white;
}*/

#log.visible {
    display: block;
}

.date-time {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.iframe {
    margin-top: 15px;
    margin-left: 12px;
}




/* media queries */

@media (max-width: 520px) {
    .swiper-zoom-container {
        flex-direction: column;
    }
    .swiper-slide .description-text {
        width: 100%;
        max-width: 67%;
    }
    .swiper-zoom-container>img,
    .swiper-zoom-container>svg,
    .swiper-zoom-container>canvas {
        max-width: 67%;
    }
    .swiper-slide {
    /* text-align: center; */
    font-size: 14px;
    line-height: 1.1em;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
}