@CHARSET "ISO-8859-1";
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
html, body, * {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: black url(images/body-bkgd.jpg) repeat left top;
	text-align: center;
	font: normal normal 12px/12px Verdana, Geneva, sans-serif;
}
h1 {
	color: white;
	margin: 10px 0 0 20px;
	font: italic bold 24px/24px Georgia, Tiems, serif;
	letter-spacing: 0.1em;
}
a:link, a:visited {
	color: #0078ff;
}
#content-left p {
	color: white;
	margin-left: 18px;
	font-size: 16px;
	line-height: 24px;
}
ul {
	margin: 10px 0 20px 35px;
	color: #f46f22;
	font: italic bold 20px/20px Georgia, Tiems, serif;
}
ul li {
	margin: 10px 0;
}
#wrapper {
	position: relative;
	border: 1px solid black;
	background: black url(images/wrapper-bkgd.jpg) repeat left top;
	width: 1000px;
	margin: 5px auto 100px;
}
#header {
	height: 200px;
}

#header h2.info {
    position: absolute;
    top: 28px;
    right: 65px;
    width: auto;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    color: #ffdfb8;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 400;
}

#header h2.info a {
	color: #fe7d40;
	text-decoration: none;
}

#header h2.info a:hover {
	text-decoration: underline;
}

#header img {
	margin-top: 10px;
}
#content {
	position: relative;
	text-align: left;
	min-height: 340px;
}
#content img {
	margin: 10px;
}
ul#main-nav {
	width: 1000px;
	margin: 10px 0;
}
ul#main-nav li {
	display: inline-block;
	width: 189px;
	height: 41px;
	margin: 0 2px;
}
ul#main-nav li a:link, ul#main-nav li a:visited {
	display: inline-block;
	background: black url(images/menu-btn.png) no-repeat left top;
	width: 189px;
	height: 30px;
	color: white;
	text-decoration: none;
	font: normal bold 18px/18px Georgia, Times, serif;
	padding-top: 11px;
}
ul#main-nav li a:hover, ul#main-nav li a:active {
	background-position: left bottom;
	color: #eee;
}
#consultation-form {
	position: absolute;
	top: 10px;
	right: 13px;
	width: 250px;
	height: 320px;
	border-radius: 10px;
	background-color: #e27839;
}
#consultation-form h1 {
	color: black;
	margin: 5px 0 0px 10px;
	font: italic bold 24px/24px Georgia, Times, serif;
	letter-spacing: 0.1em;
}
#consultation-form p {
	margin: 0 10px;
	font-style: italic;
}
#consultation-form input, #consultation-form label, #consultation-form textarea {
	margin: 0 10px;
}
#consultation-form input, #consultation-form textarea {
	border-radius: 4px;
	padding: 2px 4px 2px 5px;
}
#consultation-form label {
	margin: 2px 0 3px 10px;
	display: block;
	color: black;
	font-weight: bold;
}
#consultation-form textarea {
	width: 220px;
	height: 70px;
}
#consultation-form #submit {
	width: 111px;
	height: 30px;
	background: url(images/form-btn.png) no-repeat left top;
	color: white;
	margin-top: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

#consultation-form img { margin: 0; }

#footer {
	height: 210px;
	margin-top: 10px;
}
#footer p {
	color: white;
	/*margin: 1rem;*/
}
#footer .cards img {
	margin: 25px 11px -11px;
}
p#copyright {
	color: gray;
	margin: 30px 0 50px;
	width: auto;
}
#content-left {
	width: 725px;
}
#content-left ul li ul {
	margin-left: -14px;
	width: 580px;
}
#content-left ul li ul li, #accordion li {
	list-style: none;
	display: inline;
}
#content-left ul li ul li img {
	/*margin: 0;*/
	border-radius: 10px;
	border: 1px solid gray;
	padding: 2px;
	margin: 3px;
}
#content-left ul li ul a:hover img {
	border-color: white;
}

#gallery_page #accordion a {
	display: inline-block;
	text-decoration: none;
}

#gallery_page #accordion script:first-child {
	display: none;
}

#gallery_page a.thumb {
	height: 55px;
	width: 79px;
	display: inline-block;
	overflow: hidden;
	background-color: black;
	text-align: center;
	padding: 0;
	margin: 5px;
}

#gallery_page a.thumb img {
	width: auto;
	height: 100%;
	display: inline-block;
	margin: 0;
	border: none;
}

#gallery_page img.large {
	max-width: 500px;
	max-height: 350px;
}

#gallery_page .gallery {
	margin-top: 20px;
}

#gallery_page .zoomWrapper {
	min-height: 350px;
}
