@font-face {
    font-family: 'elegant-icons';
    font-weight: normal;
    font-style: normal;
    src: url("fonts/elegant-icons.woff") format("woff"), url("fonts/elegant-icons.ttf") format("truetype");
}
.section_name:after, .mark:before, .verified:before, .notverified:before, .error:before, .nofound:before {
    font-family: 'elegant-icons' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#section {
    width: auto;
    background-color: #fdcf31;
    background-color: #efefef;
    border: 0px solid #eee;
    font-weight: 100;
    padding: 15px 5px 5px 5px;
}

#section h1 {
    font-size: 1.5rem;
    font-weight: 100;
}

a {
    color: #3269ab;
    text-decoration: none
}

body {
    background-color: #fefefe;
    color: #333;
    font-size: 10pt;
}

.cover {
    box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.4);
}

.cover {
    background: url(https://yellow-pages.us.com/images/cover-9.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 600px
}

.shadow {
    text-shadow: 0 3px 7px rgba(0,0,0,.3);
}

.cover-notfound {
    background: url(images/notfound.jpg) no-repeat center center fixed;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

.businessname {
    font-family: "Helvetica Nue", Helvetica;
    font-weight: 100;
    font-size: 28pt;
    color: #222;
}

.logo-name {
    font-family: "Helvetica Nue", Helvetica;
    font-weight: 100;
    color: #fff;
    font-size: 24pt;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.section_name {
    padding: 0px;
    margin: 0px;
    color: #333;
    font-family: "Arial";
    font-weight: 500;
    font-size: 22pt;
    width: 1000px;
    opacity: 0.8
}

.section_about_title {
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #333;
    font-family: "Arial";
    font-weight: 500;
    font-size: 22pt;
    width: 1000px;
    opacity: 0.8
}

.section_name:after {
    content: "\3b";
    font-size: 40px;
    float: right;
}

#container {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    background-color: #e9eaed;
    clear: both;
}

#container_clear {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    clear: both;
}

#header_container {
    background: #000;
    color: #fdcf31;
}

#header {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0 0 0;
}

#bread_crumb {
    width: auto;
    background-color: #fefefe;
    border: 0px solid #eee;
    padding: 10px;
    border-radius: 0px;
}


.section_about {
    width: auto;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px 10px 20px 10px;
    font-size: 11pt;
    width: 980px;
    margin: 0 auto 0 auto;
    opacity: 0.8;
    text-align: left;
}

#content {
    width: 640px;
    float: left;
    background-color: #fff;
    padding: 10px;
}

#content_full_page {
    background-color: #fff;
    padding: 10px;
}

#content_container {
    background-color: #fff;
}

#side {
    width: 320px;
    float: right;
    background-color: #fff;
    padding: 10px;
}

#profileside {
    width: 320px;
    float: right;
    background-color: #ffffff;
    height: 100%;
    padding: 10px;
    text-align: center;
    margin-top: 100px;
}

#profilesidegrey {
    background-color: #eee;
}

#phone {
    font-size: 16pt;
    font-weight: bold;
    padding-top: 10px;
}

#bizname {
    color: #f50;
}

#profile_img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: #fff;
}

#search {
    float: right;
    font-weight: bold;
    padding: 10px;
}

#pagebreak {
    clear: both;
}

#search_result {
    padding: 10px 5px 10px 5px;
    border-bottom: 1px solid #eee;
}

.search_name {
    font-size: 12pt;
    margin: 5px;
    font-weight: 700
}

.search_address {
    font-size: 10pt;
    margin: 5px
}

.search_verified_image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: green;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.search_image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #eee;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.verified {
    padding-top: 15px
}

    .verified:before {
        content: "\e01d";
        color: #fff;
        font-size: 16pt
    }

.notverified {
    padding-top: 15px
}

    .notverified:before {
        content: "\e01d";
        color: #fff;
        font-size: 16pt
    }

#problemcircle {
    height: 250px;
    width: 250px;
    border-radius: 250px;
    text-align: center;
}

.errorpage h1 {
    color: #f30;
}

.error {
    padding-top: 30%
}

    .error:before {
        content: "\e035";
        color: #fff;
        font-size: 75pt
    }

.nofound {
    padding-top: 0%
}

    .nofound:before {
        content: "\51";
        color: #ccc;
        font-size: 200pt
    }

#search_container {
    background: #000;
    color: #fdcf31;
    clear: both;
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    font-weight: 700;
    font-size: 12pt;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04)
}

img {
    border: 0px;
}

a:hover {
    color: #3269ab;
    text-decoration: underline
}

#container_clear a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 12pt;
}

#premium_ad {
    padding: 10px;
    border: 1px solid #ffcf9c;
    margin-bottom: 5px;
    background: #fdcf31;
}

#premium_ad_title {
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 5px;
}

#premium_ad_phone {
    font-size: 13pt;
    font-weight: bold;
}

#premium_ad_verified {
    font-size: 13pt;
    font-weight: bold;
    color: #6BB663;
}

#premium_ad_location {
    font-size: 8pt;
    margin-top: 5px;
}

#premium_ad_verified {
    font-size: 13pt;
    font-weight: bold;
    color: #6BB663;
}

#premium_ad_verified_small {
    font-size: 9pt;
    font-weight: bold;
    color: #6BB663;
}

#divVerified {
    color: green
}

.mark:before {
    content: "\4e";
}


.at300bs {
    border-radius: 50px;
}

.ad_sml_local_ppc_style_1 {
    background: #fff;
}

.ad_sml_local_style_1 {
    background: #fff;
}

.mobile {
    display: none;
}

@media (max-width: 400px) {
    .mobile {
        display: inline;
    }
    .mobile-block {
        display: block;
    }

    .no-mobile {
        display: none;
    }

    .w-75 {
        width:100%!important;
    }

}


.ad_container {
    font-size: 16px;
    margin-bottom: 5px
}

.ad_container a {
    text-decoration: none;
}

.ad_title {
    color: #3169AD;
}

.ad_text {
    color: #333333;
}

.ad_link {
    font-size: 12px;
    /*color: #fb5858;*/
    color: #28a745 !important
}

.ad_additional_link a {
    font-size: 12px;
    color: #3169AD;
}

.u_ {
    color: #cccccc;
    font-size: 10px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 0 2px;
    margin-right: 7px;
    vertical-align: baseline;
}