
.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

ul, ol {
    padding-left: 0 !important;
    padding-right: 0px !important;
}
/* Slideshow container */
.slideshow-container {
    max-width: 700px;
    max-height: 700px;
    position: relative;
    margin: auto;
}

#slidergallery .modal-content {
    width: 85% !important
}

#slidergallery .modal-lg {
    width: 750px !important
}

#slidergallery .modal {
    padding-top: 0
}

#slidergallery .modal-dialog {
    margin: 0 auto
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    background-color: #111;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    right: 0;
    border-radius: 3px 0 0 3px;
}


    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }
/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    opacity: 1
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}



@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 22%;
        max-width: 22%
    }
}

.modal-content table {
    color: #000
}

.text-danger {
    color: #dc3545 !important
}

.text-white {
    color: #FFF !important
}

.badge {
    border-radius: 4px !important
}

.modal-lg {
    width: 90% !important
}

.modal-content {
    width: auto !important
}

    .modal-content th {
        text-align: center
    }

    .modal-content h2 {
        text-align: center;
        padding: 0.75em;
        color: #f58220;
        font-size: 2.2em !important;
    }

@media (max-width: 990px) {
    .modal-content h2 {
        font-size: 1.8em !important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .col-md-4 {
        flex: 0 0 28.33333%;
        max-width: 28.33333%;
    }
}

@media (min-width: 100px) and (max-width: 767px) {

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

h1 {
    margin-top: 40px !important
}

#catalogs {
    padding: 75px;
}

.catalogbox {
    text-decoration: none;
    margin: 13px;
}

    .catalogbox .item {
        border: 1px solid #e8e8e8;
        border-radius: 15px;
        background: #fff;
    }

        .catalogbox .item img {
            width: 100%;
            max-height: 180px;
            max-width: 100%;
            transition: all .5s;
            border-radius: 15px 15px 0 0;
        }

        .catalogbox .item h4 {
            color: #000;
            font-weight: 600;
            padding-top: 5px;
            padding-bottom: 8px;
            transition: all .5s;
        }

        .catalogbox .item .view {
            color: #fabb14;
            padding-top: 0;
            padding-bottom: 10px;
            font-weight: 300;
            font-size: 17px;
        }

        .catalogbox .item:hover {
            cursor: pointer;
            -webkit-box-shadow: 0px 0px 22px -3px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 22px -3px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 22px -3px rgba(0,0,0,0.75);
            transition: all .5s;
        }

@media (max-width: 768px) {
    .modal-lg {
        width: 96% !important;
    }
}

