/*
CSS Name: Botanic Garden
Description: NextGEN Gallery Stylesheet for Freinds of the East Bay Regional Parks Botanic Garden 
Author: Saill White
Version: 1.0

*/



/* ----------- Gallery style -------------*/

.ngg-clear {
	clear: both;
}

.ngg-thumbs, .ngg-thumbs-popup {
	width: 100%;
}
.ngg-thumbs-popup.one-image .thumb-container {
	width: 100%;
	position: relative;
}


.ngg-thumbs-popup .thumbdiv {
	margin-top: 15px;
	margin-bottom: 0px;
	float: left;
}

.ngg-thumbs-popup .thumbdiv {
	width: 22%;
	margin-left: 2%;
	margin-right: 2%;
	overflow: none;
	border: none;
	outline: none;
}

.ngg-thumbs-popup.one-image .thumbdiv {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.ngg-thumbs-popup.two-image .thumbdiv {
	width: 45%;
	margin-left: 5%;
	margin-right: 5%;	
}
.ngg-thumbs-popup.three-image .thumbdiv {
	width: 30%;
	margin-left: 2.5%;
	margin-right: 2.5%;	
}
.ngg-thumbs-popup .thumbdiv.left {
	margin-left: 0;
}
.ngg-thumbs-popup .thumbdiv.right {
	margin-right: 0;
}
.ngg-gallery-thumbnail-box, a.ngg-gallery-thumbnail-box a {
	border: none;
	outline: none;
	clear: both;
}
.ngg-gallery-thumbnail-box {
	min-height: 202px;
}
.entry-content .ngg-gallery-thumbnail-box img {
	margin: 0 auto;
	width: 100%;
	height: auto;
        background-color: #7f967c;
	border: none;
	outline: none;
	display: block;
	padding: 4px;
	position: relative;
}
.ngg-thumbs-popup .ngg-gallery-thumbnail-box img {
      background-color: #7f967c;
}
.ngg-thumbs-popup .ngg-gallery-thumbnail-box img:hover {
      background-color: #772110;
}
.ngg-gallery-thumbnail img:hover {
	background-color: #772110;
}

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-gallery-thumbnail-box  h4 {
	font-size: 14px;
}


@media (max-width: 900px) {
	.ngg-thumbs-popup .thumbdiv, .ngg-thumbs-popup .thumbdiv.left, .ngg-thumbs-popup .thumbdiv.right {
		width: 29%;
		margin-left: 2.15%;
		margin-right: 2.15%;	
	}
	.ngg-thumbs-popup.two-image .thumbdiv, .ngg-thumbs-popup.two-image .thumbdiv.left, .ngg-thumbs-popup.two-image .thumbdiv.right {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.ngg-thumbs-popup.one-image .thumbdiv {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.ngg-thumbs-popup.three-image .thumbdiv.left {
		margin-left: 0;
	}
	.ngg-thumbs-popup.three-image .thumbdiv.right {
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.ngg-thumbs-popup .thumbdiv, .ngg-thumbs-popup .thumbdiv.left, .ngg-thumbs-popup .thumbdiv.right {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;	
	}
	.ngg-thumbs-popup.three-image .thumbdiv, .ngg-thumbs-popup.three-image .thumbdiv.left, .ngg-thumbs-popup.three-image .thumbdiv.right {
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
	}

	.ngg-gallery-thumbnail-box  h4 {
		font-size: 13px;
	}
}
@media (max-width: 370px) {
	.ngg-thumbs-popup.one-image .thumbdiv, .ngg-thumbs-popup.two-image .thumbdiv , .ngg-thumbs-popup.two-image .thumbdiv.left , .ngg-thumbs-popup.two-image .thumbdiv.right, .ngg-thumbs-popup.three-image .thumbdiv, .ngg-thumbs-popup.three-image .thumbdiv.left, .ngg-thumbs-popup.three-image .thumbdiv.right, .ngg-thumbs-popup.two-image .thumbdiv, .ngg-thumbs-popup.two-image .thumbdiv.left, .ngg-thumbs-popup.two-image .thumbdiv.right, .ngg-thumbs-popup .thumbdiv, .ngg-thumbs-popup .thumbdiv.left, .ngg-thumbs-popup .thumbdiv.right{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}


