@font-face {
    font-family: 'MyriadPro Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/MyriadPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/MyriadPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/MyriadPro-Regular.svg') format('svg');
}

@font-face {
    font-family: 'MyriadPro Bold';
    src: url('../fonts/MyriadPro-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/MyriadPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/MyriadPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/MyriadPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/MyriadPro-Bold.svg') format('svg');
}

@font-face {
    font-family: 'MyriadPro SemiBold';
    src: url('../fonts/MyriadPro-Semibold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/MyriadPro-Semibold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/MyriadPro-Semibold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/MyriadPro-Semibold.svg') format('svg');
}


body {
    font-family: 'MyriadPro Regular';
    overflow-x: hidden;
    background: url(../assets/images/bg.jpg) no-repeat center center /cover;
    height: 768px;
    min-height: 100vh;
    overflow-y: auto;
    position: relative;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

p {
    font-family: 'MyriadPro Regular';
    margin-bottom: 0;
    font-size: 20px;
}

ul {
    padding-left: 0;
    margin: 0px;
}
.full--width{
    width: 100%!important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}
.btn-primary.btn--green {
    font-family: 'MyriadPro Regular';
    color: #fff;
    background-color: #1c802d;
    border-color: #1c802d;
    font-size: 20px;
    border-radius: 10px;
    padding: 4px 15px;
}
.btn-primary.btn--red {
    font-family: 'MyriadPro Regular';
    color: #fff;
    background-color: #d90f1e;
    border-color: #1c802d;
    font-size: 20px;
    border-radius: 10px;
    padding: 4px 15px;
}

.btn-primary.btn--green:hover,
.btn-primary.btn--green:focus,
.btn-primary.btn--green:active,
.btn-primary.btn--green:active:focus {
    color: #fff;
    background-color: #1c802d;
    border-color: #1c802d;
    opacity: .9;
    outline: 0px;
    box-shadow: none;
}
.btn-primary.btn--red:hover,
.btn-primary.btn--red:focus,
.btn-primary.btn--red:active,
.btn-primary.btn--red:active:focus {
    color: #fff;
    background-color: #d90f1e;
    border-color: #1c802d;
    opacity: .9;
    outline: 0px;
    box-shadow: none;
}

#wrapper {
    display: -flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    height: 100%;
}

.left-nav {
    width: 425px;
    background: rgba(57, 181, 74, 0.68);
	height: 100vh;
}

.main-content {
    width: 100%;
    max-width: calc(100% - 425px);
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 100%;
}

.left-nav p {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.left-nav-menu {
    padding: 20px 60px 20px 60px;
}

.left-nav-menu {
    list-style-type: none;
}

.left-nav-menu li {
    margin-bottom: 5px;
}

.left-nav-menu li a {
    font-family: 'MyriadPro SemiBold';
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
}

.left-nav-menu li a:hover {
    color: #000;
}

.sub-menu {
    list-style-type: none;
    padding-left: 70px;
}

.left-nav .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.mCSB_scrollTools {
    width: 5px;
}

.content-inner {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .87);
    width: 95%;
    height: 80%;
    padding: 30px 30px;
}

.home-content ul {
    list-style-type: none;
}

.home-content ul li {
    color: #4d5250;
    margin-bottom: 30px;
    font-size: 20px;

}

.hero-slider .slider-item img {
    width: 100%;
}

.hero-slider .slider-item p {
    color: #dd0c33;
    padding-top: 5px;
}

.slick-dots {
    bottom: -60px;
}

.slick-dots li button:before {
    font-size: 16px;
    opacity: .35;
    color: #118244;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #118244;
}

#slider-btn {
    float: right;
    margin-top: -30px;
    position: relative;
    z-index: 9;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

footer {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 425px);
    right: 0px;
}

footer p {
    color: #fff;
    -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
}

#menu-trigger {
    font-size: 30px;
    text-decoration: none;
    color: #000;
    background: #fefefd;
    padding: 0px 11px;
    display: inline-block;
    padding-top: 3px;
}

.mobile-header {
    display: none;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.logo-mob img {
    max-width: 100px;
}

.grid-sizer,
.grid-item {
    width: 30.33%;
}

.gutter-sizer {
    width: 3%;
}

.item-gallery {
    padding: 10px 40px;
}

.product-item {
    background: rgba(26, 208, 69, .28);
    padding: 35px 20px;
    margin-bottom: 35px;
}

.product-item a img {
    width: 100%;
}

.product-item p {
    padding: 10px 0px;
}

.sec-title {
    font-family: 'MyriadPro Regular';
    color: #478644;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sec-title span {
    color: #f50028;
}

.btn-wrap {
    padding-right: 10px;
    margin-bottom: 15px;
}

.top-form form{
    width: 100%;
    max-width: 700px;
    margin: auto;
}
.top-form .alert{
    border: none;
    margin-bottom: 40px;
    font-size: 20px;
}
.error-msg{
    display: block;
    color: red;
    text-align: center;
    font-size: 15px;
    margin: 5px auto;
}
.form-control {
    color: #000;
    background-color: transparent;
    border: 1px solid #006738;
    border-radius: 0px;
}
.form-control:focus {
    color: #000;
    background-color: transparent;
    border-color: #006738;
    outline: 0;
    box-shadow: none;
}

.main-content .mCustomScrollBox {
    padding-right: 10px;
}
select.form-control:not([size]):not([multiple]) {
    height: 32px;
    font-size: 22px;
    background: #b8b2b2;
    border-color: #b8b2b2;
    padding: 2px 10px;
    text-align: right!important;
    max-width: 334px;
    cursor: pointer;
}
.product-form form label {
    font-family: 'MyriadPro Regular';
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #4b8848;
    font-size: 24px;
    line-height: 1;
}
.table td, .table th {
    border-top: 1px solid rgba(222, 226, 230, 0);
}
.table {
    max-width: calc(100% - 35px);
    background-color: rgba(26, 208, 69, 0.28);
    margin-left: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.table .form-control{
    background-color: #fff;
    border-color: #fff;
    max-width: 95px;
    text-align: center;
    font-size: 24px;
    height: 34px;
    margin: auto;
}
.table .form-control.sm{
    max-width: 72px;
}
.table td h3{
    font-size: 24px;
    color: #000;
}
.table td:first-child{
    width: 300px;
}

.table td:nth-of-type(3),
.table td:nth-of-type(4){
    width: 200px;
}
.table td:first-child img{
    width: 100%;
}
.table.type-2 td:first-child{
    width: 160px;
}
.form-group {
    margin-bottom: 30px;
}
.product-form h3, #losse-toggle{
    font-size: 24px;
    text-transform: uppercase;
    color: #478644;
    margin-bottom: 20px;
    text-decoration: none;
}
.product-form h4{
    font-size: 24px;
    color: #478644;
}
.product-form h4 span{
    color: #000;
}
.losse-materialen-inner{
    display: none;
}
.left-nav p a{
    text-decoration: none;
    color: #fff;
}
.left-nav p a:hover{
    color: #000;
}
.slick-slide{
    height: auto;
}
.table .form-control {
    max-width: 117px;
}
.amount-input .form-control {
    font-size: 24px;
    max-width: 117px;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff;
    height: 34px;
border-color: #fff;
}
.amount-input {
    width: 200px;
    text-align: center;
    margin-left: auto;
}
.product-form{
  position: relative;
}
.float_total{
    position: fixed;
    top: 20px;
    right: 27px;
    background: #fff;
    padding: 5px 10px;
    font-size: 18px!important;
    border-radius: 4px;
    color: #006a3a;
    z-index: 999;
    display: none;
}
.table td:nth-of-type(3) {
    width: 307px;
    text-align: right;
    padding-right: 41px;
}
.table td .form-control{
    display: inline-block;
}
.table .form-control.sm {
    margin-right: 33px;
}
.error-msg{
   display block;
}
.main-content {
    height: inherit;

}
@media only screen and (min-width: 768px) {

}
@media only screen and (max-width: 1400px) {
    .left-nav {
        width: 280px;
    }
    .main-content {
        max-width: calc(100% - 280px);
    }
    .left-nav-menu {
        padding: 20px 20px 20px 20px;
    }
    .left-nav-menu li a {
        font-size: 16px;
    }
    .home-content ul li {
        margin-bottom: 20px;
        font-size: 16px;
    }
    p {
        font-size: 16px;
    }
    #slider-btn {
        margin-top: -23px;
    }
    .btn.btn--green {
        font-size: 16px;
    }
    footer {
        width: calc(100% - 280px);
    }
}


@media only screen and (max-width: 1200px) {
    .home-content ul {
        list-style-type: none;
        margin-top: 40px;
    }
    .hero-slider {
        margin-bottom: 69px !important;
    }
    .item-gallery {
        padding: 10px 0px;
    }
    .sec-title {
        font-size: 18px;
    }
    .table td h3 {
    font-size: 16px;
}
}


@media only screen and (max-width: 992px) {
    .grid-sizer,
    .grid-item {
        width: 47%;
    }
    .product-item {
        margin-bottom: 15px;
    }
    .btn-wrap .col-lg-6.text-right {
        text-align: left !important;
        margin-top: 10px;
    }
    .table td, .table th {
    display: block!important;
    width: 100%!important;
}
    .product-form h4 {
    font-size: 18px;
}
    .product-form form label {
    font-size: 18px;
}
select.form-control:not([size]):not([multiple]) {
    max-width: 100%;
}
.amount-input {
    text-align: right;
}
}

@media only screen and (max-width: 767px) {
    .mCustomScrollBox {
    padding-right: 0px;
}
    .left-nav {
        position: fixed;
        height: 100%;
        z-index: 9999999;
        background: rgba(57, 181, 74, 0.95);
        top: 0px;
        left: -300px;
        -webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.45);

        -webkit-transition: left .5s;
        -moz-transition: left .5s;
        transition: left .5s;
    }
    .left-nav.in {
        left: 0px;
    }
    .mobile-header {
        display: -ms-flex;
        display: flex;
    }
    .main-content {
        max-width: 100%;
    }
    .content-inner {
        height: auto;
    }
    body {
        height: auto;
    }
    footer {
        width: 100%;
        position: static;
        padding: 20px;
    }
    #slider-btn {
        float: none;
    }
    .top-form .alert {
    font-size: 16px;
}
    input[type="submit"]{
        margin-bottom: 10px;
    }
    img.full--width{
        margin-bottom: 30px;
    }

.table td:nth-of-type(3) {
    width: 100%;
    padding-right: 9px;
}
.table .form-control.sm {
    margin-right: 16px;
}
}


@media only screen and (max-width: 640px) {
    .grid-sizer,
    .grid-item {
        width: 97%;
    }
    .table {
    max-width: 100%;
    margin-left: 0px;
}

}
