html {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #ffffff;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

    body p {
        color: #7f7f7f;
    }

.clearfix {
    clear: both;
    display: block;
    width: 100%;
}

#home-content {
    width: 870px;
    float: right;
    margin-top: 62px;
}

.map-search {
    border: 1px solid #e1e1e1;
    padding: 5px;
    margin-bottom: 40px;
    display: block;
    width: 600px;
    float: left;
}

.map-left {
    width: 100%;
    padding: 10px 20px 10px 20px;
}

.advanced-search {
    text-align: right;
    display: block;
    clear: both;
    overflow: hidden;
    margin-right: 70px;
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 27px;
}

.col-md-12.col-md-offset-.map-box {
    width: 93%;
}

.map-right {
    width: 100%;
}

.txt-orange {
    color: #f78f1e;
}

.txt-blue {
    color: #083a81;
    font-weight: 600;
}

.map-left h1 {
    color: #093a7f;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 28px;
    font-weight: 400;
}

.advanced-search a {
    color: #447ab4;
    font-weight: 600;
    text-decoration: none;
    font-style: italic;
    padding-bottom: 1px;
    border-bottom: 1px solid #447ab4;
    transition: all 0.5s ease;
}

    .advanced-search a:hover,
    .advanced-search a:focus,
    .advanced-search a:active {
        text-decoration: none;
        color: #f78f1e;
        border-bottom: 1px solid #f78f1e;
    }

.space20 {
    height: 20px;
}

#home-content h2 {
    color: #093a7f;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
}

.placeholder {
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
}

.map-right .container-fluid,
.map-right .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.hovertext {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #88acd1;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #757575;
    color: #000000;
    font-weight: 300;
    padding: 1px 15px;
    position: absolute;
    z-index: 100;
    display: none;
    font-size: 13px;
}





#target_form {
    display: none;
}


/* *********** HEADER *********** */

.logo img {
    margin-top: 15px;
    margin-bottom: 15px;
}

header {
    position: relative;
    width: 100%;
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cssmenu {
    font-family: 'Open Sans', sans-serif;
    float: right;
    width: 70%;
}

.container.navigation {
    background: #093a7f;
    padding: 0;
    width: 1140px;
}

#cssmenu ul {
    float: right;
}

.email-alerts {
    float: left;
    padding-top: 15px;
    padding-left: 55px;
    background: url(../../images/v2019/email-alert.png) 20px 11px no-repeat;
    font-size: 13px;
    width: 30%;
}

    .email-alerts a {
        text-decoration: none;
        color: #ffffff;
        transition: all .25s ease;
        opacity: 0.9;
    }

        .email-alerts a:hover,
        .email-alerts a:focus,
        .email-alerts a:active {
            color: #cddeef;
            text-decoration: none;
        }

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-left: 0;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #head-mobile {
        display: none;
    }

    #cssmenu > ul > li {
        float: left;
        text-transform: uppercase;
    }

        #cssmenu > ul > li > a {
            padding: 15px 17px;
            font-size: 13px;
            letter-spacing: 1px;
            text-decoration: none;
            color: #c3ccd6;
            font-weight: 400;
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #fff
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            background: #447bb4 !important;
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            padding-right: 30px
        }

            #cssmenu > ul > li.has-sub > a:after {
                position: absolute;
                top: 22px;
                right: 11px;
                width: 8px;
                height: 2px;
                display: block;
                background: #ddd;
                content: ''
            }

            #cssmenu > ul > li.has-sub > a:before {
                position: absolute;
                top: 19px;
                right: 14px;
                display: block;
                width: 2px;
                height: 8px;
                background: #ddd;
                content: '';
                -webkit-transition: all .25s ease;
                -ms-transition: all .25s ease;
                transition: all .25s ease
            }

        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #333;
            transition: all .25s ease
        }

            #cssmenu ul ul li:hover {
            }

    #cssmenu li:hover > ul {
        left: auto
    }

        #cssmenu li:hover > ul > li {
            height: 35px
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #ddd;
        font-weight: 400;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #fff
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333
    }

/* *********** END HEADER *********** */

/* Featured Listings */

div#featured-listings-wrapper {
    clear: both;
    width: 755px;
    float: left;
    border: 1px solid #DAE1E8;
    overflow: hidden;
    height: 137px;
    margin: 10px 0 13px 0;
    padding: 10px 10px 10px 7px;
}

    div#featured-listings-wrapper h2 {
        color: #093A7F;
        text-transform: uppercase;
        font-size: 11px;
        margin: 0 0 0 3px;
        padding: 0;
    }

    div#featured-listings-wrapper ul {
        margin: 9px 15px 0 28px;
        padding: 0;
        list-style: none;
    }

        div#featured-listings-wrapper ul li {
            float: left;
            margin: 0 10px 0 0;
        }

        div#featured-listings-wrapper ul a {
            float: left;
            position: relative;
            z-index: 100;
            width: 167px;
            height: 114px;
            overflow: hidden;
            text-decoration: none;
        }

            div#featured-listings-wrapper ul a:hover {
                z-index: 200;
                background: #F78F20;
            }

            div#featured-listings-wrapper ul a span {
                display: none;
            }

            div#featured-listings-wrapper ul a:hover span {
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                padding: 5px 15px 5px 0;
                width: 167px;
                background: #F78F20;
                color: #fff;
                font-size: 10px;
                font-weight: bold;
                text-align: right;
            }

    div#featured-listings-wrapper img {
        border: 0;
    }

div#featured-listings-controller {
    width: 752px;
    position: relative;
    margin: 0;
    padding: 0;
}

    div#featured-listings-controller a#arrow-left {
        position: absolute;
        top: 52px;
        left: 0;
    }

    div#featured-listings-controller a#arrow-right {
        position: absolute;
        top: 52px;
        right: 0;
    }


ul#featuredlist {
}

    ul#featuredlist li {
        margin: 0;
        padding: 0px;
        position: relative; /* Set the absolute positioning base coordinate */
        width: 167px;
        height: 114px;
    }

        ul#featuredlist li img {
            width: 167px;
            height: 114px; /* Set the small thumbnail size */
            -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
            border: 0px solid #ddd;
            padding: 0px;
            background: #f0f0f0;
            position: absolute;
            left: 0;
            top: 0;
        }

            ul#featuredlist li img.hover {
                /* background:url(thumb_bg.png) no-repeat center center; */ /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
            }

div#largerThumbnail1 a {
    text-decoration: none;
}

    div#largerThumbnail1 a span {
        display: none;
    }

    div#largerThumbnail1 a:hover span {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 5px 5px 5px 5px;
        width: 200px;
        background: #F78F20;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        text-align: right;
    }

div#largerThumbnail2 a {
    text-decoration: none;
}

    div#largerThumbnail2 a span {
        display: none;
    }

    div#largerThumbnail2 a:hover span {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 5px 5px 5px 0;
        width: 200px;
        background: #F78F20;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        text-align: right;
    }

div#largerThumbnail3 a {
    text-decoration: none;
}

    div#largerThumbnail3 a span {
        display: none;
    }

    div#largerThumbnail3 a:hover span {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 5px 5px 5px 0;
        width: 200px;
        background: #F78F20;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        text-align: right;
    }

div#largerThumbnail4 a {
    text-decoration: none;
}

    div#largerThumbnail4 a span {
        display: none;
    }

    div#largerThumbnail4 a:hover span {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 5px 5px 5px 0;
        width: 200px;
        background: #F78F20;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        text-align: right;
    }



/* *********** SIDEBAR *********** */

.sidebar {
    width: 240px;
    float: left;
}

.content {
    width: 260px;
    margin: 30px auto;
}


/* Menu Wrapper
	===========================================*/
.jquery-accordion-menu,
.jquery-accordion-menu * {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
}

.jquery-accordion-menu {
    min-width: 240px;
    float: left;
    position: relative;
}

    /* Menu
	===========================================*/
    .jquery-accordion-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .jquery-accordion-menu ul li {
            width: 100%;
            display: block;
            float: left;
            position: relative;
        }

            .jquery-accordion-menu ul li a {
                width: 100%;
                padding: 10px 14px 10px 15px;
                float: left;
                text-decoration: none;
                color: rgb(9, 58, 127);
                font-size: 13px;
                background: rgb(251, 251, 251);
                white-space: nowrap;
                position: relative;
                overflow: hidden;
                -o-transition: color .2s linear, background .2s linear;
                -moz-transition: color .2s linear, background .2s linear;
                -webkit-transition: color .2s linear, background .2s linear;
                transition: color .2s linear, background .2s linear;
            }

    .jquery-accordion-menu > ul > li:hover > a,
    .jquery-accordion-menu > ul > li.active > a {
        background: rgb(205, 222, 239);
    }

    .jquery-accordion-menu > ul > li > a {
        border-bottom: 1px solid rgb(205, 222, 239);
        border-left: 1px solid rgb(205, 222, 239);
        border-right: 1px solid rgb(205, 222, 239);
    }

    .jquery-accordion-menu ul li a i {
        width: 34px;
        float: left;
        line-height: 18px;
        font-size: 16px;
        text-align: left;
    }

    /* Submenu indicators
	===========================================*/
    .jquery-accordion-menu .submenu-indicator {
        float: right;
        right: 22px;
        position: absolute;
        line-height: 19px;
        font-size: 20px;
        -o-transition: transform .3s linear;
        -moz-transition: transform .3s linear;
        -webkit-transition: transform .3s linear;
        -ms-transition: transform .3s linear;
    }

    .jquery-accordion-menu ul ul.submenu .submenu-indicator {
        line-height: 16px;
    }

    .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* Submenu
	===========================================*/
    .jquery-accordion-menu ul ul.submenu,
    .jquery-accordion-menu ul ul.submenu li ul.submenu {
        width: 100%;
        display: none;
        position: static;
    }

        .jquery-accordion-menu ul ul.submenu li {
            clear: both;
            width: 100%;
        }

            .jquery-accordion-menu ul ul.submenu li a {
                width: 100%;
                float: left;
                font-size: 11px;
                background: #f5f5f5;
                border-top: none;
                position: relative;
                -o-transition: all .2s linear;
                -moz-transition: all .2s linear;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                border-left: 1px solid rgb(205, 222, 239);
                border-right: 1px solid rgb(205, 222, 239);
            }

            .jquery-accordion-menu ul ul.submenu li:hover > a {
                background: #ffffff;
            }

        .jquery-accordion-menu ul ul.submenu > li > a {
            padding-left: 40px;
        }

            .jquery-accordion-menu ul ul.submenu > li > a > span {
                float: right;
            }

        .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
            padding-left: 45px;
        }

        .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
            padding-left: 60px;
        }


/* click effect
	===========================================*/
.ink {
    display: block;
    position: absolute;
    background: rgba(135, 171, 208, 0.5);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate-ink {
    -webkit-animation: ripple 0.5s linear;
    -moz-animation: ripple 0.5s linear;
    -ms-animation: ripple 0.5s linear;
    -o-animation: ripple 0.5s linear;
    animation: ripple 0.5s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.sidebar-title {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #093a7f;
    font-size: 16px;
}

.sidebar-title2 {
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    background: #447ab4;
    padding: 10px 20px;
}

.bt {
    border-top: 1px solid rgb(205, 222, 239);
}

.bb {
    border-bottom: 1px solid rgb(205, 222, 239);
}


/* *********** HEADER *********** */


.logo {
    float: left;
    width: 40%;
}

.header-right {
    float: right;
    width: 60%;
    text-align: right;
}

:focus {
    outline: 0;
}

.follow-us {
    float: right;
    margin-top: 10px;
}

    .follow-us p {
        float: left;
        margin: 3px 8px 0 0px;
        line-height: 19px;
        color: #8d8d8d;
        font-size: 13px;
    }

#social-icons-top {
    float: left;
    width: 138px;
    height: 25px;
}

#blogspot-new {
    background: url(../../images/v2019/social.png) 0px 0px no-repeat;
}

#facebook-new {
    background: url(../../images/v2019/social.png) -25px 0px no-repeat;
}

#twitter-new {
    background: url(../../images/v2019/social.png) -50px 0px no-repeat;
}

#youtube-new {
    background: url(../../images/v2019/social.png) -75px 0px no-repeat;
}

#linkedin-new {
    background: url(../../images/v2019/social.png) -100px 0px no-repeat;
}

.social-top {
    width: 24px;
    height: 24px;
    display: inline-block;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

    .social-top:hover {
        opacity: 0.5;
    }

#auction-field {
    border-top: 1px solid #EFEFEF;
    padding-top: 15px;
    margin-top: 10px;
    display: block;
    clear: both;
    overflow: hidden;
}

    #auction-field .form-textbox {
        padding: 2px 10px;
        margin-left: 0;
        border: 1px solid #e1e1e1;
        font-size: 13px;
        line-height: 25px;
        box-shadow: none;
        border-radius: 3px 0px 0px 3px;
        background: #f7f7f7;
        width: 39%;
        float: left;
        min-height: 30px;
    }

    #auction-field form {
        float: right;
    }

    #auction-field button {
        background: #f78f1f;
        border: 1px solid #f78f1f;
        border-radius: 0px 3px 3px 0px;
        padding: 2px 13px;
        line-height: 25px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        -webkit-transition-property: color, background;
        -webkit-transition-duration: 0.5s, 0.5s;
        -webkit-transition-timing-function: linear, ease-in;
        float: left;
    }

    #auction-field h6 {
        text-align: right;
        margin: 10px 0px 0px 0px;
    }

        #auction-field h6 a {
            color: #093a7f;
            text-decoration: none;
            font-size: 13px;
            font-style: italic;
            font-weight: normal;
            margin: 0;
            opacity: 1;
            transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out;
        }

            #auction-field h6 a:hover {
                opacity: 0.5;
            }

    #auction-field button:hover {
        background: #f7661f;
    }

    #auction-field input[type=radio].css-checkbox {
        position: absolute;
        z-index: -1000;
        left: -1000px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        #auction-field input[type=radio].css-checkbox + label.css-label {
            padding-left: 24px;
            height: 19px;
            display: inline-block;
            line-height: 19px;
            background-repeat: no-repeat;
            background-position: 0 0;
            vertical-align: middle;
            cursor: pointer;
            color: #8d8d8d;
            font-size: 13px;
            font-weight: normal;
        }

        #auction-field input[type=radio].css-checkbox:checked + label.css-label {
            background-position: 0 -19px;
        }

    #auction-field label.css-label {
        background-image: url(../../images/v2019/css-radio.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #auction-field .form-radio-item-wrapper {
        float: left;
        margin-right: 20px;
        margin-top: 6px;
    }

.sidebar-title-mobile {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    color: #093a7f;
    font-size: 14px;
}

.mobile-view {
    display: none;
}

.button span {
    display: none;
}
/* *********** MEDIA QUERIES *********** */


@media only screen and (max-width : 1200px) {
    .container {
        width: 100% !important;
    }

    footer {
        width: 100%;
    }

    #additional-info-footer .col-md-3.pull-left {
        width: 25%;
    }

    .jquery-accordion-menu {
        min-width: 100%;
    }

        .jquery-accordion-menu ul li {
            width: 100%;
        }

            .jquery-accordion-menu ul li a {
                padding: 10px 0px 10px 10px;
                font-size: 12px;
            }

    .map-search {
        width: 71%;
    }

    .container.navigation {
        width: 100%;
    }

    .sidebar {
        width: 20%;
    }

    #home-content {
        width: 78%;
    }
}


@media screen and (max-width:1000px) {
    .mobile-view {
        margin-top: 30px !important;
        border-top: 1px solid rgb(205, 222, 239);
        display: block;
    }

    #home-content {
        margin-top: 30px;
    }

    .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
        padding-right: 23px;
    }

    .desk-view {
        display: none;
    }

    .sidebar, #home-content {
        width: 100%;
    }

    .email-alerts {
        width: 100%;
    }    

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

        #cssmenu ul {
            width: 100%;
            display: none
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #447bb4
            }

                #cssmenu ul li:hover {
                    background: #363636;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0
                }

        #cssmenu > ul > li {
            float: none
        }

        #cssmenu ul ul li a {
            padding-left: 25px
        }

        #cssmenu ul ul li {
            background: #333 !important;
        }

            #cssmenu ul ul li:hover {
                background: #363636 !important
            }

        #cssmenu ul ul ul li a {
            padding-left: 35px
        }

        #cssmenu ul ul li a {
            color: #ddd;
            background: none
        }

        #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
            color: #fff
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none
            }

        #cssmenu #head-mobile {
            margin-top: -32px;
            display: block;
            padding: 23px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700
        }

    .button {
        top: -30px;
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        cursor: pointer;
        z-index: 12399994;
    }

        .button:after {
            position: absolute;
            top: 21px;
            right: 20px;
            display: block;
            height: 7px;
            width: 20px;
            border-top: 2px solid #dddddd;
            border-bottom: 2px solid #dddddd;
            content: ''
        }

        .button:before {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            height: 2px;
            width: 20px;
            background: #ddd;
            content: ''
        }

        .button.menu-opened:after {
            -webkit-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            top: 23px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #fff;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .button.menu-opened:before {
            top: 23px;
            background: #fff;
            width: 19px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #262626
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

@media only screen and (max-width : 965px) {
    #footer-bottom .pull-left.col-md-8,
    #footer-bottom .pull-right.col-md-4 {
        width: 100%;
        text-align: center;
    }

    .logo-company {
        display: inline-block;
        margin: 20px 15px 15px 15px;
    }

    #footer-menu,
    #additional-info-footer {
        width: 100%;
        padding-bottom: 20px;
    }

    #additional-info-footer {
        border-top: 1px solid #ddd;
        border-left: none;
    }

        #additional-info-footer .col-md-3.pull-left h3 {
            margin: 20px 0 30px 0;
        }

    .footer-logo {
        width: 115px;
        float: none;
        border-right: none;
        padding: 0;
        margin: 0 auto;
        display: block;
    }

        .footer-logo img {
            width: 115px;
        }

    #footer-menu ul {
        float: none;
        width: 100%;
        margin: 15px 0 0 0;
        text-align: center;
    }

    #footer-menu li {
        float: none;
        margin: 0 15px;
        display: inline-block;
    }
}

@media only screen and (max-width : 730px) {
    .logo {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .header-right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 10px 0 20px 0;
    }

    .follow-us {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 210px;
    }

    #auction-field form {
        float: none;
        width: 100%;
    }

    #auction-field h6 {
        text-align: left;
    }

    #auction-field .form-radio-item-wrapper {
        float: none;
        margin-right: 0;
        margin-top: 0;
        text-align: left;
        display: block;
    }

    #auction-field .form-textbox {
        width: 90%;
    }

    #auction-field button {
        width: 10%;
        padding: 2px 0px;
    }
}

@media only screen and (max-width : 700px) {
    #additional-info-footer .col-md-3.pull-left {
        width: 50%;
    }

    .name_show {
        margin: 0 auto;
        max-width: 134px;
    }

    .hovertext {
        font-size: 15px;
        height: 23px;
        padding: 1px 6px;
        width: auto;
    }
}

@media only screen and (max-width : 500px) {
    #cssmenu #head-mobile {
        border-top: 1px solid #ffffff80;
        margin-top: 12px;
    }

    .button {
        top: 13px;
        left: 0px;
        color: #fff;
        width: 100px;
        right: auto;
    }

        .button:after {
            left: 20px;
        }

        .button:before {
            left: 20px;
        }

        .button span {
            display: block;
            margin-top: 15px;
            margin-left: 55px;
            text-transform: uppercase;
        }

    #footer-bottom .pull-left.col-md-8,
    #footer-bottom .pull-right.col-md-4 {
        width: 100%;
        text-align: center;
    }

    .logo-company {
        display: inline-block;
        margin: 20px 5px 15px 5px;
    }

    #additional-info-footer .col-md-3.pull-left {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #additional-info-footer {
        padding-left: 0;
    }
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.logo {
    float: left;
    width: 25%;
}

.assethoundlogo {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 5px;
}

.header-right {
    float: right;
    width: 50%;
    text-align: right;
}

.home-banners {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'Montserrat', sans-serif;
}

    .home-banners img {
        margin: 16px 16px 0 24px;
        height: 60px;
    }

    .home-banners h3 {
        margin-left: 24px;
        margin-top: 20px !important;
        margin-bottom: 18px;
        font-size: 26px;
        line-height: 32px;
        font-weight: bold;
        color: #093a7f;
        font-weight: bold;
    }

    .home-banners a {
        text-transform: uppercase;
        font-size: 14px !important;
        line-height: 21px !important;
        padding-bottom: 5px;
        margin-left: 24px !important;
        margin-bottom: 10px;
    }

.banner-home2, .banner-home3 {
    float: right;
    height: 480px;
    background: #f7f7f7;
    width: 240px;
    height: 239px;
    transition: all .25s ease;
    cursor: pointer;
    border: 1px solid #dddddd;
    position: relative;
}

    .banner-home2 .banner-link-button, .banner-home3 .banner-link-button {
        font-weight: bold;
        display: flex;
        width: 165px;
        margin-left: 24px;
        text-decoration: none;
        color: rgb(247, 143, 30);
        border-bottom: 3px solid rgb(247, 143, 30);
        ;
        height: 41px;
        letter-spacing: 0.4px;
        transition: all 0.5s;
    }

        .banner-home2 .banner-link-button:hover, .banner-home3 .banner-link-button:hover {
            color: rgb(231, 133, 27);
        }

.banner-home3 {
    margin-top: 8px;
}

@media only screen and (max-width : 500px) and (min-width: 421px) {
    .assethoundlogo {
        width: 100%;
        display: block;
    }

    .logo {
        width: 100%;
        clear: left;
    }

    .header-right {
        clear: right;
        width: 100%;
    }
}

@media only screen and (max-width : 730px) and (min-width: 421px) {
    .logo {
        float: left;
        width: 50%;
        margin: 0 auto;
    }

    .assethoundlogo {
        float: right;
        text-align: right;
        width: 50%;
        padding: 5px;
    }

        .logo a img, .assethoundlogo a img {
            width: 80%;
        }
}

@media only screen and (max-width: 320px) {
    .logo {
        float: left;
        width: 100%;
    }

    .map-search {
        width: 100%;
    }

    .home-banners {
        clear: left;
    }

    .assethoundlogo {
        display: block;
        width: 100%;
    }

    .header-right {
        width: 100%;
    }

    .banner-home2 {
        width: 290px;
    }

    .banner-home3 {
        width: 290px;
    }

        .banner-home2 .banner-link-button, .banner-home3 .banner-link-button {
            width: 80%;
            position: relative;
            left: 5px;
            bottom: 5px;
        }
}

@media only screen and (max-width: 420px) and (min-width: 321px) {
    .assethoundlogo {
        width: 100%;
        display: block;
    }

    .logo {
        width: 100%;
        clear: left;
    }

    .header-right {
        clear: right;
        width: 100%;
    }

    .map-search {
        width: 100%;
    }

    .home-banners {
        clear: left;
    }

    .banner-home2 {
        width: 100%;
    }

    .banner-home3 {
        width: 100%;
    }

        .banner-home2 .banner-link-button, .banner-home3 .banner-link-button {
            width: 80%;
            position: relative;
            left: 5px;
            bottom: 5px;
        }
}

@media only screen and (max-width: 800px) and (min-width: 731px) {
    .home-banners h3 {
        font-size: 22px;
        margin-left: 20px;
    }

    .banner-home2 {
        width: 100%;
        height: 210px;
    }

    .banner-home3 {
        width: 100%;
        height: 210px;
    }

    .banner-home2 .banner-link-button {
        width: 90%;
        position: relative;
        left: 5px;
        bottom: 5px;
        margin-left: 5px !important;
        top: -20px;
    }

    .banner-home3 .banner-link-button {
        width: 90%;
        position: relative;
        left: 5px;
        bottom: 5px;
        margin-left: 5px !important;
        top: -20px;
    }
}

@media only screen and (max-width: 1120px) and (min-width: 1025px) {
    .banner-home2, .banner-home3 {
        width: 230px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 801px) {
    .banner-home2, .banner-home3 {
        width: 210px;
    }

    .home-banners h3 {
        font-size: 22px;
    }
}