/* 
    Created on : Dec 13, 2013, 2:35:05 PM
    Author     : Douglas G. Reed
*/
.hb-plugin-class, .hb-plugin-class *, .hb-plugin-class *:before, .hb-plugin-class *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.hb-shortcode, .hb-shortcode *, .hb-shortcode *:before, .hb-shortcode *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.hb-plugin-class .large-4{
	width: 33.33333%;
}

.hb-plugin-class .column {
	padding-left: 1.875em;
	padding-right: 1.875em;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
	float: left;
} 

.hb-plugin-class .icon {
	display: inline-block;
	height: 25px;
	width: 25px;
	background-image: url('../img/icons-platform.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;

}

.hb-plugin-class .icon, .hb-plugin-class [class^="icon-"]:before, .hb-plugin-class [class*=" icon-"]:before {
	color: transparent;
}

.hb-plugin-class .icon-eye {
	background-position: -50px 0px;
}


.hb-plugin-class a.btn-block, span.btn-block, input.btn-block{
	display:inline-block;
	padding:5px 10px;
	background-color:#aaa;
	border:1px solid #999;
	color:#333;
	text-transform:uppercase;
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	.hb-plugin-class a.btn-block:hover, span.btn-block:hover, input.btn-block:hover{
		background-color:#999;
		color:#000;
		border:1px solid #757575;
		text-decoration:none;
	}
	
	.hb-plugin-class a.btn-block:active, span.btn-block:active, input.btn-block:active{
		background-color:#999;
		border:1px solid #757575;
		-webkit-box-shadow: inset 0px 1px 1px #757575;
		-moz-box-shadow: inset 0px 1px 1px #757575;
		box-shadow: inset 0px 1px 1px #757575;
		color:#000;
	}


/********** item collections ************/

.hb-plugin-class .row.left-collapse{
	padding-left: 1.875em;
}
	.lt-ie8 .row.left-collapse{
		padding-left:0;
	}

.hb-plugin-class .row.left-collapse .column,
.hb-plugin-class .row.left-collapse .columns{
	padding-left: 0;
	padding-right: 1.875em;
}

	.hb-plugin-class .lt-ie8 .row.left-collapse .column,
	.hb-plugin-class .lt-ie8 .row.left-collapse .columns{
		padding-left: 8px;
		padding-right: 8px;
	}

.hb-plugin-class .items{
	padding-bottom:30px;
}

	.hb-plugin-class .items .item-wrap{
		font-size:12px;
		color:#999;
	}

		.hb-plugin-class .items.list .item-wrap,
		.hb-plugin-class .items.list .item-wrap.large-4{
			width:100%;
			float:none;
		}
		
		.hb-plugin-class .items.grid .item-wrap{
			height:365px;
		}
		
				
		.hb-plugin-class .items.grid .item-wrap:last-child {
			float:left;

		}
		
	.hb-plugin-class .items .item{
		position:relative;
		border:1px solid #aaa;
		/* background-color:#fafafa; */
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border-color: #ccc;
	}
	
		.hb-plugin-class .lt-ie8 .items .item{
			zoom:1;
		}
	
	.hb-plugin-class .items .item:hover {
		-webkit-box-shadow: 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px #ccc;
		box-shadow: 1px 1px 1px #ccc;
		cursor: pointer;
		cursor: hand;
	}
	
	.hb-plugin-class .items.grid .item{
			height:370px;
	}
	
	.hb-plugin-class .items .item:hover{
			border:1px solid #999;
		}

	
	.hb-plugin-class .items .item .item-num{
		background:#fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		position:absolute;
		top:5px;
		left:5px;
		padding:2px 5px;
		/* color:#aaa; */
	}
		
	.hb-plugin-class .items .item .item-thumbnail{
		display:block;
		float:left;
		width:140px;
		height:125px;
		background-position:50% 50%;
		background-size:cover;
		background-repeat:no-repeat;
		/* background-color:#eaeaea; */
		margin:0px;
		-moz-border-radius: 10px 0px 0px 10px;
		-webkit-border-radius: 10px 0px 0px 10px;
		border-radius: 10px 0px 0px 10px;
	}
	
		.hb-plugin-class .lt-ie8 .items .item .item-thumbnail{
		}
	
		.hb-plugin-class .items.grid .item .item-thumbnail{
			float:none;
			width:auto;
			height:220px;
			-moz-border-radius: 5px 5px 0px 0px;
			-webkit-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px;
			margin:0px;
		}
	
	.hb-plugin-class .items .item .item-details{
		margin:0px 150px 0px 140px;
	}
		
		.hb-plugin-class .items .item .item-details{
			padding:15px 10px;
			line-height: 12px;
		}
		
		.hb-plugin-class .items .item .item-details a {
			line-height: 14px;
		}
		
		.hb-plugin-class .items.grid .item .item-details{
			margin:0px;
			border:0px none;
		}
	
		.hb-plugin-class .items .item .item-title {
			display:block;
			font-size:14px;
			font-weight:bold;
			padding-bottom:5px;
			display:block;
			white-space:nowrap;
			overflow:hidden;
			text-overflow: ellipsis;

		}
		
		.hb-plugin-class .items .item .item-metric .item-metric-value {
			display:block !important;
			white-space:nowrap;
			overflow:hidden;
			text-overflow: ellipsis;
		}
		
		
			.hb-plugin-class .items.grid .item .item-title{
				/* color:#333; */
			}

		.hb-plugin-class .items .item .item-type,
		.hb-plugin-class .items .item .item-address{
			font-size:13px;
			padding-bottom:5px;
			display:block;
			white-space:nowrap;
			overflow:hidden;
			text-overflow: ellipsis;
			line-height: 1.3em;
		}
		
		.hb-plugin-class .items .item .item-type {
			height: 37px;
		}
	
		.hb-plugin-class .items .item .item-tags{
			font-style: italic;
			padding-bottom:5px;
		}
		
		.hb-plugin-class .items .item .item-stats{
			position:absolute;
			top:5px;
			bottom:5px;
			right:1px;
			width:140px;
			border-left:1px solid #ccc;
			padding:85px 0px 10px 10px;
		}
			.hb-plugin-class .items.grid .item .item-stats{
				position:relative;
				width:auto;
				top:auto;
				right:auto;
				bottom:0px;
				border-top:1px solid #ccc;
				border-left:0px none;
				margin-top:10px;
				padding-top:10px;
			}
		
		.hb-plugin-class .items .item .item-stats .item-stat{
			text-align:left;
			line-height: 25px;
		}
			.hb-plugin-class .items.grid .item .item-stats .item-stat{
			}
		
		.hb-plugin-class .items .item .item-stats .item-stat .item-stat-val{
			display:inline-block;
			padding:0px 5px;

		}
				
		.hb-plugin-class .items .item .item-metrics{
			margin-top:6px;
		}
		
			.hb-plugin-class .items.grid .item .item-metrics{
				/*display:none;*/
			}
			
			.hb-plugin-class .items .item .item-metrics .item-metric{
			}
			
			.hb-plugin-class .items .item .item-metrics .item-metric-label{
				text-transform: uppercase;
				color:#999; 
				font-size:11px;
				vertical-align:middle;
			}
			
			.hb-plugin-class .items .item .item-metrics .item-metric span.progress{
				width:150px;
			}
			
			.hb-plugin-class .items .item .item-metrics .item-metric span.progress,
			.hb-plugin-class .items .item .item-metrics .item-metric span.progress .meter{
				display:inline-block;
				vertical-align:middle;
				margin:0px;
			}

			.hb-plugin-class .items .item .item-metrics .item-metric .item-metric-value{
				display:inline-block;
				vertical-align:middle;
				color:#333;
				font-style:italic;
			}

/********************  padding and margins  *******************/

.hb-plugin-class .m0{ margin:0px;}
.hb-plugin-class .m5{ margin:5px;}
.hb-plugin-class .m10{ margin:10px;}

.hb-plugin-class .mtb5{ margin:5px 0px;}
.hb-plugin-class .mtb10{ margin:10px 0px;}
.hb-plugin-class .mtb20{ margin:20px 0px;}

.hb-plugin-class .mlr5{ margin:0px 5px;}
.hb-plugin-class .mlr10{ margin:0px 10px;}
.hb-plugin-class .mlr20{ margin:0px 20px;}
.hb-plugin-class .mlr40{ margin:0px 40px;}

.hb-plugin-class .mt10{ margin-top:10px;}
.hb-plugin-class .mb10{ margin-bottom:10px;}
.hb-plugin-class .ml10{ margin-left:10px;}
.hb-plugin-class .mr10{ margin-right:10px;}

.hb-plugin-class .mtb5{ margin:5px 0px;}

.hb-plugin-class .mt5{ margin-top:5px;}
.hb-plugin-class .mb5{ margin-bottom:5px;}
.hb-plugin-class .ml5{ margin-left:5px;}
.hb-plugin-class .mr5{ margin-right:5px;}

.hb-plugin-class .mt20{ margin-top:20px;}
.hb-plugin-class .ml20{ margin-left:20px;}
.hb-plugin-class .mb20{ margin-bottom:20px;}
.hb-plugin-class .mr20{ margin-right:20px;}
.hb-plugin-class .mt40{ margin-top:40px;}
.hb-plugin-class .mb40{ margin-bottom:40px;}

.hb-plugin-class .mb1{ margin-bottom:1px;}


.hb-plugin-class .p0, .no-padding{padding:0px;}
.hb-plugin-class .p5{ padding:5px;}
.hb-plugin-class .p10{ padding:10px;}
.hb-plugin-class .p20{ padding:20px;}
.hb-plugin-class .p40{ padding:20px;}
.hb-plugin-class .p3{ padding:3px;}

.hb-plugin-class .pt1{ padding-top:1px;}
.hb-plugin-class .pt3{ padding-top:3px;}
.hb-plugin-class .pt5{ padding-top:5px;}
.hb-plugin-class .pt10{ padding-top:10px;}
.hb-plugin-class .pt15{ padding-top:15px;}
.hb-plugin-class .pt20{ padding-top:20px;}
.hb-plugin-class .pt40{ padding-top:40px;}

.hb-plugin-class .pl3{ padding-left:3px;}
.hb-plugin-class .pl5{ padding-left:5px;}
.hb-plugin-class .pl10{ padding-left:10px;}
.hb-plugin-class .pl20{ padding-left:20px;}

.hb-plugin-class .pr5{ padding-right:5px;}
.hb-plugin-class .pr10{ padding-right:10px;}
.hb-plugin-class .pr20{ padding-right:20px;}

.hb-plugin-class .pb3{ padding-bottom:3px;}
.hb-plugin-class .pb5{ padding-bottom:5px;}
.hb-plugin-class .pb10{ padding-bottom:10px;}
.hb-plugin-class .pb15{ padding-bottom:15px;}
.hb-plugin-class .pb20{ padding-bottom:20px;}
.hb-plugin-class .pb40{ padding-bottom:40px;}


.hb-plugin-class .plr5{ padding:0px 5px;}
.hb-plugin-class .plr10{ padding:0px 10px;}
.hb-plugin-class .plr20{ padding:0px 20px;}

.hb-plugin-class .fl{ float:left; }
.hb-plugin-class .fr{ float:right; }
.hb-plugin-class .clear{ clear:both; }

.hb-plugin-class .cursor-pointer{
	cursor:pointer;
}
/******************* WP sortcode building item ****************************/
.hb-plugin-class {
    clear:both;
    overflow:hidden;
}

.hb-map-container {
    position: relative;
    width: 100%;
    height: 100%;
}
.hb-gmap {
    position: absolute;
    top: 0px;
    left: 0px;
}
    .hb-gmap img {
	margin: 0px !important;
	padding: 0px !important;
	max-width: none !important;
    }

    .hb-directory-results-map-container img {
	max-width: none !important; 
    }

.hb-api-plugin-container {
    position: relative;
    width: 276px;
    height: 276px;
    /*
    float:left;
    margin: 0px 0px 30px 30px;
    padding: 0px;
    */
    padding: 10px;
    display: inline-block;

    line-height: 1.4em;
}
.hb-building-map-container {
    /* 
    border: 1px solid #CFDFE3;
    position: absolute;
    top: 0px;
    left: 0px; 
    */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.hb-shortcode .bold  {
    font-weight: bold;
}
.hb-shortcode .uppercase {
    text-transform: uppercase;
}
.hb-shortcode .white
{
    color: white;
}

.hb-gmap.featured {
    height: 169px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    height: 400px;
    top: 50%;
    margin-top: -200px;
}

.hb-container .section-title {
    margin: 0px 0px 0px 30px;
}


/******************* WP sortcode project item
.hb-container .project.overlay {
    
    -webkit-background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-background-size: cover;
    -o-background-size: cover;
    
    background-color: white;
    border-radius: 5px;
    color: white;
    font-size: 1em;
    height: 100%;
    width: 100%;

}

.hb-container .project .top  {
    min-height: 105px;
    padding: 10px;
}

.hb-container .project .top .name {
    font-weight: bold;
    font-size: 1.2em;
}
.hb-container .project .top .name {
    font-weight: bold;
}

.hb-container .project .bottom {
    position: absolute;
    bottom: 10px;
    left: 30px;
    display:none;
}

 ****************************/

/* PARTIALS */

.hb-shortcode
{
}

.hb-base-map-container
{
    position: relative;
    width: 100%;
    height: 100%;
}

    .hb-base-map-wrapper
    {
        left: -35px;
        right: -35px;
        top: 0px;
        bottom: 0px;
        position: absolute;
    }

.hb-building-wrapper {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: 0px;
    left: 0px;
    height: 66%;
    width: 100%;
    position:absolute;
}

.hb-building-map-list
{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

    .hb-image-header
    {
		position: relative;
        background-size: cover;
        background-position: 50% 50%;
        width: 100%;
        height: 100%;
    }

.hb-image-slider-container
{
    width: 100%;
    position: relative;
    max-height: 535px;
    min-height: 350px;
    overflow: hidden;
}
    
    .hb-image-slider-container .flex-control-nav.flex-control-paging
    {
        position: absolute;
        left: 50%;
        width: 300px;
        margin-left: -150px;
        bottom: 15px;
    }
    .hb-image-slider-container .flex-direction-nav
    {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        height: 32px;
        width: 100%;
    }
    .hb-image-slider-container .flex-direction-nav > li
    {
        width: 32px;
        height: 32px;
        display: inline-block;
        float: left;
        opacity: 0;
        position: relative;
        background-color: black;
        padding: 0px !important;
        margin: 0px !important;
    }
    .hb-image-slider-container .flex-direction-nav > li:first-child
    {
        border-radius: 0px 5px 5px 0px;
    }
    .hb-image-slider-container .flex-direction-nav > li:first-child:after
    {
        content: '<';
        font-size: 28px;
        position: absolute;
        width: 28px;
        line-height: 28px;
        height: 28px;
        left: 7px;
        margin-left: 0px;
        color: #aaa;
        top: 3px;
    }
    .hb-image-slider-container .flex-direction-nav > li:last-child
    {
        border-radius: 5px 0px 0px 5px;
        float: right;
    }
    .hb-image-slider-container .flex-direction-nav > li:last-child:after
    {
        content: '>';
        font-size: 28px;
        position: absolute;
        width: 28px;
        line-height: 28px;
        height: 28px;
        left: 10px;
        margin-left: 0px;
        color: #aaa;
        top: 3px;
    }
    .hb-image-slider
    {
        height: 100%;
    }
.hb-image-span-container
{
    position: relative;
    width: 100%;
    height: 100%;
}
    .hb-image-span
    {
        height: 100%;
    }
.hb-info-grid-container
{
	position: relative;
}
	.hb-info-grid-header
	{
        padding-bottom: 5px;
        line-height: 22px !important;
		font-weight: bold;
	}
	.hb-info-grid-subheader
	{
            margin-top: 0px;
            margin-bottom: 25px;
	}
	.hb-info-grid-items
	{
		display: inline-block;
		overflow: hidden;
		vertical-align: top;
		padding-bottom: 20px;
	}
		.hb-field-container
		{
			float: left;
			position: relative;
		    padding-top: 1px;	
		}
			.hb-field
			{
				position: relative;
			}
				.hb-field-name
				{
					text-transform: uppercase;
					display: inline-block;
					width: 45%;
					color: #808080;
					vertical-align: top;
				}
				.hb-field-value
				{
					display: inline-block;
					width: 55%;
					vertical-align: top;
				}
	.hb-info-grid-description-container
	{
		display: inline-block;
		vertical-align: top;
	}
		.hb-info-grid-description-text
		{
			width: 100%;
                        height: 100%;
			overflow: hidden;
		}
		.hb-info-grid-description-more
		{
			position: absolute;
			right: 10px;
			bottom: -15px;
			height: 24px;
			display: none;
			overflow: visible;
		}
		
.hb-block-grid-container
{
	position: relative;
	padding-bottom: 20px;
}
	.hb-block-grid-more
	{
		position: absolute;
		bottom: -15px;
		right: 10px;
		height: 24px;
		text-transform: uppercase;
	}
	.hb-block-grid-header
	{
		font-weight: bold;
	}
	.hb-block-grid-subheader
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.hb-block-grid-items
	{
		overflow: hidden;
	}
		.hb-block-container
		{
			float: left;
			position: relative;
		}
        .hb-block-container.project .hb-block
        {
            background-size: cover;
        }

		.hb-block-grid-container.collapsed .hb-block-container.after-fourth
		{
                display: none;
		}
			.hb-block-dummy
			{
				padding: 50%;
			}
			.hb-block-wrapper
			{
				position: absolute;
				top: 5px;
				left: 0px;
				bottom: 5px;
				right: 10px;
			}
				.hb-block
				{	
					width: 100%;
					height: 100%;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-radius: 5px;
					position: relative;
                                        overflow: hidden;
				}
				.hb-block-container.project {
				    width: 25%;
				}				
                    .hb-block-container.project .hb-block
                    {
                        cursor: pointer;

                    }
                    .hb-block-image
                    {
                        cursor: pointer;
                        background-size: cover;
                        position: absolute;
                        left: 0px;
                        top: 2px;
                        right: 0px;
                        bottom: 0px;
                        z-index: 2;
                    }
                                    .hb-block.border
                                    {
                                            border: 1px solid #999;
                                            overflow: hidden;
                                    }
					.hb-block-overlay
					{
						width: 100%;
						height: 33%;
						-moz-border-radius: 5px;
						-webkit-border-radius: 5px;
						border-radius: 5px;
						background: -moz-linear-gradient(top,  rgba(0,0,0,.80) 0%, rgba(0,0,0,0.65) 17%, rgba(0,0,0,0.42) 58%, rgba(0,0,0,0) 100%); /* FF3.6+ */
						background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.80)), color-stop(17%,rgba(0,0,0,0.65)), color-stop(58%,rgba(0,0,0,0.42)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
						background: -webkit-linear-gradient(top,  rgba(0,0,0,.80) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.42) 58%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
						background: -o-linear-gradient(top,  rgba(0,0,0,.80) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.42) 58%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
						background: -ms-linear-gradient(top,  rgba(0,0,0,.80) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.42) 58%,rgba(0,0,0,0) 100%); /* IE10+ */
						background: linear-gradient(to bottom,  rgba(0,0,0,.80) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.42) 58%,rgba(0,0,0,0) 100%); /* W3C */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
					}
                    .hb-block-header > *
                    {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
					.hb-block-header-container
					{
						border-radius: 5px 5px 0px 0px;
						z-index: 5;
						position: absolute;
						top: 0px;
						left: 0px;
						right: 0px;
						height: 33%;
						cursor: pointer;
					}
                                        .hb-block.border .hb-block-header-container
                                        {
                                                border-bottom: 1px solid #888;
                                        }
                                        .hb-block-header-container.white
                                        {
                                                overflow: hidden;
                                                background-color: white;
                                                color: black;
                                        }
                                            .hb-block-header
                                            {
                                                width: 100%;
                                                height: 100%;
                                                padding: 10px;
                                            }
                                        .hb-block-footer-container {
                                            position: absolute;
                                            left: 0px;
                                            right: 0px;
                                            bottom: 0px;
                                            height: 66.67%; 
                                        }
                                            .hb-block-footer {
                                                height: 100%;
                                                width: 100%;
                                            }
                                        .hb-block-content-container
                                        {
                                            position: absolute;
                                            left: 0px;
                                            bottom: 0px;
                                            -moz-border-radius: 0px 0px 5px 5px;
                                            -webkit-border-radius: 0px 0px 5px 5px;
                                            border-radius: 0px 0px 5px 5px;
                                            overflow: hidden;
                                            right: 0px;
                                            height: 100%;
                                        }
                                        .hb-block-content-container.border
                                        {
                                                border-bottom: 1px solid #999;
                                                border-left: 1px solid #999;
                                                border-right: 1px solid #999;
                                        }
                                            .hb-block-content
                                            {
                                                width: 100%;
                                                height: 100%;
                                            }

                                        /* XXX */
                                        .hb-block-views, .hb-block-stars { display: none; }
                                        /* XXX */


/* CUSTOM CSS */

.hb-link
{
	text-transform: uppercase;
	cursor: pointer;
	z-index: 10;
	color: #337dd0;
}

.hb-link.hb-more:after{
	content: '...';
	font-size: 18px;
	position: absolute;

	top: -60%;
	right: 50%;
        right-right: -5px;
	width: 10px;
	height: 10px;
}
.hb-link.hb-less:after{
        content: '...';

	font-size: 18px;
	position: absolute;

	top: -60%;
	right: 50%;
        margin-right: -5px;
	width: 10px;
	height: 10px;
}

.hb-header
{
    /* your styles here */
}

.hb-button
{
    cursor: pointer;
}
.hb-switch
{
    z-index: 10;
}
.hb-switch .hb-button
{
    border: 1px solid #999;
}
 .hb-button.on.clear-filters 
 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    width: 75px;
    padding: 5px 5px 5px 10px;
    margin-top: 7px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 11px;
 }

.hb-button:hover
{
    color: #888;
    background: #e5e5e5;
}
.hb-switch .hb-button:hover
{
    border: 1px solid black;

}

.hb-switch .hb-button.on
{
    border: 0px solid black; 
    color:  white;
}
.hb-button.on
{
    color: white;
    font-weight: bold;
    background-color: #0082E9;
}

.hb-button.on:hover
{
    background-color: #008EFF; 
}

/* END CUSTOM CSS */

/* DETAIL */
.hb-detail, .hb-featured-buildings, .hb-featured-projects
{
    max-width: 1200px;
    margin: auto;
}
 .hb-shortcode .hb-detail-info .hb-field-name
 {
     line-height: 21px;

 }
    .hb-detail-panel
    {
        width: 100%;
        float: right;
        margin-bottom: 75px;
        position: relative;
    }
    .hb-detail-panel:last-child
    {
        margin-bottom: 0px;
    }
    .hb-detail-panel.fixed
    {
        height: 300px;
    }
    .hb-detail-images
    {
        display: inline-block;
        width: 75%;
        padding-left: 50px;
        overflow: hidden;
    }
    .hb-detail-info
    {
        width: 25%;
        vertical-align: top;
        display: inline-block;
        position: relative;
    }
        .hb-detail-info-wrapper
        {
            overflow: hidden;
            width: 100%;
            height: 100%;
            position: relative;
        }
        .hb-detail-info-more
        {
            left: 50%;
            text-align: center;
            width: 120px;
            margin-left: -60px;
            height: 24px;
            bottom: -50px;
            position: absolute;
        }
        .hb-detail-info-more.hb-less
        {
            bottom: -25px;
        }
        .hb-detail-info .hb-info-grid-description-container
        {
            width: 100% !important;
        }
        .hb-detail-info .hb-info-grid-items
        {
            width: 100% !important;
        }    
/* END DETAIL */

/* DIRECTORY */
.hb-directory
{
    max-width: 1200px;
    margin: auto;
}
.hb-directory-header
{
	height: 36px;
	margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
}
    .hb-directory-header-search
    {
    }
        .hb-directory-header-search-button
        {
            cursor: pointer;
            border-radius: 0px 7px 7px 0px;
            display: inline-block;
            height: 36px;
            position: relative;
            top: 0px;
            left: -3px;
            width: 54px;
        }
        .hb-directory-header-search-button:after
        {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -18px;
            top: 0px;
            height: 36px;
            width: 36px;
            content: "";
            background: transparent url('../img/platform_icon_sprite.png') 0px 0px no-repeat;
        }
        .hb-directory-header-search-button:hover
        {
        }
        .hb-directory-header-search-text
        {
            display: inline-block;
            position: relative;
            height: 36px;
            top: 0px;
            width: 280px;
        }
            .hb-directory input.hb-directory-header-search-input
            {
                border: 1px solid #aaa;	
                border-radius: 7px 0px 0px 7px;
                width: 100%;
                height: 100%;
                padding: 10px; 
                position: absolute;
            }
        .hb-directory-header-switch 
        {
             position: absolute;
             right: 10px; 
             top: 0px;
             height: 36px;
        }
            .hb-directory-header-switch-grid
            {
                border-radius: 5px 0px 0px 5px;
                border: 1px solid #aaa;
                cursor: pointer;
                display: inline-block;
                height: 36px;
                position: relative;
                width: 48px;
            }
	    
	    .hb-directory-header-switch-grid.on
	    {
		border: 1px solid black !important;
	    }
	    
	    .hb-directory-header-switch-map.on
	    {
		border: 1px solid black !important;
	    }
        
            .hb-directory-header-switch-map
            {
                 margin-left: -1px;
                 border: 1px solid #aaa;
                 border-radius: 0px 5px 5px 0px;
                cursor: pointer;
                display: inline-block;
                height: 36px;
                width: 48px;
                position: relative;
            }
	    
	    .hb-directory-header-switch-grid > i, .hb-directory-header-switch-map > i
	    {
		font-size: 1.7em;
		padding-left: 8px;
		padding-top: 3px;
	    }
	    
	    .hb-directory-header-switch-grid > i
	    {
		padding-left: 11px;
		padding-top: 7px;
	    }
	    
	   .hb-directory-header-switch-map > i
	   {
	      padding-left: 16px;
	      padding-top: 7px;
	   }
	   
	   .hb-color
	   {
	   }
	     
	   
.hb-directory-filters
{
	display: inline-block;
	overflow: hidden;
	width: 25%;
	padding: 10px 40px 10px 10px;
	vertical-align: top;
}
    .hb-directory-filters .hb-filter-values
    {
        width: 100%;
        border-radius: 2px;
    }
	.hb-directory-filters .hb-filter-name
	{
		color: #808080;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
	.hb-directory-filters .hb-filter-container
	{
		padding-bottom: 15px;
	}
    .hb-directory-filters .hb-multiselect-filter-option
    {
        cursor: pointer;
        margin-top: 5px;
        position: relative;
    }
	.hb-directory-filters .hb-multiselect-filter-option-text
	{
        position: absolute;
        left: 20px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px !important;
    }
	.hb-directory-filters .hb-range-filter-option
	{
		display: inline-block;
		width: 35%;
	}
    .hb-filter.hb-slider .ui-rangeSlider-handle
    {
        z-index: 5;
    }
    .hb-filter.hb-slider .ui-rangeSlider-leftArrow
    {
            width: 0; 
            height: 0;
            margin: 3px;
            margin-left: 0px; 
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent; 
            border-right: 8px solid #ddd; 
    }
    .hb-filter.hb-slider .ui-rangeSlider-rightArrow{
            width: 0; 
            height: 0;
            margin: 3px; 
            margin-right: 0px;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent; 
            border-left: 8px solid #ddd; 
    }
    .hb-filter.hb-slider .ui-rangeSlider-label
    {
        background: #DDD;
        border-radius: 5px;
        padding: 3px 6px 3px;
        color: black;
        bottom: 27px;
    }
    .hb-filter.hb-slider .ui-rangeSlider-label:after
    {
        content: '\25BC';
        color: #DDD;
        position: absolute;
        left: 50%;
        width: 10px;
        margin-left: -9px;
        bottom: -12px;
    }
    .hb-filter.hb-slider .ui-rangeSlider-bar
    {
        margin-top: 3px;
        background: #1d2d46;
        height: 16px;
    }
    .hb-filter.hb-slider .ui-rangeSlider-handle
    {
        background: #4f6685;
        height: 20px;
        margin-top: 1px;
    }
		.hb-filter.range .hb-filter-separator
		{
			display: inline-block;
			text-align: center;
			margin-left: -4px;
			width: 30%;
		}
		.hb-range-filter-option .hb-range-filter-option-text
		{
            height: 24px;
            text-align: center;
            width: 100%;
            border: 1px solid #aaa;
            border-radius: 3px;
        }
		

.hb-directory .hb-directory-results
{
	display: inline-block;
        position: relative;
	width: 75%;
        padding-top: 10px;
	vertical-align: top;
}
    
    .hb-directory-header-more
    {
        border-radius: 5px;
        cursor: pointer;
        height: 36px;
        width: 36px;
        display: none;
    }
    .hb-directory-header-more:after
    {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -18px;
            top: 0px;
            height: 36px;
            width: 36px;
            content: "";
            background: transparent url('../img/platform_icon_sprite.png') 0px -108px no-repeat;
        
    }
    .hb-directory-results-header
    {
    }
    .hb-directory-results-contents
    {
        position: relative;
        margin-top: 14px;
    }
        .hb-directory-results-map-container
        {
            display: none;
            width: 100%;
            padding: 10px 10px 20px 10px;
            position: relative;
        }
            .hb-directory-results-map-dummy
            {
                padding-top: 100%;
            }
            .hb-directory-results-map-wrapper
            {
                position: absolute;
                left: 0px;
                top: 5px;
                right: 0px;
                bottom: 20px;
                border: 1px solid #999;
                border-radius: 5px;
                -webkit-border-radius: 5px;
            }
                .hb-directory-results-map-inner
                {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                    position: relative;  
                }
                .hb-directory-results-map
                {
                    width: 855px;
                    height: 1000px;
                    left: 0px;
                    /*margin-left: -600px;*/
                    top: 0px;
                     /*margin-top: -600px; */
                }

	.hb-directory-results .hb-block-container
	{
		width: 33.3%;
	}
    .hb-directory-results-footer
    {
        height: 36px;
        padding-right: 10px;
        width: 100%;
    }
        .hb-directory-results-footer-pages
        {
            border-radius: 5px;
            text-align: center;
            height: 36px;
            float: right;
            position: relative;
            width: 33%;
        }
        .site-content.black
        {
            color: white;
            background-color: #333;
        }
            .hb-directory-results-footer-page
            {
                display: inline-block;
                height: 36px;
                line-height: 36px !important;
                text-align: center;
                vertical-align: middle;
                position: relative;
                cursor: pointer;
            }
            .hb-directory-results-footer-page.on
            {
                color: #0082e9;
            }
            .hb-directory-results-footer-page.off
            {
                cursor: inherit;
                color: #aaa;
            }
            .hb-directory-results-footer-page.off:hover
            {
                background-color: inherit;
                color: #aaa;
                box-shadow: inset 0px 0px 0px 0px black;
            }
            .hb-directory-results-footer-page:hover
            {
                background-color: #e5e5e5;
                color: #888;
                box-shadow: inset 0px 0px 0px 1px black;
            }
            .hb-directory-results-footer-page.on:hover
            {
                color: #0082e9;
            }
            .hb-directory-results-footer-page:first-child
            {
                border-radius: 5px 0px 0px 5px; 
            }
            .hb-directory-results-footer-page:last-child
            {
                border-radius: 0px 5px 5px 0px; 
            }

/* END DIRECTORY */

/* END PARTIALS */

/* SHORTCODES */

/* FEATURED BUILDINGS */
.hb-featured-buildings .hb-block-container {
    width: 25%;
}
/* BUILDING DETAIL */

.hb-detail .hb-field-container 
{
	width: 100%;
}
.hb-detail .hb-block-container, .hb-featured-buildings .hb-block-container, .hb-featured-projects .hb-block-container
{
	width: 25%;
}
.hb-shortcode .hb-text-22
{
	font-size: 22px;
	line-height: 33px;
}
.hb-shortcode .hb-text-16
{
	font-size: 16px;
	line-height: 22px;
}
.hb-shortcode .hb-text-14
{
	font-size: 14px;
	line-height: 21px;
}
.hb-shortcode .hb-text-12
{
	font-size: 12px;
	line-height: 18px;
}

@media all and (max-width: 1000px) and (min-width: 901px) {
    .hb-directory .hb-block-header > .hb-text-14.third, 
    .hb-featured-buildings .hb-block-header > .hb-text-14.third,
    .hb-featured-projects .hb-block-header > .hb-text-14.third
    {
        display: none;
    }
    
}
@media all and (max-width: 900px) and (min-width: 820px) {
    .hb-directory .hb-block-header > .hb-text-14.second,
    .hb-featured-buildings .hb-block-header > .hb-text-14.second,
    .hb-featured-projects .hb-block-header > .hb-text-14.second
    {
        display: none;
    }
    .hb-directory .hb-block-header > .hb-text-14.third,
    .hb-featured-buildings .hb-block-header > .hb-text-14.third,
    .hb-featured-projects .hb-block-header > .hb-text-14.third
    {
        display: none;
    }
}
@media all and (max-width: 819px) and (min-width: 720px) {
    .hb-directory .hb-block-container
    {
        width: 33%;
    }
    .hb-directory .hb-directory-results-footer-pages
    {
        width: 66%;
    }
    .hb-directory .hb-block-header > .hb-text-14.second,
    .hb-featured-buildings .hb-block-header > .hb-text-14.second,
    .hb-featured-projects .hb-block-header > .hb-text-14.second
    {
        display: none;
    }
    .hb-directory .hb-block-header > .hb-text-14.third,
    .hb-featured-buildings .hb-block-header > .hb-text-14.third,
    .hb-featured-projects .hb-block-header > .hb-text-14.third
    {
        display: none;
    }

	.hb-detail .hb-field-container 
	{
  		width: 100%;
	}
	.hb-detail .hb-block-container, .hb-featured-buildings .hb-block-container, .hb-featured-projects .hb-block-container
	{
		width: 25%;
	}
	.hb-detail .hb-info-grid-items
	{
		width: 100%;
	}
	.hb-detail .hb-info-grid-description-container
	{
		padding-top: 10px;
		width: 100%;
	}
	.hb-shortcode .hb-text-22
	{
		font-size: 22px;
		line-height: 33px;
	}
	.hb-shortcode .hb-text-16
	{
		font-size: 16px;
		line-height: 22px;
	}
	.hb-shortcode .hb-text-14
	{
		font-size: 14px;
		line-height: 21px;
	}
	.hb-shortcode .hb-text-12
	{
		font-size: 12px;
		line-height: 18px;
	}
	.hb-detail .hb-field
	{
		line-height: 18px;
	}
	.hb-detail .hb-field-name
	{
		line-height: 21px !important;
	}
	.hb-map-overlay .type {
	    display: none;
	}

}
@media all and (max-width: 719px) and (min-width: 640px) {
    .hb-directory .hb-directory-results-footer-pages
    {
        width: 100%;
    }
    .hb-directory .hb-directory-results-footer-pages
    {
        width: 50%;
    }
}
@media all and (max-width: 639px) and (min-width: 522px) {
    .hb-directory .hb-block-header > .hb-text-14.third,
    .hb-featured-buildings .hb-block-header > .hb-text-14.third,
    .hb-featured-projects .hb-block-header > .hb-text-14.third
    {
        display: none;
    }
    .hb-directory .hb-directory-results-footer-pages
    {
        width: 100%;
    }
}
@media all and (max-width: 719px) and (min-width: 522px) {
    .hb-directory .hb-block-container
    {
        width: 50%;
    }
    .hb-detail-info
    {
        width: 33.3%;
    }
    .hb-detail-images
    {
        width: 66.6%;
    }
	.hb-detail .hb-block-container, .hb-featured-buildings .hb-block-container, .hb-featured-projects .hb-block-container
	{
		width: 33.3%;
	}
	.hb-detail .hb-info-grid-items
	{
		width: 100%;
	}
	.hb-detail .hb-info-grid-description-container
	{
		padding-top: 10px;
		width: 100%;
	}
	.hb-featured .hb-block-grid-container.collapsed .hb-block-container.fourth
	{
            display: none;
	}
	.hb-detail .hb-block-grid-container.collapsed .hb-block-container.fourth
	{
            display: none;
	}
	.hb-shortcode .hb-text-22
	{
		font-size: 20px;
		line-height: 30px;
	}
	.hb-shortcode .hb-text-16
	{
		font-size: 14px;
		line-height: 21px;
	}
	.hb-shortcode .hb-text-14
	{
		font-size: 12px;
		line-height: 18px;
	}
        .hb-shortcode .hb-text-12
	{
		font-size: 10px;
		line-height: 15px;
	}
	.hb-detail .hb-field
	{
		line-height: 15px;
	}
	.hb-detail .hb-field-name
	{
		line-height: 18px !important;
	}
}
@media all and (max-width: 521px) and (min-width: 421px) {
    .hb-detail-info
    {
        padding-bottom: 75px;
    }
    .hb-directory .hb-directory-filters
    {
        width: 100%;
        height: 0px;
        padding: 0px 10px 0px 0px;
    } 
    .hb-directory .hb-block-header > .hb-text-14.third,
    .hb-featured-buildings .hb-block-header > .hb-text-14.third,
    .hb-featured-projects .hb-block-header > .hb-text-14.third
    {
        display: none;
    }
    .hb-directory .hb-block-container
    {
        width: 50%;
    }
    .hb-detail-info
    {
        width: 100%;
    }
    .hb-detail-images
    {
        width: 100%;
        padding-left: 0px;
    }
    .hb-directory .hb-directory-results-footer-pages
    {
        width: 100%;
    }
    .hb-directory .hb-directory-results
    {
        width: 100%;
    }
    .hb-directory .hb-directory-header-switch
    {
        right: 10px;
        top: 0px;
    }
    
    .hb-directory .hb-directory-header-switch > *
    {
        height: 36px;
        width: 36px;
    } 
    .hb-directory .hb-directory-header-switch-grid > i
    {
	padding-left: 5px;
    } 
    
    .hb-directory-header-switch-map > i 
    {
	padding-left: 12px;
    }
    
    .hb-directory .hb-directory-header-search-text
    {
        position: absolute;
        left: 44px;
        right: 125px;
        height: 36px;
        top: 0px;

        width: auto;
    }
        .hb-directory input.hb-directory-header-search-input
        {
            width: 100%;
            height: 100%;
        }
    .hb-directory .hb-directory-header-search-button
    {
        position: absolute;
        right: 90px;
        width: 36px;
        left: inherit;
        top: 0px;
    }
    .hb-directory .hb-directory-header-more
    {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
    }

	.hb-detail .hb-block-container, .hb-featured-buildings .hb-block-container, .hb-featured-projects .hb-block-container
	{
		width: 50%;
	}
	.hb-detail .hb-info-grid-items
	{
		width: 100%;
	}
	.hb-detail .hb-info-grid-description-container
	{
		padding-top: 10px;
		width: 100%;
	}
	.hb-featured .hb-block-grid-container.collapsed .hb-block-container.fourth, 
	.hb-featured .hb-block-grid-container.collapsed .hb-block-container.third
	.hb-detail .hb-block-grid-container.collapsed .hb-block-container.fourth, 
	.hb-detail .hb-block-grid-container.collapsed .hb-block-container.third
	{
        display: none;
    }
	.hb-shortcode .hb-text-22
	{
		font-size: 20px;
		line-height: 30px;
	}
	.hb-shortcode .hb-text-16
	{
		font-size: 14px;
		line-height: 21px;
	}
	.hb-shortcode .hb-text-14
	{
		font-size: 12px;
		line-height: 18px;
	}
	.hb-shortcode .hb-text-12
	{
		font-size: 10px;
		line-height: 15px;
	}
	.hb-detail .hb-field
	{
		line-height: 15px;
	}
	.hb-detail .hb-field-name
	{
		line-height: 18px !important;
	}
	.hb-map-overlay .type {
	    display: none;
	}
}
@media all and (max-width: 420px) and (min-width: 321px){
    .hb-detail-info
    {
        padding-bottom: 75px;
    }
    .hb-directory .hb-directory-filters
    {
        padding: 0px 10px 0px 0px;
        width: 100%;
        height: 0px;
    } 
    .hb-directory .hb-block-header > .hb-text-14.third,
    .hb-featured-buildings .hb-block-header > .hb-text-14.third,
    .hb-featured-projects .hb-block-header > .hb-text-14.third
    {
        display: none;
    }
    .hb-directory .hb-block-header > .hb-text-14.second,
    .hb-featured-buildings .hb-block-header > .hb-text-14.second,
    .hb-featured-projects .hb-block-header > .hb-text-14.second
    {
        display: none;
    }
    .hb-directory .hb-block-container
    {
        width: 50%;
    }
    .hb-detail-info
    {
        width: 100%;
    }
    .hb-detail-images
    {
        width: 100%;
        padding-left: 0px;
    }
    .hb-directory .hb-directory-results-footer-pages
    {
        width: 100%;
    }
    .hb-directory .hb-directory-results
    {
        width: 100%;
    }
    .hb-directory .hb-directory-header-switch
    {
        right: 10px;
        top: 0px;
    }
    
    .hb-directory .hb-directory-header-switch > *
    {
        height: 36px;
        width: 36px;
    } 
        
    .hb-directory-header-switch-map > i 
    {
	padding-left: 12px;
    }
    
    .hb-directory .hb-directory-header-switch-grid > i
    {
	padding-left: 5px;
    } 
  
    .hb-directory-header-switch-map > i 
    {
	padding-left: 12px;
    }
    
    .hb-directory .hb-directory-header-search-text
    {
        position: absolute;
        left: 44px;
        height: 36px;
        right: 125px;
        width: auto;
        top: 0px;
    }
    .hb-directory .hb-directory-header-search-button
    {
        position: absolute;
        right: 90px;
        width: 36px;
        left: inherit;
        top: 0px;
    }
    .hb-directory .hb-directory-header-more
    {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
    }

	.hb-detail .hb-field-container
	{
		width: 50%;
	}
	.hb-detail .hb-block-container, .hb-featured-buildings .hb-block-container, .hb-featured-projects .hb-block-container
	{
		width: 50%;
	}
    .hb-directory .hb-directory-results
    {
        width: 100%;
    }
    .hb-directory .hb-directory-header-switch
    {
        right: 10px;
        top: 0px;
    } 

	.hb-detail .hb-field-container
	{
		width: 100%;
	}
	.hb-detail .hb-block-container, .hb-featured-buildings .hb-block-container, .hb-featured-projects .hb-block-container
	{
		width: 50%;
	}
	.hb-detail .hb-info-grid-items
	{
		width: 100%;
	}
	.hb-detail .hb-info-grid-description-container
	{
		padding-top: 10px;
		width: 100%;
	}
	.hb-featured .hb-block-grid-container.collapsed .hb-block-container.fourth, 
	.hb-featured .hb-block-grid-container.collapsed .hb-block-container.third,
	.hb-detail .hb-block-grid-container.collapsed .hb-block-container.fourth, 
	.hb-detail .hb-block-grid-container.collapsed .hb-block-container.third
	{
    	display: none;
	}
	.hb-shortcode .hb-text-22
	{
		font-size: 18px;
		line-height: 27px;
	}
	.hb-shortcode .hb-text-16
	{
		font-size: 12px;
		line-height: 18px;
	}
	.hb-shortcode .hb-text-14
	{
		font-size: 10px;
		line-height: 15px;
	}
	.hb-shortcode .hb-text-12
	{
		font-size: 10px;
		line-height: 15px;
	}
	.hb-detail .hb-field-value
	{
		line-height: 21px !important;
	}
	.hb-map-overlay .type {
	    display: none;
	}
	.hb-map-overlay .type {
	    display: none;
	}
} 
@media all and (max-width: 320px) {
    
    .hb-detail-info
    {
        padding-bottom: 75px;
    }
    .hb-directory .hb-directory-filters
    {
        height: 0px;
        width: 100%;
        padding: 0px 10px 0px 0px;
    } 
    .hb-gmap-infowindow-image {
	height: 50px !important;
	width: 50px !important;
    }
    
    .hb-gmap-infowindow {
	width: 250px !important;
	height: 50px !important;
    }
    
    .hb-gmap-infowindow-detail {
	line-height: 1.2em !important;
	font-size: 1em !important;
	padding-top: 5px !important;
	padding-right: 5px !important;
	margin-left: 65px !important;
    }
    
    .hb-gmap-infowindow-detail {
	padding-top: 15px;
	padding-right: 15px;
	margin-left: 115px;
    }
    
    .hb-gmap-infowindow-address {
	line-height: 1.2em !important;
	font-size: 1em !important;
    }
    
    .hb-gmap-infowindow-address.city {
	    display: none;
    }

    .hb-directory .hb-block-container
    {
        width: 100%;
    }
    .hb-detail-info
    {
        width: 100%;
    }
    .hb-detail-images
    {
        width: 100%;
        padding-left: 0px;
    }
    .hb-directory .hb-directory-results-footer-pages
    {
        width: 100%;
    }
    .hb-directory .hb-directory-results
    {
        width: 100%;
    }
    .hb-directory .hb-directory-header-switch
    {
        right: 10px;
        top: 0px;
    } 
    .hb-directory .hb-directory-header-switch > *
    {
        height: 36px;
        width: 36px;
    } 
    
    .hb-directory .hb-directory-header-switch-grid > i
    {
	padding-left: 5px;
    } 
    
    .hb-directory-header-switch-map > i 
    {
	padding-left: 12px;
    }
    
    .hb-directory .hb-directory-header-search-text
    {
        position: absolute;
        left: 44px;
        right: 125px;
        width: auto;
        height: 36px;
        top: 0px;
    }
    .hb-directory .hb-directory-header-search-button
    {
        position: absolute;
        right: 90px;
        width: 38px;
        left: inherit;
        top: 0px;
    }
    .hb-directory .hb-directory-header-more
    {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
    }

	.hb-detail .hb-field-container
	{
		width: 50%;
	}
	.hb-detail .hb-block-container, .hb-featured-buildings .hb-block-container, .hb-featured-projects .hb-block-container
	{
		width: 50%;
	}
	.hb-detail .hb-info-grid-items
	{
        width: 100%;
    }
    .hb-directory .hb-directory-results
    {
        width: 100%;
    }


	.hb-detail .hb-field-container
	{
		width: 100%;
	}
	.hb-detail .hb-block-container, .hb-featured-buildings .hb-block-container, .hb-featured-projects .hb-block-container
	{
		width: 100%;
	}
	.hb-detail .hb-info-grid-items
	{
		width: 100%;
	}
	.hb-detail .hb-info-grid-description-container
	{
		padding-top: 10px;
		width: 100%;
	}
	.hb-featured .hb-block-grid-container.collapsed .hb-block-container.fourth
	{
        display: none;
	}
	.hb-detail .hb-block-grid-container.collapsed .hb-block-container.fourth
	{
        display: none;
	}
	.hb-shortcode .hb-text-22
	{
		font-size: 18px;
		line-height: 27px;
	}
	.hb-shortcode .hb-text-16
	{
		font-size: 12px;
		line-height: 18px;
	}
	.hb-shortcode .hb-text-14
	{
		font-size: 10px;
		line-height: 15px;
	}
	.hb-shortcode .hb-text-12
	{
		font-size: 10px;
		line-height: 15px;
	}
	.hb-detail .hb-field-value
	{
		line-height: 21px;
	}
}

/* BEGIN MAP INFO WINDOW */

.infoBox > img {
    display: none;
}

.hb-gmap-infowindow {
    background-color: #fff;
    width: 300px;
    height: 100px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    /* begin drop shadow */
    -webkit-box-shadow: 6px -3px 15px 2px rgba(0,0,0,0.28);
    -moz-box-shadow: 6px -3px 15px 2px rgba(0,0,0,0.28);
    box-shadow: 6px -3px 15px 2px rgba(0,0,0,0.28);
    /* end drop shadow */
}

.hb-gmap-infowindow-image {
    height: 100px;
    width: 100px;
    float: left;
    -moz-border-top-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-size:100% 100%;
    background-repeat:no-repeat;
}
    .hb-gmap-infowindow-detail {
	padding-top: 15px;
	padding-right: 15px;
	margin-left: 115px;
    }
	.hb-gmap-infowindow-name {
	    line-height: 1.7em;
	    font-size: 1.3em;
	    text-overflow: ellipsis;
	    font-weight: bold;
	    white-space: nowrap;
	    overflow: hidden;
	}
	
	.hb-gmap-infowindow-address {
	    color: #7e7e7e;
	    line-height: 1.2em;
	    font-size: 1em;
	    text-overflow: ellipsis;
	    font-weight: bold;
	    white-space: nowrap;
	    overflow: hidden;
	}
	
/* END MAP INFO WINDOW */

/* END BUILDING DETAIL */

/* END SHORTCODES */

/* TESTING ONLY */
.entry-title {
    display: none;
}
/* END TESTING ONLY */

/* BEGIN HB WHITELABEL STYLES */
#wp-admin-bar-wp-logo { 
  display: none !important;
}
/* END WHITELABEL STYLES */
/* BEGIN IE FIXES */ 
.ie-entity-fix, #toTopHover {
    font-family: Lucida Sans Unicode, Arial Unicode MS, sans-serif; 
}
/* END IE FIXES */

/* BEGIN SLIDER STYLE */
.ui-rangeSlider-innerBar {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -khtml-border-bottom-left-radius: 8px;
    -khtml-border-top-left-radius: 8px;
    -khtml-border-top-right-radius: 8px;
    -khtml-border-bottom-right-radius: 8px;
}
/* END SLIDER STYLE */
.clear-search-button {
    position: absolute;
    top: 12px;
    right: 27px;
    z-index: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    width: 14px;
    height: 14px;
    padding-left: 7px;
    color: #fff;
    border: solid 1px #777;
    font-size: 11px;
    line-height: 11px;
    padding-left: 3px;
    font-weight: bold;
    cursor: pointer;
    display: none;
    
}
