@font-face {
    font-family: "DIN Next W01 Light";
    font-display: block;
    src: url("../fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
    src: url("../fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"), url("../fonts/de1216be-00c2-43c0-9c45-3e7f925eb519.woff2") format("woff2"), url("../fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("../fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype")
}

@font-face {
    font-family: "DIN Next W01 Regular";
    font-display: auto;
    src: url("../fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix");
    src: url("../fonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix") format("eot"), url("../fonts/44e7b0fa-6c8d-43c2-b19e-f1e3ce9ea57c.woff2") format("woff2"), url("../fonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff") format("woff"), url("../fonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf") format("truetype")
}

@media only screen and (max-width: 992px) {
    .container{
        max-width: 100% !important;
    }
}

body{
    margin: 0;
    padding: 0;
    font-family:"DIN Next W01 Light", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

p{
    text-align: center;
    line-height: 1.25em;
    margin: 5px 0 0 0;
    padding: 0 15px;
    color: #707070;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'DIN Next W01 Regular', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 26px;
    margin: 10px 0 10px;
    color: #707070;
}

h4{
    margin: 1px auto 8px auto;
    padding: 0;
    text-transform: uppercase;
    color: #707070;
    font-size: 22px;
}

h5 {
    font-size: 18px;
    line-height: 1.35em;
    color: #707070;
    margin: 0 0 15px 0;
}

.light{
    font-family: 'DIN Next W01 Light', Helvetica, Arial, sans-serif;
}

.button{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin: 15px auto 0 auto;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-family: "DIN Next W01 Light", Helvetica, Arial, sans-serif;
    padding: 15px 20px !important;
    line-height: 1.25em;
    color: #FFF;
    background-color: #5eace3;
    cursor: pointer;
}

.button:hover{
    background: #000;
}

.logo{
    max-height: 50px;
    margin: 15px 0;
}

.header{
    border-bottom: 12px solid #4791D0;
    background: #000 url(../images/header.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
}

.header .row{
    height: 400px;
}

.header h1{
    font-size: 34px;
    margin: 0 auto 20px;
    border-bottom: 2px solid #9ADC34;
    color: #FFF;
}

.header P{
    font-size: 25px;
    color: #FFF;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
}

.productDetail{
    padding: 20px;
    border: 1px solid #E8E8E8;
    border-top-color: rgb(232, 232, 232);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;
    float: left;
    width: 100%;
}

.productDetail p {
    text-align: left;
    padding: 0;
    min-height: 80px;
}

.GradientBg {
    margin: 40px 0 0 0;
    background: #eee;
    background: linear-gradient(180deg, #eee 4%, #fff 26%, #fff 100%);
    padding: 60px 0;
}