﻿.overview .download-sample .free-download {
    background-color: #96BC81 !important;
    font-size: 15px;
    color: #fff !important;
    text-transform: uppercase;
}

.add-info .buttons .button-2.free-download {
    display: inline-block;
    width: 180px;
    border: none;
    background-color: #96BC81 !important;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 40px;
    text-align: left;
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    background-image: url(../images/download-button.png);
}


.header-upper .header-selectors-wrapper .header-logo img{
    height: 40px;
    margin: 10px;
}

.header-lower .header-text-big h1 {
    color: #535353;
    font-weight: normal;
    font-size: 15px;
}

.header-text-big img{
    /*height:300px;
    width:500px;*/
}

.header-lower .header-text-big h1 .big-x {
    color: #808080;
    font-size:65px;
}

.header-lower .header-text-small {
    min-height:32px;
}

.header-lower .header-text-small p {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}
.nbs-logo,
.csc-logo,
.digicon-logo {
    height: 50px;
    width: 200px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.csc-logo {
    background-image: url(../images/CSC.jpg);
    background-size: contain;
}

.digicon-logo {
    background-image: url(../images/DIGI.jpg);
    background-size: contain;
}

.nbs-logo {
    background-image: url(../images/NBS_horizontal_lockup_RGB_200px.png);
    background-size: contain;
}

@media (min-width: 1001px) {
    .nbs-logo, .csc-logo, .digicon-logo {
        float: left;
        height: 50px;
        width: 200px;
        margin: 0 15px;

    }
}

.product-item {
    background-color: #fff;
    border-radius: 0px;
    padding-top: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.home-page .product-item {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
    border-radius:15px;
    border: none;
    min-height:240px;
}


.product-grid .product-item {
    min-height:460px;
}

@media all and (max-width: 768px) {
    .product-list .product-item {
        min-height:490px;
    }
}

.page {
    text-align: center;
    margin: 0 0 50px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
}

.footer-disclaimer {
    font-size: 14px;
}


.header-images {
    position: relative;
    height: 70px;
    text-align:center;
}

.header-logo-left {
    position: relative;
    margin: 0 auto 10px;
}

.header-logo-right {
    position: relative;
    margin: 0 auto 0px;
}
