@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,700,900);
@font-face {
    font-family: 'James-Fajardo';
    src:url('../webfonts/James-Fajardo.ttf.woff') format('woff'),
    url('../webfonts/James-Fajardo.ttf.svg#James-Fajardo') format('svg'),
    url('../webfonts/James-Fajardo.ttf.eot'),
    url('../webfonts/James-Fajardo.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.text_grey {
    color: #a5a5a4;
}

body {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    color: #333!important;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

:focus {
    outline: none;
}

h1, h2 {
    font-weight: 900;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    word-break: break-word;
}

h1.shadowed, h2.shadowed {
    text-shadow: 1px 1px 1px #333;
}

a {
    color: #7aab21;
}

.fh {
    border-bottom: 1px solid #F3F3F3;
}

.fh:last-of-type {
    border-bottom: none;
}

@media (max-width: 768px) {
    .navbar
    {
        background-color: rgba(255,255,255,.9);
    }
    .navbar li {
        text-align: center;
    }
}
@media (min-width: 768px) {

    .navbar {
        background: transparent;
        border-color: transparent;
    }
    .navbar li { color: #000 }

    .navbar-centered .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-centered .navbar-nav > li {
        float: none;
    }
    .navbar-centered .nav > li {
        display: inline;
    }
    .navbar-centered .nav > li > a {
        display: inline-block;
        text-transform: uppercase;
        font-size: 13px;
        padding: 5px;
        margin: 10px;
    }
}

.navbar-nav>li.current>a {
    font-weight: bold;
    color: black;
    border-bottom: 2px solid black;
}

.navbar {
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

ul.bulletpoints {
    font-weight: 700;
    margin: 15px 0 0 0;
    width: 100%;
    list-style: none;
    padding: 0;

}
ul.bulletpoints li{
    float: left;
    width: 25%;
    text-transform: uppercase;
    text-align: center;
}
ul.bulletpoints li img{
    margin-top: -10px;
    height: 15px;
    width: auto;
}

ul.devisions {
    font-weight: 700;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 60px 0 0 0;
    border: 0;
}
ul.devisions li {
    float: left;
    width: 25%;
}

ul.devisions li div{
    width: 100%;
    background-color: #333;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}

.arrow_down {
    padding: 30px 0;
}

.divider {
    margin: -5px 0 30px 0;
}

.dealer-title {
    margin-bottom: 50px;
}

.brandblock {
    padding: 1px;
    display: table;
    height: 130px;
}

.brandblock div {
    padding: 10px;
    background-color: #fff;
    height: 100px;
    width: 90%;
    display: table-cell;
    vertical-align: middle;
}

.brandblock div img {
    display: inline-block;
    max-height: 75px;
}

.panel-bestbuy {
    border-radius: 0;
    border: 1px solid #F3F3F3;
}

.panel-bestbuy .panel-heading {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 700;
    background-color: #7aab21;
    border-radius: 0;
    border: 0;
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.panel-bestbuy .panel-heading .head-title {
    width: 100%;
    word-break: break-word;
}

.panel-bestbuy .panel-body {
    text-align: center;
    height: 150px;
    color: #333;
}
.panel-bestbuy .panel-body span {
    font-weight: bold;
    word-break: break-word;
    text-transform: uppercase;
    }

.panel-bestbuy .panel-footer {
    text-align: center;
    border: 0;
    background: none;
}
.panel-bestbuy .panel-footer button {
    margin-bottom: -45px;
    background: url("../images/button_bg.png");
    font-weight: 700;
}

.row.bestbuy {
    margin-top: 45px;
}

.news h2 {
    margin-bottom: 45px;
}

.newsdivider {
    height: 100%;
    background: url("../images/news-divider.png");
    background-position: center;
    background-repeat: repeat-y;
}

.panel-news {
    border-radius: 0;
    border: 1px solid #F3F3F3;
}

.panel-news .panel-body {
    text-align: center;
    height: 150px;
    color: #333;
}
.panel-news img {
    margin: 0 auto;
}
.panel-news .panel-footer {
    background: none;
    height: 1px;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
}
.panel-news .panel-footer button {
    margin-top: -25px;
    background: url("../images/button_bg.png");
    font-weight: 700;
}

.footer {
    color: white;
    font-size: 125%;
    text-align: center;
}
.footer .footermenu {
    margin-top: 45px;
    font-size: 80%;
}
.footer .footermenu img {
    margin-bottom: 30px;
}

input.newsletter {
    border-radius: 0;
    border: 0;
    background-color: white;
    color: #333;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
}

button.newsletter {
    border-radius: 0;
    border: 0;
    background-color: #7aab21;
    color: white;
    font-weight: 700;
    padding: 10px 0;
    width: 100%;
    margin: 10px 0 5px 0;
    text-align: center;
}

.container-header {
    background-image: url('../images/visuals/homepage.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-dealer {
    color: #fff;
    background-image: url('../images/visuals/grasmaaier.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-footer {
    color: #fff;
    background-image: url('../images/visuals/footer_bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

form.userform input {
    width: 100%;
    padding: 5px;
    background-color: white;
    border-radius: 1px;
    border: 1px solid grey;
    margin-bottom: 15px;
}

form.userform textarea {
    width: 100%;
    padding: 5px;
    background-color: white;
    border-radius: 1px;
    border: 1px solid grey;
    margin-bottom: 15px;
}

form.userform .action {
    background-color: #7aab21;
    color: white;
    text-align: center;
}

.panel-image {
    width: 100%;
    height: 225px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.handwritten {
    font-family: 'James-Fajardo';
    font-size: 3em;
    margin: 25px 0px;
    display: block;
}

@media all and (min-width: 768px) and (max-width: 992px) {
    ul.devisions li {
        width: 50%;
    }

    ul.devisions li:nth-child(odd) {
        padding-left: 15px;
    }

    ul.devisions li:nth-child(even) {
        padding-right: 15px;
    }
}

@media all and (max-width: 767px) {
    ul.devisions li {
        width: 100%;
    }

    ul.devisions li:nth-child(odd) {
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.devisions li:nth-child(even) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 992px) {
    .panel {
        margin-bottom: 100px;
    }
}

/* Image Styles */
.vier-een {
    width: 25%;
    height: auto;
    border: solid 5px white;
}

.drie-een {
    width: 33%;
    height: auto;
    border: solid 5px white;
}

.twee-een {
    width: 50%;
    height: auto;
    border: solid 5px white;
}

.een-een {
    width: 100%;
    height: auto;
    border: solid 5px white;
}

img {
    max-width: 100%;
}

@media all and (max-width: 800px) {
    .vier-een {
        width: 50%;
    }
}

@media all and (max-width: 400px) {
    .vier-een {
        width: 100%;
    }

    .drie-een {
        width: 100%;
    }

    .twee-een {
        width: 100%;
    }
}

/* Table styles */
table tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    vertical-align: top;
}

table tbody tr td p {
    margin-bottom: 25px;
}

table tbody tr td:first-child {
    padding-left: 0px;
}

table tbody tr td:last-child {
    padding-right: 0px;
}

/* Header style */

/*strong {*/
    /*text-transform: uppercase;*/
/*}*/

@media all and (max-width: 767px) {
    .panel-body {
        height: 100%!important; 
    }
}

/* Slider */

.slick-slider {
    margin: 50px 0px;
    padding: 0 50px;
}

@media all and (max-width: 520px) {
    .slick-slider {
        padding: 0;
    }
}

.slick-slide {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.fa-arrow-left {
    left: 0px;
}

.fa-arrow-right {
    right: 0px;
}


.slick-slide img {
    position: absolute;
    display: block;
    max-height: 500px;
    width: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.slick-dots {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 50%;
    margin-top: 50px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.slick-dots li {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease ;
    -ms-transition: all .35s ease ;
    -o-transition: all .35s ease ;
    transition: all .35s ease ;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #252525;
    margin: 0px 10px;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease ;
    -ms-transition: all .35s ease ;
    -o-transition: all .35s ease ;
    transition: all .35s ease ;
    background-color: #ffd500;
}