.text-muted{
    color: #686767 !important;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 100;
}
h1{
    font-weight: 700 !important;
}
p, span, button, h1, h2{
    font-family: 'Roboto Flex', sans-serif;
}
/****************************
HEADER & FOOTER
*****************************/
.topheader{
    font-size: 0.75rem;
    color: #003499;
}
.topheader a{
    color: #003499;
    text-decoration: none;
}
.topheader a:hover{
    text-decoration: underline;
}
.topheadbg{
    background-color: #F2F2F2;
}
.logo{
    width: 100%;
}
.headernav{
    font-family: "Source Sans Pro", sans-serif;
    background: #0061a3;
    background: -moz-linear-gradient(top,  #0061a3 0%, #003399 50%, #003399 100%);
    background: -webkit-linear-gradient(top,  #0061a3 0%,#003399 50%,#003399 100%);
    background: linear-gradient(to bottom,  #0061a3 0%,#003399 50%,#003399 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a3', endColorstr='#003399',GradientType=0 );
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.40);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.40);
    text-shadow: 0 1px 0 #00000091;
}
.headerp{
    color: #026505;
}
nav ul{
    display: flex;
    list-style: none;
    margin: 0;
}
.headernav li{
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(0,0,0,0.2);
}
.headernav ul > li:first-child{
    border-left: none;
}
.headernav ul > li:last-child{
    border-right: none;
}
.headernav ul li a:hover{
    background-color: #FDFDFD;
    color: #003399;
    text-shadow: none;
}
nav li a{
    color: #FDFDFD;
    text-decoration: none;
    display: inline-block;
}
.logobar{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #F2F2F2;
}
.footer-logos{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.footernav{
    background-color: #003499;
    font-size: 0.94rem;
}
.footernav li a{
    text-shadow: 0 1px 0 #00000091;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}
.footernav li a:hover{
    text-decoration: underline;
    color: #FDFDFD;
}
.footernav p{
    color: #FDFDFD;
    text-shadow: 0 1px 0 #00000091;
    font-family: "Source Sans Pro", sans-serif;
}
/****************************
LSRENTALS SEARCH RESULTS
*****************************/
.listing-image{
    object-fit: cover;
}
.back{
    color: #212529;
    padding-bottom: 1rem;
    text-decoration: none;
}
.listing-card-body{
    padding: 0;
}
.card-head{
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+86,e5e5e5+100 */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 86%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f2f2f2 86%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f2f2f2 86%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.card-title{
    padding: 2% 0 0 4%;
}
h2 a{
    color:#003499;
    font-weight: 600;
}
.info-bar{
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    padding: 0.75rem 0;
}
.info2{
    background-color: #F2F2F2;
}
.fa-stack{
    height: auto;
    vertical-align: top !important;
    font-size: 80%;
    bottom: 6%;
}
.fa-paw{
    font-size: 130%;
}
.card-body p{
    white-space: break-spaces;
    padding: 0 2% 2% 3%;
}
/********************************
LSRENTALS INDIVIDUAL LISTING
********************************/
.tab-content p{
    white-space: break-spaces;
}
.listing-title{
    padding-left: 3%;
}
.listing-heading-list{
    padding: 0 0 0 3%;
}
.listing-heading-individual{
    padding: 0 0 0 4%;
}
.listing-heading-list span, .listing-heading-individual span{
    color: #686767;
    font-weight: bold;
}
.listing-gallery-pic{
    width: 33%;
    margin: 1rem 0 0 0;
    padding-right: 0.5rem;
}
.top-rounded{
    border-radius: 0.6rem 0.6rem 0 0;
}
button{
    font-weight: 600 !important;
    color: #003399 !important;
}
button.nav-link.active{
    background-color: #f2f2f2 !important;
}
thead, td, th{
    text-align: center;
}
thead{
    background-color: #003399;
    color: #FDFDFD;
}
th{
    border-right: 0.5px solid #fdfdfd;
}
#map{
    position: relative;
    background: url('/custom/map/img/map_mdi.png') no-repeat;
    height: 27.875rem;
    width: 28.125rem;
    transform: scaleX(0.92);
    left: -4.2%;
}
.house{
    position: absolute;
    background: url('/custom/map/img/map_icon.png')  no-repeat;
    height: 25px;
    width: 25px;
    z-index: 1;
}


@media (min-width: 768px) {
    #map {
        margin: 0 auto;
        transform: scale(0.92);
        left: -4.2%;
    }
}

@media (min-width: 992px) {
    #map {
        transform: scale(0.6);
        margin: 0 auto;
        left: -25%;
        top: -72px;
    }
}

@media (min-width: 1200px) {
    #map {
        transform: scale(0.7);
        left: -15%;
    }
}
@media (min-width: 1400px) {
    #map {
        transform: scale(0.9);
        left: -5%;
        top: -16px;
    }
}
/***************
CALENDAR
****************/
.calendar-key {
    background: #ffffff;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
}
.calendar-key-item {
    align-items: center;
    display: flex;
    padding: 0.5rem 0;
}
.calendar-key-name {
    font-size: 0.875rem;
    padding: 0 2rem 0 0.5rem;
}
.calendar-key-icon {
    height: 1.2rem;
    width: 1.2rem;
}
.calendar-date-is-available {
    background: #c7dbd2 !important; /* Bootstrap .table-secondary */
}
.calendar-date-is-not-available {
    background: #f8d7da !important; /* Bootstrap .table-danger */
}
.calendar-date-is-past {
    background: #e2e3e5 !important; /* Bootstrap .table-success */
}
.calendar-date-afternoon-available {
    background: #f8d7da;
    background: -moz-linear-gradient(-45deg,  #f8d7da 0%, #f8d7da 50%, #c7dbd2 50%, #c7dbd2 100%);
    background: -webkit-linear-gradient(-45deg,  #f8d7da 0%,#f8d7da 50%,#c7dbd2 50%,#c7dbd2 100%);
    background: linear-gradient(135deg,  #f8d7da 0%,#f8d7da 50%,#c7dbd2 50%,#c7dbd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d7da', endColorstr='#c7dbd2',GradientType=1 ); 
}
.calendar-date-morning-available {
    background: #c7dbd2;
    background: -moz-linear-gradient(-45deg,  #c7dbd2 0%, #c7dbd2 50%, #f8d7da 50%, #f8d7da 100%);
    background: -webkit-linear-gradient(-45deg,  #c7dbd2 0%,#c7dbd2 50%,#f8d7da 50%,#f8d7da 100%);
    background: linear-gradient(135deg,  #c7dbd2 0%,#c7dbd2 50%,#f8d7da 50%,#f8d7da 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7dbd2', endColorstr='#f8d7da',GradientType=1 );
}