/*** Reset
-------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** Layout ***/

body {
	background: #d9d9d7;
}

header {
    background: rgba(0,0,0,0.8);
    position: fixed;
        top: 0;
        left: 0;
        right: 0;
    z-index: 100;
}
.header-main,
.gallery-nav,
footer {
    width: 960px;
    margin: 0 auto;
}
.container {
    padding-top: 80px;
}
.gallery-page .container {
    padding-top: 125px; 
}
.content {
	width: 960px;
    margin: 40px auto 0;
}
.grid-content {
    width: 970px;
    margin: 25px auto 0;
    position: relative;
    left: 5px;
}
.text-content {
	padding: 20px 30px;
	background: #fff;
	overflow: hidden;
}
.text-content .img-right {
	float: right;
	margin: -20px -30px -20px 30px;
}


/*** Typo ***/

@font-face {
    font-family: 'comfortaaregular';
    src: url('../fonts/comfortaa-regular-webfont.eot');
    src: url('../fonts/comfortaa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/comfortaa-regular-webfont.woff') format('woff'),
         url('../fonts/comfortaa-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: Verdana, sans-serif;
    font-size: 14px;
	color: #555;
}
a {
	text-decoration: none;
	color: #225ba9;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: 'comfortaaregular', Verdana, sans-serif;
	font-size: 26px;
	color: #444;
	margin-bottom: 25px;
}
h2 {
	font-family: 'comfortaaregular', Verdana, sans-serif;
	font-size: 22px;
	line-height: 1.2em;
	margin: 0 0 12px;
	color: #9f876f;
}
p, .container ul {
	line-height: 1.5em; 
	margin: 12px 0;
}
.container li {
	list-style: disc;
	
	margin-left: 20px;
}
.small { font-size: 13px; }
b { font-weight: bold; }
.red { color: #BB151C; }
.brownstyle { color: #9f876f; font-style: italic; }
.commentstyle { font-style: italic; font-size: 17px; margin-top: 0; }
i { font-style: italic; }



/*** Header ***/

.header-main {
    height: 80px;
    overflow: hidden;
}
.header-logo {
    float: left;
    margin-top: 30px;
}
.line { 
    height: 1px;
    background: rgba(255,255,255,0.1); 
}
.header-contact {
	float: right;
	margin-top: 28px;
}
.header-contact-item {
	float: left;
	margin-left: 30px;
}
.header-contact-label {
	float: left;
	padding: 6px 10px;
	background: #bca187;
	color: #333;
	font-weight: bold;
}
.header-contact-data {
	float: left;
	padding: 5px 10px;
	color: #d4d4d4;
	border: 1px solid #555555;
	border-left: 0;
}

/* Header & gallery navigation */
header a {
    color: #aaa;
    padding: 5px 0;
}
header .act a { color: #ddd; border-bottom: 3px solid #bca187; }
header a:hover,
.header .act a:hover { color: #fff; text-decoration: none; }


/* Header navigation */
.header-nav {
    float: right;
    margin-top: 38px;
}
.header-nav li {
    float: left;
    margin-left: 25px;
}

/* Gallery navigation */
.gallery-nav {
    overflow: hidden;
    padding: 15px 0;
}
.gallery-nav li {
    float: left;
    margin-right: 25px;
}

/*** Features ***/
.features {
	overflow: hidden;
	margin: 20px 0 0;
}
.feature-box {
	width: 263px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 25px;
	background: #fff;
}
.features .feature-box {
	/*height: 250px;*/
}
.feature-box-first {
	margin-left: 0;
}
.muterem { padding-bottom: 0; }
.muterem p { margin-bottom: 25px; }
.muterem img {
	position: relative;
	left: -25px;
	display: block;
}

/*** Gallery ***/
.gallery img {
	width: 232px;
    float: left;
    margin: 0 10px 10px 0;
}
.gallery a:hover img {
	opacity: 0.9;
}

/*** Contact ***/
.contact-map {
	float: right;
	margin-top: 12px;
	text-align: right;
	font-size: 11px;
	margin-left: 20px;
}
.contact-map iframe {
	margin-bottom: 12px;
}
.contact-img {
	margin-top: 40px;
	text-align: center;
}
.contact-img img {
    width: 171px;
	height: auto;
}

/*** Xmas ***/
.content-xmas { font-size: 15px; }
.content-xmas img:hover { opacity:0.9; }

/*** About ***/
.about-img { 
	height: 374px;
}

/*** Footer ***/
footer {
	margin: 30px auto 100px;
	color: #777;
	font-size: 12px;
}
footer .vb-logo {
float: right;
}