.pricing-area {
	margin-top : 40px;
}

#btnBack {
	display: none;
	margin: 10px 5px;
}

@media (max-width: 992px) and (min-width: 320px) {
	.pricing-area {
		margin-top : 10px;
	}
	.singleprice-tag::before {
		border-bottom: 20px solid transparent;
		border-right: 30px solid transparent; /*#f83c3c;*/
		border-top: 20px solid transparent;
		content: "";
		height: 0;
		left: -29px;
		position: absolute;
		top: 0;
		width: 0;
	}
	.singleprice-tag {
		margin-top:10px;
		font-size:20px;
		height:40px;
		line-height:40px;
	}
	.singleprice-tag span {
		font-size: 13px;
	}
	
	#btnBack {
		display: unset;
	}
}

.icon-bar a:not(.mobile-hide){
	display:none;
}

@media (max-width: 768px){
	.icon-bar a.mobile-hide{
		display:none;
		opacity: 1;
	}
	
	.icon-bar a:not(.mobile-hide){
		display:block;
		width: 80%;
		/*border: 1px solid black;*/
		padding: 5px;
		margin: 10px auto;
		border-radius: 5px;
		background: #fff;
		opacity: 1;		
		font-size: 18px;
		font-weight: 900;
		border: 2px solid #f4b400;
		color: #f4b400;
	}
	
	.icon-bar div{
		display:table-cell;
		background:#fff;
		width: 50%;
	}
	.icon-bar {
		display:table;
		width:100%;
		background: #fff;
		opacity: 1;
		border-top: 1px solid #ccc;
		padding-left: 10px;
		padding-right: 10px;
	}
}
	
video, object{
	width : 100%;
}

.category-list-title h5 > a.number{
	text-transform : none;
}

.table > tbody > tr:first-of-type > th{
	border-top:none;
}

.table > tbody > tr:first-of-type > td{
	border-top:none;
}

.table > tbody > tr:hover{
	background-color:#f3f3f3;
}

.table > tbody > tr:hover  .table{
	background-color:#f3f3f3;
}

/*.table .table > tbody > tr:hover{
	background-color:#fff;
}*/

.table .table {
	margin-bottom : 1px;
}

.table .table > tbody > tr > td:first-of-type {
	width :100px;
}

ul.options{
	margin-left:10px;
}

ul.options li::before{
	font-family: "FontAwesome";
	content: "\f058";
	margin-right : 10px;
	font-size : 20px;
	color : #b4c24d;
	float : left;
}

ul.options li:hover{
	background-color:#f3f3f3;
}	

ul.options li div{
	margin-left : 30px;
}

a.location{
	color : #232323;
	font-weight : 600;
}

a.location:hover{
	color :#FDB92E;;
}

a.special{
	color : #717171;
}

a.special:hover{
	color :#FDB92E;;
}

.listing-desc ul{
	list-style: disc;
    padding-left: 50px;
}

.modal-footer .btn-md{
	padding: 10px 20px;
	font-size: 20px;
	width: 60px;
	margin-left: 5px;
}

.modal-footer .btn-print{
	font-size: 20px;
	padding: 10px 16px;
}
/*
.modal-footer .btn-md :hover {
	padding: 10px 20px;
}
*/

.share-ad .modal-body p.share-link{
	margin-top:-10px;
}

.recent-ads .recent-ads-list:last{
	margin-bottom:100px;
}

.panel.with-nav-tabs .nav-tabs{
	border: 2px solid #f4b300;
    border-radius: 40px;
    width: fit-content;
    display: block;
    margin: auto auto 10px auto;
}

.list-style-1 .with-nav-tabs.panel-default .nav li a {
    padding: 10px 25px;
    background-color: transparent; 
    color: #232323;
    font-weight: 600;
    border-color: transparent;
}
@media (max-width: 992px) { 
	.list-style-1 .with-nav-tabs.panel-default .nav li a {
		padding: 5px 10px;
	}
}

.with-nav-tabs.panel-default .nav-tabs> li.active> a, 
.with-nav-tabs.panel-default .nav-tabs> li.active> a:hover, 
.with-nav-tabs.panel-default .nav-tabs> li.active> a:focus {
    color: #fff;
    background-color: #f4b400;
    /*border-bottom-color: transparent;*/
    font-weight: 600;
    border-radius: 35px;
}

.panel-body {    
    margin-top: 10px;
}

.nav-tabs > li {  
    margin-bottom: -2px;
}
.nav-tabs > li > a {
    margin-right: 0;	
}

#carousel.flexslider .flex-viewport{
	overflow: hidden;
    position: relative;
    max-height: 140px;
}

#single-slider.flexslider .flex-viewport{	
    overflow: hidden;
    position: relative;
    max-height: 570px;
}

@media (max-width: 992px) { 
	#carousel.flexslider .flex-viewport{		
		max-height: 80px;
	}
	
	#single-slider.flexslider .flex-viewport{	
		max-height: 295px;
	}
}