body{
	margin: 0px;
	background-color:#010101;
	font-family: Arial, Gadget, sans-serif;
	}
img{
	border: none;
	}
#navContainer {
	/*background-image:url("images/site/headerBackground.jpg");*/
	background-repeat: repeat-x;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.navbar {
	margin-bottom: 0px;
}

.container{
	padding: 0px;
	margin: 0px;
	}
@media screen and (min-width: 768px) {
	#navbar {
		height:20px;
		bottom: 0px;
		right: 20px;
		position: absolute;
	}	
}
@media screen and (max-width: 767px) {
	#navbar ul {
		margin-left:20px;
	}
	#navbar ul li {
		float:left; 
		margin:right 20px;
	}	
}
#navbar ul {
	vertical-align: bottom;
}

@media screen and (min-width: 768px) {
	#navbar ul {
		height:20px;
		vertical-align: bottom;
	}
}

#logo{
	padding-right: 65px;
    height: auto;
    width: 100%;
    display: block;
}
	
.navbar-nav li a {
	color:#787b67;
	text-decoration: none;
	margin:0px;
	padding:5px 5px 0px 5px;
	margin: 0px 5px;
	}
.navbar-nav li a:visited {
	color:#787b67;
	}
.navbar-nav li a:hover, .navbar-nav li a:focus {
	color:#797947;
	background-color:transparent;
	}
.navbar-nav li.active a {
	color:#a6ae4e;
	}
#toggleButton {
	border-color: #797947;
	position:absolute;
	right: 5px;
	top:10px;
}
#toggleButton span.icon-bar {
	background-color: #797947;
}
main{
	background-color:#121313;
	padding:10px 20px;
	border-top: 1px solid #797947;
    margin-top: 0px;
	}
main img{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	}
main img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
#mainImage {
    height: auto;
    width: 100%;
    display: block;
}
main article{
	color: #797947;
	padding: 20px 50px;
	}
main article img{
	float: left;
	margin-right: 20px;
	}
main article.galleries{
	text-align: center;	
	}
main article.galleries a{
	text-decoration: none;
	color:#999967;
	}
main article.galleries h4{
	margin-bottom: 0px;
	}
main h1, main h4{
	color: #a3a668;
	}
div.gallery{
	max-width:800px;
	margin:auto;
}
@media screen and (max-width: 767px) {
	div.gallery{
		max-width:400px;
	}
	main.portfolio div.col-sm-2 {
		width:100px;
		margin:auto;
	}
}
div.gallery div.row {
	height:100px;
	margin-bottom:5px;
}
div.galleryItem{
	width:100px;
	margin:10px;
	float:left;
}
div.pswp__caption__center{
	text-align: center;
}
.tmb {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -0%);
}
div.galleryItem img{
	width:100%;
	height:auto;
	}
div.pswp__share-tooltip a.pswp__share--download {
	display:none;
}
footer{
	background-color:#010101;
	border-top: 1px solid #333;
	height: 80px;
	text-align: center;
	}
footer span{
	display: block;
	}
footer span.contact{
	margin-top: 8px;
	color:#484a3b;
	}
footer span.contact a{
	color:#484a3b;
	text-decoration:none;
	}
footer span.copyright{
	margin-top: 35px;
	margin-bottom: 5px;
	color:#333;
	font-size: 10pt;
	}
#imagelightbox{
    cursor: pointer;
	position: fixed;
	z-index: 10000;

	-ms-touch-action: none;
	touch-action: none;

	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	-moz-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
#imagelightbox-caption{
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}
#imagelightbox-loading, #imagelightbox-loading div{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#imagelightbox-loading{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */

	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	-moz-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div{
	width: 1.25em; /* 20 */
	height: 1.25em; /* 20 */
	background-color: #fff;

	-webkit-animation: imagelightbox-loading .5s ease infinite;
	-moz-animation: imagelightbox-loading .5s ease infinite;
	-o-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading{
	from { opacity: .5;	-webkit-transform: scale( .75 ); }
	50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
	to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
}
@-moz-keyframes imagelightbox-loading{
	from { opacity: .5;	-moz-transform: scale( .75 ); }
	50%	 { opacity: 1;	-moz-transform: scale( 1 ); }
	to	 { opacity: .5;	-moz-transform: scale( .75 ); }
}
@-o-keyframes imagelightbox-loading{
	from { opacity: .5;	-o-transform: scale( .75 ); }
	50%	 { opacity: 1;	-o-transform: scale( 1 ); }
	to	 { opacity: .5;	-o-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading{
	from { opacity: .5;	transform: scale( .75 ); }
	50%	 { opacity: 1;	transform: scale( 1 ); }
	to	 { opacity: .5;	transform: scale( .75 ); }
}
