﻿.nav-title {
    background-color: #444444;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 80px;
}

    .nav-title p {
        color: #fff;
        font-size: 24px;
        margin: 0;
    }

    .nav-title.info-title {
        background-color: #fff;
        height: 120px;
    }

        .nav-title.info-title p {
            font-size: 32px;
            color: #444444;
            text-transform: uppercase;
            /*font-weight: 600;*/
        }


.block-logon-new {
    margin-bottom: 3em;
}
.block-logon-new__tiles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 44px;
}
.block-logon-new__tile {
    width: 550px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}

.block-logon-new__tile a{
    text-decoration: none;
}

.block-logon-new__tile:nth-child(1) {
    background-image: url(/Images/StartPage1.jpg);
}
.block-logon-new__tile:nth-child(2) {
    background-image: url(/Images/StartPage2.jpg);
}

.block-logon-new__tile p{
    text-transform: uppercase;
}

.tile__title, .tile__subtitle  {
    font-size: 18px;
    color: white;
}

.tile__button {
    width: 230px;
    height: 40px;
    background-color: #e4e4e4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.466);
}
.tile__button p{
    margin: 0;
    font-size: 12px;
    color: #333;
}

.icon-web{
    display: block;
}
.icon-mobile{
    display: none;
}

.tile__button-icon {
    height: 10px;
    width: 10px;
}

.tile__footer {
    color: white;
}



@media screen and (max-width: 1200px) {
    .block-logon-new__tiles {
        flex-direction: column;
        align-items: center;
    }
    .block-logon-new__tile {
        margin-bottom: 80px;
        position: relative;
        width: 100%;
        max-width: 500px;
        height: 380px;
    }

    .block-logon-new__tile:nth-child(1) {
        background-image: url(/Images/StartPage1-mobile.jpg);
    }
    .block-logon-new__tile:nth-child(2) {
        background-image: url(/Images/StartPage2-mobile.jpg);
    }
    

    .tile__button{
        position: absolute;
        bottom: -60px;
        left: 0;
        box-shadow: none;
        background-color: #6F6F6F;
    }

    .tile__button p{
        color: white;
    }

    .icon-web{
        display: none;
    }
    .icon-mobile{
        display: block;
    }

    .tile__button .tile__button-icon{
        color: white;
        fill: red;
        /* width: 20px;
        height: 20px; */
    }


}

@media screen and (max-width: 4720px) {
    .block-logon-new__tile {
        height: 300px;
    }
}



.form-group-separateItems {
    margin-bottom: 25px;
}

    .form-group-separateItems label {
        white-space: nowrap;
    }

.ui-widget-header-custom {
    background-color: #ff9001 !important;
}

.slider-label input {
    justify-content: flex-end !important;
    text-align: right !important;
}

.form-slider-custom {
    margin-right: 10px;
}

.clear-button-custom {
    margin-top: 30px;
    width: 91% !important;
    height: 60px;
    font-weight: bold;
    border: 1px solid #000;
}

.search-button-custom {
    background-color: rgb(255, 144, 1);
    margin-top: 30px;
    width: 100% !important;
    height: 60px;
    border: 1px solid #000;
}


.ForSale {
    width: 100%;
    position: relative;
    height: 170px;
}

#more {
    height: 33px;
}

.password {
    width: 35%;
    margin-bottom: 10px;
}

    .password tr {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .password tr.buttons {
            margin-top: 10px;
        }

            .password tr.buttons td {
                width: 100%
            }

            .password tr.buttons input[type=submit] {
                width: 100%;
                height: 34px;
                color: white;
                background-color: #039;
                font-size: 14px;
                border: 1px solid black;
            }


@media screen and (max-width: 911px) {
    .password {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .password {
        width: 100%;
    }
}
