body {margin:0px;background-color:#000000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-family: 'Lato', sans-serif;
	}
	h1 {
		font-weight:100;
		margin-bottom:0;
	}
.opennav {
	padding-top:100px;
}
.opennav .menu {
	top:0px;
}
.menu {
	position:absolute;
	width:100%;
	height:100px;
	top:-100px;
	z-index:999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color:#ffffff;
	padding-left:180px;
}
.home {
	display:block;
	background-color:rgba(255,255,255,0.75);
	width:49px;
	height:49px;
	position:fixed;
	top:30px;
	left:30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index:999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.home span {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	border:1px solid #000000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.home span:first-of-type {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);

	margin:12px 0px 0px 14px;
	border-right:0px solid transparent;
	border-bottom:0px solid transparent;
}
.home span:last-of-type {
	height:17px;
	margin:19px 14px;
	border-top:0px solid transparent;
}
.home:hover {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.home:hover span {
	
}
.home:hover span:last-of-type  {
	width:1px;
	height:24px;
	margin:9px 24px;

	border:0px solid transparent;
	border-left:1px solid #000000;
}
.info {
	display:block;
	background-color:rgba(255,255,255,0.75);
	width:49px;
	height:49px;
	position:fixed;
	top:30px;
	left:90px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index:999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor:pointer;
}
.info span {
	display:block;
	width:5px;
	height:18px;
	position:absolute;
	border:1px solid #000000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.info span:first-of-type {


	margin: 19px 0px 0px 20px;
}
.info span:last-of-type {
	height:5px;
	margin: 8px 20px;

	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.info:hover {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.info:hover span {

}
.info:hover span:first-of-type {
		border-bottom:0px solid transparent;
	border-left:0px solid transparent;
		-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width:20px;
	height:20px;
	margin: 14px 0px 0px 14px !important;

}
.info:hover span:last-of-type  {
	width:1px;
	height:24px;
	margin:9px 24px;

	border:0px solid transparent;
	border-left:1px solid #000000;
}












.lightbox {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	right:-200%;
	background-color:rgba(0,0,0,0.75);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index:99;
	padding-top:30px;

	padding-bottom:0px;


}
.visible {
	right:0%;
}
.link {
}
.link {/*
	margin: 5% auto;
	 position: absolute;
	right: -150%;
	margin-right: -25%;*/
	position:absolute; 
	width:100%;
	height:90%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

}
.lightbox img {/*
	margin: 5% auto;
	 position: absolute;
	right: -150%;
	margin-right: -25%;*/
	display: none;
	max-width:90%;
	max-height:90%;
	width:auto;
	height:auto;

}
.closebtn {
	display:block;
	background-color:rgba(255,255,255,0.75);
	width:49px;
	height:49px;
	position:absolute;
	top:30px;
	right:30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index:999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.closebtn:hover {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.closebtn span {
	display:block;
	border:0px solid transparent;
	border-top:1px solid #000000;
	width:30px;
	margin:24px 10px 0px 10px;
	height:1px;
	position:absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.closebtn span:first-of-type {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.closebtn span:last-of-type {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.closebtn:hover span {
}
.closebtn:hover span:first-of-type {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width:20px;
	height:20px;
	margin:17px 0px 0px 14px;
	border-left:1px solid #000000;
}
.closebtn:hover span:last-of-type  {
	width:1px;
	height:24px;
	margin:9px 24px;

	border:0px solid transparent;
	border-left:1px solid #000000;

	margin-top:15px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nextbtn {
	box-sizing:border-box;
	padding-left:4px;
	display:block;
	background-color:rgba(255,255,255,0.75);
	width:49px;
	height:49px;
	position:absolute;
	top:50%;
	right:30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index:999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.nextbtn:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.nextbtn span {
	display:block;
	border:0px solid transparent;
	border-top:1px solid #000000;
	width:30px;
	margin:24px 10px 0px 10px;
	height:1px;
	position:absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.nextbtn span:first-of-type {
	border-right:1px solid #000000;
	height:20px;
	width:20px;
	margin-top:14px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nextbtn span:last-of-type {
	width:23px;

}



.backbtn {
	box-sizing:border-box;
	padding-left:4px;
	display:block;
	background-color:rgba(255,255,255,0.75);
	width:49px;
	height:49px;
	position:absolute;
	top:50%;
	left:30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index:999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.backbtn:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.backbtn span {
	display:block;
	border:0px solid transparent;
	border-bottom:1px solid #000000;
	width:30px;
	margin:24px 10px 0px 10px;
	height:1px;
	position:absolute;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.backbtn span:first-of-type {
	border-left:1px solid #000000;
	height:20px;
	width:20px;
	margin-top:14px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.backbtn span:last-of-type {
	width:23px;

}

.hidebtn, .hidelink {
	display:none !important;
}

.images {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	
	width:100%




	

	 display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.imgcont {
	max-height:200px;
	min-width:150px;
	min-height:100px;
	overflow:hidden;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);

	-moz-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor:pointer;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.imgcont:hover {
	filter: none !important;
	-webkit-filter: none !important;
}
.imgcont img {
	min-width:100%;
}
.showpic {
	right:50% !important;
	display:block !important;
	border:1px solid #ffffff;
}
.divclamer {
	width:100%;
	background-color:rgba(0,0,0,0.55);
	color:#ffffff;
	bottom:40px;
	position:absolute;
	z-index:105;
	text-align: center;
	font-family: sans-serif;
	padding: 10px;
}
.divclamer a {
	color:#bada55;
}