/* layout */

body {
	margin: 0;
	padding: 0;
	background: #222;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #ddd;
}

#header {
	display: block;
	width: 100%;
	height: 120px;
	background: #fff url(/images/header.png?2016.12) no-repeat center top;
}

#klaun {
    display: none;
	position: absolute;
	top: 80px;
	left: calc(50% + 150px);
	height: 64px;
	line-height: 1.33;
	padding: 5px 18px 26px;
	background: #ee1d23;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	z-index: 5;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}

#klaun span {
	font-size: 20px;
}

#klaun small {
	font-size: 13px;
}

#klaunuvPomocnik {
	position: relative;
	z-index: 10;
	background: #222;
}

#menubar {
	width: 100%;
	background: #96a89c;
}

#menu {
	width: 940px;
	margin: 0 auto;
}

#submenu {
	position: absolute;
	top: -36px;
	left: 10px;
	z-index: 10;
	width: 940px;
	margin:0 auto;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: #222;
}

.helper {
	margin: 10px;
	width: 940px;
}

#footer {
	margin: 10px 10px 20px;
	padding: 20px;
    background: #333;
}

#backToTop {
	position: fixed;
	bottom: 20px;
	left: 20px;
	height: 25px;
	padding: 10px 15px;
    background: #96a89c;
    color: #222;
    background: #b00;
    color: #fff;
	text-decoration: none;
	z-index: 15;
}

.cleaner {
	clear: both;
}

/* tlacitka v nabidkach */

#menu a {
	display: inline-block;
	padding: 6px 12px;
	padding: 6px 8px;
	color: #222;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	text-decoration: none;
}

#menu a:hover {
	background: #b4c0b8;
}

#menu a.active {
	background: #b4c0b8;
	color: #fff;
}

#submenu a {
	display: inline-block;
	margin-right: 10px;
	border-bottom: 1px solid #b4c0b8;
	padding: 2px 16px;
	color: #b4c0b8;
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	text-decoration: none;
}

#submenu a:hover {
	background: #b4c0b8;
	color: #222;
}

#submenu a.active {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.submenuNarrow a {
	padding: 2px 4px !important;
}

/* uvodni fotky */

.largeImage {
	position: relative;
	margin: 10px;
	width: 555px;
	height: 370px;
	display: inline-block;
	background-color: #444;
}

.largeImage .tabs {
	position: absolute;
	right: 10px;
	bottom: 1px;
	z-index: 5;
}

.largeImage .tabs a, .largeImage .tabs div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: #000;
	opacity: 0.25;
	border-radius: 5px;
	box-shadow: 0px 0px 8px 0px #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.largeImage .tabs a.current, .largeImage .tabs div.current {
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.largeImage .price {
	position: absolute;
	bottom: 10px;
	left: 0px;
	line-height: 20px;
	padding: 10px 20px;
	background: rgba(192, 0, 0, 0.75);
	color: #fff;
	font-size: 20px;
	text-align: left;
	z-index: 10;
}

.largeImage .zoom {
	position: absolute;
    left: 16px;
    top: 16px;
    width: 64px;
    height: 64px;
    background: url(/images/zoom.png) no-repeat left top;
    opacity: 0.4;
    z-index: 10;
    transition: opacity 0.2s;
}

.largeImage:hover .zoom {
    opacity: 1;
}

.largeImage .photo {
	position: absolute;
	width: 555px;
	height: 370px;
}

.largeImage .panes span {
    left: 10px;
    bottom: 10px;
	position: absolute;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.imageMenuLeft {
	margin: 10px 2px 20px 10px;
	width: 180px;
	height: 340px;
	display: inline-block;
}

.imageMenuRight {
	margin: 10px 10px 20px 3px;
	width: 180px;
	height: 340px;
	display: inline-block;
}

.smallImage {
	display: block;
	position: relative;
	margin: 0 0 5px 0;
	width: 180px;
	height: 120px;
	background: #eee;
	color: #ddd;
}

.smallImage .popis, .smallImage .popisRed {
	display: block;
	position: absolute;
	bottom: 0;
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
/*
.smallImage .popisRed {
	background-color: rgba(187, 0, 0, 0.85);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8BB0000,endColorstr=#D8BB0000);
}
*/
/* hlavni blok */

div.contentFull {
	margin: 10px 10px 20px;
	background-color: #fff;
    text-align: center;
}

div.content, .clanek {
	display: block;
	position: relative;
	margin: 10px 10px 20px;
	color: #ddd;
    text-decoration: none;
}

.clanek {
	cursor: pointer;
	overflow: hidden;
}

div.clanekRightGradient {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	width: 640px;
	background: url(/images/clanky-gradient.png) repeat-x left bottom;
}

div.clanekPrepinac {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 2px 8px;
    background: #555;
    color: #ddd;
    box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.5);
}

div.clanek:hover div.clanekPrepinac {
	background: #b00;
	color: #fff;
    background: #ddd;
    color: #555;
    box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.75);
}



.contentLeft, .contentBLeft, .contentCLeft, .clanekLeft {
	display: table-cell;
	position: relative;
	width: 515px;
	margin: 0;
	padding: 20px;
	background-color: #fff;
}

.contentRight, .contentBRight, .contentCRight, .clanekRight {
	display: table-cell;
	position: relative;
	width: 345px;
	margin: 0;
	padding: 20px;
	background-color: #555;
}

div.contentRight {
	line-height: 2.2;
}

div.contentBLeft {
	width: 260px;
}

div.contentBRight {
	width: 600px;
	line-height: 2.2;
}

div.contentCLeft {
	width: 620px;
}

div.contentCRight {
	width: 240px;
}

div.clanekLeft {
	width: 300px;
	padding: 0;
}

div.clanekRight {
	width: 600px;
}

div.naMiru {
	background: #fff url(/images/common/na-miru.png) no-repeat 95% 95%;
}

div.orientacniCeny img {
	margin-left: 40px;
}

/*** titulka + dobra cena ***/

div.akcniKancelarTitulka, div.akcniKancelar, div.akcniKancelarCena1, div.akcniKancelarCena2 {
	position: absolute;
	line-height: 24px;
	padding: 8px 18px 26px;
	background: #b00;
	color: #fff;
	font-size: 24px;
	text-align: center;
	z-index: 5;
	box-shadow: 0px 0px 8px -1px #000;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
}

div.akcniKancelarTitulka {
	top: 0px;
	left: 192px;
}

div.akcniKancelar {
	top: 37px;
	left: 192px;
}
div.akcniKancelarCena1 {
	padding: 6px 8px 6px 12px;
	top: 320px;
	left: 25px;
	font-size: 18px;
}

div.akcniKancelarCena2 {
	padding: 6px 8px 6px 12px;
	top: 340px;
	left: 350px;
	font-size: 18px;
}

span.titulkaStart {
	position: absolute;
	top: 180px;
	left: 330px;
	line-height: 24px;
	color: #666;
	font-size: 24px;
	text-align: center;
	z-index: 5;
}

div.titulkaZaruka {
	display: table-cell;
	position: relative;
	width: 515px;
	margin: 0;
	padding: 20px;
	background: url(/images/home/prodlouzena-zaruka.jpg) no-repeat left top;
	color: #222;
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

div.titulkaZaruka p.titulkaZarukaBig {
	margin: 0;
	font-size: 128px;
	line-height: 1.0;
}

div.titulkaZaruka p.titulkaZarukaSmall {
	margin: 0;
	font-size: 36px;
	line-height: 1.0;
}

div.dobraCena {
	position: absolute;
	top: 64px;
	left: 360px;
	width: 165px;
	line-height: 20px;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 20px;
	text-align: left;
	z-index: 5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}

img.rychleDodani {
	position: absolute;
	top: 25px;
	left: 399px;
	width: 160px;
	height: 110px;
	padding: 10px;
	text-align: left;
	z-index: 5;
}

p.novyKatalog {
	position: absolute;
	width: 555px;
	margin-top: 0px;
	color: #ddd;
	font-size: 36px;
	text-align: center;
}

/*** dekory ***/

a.dekor {
	display: block;
	float: left;
	width: 77px;
	margin: 0 8px 8px 0;
	color: #999;
	font-size: 11px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

a.dekor img {
	width: 72px;
	height: 72px;
	margin: 0 0 4px 0;
	border: 1px solid #ccc;
	padding: 1px;
}

a.dekor:hover {
	color: #000;
}

a.dekor:hover img {
	border: 1px solid #000;
}

div.dekorVzhled {
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	background-color: #600;
}

div.dekorPopis {
	width: 60px;
	height: 20px;
	background-color: #fff;
	color: #222;
}

div.doplnkyParavanu img {
    margin-bottom: 20px;
}

a.infoButton {
	display: inline-block;
	height: 32px;
	margin-right: 6px;
	padding-right: 12px;
	line-height: 32px;
	background: #222;
	color: #ddd;
	text-decoration: none;
	border-radius: 5px;
}

a.infoButton:hover {
	background: #ddd;
	color: #222;
	box-shadow: 0px 0px 8px -1px #000;
}

a.infoButton span {
	display: inline-block;
	margin-right: 12px;
	padding: 4px 16px;
	background: #b00;
	color: #fff;
	font-family: Georgia, 'Times New CE', 'Times CE', 'Times New Roman', Times, serif;
	font-size: 24px;
	line-height: 1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

a.infoButtonAbsolute {
	position: absolute;
	bottom: 20px;
}

/* prehled kategorii sedaciho nabytku */

div.sedaci, div.triplet {
	width: 300px;
	margin: 10px;
	display: inline-block;
	background-color: #fff;
}

div.sedaci a, div.triplet a {
	display: block;
	width: 300px;
	min-height: 120px;
	color: #444;
	text-decoration: none;
}

div.sedaci img {
	width: 300px;
	height: 120px;
}

div.triplet img {
	width: 300px;
	height: 180px;
}

div.sedaci span, div.triplet span {
	display: block;
	width: 286px;
	padding: 4px 4px 4px 10px;
	background-color: #bbb;
	font-size: 17px;
}

div.sedaciPopis, div.tripletDesc {
	width: 280px;
	min-height: 6.6em;
	padding: 10px;
	background-color: #444;
	line-height: 2.2;
}

/* vypis jedne kategorie sedaciho nabytku */

div.zidle {
	display: table-cell;
	width: 117.5px;
	margin: 10px 0 0 0;
	background: #444;
	text-align: center;
}

div.zidle span.fotka {
	position: relative;
	display: block;
	width: 97.5px;
	height: 130px;
	padding: 10px;
	background: #fff;
	text-align: center;
}

div.zidle span.fotka img {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

div.zidle span.nazev {
	display: block;
	width: 97.5px;
	padding: 2px 10px;
	background: #bbb;
	color: #444;
	font-size: 13px;
}

div.zidle span.popis {
	display: block;
	width: 97.5px;
	padding: 10px;
	background: #444;
	font-size: 9px;
}

div.zidle span.popis span.cena {
	font-size: 11px;
}

div.po6 {
	width: 156.5px;
}

div.po6 span.fotka {
	width: 136.5px;
	height: 130px;
}

div.po6 span.nazev {
	width: 136.5px;
}

div.po6 span.popis {
	width: 136.5px;
}

div.po5 {
	width: 188px;
}

div.po5 span.fotka {
	width: 168px;
	height: 130px;
}

div.po5 span.nazev {
	width: 168px;
}

div.po5 span.popis {
	width: 168px;
}


/* stranka jedne zidle */

div.contentCLeft {
}

div.contentCRight {
}

div.contentCRight .cena {
	clear: both;
	line-height: 17px;
}

div.contentCRight .cena span {
	float: right;
	font-size: 17px;
}

/* pc navrhy */

/* 175 x 80 + 190 + 200 + 320 */
/* 208 x 95 + 226 + 238 + 381 */

.fullWidth, .prvkovnik {
	clear: both;
	margin: 10px;
    background: #fff;
}

.fullWidthPadding {
	clear: both;
	margin: 10px;
    padding: 20px;
    background: #555;
    color: #ddd;
}

.prvkovnik img {
    margin: 3em 0; 
}

.rok, .pcA, .pcB, .pcC {
	float: left;
	width: 95px;
	height: 208px;
	background: #fff;
	overflow: hidden;
    text-align: center;
}

.rok {
	height: 198px;
    padding-top: 10px;
	color: #222;
    font-size: 21px;
}

.pcA {
	width: 226px;
}

.pcB {
	width: 238px;
}

.pcC {
	width: 381px;
}

.pcA img, .pcB img, .pcC img {
	height: 208px;
}

.pcNavrh .pruh {
	clear: both;
	margin-bottom: 2em;
	padding: 10px 0;
	background: #555;
	color: #ddd;
    font-size: 19px;
}

.pcNavrh .pruh p {
	margin: 0;
    font-size: 13px;
}

.pcNavrh .pA, .pcNavrh .pB, .pcNavrh .pC {
	display: inline-block;
	width: 215px;
	border-right: 1px solid #aaa;
	padding-left: 105px;
}

.pcNavrh .pB {
	width: 227px;
	padding-left: 10px;
}

.pcNavrh .pC {
	width: 371px;
	border-right: 0;
	padding-left: 10px;
}

/* obecne */

h1, h2 {
	line-height: 1;
}

h3, h4 {
	line-height: 1.4;
}

h1 {
	margin: 36px 10px 3px;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin: 24px 10px 3px;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	margin: 1em 0 1em 0;
	font-size: 18px;
	font-weight: normal;
}

h3:first-child {
	margin-top: 0;
}

h4 {
	clear: both;
	margin: 0 0 1em 0;
	color: #300;
	/*font-size: 14px;*/
	font-weight: bold;
}

p {
	margin: 1em 0;
}

a {
	color: #999;
}

a:hover {
	color: #fff;
}

img {
	border: 0;
}

table.orientacniCeny {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #222;
}

table.orientacniCeny tr.akce {
	color: #f00;
}

table.orientacniCeny tr.akceNazev {
	color: #f00;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
}

td.polozka {
	width: 10em;
	text-align: left;
}

td.cena {
	text-align: right;
}

form table {
	width: 75%;
	margin: 0 auto;
}

form table td.label {
	width: 20%;
}

form table textarea {
	width: 100%;
	height: 8em;
}

#footer a {
	color: #ddd;
	text-decoration: none;
}

#footer a.active {
	color: #b00;
}

#footer a:hover {
	color: #fff;
}

#footer .copyright {
	clear: both;
	padding-top: 2em;
	color: #999;
}

.odsazeni {
	margin-top: 2em;
}


div.sloupce_2 {
	float: left;
	width: 47%;
	margin: 0px 5px 10px 5px;
	border: 0;
	padding: 0;
}

div.sloupce_3 {
	float: left;
	width: 32%;
	margin: 0 6px 10px 0;
	border: 0;
	padding: 0;
}

iframe {
    margin-top: 1em;
    margin-bottom: 2em;
}

* {
	outline: none;
	vertical-align: top;
}

:root * {
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='false') !important;
}