

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;
}

* { margin:0; padding:0; }
body {background-color:#222; height:100%; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 16px;}
	img { border:none; }
a {color: #777; text-decoration: none;}
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
 
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#f8f8f8 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			

#left-block{ margin:50px; position: fixed; }
	.nav.menu , #second-nav {
		margin-left: 40px;
		margin-top: 50px;
		font-weight: bold; 
		letter-spacing:2px;
		text-transform:uppercase;
	}
	
	.nav.menu a, #second-nav a{
		color: #fff;
		text-decoration: none;
	}
	
	.nav.menu li, #second-nav li {
		margin-bottom: 25px;
	}
		
	.nav-child li {
		margin: 20px 0 10px 24px;
	}
			#content, .item-page, .contact, .blog {width: 420px; text-align: left; background: #fff; padding: 40px; font-size: 12px; color: #888; line-height: 2; padding-bottom: 150px; position: absolute; right: 100px; top: 120px;}
			
			.contact, .blog {
				text-align: left;
			}
				h2 {font-family: 'Lato', sans-serif; text-transform: uppercase; font-weight: 100; font-size: 27px; color: #807C72; margin-bottom: 60px; text-align: center; background: url('../img/crown.png') no-repeat top center; padding-top: 40px;}
				h2 a {
					text-decoration: none;
				}h3 {font-size: 24px; text-transform: uppercase; font-weight: 100; color: #807C72; margin-bottom: 10px; border-bottom: 1px solid #807C72;}
				h4 {font-size: 20px; font-weight: 100; color: #807C72; text-transform: uppercase; }
				h5 {font-size: 18px; color: #807C72; margin-bottom: 4px;}
				.btn-group.pull-right {display: none;}
				

	
.blog h2 {
	text-align: left; font-size: 22px; background: none;
	margin-bottom: 20px;
}

.item-page ul {
	margin-left: 30px;
	list-style-type:circle;
	margin-bottom: 20px;
}

.item-page ul li {
	text-indent:-20px;
	padding-left: 20px;
}

.item-page p {
	text-align: justify;
}

p {
	margin-bottom: 20px;
}

a.btn {
	margin-top: 20px;
}

.accordion {
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}

.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	overflow: visible \9;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

.article-info, ul.pager {display: none;}

input[type=text], input[type=textarea],  input[type=email] {width: 80%; border: solid 1px #ddd; padding: 5px; background: #fff;}
label {text-transform: uppercase; font-weight: bold; font-size: 10px; color: #999; display: inline-block;}
.control-group {margin-bottom: 20px;}
.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 14px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	*line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}


.pull-right {
	float: right;
}

.items-row {position: relative;}
.thumber {
	position: absolute;
	top: 100px;
	left: -90px;
	border: solid 4px #fff;
}

.intro-text, .createdby {
	margin-left: 80px;
}

.createdby {font-size: 11px; font-style: italic; color: #999;}
.item-image {margin: 20px 0 20px -40px; }