.container-fixed {
    padding-left: 0px;
    padding-right: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

#r5002 .container {
    padding-left: 0px;
    padding-right: 0px;
}

a,
a:hover {
    text-decoration: none !important;
    transition: 800ms;
}

.navbar {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.navbar .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.navbar .navbar-nav li a {
    text-align: center;
    font-weight: 700;
    font-family: Comic Sans MS;
    color: rgb(0, 0, 0);
    padding: 12px 30px;
    margin: 0px;
    transition: 800ms;
    font-size: 15px;
}

.navbar .navbar-nav li {
    margin: 0px 5px;
}


.navbar .navbar-nav li .active {
    background-color: rgba(46, 66, 76, 0.5);
    color: rgb(255, 255, 255);
}

.navbar .navbar-nav li a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
}

#m1915 p a:hover {
    color: black !important;
}

p {
    line-height: 2;
}

.footertext a:hover {
    color: black !important;
}

.order-page-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.order-page-form label {
    font-size: 15px;

}

.order-page-form button {
    letter-spacing: 1px;
    font-size: 16px;
}

nav:not(.horizontal-menu--mobile):before,
nav[data-settings*="vertical=true"]:not(.horizontal-menu--mobile):before {
    display: none !important;
}

.privacy-details {
    margin-top: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 2px solid black;
    border-radius: 10px;
    box-shadow: black 0px 2px 0px 0px;
}

.privacy-policy li {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.privacy-policy p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.privacy-details p {
    margin: 0px;
}

.privacy-policy a {
    color: black;
    font-weight: 600;
    transition: 800ms;
}

.privacy-policy a:hover {
    color: rgb(49, 138, 185);
}

/* Mobile */
@media (max-width: 767px) {
    .navbar .navbar-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: flex-start;
    }

    .navbar {
        background-color: rgba(255, 255, 255, 0.5);
        margin: 10px 0px;
    }

    .navbar .navbar-nav li {
        width: 100%;
        margin: 0px;
    }

    .navbar .navbar-collapse {
        padding: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: black;
    }

    .navbar-default .navbar-toggle {
        border-color: black;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand {
        color: black !important;
    }

    #m1915 p a,
    #m1915 p {
        color: black !important;
    }

    .bodytext {
        font-size: 15px;
    }

    .footertext a {
        white-space: nowrap;
    }

    .privacy-details {
        padding: 10px 10px;
    }

    .privacy-policy ul {
        padding: 0 0 0 25px;
    }

    .form-group {
        margin-bottom: 15px;
        width: 100%;
    }

    #c4182 a {
        font-weight: 600;
    }

    #c4182 a:hover {
        color: black;
    }
}


/* ios */
@media (max-width: 340px) {
    .privacy-policy p {
        font-size: 15px;
    }

    .privacy-policy a {
        font-size: 13px;
    }
}

/* windows */
@media (min-width: 451px) and (max-width: 767px) {}


/*tab portrait view*/
@media (min-width: 768px) and (max-width: 991px) {
    .bodytext {
        font-size: 16px;
    }
}


/*tab landscape*/
@media (min-width: 992px) and (max-width: 1199px) {}


/* 1280 resolution */
@media (min-width: 1280px) and (max-width: 1365px) {}


/* large screen */
@media (min-width: 1400px) {}

@media (min-width: 1440px) and (max-width: 1599px) {}

/*Large View*/
@media (min-width: 1600px) {}


@media (min-width: 1920px) {}


/* ie */
@media all and (-ms-high-contrast:none) {}


/* FireFox */
@-moz-document url-prefix() {}