/* Minification failed. Returning unminified contents.
(371,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
(1380,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(2093,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2280,6): run-time error CSS1031: Expected selector, found '='
(2280,6): run-time error CSS1025: Expected comma or open brace, found '='
 */
/* css reset - removes the default browser styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Main styles starts */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 1.5;
    background: #fff;
}

a:link, a:active, a:visited {
    color: #0067a3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.wrap-s {
    width: 1040px;
    margin: 0 auto;
}

.top-menu-s {
    width: 100%;
    height: auto;
    float: left;
    background: #00639f;
}

.top-menu-orange {
    width: 100%;
    height: auto;
    text-align: center;
    color: white;
    background: #F76732;
    font-size: large;
}

ul.menu-s {
    float: left;
    height: auto;
    width: auto;
}

    ul.menu-s li {
        float: left;
        font-size: 14px;
        font-weight: 600;
        text-shadow: 1px 1px #424141;
    }

        ul.menu-s li h3 {
            color: rgba(255,255,255,.7);
            font-size: 12px;
            text-transform: uppercase;
            padding: 10px;
        }

    ul.menu-s ol {
        list-style-type: none;
    }

.m-menu {
    width: 200px;
    float: left;
}

ul.menu-s li a:link, ul.menu-s li a:visited, ul.menu-s li a:active {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px 8px 10px;
}

ul.menu-s li a:hover {
    background: rgba(0,0,0,.35);
}

.login-register-links {
    float: right;
    color: #ffad8f;
    font-weight: 600;
    margin-top: 6px;
}

    .login-register-links a {
        color: #ffad8f;
        text-decoration: none;
    }

.header-s {
    float: left;
    width: 100%;
    padding: 10px 0;
    height: auto;
}

.inner {
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
}

.logo {
    background: url(images/logo.png) no-repeat;
    width: 234px;
    height: 55px;
    float: left;
    margin: 5px 0;
}

.CallNow{
    width: 300px;
}

.google-ad-images {
    float: left;
    margin-left: 30px;
    width: auto;
    height: 60px;
}

.google-ad-images90 {
    float: left;
    margin: 15px 0px 15px 30px;
    width: auto;
    height: auto;
}

.google-ad-images-center{
    float: left;
    width: 100%;
    text-align: center;
}

.hero-banner-s {
    background: url(images/hero-image.jpg) no-repeat;
    height: 400px;
    width: 100%;
    float: left;
    position: relative;
}

.search-bar-s {
    background: rgba(0,99,159,.6);
    min-height: 44px;
    width: 100%;
    float: left;
}

    .search-bar-s .search-form-s {
        float: left;
        width: 100%;
    }

    .search-bar-s .inner-form {
        padding: 2px 10px 10px 10px;
        width: 1020px;
        background: rgba(0,99,159,1);
    }

.d-cont .search-bar-s .inner-form {
    width: 780px !important;
}

.search-bar-s .search-form-s li {
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}

    .search-bar-s .search-form-s li input, input {
        padding: 7px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px 4px;
        border: 0;
        width: 200px;
        margin: 0;
    }

.link {
    cursor: pointer;
    color: #0067A3;
}

.search-bar-s .search-form-s li span.link {
    color: #fff;
    font-weight: 600;
    display: block;
    margin-top: 5px;
}

.hero-title-s {
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px #424141;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    font-weight: 700;
    margin-top: 30px;
}

.hero-text-s {
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px #424141;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}

.premier-listings-s {
    position: absolute;
    bottom: 0;
    width: 1000px;
}

    .premier-listings-s li {
        float: left;
        position: relative;
        width: 200px;
        height: 150px;
    }

        .premier-listings-s li img {
            width: 200px;
            height: 150px;
        }

        .premier-listings-s li .meta {
            background: rgba(0,0,0,.7);
            color: #fff;
            padding: 5px 10px;
            width: 180px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

            .premier-listings-s li .meta .name {
                font-weight: 700;
                float: left;
            }

            .premier-listings-s li .meta .price {
                font-size: 12px;
            }

.tools-s, .col-s {
    float: left;
    width: 320px;
    margin: 20px 20px 20px 0;
}

.last {
    margin-right: 0 !important;
}

.tools-s .title {
    font-size: 16px;
    font-weight: 700;
    background: url(images/bullet-home.png) no-repeat;
    padding-left: 25px;
    color: #333;
    margin-bottom: 5px;
}

.testimonial {
    width: 660px;
    float: left;
    margin: 20px 20px 20px 0;
}

    .testimonial img {
        float: left;
        width: 70px;
        height: 70px;
        -moz-border-radius: 35px;
        -webkit-border-radius: 35px;
        border-radius: 35px 35px;
        margin-right: 20px;
        -moz-box-shadow: 0 0 3px #333;
        -webkit-box-shadow: 0 0 3px #333;
        box-shadow: 0 0 3px #333;
    }

    .testimonial h2 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .testimonial .text {
        font-style: italic;
        font-weight: 500;
    }

    .testimonial .name {
        text-align: right;
        font-weight: 700;
        color: #333;
    }

.knowledge-base {
    background: #f2f2f2;
    margin: 20px 0;
    padding: 10px 20px;
    width: 280px;
    float: left;
}

    .knowledge-base h2 {
        background: url(images/knowledge-icon.png) no-repeat;
        padding-left: 25px;
        color: #333;
        font-weight: 700;
        font-size: 14px;
        0;
    }

.foot-home {
    background: #ece3df;
    width: 100%;
    float: left;
}

    .foot-home h3 {
        font-size: 15px;
        font-weight: 700;
    }

    .foot-home a.btn {
        float: right;
        margin-top: 30px;
    }

a.btn {
    color: #fff;
    padding: 10px 30px !important;
}

.footer-s {
    background: #d1c4bf;
    width: 100%;
    float: left;
    padding: 8px 0;
}

    .footer-s .foot-menu {
        float: left;
    }

.foot-menu li {
    border-right: 1px solid #817a77;
    padding: 0 10px;
    float: left;
}

    .foot-menu li a {
        color: #333333;
        font-weight: 500;
    }

.footer-s p.copy {
    float: right;
}

.breadcrumbs-s {
    float: left;
    width: 100%;
    margin-top: 6px;
}

    .breadcrumbs-s li {
        float: left;
        margin-right: 5px;
        background: url("images/breadcrumb-bullet.png") no-repeat scroll 0 8px transparent;
        padding-left: 12px;
    }

        .breadcrumbs-s li.first {
            background: none;
            padding-left: 0;
        }

.page-contents-s {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

.main-title-s {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #f5f5f5;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}

.search-results-cont-s {
    width: 100%;
    float: left;
    height: auto;
    background: url(images/faux-columns.png) repeat-y;
    padding: 10px 0 20px;
}

    .search-results-cont-s .left-s {
        width: 180px;
        float: left;
        padding: 0 10px;
    }

        .search-results-cont-s .left-s .filters-s {
            float: left;
            width: 100%;
            height: auto;
        }

            .search-results-cont-s .left-s .filters-s .head-s {
                font-size: 14px;
                color: #333;
                margin-bottom: 10px;
                font-weight: 700;
            }

            .search-results-cont-s .left-s .filters-s ul.filter-form-s {
                float: left;
                width: 100%;
                height: auto;
            }

                .search-results-cont-s .left-s .filters-s ul.filter-form-s li {
                    float: left;
                    width: 100%;
                    padding-bottom: 10px;
                    position: relative;
                }

                    .search-results-cont-s .left-s .filters-s ul.filter-form-s li .label-s {
                        width: 100%;
                        float: left;
                        margin-bottom: 3px;
                        font-weight: 600;
                    }

ul.filter-form-s li input, ul.filter-form-s li span.customSelect {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b8b8b8 !important;
    width: 164px;
    background: #fff;
    padding: 4px 7px;
}

    ul.filter-form-s li input[type="text"] {
        border: 1px solid #b8b8b8 !important;
    }


ul.filter-form-s li .customSelectInner {
    width: 160px !important;
}

ul.filter-form-s li .btn-s {
    width: 16px;
    margin-left: 0;
    margin-top: 3px;
    float: left;
    background: none;
    border: 0 !important;
    padding: 0 !important;
}

ul.filter-form-s li .rad-btn-label-s, .rad-btn-label-s {
    float: left;
    width: 160px;
    margin-bottom: 8px;
}

ul.filter-form-s li .city-alpha-select-s {
    position: absolute;
    top: 0;
    right: 0;
}

ul.filter-form-s li ul.cities-s {
    float: left;
    width: 180px;
    height: auto;
    max-height: 170px;
    overflow: auto;
}


    ul.filter-form-s li ul.cities-s li {
        padding-bottom: 5px !important;
    }

.btn_less {
    display: none;
}

.btn_less, .btn_more {
    color: #0067a3;
    cursor: pointer;
}

.btn {
    background: #f76732 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px 4px !important;
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 6px 10px !important;
    width: auto!important;
    cursor: pointer;
    border: 0 !important;
}

.search-results-cont-s .left-s .ads-cont-s {
    float: left;
    margin: 10px 0;
    width: 180px;
    height: auto;
}

    .search-results-cont-s .left-s .ads-cont-s div {
        margin-bottom: 10px;
        float: left;
    }

        .search-results-cont-s .left-s .ads-cont-s div img {
            width: 125px;
            min-height: 125px;
            float: left;
        }

.search-results-cont-s .right-s{
    padding: 0 15px;
    float: left;
    margin-top: 250px;
}

.search-results-cont-s .middle-s {
    width: 770px;
    padding: 0 15px;
    float: left;
}

    .search-results-cont-s .middle-s .sponsored-results-s, .sponsored-results-s {
        margin-bottom: 10px;
        width: 785px;
        float: left;
        height: auto;
    }

        .search-results-cont-s .middle-s .sponsored-results-s .head-s, .sponsored-results-s .head-s {
            background: #e7e7e7;
            width: 755px;
            padding: 5px 15px;
            color: #333;
            font-weight: 700;
        }

        .search-results-cont-s .middle-s .sponsored-results-s .minimize, .sponsored-results-s .minimize {
            background: url("images/minimize.png") no-repeat scroll 0 2px transparent;
            padding-left: 21px;
            float: right;
            font-weight: 400;
        }

        .search-results-cont-s .middle-s .sponsored-results-s .maximize, .sponsored-results-s .maximize {
            background: url(images/maximize.png) no-repeat scroll 0 2px transparent;
            padding-left: 21px;
            float: right;
            display: none;
            font-weight: 400;
        }

.search-results-cont-s #paging-footer{
    float: left;
    width: 100% !important;

}

.accordion .grey-head {
    background: #E7E7E7 !important;
    color: #333 !Important;
}

.accordion .minimize {
    background: url("images/minimize.png") no-repeat scroll 0 2px transparent;
    padding-left: 21px;
    float: right;
    display: none;
    font-weight: 400;
}

.accordion .maximize {
    background: url(images/maximize.png) no-repeat scroll 0 2px transparent;
    padding-left: 21px;
    float: right;
    font-weight: 400;
}

.profile-details {
    display: none;
}

.search-results-cont-s .middle-s .sponsored-results-s .ads-s, .sponsored-results-s .ads-s {
    float: left;
    width: 100%;
    padding: 5px 0;
}

    .sponsored-results-s .ads-s li {
        border: 1px solid #bebebe;
        width: 383px;
        float: left;
        margin: 5px 15px 5px 0;
        height: 80px;
    }

        .sponsored-results-s .ads-s li img {
            float: left;
            width: 70px;
            height: 80px;
        }

        .sponsored-results-s .ads-s li .cont-s {
            float: left;
            margin: 5px 10px;
            width: 287px;
            height: auto;
        }

            .sponsored-results-s .ads-s li .cont-s .title-s {
                font-size: 13px;
                color: #444;
                font-weight: 700;
            }

            .sponsored-results-s .ads-s li .cont-s p, .sponsored-results-s .ads-s li .cont-s a {
                font-size: 12px;
            }


.results-s {
    width: 770px;
    float: left;
    height: auto;
}

    .results-s .head-s {
        background: #00639f;
        width: 755px;
        padding: 5px 15px;
        color: #fff;
        font-weight: 700;
    }

    .results-s .r-list-s {
        float: left;
        width: 100%;
        height: auto;
    }

        .results-s .r-list-s li {
            border-bottom: 1px solid #999999;
            padding: 15px 0;
            float: left;
            width: 100%;
        }

.r-list-s li span.link {
    font-weight: bold;
    margin-top: 10px;
    float: left;
}

.results-s .r-list-s li .list-head-s {
    float: left;
    height: auto;
    width: 100%;
}

    .results-s .r-list-s li .list-head-s .img-thumb-s {
        float: left;
        width: 118px;
        height: 93px;
        border: 1px solid #999;
        margin-right: 15px;
    }

    .results-s .r-list-s li .list-head-s .logo-s {
        float: right;
        width: 118px;
        height: 58px;
        border: 1px solid #999;
    }

    .results-s .r-list-s li .list-head-s .title-meta-cont-s {
        width: 365px;
        float: left;
        height: auto;
        margin-right: 15px;
    }

        .results-s .r-list-s li .list-head-s .title-meta-cont-s .list-title-s {
            font-size: 15px;
            font-weight: 700;
        }

        .results-s .r-list-s li .list-head-s .title-meta-cont-s .list-meta-s {
            color: #666;
            line-height: 18px;
        }

        .results-s .r-list-s li .list-head-s .title-meta-cont-s .list-icons-s {
            float: left;
            width: 120px;
            height: auto;
        }

.list-title-s span {
    font-size: 13px;
    margin-left: 10px;
}

.results-s .r-list-s li .list-head-s .list-icons-s .sob-pro-icon {
    width: 60px;
    height: 60px;
    float: right;
    background: url(images/quick-profile-icon.png) no-repeat;
}

.results-s .r-list-s li .list-head-s .list-icons-s .sob-cer, .sob-cer {
    width: 120px;
    height: 60px;
    float: left;
    margin-right: 15px;
    background: url(images/sober_certified.jpg) no-repeat;
}

.results-s .r-list-s li p {
    margin-top: 8px;
    float: left;
    width: 100%;
}

/* Profile page */

.profile-page-cont-s {
    float: left;
    height: auto;
    width: 100%;
    margin-top: 15px;
}

    .profile-page-cont-s .title-cont-s {
        width: 100%;
        float: left;
        height: auto;
        border-bottom: 4px solid #f5f5f5;
        padding-bottom: 5px;
    }

        .profile-page-cont-s .title-cont-s h1 {
            font-size: 20px;
            font-weight: 700;
            color: #333;
            float: left;
        }

        .profile-page-cont-s .title-cont-s .rating-s {
            float: left;
            width: auto;
            height: auto;
            margin-top: 9px;
            margin-left: 10px;
        }

            .profile-page-cont-s .title-cont-s .rating-s li, .rating li {
                background: url(images/star.png) no-repeat;
                width: 14px;
                height: 14px;
                float: left;
                margin-right: 3px;
            }

                .profile-page-cont-s .title-cont-s .rating-s li.star-x, .rating li.star {
                    background: url(images/star-x.png) no-repeat;
                    width: 14px;
                    height: 14px;
                    float: left;
                    margin-right: 3px;
                }

                .profile-page-cont-s .title-cont-s .rating-s li.halfstar-x, .rating li.halfstar {
                    background: url(images/halfstar.png) no-repeat;
                    width: 14px;
                    height: 14px;
                    float: left;
                    margin-right: 3px;
                }

    .profile-page-cont-s .cont-s {
        padding: 10px 0;
        float: left;
        height: auto;
        width: 100%;
    }

.cont-s .tabs-s {
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

    .cont-s .tabs-s li {
        cursor: pointer;
    }

        .cont-s .tabs-s li a {
            color: #444;
            text-decoration: none;
            background: #e6e6e6;
            /* fallback/image non-cover color */
            background-color: #d0d0d0;
            /* fallback image */
            background-image: url(images/fallback-gradient.png);
            /* Safari 4+, Chrome 1-9 */
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#d0d0d0));
            /* Safari 5.1+, Mobile Safari, Chrome 10+ */
            background-image: -webkit-linear-gradient(top, #f8f8f8, #d0d0d0);
            /* Firefox 3.6+ */
            background-image: -moz-linear-gradient(top, #f8f8f8, #d0d0d0);
            /* IE 10+ */
            background-image: -ms-linear-gradient(top, #f8f8f8, #d0d0d0);
            /* Opera 11.10+ */
            background-image: -o-linear-gradient(top, #f8f8f8, #d0d0d0);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f8f8f8, endColorstr=#d0d0d0)";
            border: 1px solid #bdbdbd;
            padding: 5px 10px;
            border-bottom: 0;
            float: left;
            margin-left: 5px;
        }

            .cont-s .tabs-s li a.active {
                background: #fff !important;
                position: relative;
                height: 20px;
                color: #333 !important;
                top: 1px;
                font-weight: bold;
                cursor: pointer;
            }

.cont-s .tabs-cont-s {
    float: left;
    height: 100%;
    width: 100%;
    margin-right: 15px;
}

.tabs-cont-s .head-s {
    width: 980px;
}

.profile-page-cont-s .cont-s .ads-cont-s {
    width: 125px;
    float: left;
    height: auto;
}

    .profile-page-cont-s .cont-s .ads-cont-s img {
        width: 125px;
        height: 125px;
        float: left;
        margin-bottom: 10px;
    }

.car-desc-cont-s {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}

.cont-s .tabs-cont-s .info-list-s {
    width: 100%;
    float: left;
    height: auto;
}

    .cont-s .tabs-cont-s .info-list-s li {
        float: left;
        width: 100%;
        height: auto;
        padding: 5px 0 5px 0;
    }

        .cont-s .tabs-cont-s .info-list-s li .key, .profile-info-list li .key {
            float: left;
            width: 230px;
            margin-right: 20px;
            height: auto;
            font-weight: 700;
            color: #666;
            background: #f1f1f1;
            padding: 5px 10px;
        }

        .cont-s .tabs-cont-s .info-list-s li .value, .profile-info-list li .value {
            float: left;
            width: 590px;
            height: auto;
            color: #333;
            padding: 5px 0;
        }

.about-facility {
    width: 390px;
    float: left;
}

    .about-facility .address {
        font-size: 16px;
    }

    .about-facility .list-title {
        margin-top: 10px;
        font-weight: bold;
    }

    .about-facility ul {
        list-style-type: disc;
        list-style-position: inside;
    }

        .about-facility ul li {
            margin-bottom: 4px;
        }

.samsha-cont {
    float: left;
    width: 100%;
}

    .samsha-cont .sponsored-results-s {
        width: 100%;
    }

        .samsha-cont .sponsored-results-s .head-s {
            width: 970px;
        }

        .samsha-cont .sponsored-results-s .ads-s li {
            width: 490px;
        }

            .samsha-cont .sponsored-results-s .ads-s li .cont-s {
                width: 398px;
            }

.samsha-left {
    width: 858px;
    float: left;
    height: auto;
    border: 1px solid #ccc;
}

    .samsha-left .title-cont-s {
        width: 838px;
        padding: 10px;
        background: #f1f1f1;
    }

    .samsha-left h1 {
        float: left;
        height: auto;
        width: auto !important;
    }

    .samsha-left .btn {
        float: right;
    }

    .samsha-left table td {
        border-bottom: 1px solid #ccc;
        padding: 10px 40px;
        width: 459px;
    }

        .samsha-left table td.align-right {
            text-align: right;
            font-weight: bold;
            width: 250px;
        }

        .samsha-left table td ul {
            list-style-type: disc;
            list-style-position: inside;
        }

.samsha-right {
    margin-left: 20px;
    width: 120px;
    float: left;
}

.desc {
    margin-bottom: 20px;
}

.profile-info-list {
    padding: 10px 0;
    float: left;
}

    .profile-info-list li, .r-list-s .about-facility li {
        border-bottom: 0 !important;
        padding: 5px 0 !important;
    }

        .profile-info-list li .value {
            width: 515px;
        }

.cont-s .tabs-cont-s .info-list-s li .value ul {
    list-style-type: disc;
    list-style-position: inside;
}

    .cont-s .tabs-cont-s .info-list-s li .value ul li {
        padding: 0;
    }

.tabs-cont-s .barousel {
    width: 450px;
    height: 385px;
    float: left;
    margin-right: 20px;
    position: relative;
    width: 450px;
    height: 385px;
}

    .tabs-cont-s .barousel img {
        height: 385px;
        position: absolute;
        width: 450px;
        z-index: 10;
    }

.barousel_nav {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    height: 23px;
    padding: 3px 3px 0 0;
    position: absolute;
    width: 447px;
    z-index: 20;
}

    .barousel_nav ul {
        float: right;
        margin: 0;
        padding: 0;
    }

    .barousel_nav li {
        float: left;
        font-size: 0;
        line-height: 0;
        list-style: none outside none;
        padding-left: 3px;
    }

        .barousel_nav li.prev a {
            background-image: url("../images/prev");
            background-position: 0 0;
            background-repeat: no-repeat;
        }

        .barousel_nav li.next a {
            background-image: url("../images/barousel_link_next.gif");
            background-position: 0 0;
            background-repeat: no-repeat;
        }


        .barousel_nav li a {
            display: block;
            font-size: 0;
            height: 20px;
            line-height: 0;
            text-decoration: none;
            width: 25px;
        }

.pricing-info {
    width: 100%;
    float: left;
    margin-top: 8px;
}

    .pricing-info .price {
        background: #f1f1f1;
        color: #666;
        padding: 5px 10px;
        float: left;
    }

.blue {
    background: #00639F !important;
    color: #fff !important;
}

/* Profile page ends */

.main-page-cont {
    float: left;
    height: auto;
    width: 100%;
    padding: 15px 0;
}

    .main-page-cont .left-cont-s {
        float: left;
        width: 860px;
    }

    .main-page-cont .right-cont-s {
        width: 125px;
        height: auto;
        float: left;
    }

div.resources {
    float: left;
    width: 100%;
    height: auto;
}

    div.resources .col {
        width: 415px;
        margin-right: 30px;
        float: left;
        margin-bottom: 20px;
    }

        div.resources .col .head a {
            font-size: 14px;
            font-weight: bold;
        }

        div.resources .col ul.list {
            list-style-position: inside;
            list-style-type: disc;
        }

            div.resources .col ul.list li {
                padding: 5px;
            }

/* custom select style */

.search-bar-s span.customSelect {
    font-size: 13px;
    background-color: #fff;
    color: #333;
    padding: 4px 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px;
}

    .search-bar-s span.customSelect.changed {
        background-color: #f0dea4;
    }

.customSelectInner {
    background: url(images/customSelect-arrow.gif) no-repeat center right;
}

ul.filter-form-s li .city-alpha-select-s span.customSelect {
    width: 30px !IMPORTANT;
    background: none !important;
    color: #0067A3;
    border: 0 !important;
}

ul.filter-form-s li .city-alpha-select-s .customSelectInner {
    width: 30px !IMPORTANT;
}

/* custom select style ends*/


/* menu styles */

.menu-s {
    margin: 0;
    padding: 0;
}

    .menu-s li {
        float: left;
    }

        .menu-s li a {
            display: block;
            padding: 5px 12px;
            text-decoration: none;
            white-space: nowrap;
        }

            .menu-s li a:hover {
                background: #24313C;
            }

        .menu-s li ul {
            margin: 0;
            padding: 0;
            position: absolute;
            visibility: hidden;
            top: 34px;
            z-index: 9999;
            background: rgba(0,99,159,.95);
            -moz-box-shadow: 3px 3px 3px #333;
            -webkit-box-shadow: 3px 3px 3px #333;
            box-shadow: 3px 3px 3px #333;
        }

            .menu-s li ul li {
                float: none;
                width: Inherit;
            }

                .menu-s li ul li a {
                    display: block;
                    font-size: 13px;
                }

                    .menu-s li ul li a:hover {
                        background: #00456f;
                    }

/* menu styles ends*/

/* truncate */
.morecontent span {
    display: none;
}

/* truncate ends */

/* Tiny Carousel */
#slider {
    height: 1%;
    overflow: hidden;
    padding: 0 0 10px;
    float: left;
    margin-right: 20px;
}

    #slider .viewport {
        float: left;
        width: 450px;
        height: 385px;
        overflow: hidden;
        position: relative;
    }

    #slider .car-nav-cont {
        width: 450px;
        height: 17px;
        background: rgba(0,0,0,.75);
        position: abolsute;
        bottom: 0;
        left: 0;
        position: absolute;
        padding: 10px 0;
    }

    #slider .buttons {
        width: 11px !important;
        height: 16px;
        margin-left: 10px;
        text-indent: -999em;
        float: left;
    }

    #slider .next {
        background: url(images/next.png) no-repeat;
        margin-left: 90%;
    }

    #slider .prev {
        background: url(images/prev.png) no-repeat;
    }

    #slider .disable {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

    #slider .overview {
        list-style: none;
        position: absolute;
        padding: 0;
        margin: 0;
        left: 0 top: 0;
    }

        #slider .overview li {
            float: left;
        }

    #slider img {
        width: 450px;
        height: 385px;
    }

/* Tiny Carousel ends */

ul.filter-form-s li .rad-btn-s, .rad-btn-s {
    width: 16px;
    margin-left: 0;
    margin-top: 3px;
    float: left;
    background: none;
    border: 0 !important;
    padding: 0 !important;
}

/* forms */

.asterix {
    color: red;
}

ul.form {
    float: left;
    width: 100%;
}

    ul.form li {
        padding-bottom: 10px;
        width: 415px;
        margin-right: 15px;
        float: left;
        min-height: 75px;
    }

        ul.form li label, table.form td label {
            font-weight: bold;
            display: block;
            margin-right: 10px;
            margin-bottom: 3px;
        }

        ul.form li input.inp-box, ul.form li select {
            border: 1px solid #999;
            border-radius: 0;
            width: 380px;
        }

        ul.form li select {
            height: 30px;
        }

div.chk-box-cont {
    width: 250px;
    float: left;
}

ul.form li .chk-box {
    float: left;
    margin-right: 5px;
    width: 16px;
}

ul.form li .chk-box-label {
    float: left;
    width: 200px;
    font-weight: normal;
    margin-top: 2px;
}

.err-msg {
    color: red;
}

.float-left {
    float: left;
}

.width-250 {
    width: 250px;
}

.width-50 {
    width: 50px !important;
}

.full-width {
    width: 100% !important;
}

.full-width-extraheight{
    width: 850px !important;
    height: 100px;
}

.small {
    width: 100px !important;
    margin-left: 10px;
    margin-right: 5px;
}

.xsmall-width {
    width: 50px !important;
    margin-left: 10px;
    margin-right: 5px;
}

.margin-bottom-right-10 {
    margin-bottom: 10px !important;
    margin-right: 30px !important;
}

.first {
    margin-left: 0 !important;
}

.enhanced {
    background: #cbe4f4;
    width: 840px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.characterCount{
    float: right; 
    margin-top: 90px;
    width: 170px;
}

/* forms end */

.add-listings-page {
    width: 100%;
    height: auto;
    padding: 20px 0;
    float: left;
}

    .add-listings-page .listings-info {
        margin-bottom: 25px;
        float: left;
    }

        .add-listings-page .listings-info .title {
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            float: left;
            margin-bottom: 5px;
        }

        .add-listings-page .listings-info p {
            width: 100%;
            float: left;
            padding-bottom: 10px;
        }

        .add-listings-page .listings-info .btn {
            float: left;
            margin-right: 10px;
            margin-top: 10px;
            text-decoration: none;
        }

.benefits {
    float: left;
    width: 448px;
    border: 1px solid #ccc;
    padding: 20px;
    background: #f5f5f5;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .benefits h3 {
        font-size: 15px;
        color: #333;
        font-weight: bold;
        background: url(images/bullet-home.png) no-repeat;
        padding-left: 25px;
        line-height: 24px;
    }

.city-list {
    float: left;
    width: 100%;
}

    .city-list li {
        float: left;
        margin-right: 30px;
        margin-bottom: 10px;
        width: 150px;
    }



/* profile */

.accordion {
    width: 100%;
    float: left;
    height: auto;
}

    .accordion .head-s {
        background: #408AB7;
        width: 1020px;
        padding: 5px 10px;
        color: #fff;
        font-weight: bold;
        float: left;
        margin-bottom: 10px;
    }

    .accordion table th {
        font-weight: bold;
        text-align: left;
        padding: 5px 10px;
    }

    .accordion table td {
        text-align: left;
        padding: 5px 10px;
    }

.title-logo-cont {
    width: 120px;
    height: 60px;
    float: left;
    border: 1px solid #ccc;
    margin-top: 5px;
}

    .title-logo-cont img {
        width: 118px;
        height: 60px;
    }

.title-rat-cont {
    float: left;
    margin-left: 10px;
    width: 748px;
}


.pdf {
    background: url(images/pdf.png) no-repeat;
    padding-left: 21px;
    height: 16px;
    float: left;
    margin-right: 20px;
}

/* profile ends */

/* calculator pages */

.test-forms h4 {
    background: #E7E7E7;
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
    float: left;
    width: 840px;
}

.radio {
    float: left;
    height: auto;
    padding-top: 5px;
    margin-left: 5px;
}

.test-forms .radio .rad-btn-label-s {
    width: 825px;
    margin-left: 5px;
}

.margin-top-20 {
    margin-top: 20px;
}

.test-forms select {
    margin: 10px 5px;
}

.test-forms .btn-cont, .btn-cont {
    border-top: 4px solid #e7e7e7;
    padding: 10px 0;
}

    .btn-cont a {
        margin-left: 5px;
        font-weight: bold;
    }

/* calculator pages ends */

/* Main Directory */

.d-cont {
    width: 800px;
    margin-right: 20px;
    height: auto;
    float: left;
}

.carousel-s {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 10px;
}

    .carousel-s #slider {
        margin-right: 0 !important;
    }

    .carousel-s .viewport {
        width: 800px !important;
        height: 275px !important;
    }

        .carousel-s .viewport li {
            margin-top: 5px;
        }

    .carousel-s #slider .item {
        width: 252px;
        margin-right: 10px;
        float: left;
        background: #f0f0f0;
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
        margin-left: 5px;
    }

        .carousel-s #slider .item img {
            width: 242px;
            height: 185px;
            float: left;
            border: 5px solid #fff;
        }

        .carousel-s #slider .item .dir-info {
            float: left;
            height: auto;
            padding: 5px;
            width: 245px;
        }

            .carousel-s #slider .item .dir-info .name {
                font-weight: bold;
            }

    .carousel-s #slider .prev {
        background: rgba(255,255,255,.95) url(images/prev-dis.png) 7px 22px no-repeat;
        width: 30px;
        height: 60px;
        text-indent: -9999px;
        display: inline-block;
        position: absolute;
        top: 38%;
        left: 5px;
    }

    .carousel-s #slider .next {
        background: rgba(255,255,255,.95) url(images/next-dis.png) 8px 22px no-repeat;
        width: 30px;
        height: 60px;
        text-indent: -9999px;
        display: inline-block;
        position: absolute;
        top: 38%;
        right: 9px;
    }

.d-cont .search-bar-s {
    background: #408ab7;
    float: left;
    height: 43px;
    width: 100%;
}

.faq {
    width: 100%;
    height: auto;
    margin-top: 10px;
    float: left;
}

    .faq .head {
        background: #999;
        padding: 5px 10px;
        width: 780px;
        color: #fff;
        font-weight: bold;
    }

ul.faqs {
    float: left;
    height: auto;
    width: 100%;
}

    ul.faqs li {
        float: left;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

        ul.faqs li p.ques {
            font-weight: bold;
            margin-bottom: 10px;
        }

        ul.faqs li p {
            margin-bottom: 5px;
        }

        ul.faqs li img {
            margin: 10px auto;
            text-align: center;
            width: 200px;
        }

        ul.faqs li .disc-style {
            list-style-type: disc;
            list-style-position: inside;
            width: 100% !important;
            float: left;
        }

        ul.faqs li .number-list {
            list-style-type: decimal;
            list-style-position: inside;
            width: 100% !important;
            float: left;
        }

        ul.faqs li .disc-style li {
            width: 100%;
            border: 0;
            padding: 0;
            margin-bottom: 5px;
        }

.ads-cont-links-s {
    width: 180px;
    float: left;
}

    .ads-cont-links-s .title {
        font-size: 16px;
        font-weight: bold;
    }

    .ads-cont-links-s .section {
        float: left;
        margin-bottom: 10px;
    }



/* Main Directory ends */

strong {
    font-weight: bold;
}

ul.logo-cont {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

    ul.logo-cont li {
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 10px 5px !important;
        border: 1px solid #ccc;
        float: left;
        height: auto;
        width: 150px !important;
    }

        ul.logo-cont li img {
            width: 150px;
            height: 45px;
        }


.modal-title {
    font-size: 13px;
    color: #666;
    font-weight: bold;
    padding: 9px 10px;
    background: #f1f1f1;
    width: 280px;
}

.modal-close {
    float: right;
    background: url(images/close.png) no-repeat;
    width: 18px;
    height: 18px;
}

.sign-up-form {
    width: 280px;
    float: left;
    height: auto;
    margin-top: 10px;
    padding: 0 10px;
}

    .sign-up-form li {
        width: 280px;
        padding-bottom: 10px;
    }

        .sign-up-form li label, .sign-up-form li input {
            width: 100%;
        }

        .sign-up-form li label {
            font-weight: bold;
            color: #666;
        }

        .sign-in-form li input, .sign-up-form li input {
            border: 1px solid #ccc;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box;
        }

    .sign-up-form p {
        color: #666;
    }

.modal-foot {
    float: left;
    height: auto;
    width: 280px;
    padding: 10px;
    background: #f1f1f1;
    color: #444;
    position: absolute;
    bottom: 0;
}

/* contact form in listings */

.contact-form {
    float: left;
    height: auto;
    width: 100%;
    background: #fdfdfd;
}

    .contact-form .contact-title {
        background: #999;
        padding: 5px 10px;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .contact-form li {
        margin-right: 15px;
        min-height: 60px !important;
        height: auto !important;
    }

        .contact-form li input {
            border: 1px solid #ccc;
            width: 90%;
        }

        .contact-form li textarea {
            border: 1px solid #ccc;
            width: 82%;
        }
/* contact form in listings ends */

/* about, misc pages */

.about-misc {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
}

.left-nav {
    border-right: 1px solid #ccc;
    width: 219px;
    position: absolute;
    top: 39px;
    bottom: 0;
    left: 0;
    padding: 10px 0;
}

.left-nav-menu li {
    padding-bottom: 8px;
}

    .left-nav-menu li a {
        color: #666;
        text-decoration: none;
    }

    .left-nav-menu li.selected a {
        color: #555;
        font-weight: bold;
    }

.right {
    width: 760px;
    margin-left: 240px;
    float: left;
    height: auto;
    padding: 10px 0;
}

    .right h5, .about-misc h5, h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.about-misc p {
    margin-bottom: 15px;
    margin-top: 5px;
}

.about-misc ul {
    list-style-type: disc;
    list-style-position: inside;
}

    .about-misc ul li {
        margin-bottom: 5px;
    }

        .about-misc ul li p {
            padding: 0;
        }

.right h5 span {
    font-size: 14px;
    font-weight: nomral !important;
    color: #888;
}

.right p {
    padding-bottom: 15px;
}

.contact-us-form li {
    padding-bottom: 10px;
    min-height: 45px !important;
}

    .contact-us-form li input, .contact-us-form li textarea {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box;
    }

    .contact-us-form li input {
        border: 1px solid #ccc;
    }

.all-links {
    float: left;
    height: auto;
    width: 100%;
}

    .all-links .link-item {
        width: 370px;
        float: left;
        height: auto;
        margin-right: 20px;
    }

pre {
    background: #f1f1f1;
    min-height: 78px;
    border: 1px solid #ccc;
    padding: 0 5px 18px 5px;
    margin-bottom: 5px;
    word-break: break-all; /* webkit */
    word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap; /* fennec */
    white-space: pre-wrap;
    white-space: pre\9;
    / IE7+ */;
}

.mar-bot-15 {
    margin-bottom: 15px;
}

.sponsors p {
    margin-bottom: 5px !important;
}

ol {
    list-style-position: inside;
    list-style-type: decimal;
}

    ol ul {
        margin-left: 20px;
    }

/* about, misc pages ends */

/* Thank You page */

.width-520 {
    float: left;
    height: auto;
    width: 520px;
    margin-right: 30px;
    margin-top: 10px;
}

.img-405 {
    width: 405px;
    height: auto;
    float: left;
    margin-top: 10px;
}

    .img-405 img {
        border: 1px solid #ccc;
    }

.width-520 ul {
    list-style-position: inside;
    margin: 10px 0 5px 0;
}

    .width-520 ul li {
        background: url(images/bullet-tick.png) no-repeat scroll 0px 4px transparent;
        padding-left: 23px;
        min-height: 18px;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 8px;
    }

.paybtn {
    background: url(images/paybtn.png) no-repeat;
    width: 100%;
    height: 41px;
    float: left;
    margin-top: 10px;
}

.grey {
    color: #999;
}

/* Thank you page ends */

/* multiple select */

select.multi-select {
    width: 200px !important;
}

#leftvalues, #rightvalues {
    float: left;
    height: 200px;
    margin: 0 10px;
}

.multiselect {
    position: relative;
}

.mselect-btns-cont {
    float: left;
    margin-top: 45px;
    width: 32px;
}

    .mselect-btns-cont .left-right-btn {
        background: #f1f1f1;
        border: 1px solid #ccc;
        padding: 5px 5px 10px 10px;
        font-weight: bold;
        color: #333;
        float: left;
        height: 14px;
        width: 14px;
        margin: 5px 0;
        cursor: pointer;
    }

/* multiple select ends */

/* Advanced Search */

.main-search {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 15px;
    width: 970px;
    float: left;
    margin-bottom: 15px;
}

    .main-search li, .adv-search-form li {
        min-height: 45px !important;
    }

    .main-search select {
        padding: 4px 5px;
        height: 20px;
    }

.blue-head .minimize {
    background: url(images/white-minimize.png) no-repeat;
    color: #fff;
}

.blue-head .maximize {
    background: url(images/white-maximize.png) no-repeat;
    color: #fff;
}

.search-options .head-s {
    width: 980px !important;
}

.adv-options {
    display: none;
}

/* Advanced Search end */

/* quiz results */

.quiz-res-cont {
    width: 600px;
    position: relative;
    height: 40px;
}

    .quiz-res-cont .base {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 600px;
        height: 40px;
        background: #f1f1f1;
        border: 1px solid #cccccc;
    }

    .quiz-res-cont .res {
        position: absolute;
        top: 1px;
        left: 1px;
        height: 40px;
        background: #41b1ff;
    }

        .quiz-res-cont .res p {
            color: #fff;
            font-weight: bold;
            margin-top: 10px;
            text-align: center;
        }

.quiz-page .left-cont-s {
    width: 800px;
    margin-right: 20px;
}

class="float-left" .right-cont-s {
    width: 180px;
}

.left-cont-s p {
    margin: 5px 0 10px;
}

.quiz-page .accordion .head-s {
    width: 780px;
}

.sober-icons {
    width: 85px;
    height: 55px;
    border: 1px solid #ccc;
    margin-right: 20px;
}

/* quiz results end */

/* img-man-admin */

.img-thumbs li {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline;
    margin-right: 10px;
    width: 110px !important;
    background: #fff;
}

    .img-thumbs li input {
        width: 16px;
        float: left;
        margin-right: 10px;
    }

    .img-thumbs li img {
        width: 75px;
        height: 75px;
        border: 1px solid #ccc;
    }

/* img-man-admin ends*/


/* NA Meetings */

.meeting-search-box {
    width: 100%;
    background: #408AB7;
    height: 120px;
    float: left;
    text-align: center;
}

    .meeting-search-box table.form {
        padding: 10px;
        width: 980px !important;
    }

        .meeting-search-box table.form td {
            margin-right: 10px;
            min-height: 0 !important;
        }

            .meeting-search-box table.form .width300 td input, .meeting-search-box table.form .width300 td select {
                width: 300px;
            }

            .meeting-search-box table.form td select {
                padding: 5px 2px!important;
                border-radius: 4px 4px;
                border: 0;
            }

                .meeting-search-box table.form td select.small-select {
                    width: 65px;
                    margin-right: 5px;
                }

    .meeting-search-box .btn {
        margin-top: 10px;
    }

    .meeting-search-box table.form label {
        color: #fff;
    }

table.meetings {
    width: 100%;
}

    table.meetings th {
        background: #ccc;
        padding: 5px 10px;
        color: #333;
        font-weight: bold;
        text-align: left;
    }

    table.meetings td {
        padding: 10px;
        border-bottom: 1px solid #e9e9e9;
    }

/* NA Meetings ends */

/* pagination */

.pagination {
    width: 100%;
    float: left;
    list-style-type: none;
    margin-top: 10px;
}

    .pagination li a {
        float: left;
        padding: 5px 10px;
        background: #fff;
        border: 1px solid #ccc;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px 2px;
        color: #333;
        font-weight: bold;
        width: auto;
        height: auto;
        margin-right: 3px;
        text-decoration: none;
    }

        .pagination li a:hover {
            border: 1px solid #666;
        }

        .pagination li a.active {
            background: #F76732;
            border: 1px solid #F76732;
            color: #fff;
        }

/* pagination ends */

/* Rehab Reviews */

.reviews-cont {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 10px;
}

    .reviews-cont .all-reviews-left {
        width: 780px;
        margin-right: 20px;
        float: left;
        height: auto;
        margin-top: 10px;
    }

    .reviews-cont .all-reviews-right {
        width: 220px;
        float: left;
        height: auto;
        margin-top: 10px;
        margin-left: 20px;
    }

.section-left-title, .section-right-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    width: 100%;
}

.filter-form {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #ccc;
}

    .filter-form li {
        float: left;
        margin-right: 10px;
    }

        .filter-form li select {
            width: 154px;
            padding: 3px;
            height: 25px;
            font-size: 12px;
        }

        .filter-form li.sort {
            float: right;
            margin-right: 0;
        }

.review-list {
    float: left;
    height: auto;
    width: 100%;
}

    .review-list li.rehab {
        border-bottom: 1px solid #ccc;
        float: left;
        height: auto;
        width: 100%;
        padding: 10px 0;
    }

    .review-list li img {
        width: 248px;
        height: 150px;
        border: 1px solid #999;
        float: left;
        margin-right: 10px;
    }

    .review-list li .review-item {
        width: 520px;
        height: auto;
        float: left;
    }

        .review-list li .review-item .review-item-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 5px;
            width: 100%;
        }

.review-item-viewtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
    color: #F76732;
}

.review-list li .review-item .meta {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 13px;
}

    .review-list li .review-item .meta li {
        margin-right: 10px;
        float: left;
        border-right: 1px solid #ccc;
        padding-right: 10px;
        color: #999;
    }

        .review-list li .review-item .meta li .rating {
            width: auto;
            float: left;
        }

            .review-list li .review-item .meta li .rating li {
                margin-right: 3px !important;
                padding: 0 !important;
                border: 0;
            }

        .review-list li .review-item .meta li.location, .num-list span.location {
            background: url(images/pin.png) no-repeat;
            padding-left: 17px;
            height: 16px;
            border-right: 0;
        }

.review-list li .review-item p {
    margin: 5px 0;
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
}

.section-right ul {
    margin-bottom: 20px;
}

.section-right li {
    margin-bottom: 8px;
}

.section-right .timestamp {
    color: #999;
    font-style: italic;
}

.section-right li a {
    font-weight: bold;
}

.profile-review {
    width: 100%;
    float: left;
    height: auto;
}

.review-box {
    background: #ebebeb;
    width: 400px;
    padding: 10px;
    color: #666;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

    .review-box h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .review-box img {
        width: 400px;
        height: 200px;
    }

.review-stars {
    float: left;
    width: 400px;
    height: auto;
    margin: 10px 0 0 0;
}

    .review-stars li.star-item {
        float: left;
        margin-right: 30px;
        margin-bottom: 5px;
    }

    .review-stars li label {
        float: left;
        background: #408AB7;
        padding: 5px;
        color: #fff;
        width: 200px;
        font-weight: bold;
    }

    .review-stars .rating {
        margin-top: 5px;
        float: left;
        margin-left: 10px;
    }

#review p {
    padding-bottom: 10px;
}

.full h1 {
    width: 100%;
}

/* Rehab Reviews Ends */

/* admin style */

.admin-form-cont {
    width: 100%;
    float: left;
    height: auto;
    margin: 10px 0;
}

    .admin-form-cont .left-form {
        width: 700px;
        float: left;
        height: auto;
    }

        .admin-form-cont .left-form li {
            width: 100%;
        }

        .admin-form-cont .left-form input, .admin-form-cont .left-form textarea {
            width: 100%;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box;
            border: 1px solid #999999;
        }

    .admin-form-cont .right-form {
        width: 258px;
        float: right;
        height: auto;
        background: #f9f9f9;
        border: 1px solid #ccc;
        padding: 10px;
    }

    .admin-form-cont .left-form input {
        padding: 6px 7px 6px 7px;
        border-radius: 0;
        margin: 0;
    }

em {
    font-style: italic;
}

.rating-metrics {
    float: left;
    margin-top: 20px;
}

    .rating-metrics li, .admin-form-cont li {
        padding-bottom: 10px !important;
        min-height: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

        .rating-metrics li label, .rating-metrics li input {
            float: left;
        }

        .rating-metrics li label {
            width: 120px;
            font-weight: normal !important;
        }

            .rating-metrics li label.xsmall-width {
                margin-top: 5px;
            }

        .rating-metrics li input {
            width: 50px !important;
        }

.admin-form-cont .left-form textarea.height-75 {
    height: 75px;
}

.admin-form-cont .left-form textarea.height-300 {
    height: 300px;
}

.admin-form-cont .right-form select {
    width: 100%;
}

/* admin style ends */

.celeb-cont {
    width: 100%;
    margin: 5px 0;
}

    .celeb-cont p {
        color: #666;
    }

    .celeb-cont ul {
        list-style-type: none;
    }

        .celeb-cont ul li {
            display: inline;
            margin-right: 10px;
            width: 50px;
            float: left;
            height: auto;
        }

            .celeb-cont ul li img {
                width: 49px;
                height: 49px;
                border: 1px solid #999;
                float: left;
                margin-bottom: 5px;
            }

            .celeb-cont ul li label {
                color: #666;
                width: 100%;
                clear: left;
                text-align: center;
                float: left;
                width: 50px;
                font-size: 12px;
                line-height: 13px;
            }

.inner-form .float-right {
    float: right !important;
}

.float-right img {
    float: right !important;
    margin-left: 10px;
    margin-right: 0 !important;
}

.num-list {
    list-style-type: decimal;
    list-style-position: outside;
    font-size: 16px;
    font-weight: bold;
    margin-left: 21px;
    width: 759px;
}

    .num-list .review-item {
        float: none!important;
        width: 499px !important;
    }

.green-bold {
    font-size: 14px;
    font-weight: bold;
    color: green !important;
    border: 0 !important;
}

.num-list .location {
    color: #999 !important;
    font-size: 13px !important;
    margin-left: 20px !important;
}

.review-form {
    width: 100%;
    float: left;
}

    .review-form .sign-in-cont {
        float: left;
        height: auto;
        width: 1040px;
    }

    .review-form .btn {
        width: 300px !important;
    }

    .review-form h2 {
        font-size: 18px;
        font-weight: bold;
        color: #555;
        margin-bottom: 5px;
    }

    .review-form h3 {
        font-size: 14px;
        font-weight: bold;
    }

.sign-in-cont h2 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.sign-in-cont h3 {
    font-size: 14px;
    font-weight: bold;
}

.review-form input {
    box-sizing: border-box;
}

.sign-in-form {
    width: 400px;
    margin-left: 10px;
    float: left;
    height: 500px;
    padding: 20px;
    border-right: solid 2px #c8c8c8;
}

.review-form .sign-up-form {
    width: 640px;
    float: left;
    background: #fff;
}

.review-form ul {
    list-style-type: none;
}

.review-form .sign-up-form li, .review-form .sign-in-form li {
    margin-bottom: 5px !Important;
    float: left;
    margin-right: 20px;
    width: 300px !important;
}

.user-review li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.review-form li label {
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.user-review label {
    font-size: 14px !important;
}

.user-review li input.radio-btn {
    width: 16px !important;
    margin-right: 5px;
}

.user-review .rating-param p {
    color: #888 !Important;
    font-weight: bold;
}

.user-review li label.radio-text {
    font-weight: normal !important;
}

.user-review .rating-param {
    float: left;
    width: 300px;
    margin-top: 10px;
    margin-right: 20px;
}

.user-review input {
    width: 500px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.user-review textarea {
    width: 900px !important;
    height: 200px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.user-review textarea {
    height: 100px;
    padding: 5px;
}

.review-form li input {
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px;
    wdith: 200px;
    margin-top: 5px;
    width: 300px;
}

.user-review .rating-input li {
    width: auto !important;
    float: left;
    margin-right: 20px;
}

.user-review .btn {
    width: auto !important;
}

.review-form li select {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.review-form .user-review {
    float: left;
    width: 100%;
    height: auto;
}

.confirmation .sharing li {
    width: auto;
    float: left;
    margin-right: 20px;
}

.confirmation p {
    margin-bottom: 10px;
}

/*Star rating styles*/
.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 100px;
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}

    .star-rating i {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 20%;
        /*z-index: 1;*/
        background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
        background-size: contain;
    }

    .star-rating input {
        -moz-appearance: none;
        -webkit-appearance: none;
        opacity: 0;
        display: inline-block;
        width: 20%;
        height: 100%;
        margin: 0;
        padding: 0;
        z-index: 2;
        position: relative;
    }

        .star-rating input:hover + i,
        .star-rating input:checked + i {
            opacity: 1;
        }

    .star-rating i ~ i {
        width: 40%;
    }

        .star-rating i ~ i ~ i {
            width: 60%;
        }

            .star-rating i ~ i ~ i ~ i {
                width: 80%;
            }

                .star-rating i ~ i ~ i ~ i ~ i {
                    width: 100%;
                }

/*END STAR RATING STYLES*/

.externallogin {
    display: block !important;
    width: 300px;
    height: 60px;
    text-indent: -9999px; /* hides the link text */
}

.socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

.socialloginform li {
    text-decoration: none;
}

/*Insurance Page*/

.left-s input.chk-box {
	width:20px !important;
}

.left-s label-s {
	font-weight: bold !important;
}

.insurance-pages {
	margin: 15px 0;
	float: left;
	height: auto;
	width: 100%;
}

.insurance-pages ul.logo-cont li  {
	width:186px !important;
}

.insurance-pages ul.logo-cont li img {
	width:186px;
}

.insurance-pages .search-form-s {
	padding:5px 10px;
	float: left;
	height: auto;
	height:42px;
}

.insurance-pages .faq .head {
	width:1020px !important;
}

.maps-cont {
	float: left;
	width:100%;
	height:300px;
	margin: 15px 0;
}

.headings {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	width:100%;
	float:left;
}

.centers {
	width:100%;
	float: left;
	height: auto;
}

.centers li {
	width:25%;
	float:left;
	height:auto;
	padding: 10px 0;
}

.centers li a {
	color:#333;
}


/**CSS Image Fade-in fade-out*/
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fader {
    -webkit-animation: blink 4s;
    -webkit-animation-iteration-count: 4;
    -moz-animation: blink 4s;
    -moz-animation-iteration-count: 4;
    -o-animation: blink 4s;
    -o-animation-iteration-count: 4;
}

.originalHTML ul{
    list-style-type: disc;
    list-style-position: inside;
}

.originalHTML ul li{
    padding: 0px 0px 0px 10px !important;
    border-bottom: none !important;
}

.full-center{
    vertical-align: middle;
    text-align: center;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxn5HxGBcBvicCpTp6spHfNo.woff) format('woff');
}

