* {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

body {
    background: #fff;
    font-size: 15px;
    color: #666;
    font-family: Helvetica,Arial,sans-serif;
}

ol, ul {
    list-style: none;
    margin: 0;
}

    ul li {
        margin: 0;
        padding: 0;
    }

a, img {
    outline: 0;
    border: none;
    color: #000;
    text-decoration: none;
}

p {
    margin: 0 0 15px;
}

article, footer, header, nav, section {
    display: block;
}

img[data-src], img[data-srcset] {
    display: block;
    min-height: 1px;
}

body, html {
    font: 400 15px/165% 'Open Sans',Arial,sans-serif;
    color: #414141;
    background: #fff;
    -webkit-text-size-adjust: none;
}

header {
    position: relative;
    height: 70px;
    padding-top: 10px;
    background: #7fc6c8;
}

    header nav {
        max-width: 1200px;
        height: 70px;
        margin: 0 auto;
        position: relative;
    }

main {
    padding: 0 0 30px 0;
}

#left {
    float: left;
    width: 870px;
    position: relative;
}

#related, #right {
    float: left;
    width: 300px;
    position: relative;
    min-height: 600px;
    margin-left: 30px;
}

#related {
    min-height: auto;
}

.input label {
    padding: 5px 10px 5px 0;
    font-size: 14px;
    display: block;
    text-align: left;
    color: #414141;
}

.input {
    padding: 0 0 15px 0;
    clear: both;
}

    .input input, .input select, .input textarea, .pretty_input {
        width: 350px;
        padding: 10px;
        font-size: 13px;
        color: #242424;
        border: solid 1px #e3e3e3;
        background: #f9f9f9;
        border-radius: 0;
    }

    .input select {
        height: 36px;
    }

        .input select:hover, input[type=button], input[type=submit] {
            cursor: pointer;
        }

    .input input:focus, .input textarea:focus {
        border: solid 1px #999;
    }

    .input textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 120px;
    }

    .input span {
        font-size: 16px;
        color: #bc9c23;
    }

textarea.tiny_textarea {
    height: 60px;
}

.submit input[type=button], .submit input[type=submit], a.submit_link, a.submit_link:visited {
    padding: 15px 20px;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 16px;
    border: solid 2px #555;
    background: #fff;
    color: #555;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    text-transform: uppercase;
    outline: 0;
    -webkit-appearance: none;
}

    .submit input[type=submit]:hover, a.submit_link:hover {
        background: #a1ced1;
        border-color: #a1ced1;
        color: #000;
        cursor: pointer;
    }

.submit_back {
    margin-left: 20px;
}

.checkbox label {
    text-align: right;
    padding: 0 10px;
    display: inline;
    width: auto;
}

.checkbox input {
    width: auto!important;
    background: 0 0;
    border: 0;
}

.error-message {
    font-size: 12px;
    color: #f38269;
    text-align: left;
}

.explanation {
    margin-top: -10px;
}

.explanation, .explanation_big {
    font-size: 12px;
    line-height: 14px;
    color: #8d8d8d;
    padding-bottom: 8px;
}

.required_explain {
    padding-top: 20px;
}

fieldset {
    border: 0;
    padding: 10px 0;
}

.formh2, form h2 {
    padding: 10px 0;
    font-size: 18px;
    margin: 0;
    display: block;
    text-align: left;
    font-weight: 700;
}

.formh2 {
    border-bottom: solid 1px #f2f0f1;
}

input.long_input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.middle_input, select.middle_input {
    width: 150px;
}

select.normal_input {
    width: 372px;
}

input.empty_input, select.empty_input {
    border: solid 1px #e15258;
}

#articles .company {
    width: auto;
}

.product {
    min-height: 110px;
    position: relative;
    word-wrap: break-word;
    padding: 10px 0 10px 115px;
    font-size: 14px;
}

    .product .image, .product .noimage {
        position: absolute;
        top: 15px;
        left: 0;
    }

    .product .noimage {
        display: block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 36px;
        text-align: center;
        background: #ececec;
        color: silver;
    }

.employee .image, .employee .noimage {
    height: 140px;
    line-height: 140px;
}

.product_name, .product_name a {
    font-size: 14px;
    padding-bottom: 5px;
}

.employee {
    min-height: 150px;
}

.lazy-img {
    background: #ececec url(../../img/site/img-loader.gif) center center no-repeat;
    text-indent: -9999px;
}

.lazy-done {
    background: #fff;
}

#listings {
    width: 640px;
    float: left;
}

.company {
    width: auto;
    padding: 20px 0;
    font-size: 12px;
    border-top: solid 1px #e6e6e6;
    position: relative;
}

    .company h4 {
        padding: 0 45px 0 0;
        line-height: 21px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .company .address {
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 16px;
    }

        .company .address a {
            font-weight: 700;
        }

    .company .desc {
        line-height: 17px;
        padding-bottom: 10px;
        position: relative;
        font-weight: 200;
    }

    .company .v, .vv {
        background: #5fd080;
        padding: 2px 5px;
        margin-right: 15px;
        color: #fff;
        font-weight: 300;
        font-size: 11px;
        text-decoration: none;
    }

.vv {
    margin-right: 5px;
}

.vv2 {
    background: #b9cf0f;
}

.company .links i {
    margin: 0 5px 0 0;
    font-size: 16px;
}

.company .links span {
    margin-right: 10px;
}

.company .tel {
    margin-bottom: 10px;
    font-size: 14px;
}

.company .elinks {
    margin-top: 17px;
}

    .company .elinks a {
        border: solid 1px #1198ed;
        padding: 5px 10px;
        color: #1198ed!important;
    }

.company .hot, .company .new {
    position: absolute;
    top: 5px;
    right: 5px;
    border: solid 1px #1198ed;
    color: #1198ed;
    font-size: 11px;
    line-height: 16px;
    padding: 0 3px;
    float: right;
}

.company .hot {
    border: solid 1px #e15258;
    color: #e15258;
}

.company .mapmarker {
    position: absolute;
    top: 17px;
    right: 0;
    border: solid 2px #414141;
    width: 25px;
    line-height: 25px;
    text-align: center;
}

    .company .mapmarker:hover {
        border-color: #fd5554;
    }

.company a, .company a:visited {
    text-decoration: none;
    color: #414141;
}

    .company a:hover {
        color: #e8575c;
    }

.company .tag {
    padding-top: 5px;
    clear: both;
}

.company_reviews {
    height: 20px;
    padding-top: 8px;
}

.with_img .details {
    padding-right: 105px;
    position: relative;
}

.with_img .logo {
    position: absolute;
    top: 0;
    right: 0;
}

.m_company_link {
    display: none;
}

.g_2, .g_3 {
    background: #d3ecf3;
    padding-left: 10px;
    padding-right: 10px;
}

.g_2 {
    background: #e2f0f4;
}

.empty_list ul {
    margin-left: 20px;
}

    .empty_list ul li {
        list-style: disc;
        padding: 2px 0;
    }

#filters {
    float: left;
    width: 220px;
    position: relative;
    margin-right: 30px;
}

    #filters h5 a {
        color: #414141;
        text-transform: uppercase;
        font-weight: 400;
    }

    #filters input {
        width: 160px;
        line-height: 30px;
        height: 30px;
        padding: 0 10px;
        margin: 5px 0 10px 0;
        border: solid 1px #e6e6e6;
    }

        #filters input::placeholder {
            font-size: 13px;
            font-weight: 300;
        }

.cats {
    padding: 0 0 20px 0;
    clear: both;
    font-size: 14px;
}

    .cats ul li {
        padding: 5px 0;
        line-height: 16px;
    }

    .cats a.selected, .cats a:hover {
        color: #ea5859;
    }

    .cats span {
        padding-left: 5px;
        font-size: 11px;
    }

a.more, a.more:visited {
    margin: 0 0 5px 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    color: #767676;
    display: block;
    width: 140px;
}

    a.more:hover, a.more_button:hover {
        border-color: #e15258;
        color: #e15258;
    }

a.more_button, a.more_button:visited {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 5px 15px;
    border: solid 1px #707070;
    background: #fff;
    color: #4b4b4b;
    border-radius: 20px;
}

.cmp_details {
    position: relative;
    margin-bottom: 20px;
    border: solid 1px #e6e6e6;
    border-width: 0 1px 1px 1px;
    padding: 25px;
}

.cmp_details_in {
    width: 420px;
}

    .cmp_details_in .info {
        padding: 8px 0;
        font-size: 15px;
        line-height: 18px;
    }

.cmp_details .label, .cmp_more .label {
    font-size: 12px;
    font-weight: 200;
    line-height: 22px;
    text-transform: uppercase;
    color: gray;
}

#left h2, #wide h2, .def_h2 {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    padding: 35px 0 15px 0;
}

#cmp_top {
    height: 45px;
}

.cmp_buttons {
    float: right;
    z-index: 1;
}

    .cmp_buttons a {
        font-size: 12px;
        margin-left: 3px;
        text-transform: uppercase;
        display: block;
        padding: 0 20px;
        float: left;
        line-height: 28px;
        border: solid 1px #4b4b4b;
        color: #4b4b4b;
    }

        .cmp_buttons a:visited {
            color: #4b4b4b;
        }

        .cmp_buttons a:hover {
            color: #e15258;
            border-color: #e15258;
        }

.company_text {
    padding: 20px 0;
    line-height: 18px;
    font-size: 13px;
}

.cmp_rate {
    font-size: 12px;
    float: left;
    width: 260px;
    position: relative;
}

#cmp_share {
    min-height: 30px;
    padding-top: 10px;
}

.cmp_more {
    font-size: 14px;
}

    .cmp_more .info {
        padding: 10px 0;
        border: 0;
    }

    .cmp_more .info_map {
        padding-top: 5px;
    }

    .cmp_more .text {
        font-size: 14px;
    }

        .cmp_more .text ul {
            padding-left: 20px;
        }

        .cmp_more .text li {
            list-style: circle;
            padding: 5px 0;
            line-height: 140%;
        }

.see_all {
    font-size: 12px;
    text-transform: uppercase;
}

.share_box {
    padding-bottom: 0!important;
}

.photos {
    width: 306px;
    position: absolute;
    top: 25px;
    right: 25px;
}

    .photos img {
        width: 150px;
        float: left;
        margin: 0 0 3px 3px;
    }

a.photo_href_w {
    max-height: 250px;
    display: block;
    overflow: hidden;
    padding-right: 3px;
    margin-bottom: 3px;
}

    a.photo_href_w img {
        width: 100%;
        height: auto;
    }

#photos_all {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #4b4b4b;
}

a.upload_button, a.upload_button:visited {
    display: block;
    line-height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    clear: both;
    text-align: right;
}

    a.upload_button i {
        margin-right: 5px;
        font-size: 14px;
    }

a.upload_button_big {
    display: block;
    height: 140px;
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
    color: silver;
    border: dashed 1px silver;
    font-size: 12px;
}

    a.upload_button_big i {
        font-size: 45px;
        height: 70px;
        line-height: 70px;
        display: block;
        color: silver;
    }

.cmp_details .oh {
    border: solid 1px #e6e6e6;
    padding: 10px 15px 15px 50px;
    margin: 8px 0;
    position: relative;
}

    .cmp_details .oh .fa-clock-o {
        font-size: 30px;
        position: absolute;
        top: 15px;
        left: 10px;
    }

.desc {
    line-height: 23px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .desc table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        border: solid 1px #e2e7e2;
    }

        .desc table tr:nth-child(even) {
            background-color: #f6f7f9;
        }

        .desc table td, .desc table th {
            text-align: left;
            border-top: solid 1px #e2e7e2;
            padding: 10px;
        }

        .desc table th {
            padding: 15px 10px;
            font-weight: 700;
            font-family: arial;
            background: #fff;
        }

.nowrap {
    white-space: nowrap;
}

.tags {
    padding: 5px 0 0 0;
}

    .tags a {
        float: left;
        height: 26x;
        line-height: 26px;
        position: relative;
        margin: 0 5px 5px 0;
        padding: 0 10px;
        border: solid 1px #666;
        color: #666;
        font-size: 12px;
        border-radius: 20px!important;
    }

        .tags a:visited {
            color: #666;
            text-decoration: none;
        }

        .tags a:hover {
            color: #e9585d;
            border-color: #e9585d;
        }

.openinghours li {
    clear: both;
}

.openinghours span {
    width: 110px;
    display: block;
    float: left;
}

#cmp_nav {
    position: relative;
}

#cmp_nav_slider {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 50px;
}

#cmp_nav nav {
    height: 50x;
    display: table;
}

    #cmp_nav nav a {
        color: #4b4b4b;
        font-size: 14px;
        padding: 0 25px;
        line-height: 50px;
        display: table-cell;
        position: relative;
        white-space: nowrap;
        text-transform: none;
        font-family: arial;
        font-weight: 700;
    }

        #cmp_nav nav a:hover {
            color: #e15258;
        }

        #cmp_nav nav a.selected {
            font-weight: 700;
            border: solid 1px #e6e6e6;
            border-width: 1px 1px 0 1px;
            background: #fff;
            -webkit-border-top-left-radius: 2px;
            -webkit-border-top-right-radius: 2px;
            -moz-border-radius-topleft: 2px;
            -moz-border-radius-topright: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

#cmp_nav_line {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background: #e6e6e6;
}

.company_closed {
    background: #e07c7c;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 16px;
}

.short_contacts {
    padding: 20px 0;
    line-height: 20px;
}

#reviews {
    padding: 15px 15px 15px 0;
    background: #fcfcfc;
    position: relative;
    width: 700px;
}

.stars {
    font-size: 21px;
    float: left;
    line-height: 22px;
}

    .stars .fa-fw {
        width: 24px;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .stars .fa-star, .stars .fa-star-half-o {
        color: #ee9116;
    }

.rate {
    float: left;
    width: 25px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    margin: 0 10px 0 10px;
    border: solid 1px #4e4e4e;
}

.rate_big {
    font-size: 28px;
    width: 70px;
    line-height: 50px;
    margin: 0 15px 0 0;
    border: 0;
    background: #f5f8f7;
    font-weight: 100;
}

.rate_1, .rate_2, .rate_3, .rate_4, .rate_5 {
    background: #ef5c5a;
    border-color: #ef5c5a;
    color: #fff;
}

.rate_4, .rate_5 {
    background: #7db63c;
    border-color: #7db63c;
    color: #fff;
}

.review .rate {
    margin-right: 15px;
}

.review {
    font-size: 14px;
    position: relative;
    padding: 25px;
    border: solid 1px #e6e6e6;
    margin-bottom: 15px;
}

.review_header {
    height: 35px;
}

.review .author {
    line-height: 40px;
}

.review .userimage {
    background: #ececec;
    float: left;
    margin-right: 10px;
}

    .review .userimage, .review .userimage i, .review .userimage img {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 19px;
    }

.review .title, .review h5 {
    padding: 10px 0 0 0;
    font-size: 18px;
    clear: both;
    font-weight: 700;
    font-family: arial;
}

    .review .title a {
        color: #414141;
    }

.review .text {
    padding: 15px 0;
    font-size: 14px;
    clear: both;
}

.review .date {
    color: gray;
    font-size: 12px;
    float: right;
}

.review_nav {
    border-top: solid 1px #e6e6e6;
    margin: 0 -25px -25px;
    padding: 0;
    height: 40px;
}

    .review_nav a, .review_nav a:visited {
        text-transform: uppercase;
        padding: 0 15px;
        color: #4b4b4b;
        font-size: 10px;
        line-height: 40px;
        display: block;
        float: left;
        color: gray;
    }

        .review_nav a i {
            margin-right: 5px;
            display: block;
            float: left;
            line-height: 40px;
        }

        .review_nav a:first-child {
            padding: 0 25px;
            font-size: 13px;
            color: #4b4b4b;
        }

        .review_nav a:hover {
            color: #000;
        }

        .review_nav a i {
            font-size: 16px;
        }

.review .input {
    padding: 5px 0;
}

.review .explanation {
    margin: 0;
}

.review .thumb {
    max-width: 350px;
    height: 200px;
    display: block;
    background: #f6f7f9;
    background-size: cover;
    margin-bottom: 15px;
}

.review_cmp {
    padding: 10px 0;
}

.reply {
    border-top: solid 1px #e6e6e6;
    position: relative;
    background: #f6f7f9;
    margin: 0 -25px 0 -25px;
    padding: 20px 25px 5px 25px;
}

.reply_empty {
    color: silver;
}

.reply_owner, .reply_public {
    border: solid 1px #f17664;
    color: #f17664;
    font-size: 11px;
    line-height: 16px;
    padding: 0 3px;
    width: 100px;
    text-align: center;
    margin-bottom: 5px;
}

.reply_public {
    border: solid 1px #aab7b8;
    color: #aab7b8;
    width: 80px;
}

.review_reply {
    margin-top: 15px;
}

.noreviews {
    padding-bottom: 30px;
}

    .noreviews .text {
        font-size: 13px;
        line-height: 20px;
    }

.general_rate {
    height: 70px;
    position: relative;
}

    .general_rate a.blue_button {
        position: absolute;
        top: 0;
        right: 0;
    }

.general_rate_t {
    font-size: 12px;
    float: left;
}

.job h5 {
    padding: 0;
}

    .job h5 a {
        color: #414141;
    }

h2.cath2 {
    text-align: left;
    font-size: 21px;
    line-height: 50px;
    padding: 20px 0 0 0;
    margin: 0;
    clear: both;
}

ul.cat_list li {
    width: 25%;
    float: left;
    position: relative;
}

    ul.cat_list li span {
        font-size: 12px;
        padding-left: 5px;
        color: #999;
    }

    ul.cat_list li a {
        color: #555;
        padding: 3px 0;
        line-height: 17px;
    }

        ul.cat_list li a:hover {
            color: #e15258;
        }

.s_box {
    position: relative;
    float: left;
    width: 675px;
    height: 50px;
    padding-top: 10px;
    margin-left: 150px;
    z-index: 6;
}

    .s_box .input {
        float: left;
        /*width: auto;*/
        clear: none;
        padding: 0;
        position: relative;
    }

        .s_box .input input {
            padding: 12px 15px 12px 15px;
            width: 260px;
            float: none;
            font-size: 14px;
            background: #fff;
            border: 0;
            outline: 0;
            color: #656565;
        }

#CompanySearchLocation {
    width: 150px;
    margin-left: 2px;
}

a.browse_submit, a.s_submit {
    display: block;
    color: #fff!important;
    text-align: center;
    width: 60px;
    height: 40px;
    line-height: 40px;
    float: left;
}

a.s_submit {
    background-color: #3c4250;
    font-size: 20px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

    a.s_submit:hover {
        background-color: #1e2128;
        color: #fff;
    }

a.browse_submit {
    width: 100px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

    a.browse_submit:hover {
        text-decoration: underline;
    }

footer {
    background: #f3f3f3;
    font-size: 14px;
}

    footer section {
        padding: 50px 0 20px 0;
        min-height: 170px;
    }

    footer h6 {
        line-height: 20px;
        font-size: 14px;
        padding: 0 0 10px 0;
        text-transform: uppercase;
        font-weight: 700;
        font-family: arial;
    }

    footer a, footer a:visited {
        color: #555;
    }

        footer a:hover {
            color: #ea595e;
        }

.footer_box {
    float: left;
    width: 25%;
}

    .footer_box ul li {
        padding: 0 0 6px 0;
    }

.social {
    text-align: center;
    padding-top: 40px;
}

    .social a {
        display: inline-block;
        margin: 0 10px;
        width: 50px;
        line-height: 50px;
        font-size: 19px;
    }

        .social a:hover {
            background-color: #fff;
        }

#international {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 30px 0 20px;
}

    #international ul li {
        padding: 0 15px;
        font-size: 12px;
        display: inline-block;
    }

.pages_container_top {
    padding: 15px 0;
    height: 20px;
    font-size: 14px;
}

.pages_container a, .pages_container a:visited, .pages_current, .pages_gap, .pages_text {
    display: block;
    line-height: 50px;
    background: #f7f5f7;
    padding: 0 20px;
    font-size: 14px;
    float: left;
    margin: 0;
    border: 1px solid #eeecec;
    color: #000;
}

.pages_gap {
    padding: 0 5px;
}

.pages_container .total {
    clear: both;
    line-height: 60px;
}

.pages_current {
    background: #fff;
    color: red;
}

.pages_container a:hover {
    background: #fff;
}

.gm_canvas {
    height: 250px;
    background: #ececec url(../../img/site/img-loader.gif) 50% 50% no-repeat;
    position: relative;
}

.gm_slider {
    background: #ececec url(../../img/site/map_slider.jpg?v=9) 0 0 no-repeat;
}

.gm_bg {
    background: #ececec url(../../img/site/map_bg.jpg?v=1) 0 0 repeat-x;
    height: 120px;
}

#map_editable {
    height: 400px;
}

.map_title {
    font-weight: 700;
    line-height: 16px;
}

.map_address {
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
}

#companiesmap {
    width: 100%;
    height: 450px;
    float: left;
    margin-bottom: 10px;
}

#mapslider_con {
    width: 280px;
    float: left;
    margin-left: 30px;
    position: relative;
}

#mapslider {
    position: absolute;
    top: 0;
    height: 450px;
    width: 280px;
}

    #mapslider.fixed {
        position: fixed;
        top: 20px;
    }

.map_marker_explain {
    padding: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    margin-top: -10px;
    border-width: 0 1px;
    position: relative;
    background: #4c535b;
}

    .map_marker_explain label {
        color: #fff;
    }

    .map_marker_explain a.cancel {
        position: absolute;
        bottom: 30px;
        right: 15px;
        background: #ee7f6b;
        padding: 7px;
        color: #fff!important;
        font-size: 12px;
    }

    .map_marker_explain .input input {
        width: 200px;
    }

.add_map_form {
    padding: 20px;
    background: #f7f7f7;
}

#map_message {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
}

#map_update_click:hover {
    color: #e15258;
}

#map_save {
    position: absolute;
    top: 245px;
    width: 100px;
    padding: 8px 0;
    text-align: center;
    left: 50%;
    margin-left: -50px;
}

.gmap_marker {
    position: absolute;
    cursor: pointer;
    background: #414141;
    z-index: 99999;
    width: 34px;
    height: 34px;
    text-align: center;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.2);
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

    .gmap_marker u {
        display: block;
        line-height: 28px;
        width: 28px;
        margin: 3px auto 0 auto;
        font-size: 12px;
        background: #fff;
        text-decoration: none;
    }

    .gmap_marker:after {
        top: 32px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #414141;
        border-width: 8px;
        margin-left: -8px;
    }

#nearme_map {
    height: 400px;
    position: relative;
    background: #ececec;
}

#nearme_mes {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}

#show_map {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -20px;
    width: 130px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #4c535b;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

    #show_map:hover {
        background: #1e2128;
    }

#map_expander {
    text-align: center;
    background: #e6e6e6;
    line-height: 36px;
    margin-top: 1px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

ul.simple_list, ul.simple_list li {
    list-style: disc;
    margin-left: 20px;
}

a.edit, a.edit:visited {
    font-size: 12px;
}

a, a:hover, a:visited {
    text-decoration: none;
    color: #1198ed;
}

    a:hover {
        color: #e9585d;
    }

    a:focus {
        outline: 0;
    }

.b, b, strong {
    font-weight: 700;
    font-family: arial;
}

h1 {
    font-size: 29px;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 15px;
}

    h1.bigh1 {
        padding: 60px 0 70px;
    }

    h1 span {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 20px;
        font-weight: 300;
    }

h2 {
    font-size: 32px;
    line-height: 35px;
}

    h2.simpleh2 {
        padding: 50px 0;
        margin: 0;
    }

h3 {
    font-size: 18px;
    font-weight: lighter;
    line-height: 20px;
    padding: 0 0 10px 0;
}

.red {
    color: #e15258;
}

.gray {
    color: gray;
}

h4, h5 {
    font-size: 14px;
    padding-bottom: 5px;
}

h6 {
    font-size: 21px;
    padding-bottom: 5px;
}

h1, h2, h3, h4, h6 {
    font-family: arial;
    line-height: 100%;
}

img {
    border: 0;
}

.noborders {
    border-width: 0!important;
}

.m_visible {
    display: none;
}

.fullscreen {
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    margin: 0;
    z-index: 999999;
    top: 0;
    left: 0;
}

#message_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    background-color: rgba(0,0,0,.7);
}

#message_box_text {
    color: #fff;
    padding: 40px;
    font-size: 21px;
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: #fff;
    z-index: 99999;
    text-align: center;
    margin: -40px 0 0 -40px;
    display: none;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

    #loading i {
        line-height: 80px;
    }

a.logo_link {
    background-repeat: no-repeat;
    background-position: center left;
    display: block;
    text-indent: -3333px;
    width: 150px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: auto 60px;
}

a.logo_businesslist, a.logo_ghanayello, a.logo_tanzapages {
    background-size: auto 40px;
}

#copyright {
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
    clear: both;
}

    #copyright a {
        color: #626262;
        text-decoration: underline;
    }

a.blue_button {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    display: block;
    width: 180px;
    background: #6f94a6;
    color: #fff;
    letter-spacing: 1px;
}

    a.blue_button:hover {
        background: #598194;
    }

a.send_email {
    margin-top: 5px;
}

    a.send_email i {
        margin-right: 10px;
        font-size: 15px;
    }

a.form_button, a.green_button {
    color: #1198ed;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 7px 15px;
    border: solid 1px #1198ed;
    margin-left: 15px;
    letter-spacing: 1px;
}

    a.form_button:hover {
        border-color: #414141;
        color: #414141;
    }

a.green_button {
    border-color: #1198ed;
    color: #1198ed;
    margin: 0;
}

a.red {
    background: #c40000;
}

.acenter, .align_center {
    text-align: center;
}

.aleft, .align_left {
    text-align: left;
}

.align_right, .aright {
    text-align: right;
}

.small, .small_text {
    font-size: 11px;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.bold {
    font-weight: 700;
}

.fleft_in {
    float: left;
    padding-right: 20px;
}

#content_container, #page_text, #page_text_m {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 25px;
}

#page_text_m {
    display: none;
    padding-bottom: 0;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}

.hidden {
    display: none;
}

.ad336_b {
    margin: 15px 0 25px;
}

.ad600 {
    width: 300px;
    height: 600px;
}

.ad728 {
    margin: 0 auto 15px auto;
}

.ad728_b {
    padding: 15px 0;
    margin: 0 auto;
}

.acResults {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

    .acResults ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 5px 0 0;
        margin: 0;
    }

        .acResults ul li {
            margin: 0;
            padding: 5px 10px;
            cursor: default;
            display: block;
            font-size: 12px;
            line-height: 16px;
            overflow: hidden;
            cursor: pointer;
        }

            .acResults ul li span {
                display: none;
                font-size: 19px;
            }

.acSelect {
    background-color: #f3f3f3;
    color: #df5258;
    cursor: pointer;
}

.alpha h6 {
    background: #f3f3f3;
    padding: 10px 20px 5px 20px;
    font-size: 12px;
    float: left;
    margin-bottom: -3px;
    margin-right: 3px;
}

.alpha_in {
    background: #f3f3f3;
    padding: 15px 20px;
    clear: left;
}

    .alpha_in a {
        font-size: 13px;
        float: left;
        width: 24px;
        line-height: 24px;
        margin-right: 5px;
        color: #555;
        text-align: center;
    }

        .alpha_in a:visited {
            color: #555;
        }

        .alpha_in a.selected, .alpha_in a:hover {
            color: #555;
            background: #fff;
        }

.error_alert {
    background-color: #f7f7f7;
    margin-top: 15px;
    padding: 40px 20px 40px 100px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

    .error_alert .icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 100%;
        background: #f38269 url(../../img/site/alert.png?v=3) center center no-repeat;
    }

    .error_alert .error-message {
        font-size: 13px;
        color: #414141;
    }

.v_business {
    margin: 15px 0;
    position: relative;
    text-align: center;
    padding: 0 0 20px 0;
    background: #f6f7f9;
    positive: relative;
    overflow: hidden;
}

.v_header {
    color: #fff;
    padding: 20px 0 0 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    height: 130px;
    position: relative;
}

    .v_header i {
        width: 60px;
        line-height: 60px;
        font-size: 60px;
        font-size: 45px;
    }

.v_gap {
    position: absolute;
    width: 100%;
    height: 180px;
    top: -50px;
    z-index: 0;
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background: #3bae4f;
    background: linear-gradient(to right,#3bae4f,#3ea5a1);
}

.v_gap_u {
    background: #3c4250;
    background: linear-gradient(to right,#3c4250,#545a66);
}

.v_business h3 {
    padding: 0;
    font-size: 19px;
    font-weight: 200;
}

.v_business .text {
    padding: 20px 15px 0 15px;
}

.v_business a.blue_button {
    margin: 0 auto;
}

.suggest {
    text-align: left;
    padding: 50px 0;
}

    .suggest .text {
        font-size: 13px;
        line-height: 18px;
    }

    .suggest i {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 20px;
        font-size: 18px;
        color: #6f94a6;
        border: solid 1px #6f94a6;
        border-radius: 50%;
        float: left;
        text-align: center;
    }

    .suggest ul {
        width: 50%;
    }

a.report_button {
    color: #474e60;
    font-size: 13px;
}

.box {
    padding: 30px 0;
}

.screen-block, .screen-block-below {
    background-color: rgba(0,0,0,.7);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 7;
}

.screen-block-below {
    z-index: 5;
}

#topsocial {
    position: absolute;
    bottom: -30px;
    right: 0;
    line-height: 20px;
    z-index: 8;
}

#bottom_links {
    width: 165px;
    overflow: hidden;
    margin-left: -5px;
}

.userimage, .userimage i, .userimage img {
    text-align: center;
    display: block;
    background: #e1e8e9;
    text-decoration: none!important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.userbox {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
}

.userlogged {
    display: block;
    padding: 5px 0;
    height: 30px;
    line-height: 30px;
    color: #fff!important;
    font-size: 14px;
}

    .userlogged .username {
        padding-left: 8px;
    }

    .userlogged .userimage i {
        color: #3c4250!important;
        background: #fff;
        font-size: 14px;
    }

#userbox_menu {
    margin-right: 40px;
}

    #userbox_menu a {
        color: #fff;
        margin-left: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

        #userbox_menu a:hover {
            text-decoration: underline;
        }

a.add_business {
    text-transform: uppercase;
    color: #fff;
    background: #3c4250;
    padding: 10px 15px;
    line-height: 42px;
    text-align: center;
}

    a.add_business:hover {
        background: #1e2128;
        text-decoration: none!important;
    }

.userbox_fr a.add_business {
    text-transform: none;
}

.tp {
    height: 40px;
    line-height: 40px;
    font-size: 11px;
    color: gray;
    padding-bottom: 10px;
}

    .tp a {
        color: gray;
        text-decoration: none;
    }

        .tp a:hover {
            color: #000;
        }

    .tp ul {
        display: table;
    }

        .tp ul li {
            display: table-cell;
            white-space: nowrap;
        }

            .tp ul li:first-child {
                padding-left: 0;
            }

            .tp ul li + li:before {
                padding: 0 7px;
                content: "\00bb";
            }

.round_close, .skinny_close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff!important;
    text-align: center;
}

.round_close {
    z-index: 999999;
    top: 10px;
    right: 10px;
    font-size: 18px;
    border: solid 1px #fff;
    background-color: rgba(0,0,0,.6);
}

.close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    line-height: 20px;
    color: gray;
    font-size: 16px;
}

.site_blue {
    color: #08c;
}

::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

::-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

section {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.recaptcha_container {
    clear: both;
}

a.m_header_link, a.m_header_link:visited {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    color: #fff!important;
    font-size: 28px;
    text-align: right;
}

    a.m_header_link i {
        line-height: 40px;
        height: 40px;
        width: 40px;
        display: block;
    }

a.company_more, a.company_more:visited {
    text-transform: uppercase;
    padding: 7px 15px;
    line-height: 30px;
    color: #1198ed;
    border: solid 1px #1198ed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
}

#back_to_top {
    line-height: 50px;
    background: #e1e8e9;
    color: #767676;
    margin-top: 50px;
    display: block;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}

    #back_to_top:hover {
        color: #000;
    }

.corona {
    background: #cf3429!important;
}

#dm {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #bc9c23;
    z-index: 99999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#dm_in {
    padding: 40px 30px;
}

#dm_nav {
    padding-top: 10px;
    clear: both;
}

    #dm_nav a {
        display: block;
        line-height: 40px;
        color: #fff;
    }

        #dm_nav a:hover {
            color: silver;
        }

    #dm_nav i {
        font-size: 18px;
        line-height: 40px;
        float: right;
    }

#dm .username {
    width: 160px;
    line-height: 20px;
    height: 20px;
    overflow-x: hidden;
    font-size: 16px;
}

#dm .usergroup {
    line-height: 20px;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: silver;
    border: solid 1px silver;
}

#dm .userimage {
    float: left;
    margin-right: 10px;
}

    #dm .userimage, #dm .userimage i, #dm .userimage img {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #fff;
    }

#dm_nav a.add_business {
    line-height: 35px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: #3c4250;
}

.dm_close {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 21px;
    color: #fff!important;
}

#dm_nav a.add_business2 {
    line-height: 35px;
    color: #7fc6c8;
    border: solid 1px #7fc6c8;
    text-align: center;
    margin: 10px 0 5px 0;
    font-size: 12px;
}

#dm .dm_label {
    font-size: 19px;
    color: #fff;
    padding: 20px 0 5px 0;
    clear: both;
}

#ss li {
    width: 80px;
    margin: 0 5px 5px 0;
    float: left;
    border: solid 1px #e6e6e6;
    padding: 15px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}

    #ss li span {
        display: block;
        font-size: 16px;
    }

.over-h, .tp {
    overflow: hidden;
}

#top {
    line-height: 40px;
    background: #e1e8e9;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    #top ul {
        display: table;
    }

        #top ul li {
            display: table-cell;
            white-space: nowrap;
        }

    #top a {
        text-transform: uppercase;
        margin: 0 20px 0 0;
        color: #545a66;
        font-size: 12px;
    }

        #top a:hover {
            color: #000;
        }

.weblinks {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:1200px) {
    #left {
        width: 800px;
    }

    #related, #right {
        width: 160px;
    }

    #filters {
        width: 180px;
    }

    #listings {
        width: 540px;
    }

    #mapslider, #mapslider_con {
        width: 200px;
    }

    header nav, section {
        max-width: 990px;
    }

    .ad600 {
        width: 160px;
    }

    a.browse_submit {
        display: none;
    }
}
.m_searchselect {
    width: 260px;
}
@media screen and (max-width:990px) {
    .m_searchselect {
        width: 100% !important;
    }
    #right, #topsocial, #userbox_menu, .m_hidden, .mapmarker {
        display: none;
    }

    .m_hidden_s {
        display: none!important;
    }

    .m_visible {
        display: block;
    }

    header nav, section {
        max-width: none;
    }

    section {
        padding: 0 15px;
    }

    header {
        height: 40px;
        padding: 10px 0;
    }

        header nav {
            margin: 0 15px;
            height: 40px;
        }

    .userbox {
        top: 0;
    }

    a.logo_link {
        left: 57.5%;
        height: 40px;
        margin-left: -75px;
        background-position: center center;
        background-size: auto 40px;
    }

    #filters, #left, #listings, #related {
        width: auto;
        float: none;
        margin: 0;
        position: relative;
        clear: both;
    }

    #listings {
        padding-top: 10px;
    }

    .m_list_links {
        margin-top: -40px;
        float: right;
    }

        .m_list_links a {
            display: block;
            line-height: 28px;
            color: #414141;
            padding: 0 10px;
            font-size: 12px;
            border: solid 1px #414141;
            text-transform: uppercase;
            float: left;
            margin-left: 3px;
        }

    .tp {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    #m_search_link {
        left: 0;
        text-align: left;
        display: block;
    }

    #filters h5 {
        float: left;
        margin-right: 20px;
        line-height: 23px;
        font-size: 12px;
    }

    .cats {
        padding: 15px;
        background: #f5f8f7;
    }

    ul.cat_list li {
        width: 100%;
        float: none;
        clear: both;
        border-bottom: solid 1px #f3f3f3;
        padding: 5px 0;
    }

        ul.cat_list li a {
            display: block;
        }

        ul.cat_list li span {
            position: absolute;
            top: 5px;
            right: 0;
        }

    .s_box {
        background: #bc9c23;
        margin: 0;
        padding: 0;
        width: 100%!important;
        height: 180px;
        z-index: 9999;
        position: fixed;
        top: -180px;
        left: 0;
    }

        .s_box .input {
            padding-bottom: 10px;
        }

            .s_box .input input {
                width: 280px;
            }

    #search_form {
        width: 280px;
        padding: 50px 0 0;
        display: block;
        margin: 0 auto;
    }

    #CompanySearchLocation {
        margin: 0;
        width: 220px;
    }

    a#what_browse, a#where_browse {
        display: none;
    }

    .company {
        padding-right: 40px;
    }

    .with_img {
        padding-right: 15px;
    }

    .company h4 {
        padding: 0;
    }

    a.m_company_link, a.m_company_link:visited {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 40px;
        line-height: 100px;
        margin-top: -50px;
        text-align: center;
        font-size: 46px;
        color: silver;
    }

    .ad336 {
        margin: 0 0 10px 0;
    }

    footer section {
        padding: 50px 15px 20px 15px;
    }

    #cmp_nav nav a:hover {
        color: inherit;
    }

    #cmp_nav_slider {
        overflow-x: scroll;
    }

    .input input, .input select, .input textarea, .pretty_input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .input label {
        padding: 3px 0;
    }

    .checkbox label {
        padding-left: 10px;
    }

    .checkbox input {
        -webkit-transform: scale(1.5);
    }

    .fleft_in {
        float: none;
        padding: 0;
    }

    .companies_empty {
        padding-top: 20px;
    }

    .cmp_details_in {
        width: auto;
    }

    .cmp_details {
        border: 0;
        padding: 15px 0 10px 0;
        margin: 0;
    }

    #right h2 {
        font-size: 23px;
    }

    .photos {
        position: relative;
        right: inherit;
        top: inherit;
        width: 100%;
        padding: 0 0 10px 0;
        -webkit-overflow-scrolling: touch;
    }

        .photos .photo_href {
            display: table-cell;
        }

    .photos_in {
        overflow-x: scroll;
    }

    a.upload_button_big {
        height: 70px;
        padding-top: 15px;
        margin-bottom: 10px;
    }

        a.upload_button_big i {
            font-size: 31px;
            height: 40px;
            line-height: 40px;
        }

    a.photo_href_w img {
        width: 300px;
    }

    a.photo_href_t {
        display: none!important;
    }

    a.upload_button {
        text-align: left;
    }
}

@media screen and (max-width:750px) {
    #page_text, .footer_categories, a.update_button {
        display: none;
    }

    #page_text_m {
        display: block;
    }

    .footer_box {
        width: 33.33%;
        text-align: center;
    }

    #article img {
        width: 100%;
    }

    #left h2, #wide h2, .def_h2, h1 {
        font-size: 26px;
        line-height: 26px;
    }

    h1 {
        font-weight: 600;
        padding: 0 0 15px 0;
    }

        h1.bigh1 {
            font-size: 32px;
            line-height: 32px;
        }

        h1 span {
            font-size: 12px;
        }

    h2 {
        padding-bottom: inherit 15px 20px;
    }

    .tp {
        padding: 0;
        font-size: 11px;
    }

        .tp ul li + li:before {
            padding: 0 7px;
        }

    .company {
        margin: 0 -15px;
        padding-left: 15px;
    }

    .company_ad {
        padding-right: 15px;
    }

    .company .address {
        font-size: 12px;
        line-height: 17px;
        padding-bottom: 5px;
    }

    .company .links i {
        margin-right: 10px;
    }

    .company .links span {
        display: none;
    }

    .cmp_rate {
        width: 140px;
    }

        .cmp_rate .stars {
            font-size: 14px;
            line-height: 14px;
            width: 80px;
        }

        .cmp_rate .fa-fw {
            width: 15px;
        }

        .cmp_rate .reviews_count {
            position: absolute;
            top: 10px;
            left: 0;
            font-size: 11px;
        }

    #cmp_nav {
        margin: 0 -15px 0;
        padding-right: 0;
    }

        #cmp_nav nav {
            padding: 0 15px;
        }

            #cmp_nav nav a {
                font-size: 13px;
                padding: 0 15px;
            }

    .info .categories {
        line-height: 20px;
        font-size: 13px;
    }

    #map_editable {
        height: 280px;
        margin: 0 -15px;
    }

    a.blue_button {
        width: 100%;
        float: none;
    }

    .general_rate {
        margin: 0;
        border: none;
        height: 120px;
    }

        .general_rate a.blue_button {
            top: 70px;
        }

    .review {
        padding: 15px;
    }

        .review .text {
            font-size: 13px;
            line-height: 20px;
            overflow-x: auto;
        }

    .review_nav {
        margin: 0 -15px -15px;
    }

        .review_nav a:first-child {
            padding: 0 20px 0 15px;
        }

    .reply {
        margin: 0 -15px 0 -15px;
        padding: 15px;
    }

        .reply .text {
            padding: 10px 0 0 0;
        }

    .noreviews {
        padding-bottom: 10px;
    }

    .v_business .text {
        font-size: 13px;
        line-height: 20px;
    }

    .v_gap {
        -webkit-transform: skewY(-6deg);
        transform: skewY(-6deg);
    }

    footer section {
        padding-top: 20px;
    }

    .footer_box {
        width: 100%;
        padding: 0;
    }

        .footer_box h6, .footer_box ul li {
            text-align: center;
        }

        .footer_box ul {
            padding-bottom: 20px;
        }

    #hint {
        display: none;
    }

    .product, .product_name {
        line-height: 20px;
        font-size: 13px;
    }

    .submit input[type=submit] {
        width: 100%;
        margin: 0 auto;
        padding: 12px 0;
        display: block;
    }

    .submit .submit_back {
        display: block;
        width: 100px;
        margin: 0 auto;
        text-align: center;
        margin-top: 40px;
    }

    .submit .required_explain {
        text-align: center;
    }

    #ss {
        width: 235px;
        margin: 0 auto;
        padding-left: 5px;
    }

    .desc table td, .desc table th {
        font-size: 12px;
        line-height: 18px;
    }

    .suggest .list {
        margin: 0 -20px;
    }

    .suggest ul {
        font-size: 13px;
        text-align: left;
    }

        .suggest ul li {
            line-height: 18px;
            padding: 3px 0;
        }

    a.review_button {
        border-radius: 20px;
    }

    #cmp_nav nav a.selected {
        border-color: #666;
    }

    #cmp_nav_line {
        background: #666;
    }
}

@media screen and (max-width:330px) {
    .pages_container_top {
        font-size: 12px;
    }

    .with_img .details {
        padding-right: 90px;
        position: relative;
        margin-right: -15px;
    }

    .recaptcha_container {
        overflow: hidden;
        width: 280px;
    }

    #rc-imageselect, .g-recaptcha {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.error_alert, .product, .r_2px, .rate, .review, .rounded_2px, .tags a, .v, a.blue_button, a.edit {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#ss li, .r_3px, .rounded_3px {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#loading, .gmap_marker, .gmap_marker u, .mapmarker, .round_close, .rounded_50, .userimage, .userimage i, .userimage img, footer .social a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
