﻿body {
}
/* box-sizing: content-box */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, button, input {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

fieldset, img {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* END OF CSS RESET*/

html {
    padding: 0px;
    font-size: 16px;
    background-color: #e1e1e1;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

body {
    font-size: 100%;
    text-align: center;
    overflow-x: hidden;
}

/* News Feature */
.newsFeatureC {margin: 0px auto; display: block;}
.newsFeatureT {font-size: 1.5em; font-weight: bold;}

.content {
    max-width: 1024px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    background-color: #ffffff;
    display: inline-block;
    text-align: left;
    overflow: hidden;
}

    .content img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

.main-content {
    max-width: 68%;
    min-width:68%;
    float: left;
    margin-top: 10px;
    background-color: #ffffff;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 25px;
}

/** **** ADS ON RIGHT OF EACH PAGE **** **/
.mpus {
    max-width: 300px;
    margin-top: 10px;
    float: left;
    width: 30%;
    display: block;
    background-color: #ffffff;
}

    .mpus img {
        width: 100%;
        padding-bottom: 4px;
    }

.mpus li{
    list-style-type: none;
}


.terms{
    width: 98%;
    position: relative;
    padding-top: 1%;
    padding-bottom: 1%;
    display: inline-block;
    font-size: 80%;
    font-weight: bold;
    background-color: #e1e1e1;
    text-align: center;
}

.terms img{
    width: 100%;
    max-width: 728px;
}

/** **** END OF ADS ON RIGHT OF EACH PAGE **** **/

/** ///////////////////////////////////////////////////////////////////////// **/
/** ////////////////////////////// ACROSS SITE ////////////////////////////// **/
/** ///////////////////////////////////////////////////////////////////////// **/

/* "Deletes" the placeholder text in search bars  */
[placeholder]:focus::-webkit-input-placeholder {color: transparent;}
[placeholder]:focus::-moz-placeholder {color:transparent;}
[placeholder]:-moz-placeholder {color:transparent;}

/* Changes Colour of the placeholder text in search bars  */
::-moz-placeholder { color: #484d50;}/* For Mozilla Firefox 19+ */
::-webkit-input-placeholder {color: #484d50;}
:-moz-placeholder {color: #484d50;}/* Firefox 18- */
::-moz-placeholder {color: #484d50;}/* Firefox 19+ */
:-ms-input-placeholder { color: #484d50;}

/* Links throughout Site  */
a {text-decoration: none; color: #484d50;}
a:hover {color: #cc3399;}
.pinkLink{ width: auto; display:inline-block;}
.pinkLink a{color: #cc3399; display:inline-block;}
.pinkLink a:hover{color: #aba9b7;}

.border {border: 1px solid #aba9b7;}

.fullwidth {display: inline-block; width: 100%; max-width: 696px;}

.breadcrumbs{color: #cc3399;padding-left: 1%;margin-bottom: 15px;display: inline-block;width: 100%;}
.breadcrumbs a {color: #cc3399;font-size: 80%;text-decoration: underline;}

ol{
    list-style-position: inside;
}

.DefaultRoundedCornerBox {
    padding: 1%;
    width: 100%;
    border: 1px solid;
    border-color: #484d50;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    margin-top: 15px;
    background-color: #f1f1f1;
    display: inline-block;
    box-sizing: border-box;
    color: #484d50;
    position: relative;
    vertical-align: top;
}

.DefaultRoundedCornerBox-image {
    width: 17%;
    max-width: 100px;
    display: inline-block;
    float: left;
    max-height: 80px;
    overflow: hidden;
    margin-right: 1%;
    text-align: center;
}

    .DefaultRoundedCornerBox-image img {
        max-width: 100%;
        width: auto;
    }

.DefaultRoundedCornerBox-info {
    width: 81%;
    float: left;
    display: inline-block;
}

    .DefaultRoundedCornerBox-info a {
        font-weight: bold;
    }

.DefaultRoundedCornerBox-editLinks a img {
    display: inline;
    float: right;
    margin-right: 15px;
    max-width: 20px;
}

.defaulttitle_companies {
    display: inline-block;
    width: 100%;
    background-color: #484d50;
    font-family: Calibri;
    font-weight: normal;
    color: #ffffff;
    font-size: 125%;
    padding-left: 2%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.defaulttitle_generic {
    display: inline-block;
    width: 100%;
    background-color: #484d50;
    font-family: Calibri;
    font-weight: normal;
    color: #ffffff;
    font-size: 125%;
    padding: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.defaulttitle_generic h2{
    display: inline-block;
    vertical-align: bottom;
}

/* JS */
.defaulttitle_stats {
    display: inline-block;
    width: 100%;
    background-color: lightcoral;
    font-family: Calibri;
    font-weight: normal;
    color: #ffffff;
    font-size: 125%;
    padding: 5px 5px 5px 5px;
    margin: 15px 0px 0px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.stats_box {
    border: 1px solid;
    padding: 2px;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), #aba9b7, rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), #aba9b7, rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), #aba9b7, rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), #aba9b7, rgba(0,0,0,0));
}

hr.pink {
    border: 0;
    height: 1px;
    width: 100%;
    background-color: #cc3399;
    margin-bottom: 2px;
    margin-top: 4px;
    float: left;
}

/* Generic Box */
.generic-outline {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #aba9b7;
    max-width: 694px;
}

.generic-outline-top {
    width: 100%;
    display: inline-block;
}

.generic-outline-inner {
    width: 96%;
    padding: 2%;
    display: inline-block;
}
/* Generic Box End */

.featured {
    position: relative;
    vertical-align: top;
    width: 48%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 1% 1% 1%;
    display: inline-block;

}

    .featured a {
        font-weight: bold;
    }

    .featured:nth-child(2n+3) {
        margin-left: 0%;
    }

.salary {
    display: inline-block;
    float: right;
    width: 28%;
    position: relative;
    vertical-align: bottom;
    text-align: right;
    padding-right: 1%;
    font-weight: bold;
}

.divide {
    background-image: url("/images/bgDivider.jpg");
    background-repeat: repeat-y;
    background-size: contain;
}

    .divide .featured:nth-child(4) {
        border-top: 1px solid #aba9b7;
    }

    .divide .featured:nth-child(5) {
        border-top: 1px solid #aba9b7;
    }

    .divide .featured:nth-child(6) {
    border-top: 1px solid #aba9b7;
}


    .divide .featured:nth-child(7) {
        border-top: 1px solid #aba9b7;
    }

    .divide .featured {
        
    }

.featuredimage {
    display: block;
    float: left;
    width: 130px;
    max-height: 80px;
    margin-top: 7px;
    margin-left: 1%;
    margin-bottom: 7px;
    text-align: center;
}

    .featuredimage img {
        max-height: 80px;
    }

.featuredinfo {
    display: inline-block;
    width: 54%;
    margin: 2%;
    float: left;
    padding-left: 1%;
    line-height: 1;
}

.featuredReview {
    color: #cc3399;
    position: absolute;
    left: 3%;
    bottom: 0;
    min-height: 65px;
    max-height: 65px;
    width: 97%;
    padding-bottom: 5px;
}

.review {
    padding-bottom: 70px;
}

.bold {
    font-weight: bold;
}

.price {
    color: #cc3399;
}

    .price a {
        color: #cc3399;
    }

        .price a:hover {
            color: #484d50;
        }

.quotes {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
}

.halfwidth {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.whatsNewBox {
    width: 49%;
    display: inline-block;
}

    .whatsNewBox:nth-of-type(2n) {
        width: 49%;
        margin-right: 1%;
    }

.default-formHolder {
    display: inline-block;
    background-color: #e1e1e1;
    color: #484d50;
    padding-top: 2%;
    padding-bottom: 1%;
    width: 100%;
    margin-bottom: 15px;
}

.default-formSection {
    padding-left: 2%;
    margin-top: 10px;
    margin-bottom: 7px;
    display: inline-block;
    width: 98%;
}

.default-inputTitle {
    display: inline-block;
    width: 20%;
    font-size: 110%;
    font-weight: bold;
    vertical-align: top;
}

.default-input {
    display: inline-block;
    width: 70%;
}

    .default-input input {
        font-size: 100%;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #484d50;
        width: 98%;
        display: inline-block;
        text-indent: 5px;
        box-sizing: border-box;
    }

    .default-input select {
        font-size: 100%;
        width: 98%;
        padding: 5px;
        color: #484d50;
        display: inline-block;
        line-height: 26px;
    }


    .default-input textarea {
        font-size: 100%;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #484d50;
        width: 98%;
        display: inline-block;
        box-sizing: border-box;
    }

    .default-input [type="checkbox"]{
        font-size: 100%;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #484d50;
        display: inline-block;
        box-sizing: border-box;
    }

.fullwidth-inputTitle {
    display: inline-block;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    vertical-align: top;
}

.fullwidth-input {
    float: left;
    display: inline-block;
    width: 96%;
}

    .fullwidth-input input {
        font-size: 100%;
        padding: 1%;
        color: #484d50;
        width: 98%;
        display: inline-block;
    }

    .fullwidth-input select {
        font-size: 100%;
        width: 98%;
        padding: 5px;
        color: #484d50;
        display: inline-block;
        line-height: 24px;
    }

    .fullwidth-input textarea {
        font-size: 100%;
        padding-top: 6px;
        padding-bottom: 6px;
        color: #484d50;
        width: 98%;
        display: inline-block;
    }


.fullwidth-inputEdit {
    float: left;
    width: 100%;
    margin-left: 1%;
}

.default-submitButtonHolder {
    float: left;
    width: 100%;
    text-align: center;
}

.default-submitButton {
    padding: 10px;
    margin-bottom: 7px;
    background-color: #8280c1;
    border: 1px solid #484d50;
    font-size: 110%;
    color: #f1f1f1;
    display: inline-block;
}

    .default-submitButton:hover {
        background-color: #a9abe5;
    }

.default-submitButtonSave {
    padding: 10px;
    margin-bottom: 7px;
    background-color: #8280c1;
    border: 1px solid #484d50;
    font-size: 110%;
    color: #f1f1f1;
    margin-top: 10px;
}

    .default-submitButtonSave:hover {
        background-color: #a9abe5;
    }

.form-prompt {
    color: #cc3399;
    margin-left: 1%;
}

.form-link a {
    color: #cc3399;
    float: right;
    margin-right: 5px;
}

.form-instruction {
    background-color: #cc3399;
    border-radius: 5px;
    color: #ffffff;
    padding: 1%;
    margin-top: 5px;
    margin-bottom: 5px;
}

/****************** Header *********************/

header {
    position: fixed;
    max-width: 3000px;
    color: white;
    width: 100%;
    background-color: #484d50;
    overflow: hidden;
    height: 33px;
    z-index: 102;
    left: 0px !important;
}

    header a {
        color: #ffffff;
    }

.mainnav {
    width: 1024px;
    margin: auto;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    margin-bottom: 0px;
    font-size: 87.5%;
    color: #ffffff;
    overflow: hidden;
    background-color: #484d50;
    display: inline-block;
}

    .mainnav a {
        color: white;
        text-decoration: none;
    }


    .mainnav ul {
        float: left;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        height: 33px;
    }

    .mainnav li {
        float: left;
        margin-bottom: 0px;
        padding-bottom: 0px;
        background-color: #484d50;
    }

        .mainnav li a {
            float: left;
            margin-top: 13px;
            margin-right: 20px;
        }


            .mainnav li a:hover {
                color: silver;
                text-decoration: none;
            }

        .mainnav li img {
            float: left;
            margin-left: 0px;
            margin-right: 4px;
        }

.navImage{
    float: left;
}

.directoryLink{
    display: none;
    visibility: hidden;
}

/** **** MENU BUTTON
(appears when screen size is reduced) 
   ******/

.menubtn {
    display: none;
    max-width: 1024px;
}

  .menubtn.mobileNav:focus ~ .mainnav{
        display: block !important;
    } 


/** **** END OF MENU BUTTON 
(appears when screen size is reduced) 
    **** **/



/** **** STICKY NAV AT TOP OF PAGE **** **/
ul.socialnav {
    float: right;
    overflow: hidden;
}

.socialnav li {
    float: left;
    list-style-type: none;
    display: block;
}

    .socialnav li a {
        float: left;
        margin: 0px;
        display: block;
        _width: 0;
    }

    .socialnav li img {
        margin-left: 0px;
        margin-right: 4px;
        display: inline-block;
    }


/** **** END OF STICKY NAV AT TOP OF PAGE **** **/

/** **** HEADER / SEARCH NAVIGATION **** **/
.banner {
    float: none;
    margin: auto;
    text-align: center;
    max-width: 728px;
    height: auto;
}

    .banner img {
        width: 100%;
    }

.jobsearchnav-tabs {
    width: 100%;
    float: left;
}

    .jobsearchnav-tabs ul {
        list-style-type: none;
    }

    .jobsearchnav-tabs li {
        display: inline;
    }

        .jobsearchnav-tabs li a {
            font-size: 77.5%;
            float: left;
            color: #ffffff;
            text-decoration: none;
            background-color: #484d50;
            padding: 0.7% 2%;
            margin-right: 0.2%;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

            .jobsearchnav-tabs li a:hover {
                background-color: #7476b3;
            }

.propertysearchnav-tabs {
    width: 100%;
    float: left;
}

    .propertysearchnav-tabs ul {
        list-style-type: none;
    }

    .propertysearchnav-tabs li {
        display: inline;
        vertical-align: bottom;
    }

        .propertysearchnav-tabs li a {
            font-size: 77.5%;
            float: left;
            color: #ffffff;
            text-decoration: none;
            background-color: #484d50;
            padding: 0.7% 2%;
            margin-right: 0.2%;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

            .propertysearchnav-tabs li a:hover {
                background-color: #7476b3;
            }


.searchnav-tabs {
    margin-top: 5px;
}

    .searchnav-tabs ul {
        list-style-type: none;
        margin-left: 29%;
    }

    .searchnav-tabs li {
        display: inline;
    }

        .searchnav-tabs li a {
            font-size: 77.5%;
            float: left;
            color: #ffffff;
            text-decoration: none;
            background-color: #484d50;
            padding: 0.7% 2%;
            margin-right: 0.2%;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

            .searchnav-tabs li a:hover {
                background-color: #7476b3;
            }

.car-searchnav-tabs {
    margin-top: 0px;
}

    .car-searchnav-tabs ul {
        list-style-type: none;
    }

    .car-searchnav-tabs li {
        display: inline;
    }

        .car-searchnav-tabs li a {
            font-size: 77.5%;
            float: left;
            color: #ffffff;
            text-decoration: none;
            background-color: #484d50;
            padding: 0.7% 2%;
            margin-right: 0.2%;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

            .car-searchnav-tabs li a:hover {
                background-color: #7476b3;
            }

.active-tab a {
    color: #ffffff;
    background: #7476b3; /* Old browsers */
    background: -moz-linear-gradient(top, #7476b3 0%, #7476b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7476b3), color-stop(100%,#7476b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7476b3 0%,#7476b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7476b3 0%,#7476b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d7476b3 0%,#7476b3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7476b3 0%,#7476b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7476b3', endColorstr='#7476b3',GradientType=0 ); /* IE6-9 */
}

    .active-tab a:hover {
        background-color: #7476b3;
    }

.searchbar {
    float: left;
    width: 54%;
    min-height: 53px;
    position: relative;
}

    .searchbar::-moz-focus-inner {
        border: 0;
        padding: 0;
        margin-top: 2px;
        margin-bottom: 2px;
    }

.secondheader {
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffffff;
}

.searchnav {
    float: left;
    background-color: #484d50;
    width: 100%;
}

.mainSearchResults {
    color: black;
    font-weight: bold;
    width: 100%;
    padding-bottom: 2px;
}

.mainSearchResults:hover {
    color: blue;
    cursor: pointer; cursor: hand;
    background-color: #ebebeb;
}

.mainSearchResultsHolder {
    background-color: white;
    padding: 8px;
    border: 3px solid;
    position: absolute;
    z-index: 10;
    width: 95%;
    width: calc(95% - 16px);
    border: 1px solid black;
    font-size: 100%;
    margin-top: 2px;
}

.logo-wrap {
    float: left;
    width: 29%;
}


.logo {
    min-height: 75px;
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    margin-top: -25px;
}

.logoformobile {
    min-height: 75px;
    position: relative;
    float: left;
    display: none;
    width: 29%;
    margin-bottom: 0;
    margin-top: 9px;
    background-image: linear-gradient(bottom, #484d50 55px, #FFFFFF 17px);
    background-image: -o-linear-gradient(bottom, #484d50 55px, #FFFFFF 17px);
    background-image: -moz-linear-gradient(bottom, #484d50 55px, #FFFFFF 17px);
    background-image: -webkit-linear-gradient(bottom, #484d50 53px, #FFFFFF 17px);
    background-image: -ms-linear-gradient(bottom, #484d50 55px, #FFFFFF 17px);
}

    .logoformobile img {
        max-width: 350px;
        width: 100%;
    }

@-moz-document url-prefix() {
    .logo {
        min-height: 77px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .logo {
        min-height: 75px;
    }
}

.logo img {
    width: 100%;
    max-width: 306px;
}

.getListedButton {
    float: left;
    max-width: 153px;
    margin-top: -27px;
}



.main-search-form {
    float: left;
    width: 99%;
    margin-top: 7px;
    margin-left: 1px;
}

.main-search-input {
    float: left;
    width: 88%;
    height: 40px;
    font-family: Calibri;
    font-weight: bolder;
    font-style: italic;
    font-size: 125%;
    padding: 8px 0px 8px 8px;
    color: #aba9b7;
    border: none;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-search-form button {
    margin-left: 0px;
    position: relative;
    height: 40px;
    width: 40px;
    background-image: url(/images/magnifyingGlass.jpg);
    background-repeat: no-repeat;
    background-color: #484d50;
    border: none;
    border-style: none;
    border-width: 0;
    color: #fafafa;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .main-search-form button:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
    }


@-moz-document url-prefix() {
    .main-search-button {
        height: 40px;
    }
}

.main-search-form button:hover {
    background-color: #8280c1;
    color: #999ad7;
}

.main-search-form button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

#magnifying-glass {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    top: 5px;
    left: 5px;
    z-index: 1;
}


.timedate { /*BAR UNDER SEARCH NAV*/
    float: left;
    width: 100%;
    background-color: #484d50;
    color: #ffffff;
    margin-top: 5px;
    font-size: 11px;
}

.date { /*TODAYS DATE*/
    float: left;
    width: 40%;
    padding-left: 5px;
}

.slogan { /*BROADCAST FILM AND VIDEO DIRECTORY*/
    float: left;
    width: 53%;
}

.temp { /*TEMPERATURE*/
    float: right;
    padding-right: 5px;
}
/** **** END OF HEADER / SEARCH NAVIGATION **** **/


/** *************************** END OF HEADER ***************************** **/

/******************************* FOOTER *********************************/
footer {
    float: left;
    max-width: 3000px;
    color: #ffffff;
    width: 100%;
    background-color: #484d50;
    margin-top: 2px;
}

.footer-holder {
    padding-top: 1%;
    padding-bottom: 1%;
    display: inline-block;
    margin: auto;
    max-width: 1024px;
    background-color: #484d50;
    font-size: 79%;
    color: #ffffff;
}

    .footer-holder a {
        color: #ffffff;
    }

footer li {
    list-style-type: none;
    padding: 0.3%;
}

    footer li a {
        color: #ffffff;
        text-decoration: none;
        list-style-type: none;
    }

.footercolumn {
    padding: 0.5%;
    float: left;
    width: 18%;
}

.footercolumn-social {
    float: left;
    width: 20%;
    padding: 0.3%;
}

    .footercolumn-social li {
        float: left;
    }

    .footercolumn-social img {
        float: left;
    }


    .footercolumn-social a {
        float: left;
        margin-top: 3px;
        margin-left: 3px;
    }

.footer_address {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.footercolumn-links {
    float: left;
    width: 10%;
}

    .footercolumn-links a {
        padding: 0.5%;
        float: left;
        width: 100%;
    }

.sponsors {
    float: right;
    width: 20%;
}

    .sponsors img {
        float: left;
    }

.appstore {
    float: left;
    margin-top: 10px;
}

/******************************* END OF FOOTER *********************************/

/******************************* Default Page **********************************/
/** MOST POPULAR CATEGORIES **/

.most_popular {
    width: 100%;
    margin-bottom: 9px;
    float: left;
}

.categories {
    display: inline-block;
    padding: 0% 0%;
    float: left;
}

    .categories ul {
        display: inline-block;
        width: 100%;
        float: left;
    }

.mpopcat li {
    float: left;
    width: 100%;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1%;
    border: 1px solid;
    border-color: #484d50;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    margin-top: 4px;
    background-color: #f1f1f1;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .mpopcat li h3 {
        font-weight: bold;
        font-size: 16px;
    }


.aside {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

/* News Slider */

.slideshow-container {
    height: 329px;
    width: 72.5%;
    float: right;
    background-color: #000000;
    margin: 0% 0 0 1%;
    padding: 0;
    text-align: left;
    border: 1px solid #aba9b7;
    display: inline-block;
    z-index: 1;
}

    .slideshow-container span {
        z-index: 0;
        position: absolute;
        color: #cc3399;
        text-transform: uppercase;
    }

ul.slideshow {
    list-style: none;
    width: 100%;
    max-height: 329px;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
}

    ul.slideshow li {
        position: absolute;
        left: 0;
        right: 0;
        max-height: 240px;
    }

        ul.slideshow li img {
              width: 100%;
        }

        ul.slideshow li.show {
            z-index: 1;
            max-height: 240px;
        }

#slideshow-caption {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: silver;
    background-color: #484d50;
    opacity: 0.8 !important;
    padding: 3px 1px 0px 1px;
    z-index: 1;
    line-height: 190%;
}

    #slideshow-caption .slideshow-caption-container {
        padding: 5px;
        z-index: 1;
    }

    #slideshow-caption h3 {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 140%;
        color: #fff;
        font-weight: normal;
        opacity: 1 !important;
    }

        #slideshow-caption h3 a {
            text-decoration: none;
            font-size: 140%;
            color: #fff;
            line-height: 24px;
        }

            #slideshow-caption h3 a:hover {
                color: silver;
            }

    #slideshow-caption p {
        margin: -6px 0 0 0;
        font-size: 100%;
        padding: 0;
        line-height: 100%;
    }

/* News Slider End */

.topNews {
    width: 72.5%;
    max-width: 516px;
    margin-left: 7px;
    margin-top: 7px;
    display: inline-block;
    float: right;
    margin-bottom: 7px;
    line-height: 1.2;
    border:1px solid #aba9b7;
}

.featNews{
    background-color: blanchedalmond;
}

.home_newsStory {
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 7px;
    color: #484d50;
    overflow: hidden;
    border-bottom: 1px solid #aba9b7;

}

.home_newsStory:last-child {
    border-bottom: none;

}


    .home_newsStory a {
        font-size: 110%;
    }

.home_newsImage {
    display: inline-block;
    float: left;
    max-height: 100px;
    overflow: hidden;
    width: 27%;
    margin-right: 1%;
    margin-left: 1%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .home_newsImage img {
        width: 100%;
        max-width: 120px;
    }

.home_newsInfo {
    display: inline-block;
    float: left;
    width: 72%;
    padding: 1%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.home_newsInfo a{
    display: inline-block;
    font-weight: bold;
    width: 100%;
}

.home_newsHr {
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    background-color: #aba9b7;
    float: left;
    width: 100%;
}

/*topNews Safari Hack*/

.weather {
    display: inline-block;
    margin: 0;
    margin-bottom: 4px;
    border: 1px solid #aba9b7;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.2;
}

.homeNewsSubscribe{
    display: inline-block;
    margin: 0;
    margin-bottom: 7px;
    border: 1px solid #aba9b7;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.2;
    
}

/*ie hack*/
 @media all and (-ms-high-contrast:none)
     {
     .weather { margin-bottom: 8px;} /* IE10 */
     *::-ms-backdrop, .weather { margin-bottom: 8px; } /* IE11 */
     }
/*ie hack*/


.homeNewsSubscribe img{
    max-width: 70px;
    display: inline-block;
    float: left;
    padding: 1%;
}

.homeNewsSubscribe p{
    padding: 1%;
}

.weatherTemp {
    float: left;
    font-size: 200%;
    padding: 1%;
}

.weatherIcon {
    float: right;
    padding: 1%;
}

.weatherText {
    float: left;
    font-size: 90%;
    display: none;
    padding: 1%;
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    outline: 0;
}


.moreInfo {
    display: inline-block;
    padding: 1%;
}

    .moreInfo:focus ~ .weatherText {
        display: inline-block;
    }


/* DIRECTORY ON HOMEPAGE  */
.directory {
    width: 73.7%;
    display: inline-block;
    float: right;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    line-height: 16px;
}


.directory-cat {
    display: inline-block;
    width: 47%;
    padding: 0.5%;
    vertical-align: top;
    margin-left: 1%;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #aba9b7;
    min-height: 50px;
    background-color: #f1f1f1;
}
 .directory-main-cat{
     font-weight: bold;
 }

.directory-sub-cat{
    font-size: 90%;
    font-weight: normal;
}

/* TWIITER */

.twitter_holder {
    width: 25%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float: left;
}

.twitter {
    display: inline-block;
    width: 100%;
    float: left;
    /* height: 797px;*/
    height: 900px;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

#twitter-widget-0 {
    min-width: 0px !important;
    /*height: 762px;*/
    height: 865px;
}

iframe[id^='twitter-widget-0'] {
    width: 100% !important;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
}

.twtr-hd, .twtr-ft {
    display: none;
}

.twtr-widget .twtr-tweet {
    border: none !important;
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
}

/* END OF TWIITER */

/** *************************** DIRECTORY CATEGORIES ***************************** **/
.directory-cat-list {
    margin-top: 15px;
    margin-bottom: 5px;
}

    .directory-cat-list a {
        font-size: 125%;
        padding-right: 1%;
        display: inline-block;
    }
/** *************************** END OF DIRECTORY CATEGORIES ***************************** **/

/** *************************** DIRECTORY SPONSORS (CATEGORY SPONSORS)***************************** **/

.sponsored_company {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.individual-directory-sponsors {
    padding: 1%;
    width: 98%;
    margin-bottom: 10px;
    float: left;
    max-width: 696px;
}

.sponsored_link_img {
    display: inline-block;
    max-width: 110px;
    width: 100%;
    margin-top: 4px;
    margin-left: 1%;
    padding: 0.5%;
    text-align: center;
}

.sponsored_company_link {
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    padding: 0.5%;
    width: 75%;
}


    .sponsored_company_link a {
        display: inline-block;
        font-size: 110%;
        font-weight: bold;
    }

.sponsored_company_logo {
    display: inline-block;
    max-width: 110px;
    width: 100%;
    vertical-align: top;
    margin-left: 1%;
    padding: 0.5%;
}

    .sponsored_company_logo img {
        display: block;
        max-width: 110px;
        margin: auto;
    }

.sponsored_company_info {
    display: inline-block;
    width: 77%;
    margin-left: 2%;
    padding: 0.5%;
}

    .sponsored_company_info ul {
        display: inline-block;
        list-style-position: outside;
        list-style-type: disc;
        width: 100%;
        margin-bottom: 5px;
    }

    .sponsored_company_info li {
        float: left;
        width: 45%;
        margin-left: 4%;
        margin-right: 1%;
    }

.fbp li{
    width: 95%;
}


.rest_of_companies {
    display: inline-block;
    width: 100%;
}

.listview {
    text-align: right;
    width: 98%;
    padding-right: 2%;
    margin-top: 7px;
    border-bottom: 1px dotted #484d50;
    padding-bottom: 1%;
}

    .listview a {
        display: inline;
        color: red;
        font-weight: bold;
        margin-left: 1%;
    }


.companyList {
    display: inline-block;
    width: 100%;
}

.divlink:hover{
    background-color: #e1e1e1;
    cursor: pointer;
}

.companyList-infoImage {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    float: left;
}

    .companyList-infoImage img {
        display: inline-block;
        max-width: 12px;
    }

.companyList-companyInfo {
    width: 60%;
    float: left;
    display: inline-block;
}

    .companyList-companyInfo a {
        font-weight: bold;
    }

.companyList-links {
    display: inline-block;
    width: 100%;
    margin-top: 7px;
    border-top: 1px dotted #484d50;
    padding-top: 1%;
}

    .companyList-links a:hover {
        color: silver;
    }

.companyList-companyLogo {
    float: right;
}

    .companyList-companyLogo img {
        max-width: 125px;
        max-height: 60px;
    }

.listBorder {
    border-bottom: 1px solid #aba9b7;
}


.pageLinks {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 7px;
    float: left;
    width: 100%;
    text-align: center;
}

    .pageLinks a {
        color: #cc3399;
    }

        .pageLinks a:hover {
            color: #484d50;
        }

.pageLinks-previous {
    display: inline-block;
    min-height: 20px;
}

.pageLinks-pagenumbers {
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
}

.pageLinks-next {
    display: inline-block;
    display: inline-block;
}


.autoPageNumThis {
    font-weight: bold;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #cc3399;
    padding: 0px 5px 0px 5px;
    margin: 3px;
    background-color: #cc3399;
    color: #ffffff !important;
}

.autoPageNum {
    border: 1px solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 0px 5px 0px 5px;
    margin: 2px;
    width: 10px;
}

.recordCount {
    color: #484d50;
    width: auto;
    margin-left: 7px;
    margin-right: 7px;
    display: inline-block;
}

.Regions {
    float: left;
    width: 100%;
    margin-top: 10px;
    background-color: #e1e1e1;
    padding-bottom: 2%;
    color: #484d50;
    font-weight: bold;
}

.region {
    width: 50%;
    float: left;
    margin-top: 1%;
}

    .region a {
        padding-left: 2%;
    }

/** *************************** END OF DIRECTORY SPONSORS (CATEGORY SPONSORS)***************************** **/
.showCompany-details {
    width: 98%;
    background-color: #f1f1f1;
    padding: 1%;
    margin-bottom: 7px;
}


/** ********************************************** LISTINGS ********************************************** **/
.logo-company-name-wrap {
    margin-bottom: 7px;
    float: right;
}

.listing-logo-wrap {
    display: inline-block;
    width: 30%;
}

.listing-logo {
    display: inline-block;
    max-width: 220px;
    max-height: 150px;
}

    .listing-logo img {
        width: auto;
        max-width: 100%;
        vertical-align: bottom;
        max-height: 150px;
        height: auto;
    }

.listing-company-name {
    display: inline-block;
    width: 68%;
    text-align: right;
    font-size: 250%;
    vertical-align: top;
    float: right;
    font-weight: bold;
}

h2.contactDetailsTitle{
    width: 68%;
}

.listingContactDetails {
    width: 100%;
    display: inline-block;
    margin-bottom: 7px;
}

.listingContactDetails-info {
    width: 79%;
    float: left;
    display: inline-block;
    overflow: hidden;
    word-wrap: break-word;
}


.listingContactDetails-title {
    width: 20%;
    float: left;
    display: inline-block;
    font-weight: bold;
    min-width: 45px;
}

.listingContactDetails-wrap {
    display: inline-block;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 1%;
    width: 46%;
    float: left;
}


.listingContactDetails-Record {
    width: 95%;
    float: left;
    display: inline-block;
    margin: 0% 2% 3px 2%;
    border-bottom: 1px dotted #484d50;
    padding-bottom: 3px;
}

    .listingContactDetails-Record a {
        font-weight: bold;
    }

    .listingContactDetails-Record:first-child {
        margin-top: 0px;
    }

    .listingContactDetails-Record:last-child {
        border-bottom: none;
    }

.listingContactDetails-wrap {
    width: 46%\9;/* IE6, IE7, IE8 */
}

.listingContactDetails-address {
    width: 21%\9;/* IE6, IE7, IE8 */
}

.listingContactDetails-opening-hours {
    width: 21%\9;/* IE6, IE7, IE8 */
}

.listingContactDetails-address {
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    display: inline-block;
    width: 22%;
    float: left;
}

.smallMap{
    padding-top: 2%;
    padding-right: 1%;
    float: right;
    width: 24%;
}

/* Chrome, Safari, Opera */
.listing-SocialButtons{
    display: inline-block;
    width: 31%;
    padding-left: 1%;
    float: right;
    text-align: right;
    height: 25px;
}

.listing-SocialButtons img {
    display: inline-block;
    margin-right:3px;
    max-width: 25px;
}

.sharebtn img{
    max-width: none;
    float: right;
    max-height: 25px;
}

.openHoursSocialWrap{
    width: 100%;
    display: inline-block;
}

.listingContactDetails-opening-hours {
    padding-right: 2%;
    padding-left: 1%;
    display: inline-block;
    float: left;
    width: 60%;
}

    .listingContactDetails-opening-hours a{
        color: #8280c1;
        font-weight: bold;
    }

.listingContactDetails-opening-hoursToday {
    padding-left: 5px;
    display: inline-block;
    float: left;
    width: 99%;
}

.allOpeningHours {
    display: none;
}

.writeAReview{
    float: right;
    padding-right: 20px;
}

.writeAReview a{
    color: #cc3399;
    font-size: 175%;
    font-weight: bold;
}

.defaultButton {
    margin-top: 2px;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 5px;
    font-size: 120%;
    font-weight: normal;
    color: #f1f1f1;
    vertical-align: top;
    cursor: pointer;
    cursor: hand;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ba0088+0,cc3399+50,ba0088+100 */
background: #ba0088; /* Old browsers */
background: -moz-linear-gradient(top,  #ba0088 0%, #cc3399 50%, #ba0088 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ba0088 0%,#cc3399 50%,#ba0088 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ba0088 0%,#cc3399 50%,#ba0088 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0088', endColorstr='#ba0088',GradientType=0 ); /* IE6-9 */


}

.defaultButton a{
    color: #f1f1f1;
    text-shadow: 1px 1px 1px #484d50;
}

.defaultButton i{
    margin-right: 10px;
    text-shadow: 1px 1px 1px #484d50;
}

.marginBot{
    margin-bottom: 10px;
}

.marginLeft{
    margin-left: 10px;
}

.marginRight{
    margin-right: 10px;
}

.marginTop{
    margin-top: 10px;
}

.openingHoursDay{
    display: inline-block;
    float: left;
    width: 100px;
    font-weight: bold;
}

.openingHoursTime{
    display: inline-block;
    float: left;
    width: 140px;
}
.openingHoursOther{
      display: inline-block;
    float: left;
    width: 100px;
    font-weight: bold;
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.5;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.5;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

.listingMoreInfo{
    padding-left: 5px;
    display: inline-block;
    width: 98%;
}

.todayshours{
    display: inline-block;
    width: auto;
}

.todayshoursDay{
    display: inline-block;
    float: left;
}
.listingMoreInfo span{
    padding-left: 3%;
    display: inline-block;
}


.listingMoreInfo:active {
    border: none;
}

.listingMoreInfo:focus {
    outline: none;
    opacity: 0;
}

.listingMoreInfo:focus ~ .allOpeningHours {
    display: block;
    background-color: #ffffff;
    margin-top: 0px;
    padding-left: 1%;
    padding-right: 3%;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
    animation-name: fadeIn;
    animation-duration: 0.7s;
    max-width: 300px;
}

.listingTweet {
    width: 200px;
}


.listingAboutUsInfo {
    width: 96%;
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 1.8% 7px 1.9%;
}

.listing-socialMedia{
    width:100%;
    display: inline-block;
}

.listing-socialMedia li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
}

    .listing-socialMedia li:first-child {
        margin-bottom: 15px;
    }

#twitter-widget-0 {
    width: 100%;
}

.listing-twitterFeed {
    width: 100%;
    display: inline-block;
    overflow-y: scroll;
    height: 365px;
}

.listing-facebookFeed{
    border: 1px solid #aba9b7;
    text-align: center;
}

.fb_iframe_widget {
    height: 369px;
    width: 100% !important;
}


.pluginSkinLight .pluginFontHelvetica ._li .plugin .webkit .chrome .win .x1 .Locale_en_GB .facebook{
    width: 100% !important;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}
/* one item */
.listing-socialMedia li:nth-child(1):nth-last-child(1) {
    width: 100%;
}

/* two items */
.listing-socialMedia li:nth-child(1):nth-last-child(2) {
    width: 49%;
    max-width:342px;
}

.listing-socialMedia li:nth-child(2):nth-last-child(1) {
    width: 49%;
    float:right;
    max-width:342px;
    border: 1px solid #aba9b7;
}

.listing-socialMedia li:nth-child(2):nth-last-child(2) {
    width: 48% !important;
    margin-left: 1%;
}

.listing-socialMedia li:nth-child(3):nth-last-child(1) {
    width: 48%;
    height: 403px;
    margin-left: 1%;
    float: right;
    border: 1px solid #aba9b7;
}

.reviews {
    max-height: 300px;
    overflow-y: scroll;
}

.reviewDate {
    margin-left: 7px;
}


#branch {
    width: 100%;
    border-radius: 5px;
    margin-top: 15px;
    background-color: #f1f1f1;
    display: inline-block;
    box-sizing: border-box;
    color: #484d50;
    position: relative;
    border: 1px solid;
    border-color: #484d50;
    padding: 1%;
    vertical-align: top;
}


    #branch:nth-of-type(2n+2) {
        background-color: #d1d1d1;
    }

.branchLink {
    float: left;
}

.branchAddress {
    float: left;
    margin-left: 15px;
}

.branchPhone {
    float: right;
    margin-right: 15px;
}

#map-canvas img{
    max-width: none;
}

.listingVehicles{
    margin-bottom: 15px;
}

.listingCategoryLink{
    padding-right: 1%;
    padding-top: 7px;
    font-size: 125%;
    font-weight: bold;
}

#newsRotateHolder{
    display: inline-block;
    width: 100%;
    width: calc(100% - 4px);
    height:40px;
    overflow: hidden;
    border: 2px #7476b3 solid;
    position: relative;
    background-color: #f1f1f1;
    float: left;
}

.newsRotateTitle{
    display: inline-block;
    float: left;
    width: 19%;
}

.newsRotateTitle a{
    color: #fff;
}

.newsRotateTitle a:hover{
    color: #cc3399;
}

.newsRotateTitle span{
    background: #7476b3;
    width: auto;
    width: calc(100% - 30px);
    display: inline-block;
    height:40px;
    line-height: 40px;
    font-size: 120%;
    color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.arrow{
	width: 0; 
	height: 0; 
    display: inline-block;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #7476b3;
    margin-left:0px;
    margin-top: 10px;
    float: left;
    position: relative;
    z-index: 999;
}

#newsRotate{
    display: inline-block;
    animation: rotateNews 8s linear 1 0s; /* infinite replaces 1 */
    transform:  translate(0px,100px);
    opacity: 0;
    float: left;
    width: 81%;
    width: calc(81% - 10px);
    max-height: 40px;
    line-height: 40px;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f1f1f1;
    font-size: 120%;
}

#newsRotate span{
    width: 100%;
    display: inline-block;
    padding-left: 10px;
}

#newsRotate span a{
    display: inline-block;
    max-height: 40px;
    overflow: hidden;
}

@keyframes rotateNews {
    0% { opacity: 0; animation-timing-function: ease-in; height: 0px; }
    10% { opacity: 1; height: 60px; transform:  translate(0px,0px);}
	25% { opacity: 1; height: 60px;}
    90% { opacity: 1; height: 60px; transform:  translate(0px,0px);}
    100% { opacity: 0;  height: 0px; transform:  translate(0px,-100px); }
}

#newsRotate > .newsRotateFeature{
    font-weight: bold;
    float: left;
    width: calc(100% - 10px);
    margin-left: -10px;
    padding-left: 20px;
    padding-right: 10px;
}



/*NEWS*/

.addthis_button {
    float: left;
}

.news-date {
    margin-bottom: 7px;
    margin-right: 1%;
    text-align: right;
    float: right;
    width: 100%;
}


.news-subscribe {
    text-align: right;
    margin-bottom: 0px;
    padding-right: 5px;
    float: right;
}

    .news-subscribe a {
        color: #cc3399;
    }

        .news-subscribe a:hover {
            color: silver;
        }

.news-title {
    width: 98%;
    font-size: 250%;
    margin-top: 1%;
    color: #000000;
    padding-left: 1%;
    border-bottom: 1px dotted #484d50;
    padding-bottom: 10px;
    display: inline-block;
}

.news-image {
    width: 98%;
    margin-top: 1%;
    text-align: center;
    display: inline-block;
}

    .news-image img {
        display: inline-block;
        width: auto;
        padding: 1%;
        max-width: 99%;
    }

.news-story {
    display: inline-block;
    float: left;
    width: 98%;
    margin-top: 1%;
    padding: 1%;
    text-align: justify;
}

.news-topStories {
    margin-top: 1%;
    width: 100%;
    padding: 0%;
}

.news-topStory-headline {
    font-size: 125%;
    float: left;
}


.news-topStory-title {
    font-size: 125%;
    margin-top: 2%;
    width: 100%;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px dotted #484d50;
}

.news-topStory img {
    position: relative;
    display: inline-block;
    float: right;
}

.news-buttons a{
    color: #cc3399;
    font-weight: bold;
}

.news-buttons a:hover{
    color: silver;
}




.listing-gallery {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.slides div img {
    width: auto !important;
    height: auto !important;
    max-height: 356px !important;
    max-width: 800px !important;
}
<!-- Arrow Navigator Skin Begin -->
/* jssor slider arrow navigator skin 05 css */
/*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
            */
.jssora05l .jssora05r .jssora05ldn .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
    float: left;
}

.jssora05r {
    background-position: -70px -40px;
    float: left;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05rdn {
    background-position: -310px -40px;
}

/* jssor slider thumbnail navigator skin 01 css */
/*
                .jssort01 .p           (normal)
                .jssort01 .p:hover     (normal mouseover)
                .jssort01 .pav           (active)
                .jssort01 .pav:hover     (active mouseover)
                .jssort01 .pdn           (mousedown)
                */
.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
    background: url(/imgages/t01.png) center center;
    border-width: 0px;
    top: 2px;
    left: 2px;
    width: 68px;
    height: 68px;
}

.jssort01 .p:hover .c, .jssort01 .pav:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid;
}

.bigGalleryImage {
    width: 100%;
    height: 357px;
    max-height: 357px;
    text-align: center;
    display: block;
}

.bigGalleryImage img{
    width: initial !important;
    height: initial !important;
    max-height: 357px;
    max-width: 100%;
    vertical-align: middle;
}

.galleryArrow{
    color: #f1f1f1;
}


/*************** CARS ******************/

.car-formSection {
    width: 17.5%;
    display: inline-block;
    padding: 1%;
}

    .car-formSection select {
        width: 100%;
        display: inline-block;
        padding: 5px;
        font-size: 100%;
        line-height: 1.8;
    }

    .car-formSection option {
        width: 100%;
        font-size: 100%;
    }

    .car-formSection input {
        max-width: 109px;
        padding: 5px;
        font-size: 100%;
    }

    .cars-list{
        margin-bottom: 15px;
    }

.cars-list li {
    width: 48%;
    padding: 1%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.cars-list ul {
    border: 1px solid #aba9b7;
    display: inline-block;
}


.showCar {
    margin-top: 1%;
    padding: 1%;
    color: #484d50;
    display: inline-block;
    float: left;
    border: 1px solid #e1e1e1;
    width: 98%;
    margin-bottom: 7px;
}

.ShowCar-title {
    font-size: 150%;
    color: #484d50;
    margin-bottom: 1%;
    padding: 1%;
    border-bottom: 1px solid #e1e1e1;
}

.showCar-details {
    width: 96%;
    display: inline-block;
    margin: 1%;
    padding: 1%;
    font-size: 110%;
}

.showCar-detailsWrap {
    float: left;
    width: 48%;
    padding: 1%;
    display: inline-block;
}


.showCar-detailsTitles {
    font-weight: bold;
    float: left;
    margin-right: 3%;
    display: inline-block;
    min-width: 100px;
}

.showCar-info {
    width: 96%;
    display: inline-block;
    margin: 1%;
    padding: 1%;
    float: left;
    background-color: #f1f1f1;
}

.carImage {
    width: 46%;
    margin: 1%;
    padding: 1%;
    float: right;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}


    .carImage img {
        width: auto;
        max-width: 100%;
    }

.carImageSmall {
    width: 96%;
    margin: 1%;
    padding: 1%;
    display: inline-block;
    text-align: center;
}

    .carImageSmall img {
        max-width: 120px;
    }

.equip-title {
    font-size: 110%;
}

.showCar-company {
    margin-top: 1%;
    padding: 1%;
    color: #484d50;
    display: inline-block;
    width: 98%;
    background-color: #f1f1f1;
}

.showCar-companyLogo {
    display: inline-block;
    vertical-align: top;
}

    .showCar-companyLogo img {
        max-width: 120px;
        min-width: 0;
    }

.showCar-companyDetailsWrap {
    padding: 1%;
    width: 70%;
    display: inline-block;
}

.showCar-companyInfo {
    display: inline-block;
    width: 100%;
}


.showCar-companyDetails {
    display: inline-block;
}

.showCar-detailsInfoTitle {
    font-size: 110%;
    width: 96%;
    font-weight: bold;
}

.searchSorter {
    display: inline-block;
    width: 28%;
    padding: 1%;
    float: right;
}

    .searchSorter select {
        float: right;
        display: inline-block;
        position: relative;
        padding: 1%;
        border: 2px solid #e1e1e1;
        color: #484d50;
    }

.CarRoundedCornerBox-info {
    width: 100%;
    float: left;
    display: inline-block;
}

.CarRoundedCornerBox-image {
    width: 19%;
    max-width: 120px;
    display: inline-block;
    float: left;
    max-height: 80px;
    overflow: hidden;
    margin-right: 1%;
    text-align: center;
}

.carInfo{
    width: 60%;
    float: left;
}

.carInfo li{
    width: 48%;
    float: left;
}

.carInfoTitle{
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 6px;
}

.carInfoLogo{
    float: right;
    width: 19%;
    max-width: 120px;
}
.carInfoLogo img{
    float: right;
    width: auto;
    max-width: 100%;
}




/********************************** JOBS **********************************/

.jobsSearch {
    display: inline-block;
    padding: 1%;
    width: 30.9%;
    box-sizing: content-box;
}

    .jobsSearch select {
        display: inline-block;
        font-size: 14px;
        width: 100%;
        padding: 5px;
        line-height: 1.8;
    }

.jobSearchHalfWidth {
    display: inline-block;
    padding: 1%;
    width: 47.7%;
}

    .jobSearchHalfWidth select {
        display: inline-block;
        font-size: 14px;
        width: 100%;
        padding: 5px;
        line-height: 1.8;
    }

.jobsSearch input {
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    text-indent: 5px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.jobTitle {
    display: inline-block;
    font-weight: bold;
}

.showJob-Details {
    display: inline-block;
    position: relative;
    width: 98%;
    padding: 1%;
    color: #484d50;
    margin-top: 1%;
}

.showJob-Description {
    display: inline-block;
    position: relative;
    width: 98%;
    padding: 1%;
    margin-top: 1%;
    line-height: 1;
    color: #484d50;
    background-color: #f1f1f1;
    line-height: 1.2;
}

.showJob-Description ul {
    display: inline-block;
    position: relative;
    width: 95%;
    padding: 1%;
    list-style: disc;
    list-style-position: outside;
    padding-left: 20px;
    }

.showJob-Description ul li{
}

.showJob-FieldTitle {
    display: inline-block;
    float: left;
    margin-right: 5%;
    font-weight: bold;
    color: #484d50;
    width: 15%;
}

.showJob-pageLocation {
    width: 80%; overflow: hidden; height: 1.2em;
}

.showJob-FieldDetails {
    width: 80%;
    display: inline-block;
}

#jobCategories {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

#jobCategories > .DefaultRoundedCornerBox{
    width: 49%;
}

#jobCategories > .DefaultRoundedCornerBox:nth-child(2n){
   
}

#jobRecruiters {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

#jobRecruiters > .DefaultRoundedCornerBox{
    width: 49%;
}

.jobNews {
    width: 100%;
    display: inline-block;
    float: right;
}

.jobNewsStories {
    width: 90%;
    padding: 5%;
    background-color: #e1e1e1;
}

.jobNewsStory {
    display: inline-block;
    width: 49%;
    padding: 3%;
    border: 1px solid #aba9b7;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #ffffff;
    vertical-align: top;
}

.jobNewsDate {
    margin-bottom: 7px;
    padding-top: 2%;
    padding-bottom:2%;
    text-align: right;
    float: right;
    width: 100%;
    border-top: 1px dotted #aba9b7;
    border-bottom: 1px dotted #aba9b7;
    color: #cc3399;
}


.jobNewsHeadline {
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 1px dotted #aba9b7;
}

.jobNewsHeadline a{
    display: inline-block;
    min-height: 44px;
    font-size: 110%;
    font-weight: bold;
    
}
/****************************** PROPERTY **********************************/
.property-formSection {
    padding-left: 2%;
    margin-top: 7px;
    margin-bottom: 7px;
    display: inline-block;
    width: 30%;
}

.property-input {
    float: left;
    display: inline-block;
    width: 100%;
}

    .property-input input {
        font-size: 100%;
        padding: 5px;
        color: #484d50;
        width: 100%;
        display: inline-block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .property-input select {
        font-size: 100%;
        width: 100%;
        padding: 5px;
        color: #484d50;
        display: inline-block;
        line-height: 1.8;
    }

.propertyAreaContainer {
    display: inline-block;
    width: 100%;
}

.propertyAreaLive {
    position: absolute;
    display: block;
    width: 98%;
    max-width: 185px;
    z-index: 10;
    background: white;
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 1%;
    margin-top: -10px;
}

    .propertyAreaLive a {
        display: inline-block;
        color: #cc3399;
        font-weight: bold;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.showProperty {
    padding: 1%;
    color: #484d50;
    display: inline-block;
    float: left;
    border: 1px solid #e1e1e1;
    width: 98%;
    margin-bottom: 7px;
}

.propertyDetails {
    padding: 1%;
    color: #484d50;
    display: inline-block;
    width: 98%;
    background-color: #f1f1f1;
    margin-bottom: 7px;
}

.propertyDetailsWrap {
    padding: 1%;
    width: 98%;
    display: inline-block;
}

.propertyDetailsTitles {
    font-weight: bold;
    float: left;
    margin-right: 3%;
    display: inline-block;
    min-width: 100px;
}

.propertyImage {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}


    .propertyImage img {
        width: auto;
        max-width: 100%;
    }

.propertyImageSmall {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .propertyImageSmall img {
        max-width: 120px;
    }

.propertyInfo {
    width: 98%;
    display: inline-block;
    padding: 1%;
    float: left;
    background-color: #f1f1f1;
    margin-top: 7px;
}

.propertyInfoTitle {
    font-size: 110%;
    width: 96%;
    font-weight: bold;
}

.propertyMap {
    width: 100%;
}

.property-estAgent{
    font-weight: bold;
    text-align: right;
    float: right;
    width: 48%;
}
.property-estAgent a{
    color: #cc3399;
}

.property-estAgent a:hover{
    color: #cc3399;
}

/** *************************************** Adrates *************************************** **/

.adrates-adratesWrapper {
    background-color: silver;
    margin-top: 10px;
}

.adrates-pricingBox {
    display: inline-block;
    position: relative;
    width: 48%;
    vertical-align: top;
    margin-left: 1%;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    padding: 1% 1% 70px 1%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #f1f1f1;
}

    .adrates-pricingBox li {
        list-style: circle;
        position: relative;
        left: 15px;
        width: 93%;
    }

.adrates-pricingBox-SOL {
    float: left;
    width: 98%;
    padding: 1% 1% 60px 1%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 1%;
    border: 1px solid #e1e1e1;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #f1f1f1;
    position: relative;
}

    .adrates-pricingBox-SOL li {
        list-style: circle;
        position: relative;
        left: 15px;
        width: 93%;
    }

.adrates-pricingBox-extraCat {
    font-size: 125%;
    display: inline-block;
}

.adrates-pricingBox-button {
    clear: both;
    width: 48%;
    min-height: 271px;
    padding: 1% 1% 150px 1%;
    margin-bottom: 15px;
    margin-left: 1%;
    border: 1px solid #e1e1e1;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #f1f1f1;
    position: relative;
}

    .adrates-pricingBox-button li {
        list-style: circle;
        position: relative;
        left: 15px;
        width: 93%;
    }


.adrates-pricingBox-motorban {
    clear: both;
    width: 48%;
    padding: 1% 1% 163px 1%;
    margin-bottom: 15px;
    margin-left: 1%;
    border: 1px solid #e1e1e1;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #f1f1f1;
    position: relative;
}

@supports (-webkit-appearance:none) 
{
    .adrates-pricingBox-motorban { padding: 1% 1% 183px 1%; } 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .adrates-pricingBox-motorban { padding: 1% 1% 183px 1%; } 
}

@-moz-document url-prefix() { 
  .adrates-pricingBox-motorban { padding: 1% 1% 172px 1%; }
}

    .adrates-pricingBox-motorban li {
        list-style: circle;
        position: relative;
        left: 15px;
        width: 93%;
    }

.adrates-pricingBox-newssponsor {
    clear: both;
    width: 48%;
    padding: 1% 1% 184px 1%;
    margin-bottom: 15px;
    margin-left: 1%;
    border: 1px solid #e1e1e1;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #f1f1f1;
    position: relative;
}

    .adrates-pricingBox-newssponsor li {
        list-style: circle;
        position: relative;
        left: 15px;
        width: 93%;
    }

.adrates-pricingBox-leaderboard {
    clear: both;
    width: 48%;
    padding: 1% 1% 100px 1%;
    margin-bottom: 15px;
    margin-left: 1%;
    border: 1px solid #e1e1e1;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #f1f1f1;
    position: relative;
}

    .adrates-pricingBox-leaderboard li {
        list-style: circle;
        position: relative;
        left: 15px;
        width: 93%;
    }

.adrates-pricingBox-jobspider {
    clear: both;
    width: 48%;
    padding: 1% 1% 88px 1%;
    margin-bottom: 15px;
    margin-left: 1%;
    border: 1px solid #e1e1e1;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    background-color: #f1f1f1;
    position: relative;
}

    .adrates-pricingBox-jobspider li {
        list-style: circle;
        position: relative;
        left: 15px;
        width: 93%;
    }

.adrates-info {
    width: 100%;
    float: left;
    padding: 1%;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .adrates-info a {
        color: #8280c1;
    }

        .adrates-info a:hover {
            color: #aba9b7;
        }

    .adrates-info li {
        list-style: circle;
        position: relative;
        left: 15px;
        width: 93%;
        padding: 1%;
    }

.adrates-pricingBox-title {
    font-size: 150%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.adrates-pricingBox-Price {
    color: #cc3399;
}

.adrates-selectButton {
    width: 100%;
    text-align: center;
    float: left;
    position: absolute;
    bottom: 5px;
}

.adrates-submit {
    width: 100px;
    padding: 10px 20px 10px 20px;
    font-size: 150%;
    background-color: #999ad7;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    right: 15px;
}

    .adrates-submit:hover {
        background-color: #a9abe5;
        color: #ffffff;
    }

.adrates-submitCentered {
    text-align: center;
    display: inline-block;
    width: 100px;
    padding: 10px 20px 10px 20px;
    font-size: 150%;
    background-color: #999ad7;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
}

    .adrates-submitCentered:hover {
        background-color: #a9abe5;
        color: #ffffff;
    }

/** *************************************** CONTACT*************************************** **/

.contact-contactDetails {
    width: 100%;
    float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #e1e1e1;
    color: #484d50;
    padding-top: 7px;
    padding-bottom: 7px;
}

.contact-contactDetails-address {
    font-size: 125%;
    width: 40%;
    float: left;
    padding-top: 2px;
}

.contact-contactDetails-imageHolder {
    float: left;
    width: 10%;
    text-align: center;
}

    .contact-contactDetails-imageHolder img {
        width: 100%;
        max-width: 50px;
    }

.contact-contactDetails-telephone {
    font-size: 125%;
    width: 40%;
    float: left;
    padding-top: 2px;
}

.productsServices {
    max-height: 300px;
    overflow-y: auto;
}

.listing-product-equip {
    width: 100%;
    float: left;
}

.listing-products {
    width: 48%;
    margin-left: 1%;
    display: inline-block;
    float: left;
}

.listing-newsStories {
    width: 98%;
    min-height: 200px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0px;
}

.listing-newsStories-inner {
    width: 100%;
    padding: 0% 2% 2% 2%;
}


.listing-newsStory {
    margin-top: 15px;
    padding: 0px;
    width: 98%;
}

.listing-newsStory-HeadlineDate {
    border-radius: 5px;
    border: 1px solid;
    border-color: #484d50;
    padding: 5px;
    background-color: #f1f1f1;
}

.listing-newsStoryHeadline {
    font-weight: bold;
    display: inline-block;
    margin-left: 1%;
}

.listing-team {
    display: inline-block;
    width: 100%;
    margin-top: 2%;
}

.listing-team-cat-name {
    width: 18%;
    margin: 1%;
    float: left;
}

.listing-team-cat-role {
    width: 15%;
    margin: 1%;
    float: left;
}

.listing-team-cat-email {
    width: 37%;
    margin: 1%;
    float: left;
}

.listing-team-cat-telephone {
    width: 20%;
    margin: 1%;
    float: left;
    text-align: right;
}

.listing-team-member-titles {
    margin-left: 1%;
    margin-bottom: 1%;
    width: 98%;
    border-bottom: 4px solid #cc3399;
    display: inline-block;
}

.listing-team-member {
    width: 98%;
    margin-left: 1%;
    margin-bottom: 1%;
    display: inline-block;
    border-bottom: 1px dotted #484d50;
}

    .listing-team-member:last-child {
        border-bottom: none;
    }

.listing-team-contact a {
    color: #999ad7;
}

/****************************** IN-LISTING STYLES **********************************/

.listingAboutUsInfo embed {
    max-width: 98%;
    display: block;
    margin: 0 auto;
}

.listingAboutUsInfo iframe {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

.listingAboutUsInfo a {
    color: #cc3399;
}

    .listingAboutUsInfo a:hover {
        color: #aba9b7;
    }

.listingAboutUsInfo ul {
    list-style-position: inside;
    margin-left: 2%;
    width: 98%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .listingAboutUsInfo ul li {
        list-style-type: disc;
    }

.listingAboutUsInfo ol {
    list-style-position: inside;
    margin-left: 2%;
    width: 98%;
}

    .listingAboutUsInfo ol li {
        list-style-type: decimal;
        text-indent: -1em;
        margin-left: 1em;

    }



.listingAboutUsInfo img {
    width: auto;
    max-width: 100%;
    display: inline-block; /* Styled looking at Media Design and Print */
    margin: auto;
    margin-top: 7px;
    margin-bottom: 7px;
}

.pad img {
    margin-right: 5px; /* Styled looking at Media Design and Print */
}
/*
.listingAboutUsInfo table {
    width: 100% !important;
    table-layout: fixed;
    max-width: 450px;
    margin: auto;
}

    .listingAboutUsInfo table tr td {
        width: auto;
    }

.listingAboutUsInfo > .width100 {
    width: 100% !important;
    table-layout: fixed;
    max-width: 100%;
    margin: auto;
}

    .listingAboutUsInfo > .width100 tr {
        padding-bottom: 1%;
        border-bottom: 1px solid #cc3399;
    }

        .listingAboutUsInfo > .width100 tr td {
            padding: 1%;
            border: 1px solid #cc3399;
        }*/

.youtube iframe{
    width: 100%;
    height: 356px;
    border: none;
    padding-bottom: 0;
}


/****************************** CUSTOMER LOGIN **********************************/


.customerMainLink {
    padding: 15px;
    width: 32%;
    float: left;
    margin-top: 15px;
    margin-left: 1%;
    background-color: #f1f1f1;
    display: inline-block;
    box-sizing: border-box;
}

.customerMainMenuLink {
    width: 98%;
    padding: 15px;
    background-color: #f1f1f1;
    margin-left: 1%;
    box-sizing: border-box;
}

.customer-logoutNav {
    width: 100%;
    background-color: #e1e1e1;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing: border-box;
    float: left;
}


    .customer-logoutNav a {
        font-weight: bold;
    }

    .customer-logoutNav div {
        float: right;
    }

.customer-info {
    width: 94%;
    margin: 2%;
    padding: 1%;
    background-color: #f1f1f1;
    float: left;
    font-size: 90%;
}

    .customer-info img {
        display: inline-block;
        float: left;
        padding-right: 2%;
        max-width: 45px;
        width: 100%;
    }

.customer-info-imageWrap {
    width: 8%;
    float: left;
    margin-right: 1%;
}

.customer-info-text {
    float: left;
    width: 90%;
}

.customer-input textbox {
    float: left;
    width: 100%;
}

.customer-currentListing {
    width: 94%;
    margin: 1%;
    padding: 2%;
    background-color: #f1f1f1;
}

.customer-galleryThumb {
    float: left;
    width: 170px;
    min-height: 100px;
    text-align: center;
}

    .customer-galleryThumb img {
        max-height: 85px;
    }

.customer-galleryThumbContainer {
    float: left;
    height: 85px;
    max-height: 85px;
    width: 150px;
    margin-left: 5%;
    margin-top: 10px;
}

.customer-galleryDelete {
    float: left;
    width: 100%;
}

.uploadImage {
    float: left;
}

.customerEdit-Product {
    margin: 0% 1% 1% 1%;
    padding-bottom: 1%;
    width: 98%;
    float: left;
    border-bottom: 1px solid #484d50;
}

    .customerEdit-Product:last-child {
        border-bottom: none;
    }

.customerEdit-Products-number {
    width: 4%;
    margin-left: 1%;
    float: left;
}

.customerEdit-Products-name {
    width: 49%;
    margin-left: 1%;
    float: left;
    font-weight: bold;
}

.customerEdit-Products-order {
    width: 4%;
    margin-left: 1%;
    float: left;
}

.customerEdit-Products-controls {
    margin-right: 1%;
    float: right;
}


    .customerEdit-Products-controls a {
        color: #cc3399;
    }

        .customerEdit-Products-controls a img {
            max-width: 20px;
        }

.customerEdit-info {
    display: inline-block;
    width: 100%;
}

    .customerEdit-info a {
        display: inline-block;
        font-weight: bold;
        width: 50%;
    }

.customerEdit-JobRef {
    display: inline-block;
    float: right;
    width: 20%;
    text-align: left;
}

.customerEdit-JobsDelete {
    display: inline-block;
    float: right;
    margin-right: 1%;
    width: 20%;
    text-align: right;
}

    .customerEdit-JobsDelete img {
        display: inline-block;
        width: 20px;
        margin-top: 3px;
    }


.teamTableCellLink {
    width: 3%;
    margin-right: 1%;
    color: #cc3399;
}

    .teamTableCellLink a {
        float: right;
        color: #cc3399;
    }

        .teamTableCellLink a img {
            max-width: 20px;
        }

        .teamTableCellLink a:hover {
            color: #484d50;
        }

.teamTableCell-name {
    width: 19%;
    margin-right: 1%;
    font-weight: normal;
}

.teamTableCell-role {
    width: 20%;
    margin-right: 1%;
    font-weight: normal;
}

.teamTableCell-email {
    width: 25%;
    margin-right: 1%;
    font-weight: normal;
}

.teamTableCell-telephone {
    width: 18%;
    margin-right: 1%;
    font-weight: normal;
}

.teamTableTitles {
    width: 98%;
    padding: 1%;
    float: left;
    border-bottom: 4px solid #cc3399;
}

.teamTableDetails {
    width: 98%;
    padding: 1%;
    margin-bottom: 1%;
    float: left;
    border-bottom: 1px solid #484d50;
}

    .teamTableDetails tr:last-child {
        border-bottom: none;
    }

.customer-Newsdate {
    display: inline-block;
    margin-right: 1%;
}

.customer-NewsHeadline {
    display: inline-block;
    font-weight: bold;
}

#contentBody_ddDay{
    margin-top: 7px;
    max-width: 150px !important;
    margin-bottom: 7px;
}

#contentBody_ddTime1{
    margin-top: 7px;
    max-width: 120px !important;
    margin-bottom: 7px;
}

#contentBody_ddTime2{
    margin-top: 7px;
    max-width: 120px !important;
    margin-bottom: 7px;
}
/****************************** NEWS ARCHIVE **********************************/

.archive-year {
    clear: both;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    padding: 2px 0px 2px 0px;
    margin-top: 10px;
    color: #8280c1;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.archive-wrapper {
    background-color: #cc3399;
    display: inline-block;
    width: 100%;
}

.archive-month {
    float: left;
    display: inline-block;
    width: 33%;
    text-align: center;
    margin-top: 0px;
    min-width: 100px;
    margin-bottom: 5px;
}

    .archive-month a {
        display: inline-block;
        text-align: center;
        font-size: 125%;
        margin-top: 5px;
    }

.archive-newsMoreLink {
    color: #8280c1;
    float: right;
    text-align: right;
    width: 20%;
    margin-top: -17px;
    margin-right: 1%;
}

    .archive-newsMoreLink a {
        color: #8280c1;
        font-size: 85%;
        font-weight: bold;
    }

.archive-pagenumbers {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
}

    .archive-pagenumbers a {
        padding: 0 3px 1px 5px;
    }

        .archive-pagenumbers a:hover {
            border-radius: 100px;
            border: 1px solid #8280c1;
            color: #484d50;
        }


/** **************************************** APP PAGE ******************************************************* **/

#app-display-container {
    float: left;
    width: 100%;
    margin-top: 1%;
}

#app-display {
    float: left;
    width: 70%;
}

#app-description {
    float: left;
    width: 30%;
}

    #app-description p {
        float: left;
        margin-bottom: 10%;
    }

    #app-description h1 {
        font-size: 200%;
        float: left;
    }

#app-description-features {
    display: inline-block;
    width: 100%;
}

    #app-description-features li {
        list-style-type: disc;
        width: 95%;
        margin-left: 5%;
    }

#app-icon {
    float: left;
    padding-right: 3%;
    display: inline;
}

.app-store-badge {
    display: inline-block;
    width: 141px;
    margin-left: 2%;
}

.single-component {
    float: left;
    padding: 1%;
    width: 21.9%;
    border: 1px solid #484d50;
    border-radius: 15px;
    margin-right: 1%;
    margin-bottom: 1%;
    min-width: 152px;
    min-height: 185px;
    display: inline-block;
}

    .single-component:last-of-type {
        margin-right: 0px;
    }


    .single-component img {
        float: left;
        max-width: 40px;
        margin-right: 3%;
    }

    .single-component h2 {
        display: inline-block;
        line-height: 20px;
        margin-top: 8px;
    }

    .single-component p {
        margin-top: 15px;
        font-size: 85%;
        max-width: 165px;
        padding-left: 3%;
    }

#app-components-container {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    position: relative;
    float: left;
}
/** ************************************* END OF APP PAGE ************************************************** **/


/** ************************************* Competition Page ************************************************** **/

.compPrizeText {
    font-size: 120%;
    margin-bottom: 20px;
}

.compWelcome{
    font-size: 260%;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.compText{
    display: inline-block;
    font-size: 120%;
    margin-bottom: 20px;
}

.compfbImage{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.compBox{
    text-align: center;
    width: 96%;
    width: calc(96% - 2px);
    padding: 2%;
    background: #e1e1e1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.compLikeBtns{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

/** ************************************* Competition Page ************************************************** **/





/****************************** MEDIA QUERIES **********************************/
@media only screen and (max-width: 1024px) {
    .equip-price {
        position: relative;
    }

    .car-formSection {
        width: 48%;
        float: left;
    }



    .review {
        min-height: 0 !important;
    }


    .single-component {
        width: 96%;
        min-height: 0px;
        padding-bottom: 3%;
        margin-left: 0px;
    }

        .single-component p {
            width: 96%;
            max-width: none;
        }
}


@media only screen and (max-width: 994px) {

    .pageLinks-pagenumbers {
        width: 60%;
    }

    .slideshow-container {
        width: 73%;
    }

    .topNews {
        width: 73%;
    }

    .listingContactDetails-info {
        max-width: 100%;
        float: left;
        display: inline-block;
        overflow: hidden;
    }
}

@media only screen and (max-width: 970px) {
    .getListedButton {
        display: none;
    }

    .searchbar {
        width: 71%;
    }

    form {
        width: 100%;
    }

    .contact-submitButton {
        width: initial;
    }

    .featuredinfo {
        width: 50%;
    }

    .nav-collapse {
        display: none;
    }

    .defaultNewsSnippet {
        min-height: 0;
    }

    .defaultNewsHeadline {
        min-height: 0;
    }

    .listing-shareButton {
        margin-right: 3px;
    }

    .teamTableTitles {
        display: none;
    }

    .teamTableCell-name {
        width: 100%;
        float: left;
        font-weight: bold;
    }

    .teamTableCell-role {
        width: 100%;
        float: left;
    }

    .teamTableCell-email {
        width: 100%;
        float: left;
    }

    .teamTableCell-telephone {
        width: 70%;
        float: left;
    }

    .teamTableCellLink {
        width: 8%;
        float: right;
        margin-right: 2%;
    }

    .teamTableTitles {
        width: 40%;
        float: left;
    }

    .teamTableDetails {
        width: 96%;
        float: left;
    }
}

@media only screen and (max-width: 960px) {

    .listing-follow-us-buttons {
        width: 70%;
        margin-right: 0%;
        float: left;
        margin-left: 1%;
    }

    .jobsSearch {
        width: 47%;
    }

        .jobsSearch select {
            width: 100%;
        }

        .jobsSearch input {
            width: 89%;
            padding-left: 5%;
            padding-right: 5%;
        }
}

@media only screen and (max-width: 945px) {

    .footercolumn{
        width: 18%;
    }
     .footercolumn-social{
        width: 30%;
    }


    .footer_address {
        margin-top: 0px;
    }

    .sponsors {
        float: left;
        width: 30%;
    }

    .appstore {
        float: left;
        margin-top: 2%;
    }

    .featuredimage {
        width: 40%;
    }

    .listingContactDetails-info {
    width: 70%;
    float: left;
    display: inline-block;
    overflow: hidden;
    word-wrap: break-word;
}


.listingContactDetails-title {
    width: 29%;
    float: left;
    display: inline-block;
    font-weight: bold;
    min-width: 45px;
}
}

@media only screen and (max-width: 920px) {


    .listingContactDetails-address{
        width: 30%;
    }

    .listingContactDetails-wrap{
         width: 60%;
    
    }

    .smallMap{
        float: left;
        width: 60%;
        padding-right: 0%;
        padding-left: 1%;
    }

    .openHoursSocialWrap{
        width: 35%;
        padding-top: 3%;
    }

    .listingContactDetails-opening-hours{
        padding-left:0;
    }

}


@media only screen and (max-width: 907px) {

    .icon {
        display: none;
    }

    #app-display {
        float: left;
        width: 100%;
    }

    #app-description {
        float: left;
        width: 100%;
    }

        #app-description p {
            margin-bottom: 3%;
        }



}

@media only screen and (max-width: 865px) {

    .vid {
        width: 45%;
    }

    .vid2 {
        width: 29%;
    }


    .defaultNewsSnippet {
        width: 64%;
    }

    .directory-cat {
        width: 97%;
    }
}

@media only screen and (max-width: 845px) {
}

@media only screen and (max-width: 840px) {

    .listing-contact-details {
        width: 98%;
    }

    .sponsored_company_info {
        width: 70%;
    }

    .sponsored_company_link {
        width: 70%;
    }

    .directory {
        width: 73%;
    }

    .home_newsBorder {
        width: 73%;
    }

    .default-inputTitle {
        margin-left: 2%;
        width: 90%;
    }

    .default-input {
        margin-left: 2%;
        width: 90%;
    }
}

@media only screen and (max-width: 800px) {

    .icon {
        display: none;
    }

    .halfwidth {
        width: 96%;
    }

    .listing-team-cat-name {
        width: 100%;
    }

    .listing-team-cat-role {
        width: 100%;
    }

    .listing-team-cat-email {
        width: 100%;
    }

    .listing-team-cat-telephone {
        width: 100%;
        text-align: left;
    }

    .listing-team-member-titles {
        display: none;
    }

    .listing-team-member {
        width: 98%;
        margin-left: 1%;
        margin-bottom: 1%;
        float: left;
        border-bottom: 1px dotted #484d50;
    }

    .listing-team-contact a {
        color: #999ad7;
    }

    .aside {
        float: none;
        width: 100%;
    }

    .most_popular {
        display: none;
    }


    .topNews {
        width: 100%;
        max-width: none;
    }

    .slideshow-container {
        float: left;
        max-width: 100%;
        width: 100%;
        border: none;
        margin: 0;
    }

        .listingContactDetails-address{
        padding-left: 1%;
    }
        .listingContactDetails-Record{
            margin-left: 0;
        }

    .listingContactDetails-wrap{
         width: 100%;
    
    }

    .smallMap{
        float: left;
        width: 60%;
        padding-right: 0%;
        padding-left: 1%;
    }

    .openHoursSocialWrap{
        width: 35%;
        padding-top: 3%;
    }

    .listingContactDetails-opening-hours{
        width: 99%;
        padding-left: 1%;
    }

    .openHoursSocialWrap{
            width: 99%;
        }

}

@media only screen and (max-width: 755px) {
    .topNewsStory {
        width: 30%;
    }
}

@media only screen and (max-width: 750px) {
    .listing-company-name {
        width: 98%;
        float: left;
        margin-top: 0;
        text-align: center;
    }

    .listing-logo-wrap {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

}

@media only screen and (max-width: 712px) {

    .logo-wrap {
        width: 100%;
    }

    .logoformobile {
        display: inline-block;
        width: 100%;
    }

    .logo {
        display: none;
    }

    .searchbar {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
        width: 100%;
    }

    .searchnav-tabs ul {
        margin-left: 0px;
    }

    .secondheader {
        width: 100%;
    }

    .sponsored_company_info {
        width: 65%;
    }

    .sponsored_company_link {
        width: 65%;
    }

    .inThisIssue a {
        display: inline-block;
        vertical-align: top;
        float: left;
    }

    .inThisIssue-storyInfo {
        font-size: 90%;
        font-weight: bold;
        width: 100%;
        margin: auto;
        text-align: left;
    }

 
}


@media only screen and (max-width: 700px) {

    .customerEdit-Product {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .customerEdit-Products-number {
        width: 4%;
    }

    .customerEdit-Products-name {
        width: 60%;
        margin-left: 1%;
    }

    .customerEdit-Products-order {
        width: 3%;
    }

    .customerEdit-Products-controls {
    }

    .listing-products {
        width: 98%;
    }

}

@media only screen and (max-width: 670px) {
    .pageLinks-pagenumbers {
        width: 50%;
    }

    .carImage {
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }

    .carImageSmall {
        text-align: center;
    }

    .showCar-detailsWrap {
        width: 98%;
    }

    .showCar-details {
        width: 46%;
        float: left;
    }

    .showCar-detailsTitles {
        width: 100%;
    }

    .listingAboutUsInfo ul{
            width: 90%;
            margin-left: 8%;
        }
    .listingAboutUsInfo ul{
            width: 95%;
            margin-left: 4%;
        }

        .propertysearchnav-tabs ul{
        display: inline-block;
    }

    .propertysearchnav-tabs li{
        display: inline-block;
        width: 22%;
        margin-right: 0.2%;
        margin-bottom: 0px;
    }

        .propertysearchnav-tabs li a {
            font-size: 77.5%;
            text-align: center;
            width: 100%;
            float: left;
            color: #ffffff;
            padding: 1%;
            text-decoration: none;
            background-color: #484d50;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }



}


@media only screen and (max-width: 650px) {
    .home_newsInfo{
        width: 60%;
    }

}



@media only screen and (max-width: 600px) {

    form {
        display: inline-block;
    }

    input {
        display: inline-block;
    }

   .categories {
        padding: 0;
    }

    .icon {
        display: block;
    }

    .newsicon {
        margin-top: 1%;
        margin-bottom: 1%;
        width: 98%;
        display: inline-block;
    }

    .latestissue {
        margin-left: 1%;
        width: 98%;
    }

    .twitter_holder {
        width: 100%;
    }

    .twitter {
        display: none;
    }

    .exhibitions {
        width: 48%;
        vertical-align: top;
        margin-left: 1%;
        margin-top: 1%;
        float: left;
    }

    .vid {
        float: none;
        width: 44%;
    }

    .vid2 {
        float: none;
        width: 44%;
    }

    .directory {
        width: 100%;
    }

    .sponsors {
        float: left;
        width: 97%;
        margin: 3% 2%;
    }

    #industryNewsNew {
        width: 99%;
    }

    #newsDiv {
        height: auto;
    }

    #productionNews {
        width: 99%;
        margin-left: 1%;
    }

    .listingContactDetails-wrap {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .listingMoreInfo:focus ~ .allOpeningHours {
        margin-top: -27px;
        padding: 2%;
        width: 96%;
    }

    .listingContactDetails-opening-hoursToday{
        padding-left: 1%;
    }

    .listingContactDetails-Record:last-child{
        border-bottom: 1px dotted #484d50;
    }


}

@media only screen and (max-width: 599px) {
    .mpus {
        display: none;
    }
}

@media only screen and (max-width: 581px) {
    .sponsored_company_info {
        width: 60%;
    }

    .sponsored_company_link {
        width: 60%;
    }

    .review{
        padding-bottom: 85px;
    }

    .featuredReview{
        max-height: none;
    }
}

@media only screen and (max-width: 598px) {
    .main-content {
        max-width: 98%;
        width: 98%;
    }

    .footercolumn-social a{
        margin-left: 0px;
    }
}

@media only screen and (max-width: 555px) {

    .mpopcat {
        width: 97%;
    }

    .pageLinks {
        width: 100%;
    }

    .pageLinks-pagenumbers {
        width: 45%;
    }

    .equipImage {
        width: 96%;
        float: left;
    }

    .showEquip img {
        width: auto;
    }

    .showEquip-detailsWrap {
        width: 96%;
    }

    .exhibitions {
        width: 98%;
    }

    .contact-contactDetails-address {
        width: 80%;
        margin-bottom: 15px;
        margin-left: 4%;
    }

    .contact-contactDetails-imageHolder {
        width: 15%;
    }

    .contact-contactDetails-telephone {
        width: 80%;
        margin-left: 4%;
    }

    .property-formSection {
        width: 47%;
    }

}



@media only screen and (max-width: 515px) {

    .searchnav-tabs {
        display: none;
    }

    .main-search-form {
        margin-left: 1%;
    }

    .companyList-companyInfo {
        width: 93%;
    }

    .companyList-companyLogo {
        width: 98%;
    }


    .listing-average-rating {
        border-top: 1px dotted #484d50;
        margin-bottom: 2%;
    }



    .latestissue-Image {
        width: 98%;
    }

    .latestissue {
        width: 99%;
    }

    .inThisIssue {
        width: 97%;
    }


        .inThisIssue img {
            width: 100%;
            max-width: 100px;
            float: left;
            border: 1px solid;
        }

    .inThisIssue-story1 {
        width: 99%;
    }

    .inThisIssue-story2 {
        width: 99%;
    }

    .inThisIssue-story3 {
        width: 99%;
    }


    .inThisIssue-storyInfo {
        float: left;
        font-size: 90%;
        font-weight: bold;
        width: 69%;
        padding-left: 1%;
        text-align: left;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    @media only screen and (max-width: 500px) {

        .listingContactDetails li:nth-child(2):nth-last-child(3) {
            width: 100%;
        }

            .listingContactDetails li:nth-child(2):nth-last-child(3) .listingContactDetails-Record:last-child {
                border-bottom: 2px solid #cc3399;
            }

        .listingContactDetails li:nth-child(3):nth-last-child(2) {
            width: 44%;
        }

        .listingContactDetails li:nth-child(4):nth-last-child(1) {
            width: 50%;
        }

        .listingContactDetails-Record {
            margin-left: 0px;
        }

        .listing-socialMedia li {
            width: 100% !important;
        }

        .sponsored_company_info {
            width: 98%;
        }

        .sponsored_company_link {
            width: 98%;
        }

        .sponsored_company_logo {
            max-width: 0;
            display: inline-block;
        }

        .job {
            width: 97%;
        }

        .showEquip-companyDetails {
            min-width: 0;
            width: 96%;
            text-align: left;
            margin-bottom: 3%;
        }

        .adrates-pricingBox {
            width: 98%;
            min-height: 0;
        }

        .adrates-pricingBox-button {
            width: 98%;
            min-height: 0;
        }

        .adrates-pricingBox-newssponsor {
            width: 98%;
            padding-bottom: 65px;
        }

        .adrates-pricingBox-motorban {
            width: 98%;
            padding-bottom: 65px;
        }

        .adrates-pricingBox-leaderboard {
            width: 98%;
            padding-bottom: 65px;
        }

        .adrates-pricingBox-jobspider {
            width: 98%;
            padding-bottom: 65px;
        }

        .news-subscribe {
            margin-top: 0px;
        }

        .topNewsStory {
            width: 98%;
            border-bottom: 1px solid #d6d6d6;
        }

            .topNewsStory:nth-child(3n+3) {
                border-right: none;
                border-left: none;
            }

            .topNewsStory:last-of-type {
                border-bottom: none;
            }


            .topNewsStory:nth-child(n+5) {
                border-top: none;
            }

        .showCar-companyDetailsWrap {
            width: 100%;
        }

        .showJob-FieldTitle {
            width: 30%;
        }

        .showJob-FieldDetails {
            width: 65%;
            display: inline-block;
        }

        .customerMainLink {
            width: 48%;
        }

            .divide {
        background-image: none;
    }

    .featured {
        display: inline-block;
        width: 98%;
        border-bottom: 1px solid #aba9b7;
    }


    .divide .featured:nth-child(4) {
        border-top: none;
    }

    .divide .featured:nth-child(5) {
        border-top: none;
    }

    .divide .featured:last-child {
        border-bottom: #aba9b7;
    }

    .divide .featured {
        min-height: 0;
    }

.newsRotateTitle span{
    display: none;
}

.newsRotateTitle{
    width: 10px;
}

#newsRotate{
    width: 90%;
    width: calc(100% - 20px);
}


    }

    @media only screen and (max-width: 465px) {
        .eventinfo {
            width: 98%;
        }

        .job {
            position: relative;
            width: 100%;
            margin: 0;
            display: inline-block;
            border-bottom: 1px solid #e1e1e1;
        }

        .jobTitle {
            display: inline-block;
            width: 98%;
            border: none;
        }

        .jobLocation {
            display: inline-block;
            width: 98%;
            border: none;
            text-align: left;
        }


        .salary {
            display: inline-block;
            width: 100%;
            border: none;
            text-align: left;
            padding-right: 0;
        }

        .location {
            display: inline-block;
            width: 98%;
            border: none;
        }

        .home_newsInfo {
            width: 65%;
        }
    }

    @media only screen and (max-width: 458px) {

        .HireCategories {
            width: 98%;
        }

        .HireCompanies {
            width: 98%;
        }

        .listing-logo-wrap {
            width: 98%;
            margin-left: auto;
        }

        .inThisIssue-story {
            width: 99%;
        }

        .inThisIssue img {
            float: left;
        }
    }

    @media only screen and (max-width: 440px) {

        input {
            width: 85%;
        }

        .timedate {
            display: none;
        }

        .region {
            width: 99%;
            float: left;
            padding-top:1%;
            padding-bottom:1%;
        }


        .inThisIssue-storyInfo {
            width: 65%;
        }

        .listingContactDetails li:nth-child(2):nth-last-child(2) {
            width: 98%;
        }

            .listingContactDetails li:nth-child(2):nth-last-child(2) > .listingContactDetails-Record:last-child {
                border-bottom: 2px solid #cc3399;
            }

        .listingContactDetails li:nth-child(3):nth-last-child(1) {
            width: 98%;
            padding-left: 2%;
        }

        
    }

    @media only screen and (max-width: 405px) {
        .sellHire-pageLinks a {
            float: right;
            display: inline;
        }

        .itemCount {
            float: left;
            display: inline;
            vertical-align: top;
        }

        .customerEdit-Products-number {
            width: 8%;
        }


        .customerEdit-Products-name {
            width: 45%;
        }

        .customerEdit-Products-order {
            width: 8%;
        }

        .DefaultRoundedCornerBox-image {
            width: 100%;
            max-width: 100px;
            display: block;
            margin: 0 auto;
            max-height: 150px;
            float: none;
        }

        .DefaultRoundedCornerBox-info {
            width: 99%;
        }

        .property-estAgent {
            text-align: left;
            float: left;
            width: 98%;
            padding-top: 2%;
            padding-bottom: 2%;
        }

.mainnav li:first-child{
    display: none;
}

.listingContactDetails-address{
    width: 100%;
}

.smallMap{
    width: 100%;
}
    }


    @media only screen and (max-width: 390px) {

        .footercolumn-social {
            width: 97%;
        }

            .footercolumn-social li {
                width: 97%;
            }

        .companyList-companyInfo {
            width: 90%;
        }

        .defaultNewsSnippet {
            width: 54%;
        }

        .pageLinks-pagenumbers {
            width: 38%;
        }

        .vid2 img {
            width: 100%;
        }

        .main-search-input {
            width: 87%;
        }
    }

    @media only screen and (max-width: 350px) {

        .inThisIssue-story {
            margin-bottom: 2%;
        }

        .main-search-input {
            width: 86%;
        }

        .car-formSection input {
            max-width: 128px;
        }

        .listingContactDetails-title{
            width: 30%;
            float: left;
            min-width: 0;
        }

        .listingContactDetails-info {
            width: 69%;
        }

        .listingContactDetails-Record{
            width: 98%;
        }

        .listingContactDetails-opening-hours {
            padding-top: 0%;
            padding-right: 1%;
            padding-left: 1%;
            width: 100%;
        }

        .listingContactDetails-opening-hoursToday{
            padding-left: 0px;
        }

        .listingMoreInfo{
            padding-left: 0px;
        }

        .listingAboutUsInfo ul{
            width: 90%;
            margin-left: 8%;
        }

        .listingMoreInfo:focus ~ .allOpeningHours {
        margin-top: -17px;
        padding: 2%;
        width: 96%;
    }

        h2.contactDetailsTitle {
            width: 100%;
        }

        .listing-SocialButtons {
            width: 100%;
        }


    }

    @media only screen and (max-width: 325px) {
        ul.tabs li a {
            padding: 0% 2% 0% 1%;
        }

        .inThisIssue-storyInfo {
            width: 60%;
        }
    }
}

@media only screen and (max-width: 320px) {

    .mpopcat li a {
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .directory-main-cat {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .directory-sub-cat a {
        width: 99%;
        float: none;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footercolumn a {
        float: left;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer-holder a {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .twitter {
        display: none;
    }

    #mostPopularDiv {
        display: none;
    }

    .slideshow-container {
        display: none;
    }

    .main-search-input {
        width: 84%;
    }

    .jobsSearch {
        width: 100%;
    }

    #propertyMap {
        height: 250px !important;
    }

    .listingContactDetails li:nth-child(3):nth-last-child(2) {
        width: 96%;
        border-bottom: 2px solid #cc3399;
    }

    .listingContactDetails li:nth-child(4):nth-last-child(1) {
        width: 98%;
    }

    .listing-socialMedia li div {
        text-align: center;
    }

    .customerEdit-info a {
        width: 100%;
    }

    .customerEdit-JobRef {
        width: 80%;
        float: left;
        margin-top: 3px;
    }

    .customerEdit-JobsDelete {
        width: 10%;
    }

    .cars-list li{
        width:96%;
        padding:2%;
    }

    .autoPageNumThis {
    padding: 4px 9px 4px 9px;
    margin: 7px;
    background-color: #cc3399;
    color: #ffffff !important;
}

.autoPageNum {
    padding: 1px 6px 1px 6px;
    margin: 5px;
    width: 10px;
    line-height: 30px;
}

.news-story{
    margin-bottom:1%;
}

.news-buttons a{
    padding: 3% 2% 3% 2%;
    display: inline-block;
}

.news-subscribe {
    line-height:30px;
}

    .news-subscribe a {
        padding-top:2%;
        padding-bottom:2%;
    }

    .breadcrumbs {
        line-height: 40px;
    }



}


/* ie6 and ie7 Specific Hacks */
@media, {

    div {
        WIDTH: 0;
        height: auto;
    }

    .mainnav ul li{
        float: left;
        display: block !important;

    }

    .mainnav li a{
        width: auto !important;
    }


    .navImage{
        width: auto !important;
    }

    .directoryLink{
        width: 0;
    }

    #newsDiv {
        width: 100%;
        float: left;
        max-width: 510px;
    }

    .slideshow-container {
        WIDTH: 100% !important;
        max-width: 512px;
        float: left;
    }

    div {
        width: 100%;
    }

    .defaulttitle_generic {
        width: 98%;
        padding: 1%;
    }

    .mpopcat li {
        float: left;
        padding-bottom: 3px;
        width: 97%;
        line-height: 1;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 2%;
    }

    .main-content {
        max-width: 700px;
    }

    .home_newsBorder {
        width: 100% !important;
        max-width: 512px;
        margin-left: 7px;
        margin-top: 7px;
        display: inline-block;
        float: right;
        border-left: 1px solid #aba9b7;
        border-right: 1px solid #aba9b7;
        border-top: 1px solid #aba9b7;
        line-height: 1;
        height: 634px;
    }

    .home_newsStory {
        display: inline-block;
        padding-bottom: 0px;
        margin-bottom: 0;
        margin-top: 0px;
        color: #484d50;
        min-height: 88px;
        max-height: 88px;
    }

    .latestissue-Image {
        float: left;
    }

    .directory-cat {
        float: left;
    }

    .defaulttitle {
        width: 98%;
    }

    .home_newsBorder {
        float: left !important;
        margin-bottom: 0px;
    }

    .home_newsStory {
        float: left !important;
        width: 100%;
        padding-top: 1%;
        padding-bottom: 10px;
    }
    .home_newsImage {
        width: 25% !important;
        float: left;
        margin-left: 1%;
        display: inline-block;
    }

    .home_newsInfo {
        width: 68% !important;
        float: left !important;
    }

    .main-search-input {
        float: left;
        width: 88%;
        height: 24px;
        font-family: Calibri;
        font-weight: bolder;
        font-style: italic;
        font-size: 125%;
        padding: 8px 0px 8px 8px;
        color: #aba9b7;
        border: none;
        border-radius: 0px;
    }

    .main-search-form button {
        margin-left: 0px;
        position: relative;
        height: 44px;
        width: 40px;
        padding: 10px;
    }

    .weatherIcon{
        width: 47%;
        float: right;
    }

    .weatherTemp{
        width: 47%;
        float: left;
    }


    .featured{
        float: left;
    }



    .DefaultRoundedCornerBox {
        width: 98%;
    }

    .defaulttitle_companies {
        width: 98%;
    }

    .listing-contact-details-contact-wrap {
        float: left;
    }

    .listing-contact-details-address {
        float: left;
    }

    body {
        width: 1024px;
        margin: auto;
    }

    .adrates-pricingBox {
        width: 46%;
        float: left;
    }


    .adrates-pricingBox-scategory {
        width: 46%;
        float: left;
        min-height: 300px;
    }

    .adrates-pricingBox-SOL {
        width: 96%;
    }

    .adrates-pricingBox-button {
        width: 46%;
        float: right;
        margin-left: 0;
        margin-right: 1%;
        min-height: 206px;
    }

    .adrates-pricingBox-emailBanner {
        width: 96%;
    }

    .adrates-info {
        width: 98%;
    }
    .listing-logo-wrap{
        float: left;
    }

    .listing-logo img{
        width: auto;
    }

    .defaulttitle_generic h2{
        width: auto !important;
        float: left;
    }

    .sharebtn{
        width: 64px !important;
        float: right;
    }

    .property-formSection{
        display: inline;
    }

    .property-input input{
        padding-top: 2px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .default-formHolder{
        float: left;
    }

    .car-formSection{
        display: inline;
    }

    .car-formSection input{
        padding-top: 4px;
        padding-bottom: 1px;
    }

    .cars-list LI{
        display: inline;
        width: 47%;
    }




}

.linkPretend {
    font-weight: bold;
}

.linkPretend:hover {
    color: #C39;
}