body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;

}

a:focus {
    outline: none;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.p-none{
    padding: 0 !important;
}
.m-none{
    margin: 0 !important;
}

header{
    background: #000;
}
p {
    margin-bottom: 15px;
}
/* MENU*------ */

.primary-header .primary-header-inner {
    display: table;
    height: 75px;
    width: 100%;
}

.site-branding {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.site-title{
    margin-top:13px;
}

.site-title a{
    font-weight:300;
    color:#fff;
    font-size:25px;
}

.site-title a:hover{
    text-decoration:none;
}

.site-title a > span{
    font-weight:700;
    color:#fff;
    font-size:25px;
}

.no-left-padding{
    padding-left: 0!important;
}

.primary-header .nav-menu.primary {
    display: table-cell;
    vertical-align: middle;
}

.nav-menu.primary {
    padding-left: 4em;
    text-align: right;
}

.site-header .nav-menu-container {
    display: inline-block;
}

.nav-menu, .nav-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.nav-menu li, ul.nav-menu li {
    float: left;

    position: relative;
}

.nav-menu li a, ul.nav-menu li a {
    display: inline-block;
    padding: 18px 36px;
    color:#0d0d0d;
    font-size:16px;
    text-transform:uppercase;
    transition: all 0.5s ease; 
}

.nav-menu li a:hover{
    color:#cf8270;

}
.nav-menu li a.active{
    color:#cf8270;
    font-weight: 700;}

.nav-menu li:last-child a{
    padding-right:0;
}



.nav-menu li a:hover{
    text-decoration:none;
}

.menu {
    display: inline-block;
    vertical-align: middle;
}

.close-mobile-menu {
    display: none;
}

.navigation-bar-toggle {
    display:none;
}
.loactionby h2{
    color: #81b4a5 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
}
.loactionby .ul-list{
    padding: 0;
    margin: 0;
    margin-top: 25px;
    list-style: outside none none;
    margin: 20px 0;
}
.loactionby .ul-list li{
   /* display: inline-block;
    list-style-type: none;
    margin-bottom: 20px;
    margin-right: 15px;
    width: 23.2%; */
    color:#373737;
    font-size: 16px;
    float: left;
    margin-bottom: 8px;
    text-align: left;
    width: 25%;
}
.loactionby .ul-list li a{
    color:#373737;
    font-size: 16px;
    padding-right:2%;
    transition: all 0.5s ease;
}
.loactionby .ul-list li a:hover, .loactionby .ul-list li a:focus{
    color:#deb047;
    text-decoration: none;
}

.blank {
    background-color: #f1f3f6;
    min-height: 600px;
    color: #6a6c6f;
}
.back-link {
    float: left;
    width: 100%;
    margin: 10px;

}
.blank p{
     font-size: 13px;
}
.error-container {
    max-width: 620px;
    margin: auto;
    padding-top: 6%;
}
.text-success {
    color: #62cb31;
}
.text-successyh {
    color: #A6D1C9;
}
.big-icon {
    font-size: 120px;
}
.error-container h1 {
    font-size: 44px;
}

@media(max-width:767px){
    .navigation-bar-toggle {
        display: table-cell;
        vertical-align: middle;
        width: 40px;
    }
    .close-mobile-menu {
        border: 0 !important;
        display: block;
    }
    .close-mobile-menu a {
        background: #333;
        color: #fff;
        width: 35px;
        height: 35px;
        padding: 6px 10px !important;
        top:-44px;
        position: absolute;
        z-index: 9999;
        left: 200px;
    }

    .mobile-menu {
        background: rgba(0,0,0,0.5);
        position: fixed;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 9998;
        top: 0;
        transition: transform 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
    }

    .show-mobile-menu .mobile-menu {
        left: 0;
    }

    .mobile-menu ul {
        background: rgba(255, 255, 255, 0.98);
        position: fixed;
        width: 250px;
        height: 100%;
        transform: translate(-250px, 0px);
        top: 0;
        left: 0;
        padding-top: 50px;
        transition: transform 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
    }

    .show-mobile-menu .mobile-menu ul {
        transform: translate(0px, 0px);
    }

    .mobile-menu ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        border-top: 1px solid #0b0b0b;
    }

    .mobile-menu ul li:last-child {
        border-bottom: 1px solid #0b0b0b;
    }

    .mobile-menu ul li a:hover {
        background: #0b0b0b;
    }

    .mobile-menu ul li a {
        padding: 10px 30px;
        display: block;
        text-transform:none;
        text-transform: uppercase;
    }


    .site-title img {
        width: 99px !important;
    }


    .nav-menu.primary {
        padding-left: 0;

    }
    #open-button{
        padding: 0;
        color:#CF8270;
    }
    .primary-header .primary-header-inner{
        height: inherit;
    }
    .close-mobile-menu a{
        background: #ffffff;
        color: #80b1a3 !important;
    }
    .mobile-menu ul li {
        border-top: 1px solid #ccc;

    }
    .mobile-menu ul li:last-child {
        border-bottom: 1px solid #f0f0f0;
    }
    .mobile-menu ul li a{
        padding: 28px 30px;
    }
}

/* MENU*------ */



header.site-header-home .primary-header{
    background:#fff;
    padding:16px 0;
}

.hero-section{
    min-height: 674px;  
}


.hero-cover {
    background-position: center center;
    background-size: cover;
    position: relative;
}


.page-title-section{
    min-height:340px;
    background-attachment: scroll;
}


.has-image{
    position:relative;   
}

.has-image::after{
    content: "";
    background:rgba(207,130,112,0.7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index:5;  
}





.title-cover {
    background-position: center center;
    background-size: cover;
}

.title-container {
    border: 5px solid #fff;
    margin: auto;
    padding: 30px;
    max-width: 920px;
    z-index: 6;
    top:18%;
    left: 2em;
    position: absolute;
    right: 2em;
    text-align: center;
}

.title-container h1{
    color:#fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 300;
}
.title-container P{
    color:#fff;
    text-transform: uppercase;
    font-size:24px;
    font-weight: 400;
}

span.ad{
    color:#fff;
    background: #56936a;
    padding: 1px 3px;
    font-size: 13px;
	border-radius: 2px;
}
.title-container-noborder {
    margin: auto;
    padding: 30px;
    width: 820px;
    z-index: 6;
    bottom:6em;
    left: 2em;
    position: absolute;
    right: 2em;
}

.title-container-noborder h1{
    color:#fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 300;
}



.site-title{
    margin: 0;
}
.site-title img{
    width: 140px;
}

.search-form{
    padding-top: 14%;
}
.search-form h1{
    color:#ffffff;
    font-weight: 300;
    font-size: 55px;
}
.search-form p{
    color:#ffffff;
    font-weight: 400;
    font-size: 20px;
}




.search-form form {
    margin: 20px auto 0;
    width: 83%;
}

.search-form .input-group .input-group-select:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;

}
.search-form .input-group .input-group-select{
    width: 23%;
}

.search-form .input-group-select {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.search-form .input-group-select select {
    background: #fff url("../images/select-arrow.png") no-repeat scroll 95% center;
    height: 55px;
    padding: 12px 10% 12px 12px;
}
.search-form .input-group-select {
    vertical-align: middle;
    white-space: nowrap;
}
.search-form .input-group-select {
    display: table-cell;
}


.search-form .input-group-btn .btn {
    padding: 15px 16px 15px;
    background: #cf8270;
    border: 1px solid #cf8270;
    color:#fff;
    width: 150px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.5s ease; 
}
.search-form .input-group-btn .btn:hover{
    background: #81b3a7;
    border: 1px solid #81b3a7;
}
.search-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.search-form .form-inline .form-group, .search-form .form-inline .btn{
    float: left;
}

.section-heading{
    text-align: center;
    font-size:32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 57px;
    margin-top: 0;
}


/* top Article */
.top-articles{
    background-color: #f4f4f4;
    padding: 50px 0
}

.top-articles .custom-content-box-view {
    border: 1px solid #e5e5e5;
    position: relative;
}

.top-articles .business-clickbox {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.btn{
    transition: all 0.5s ease; 
}

.masonry-layout .article-box {
    float: left;
    margin-bottom:10px;
    padding: 0px 15px;
    width:32.3333%;
}




.top-articles .content-box {
    box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.12);
    display: block !important;
    margin-bottom: 30px;
    padding: 0;
	background: #fff;
    transition: all 0.5s ease;
}

.top-articles .content-box:hover{
    box-shadow: 2px 17px 5px -10px rgba(0, 0, 0, 0.12); 
}


.top-articles .entry-cover--grid-empty.has-image {
    height: 215px;
    padding: 0;
}

.top-articles .entry-cover{
    background-position: center center;
    background-size: cover;
    position: relative;
}


.top-articles .content-box-inner {
    padding:20px;
    background-color:#fff;
}


.entry-title--grid {
    font-size: 22px;
    margin-bottom:17px;
    font-weight: 600;
    margin-top:0;
}

.entry-title--grid a{
    color:#4c4c4c;
}

.entry-meta {
    margin-bottom: 13px;
}

.entry-date{
    font-size:16px;
}


.entry-footer {
    margin-top: 1em;
}

.entry-read-more{
    color:#333;
}

.locataed-list{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.5s ease 0s;
}

.locataed-list:hover{
     color: #2c6658;
    text-decoration: none;
}
.top-articles .business_listing-entry-header-wrapper {
    bottom: 4em;
    left: 2em;
    position: absolute;
    right: 2em;
    text-align:center;
}

.top-articles .cover-wrapper {
    z-index: 10;
}

.top-articles .business_listing-title {
    color: #f3d388;
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 0.5em;
}

.top-articles .business_listing-location{
    color: #fff; 
    margin-top:0;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 400;
}


.top-articles .has-image::after {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.top-articles .btn-danger{
    background-color:#cf8270;
    text-transform:uppercase;
    font-size: 16px;
    font-weight: 600;
    border-color:#cf8270;
}

.top-articles .btn-danger:hover{
    background-color:#c35238; 
}




/* top rated local expert */

.top-rated-local-expert{
    padding:50px 0 ;
}
.top-rated-local-expert p{
    color:#909090;
}
.top-rated-local-expert .btn-cyan{
    background-color: #73b8ac;
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.top-rated-local-expert .btn-cyan:hover{
    background-color: #279683;
}

.top-rated-local-expert .custom-content-box-view {
    border: 1px solid #e5e5e5;
    position: relative;
}

.top-rated-local-expert .business-clickbox {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.top-rated-local-expert .content-box {
    box-shadow: 0 0 0 1px #e5e5e5 inset;
    display: block !important;
    margin-bottom: 30px;
    padding: 0;
}

.top-rated-local-expert .business_listing-entry-header {
    height:186px;
    padding: 0;
}

.top-rated-local-expert .listing-cover{
    background-position: center center;
    background-size: cover;
    position: relative;
}


.top-rated-local-expert .business_listing-entry-header-wrapper {
    bottom: 4em;
    left: 2em;
    position: absolute;
    right: 2em;
    text-align:center;
}

.top-rated-local-expert .cover-wrapper {
    z-index: 10;
}

.top-rated-local-expert .business_listing-title {
    color: #f3d388;
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 0.5em;
}

.top-rated-local-expert .business_listing-location{
    color: #fff; 
    margin-top:0;
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 400;
}


.top-rated-local-expert .has-image::after {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}


/* search result */


.business-lists-results{
    padding: 50px 0;
}

.nearbyplace{
    height: auto!important;
    background: #7DB1A4 !important;
}

.business-lists-results ul{
    padding-left: 0;
    list-style:none;
}

.business-list li{
    float:left;
    width:25%;
    margin-bottom: 17px;
}


.business-list .business-img {
    float: left;
}

.business-list .business-img img {
    height: 50px;
    width: 50px;
}

.business-list .business-info {
    margin-left: 60px;
}

.business-list .business-title {
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    color:#000;
}

.section-heading{
    font-size:29px;
    text-transform: capitalize;
}

.result-region{
    background-color: #a7d2cb;
    padding: 30px 0;
}

.result-region h2{
    color:#65847f;
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
}

.result-region p{
    color:#65847f;
    font-size: 15px;
}

.progress-bar-wrapper{
    background-color: #fff;
    padding: 20px;
}


.progress-bar-item{
    margin-bottom: 13px;
}

.progress-bar-item:last-child{
    margin-bottom: 0;
}

.progress-bar-item .progress{
    width: 63%; 
}

.progress-bar-title{
    display: inline-block;
    float: left;
    margin-right:20px;
    font-weight: 600;
    color:#000000;
    width: 30%;
}

.progress-bar-wrapper .progress{
    border-radius: 0;
    margin-bottom: 0;
    background-color: inherit;
    box-shadow: none;
}

.progress-bar-danger{
    background-color: #c3847f;
}

.progress-bar-info{
    background-color: #768bb6;
}

.progress-bar-success{
    background-color: #6dad9f;
}


.criteria-box-wrapper h4{
    font-size: 20px;
    font-weight: 600;
    color:#65847f;
}


.criteria-box {
    background-color: #7ba49e;
    border-right: 1px solid #a7d2cb;
    float: left;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
}

.criteria-box h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
}

.criteria-box p{
    color:#fff;
    font-size:13px;
}

.criteria-box .fa{
    font-size: 33px;
}

.criteria-box .fa-flag-o{
    color:#f9cf7d;
}

.criteria-box .fa-certificate{
    color:#e49286;
}

.criteria-box .fa-tree{
    color:#8acea7;
}

.criteria-box .fa-clock-o{
    color:#bed6f2;
}

.criteria-box .fa-black-tie{
    color:#d7a4e9;
}

.business-list-details{
    padding: 50px 0;
}



.business-list-details p{
    line-height: 24px;
    font-size: 15px;
}
.business-list-details hr{
    margin: 60px 0;
}

.contact-info ul{
    padding-left: 0;
    list-style: none;
}
.contact-info h3{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}
.contact-info ul li {
    display: inline-block;
    padding: 10px 0;
    margin-right: 40px;
}

.contact-info ul li a{
    color:#595959;
}
.contact-info ul li a i{
    margin-right: 12px;
}


.contact-info ul li a:hover{
    text-decoration: underline;
}

.contact-info ul li a .fa{
    color:#a3ccc6;
    font-size: 20px;
}

.contact-info {
    width: 100%;
}


.brand-cover {
    background-position: center center;
    background-size: cover;
    padding: 27px 58px;
    position: relative;
}


.business-name-location h2{
    font-size: 33px;
    color:#4d6e63;
    margin-top: 0;
}

.business-name-location span{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
}

.business-name-location span .fa{
    color:#a7d2cb;
    font-size: 18px;
}


/* Article Details */



.article-details-wrapper{
    padding: 36px 0;
    background-color: #f5f5f5;
}

.article-details-left, .article-details-right-author{
    background-color: #fff;
    padding:18px 20px;
}

.article-details-wrapper .article-details-left{
    width:755px;
    margin-right:15px;
    float: left;
}

.article-details-wrapper .article-details-right{
    width:336px;
    float: right;
}


.artile-meta-info{
    padding:22px 0;
}

.article-title-meta-info h1{
    font-size: 30px;
    font-weight: 600;
    color:#272727;
}

.article-entry p{
    line-height: 24px;
}

.article-share a{
    padding: 0 6px;
    display: inline-block;
    font-size: 16px;
    color:#aeaeae;
}

.article-img{
    height: 395px;
}

.article-cover{
    background-position: center center;
    background-size: cover;
}

.ads-container728-90{
    width:728px;
    height: 90px;
    background-color: #ccc;
    margin: auto;
    margin-top: 30px;
}

.ads-container728-90 h3{
    margin-top:0px;
    padding-top: 30px;
}

.article-entry-section-title{
    color:#be8a72;
    font-size: 23px;
    font-weight: 700;
    margin: 22px 0;
}

.article-entry-section-title span {
    background-color: #be8a72;
    border: 1px solid #be8a72;
    color: #fff;
    display: inline-block;
    margin-right: 7px;
    padding: 5px 10px;
}

.article-entry-section p{
    margin-bottom: 20px;
    line-height: 24px;
}

.article-entry-section p a{
    color:#519c92;
}

.article-entry-section img{
    width:100%;
}

.subtitle{
    font-size: 22px;
    color:#474747;
    font-weight: 600;
}

.source-links h2{
    font-size: 15px;
    color:#474747;
}

.source-links a{
    display: block;
    font-size: 15px;
    color:#519c92;
}


.related-article-section h2{
    font-size: 22px;
    font-weight: 600;
}

.related-article-item{
    margin-bottom: 31px;
}

.related-article-img{
    height:188px;
    position: relative;
}

.related-article-img a {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.related-article-tile {
    margin-top:10px;
    margin-bottom: 0;
}

.related-article-tile a{
    color:#4e8c83;
    font-size: 16px;
}


.article-details-right-author h3{
    font-size: 15px;
    font-weight: 600;
    color:#519c92;
}

.article-details-right-author a{
    color:#519c92;
}

.article-details-right-author p{
    line-height: 24px;
}


.related-article-author{
    font-size: 16px;
    font-weight: 600;
}

.article-details-right{
    margin-top: 65px;
    position: relative;
}

.author-img {
   background-color: #fff !important;
    background-size: 100% auto !important;
    height: 128px;
    margin: -83px auto 0;
    width: 140px;
    background-repeat: no-repeat !important; 
}
/*.author-img img{
    width: 140px;
    height: 140px;
    background: #f1f1f1 none repeat scroll 0 0;
}*/

.side-ads300-600{
    width:300px;
    height:600px;
    background-color:#ccc;
}

.side-ads336-280{
    width:336px;
    height:280px;
    background-color:#ccc; 
    margin-bottom: 20px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.side-ads336-280 > h3 {
    padding-top: 133px;
}

/*footer-top */

.local-expert-by-states{
    background: url("../images/footer-top-bg.jpg") no-repeat 0 0;
    background-size: cover;
    padding: 50px 0;
    background-attachment: scroll;
}

.local-expert-by-states .section-heading{
    color:#fff;
    margin-top: 0;
}

.local-expert-by-states ul{
    padding-left: 0;
    list-style: none;
    margin:20px 0 20px 0;
}

.local-expert-by-states ul li{
    width:25%;
    float: left;
    text-align: center;
    margin-bottom: 8px;
}

.local-expert-by-states ul li a{
    color:#fff;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.5s ease;
}

.local-expert-by-states ul li a:hover{
    text-decoration: none;
    color:#2c6658;
}

.local-expert-by-cities{
    background: #7db1a4 none repeat scroll 0 0;
    padding: 50px 0;
}

.local-expert-by-cities .section-heading{
    color:#fff;
    margin-top: 0;
}

.local-expert-by-cities h3{
    color:#fff;
}

.local-expert-by-cities ul{
    padding-left: 0;
    list-style: none;
    margin:20px 0 20px 0;
}

.local-expert-by-cities ul li{
    text-align:left;
    margin-bottom:4px;
}

.local-expert-by-cities ul li a{
    color:#fff;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.5s ease;
}

.local-expert-by-cities ul li a:hover{
    text-decoration: none;
    color:#2c6658;
}




/*footer*/

.page-footer{
    background-color:#28221e;
    padding:25px 0;
}
.page-footer .footer-copyright{
    font-size: 14px;
    color:#adadad;
}

.footer-links{
    margin-bottom: 18px;
}

.footer-links a{
    color:#adadad;
    display: inline-block;
    padding-left: 17px;
    padding-right: 17px;
    border-left:1px solid #adadad;
}

.footer-links a:first-child{
    border-left:none;
}

.footer-links a:last-child{
    padding-right:0px;
}

.footer-socials a {
    color: #adadad;
    display: inline-block;
    font-size: 25px;
    padding: 10px;
    transition: all 0.5s ease;
}
.footer-socials a:hover{
    color: #cf8270;
}
.page-footer p{
    color: #adadad; 
}

.brand-container img{
    width: 100%;
    border:1px solid #ffffff;
}
.testimonial .testimonial-inner {
    background: #e1f7f2 none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-bottom: 22px;
    padding: 20px;
    position: relative;
}
.testimonial .testimonial-inner::before, .testimonial .testimonial-inner::after {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.testimonial .testimonial-inner::after {
    border-color: #e1f7f2 transparent transparent;
    border-width: 18px 18px 0 0;
}
.testimonial .testimonial-inner::before {
    border-color: #d9d9d9 transparent transparent;
    border-width: 20px 20px 0 0;
    left: 19px;
}
.testimonial .testimonial-author {
    overflow: hidden;
}
.testimonial .testimonial-author img {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    width: auto;
}
.testimonial .testimonial-author .testimonial-author-name {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
}
.testimonial-color .testimonial-inner {
    background: #2a8fbd none repeat scroll 0 0;
    border: 1px solid #2a8fbd;
}
.testimonial-color .testimonial-inner blockquote, .testimonial-color .testimonial-inner blockquote p {
    color: #fff;
}
.testimonial-color .testimonial-inner::after {
    border-color: #2a8fbd transparent transparent;
}
.testimonial-color .testimonial-inner::before {
    border-color: #2a8fbd transparent transparent;
}
blockquote {
    border: medium none;
    margin: 0;
    padding: 0 0 0 40px;
    position: relative;
}
blockquote::before {
    color: rgba(0, 0, 0, 0.3);
    content: "\f10d";
    font-size:32px;
    left: 0;
    font-family: FontAwesome;
    line-height: 1em;
    position: absolute;
    top: -3px;
}
blockquote .autor {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    margin-top: 5px;
}
blockquote, blockquote p {
    color: #5c5c5c;
    font-size: 15px;
    font-style: italic;
    line-height: 1.7em;
    margin-bottom: 10px;
}
.product-thumb .icon-list-rating {
    color: #48aad6;
    font-size: 11px;
    margin-bottom: 4px;
}
.product-thumb .icon-list-non-rated {
    color: #949494 !important;
}
.product-thumb .product-non-rated {
    color: #ccc;
}
.icon-group > li {
    display: inline-block;
    line-height: 1em;
    margin-right: 3px;
}
.goldc {
    color: #e7711b;
}
.blank-star {
    color: #ccc;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.mb-md{
    margin-bottom: 15px;
}
.mt-md{
    margin-top: 15px;
}

/* ad form*/
.ad-form{

}
.ad-form form{
    background: #f2f2f2;
    padding: 30px;
}
.ad-form form .form-control{

    border:1px solid #eaeaea;
    height: 51px;
    border-radius: 0;
    box-shadow: none;
}
.ad-form form .text-danger{
    font-weight: 400;
}
.btn-primary {
    background-color: #cf8174;
    border-color: #cf8174;
    color: #fff;
}
.btn-primary:hover {
    background-color: #a15649;
    border-color: #a15649;
    color: #fff;
}
.btn {
    border-radius: 0;
}
.article-details-wrapper .article-img{
margin-bottom: 15px;
}
.article-entry-section {
    margin-top: 15px;
}



/* Media Query */

@media(max-width:1199px){
    .container{
        width:100%;
    } 
}



@media(max-width:980px){

    .side-ads336-280 > h3 {
        padding-top: 133px;
    }


    .search-form .input-group{
        display:block;
    }


    .search-form .input-group .input-group-select{
        width:100%;
    }

    .search-form .input-group-select {
        display:block;
    }

    .search-form .input-group-btn{
        width:100%;
        display: block;
        white-space: inherit;
    }

    .search-form .input-group-btn .btn{
        width:100%;
    }

    .search-form form {
        margin: 20px auto 0;
        width: 100%;
    }

    .search-form .form-control{
        margin-bottom:15px;
    }



    .nav-menu li a, ul.nav-menu li a{
        padding: 18px 35px;
    }

    .title-container-noborder{
        width:auto;
    }

    .article-details-wrapper .article-details-left{
        width:100%;
    }

    .article-details-wrapper .article-details-right{
        float:left;
        width:100%;
    }

    .ads-container728-90{
        width:100%;
    }

    .author-img {
        margin-top: 30px;
    }


    .business-list li {
        width: 30.33%;
    }

    .progress-bar-title{
        width:16%;
    }

    .criteria-box {
        height: 178px;
        margin-bottom: 1px;
        width: 100%;
    }

    .brand-container{
        margin-bottom: 10px;
    }




    .footer-logo {
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-links {
        margin-bottom: 20px;
        text-align: center;
        margin-top: 10px;
    }
    .page-footer .footer-copyright {
        color: #adadad;
        font-size: 14px;
        text-align: center;
    }

}

@media(max-width:800px){
    .title-container{
        width:auto;
    }   

    .title-container h1{
        font-size: 40px;
    }


    .side-ads336-280{
        margin: auto;
    }

}

@media(max-width:768px){

    .side-ads300-600{
        margin: auto;
    }

    .business-list li {
        width: 50%;
    }

    .local-expert-by-states{
        height: auto;
    }

    .local-expert-by-states ul li{
        width:30.33%;
    }


    .search-form {
        margin-top: 7%;
    }
    .search-form h1{
        font-size: 42px;
    }
    .search-form form{
        width: 100%;
    }
    header.site-header-home {
        min-height:0px;
    }
    .loactionby .ul-list li {
        width: 30.33%;
    }
    /*    .hero-section {
            min-height: auto;
            background-attachment: scroll;
            background-position: center center;
            background-size: cover;
            position: relative;
        }*/

    .hero-section {
        min-height: 674px;
    }

    .search-form {
        margin-top:0%;
    }


}

@media(max-width:767px){

    .no-left-padding {
        padding-left:15px !important;
    }

    .business-name-location h2{
        font-size: 25px;
    }

    .nearbyplace{
        height:auto!important;
    }

    .loactionby .ul-list li {
        width: 47%;
    }

}


@media(max-width:650px){

    .title-container h1 {
        font-size: 34px;
    }

    .progress-bar-title {
        width: 30%;
    }


    .search-form h1{
        font-size: 27px;
    }
    .search-form p{
        font-size: 16px;
    }
    .search-form .input-group-select {
        display:block;
    }
    .search-form .input-group-btn .btn{
        display: block;
        width: 100%;
    }
    .search-form {

        padding-bottom: 74px;
    }
}

@media(max-width:550px){

    .section-heading{
        font-size: 20px;
    }

    .local-expert-by-states{
        height: auto;
    }

    .local-expert-by-states ul li{
        width:50%;
    }
    .loactionby .ul-list li {
        width: 50%;
    }

    .criteria-box{
        width:100%;
    }

    .progress-bar-item .progress {
        width: 100%;
    }

    .progress-bar-title{
        width:auto;
    }

    .title-container h1 {
        font-size: 24px;
    }

    .business-list li {
        width: 100%;
    }


    .title-container-noborder h1{
        font-size: 25px;
    }

    .article-title-meta-info h1{
        font-size: 18px;
        line-height: 28px;
    }

    .side-ads300-600{
        width:100%;
        margin-top: 20px;
    }

    .article-entry-section-title{
        font-size: 18px;
    }

    .subtitle{
        font-size: 16px;
    }

    .source-links a {
        color: #519c92;
        display: block;
        font-size: 15px;
        word-wrap:break-word;
        margin-bottom: 10px;
    }

    .side-ads336-280{
        width:auto;
    }


.footer-links a{
        padding-left: 7px;
        padding-right: 7px;
    }
}





@media(max-width:320px){
    .local-expert-by-states ul li{
        width:100%;
    }
    .loactionby .ul-list li {
        width: 100%;
    }

    .business-name-location h2 {
        font-size: 16px;
        font-weight: 600;
    }

    .brand-cover{
        padding: 27px;
    }

    .side-ads336-280{
        width:auto;
    }

    .footer-links a{
        padding-left: 3px;
        padding-right: 3px;
    }



}