/*************** common **************/
a {
    border: 0 none;
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
}
.middle-content{
    padding-left:0px; padding-right: 0px; padding-top: 10px;
}
p {
    margin: 0 0 5px;
}
/*********** header ********************/
 .select-style {
    border-radius: 3px;
    overflow: hidden;
    background: url("../../../img/down_arrow.gif") no-repeat 98% 50%;
}

.select-style select {
    padding: 6px 18px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
.navbar {
    margin-bottom: 0px;
    }
.select-style select:focus {
    outline: none;
}
/************************************************************
*************************Footer******************************
*************************************************************/
 
footer {min-height:300px;  }
.footerleft { padding:0 30px; }
.logofooter { margin-bottom:10px; font-size:25px;font-weight:700;}

.footerleft p {  font-size:12px !important; margin-bottom:15px;}
.footerleft p i { width:20px; }


 
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul i { margin-right:10px;}

 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px;}
 .copyright p { text-align:left; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700;  margin-bottom:22px;}
 .post p { font-size:12px; line-height:20px;}
 .post p span { display:block; }
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after {  margin-right:8px; margin-left:8px;}
 .bottom_ul li a {   font-size:12px;}
 
 
.front-city ul {
    margin: 10px 0 30px;
    text-align: center;
}

.front-city ul li::before {
    
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 8px;
    left: -12px;
    margin-right: 3px;
    position: absolute;
    top: 7px;
    width: 8px;
}
.front-city ul li {
    display: inline-block;
    margin-right: 45px;
    position: relative;
}

.front-city h2 {
    font-size: 21px;
    font-weight:700;
    padding-bottom: 3px;
    text-align: center;
}
/************************************************************
*************************Footer******************************
*************************************************************/

/************* category listing *********/

 .cat-img:hover{
 opacity:0.70;
 box-shadow: 0px 0px 10px;
}
.cat-img{
 opacity:1.00;
 -webkit-transition: all 0.5s; 
 transition: all 0.5s;
}
.text-center{
    text-align: center;
}

 /*************** sub category list ****************/
 .mm-listview {
     
    border-radius: 6px;
    display: table;
    float: none;
    margin: 35px auto;
    padding: 20px 0;
    text-align: center;
    width: 63%;
}
.mm-listview li {
    display: block;
    float: left;
    margin: 0 5%;
    width: 90%;
}
.mm-listview li a {
    background: transparent none repeat scroll 0 0 !important;
    float: left;
    padding: 12px 10px;
    width: 100%;
}
.redstr {
    background-position: -10px -197px;
    float: left;
    height: 15px;
    margin: 10px 0;
    width: 15px;
}
.meditle1 {
    float: left;
    font-size: 19px;
    font-weight: normal;
    margin: 6px 10px;
}
.mediarw, .rsmediarw {
    background-position: -656px -17px;
    float: right;
    height: 20px;
    margin: 2px 0;
    position: relative;
    top: 6px;
    
    width: 11px;
}
.mediarw {
    background-image: url("../../../img/inner-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
}
 .poplr-catgy {
     
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
 
 /* business listing */
 
 .business-box {
   
    float: left;
    margin: 12px 0 0;
    padding: 10px 10px 10px;
    width: 100%;
}
.bus-img{
    width: 100%;
    height:165px;
    transition: all 0.2s linear 0s;
}
.bus-img:hover{
    transform: scale(1.1, 1.1);
}
h4.panel-title{
    font-size: 12px;
}
.more-buttom{
    margin-top: 70px; margin-left: 20px
} 

/* business detail */
 .panel-default > .panel-heading {
   
    list-style: outside none none;
}

.t-stars-small, .t-stars-small-inner {
    background: transparent url("../../../img/stars_small.png") repeat-x scroll 0 0;
    height: 13px;
    margin-bottom: 5px;
    width: 80px;
} 
.reting-review ul {
    list-style: outside none none;
    padding-left: 0;
}
.reting-review ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}
.reting-review .review-img-thumb {
    border-radius: 5px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.reting-review img {
    width: 60px;
}
.reting-review .re-re-title {
    margin-top: 2px;
}
.t-stars-small-inner {
    background-position: 0 -13px;
}
.reting-review .re-re-title span {
    margin-left: 7px;
    padding-left: 8px;
}
.carousel-inner > .item {
    display: inline-block;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
} 

