body{
    background-image: url("../img/bg.jpg");
    background-size: cover;
    margin: auto auto;
}

#wrapper{
    width: 85%;
    height: 100%;
    margin: auto auto;
    background-color: #080808;
    opacity: 0.98;
    color: white;
    box-shadow: 0 4px 20px #000, 0 -4px 20px #000;
    max-width: 2500px;
}

.container{
    width: 100%;
}

section{
    padding: 50px 0;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/* HEAD */

#header{
    height: 200px;
    background: linear-gradient(to right,rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 1)),
                url("../img/topimg.jpg");
    background-size: cover;
    margin: auto auto;
    padding: 0;
    display: flex;
    align-items: center;
}

#logo{
    margin-left: auto;
    padding-right: 2%;
    z-index: 1000;
    transition: all 0.4s;
    height: 70%;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/* Navigation */

.navbar-fixed-top{
    position: relative;
}

.navbar-right
{
    float: left!important;
}

.navbar{
    margin-bottom: 0px;
    background-color: #000080;
}

.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover{
    background-color: transparent;
    color: black;
}

.navbar-custom .navbar-nav li a:hover
{
    color: black;
}

#lpos{
    height: 50px;
    width: auto;
    float: right;
    display: none;
}

#lpos>img{
    height: 100%!important;
}

.container>.navbar-collapse{
    float: left;
}

.navbar-custom .navbar-toggle{
    float: left;
    margin-left: 15px;
    z-index: 1000;
    border-radius: 0px;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover{
    background-color: white;
    color: #000080;
}

.navbar-default .navbar-collapse{
    border: none;
}


/*---------------------------------------------*/
/*---------------------------------------------*/
/* Slideshow */

.item{
    height: 600px;
}

#slideshow{
    padding: 0px;
}

#slideshow .container{
    padding: 0px;
}

.carousel-indicators .active{
    background-color: #000080;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/* Intro */

#intro-wrapper{
    display: flex;
}

.contentLeft{
    width: 40%;
    float: left;
    padding: 20px;
    text-align: left;
}

.contentRight{
    width: 60%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-logo{
    width: 80%;
    max-width: 675px;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/* Products */

#products .container{
    background-color: #181818;
    box-shadow: 0 4px 20px #000, 0 -4px 20px #000;
}

.producten{
    width: 100%;
    max-width: 1500px;
    height: 420px;
    margin: auto;
    overflow: hidden;
    display: flex;
    position: relative;
    padding: 0px;
}

.prod-wrapper{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.productImg{
    max-height: 100px;
}

.productList{
    overflow:auto;
    list-style-type: none;
    margin: auto;
    padding-top: 20px;
    padding: 10px 0;
    white-space: nowrap;
    margin-left: 0px;
}

.productList > li{
    display: inline-block;
    padding: 0 5px;
}

.product{
    width: 400px;
    height: 400px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    transition: box-shadow 0.2s;
    position: relative;
    padding: 10px;
    text-align: center;
}

.prod-img{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 90%;
    height: 60%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.prod-txt-wrapper{
    position: absolute;
    height: 28%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0 5px;
}

.prod-txt{
    color: black;
    white-space: initial;
}

.prod-descr{
    color: black;
    white-space: initial;
    font-size: 14px;
}

.prod-price{
    position: absolute;
    left: 0;
    top: 60%;
    background-color: #000080;
    color: white;
    width: 50%;
    padding: 10px;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}

.prod-nav-btn{
    position: absolute;
    width: 5%;
    top: 0;
    bottom:0;
    cursor: pointer;
    cursor: hand;
}

.prod-nav-btn .glyphicon-chevron-left,
.prod-nav-btn .glyphicon-chevron-right
{
    position: absolute;
    top: 50%;
    color: white;
    left: 0;
    right: 0;
}

#btn-left{
    display: none;
    left: 0;
    background: rgba(24,24,24,0.8);    
    background: -webkit-linear-gradient(left, rgba(24,24,24,0.8), transparent); 
    background: -o-linear-gradient(left, rgba(24,24,24,0.8), transparent); 
    background: -moz-linear-gradient(left, rgba(24,24,24,0.8), transparent); 
    background: linear-gradient(to right, rgba(24,24,24,0.8), transparent); 
}

#btn-right{
    right: 0;
    background: rgba(24,24,24,0.8);    
    background: -webkit-linear-gradient(right, rgba(24,24,24,0.8), transparent); 
    background: -o-linear-gradient(right, rgba(24,24,24,0.8), transparent); 
    background: -moz-linear-gradient(right, rgba(24,24,24,0.8), transparent); 
    background: linear-gradient(to left, rgba(24,24,24,0.8), transparent); 
}

.loader{
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #000080;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

@keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/* Footer */

footer .footer-below{
    background-color: #000080;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/* Admin */
#admin{
    background-color: white;
}

.lbl_admpnl{
    width: 100%;
}

/*---------------------------------------------*/
/*---------------------------------------------*/
/* Preview */
#preview{
    background-color: white;
    padding: 0;
}


/*---------------------------------------------*/
/*---------------------------------------------*/
/* Contact */
#contact{
    padding-bottom: 0px;
}

#contact-info{
    color: white;
}

#contact-info a{
    color: white;
}

.contact-info-heading{
    font-size: 22px;
    font-weight: bold;
}

#contact .container{
    background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),
    url("../img/footer-bg.jpg");
    background-attachment: fixed;
}

#contactForm{
    text-align: center;
}

.form-control{
    margin-bottom: 10px;
    background-color: #181818;
    border: none;
    color: white;
    resize: none;
}

.form-control:focus{
    box-shadow: none;
}

.contact-icon{
    padding: 0 5px;
}

.contact-table-spacing{
    height: 50px;
}

.btn-success {
    color: white;
    background-color: #181818;
    border: none;
    margin-bottom: 10px;
}

.btn-success:hover,
.btn-success:active,
.btn-success:visited{
    background-color: #181818 !important;
}

#succes-msg{
    font-size: 14px;
}

.center-items{
    text-align: center;
}

#basitsolutions{
    color: #FF8C00;
    font-weight: bold;
}

@media only screen and (max-device-width: 1024px) {
    #contact .container {
        background-attachment: scroll;
    }
}

@media all and (max-width: 800px){
    body{
        background-size: 200vw;
    }

    section{
        padding: 20px 0;
    }

    #wrapper{
        width: 90%;
    }

    #header{
        height: 100px;
    }

    .item{
        height: 300px;
    }

    #contactForm{
        margin: auto;
        width: 80%;
    }
}

@media all and (max-width: 1200px){
    #contact-info{
        margin: 25px auto;
    }

    #contactForm{
        margin: auto;
        width: 80%;
    }

    .contact-icon{
        display: none;
    }

    .contentLeft{
        width: 100%;
        float: left;
        padding: 20px;
        text-align: center;
    }

    .contentRight{
        width: 100%;
        float: right;
    }

    #intro-wrapper{
        display: block;
    }

    .producten{
        height: 540px;
    }

    .product{
        height: 520px;
        width: 300px;
    }
}

@media only screen and (max-device-width: 1024px) {
    .prod-nav-btn{
        display: none;
    }
}