/* BROWSE BY GALLERY */

.gallery
{
	margin-top: 30px;

}

.gallery-box
{
	height: 100%;
	width: 100%
	display: block;
	position: relative;
	padding: 5px;
	background-color: white !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
	margin-bottom: 30px;
}

.gallery-image
{
	height: 180px;
	width: 100%;
	/* add following */
    background-size:cover;
    background-position:50% 50%; 
    display: block; 
    position: relative;
    border: 1px solid #ccc;
}

.gallery-caption-title {
	font-family: "adelle-sans",sans-serif;
	font-weight: 800 !important;
	font-size: 15px;
	letter-spacing: 0.07em;
}

.gallery-caption {
	padding-top: 5px;
	font-family: "kepler-std",serif;
	font-size: 15px;
	font-weight: 400;
	font: italic;
}

.gallery-row
{
	background: red;
	margin-bottom: 20px;
	display: block;
}

.quote
{
	font-family: "kepler-std",serif;
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
}

.quoted
{
	font-family: "adelle-sans",sans-serif;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.07em;
}

.quoted a {color: #df5426;}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}


/* BROWSE BY MAP */

.map-menu .nav-tabs > li > a,
.map-menu .nav-tabs > li > a:focus 
{ background-color: #fdf8e2; border-width: 1px; border-bottom-color: #555;}

.map-menu .nav-tabs > li > a:hover 
{ border-width: 1px; border-bottom-color: #555;}

.map-menu .nav-tabs > li.active > a,
.map-menu .nav-tabs > li.active > a:hover,
.map-menu .nav-tabs > li.active > a:focus 
{ background-color: #fdf8e2; border-width: 1px; border-color: #555; border-bottom: #fdf8e2}

