body {
    font-family: Roboto;
}


/*sticky header position*/

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

nav {
    background: #ffffff;
    min-height: 85px;
}

* {
    box-sizing: border-box;
}


/* The grid: Four equal columns that floats next to each other */

.column {
    float: left;
    width: 25%;
    padding: 10px;
}


/* Style the images inside the grid */

.column img {
    opacity: 0.8;
    cursor: pointer;
}

.column img:hover {
    opacity: 1;
}


/* Clear floats after the columns */

.mdi-36px {
    font-size: 39px;
    margin-right: 10px
}

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* The expanding image container */

.container {
    position: relative;
}


/* Expanding image text */

#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}


/* Closable button inside the expanded image */

.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.modal-lg {
    max-width: 95% !important;
}

.modalImg {
    height: auto;
}

.ads_sponsors div img {
    width: 200px;
    height: 150px;
}

.mImage {
    width: 50%;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.thumb {
    margin-top: 5px;
    margin-bottom: 5px;
}

#show-previous-image {
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 35%;
    left: 1.5%;
    opacity: 50%;
}

#show-previous-image:hover {
    opacity: 100%;
}

#show-next-image:hover {
    opacity: 100%;
}

#show-next-image {
    width: 75px;
    height: 75px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 35%;
    right: 1.5%;
    opacity: 50%;
}

#image-gallery {
    max-height: 900px;
    position: fixed;
    overflow: hidden;
    max-width: 1920px;
}

#image-gallery-image {
    max-width: 1920px;
    max-height: 1080px;
}

.close {
    font-size: xx-large;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    max-width: 200px;
    overflow-x: hidden;
}

.carousel {
    position: relative;
    max-width: 650px;
}

.carousel-container {
    width: auto;
    float: left;
}
.carousel-temporary-holder{
    width: auto;
    float: left;
    display: block;
    position: absolute;
    z-index: 10;
}

.carousel-item img {
    object-fit: cover;
}

#carousel-thumbs {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}

#carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
}

#carousel-thumbs img:hover {
    border-color: rgba(39, 38, 38, 0.3);
}

#carousel-thumbs .selected img {
    border-color: #fff;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

@media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
        border-width: 1px;
    }
}

@media all and (min-width: 576px) {
    .carousel-container #carousel-thumbs {
        position: absolute;
    }
}

@media all and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
        background: #ccccce;
    }
}

.cardbottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(224, 224, 224);
}

.left {
    display: none;
}

.smartphoto-count {
    display: none;
    color: black;
}