﻿.about_box {
    min-height: 180px;
}

.about_img {
    margin-top: 20px;
}

.about_grid1 {
    list-style: none;
}



@media screen and (max-width:991px) {
    .banner {
        background: url(../images/banner-responsive.png) #021f40 no-repeat top;
    }

    .home-box ul li {
        list-style: none;
        text-align: center !important;
        font-size: 20px;
        margin-left: -30px;
    }

    #tablewrapper {
        display: flex;
        flex-direction: column;
    }

        /* Safari 6.1+ 
	div#DIV1   {-webkit-order: 1;}
	div#DIV2  {-webkit-order: 2;}
	div#DIV3 {-webkit-order: 3;}
	div#DIV4  {-webkit-order: 4;}
	div#DIV4  {-webkit-order: 5;}*/

        /* Standard syntax */
        #tablewrapper > .div1 {
            order: 3;
        }

        #tablewrapper > .div2 {
            order: 1;
        }

        #tablewrapper > .div3 {
            order: 2;
        }
}


html {
    scroll-behavior: smooth;
}

.thumbnail h3, .thumbnail-top h3 {
    font-size: 1.3em;
    line-height: 1.3em;
}


.thumbnails > li {
    margin-left: 0px;
    list-style-type: none;
}

.thumbnail .caption, .thumbnail-top .caption {
    text-align: left;
}

.thumbnail {
    min-height: 380px;
}

.thumbnail-top {
    padding: 0px;
}

.content_white h2 {
    color: #666;
    margin-bottom: 25px;
}

h1, .container h3 {
    color: #42597a;
}

.doublelisting {
    width: 49%;
}

.doublelistingAdjust {
    margin-left: 20px !important;
}

.thumbnail2 > img, .thumbnail-top > img {
    height: 208px;
    display: inline !important;
    width: 270px;
    object-fit: cover;
}

.thumbnail2 {
    box-shadow: 5px 5px #ccc;
}

.btn-navbar div {
    width: 20px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
}

.navbar .nav > li > a {
    font-size: 14px;

}

.btnlarge {
    font-size: 26px;
    padding: 20px;
}



@media only screen and (max-width: 900px) {
    #toplist li {
        display: block !important;
        padding-bottom: 10px !important;
    }

    .form-group .form-control {
        width: 100%
    }
}

@media only screen and (max-width: 975px) {
    .doublelisting {
        width: 95%;
    }

        .doublelisting img {
            margin-bottom: 15px;
            display: block !important;
            margin-left: auto;
            margin-right: auto;
        }
}

.form-group .form-control {
    width: 14%
}

@media only screen and (max-width: 900px) {
    .form-group .form-control {
        width: 80%
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.calendar {
    width: 300px !important
}

    .calendar tbody .day {
        font-size: 14px
    }

    .calendar thead .headrow {
        font-size: 16px
    }

.thumbnail, .thumbnail-top {
    display: block;
    font-family: 'Manrope', sans-serif;
    background: white;
    padding: 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}

    .thumbnail-top img {
        width: 175px;
        object-fit: cover;
        height: 130px;
    }

.thumbnails ul {
    list-style-type: none;
}

.thumbnails p {
    text-align: center;
}
.row .thumbnails .col-md-2 {padding-left:3px; padding-right:3px}

@media only screen and (max-width: 600px) {
    .thumbnail-top img {
        width: 100%;
    }

    .content_white p {
        text-align: left
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (max-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .thumbnail-top img {
        height: auto!important
    }
    }

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (max-width: 600px) {
    .col-xs-6 {
        width: unset;
    }
}
