@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");
body {
		color: #3a1d07;
		background-color: #FAFAD2;
		font-family: "Open Sans", sans-serif;
		font-size: 14px;
		font-weight: 400;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
}
h2 {
		font-size: 4em;
		margin: 0;
		padding: 0;
		border: 0;
		color: #3a1d07;
		font-family: "Tangerine", cursive;
		font-weight: 900;
		line-height: 1.5;
		text-align: center;
}
.img {
		width: 10%;
}

#gallery {
		margin-left: auto;
		margin-right: auto;
}

#gallery > a {
		margin: 15px;
}
	
#gallery > a img {
		border: 2px solid #D2691E;
		border-radius: 5px;
		opacity: 0.9;
	
		transition: all 500ms;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-ms-transition: all 500ms;
		-o-transition: all 500ms;
		z-index: 1;
		position: relative;
}

#gallery > a img:hover {
		border-color: #D2691E;
		opacity: 1.0;
		transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		z-index: 10;
}
.img {
		width: 10%;
}

table {
	border-spacing: 0;
	color: #3a1d07;
	background-color: #FAFAD2;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	border: 0;
}
.frm { 
    width: 100%;
    height: 17px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.align-center {
	text-align: center;
}
a {
	color: #3a1d07;
	background-color: #FAFAD2;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
/* Loading Image */
div.gallerie-loading {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 126px;
	height: 22px;
	margin: auto;
	z-index: 10000;
}

/* Image Index and Title Text */
.gallerie-text {
	max-width: 60%;
	min-width: 200px;
	margin: 0px 10px;
	vertical-align: bottom;
}

.gallerie-text div {
	width: 100%;
	text-overflow: ellipsis;
}

/* Image Title Text */
.gallerie-title {	
}

/* Image Index */
.gallerie-index {	
}

/* Gallerie Controls */
.gallerie-control {
	font-size: 30px;
	min-width: 40px;
	min-height: 40px;
	padding: 5px;
	margin: 0px;
	border: 2px solid transparent;
	vertical-align: top;
	border-radius: 100%;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	transition: all 500ms;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-ms-transition: all 500ms;
		-o-transition: all 500ms;
}

.gallerie-control:hover {
	background: #FAFAD2;
	border: 2px solid #D2691E;
	border-radius: 100%;
	cursor: pointer;
}

.gallerie-control-previous{
}

.gallerie-control-next {
}

/* Gallery Overlay */
.gallerie-overlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FAFAD2;	
	z-index: 1000;
}

/* Image Box Container */
.gallerie-imagebox {
	width: 100%;
	height: 70%;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 20px 0px;
}

.gallerie-imagebox img {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	border: 4px solid #D2691E;
	border-radius: 5px;
	
	transition: all 500ms;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-ms-transition: all 500ms;
		-o-transition: all 500ms;
}

.gallerie-imagebox:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* Caption Box Container */
.gallerie-captionbox {
	width: 100%;
	height: 50px;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	padding: 5px 0px 15px 0px;
}

.gallerie-captionbox:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.gallerie-captionbox > div {
	display: inline-block;
}

/* Thumb Box Container */
.gallerie-thumbbox {
	height: 100px;
	min-width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	text-align: center;
	float: left;
	white-space: nowrap;
}

.gallerie-thumbbox ul {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: 0px;
}

.gallerie-thumbbox li {
	width: 75px;
	height: 75px;
	display: inline-block;
	text-align: center;
	margin: 0px 10px 0px 10px;
	cursor: pointer;
}

.gallerie-thumbbox img {
	max-width: 100%;
	max-height: 100%;
	border: 2px solid #D2691E;
	border-radius: 5px;
	opacity: 0.60;
	vertical-align: middle;
}

.gallerie-thumbbox-hover img {
	opacity: 1.0;
	border-color: #3a1d07;
}

.gallerie-thumbbox-selected img {
	opacity: 1.0;
	border-color: #D2691E;
}
