body {
    padding-top: 50px;
    font-family: Arial, Helvetica;
    background-color: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #7c3a94;
}
.home-h1{
	font-size: 20px !important;
    font-weight: bold !important;
	margin-bottom: 10px !important;
    text-align: center;
    line-height: 30px;
}
.home-h1 span{
    font-size: 38px;
    margin-bottom: 15px;
    display: inline-block;
}
.home-services{
    margin-bottom: 30px;
}
.home-services h2{
    margin-top: 0;
}
.home-content{
    margin-bottom: 30px;
    margin-top: 20px;
}
.home-services h5{
    font-weight: bolder;
    font-size: 12px;
    color: #7c3a94;
}
.home-services li a{
    color: #333;
}
h2 {
    font-size: 20px;
    font-weight: bold;
}
h1{
    font-weight:bolder;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
}
h2{
    margin-bottom: 3px;
}
h3{
    font-weight:bold;
    font-size: 16px;
    margin-bottom: 3px;
}
h4{
    font-weight:bold;
    font-size: 14px;
    color:black;
    margin-bottom: 3px;
}
ul, ol {
    padding: 0px;
    list-style-position: inside;
}

header {
    width: 100%;
    height: 53px;
    background-color: #FFF;
    padding-left: 20px;
    position: fixed;
    top: 0px;
    z-index: 111110;
    box-shadow: 0px 2px 5px #888888;
    -moz-box-shadow: 0px 2px 5px #888888;
    -webkit-box-shadow: 0px 2px 5px #888888;
}

#logos #logo {
    margin-right: 10px;
    position: relative;
    z-index: 9999;
}

#logos #logo-name {
    position: absolute;
    top: 10px;
}

#head-search {
    width: 325px;
    margin-top: 10px;
    display: inline-block;
}
#head-search form{
    display: flex;
    position: relative;
    margin-right: 10px;
}

#head-search img {
    float: left;
    position: relative;
    top: 10px;
    left: 25px;
    height: 14px;
}

#head-search input {
    padding-left: 35px;
}
#head-search .head-search-btn{
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 0px;
    background-color: #8a3fd0;
    border: none;
    color: #ffffff;
}
#head-search .head-search-btn:hover{
    background-color: #7B3BB2;
}
header .top-nav {
    padding: 0px;
}

header .top-nav ul {
    display: inline;
    list-style: none;
    font-size: 0px;
}

header .top-nav ul li {
    display: inline-block;
    color: black;
    border-left: 1px solid #e1e1e1;
    height: 53px;
    padding: 18px 20px 0px 20px;
    margin: 0px;
    list-style: none;
    font-size: 12px;
}

header .top-nav ul li a {
    font-weight: bold;
    color: #676767;
}

header .top-nav ul li.purple {
    background-image: url('/img/review.png');
}

header .top-nav ul li.purple a {
    color: #FFF;
}

header ul li.login {
    position: relative;
}

header ul li.login #login-box {
    display: none;
    position: absolute;
    top: 50px;
    right: -4px;
    z-index: 9999;
    background-color: #FFF;
    border: 4px solid #7e3e95;
    padding: 0px 20px 20px 20px;
}

.white-out {
    height: 4px;
    width: 100%;
    z-index: 99999;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #FFF;
    padding-left: 15px;
    display:none;
}

/*
header ul li.login:hover #login-box {
        display: block;
}
*/

header ul li.login #login-box label {
    color: #b9b9b9;
    font-size: 18px;
    font-weight: normal;
}

header ul li.login #login-box input {
    width: 220px;
    padding: 5px;
    margin: 0px 0px 15px 0px;
    border: 1px solid #b9b9b9;
    color: #b9b9b9;
}
header .glyphicon-th-list{
    float: right;
    padding: 9px;
    font-size: 21px;
    color: grey;
    cursor:pointer;
}
header .glyphicon-search{
    float: right;
    padding: 10px 5px 9px 9px;
    font-size: 21px;
    color: grey;
    cursor:pointer;
}

#login-links {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

header ul li.login #login-box #login-links a {
    color: #8c40d4;
    text-decoration: none;
}

footer {
    width: 100%;
    padding: 20px 0px;
    font-size: 10px;
    color: #a8a8a8;
    background-color: #FFF;
}

footer .top-links {
    margin-bottom: 10px;
    margin-top: 5px;
}

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

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

footer .social-icons {
    margin-bottom: 10px;
}

footer a {
    color: #a8a8a8;
}

footer .foot-links a {
    color: #a8a8a8;
    text-decoration: none;
    margin: 0px 6px;
}

footer .foot-links a.foot-link-first {
    margin-left: 0px;
}

footer .social {
    text-align: right;
}

footer .social .social-icons a {
    margin: 0px 5px;
}

footer .social .social-icons a.last {
    margin-right: 0px;
}




/* --------------------- */
/* | Reusable elements | */
/* --------------------- */

.btn-purple {
    color: #FFF;
    background-color: #a24dc4;
    border: 1px solid #000;
    font-weight: bold;
    padding: 6px 18px;
    border-radius: 2px;
    font-size: 18px;
}

.btn-purple:hover, .btn-purple:focus {
    color: #FFF;
}




/* ----------------------------- */
/* | HOME PAGE SPECIFIC STYLES | */
/* ----------------------------- */
section#top-slide .slides,{
    width: 100%;
}

#top-slide {
    position: relative;
}
/*
#top-slide li::before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                box-shadow: inset 158px 0px 130px -58px #060606, inset -158px 0px 130px -58px #060606;
                -moz-box-shadow: inset 158px 0px 130px -58px #060606, inset -158px 0px 130px -58px #060606;
                -webkit-box-shadow: inset 158px 0px 130px -58px #060606, inset -158px 0px 130px -58px #060606;
           } 
*/
#top-slide img {
    z-index: -1;
}

#rslide-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 100%;
    margin-top: -41px;
}

.left-arrow, .right-arrow {
    margin: 0px 20px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

#search-unit {
    position: absolute;
    top: 75%;
    margin-top: -63px;
    z-index: 5;
    width:50%;
}

.home-search-bar button{
    margin-top:0px !important;
    height:32px !important;
}

.home-search-button{
    position: relative;
    top: 2px;
    margin-left: 6px;
}
#search-unit .search-inputs {
    background-image: url("/img/black50.png");
    padding: 5px;
    border-radius: 5px;
    height: 46px;
}

#search-unit .search-inputs input {
    font-size: 14px;
    padding: 5px 5px 13px 5px;
    width: 280px;
    margin: 0px;
    height:39px;
}

#search-unit .search-inputs button {
    margin-top: -3px;
    border: none;
    font-size: 14px;
    height: 38px;
}

#search-unit .main-slogan {
    color: #FFF;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

#search-unit .sub-text {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
}

#search-unit .main-slogan,
#search-unit .sub-text {
    text-shadow: 3px 3px 15px #000;
}

#head-promo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.photo-grid div {
    margin-top: 20px;
}

.photo-grid img {
    width: 100%;
}

#content .reviews {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 5px;
    background-color: #f0f0f0;
    padding-top: 10px;
    margin-bottom: 20px;
}

#content .reviews .review-tabs {
    padding-left: 6px;
}

#content .reviews .review-tabs li a {
    color: #000;
    background-color: #f0f0f0;
    margin: 0px 5px;
    border: 1px solid #dadada;
    border-bottom: none;
    border-radius: 2px 2px 0px 0px;
    outline: none;
    font-size: 13px;
}

#content .reviews .review-tabs li.active a {
    border-bottom: 1px solid #FFF;
    background: #fff;
}

#content .reviews .tab-content {
    background-color: #fefefe;
    padding: 20px;
}

#content .reviews .review {
    margin-bottom: 20px;
    margin-right: -8px;
}

.review .review-avatar img {
    width: 100%;
}

.review .review-avatar {
    text-align: center;
}

.review .review-content {
    background-color: #efefef;
    border: 1px solid #dadada;
    border-radius: 2px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.review .review-content img.review-speech {
    position: absolute;
    left: -7px;
    top: 15px;
}

.review .review-content .review-flag {
    padding: 6px 10px 0px 0px;
    color: #abb4bb;
    float: right;
}

.review .review-content h3,
.review .review-content .review-address,
.review .review-content .review-text {
    margin: 10px 20px;
}

.review .review-content .review-rating {
    background-color: #FFF;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #dadada;
    border-left: none;
    border-right: none;
}
#logos {
    display: flex;
}
.side .side-img{
    height:126px;
    float: right;
}
.paw{
    padding-top:5px;
}
.side .gad{
    border-radius: 0px !important;
    background-color:#efeeef !important;
    margin-bottom: 0px !important;
}

.side .side-block{
    border-radius: 0px !important;
}
.no-top-border{
    border-top: none;
}
.side-block h5{
    font-size:15px;
    font-weight:bolder;
    line-height: 18px;
    margin-top: 0px;
}
.side-block p{
    display: inline-block;
}
.side-block .btn{
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    background-color:#8942c6;
    width: 100%;
}
.side-block .btn:hover{
    background-color:#7B3BB2;
}
.side-block img{
    width: 100%;
}
.clear{
    clear:both;
}
.social-block h4{
    font-weight:bolder;
    padding-top: 10px;
}
.social-block .icons a{
    padding: 7px 0px;
    background-color: white;
    width: 38px;
    height: 38px;
    display: inline-block;
    border: 1px solid #c6c6c6;
    text-align: center;
}

.social-block .icons {
    margin-bottom:30px;
}
.full-section{

}
.full-image{
    min-width: 100%;
    max-width: 100%;
}
.video-section{
    background-color:white;
    text-align: center;
    padding-bottom: 50px;
}
.video-section h2{
    margin: 0px;
    text-align: center;
    font-size: 30px;
    color: #8bc83d;
}
.video-section p{
    margin: 0px;
    font-size: 18px;
    color: #7a3a91;
    font-weight: bolder;
    text-align: center;
    padding-top: 10px;
    padding-bottom:20px;
}
.review-section{
    position:relative;
    background:url('/img/bg-petsnacks.jpg') no-repeat center center;
    background-size:100% auto;
    min-height: 659px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.snack-logo{
    width: 14%;
    margin-bottom: 20px;
    margin-top: 45px;
}
.review-section h4{
    font-weight: bolder;
}
.review-section p{
    width: 545px;
    text-align: center;
    margin: 15px auto 15px auto;
}
.review-section .btn-primary{
    width: 245px;
    font-size: 14px;
    font-weight: bold;
    padding: 7.5px 0px;
    border-radius: 0px;
    background-color:#8a3fd0;
}
.btn-primary{
    width: 245px;
    font-size: 14px;
    font-weight: bold;
    padding: 7.5px 0px;
    border-radius: 0px;
    background-color:#8a3fd0;
}
.review-section .btn-primary:hover{
    background-color:#7B3BB2;
}
.btn-primary:focus{
    background-color:#7B3BB2;
}
.btn-primary:active{
    background-color:#7B3BB2;
}
.btn-primary:hover{
    background-color:#7B3BB2;
}
.review-section .btn-default{
    width: 245px;
    font-size: 14px;
    font-weight: bold;
    padding: 7.5px 0px;
    border-radius: 0px;
    background-image:url("/img/btn-back.jpg");
    background-repeat: repeat-x;
}
.review-content-block{
    text-align: center;
}
.opinion-section{
    background-color:#f5f5f5;
    padding:60px 0px;
}
.opinion-container h4{
    font-weight:bolder;
}
.opinion-container li{
    list-style:none;
}
.location-section{
    background-color:#f0f0ee;
    padding:60px 0px;
}
.location-container h5{
    font-weight:bolder;
    font-size: 12px;
}
.location-container li{
    font-size: 12px;
    color: #333;
}
.youtube-video{
    width:853px;
    height:480px;
}
.review-content-block {
    padding-top: 60px;
    padding-bottom: 30px;
}
#head-promo p{
    color:white;
    margin-bottom: 0px;
}
.promo-container{
    float: left;
    display: inline-block;
    padding: 9px 10px 9px 0px;;
    text-align: right;
    max-width: 330px;
    background: url('/img/dark-bg.png') repeat;
}
#head-promo img{
    float: left;
}
.promo-heading{
    font-weight:bold;
    font-size:16px;
}
.mobile-only{
    display:none !important;
}
#remember_me{
    width:auto !important;
}
.login-checkbox{
    padding:0px !important;
}
.login-checkbox label{
    font-size: 12px !important;
    position: relative;
    bottom: 2px;
    left: 5px;
}
.review-box{
    display:none;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 99999;
    background-color: #FFF;
    border: 4px solid #7e3e95;
}
.profile-box{
    display:none;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 9999;
    background-color: #FFF;
    border: 4px solid #7e3e95;
    width: 250px;
}
.write-review-whiteout{
    display:none !important;
    height:0px !important;
}
.review-box li{
    display: block !important;
    color: black;
    border-bottom: 1px solid #e1e1e1;
    border-left: none !important;
    height: 53px;
    padding: 18px 20px 0px 20px;
    margin: 0px;
    list-style: none;
    font-size: 12px;
}
.review-box li a{
    font-weight: bold !important;
    color: #676767 !important;
}
.profile-box li{
    display: block !important;
    color: black;
    border-bottom: 1px solid #e1e1e1;
    border-left: none !important;
    height: 53px;
    padding: 18px 20px 0px 20px;
    margin: 0px;
    list-style: none;
    font-size: 12px;
}
.profile-box li a{
    font-weight: bold !important;
    color: #676767 !important;
}

.profile {
    width: 71px;
    height:71px;
    overflow: hidden;
}


.profile img{
    width: 71px;
}

.btn-primary[disabled]{
    background-color:grey !important;
}
.fake-input{
    background-color:#f5f5f5 !important;
}
.choise-list li{
    list-style:none;
}
/* ----------------------------- */
/* | Generic Page Styles | */
/* ----------------------------- */
#top-banner img{
    width:100%;
}
.generic-gad, .generic-side-block{
    margin-top: 30px;
}
.generic-panel{
    padding:20px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.sub-panel{
    padding:20px;
    text-align: center;
}
.sub-panel img{
    margin: 20px 0px;
}

.panel-default {
    border-radius: 0px;
}
.sub-panel h2{
    text-align:center;
    margin-top:0px;
    margin-bottom:10px;
}
.banner-bottom{
    float: left;
    width: 965px;
    z-index:99;
}
.banner-bottom input{
    height: 37px;
    width: 265px;
    padding: 0px 10px;
    border-radius: 5px;
}
.banner-bottom button{
    padding: 6px 19.5px;
    margin-left: 3px;
    width: 101px;
}
.main-container{
    position: relative;
    top: -50px;
}
.banner-bottom .search-inputs{
    float: left;
    background-image: url("/img/black50.png");
    padding: 5px;
    border-radius: 5px;
    width:100%;
}
#top-banner{
    position:relative;
}
.search-heading{
    width:333px;
    color:white;
    font-weight:bolder;
    display: inline-block;
    font-size: 18px;
    padding-left: 15px;
    margin: 0px !important;
    float:left;
    padding-top: 9px;
    height: 39px;
}
.side-menu{
    margin-top: 30px;
    border:1px solid #dbdbdb;
}
.side-menu-items li{
    list-style:none;
    background-color:white;
    padding:10px;
    border-bottom:1px solid #dbdbdb;
}
.side-menu-items li:hover{
    background-color:#f5eef6;
}
.side-menu-items li a:hover {
    color:black !important;
}
.side-menu-items li a{
    color:#929292;
    text-decoration:none;
    font-weight:bold;
}
.side-menu-items ul{
    margin:0px;
    padding:0px;
}
.side-menu-items .active{
    color:#7e3795;
    font-weight:bolder;
}


/* ----------------------------- */
/* | Review Page styles | */
/* ----------------------------- */
.has-shadow .shadow-left {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image:url("/img/c-left.png");
    z-index:3;
    width:150px;
} 
.has-shadow .shadow-right {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image:url("/img/c-right.png");
    z-index:3;
    width:150px;
} 
.top-map-wrapper #map_canvas{
    position: relative;
    height: 100px;
}
.top-margin{
    margin-top:30px;
}
.review-column .reviews{
    padding-top:0px !important;
}
#review-carousel li img{
    padding:0px 3px;
    opacity:0.2;
    margin: 0px;
}
.flexslider .slides img {
    margin: 0px;
}
#review-carousel .flex-active-slide img{
    opacity:1 !important;
}
.flex-next{
    top: 75% !important;
    left: 100% !important;
}
.flex-prev{
    top: 75% !important;
    left: -3.5% !important;
}

#review-slider-container{
    border-bottom: 1px solid #dadada;
}
#review-carousel-container{
    margin: 0px 20px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
.review-column .reviews{
    margin-bottom:0px !important;
}
.reviews-heading{
    background-color:white;
    float: left;
    width: 100%;
    padding-bottom:20px;
}
.reviews-heading h1{
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
}
.reviews-heading  .review-rating{
    width:53%;
    float:left;
    padding-left: 20px;
}
.reviews-heading  button{
    float:right;
    margin-right: 20px;
}
.reviews-heading .num-reviews{
    width: 100px;
    float: left;
    margin-left: 20px;
    color:#b2b2b0;
    font-size: 11px;
    margin-top: 7px;
}

.reviews-heading  .review-rating img{
    float: left;
}
.side-block .location{
    float:left;
    margin-bottom: 10px;
}
.side-block .location-pin{
    width:auto !important;
    float:left;
}
.side-block .location-address{
    float: left;
    width: 162px;
}
.side-block hr{
    width: 112%;
    position: relative;
    left: -16px;
    color: #ddd;
    margin: 10px 0px;
    background-color:#ddd;
    border: none;
    height: 1px;
}
.phone-num p{
    font-weight:bold;
    padding-right:4px;
    width:131px;
    overflow:hidden;
    display: inline;
}
.phone-num button{
    font-size: 14px !important;
}
.website span, .email span{
    color:#8dc73f !important;
    font-weight:bold;
}
.business-link{
    color: #8dc73f !important;
    font-weight: bold;
}
.business-link:hover{
    color: #428bca !important;
    font-weight: bold;
    text-decoration:none;
}
/* ----------------------------- */
/* | List Profie Page styles | */
/* ----------------------------- */
#profile_list_business form.paypal  input.btn-auto-length{
padding:0px 10px;
margin-top:10px;
} 


/* ----------------------------- */
/* | Search Results Page styles | */
/* ----------------------------- */
.search-results .results li{
    list-style:none;
	border-bottom: 1px solid #ddd;
}
.search-results .results ul{
    padding:0px;
}
.search-results hr{
    width: 107%;
    position: relative;
    left: -20px;
    color: #ddd;
    margin: 10px 0px;
    background-color:#ddd;
    border: none;
    height: 1px;
}
.search-results .review-rating{
    float:left;
}
.search-results .review-rating img{
    float:left;
}
.search-results .review-rating .num-reviews{
    float:left;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    color:#9b9b9b;
    padding-top: 8px;
}
.result-container{
    float:left;
    width: 78%;
}
.result-container .result-thumbnail{
    float:left;
}
.result-container .result-content{
    float:left;
}
.result-content h3{
    margin:0px;
    padding-left:0px !important;
    padding-left:10px;
}
.result-content{
    padding-left:20px;
}
.result-content p{
    margin-bottom:5px;
}
.search-panel {
    
    margin-top: 30px;
    margin-bottom: 0px;
}
.side-result {
    margin-top:30px;
    margin-bottom:0px !important;
}
.pagination > span > a:hover, .pagination > li > span:hover {
    border-color:#803a9d;
    color:#803a9d;
    z-index:999;
    font-weight:bold;
}
.pagination {
    margin: 5px 0;
}
.pagination-container .status {
    margin: 15px 0;
}
.pagination > span > a{
    border-color: #bdbdbd;
    color: #bdbdbd;
}
.pagination > span > a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .current{
    border-color:#803a9d;
    color:#803a9d;
    z-index:999;
    font-weight:bold;
}
.pagination > .current{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #803a9d;
}
.hover-content{
    float:left;
    display:block;
	padding: 20px 20px 0px 0px;
}
.hover-content p{
    color: #85c53b;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

.clear-search{
    color: #85c53b;
    font-weight: bold;
    cursor:pointer;
}
.clear-search:hover{
    color: #85c53b;
    font-weight: bold;
    cursor:pointer;
}
.sort-by .btn{
    background: url("/img/select-back.jpg") repeat-x;
}
.sort-by .btn:hover, .sort-by .btn:focus, .sort-by .btn:active{
    background: url("/img/select-back.jpg") repeat-x;
}
.sort-by .dropdown-menu{
    padding:0px !important;
}
.sort-by{
    display:block;
}
.side-result .checkbox{
    display:block;
}
.panel-body {
    padding: 20px;
}
.social-block h4{
    color:#7c3a94;
    padding-bottom:10px;
}
.btn-silver{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 7.5px 0px;
    border-radius: 0px;
    background-image: url("/img/btn-back.jpg");
    background-repeat: repeat-x;
}
.btn-silver:focus, .btn-silver:active{
    background-image: url("/img/btn-back.jpg");
    background-repeat: repeat-x;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.banner-search{
    float:left;
    width: 605px;
}
.banner-bottom .banner-search{
    width: 622px !important;
}
.banner-search input{
    float:left;
    height: 28px;
    margin-top: 1px;
}
.banner-search .bootstrap-select{
    float:left !important;
    width:40% !important;
    margin-top: 2px;
    margin-bottom:0px !important;
}
.hover-submit{
    background: none;
    border: none;
    padding: 0px;
}
.jquery-ratings-star {
    width: 36px;
    height: 36px;
    background-image: url('/img/grey-paw.png');
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 2px;
}

.jquery-ratings-full {
    background-image: url('/img/black-paw.png');
}
#ratings{
    padding-top: 10px;
    padding-bottom: 10px;
}
/* ----------------------------- */
/* | Form pages Styles | */
/* ----------------------------- */
.panel-form, .panel-form h2{
    text-align:left;
}
.panel-form .heading{
    margin-bottom:0px;
}
.btn-auto-length{
    width:100%;
}
.form-control {
    border-radius: 0px;
}
.form-group label{
    font-size:12px;
}
.disclaimer{
    font-size:10px !important;
    display: block !important;
}
.submit-review, .overall-rating{
    margin-bottom:0px !important;
}
.signup-btn{
    width:50%;
}
.signup-container{
    padding:50px 0 90px 0;
    width:590px !important;
}
.signup-block{
    padding: 20px 15px;
    border: 1px solid white;
    margin: 0 auto;
    text-align: left;
}
.signup-form{
    width: 60%;
    margin: 0 auto;
}
.signup-heading{
    display: inline-block;
    width: 100%;
    margin-bottom:30px;
}
.signup-heading h4{
    padding-left: 20px;
    color:white;
}
.already-login{
    padding-top: 14px;
    font-size: 10px;
    padding-right: 20px;
    color:white;
}
.signup-con{
    display: flex;
    text-align: center;
}
.signup-block label{
    color:white;
}
.already-login a{
    color:#8ce124;
}
.signup-form button{
    background: url("/img/select-back.jpg") repeat-x;
    color: #8a3fd0;
}
.signup-form button:hover, .signup-form button:focus, .signup-form button:active{
    background: url("/img/select-back.jpg") repeat-x;
    color: #8a3fd0;
}
.form_error_field ul{
    list-style:none;
    color:red;
}
.form-heading-right{
    padding: 8px 34px 0px 0px;
}
.form-heading-right a{
    color:white;
}
.form-heading-right a:hover{
    text-decoration:none;
}
.business_map_canvas{
    height:300px;
    margin:20px 0px;
}
.business-address, .edit-business-address{
    width: 80%;
    float: left;
}
#find{
    float: left;
    margin-left: 11px;
}
.login-modal{
    margin-top: 90px;
}
.login-modal .modal-title {
    color: black;
}
.login-modal label {
    color: black;
}
.login-register{
    width: 75%;
    margin: 0 auto;
}
.login-register p{
    color:white;
}
.required-asterisk{
    color: red;
    font-size: 8px;
    top: -5px;
    left: 2px;
}
#search-loading{
    position: absolute;
    left: 10%;
    z-index: 99999;
    display: none;
    top: 0%;
}
.input-help{
    float: left;
    display: inline-block;
    font-size: 9px;
    padding-top: 2px;
}
.addtional-numbers li{
    list-style:none;
}
.addtional-numbers label{
    padding-right: 10px;
}
.addtional-numbers input, .addtional-numbers select{
    margin-bottom: 10px;
    float: right;
    width: 65%;
}
.addtional-numbers > li > div > div{
    display:inline-block;
    width: 100%;
}
.number-remove{
    padding-bottom: 5px;
}
.addtional-numbers .alert{
    padding-top:5px !important;
}
.cat-dog{
    position: relative;
    right: -20px;
}
.generic-panel ul{
    padding-left: 20px;
}
.help-block {
    font-size: 12px;
}
.full-number h4{
    margin-bottom:10px;
}
.full-number{
    display:none;
}
.full-length{
    width:100% !important;
}
.reviews-container{
    padding-top: 30px;
    border-top: 1px solid #dadada;
}
.business-reviews{
    background-color:white !important;
}
.flag-dropdown{
    top: 35px !important;
    left: initial !important;
    right: 0 !important;
    text-align: center;
    padding: 15px 0px;
}
.review-flag{
    cursor:pointer;
}
.review-flag:hover{
    color:black !important;
}
.successmessage {
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    z-index: 9999;
}
.hover-content a{
    text-decoration:none;
}
.mobile-menu, .mobile-menu-search{
    display:none;
}

.register-back{
    background: url('/img/cat1.jpg') no-repeat center center;
    background-size: cover;
    min-height: 700px;
}
.search-busname{
    width:90% !important;
}
a.disclaimer:hover{
    text-decoration:none;
    cursor:pointer;
}
.map-paw{
    width:28px !important;
    height:28px !important;
}
.info_content {
    line-height:1.35;
    overflow:hidden;
    white-space:nowrap;
}
.modal-dialog{
    width: 390px;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-top: -25px;
    margin-left: -200px;
    padding: 20px;
}

body.modal-open, 
.modal-open .navbar-fixed-top, 
.modal-open .navbar-fixed-bottom 
{
    overflow: auto !important;
}
.modal {
    overflow-y: auto !important;
}
.btn-primary-ori {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.alert-error{
    color:red;
}
.no-margin-top{
    margin-top:0px !important;
}
#benefit_claim .modal-body{
    text-align:center;
}
#benefit_claim .modal-dialog {
    width: 600px;
}
.make-green{
    color:green;
}
#benefit_claim .modal-body h4{
    margin-top: 20px;
    margin-bottom: 25px;
}
#benefit_claim .modal-body{
    padding-bottom:0px;
}
#benefit_claim p{
    text-align:left !important;
}
.website p{
    word-wrap: break-word;
    width: 270px;
}
.business-title{
    color: #7c3a94;
}
.business-title:hover{
    color: #7c3a94;
}
.review .btn-group, .btn-group-vertical {
    position: absolute;
    right: 0px;
}
.reply-button{
    right: 135px !important;
    top: 6px;
    color: #abb4bb;
}
.review .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.review-reply{
    cursor:pointer;
}
.review-reply:hover{
    color:black;
}
.reply-dropdown{
    right: 0px;
    width: 330px;
    padding: 20px;
    left: initial;
}
.review .btn-primary {
    width: 95px;
}
textarea {
    resize: none;
}
.reply{
    float: right;
    background-color: #FFF;
    border: 1px solid #dadada;
    border-radius: 2px;
    width: 80%;
    margin-right: 0px;
}
.reply-by{
    background-color: #FFF;
    padding: 10px 15px;
    color:#85c53b;
    font-weight:bold;
}
.reply-content{
    background-color: #efefef;
    padding: 10px 15px;
}
.edit-tabs{
    background-color:white;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.edit-title{
    border-bottom:none;
}
.table-media{
    margin-top:30px;
}
.upload-media{
    display:inline-block;
}
.btn-fit-length{
    width:auto;
    padding: 10px 20px;
}
.table-media td{
    vertical-align: middle !important;
}
#review-slider li img {
    width: auto;
    height:444px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 615px;
}
#review-carousel li{
    height:37px;
    overflow:hidden;
}
.thumb-container img{
    margin:0px;
    height:37px;
}
.sort-order{
    float: left;
    width: 50px;
    margin-right: 10px;
    margin-top: 3px;
}
.update-order{
    float:left;
}
.slider-table{
    padding:0px 20px 20px 20px;
}
.inner-panel {
    padding: 20px;
}
.media-pane h2, .media-pane p{
    padding-left:20px;
    padding-right:20px;
}
.media-pane h2{
    margin-top:0px !important;
    padding-top:20px;
}
.upload-media{
    padding-left:5px;
}
.side-h6{
    font-weight:bold;
}
.buorg {
    z-index: 9999999 !important;
}
.home-h1-sec{
    padding-top:10px;
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 19px;
}
.rating-number{
	float: left;
    padding-right: 10px;
    padding-top: 4px;
    padding-left: 10px;
    font-weight: bold;
    color: black;
    font-size: 16px;
}
/* ----------------------------- */
/* | Overwrite Bootstrap Grid System Styles | */
/* ----------------------------- */
.service-h1{
    font-size: 18px;
    margin: 30px 0 0px 0;
    text-align: center;
}
.no-banner{
    margin-top: 100px;
}
.add-business-address .business_map_canvas{
    display: none;
}
.list-btns{
    text-align: left;
    margin: 10px 0 10px 20px;
}
.list-btns a{
    font-size: 12px;
}
.list-btns a:hover{
    background-color: #7B3BB2;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background: grey;
    border-color: grey;
}
.business-container .list-btns{
    margin: 15px 0 0px 15px;
}
.vip-top{
    text-align: center;
    padding: 10px;
    background: #85c53b;
    color: white;
    font-weight: bold;
}
.search-results .results li.vip{
    border-color: #85c53b;
    border-left: 1px solid #85c53b;
    border-right: 1px solid #85c53b;
    border-bottom: 1px solid #85c53b;
}
.booking-form .token-input-list-facebook{
    width: 100%;
    margin: 0;
    border-radius: 0;
    border-color: #ccc
}
.why-vip-panel{
    margin-bottom: 30px;
    border: 5px solid #8a3ed1;
}
/* Large desktop */
@media (min-width: 1200px) {
    .container {
        width: 995px;
    }
    .col-lg-4 {
        width: 340px;
    }
    .col-lg-8 {
        width: 65.83%;
    }
    .review-content-block{
        display: block;
        padding-right: 250px;
    }



}
@media (min-width: 992px) and (max-width: 1200px){
    .review .review-avatar img {
        width: 80%;
    }

    #head-promo p {	
        font-size: 12px;
    }
    .promo-container {
        max-width: 238px;
    }

    #content .reviews .review-tabs li a {
        font-size: 11px;
    }

    .banner-bottom .banner-search {
        width: 532px !important;
        padding-left: 10px;
    }
    .result-container {
        max-width: 378px;
    }
    ul.token-input-list-facebook {
        margin: 2px 0 0 2px !important;
    }
    .container {
        width: 850px;
    }
    .reviews .review-tabs li {
        width: 130px;
    }
    #head-search {
        width: 255px;
    }
    header .top-nav ul li {
        padding: 18px 10px 0px 10px;
    }
    .banner-bottom input{
        width: 200px;
    }
    .banner-bottom {
        width: 820px;
    }
    .search-heading {
        width: 278px;
    }
    .flex-prev {
        left: -4% !important;
    }
    ul.token-input-list-facebook {
        width: 206px !important;
    }
    #search-loading{
        left: 15% !important;
        display:none;
    }
    .banner-search{
        width: 509px;
    }
    .business-address, .edit-business-address {
        width: 75%;
    }
    .default-template img{
        max-width: 495px;
        height:auto;
    }
    .article-template img{
        max-width: 495px;
        height:auto;
    }
    .benefit-table table{
        width: 525px;
    }
    #review-slider li img {
        width: auto;
        height:380px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 527px;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    header .glyphicon-th-list.mobile-only, header .glyphicon-search.mobile-only{
        display: block !important;
    }
    header {
        height: 41px;
    }
    .top-nav, #head-search, #head-promo, #top-slide {
        display: none;
    }
    .review .review-avatar img {
        width: 65%;
    }
    #head-promo img{
        display:none;
    }
    .promo-container {
        padding: 8px 10px 8px 0px;
        max-width: 282px;
    }
    #head-promo {
        bottom: -108px;
        right: 0px;
    }
    #search-unit {
        top: 85%;
    }
    .benefit-table table{
        width: 435px;
    }
    .default-template img{
        max-width: 428px;
        height:auto;
    }
    .article-template img{
        max-width: 428px;
        height:auto;
    }
    .business-address, .edit-business-address {
        width: 70%;
    }
    .modal-dialog {
        left: 39%;
    }
    .banner-bottom .banner-search {
        width: 470px !important;
        padding-left: 7px;
    }
    .ipad-search{
        padding: 8px;
    }

    .ipad-search .glyphicon-search{
        font-size:17px;
    }
    .mobile-menu li {
        padding: 10px;
        width: 100%;
        background-color: white;
        text-align: right;
        list-style: none;
        border-bottom: 1px solid #e1e1e1;
    }
    .mobile-menu li a {
        font-weight: bold;
        color: #676767 !important;
    }
    .hover-content {
        float: right;
        display: flex;
    }
    .search-results .results li:hover  .hover-content{
        display:flex;
    }
    .hover-content a, .hover-content form{
        padding: 5px 5px 0px 5px;
    }
    .reviews .review-tabs li {
        width: 114px;
    }
    .reviews .review-tabs li a{
        font-size: 11px !important;
    }
    .youtube-video{
        width:653px;
        height:380px;
    }
    .snack-logo {
        width: 25%;
    }
    #search-unit .search-inputs input {
        width: 158px;
        font-size: 13px;
    }
    #search-unit {
        left: 11%;
    }
    #head-search {
        display:none;
    }
    #head-search {
        width: 215px;
    }
    header .top-nav ul li {
        padding: 18px 10px 0px 10px;
    }
    #head-promo img{
        height:55px;
    }
    #rslide-nav {
        display:none;
    }
    .promo-heading {	
        font-size: 14px;
    }
    .promo-content{
        font-size: 12px;
    }
    #search-unit .main-slogan {
        font-size: 16px;
    }
    #search-unit .sub-text {
        font-size: 16px;
    }
    .banner-bottom input{
        width: 175px;
    }
    .banner-bottom {
        width: 720px;
    }
    .search-heading {
        width: 240px;
    }
    .flex-prev {
        left: -4.5% !important;
    }
    ul.token-input-list-facebook {
        width: 173px !important;
    }
    #search-loading{
        left: 5%;
        display:none;
    }
    .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 180px !important;
    }
    .banner-search{
        width: 460px;
    }
    .mobile-menu-search{
        position: fixed;
        top: 42px;
        right: 0;
        width: 100%;
        z-index:9999;
    }
    .mobile-menu-search input{
        width:250px;
        float: right;
    }
    .mobile-menu-search {
        position: fixed;
        top: 55px;
        right: 0;
        width: 100%;
        z-index: 9999;
    }
    #review-slider li img {
        width: auto;
        height:332px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 460px;
    }
}

@media (max-width: 767px){
    .list-btns a {
        margin-top: 5px;
    }
    .review .profile {
        float: left;
    }

    .side .gad .adsbygoogle{
        position: relative;
        left: -20px;
    }
    .side .gad{
        overflow: hidden;
    }

    .banner-bottom .banner-search {
        width: 265px !important;
    }
    .hide-mobile{
        display:none;
    }
    .hover-content {
        float: left;
        display: block;
        padding-left: 17px;
    }
    .search-results .results li:hover  .hover-content{
        display:block;
    }
    .hover-content a, .hover-content form{
        padding: 5px 5px 0px 5px;
        display:block;
    }
    .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 260px !important;
    }
    .reviews .review-tabs li {
        width: 105px;
    }
    .reviews .review-tabs li a{
        font-size: 10px !important;
    }
    .youtube-video{
        width:453px;
        height:280px;
    }
    .review-section p {
        width: 100%;
        padding: 0px 35px;
    }
    .snack-logo {
        width: 30%;
    }
    footer .social {
        text-align: left;
    }
    footer .bottom-links {
        margin-bottom: 20px;
    }
    #search-unit .search-inputs input {
        width: 158px;
        font-size: 13px;
    }
    #search-unit {
        left: 11%;
    }

    .col-mobile{
        width:100%;
    }
    .reviews .review-tabs li {
        width: 100%;
    }
    .reviews .review-tabs li a{
        font-size: 14px !important;
    }
    .youtube-video{
        width:300px;
        height:200px;
    }
    .review-section p {
        width: 100%;
        padding: 0px 35px;
    }
    .snack-logo {
        width: 30%;
    }
    footer .social {
        text-align: left;
    }
    footer .bottom-links {
        margin-bottom: 20px;
    }
    .top-nav, #head-search, #head-promo,#top-slide{
        display:none;
    }
    .mobile-only{
        display:block !important;
    }
    .container {
        padding-top: 50px;
        width: 300px;
    }
    .mobile-menu{
        position: fixed;
        top: 42px;
        right: 0;
        width: 100%;
        z-index:9999;
    }
    .mobile-menu-search{
        position: fixed;
        top: 42px;
        right: 0;
        width: 100%;
        z-index:999999;
    }
    .mobile-menu-search input{
        width:250px;
        float: right;
    }

    .mobile-menu ul{
        padding:0px;
    }

    .mobile-menu li{
        padding: 10px;
        width:100%;
        background-color:white;
        text-align: right;
        list-style: none;
        border-bottom: 1px solid #e1e1e1;
    }
    .mobile-menu li a{
        font-weight: bold;
        color: #676767 !important;
    }
    .mobile-menu #login-box{
        width: 310px;
        float: right;
        background-color: white;
        padding: 10px;
        position: relative;
        right: -10px;
        top: 10px;
        border: 4px solid #7e3e95;
        border-top:none;
        z-index: 99999;
    }
    .mobile-menu #login-box input{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .mobile-menu #login-box h2{
        margin-top: 10px;
    }
    .mobile-menu #login-box label{
        color: #b9b9b9;
        font-size: 18px;
        font-weight: normal;
        padding-right:5px;
    }
    .mobile-menu #login-box a{
        color: #8c40d4 !important;
    }
    .mobile-menu #login-box .btn-purple {
        margin-top: 10px;
    }
    .mobile-menu #login-box, .mobile-menu {
        display:none;
    }
    .mobile-menu .login:hover #login-box {
        display: block;
    }
    .mobile-banner{
        position: relative;

        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #content{
        width: 300px;
        margin: 0 auto;
    }

    #search-unit {
        z-index: 1;
    }
    .review-section {
        padding-bottom: 30px;
    }
    .review .review-avatar img {
        width: 75%;
        float: left;
        padding-bottom: 15px;
    }
    .review .review-avatar a {
        float: left;
        width: 150px;
        text-align: left;
        padding-left: 10px;
    }
    .review .review-avatar p{
        float: left;
        width: 150px;
        text-align: left;
        padding-left: 35px;
    }
    .review-flag, .review-reply{
        display:none;
    }
    .hide-mobile{
        display:none;
    }
    .review .review-content img.review-speech-mobile {
        position: absolute;
        left: 42px;
        top: -9px;
    }
    footer {
        width: 100%;
        margin: 0 auto;
    }
    footer .foot-links a {
        width: 269px;
        display: block;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    #logos #logo {
        width: 200px;
        height: 61.8px;
        top: 8px;
    }
    header {
        height: 41px;
    }
    #search-unit .main-slogan {
        font-size: 18px;
    }
    #search-unit .sub-text {
        font-size: 18px;
    }

    #top-banner{
        position:relative;
    }
    .banner-bottom input{
        width: 255px;
    }
    .banner-bottom {
        width: 270px;
    }
    .search-heading {
        width: 255px;
    }
    .banner-bottom button {
        margin-top: 5px;
        margin-left: 0px;
    }
    .search-heading {
        padding-bottom: 5px;
    }
    .flex-prev {
        left: -9% !important;
    }
    .has-shadow .banner::before {
        z-index:0;
    } 
    .reviews-heading .num-reviews {
        margin-left: 7px;
        padding: 5px 0px;
    }
    .reviews-heading button {
        margin-right: 10px;
        margin-left: 10px;
    }
    .sub-panel .btn-primary{
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .phone-num p {
        display: block;
    }
    .result-content {
        padding-left: 0px;
        padding-top: 10px;
    }
    .side-block .btn {
        width: 100%;
    }
    .second-option{
        margin-top:20px;
    }
    .first-option{
        margin-top:10px;
    }
    .opinion-container li {
        list-style: inherit;
    }
    .has-shadow .shadow-left, .has-shadow .shadow-right {
        display:none;
    }

    .banner-search {
        float: none;
        width: 270px;
    }
    .banner-search .bootstrap-select {
        width: 152% !important;
    }
    #search-loading{
        left: -87%;
        display:none;
    }
    #search-unit .search-inputs {
        height: 128px;
    }
    ul.token-input-list-facebook {
        margin: 2px 0 0px 0px !important;
    }
    .banner-search-button{
        margin-top: 5px !important;
    }
    .banner-search .bootstrap-select {
        margin-top: 4px;
    }
    .sort-by .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 227px !important;
    }
    .filter-expand{
        display:none;
    }
    .top-map-wrapper #map_canvas {
        position: relative;
        height: 250px;
    }
    .search-heading {
        height: auto;
    }
    .reviews-heading  .review-rating{
        width:100%;
    }
    .register-back {
        width: 100% !important;
    }
    .signup-container {
        width: 300px !important;
    }
    .panel ul.token-input-list-facebook {
        width: 228px !important;
    }
    .business-address, .edit-business-address {
        width: 71%;
    }
    body {
        padding-top: 43px;
    }
    .search-mobile-home{
        position: initial !important;
        margin-top:-30px !important;
        width: 100% !important;
        margin-bottom: 30px;
    }
    #search-unit{
        position: static !important;
        margin-top:-30px !important;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .search-mobile-home .sub-text, .search-mobile-home .main-slogan{
        color: #7c3a94 !important;
    }
    #benefit_claim .modal-dialog {
        width: 300px;
    }
    .default-template img{
        max-width: 228px;
        height:auto;
    }
    .article-template img{
        max-width: 228px;
        height:auto;
    }
    .modal-dialog {
        left: 57%;
    }
    .thank-you-modal .modal-dialog {
        width: 295px;
    }
    .thank-you-modal .modal-dialog img{
        max-width: 205px !important;
    }
    #search-unit .main-slogan, #search-unit .sub-text {
        text-shadow: none;
    }
    .btn-sort-order{
        display:block;
        margin-top: 30px;
    }
    .upload-sort-order select{
        width:35% !important;
    }
    #review-slider li img {
        width: auto;
        height:187px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
    }
    .reviews-heading h1 {
        font-size:16px;
    }
}













/* super small screen styles when needed */
@media (max-width: 496px){
    #logos {
        display: flex;
        height: 67px;
    }
    .modal-dialog {
        left: 65%;
    }
    /*
            #search-unit .search-inputs input {
            width: 150px;
            }
            #search-unit .search-inputs {
                    width: 160px;
            }
            #search-unit .search-inputs button {
                    margin-top: 6px;
            }
            #top-banner img {
                    min-width: 595px;
            }
            .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
            width: 147px !important;
    }
    ul.token-input-list-facebook {
width: 147px !important;
}*/

}



/* select dropdown select all styles */
.bootstrap-select .dropdown-menu .popover-title button{
    display:none;
}
.bootstrap-select .dropdown-menu .popover-title {
    padding: 8px 20px;
    cursor: pointer;
}

.newsletter-checkbox{
    cursor: pointer;
    text-shadow: 3px 3px 15px #000;
    font-size: 12px;
}
.newsletter-checkbox label{
    font-weight: bold;
	font-size: 14px;
}
.filter-badge{
    cursor:pointer;
}
.share-review-facebook{
    padding: 6px 13px 6px 15px;
    display: inline-block;
    cursor:pointer;
}
.share-review-twitter{
    padding: 6px 15px 6px 0px;
    display: inline-block;
    cursor:pointer;
}
.share-review-facebook-home{
    padding: 6px 10px 6px 10px;
    display: inline-block;
    cursor:pointer;
}
.share-review-twitter-home{
    padding: 6px 9px 6px 2px;
    display: inline-block;
    cursor:pointer;
}
.popup-share-review-facebook, .popup-share-review-twitter{
    cursor:pointer;
}
#datetimepicker1{
    margin-left: 15px !important;
    float: left !important;
}
.denotes{
    font-size: 12px !important;
}
.reviews-cat-heading{
    margin-bottom: 20px;
}
.single-review{
    margin-top: 7px;
}
.latest-reviews{
    background-color: #fefefe !important;
    padding: 30px 20px 20px 20px !important;
    margin-top: 15px;
}
.business-hover-content{
    float:right !important;
	padding-top:0px !important;
}
.review-content h3{
    width: 70%;
}



.bus-has-image{
    left: 5px;
    color: #bbbbbb;
}
.side-icon{
    right: 5px;
    color: #bbbbbb;
    font-size: 12px;
}
.hover-content p {
    color: #bbbbbb;
    font-weight: normal !important;
    font-size: 11px !important;
}
.hover-content p:hover {
    color:#85c53b;
}
.hover-content p:hover .side-icon{
    color:#85c53b;
}
.result-content {
    padding-left: 0px;
}
.view-photos{
    color:#85c53b !important;
}
.view-photos p{
    color:#85c53b !important;
}
.promo-container {
    padding: 19px 50px 9px 50px;
    text-align: center;
    max-width: 264px;
    min-height: 100px;
}
.result-container .result-content {
    max-width: 365px;
}
.result-container {
    width: 79%;
	padding: 20px 0px 0px 20px;
}
.default-image-avatar{
    float: right;
    margin-right: 20px;
    max-width: 55px;
    margin-top: 7px;
}
.business-hover-content p{
    color: #85c53b !important;
}
.edit-logo{
    max-width: 55px;
}
.logo-wrapper{
    margin: 20px;
    display: inline-block;
    max-height: 60px;
    overflow: hidden;
}
.delete-logo{
    margin: 0px 20px 20px 20px;
}
.front-logo-wrapper{
    max-height: 60px;
    overflow: hidden;
}
.side-block p{
    width:100%;
    word-wrap: break-word;
}
.tooltip-inner{
    max-width:400px;
}
.category p.pull-left{
	width: auto !important;
}
.service-search-heading{
	font-size:15px !important;
}
.heading-small{
	font-size: 12px;
	font-weight: 100;
	padding-left: 3px;
}
.listing-description{
	font-size: 11px;
	padding: 5px 20px 5px 20px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
}
.result-heading{
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #ddd;
}
.description-full{
	display:none;
}
.article-content{
	padding: 20px;
}
.proudly-supports{
	font-weight:bolder;
	float:left;
	padding-right: 1em;
}
.article-tm{
	font-size: 9px;
}
.share-article ul{
	list-style:none;
	padding-left:0px;
	padding-top:10px;
}
.share-article ul li{
	display:inline-block;
}
.share-article ul li .fa{
	font-size:40px;
}
.share-article ul li .fa-facebook-square{
	color:#3b5998;
}
.share-article ul li .fa-twitter-square{
	color:#6cdfea
}
.share-article ul li .fa-google-plus-square{
	color:#e34429
}
.share-article ul li .fa-linkedin-square{
	color:#4875b4
}
.share-article ul li .fa-reddit-square{
	color:#a1caf2
}
.share-article ul li .fa-stumbleupon-circle{
	color:#eb4924
}
.share-article ul li .fa-envelope{
	color:#42c5b0
}
.share-article ul li .fa:hover{
	color:#3c3c3c;
	transition: all 0.3s ease 0s;
}
@media (max-width: 1200px){ 
    .result-container .result-content {
        max-width: 300px;
    }	
}
@media (min-width: 768px) and (max-width: 992px){ 
    .result-container{
        width:100%;
    }
    .result-content{
        max-width: 330px;
    }
}
@media (max-width: 767px){ 
    .hover-content {
        padding-left: 20px;
    }
    .result-container{
        width:100%;
		padding-right: 10px;
    }
    .default-image-avatar {
        float: left;
    }
	.front-logo-wrapper {
		clear: both;
	}
	.proudly-supports {
		float: none;
	}
    .modal-dialog-contact{
        position: relative;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
}
@media (min-width: 768px) and (max-width: 992px){ 
    #head-promo img {
        height: 100px;
        display:block !important;
    }
    .promo-container {
        padding: 19px 20px 9px 20px;
        max-width: 185px;
    }

}

.claim-reply{
    text-align: right;
    margin-bottom: 5px;
    margin-right: 10px;
    font-size: 12px;
}
.claim-reply .hover-submit{
    color: #85c53b;
}
.business-container{
    top: 50px;
    margin-bottom: 100px;
}
.side-block .btn.open-map{
    margin-top: 10px;
    font-size: 14px;
}
.repeat-container{
    display: inline-block;
    width: 100%;
    background: rgba(221, 221, 221, 0.23);
    padding: 20px 0;
    margin-bottom: 15px;
}
div.add-pet{
    margin-bottom: 0;
}
.pets-group.r-group{
    padding-top: 20px;
}
.form-group-hidden{
    display: none;
}

@media (max-width: 1222px){
    header .top-nav ul li {
        padding: 18px 10px 0px 10px;
    }
}

@media (min-width: 768px) {
    header .top-nav.top-services .services{
        border-right: 1px solid #e1e1e1;
    }
    header .top-nav.top-services .services ul {
        display: none;
    }
    header .top-nav.top-services .services.open ul {
        display: block;
    }
    header .top-nav.top-services .services.open ul li{
        width: 100%;
        height: auto;
        padding: 0;
    }
    header .top-nav.top-services .services.open ul li a{
        padding: 10px 20px;
    }
}

@media (max-width: 1033px){
    header .top-nav.top-services .services{
        display: none;
    }
}