/* -=> Elements <=- */
* {
	/*-webkit-transform: translateZ(0px);*/
	/*-webkit-backface-visibility: visible !important; */
	-webkit-font-smoothing: antialiased !important; 
	font-smoothing: antialiased !important;		
}
html {
	min-width: 1225px;
	width: 100%;
	height: 100%;
}
body {
	z-index: 0;
	min-width: 1225px;
	width: 100%;
	height: 100%;
	font-family: 'Conv_MuseoSans', 'Georgia';
	font-size: 16px;
	color: #5E5D58;
	background-color: #2F2C2C;
	line-height: 22px;
}
strong {
	font-family: 'Conv_Museo700-Regular';
	font-weight: normal;
}
div {
	behavior: url('/css/PIE.php');
	position: relative;
}
h1, h2, h3, h4 {
	font-family: 'Conv_Museo500-Regular';
	color: #423F32;
}
h1 { font-size: 34px; line-height: 34px; }
h2 { font-size: 26px; line-height: 26px; }
h3 { font-size: 22px; line-height: 22px; }
h4 { font-size: 18px; line-height: 18px; }
a {
	z-index: 1;
	position: relative;
	behavior: url('/css/PIE.php');
	text-decoration: none;
	color: #BD3131;
	overflow: hidden;
	-o-transition:.33s;
	-ms-transition:.33s;
	-moz-transition:.33s;
	-webkit-transition:.33s;
	transition:.33s;
}
a:hover {
	text-decoration: none;
	color: #952C2C;
}
p { clear: right; margin-bottom: 10px; }
hr {
	height: 2px;
	background-image: url('/gfx/hr.png');
	background-repeat: x-repeat;
	border: 0px;
}
div.columnA hr { margin-top: 22px; }
form, fieldset { width: 100%; padding: 0px; margin: 0px 0px -2px 0px; }
legend {
	display: block;
	line-height: 26px;
	padding: 0px; 
	margin: 0px;
	font-family: 'Conv_Museo500-Regular';
	font-size: 26px;
	color: #423F32;
}
label { 
	display: block; 
	margin-bottom: 4px; 
}
label span.required { color: #BD3131; }
label span.error { display: none; float: right; color: #BD3131; }
input[type=password],
input[type=text],
input[type=file],
textarea {
	border: 0px;
	width: 320px;
	height: 31px;
	line-height: 31px;
	background-color: #E2DBCE;
	margin: 0px 0px 6px 0px; 
	padding: 2px 5px;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px #DED5CA, 1px 1px 1px #FFFFFF;
	background-image: -o-linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
	background-image: linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
	background-image: -moz-linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
	background-image: -webkit-linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
	background-image: -ms-linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
}
textarea { resize: none; }

/* -=> Basic blocks <=- */
a#logo {
	display: inline-block;
	position: relative;
	left: 25px;
	top: 37px;
}
div#overlay {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: left;
}

div.fullwide {
	width: 1200px;
	margin: 0px auto;
}
div.fullwide.pad25 {
	width: 1150px;
	padding: 0px 25px;
}
div.fullwide.pad40top { padding-top: 40px; }
div.fullwide.pad40bottom { padding-bottom: 39px; }
div.fullwide.pad20bottom { padding-bottom: 19px; }
div.fullwide.pad25bottom { padding-bottom: 24px; }
div.fullwide.pad15bottom { padding-bottom: 14px; }
div.width20percent { width: 20%; }
div.width25percent { width: 25%; }
div.width30percent { width: 30%; }
div.width50percent { width: 50%; }
div.width70percent { width: 70%; }
div.width75percent { width: 75%; }
div[class^="spacer"] { clear: right; }
div.spacer5 { height: 5px; }
div.spacer10 { height: 10px; }
div.spacer15 { height: 15px; }
div.spacer20 { height: 20px; }
div.spacer25 { height: 25px; }
div.spacer30 { height: 30px; }
div.spacer35 { height: 35px; }
div.spacer40 { height: 40px; }
div.pad20top { padding-top: 20px; }
hr.wider { width: 760px; margin-left: -10px; margin-top: 24px; }
hr.widest { width: 790px; margin-left: 0px; margin-top: 15px; }

div#head {
	height: 110px;
	z-index: 10;
	background-image: url('/gfx/background_head.png');
	background-repeat: x-repeat;
	background-position: left bottom;
	box-shadow: 0px 0px 6px #C7BEB7;
}
div#head div.ribbon{
	height: 10px;
	color: #EEA38C;
	background-image: url('/gfx/ribbon_header.png');
	background-repeat: x-repeat;
	border-bottom: 2px solid white;
	box-shadow: 0px 0px 4px #C7BEB7;
}
div#head div.fullwide {
	height: 100px;
}

div#content {
	z-index: 0;
	background-color: #FAF8F4;
	background-image: url('/gfx/background.jpg');
}
div#carousel {
	z-index: 5;
	height: 350px;
	background-color: rgba(127, 101, 64, 0.15);
}
div#main {
	z-index: 10;
	min-height: 400px;
	box-shadow: 0px 0px 6px #C7BEB7;
}

div#footBorder {
	width: 100%;
	height: 2px;
	background-color: white;
	box-shadow: 0px 0px 6px #C7BEB7;
}
div#foot {
	clear: both;
	height: 247px;
	color: #7A7777;
	background-image: -o-linear-gradient(top, rgb(34, 33, 33) 0%, rgb(34, 33, 33) 18%, rgb(47, 44, 44) 41%);
	background-image: linear-gradient(top, rgb(34, 33, 33) 0%, rgb(34, 33, 33) 18%, rgb(47, 44, 44) 41%);
	background-image: -moz-linear-gradient(top, rgb(34, 33, 33) 0%, rgb(34, 33, 33) 18%, rgb(47, 44, 44) 41%);
	background-image: -webkit-linear-gradient(top, rgb(34, 33, 33) 0%, rgb(34, 33, 33) 18%, rgb(47, 44, 44) 41%);
	background-image: -ms-linear-gradient(top, rgb(34, 33, 33) 0%, rgb(34, 33, 33) 18%, rgb(47, 44, 44) 41%);
	/*box-shadow: 0px 0px 6px #FF00FF;*/
}
div#foot div.ribbon {
	height: 32px;
	padding-top: 13px;
	color: #EEA38C;
	background-image: url('/gfx/ribbon_footer.png');
	background-repeat: x-repeat;
	text-shadow: 1px 1px #7B1414;
}
div#foot div.ribbon a {
	position: relative;
	float: right;
	top: -2px;
	width: auto;
	height: auto;
	line-height: 26px;
	color: #EEA38C;
}
div#foot div.ribbon a:hover { color: #EEA38C; }
div#foot div.fullwide.padfoot {
	height: 135px;
	padding-top: 33px;
}
div#foot div.left { width: 750px; }
div#foot div.right { width: 330px; }
div#foot a {
	display: block;
	float: left;
	width: 180px;
	height: 35px;
	margin-bottom: 15px;
	line-height: 32px;
	color: #BDBABA;
}
div#foot a:hover { color: #F9F6F2; }
div#foot div.left h4 { margin-bottom: 25px; }
div#foot div.right h4 { margin-bottom: 14px; }
div#foot p { margin-bottom: 3px; }

/* -=> Helper styles <=- */
.left { float: left; }
.right { float: right; }
.left-text { text-align: left; }
.right-text { text-align: right; }
.center-text { text-align: center; }
.clear { clear: both; }
.clearLeft { clear: left; }

/* -=> Column A <=- */
.columnA { float: left; }
.columnA h2 { margin-top: 28px; }

/* -=> Column B <=- */
.columnB { width: 380px; margin-top: -40px; float: right; }
.columnB div.textBlock p { margin-top: 14px; text-align: left; }
.columnB div.textBlock h2 { margin-top: 0px;  margin-bottom: 13px !important; }
.columnB div.textBlockTransparent h2 { margin-bottom: 14px !important; }
.columnB h1,
.columnB h2,
.columnB h3,
.columnB h4,
.columnB h5 { 
	width: 100%;
	text-align: center;
}

/* -=> Head <=- */
div#head a#lang {
	display: block;
	position: absolute;
	top: -12px;
	right: -13px;
	width: 104px;
	height: 83px;
	padding-top: 13px;
	padding-left: 2px;
	background-image: url('/gfx/ribbon.png');
	text-align: center;
	color: #EEA38C;
	text-shadow: 1px 1px #7B1414;
}
div#head a#lang a:hover { color: #EEA38C; }
div#head a#lang div.flag-en,
div#head a#lang div.flag-cs {
	position: absolute;
	top: 41px;
	left: 28px;
}
ul#menu a { 
	font-family: 'Conv_Museo500-Regular' !important;
	color: #BD3131; 
}
ul#menu a:hover { color: #952C2C; }
ul#menu {
	position: absolute;
	top: 30px;
	right: 103px;
	font-size: 18px;
}
ul#menu li {
	float: left;
	line-height: 12px;
	margin: 0px 5px;
	padding: 14px;
}
ul#menu li:hover {
	border-radius: 4px;
	box-shadow: inset 1px 1px 0px #E6E0D8;
	background-image: -o-linear-gradient(top, #F7F3EE 0%, #E7E0D5 100%);
	background-image: linear-gradient(top, #F7F3EE 0%, #E7E0D5 100%);
	background-image: -moz-linear-gradient(top, #F7F3EE 0%, #E7E0D5 100%);
	background-image: -webkit-linear-gradient(top, #F7F3EE 0%, #E7E0D5 100%);
	background-image: -ms-linear-gradient(top, #F7F3EE 0%, #E7E0D5 100%);
	
}
ul#menu li.visited {
	border-radius: 4px;
	box-shadow: inset 1px 1px 0px #DED5CA;
	background-image: -o-linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
	background-image: linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
	background-image: -moz-linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
	background-image: -webkit-linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
	background-image: -ms-linear-gradient(top, #F0EBE4 0%, #E2DBCE 100%);
	
}
ul#menu li.visited a { color: #746A5B; }

/* -=> Slider <=- */
div[id^="slide"] {
	width: 100% !important;
	height: 350px;
}
#slide2, #slide3, #slide4 {
	display: none;
}
div#slide img {
	z-index: 5;
}
div#slide .textBlock {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	z-index: 10;
}
div#slide p {
	line-height: 28px;
	color: #746A5B;
	font-family: 'Conv_Museo500-Regular';
	font-size: 22px;
	text-shadow: -1px -1px white;
}
div#slide p.title {
	margin-top: 75px;
	margin-bottom: 22px;
	font-family: 'Conv_Museo700-Regular';
	font-size: 42px;
}

/* -=> Main <=- */
div#main .textBlock {
	width: 740px;
	/*margin-top: 40px;*/
	padding: 27px 23px 11px 23px;
	text-align: justify;
	background-color: #FAF8F4;
	border: 2px solid white;
	border-radius: 6px;
	box-shadow: 0px 0px 4px #C7BEB7;
}
div#main .textBlockTransparent {
	width: 740px;
	padding: 25px 25px 13px 25px;
	/*margin-top: 14px;*/
}
div#main h2 { margin-bottom: 14px; }
div#main h3 { margin-top: 27px; margin-bottom: 10px; }

/* -=> Foot <=- */
div#foot, div#foot h4 { color: #7A7777; }