
body {


	background-color: #333131;


	color: #d9d6d6;

	font-family: 'Assistant';

	padding: 0;
	margin: 0;
	

}

a {
	color: #f9d54b;
}

/* h4 override default link color */
h4 a {
	color: #d9d6d6;
	text-decoration: none;
}

h4 a:hover,
.menu-container a:hover {
	text-decoration: underline;
}

body.loading {
	cursor: progress;
}

.hidden {
	display: none !important;
}

.header,
.category-favorites h3 {
	margin-top: 20px;
	background-color: #f0f8ff8f;
}


.header h1 {
	font-family: 'Poiret One', cursive;
	padding: 8px;
	margin: 0 0 0 20px;
}

.home-gallery-container {
	position: relative;
}

.home-category {

	margin: 20px 0;

	max-height: 340px;
	width: 100%;
	overflow: hidden;
	position: relative;


}

.home-category img {
	width: 100%;
	max-width: 1600px;
}



.category-title {

	background-color: #f5f5dc3d;

	position: absolute;
	bottom: 20;
	display: inline-block;

	padding: 10px;

	width: 100%;
	max-width: 1580px;

}

.category-page .header h1 {
	font-size: 1.1em;
}

.category-page .category-title {
	top: 20;
	bottom: auto;
}

.category-title h3,
.category-favorites h3  {

	font-family: 'Oswald';
	margin: 0 0 0 0px;
	padding: 4px;
	font-size: 2.2em;
	max-width: 1560px;
	color: black;
	text-transform: uppercase;
	text-shadow: 1px 1px #efefef;

}



.category-page p {
	padding: 20px;
	font-size: 1.4em;
}


.category-page .gallery-container {
	text-align: center;
}

.category-page .gallery-item-content {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	max-width: 470px;
	padding: 12px;
}

.category-page .gallery-item-content img {
	width: 100%;
}

.category-page .more-content h3 {
	width: 100%;
	display: block;
	font-size: 24px;
	text-align: center;
}

.thumbnail-container {
	cursor: pointer;
}


.jump-to-top {
	border: 1px solid;
	border-radius: 10px;
	position: fixed;
	font-size: 22px;
	bottom: 30px;
	left:24px;
	padding: 6px 10px;

}

.jump-to-top:hover {

	background-color: #efefef;
	cursor: pointer;
}

.jump-to-top i {
	transform: rotate(0deg) scaleX(-1);
}

@media (max-width: 600px) {



} /* end 540px screen width*/


/* zoom modal */
.modal {
	background-color: darkgrey;
}

.loader {
  margin: 20px;
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;

	display: inline-block;
	position: absolute;
	left: 4px;
	top: 4px;
  width: 10px;
  height: 10px;
  
}

.zoomed .loader {
	z-index: 11000;
  border: 12px solid #f3f3f3; /* Light grey */
  border-top: 12px solid #3498db; /* Blue */
  
  width: 140px;
  height: 140px;
}

.zoomed {
	background-size: contain;
	
	background-color: rgba(0,0,0,.9);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	top: 0%;
	left: 0%;
	cursor: zoom-out;
}

.loader.hidden {
	display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.zoom-info {
  
  font-size: 15px;
  font-style: italic;
  margin: 3px 0;
  text-align: right;
  width: 95%;
}

.img-enlargeable {
	cursor: zoom-in;
}


.header-controls .control {
	border-radius: 4px 4px 4px 4px;
	border: 1px solid;
	display: inline-block;
	min-width: 80px;
	margin: 5px 3px 5px 0;
	padding: 2px 4px;
	text-align: center;
	vertical-align: top;
}

.header-controls .related-images {
	font-size: 18px;
	line-height: 35px;
	margin-left: 12px;
}

.header-controls .control:hover {
	cursor: pointer;
	background: rgba(220, 220, 220, 0.5);
}

	.modal-open .header-controls {
		top: auto !important;
		bottom: 0px;
	}

body.modal-open .gallery-control-container .jump-to-top {
	display: none;
}


.modal-open .header-controls {
	background: rgba(5, 50, 50, 0.39);
	padding: 4px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 13000;
}

.header-controls .close.control {
	width: 117px;
}

.modal-open .header-controls .close {
	color: rgba(220, 220, 220);
}

.modal-open .helper-text.hidden {
	display: inline-block !important;
	padding: 2px 6px;
}

.gallery-control-container {
	margin-bottom: 10px;
	margin-left: 28px;
}

.gallery-control-container i {
	padding: 3px;
}

.gallery-control-container .control.play-slideshow {
	width: 152px;
}

.gallery-control-container .header-controls a {
	color:#a99b52;
	padding: 1px;
}

.gallery-control-container .header-controls a:hover {
	background-color: rgba(11, 17, 10, 0.3);
}


/* footer footer-container */
.footer-container {
	background: #333131;
	margin-top: 45px;
	padding: 20px 0 0px 20px;
	position: relative;

}

.footer-container .footer-summary {
	padding: 20px 0;
	text-align: center;
	width: 99%;
}
