@font-face {
	font-family: 'LCALLIG';
	src: url('../fonts/Lucida/Calligraphy/LCALLIG.eot');
	src: local('LCALLIG'), url('../fonts/Lucida/Calligraphy/LCALLIG.woff') format('woff'), url('../lib/fonts/Lucida/Calligraphy/LCALLIG.ttf') format('truetype');
}

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;
	font-family: 'LCALLIG';
	font-size: 18px;
	color: #fff;
}
input, button, select, textarea {
	font-family: 'LCALLIG';
	font-size: 18px;
	color: #fff;
}
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;
}
a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #e6bc00;
}
h1 {
	font-size: 48px;
	color: #eec258;
	text-align: center;
}
h2 {
	font-size: 36px;
	color: #fff;
}
h3 {
	font-size: 24px;
	color: #eec258;
	text-align: center;
	margin: 0 0 10px 0;
}
.carousel-overlay {
	z-index: 1;
}
.carousel-overlay,
.carousel-overlay ul,
.carousel-overlay ul li {
	position: fixed;
	width: 100%;
	height: 100%;
}
.carousel-overlay ul li {
	display: none;
	background: transparent none no-repeat 50% 0;
	background-size: cover;
}
.carousel-overlay ul li.active {
	display: block;
}
#main {
	z-index: 2;
	position: relative;
	padding: 0 60px;
}
#main article {
	float: left;
	width: 50%;
}
#logo {
	margin-right: 60px;
	background: transparent url('../img/logo/logo-big.png') no-repeat 50% 50%;
	height: 300px
}
#navigation {
	margin-right: 60px;
	background-color: rgba(0, 0, 0, 0.5);
}
#navigation ul li {
	border-top: solid 1px rgba(255, 255, 255, 0.2);
}
#navigation ul li a {
	display: block;
	padding: 20px 30px;
	font-size: 36px;
}
#pager {
	margin-right: 60px;
}
#pager ul {
	padding: 100px 0;
	display: block;
	text-align: center;
}
#pager ul li {
	display: inline-block;
	margin: 0 8px;
}
#pager ul li a {
	display: block;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
}
#pager ul li.active a {
	background-color: #e6bc00;
	box-shadow: none;
}
.content-overlay {
	display: none;
	z-index: 3;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}
.visible {
	display: block;
}
.content-overlay article {
	display: block;
	z-index: 4;
	position: fixed;
	width: 50%;
	height: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .75);
}
.content-overlay article.right {
	left: auto;
	right: 0;
	background-color: rgba(255, 255, 255, .1);
}
.content-overlay article.inverted {
	background-color: rgba(255, 255, 255, .95);
	color: #000;
}
.content-overlay article.decorated {
	background-image: url('../img/site/decoration-effect.png');
	background-position: 60px 30px;
	background-repeat: no-repeat;
}
.content-overlay article.butterfly-canvas {
	background-image: url('../img/extra/butterfly.jpg');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.content-overlay article.designer-canvas {
	background-image: url('../img/extra/designer-karola.png');
	background-position: 75% 100%;
	background-repeat: no-repeat;
	background-size: 75%;
}
.content-overlay article header {
	padding: 60px;
	position: relative;
	z-index: 10;
}
.content-overlay article header h2 button {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	background-color: rgba(255, 255, 255, .1);
	background-image: url('../img/site/close-light.png');
	background-position: 12px 10px;
	background-repeat: no-repeat;
	padding: 10px 15px 10px 56px;
	margin-right: 20px;
	line-height: 29px;
	height: 49px;
	color: rgba(255, 255, 255, .5);
	cursor: pointer;
	outline: none;
}
.content-overlay article header h2 button:hover {
	background-color: rgba(255, 255, 255, .15);
}
.content-overlay article.inverted header h2 {
	color: #000;
}
.content-overlay article.inverted header h2 button {
	background-color: rgba(0, 0, 0, .1);
	background-image: url('../img/site/close-dark.png');
	color: rgba(0, 0, 0, .4);
}
.content-overlay article.inverted header h2 button:hover {
	background-color: rgba(0, 0, 0, .15);
}
.content-overlay article footer {
	z-index: 5;
	width: 50%;
	padding: 60px 0;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
}
.content-overlay article.right footer {
	left: auto;
	right: 0;
}
.content-overlay article footer .logo {
	display: inline-block;
	background-image: url('../img/logo/logo-medium.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 257px;
	height: 100px;
}
.content-overlay article .content {
	padding: 0 60px;
	text-align: center;
}
.content-overlay article .content p {
	line-height: 24px;
}
.content-overlay article .content p b {
	font-size: 30px;
	color: #eec258;
}
.content-overlay article .content p span,
.content-overlay article .content p a {
	color: #eec258;
}
.content-overlay article .content hr {
	display: block;
	border: 0;
	height: 30px;
	background-image: url('../img/site/separator.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.content-overlay article .gallery .canvas,
.content-overlay article .gallery .canvas ul,
.content-overlay article .gallery .canvas ul li {
	position: fixed;
	width: 50%;
	top: 0;
	left: 0;
}
.content-overlay article .gallery .canvas ul li {
	display: none;
	height: 100%;
	background-image: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.content-overlay article .gallery .canvas ul li.current {
	display: block;
}
.content-overlay article .gallery .canvas ul li aside {
	position: fixed;
	left: 370px;
	top: 60px;
	font-size: 36px;
	line-height: 50px;
}
.content-overlay article .gallery .controls {
	position: fixed;
	z-index: 9;
	width: 50%;
	bottom: 0;
	left: 0;
}
.content-overlay article .gallery .controls ul {
	padding: 0 60px 60px 60px;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
	overflow: auto;
}
.content-overlay article .gallery .controls ul li {
	position: relative;
	z-index: 10;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin: 0 10px;
	border: solid 2px rgba(0, 0, 0, .1);
	opacity: .7;
	filter: alpha(opacity=70);
}
.content-overlay article .gallery .controls ul li:hover {
	border: solid 2px rgba(0, 0, 0, .3);
	opacity: .9;
	filter: alpha(opacity=90);
}
.content-overlay article .gallery .controls ul li.current {
	opacity: 1;
	filter: alpha(opacity=100);
	border: solid 2px rgba(0, 0, 0, .5);
}
.content-overlay article .gallery .controls ul li img {
	width: 110px;
	height: 110px;
}
.content-overlay article .gallery .controls ul li .tooltip {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 5px 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .4);
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
}
.content-overlay article .gallery .switchers {}
.content-overlay article .gallery .switchers .switch {
	position: fixed;
	z-index: 6;
	height: 100%;
	width: 60px;
	top: 0;
	left: 0;
	background-image: url('../img/site/arrow-left-default.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.content-overlay article .gallery .switchers .switch.next {
	background-image: url('../img/site/arrow-right-default.png');
	background-position: 0 50%;
	left: auto;
	right: 50%;
}
.content-overlay article .gallery .switchers .switch:hover {
	background-image: url('../img/site/arrow-left-hover.png');
	cursor: pointer;
}
.content-overlay article .gallery .switchers .switch.next:hover {
	background-image: url('../img/site/arrow-right-hover.png');
}
@media(max-width:1600px){
	.content-overlay article .gallery .controls ul li .tooltip {
		font-size: 11px;
	}
	body, input, button, select, textarea {
		font-size: 14px;
	}
	h1 {
		font-size: 30px;
	}
	#navigation ul li a {
		padding: 15px 25px;
	}
	#navigation ul li a,
	h2 {
		font-size: 24px;
	}
	.content-overlay article .content p b,
	h3 {
		font-size: 18px;
	}
	.content-overlay article .content p {
		line-height: 18px;
	}
	#logo {
		margin-right: 60px;
		background-size: 60%;
		height: 200px;
	}
	#pager ul {
		padding: 75px 0;
	}
	.content-overlay article header {
		padding: 30px;
	}
	.content-overlay article .content {
		padding: 0 30px;
	}
	.content-overlay article .content img {
		height: 1em;
	}
	.content-overlay article footer {
		padding: 30px 0;
	}
	.content-overlay article footer .logo {
		width: 180px;
		height: 70px;
	}
	.content-overlay article .content hr {
		height: 20px;
		background-size: 15%;
	}
	.content-overlay article .gallery .controls ul {
		padding: 0 30px 30px 30px;
	}
	.content-overlay article .gallery .controls ul li {
		margin: 0 7px;
	}
	.content-overlay article .gallery .controls ul li,
	.content-overlay article .gallery .controls ul li img {
		width: 75px;
		height: 75px;
	}
	.content-overlay article .gallery .canvas ul li aside {
		left: 275px;
		top: 30px;
		font-size: 24px;
	}
}