
/* typography */


input, select, textarea {
	font-family: inherit;
	font-size: 1em;
}

tt, code, pre {
	font-size: .9em;
	font-family: Consolas, "Panic Sans", "Andale Mono", monospace;
	color: #000;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

acronym, abbr {
	border-bottom: 1px dashed #ccc;
}

h1 span.amp, h2 span.amp, h3 span.amp, h4 span.amp, h5 span.amp, h6 span.amp {	/* use the best possible ampersands fonts can offer */
	font-family: "Warnock Pro", "Goudy Old Style", Palatino, "Book Antiqua", serif; 
	font-style: italic; 
	font-size: 99%;
}

address {
	margin: 0;
	font-style: normal;
}

ul, ol {
	list-style-position: outside;	/* place the bullet in the left padding */
}

p, ul, ol, dl {
	line-height: 1.5;
	margin: 0 0 1.5em;
}

i, em, cite {
	font-weight: inherit;
	font-style: italic;
}

b, strong {
	font-weight: bold;
	font-style: inherit;
}

q:before {
	content: "“";
}

q:after {
	content: "”";
}

blockquote {
	font-style: italic;
}

blockquote p:before, blockquote:after, blockquote[cite] p:last-child:after {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif; 
	font-style: italic; 
	font-size: 3em;
	display: block;
	margin: 0;
}

blockquote p:before {
	content: "“ ";
	margin-left: -.6em;
	margin-bottom: -1em;
	line-height: 1;
}

blockquote p + p:before {
	color: #aaa;
}

blockquote:after, blockquote[cite] p:last-child:after {
	content: " ”";
	text-align: right;
	margin-right: -.4em;
	margin-top: -1.05em;
	line-height: 1.1;
}

blockquote[cite] p:last-child:after {
	margin-top: -.5em;
	margin-bottom: -.6em;
}

blockquote[cite]:after {
	content: attr(cite);
	font-size: 1em;
	line-height: 1.5;
	font-family: inherit;
	font-style: normal;
	margin-top: -1px;
	margin-bottom: 1.5em;
	border-top: 1px dotted #ccc;
	display: block;
	color: #999;
}

.dquo {
	margin-left: -.38em;
}

.squo {
	margin-left: -.22em;
}




/* site styles */
	
body {
	font-family: "Myriad Pro-Light", "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 100%;
	font-weight: 100;
	color: #474443;
	background: #fff7d5;
	margin: 0;
	padding: 0;
}

.bodycyr em, .bodycyr i {
	font-family: "Adamant BG", "Myriad Pro-Light", "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited, a:hover {
	color: #de2f10;
}

a:hover {
	text-decoration: underline;
}

address a {
	font-weight: 200;
}

address {
	font-style: normal;
}

.canvas {
	background: #fff7d5 url(/images/grozd.jpg) no-repeat top center;
	margin: 0 auto;
	min-height: 650px;
	min-width: 950px;
	max-width: 1123px;
	position: relative;
}

.contact {
	padding: 0 20px;
	float: right;
	width: 287px;
	clear: right;
}

.promo {
	margin-top: -232px;
	float: left;
	padding: 0 20px;
	width: 300px;
}

.promo img {
	margin: 0 -20px 20px;
	display: block;
}

.story {
	background: url(images/slice.png) no-repeat top center;
	padding: 125px 60px 20px;
	margin: 0 327px 0 340px;
}

h1, h2, h3 {
	font-family: "Myriad Pro-Bold SemiExtended", "Myriad Pro", Calibri, "Helvetica Neue", Arial, sans-serif;
}

h1 {
	background: url(images/vacic.png) no-repeat bottom center;
	margin: 0;
	padding: 232px 0 0;
	width: 340px;
	height: 0;
	overflow: hidden;
	float: right;
}

h3 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #738404;
	text-shadow: #c3d454 1px 1px 1px;
}

sup {
	font-weight: 800;
	line-height: 0;
}

sup a:link, sup a:visited {
	color: inherit;
}

.footnote {
	font-size: .8em;
	color: #778767;
	clear: both;
	margin-top: 6em;
	margin-left: -20px;
}

a.footback {
	font-weight: normal;
	color: #474443;
}

.lang {
	font-size: .7em;
	text-transform: uppercase;
	font-variant: small-caps;
	font-weight: 400;
	margin: 0;
	padding: 5px 5px;
	position: absolute;
	top: 0;
	right: 0;
	list-style: none;
}

.lang a {
	font-weight: 400;
}

.lang li {
	text-align: right;
	display: block;
}

.copy {
	font-size: .7em;
	color: #999;
	text-align: right;
	margin: 0;
	padding: 5px;
}

	
@media only screen and (max-device-width: 480px) {

	.canvas {
		background: #fff7d5;
		padding: 0 20px;
		min-height: 0;
		max-width: none;
		position: static;
	}
	
	h1 {
		background-position: -30px 100%;
		float: none;
		padding: 150px 0 0;
		margin: 0;
	}
	
	.contact {
		padding: 0;
		float: none;
		width: auto;
		clear: both;
	}
	
	.promo {
		margin: 0;
		float: none;
		padding: 0;
		width: auto;
	}
	
	.promo img {
		margin: 0 0 20px;
	}

	.story {
		background: none;
		padding: 20px 0;
		margin: 0;
	}

	.lang {
		font-size: .8em;
		text-align: center;
		text-transform: uppercase;
		font-variant: normal;
		color: #999;
		background: #eee6c4;
		padding: 3px 0;
		top: 0;
		left: 0;
		right: auto;
		width: 100%;
	}

	.lang li {
		text-align: left;
		display: inline;
		margin-right: .5em;
		margin-left: .5em;
	}

}
