@font-face {
	font-family: 'MPlus1C';
	src: url('mplus-1c-bold-webfont.eot');
	src: url('mplus-1c-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('mplus-1c-bold-webfont.woff') format('woff'),
		url('mplus-1c-bold-webfont.ttf') format('truetype'),
		url('mplus-1c-bold-webfont.svg#M1cbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333;
	background: #c9a487 url('../img/bg.jpg') repeat center top;
}

.page {
	width: 802px;
	margin: 0 auto;
}

/* header */

header {
	height: 115px;
	background: transparent url('../img/divider.png') no-repeat 0px -1px;
}

nav {
	width: 426px;
	margin: 65px 0 0 142px;
	float: left;
}
nav ul {
	height: 32px;
}
nav li {
	float: left;
	margin: 0 20px 0 0;
}
nav a {
	display: block;
	width: 122px;
	height: 16px;
	padding: 8px 0 8px 0;
	margin: 0;
	background: transparent url('../img/sprite.png') no-repeat 0px -96px;
	font-size: 14px;
	font-weight: bold;
	color: #9f9f9f;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	line-height: 14px;
}
nav a:hover {
	padding: 9px 0 7px 0;
	background: transparent url('../img/sprite.png') no-repeat -122px -96px;
}
nav a:active {
	background: transparent url('../img/sprite.png') no-repeat -244px -96px;
}

/* content */

.content {
	
}
.info {
	width: 360px;
}
.map {
	width: 378px;
	height: 248px;
	float: right;
	margin: -30px 20px 0 0;
	border: 1px solid #bbb;
}
#map {
	width: 378px;
	height: 248px;
}

/* carousel */

.carousel {
	position: relative;
	display: block;
	margin: -2px 1px 0 1px;
	background-color: #f2f2f2;
}
.carousel ul {
	width: 800px;
	height: 150px;
	display: block;
	list-style-type: none;
}
.carousel li {
	display: block;
	float: left;
}
.carousel a {
	display: block;
}
.carousel a img {
	display: block;
	position: relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    transition: all 0.5s linear;
	cursor: pointer;
}
.carousel a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#prev, #next {
	position: absolute;
	width: 19px;
	height: 33px;
	top: 58px;
	cursor: pointer;
}
#prev {
	left: 20px;
	background: transparent url('../img/sprite.png') no-repeat 0 -128px;
}
#next {
	right: 20px;
	background: transparent url('../img/sprite.png') no-repeat -19px -128px;
}

/* section */

section {
	background: rgb(245,245,245);
	background: rgba(255,255,255,0.5);
	margin: -2px 1px 0 1px;
	padding: 10px;
	z-index: 0;
}

/* article */

article {
	width: 260px;
	float: left;
	margin: -10px 0 10px 0;
}

/* footer */

footer {
	padding: 10px;
	margin-bottom: 20px;
}

/* divider */

.divider {
	position: relative;
	height: 17px;
	background: transparent url('../img/divider.png') no-repeat left top;
	line-height: 0;
	z-index: 10;
}

/* headings */

h1 {
	width: 232px;
	height: 96px;
	text-indent: -9000em;
	margin: 17px 0 0 1px;
	float: left;
}
h2 {
	font-family: 'MPlus1C', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #615241;
	margin: 10px;
	text-transform: uppercase;
}
h3 {
	font-family: 'MPlus1C', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7b6853;
	margin: 15px;
}

/* paragraphs */

section p {
	line-height: 22px;
	margin: 0 20px 10px 20px;
}
footer p {
	width: 391px;
	float: left;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(200,200,200,0.6);
}
.made-by {
	width: 391px;
	float: left;
	text-align: right;
}

/* lists */

section ul {
	list-style-type: circle;
	list-style-position: inside;
	line-height: 22px;
	margin: 0 5px 10px 5px;
}
section li {
	margin: 0 0 0 20px;
	color: #7b6853;
}
section span {
	color: #333;
}

/* portfolio & image */

.portfolio, .image {
	list-style-type: none;
	width: 770px;
	margin: 20px 0 0 20px;
}

.portfolio li, .image li {
	position: relative;
	float: left;
}
.portfolio li {	width: 355px; margin: 0 30px 30px 0; }
.image li { width: 236px; margin: 0 16px 16px 0; }
.portfolio a, .image a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 5px rgba(155,155,155,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(155,155,155,0.5);
	box-shadow: 0 2px 5px rgba(155,155,155,0.5);
}
.portfolio a { width: 325px; padding: 15px; }
.image a { width: 226px; padding: 5px; }
.portfolio li:hover a, .image li:hover a {
	background: rgb(250,250,250);
	background: rgba(250,250,250,1);
}
.portfolio a span {
	color: #615241;
}
.portfolio img, .image img {
	display: block;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.portfolio img { margin: 0 auto 15px auto; }
.image img { margin: 0 auto 0 auto; }

.delete {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 10px;
	right: 10px;
	margin: 0;
}
.highlight {
	position: absolute;
	width: 26px;
	height: 26px;
	top: 10px;
	left: 10px;
	margin: 0;
}
.manage a {
	display: block;
	width: 16px;
	height: 16px;
	padding: 5px;
	background: rgb(250,250,250);
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio .placeholder { width: 325px; height: 187px; padding: 15px; margin: 0 30px 30px 0; }
.image .placeholder { width: 226px; height: 150px; padding: 5px; margin: 0 16px 16px 0; }
.portfolio .placeholder, .image .placeholder {
	display: block;
	text-align: center;
	text-decoration: none;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 5px rgba(155,155,155,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(155,155,155,0.5);
	box-shadow: 0 2px 5px rgba(155,155,155,0.5);
}

/* links */

h1 a {
	display: block;
	width: 232px;
	height: 96px;
	background: transparent url("../img/sprite.png") no-repeat 0px 0px;
}

h2 .back {
	text-decoration: none;
}

section a {
	color: #7b6853;
	text-decoration: underline;
}
section a:hover {
	color: #615241;
	text-decoration: none;
}

footer a {
	color: #615241;
	text-decoration: none;
}
footer a:hover {
	color: #7b6853;
}

/* forms */

input::-moz-focus-inner {
	padding: 0;
	border: 0;
	outline: none;
}
section form {
	padding: 10px 0 10px 0;
}
.input, .submit, form p {
	margin: 0 0 10px 0 !important;
}
.text label, .email label, .password label, .select label, .textarea label, .file label {
	width: 140px;
	float: left;
	display: block;
	margin: 6px 20px 0 0;
	text-align: right;
	cursor: pointer;
}
.submit, .radio, .checkbox, form p {
	padding-left: 160px;
}
.center {
	text-align: center;
	padding-left: 0;
}
form span {
	color: #006d9b;
	font-weight: bold;
	margin: 0 0 0 3px;
	vertical-align: top;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea, select {
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
	padding: 5px;
	background: #fff url('../img/input_bg.png') repeat-x left top;
}
textarea { overflow: auto; max-width: 590px; }
select { padding: 4px; }
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, textarea:hover, select:hover,
input[type="text"]:focus, input[type="email"]:hover, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #7b6853; /*#ba7348;*/
}
input[type="submit"] {
	width: 122px;
	height: 32px;
	padding: 6px 0 10px 0;
	margin: 0;
	border: 0;
	background: transparent url('../img/sprite.png') no-repeat 0px -96px;
	font-size: 14px;
	font-weight: bold;
	color: #9f9f9f;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	line-height: 19px;
	cursor: pointer;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	padding: 7px 0 9px 0;
	background: transparent url('../img/sprite.png') no-repeat -122px -96px;
}

/* misc */

.hide {
	display: none;
}
.message {
	line-height: 22px;
	font-weight: bold;
	color: #e9584c;
	background: rgb(252,219,217) url('../img/fail.png') no-repeat 7px center;
	background: rgba(252,219,217,0.6) url('../img/fail.png') no-repeat 7px center;
	border: 1px solid #e9584c;
	margin: 0 15px 15px 15px;
	padding: 5px 5px 5px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.found-message {
	width: 300px;
	line-height: 22px;
	font-weight: bold;
	color: #e9584c;
	background: rgb(252,219,217) url('../img/fail.png') no-repeat 7px center;
	background: rgba(252,219,217,0.6) url('../img/fail.png') no-repeat 7px center;
	border: 1px solid #e9584c;
	margin: 0 15px 15px 15px;
	padding: 5px 5px 5px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.success-message {
	line-height: 22px;
	font-weight: bold;
	color: #4bb340;
	background: rgb(227,244,225) url('../img/pass.png') no-repeat 7px center;
	background: rgba(227,244,225,0.6) url('../img/pass.png') no-repeat 7px center;
	border: 1px solid #4bb340;
	margin: 0 15px 15px 15px;
	padding: 5px 5px 5px 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.error-message {
	line-height: 22px;
	font-weight: bold;
	color: #e9584c;
	padding: 3px 0 0 160px;
}

/* clearfix */

.clearfix {
	float: none;
	clear: both;
}

/* captcha badge */

.grecaptcha-badge {
	visibility: hidden;
}