﻿/*View 2 & 3 header style
.a_sub_header_banner {
    color: #fff;
    display: inline !important;
}

    .a_sub_header_banner:hover {
        color: #fff;
    }

    .a_sub_header_banner:visited {
        color: #fff;
    }
 */

/*View 5 header style*/
.a_right_header {
    color: #737373;
}

    .a_right_header:hover {
        color: #737373;
    }

    .a_right_header:visited {
        color: #737373;
    }

/*Footer contact link*/
.a_contact_blurb {
    color: #66d1d7 !important;
}

    .a_contact_blurb:hover {
        color: #66d1d7;
    }

    .a_contact_blurb :visited {
        color: #66d1d7 !important;
    }

/*Loader for listing*/
.list_loaderImg {
    text-align: center;
    padding-bottom: 50px;
}
