@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:800');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:800');



body {
  padding-top: 56px;
  font-family: 'Roboto', sans-serif;
	color: #000;

}


.container-two{
	max-width: 1000px;
}

.navbar{
	/*min-height: 64px;*/
	/*-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);
box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.12);*/
}

.navbar-default{
	background: #FCD62D;
	border-bottom: none;
	z-index: 1;
}

.navbar-brand{
	display: flex;
	font-size: 2rem;
	font-weight: 800;
	/*min-height: 64px;*/
	color: #161616 !important;
	text-transform: uppercase;
	line-height: 34px;
	height: auto;
	padding: 8px 15px;
}

.navbar-brand img{
	max-height: 40px;
	
}


.m-right-0{
	margin-right: 0px;
}


.are-you{
	font-weight: 500 !important;
	color: #000 !important;
}

.are-you:hover{
	color: #000 !important;
	
}

.add-your-business li a{
	padding-top: 11px;
	padding-bottom: 9px;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 0.25rem;
	
}

.add-your-business-btn a{
	color: #fff !important;
	background: #000 !important;
}

.header-search .input-group{
	max-width: 460px;
	min-width: 460px;
}

.header-search{
	display: block;
}

.header-search li a{
	margin-top: -4px;
	padding-bottom: 0px;
}

.header-search input{
	font-weight: 400;
	border: none;
	border-radius: 0.25rem;
}

.header-search button{
	padding: 7px 15px;
	border: none;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.navbar-toggle{
	padding: 10px 10px;
	margin-top: 14px;
	margin-bottom: 14px;
}


.listed-btn{
	border: none;
	margin: 5px 5px !important;
	min-width: 140px;
	border-radius: 0.25rem;
	text-transform: uppercase;
	padding: 8px 20px 6px;
	background: #FCD62D;
	font-weight: 700;
	color: #000;
	border: 1px solid #000;
	
}

.listed-btn:hover{
	background: #000;
	color: #fff;
}

.cbb-add-your-business-modal{
	max-width: 420px;
	margin: 30px auto;
	
}


.add-business-form-bg{
	background: rgba(0,0,0,0.70);
}

.cbb-add-your-business-modal .modal-content{
	border-radius: 0.25rem;
	overflow: hidden;
}

.cbb-add-your-business-modal .modal-body{
	padding: 25px;
}

.cbb-add-your-business-modal .modal-header{
	background: #000;
}


.cbb-add-your-business-modal .modal-header h3{
	padding-left: 10px;
	color: #FCD62D;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
}

.cbb-add-your-business-modal .modal-header p{
	color: #fff;
	max-width: 340px;
	margin: 0 auto;
	color: #ccc;
}

.add-form-line{
	height: 1px;
	width: 50%;
	margin: 10px auto;
	background: #333;
}

.cbb-add-your-business-modal .modal-header .close{
	color: #FCD62D;
	text-shadow: none;
	opacity: 0.5;
	margin-top: -5px;
	font-weight: normal;
}

.cbb-add-your-business-modal .btn-default{
	background: #FCD62D;
	text-transform: uppercase;
	box-shadow: none;
	border-radius: 0.25rem;
	border: none;
	color: #000;
	font-weight: 700;
	padding: 7px 12px 6px;
	border: 1px solid #000;
}


.cbb-add-your-business-modal .form-group{
	margin-bottom: 12px;
}

.cbb-add-your-business-modal .form-group label{
	margin-bottom: 2px;
}

.main-banner{
	
	background: url(../images/cbb-bg.jpg) no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding: 90px 0;

	
}

.main-banner h1{
	font-weight: 700;
	color: #FCD62D;
	margin-top: 35px;
}

.main-banner h4{
	color:rgba(255,255,255,1);
	font-weight: normal;
	margin-top:15px;
}


.main-search{
	margin: 0.75rem 0;
	position:relative;
	z-index:0;
}

.main-search .form-control{
	border: 1px solid #fff;
}

.main-search .btn{
	border: 1px solid #FCD62D;
	background: #FCD62D;
	border-left: 1px solid #e1be22;
}

.main-search .btn:hover{
	background: #e1be22;
	border: 1px solid #e1be22;
	color: #FCD62D !important;
}

.main-search .fa{
	color: #000;
	font-size: 2rem;
}




.input-group-lg>.form-control{
	border-radius: 0.25rem;
}


.input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn{
	border-bottom-right-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.category-section{
	padding: 30px 0;
}

.category .category-grid{
	margin: 14px 0;
	position: relative;
}

.category img{
	width: 100%;
}


/*tag*/

.tag {
  position: absolute;
  display: inline-block;
  left: 15px;
  bottom: 15px;
  vertical-align: middle;
  text-align: right;
  padding: 0.3em 1em;
  margin:0;
  transition: color 0.5s, background 0.5s, border 0.5s;
	text-decoration: none;
}

.tag:after,
.tag:before {
  content: "";
  position: absolute;
}

/*punched hole*/
.tag:after {
  height: 0.5em;
  width: 0.5em;
  left: 0;
  top: 50%;
  margin-top: -0.25em;
  border-radius: 100%;
  background-color: currentColor;
	display: none;
}

/*Tag's tail*/
.tag:before {
  border: 1em solid transparent;
  left: 100%;
  top: 0;
  bottom: 0;
  border-left-color: inherit;
}

/*Tag Color Scheme.
  Background and border color should match
*/
.tag {
  background-color: #FF8B1A;
  border-color: #FF8B1A;
  color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
}

.tag:hover {
  background-color: #701706;
  border-color: #701706;
  color: white;
	text-decoration: none;
}

/*tag*/


.category h1{
	font-weight: normal;
	font-weight: 700;
	
}

.category h1 span{
	border-bottom: 1px solid #ccc;
	display: block;
	width: 80px;
	margin: 15px auto;
	
}

.category h5{
	font-weight: 400;
	font-size: 1.6rem;
	max-width: 800px;
	display: block;
	margin: 0 auto;
	line-height: 1.5;
	margin-bottom: 2rem;
	margin-top: 1rem;
	
}

.business-section{
	background: #f2f2f2;
	padding: 40px 0;
	border-top: 1px solid #ececec;
}

.business h1{
	font-weight: 900;
}

.business h4{
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: inherit;
}


.business ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.business ul li{
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 18px;
	padding-top: 30px;
}

.business ul li:last-child{
	border-bottom: none;
}

.business ul li span{
	float: left;
	 display: flex;
  justify-content: center;
  align-items: center;
	height: 50px;
	width: 50px;
	background: #FCD62D;
	border-radius: 0.25rem;
}

.business ul li span i{
	color: #000;
	font-size: 2rem;
}

.android{
	font-size: 3rem !important;
}


.business ul li h3{
	margin-left: 70px;
	max-width: 360px;
	font-size: 2rem;
	margin-top: 0px;
}

.business ul li p{
	margin-left: 70px;
	max-width: 360px;
}


.listed-section{
	padding: 40px 0 40px;
	background: #d5d5d5;
}

.listed-section img{
	width: 100%;
	max-width: 500px;
}

.listed h1{
	margin-top: 0px;
	font-weight: 900;
	color: #000;
	margin-top: 2rem;
}

.listed h3{
	font-weight: 400;
	color: #000;
	margin-top: 1rem;
	font-size: 2rem;
}


#myFooter {
    background-color: #171717;
    color: white;
}

#myFooter .row {
    margin-bottom: 20px;
}

#myFooter .info{
    text-align: left; 
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter ul li{
	margin-bottom: 4px;
}

#myFooter h5 {
    font-size: 1.75rem;
    color: #bbb;
    font-weight: 400;
    margin-top: 30px;
}

#myFooter h5 span{
	border-bottom: 1px solid #FCD62D;
	display: block;
	width: 40px;
	margin-top: 8px;
	margin-bottom: 15px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 2rem;
    float: left;
    font-weight: bold;
    line-height: 48px;
    margin: 0;
    padding: 0;
	text-transform: uppercase;
}



#myFooter a {
    color: #999;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #000;
    text-align: center;
	padding: 15px 0;
}

#myFooter .second-bar p{
	margin: 0;
}

#myFooter .second-bar a {
    font-size: 1.5rem;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 48px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    float:right;
}


#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}


#myFooter .youtube:hover {
    color: #FF0000;
}


.small-line{
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
}

.small-line span{
	background: rgba(252,214,45,0.26);
	width: 100px;
	float: left;
	height: 1px;
}

.listing-section{
	padding: 20px 0 40px;
	background: #f2f2f2;
}

.detail-section{
	padding: 30px 0 20px;
	background: #f2f2f2;
}

.list-link{
	text-decoration: none;
	color: #000;
}

.list-link:hover, .list-link:focus{
	text-decoration: none;
	color: #000;
}

.listing-card{
	background: #fff;
	border-radius: 0.25rem;
	display: flex;
	margin-bottom: 15px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.16), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	text-decoration: none;
	overflow: hidden;
	
	
}


.premium-plus-card{
	background: #feeb96;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #feeb96, #ffffff);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #feeb96, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.premium-card{
	background: #cde699;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #b8dc70, #ffffff);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #b8dc70, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.premium-plus-card .list-button{
	background: rgba(255,255,255,0.4);
	border-left: 1px solid rgba(0,0,0,0.1);
}

.premium-card .list-button{
	background: rgba(255,255,255,0.3);
	border-left: 1px solid rgba(0,0,0,0.1);
}


.premium-plus-card .list-button .cb-list-btn{
	background-color: darkorange !important;
	color: #fff;
	border: 1px solid #ff7800 !important;
}

.premium-card .list-button .cb-list-btn{
	background-color:#2c982c !important;
	color: #fff;
	border: 1px solid forestgreen !important;
}

.listing h4{
	margin: 0;
	margin-bottom: 7px;
	font-weight: 400;
}


.listing-card:hover {
  box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

.list-image{
	padding: 1rem;
}

.list-image img{
	width: 100%;
	border-radius: 0.25rem;
}

.list-image h5{
	position: absolute;
	top: 8px;
	background: #FCD62D;
	left: 18px;
	border-radius: 0.25rem;
	padding-right: 8px;
}

.list-image h5 i{
	background: #000;
	padding: 5px 5px 4px;
	color: #FCD62D;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	margin-right: 3px;
}

.list-divider{
	height: 1px;
	width: 100%;
	background: rgba(0,0,0,0.12);
	margin-bottom: 10px;
}

.listing-detail h3{
	margin: 15px 0;
	font-weight: 700;
	
	max-width: 400px;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
}

.listing-detail p{
	
	max-width: 400px;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
	margin: 6px 0;
}

.listing-detail ul{
	margin-left: 25px;
	list-style: none;
}

.listing-detail ul li{
	margin: 7px 0;
	list-style-type: none;
	max-width: 260px;
}

.listing-detail ul li i{
	background: #FCD62D;
	width: 18px;
	height: 18px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	left: -25px;
	top: 0px;
}

/*.listing-detail i{
	background: #FCD62D;
	height: 18px;
	width: 18px;
	position: relative;
	top: 0px;
	border-radius: 0.25rem;
	float: left;
	display: flex;
	margin-right: 0.75rem;
	justify-content: center;
	align-items: center;
	color: #000;
	
}*/

.listing-detail .fa-envelope{
	font-size: 80%;
}

.listing-detail button{
	float: right;
}

.list-button{
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	background: #f2f2f2;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-left: 1px solid #e5e5e5;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.cbb-m-search{
    font-size:15px !important;
}


.list-button h1{
	margin: 0;
	color:#f2f2f2;
}

.list-button h6{
	margin: 0;
	font-weight: 400;
	margin-top: 5px;
}



.cb-list-btn{
	background-color: #FCD62D !important;
    border-color: #fcbf2d !important;
	border-radius: 0.25rem;
	color: rgba(0,0,0,0.8);
	font-weight: 700;
	width: 100%;
	max-width: 200px;
	padding: 6px 0;
	margin-top:62%; 
	
}

.cb-list-btn:hover{
	background-color: #86b427 !important;
    border-color: #86b427 !important;
}


.listing-search-section{
	background: #000;
	padding: 20px 0;
	display: none;
}

.listing-search{
    position:relative;
    z-index:0;
}

.listing-search input{
	border: none;
	border-radius: 0.25rem;
}

.listing-search button{
	background: #FCD62D;
	border-color: #FCD62D;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border-left: 1px solid #e1be22;
	color: #000;
}


.navbar-default .navbar-toggle{
	border-color: #000;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #000;
}

.list-sidebar{
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	margin-bottom: 30px;
}


.list-sidebar1{
	background: none;
	border-radius:none;
	box-shadow:none;
	margin-bottom: 15px;
}


.list-sidebar h4{
	background: #f2f2f2;
	margin: 0;
	padding: 11px 15px 10px;
	color: #000;
	font-weight: 700;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom: 1px solid #d2d2d2;
}

.list-sidebar .checkbox{
padding: 2px 15px;
	border-bottom: 1px solid #e3e3e3;

}

.list-sidebar .checkbox:last-child{
	margin-bottom: 0px;
	border-bottom: none;
}

.list-sidebar .checkbox input{
	margin-top: 3px !important;
}


.list-sidebar .checkbox label{
max-width: 180px;
overflow:hidden; 
white-space:nowrap; 
text-overflow: ellipsis;

}

.checkbox-container{
	
	/*220px*/
	max-height: 290px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	
}

.listing-area-section{
	padding: 10px 0;
}

.listing-area-section .panel-default{
	margin: 0;
}



.detail-image{
	position: relative;
	border-radius: 0.25rem;
	overflow: hidden;
}

.detail-image img{
	width: 100%;
	
}

.detail-image-title{
	position: absolute;
	bottom: 0;
	padding:60px 20px 10px;
	width: 100%;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.91) 100%) !important;
	color: #fff;
}


.detail-image h5{
	position: absolute;
    top: 10px;
    background: #FCD62D;
    left: 20px;
    border-radius: 0.25rem;
    padding-right: 8px;
}

.detail-image h5 i{
	    background: #000;
    padding: 5px 5px 4px;
    color: #FCD62D;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-right: 3px;
}

.detail-image-title h1{
	font-weight: 700;
	max-width: 600px;
overflow:hidden; 
white-space:nowrap; 
text-overflow: ellipsis;
}

.detail-image-title h4{
	font-weight: 400;
	max-width: 420px;
overflow:hidden; 
white-space:nowrap; 
text-overflow: ellipsis;
}

.detail-image-title h4 i{
	color: #FCD62D;
	margin-right: 4px;
}

.detail-enquiry-form{
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	
}

.detail-enquiry-form h3{
	margin: 0;
	background: #000;
	padding:13px 15px 14px;
	color: #fff;
	border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	text-align: center;
	text-transform: uppercase;
}

.enquiry-form{
	padding:0;
	width: 100%;
	height: 100%;
}

.enquiry-form input, .enquiry-form textarea{
	border-radius: 0.25rem;
}

.enquiry-form textarea{
	max-height: 90px;
}


.enquiry-form .form-group{
	margin-bottom: 10px;
}

.enquiry-btn{
	width: 100%;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 9px 0 8px;
	margin-top: 0px;
	margin: 0 auto;
	max-width: 100%;
}

.detail-about-section{
	padding: 20px 0;
}

.detail-about{
	padding: 0 0px;
	background: #fff;
}

.detail-about .detail-div{
	border-right: 1px solid #ccc;
}

.detail-about .detail-div:last-child{
	border-right:none; 
}

.detail-about .table>tbody>tr>td{
	padding: 10px 0;
	min-width: 70px;
	word-break: break-all !important;
	border: none;
	
	
}

.detail-about .table>tbody>tr{
	border-top: 1px solid #ddd;
	
}

.detail-about .table>tbody>tr:first-child{
	border-top: none;
	
}

.detail-about .table{
	margin-bottom: 0;
}



.li-working-hour {
    padding: 0;
}

ul.working-hour li {
    line-height: 1.42857143;
    position: relative;
    letter-spacing: 0.5px;
    list-style: none;
}
.li-working-hour li {
    color: #1e1e20;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    padding-top: 10px;
}

.li-working-hour li:last-child {
	border-bottom: none;
}

ul.working-hour li > span {
    position: absolute;
    top: 0;
    right: 0;
}

.li-working-hour li span {
    font-weight: 600;
    padding-top: 9px;
}

.detail-div h4{
	margin-bottom: 15px;
}

.detail-div h4 span{
	background: #000;
	padding: 5px 10px;
	position: relative;
	color: #fff;
	border-radius: 0.25rem;
	
}

.detail-div h4 span i{
	color: #FCD62D;
	padding-right: 8px;
	margin-right: 3px;
	border-right: 1px solid rgba(255,255,255,0.30);
} 




.detail-list h4{
	margin: 7px 0 15px;
}

.detail-list h4 span{
	background: #000;
	padding: 5px 10px;
	position: relative;
	color: #fff;
	border-radius: 0.25rem;
	
}

.detail-list h4 span i{
	color: #FCD62D;
	padding-right: 8px;
	margin-right: 3px;
	border-right: 1px solid rgba(255,255,255,0.30);
} 



.detail-history p{
	padding-top: 10px;
}

.related-listing-section{
	background: #f2f2f2;
	padding: 40px 0;
}

.related-listing h3{
	margin-top: 0px;
	margin-bottom: 15px;
}

.related-card{
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.related-card img{
	width: 100%;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.related-details{
	padding:0px 15px 15px;
	
	
}

.related-details h4{
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: 700;
}

.related-details p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.for-bus-use{
	background: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	overflow: hidden;
}

.for-bus-use ul{
	padding: 0 20px;
}

.for-bus-use-title{
	background: #000;
	padding:5px 20px;
	color: #fff;
}

.for-bus-use-title h1{
	color: #FCD62D;
}

.subscription-section{
	padding: 20px 0;
	background: #111;
}

.subscription h4{
	margin: 0;
	color: #fff;
}

.subscription input{
	border-radius: 0.25rem;
}

.subscription .btn{
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	color: #000;
}

.subscription .btn:hover{
	color: #000 !important;
}


.footer-social{
	float: left !important;
	margin-top: 10px;
}

.footer-social a{
	margin-right: 10px;
	font-size: 2.25rem;
}

.footer-last-bar-1{
	text-align: left;
	color: #777;
}

.footer-last-bar-2{
	text-align: right;
	color: #777;
}

.footer-last-bar-2 p a{
	color: #999;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	font-size: 14px !important;
}

.row-2{
	margin-bottom: 0 !important;
}




/*develop rating*/
.list_rate-result {
	
}
.rate-result-cnt-top {
    width: 67px;
    height: 18px;
    position: relative;

/*	margin: 0 auto;*/
top:5px;

}
.rate-bg-top {
    height: 12px;
    background: url(../images/new-rating-single.png);
    position: absolute;
    background-repeat: repeat-x;
    width: 80%;
    z-index: 9;
    top: 0px;
    left: 0px;
    background-size: 14px;
}
.rate-stars-top {
    width: 67px;
    height: 12px;
    background: url(../images/new-rating.png) no-repeat;
    position: absolute;
}


.comment-rate-result-cnt-top {
    width: 136px;
    height: 28px;
    position: relative;
	float: left;

}
.comment-rate-bg-top {
    height: 24px;
    background: url(../images/comment-new-rating-single.png);
    position: absolute;
    background-repeat: repeat-x;
    width: 80%;
    z-index: 9;
    top: 0px;
    left: 0px;
    background-size: 28px;
}
.comment-rate-stars-top {
    width: 136px;
    height: 24px;
    background: url(../images/comment-new-rating.png) no-repeat;
    position: absolute;
}



.new-rate-result-cnt-top {
    width: 93px;
    height: 18px;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    border: rgba(255, 255, 255, 0) 1px solid;
    float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.new-rate-bg-top {
    height: 15px;
    background: url(../images/new-detail-rating-single.png);
    position: absolute;
    background-repeat: repeat-x;
    width: 80%;
    z-index: 9;
    top: 0px;
    left: 0px;
    background-size: 19px;
}
.new-rate-stars-top {
    width: 92px;
    height: 15px;
    background:url(../images/new-detail-rating.png) no-repeat;
    position: absolute;
}

.detail-list{
	padding: 0;
}

.detail-image-main{
	max-height: 370px;
}

.free-contact-info{
	background: #fff;
	
}

/*.free-contact-info h3{
	font-weight: 700;
	background: #FCD62D;
	margin: 0;
	padding: 14px 20px 15px;
	
}*/

.free-contact-info h3 i{
	margin-right: 3px;
	
}


.free-contact-info ul{
	padding: 0;
	margin: 0 0 0 20px;
}

.premium-contact-info ul{
	padding-bottom: 0px;
}


.free-contact-info ul li{
	border-bottom: 1px solid rgba(0,0,0,0.10);
	padding: 8px 0;
}


.free-contact-info ul li:last-child{
	border-bottom: none;
}

.free-contact-info ul li .fa-li{
	top: 10px;
	color: #444;
}


.detail-list .gallery .thumbnail{
	box-shadow: none;
	border: none;
	padding: 0;
}

.detail-list .gallery .thumbnail img{
	border-radius: 0.25rem;
}

.gallery
{
    display: inline-block;
	padding:0 10px;
}


.detail-list .gallery .cb-fancy a{
	margin-bottom: 0px;
}

.detail-list .gallery .cb-fancy{
	padding: 8px;
}

.detail-label{
	position: relative;
	padding-left: 15px;
}

.detail-list-content p{
	margin-top: 20px;
}

.right-list-box{
	padding: 15px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: 1px solid #f1f1f1;
}



.right-list-box h4{
	margin-bottom: 20px;
}

.right-list-box h4 span{
	background: #000;
	padding: 5px 10px;
	position: relative;
	color: #fff;
	border-radius: 0.25rem;
}

.right-list-box h4 span i{
	color: #FCD62D;
	padding-right: 8px;
	margin-right: 3px;
	border-right: 1px solid rgba(255,255,255,0.30);
} 

.cb-map{
	position: relative;
	width: 100%;
	border-radius: 0.25rem;
	overflow: hidden;
}

.cb-map{
}

.detail-time{
	background: #fff;
	padding:0 12px;
	border: 1px solid #ccc;
}

.detail-time ul{
	margin-bottom: 0px;
}

.detail-social{
	overflow: hidden;
	display: block;
}

.detail-social h4{
	margin: 0;
}


.detail-social p{
	float: left;
	font-size: 3rem;
	margin: 0;
	margin-right: 0.75rem;
}

.detail-social .fb{
	color: #3b5998;
}

.detail-social .tw{
	color: #00aced;
}

.detail-social .yt{
	color: #FF0000;
}

.detail-social .gp{
	color: #DC4A38;
}

.detail-social .ig{
	color: #D62B87;
}

.detail-social .bg{
	color: #FF9224;
}

.well .btn-primary{
	margin-left: 15px;
}

.comment-box-btn{
	margin-top: 15px;
	text-transform: uppercase;
	padding: 0.75rem 2rem;
	
	
	background-color: #FCD62D !important;
    border-color: #fcbf2d !important;
    border-radius: 0.25rem;
    color: rgba(0,0,0,0.8);
    font-weight: 700;
}

.comment-box-btn:hover, .comment-box-btn:focus{
	color: rgba(0,0,0,0.8);
}

.leave-comment{
	margin-top: 30px;
	padding: 0;
}

.well{
	box-shadow: none;
}

.leave-comment h3{
	margin: 0;
	margin-bottom: 20px;
}

.premium-contact-info{
	margin: 0 15px;
}


.detail-floating-social{
	position: fixed;
	left: 0;
	width: 38px;
	top: 191px;
	z-index: 99999;
}

.detail-floating-social p{
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #caa85a;
	margin-bottom: 5px;
	margin-left: 1px;
}

.detail-floating-social a{
	width: 100%;
	display: block;
	text-align: center;
	padding: 8px 0;
}

.detail-floating-social a:first-child{
	border-top-right-radius: 0.25rem;
}

.detail-floating-social a:last-child{
	border-bottom-right-radius: 0.25rem;
}


.detail-floating-social a i{
	text-align: center;
	color: #fff;
}

.detail-floating-social a:hover{
	opacity: 0.8;
}



.detail-fb{
	background: #39579A;
}
.detail-tw{
	background: #24A9E6;
}
.detail-gp{
	background: #F24033;
}
.detail-yu{
	background: #E12B28;
}
.detail-in{
	background: #007BB6;
}

.detail-pin{
	background: #BD081C;
}


.cbb-adverties{
	border: 1px solid #e2e2e2;
	margin: 0 auto;
	display: block;
	float: none;
	background: #f2f2f2;
	padding: 15px 30px;
	border-radius: 0.25rem;
}

.advertise-form{
	border: 1px solid #e2e2e2;
    margin: 0 auto;
    display: block;
    float: none;
    background: #f2f2f2;
    padding: 20px;
    border-radius: 0.25rem;
	margin-bottom: 30px;
}

.advertise-form .form-group{
	margin-bottom: 20px;
	overflow: hidden;
}


.advertise-form .form-group .k-sub-btn {
    background: #FCD62D;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0.25rem;
    border: none;
    color: #000;
    font-weight: 700;
    padding: 7px 12px 6px;
    border: 1px solid #000;
}


.fnf h1{
	font-size: 15rem;
}

.return-home{
	background: #000;
	color: #fff;
	font-size: 1.75rem;
	padding: 10px 20px;
	border-radius: 0.25rem;
	text-decoration: none;
	margin: 20px auto;
	width: 150px;
	display: block;
}

.return-home:hover{
	color: #fff;
	text-decoration: none;
}

.ale{
	min-height: 0px;
}

.cbb-alrt-btm{
	min-height: 100px;
}

.user-reply-detail{
	border: none !important;
	margin-top: 20px !important;
}

.cbb-user-icon{
	text-align: center;
	display: inline-block;
	background: #555;
	float: left;
	height: 40px;
	font-weight: 700;
	width: 40px;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 2rem;
	line-height: 2;
	margin-right: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

.cbb-user-icon:hover{
	text-decoration: none;
	color: #fff;
}

.review-name{
	text-transform: capitalize;
margin-bottom: 10px;
}

.cbb-icon img{
	display: block;
	margin: 0 auto 30px;
}


.cbb-gmap{
	max-height: 357px;
	overflow: hidden;
}

.cbb-banner-ad .adsbygoogle{
    display:block !important;
    margin: 0 auto !important;
}


.cbb-tags{
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.cbb-tags-list h5{
	color: #666;
	margin: 6px 0;
}

.cbb-tags-list h5 span{
	height: 1px;
	width: 50px;
	background: #ddd;
	display: block;
	margin-top: 4px;
	
}

.cbb-tags-list p{
	float: left;
	color: #999;
	margin: 2px 0;
}

.cbb-tags-list p span{
	margin: 0 7px;
	color: #ddd;
}

.cbb-tags-list p:last-child span{
	display: none;
}

.btn-white-new{
padding:3px 12px !important;
}

.btn-white-review-new{
    margin-top: 5px;
    padding-bottom: 9px;
}

/****** listing slider *******/
.img-left-code{
    width: 60%;
    display: flex;
    float: left;
}

.img-left-code img{
width: 100%;
    height: 385px;
    max-height: 385px;
}

.form-left-code{
    float: left;
    width: 40%;
}

.form-img_area{

}

@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 979px) {


.form-left-code{
    float: left;
    width: 100%;
}

.img-left-code{
    display: none;

}

}

@media only screen and (max-width : 767px) {

.form-left-code{
    float: left;
    width: 100%;
}

.img-left-code{
    display: none;

}

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

/****** listing slider *******/