@font-face {
    font-family: 'Supermolot-Neue';
    font-style: normal;
    font-weight: normal;
    src: local('Supermolot-Neue'), url('fonts/Supermolot-Neue.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Supermolot-Neue-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Supermolot-Neue-Light'), url('fonts/Supermolot-Neue-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Hoves-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Hoves-Regular'), url('fonts/Hoves-Regular.ttf') format('truetype');
    font-display: swap;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, a, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
    margin: 0;
    padding: 0;
    font-family: 'Hoves-Regular';
}

strong {
    font-weight: bold;
    font-family: 'Supermolot-Neue';
}

img {
    vertical-align: top;
}


@media screen and (min-width: 1150px) {
    h1 {
        font-size: 35px;
        color: #222;
        font-family: 'Supermolot-Neue';
        text-decoration: none;
        text-transform: uppercase;
    }

    h2 {
        font-size: 30px;
        color: #222;
        font-family: 'Supermolot-Neue';
        text-decoration: none;
        text-transform: uppercase;
    }

    h3 {
        font-size: 25px;
        color: #222;
        font-family: 'Supermolot-Neue';
        text-decoration: none;
    }

    h4 {
        font-size: 20px;
        color: #222;
        font-family: 'Supermolot-Neue';
        text-decoration: none;
    }

    p {
        font-size: 16px;
        color: #222;
        font-family: 'Hoves-Regular';
        text-decoration: none;
    }

    li {
        margin-left: 5%;
    }

    ul {
        margin-top: 10px;
    }

    a {
        font-size: 16px;
        color: #222;
        font-family: 'Hoves-Regular';
        text-decoration: none;
    }

    .font-white {
        color: #fff;
    }

    .font-blue {
        color: #222;
    }

    .text-margin {
        margin-top: 2%;
    }

}

@media screen and (min-width: 0px) and (max-width: 1150px) {
    h1 {
        font-size: 28px;
        color: #222;
        font-family: 'Supermolot-Neue';
        text-decoration: none;
        text-transform: uppercase;
    }

    h2 {
        font-size: 24px;
        color: #222;
        font-family: 'Supermolot-Neue';
        text-decoration: none;
        text-transform: uppercase;
    }

    h3 {
        font-size: 20px;
        color: #222;
        font-family: 'Supermolot-Neue';
        text-decoration: none;
    }

    h4 {
        font-size: 16px;
        color: #222;
        font-family: 'Supermolot-Neue';
        text-decoration: none;
    }

    p {
        font-size: 14px;
        color: #222;
        font-family: 'Hoves-Regular';
        text-decoration: none;
    }

    li {
        margin-left: 5%;
    }

    ul {
        margin-top: 10px;
    }

    a {
        font-size: 16px;
        color: #222;
        font-family: 'Hoves-Regular';
        text-decoration: none;
    }

    .font-white {
        color: #fff;
    }

    .font-blue {
        color: #222;
    }

    .text-margin {
        margin-top: 2%;
    }


}


.topnav .icon {
    display: none;
}

@media screen and (max-width: 1150px) {
    .topnav a {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
        font-size: 14px;
    }

    .topnav.responsive {
        position: fixed;
        margin-top: 60px;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
    }
}


@media screen and (min-width: 1150px) {
    .topnav a {
        font-size: 15px;
        color: #222;
        text-transform: uppercase;
    }

    .topnav {
        overflow: hidden;
        text-align: right;
        width: 100%;
        display: block;
    }

    .navlink {
        display: inline-block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        height: 80px;
        line-height: 80px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
    }

    .navlink:hover {
        color: #c9c9c9;
    }

    .nav-logo {
        display: inline-block;
        vertical-align: middle;
        height: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
        float: left;
    }

    .ham {
        display: none;
    }
}


@media screen and (min-width: 0px) and (max-width: 1150px) {
    .topnav a {
        font-size: 14px;
        color: #222;
    }

    .topnav {
        overflow: hidden;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
        z-index: 9;
    }

    .navlink, .navlink-mobile {
        display: block;
        padding-left: 10px;
        background-color: #f7f7f7;
        color: #333;
        text-align: left;
        text-decoration: none;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #dedede;
    }

    .navlink:hover, .navlink-mobile:hover {
        color: #b90000;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    .ham {
        background-color: #000;
        display: block;
        height: 60px;
        width: 60px;
        line-height: 60px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 20px;
        vertical-align: text-top;
        position: absolute;
        right: 0;
        top: 0;
    }

    .ham:hover {
        background-color: #000;
        color: #fff;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    .nav-logo {
        display: inline-block;
        width: 30%;
        vertical-align: middle;
    }
}


@media screen and (min-width: 1150px) {
    .admin-nav-master-cont {
        display: block;
        background-color: #fff;
    }

    .admin-nav-left-cont {
        display: inline-block;
        vertical-align: middle;
        width: 19%;
        padding-left: 1%;
    }

    .admin-nav-right-cont {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        width: 80%;
    }

    .admin-nav-master-logo {
        display: inline-block;
        width: 100%;
        max-width: 200px;
    }

}


@media screen and (min-width: 0px) and (max-width: 1150px) {
    .admin-nav-master-cont {
        display: block;
        text-align: center;
        background: linear-gradient(115deg, white 70%, rgba(0, 0, 0, 1.0) 70%);
        height: 60px;
        width: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9;
    }

    .admin-nav-left-cont {
        display: inline-block;
        vertical-align: middle;
        left: 0;
        top: 0;
        width: 96%;
        padding-left: 4%;
        position: fixed;
        text-align: left;
    }

    .admin-nav-right-cont {
        display: inline-block;
        text-align: right;
        vertical-align: middle;
        width: 40%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .admin-nav-master-logo {
        display: inline-block;
        height: 30px;
        margin-top: 15px;
    }
}


@media screen and (min-width: 1150px) {
    .interior-title-cont {
        display: block;
        text-align: left;
        padding: 1%;
        background-color: #f7f7f7;
    }

    .interior-title-left {
        display: inline-block;
        width: 60%;
        vertical-align: middle;
        text-align: left;
    }

    .interior-title-right {
        display: inline-block;
        width: 40%;
        vertical-align: middle;
        text-align: right;
    }

    .interior-search-bar {
        font-size: 16px;
        font-weight: bold;
        color: #666666;
        -webkit-appearance: none;
        background-color: rgba(255, 255, 255, 0.9);
        border: 0px;
        width: 28%;
        padding-left: 2%;
        line-height: 60px;
        height: 60px;
        display: inline-block;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-radius: 3px;
        vertical-align: middle;
        text-align: left;
        text-decoration: none;
    }

    .interior-search-btn {
        margin-left: 0.5%;
        font-size: 16px;
        font-weight: bold;
        -webkit-appearance: none;
        border: 0px;
        padding-left: 3%;
        padding-right: 3%;
        line-height: 60px;
        height: 60px;
        display: inline-block;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-radius: 3px;
        vertical-align: middle;
        text-align: left;
        text-decoration: none;
    }

    .interior-search-btn:hover {
        background-color: #000;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }


}

@media screen and (min-width: 0px) and (max-width: 1150px) {
    .interior-title-cont {
        display: block;
        text-align: center;
        padding: 2%;
        background-color: #f7f7f7;
        margin-top: 60px;
    }

    .interior-title-left {
        display: block;
        text-align: center;
    }

    .interior-title-right {
        display: block;
        text-align: center;
        margin-top: 2%;
    }


    .interior-search-bar {
        font-size: 14px;
        font-weight: bold;
        color: #666666;
        -webkit-appearance: none;
        background-color: rgba(255, 255, 255, 0.9);
        border: 0px;
        width: 75%;
        padding-left: 2%;
        line-height: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-radius: 3px;
        vertical-align: middle;
        text-align: left;
        text-decoration: none;
    }

    .interior-search-btn {
        margin-left: 1%;
        font-size: 14px;
        font-weight: bold;
        -webkit-appearance: none;
        border: 0px;
        width: 20%;
        line-height: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
        border-radius: 3px;
        vertical-align: middle;
        text-align: left;
        text-decoration: none;
        text-align: center;
    }

    .interior-search-btn:hover {
        background-color: #000;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }

    .add-page-btn {
        margin-top: 2%;
    }

}


.btn-green {
    background-color: #28b108;
    color: #fff;
}

.btn-green:hover {
    background-color: #229608;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.btn-blue {
    background-color: #222;
    color: #fff;
}

.btn-blue:hover {
    background-color: #3bbfd4;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}


@media screen and (min-width: 1150px) {

    .row-mobile-title-left {
        display: none;
    }

    .row-mobile-title-right {
        display: block;
    }

    .row-cont-header {
        display: block;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #efefef;
        color: #222;
    }

    .row-cont {
        display: block;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #efefef;
        color: #222;
    }

    .row10 {
        width: 8%;
        padding-left: 2%;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        font-size: 16px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .row15 {
        width: 13%;
        padding-left: 2%;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        font-size: 16px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .row20 {
        width: 18%;
        padding-left: 2%;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        font-size: 16px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .row30 {
        width: 28%;
        padding-left: 2%;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        font-size: 16px;
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .row-btn-start {
        display: inline-block;
        background-color: #28b108;
        color: #fff;
        font-size: 16px;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 8px;
        padding-bottom: 8px;
        text-decoration: none;
        border-radius: 3px;
    }

    .row-btn-start:hover {
        -moz-transform: scale(.95);
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        background-color: #229608;
    }


    .row-icon-img {
        width: 24px;
        height: 24px;
        padding: 8px;
        text-decoration: none;
        border-radius: 2px;
        margin-right: 1%;
    }

    .row-icon-img:hover {
        -moz-transform: scale(.95);
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        background-color: #28b108;
    }

    .icon-blue {
        background-color: #0bb0c9;
    }

    .icon-red {
        background-color: #b90000;
    }

    .icon-green {
        background-color: #28b108;
    }

    .row-bg {
        background-color: #b4b4b4;
    }


    .filter-select {
        display: inline-block;
        vertical-align: text-bottom;
        position: relative;
        width: 100%;
    }

    .filter-select select {
        font-size: 16px;
        line-height: normal;
        height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border-radius: 0px;
        display: block;
        width: 100%;
        border-bottom: 5px solid #fff;
        border-top: 5px solid #fff;
        border-left: 0px;
        border-right: 0px;
        color: #9f9f9f;
        margin: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding-left: 2%;
    }

    .ie8 .filter-select select {
        padding-right: 3px
    }

    .filter-select select:focus {
        background: #f9f9f9;
        outline: none;
        border-bottom: 5px solid #222;
    }

    .filter-select ::-ms-expand {
        display: none;
    }

    .filter-select:after {
        content: "";
        position: absolute;
        z-index: 1;
        right: 8px;
        top: 50%;
        margin-top: -3px;
        height: 0;
        width: 0;
        border-top: 6px solid #222;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        pointer-events: none;
    }

    .row-background {
        background-color: #f7f7f7
    }

}

@media screen and (min-width: 0px) and (max-width: 1150px) {
    .add-page-btn {
        display: inline-block;
        width: 99%;
    }

    .row-btn-start {
        background-color: #28b108;
        color: #fff;
        font-size: 14px;
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 8px;
        padding-bottom: 8px;
        text-decoration: none;
        border-radius: 3px;
        display: inline-block;
    }

    .row-btn-start:hover {
        -moz-transform: scale(.95);
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        background-color: #229608;
    }


    .row-mobile-title-left {
        display: inline-block;
        width: 50%;
        text-align: left;
        vertical-align: middle;
    }

    .row-mobile-title-right {
        display: inline-block;
        width: 50%;
        text-align: right;
        vertical-align: middle;
    }

    .row-cont-header {
        display: none;
    }

    .row-cont {
        display: block;
        text-align: center;
        color: #222;
        padding-left: 3%;
        padding-right: 3%;
        margin: 2%;
        -webkit-box-shadow: 4px 6px 5px -3px rgba(201, 201, 201, 1);
        -moz-box-shadow: 4px 6px 5px -3px rgba(201, 201, 201, 1);
        box-shadow: 4px 6px 5px -3px rgba(201, 201, 201, 1);
    }

    .row10 {
        display: block;
        text-align: left;
        vertical-align: middle;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: 14px;
        text-decoration: none;
    }

    .row15 {
        display: block;
        text-align: left;
        vertical-align: middle;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: 14px;
        text-decoration: none;
    }

    .row20 {
        display: block;
        text-align: left;
        vertical-align: middle;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: 14px;
        text-decoration: none;
    }

    .row30 {
        display: block;
        text-align: left;
        vertical-align: middle;
        padding-top: 2%;
        padding-bottom: 2%;
        font-size: 14px;
        text-decoration: none;
    }

    .row-icon-img {
        width: 18px;
        height: 18px;
        padding: 6px;
        text-decoration: none;
        border-radius: 2px;
        margin-right: 2%;
    }

    .row-icon-img:hover {
        -moz-transform: scale(.95);
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        background-color: #28b108;
    }

    .icon-blue {
        background-color: #0bb0c9;
    }

    .icon-red {
        background-color: #b90000;
    }

    .icon-green {
        background-color: #28b108;
    }

    .row-bg {
        background-color: #b4b4b4;
    }


    .filter-select {
        display: inline-block;
        vertical-align: text-bottom;
        position: relative;
        width: 100%;
    }

    .filter-select select {
        font-size: 16px;
        line-height: normal;
        height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border-radius: 0px;
        display: block;
        width: 100%;
        border-bottom: 5px solid #fff;
        border-top: 5px solid #fff;
        border-left: 0px;
        border-right: 0px;
        color: #9f9f9f;
        margin: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding-left: 2%;
    }

    .ie8 .filter-select select {
        padding-right: 3px
    }

    .filter-select select:focus {
        background: #f9f9f9;
        outline: none;
        border-bottom: 5px solid #222;
    }

    .filter-select ::-ms-expand {
        display: none;
    }

    .filter-select:after {
        content: "";
        position: absolute;
        z-index: 1;
        right: 8px;
        top: 50%;
        margin-top: -3px;
        height: 0;
        width: 0;
        border-top: 6px solid #222;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        pointer-events: none;
    }

    .mobile-row-border {
        border-bottom: 1px solid #efefef;
    }

    .row-background {
        background-color: #f7f7f7
    }
}


.page-type {
    display: block;
    text-align: center;
    padding: 1%;
    background-color: #222;
    color: #fff;
}

@media screen and (min-width: 1150px) {
    .dis-cont {
        display: block;
        text-align: center;
        padding: 2%;
    }

    .dis-left {
        display: inline-block;
        text-align: left;
        width: 50%;
        font-size: 16px;
    }

    .dis-right {
        display: inline-block;
        text-align: right;
        width: 50%;
    }

    .dis-text {
        font-size: 14px;
        color: #000;
    }

    .page-number {
        border: 1px solid #ccc;
        color: #ccc;
        font-size: 14px;
        height: 25px;
        width: 25px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        line-height: 25px;
        margin: 3px;
        vertical-align: middle;
    }

    .page-number-active {
        border: 1px solid #222;
        background-color: #222;
        color: #fff;
        font-size: 14px;
        height: 25px;
        width: 25px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        line-height: 25px;
        margin: 3px;
        vertical-align: middle;
    }

    .page-number-active:hover {
        cursor: context-menu;
    }

    .page-number:hover {
        color: #000;
        border: 1px solid #000;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }

    .float-filter-cont {
        position: fixed;
        bottom: 3.5%;
        right: 2%;
        background: rgba(114, 114, 114, 0.8);
        font-size: 14px;
        color: #fff;
        padding-top: 1%;
        padding-bottom: 1%;
        border-radius: 10px;
        padding-left: 1%;
        padding-right: 1%;
        font-family: 'Montserrat-Black';
        text-decoration: none;
        border: 0px;
    }

    .float-filter-cont:hover {
        background: rgba(0, 0, 0, 0.8);
        transform: scale(.9);
        transition: all .2s ease-in-out;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }

    .filter-img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 22px;
        height: 22px;
    }
}

@media screen and (min-width: 0px) and (max-width: 1150px) {
    .dis-cont {
        display: block;
        text-align: center;
        margin-top: 3%;
    }

    .dis-left {
        display: block;
        text-align: center;
        margin-top: 3%;
        font-size: 14px;
    }

    .dis-right {
        display: block;
        text-align: center;
        margin-top: 1%;
    }

    .dis-text {
        font-size: 12px;
        color: #000;
    }

    .page-number {
        border: 1px solid #ccc;
        color: #ccc;
        font-size: 14px;
        height: 25px;
        width: 25px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        line-height: 25px;
        margin: 3px;
        vertical-align: middle;
    }

    .page-number-active {
        border: 1px solid #222;
        background-color: #222;
        color: #fff;
        font-size: 12px;
        height: 25px;
        width: 25px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        line-height: 25px;
        margin: 3px;
        vertical-align: middle;
    }

    .page-number-active:hover {
        cursor: context-menu;
    }

    .page-number:hover {
        color: #000;
        border: 1px solid #000;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }

    .float-filter-cont {
        position: fixed;
        bottom: 3.5%;
        right: 2%;
        transform: scale(.9);
        transition: all .2s ease-in-out;
        background: rgba(114, 114, 114, 0.8);
        font-size: 12px;
        color: #fff;
        padding-top: 3%;
        padding-bottom: 3%;
        border-radius: 10px;
        padding-left: 2%;
        padding-right: 2%;
        font-family: 'Montserrat-Black';
        text-decoration: none;
        border: 0px;
    }

    .float-filter-cont:hover {
        background: rgba(0, 0, 0, 0.8);
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }

    .filter-img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 22px;
        height: 22px;
    }
}


.course-question {
    display: block;
    text-align: left;
    margin-top: 5px;
}

.question-master {
    display: block;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 10%;
    padding-right: 10%;
}

.question-cont {
    display: block;
    padding-bottom: 2%;
    margin-bottom: 2%;
    text-align: left;
    border-bottom: 1px solid #efefef;
}

.disclaimer-master {
    display: block;
    margin: 3%;
}

.disclaimer-cont {
    display: block;
    padding: 3%;
    text-align: left;
    border: 1px solid #000;
}

.disclaimer-left {
    width: 70%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
}

.disclaimer-right {
    width: 30%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    padding-top: 20px;
}


.custom-check {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #eee;
}

.custom-check:hover input ~ .checkmark {
    background-color: #ccc;
}

.custom-check input:checked ~ .checkmark {
    background-color: #222;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-check input:checked ~ .checkmark:after {
    display: block;
}

.custom-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* START LOGIN PAGE */


@media screen and (min-width: 1200px) {

    .login-page {
        display: block;
        padding: 3%;
        text-align: center;
        background-color: #f7f7f7;
    }

    .login-cont {
        text-align: center;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding: 3%;
        width: 100%;
        max-width: 400px;
    }

    .login-left {
        display: inline-block;
        width: 50%;
        text-align: left;
        vertical-align: text-top;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        color: #000;
    }

    .login-wide {
        display: inline-block;
        width: 100%;
        text-align: left;
        vertical-align: text-top;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        color: #000;
    }

    .login-link {
        text-decoration: none;
        color: #b90000;
        font-size: 14px;
    }

    .login-link:hover {
        color: #000;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }

    .login-right {
        display: inline-block;
        width: 50%;
        text-align: right;
        vertical-align: text-top;
        color: #000;
        font-size: 14px;
    }

    .login-in {
        font-size: 16px;
        font-weight: normal;
        color: #666666;
        -webkit-appearance: none;
        background-color: rgba(255, 255, 255, 1.0);
        width: 98%;
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 2%;
        display: block;
        border-radius: 0px;
        border-bottom: 1px solid #efefef;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }

    .login-in::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #666666;
    }

    .login-in:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #666666;
        opacity: 1;
    }

    .login-in::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #666666;
        opacity: 1;
    }

    .login-in:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666666;
    }


    .login-ins {
        font-size: 16px;
        font-weight: normal;
        color: #666666;
        -webkit-appearance: none;
        background-color: rgba(255, 255, 255, 1.0);
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 2%;
        width: 100%;
        display: block;
        border-radius: 0px;
        border-bottom: 1px solid #efefef;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }

    .login-ins::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #666666;
    }

    .login-ins:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #666666;
        opacity: 1;
    }

    .login-ins::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #666666;
        opacity: 1;
    }

    .login-ins:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666666;
    }


    .login-btn {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #b90000;
        text-decoration: none;
        margin-top: 15px;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        -webkit-appearance: none;
        margin-bottom: 15px;
        border: 0px;
    }

    .login-btn:hover {
        color: #fff;
        background: url(images/bg-button3h.jpg) no-repeat center center #000;
        background-size: 100% 100%;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }

    .login-cont-big {
        background-color: #fff;
        width: 100%;
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(239, 239, 239, 0.67);
        -moz-box-shadow: 2px 2px 5px 0px rgba(239, 239, 239, 0.67);
        box-shadow: 2px 2px 5px 0px rgba(239, 239, 239, 0.67);
    }

    .login-cont-left {
        color: #b90000;
        display: inline-block;
        vertical-align: middle;
        width: 30%;
        padding-left: 8%;
        text-align: center;
        font-size: 34px;
        text-transform: uppercase;
    }

    .login-cont-right {
        background-color: #fff;
        display: inline-block;
        vertical-align: middle;
        width: 60%;
        text-align: center;
    }

}

@media screen and (min-width: 0px) and (max-width: 1200px) {

    .login-page {
        display: block;
        padding: 3%;
        text-align: center;
        background-color: #f7f7f7;
    }

    .login-cont {
        text-align: center;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        padding: 3%;
        width: 100%;
        max-width: 400px;
    }

    .login-left {
        display: inline-block;
        width: 50%;
        text-align: left;
        vertical-align: text-top;
        font-size: 14px;
        text-decoration: none;
        color: #000;
    }

    .login-wide {
        display: inline-block;
        width: 100%;
        text-align: left;
        vertical-align: text-top;
        font-size: 14px;
        text-decoration: none;
        color: #000;
    }

    .login-link {
        text-decoration: none;
        color: #b90000;
    }

    .login-link:hover {
        color: #000;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }

    .login-right {
        display: inline-block;
        width: 50%;
        text-align: right;
        vertical-align: text-top;
        color: #000;
        font-size: 14px;
    }

    .login-in {
        font-size: 16px;
        font-weight: normal;
        color: #666666;
        -webkit-appearance: none;
        background-color: rgba(255, 255, 255, 1.0);
        width: 98%;
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 2%;
        display: block;
        border-radius: 0px;
        border-bottom: 1px solid #efefef;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }

    .login-in::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #666666;
    }

    .login-in:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #666666;
        opacity: 1;
    }

    .login-in::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #666666;
        opacity: 1;
    }

    .login-in:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666666;
    }


    .login-ins {
        font-size: 16px;
        font-weight: normal;
        color: #666666;
        -webkit-appearance: none;
        background-color: rgba(255, 255, 255, 1.0);
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 2%;
        width: 100%;
        display: block;
        border-radius: 0px;
        border-bottom: 1px solid #efefef;
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }

    .login-ins::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #666666;
    }

    .login-ins:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #666666;
        opacity: 1;
    }

    .login-ins::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #666666;
        opacity: 1;
    }

    .login-ins:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666666;
    }


    .login-btn {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #b90000;
        text-decoration: none;
        margin-top: 15px;
        text-align: center;
        text-transform: uppercase;
        font-weight: normal;
        -webkit-appearance: none;
        margin-bottom: 15px;
        border: 0px;
    }

    .login-btn:hover {
        color: #fff;
        background: url(images/bg-button3h.jpg) no-repeat center center #000;
        background-size: 100% 100%;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        cursor: pointer;
    }

    .login-cont-big {
        background-color: #fff;
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(239, 239, 239, 0.67);
        -moz-box-shadow: 2px 2px 5px 0px rgba(239, 239, 239, 0.67);
        box-shadow: 2px 2px 5px 0px rgba(239, 239, 239, 0.67);
    }

    .login-cont-left {
        display: none;
    }

    .login-cont-right {
        background-color: #fff;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        text-align: center;
    }

}

/* END LOGIN PAGE */


@media screen and (min-width: 1200px) {
    .filter-main-cont {
        display: block;
        text-align: center;
        padding: 1%;
        background-color: #222;
        color: #fff;
    }

    .filterc-left {
        display: inline-block;
        width: 30%;
        text-align: left;
        vertical-align: middle;
    }

    .filterc-right {
        display: inline-block;
        width: 70%;
        text-align: right;
        vertical-align: middle;
    }

    .filter-option-cont {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        margin-left: 2%;
    }
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
    .filter-main-cont {
        display: block;
        text-align: center;
        padding: 2%;
        background-color: #222;
        color: #fff;
    }

    .filterc-left {
        display: inline-block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .filterc-right {
        display: inline-block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .filter-option-cont {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-top: 2%;
    }
}

@media screen and (min-width: 1200px) {
    .filter-main-cont {
        display: block;
        text-align: center;
        padding: 1%;
        background-color: #222;
        color: #fff;
    }

    .filterc-left {
        display: inline-block;
        width: 30%;
        text-align: left;
        vertical-align: middle;
    }

    .filterc-right {
        display: inline-block;
        width: 70%;
        text-align: right;
        vertical-align: middle;
    }

    .filter-option-cont {
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        margin-left: 2%;
    }
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
    .filter-main-cont {
        display: block;
        text-align: center;
        padding: 2%;
        background-color: #222;
        color: #fff;
    }

    .filterc-left {
        display: inline-block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .filterc-right {
        display: inline-block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .filter-option-cont {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-top: 2%;
    }
}


.lb-btn-save,
.lb-btn-delete {
    font-size: 16px;
    color: #fff;
    min-height: 40px;
    line-height: 40px;
    font-family: 'Hoves-Regular';
    text-align: center;
    -webkit-appearance: none;
    border: 0px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 2px;
    vertical-align: top;
    width: 100%;
}

.lb-btn-delete {
background-color: #9e0033;
}

.lb-btn-save {
background-color: #009e73;
}

.lb-btn-save:hover, .lb-btn-delete:hover {
    cursor: pointer;
    color: #fff;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.lb-btn-save:hover {
    background-color: #000;
}

.lb-btn-delete:hover {
    background-color: #330000;
}

.lb-input, .lb-input2 {
    font-size: 16px;
    color: #000;
    min-height: 30px;
    line-height: 20px;
    font-family: 'Hoves-Regular';
    text-align: left;
    text-decoration: none;
    -webkit-appearance: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 99%;
    padding-left: 1%;
    display: block;
    border-radius: 2px;
}

.lb-input:hover, .lb-input2:hover {
    background-color: rgba(255, 255, 255, 1.0);
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.login-container {
    text-align: center;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #c90000;
    display: block;
}

.login-centered {
    width: 96%;
    max-width: 1150px;
    background-color: rgba(255, 255, 255, 1.0);
    padding: 2%;
    border-radius: 2px;
    display: inline-block;
}

.lb-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
}

.lb-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

.lb-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

.lb-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}


@media screen and (min-width: 1150px) {
    .lb-text-margin {
        margin-top: 3%;
    }

    .lb-title-top {
        font-size: 28px;
        color: #000;
        font-family: 'Hoves-Regular';
        text-decoration: none;
        margin-bottom: 3%;
    }

    .lb-title {
        font-size: 20px;
        line-height: 20px;
        color: #000;
        font-family: 'Hoves-Regular';
        text-decoration: none;
        margin-bottom: 10px;
    }

    .lb-cont {
        display: inline-block;
        text-align: left;
        background-color: #f2f2f2;
        width: 94%;
        padding: 3%;
        margin-bottom: 3%;
        vertical-align: text-top;
        border-radius: 2px;
    }

    .lb-cont50l {
        display: inline-block;
        text-align: left;
        background-color: #f2f2f2;
        width: 42.5%;
        margin-right: 1.5%;
        padding: 3%;
        margin-bottom: 3%;
        vertical-align: text-top;
        border-radius: 2px;
    }

    .lb-cont50r {
        display: inline-block;
        text-align: left;
        background-color: #f2f2f2;
        width: 42.5%;
        margin-left: 1.5%;
        padding: 3%;
        margin-bottom: 3%;
        vertical-align: text-top;
        border-radius: 2px;
    }


    .admin-select-bg {
        background-color: #fff
    }

    .admin-select-box {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 100%;
        background-color: #fff;
        -webkit-appearance: none;
    }

    .admin-select-box select {
        font-size: 16px;
        line-height: 40px;
        min-height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border-radius: 0px;
        display: block;
        width: 100%;
        border-bottom: 0px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        color: #000;
        margin: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding-left: 2%;
    }

    .ie8 .admin-select-box select {
        padding-right: 3px
    }

    .admin-select-box select:focus {
        background: #f9f9f9;
        outline: none;
    }

    .admin-select-box ::-ms-expand {
        display: none;
    }

    .admin-select-box:after {
        content: "";
        position: absolute;
        z-index: 2;
        right: 8px;
        top: 50%;
        margin-top: -3px;
        height: 0;
        width: 0;
        border-top: 6px solid #000;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        pointer-events: none;
    }

}


@media screen and (min-width: 0px) and (max-width: 1150px) {
    .lb-text-margin {
        margin-top: 3%;
    }

    .lb-title-top {
        font-size: 24px;
        color: #000;
        font-family: 'Hoves-Regular';
        text-decoration: none;
        margin-bottom: 3%;
    }

    .lb-title {
        font-size: 18px;
        line-height: 20px;
        color: #000;
        font-family: 'Hoves-Regular';
        text-decoration: none;
        margin-bottom: 10px;
    }

    .lb-cont {
        display: inline-block;
        text-align: left;
        background-color: #f2f2f2;
        width: 94%;
        padding: 3%;
        margin-bottom: 3%;
        vertical-align: text-top;
        border-radius: 2px;
    }

    .lb-cont50l {
        display: inline-block;
        text-align: left;
        background-color: #f2f2f2;
        width: 94%;
        padding: 3%;
        margin-bottom: 3%;
        vertical-align: text-top;
        border-radius: 2px;
    }

    .lb-cont50r {
        display: inline-block;
        text-align: left;
        background-color: #f2f2f2;
        width: 94%;
        padding: 3%;
        margin-bottom: 3%;
        vertical-align: text-top;
        border-radius: 2px;
    }

    .admin-select-bg {
        background-color: #fff
    }

    .admin-select-box {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 100%;
        background-color: #fff;
        -webkit-appearance: none;
    }

    .admin-select-box select {
        font-size: 16px;
        line-height: normal;
        height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border-radius: 0px;
        display: block;
        width: 100%;
        border-bottom: 0px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        color: #9f9f9f;
        margin: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        padding-left: 2%;
    }

    .ie8 .admin-select-box select {
        padding-right: 3px
    }

    .admin-select-box select:focus {
        background: #f9f9f9;
        outline: none;
    }

    .admin-select-box ::-ms-expand {
        display: none;
    }

    .admin-select-box:after {
        content: "";
        position: absolute;
        z-index: 2;
        right: 8px;
        top: 50%;
        margin-top: -3px;
        height: 0;
        width: 0;
        border-top: 6px solid #18254E;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        pointer-events: none;
    }
}

.select {
    border: 1px solid ;
}



.lb-input2 {
    border: solid;
    max-width: 300px;
    display: inline-block;
}

