/***** Vertical Align Modal Bootstrap *****/
#socials.modal {
	text-align: center;
	padding: 0!important;
	display: none;
}

#socials.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

#socials.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
/***** END Vertical Align Modal Bootstrap *****/

#search-results {
	clear: none !important;
	padding: 0;
	position: relative;
}

.search-results-normal{
	margin: 0 0px 20px 5px;
	width: 73%;
}

.search-results-full{
	margin: 0 5px 20px 5px;
	width: 100%;
	margin: 0!important;
}

#results-container{

}
#search-details{
	background: #fff;
}

#search-details .search-keyword{
	font-size: 14px;
	line-height: 32px;
	float: left;
}

#search-results .search-header{
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
}

.result {
	border-bottom: 1px solid #DDDDDD;
	clear: both;
	position: relative;
	background-color: #ffffff;
	padding: 10px 15px 5px;
	margin-bottom: 10px;
}

.result.featured{
	background-color: #fbfbfb;
}

.offer-box.featured{
	background-color: #fbfbfb;
}

.event-box.featured{
	background-color: #fbfbfb;
}

.search-results .category-container{
	margin-bottom: 20px;
}

.search-results .categoy-image{
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #AAAAAA;
	float:left;
	margin-right: 20px;
	width: 170px;
}

.search-results .categoy-image img{
	width: 100%;
}

 .featured-label {
    background: url("components/com_jbusinessdirectory/assets/images/featured_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 83px;
    position: absolute;
    width: 75px;
    z-index: 10;   
}

.top-right{
 	right: -19px;
    top: -1px;
}

#tabs-style-2 .top-right{
	right: 23px;
    top: auto;
}

.result .business-details {
	margin-top: 5px;
}

.result .business-details.row-fluid{
	margin-bottom: 0!important;
}

.result .business-info {
	width: 100%;
	display:block;
}

.result .result-content {
	padding: 0px 5px 0px 2px;
	float: left;
	width: 73%;
	font-size: 13px;
}

.search-results .position {
	color: #222222;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 5px 0 0;
	text-align: center;
	width: 20px;
}

.result .company-info {
	float: left;
	position: relative;
	width: 77%;
}

.search-toggles{
	float: right;
    color: #808080;
    line-height: 32px;
    text-align: left;
}

.search-toggles .view-mode {
    margin: 0px 0px 5px 10px;
    background: #FDFDFD;
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #FBFBFB 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FBFBFB) );
	background: -webkit-linear-gradient(top, #FFFFFF, #FBFBFB);
	background: linear-gradient(top, #FFFFFF, #FBFBFB);
    border: 1px solid #E1E1E1;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.05);
    float: left;
    height: 32px;
    padding: 0!important;
}

.search-toggles .view-mode a, .search-toggles .view-mode strong {
    display: block;
    float: left;
    height: 31px;
    margin: 0;
    overflow: hidden;
    text-indent: -999px;
    width: 30px;
}

.search-toggles .view-mode .list {
    background-size: 30px 54px;
    background-position: 0 3px !important;
}
.search-toggles .view-mode .list {
    background: url("components/com_jbusinessdirectory/assets/images/i_list_mode.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.search-toggles .view-mode .grid {
    background-size: 30px 54px;
    background-position: 0 3px !important;
    padding: 0;
}

.search-toggles .view-mode .grid {
    background: url("components/com_jbusinessdirectory/assets/images/i_grid_mode.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
}


.search-toggles .view-mode a:hover, .search-toggles .view-mode .active {
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1) inset;
}

.search-toggles .view-mode a:hover, .search-toggles .view-mode .active {
    background-position: 0 100% !important;
}

.search-toggles .view-mode label {
    display: block;
    float: left;
    margin: 0 7px;
    line-height: 32px;
    width: auto !important;
}


.search-toggles .view-mode .map {
    background: url("components/com_jbusinessdirectory/assets/images/globe_gray.png") no-repeat scroll 0px 50% rgba(0, 0, 0, 0);
    text-indent: 0;
    width: auto;
    padding: 0 5px 0 25px;
}

.search-toggles .view-mode a.map:hover, .search-toggles .view-mode a.map.active{
    background-position: 0 50% !important;
}


.search-toggles .button-toggle:first-child {
    border-radius: 3px 0 0 3px;
}

.search-toggles .button-toggle:last-child {
    border-radius: 0 3px 3px 0;
}

.search-toggles .button-toggle.active {
    background: none repeat scroll 0 0 #777777;
}
.search-toggles .button-toggle.active a{
	color: #FFFFFF !important;
}

.search-toggles .button-toggle a{
	font-weight: bold;
	padding: 3px 7px;
	display:inline-block;
}

.search-toggles .button-toggle{
	background: #FCFCFC;
	background: -moz-linear-gradient(center top , #FCFCFC 0%, #EBEBEB 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#EBEBEB) );
	background: -webkit-linear-gradient(top, #FCFCFC, #EBEBEB);
	background: linear-gradient(top, #FCFCFC, #EBEBEB);
    border: 1px solid #B7B7B7;
    display: inline-block;
}

select.orderBy{
	display: inline-block;
	width: 110px;
	float: left;
	margin-right: 5px;
	height: 32px;
	padding: 3px 5px;
}

span.sortby{
	float: left;
	padding-right: 5px;
}

#company-info ul{
	list-style-type: none;
	margin: 0;
    padding: 0;
}

#company-info ul li:before{
	content: none;
}

#company-info ul li{
	margin: 0;
	padding: 0;
	background: none;
}

.result h3 {
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
}

.search-results h3.business-comercial-name {
	display: block;
	font-size: 1.2em;
	margin-bottom: 3px;
}

#search-info {
	padding: 7px 10px;
	color: #FFFFFF; 
	font-size: 12px;
	background: #787878;
}

.search-results .company-contact{
	display: block;
	font-size: 11px;
}

.search-results .comany-contact-details{
	font-size: 11px;
}

.company-address {
	display: inline;
	font-size: 13px;
	padding-right: 15px;
}

.company-intro{
	display: block;
	font-size: 13px;
	float: left;
	position: relative;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #CECECE;
	width: 100%;
}

.search-results .phone {
	background: none!important;
	display: block;
	font-weight: bold;
	color: #444444;
	padding-top:2px;
	white-space: nowrap;
}

#search-info ul {
	float: left;
	list-style-type: none;
	line-height: 20px;
	margin: 0!important;
	padding: 0;
}

#search-info input{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: auto;
}

#search-info strong{
	font-size: 13px;
}
#search-info label{
	padding: 0;
	margin: 0;	
	display:inline;
	line-height: 17px;
}

#search-info ul li {
	margin: 0!important;
	padding: 0!important;
	float: left;
	margin-right: 20px!important;
	list-style: none;
	line-height: 21px !important;
	color: #FFFFFF;
	font-weight: bold;
	background-image: none!important;
}


.rating img, #reviews img, #add-review img, .company-image img{
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
	
}

.rating img, #reviews img, #add-review img{
	display: inline-block;
	padding: 0 !important;
}

.rating {
	display: block;
	height: 20px;
	position: relative;
	width: 98px;
}

.result .company-rating {
	float: right;
	font-size: 13px;
	margin: 2px 25px 0 25px;
	position: relative;
	width: 115px;
}

.search-style-1 .business-container, .list-intro .business-container{
	display: block;
}

.result .rating {
	float: left;
}

.rating p{
	margin: 0px;
}

.search-results .review-count {
}

.search-results .company-features {
	clear: left;
	margin-left: 5px;
	padding: 3px 0 0 0;
	width: auto !important;
}

.search-results .company-features li {
	color: #222222;
	float: left;
	font-weight: bolder;
	padding: 0;
	padding-right: 10px;
	display: block;
	margin: 0;
	background: none;
}

.search-results .classification {
	clear: left;
	display: block;
	margin-left: 0;
	margin-right: 10px;
	padding-top: 5px;
}

.search-modules{
	margin-bottom: 15px;
}

.filter-switch{
	display:none;
	background-color: #999;
	padding: 5px 20px;
	color: #fff;
	cursor: pointer;
}

.search-filter {
    background: #fbfbfb;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.08);
	display: block;
	overflow: hidden;
    padding: 16px;
    margin-bottom: 15px;
}

.search-filter h3 {
	line-height: 31px;
	font-size: 17px !important;
	padding: 0px 0 0 5px;
	margin: 0!important;
}

.search-category-box {
	clear: both;
	line-height: 15px;
}

.search-category-box .filter-header {
	font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    font-weight: 600;
    padding: 5px 0px 15px 0px;
}

.search-filter .filter-criteria {
	clear: both;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 13px;
}

.search-filter .filter-criteria:last-child {
    border-bottom: none;
}

.search-category-box ul {
	line-height: 13px;
	list-style-type: none;
	list-style-position: inside;
	margin: 0 0 10px 0;
	padding: 0;
}

#search-filter a{
	color: #333;
}

#search-filter a.filter-main-cat{
	font-weight: 600;
}

#search-filter ul li:before{
	content: none;
}

.search-category-box ul li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    margin: 6px 0 !important;
    padding: 0 !important;
}

.search-category-box ul li ul li{
	padding-left: 10px;
}

.search-category-box ul li ul li a{
	color: #888888;
}

.search-category-box a {
	color: #0185CA;
	text-decoration: none;
	margin: 2px 0;
}

.search-category-box li div{
	display: block;
	color: #0185CA;
}

.search-category-box li.selectedlink div.selected{
    background-color: #e2e2e2;
    margin: 0 0 2px;
    color: #FFFFFF;
    padding:7px 5px;
}
.search-category-box .selectedlink div.selected a {
    color: #FFFFFF;
}

.search-category-box .selectedlink .cross {
    background: url("components/com_jbusinessdirectory/assets/images/cross_sel.png") no-repeat scroll 0 5px transparent;
    position: relative;
    float: right;
    margin-right: 2px;
    text-indent: -10000px;
    top: 0;
    width: 10px;
}

.search-category-box .filterExpand {
	float: right;
}

#search-path {
	font-size: 13px;
	display: block;
	line-height: 20px;
	margin-bottom: 20px;
}

#search-path .divider{
	color: #ccc;
}

#search-path ul {
	list-style-type: none!important;
	margin: 0;
	padding: 0!important;
}

#search-path ul.category-breadcrumbs{
	margin-right: 20px;
}

#search-path ul.category-breadcrumbs a {
	padding: 2px 2px;
}

#search-path ul li:before{
	content: none;
}

#search-path ul li {
	display: inline;
	margin-bottom: 5px;
	font-size: 13px;
	padding: 0;
	background: none;
	line-height: 33px;
}

ul.selected-criteria{
	margin-left: 20px;
	list-style-type: none!important;
	margin: 0;
	padding: 0!important;
	float: left;
	max-width: 100%;
}

.selected-criteria .reset{
	padding-left: 10px;
}

#search-path .selected-criteria li{
	display: inline-block;
    padding: 7px 8px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    margin: 0 7px 0 0;
    max-width: 100%;
    line-height: 17px; 
}

#search-path .selected-criteria li a{
	color: #333;
}

.selected-criteria li:hover{
	backgrond-color: #F1F1F1;
}



#categories-container .categories {
	color: #999999;
	font-size: 1em;
}

#categories-container .categories ul {
	display: inline;
}

#categories-container .categories ul li {
	display: inline;
	background: none;
}

#categories-container .categories span {
	font-weight: bolder;
	color: #777777;
}

.categories-grid .grid-content .post{
	width: 23%;
	margin: 1%
}

.result-actions {
	background-color: #E3EDF0;
	clear: both;
	font-size: 1.1em;
	height: 13px;
	overflow: hidden;
	padding: 5px 5px 4px 35px;
	text-align: right;
	display: none;
}

.result-actions ul{
	list-style-type: none;	
}


.search-results .result:hover .listing_actions,.search-results .result.hover .listing_actions
	{
	visibility: visible;
}

.business-categories{
	list-style-type: none!important;
}

.business-categories a:hover {
	text-decoration: underline;
}

.business-categories li{
	display: inline!important;
	padding: 0!important;
	background: none!important
}

.company-image {
	box-shadow: 0 2px 5px #969696;
    float: left;
    padding: 2px;
	margin: 0 0px 10px 0px;
	position: relative;
	width: 100%;
}

.company-image a{
	width: 100%;
}


.company-image img {
	width: 100%;
}

#top-right-container {
	float: right;
	margin-bottom: 7px;
	max-width: 650px;
	line-height: 20px;
}

#top-right-container .view-counter{
	margin-right: 5px;
	font-size: 13px; 
	padding: 5px;
}

#company-style-5-header .view-counter{
	color: #ffffff;
}

#open_socials{
	font-size: 14px;
	padding: 5px 10px;
}

#socials .share h4 {
	margin-top: 0;
}

#socials .share ul {
	float: left;
	list-style-type: none !important;
	margin: 0!important;
	padding: 0;
}

#socials .item-image img {
	margin-bottom: 15px;
}

#legend #dialog-container,
#socials #dialog-container {
	border: 0;
}

#legend #dialog-container dl dd {
	display: table;
}

@media (max-width: 479px) {
	#legend #dialog-container,
	#socials #dialog-container {
		padding: 16px 20px !important;
	}
	#legend .dialogContent,
	#socials .dialogContent {
		max-width: 100% !important;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	#legend .row-fluid [class*="span"],
	#socials .row-fluid [class*="span"] {
	    margin-left: 1% !important;
	}
}

#socials .share ul li {
	float: left;
	margin-right: 10px;
	position: relative;
}

#socials .share ul li .fb-like {
	top: 0;
}

#socials .share strong {
	float: left;
	line-height: 24px;
	font-size: 13px;
}

#socials .share ul li a {
	display: block;
	margin-top: 2px;
	overflow: hidden;
	padding-left: 0;
}

#company-info {
	font-size: 13px;
	float: left;
	position: relative;
}

#company-info .phone{
	background: none!important;
}

.dir-company-info{
	width: 40%;
	margin-bottom: 15px;
}

.contact-details-wrap{
	display: inline-block
}

#company-info .company-image {
	margin-left: 0px;
	margin-top: 0;
}

.company-info-container {
	display: block;
}


.company-info-container p{
	margin: 0!important;	
}

.company-info-review {
	position: relative;
}

.company-info-rating .rating {
	float: left;
	vertical-align: middle;
}

.company-info-average-rating {
	padding-bottom: 7px;
	clear: both;
}

.company-info-user-rating {
	padding-bottom: 2px;
	clear: both;
}

.company-info-review {
	clear: both;
	padding-bottom: 4px;
}

#company-info h4.contact {
    color: #333;
    font-size: 14px;
    padding-bottom: 3px;
    margin: 5px 0px 5px;
}

.contact-person-details div{
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contact-person-details .contact-item{
	display:none;
	list-style-type: none;
}

.contact-person-details.open .contact-item{
	display:block;
}

.contact-person-details.open{
	background-color: #FAFAFA;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.contact-person-details.open .contact-person-details{
	font-weight: bold;
}

#company-info-details{
	margin-bottom: 15px;
}

#company-info-details .company-contact{
	margin-bottom: 15px;
}

#company-info-details span{
	padding-right: 15px;
}

#company-info-details .company-contact li{
	margin-bottom: 5px;
}
.company-info-details [class*="dir-icon-"], .company-info-details [class^="dir-icon-"]{
	font-size: 15px;
}

.compact-list .result{
	padding: 15px;
}

.compact-list .business-container{
	display: block;
	width: 100%;
}

.featured-text{
    background-color: #fff08e;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #888;
    font-size: 12px;
    line-height: 1;
    padding: 2px 4px;
    float: right;
    margin: 0 5px 5px 0;
}

.compact-list .business-categories a{
 	color: #555;
}

.compact-list .business-name{
	line-height: 25px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.compact-list .company-image{
	width: 12%;
}

.compact-list .company-info{
	width: 82%;
	float: left;
}

.compact-list .company-rating{
	position: relative;
	float: left;
	margin: 0!important;
	width: 100%;
}

.compact-list .phone a{
	font-size: 12px;
	font-weight: bold;
}

.compact-list .rating{
	width: 99px;
	float: left;
}

.compact-list .review-counter{

}

.compact-list .content-box{
	float: left;
	width: 50%;
	font-size: 13px;
	color: #333;
}

.compact-list ul{
	font-size: 13px;
	list-style: none !important;
	display: block;
	margin: 0px;
	padding: 0px;
}

.compact-list .company-links{
}

.compact-list .company-links li{
	list-style-type: none;
	display: inline;
	border-left: 1px solid #e8e8e8;
	padding: 0 4px;
}

.compact-list .company-links li:first-child {
	border-left: none;
	padding-left: 0;
}

.compact-list .company-info{
	width: 85%;
}


/*-------------results style 7 ---------------*/
.results-style-7 .business-name{
	line-height: 25px;
	display: block;
	float: none;
	margin: 0;
}

.results-style-7 .company-rating{
	width: 200px;
	float: left;
	display: block;
	margin: 0;
}

.results-style-7 .review-count{
	float: left;
}

.results-style-7 .business-container{
	display: block;
	width: 100%;
}

.results-style-7 .content-box{
	float: left;
	width: 50%;
	font-size: 13px;
	color: #333; 
}

.results-style-7 .company-info{
	padding-bottom: 40px;
	min-height: 225px !important;
}

.results-style-7 .company-intro{
	border-top: none;
}

.results-style-7 ul{
	font-size: 13px;
	list-style: none !important;
	display:inline;
	margin: 0px;
	padding: 0px;
}

.results-style-7 .company-links li{
	list-style-type: none;
	display: inline;
	border-right: 1px solid #c5c4c4;
	padding: 0 4px 0 0;
	margin: 0 4px 0 0 ;
}
.results-style-7 .business-categories li{
	border-right: none;
}

.results-style-7 .company-links li:last-child{
	border-right: none;
}
.results-style-7 .content-box{
	width: 100%;
	margin: 10px 0 20px;
}

.results-style-7 .company-logo{
	float:left;
}
.results-style-7 .busienss-name-info{
	float: left;
}

.results-style-7 .company-logo img{
    width: 45px;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 45px;
    margin: 4px 7px 0 0;
}

.results-style-7 .bottom-info{
	position: absolute;
	bottom: 0;
	font-size: 13px;
}

.results-style-7 .company-gallery{
    height: 225px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}


.results-style-7 .company-gallery img{
	height: 100%;
	widht: auto !important;
	min-width: 100%;
}

/*------------- end results style 7 ---------------*/


#tab-panel {
}

.dir-tab-panel{
	width: 57%;
}

.business-slogan{
	font-size: 15px;
	padding: 0;
	margin: 0 0 10px;
}

#tabsForm {
	float: right;
}

#tabs {
	line-height: normal;
	position: relative;
	z-index: 0;
	border: 0px;
	background: none!important;
	clear: both;
	padding: 0;
}

#tabs .ui-tabs-panel {
	border: 1px solid #e8e8e8;
	border-top: 0px;
	padding: 1em 1.4em;
	background: #FFFFFF;
	display: block;
}

#tab-panel .event-img-container{
	width: 150px;
}

#tab-panel .event-content{
	width: 56%;
}

#tabs li.ui-state-active{
	
}

#tabs ul.tab-list {
	border: 0px;
	border-left: 1px solid silver;
	margin: 0px!important;
	padding: 0!important;
	background-color: #FFFFFF;
	background:none;
	border-bottom: 1px solid silver;
}

#tabs ul.tab-list li {
	float: left;
	height: 33px;
	border: 1px solid silver;
	border-left-width: 0;
	display: block;
	padding: 0 !important;
	margin: 0 !important
}

#tabs ul.tab-list li strong,#tabs ul.tab-list li span {
	background-color: #EFEFEF;
	color: #555555 !important;
	text-decoration: none !important;
	float: left;
	line-height: 33px;
	padding: 0 10px;
	font-size: 13px;
}


#tabs ul.tab-list li.active{
	border-top: 3px solid #7a7a7a;
}

#tabs ul.tab-list li:hover span, #tabs ul.tab-list li.active span{
	background-color: #FFFFFF;
}

#tabs ul.tab-list li span {
	cursor: pointer;
}

.dir-tab ul{
	list-style-type: none!important;
	margin: 0!important;
}

#tabs  ul.tab-list li.ui-state-active  {
	border-bottom-color: white;
	margin-bottom: -1px!important;
    padding-bottom: 1px;
}


#tabs ul.tab-list li.ui-state-active span {
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}

#tabs li.ui-state-active strong {
	background-color: white;
}

#listing-style-1 .company-info-average-rating{
	clear:none;
}

#tabs-style-2 h1, #listing-style-1 h1, #one-page-container h1{
	margin:0 0 20px;
}

#listing-style-1 .claim-container{
	margin: 0;
}

#listing-style-1 .dir-print, #tabs-style-2 .dir-print, #one-page-container .dir-print, #company-style-5-container .dir-print, .company-container-style-6 .dir-print{
	line-height: 33px;
	margin-left: 10px;
}

#listing-style-1 .listing-details{
	margin-top: 15px;
}

#tabs-style-2 #company-info{
	width: 100%;
	margin-bottom: 10px;
}

#tabs-style-2 #tab-panel{
	width: 100%;
	clear: both;
}

#tabs-style-2  .company-image{
	margin-bottom: 30px;
}

#tabs-style-2 .claim-container{
	margin: 5px 0;
}

#tabs-style-2 .contact-btn{
	margin-top: 10px;
}

#company-tab-container {
	border: 1px solid silver;
	position: relative;
	top: -1px;
	z-index: 1;
}

#company_map img, .company-map img{
    width: auto !important;
    max-width: none !important;
}

#company-tab-content {
	padding: 20px;
	background-color: #ffffff;
}

.rating-text {
	margin: 0 0 0 10px;
}

.categories-container .category-content {
	float: left;
	font-size: 12px;
	margin: 10px 0 0 10px;
	width: 29%;
	padding: 10px;
	overflow: visbile;
	background: url("components/com_jbusinessdirectory/assets/images/small_box_gray_bg.gif") repeat-x scroll left
		bottom #F6F6F3;
	border-color: #EFEFEF #EFEFEF #CFCFCF;
	border-style: solid;
	border-width: 1px;
	min-height: 156px!important;
}

.category-img-container {
	box-shadow: 0 2px 5px #969696;
    float: left;
    padding: 2px;
	width: 34%;
	margin: 0 10px 0px 0;
}

.category-img-container img {
	width: 100%;
}

.category-content h2 {
	line-height: 15px;
	margin: 0 0 10px 0;
	font-size: 12px !important;
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	display: block;
	word-wrap: normal;
}

#categories-accordion{
 	padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;	
}

#categories-accordion li.accordion-element {
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 10px;
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

#categories-accordion li.accordion-element ul{
	margin: 0;
	padding: 0 0 0 15px;
}

#categories-accordion li.accordion-element h3{
	font-size: 14px;
	padding: 10px;
	color: #333;
	margin: 0;
}

#categories-accordion li.accordion-element .ui-accordion-content-active{
	background: #FAFAFA;
}

#categories-accordion .ui-state-active{
	background: #EFEFEF;
}

#categories-accordion .ui-state-active h3{
	color: #FFFFFF;
	font-weight: bold!important;	
}

#categories-accordion ul.category-list > li {
    border-bottom: 1px solid #E9EBEB;
    font-size: 15px;
    list-style: none outside none;
    padding: 12px 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}

#categories-accordion ul.category-list > li a:hover{
	text-decoration: underline;
}

#categories-accordion ul.category-list > li:last-child{
	 border-bottom: none;
}

#social-networks-container{
	display: block;
	margin-bottom: 3px;
}

#social-networks-container ul.social-networks{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#social-networks-container ul.socials-network li{
	float: left;
	line-height: 30px;
	list-style-type: none;
}

.socials-network a{
	padding: 10px!important;
	font-size: 15px;
	width: 37px;
	text-align: center;
	text-decoration: none;
	display:inline-block;
	cursor: pointer;
}

.socials-network  a:hover {
	opacity: 0.7;
}

.socials-network .dir-icon-facebook {
	background: #3B5998;
	color: white;
}

.socials-network .dir-icon-twitter {
	background: #55ACEE;
	color: white;
}

.socials-network .dir-icon-google {
	background: #dd4b39;
	color: white;
}

.socials-network  .dir-icon-linkedin {
	background: #007bb5;
	color: white;
}

.socials-network .dir-icon-skype {
	background: #00aff0;
	color: white;
}

.socials-network .dir-icon-youtube {
	background: #bb0000;
	color: white;
}

.socials-network .dir-icon-instagram {
	background: #125688;
	color: white;
}

.socials-network  .dir-icon-pinterest {
	background: #cb2027;
	color: white;
}

.socials-network  .dir-icon-whatsapp {
	background: #0ab71b;
	color: white;
}

/* ++++++++++++++  pagination  ++++++++++++++ */
.search-results .pagination li.pagination-start,.search-results .pagination li.pagination-next,.search-results .pagination li.pagination-end,.search-results .pagination li.pagination-prev
	{
	border: 0
}

.search-results .pagination li.pagination-start,.search-results .pagination li.pagination-start  span
	{
	padding: 0
}

.catalog-letters {
	display: block;
	font-size: 13px;
	padding: 5px 0px;
}

.catalog-letters a {
	margin: 2px 3px;
}

#search-info .result-counter {
	line-height: 25px;
	color: #FFFFFF;
}
.catalog-letters span{
	opacity: 0.7;
}

.catalog-letters span.letter-selected {
	font-weight: bolder;
	color: #FFA02D;
}

.catalog-letters span.used-letter {
	opacity: 1;
}

div.counter {
	float: right;
	font-weight: bold;
	margin: 4px 0px 0 0;
}

#user-rating {
	float: left;
}

.user-rating label {
	float: left;
	margin-right: 0.5em;
}

.user-rating {
	margin-bottom: 5px;
}

.attachments ul{
	list-style-type: none;
    padding-left: 0%;
}

.add-review .rating-criteria{
	float: left;
}

.add-review .rating-question{
	float: left;
}

.add-review .user-rating label{
	width: 100px;
}

.add-review textarea {
	width: 550px;
	height: 110px;
	margin: 5px 0 0px 0;
}

.add-review label {
	display: block;
	margin: 0px 10px 0 0;
}

.add-review .form-item {
	margin: 15px 0 5px 0;
}

.add-review {
	padding: 20px 30px;
	border: 1px solid #CCCCCC;
	background: #FAFAFA;
}

.review-actions{
	float: left;
	margin-right: 30px;
}

.review-actions ul {
	margin: 0;
	padding: 0;
}

.review-actions ul li {
	border-left: 1px solid #AAA;
	border-top: 0 none;
	display: inline;
	font-size: 13px;
	padding: 0 10px;
	line-height: 25px;
}

.review-actions ul li.first {
	border-left: none;
	padding-left: 0;
}

#report-abuse {
	text-align: left;
}

#report-abuse label{
	width: auto;
	display: block;
}

#report-abuse .report-abuse {
}

#new-review-response {
	text-align: left;
}

.review-response {
	font-style: italic;
	margin: 10px 0 10px 25px;
}

#new-review-response .review-repsonse {
}

.form-item {
	margin: 5px 0;
}

.form-item input,.form-item label {
	margin: 0 5px 5px 0;
}

.form-item  select,  .form-item  input[type="text"], .form-item  input[type="password"] {
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    display: inline-block;
    margin-bottom: 7px;
    padding: 4px 3px 4px 4px;
    font-size: 12px;
	background-color: #FFFFFF;
    border: 1px solid #999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    max-width: 300px;
    width: 95%;
}

.form-item  textarea{
	max-width: 400px;
    width: 95%;
}

.form-item  textarea:focus, .form-item  input:focus, .form-item  select:focus, .form-item  password:focus  {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

#reviews {
    clear: both;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

#reviews li.review {
	border-top: 1px dotted #CCCCCC;
	clear: both;
	display: block;
	padding: 10px 0;
}

#reviews .review-content {
	margin-left: 0;
	width: 100%;
}

#reviews .review-content div.rating-block {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#reviews .reviewer-name{
	color: #067AB4;
	font-size: 13px;
	padding-left: 0px;
}

#reviews .review-date{
	font-size: 12px;
	color: #777;
}

#reviews .review-content h4 {
	font-size: 16px;
	clear: both;
}

#reviews div.review-author {
	display:block;
	margin: 0 5px 5px 0;
	padding-top: 1px;
}

#reviews .review-rating{
    float: left;
    margin-right: 2em;
    margin-top: 3px;
    background-color: #DECF2E;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 36px;
    line-height: 36px;
    margin: 5px auto;
    text-align: center;
    width: 36px;
}

#reviews .review-criteria{
	float: left;
	text-align: center;
	margin-left: 20px;
}

#reviews .review-criteria-name{
	display:block;
	margin-bottom: 5px;
}


#reviews p.review-by-content {
	font-size: 13px;
	margin-bottom: 3px;
}

#reviews .review-description {
	clear: both;
	font-size: 13px;
	line-height: 1.4em;
	margin: 5px 0;
}

.review-text {
	padding: 0px;
	background-color: transparent;
	border: 0px;
	white-space: pre-line;
	overflow: unset;
	color: #717a8f;
}

#reviews .rate-review {
	margin: 0 0 0 10px;
	line-height: 25px;
}

#reviews  span.rate {
	float: left;
	font-size: 13px;
}

#reviews.rate-review ul {
	display: inline;
}

#reviews .rate-review li.thumbup {
	background: url("components/com_jbusinessdirectory/assets/images/thumb-up.png") no-repeat;
}

#reviews li.thumbdown {
	background: url("components/com_jbusinessdirectory/assets/images/thumb-down.png") 0 7px no-repeat;
}

#reviews .rate-review li.thumbup,#reviews .rate-review li.thumbdown {
	margin-left: 10px;
}

#reviews .rate-review li {
	border: none;
	clear: none;
	display: inline;
	float: left;
	padding: 0;
}

#reviews .rate-review li a {
	display: inline;
	float: left;
	height: 30px!important;
	line-height: 30px!important;
	text-indent: -9999px;
	width: 22px;
}

#reviews .rate-review li span.count {
	display: inline;
	float: left;
}

.result-counter {
	display: inline-block;
}

.clear-left {
	clear: left;
}

.tooltip {
	position: absolute;
	z-index: 99999;
	padding: 0px;
	background: #a6a6a6;
	border: 5px solid #a6a6a6;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background: transparent;
	border-color: rgba(0, 0, 0, 0.35);
	opacity: 1!important;
}

.tooltip p {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
}

.tooltip .inner-dialog {
	position: relative;
	padding: 14px 16px;
	font-size: 1.3em;
	background: #FFF;
	border: 1px solid white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, from(white),
		to(#f6f6f6) );
	background: -webkit-linear-gradient(top, white, #f6f6f6);
	background: -moz-linear-gradient(top, white, #f6f6f6);
	background: linear-gradient(top, white, #f6f6f6);
}

.tooltip div.arrow {
	position: absolute;
	z-index: 1;
	text-indent: -999em;
	top: -13px;
	left: 20px;
	width: 24px;
	height: 17px;
}

.tooltip .close-button {
	position: absolute;
	top: 7px;
	right: 7px;
	text-indent: -999em;
	outline: 0;
	background: url('components/com_jbusinessdirectory/assets/images/sprites.png') no-repeat 0px -157px;
	width: 14px;
	height: 16px;
}

.tooltip.rating-awareness {
	top: -67px;
	right: -24px;
	border-color: rgba(0, 0, 0, 0.15);
}

.tooltip.rating-awareness p {
	font-size: 0.8em;
}

.tooltip.rating-awareness strong {
	display: inline-block;
	font-size: 1.3em;
	line-height: 30px;
}

.tooltip.rating-awareness .inner-dialog {
	width: 206px;
	padding: 4px 22px 4px 10px;
	border: 1px solid #000;
	color: #000;
}

.tooltip.rating-awareness .arrow {
	top: auto;
	left: 134px;
	bottom: -11px;
	width: 15px;
	height: 12px;
}

.tooltip.thanks-rating {
	top: -133px;
	right: -24px;
}

.tooltip.thanks-rating p {
	margin-bottom: 0.75ex;
}

.tooltip.thanks-rating strong {
	font-size: 1.1em;
}

.tooltip.thanks-rating .inner-dialog {
	width: 211px;
	height: 87px;
}

.tooltip.thanks-rating .arrow {
	top: auto;
	left: 150px;
	bottom: -17px;
	background: url('') no-repeat 0px -268px;
	width: 24px;
	height: 17px;
}

.tooltip.thanks-rating .buttons {
	margin-top: 1.5ex;
}

.tooltip.thanks-rating .buttons .close-button {
	position: static;
	float: left;
	padding: 6px 0 4px;
	text-indent: 0;
	line-height: 17px;
	white-space: nowrap;
	font-size: 0.9em;
	background: none;
}

.tooltip.thanks-rating .review-btn {
	margin-right: 0.5em;
}

.review-btn,.orange-btn {
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 1px 1px #999999;
	background: -moz-linear-gradient(center top, #FFC100, #E68700) repeat;
	border: 0 none;
	color: #FFFFFF !important;
	float: left;
	font-weight: bold;
	padding: 6px 15px 4px;
	text-shadow: 0 1px 1px #CF7900;
}

/*------offers -------*/
#offers {
	clear: both;
}

#offer-list-view li{padding:0; list-style:none;background:#FFFFFF;margin-bottom: 10px;}

#tab-panel .offers-container{
	width: 100%;
	float: left;
	marign:0;
}

.offers-container.full {
	margin: 0px;
	width: 100%;
}

#company-tab-content .offers-container{
	width: 100%;
}

#company-tab-content .offers-container {
	margin: 0;
}

.offer-list{
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
}

.offer-list .offer-image img{
	width: 100%;
}

.offer-box {
	float: left;
	text-align: left;
	width: 165px;
	font-size: 13px;
	padding: 10px;
}

.offer-dates{
	font-size: 13px;
	font-color: #000;
}

.offer-location{
}

#offer-map{
	margin-bottom: 30px;
}

	
.offer-categories{
	margin: 15px 0;
	font-size: 13px;
}

.offer-attachments{
	margin: 15px 0;
}

.offer-attachments a{
	margin: 5px 5px 5px 0;
	background: #EFEFEF;
	padding: 3px 10px;
	display: inline-block;
}
	
#company-tab-content .offer-box {
	width: 160px;
}

.offer-img-container {
	border: 1px solid  #CCCCCC;
	padding: 1px;
	width: 96px;
	line-height: 0px;
}

.offer-image {
	line-height: 1px;
}

.offer-image img {
	vertical-align: middle;
}

.offer-discount {
	background-color: #82B33A;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	width: 100px;
}

.offer-subject {
	font-size: 15px;
	padding-bottom: 8px;
	padding-top: 5px;
	
}
.offer-box .offer-price {
	float: right;
}

.offer-price {
	font-weight: bold;
	font-size: 13px;
	padding: 2px;
}

.price-text-list {
	float: right;
	max-width: 100%;
}

.offer-price.old, .offer-price .old-price {
	text-decoration: line-through;
	font-weight: normal;
}

#offers .categories-menu {
	position: relative;
	float: left;
	width: 220px;
	height: 320px;
}

.image-preview-cnt {
	border: 1px solid #ccc;
	padding: 2px;
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.image-preview-cnt a {
	line-height: 210px;
}

.image-preview-cnt img {
	vertical-align: middle;
	width: 100%;
}

.left {
	float: left;
	text-align: left;
}

.image-prv-cnt {
	margin-right: 3px;
}

.image-prv {
	border: 1px solid black !important;
	height: 42px;
	width: 42px;
}

#offer-detail-1{
	padding: 20px;
	background-color: #ffffff;
}

.offer-image-container {
	float: left;
	width: 330px;
}

.offer-container{
	width: 100%;
	clear: both;
	font-size: 13px;
}

.offer-content {
	float: left;	
}

#offer-container h1 {
	color: #333333;
	font-size: 24px;
	line-height: normal;
	margin: 0 0 15px 0;
	font-weight: normal;
	padding: 0;
}

.offer-options {
	display: block;
	clear: both;
}

.offer-details {
	margin-bottom: 20px;	
}

.offer-details .price-old{ 
	text-decoration: line-through;
}

.offer-details td {
	padding: 3px;
	line-height: 20px;
}

.offer-details table{
	margin-bottom: 10px;
}

.offer-details th {
	padding-right: 3px;
	text-align: left;
}

.offer-description {
	padding: 20px 0 10px 0;
	clear: left;
}

.dir-offer-links{
	float: right;
}

.dir-offer-links .link-item{
	min-width: 85px;
	line-height: 36px;
}


/*------ end offers --------*/

/*-------- events ----------*/
#events {
	clear: both;
	line-height: 1.28
}

.events-container {
	float: right;
	margin-left: 30px;
	width: 73%;
	line-height: 20px;
}

.events-container.full {
	margin: 0px;
	width: 100%;
}

.events-container .entry-date {
    background: #575756 none repeat scroll 0 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    right: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    padding: 7px 7px 9px;
    position: absolute;
    text-align: center;
    top: -12px;
    transition: all 0.4s ease 0s;
    width: 90px;
    z-index: 11;
}

.events-container  .entry-date .day {
    display: block;
    font-size: 18px;
    line-height: 24px;   
}

.events-container .entry-date .month {
    text-transform: uppercase;
}


#company-tab-content .events-container{
	width: 100%;
}

#company-tab-content .events-container {
	margin: 0;
}

.event-subject{
	font-size: 16px;
	margin-bottom: 10px;
}

.event-date{
	font-size: 13px;
	margin:4px 0;
}

.event-location{
	font-size: 13px;
	color: #5F5F5F;
}

.event-image {
}

.event-image img {
	vertical-align: middle;
}

.event-discount {
	background-color: #82B33A;
	clear: both;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	width: 100px;
}

#events .categories-menu {
	position: relative;
	float: left;
	width: 220px;
	height: 320px;
}

.event-description {
	padding: 20px 0 10px 0;
	clear: left;
}


.event-image-container {
	float: left;
	width: 33%;
}

.event-image-container img{
	width: 100%;
}

.event-container{
	width: 100%;
	clear: both;
	background-color: #fff;
	padding: 20px 30px;
}

.event-content {
	float: left;
	margin: 0px 0px 0 20px ;
	width: 63%;
}

.event-content h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

.event-container h3{
	margin-bottom: 15px;
}

.event-options {
	display: block;
	clear: both;
}


.event-desciption{
	font-size: 13px;
	margin-top: 10px;
}

.event-details{
	margin: 10px 0 20px 0;
}

.event-details th{
	padding-right: 10px;
}

#events-calendar{
	margin-top: 20px;
}

/*------end events ---------*/


table.adminlist {
	background-color: #F3F3F3;
	border-spacing: 1px;
	color: #666666;
	width: 100%;
}

table.adminlist td,table.adminlist th {
	padding: 4px;
}

table.adminlist td {
	padding-left: 8px;
}

table.adminlist thead th {
	background: none repeat scroll 0 0 #F7F7F7;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	color: #656565;
}

table.adminlist thead th.left {
	text-align: left;
}

table.adminlist thead a:hover {
	text-decoration: none;
}

table.adminlist thead th img {
	padding-left: 3px;
	vertical-align: middle;
}

table.adminlist tbody th {
	font-weight: bold;
}

table.adminlist tbody tr {
	background-color: #FFFFFF;
	text-align: left;
}

table.adminlist tbody tr.row0:hover td,table.adminlist tbody tr.row1:hover td
	{
	background-color: #E8F6FE;
}

table.adminlist tbody tr td {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #FFFFFF;
}

table.adminlist tbody tr.row1 td {
	background: none repeat scroll 0 0 #F0F0F0;
	border-top: 1px solid #FFFFFF;
}

table.adminlist tfoot tr {
	color: #333333;
	text-align: center;
}

table.adminlist tfoot td,table.adminlist tfoot th {
	background-color: #F7F7F7;
	border-top: 1px solid #999999;
	text-align: center;
}

table.adminlist td.order {
	text-align: center;
	white-space: nowrap;
	width: 200px;
}

table.adminlist td.order span {
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	text-align: center;
	width: 20px;
}

table.adminlist .pagination {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}

table.adminlist td.indent-4 {
	padding-left: 4px;
}

table.adminlist td.indent-19 {
	padding-left: 19px;
}

table.adminlist td.indent-34 {
	padding-left: 34px;
}

table.adminlist td.indent-49 {
	padding-left: 49px;
}

table.adminlist td.indent-64 {
	padding-left: 64px;
}

table.adminlist td.indent-79 {
	padding-left: 79px;
}

table.adminlist td.indent-94 {
	padding-left: 94px;
}

table.adminlist td.indent-109 {
	padding-left: 109px;
}

table.adminlist td.indent-124 {
	padding-left: 124px;
}

table.adminlist td.indent-139 {
	padding-left: 139px;
}

table.adminlist tr td.btns a {
	text-decoration: underline;
}

div#element-box div.m form table.adminlist tr td a {
	font-size: 1.1em;
}

div#element-box div.m form table.adminlist tr td div.button2-left.smallsub a
	{
	font-size: 1em;
}

div#element-box div.m form table.adminlist tr td p.smallsub a,div#element-box div.m div.pane-slider form table.adminlist a
	{
	font-size: 1em;
}

.reduceOpacity {
	opacity: 0.6;
}

.subject-delimiter {
	margin: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

.company-details {
	display: block;
	background-color: #F5F5F5;
	border: 1px solid #E7E7E7;
	padding: 10px 15px;
	overflow: hidden;
}

.attachment-info{
	display: block;
	clear: both;
	margin-top: 15px;
}

.attachment-info img.icon{
	height: 25px;
	float: left;
	vertical-align: top;
	margin: -6px 2px 0 0;
}

.attachment-info .attachment-link div{
	display: inline;
}


h1.title {
	color: #067AB4 !important;
	font-size: 25px !important;
	line-height: 31px;
	margin: 0 0 20px 0!important;
	padding: 0 10px;
}


.claim-listing-wrapper{
	color: #5a5b5c;
	padding: 30px;
	background-color: #212121;
	overflow: hidden;
}


.claim-listing-description{
	font-size: 15px;
	font-style: italic;
	color: #cecece;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 20px;
}

.claim-listing-title{
	color: #ffffff;
	font-size: 22px;
}

.claim-listing-btn{
	background-color: #f5af02;
}

.claim-container {
	float: left;
	margin: 10px 0;
	font-size: 13px;
}

.claim-btn {
	background: url('components/com_jbusinessdirectory/assets/images/checkbox.png') no-repeat 0 50%;
	text-align: center;
	font-size: 14px;
	padding-left: 25px;
}

.claim-container p {
	margin: 5px 0;
}

.blockUI h1 {
	color: #ffffff;
}

.add-review-link {
	margin-bottom: 10px;
	float: right;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.video-container ul{
	margin: 0 !important;
	padding: 0;
	list-style-type: none;
}

/*--------------- control panel-----------*/
#jdb-wrapper{
	padding: 20px;
}

#jdb-wrapper .pagination{
	margin: 3px 0;
}

#user-options{
	background-color: #f5f5f5;
}

#user-options .ibox:hover{
	cursor: pointer;
}

#user-options .ibox:hover .ibox-title{
	background-color: #FAFAFA;
}


#user-options .text-success {
    color: #62cb31;
}

#user-options .ibox h4{
	margin: 5px 0;
}

#user-options .ibox-title h5{
	display: inline;
	float:none;
}

li.option-button h3 {
	font-size: 15px;
	margin: 0!important;
	padding: 30px 0 5px;
	line-height: 18px;
}

li.option-button p {
	font-size: 13px;
	margin: 0;
	padding: 0 5px;
	line-height: 20px;
}

li.option-button span {
	margin: 0;
}

li.option-button .box-inset img{
	height: 65px!important;
}

li.option-button .box-inset.search h3{
	padding: 5px 0;
}

li.option-button .ui-dir-button {
	padding: 7px 12px;
	margin-top: 5px;
}
/*--------------- end control panel-----------*/


/*---------------dialog-----------*/

#location-dialog .dialogContent {
   width: 700px; 
}

#dialog-container {
    -moz-border-radius: 8px 8px 8px 8px;
    -moz-box-shadow: 0 0 20px #333333;
    border: 8px solid rgba(255, 255, 255, 0.2);

}

#dialog-container .dialogCloseButton {
    background: url("components/com_jbusinessdirectory/assets/images/close-buttons.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: -24px;
    text-indent: -999em;
    top: -24px;
    width: 42px;
    z-index: 999;
}

.dialogContent {
    background-color: #FFFFFF;
    margin: 0;
    width: 100%;
    line-height: 20px;
}

#location-dialog .dialogContent {
   width: 700px; 
}

/*---------------dialog-----------*/
#dialog-container {
    -moz-box-shadow: 0 0 20px #333333;
    border: 8px solid #ccc;
    padding: 16px 20px;
    background-color: #FFFFFF;
    text-align: left;
}

#dialog-container iframe{
	width: 99%;
	border: none;
}

.dialogTitle {
    cursor: move;
    display: block;
    height: 28px;
    position: absolute;
    text-indent: -9999px;
    top: -20px;
    width: 100%;
	
}

#dialog-container .dialogCloseButton {
    background: url("components/com_jbusinessdirectory/assets/images/close-buttons.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: -24px;
    text-indent: -999em;
    top: -24px;
    width: 42px;
    z-index: 999;
}

#dialog-container h3.title, #dialog-container h1 {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #EAEAEA;
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    padding: 6px 11px;
    position: relative;
    marigin:0;
}
#dialog-container p{
    clear: both;
    margin: 0 0 2ex;
}

.dialogContent {
    margin: 0;
    width: 100%;
    line-height: 20px;
    max-width: 550px;   
}

#conditions .dialogContent{
	overflow: auto;
}

.dialogContentBody{ 
    border: medium none !important;
    font-size: 1.1em;
    padding: 10px 12px 0;
}

.red, .reqd, .error, .important {
    color: #B04343;
}

.dialogContent label {
    float: left;
    font-weight: bold;
    width: 12.5em;
}

.dialogContent form div {
    clear: both;
    margin: 0 0 1ex;
}

.dialogContent form .indent {
    display: block;
    margin: 0.5ex 0 0 12.5em;
}

.dialogContent .cancelbutton {
    float: left;
}

.dialogContent .cancelbutton {
    float: left;
}

.dialogContent .sendbutton {
    clear: none !important;
    margin: 0 !important;
    text-align: right;
}
/*------end dialog-----------*/



/*----------tables-------*/

.dir-table {
    background-color: #F9F9F9;
    border-color: #DFDFDF;
    border-spacing: 0;
    clear: both;
    margin: 0;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}
   
.dir-table.wide{
	 width: 100%;
}
.dir-table th{
    background: #F1F1F1;
    background: -moz-linear-gradient(center top , #F9F9F9 0%, #ECECEC 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC) );
	background: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
	background: linear-gradient(top, #F9F9F9, #ECECEC);
    color: #333333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border-bottom-color: #DFDFDF;
    border-top-color: #FFFFFF;
    font-size: 14px;
    line-height: 1em;
    padding: 7px 7px 8px;
    text-align: left;
    border-style: solid;
    border-width: 1px 0;
    word-wrap: break-word;
}
.dir-table tr.row0{
	background-color: #FCFCFC;
}

.dir-table td {
    color: #555555;
    border-bottom-color: #DFDFDF;
    border-top-color: #FFFFFF;
    font-size: 13px;
    padding: 15px 7px 2px;
    vertical-align: top;
    border-style: solid;
    border-width: 1px 0;
}

/*----------end tables-------*/

#plans-container{
	margin: 0 auto;
}

.featured-product-container {
    margin: 0 auto;
}

.featured-product-col {
    margin-bottom: 30px;
    background-color: #FFF;
}

.featured-product-col .select-buttons{
	background-color: #E5E5E5;
	text-align: center;
	padding: 30px 0 15px;
}

.featured-product-cell {
	margin: 5px 10px 5px 35px;
    font-size: 13px;
    text-align: left;
}

.featured-product-cell:last-child{
	 border-bottom: none;
}

.featured-product-cell.bottom {
    border-bottom: 0 none;
}
.featured-product-col.highlight {
    position: relative;
    z-index: 2;
}
.featured-product .featured-product-cell {
    display: block;
    font-size: 1.1em;
    text-align: center;
}
.featured-product .featured-product-cell-sub {
    font-size: 0.9em;
    font-style: italic;
}
.featured-product ul {
    margin-bottom: 0 !important;
}
.featured-product ul li {
    display: inline-block;
    margin-bottom: 0 !important;
    text-align: left;
}
.featured-product div {
    text-align: center !important;
}

.featured-product-col.highlight .name {
}

.featured-product-col .popular-plan{
	text-align: center;
	background-color: #77c04b;
	color: white;
	position: relative;
	margin-top: -35px;
	display: block;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}

.highlight .featured-product-head {

}
.featured-product-head {

}
.featured-product-head {
    padding: 5px 0 10px;
    text-align: center;
}
.featured-product-head {

}
.featured-product-head .item1 {
    font-size: 16px;
    line-height: 40px;
}
.featured-product-head .item1 {
    color: #777;
}
.featured-product-col.highlight .item2 {

}
.featured-product-head .item2 {
    color: #777;
    display: block;
    font-size: 11px;
    min-height: 23px;
    line-height: 14px;
    padding-bottom: 5px;
}
.featuretable .item2 {
    color: #777;
}
.featured-product-head .name {
	color: #333;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    margin-bottom: 10px;
    padding: 3px 6px;
    text-align: center;
    line-height: 36px;
    width: auto;
}
.featured-product-head a {
    color: #FFFFFF;
}
.featured-product div {
    text-align: center !important;
}
.featured-product-col .price{
	background-color: #F5F5F5;
	color: #777;
}

.featured-product-col .price-item{
	font-size: 130%;
}

.featured-product-col {
   
}

.featured-product-col-border{
	border: 1px solid #e4e3e3;
}

.featured-product-cell .max-items{
	font-weight: bold;
	color: #333;
}

.featured-product-cell.odd {
}
.clear {
    clear: both;
}
.featured-product-col.highlight {
    box-shadow: 0 0 5px rgba(5, 5, 5, 0.8);
}
.featured-product-col.highlight {
    transition: -moz-box-shadow 0.4s ease-out 0s;
}
.featured-product-col.highlight {
    position: relative;
    z-index: 2;
}
.contained-feature {
    margin-right: 7px;
	
}
.not-contained-feature {
	margin-right: 7px;
	color: #c21515;	
}

.order-container{
	display:block;
	border: 1px solid #999;
	padding: 10px;
	background-color: #F2F2F2;
	color: #333;
	margin-bottom: 10px;
}

#orders-holder{
}

.order-details{
	float: left;
}
.order-options{
	float: right;
	line-height: 80px;
}

.order-details h3{
	margin: 10px 0;
	font-size: 20px;
	line-height: 20px;
}

/*------- invoice ---------*/

#invoiceIfr{
	width: 100%;
	border: 0px;
	height: 650px;
	display:block;
}

#invoice .dialogContent{
	max-width: 100%;
	width: 780px;
}

.order-content{
	font-size: 13px;
	padding-right: 10px;
}

.order-header{
	border-bottom: 2px solid #9C9C9C;
	margin-bottom: 25px;
	padding-bottom:10px;
	color: #777;
}

.order-header .printbutton{
	font-size: 13px;
}

.order-header img{
	height: 50px;
}

.order-header-info{
	font-size: 12px;
	margin-top: 5px;
}

.order-content h3{
	font-weight: normal;
	font-size: 23px;
	margin: 0;
}

.order-identifier{
	background-color: #F1F1F1;
	border-left: 7px solid #67ACB1;
	width: 220px;
	padding: 5px 10px;
}
.order-content .title-section{
	margin-bottom: 20px;
}

.order-content .order-identifier dl{
	margin: 0;
}

.order-content .order-identifier dt{
	line-height: 23px;
	display: table-column;
	font-size: 13px;
}

.order-content .order-identifier dt{
	float: left;
	clear: left;
	width: 70px;
	display: table-cell;
	line-height: 21px;
}
.order-content .order-identifier dd{
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
	line-height: 21px;
}

.order-content ul.entity-details{
	margin: 5px 0 20px;
	padding: 0;
}

.order-content ul.entity-details li{
	margin: 0;
	padding: 0;
	display: block;
}

.order-content .table thead{
	background-color: #F1F1F1;
}

.order-content .table th:FIRST-CHILD{
	border-left: 7px solid #67ACB1;
}

.order-content .order-text{
	text-align: center;
	padding: 10px 0 15px 0;
}

.order-content .order-footer{
	background-color: #F1F1F1;
	font-size: 12px;
	padding: 5px 10px;
}

/*------- end invoice ---------*/

.left{
	float: left;
}
.right{
	float: right;
}



/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */

.list-footer {
	line-height: 25px;
}
.list-footer  .pagination{
	float: left;
	clear: none;
	padding: 0;
	margin-left: 30px;
}


.list-footer .pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.list-footer .pagination li {
	display: inline;
}

.list-footer .pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	display: inline-block
}

.list-footer .pagination .active a {
	cursor: default;
}

.list-footer .pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.list-footer .pagination li:first-child a {

}

.list-footer .pagination li:last-child a {
}


/*-------end pagination */

.info-box-content{
	margin:0;
	padding: 0;
	width: 100%;
	float: left;
}

.info-box{
	color: #333;
	text-align: left;
} 

.info-box .title{
	float: left;
	width: 100%;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

.info-box-content .info-phone{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}

.info-box-content .address{
    border-bottom: 1px dotted #cccccc;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 7px;
    padding-bottom: 3px;
}

.info-box-content .info-website{
	margin-bottom: 5px;
}

.info-box .info-box-image{
	width: 100%;
	float: left;
}

.info-box-image img{
	width: 100% !important;
}

.info-box-content a{
	float: left;
}

#companies-map-container{
	border: 3px solid #777777;
	margin-bottom: 3px;
}


#companies-map-container img{
	 max-width: none !important; 
	 width: auto;
}

#company-tab-container img{
	 max-width: none !important; 
	 width: auto;
}

#company-map img{
	 max-width: none !important; 
	 width: auto;
}

#map-container{
	 max-width: none !important; 
	 width: auto;
	 position: relative;
}

.company-counter{
	background: url("components/com_jbusinessdirectory/assets/images/circle.png") no-repeat 1px 0 ;
	float: left;
	width: 31px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #ffffff;
	padding-right: 2px;
	text-align: center;
	margin-top: 5px;
}

.list-intro .company-rating{
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
}

.list-intro .result .company-info{
	width: 100%;
}

.company-details-tabs .classification{
	margin-top: 4px;
}

.one-page-container{
	background-color: #ffffff;
	padding: 20px;
}

.one-page-container .company-image{
	width: 35%;
	float: left;
	margin-right: 20px;
}

.one-page-container ul{
	padding: 0;
	margin: 0;
}

.one-page-container .company-info-container{
	float: left;
	width: 61%;
}


.one-page-container .company-map{

}

.one-page-container .company-cell{
	margin-top: 5px;
	border-top: 1px dashed #AAAAAA;
}

.one-page-container .features-links{
	margin: 15px 0 0 0;
	padding: 0px;
}

#one-page-container .features-links li {
    border-left: 1px solid #999999;
    float: left;
    margin: 5px 0 0 1em ;
  	padding: 0 0 0 1em;
    line-height: 20px;
    font-weight: bold;
    list-style-type:none;
}

#one-page-container .features-links li:first-child{
	border-left: none;
}

.one-page-container .features-links li a{
	padding-left: 23px;
	line-height: 20px;
	display: inline-block;
}

#one-page-container .features-links .email{
	background: url("components/com_jbusinessdirectory/assets/images/email.png") no-repeat;
}

#one-page-container .features-links .website{
	background: url("components/com_jbusinessdirectory/assets/images/website.png") no-repeat;
}

#one-page-container .features-links li:first-child {
    border-left: 0 none;
    margin-left: 0;
    padding-left: 0;
}

#one-page-container img.static{
	max-width: 100% !important;	
}


#one-page-container .report-listing{
	float: right;
	margin: 8px 0;
}

#one-page-container #social-networks-container{
	float: left;
	margin-top: 10px;
}

#one-page-container #social-networks-container ul.social-networks li{
	line-height: 28px;
}

#one-page-container .social-networks-follow{
	font-weight: bold;
}

#one-page-container h2{
	color: #777777;
	margin-bottom: 15px;
	font-size: 17px;
}

#one-page-container div.business-hour-time{
	text-align: left;
}

#one-page-container .fieldset-business_hours .small{
	display: none;
}

.one-page-container .offers-container{
	float: left;
	widht: 100%;
	margin-left: 0;
}

.one-page-container .company-special-info{
	padding: 5px;
	background-color:#F8F7F1;
	border: 1px solid #CCC;
}
.one-page-container dt{
	line-height: 23px;
	display: table-column;
	font-size: 13px;
}

.one-page-container dt{
	float: left;
	clear: left;
	width: 140px;
	margin-bottom: 5px;
	display: table-cell;
	line-height: 21px;
}
.one-page-container dd{
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
	line-height: 21px;
}

.one-page-container dd ul{
	margin: 0 !important;
	padding: 0 !important;
}

.one-page-container dd ul li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.one-page-container .business-properties li:first-child div{
	width: 140px;
}

.one-page-container .fieldset-business_hours h3{
	display:none;
}

.style4{
	font-size: 13px;
}

.style4	.company-name {
    margin-bottom: 15px;
    margin-top: 5px;
    float: none;
    padding-bottom: 4px;
}

.style4 .rating-info{
	background-color:#F8F7F3; 
	border: 1px solid #DDD;
	padding: 5px 10px 0;
	margin: 5px 0;
}

.style4  .features-links{
	margin: 0;
}

.style4  #social-networks-container{
	margin-left: 0!important;
}

.style4 .fieldset-business_hours h3{
	display:none;
}

.style4 .company-info-container {
	background: none repeat scroll 0 0 #ebebeb;
    line-height: 27px;
    margin: 0 0 29px;
    min-height: 100px;
    padding: 69px 32px 33px;
    position: relative;
    width: 100%;
}

.style4 .company-info-container .company-map img{
	width: 100%!important;
}

.style4 .company-info-container strong.title{
  	background: #F2AD90;
    color: #fff;
    height: 66px;
    left: 50%;
    margin: 0 0 0 -41px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    top: -27px;
    width: 83px;
    border-radius: 50%;
}

.style4  .business-slogan{
	margin-bottom: 35px;
} 

.style4 .bookmark{
	margin-left: 20px;
}

.company-menu nav{
	font-size: 15px;
	line-height: 20px;
	padding: 15px 0px;
	margin-bottom: 20px;
}

.company-menu nav a{
	display: inline-block;
	margin: 10px 10px 0;
	padding: 3px 0;
}

.company-menu nav a:first-child{
	margin-left: 0;
}

.company-menu nav a.active{
	color: #555;
	border-bottom: 2px solid #333;
}

ul.business-properties{
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
	padding: 0!important;
}

.business-properties a:hover {
	text-decoration: underline;
}

.business-properties li{
	display: inline-block;
	padding: 0!important;
	font-size: 13px;
	line-height: 20px;
}

.custom-fields .business-properties li{
	float: left;
}

.business-properties li:first-child div{
	margin-right:5px;
}

.business-properties li:first-child{
	font-weight: bold;
}

.one-page-container .classification{
	display: block;
}

.business-container .custom-fields{
	margin-top: 5px;
}

.attribute-header{
	font-size: 13px !important;
}


.business-properties{
	display:block;
}

.business-container .business-properties li:before{
    content: none !important;
}

.business-container .business-properties li{
	color: #777777;
    font-weight: bolder;
    font-size: 1em;
    background: none!important
}

.business-container .business-properties li:first-child{
	font-weight: normal;
	color: #999999;
	float: left;
	margin-right: 5px;
}

.one-page-container .general-info h3{
	margin: 20px 0 5px 0;
	font-weight: bold;
	font-size: 17px;
}

.one-page-container .general-info .read-more{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #FFF;
	margin: 0px;
}

.one-page-container .general-info.collapsed {
    position: relative;
}

.one-page-container .company-info{
	width: 70%;	
}

.one-page-container .claim-container p{
	margin: 2px 0;
}

/*-------slider gallery ----------------*/
/** 
 * Slideshow style rules.
 */
#slideshow {
	position:relative;
}
#slideshow #slidesContainer {
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  color: #594A47;
}

/** 
 * Slideshow controls style rules.
 */
#slidergallery .control {
  display:block;
  width:30px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#slidergallery #leftControl {
  top:0;
  left:0;
  background:transparent url(components/com_jbusinessdirectory/assets/images/arrow_left.png) no-repeat 0 50%;
}
#slidergallery #rightControl {
  top:0;
  right:0;
  background:transparent url(components/com_jbusinessdirectory/assets/images/arrow_right.png) no-repeat 0 50%;
}


#pageContainer {
}


.slide h2, .slide p {
  margin:15px;
}

.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#403533;
  letter-spacing:-1px;
}

.controls-container{
	position: relative;
	clear: both;
	display: block;
	margin-top: 5px;
}

.slide-controls{
	float: left;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.slide-controls.selected{
	
}

#slidergallery ul.gallery{
	list-style-type: none;
	margin: 0!important;
	padding: 0!important;
}

#slidergallery ul.gallery li {
    display: block;
    float: left;
    margin: 0 10px 10px 0 !important;
    
}

#slidergallery ul.gallery a {
    border: 1px solid #AAAAAA;
    display: block;
    line-height: 0;
    padding: 2px;
}

 #slidergallery ul.gallery a img{
	height: 100px;
    object-fit: cover;
    overflow: hidden;
    width: 120px;
}

#slidergallery ul.gallery_review a img{
	height: 80px;
	width: 80px;
}


/* -------------------end slider gallery --------------- */

/* ------------------- image gallery --------------- */
.picture-container{
    width: 100%;
    margin-bottom: 40px;
}

/* -------------------end slider gallery --------------- */

/*----------- grid layout -----------*/

.grid-content{
	margin-bottom: 30px;
}

.grid-content h3{
	margin: 10px 0 10px 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.grid-content .post {
    font-size: 95%;
    line-height: 110%;
}

.grid-content .post.featured{
	background-color: #FAFAFA;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    transition-duration: 0s;
}
.isotope.infinite-scrolling {
    transition: none 0s ease 0s;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}

.grid-content .post {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    min-width: 115px;
}

.grid-content .post-inner {
	position: relative;
}

#company-offers .post-inner {
	min-height: 275px;	
}

.grid-content .post-content p {
    margin: 0 0 1.2em;
    padding: 0;
}

.grid-content .post-image {
    margin: 0;
    width: 100%;
    text-align: center;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.grid-content .post-image .featured-text, .item-image .featured-text{
	bottom: 2px;
	position: absolute;
	border-radius: 0;
	margin-left: none;
}

.grid-content .post-image img{
	min-height: 100%;
	min-width: 100%;
	border-radius: 4px 4px 0 0;
}

.grid-content .post-image a{
	text-align: center;
}

.grid-content article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.grid-content article img {
}

.grid-content article img, article fieldset {
    border: 0 none;
}

.grid-content .post-content {
    min-width: 120px;
    padding: 0 10px 10px 10px;
    overflow: hidden;
}

.grid-content .post .author-pic {
    float: left;
    margin: 0 10px 5px 0;
}

.grid-content  .grid4 .post-title {
    font-size: 120%;
}

.grid-content  .post-date {
    color: #555;
    display: block;
    font-size: 12px;
    line-height: 17px;
    margin: 7px 0;
}
.grid-content  .offer-dates{
	margin: 7px 0;
	font-size: 12px;
}
.grid-content  .post-meta {
    clear: both;
    color: #999999;
    font-size: 85%;
    line-height: 110%;
    margin: 0 0 10px;
}

.grid-content.offers-container{
	margin-top: 0;
}

.grid-content.offers-container .post{
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #CCC;
}

.grid-content.offers-container .company-clasificaiton{
	margin-bottom: 0;
}

.grid-view-2 .grid-content .post-inner {
    padding: 3px 1px;

}
.grid-view-2  .grid-content .post {
    background: none repeat scroll 0 0 #111;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    margin-top: 5px;
}

.grid-view-2  .grid-content .post-title{
	margin: 0px;
	padding: 2px 5px;
}

.grid-view-2  .grid-content .post h1 a{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
}

.grid-view-2  .grid-content .post-image {
    margin: 0 0 5px;
}


.list-post .post-meta em {
    display: none;
}
.list-post .post-meta .post-author, .list-post .post-meta .post-category, .list-post .post-meta .post-tag, .list-post .post-meta .post-author, .list-post .post-meta .post-comment a {
    border-top: 1px solid #DDDDDD;
    display: block;
    padding: 5px 0;
    text-align: right;
}
.list-post .author-pic {
    left: -60px;
    position: absolute;
    top: 0;
}
.module.list-post .post-content {
    margin-left: 0;
}
.module.list-post .post-meta {
    position: static;
    width: auto;
}
.module.list-post .post-meta .post-author, .module.list-post .post-meta .post-category, .module.list-post .post-meta .post-tag, .module.list-post .post-meta .post-author, .module.list-post .post-meta .post-comment a {
    border-top: medium none;
    display: inline;
    padding: 0 5px 0 0;
    text-align: left;
}
.module.list-post .author-pic {
    position: static;
}
.grid4 .post-title {
    font-size: 100%;
    line-height: 20px;
    margin: 5px 0;
    font-weight: bold;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grid3 .post {
    float: left;
    margin-left: 20px;
    width: 306px;
}
.grid3 .post-title {
    font-size: 120%;
}
.grid2 .post {
    float: left;
    margin-left: 20px;
    width: 474px;
}
.grid2 .post-title {
    font-size: 170%;
}
.post-video, .embed-youtube {
    height: 0;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.post-video iframe, .post-video object, .post-video embed, .embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*-------------------------grid style 2 ----------------------*/

.grid-style2 .grid-item {
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
}
.grid-style2 .grid-item.featured{
	background-color: #FAFAFA;
}

.grid-style2 .grid-item .grid-content {
    background: #eaeaea none repeat scroll 0 0;
    height: 200px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.grid-style2 .grid-item .grid-content a {
    text-align: center;
}
.grid-style2 .grid-item .grid-content img {
    border: 0 none;
    height: 100%;
    max-width: none;
    min-width: 100%;
    width: 100%;
}
.grid-style2  .info {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 0;
    line-height: 18px;
    min-height: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 2;
}
.grid-style2  .grid-item:hover .info {
    cursor: pointer;
    height: 100%;
    min-height: 100%;
}
.grid-style2 .info {
    float: right;
}
.grid-style2  .info h3 {
    color: #454545;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
}

.grid-style2 .hover_info {
    padding: 10px 15px 0;
    transition: all 0.5s ease 0s;
}
.grid-style2 .info .hover_info {
    color: #fff;
    display: none;
    font-size: 13px;
    min-height: 44px;
    text-align: left;
}
.grid-style2 .info .hover_info div {
    margin-bottom: 5px;
}
.grid-style2 .grid-item:hover .hover_info {
    display: block;
}
.grid-style2 .overflow_cut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grid-style2 .hover_info {
    color: #fff;
}

.grid-style2 .grid-item {
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}
.grid-style2 .grid-item-name {
    padding: 10px;
}
.grid-style2 .grid-item-name img {
    display: inline-block !important;
    width: auto !important;
}

.grid-style2 .grid-item-name h3 {
    color: #454545;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
}

.grid-style2 .info h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    padding: 10px 10px 10px 0;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}

.grid-style2 .item-vertical-middle {
	width: 100%;
	text-align: center;
}
.grid-style2  a.btn-view {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 10px 2px 3px;
    opacity: 1;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: scale3d(1, 1, 1);
    transition: all 400ms ease 0s;
    vertical-align: middle;
}
.grid-style2  a.btn-view:hover {
    background: none repeat scroll 0 0 #333;
    border-color: #333;
}


/*------------------------ end grid style 2 ---------------------*/


.categories .post-title{
	margin-bottom: 0;
}

#infscr-loading {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 10px 10px 10px 10px;
    bottom: 30px;
    height: 41px;
    left: 50%;
    margin-left: -25px;
    overflow: hidden;
    padding-top: 9px;
    position: fixed;
    text-align: center;
    width: 50px;
    z-index: 100;
}
.social-share {
    clear: both;
    display: block;
    height: 42px;
    margin: 10px 0;
    overflow: hidden;
}

.event-box{
	background-color: #ffffff;
	clear: both;
	display: block;
	padding: 10px;
}

.event-img-container{
	float: left;
	margin-right: 10px;
	width: 150px;
    overflow: hidden;
}

.event-img-container img{
	width: 100%;
}


ul.event-list{
	list-style-type: none;
	margin: 0!important;
	padding: 0;
}

ul.event-list li{
	padding: 5px 0 5px;
}

ul.event-list > li:first-child {
    border: none;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}


.fb-like iframe{
	z-index: 1;
	max-width: none!important;
}

.dir-print{
	float: right;
}

#conditions #dialog-container{
	height: 500px;
	overflow: auto;
}

.term_conditions{
	margin: 20px 0;
}

#discount-form{
	margin-bottom: 40px;
}

#discount-form label{
	display: block;
}

#discount-form input{
	display: inline-block;
}


.sp-methods dt{
	display: block
}
.sp-methods dd{
	margin-bottom: 5px;
	display: block;
}

.sp-methods .form-list{
	margin: 5px 0 10px 10px;
}
.sp-methods ul{
	list-style-type: none;
	font-size: 13px;
}

.sp-methods input{
	display: inline-block;
}
.sp-methods img{
	width: 50px;
	display: inline-block;
}
.sp-methods label{
	display: inline;
}

/*---------- search results style 3 ---- */


.list-contact .business-name{
	width: 100%;
}

.list-contact .business-info{
	text-align: center;
	padding: 0 2%;
	width: 30%;
	float: left;
}

.list-contact .company-image{
	width: 100%;
	
}
.list-contact .company-rating {
    position: relative;
    float: none;
    width: auto;
    margin: 0!important;
}

.list-contact .company-rating .rating{
	margin: 0 auto;
    width: 140px;
    float: none;
}

.list-contact .company-options{
	background-color: #ECECEC;
	margin: 10px 0;
	float: left;
	border-radius: 5px;
}

.list-contact .company-options ul{
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.list-contact .company-options li{
	float: left;
}

.list-contact .company-options li a{
	padding: 5px 8px;
	margin: 0 5px;
	float: left;
}

.list-contact .company-options.right{
	float: right;
}

.list-contact .result-content{
	display: block;
	width: auto;
}

/*---------- end search results style 3 ---- */


/*-----------------process container ------------- */

.process-steps-container{
	display: block;
	clear: both;

}

.process-container{
	display: block;
	margin-bottom: 20px;
}

.process-container p {
	margin-top: 10px;
}

.process-container .main-process-step{
	line-height: 33px;
	float: left;
	margin-right: 40px;
	font-size: 16px;
	margin-bottom: 10px;
	color: #777;
}

.process-container .process-step-number{
	background: #ddd none repeat scroll 0 0;
    border: 3px solid #ddd;
	float: left;
	border-radius: 50%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    position: relative;
}

.process-container .main-process-step.completed{
	color: #2BC253;
}

.process-container .completed .process-step-number{
	border: 3px solid #2BC253;
	background-color: #2BC253;
	color: #FFFFFF;
}

.process-steps-wrapper{
	float: left;
}

.meter { 
	clear: both;
	height: 10px; 
	position: relative;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 3px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
	margin-bottom: 5px;
}

.meter > span {
	display: block;
	height: 100%;
	background-color: rgb(43, 194, 83);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(43,
		194, 83) ), color-stop(1, rgb(84, 240, 84) ) );
	background-image: -webkit-linear-gradient(center bottom, rgb(43, 194, 83)
		37%, rgb(84, 240, 84) 69% );
	background-image: -moz-linear-gradient(center bottom, rgb(43, 194, 83)
		37%, rgb(84, 240, 84) 69% );
	background-image: -ms-linear-gradient(center bottom, rgb(43, 194, 83)
		37%, rgb(84, 240, 84) 69% );
	background-image: -o-linear-gradient(center bottom, rgb(43, 194, 83) 37%,
		rgb(84, 240, 84) 69% );
	-webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0
		-2px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px
		6px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}

/*-----------------process container ------------- */

.page-title{
	font-size: 18px;
}

.payment-items table td{
	padding: 4px 7px;
	text-align: right;
}

.payment-items .heading td{
	text-align: left;
}

.no-text{
	text-transform: none;
	text-rendering: auto;
}

#bookmark-container {
	position: absolute;
	right: 0;
	margin-top: -39px;
	margin-right: 7px;
}

.bookmark i {
	width: 28px;
	height: 28px;
	display: inline-block !important;
	background-color: #555;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 17px;   
	margin: 5px 0;
}

.businss-hours-container{
	background: #EFEFEF;
	padding: 10px;
	border: 1px solid #DDDDDD;
	float: right;
	margin: 5px;
}

div.business-hour{
	margin-bottom: 7px;
}

div.business-hour .day {
    max-width: 130px;
}

div.business-hour-time{
	text-align: right;
}

div.package-info{
	margin-bottom: 10px;
	line-height: 18px;
}

div.listing-statistics{
	line-height: 18px;
}

.extend-period {
	background-color: #77c04b;
	border-radius: 3px;
	color: #fff;
	padding: 5px 10px;
	margin: 10px 5px 3px 0;
}

#autocomplete {
    position: relative;
}

.mfp-close{
	cursor: pointer!important;
}

.mfp-bottom-bar{
	background-color: #333;
	opacity: .6;
}

#company-gallery{
	margin-bottom: 20px;
}

/*facebook like fix*/ 
.fb_iframe_widget iframe {
    position: relative !important;
}

.fb_iframe_widget span {
   width: 100% !important;
}

.picture-table  textarea{
	width: 100%;
	margin-bottom: 25px;
}

.dir-panel-table.dir-table {
	width: 100%;
	border-width: 0;
	background-color: #fff;
	margin-top: 20px;
	display: inline-block;
}

.dir-panel-table.dir-table th,
.dir-panel-table.dir-table td {
	background: #fff !important;
	border-bottom-color: #f1f1f1;
}

.dir-panel-table.dir-table tfoot td {
	border: none;
}

.dir-panel-table.dir-table td {
	padding: 15px 7px 7px;
	vertical-align: middle;
}

.dir-panel-table .btn {
	border-radius: 0 !important;
}

.dir-panel-table .item-image{
	float: left;
	width: 80px;
}

.dir-panel-table .item-name{
	width: auto;
	float: left;
}

.dir-panel-table .item-image img {
	width: 60px;
	height: 60px;
	border: 1px solid #DFDFDF;
}

.dir-panel-table select {
	margin-left: 5px;
	padding: 2px;
	border-radius: 0;
}

.nowrap{
	white-space: nowrap;
}
.manage-panel-model .modal-dialog {
	margin-top: 10%;
}

.manage-panel-model .modal-header {
	border-bottom: none;
}

.manage-panel-model .modal-header .close {
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	border-radius: 50%;
}

.manage-panel-model .modal-content {
	border-radius: 0 !important;
}

.status-btn {
	width: 100%;
	max-width: 150px;
	min-height: 20px;
	background: #f1f1f1;
	color: #666;
	display: block;
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	font-style: italic;
	text-transform: uppercase;
	padding: 0 25px 0 5px;
	text-align: center;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.status-btn:after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #e2e2e2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.status-btn.status-btn-danger:after {
	background: #d9534f;
}

.status-btn.status-btn-warning:after {
	background: #f0ad4e;
}

.status-btn.status-btn-warning.warn:after {
	background: #f0934e;
}

.status-btn.status-btn-info:after {
	background: #5bc0de;
}

.status-btn.status-btn-success:after {
	background: #5cb85c;
}

.status-btn.status-btn-primary:after {
	background: #337ab7;
}

.status-btn-holder {
	max-width: 150px;
}

#legend .dl-horizontal dt {
	margin: 0;
	margin-bottom: 10px;
}

#legend .dl-horizontal dd {
	margin: 0;
	margin-bottom: 20px;
}


/*-------------- search results style 5 ----------------*/

.extend-style5{
	min-height: 600px;	
}

.extend-style5  .map-view{
    position: relative;
}
.extend-style5 #style5-map-container {
	position: fixed;
	width: inherit;
}

.extend-style5 .grid-item {
    margin: 0;
}

.extend-style5 .info h3 {
	padding: 10px 0 5px 0;
	font-size: 14px;
}

.extend-style5 .grid-content .post-image {
	margin: 0;
}

.extend-style5 .grid-item-holder {
    margin: 0 !important;
    padding: 7px;
}

.extend-style5 .selected-company {
    background-color: green;
}

.extend-style5 .grid-item .grid-content .info a {
    padding: 5px 7px;
    font-size: 10px;
}


.extend-style5 .grid-item .grid-content .info .hover_info {
	font-size: 11px;
	line-height: 1.5;
	padding: 5px 15px 0;
}

.extend-style5 .grid-item .grid-content .info .company-website {
	font-size: 11px;
	padding: 0;
}

#company-style-5-header{
	position: relative;
}

#company-style-5-header .view-counter{
	color: #ffffff;
}


.company-style-5-header-image  #open_socials{
	background: none;
	border: none;
	padding: 5px 0;
}


@media (max-width: 1199px) {
	.extend-style5 .map-view,
	.extend-style5 .companies-view {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media (max-width: 767px) {
	.extend-style5 .companies-view {
		max-height: none;
		overflow: none;
	}

	.extend-style5 .grid-item-holder {
		width: 50% !important;
		float: left !important;
	}

	.extend-style5 .grid-item .grid-content {
		height: 220px !important;
	}

	.extend-style5 .grid-item .grid-content .info a {
		font-size: 10px;
		padding: 7px 6px;
	}
}

@media (max-width: 500px) {
	.extend-style5 .grid-item-holder {
		width: 100% !important;
	}
}
/*--------- end search results style 5 ----------*/


/*--------- toggle street view map style ----------*/
#map-street-view-panel {
	position: absolute;
	margin-top:10px;
	left: 50%;
	margin-left: -75px;
	background-color: #fff;
	border: 1px solid #999;
	text-align: center;
	line-height: 25px;
	padding: 5px;
	z-index: 5;
}
/*--------- end toggle street view map style ----------*/

/*------- chosen fixes ----------*/
.chzn-container .chzn-results { 
    margin-left: -5px; 
    clear: both; 
}

.chzn-container-single .chzn-search{
	padding: 0!important;
}

.chosen-container .chosen-results { 
    margin-left: -5px; 
    clear: both; 
}

.chosen-container-single .chosen-search{
	padding: 0!important;
}


.calendar table:FIRST-CHILD {
	width: 100%;
}

/*------- packages progress bar ----------*/
.process-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 610px;
	color: #849397;
	 margin: 0 auto;
}
.process-steps > li {
	position: relative;
	display: table-cell;
	text-align: center;
	font-size: 0.8em;
}
.process-steps > li > p {
	font-weight: normal;
	font-size: 1.3em;
}
.process-steps > li:before {
	display: block;
	margin: 0 auto;
	background: #DFE3E4;
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	margin-bottom: 0.25em;
	font-size: 17px;
	line-height: 2.5em;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.process-steps > li:after {
	content: '';
	position: absolute;
	display: block;
	background: #DFE3E4;
	width: 100%;
	height: 0.4em;
	top: 1.7em;
	left: 50%;
	margin-left: 1.5em;
	z-index: -1;
}
.process-steps > li:last-child:after {
	display: none;
}
.process-steps > li.is-complete {
	color: #2ECC71;
}
.process-steps > li.is-complete:before, 
.process-steps > li.is-complete:after {
	color: #FFF;
	background: #2ECC71;
}
.process-steps > li.is-active {
	color: #3498DB;
}
.process-steps > li.is-active:before {
	color: #FFF;
	background: #3498DB;
}
/**
 * Needed for IE8
 */
.progress__last:after {
	display: none !important;
}
.process-steps {
	margin-bottom: 3em;
}
/*------- end packages progress bar ----------*/


/*------- Company Style 5 ----------*/
.company-style-box {
	color: #717a8f;
	padding: 30px;
	line-height: 2;
    margin-top: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, .03) 0 2px 0;
    -moz-box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, .03) 0 2px 0;
    box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, .03) 0 2px 0;
}

.company-style-box h3 {
	font-size: 16px;
	line-height: normal;
	border-bottom: 2px solid #f4f4f4;
	margin: 15px 0;
	padding: 0 0 10px;
	font-weight: bold;
}

.company-style-box h3 i {
	font-size: 20px;
}

.company-style-box dd {
	margin-bottom: 20px;
}

.company-style-box ul {
	margin: 0;
}

#company-style-5-body {
	margin-bottom: 10px;
}

#company-style-5-body ul {
	list-style-type: none;
	padding: 0;
}

#company-style-5-container {
	background-color: #f0f3f6;
	padding: 20px;
}

.company-style-5-header-image {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding: 40px 30px;
}

.company-style-5-header-image {
	background: #4E5357 ; 
	box-shadow: inset 0 0 0 600px rgba(0,0,0,.4);
}

.company-style-5-header-info {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.company-style-5-header-info .first-column {
	color: #fff;
}

.company-style-5-header-info .dir-address, .company-style-5-header-info .dir-categories{
	font-size: 13px;
	margin-bottom: 10px;
}

.company-style-5-header-info .company-info-average-rating{
	display: inline-block;
}

.company-style-5-header-info .second-column {
	margin-top: 96px;
}

.company-style-5-header-info .rating{
	float: none;
	display: inline;
}

.company-style-5-header-info .company-info-rating{
	display: inline-block;
    width: 110px;
}

.company-style-5-header-info .review-info{
	display: inline-block;
	padding-top: 2px;
}

.company-style-box .dir-map-image{
	margin-bottom: 15px;
}

.company-style-box .dir-address{
	margin-bottom: 10px;
}

.company-style-box #map-street-view-panel{
}

.company-style-5-header-info .second-column .ui-dir-button {
	float: right;
}

.company-style-5-header-info .business-logo {
	border: 3px solid #fff;
	border-radius: 3px;
	background: #fff;
	margin: 5px 0;
	max-width: 100%;
}

.company-style-5-header-info .first-column h2 {
	margin: 0;
	margin-bottom: 15px;
}

.company-style-5-header-info .first-column a, .bookmark i {
	color: #fff;
}


#company-style-5-container .dir-keywords li{
	display: inline;
}

/*------- End Company Style 5 ----------*/

#company-style-7-body {
	margin-bottom: 10px;
}

#company-style-7-body ul {
	list-style-type: none;
	padding: 0;
}

#company-style-7-container {
	background-color: #f0f3f6;
	padding: 20px;
}

#company-style-7-container ul.menu{
	margin: 0 auto;
	text-align: center;
	height: 29px;
}

#company-style-7-container ul.menu li{
	display: inline;
	padding: 7px 17px;
	background-color: #fff;
	margin-right: 7px;
}


.company-style-7-header-image {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding: 40px 30px 0 30px;
	color: #fff;
}

.company-style-7-header-image {
	background: #4E5357 ; 
	box-shadow: inset 0 0 0 600px rgba(0,0,0,.4);
}

.company-style-7-header-info {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.company-style-7-header-info .first-column {
	color: #fff;
}

.company-style-7-header-info .dir-address, .company-style-7-header-info .dir-categories{
	font-size: 13px;
	margin-bottom: 10px;
}

.company-style-7-header-info .company-info-average-rating{
	display: inline-block;
}

.company-style-7-header-info .second-column {
	margin-top: 96px;
}

.company-style-7-header-info .rating{
	float: none;
	display: inline;
}

.company-style-7-header-info .company-info-rating{
	display: inline-block;
    width: 110px;
}

.company-style-7-header-info .review-info{
	display: inline-block;
	padding-top: 2px;
}

.company-style-box .dir-map-image{
	margin-bottom: 15px;
}

.company-style-box .dir-address{
	margin-bottom: 10px;
}

.company-style-box #map-street-view-panel{
}

.company-style-7-header-info .second-column .ui-dir-button {
	float: right;
}

.company-style-7-header-info .business-logo {
	border: 3px solid #fff;
	border-radius: 3px;
	background: #fff;
	margin: 5px 0;
	max-width: 100%;
}

.company-style-7-header-info .first-column h2 {
	margin: 0;
	margin-bottom: 15px;
}

.company-style-7-header-info .first-column a, .bookmark i {
	color: #fff;
}


#company-style-7-container .dir-keywords li{
	display: inline;
}

#company-style-7-container .business-properties{
	margin-bottom: 15px;
}

#company-style-7-container .custom-attributes li{
	display: block;
}

/*------- End Company Style 7 ----------*/

.numberCircle {
	background: #cccccc;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 5px;
	text-align: center;
	width: 1.6em;
}

.review-questions{
	line-height: 20px;
}
.review-questions .review-question-answer{
	margin-bottom: 7px;
}

.question-answer{
	cursor:pointer;
	padding:1px;
}

.question-answer:hover{
	box-shadow: 2px;
}

#dir-listing-description{
	margin-bottom: 20px;
}

#dir-listing-description ul{
	margin-bottom: 10px!important;
	padding: 0;
}

#dir-listing-description ul li{
	display: block;
}

#dir-listing-description ul li:before {
  content: '\2022';
  margin-right: 0.5em;
}

.remove{
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background-color: #555;
	text-align: center;
	margin-left: 5px;
	color: #e9e9e9;
	text-decoration: none;
	line-height: 12px;
	vertical-align: top;
	font-size: 11px;
	cursor: pointer;
}

.remove:hover{
	background-color: rgb(70,130,180);
	color: #e9e9e9;
	text-decoration: none;
}

.event-categories{
	list-style-type: none!important;
}

.event-categories a:hover {
	text-decoration: underline;
}

.event-categories li{
	display: inline!important;
	padding: 0!important;
	background: none!important
}

.payment-errors{
	color: #f00;
}


/* ------------------- event booking --------------- */
.event-booking-details{
	margin-bottom: 20px;
}

.event-booking-details table{
	width: 100%;
}

.event-booking-details .booking-tickets{
	padding: 15px;
	background-color: #E6F0F7;
	margin-top: 10px;
}

.booking-guest-details{
	padding: 15px;
}

.event-booking-details .event-image{
	float: left;
	margin-right: 2%;
}

.event-booking-details .event-image  img {
    border: 1px solid #dfdfdf;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.booking-tickets table td {
	text-align: right;
}
.booking-tickets table td:first-child {
    text-align: left;
}

.sold-tickets{
	font-weight: bold;
	padding: 10px;
	background-color: #FAFAFA;
}
​
/* -------------------end event booking --------------- */
#review-login-awarness-style-5 > *,
#review-login-awarness-style-5 > .inner-dialog > p:nth-child(3),
#review-login-awarness-style-5 > .inner-dialog > p > strong{
	color: #717a8f !important;
}

#review-login-awarness-style-5  p a{
	color: #006699 !important;
}

#review-login-awarness-style-5  p a:hover{
	color: #717a8f !important;
}

/*------------------------ Activity Itinerary ---------------*/

.activity_itinerary_table{
	border-top-left-radius: 4px!important;
	border-top-right-radius: 4px!important;
	border-bottom-left-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
	border-top: 1px solid #428bca !important;
	border-left: 1px solid #428bca !important;
	border-right: 1px solid #428bca !important;
	border-bottom: 1px solid #428bca !important;
}

.activity_itinerary_header{
	padding-top:10px;
	background-color: #428bca;
	color: #FFFFFF;
}

.activity_itinerary_header h3{
	margin-left:5px;
	padding-bottom:5px;
}
/*------------------------END Activity Itinerary ---------------*/

/*-------- background image-----------*/
.dir-bg-image{
	background: rgba(0, 0, 0, 0.075) none no-repeat scroll center center / cover ;
    position: relative;
}

.dir-bg-image::after{
	content: "";
    display: block;
    padding-top: 65%;
}

/*-----------------------Companies/Offers/Events list view simple--------------------------*/
 .results-style-6 .result {
	margin-bottom: 10px;;
	padding: 0px !important;
}

 .results-style-6 .business-container{
 	background-color: #fdfdfd;
 }

 .results-style-6 .item-image {
	margin: 0px;
	padding: 0px;
	box-shadow: none;
	height: 190px;
	position:relative;
}
.results-style-6 .item-thumbnail-wrap{
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    line-height: 0px;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}
.results-style-6 .item-image a > div > div {
	position: absolute;
	top: 60%;
	left: 60%;
	width: 100px;
	height: 100px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.results-style-6 .item-image a > div > div span{
	opacity: 0.5;
}
.results-style-6 .item-image a > div::before{
	width: 90px;
	height: 90px;
	line-height: 48px;
	content: "\f036";
	display: block;
	font-family: "FontAwesome";
	color: #fff;
	font-size: 57px;
	text-align: center;
	background: rgba(187,187,187,0.6);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	z-index: 10;
	opacity: 0;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	top: 37%;
	left: 35%;
	margin-top: -24px;
	margin-left: -24px;
	padding-top: 22px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.results-style-6 a > #hover-effect::before{
	top: 39% !important;
	left: 42% !important;
}
.results-style-6 .item-image a:hover > div::before{
	opacity: 1;
}

.results-style-6 .featured div .business-details{
	height: 190px;
	background: #e4f8f8;
}
.results-style-6 .company-details{
	height: 190px;
	background-color: #f9f9f9;
	border: none;
}

.results-style-6  .featured div .company-info div #info-right{
	background-color: #f2fcfc;
}
.results-style-6 .business-name{
	display: block;
	float: none;
	overflow: hidden;
	margin-bottom: 10px;
}

.results-style-6 .business-name a span, #offer-style2 .offer-name a span, #event-style2 .event-subject a span{
	font-size: 18px;
	font-weight: 700;
}
.results-style-6.business-name a:hover span{
	color: #ff9c00 !important;
	cursor: pointer;
}
.results-style-6 .business-name a{
	text-decoration: none;
	cursor: hand;
}

.results-style-6 .dir-intro-text{
    height: 95px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}

.results-style-6 .item-info-container{
}

.results-style-6 .company-address {
	display: inline;
	height: 25px;
	overflow: hidden;
}

.results-style-6 .company-rating{
	margin: 10px 0 22px 0;
	float: left;
}

.results-style-6 .item-info-wrap{
	height: 95px;
	overflow: hidden;
}
.results-style-6 .item-info-wrap i{
	margin-right: 5px;
	color: #999;
	width: 14px;
	display: inline-block;
	text-align: center;
}

.results-style-6 .icon-box-link{
	display: inline-block;
	width: auto;
}

.results-style-6 .cat-icon-box{
	border: 2px solid #C7C7C7;
	border-radius: 50%;
	padding: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.results-style-6 .item-info{
	display: block;
}


.results-style-6 .cat-icon-box i{
	margin:0;
}

@media (max-width: 767px) {
	.results-style-6 .item-info-wrap{
		height: auto;
	}
	
	.results-style-6 .dir-intro-text{
    	height: auto;
	}
	
	.results-style-6 .company-details{
		height: auto;
	}
	
	.results-style-6 .item-info-container{
		padding: 10px;
	}
	
	.results-style-6 .item-info{
		display: block;
	}
}


/*-----------------------END Companies list view blue----------------------*/

.accordionCollapse > h4:hover {
	cursor: pointer;
}
.accordionCollapse ul, .accordionCollapse li{
	display: none;
}

/*-------------------------Shopping Cart Section--------------------------------*/
.cart-item-header{
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	text-align:left;
	color: #999;
	text-decoration:none;
}

.cart-item{
	border:3px solid #eee;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
	margin:5px;
	margin-right:10px;
}

.cart-item-table{
	width:100%;
}

.cart-item-description {
	margin-left:100px;
	margin-right:10px;
	word-wrap:break-word;
}

.cart-item-description a {
	text-decoration: none !important;
	color: #000;
}

.cart-footer {
	float:right;
}

.cart-footer h3 {
	color: #999;
}

.cart-footer h3 span{
	color: #00A000;
}

.offer-cart-container select{
	display: inline;
}

.offer-cart-container button{
	display: block;
	margin-top:3px;
}


/*-------------------------END Shopping Cart Section--------------------------------*/
/*-------------------------New offer detail view--------------------------*/
#offer-detail-2 .left-side > div:first-child{
	padding: 8px 0;
	margin-bottom: 1px;
	background: #9cd8d8;
	text-align: center;
}
#offer-detail-2 .aio-icon-component, #offer-detail-2 .aio-icon-box-link, #offer-detail-2 .aio-icon-box, #offer-detail-2 .aio-icon-top, #offer-detail-2 .aio-icon-top h4, #offer-detail-2 .aio-icon-top h4 i{
	display: inline-block;
	font-size: 20px;
	margin-right: 1px;
	margin-left: 1px;
	color: white;
}
#offer-detail-2 .categories-right .aio-icon-component:hover, #offer-detail-2 .aio-icon-box-link:hover, #offer-detail-2 .aio-icon-box:hover, #offer-detail-2 .aio-icon-top:hover, #offer-detail-2 .aio-icon-top:hover h4, #offer-detail-2 h4 i:hover{
	cursor: pointer;
}
#offer-detail-2 .start-date h4 i:hover, #offer-detail-2 .end-date h4 i:hover {
	cursor: auto;
	color: white !important;
}
#offer-detail-2 .aio-icon-top h4 {
	height: 35px;
	width: 35px;
	border-radius: 35px;
	background: #c99dcf;
	border: 2px solid white;
}
#offer-detail-2 .aio-icon-top h4 i{
	margin-top: 5px;
}
#offer-detail-2 .left-side > div:nth-child(2) > div{
	height: 350px;
}
#offer-detail-2 #hover-effect::before {
	content: "\f002";
	top: 41% ;
	left: 44% ;
}
.date-event{
	width: 49%;
	display: inline-block;
}
#offer-detail-2 #hover-effect:hover {
	cursor: pointer;
}
#offer-detail-2 .start-date, #offer-detail-2 .end-date {
	height: 71px;
}
#offer-detail-2 .start-date > .date-event:first-child h4 i, #offer-detail-2 .end-date > .date-event:first-child h4 i {
	font-weight: 600;
}
#offer-detail-2 .start-date > .date-event:first-child, #offer-detail-2 .end-date > .date-event:first-child  {
	background-color: #9cd8d8;
	margin-top: 1px;
	max-height: 69px;
}
#offer-detail-2 .start-date > .date-event:first-child h4, #offer-detail-2 .end-date > .date-event:first-child h4 {
	padding-left: 6px;
	margin: 12px 0 12px 0;
	font-size: 14px;
	color: white;
	font-weight: 600;
}
#offer-detail-2 .start-date > .date-event:nth-child(2), #offer-detail-2 .end-date > .date-event:nth-child(2){
	background: #88c4c4;
	margin-top: 1px;
	height: 68px;
	position: relative;
	vertical-align: bottom;
}
#offer-detail-2 .start-date > .date-event:nth-child(2) h4, #offer-detail-2 .end-date > .date-event:nth-child(2) h4 {
	padding-left: 20%;
	padding-top: 13px;
	font-size: 19px;
	color: white;
	font-weight: 600;
}
#offer-detail-2 .coupon-offer {
	height: 35px;
	margin-top: 1px;
	background: #ff9c00;
}
#offer-detail-2 .coupon-offer:hover {
	background: #f37e2a;
	cursor: pointer;
}
#offer-detail-2 .coupon-offer:hover h5 a{
	cursor: pointer;
}
#offer-detail-2 .coupon-offer h5{
	margin: 0px;
	padding-top: 9px;
	text-align: center;
}
#offer-detail-2 .coupon-offer a{
	color: white;
}
#offer-detail-2 .offer-description{
	padding: 20px 30px;
	font-size: 14px;
	color: rgb(119, 119, 119);
}
#offer-detail-2 .event-locat {
	background: #f7f7f7;
	margin-top: 20px;
	padding: 30px 10px;
}
#offer-detail-2 .event-locat h5{
	text-align: center;
	font-weight: 700;
	font-style: normal;
	color: #35cbc9;
	font-size: 18px;
}
#offer-detail-2 .event-locat p {
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	color: rgb(119, 119, 119);
}
#offer-detail-2 .gps-event {
	color: #777;
	font-weight: bold;
}
#offer-detail-2 .gps-event span {
	color: #ff9c00;
}
#offer-detail-2 .price-offer {
	padding: 20px 30px;
	color: #35cbc9;
}
#offer-detail-2 .price-offer .row-fluid .span1 {
	margin-top: 10px;
}
#offer-detail-2 .price-offer .row-fluid .span1 div {
	height: 28px;
	width: 28px;
	background-color: white;
	border-radius: 50px;
	padding-left: 4px;
	border: 2px solid #35cbc9;
}
#offer-detail-2 .price-offer .dir-icon-caret-right {
	margin-left: 6px;
}
#offer-detail-2 .price-offer .span11 div
#offer-detail-2 .price-offer hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
#offer-detail-2 .price-offer h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-style: normal;
}
#offer-detail-2 .price-detail .span1 {
	margin-top: 0px !important;
}
#offer-detail-2 .price-detail .span3 div, #offer-detail-2 .specialprice-detail .span3 div {
	float: right;
	transition: all 0.3s ease;
}
#offer-detail-2 .price-detail .span8, #offer-detail-2 .price-detail .span3 {
	margin-top: 2px;
	font-size: 14px;
}
#offer-detail-2 .specialprice-detail .span8, #offer-detail-2 .specialprice-detail .span3 {
	margin-top: 12px;
	font-size: 14px;
}
#offer-detail-2 .price-detail .span3, #offer-detail-2 .specialprice-detail .span3 {
	color: #ff9c00;
	font-weight: bold;
	font-size: 16px;
}
#offer-detail-2 .price-detail .span3 div:hover, #offer-detail-2 .specialprice-detail .span3 div:hover{
	cursor: pointer;
	padding: 0 10px;
	color: white;
	background-color: #ff9c00;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#offer-detail-2 .organizer {
	margin-top: 30px;
	position: relative;
}
#offer-detail-2 .hover-offer {
	height: 280px;
}
#offer-detail-2 .organizer .hover-offer > div {
	padding: 5px 35px 5px 35px;
	margin: 0 0 20px 0;
	background-color: rgb(255, 156, 0);
	width: 160px;
	top: 20%;
	left: 60%;
	position: relative;
	text-align: center;
	font-size: 12px;
	color: white;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#offer-detail-2 .organizer .hover-offer::before {
	top: 19%;
	left: 3%;
}
#offer-detail-2 .social-event {
	display: inline;
	padding: 3px 6px;
	border: 2px solid rgb(156, 216, 216);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 10px 2px 0 1px;
	transition: all 0.4s ease;
}
#offer-detail-2 .social-event:hover{
	background-color: rgb(156, 216, 216);
	transition: all 0.4s ease;
}
#offer-detail-2 .face-event{
	padding: 3px 6px 3px 8px;
	margin-right: 5px;
}
#offer-detail-2 .social-event i{
	color: rgb(156, 216, 216);
}
#offer-detail-2 .social-event:hover i{
	color: white;
}
#offer-detail-2 .column-social {
	margin-top: 30px;
	float: right;
	margin-right: 5px;
}
#offer-detail-2 .title-event {
	padding-left: 10px;
	margin-top: 5px !important;
}
#offer-detail-2 .title-event > h4 a {
	color: rgb(62, 199, 193);
	font-size: 22px;
}
#offer-detail-2 .title-event > h4 a:hover {
	color: #ff9c00;
}
#offer-detail-2 .business-slogan {
	color: rgb(255, 156, 0);
	font-size: 14px;
	font-weight: normal;
}
#offer-detail-2 .desc-event {
	padding-left: 10px;
	color: rgb(119, 119, 119);
	font-size: 14px;
	margin-top: 0px;
}
#offer-detail-2 .contact-event {
	padding-left: 10px;
	margin-top: 10px;
}
#offer-detail-2 .contact-event .span4 {
	color: rgb(53, 203, 201);
	font-size: 14px;
}
#offer-detail-2 .contact-event .span8 a{
	color: rgb(255, 156, 0);
	font-size: 14px;
}
#offer-detail-2 .business-offer {
	border: 1px solid rgba(0, 0, 0, 0.0980392);
}
#offer-detail-2 .offer-reviews-simple {
	margin-top: 60px;
	background: rgb(156, 216, 216);
}
#offer-detail-2 .offer-reviews-simple .dir-icon-comments{
	background: white;
	color: #ff9c00;
	padding: 9px;
	border-radius: 50px;
	margin-left:  15px;
}
#offer-detail-2 .offer-reviews-simple h3 {
	font-size: 20px;
	font-weight: bold;
}
#offer-detail-2 .offer-reviews-simple .row-fluid{
	height: 70px;

	border-bottom: 1px solid white;
}
#offer-detail-2 .offer-reviews-simple .row-fluid .span1 {
	margin-top: 7px;
}
#offer-detail-2 .offer-reviews-simple .row-fluid .span11 {
	margin-top: 4px;
	color: white;
	padding-left: 20px;
}
#offer-detail-2 .add-review-link {
	color: white;
	text-align: center;
	float: none;
	margin-left: 44%;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid white;
	padding: 5px;
	border-radius: 3px;
	transition: none;
}
#offer-detail-2 .add-review-link:hover {
	border: 2px solid #ff9c00;
	color: #ff9c00;
	background: white;
}
#offer-detail-2 .add-review {
	background: rgb(156, 216, 216);
	border: 0px;
}
#offer-detail-2 .review {
	border: 0px;
}
#offer-detail-2 .review-event {
	padding-top: 35px;
	padding-bottom: 10px;
}
#offer-detail-2 .no-review {
	color: white;
	text-align: center;
	float: none;
	font-size: 16px;
}
#offer-detail-2 .inner-dialog{
	color: rgb(156, 216, 216);
	background: white;
}
#offer-detail-2 .review-tooltip {
	left: 31%;
	right: inherit;
	margin-top: 18px;
}
#offer-detail-2 .heading-green, #offer-detail-2 .user-rating, #offer-detail-2 .form-item label {
	display: none;
}
#style2-rating-label{
	display: inline-flex;
	width: 73%;
	padding-bottom: 8px;
}

#offer-detail-2 .form-item, #offer-detail-2 .outer_input {
	display: inline !important;
	width: 30% !important;
}
#offer-detail-2 .outer_input br {
	display: none;
}
#offer-detail-2 .form-item select, #offer-detail-2 .form-item input[type="text"], #offer-detail-2 .form-item input[type="password"] {
	width: 31% !important;
	max-width: 10000px;
}
#offer-detail-2 textarea {
	width: 98%;
	max-width: 10000px;
}
#offer-detail-2 .button-row {
	display: block;
}
#offer-detail-2 #agreementLinkReview {
	color: white;
}
#offer-detail-2 .term-offer {
	margin: 18px 0;
}
#offer-detail-2 .button-row .ui-dir-button {
	font-size: 16px;
}
#offer-detail-2 .button-row .ui-dir-button:first-child {
	background: #ff9c00;
}
#offer-detail-2 .button-row .ui-dir-button:nth-child(2) span{
	color: #ff9c00 !important;
}
#offer-detail-2 .button-row .ui-dir-button:first-child:hover {
	color: #ff9c00;
	background: white;
}
#offer-detail-2 .offer-name-simple h1{
	font-style: normal;
	color: #35cbc9;
	padding-left: 30px;
}
#offer-detail-2 #event-map > a, #offer-detail-2 #offer-map > a {
	color: #35cbc9;
}
#offer-detail-2 #event-map > a:hover, #offer-detail-2 #offer-map > a:hover {
	color: rgb(255, 156, 0);
}
/*-----------------------END New offer detail view------------------------*/
/*----------------------New event detail view-----------------------------*/
#offer-detail-2 .dir-panel-table.dir-table th, .dir-panel-table.dir-table td {

}
#offer-detail-2 .dir-panel-table select {
	color: rgb(255, 156, 0);
	border-color: rgb(255, 156, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#offer-detail-2 .event-price, #offer-detail-2 .event-type, #offer-detail-2 .event-contact {
	padding: 5px 30px;
	font-size: 14px;
	color: rgb(119, 119, 119);
}
#offer-detail-2 .event-contact a {
	color: rgb(119, 119, 119) !important;
}
#offer-detail-2 .price-offer {
	padding: 5px 0px 5px 30px;
}
#offer-detail-2 .event-price strong, #offer-detail-2 .event-type strong, #offer-detail-2 .event-contact i {
	color: #35cbc9;
}
#offer-detail-2 .open-hours {
	height: 35px;
	margin-top: 1px;
	background: #ff9c00;
}
#offer-detail-2 .open-hours h5{
	margin: 0px;
	padding-top: 9px;
	text-align: center;
	color: white;
}
#offer-detail-2 .offer-name-simple h1, #offer-detail-2 #top-right-container{
	display: inline;
}
#offer-detail-2 #top-right-container {
	margin-top: -36px !important;
}
#offer-detail-2 .offer-simple > div:first-child {
	background: none;
}
/*----------------------END New event detail view-----------------------------*/

.item-not-available{
	background-color: #FAFAFA;
	border: 1px solid #E1E1E1;
	padding: 20px 30px;
	font-weight: bold;
	margin: 10px 0;
}

/*----------------------offer order-----------------------------*/
.offer-order-details table{
	margin-bottom: 10px;
}

.offer-order-details table td{
	padding: 3px;
}

/*----------------------END offer order-----------------------------*/

/*----------------------Company Services-----------------------------*/
.service-link {
	color: #22b8f0 !important;
}

.available-hours {
	padding-left:6px;
}
/*----------------------END Company Services-----------------------------*/


/*----------- user profile--------------*/
.jbd-user-profile{
	widht: 100%;
	text-align:center;
}

.jbd-user-image{
	display: inline-block;
	margin-bottom: 10px;
}

.jbd-user-info .user-name{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.jbd-user-info .send-message{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #777;
	width: 100%;
	cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin: 5px 0;
    padding: 0 20px;
    text-align: center;
}
	
/*----------- end user profile--------------*/

/*----------- payment response page --------*/

.successful-payment-wrapper {
	text-align:center;
}

.successful-payment-icon {
	color:green;
	font-size:60px;
}

.successful-payment-text {
	font-size: 14px;
}
/*--------- end payment response page ------*/
#user-details li a{
 	padding-left: 0;	
}

/*---------------- To Do Checklist -------------------*/
table.checklist {
	background: white;
}

table.checklist td {
	border: none;
	border-bottom: solid 1px #e9eaed;
	height: 24px;
}

table.checklist tr:last-child td{
	border: none;
}

table.checklist td{
	width: 200px;
}

table.checklist td.status {
	background-color: #ed5565 !important;
	font-size: 12px;
	padding: 10px 30px 10px 40px;
	text-align: center;
	color:white;
	width: 100px;
}

table.checklist td.status_done {
	background-color: #449d44 !important;
}

/*-------------Picture Upload------------------------*/
.images-list{
	list-style: none;
	margin: 0px !important;
	display: grid;
	padding: 0px !important;
}

.images-list li {
	margin-top:5px;
	width : 100%;
	background: #f6f6f6;
}

.images-list li span {
	float: left;
	margin-top:40px;
}

.images-list-container{
	width: 100%;
}

.images-list-container h6 {
	white-space: nowrap;
	width: 15em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.images-list-container textarea{
	position: relative;
}

.image-options{
	margin-top: 5%;
}

.uploaded-image{
	height: 95px;
	max-width: 100%;
}

.pictures-icon{
	display: inline-block;
}

.image-checked-container i {
	color: green;
	font-size: 25px;
}

.image-checked-container i{
	cursor: pointer !important;
}

.image-delete-container i {
	color: red;
	font-size: 25px;
}

.image-delete-container i{
	cursor: pointer !important;
}

.inner-box{
	background-color: #F5F5F5;
	padding: 0 15px;
}

.free-text{
	text-align: center;
}

.price-text{
	color: red;
}

.free-text h4{
	margin: 0 0 0 0 !important;
}

.dir-cat-description .full-text{
	display:none;
}
.dir-cat-description.open .full-text{
	display:block;
}
.dir-cat-description.open .intro-text{
	display:none;
}

.cat-read-more{
	float: right;
}

.service-section {
	margin-bottom:15px;
}

.img-rounded {
	border-radius: 6px;
	width: 64px;
	height: 64px;
	overflow: hidden;
}

.service-list ul {
	list-style:none;
	padding: 0;
	margin: 0;
}


.service-item-heading {
	color: #333;
}

.service-section-name{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.service-item {
	position: relative;
	display: block;
	background-color: #fff;
	border-bottom: 1px dotted #E0E0E0;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.service-list-container{
	border-bottom: 1px solid #E0E0E0;	
}

.service-section:last-child .service-list-container{
	border-bottom: 0px;
}

.service-list-container ul li:last-child{
	border-bottom: 0px;
}

.service-item .service-name{
	font-size: 14px;
	font-weight: bold;
}

.service-item .service-price{
	float: right;
	font-size: 13px;
	font-weight: bold;
}

.service-list .grid-content .post-image{
	height: 100px;
}
.service-list .grid-content .post-title{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}
.service-list .grid-content .price{
	font-size: 13px;
	font-weight: bold;
}
.service-list .grid-content p{
	margin: 0 0 5px 0;
}


/*-------------Company Style 6------------------------*/
.company-container-style-6 {
	padding-bottom:20px;
	clear: both;
	display:block;
}

.company-container-style-6 .company-header {
	width:100%;
	height:400px;
	padding: 5px;
	background: #4E5357 ;
	box-shadow: inset 0 0 0 450px rgba(0,0,0,.3);
	position: relative;
}

.company-container-style-6 #top-right-container{
	display: inline;
	color: #ffffff;
	float: none;
	line-height: 30px;
}

.company-container-style-6  #open_socials{
	background: none;
	border: none;
	color: #ffffff;
	padding: 5px 0;
}

.company-container-style-6 .dir-company-meta{
	margin-top: 20px;
}

.company-container-style-6  .listing-address{
	line-height: 20px;
	padding-top: 5px;
}

.company-container-style-6 .header-bottom{
	position: absolute;
	bottom:0;
	color: #ffffff;
}

.company-container-style-6 .socials-network{
	float: right;
}

.company-container-style-6 .company-header-details a{
	color: #ffffff;
}

.company-container-style-6 .company-header-details{
	margin-left: 30px;
	padding-bottom: 20px;
}

.company-container-style-6 .company-header-details .links-container{
	text-align: right;
}

.company-container-style-6 .company-header-details .links-container a{
	margin-right: 20px;
}
.company-container-style-6 .listing-general-info{
	background-color: #F5F5F5;
	padding: 0 15px 10px;
	margin-bottom:20px;
}
.company-container-style-6 .membership{
	float:left;
}

.company-container-style-6 .membership .membership-item{
	margin-bottom: 5px;
}

.company-container-style-6 .membership img{
	max-width: 90px;
	border: 1px solid #fff;
	border-radius: 1px;
}

.company-container-style-6 .business-logo {
	border: 3px solid #fff;
	border-radius: 3px;
	background: #fff;
	margin: 0 20px 20px;
	max-width: 100%;
	float: right;
}

.company-container-style-6 .company-name {
	margin: 0;
	color: white;
	padding: 0;
	display: inline-block;
}

.company-container-style-6 .rating-container{
	margin-bottom: 10px;
}

.company-container-style-6 h3 {
    font-size: 16px;
    line-height: normal;
    border-bottom: 2px solid #f4f4f4;
    margin: 15px 0;
    padding: 0 0 10px;
    font-weight: bold;
}

.company-container-style-6 .dir-quick-links, .company-container-style-6 .company-menu{
	margin: 0 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f4f4f4;
}

.company-container-style-6 #bookmark-container{
	right: 0;
	bottom: 0;
	margin-bottom: 22px;
	margin-right: 27px;
}

.company-container-style-6  #search-path{
	margin: 0;
}

.company-container-style-6 .company-style-box{
	margin: 0;
}

.company-container-style-6 .company-style-box h3{
	margin-top: 0;
}

.company-details-container {
	background: #ffffff;
	padding-top: 10px;
}

.company-details-container .dir-map-image{
	width: 100%;
}

.company-details-content {
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, .03) 0 2px 0;
	-moz-box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, .03) 0 2px 0;
	box-shadow: inset 0 0 0 1px #ffffff, rgba(0, 0, 0, .03) 0 2px 0;
}

.company-details-container .business-contact{
	margin-top: 10px;
}

.company-details-container .business-contact span{
	padding-right: 17px;
	font-size: 17px;
}

.company-details-content .side-panel {
	padding-top:30px;
}

.company-details-content .side-panel .side-details h3 {
	font-size: 16px;
	line-height: normal;
	border-bottom: 2px solid #f4f4f4;
	margin: 15px 0;
	padding: 0 0 10px;
	font-weight: bold;
}

.company-details-container .company-menu{
	padding: 0;
}
.company-details-container .company-menu nav{
	margin: 0;
	padding: 0;
}

.company-details-container .company-menu nav a{
	display: inline-block;
	color: #717a8f;
	font-weight: 500;	
	padding-bottom: 15px;
}

.company-details-container .company-menu nav a.active {
	font-weight:bold;
	border-bottom: 2px solid #28b8dc;
	color: #28b8dc;
}

.company-details-container .company-menu .first-tab {
	padding-left: 0 !important;
}

.company-details-container .company-menu  .last-tab {
	border:none !important;
	padding-right: 0 !important;
}

.company-details-container .dir-keywords ul {
	list-style-type: none;
	padding: 0;
	display: inline;
}

.company-details-container dd {
	margin-bottom: 20px;
}

.company-details-container .dir-keywords li{
	display: inline;
}


.company-container-style-6 .ui-dir-button.email{
	width: 100%;
}

.company-container-style-6 address{
	display: inline-block;
	width: calc(100% - 30px);
	vertical-align: top;
	margin-bottom: 5px;
}

/*-------------projects--------------*/
#company-projects-container .grid-item .grid-content{
	height: 165px;
}

.project-content{
	margin-top: 20px;
}

.project-description{
	margin-bottom: 20px;
}
/*---------end projects-------------*/


/*-----------Testimonials Css------------------- */
.testimonial{
	margin: 20px 15px 0;
	text-align: center;
}
.testimonial .pic{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	float: left;
	border: 5px solid #fff;
	box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
	position: relative;
}
.testimonial .pic:after{
	content: "\f10d";
	font-family: fontawesome;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	background: #33d286;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 65px;
	left: 0;
}
.testimonial .pic img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.testimonial .testimonial-content{
	padding: 10px;
	max-width: 550px;
	text-align: center;
	margin: 0 auto;
}
.testimonial .description{
	font-size: 14px;
	color: #555;
	line-height: 22px;
}
.testimonial .testimonial-title{
	font-size: 19px;
	color: #33d286;
	text-transform: capitalize;
	display: inline-block;
	border: none !important;
}
.testimonial .post{
	font-size: 14px;
	font-style: italic;
	color: #444;
	margin-top: 10px;
}
.owl-theme .owl-buttons{
	margin-top: 20px;
}
#company-testimonials .owl-theme .owl-controls .owl-buttons div{
	padding: 3px 10px;
	border-radius: 0;
	opacity: 1;
	border-bottom: 2px solid #9f3c3c;
	border-radius: none; 
}
#company-testimonials .owl-theme .owl-controls .owl-buttons div:hover{
	background: #da5d5d;
}

.owl-theme .owl-controls .owl-buttons div:hover{
	background: #d04949;
}
.owl-prev:before,
.owl-next:before{
	content: "\f053";
	font-family: 'FontAwesome';
	color: #fff;
}
.owl-next:before{
	content: "\f054";
}
@media only screen and (max-width: 480px) {
	.testimonial{
		text-align: center;
	}
	.testimonial .pic{
		float: none;
		margin: 0 auto;
	}
	.testimonial .testimonial-content{
		margin-left: 0;
	}
	.owl-theme .owl-buttons{
		margin-top: 0;
	}
}

.product-image .post-image img {
	height:200px;
	width:100%;
}

.product-image-small .post-image img {
	height:150px;
	width:100%;
}

.attribute-icon {
	font-size:30px;
	padding:2px;
}

.attribute-icon-container {
	margin-top:5px;
}

.attribute-icon-container-slider {
	margin-top:5px;
	max-height: 32px;
	overflow: hidden;
}

.attribute-group {
	border-style:solid;
	border-width:0.5px;
	padding: 15px;
	border-radius: 2%;
	border-color: #bdbec5;
	margin-bottom:20px;
}

.attribute-groups-container {
	margin-top: 10px;
}

.search-results .classification .business-properties{
	float:left;
}

/*------------Ribbon open business------------*/
.ribbon-open {
	position: absolute;
	left: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 80px; height: 80px;
	text-align: right;
}
.ribbon-open span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#9BC90D 0%, #79A70A 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
}
.ribbon-open span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #79A70A;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}
.ribbon-open span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #79A70A;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #79A70A;
}

/*------------Ribbon closed business------------*/

.ribbon-close {
	position: absolute;
	left: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon-close span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
}
.ribbon-close span::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #8F0808;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}
.ribbon-close span::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #8F0808;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #8F0808;
}

/*------------Packages------------*/

.package-header {
	text-align: center;
	font-weight: bold;
}

/*------------End Packages------------*/

.truncate-text {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 500px;
}

.no-margin{
	margin: 0 !important;
}

.dir-company-module{
	margin: 30px 0;
}

/*------------- video -------------*/
.videoSitesLoader-holder {
	position: relative;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.videoSitesLoader-holder {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.videoSitesLoader-holder {
		width: 100%;
	}
}

.videoSitesLoader {
	position: relative;
	cursor: pointer;
	background: #ccc no-repeat center center / cover; 
	padding-bottom: 56.25%; 
	height: 0px;
	clear:both;
	margin-bottom: 10px;
}

.videoSitesLoader-holder .play_btn {
    background: rgba(0, 0, 0, 0) url("components/com_jbusinessdirectory/assets/images/play-btn.png") no-repeat scroll 0 0;
    height: 33px;
    left: 50%;
    margin-left: -28px;
    position: absolute;
    top: 50%;
    margin-top:-25px;
    width: 48px;
    z-index: 2;
}

.videoSitesLoader-holder:hover .play_btn {
    background-image: url("components/com_jbusinessdirectory/assets/images/play-btn-hover.png");
}
/*------------- end video -------------*/

.detail_box {
	clear: both;
    float: none;
    margin-bottom: 10px;
    position: relative;
}

.boxed input[type="text"] {
	padding: 6px 9px!important;
    height: 32px !important;
    line-height: 18px !important;
}

.detail_box input[type="text"], .detail_box input[type="number"] {
	box-sizing: border-box;
   	width: 95%;
    max-width: 100%;
    padding: 6px 9px!important;
    height: 32px !important;
    line-height: 18px !important;
}

input.calendar-date[type="text"]{
	width: auto;
    display: inline-block!important;
}

input.front-calendar {
    width: 98px !important;
}

input[type="file"]{
	max-width: 100%;
	height: auto;
}

.detail_box input.calendar-date[type="text"] {
	width: 75% !important;
}

.detail_box input,  .detail_box textarea {
    color: #4F4F4F;
  	margin: 0 !important;
}

.detail_box textarea, .form-item  textarea{
	height: auto;
    width: 95%;
}

form div.description, p.hint {
    clear: both;
    font-size: 11px;
    color:#505050;
}

.detail_box input[type="radio"], .detail_box input[type="checkbox"]{
	float: left;
	line-height: 24px;
    min-height: 24px;
	width: auto;
}

.detail_box select {
    border: 1px solid #CFCFCF;
    color: #505050;
    float: left;
    font-size: 13px;
    line-height: 24px;
    height: 32px;
    padding: 2px!important;
    width: 95%;
    margin: 0 !important;
}

.detail_box select[multiple] {
    height: auto;
}

.detail_box button[type="button"], .input-append button{
	height: 32px;
}

.detail_box  .input-small{
	float: left;
	margin-right: 5px!important;
	width: 100px;
}

.detail_box div{
	line-height: 20px;
}

.detail_box div.custom-attr-checkbox{
    display: block;
    float: left;
    width: 100%;
}

.detail_box div.custom-attr-radio{
    display: inline-block;
}


.detail_box .controls{
	margin: 0!important;
}

.autocomplete-box{
	padding: 15px;
	background-color: #cfcfcf;
	width: 95%;
}

.clear {
	clear: both;
}

.category-form-container label {
    color: #505050;
    display: block !important;
    float: none !important;
    font-size: 13px!important;
    font-weight: bold;
    line-height: 22px;
    margin: 0!important;
}

.category-form-container .checkbox-label{
	margin-left: 5px !important;
	display: inline!important;
}

#repeat-container {
	line-height: 25px;
}

#repeat-container ul{
	margin: 0;
}

#repeat-container label{
	float: none;
	display: inline-block !important;
}

.control-row{
	margin-bottom: 10px;
}

.form-box{
	margin-left: 10px;
}

fieldset.boxed {
	background: #FBFBFB;
	border: 1px solid #EFEFEF;
	border-bottom-color: #CFCFCF;
	padding: 20px 25px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
}

fieldset.boxed.package {
	background:#ededea;
}

fieldset.boxed p{
	margin: 10px 0 20px;
}

.category-form-container{
 	float: left;
    width: 655px;
    max-width: 100%;
}

.category-form-container h2{
    color: #505050;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 9px;
}

.mandatory {
    font-size: 11px;
    margin-bottom: 5px;
    height: 13px !important;
}

.mandatory p {
    background: url("components/com_jbusinessdirectory/assets/images/epos_spr_img.gif") no-repeat  0 -117px transparent;
    font-size: 11px;
    line-height: 13px;
    padding-left: 16px;
}

.form-detail.req {
	background-position: -36px 0;
}

.form-detail {
	background: url(components/com_jbusinessdirectory/assets/images/form-icons.gif) no-repeat 0 0;
	width: 18px;
	height: 18px;
	position: absolute;
	left: -27px;
	top: 24px;
}

.form-box .form-notice{
	padding: 10px;
	background: #E6E6E3;
	margin: 5px 0;
	width: 95%;
}
.description-counter{
	text-align: right;
	margin-top: 5px;
}

.description-counter label{
	display: inline;
    font-weight: normal;
}

#descriptionCounterShort, .description-counter input{
    display: inline!important;
    float: none;
    padding: 0 4px;
    width: 50px !important;
}

.picture-table{
	width: 100%;
}

.picture-preview {
	background-color: #EAEAEA;
	box-shadow: 0 2px 5px #969696;
    padding: 2px;
    float: right;
}

.picture-preview-settings {
	background-color: #EAEAEA;
	box-shadow: 0 2px 5px #969696;
    padding: 2px;
    float: left;
}

#cover-picture-preview img{
	width: 100%;
}

.form-upload-elem{
	float: left;
}

#uploadLogo, #uploadAttachment, #uploadfile{
	width: 95%;
}

#logoUpload{
	width: 260px;
}

.form-upload-elem .info-box {
    margin: 20px 0 10px 0px;
    width: 265px;
    boder:1px solid #CFCFCF !important;
    background: none repeat scroll 0 0 #FFFFFF;
    color: #504F4F;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 10px 20px;
}

#picture-preview img{
	margin: 0!important;
	padding: 0!important;
	width: 100px;
}

#ad-picture-preview img{
    margin: 0!important;
    padding: 0!important;
    width: 200px;
}

.services img{
    margin: 0!important;
    padding: 0!important;
    width: 100px;
}

#marker-preview img{
	margin: 0!important;
	padding: 0!important;
	width: 25px;
}

.category-image-preview{
	float: right;
	margin-left: 15px;
}

span.error_msg {
    background: url("components/com_jbusinessdirectory/assets/images/up_red_arrow.gif") no-repeat scroll 0 3px transparent;
    color: #FF0000;
    display: block;
    font-size: 11px;
    line-height: 15px;
    padding-left: 10px;
    width: auto;
}

span.text_error{
	color: #FF0000;
    display: inline;
    font-size: 12px;
    line-height: 15px;
    margin: 6px 0 0 10px;
    padding-left: 10px;
    width: auto;
}

.picture-table td{
	padding: 5px 5px 10px 0;
}


#table_pictures{
	width: 100%;
}

.picture-table img{
	display: block;
	max-width: 150px;
	max-height: 200px;
}

p.small{
	font-size: 11px;
	 margin: 10px 0px !important;
}

#locationField, #controls {
  position: relative;
  width: 100%;
}

.label {
  text-align: right;
  font-weight: bold;
  width: 100px;
  color: #303030;
  border: 1px solid #000090;
  background-color: #f0f0ff;
}

.field {
  width: 100%;
}

.option{
	display: inline;
	float: left;
	line-height: 24px;
    min-height: 24px;
    padding: 0 15px 0 5px;
}

/*---steps-----*/

.process-steps .process-step{
	float: left;
	line-height: 30px;
	margin-bottom: 10px;
}

.process-steps .step{
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, #fff 0%, #e5e5e5  100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, #fff, #e5e5e5 );
	background-image: radial-gradient(45px 45px 45deg, circle cover, #fff 0%, #e5e5e5  100%, red 95%);
	border-radius: 50%;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

 .process-steps .process-step.active .step, .active-step{
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, #a3e602 0%, #83b802 100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, #a3e602, #83b802);
	background-image: radial-gradient(45px 45px 45deg, circle cover, #a3e602 0%, #83b802 100%, red 95%);
	border: 1px solid #79ab2f !important;
}

.process-steps .step-number{
	font-size: 17px;
	color: #FFFFFF;
	text-shadow: 1px 1px #FFFFFF, -1px -1px #444;
	padding: 0px 0 0 10px;
}

.process-steps .active-step{
	margin-right: 0px;
}

.process-steps .step-divider{
	float: left;
	font-size: 25px;
	margin: 0 3px;
}

.process-steps .steps-info{
	float: right;
	line-height: 30px;
}


.process-tabs{
	display: inline-flex;
}

.process-tabs .process-tab {
	float: left;
	background-color: #ECECEC;
	border: 1px solid #CECECE;
	border-radius: 5px 5px 0 0;
    width: 20%;
}

.process-tabs .process-tab.active{
	background-color: #FFFFFF;
	border-bottom: none;
}

.process-tabs .process-tab.tab-active{
	cursor: pointer;
}

.edit-container{
	clear: both;
}

#process-tabs {
    position: relative;
    width: 100%;
    background-color: #EDEDEA;
    font-weight: 300;
}

#process-tabs .process-tab {
    position: relative;
    display: block;
    color: #74777b;
    min-width: 100px;
    text-decoration: none;
    text-align: center;
    margin: 0;
    border-radius: 0;
    border: 1px solid #D1D1D1;
    background-color: #EDEDEA;
    vertical-align: middle;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgba(206, 206, 206, 0.3);
}

#process-tabs .process-tab.editable{
	cursor: pointer;
}

#process-tabs .process-tab.editable:hover{
	background-color: #3498db;
	color: #ffffff;
}

#process-tabs .process-tab-content{
	padding: 5px 10px;
}

#process-tabs .process-tab i {
    font-size: 15px;
    padding-top: 10px;
    line-height: 1;
    display: block;
}

#process-tabs .process-tab span {
    font-size: 12px;
}

#process-tabs .active {
    color: #FFFFFF;
    background-color: rgba(43,194,83,0.8);
    border-left: 0;
    border-right: 0;
}

@media screen and (max-width: 767px) {
    #process-tabs .process-tab {
        min-width: auto;
    }

    #process-tabs .process-tab i {
        padding: 10px;
    }

    #process-tabs .process-tab span {
        display: none;
    }
}


.payment-details-data td{
	padding: 3px;
}

.payment-details-data select{
	display: inline;
}

/*-------------btn group ------------*/

fieldset.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 5px;
    padding: 0;
}

.radio.btn-group input[type="radio"] {
    display: none;
    float: left;
    margin-left: -20px;
}

.radio.btn-group > label:first-of-type {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    margin-left: 0;
}


.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}


.btn-group .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #bbb #bbb #a2a2a2;
    border-image: none;
    border-radius: 0px ;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block!important;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    min-width: 70px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn-group .btn-success:active, .btn-group .btn-success.active{
    background-color: #51a351;
    color: #fff;
}


.btn-group .btn-danger {
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-group .btn.active, .btn-group .btn:active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}


.btn-group .btn-success {
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.timepicker{
	width: auto;
	max-width: 150px;
}

.fieldset-business_hours table{
	max-width: 100%;
}

.fieldset-business_hours table td{
	padding: 2px;
}

#notes_hours{
    resize: none;
    margin-top: 15px;
    width: 100%;
}

#notes_hours {
    margin-top: 10px !important;
}

.business-notes{
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.2;
}

/*------------- end btn group ------------*/

/*------- chosen fixes ----------*/
.chzn-container .chzn-results { 
    margin-left: -5px; 
    clear: both; 
}

.chzn-container-single .chzn-search{
	padding: 0!important;
}



/*------buttons -------*/


.round-border-buton{
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	border-width: 2px;
	border-style: solid;
	border-radius: 25px;
	padding: 12px 24px 14px 26px;
	letter-spacing: 1.3px;
	display: inline-block;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: 400ms;
}

.round-border-buton:hover{
	border-color: #28b8dc; 
}


.button-row{
	display: inline-block;
	margin-bottom: 5px;
}

.button-row .ui-dir-button{
	float: left;
	margin-left: 5px;
}

.button-row .ui-dir-button:FIRST-CHILD{
	margin-left: 0px;
}

.ui-dir-button, a.ui-dir-button, .ui-dir-button.ui-dir-button-disabled:hover, input.ui-dir-button[disabled="disabled"]:hover, button.ui-dir-button[disabled="disabled"]:hover {
	background: #0095DD ;
}
.ui-dir-button, a.ui-dir-button {
	border: 0 none;
	box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
	border-radius: 3px;
	display: inline-block;
    color: #FFFFFF;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 25px;
    text-align: center;
    text-shadow: none !important;
    transition: color 400ms ease 0s, background-color 400ms ease 0s, border-color 400ms ease 0s;
}
.ui-dir-button:hover {
	background: #0077B7;
    cursor: pointer;
    color: #ffffff;
}
.ui-dir-button:active {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) inset;
}
.ui-dir-button .ui-dir-button-text, [class^="ui-dir-button-"] .ui-button-text  {
    color: #FFFFFF;
    text-shadow: none !important;
}
.ui-dir-button .ui-dir-button-text {
    line-height: 1;
}
.ui-dir-button-text-icon-primary .ui-dir-button-text, .ui-dir-button-text-icons .ui-dir-button-text {
    padding: 0 0 0 17px;
}
.ui-dir-button-icon-only .ui-icon, .ui-dir-button-text-icon-primary .ui-icon, .ui-dir-button-text-icon-secondary .ui-icon, .ui-dir-button-text-icons .ui-icon, .ui-dir-button-icons-only .ui-icon {
    margin-left: -8px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}
.ui-dir-button-large, a.ui-dir-button-large {
    font-size: 18px;
    padding: 10px 16px;
}
.ui-dir-button-icon-only {
    padding: 4px !important;
}
.ui-dir-button-small, a.ui-dir-button-small {
    font-size: 14px;
    padding: 5px;
}

.ui-dir-button-green, a.ui-dir-button-green, .ui-dir-button-green.ui-dir-button-disabled:hover, input.ui-dir-button-green[disabled="disabled"]:hover, button.ui-dir-button-green[disabled="disabled"]:hover {
	background: #77c04b;
}
.ui-dir-button-green:hover, a.ui-dir-button-green:hover {
	background: #71B14A;
}

.ui-dir-button-orange, a.ui-dir-button-orange, .ui-dir-button-orange.ui-dir-button-disabled:hover, input.ui-dir-button-orange[disabled="disabled"]:hover, button.ui-dir-button-orange[disabled="disabled"]:hover {
    background: #FFBF15;
}
.ui-dir-button-orange:hover, a.ui-dir-button-orange:hover {
	background: #FF8900;
}

.ui-dir-button-orange, a.ui-dir-button-red, .ui-dir-button-red.ui-dir-button-disabled:hover, input.ui-dir-button-red[disabled="disabled"]:hover, button.ui-dir-button-red[disabled="disabled"]:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.ui-dir-button-red:hover, a.ui-dir-button-red:hover {
	  background-color: #c9302c;
    border-color: #ac2925;
}

.ui-dir-button-grey, a.ui-dir-button-grey, .ui-dir-button-grey.ui-dir-button-disabled:hover, input.ui-dir-button-grey[disabled="disabled"]:hover, button.ui-dir-button-grey[disabled="disabled"]:hover {
	background: #ECECEC;
}
.ui-dir-button-grey .ui-button-text {
    color: #333333 !important;
}
.ui-dir-button-grey:hover, a.ui-dir-button-grey:hover {
	background: #CECFD0;
}
.ui-dir-button-disabled, input[disabled="disabled"], button[disabled="disabled"] {
    cursor: default;
    opacity: 0.4;
}

.ui-dir-button [class^="icon-"], .ui-dir-button [class*=" icon-"]{
	font-family:FontAwesome!important;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;
}


.ui-dir-button [class^="icon-"]:before, .ui-dir-button [class*=" icon-"]:before{
	font-family:FontAwesome;
}

/*------ end buttons ---------*/

.btn_picture_status,
.span_up,
.span_down,
.btn_picture_delete,
.btn_attachment_delete,
.btn_attachment_status {cursor:pointer;}
@media (min-width: 768px) {
    .span_up {margin: 0 0 5px 0 !important;}
    .span_down {margin:5px 0 0 0 !important;}
}

.icon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.bootstrap-tags .label {
    width: auto;
}

.bootstrap-tags input {
    width: auto !important;
    border: none !important;
    float: right;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.company-form-container,
.offer-form-container,
.event-form-container,
.company-form-container .span12,
.offer-form-container .span12,
.event-form-container .span12 {
    display: inline-block;
    width:  100%;
    max-width: 1300px;
    padding: 0;
    margin: 0;
}

.company-form-container .jbd-admin-column,
.offer-form-container .jbd-admin-column,
.event-form-container .jbd-admin-column {
    display: inline-block;
    float: left;
    width:  670px;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.jbd-admin-column * {
    box-sizing: border-box;
}

.padding-left-15 {
    padding-left: 15px !important;
}

#termAgreement, #termAgreementReview{
    background-color: #F1F1F1;
    border: 1px solid #EAEAEA;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}


.jbd-admin-column .chzn-container-single .chzn-single{
	height: 30px;
	padding: 2px 0 4px 8px;
}

.jbd-admin-column .chzn-container-single .chzn-single div b{
	background-position: 0 6px;
}

#package-details{
	display:none;	
}

#package-details.open{
	display:block;	
}

.package-details-container{
	background: #FAFAFA;
	padding: 10px 20px;	
}

.package-details-container .package-header{
	margin-bottom: 15px;
}

.package-details-container .featured-product-cell{
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

.validation-error{
	border: 1px solid #FF0000;
	background-color: #FF0000;
	color: #ffffff;
	padding: 20px 30px;
}


.metainfo-container{
	float: right;
	max-width: 618px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .company-form-container,
    .offer-form-container,
    .event-form-container {
        width: 94% !important;
    }
}

@media (max-width: 849px) {
    .jbd-admin-column {
        width: 100% !important;
        padding: 0 !important;
    }
    
   
}

@media (max-width: 1110px) {
	 .metainfo-container{
		float: none;
	}
}

.review-tooltip{
    right: 85px;
}

/*----- Responsive Section -----*/
@media (max-width: 768px){
    #notes{
        width: 94%;
    }
}
@media (min-width: 768px){
    #notes{
        width: 97%;
    }
}

@media (max-width: 480px) {
	 .field-calendar {
		width: 100%;
	}
}


@media (min-width: 850px) and (max-width: 1199px) {
    .width-notes{
        max-width: 120px !important;
    }
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .span12{
	margin-left:0 !important;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

@media (min-width: 1200px) {
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }

  .row-fluid .offset1 {
    margin-left: 8.5635% !important;
  }
    #offer-detail-2 .organizer .hover-offer > div {
        left: 60% !important;
    }
}

@media (max-width: 1200px) {
    #info-right .business-info{
        margin-bottom: 4px !important;
    }
    .categories-right{
        margin-top: 2px !important;
    }
    .website-right{
        margin-top: 2px !important;
    }
    .company-right {
        margin-top: 2px !important;
    }
}

.pagination {
    margin: 20px 0;
    padding: 0;
	clear: both;
	line-height: 22px;
}

.pagination .limit {
	display: inline-block;
	float: left!important;
}

.pagenav {
	padding: 2px
}

.pagination select{
	display: inline-block;
	min-height: 22px
}
.pagination ul {
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination ul > li {
    display: inline;
    text-align: left;
}

.pagination ul > li > a, .pagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 6px 12px;
    text-decoration: none;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
    color: #999;
    cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-large ul > li > a, .pagination-large ul > li > span {
    font-size: 17.5px;
    padding: 11px 19px;
}
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination-small ul > li > a, .pagination-small ul > li > span {
    font-size: 11.9px;
    padding: 2px 10px;
}
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
    font-size: 10.5px;
    padding: 0 6px;
}
#offer-detail-2 .organizer .hover-offer > div {
    left: 48%;
}

@media (min-width: 768px) and (max-width: 979px) {
	[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  #offer-detail-2 .organizer .hover-offer > div {
    left: 32%;
  }
    #offer-detail-2 .start-date > .date-event:nth-child(2), #offer-detail-2 .end-date > .date-event:nth-child(2){
        vertical-align: top;
    }
}

@media (max-width: 767px) {

  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
    #offer-detail-2 .price-detail .span3 div, #offer-detail-2 .specialprice-detail .span3 div {
        margin-top: -14%;
    }
    #offer-detail-2 .column-social {
        float: none;
        margin-bottom: 10px;
    }
    
    #associated-events article{
    	margin-bottom: 20px;
    }
}

@media (max-width: 1100px) {
    .round-border-buton{
		padding: 8px 12px 8px 12px;
		font-size: 12px;
		letter-spacing: 0.8px;
    }
    
    .extend-style5 #style5-map-container{
		position: relative;
		max-width: 100%;
		max-height: 400px;
	}
	
	.extend-style5{
		min-height: 450px;
	}
    
}

@media (max-width: 767px) {
	
	
	.compact-list .company-info{
		padding: 10px;
	}
	
	.category-form-container{
		width: 95%;
	}
	
	.results-style-7 .bottom-info{
		position: relative;
	}
	
	
	.search-map-container{
		max-height: 400px;
	}
	
	#top-right-container{
	}
	
	.detail_box input[type="text"]{
		width: 95% !important;
	}
	
	.detail_box textarea{
		width: 95% !important;
	}
	
	.picture-table .img_picture_company, .picture-table .img_picture_offer{
		width: 95% !important;
	}
	
	.picture-table .key{
		display:none;
	}
	
	.picture-table  textarea{
		width: 100%;
	}
	
	.detail_box select{
		width: 95%;
	}
	
	.add-review textarea{
		width: 100%;
	}
	
	#slidergallery ul.gallery li{
		width: 45%;	
	}
	
	#slidergallery ul.gallery li img{
		width: 100%;
		height: auto;
	}
	
	.category-content{
		height: auto !important;
	}
	
	.grid-content .post{
		margin-bottom: 10px;
	}
	
	#invoice .dialogContent{
		width: 300px;
	}
	
	.business-hour input{
		width: 100px;
	}
	
	.list-contact .business-info{
		margin-bottom: 30px;
	}
	
	.list-contact .business-name{
		text-align: center;
	}
	
	div.business-hour-time{
		text-align: left;
	}
	
	.grid-style2 .grid-item .grid-content {
		height: auto;
	}
	
	#location-dialog .dialogContent {
	   width: auto;
    }
    
    
    #offer-detail-1 .dir-offer-links{
    	float: none;
    	width: 100%
    }
    
    #offer-detail-1 .link-item{
       display: inline-block;
       line-height: 40px;
       padding-right: 7px;
    }
    
    #offer-detail-1 .link-item a{
    	padding-right: 10px;
    }
    
    #offer-detail-1 .dir-print{
    }
    
    #offer-detail-2 .organizer .hover-offer > div {
        left: 32%;
    }
    
    .grid-content .post-image, .service-list .grid-content .post-image{
    	height: auto;
    }
    
    #one-page-container .report-listing{
    	float: none;
    }
}


@media (max-width: 480px) {
	.detail_box input[type="text"], .detail_box select{
		width: 95% !important;
	}
	
	.detail_box textarea{
		width: 95%;
	}
	
	#one-page-container #company-info{
		width: 100%;
	}
	
	#one-page-container	.company-image{
		width: 100%;
	}
	.one-page-container .company-info-container {
		width: 100%;
	}	
	
	#one-page-container #social-networks-container{
		margin: 10px 0;
	}
	
	.one-page-container dt{
		float: none;
	}
	
	#reviews .reviewer-name {
    	width: 100%;
    	padding-left: 10px;
	}
	
	.search-toggles{
		float: none;
		width: 100%;
	}
	
	.compact-list .content-box{
		float: none;
		width: 100%;
	}
	
	.compact-list .result {
   	 	padding: 10px 0px 0px;
	}
	
	.result .company-rating {
		float: left;
		margin-left: 0;
		width: 100%;
		display: inline;
	}
	
	
	.grid4 .post{
		width: 95%;
	}
	
	#dialog-container{
		padding: 0;
	}
	
	.dialogContent{
		max-width: 95%;
	}
	
	.dialogContent .outer_input input[type="text"], .dialogContent select, .dialogContent textarea{
		width: 95%;
	}
	
	#slidergallery ul.gallery li{
		width: 100%;	
	}
	
	.category-content .category-img-container{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.grid-content .post{
		width: 100% !important;
		margin: 1%;
	}
	
	.grid-content .post{
		width: 100% !important;
	}
	
	#invoice .dialogContent{
		width: 300px;
	}
	
	.business-hour input[type="text"]{
		width: 90px;
	}
	
	#categories-accordion li.accordion-element{
		width: 100%;
	}
	
	/* ------control panel --------- */
	#jdb-wrapper #page-wrapper{
		margin: 0!important;
	}
	
	#jdb-wrapper #content-wrapper{
		margin: 20px 0!important;
	}
	
	.company-style-5-header-info .business-logo{
		width: 100%;
		height: auto;
	}
	
	#socials .item-image img {
	    max-width: 230px;
	}
    #offer-detail-2 .organizer .hover-offer > div {
        left: 55% !important;
    }
    #offer-detail-2 #top-right-container {
        display: none;
    }
    
    .ui-dir-button{
		width: 100%;
		margin: 0 0 5px!important;
	}
	
	#copy-me{
		float: left;
		margin-right: 5px;
		width: auto!important;
	}
	
	/* Force table to not be like tables anymore */
	.responsive table, 
	.responsive thead, 
	.responsive tbody, 
	.responsive th, 
	.responsive td, 
	.responsive tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.responsive tr { border: 1px solid #ccc; }
 
	.responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%!important; 
		white-space: normal;
		text-align:left;
	}
 
	.responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.responsive td:before { content: attr(data-title); }
	
	.hidden-phone{
		display:none !important;
	}
	
	.button-row{
		float: none;
		display: block;
	}
	
	.order-options{
		float: none;
		line-height: 40px;
	}
	
	#rc-imageselect, .g-recaptcha {
		max-width: 100%;
	}
	
	#recaptcha_table { width:70%; }
}


@media only screen and (max-width: 749px) {
    .col {  margin: 0 !important;}

    #image-simple a div{
        width: 100%;
    }
    #image-simple a > div::before{
        left: 44%;
    }
    #offer-style2 .offer-location, #event-style2 .event-location{
        margin-top: 20px !important;
    }
    #offer-detail-2 .organizer .hover-offer::before{
        left: 15%;
    }
    #offer-detail-2 .add-review-link {
        margin-left: 36%;
    }
    #offer-detail-2 .organizer .hover-offer > div {
        left: 67%;
    }
    
    #filter-switch{
    	display:block;
    }
   
    #search-filter{
    	display: none;
    }
    
    #search-filter.open{
    	display: block;
    }
}

@media (max-width: 985px) {
 .images-list-container [class*="span"]{
		padding-left: 13px;
	}
	
	/* Force table to not be like tables anymore */
	.responsive-simple table, 
	.responsive-simple thead, 
	.responsive-simple tbody, 
	.responsive-simple th, 
	.responsive-simple td, 
	.responsive-simple tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-simple thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.responsive-simple tr { 
		border-top: none; 
	}
 
	.responsive-simple td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		white-space: normal;
		text-align:left;
	}

	.responsive-simple td.has-title{
		padding-left: 50%;
		padding-top: 5px;
	}
	.responsive-simple tr td:first-child{
		border-top: 0px;
	}

	.responsive-simple tr td:last-child{
		border-bottom: 30px solid #fff;
	}
	
	.responsive-simple td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
	
	.c100{
		display: none;
	}
	
	/*
	Label the data
	*/
	.responsive-simple td:before { content: attr(data-title); }
}@font-face{font-family:'FontAwesome';src:url('components/com_jbusinessdirectory/assets/fonts/fontawesome-webfont.eot');src:url('components/com_jbusinessdirectory/assets/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),url('components/com_jbusinessdirectory/assets/fonts/fontawesome-webfont.woff') format('woff'),url('components/com_jbusinessdirectory/assets/fonts/fontawesome-webfont.ttf') format('truetype'),url('components/com_jbusinessdirectory/assets/fonts/fontawesome-webfont.svg#fontawesomeregulars') format('svg');font-weight:normal;font-style:normal;}
[class^="dir-icon-"],[class*=" dir-icon-"]{font-family:FontAwesome!important;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;margin-right:.3em;}
[class^="dir-icon-"]:before,[class*=" dir-icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
.dir-icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
a [class^="dir-icon-"],a [class*=" dir-icon-"]{display:inline;}
[class^="dir-icon-"].dir-icon-fixed-width,[class*=" dir-icon-"].dir-icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="dir-icon-"].dir-icon-fixed-width.dir-icon-large,[class*=" dir-icon-"].dir-icon-fixed-width.dir-icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
.icons-ul .dir-icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="dir-icon-"].hide,[class*=" dir-icon-"].hide{display:none;}
.dir-icon-muted{color:#eeeeee;}
.dir-icon-light{color:#ffffff;}
.dir-icon-dark{color:#333333;}
.dir-icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.dir-icon-2x{font-size:2em;}.dir-icon-2x.dir-icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.dir-icon-3x{font-size:3em;}.dir-icon-3x.dir-icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.dir-icon-4x{font-size:4em;}.dir-icon-4x.dir-icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.dir-icon-5x{font-size:5em;}.dir-icon-5x.dir-icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="dir-icon-"].pull-left,[class*=" dir-icon-"].pull-left{margin-right:.3em;}
[class^="dir-icon-"].pull-right,[class*=" dir-icon-"].pull-right{margin-left:.3em;}
[class^="dir-icon-"],[class*=" dir-icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.dir-icon-white,.nav-pills>.active>a>[class^="dir-icon-"],.nav-pills>.active>a>[class*=" dir-icon-"],.nav-list>.active>a>[class^="dir-icon-"],.nav-list>.active>a>[class*=" dir-icon-"],.navbar-inverse .nav>.active>a>[class^="dir-icon-"],.navbar-inverse .nav>.active>a>[class*=" dir-icon-"],.dropdown-menu>li>a:hover>[class^="dir-icon-"],.dropdown-menu>li>a:hover>[class*=" dir-icon-"],.dropdown-menu>.active>a>[class^="dir-icon-"],.dropdown-menu>.active>a>[class*=" dir-icon-"],.dropdown-submenu:hover>a>[class^="dir-icon-"],.dropdown-submenu:hover>a>[class*=" dir-icon-"]{background-image:none;}
.btn [class^="dir-icon-"].dir-icon-large,.nav [class^="dir-icon-"].dir-icon-large,.btn [class*=" dir-icon-"].dir-icon-large,.nav [class*=" dir-icon-"].dir-icon-large{line-height:.9em;}
.btn [class^="dir-icon-"].dir-icon-spin,.nav [class^="dir-icon-"].dir-icon-spin,.btn [class*=" dir-icon-"].dir-icon-spin,.nav [class*=" dir-icon-"].dir-icon-spin{display:inline-block;}
.nav-tabs [class^="dir-icon-"],.nav-pills [class^="dir-icon-"],.nav-tabs [class*=" dir-icon-"],.nav-pills [class*=" dir-icon-"],.nav-tabs [class^="dir-icon-"].dir-icon-large,.nav-pills [class^="dir-icon-"].dir-icon-large,.nav-tabs [class*=" dir-icon-"].dir-icon-large,.nav-pills [class*=" dir-icon-"].dir-icon-large{line-height:.9em;}
.btn [class^="dir-icon-"].pull-left.dir-icon-2x,.btn [class*=" dir-icon-"].pull-left.dir-icon-2x,.btn [class^="dir-icon-"].pull-right.dir-icon-2x,.btn [class*=" dir-icon-"].pull-right.dir-icon-2x{margin-top:.18em;}
.btn [class^="dir-icon-"].dir-icon-spin.dir-icon-large,.btn [class*=" dir-icon-"].dir-icon-spin.dir-icon-large{line-height:.8em;}
.btn.btn-small [class^="dir-icon-"].pull-left.dir-icon-2x,.btn.btn-small [class*=" dir-icon-"].pull-left.dir-icon-2x,.btn.btn-small [class^="dir-icon-"].pull-right.dir-icon-2x,.btn.btn-small [class*=" dir-icon-"].pull-right.dir-icon-2x{margin-top:.25em;}
.btn.btn-large [class^="dir-icon-"],.btn.btn-large [class*=" dir-icon-"]{margin-top:0;}.btn.btn-large [class^="dir-icon-"].pull-left.dir-icon-2x,.btn.btn-large [class*=" dir-icon-"].pull-left.dir-icon-2x,.btn.btn-large [class^="dir-icon-"].pull-right.dir-icon-2x,.btn.btn-large [class*=" dir-icon-"].pull-right.dir-icon-2x{margin-top:.05em;}
.btn.btn-large [class^="dir-icon-"].pull-left.dir-icon-2x,.btn.btn-large [class*=" dir-icon-"].pull-left.dir-icon-2x{margin-right:.2em;}
.btn.btn-large [class^="dir-icon-"].pull-right.dir-icon-2x,.btn.btn-large [class*=" dir-icon-"].pull-right.dir-icon-2x{margin-left:.2em;}
.nav-list [class^="dir-icon-"],.nav-list [class*=" dir-icon-"]{line-height:inherit;}
.dir-icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.dir-icon-stack [class^="dir-icon-"],.dir-icon-stack [class*=" dir-icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.dir-icon-stack .dir-icon-stack-base{font-size:2em;*line-height:1em;}
.dir-icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .dir-icon-stack,a .dir-icon-spin{display:inline-block;text-decoration:none;}
.dir-icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.dir-icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.dir-icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.dir-icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .dir-icon-rotate-90:before,a .dir-icon-rotate-180:before,a .dir-icon-rotate-270:before,a .dir-icon-flip-horizontal:before,a .dir-icon-flip-vertical:before{display:inline-block;}

.dir-icon-sized{
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	width: 22px;
}


.dir-icon-glass:before {content: "\f000";}
.dir-icon-music:before {content: "\f001";}
.dir-icon-search:before {content: "\f002";}
.dir-icon-envelope-o:before {content: "\f003";}
.dir-icon-heart:before {content: "\f004";}
.dir-icon-star:before {content: "\f005";}
.dir-icon-star-o:before {content: "\f006";}
.dir-icon-user:before {content: "\f007";}
.dir-icon-film:before {content: "\f008";}
.dir-icon-th-large:before {content: "\f009";}
.dir-icon-th:before {content: "\f00a";}
.dir-icon-th-list:before {content: "\f00b";}
.dir-icon-check:before {content: "\f00c";}
.dir-icon-remove:before,
.dir-icon-close:before,
.dir-icon-times:before {content: "\f00d";}
.dir-icon-search-plus:before {content: "\f00e";}
.dir-icon-search-minus:before {content: "\f010";}
.dir-icon-power-off:before {content: "\f011";}
.dir-icon-signal:before {content: "\f012";}
.dir-icon-gear:before,
.dir-icon-cog:before {content: "\f013";}
.dir-icon-trash-o:before {content: "\f014";}
.dir-icon-home:before {content: "\f015";}
.dir-icon-file-o:before {content: "\f016";}
.dir-icon-clock-o:before {content: "\f017";}
.dir-icon-road:before {content: "\f018";}
.dir-icon-download:before {content: "\f019";}
.dir-icon-arrow-circle-o-down:before {content: "\f01a";}
.dir-icon-arrow-circle-o-up:before {content: "\f01b";}
.dir-icon-inbox:before {content: "\f01c";}
.dir-icon-play-circle-o:before {content: "\f01d";}
.dir-icon-rotate-right:before,
.dir-icon-repeat:before {content: "\f01e";}
.dir-icon-refresh:before {content: "\f021";}
.dir-icon-list-alt:before {content: "\f022";}
.dir-icon-lock:before {content: "\f023";}
.dir-icon-flag:before {content: "\f024";}
.dir-icon-headphones:before {content: "\f025";}
.dir-icon-volume-off:before {content: "\f026";}
.dir-icon-volume-down:before {content: "\f027";}
.dir-icon-volume-up:before {content: "\f028";}
.dir-icon-qrcode:before {content: "\f029";}
.dir-icon-barcode:before {content: "\f02a";}
.dir-icon-tag:before {content: "\f02b";}
.dir-icon-tags:before {content: "\f02c";}
.dir-icon-book:before {content: "\f02d";}
.dir-icon-bookmark:before {content: "\f02e";}
.dir-icon-print:before {content: "\f02f";}
.dir-icon-camera:before {content: "\f030";}
.dir-icon-font:before {content: "\f031";}
.dir-icon-bold:before {content: "\f032";}
.dir-icon-italic:before {content: "\f033";}
.dir-icon-text-height:before {content: "\f034";}
.dir-icon-text-width:before {content: "\f035";}
.dir-icon-align-left:before {content: "\f036";}
.dir-icon-align-center:before {content: "\f037";}
.dir-icon-align-right:before {content: "\f038";}
.dir-icon-align-justify:before {content: "\f039";}
.dir-icon-list:before {content: "\f03a";}
.dir-icon-dedent:before,
.dir-icon-outdent:before {content: "\f03b";}
.dir-icon-indent:before {content: "\f03c";}
.dir-icon-video-camera:before {content: "\f03d";}
.dir-icon-photo:before,
.dir-icon-image:before,
.dir-icon-picture-o:before {content: "\f03e";}
.dir-icon-pencil:before {content: "\f040";}
.dir-icon-map-marker:before {content: "\f041";}
.dir-icon-adjust:before {content: "\f042";}
.dir-icon-tint:before {content: "\f043";}
.dir-icon-edit:before,
.dir-icon-pencil-square-o:before {content: "\f044";}
.dir-icon-share-square-o:before {content: "\f045";}
.dir-icon-check-square-o:before {content: "\f046";}
.dir-icon-arrows:before {content: "\f047";}
.dir-icon-step-backward:before {content: "\f048";}
.dir-icon-fast-backward:before {content: "\f049";}
.dir-icon-backward:before {content: "\f04a";}
.dir-icon-play:before {content: "\f04b";}
.dir-icon-pause:before {content: "\f04c";}
.dir-icon-stop:before {content: "\f04d";}
.dir-icon-forward:before {content: "\f04e";}
.dir-icon-fast-forward:before {content: "\f050";}
.dir-icon-step-forward:before {content: "\f051";}
.dir-icon-eject:before {content: "\f052";}
.dir-icon-chevron-left:before {content: "\f053";}
.dir-icon-chevron-right:before {content: "\f054";}
.dir-icon-plus-circle:before {content: "\f055";}
.dir-icon-minus-circle:before {content: "\f056";}
.dir-icon-times-circle:before {content: "\f057";}
.dir-icon-check-circle:before {content: "\f058";}
.dir-icon-question-circle:before {content: "\f059";}
.dir-icon-question-circle-o:before {content: "\f29c";}
.dir-icon-info-circle:before {content: "\f05a";}
.dir-icon-crosshairs:before {content: "\f05b";}
.dir-icon-times-circle-o:before {content: "\f05c";}
.dir-icon-check-circle-o:before {content: "\f05d";}
.dir-icon-ban:before {content: "\f05e";}
.dir-icon-arrow-left:before {content: "\f060";}
.dir-icon-arrow-right:before {content: "\f061";}
.dir-icon-arrow-up:before {content: "\f062";}
.dir-icon-arrow-down:before {content: "\f063";}
.dir-icon-mail-forward:before,
.dir-icon-share:before {content: "\f064";}
.dir-icon-expand:before {content: "\f065";}
.dir-icon-compress:before {content: "\f066";}
.dir-icon-plus:before {content: "\f067";}
.dir-icon-minus:before {content: "\f068";}
.dir-icon-asterisk:before {content: "\f069";}
.dir-icon-exclamation-circle:before {content: "\f06a";}
.dir-icon-gift:before {content: "\f06b";}
.dir-icon-leaf:before {content: "\f06c";}
.dir-icon-fire:before {content: "\f06d";}
.dir-icon-eye:before {content: "\f06e";}
.dir-icon-eye-slash:before {content: "\f070";}
.dir-icon-warning:before,
.dir-icon-exclamation-triangle:before {content: "\f071";}
.dir-icon-plane:before {content: "\f072";}
.dir-icon-calendar:before {content: "\f073";}
.dir-icon-random:before {content: "\f074";}
.dir-icon-comment:before {content: "\f075";}
.dir-icon-magnet:before {content: "\f076";}
.dir-icon-chevron-up:before {content: "\f077";}
.dir-icon-chevron-down:before {content: "\f078";}
.dir-icon-retweet:before {content: "\f079";}
.dir-icon-shopping-cart:before {content: "\f07a";}
.dir-icon-folder:before {content: "\f07b";}
.dir-icon-folder-open:before {content: "\f07c";}
.dir-icon-arrows-v:before {content: "\f07d";}
.dir-icon-arrows-h:before {content: "\f07e";}
.dir-icon-bar-chart-o:before,
.dir-icon-bar-chart:before {content: "\f080";}
.dir-icon-twitter-square:before {content: "\f081";}
.dir-icon-facebook-square:before {content: "\f082";}
.dir-icon-camera-retro:before {content: "\f083";}
.dir-icon-key:before {content: "\f084";}
.dir-icon-gears:before,
.dir-icon-cogs:before {content: "\f085";}
.dir-icon-comments:before {content: "\f086";}
.dir-icon-thumbs-o-up:before {content: "\f087";}
.dir-icon-thumbs-o-down:before {content: "\f088";}
.dir-icon-star-half:before {content: "\f089";}
.dir-icon-heart-o:before {content: "\f08a";}
.dir-icon-sign-out:before {content: "\f08b";}
.dir-icon-linkedin-square:before {content: "\f08c";}
.dir-icon-thumb-tack:before {content: "\f08d";}
.dir-icon-external-link:before {content: "\f08e";}
.dir-icon-sign-in:before {content: "\f090";}
.dir-icon-trophy:before {content: "\f091";}
.dir-icon-github-square:before {content: "\f092";}
.dir-icon-upload:before {content: "\f093";}
.dir-icon-lemon-o:before {content: "\f094";}
.dir-icon-phone:before {content: "\f095";}
.dir-icon-square-o:before {content: "\f096";}
.dir-icon-bookmark-o:before {content: "\f097";}
.dir-icon-phone-square:before {content: "\f098";}
.dir-icon-twitter:before {content: "\f099";}
.dir-icon-facebook-f:before,
.dir-icon-facebook:before {content: "\f09a";}
.dir-icon-github:before {content: "\f09b";}
.dir-icon-unlock:before {content: "\f09c";}
.dir-icon-credit-card:before {content: "\f09d";}
.dir-icon-feed:before,
.dir-icon-rss:before {content: "\f09e";}
.dir-icon-hdd-o:before {content: "\f0a0";}
.dir-icon-bullhorn:before {content: "\f0a1";}
.dir-icon-bell:before {content: "\f0f3";}
.dir-icon-certificate:before {content: "\f0a3";}
.dir-icon-hand-o-right:before {content: "\f0a4";}
.dir-icon-hand-o-left:before {content: "\f0a5";}
.dir-icon-hand-o-up:before {content: "\f0a6";}
.dir-icon-hand-o-down:before {content: "\f0a7";}
.dir-icon-arrow-circle-left:before {content: "\f0a8";}
.dir-icon-arrow-circle-right:before {content: "\f0a9";}
.dir-icon-arrow-circle-up:before {content: "\f0aa";}
.dir-icon-arrow-circle-down:before {content: "\f0ab";}
.dir-icon-globe:before {content: "\f0ac";}
.dir-icon-wrench:before {content: "\f0ad";}
.dir-icon-tasks:before {content: "\f0ae";}
.dir-icon-filter:before {content: "\f0b0";}
.dir-icon-briefcase:before {content: "\f0b1";}
.dir-icon-arrows-alt:before {content: "\f0b2";}
.dir-icon-group:before,
.dir-icon-users:before {content: "\f0c0";}
.dir-icon-chain:before,
.dir-icon-link:before {content: "\f0c1";}
.dir-icon-cloud:before {content: "\f0c2";}
.dir-icon-flask:before {content: "\f0c3";}
.dir-icon-cut:before,
.dir-icon-scissors:before {content: "\f0c4";}
.dir-icon-copy:before,
.dir-icon-files-o:before {content: "\f0c5";}
.dir-icon-paperclip:before {content: "\f0c6";}
.dir-icon-save:before,
.dir-icon-floppy-o:before {content: "\f0c7";}
.dir-icon-square:before {content: "\f0c8";}
.dir-icon-navicon:before,
.dir-icon-reorder:before,
.dir-icon-bars:before {content: "\f0c9";}
.dir-icon-list-ul:before {content: "\f0ca";}
.dir-icon-list-ol:before {content: "\f0cb";}
.dir-icon-strikethrough:before {content: "\f0cc";}
.dir-icon-underline:before {content: "\f0cd";}
.dir-icon-table:before {content: "\f0ce";}
.dir-icon-magic:before {content: "\f0d0";}
.dir-icon-truck:before {content: "\f0d1";}
.dir-icon-pinterest:before {content: "\f0d2";}
.dir-icon-pinterest-square:before {content: "\f0d3";}
.dir-icon-google-plus-square:before {content: "\f0d4";}
.dir-icon-google-plus:before {content: "\f0d5";}
.dir-icon-money:before {content: "\f0d6";}
.dir-icon-caret-down:before {content: "\f0d7";}
.dir-icon-caret-up:before {content: "\f0d8";}
.dir-icon-caret-left:before {content: "\f0d9";}
.dir-icon-caret-right:before {content: "\f0da";}
.dir-icon-columns:before {content: "\f0db";}
.dir-icon-unsorted:before,
.dir-icon-sort:before {content: "\f0dc";}
.dir-icon-sort-down:before,
.dir-icon-sort-desc:before {content: "\f0dd";}
.dir-icon-sort-up:before,
.dir-icon-sort-asc:before {content: "\f0de";}
.dir-icon-envelope:before {content: "\f0e0";}
.dir-icon-linkedin:before {content: "\f0e1";}
.dir-icon-rotate-left:before,
.dir-icon-undo:before {content: "\f0e2";}
.dir-icon-legal:before,
.dir-icon-gavel:before {content: "\f0e3";}
.dir-icon-dashboard:before,
.dir-icon-tachometer:before {content: "\f0e4";}
.dir-icon-comment-o:before {content: "\f0e5";}
.dir-icon-comments-o:before {content: "\f0e6";}
.dir-icon-flash:before,
.dir-icon-bolt:before {content: "\f0e7";}
.dir-icon-sitemap:before {content: "\f0e8";}
.dir-icon-umbrella:before {content: "\f0e9";}
.dir-icon-paste:before,
.dir-icon-clipboard:before {content: "\f0ea";}
.dir-icon-lightbulb-o:before {content: "\f0eb";}
.dir-icon-exchange:before {content: "\f0ec";}
.dir-icon-cloud-download:before {content: "\f0ed";}
.dir-icon-cloud-upload:before {content: "\f0ee";}
.dir-icon-user-md:before {content: "\f0f0";}
.dir-icon-stethoscope:before {content: "\f0f1";}
.dir-icon-suitcase:before {content: "\f0f2";}
.dir-icon-bell-o:before {content: "\f0a2";}
.dir-icon-coffee:before {content: "\f0f4";}
.dir-icon-cutlery:before {content: "\f0f5";}
.dir-icon-file-text-o:before {content: "\f0f6";}
.dir-icon-building-o:before {content: "\f0f7";}
.dir-icon-hospital-o:before {content: "\f0f8";}
.dir-icon-ambulance:before {content: "\f0f9";}
.dir-icon-medkit:before {content: "\f0fa";}
.dir-icon-fighter-jet:before {content: "\f0fb";}
.dir-icon-beer:before {content: "\f0fc";}
.dir-icon-h-square:before {content: "\f0fd";}
.dir-icon-plus-square:before {content: "\f0fe";}
.dir-icon-angle-double-left:before {content: "\f100";}
.dir-icon-angle-double-right:before {content: "\f101";}
.dir-icon-angle-double-up:before {content: "\f102";}
.dir-icon-angle-double-down:before {content: "\f103";}
.dir-icon-angle-left:before {content: "\f104";}
.dir-icon-angle-right:before {content: "\f105";}
.dir-icon-angle-up:before {content: "\f106";}
.dir-icon-angle-down:before {content: "\f107";}
.dir-icon-desktop:before {content: "\f108";}
.dir-icon-laptop:before {content: "\f109";}
.dir-icon-tablet:before {content: "\f10a";}
.dir-icon-mobile-phone:before,
.dir-icon-mobile:before {content: "\f10b";}
.dir-icon-circle-o:before {content: "\f10c";}
.dir-icon-quote-left:before {content: "\f10d";}
.dir-icon-quote-right:before {content: "\f10e";}
.dir-icon-spinner:before {content: "\f110";}
.dir-icon-circle:before {content: "\f111";}
.dir-icon-mail-reply:before,
.dir-icon-reply:before {content: "\f112";}
.dir-icon-github-alt:before {content: "\f113";}
.dir-icon-folder-o:before {content: "\f114";}
.dir-icon-folder-open-o:before {content: "\f115";}
.dir-icon-smile-o:before {content: "\f118";}
.dir-icon-frown-o:before {content: "\f119";}
.dir-icon-meh-o:before {content: "\f11a";}
.dir-icon-gamepad:before {content: "\f11b";}
.dir-icon-keyboard-o:before {content: "\f11c";}
.dir-icon-flag-o:before {content: "\f11d";}
.dir-icon-flag-checkered:before {content: "\f11e";}
.dir-icon-terminal:before {content: "\f120";}
.dir-icon-code:before {content: "\f121";}
.dir-icon-mail-reply-all:before,
.dir-icon-reply-all:before {content: "\f122";}
.dir-icon-star-half-o:before,
.dir-icon-star-half-empty:before,
.dir-icon-star-half-full:before,
.dir-icon-star-half-o:before {content: "\f123";}
.dir-icon-location-arrow:before {content: "\f124";}
.dir-icon-crop:before {content: "\f125";}
.dir-icon-code-fork:before {content: "\f126";}
.dir-icon-unlink:before,
.dir-icon-chain-broken:before {content: "\f127";}
.dir-icon-question:before {content: "\f128";}
.dir-icon-info:before {content: "\f129";}
.dir-icon-exclamation:before {content: "\f12a";}
.dir-icon-superscript:before {content: "\f12b";}
.dir-icon-subscript:before {content: "\f12c";}
.dir-icon-eraser:before {content: "\f12d";}
.dir-icon-puzzle-piece:before {content: "\f12e";}
.dir-icon-microphone:before {content: "\f130";}
.dir-icon-microphone-slash:before {content: "\f131";}
.dir-icon-shield:before {content: "\f132";}
.dir-icon-calendar-o:before {content: "\f133";}
.dir-icon-fire-extinguisher:before {content: "\f134";}
.dir-icon-rocket:before {content: "\f135";}
.dir-icon-maxcdn:before {content: "\f136";}
.dir-icon-chevron-circle-left:before {content: "\f137";}
.dir-icon-chevron-circle-right:before {content: "\f138";}
.dir-icon-chevron-circle-up:before {content: "\f139";}
.dir-icon-chevron-circle-down:before {content: "\f13a";}
.dir-icon-html5:before {content: "\f13b";}
.dir-icon-css3:before {content: "\f13c";}
.dir-icon-anchor:before {content: "\f13d";}
.dir-icon-unlock-alt:before {content: "\f13e";}
.dir-icon-bullseye:before {content: "\f140";}
.dir-icon-ellipsis-h:before {content: "\f141";}
.dir-icon-ellipsis-v:before {content: "\f142";}
.dir-icon-rss-square:before {content: "\f143";}
.dir-icon-play-circle:before {content: "\f144";}
.dir-icon-ticket:before {content: "\f145";}
.dir-icon-minus-square:before {content: "\f146";}
.dir-icon-minus-square-o:before {content: "\f147";}
.dir-icon-level-up:before {content: "\f148";}
.dir-icon-level-down:before {content: "\f149";}
.dir-icon-check-square:before {content: "\f14a";}
.dir-icon-pencil-square:before {content: "\f14b";}
.dir-icon-external-link-square:before {content: "\f14c";}
.dir-icon-share-square:before {content: "\f14d";}
.dir-icon-compass:before {content: "\f14e";}
.dir-icon-toggle-down:before,
.dir-icon-caret-square-o-down:before {content: "\f150";}
.dir-icon-toggle-up:before,
.dir-icon-caret-square-o-up:before {content: "\f151";}
.dir-icon-toggle-right:before,
.dir-icon-caret-square-o-right:before {content: "\f152";}
.dir-icon-euro:before,
.dir-icon-eur:before {content: "\f153";}
.dir-icon-gbp:before {content: "\f154";}
.dir-icon-dollar:before,
.dir-icon-usd:before {content: "\f155";}
.dir-icon-rupee:before,
.dir-icon-inr:before {content: "\f156";}
.dir-icon-cny:before,
.dir-icon-rmb:before,
.dir-icon-yen:before,
.dir-icon-jpy:before {content: "\f157";}
.dir-icon-ruble:before,
.dir-icon-rouble:before,
.dir-icon-rub:before {content: "\f158";}
.dir-icon-won:before,
.dir-icon-krw:before {content: "\f159";}
.dir-icon-bitcoin:before,
.dir-icon-btc:before {content: "\f15a";}
.dir-icon-file:before {content: "\f15b";}
.dir-icon-file-text:before {content: "\f15c";}
.dir-icon-sort-alpha-asc:before {content: "\f15d";}
.dir-icon-sort-alpha-desc:before {content: "\f15e";}
.dir-icon-sort-amount-asc:before {content: "\f160";}
.dir-icon-sort-amount-desc:before {content: "\f161";}
.dir-icon-sort-numeric-asc:before {content: "\f162";}
.dir-icon-sort-numeric-desc:before {content: "\f163";}
.dir-icon-thumbs-up:before {content: "\f164";}
.dir-icon-thumbs-down:before {content: "\f165";}
.dir-icon-youtube-square:before {content: "\f166";}
.dir-icon-youtube:before {content: "\f167";}
.dir-icon-xing:before {content: "\f168";}
.dir-icon-xing-square:before {content: "\f169";}
.dir-icon-youtube-play:before {content: "\f16a";}
.dir-icon-dropbox:before {content: "\f16b";}
.dir-icon-stack-overflow:before {content: "\f16c";}
.dir-icon-instagram:before {content: "\f16d";}
.dir-icon-flickr:before {content: "\f16e";}
.dir-icon-adn:before {content: "\f170";}
.dir-icon-bitbucket:before {content: "\f171";}
.dir-icon-bitbucket-square:before {content: "\f172";}
.dir-icon-tumblr:before {content: "\f173";}
.dir-icon-tumblr-square:before {content: "\f174";}
.dir-icon-long-arrow-down:before {content: "\f175";}
.dir-icon-long-arrow-up:before {content: "\f176";}
.dir-icon-long-arrow-left:before {content: "\f177";}
.dir-icon-long-arrow-right:before {content: "\f178";}
.dir-icon-apple:before {content: "\f179";}
.dir-icon-windows:before {content: "\f17a";}
.dir-icon-android:before {content: "\f17b";}
.dir-icon-linux:before {content: "\f17c";}
.dir-icon-dribbble:before {content: "\f17d";}
.dir-icon-skype:before {content: "\f17e";}
.dir-icon-foursquare:before {content: "\f180";}
.dir-icon-trello:before {content: "\f181";}
.dir-icon-female:before {content: "\f182";}
.dir-icon-male:before {content: "\f183";}
.dir-icon-gittip:before,
.dir-icon-gratipay:before {content: "\f184";}
.dir-icon-sun-o:before {content: "\f185";}
.dir-icon-moon-o:before {content: "\f186";}
.dir-icon-archive:before {content: "\f187";}
.dir-icon-bug:before {content: "\f188";}
.dir-icon-vk:before {content: "\f189";}
.dir-icon-weibo:before {content: "\f18a";}
.dir-icon-renren:before {content: "\f18b";}
.dir-icon-pagelines:before {content: "\f18c";}
.dir-icon-stack-exchange:before {content: "\f18d";}
.dir-icon-arrow-circle-o-right:before {content: "\f18e";}
.dir-icon-arrow-circle-o-left:before {content: "\f190";}
.dir-icon-toggle-left:before,
.dir-icon-caret-square-o-left:before {content: "\f191";}
.dir-icon-dot-circle-o:before {content: "\f192";}
.dir-icon-wheelchair:before {content: "\f193";}
.dir-icon-vimeo-square:before {content: "\f194";}
.dir-icon-turkish-lira:before,
.dir-icon-try:before {content: "\f195";}
.dir-icon-plus-square-o:before {content: "\f196";}
.dir-icon-space-shuttle:before {content: "\f197";}
.dir-icon-slack:before {content: "\f198";}
.dir-icon-envelope-square:before {content: "\f199";}
.dir-icon-wordpress:before {content: "\f19a";}
.dir-icon-openid:before {content: "\f19b";}
.dir-icon-institution:before,
.dir-icon-bank:before,
.dir-icon-university:before {content: "\f19c";}
.dir-icon-mortar-board:before,
.dir-icon-graduation-cap:before {content: "\f19d";}
.dir-icon-yahoo:before {content: "\f19e";}
.dir-icon-google:before {content: "\f1a0";}
.dir-icon-reddit:before {content: "\f1a1";}
.dir-icon-reddit-square:before {content: "\f1a2";}
.dir-icon-stumbleupon-circle:before {content: "\f1a3";}
.dir-icon-stumbleupon:before {content: "\f1a4";}
.dir-icon-delicious:before {content: "\f1a5";}
.dir-icon-digg:before {content: "\f1a6";}
.dir-icon-pied-piper:before {content: "\f1a7";}
.dir-icon-pied-piper-alt:before {content: "\f1a8";}
.dir-icon-drupal:before {content: "\f1a9";}
.dir-icon-joomla:before {content: "\f1aa";}
.dir-icon-language:before {content: "\f1ab";}
.dir-icon-fax:before {content: "\f1ac";}
.dir-icon-building:before {content: "\f1ad";}
.dir-icon-child:before {content: "\f1ae";}
.dir-icon-paw:before {content: "\f1b0";}
.dir-icon-spoon:before {content: "\f1b1";}
.dir-icon-cube:before {content: "\f1b2";}
.dir-icon-cubes:before {content: "\f1b3";}
.dir-icon-behance:before {content: "\f1b4";}
.dir-icon-behance-square:before {content: "\f1b5";}
.dir-icon-steam:before {content: "\f1b6";}
.dir-icon-steam-square:before {content: "\f1b7";}
.dir-icon-recycle:before {content: "\f1b8";}
.dir-icon-automobile:before,
.dir-icon-car:before {content: "\f1b9";}
.dir-icon-cab:before,
.dir-icon-taxi:before {content: "\f1ba";}
.dir-icon-tree:before {content: "\f1bb";}
.dir-icon-spotify:before {content: "\f1bc";}
.dir-icon-deviantart:before {content: "\f1bd";}
.dir-icon-soundcloud:before {content: "\f1be";}
.dir-icon-database:before {content: "\f1c0";}
.dir-icon-file-pdf-o:before {content: "\f1c1";}
.dir-icon-file-word-o:before {content: "\f1c2";}
.dir-icon-file-excel-o:before {content: "\f1c3";}
.dir-icon-file-powerpoint-o:before {content: "\f1c4";}
.dir-icon-file-photo-o:before,
.dir-icon-file-picture-o:before,
.dir-icon-file-image-o:before {content: "\f1c5";}
.dir-icon-file-zip-o:before,
.dir-icon-file-archive-o:before {content: "\f1c6";}
.dir-icon-file-sound-o:before,
.dir-icon-file-audio-o:before {content: "\f1c7";}
.dir-icon-file-movie-o:before,
.dir-icon-file-video-o:before {content: "\f1c8";}
.dir-icon-file-code-o:before {content: "\f1c9";}
.dir-icon-vine:before {content: "\f1ca";}
.dir-icon-codepen:before {content: "\f1cb";}
.dir-icon-jsfiddle:before {content: "\f1cc";}
.dir-icon-life-bouy:before,
.dir-icon-life-buoy:before,
.dir-icon-life-saver:before,
.dir-icon-support:before,
.dir-icon-life-ring:before {content: "\f1cd";}
.dir-icon-circle-o-notch:before {content: "\f1ce";}
.dir-icon-ra:before,
.dir-icon-rebel:before {content: "\f1d0";}
.dir-icon-ge:before,
.dir-icon-empire:before {content: "\f1d1";}
.dir-icon-git-square:before {content: "\f1d2";}
.dir-icon-git:before {content: "\f1d3";}
.dir-icon-y-combinator-square:before,
.dir-icon-yc-square:before,
.dir-icon-hacker-news:before {content: "\f1d4";}
.dir-icon-tencent-weibo:before {content: "\f1d5";}
.dir-icon-qq:before {content: "\f1d6";}
.dir-icon-wechat:before,
.dir-icon-weixin:before {content: "\f1d7";}
.dir-icon-send:before,
.dir-icon-paper-plane:before {content: "\f1d8";}
.dir-icon-send-o:before,
.dir-icon-paper-plane-o:before {content: "\f1d9";}
.dir-icon-history:before {content: "\f1da";}
.dir-icon-circle-thin:before {content: "\f1db";}
.dir-icon-header:before {content: "\f1dc";}
.dir-icon-paragraph:before {content: "\f1dd";}
.dir-icon-sliders:before {content: "\f1de";}
.dir-icon-share-alt:before {content: "\f1e0";}
.dir-icon-share-alt-square:before {content: "\f1e1";}
.dir-icon-bomb:before {content: "\f1e2";}
.dir-icon-soccer-ball-o:before,
.dir-icon-futbol-o:before {content: "\f1e3";}
.dir-icon-tty:before {content: "\f1e4";}
.dir-icon-binoculars:before {content: "\f1e5";}
.dir-icon-plug:before {content: "\f1e6";}
.dir-icon-slideshare:before {content: "\f1e7";}
.dir-icon-twitch:before {content: "\f1e8";}
.dir-icon-yelp:before {content: "\f1e9";}
.dir-icon-newspaper-o:before {content: "\f1ea";}
.dir-icon-wifi:before {content: "\f1eb";}
.dir-icon-calculator:before {content: "\f1ec";}
.dir-icon-paypal:before {content: "\f1ed";}
.dir-icon-google-wallet:before {content: "\f1ee";}
.dir-icon-cc-visa:before {content: "\f1f0";}
.dir-icon-cc-mastercard:before {content: "\f1f1";}
.dir-icon-cc-discover:before {content: "\f1f2";}
.dir-icon-cc-amex:before {content: "\f1f3";}
.dir-icon-cc-paypal:before {content: "\f1f4";}
.dir-icon-cc-stripe:before {content: "\f1f5";}
.dir-icon-bell-slash:before {content: "\f1f6";}
.dir-icon-bell-slash-o:before {content: "\f1f7";}
.dir-icon-trash:before {content: "\f1f8";}
.dir-icon-copyright:before {content: "\f1f9";}
.dir-icon-at:before {content: "\f1fa";}
.dir-icon-eyedropper:before {content: "\f1fb";}
.dir-icon-paint-brush:before {content: "\f1fc";}
.dir-icon-birthday-cake:before {content: "\f1fd";}
.dir-icon-area-chart:before {content: "\f1fe";}
.dir-icon-pie-chart:before {content: "\f200";}
.dir-icon-line-chart:before {content: "\f201";}
.dir-icon-lastfm:before {content: "\f202";}
.dir-icon-lastfm-square:before {content: "\f203";}
.dir-icon-toggle-off:before {content: "\f204";}
.dir-icon-toggle-on:before {content: "\f205";}
.dir-icon-bicycle:before {content: "\f206";}
.dir-icon-bus:before {content: "\f207";}
.dir-icon-ioxhost:before {content: "\f208";}
.dir-icon-angellist:before {content: "\f209";}
.dir-icon-cc:before {content: "\f20a";}
.dir-icon-shekel:before,
.dir-icon-sheqel:before,
.dir-icon-ils:before {content: "\f20b";}
.dir-icon-meanpath:before {content: "\f20c";}
.dir-icon-buysellads:before {content: "\f20d";}
.dir-icon-connectdevelop:before {content: "\f20e";}
.dir-icon-dashcube:before {content: "\f210";}
.dir-icon-forumbee:before {content: "\f211";}
.dir-icon-leanpub:before {content: "\f212";}
.dir-icon-sellsy:before {content: "\f213";}
.dir-icon-shirtsinbulk:before {content: "\f214";}
.dir-icon-simplybuilt:before {content: "\f215";}
.dir-icon-skyatlas:before {content: "\f216";}
.dir-icon-cart-plus:before {content: "\f217";}
.dir-icon-cart-arrow-down:before {content: "\f218";}
.dir-icon-diamond:before {content: "\f219";}
.dir-icon-ship:before {content: "\f21a";}
.dir-icon-user-secret:before {content: "\f21b";}
.dir-icon-motorcycle:before {content: "\f21c";}
.dir-icon-street-view:before {content: "\f21d";}
.dir-icon-heartbeat:before {content: "\f21e";}
.dir-icon-venus:before {content: "\f221";}
.dir-icon-mars:before {content: "\f222";}
.dir-icon-mercury:before {content: "\f223";}
.dir-icon-intersex:before,
.dir-icon-transgender:before {content: "\f224";}
.dir-icon-transgender-alt:before {content: "\f225";}
.dir-icon-venus-double:before {content: "\f226";}
.dir-icon-mars-double:before {content: "\f227";}
.dir-icon-venus-mars:before {content: "\f228";}
.dir-icon-mars-stroke:before {content: "\f229";}
.dir-icon-mars-stroke-v:before {content: "\f22a";}
.dir-icon-mars-stroke-h:before {content: "\f22b";}
.dir-icon-neuter:before {content: "\f22c";}
.dir-icon-genderless:before {content: "\f22d";}
.dir-icon-facebook-official:before {content: "\f230";}
.dir-icon-pinterest-p:before {content: "\f231";}
.dir-icon-whatsapp:before {content: "\f232";}
.dir-icon-server:before {content: "\f233";}
.dir-icon-user-plus:before {content: "\f234";}
.dir-icon-user-times:before {content: "\f235";}
.dir-icon-hotel:before,
.dir-icon-bed:before {content: "\f236";}
.dir-icon-viacoin:before {content: "\f237";}
.dir-icon-train:before {content: "\f238";}
.dir-icon-subway:before {content: "\f239";}
.dir-icon-medium:before {content: "\f23a";}
.dir-icon-yc:before,
.dir-icon-y-combinator:before {content: "\f23b";}
.dir-icon-optin-monster:before {content: "\f23c";}
.dir-icon-opencart:before {content: "\f23d";}
.dir-icon-expeditedssl:before {content: "\f23e";}
.dir-icon-battery-4:before,
.dir-icon-battery-full:before {content: "\f240";}
.dir-icon-battery-3:before,
.dir-icon-battery-three-quarters:before {content: "\f241";}
.dir-icon-battery-2:before,
.dir-icon-battery-half:before {content: "\f242";}
.dir-icon-battery-1:before,
.dir-icon-battery-quarter:before {content: "\f243";}
.dir-icon-battery-0:before,
.dir-icon-battery-o:before {content: "\f244";}
.dir-icon-mouse-pointer:before {content: "\f245";}
.dir-icon-i-cursor:before {content: "\f246";}
.dir-icon-object-group:before {content: "\f247";}
.dir-icon-object-ungroup:before {content: "\f248";}
.dir-icon-sticky-note:before {content: "\f249";}
.dir-icon-sticky-note-o:before {content: "\f24a";}
.dir-icon-cc-jcb:before {content: "\f24b";}
.dir-icon-cc-diners-club:before {content: "\f24c";}
.dir-icon-clone:before {content: "\f24d";}
.dir-icon-balance-scale:before {content: "\f24e";}
.dir-icon-hourglass-o:before {content: "\f250";}
.dir-icon-hourglass-1:before,
.dir-icon-hourglass-start:before {content: "\f251";}
.dir-icon-hourglass-2:before,
.dir-icon-hourglass-half:before {content: "\f252";}
.dir-icon-hourglass-3:before,
.dir-icon-hourglass-end:before {content: "\f253";}
.dir-icon-hourglass:before {content: "\f254";}
.dir-icon-hand-grab-o:before,
.dir-icon-hand-rock-o:before {content: "\f255";}
.dir-icon-hand-stop-o:before,
.dir-icon-hand-paper-o:before {content: "\f256";}
.dir-icon-hand-scissors-o:before {content: "\f257";}
.dir-icon-hand-lizard-o:before {content: "\f258";}
.dir-icon-hand-spock-o:before {content: "\f259";}
.dir-icon-hand-pointer-o:before {content: "\f25a";}
.dir-icon-hand-peace-o:before {content: "\f25b";}
.dir-icon-trademark:before {content: "\f25c";}
.dir-icon-registered:before {content: "\f25d";}
.dir-icon-creative-commons:before {content: "\f25e";}
.dir-icon-gg:before {content: "\f260";}
.dir-icon-gg-circle:before {content: "\f261";}
.dir-icon-tripadvisor:before {content: "\f262";}
.dir-icon-odnoklassniki:before {content: "\f263";}
.dir-icon-odnoklassniki-square:before {content: "\f264";}
.dir-icon-get-pocket:before {content: "\f265";}
.dir-icon-wikipedia-w:before {content: "\f266";}
.dir-icon-safari:before {content: "\f267";}
.dir-icon-chrome:before {content: "\f268";}
.dir-icon-firefox:before {content: "\f269";}
.dir-icon-opera:before {content: "\f26a";}
.dir-icon-internet-explorer:before {content: "\f26b";}
.dir-icon-tv:before,
.dir-icon-television:before {content: "\f26c";}
.dir-icon-contao:before {content: "\f26d";}
.dir-icon-500px:before {content: "\f26e";}
.dir-icon-amazon:before {content: "\f270";}
.dir-icon-calendar-plus-o:before {content: "\f271";}
.dir-icon-calendar-minus-o:before {content: "\f272";}
.dir-icon-calendar-times-o:before {content: "\f273";}
.dir-icon-calendar-check-o:before {content: "\f274";}
.dir-icon-industry:before {content: "\f275";}
.dir-icon-map-pin:before {content: "\f276";}
.dir-icon-map-signs:before {content: "\f277";}
.dir-icon-map-o:before {content: "\f278";}
.dir-icon-map:before {content: "\f279";}
.dir-icon-commenting:before {content: "\f27a";}
.dir-icon-commenting-o:before {content: "\f27b";}
.dir-icon-houzz:before {content: "\f27c";}
.dir-icon-vimeo:before {content: "\f27d";}
.dir-icon-black-tie:before {content: "\f27e";}
.dir-icon-fonticons:before {content: "\f280";}
.dir-icon-reddit-alien:before {content: "\f281";}
.dir-icon-edge:before {content: "\f282";}
.dir-icon-credit-card-alt:before {content: "\f283";}
.dir-icon-codiepie:before {content: "\f284";}
.dir-icon-modx:before {content: "\f285";}
.dir-icon-fort-awesome:before {content: "\f286";}
.dir-icon-usb:before {content: "\f287";}
.dir-icon-product-hunt:before {content: "\f288";}
.dir-icon-mixcloud:before {content: "\f289";}
.dir-icon-scribd:before {content: "\f28a";}
.dir-icon-pause-circle:before {content: "\f28b";}
.dir-icon-pause-circle-o:before {content: "\f28c";}
.dir-icon-stop-circle:before {content: "\f28d";}
.dir-icon-stop-circle-o:before {content: "\f28e";}
.dir-icon-shopping-bag:before {content: "\f290";}
.dir-icon-shopping-basket:before {content: "\f291";}
.dir-icon-hashtag:before {content: "\f292";}
.dir-icon-bluetooth:before {content: "\f293";}
.dir-icon-bluetooth-b:before {content: "\f294";}
.dir-icon-percent:before {content: "\f295";}
.dir-icon-address-book:before {content: "\f2b9";}
.dir-icon-address-book-o:before {content: "\f2ba";}
.dir-icon-vcard:before,
.dir-icon-address-card:before {content: "\f2bb";}
.dir-icon-vcard-o:before,
.dir-icon-address-card-o:before {content: "\f2bc";}
.dir-icon-bathtub:before,
.dir-icon-s15:before,
.dir-icon-bath:before {content: "\f2cd";}
.dir-icon-assistive-listening-systems:before {content: "\f2a2";}
.dir-icon-asl-interpreting:before,
.dir-icon-american-sign-language-interpreting:before {content: "\f2a3";}
.dir-icon-audio-description:before {content: "\f29e";}
.dir-icon-bandcamp:before {content: "\f2d5";}
.dir-icon-battery-empty:before {content: "\f244";}
.dir-icon-blind:before {content: "\f29d";}
.dir-icon-braille:before {content: "\f2a1";}
.dir-icon-deafness:before,
.dir-icon-hard-of-hearing:before,
.dir-icon-deaf:before {content: "\f2a4";}
.dir-icon-drivers-license:before,
.dir-icon-id-card:before {content: "\f2c2";}
.dir-icon-drivers-license-o:before,
.dir-icon-id-card-o:before {content: "\f2c3";}
.dir-icon-eercast:before {content: "\f2da";}
.dir-icon-envelope-open:before {content: "\f2b6";}
.dir-icon-envelope-open-o:before {content: "\f2b7";}
.dir-icon-envira:before {content: "\f299";}
.dir-icon-etsy:before {content: "\f2d7";}
.dir-icon-first-order:before {content: "\f2b0";}
.dir-icon-fa:before,
.dir-icon-font-awesome:before {content: "\f2b4";}
.dir-icon-free-code-camp:before {content: "\f2c5";}
.dir-icon-gitlab:before {content: "\f296";}
.dir-icon-glide:before {content: "\f2a5";}
.dir-icon-glide-g:before {content: "\f2a6";}
.dir-icon-google-plus-circle:before,
.dir-icon-google-plus-official:before {content: "\f2b3";}
.dir-icon-grav:before {content: "\f2d6";}
.dir-icon-handshake-o:before {content: "\f2b5";}
.dir-icon-id-badge:before {content: "\f2c1";}
.dir-icon-imdb:before {content: "\f2d8";}
.dir-icon-linode:before {content: "\f2b8";}
.dir-icon-low-vision:before {content: "\f2a8";}
.dir-icon-meetup:before {content: "\f2e0";}
.dir-icon-microchip:before {content: "\f2db";}
.dir-icon-pied-piper-pp:before {content: "\f1a7";}
.dir-icon-podcast:before {content: "\f2ce";}
.dir-icon-question-circle:before {content: "\f059";}
.dir-icon-quora:before {content: "\f2c4";}
.dir-icon-ravelry:before {content: "\f2d9";}
.dir-icon-ra:before,
.dir-icon-resistance:before,
.dir-icon-rebel:before {content: "\f1d0";}
.dir-icon-safari:before {content: "\f267";}
.dir-icon-shower:before {content: "\f2cc";}
.dir-icon-signing:before,
.dir-icon-sign-language:before {content: "\f2a7";}
.dir-icon-snapchat:before {content: "\f2ab";}
.dir-icon-snapchat-ghost:before {content: "\f2ac";}
.dir-icon-snapchat-square:before {content: "\f2ad";}
.dir-icon-snowflake-o:before {content: "\f2dc";}
.dir-icon-superpowers:before {content: "\f2dd";}
.dir-icon-telegram:before {content: "\f2c6";}
.dir-icon-themeisle:before {content: "\f2b2";}
.dir-icon-thermometer-4:before,
.dir-icon-thermometer:before,
.dir-icon-thermometer-full:before {content: "\f2c7";}
.dir-icon-thermometer-3:before,
.dir-icon-thermometer-three-quarters:before {content: "\f2c8";}
.dir-icon-thermometer-2:before,
.dir-icon-thermometer-half:before {content: "\f2c9";}
.dir-icon-thermometer-1:before,
.dir-icon-thermometer-quarter:before {content: "\f2ca";}
.dir-icon-thermometer-0:before,
.dir-icon-thermometer-empty:before {content: "\f2cb";}
.dir-icon-times-rectangle:before,
.dir-icon-window-close:before {content: "\f2d3";}
.dir-icon-times-rectangle-o:before,
.dir-icon-window-close-o:before {content: "\f2d4";}
.dir-icon-universal-access:before {content: "\f29a";}
.dir-icon-user-circle:before {content: "\f2bd";}
.dir-icon-user-circle-o:before {content: "\f2be";}
.dir-icon-user-o:before {content: "\f2c0";}
.dir-icon-viadeo:before {content: "\f2a9";}
.dir-icon-viadeo-square:before {content: "\f2aa";}
.dir-icon-volume-control-phone:before {content: "\f2a0";}
.dir-icon-wheelchair:before {content: "\f193";}
.dir-icon-wheelchair-alt:before {content: "\f29b";}
.dir-icon-window-maximize:before {content: "\f2d0";}
.dir-icon-window-minimize:before {content: "\f2d1";}
.dir-icon-window-restore:before {content: "\f2d2";}
.dir-icon-wpbeginner:before {content: "\f297";}
.dir-icon-wpexplorer:before {content: "\f2de";}
.dir-icon-wpforms:before {content: "\f298";}
.dir-icon-yoast:before {content: "\f2b1";}


/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
/* Chosen v1.6.2 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(components/com_jbusinessdirectory/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(components/com_jbusinessdirectory/assets/css/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(components/com_jbusinessdirectory/assets/css/chosen-sprite.png) no-repeat 100% -20px;background:url(components/com_jbusinessdirectory/assets/css/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(components/com_jbusinessdirectory/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(components/com_jbusinessdirectory/assets/css/chosen-sprite.png) no-repeat -30px -20px;background:url(components/com_jbusinessdirectory/assets/css/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(components/com_jbusinessdirectory/assets/css/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(components/com_jbusinessdirectory/assets/images/sprite-skin-flat.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 12px; top: 25px;
}
    .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 12px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 12px; width: 9px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 16px; height: 18px;
    top: 22px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #84BA02;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #84BA02;
}


.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}
/*! jQuery UI - v1.10.3 - 2013-07-02
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("components/com_jbusinessdirectory/assets/css/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff url(components/com_jbusinessdirectory/assets/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #444444;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #dddddd url(components/com_jbusinessdirectory/assets/css/images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
	color: #444444;
	font-weight: bold;
}
.ui-widget-header a {
	color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #dddddd;
	background: #f6f6f6 url(components/com_jbusinessdirectory/assets/css/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #0073ea;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #0073ea;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #0073ea;
	background: #0073ea url(components/com_jbusinessdirectory/assets/css/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #dddddd;
	background: #ffffff url(components/com_jbusinessdirectory/assets/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ff0084;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ff0084;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #cccccc;
	background: #ffffff url(components/com_jbusinessdirectory/assets/css/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
	color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #ff0084;
	background: #ffffff url(components/com_jbusinessdirectory/assets/css/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #222222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(components/com_jbusinessdirectory/assets/css/images/ui-icons_ff0084_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(components/com_jbusinessdirectory/assets/css/images/ui-icons_0073ea_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(components/com_jbusinessdirectory/assets/css/images/ui-icons_666666_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(components/com_jbusinessdirectory/assets/css/images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(components/com_jbusinessdirectory/assets/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(components/com_jbusinessdirectory/assets/css/images/ui-icons_0073ea_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(components/com_jbusinessdirectory/assets/css/images/ui-icons_ff0084_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url(components/com_jbusinessdirectory/assets/css/images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -4px 0 0 -4px;
	padding: 4px;
	background: #aaaaaa url(components/com_jbusinessdirectory/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .6;
	filter: Alpha(Opacity=60);
	border-radius: 0px;
}
#companies-search * {
    box-sizing: border-box;
}

/* CSS Stylesheet for the business listing, offer and event search modules  */

#companies-search{
	width: 100%;
}

#companies-search textarea:focus, #companies-search input:focus, #companies-search select:focus, #companies-search password:focus  {
    border-color: rgba(82, 168, 236, 0.9);
    box-shadow: 0 1px 1px rgba(0, 2, 2, 0.075) inset, 0 0 3px rgba(82, 168, 236, 0.7) inset;
    outline: 0 none;
}

#companies-search textarea.required, #companies-search input.required, #companies-search select.required , #companies-search div.required a{
    border-color: rgba(82, 168, 236, 0.9);
    box-shadow: 0 1px 1px rgba(0, 5, 5, 0.085) inset, 0 0 3px rgba(254, 9, 0, 1) inset;
    outline: 0 none;
}

.ui-autocomplete-loading {
    background: white url('media/com_jbusinessdirectory/images/loading_small.gif') right center no-repeat;
}

#loading-geo-locaiton{
    height: 15px;
    width: 17px;
    display: inline-block;
}

#searchform .form-field {
    float: left;
    margin: 5px 10px 0 0;
    position: relative;
    line-height: 40px;
	height: 40px;
}

#searchform .form-field div.custom-div{
    float: left;
    line-height: 40px;
    margin-right: 5px;
}
#searchform .form-field div.custom-div input{
    margin: 0 3px 0 0;
    line-height: 40px;
}

#searchform .form-field label{
    float: left;
    margin: 0 10px 0 0;
    line-height: 40px;
}

#searchform .form-field select, #searchform .form-field input[type="text"]{
    border-color: #9B9B9B #EDEDED #DDDDDD #C2C2C2;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0px 13px;
    width: 222px;
    position: relative;
}

#searchform .chosen-container-single {
    height: 40px;
}

#searchform .chosen-container-single .chosen-single{
    height: 40px;
}

#searchform .chosen-container-single .chosen-single span{
   line-height: 40px;
}

#searchform .chosen-container-single .chosen-search input[type="text"]{
    width: 100%;
}

.chosen-container-single .chosen-single div:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content:"\f107";
    font-size: 19px;
    display: block;
    line-height: 45px;
    text-align: center;

}

.chosen-container-single .chosen-single div{
    width: 23px;
}

#searchform .form-field .detail_box{
    float: left;
    margin: 5px 10px 0 0;
    position: relative;
    width: 222px;
}

#searchform .form-field .detail_box div{
    float:left;
    margin: 5px 10px 0 0;
}

#searchform .form-field input{
	
}

#searchform .form-field input.dir-date{
	
}

#searchform .input-append button{
	height: 39px;
	right: 0;
	top: 1px;
	position: absolute;
}

#searchform .form-field select {
    height: 40px;
}


#companies-search.vertical{
    padding: 5px 7px;
}

#companies-search.vertical input[type="text"]{
    width: 100%;
}

#companies-search.vertical .input-append{
    width: 100%;
}

#companies-search.vertical #zipcode{
    width: 100%;
}

#companies-search.vertical .form-field{
    float: none;
    clear: both;
    margin: 7px 0 !important;
    padding: 0 !important;
}

#companies-search.vertical .form-field select{
    width: 100%;
    font-size: 13px;
    display:block;
}

#companies-search.vertical .form-container{
    float: none;
}

#companies-search.vertical  label{
    font-size: 13px;
    top: 0px;
}

#searchform .search-dir-button{
    float: left;
    margin-top: 5px! important;
    font-weight: bold;
    padding: 0px 10px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 41px;
    height: 41px;
}

#current-search {
    color: #FFFFFF;
    font-size: 1.1em;
    float: left;
    line-height: 40px;
    padding:  0 10px;
}

#categories-link {
    font-size: 1.3em;
    color: #FFFFFF;
    float: left;
    line-height: 32px;
    padding: 4px;
    margin-left: 100px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    /* position: absolute;  */
    top: 0;
    bottom: 0;
    /* margin-left: -1px; */
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

/*-- autocomplete ---*/

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 200px;
}

.ui-autocomplete.ui-front.ui-menu{
    z-index: 11000!important;
}

#searchform .ui-button{
    height: 29px;
    margin-left:1px;
}

.ui-icon-triangle-1-s {
    background-position: -128px 0;
}

#startDate_img,#endDate_img{
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    border-image: none;
    height: 40px;
    position: absolute;
    right: 0px;
    z-index: 1;
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 14px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

#companies-search .dir-icon-bullseye{
    background: #eeeeee;
    border-radius: 0 5px 5px 0;
    color: #777;
    cursor: pointer;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 31px;
    z-index: 1;
    margin: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#companies-search .dir-icon-bullseye:hover{
    font-size: 23px;
    background: #FAFAFA;
    -webkit-transform: translate3d(0, 0, 10px);
    -moz-transform: translate3d(0, 0, 10px);
    -ms-transform: translate3d(0, 0, 10px);
    -o-transform: translate3d(0, 0, 10px);
}

#companies-search #searchkeyword{
	padding-left: 30px;
}

#companies-search .dir-icon-map-marker, #companies-search .search .dir-icon-search{
    top: 10px;
    left: 5px;
    font-size: 18px;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    text-align: center;
    color: #777;
    margin: 0;
    font-weight: 500;
}

#searchform  #zipcode{
    padding-left: 30px !important;
    width: 205px;
}


#dir-search-preferences:before {
    border-color: transparent  transparent #ffffff;
    border-style: solid;
    border-width:0 7px 8px;
    top: -8px;
    content: "";
    height: 0;
    position: absolute;
    right: 13px;
    width: 0;
}


#dir-search-preferences{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #afafaf;
    box-shadow: 1px 1px 0 rgba(80, 80, 80, 0.2);
    color: #333333;
    display: block;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 245px;
    z-index: 999;
}

#searchform h3.title{
    font-size: 19px;
    line-height: 23px;
}


#searchform h3.title i.dir-icon-close{
    border-radius: 50%;
    background-color: #BABABA;
    width: auto;
    height: auto;
    float: right;
    padding: 5px 8px;
    color: #FAFAFA;
    cursor: pointer;
    font-size: 14px;
}

#searchform .geo-radius{
    padding-bottom: 3px;
}

#searchform  .geo-location{
    clear: both;
    float: right;
    padding-top: 10px;
    font-size: 13px;
}

.geo-location .toggle{
    background-color: #f5f5f5;
    border-color: #bbb #bbb #a2a2a2;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 12px !important;
}

.geo-location .toggle.btn-on.active{
    background-color: #83b802;
    color: #FFFFFF;
}

.geo-location .toggle.btn-off.active{
    background-color: #bd362f;
    color: #FFFFFF;
}
#companies-map img{
    width: auto;
    max-width: none ;
}


@media (max-width: 480px) {
    #dir-search-preferences{
        left:0;
    }

    #dir-search-preferences::before{
        left: 13px;
    }
}


/* Beating Animation */
.dir-beat-animation {
    -webkit-animation: Beat 1000ms infinite linear;
    -moz-animation: Beat 1000ms infinite linear;
    -ms-animation: Beat 1000ms infinite linear;
    -o-animation: Beat 1000ms infinite linear;
    animation: Beat 1000ms infinite linear;
    color: #d9534f!important;
}
@-o-keyframes Beat {
    0% {font-size: 18px;}
    50% {font-size: 24px;}
    100% {font-size: 18px;}
}
@-moz-keyframes Beat {
    0% {font-size: 18px;}
    50% {font-size: 24px;}
    100% {font-size: 18px;}
}
@-webkit-keyframes Beat {
    0% {font-size: 18px;}
    50% {font-size: 24px;}
    100% {font-size: 18px;}
}


@media (max-width: 480px) {
	#companies-search{
	    padding: 5px 7px;
	}
	
	#companies-search input[type="text"]{
	   width: 100%!important;
	}

	#companies-search #zipcode{
	    width: 100%!important;
	}
	
	#companies-search .form-field{
	    float: none;
	    clear: both;
	    margin: 7px 0 !important;
	    padding: 0 !important;
	}
	
	#companies-search .form-field select{
	 	width: 100%!important;
	    font-size: 13px;
	    display:block;
	}
	
	#companies-search .form-container{
	    float: none;
	}
	
	#companies-search  label{
	    font-size: 13px;
	    top: 0px;
	}
}