/*general */
body {
    font-size: 16px;
}

a {
    color: #003f5c;
}

.content-only-container {
    min-height: 60vh;
}
/*headers */

/* navigation */

.main-navigation {
    padding: 15px 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #29abe6;
}
@media screen and ( max-width: 768px) {
    .main-navigation {
        padding: 25px 0px;
    }
}


.header-top {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    padding-top: 2em;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0;
}


.image-wrapper{
    height: 70vh;
    min-height: 500px;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: var(--header-bg-color);
    /* width: calc(100vw + 10%); */
    width: 100vw ;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    
}
.image-wrapper img 
{
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .85 !important;
}

.header-subtitle {
    font-size: 2rem;
}

.header-top .logo-top {
    position: absolute;
    top: 15px;
    left:25px;
}

.single-page.header-top, .single-page.header-top .image-wrapper  {
    height: 30vh;
    min-height: 300px;
}

@media screen and ( max-width: 768px) {
    .header-top h1 {
            font-size: 1.5rem;
        }
    .header-subtitle {
        font-size: 1.2rem;
    }    
}
/* end headers */
.imgcol {
    height: 200px;
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.coltitle {
    position: absolute;
    bottom: 0;
    /* color: wheat; */
    color: #eaeaea;
    background-color: rgba(0,0,0,.5);
    margin-left: 15px;
    margin-right: 15px;
    left: 0;
    padding: 5px;
    right: 0;
    min-height: 47px;
    line-height: 20px;
}
.colregion {
    position: absolute;
    color: #fff;
    right: 15px;
    background-color: #006796;
    border-radius: 4px;
    padding: 4px 8px;
}
.menuTitle {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.right-navigation li {
    list-style-type: none;
    margin: 0px;
    /* padding: 0px; */
    border-bottom: 1px dotted #0193DB;
    padding-bottom: 5px;
}
ul.right-navigation > li:first-child {
    border-top: 1px dotted  #0193DB;
}

li> a {
    color: #001620;
    text-align: right;
}

ul.right-navigation {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.headerH1{
    font-size: 40px;
    line-height: 41px;
    margin-top: 15px;
}    
.footer {
    /* background-color: #999; */
    background-color: #27a8e3;
    margin-top: 25px;
    padding: 5px;
    text-align: center;
}
/* single property */
.single-property h1 {
    margin-top: 15px;
    text-align: center;
}
.single-property .card {
    border: none;
}
.single-property .card-title {
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: bold;
}
.single-property .card-body {
    padding: 0.25rem;
}
.marketing-information-single-property {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #27a8e3;
}

.image-single-propery-wrapper {
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #f1fafff2;
}
.image-single-propery-wrapper img {
    max-width: 100%;
    height: auto;
}

/* search */
.field.object-title {
    background-color: navy;
    width: 100%;
    display: block;
    padding: 5px 15px;
    color: #ccc;
}

.object {
    margin-top: 20px;
}
.pagination li {
    padding: 3px;
}

.image-search-wripper {
    float:left;
    margin-right: 20px;
    margin-top: 5px;
    padding-bottom: 100px;
}    
.image-search {
    max-height: 100px;
}