/* Blueprint CSS - reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin: 0; padding: 0; border: 0; font-weight: normal; font-size: 100%; font-family: inherit; vertical-align: baseline; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }
body { line-height: 1.5; } /* dle: http://pxtoem.com/ */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
ul li { list-style: none; }

a:hover { text-decoration: none; }

@font-face {
    font-family: 'CMUBrightSemiBold';
    src: url('/css/u/fonts/cmunbsr-webfont.eot');
    src: local('☺'), url('/css/u/fonts/cmunbsr-webfont.woff') format('woff'), url('/css/u/fonts/cmunbsr-webfont.ttf') format('truetype'), url('/css/u/fonts/cmunbsr-webfont.svg#CMUBrightSemiBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* default font size nastavena na 12px (9pt, 75%) */
/* další hodnoty řešit podle http://pxtoem.com/ */
body { background: #ffffff url("/img/u/bg-header.jpg") 50% 0 no-repeat; color: #342d28; font-size: 81.3%; font-family: Arial, Helvetica, sans-serif; text-align: center; }
hr { display: none; }
img { display: block; }

h1 { font-size: 2.154em; margin-bottom: 0.5em; font-family: 'CMUBrightSemiBold', Arial, Helvetica, sans-serif; text-shadow: 1px 1px 1px rgba(52, 45, 40, 0.3); line-height: 1.2em; }
h2 { color: #007fbf; font-size: 1.846em; font-family: 'CMUBrightSemiBold', Arial, Helvetica, sans-serif; margin-bottom: 0.3em;}
h3 { font-size: 1.538em; font-family: 'CMUBrightSemiBold', Arial, Helvetica, sans-serif; margin-bottom: 0.2em; }
h4 { font-size: 1.231em; font-family: 'CMUBrightSemiBold', Arial, Helvetica, sans-serif; margin-bottom: 0.2em; }

a { color: #007fbf; }

p { margin-bottom: 2em; }

address { font-style: normal; }

table { margin-bottom: 1.923em; width: 100%; border-collapse: collapse; }
th, td { padding: 5px 14px; border-bottom: 2px solid #ffffff; border-right: 2px solid #ffffff;}
th { background-color: #cce9f8; color: #007fbf; font-size: 1.077em; }
th a { color: #ffffff; }
td { font-size: 0.923em; background-color: #eeeded; color: #342d28; }
tr.odd td { background-color: #e4e2e2; }

/*
table { margin-bottom: 1.923em; width: 100%; border-collapse: collapse; }
th, td { padding: 5px 14px; background-color: #e5f4fb; }
th { background-color: #0189cd; color: #ffffff; font-size: 1.077em; }
th a { color: #ffffff; }
td { font-size: 0.923em; color: #007ab8; }
tr.even td { background-color: #cce9f8; }
*/

.fl { float: left; }
.fr { float: right; }
.dn, .hidden { display: none; }

.ar { text-align: right; }

.clear { clear: both; }
.clrL { clear: left; }
.clrR { clear: right; }
.noBottom { margin-bottom: 0 !important; }

.grey { color: #8f8985; }
em.grey { font-style: normal; }

.blue { color: #007fbf; }

img.fl { margin: 0 15px 15px 0; }
img.fr { margin: 0 0 15px 15px; }

/* nastylování tlačítka pro přeskočení na navigaci a zpět */
.skip { margin-bottom: 0; }
.skip a { left: -10000px; position: absolute; z-index: 0; background-color: #0093dd; color: #ffffff;}
.skip a:focus, .skip a:active { left: 0; z-index: 20; }

.motiveFull { border: 1px solid #d2d2d2; }

/* možno (nutno) přestylovat - odrážky by měly být řešeny pomocí list-style-image. Pozor na rozdílné obrázky v inteligentních prohlížečích vs. IE */
ul, ol { padding-left: 1.5em; }
ul li { list-style: square; margin-bottom: 0.385em; }
ol li { margin-bottom: 0.385em; }
.content ul, .content ol, .content p, .content address { margin-bottom: 1.923em; }

.vw { margin: 0 auto; text-align: left; width: 980px; }

.headerContainer { height: 172px; min-height: 13.231em; padding-top: 28px; }
.header { position: absolute; top: 28px; width: 980px; }

.main { padding: 35px 0 50px 0; min-height: 200px; _height: 200px; }
.content { float: left; width: 440px; margin-left: 210px; min-height: 300px; _height: 300px; }
.aside.left { float: left; margin-left: -650px; position: relative; z-index: 1; width: 180px; }
.aside.right { float: right; width: 300px; }
.contentWithoutRight { width: 770px; }
.aside.leftWithoutRight { margin-left: -980px; }

a.btn1 { display: block; float: left; padding: 4px 14px; background: #008dd5; color: #ffffff; font-size: 0.846em; border: 1px solid #007ab7;
	background: -moz-linear-gradient(center top, #0093dc 0%, #0087cb 100%);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #0093dc), color-stop(0.6, #0087cb));
	text-decoration: none !important;
}
a.btn1:hover {
	background: -moz-linear-gradient(center top, #0087cb 0%, #0093dc 100%);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #0087cb), color-stop(0.6, #0093dc));
	text-decoration: none !important;
}

a.btn2 { display: block; float: left; padding: 4px 14px; background: #ffffff; color: #006ba1; font-size: 0.846em;
	background: -moz-linear-gradient(center top, #ffffff 0%, #cce9f8 100%);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #ffffff), color-stop(0.6, #cce9f8));
	text-decoration: none !important;
}
a.btn2:hover {
	background: -moz-linear-gradient(center top, #cce9f8 0%, #ffffff 100%);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #cce9f8), color-stop(0.6, #ffffff));
	text-decoration: none !important;
}

.buttonsRight a, .buttonsRight input { float: right !important; }
.buttons .fr { float: right !important; }

.twoCols .fl, .twoCols .fr { width: 50%; }

/* formuláře */
select { border: 1px solid #3d7bad; border-radius: 3px; padding: 1px; }
.inlineMessageContainer { font-size: 0.846em; }
.text label { width: 10em; display: inline-block; }
.text input { border: 1px solid #828790; padding: 2px 6px; }
.text.required label { font-weight: bold; }
.text.required label span { color: #cc0000; }
.checkbox { margin: 0 3px 0 0; vertical-align: middle; }
.textarea textarea { border: 1px solid #828790; padding: 2px 6px; resize:vertical; }
.textarea.required label { font-weight: bold; }
.textarea.full-width label { display: block;}
.textarea.full-width textarea { width: 100%; box-sizing: border-box; }

.vertical-form label { display: block;}
.vertical-form .inlineMessageContainer, .vertical-form .errormsg{ display: block;}
.vertical-form p.btn1 input { float: none; }

.captcha input { border: 1px solid #828790; padding: 2px 6px; display: block; margin: 2px 0 5px 0; }
.captcha.required label span { color: #cc0000; }
.captcha-image img { border: 1px solid #c7c7c7; }

.error input { border-color: #cc0000; }
.error .inlineMessageContainer, .error .errormsg { color: #cc0000;}
.error .errormsg { font-size: 0.846em; }
.error .inlineMessageContainer .errormsg { font-size: 1em; }
.inlineMessageContainer .noerrormsg { display: none; }

.message-box { padding-left: 0; }
.message-box li { list-style: none; font-size: 	1.077em; font-weight: bold; }
.message-box.errors li { color: #cc0000; }

#personalInfo { background-color: #cce9f8; border-radius: 5px; padding: 15px 15px 6px 15px; margin-bottom: 2em; }
#personalInfo .text input { width: 200px; }
#personalInfo p { margin-bottom: 9px; float: left; width: 50%; }
#personalInfo .inlineMessageContainer { display: block; padding-left: 12.182em; padding-right: 20px; }
#personalInfo .twoCols { border-top: 1px solid #ffffff; margin-top: 8px; padding-top: 15px; }
#personalInfo .twoCols p { float: none; width: auto; }
#personalInfo h4 { color: #007fbf; font-size: 1em; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
#personalInfo .fl h4 { margin-bottom: 2.538em; }

#personalInfo.resultInfo p { width: auto; float: none; margin-bottom: 4px; }
#personalInfo.resultInfo p#sameAddress { margin-bottom: 11px; }
.resultInfo p .label { display: inline-block; width: 10em; }
.resultInfo p .value { font-weight: bold; }
.resultInfo p#sameAddress .label { width: auto; font-weight: bold; }
.resultInfo .without-label .label {  display: none !important;  }

.deliveryInputs label { display: block; font-weight: 700;}
.deliveryInputs .categorySubTitle { display: block;}

/* hlavička */
.logo { width: 288px; margin: 0 33px 0 0; float: left; position: relative; z-index: 2; }
.logo a { display: block; outline: 0; }

.claim { float: left; text-indent: -9999px; margin-top: 11px; }

.fulltextSearch { float: right; background-color: #ffffff; border-radius: 3px; padding: 5px; }
.fulltextSearch label { display: none; }
.fulltextSearch input { border: 0; padding: 0 10px; }
.fulltextSearch input.submit { width: 24px; height: 23px; padding: 0; text-indent: -9999px; cursor: pointer; background: -710px -349px no-repeat; }
.fulltextSearch input.submit { *font-size: 0; *display:inline-block; *line-height: 0; }

.fulltextSearch input::-webkit-input-placeholder { color: #0088cd; }
.fulltextSearch input:-moz-placeholder { color: #0088cd; }

/* navigace */
.nav ul { padding: 0; }
.nav ul li { list-style: none; margin-bottom: 0; }
.nav a {  color: #ffffff; display: block; text-decoration: none; }

.mainMenu h2 { display: none; }
.mainMenu ul { background-color: #0093dd; position: absolute; top: 102px; width: 100%; overflow: hidden; }
.mainMenu li { float: left; margin-left: -1px; }
.mainMenu a { background: -1000px 0 no-repeat; font-weight: bold; padding: 18px 26px 18px 27px;  }
.mainMenu a:hover, .mainMenu .active a { background-position: -1500px 0; position: relative; z-index: 1; }

/* postranní navigace - vlevo */
.subMenu ul { margin-bottom: 2em; }
.subMenu h2 { display: none; }
.subMenu>ul>li:first-child, .subMenu>ul>li:first-child>a { -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; }
.subMenu>ul>li:last-child, .subMenu>ul>li:last-child>a { -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }
.subMenu li { background-color: #1790cd; margin-bottom: 0; }
.subMenu ul ul { background: #d5ecf8 url("/img/u/bg-submenu-ul.png") 0 0 repeat-x; padding: 10px 0; display: none; margin-bottom: 0; }
.subMenu a { background: url("/img/u/bg-submenu-li.png") 50% 100%  no-repeat; display: block; font-size: 0.923em; padding: 8px 12px; }
.subMenu li.active, .subMenu li:hover { background: -500px -300px no-repeat;}
.subMenu li.active a, .subMenu a:hover { display: block; background: none; }
.subMenu .active ul { display: block; }
.subMenu li li, .subMenu li li:hover { background: none !important; }
.subMenu li.active li a { background: 12px -291px no-repeat; color: #453e39; padding: 3px 12px 3px 27px; }
.subMenu li li.active { background: none !important; }
.subMenu li li a:hover, .subMenu li li.active a { background: -238px -291px no-repeat; color: #000000; }
.subMenu li li.active a { font-weight: bold; }


/*ie7+8*/
.subMenu ul ul { background: #d5ecf8\9; }
.subMenu li.active, .subMenu li:hover { background: #000000\9 1000px\9 1000px\9 !important; }
.subMenu li.active li a { background-color: #d5ecf8\9 !important; }


.serviceMenu h2 { display: none; }
.serviceMenu ul { float: right; font-size: 0.846em; }
.serviceMenu ul li { float: left; margin-right: 25px;  }
.serviceMenu a { color: #0088cd; line-height: 33px; background: -1675px -362px no-repeat; padding-left: 9px; }
.serviceMenu a:hover { text-decoration: underline; }

/* track 2 path */
.t2p { font-size: 0.846em; color: #8c8c8c; margin-top: -1.5em; }
.t2p a { color: #8c8c8c; text-decoration: none; }
.t2p a:hover { text-decoration: underline; }
.t2p strong { color: #0088cd; font-weight: normal; }
.t2p span { color: #4d4743; }

/*default seznam */
/*
list1 - seznam ala news
list2 - seznam ala vite ze
list3 - seznam sluzeb v rightcol
list4 - seznam zajimavosti
*/
.list, .list2, .list3, .list4 { padding-left: 0; }
.list li, .list2 li, .list3 li, .list4 li { list-style-type: none; margin-bottom: 2em; }
.list em, .list2 em { color: #9b9b9b; font-size: 0.846em; font-style: normal; padding-left: 11px; }
.list a, .list2 a { text-decoration: underline; }
.list a:hover, .list li.hover a, .list2 a:hover, .list2 li.hover a { text-decoration: none; }
.list li.hover, .list2 li.hover { cursor: pointer; }
.list h3 { font-family: Arial, Helvetica, sans-serif; font-size: 1.231em; line-height: 1.2em; }
.list p { padding-left: 11px; }

.list2 { background: url("/img/u/bg-list2.png") 0 0 repeat-x; padding-top: 35px; }
.list h2, .list2 h2 { line-height: 1.2em; font-size: 1.385em; padding-left: 11px; background: -694px -379px no-repeat; }
.list2 p { padding-left: 11px; }

.list3 h3 { font-size: 0.923em; padding-left: 11px; background: -694px -380px no-repeat; font-family: Arial,Helvetica,sans-serif; }
.list3 h3 strong, .list3 h3 a { font-weight: bold; }

.list4 li { background: url("/img/u/bg-list2.png") 0 0 repeat-x; padding: 25px 5px 0 5px; }
.list4 p { margin-bottom: 0; }

.listWithoutArrows li h3 { background: 1000px 1000px; padding-left: 0; }
.list2.noHref h2 { background-position: 1000px 1000px; padding-left: 0; }
.listHp a { text-decoration: none; }
.listHp a:hover, .listHp li.hover a { text-decoration: underline ; }
.listHp p, .listHp em { padding-left: 0; }

.listReferences h2 { font-size: 1.154em; background: -694px -381px no-repeat; }
.listReferences li p { font-size: 0.923em; }

/* fulltext */
.fulltextResult { padding: 10px; margin-bottom: 2em; background-color: #e2f2fa; font-size: 0.846em; border-radius: 5px; }
.fulltextResult p { margin-bottom: 0; }

.listFulltext h2 { font-size: 1.077em; font-family: Arial,Helvetica,sans-serif; background: -694px -381px no-repeat; }
.listFulltext li h2 a { font-weight: bold; }


/* homepage */

body.hp { background: #ffffff url("/img/u/promitacka/bg-header-hp.jpg") 50% 0 no-repeat; }
body.hp .headerContainer { height: 389px; min-height: 29.923em; }
body.hp .headerContainer .vw { position: relative; min-height: 319px; _height: 319px; }
body.hp .mainMenu ul { top: 319px; }

body.hp .headerContainer .sliderHpMotive { background: url("/img/u/promitacka/0.jpg") 50% 0  no-repeat; height: 417px; position: absolute; top: 0; left: 0; width: 100%; }

.slider li { list-style: none; padding-left: 0; }
.sliderHp { padding: 58px 0 0 60px; }
.sliderHp a.more { display: block; width: 104px; height: 28px; background: 0 0 no-repeat; outline: 0; text-indent: -9999px; margin: 10px 0 0 210px; }

.listHp li { padding-bottom: 25px; margin-bottom: 0; }
.listHp p { margin-bottom: 0.462em; }

.widgetHp h2 { font-size: 1.538em; margin-bottom: 25px; }
.widgetHpNews { width: 450px; margin-right: 25px; }

/*widgetHpReferences*/
.widgetHpReferences { width: 288px; }
.widgetHpReferences h2 { position: relative; margin-bottom: -1em; z-index: 1; }
.widgetHpReferences img.map { margin-bottom: 26px; }
.twoLinesHeading { line-height: 0.8em; }
.twoLinesHeading em { font-size: 0.55em; display: block; color: #7fc3e6; }
.hpReferencesByRegion { background-color: #e5f4fc; padding: 14px; position: relative; }
.hpReferencesByRegion h3 { color: #007fbf; font-size: 1.231em; }
.hpReferencesByRegion .arrow{ display: block; border-left: 40px solid #ffffff; border-right: 40px solid #ffffff; border-bottom: 23px solid #e5f4fc; width: 1px; position: absolute; left: 104px; top: -23px; height: 0; font-size: 0; }
.hpReferencesByRegion img { margin-bottom: 0.769em; }
.hpReferencesByRegion h4 { font-size: 0.923em; margin-bottom: 0.5em; }

.widgetHpCuriosities { width: 184px; }
.widgetHpCuriosities h2 { margin-bottom: 10px; padding-bottom: 5px; font-size: 1.385em; }
.widgetHpCuriosities div { position: relative; }
.widgetHpCuriosities div img { position: absolute; top: 0; left: 0; z-index: 1; }
.widgetHpCuriosities div p { position: relative; z-index: 2; background: url("/img/u/bg-curiosities-hp.png") 0 0  no-repeat; color: #ffffff; padding: 184px 17px 17px 17px; }
.widgetHpCuriosities div strong { font-weight: normal; font-size: 0.923em; display: block; }
.widgetHpCuriosities #QCAnotherSubdivision p { background: none; color: inherit; padding: 0; }
.widgetHpCuriosities #QCAnotherSubdivision strong { font-weight: bold; font-size: 1em; display: block; }
.widgetHpCuriosities div p a { margin-top: 35px; }

/* widget zajimavosti */
.widgetCuriosities { position: relative; }
.widgetCuriosities p { margin-bottom: 0; font-size: 0.923em; padding-left: 90px; *padding-left: 0px; }
.widgetCuriosities img { float: left; margin: 0 10px 10px 0; }
.widgetCuriosities strong { font-weight: normal; }

/* sipky u referenci na HP */
.scrollingControls { position: absolute; top: 14px; right: 7px;}
.scrollingControls li { list-style: none; float: left; margin-right: 7px; }
.scrollingControls li a { display: block; outline: 0; text-indent: -9999px; width: 7px; height: 12px; }
.scrollingControls li.prev a { background-position: -680px -300px; }
.scrollingControls li.next a { background-position: -687px -300px; }
.scrollingControls li.prev a:hover { background-position: -680px -312px; }
.scrollingControls li.next a:hover { background-position: -687px -312px; }

.headerContainer .scrollingControls { position: static; top: auto; right: auto; }
.headerContainer .scrollingControls li { position: absolute; top: 146px; left: 0; }
.headerContainer .scrollingControls li.next { left: auto; right: 0; margin: 0; }
.headerContainer .scrollingControls li a { width: 15px; height: 25px; }
.headerContainer .scrollingControls li.prev a { background-position: -680px -324px; }
.headerContainer .scrollingControls li.next a { background-position: -695px -324px; }
.headerContainer .scrollingControls li.prev a:hover { background-position: -680px -349px; }
.headerContainer .scrollingControls li.next a:hover { background-position: -695px -349px; }

/* pobocka */
.h1subdivisionTitle { font-size: 2em; }
.h1subdivisionTitle span { font-size: 0.769em; }
.icoMap { font-size: 0.846em; color: #007fbf; background: -694px -300px no-repeat; padding-left: 24px; }
.openingHours { padding-bottom: 1.538em; }
.openingHours table { margin-bottom: 0.385em; }
.openingHours.oneTable table { width: 50%; float: left; margin-right: 20px; }
.openingHours.twoTables div { width: 45%; }
.openingHours.twoTables table { width: 100%; }
.openingHours table td, .openingHours table th { border: 2px solid #ffffff; background-color: #eeeded; padding: 5px 14px; color: #342d28; font-size: 1em; }
.openingHours .note	{ font-size: 0.846em; }

/* oteviraci doba pro seznam pobocek - sluzby ve vasem meste */
table.subdivisionData .sdOpeningHours .dhtmlBubble { width: 280px; margin-left: -270px; cursor: default; }
table.subdivisionData .sdOpeningHours .openingHours { padding-bottom: 0; }
table.subdivisionData .sdOpeningHours .openingHours.oneTable table { width: 60%; float: left; margin: 0 10px 0 0; }
table.subdivisionData .sdOpeningHours .openingHours .note { margin-bottom: 0; font-size: 1em; }
table.subdivisionData .sdOpeningHours .openingHours table td,
table.subdivisionData .sdOpeningHours .openingHours table th { padding: 2px 6px; background-color: #eeeded; white-space: nowrap; }

address a { color: #342d28; font-weight: bold; }
address .lat, address .lng { font-size: 0.846em; margin-right: 0.2em; }
address.subdivision { padding-left: 4.5em; }
address.subdivision b { float: left; margin-left: -4.5em; clear: left; display: inline-block; min-width: 4.5em; font-weight: normal; }
address.subdivision a.adEm { margin-left: -4.5em; }
address.subdivision b.adEm { float: none; display: block; }


/* pravý sloupec */
/* widget */
.widget { margin-bottom: 1.538em; background: #f0f0f0 url("/img/u/bg-widget.png") 0 0 repeat-x; padding: 17px 19px; }
.widget h2 { font-size: 1.231em; color: #1f1a17; margin-bottom: 15px; padding-bottom: 10px; }
.widget h2 a { color: #1f1a17; text-decoration: none; }
.widget h2 a:hover { text-decoration: underline; }

.widgetNews h3 { font-size: 0.923em; color: #007fbf; }
.widgetNews h3 a { font-weight: bold; }
.widgetNews p { margin-bottom: 1em; padding-left: 0; font-size: 0.923em;}
.widgetNews p a { color: #342d28; text-decoration: underline; }
.widgetNews p a:hover { text-decoration: none; }
.widgetNews li { border-bottom: 1px solid #dfdede; margin-bottom: 1em; }
.widgetNews li.last { border-bottom: 0; margin-bottom: 0; }


/* widget sluzby */
.widget .list3 li { margin-bottom: 0.308em; }
.widget .list3 a { color: #494542; }
.widgetService .buttons { margin: 1em 0 0 0; }


/* paticka */
.footer h2 { display: none; }

#tabsFooter { position: relative; padding: 15px 0 38px 0; }
#tabsFooter div { background: url("/img/u/bg-footer.png") 50% 0 no-repeat; position: absolute; bottom: 0; height: 33px; width: 100%; *left: 0; }
#tabsFooterContent { background-color: #0093dd; border-bottom: 1px solid #cce9f8; min-height: 97px; _height: 97px; position: relative; }
#tabsFooterContent h3 { color: #ffffff; margin-bottom: 6px;}

#tabsFooterContent .closeButton { position: absolute; bottom: -35px; left: 50%; margin-left: -57px; width: 114px; height: 30px; margin-bottom: 0; padding: 0 5px 5px 5px; overflow: hidden; }
#tabsFooterContent .closeButton a { display: block; font-size: 0.846em; color: #ffffff; text-decoration: none; height: 30px; line-height: 30px; text-align: center; background: #0093dd -1885px -200px no-repeat; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; box-shadow: 0 0 2px 2px #bdced7; }

#tabsFooter ul { margin: 0 auto; text-align: center; margin-bottom: -30px; padding-left: 10px; width: 970px; }
#tabsFooter li { display: block; margin: 0 2px; width: 156px; float: left; }
#tabsFooter a { display: block; background-color: #cce9f8; color: #007ab8; text-decoration: none; outline: 0; padding: 10px 10px 30px 10px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; border-top-right-radius: 4px; width: 136px; height: 3em; font-size: 0.923em; }
#tabsFooter a span { display: table-cell; width: 136px; text-align: center; font-weight: bold; vertical-align: middle; height: 3em; }
#tabsFooter a.active, #tabsFooter a:hover { background: #0093dd 0 0 repeat-x; color: #ffffff; position: relative; z-index: 5; }

.tabsservicesCategory { float: left; width: 326px; margin-bottom: 10px; }
.tabsservicesCategory ul { margin-bottom: 2em;}
.tabsservicesCategory h4 { text-align: center; color: #ffffff; font-size: 1em; font-family: Arial, Helvetica, sans-serif; margin-bottom: 0.2em; font-weight: bold; padding-top: 45px; }
.tabsservicesCategory h4 em { display: block; font-size: 0.846em; color: #acd9f0; font-style: normal; min-height: 32px; _height: 32px; background: 1px -370px no-repeat; }
.tabsservicesCategory .cat1 {background-position: 50% 0; }
.tabsservicesCategory .cat2 {background-position: 50% -200px; }
.tabsservicesCategory .cat3 {background-position: 50% -400px; }

.tabsservicesCategory a { color: #ffffff; }

.tabsservicesCategoryList { clear: both; background: #159fe5; margin: 0 12px 10px 12px; padding: 20px; display: none; }
.tabsservicesCategoryList h5 { color: #ffffff; font-size: 1.538em; margin-bottom: 15px; }
.tabsservicesCategoryList ul { margin: 0 !important;}
.tabsservicesCategoryList li { list-style-type: none; float: left; width: 33%; }
.tabsservicesCategoryList .serviceIco a { display: block; color: #ffffff; font-size: 0.923em; font-weight: bold; text-decoration: none; padding: 0 10px 0 112px; min-height: 75px; _height: 75px; background-position: 0 200px; }
.tabsservicesCategoryList .serviceIco span { font-weight: bold; display: table-cell; height: 55px; vertical-align: middle; }
.tabsservicesCategoryList .serviceIco a:hover { text-decoration: underline; }

.tabsservicesCategoryList .ico1 a, .tabsservicesCategoryList .ico61 a { background-position: 0 0; }
.tabsservicesCategoryList .ico2 a, .tabsservicesCategoryList .ico65 a { background-position: 0 -200px; }
.tabsservicesCategoryList .ico3 a, .tabsservicesCategoryList .ico64 a { background-position: 0 -400px; }
.tabsservicesCategoryList .ico4 a, .tabsservicesCategoryList .ico45 a { background-position: 0 -600px; }
.tabsservicesCategoryList .ico5 a, .tabsservicesCategoryList .ico57 a { background-position: 0 -800px; }
.tabsservicesCategoryList .ico6 a, .tabsservicesCategoryList .ico59 a { background-position: 0 -1000px; }
.tabsservicesCategoryList .ico7 a, .tabsservicesCategoryList .ico60 a { background-position: 0 -1200px; }
.tabsservicesCategoryList .ico8 a, .tabsservicesCategoryList .ico63 a { background-position: 0 -1400px; }
.tabsservicesCategoryList .ico9 a, .tabsservicesCategoryList .ico62 a { background-position: 0 -1600px; }
.tabsservicesCategoryList .ico10 a, .tabsservicesCategoryList .ico66 a { background-position: 0 -1800px; }
.tabsservicesCategoryList .ico11 a, .tabsservicesCategoryList .ico58 a { background-position: 0 -2000px; }
.tabsservicesCategoryList .ico12 a, .tabsservicesCategoryList .ico41 a { background-position: 0 -2200px; }
.tabsservicesCategoryList .ico13 a, .tabsservicesCategoryList .ico75 a { background-position: 0 -2400px; }
.tabsservicesCategoryList .ico14 a, .tabsservicesCategoryList .ico74 a { background-position: 0 -2600px; }
.tabsservicesCategoryList .ico15 a, .tabsservicesCategoryList .ico76 a { background-position: 0 -2800px; }
.tabsservicesCategoryList .ico16 a, .tabsservicesCategoryList .ico73 a { background-position: 0 -3000px; }
.tabsservicesCategoryList .ico17 a, .tabsservicesCategoryList .ico53 a { background-position: 0 -3200px; }
.tabsservicesCategoryList .ico18 a, .tabsservicesCategoryList .ico55 a { background-position: 0 -3400px; }
.tabsservicesCategoryList .ico19 a, .tabsservicesCategoryList .ico54 a { background-position: 0 -3600px; }
.tabsservicesCategoryList .ico20 a, .tabsservicesCategoryList .ico44 a { background-position: 0 -3800px; }
.tabsservicesCategoryList .ico21 a, .tabsservicesCategoryList .ico78 a { background-position: 0 -4000px; }
.tabsservicesCategoryList .ico22 a, .tabsservicesCategoryList .ico46 a { background-position: 0 -4200px; }
.tabsservicesCategoryList .ico23 a, .tabsservicesCategoryList .ico52 a { background-position: 0 -4400px; }
.tabsservicesCategoryList .ico24 a, .tabsservicesCategoryList .ico56 a { background-position: 0 -4600px; }
.tabsservicesCategoryList .ico25 a, .tabsservicesCategoryList .ico40 a { background-position: 0 -4800px; }
.tabsservicesCategoryList .ico26 a, .tabsservicesCategoryList .ico68 a { background-position: 0 -5000px; }
.tabsservicesCategoryList .ico27 a, .tabsservicesCategoryList .ico47 a { background-position: 0 -5200px; }
.tabsservicesCategoryList .ico28 a, .tabsservicesCategoryList .ico49 a { background-position: 0 -5400px; }
.tabsservicesCategoryList .ico29 a, .tabsservicesCategoryList .ico77 a { background-position: 0 -5600px; }
.tabsservicesCategoryList .ico30 a, .tabsservicesCategoryList .ico43 a { background-position: 0 -5800px; }
.tabsservicesCategoryList .ico31 a, .tabsservicesCategoryList .ico48 a { background-position: 0 -6000px; }
.tabsservicesCategoryList .ico32 a, .tabsservicesCategoryList .ico71 a { background-position: 0 -6200px; }
.tabsservicesCategoryList .ico33 a, .tabsservicesCategoryList .ico70 a { background-position: 0 -6400px; }
.tabsservicesCategoryList .ico34 a, .tabsservicesCategoryList .ico69 a { background-position: 0 -6600px; }
.tabsservicesCategoryList .ico35 a, .tabsservicesCategoryList .ico67 a { background-position: 0 -6800px; }
.tabsservicesCategoryList .ico36 a, .tabsservicesCategoryList .ico51 a { background-position: 0 -7000px; }
.tabsservicesCategoryList .ico37 a, .tabsservicesCategoryList .ico72 a { background-position: 0 -7200px; }
.tabsservicesCategoryList .ico38 a, .tabsservicesCategoryList .ico42 a { background-position: 0 -7400px; }
.tabsservicesCategoryList .ico39 a, .tabsservicesCategoryList .ico50 a { background-position: 0 -7600px; }

.footer ul { margin-left: 2em; padding-left: 0; }
.footer2 { color: #1f1a17; font-size: 0.846em; padding: 10px 0 20px 0; background-color: #e5f4fc; }
.footer2 div.fl { padding-top: 6px;}
.footer2 div.fl p { margin-bottom: 0; }
.footer2 div.fl p span { color: #98cde6; padding: 0 0.5em; display: inline-block; }
.footer2 div.fl p.first { padding-left: 33px; background: url("/img/u/logo-mp-footer.png") 0 50% no-repeat; margin-bottom: 3px; }

.footer2 ul.fl { padding-top: 4px; }
.footer2 ul.fr { padding-left: 0; padding-top: 15px; }
.footer2 ul li { float: left; margin-left: 1em; list-style: none; margin-bottom: 0; }
.footer2 ul.fr li { margin-left: .5em; }

.nlFooter { background-color: #cce9f8; padding: 7px 10px; border-radius: 3px; float: left; margin-left: 30px; width: 335px; }
.nlFooter p { margin-bottom: 0; }
.nlFooter label { display: block; }
.nlFooter label span { display: none; }
.nlFooter .select label { visibility: hidden; }
.nlFooter .text, .nlFooter .select { float: left; }
.nlFooter .text input, .nlFooter select { border: 1px solid #3d7bad; border-radius: 3px 3px 3px 3px; padding: 1px; width: 110px; font-size: 1em; *width: 95px; }
.nlFooter .text input { padding: 2px; width: 132px; margin-right: 9px; }
.nlFooter .submit { float: right; }
.nlFooter .inlineMessageContainer { font-size: 1em; }
.nlFooter .errormsg { display: block; color: #cc0000; }
.nlFooter h2.nlResult { font-size: 1.182em; }
.footer2 .nlFooter ul li { float: none; margin-left: 0; }

.footer2 ul.socialNetworks { margin-left: 8px; float: left; padding-left: 0; padding-top: 14px; }
.footer2 ul.socialNetworks a { display: block; outline: 0; }
.footer2 ul.socialNetworks li.wiki a { box-shadow: 0 0 3px 3px #cfeaf9; }
.footer2 ul.socialNetworks li.game a { text-decoration: none; line-height: 1; display: block; padding-right: 0.5em; }
.footer2 ul.socialNetworks li.game a:hover { text-decoration: underline; }
.footer2 ul.socialNetworks li.game a strong { display: block; }

p.btn1 input { display: block; float: left; padding: 4px 14px; background: #008dd5; color: #ffffff; font-size: 0.846em; border: 1px solid #007ab7; cursor: pointer;
	background: -moz-linear-gradient(center top, #0093dc 0%, #0087cb 100%);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #0093dc), color-stop(0.6, #0087cb));
	text-decoration: none !important;
}
p.btn1 input:hover {
	background: -moz-linear-gradient(center top, #0087cb 0%, #0093dc 100%);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #0087cb), color-stop(0.6, #0093dc));
	text-decoration: none !important;
}

.nlFooter p.btn1 input { font-size: 1em; padding: 1px 14px; margin-top: 1.5em; }



/* sluzby ve vasem meste - mapa */
#mapSubdivisions { border: 10px solid #cce9f8; width: 960px; height: 457px; margin-bottom: 10px; }
.mapHint { background-color: #fff5d5; border: 1px solid #efb600; padding: 8px; text-align: center; border-radius: 2px; color: #d28a00; font-weight: bold; margin-bottom: 2em; }
.google-map__inactive { background: transparent url('/img/u/googlemap/blind-map.jpg') no-repeat scroll center center; background-size: cover; position: relative; cursor: pointer; z-index: 1;}
.google-map__inactive:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background-color: rgba( 0, 0, 0, .5); z-index: 2;}
.google-map__inactive .showFullMap { position: absolute; left: 50%; top: 50%; z-index: 10; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

#mapSearch { position: relative; }
#mapRegions { position: absolute; top: 10px; left: 10px; }
#selectRegions { background-color: #0093dd; color: #ffffff; font-weight: bold; position: absolute; top: -60px; right: 0; padding: 12px; height: 25px; line-height: 25px; border-radius: 3px; }
#selectRegions select { margin-left: 1em; }
#showWholeMap a { border: 1px solid #00699e; background-color: #0093dd; color: #ffffff; display: none; font-size: 0.846em; padding: 4px 8px; position: absolute; top: 17px; right: 17px; text-decoration: none; }

.subdivisionData a { font-weight: bold; }
.sdTitle { width: 40%; }
.sdAddress { width: 31%; }
.sdPhone { width: 16%; white-space: nowrap;  }
.sdOpeningHours { width: 12%; }

.subdivisionData th, .subdivisionData td { background-color: #e5f4fb; }
.subdivisionData th { background-color: #0189cd; color: #ffffff;  }
.subdivisionData th a { color: #ffffff; }
.subdivisionData td { color: #007ab8; }
.subdivisionData tr.odd td { background-color: #cce9f8; }

/* rychlý kontakt */
.titleQuickContact { color: #342d28; font-size: 1.385em; }
#quickContact dl { font-size: 0.846em; margin-bottom: 10px; }
#quickContact dl dt { float: left; clear: left; width: 5em; }
#quickContact dl dd { font-weight: bold; padding-left: 5em; }

#QCAnotherSubdivision { background-color: #e2f2fa; padding: 10px; border-radius: 3px; font-size: 0.846em; }
#QCAnotherSubdivision p { margin-bottom: 1em; }
#QCAnotherSubdivision p.buttons { margin-bottom: 0; }
#QCAnotherSubdivision p.buttons a.btn1 { font-size: 1em; }
#QCAnotherSubdivision select { font-size: 1em; margin-bottom: 5px; width: 100%; }
.quickContactServices #QCAnotherSubdivision { background-color: #0093dd; color: #ffffff; }

/* paging */
.paging { background: url("/img/u/bg-list2.png") 0 0 repeat-x; padding-top: 20px; }
.paging span, .paging a, .paging strong { text-align: center; display: inline-block; cursor: default; }
.paging .pages { float: left; width: 60%; text-align: center; }
.paging .pages a, .paging .pages strong { padding: 1px 6px; text-decoration: none; }
.paging .pages strong { color: #606060; }
.paging .pages a:hover { background-color: #9cd4ef; }
.paging a { cursor: pointer; }
.paging .next { float: right; margin-right: 7px; }
.paging .previous { float: left; margin-left: 7px; }
.paging .previous, .paging .next { width: 17%; border: 1px solid #007fbf; text-decoration: none; border-radius: 5px; padding: 1px 0; }
.paging span.previous, .paging span.next { visibility: hidden; }
.paging a.previous, .paging a.next {	color: #ffffff;
	background-color: #0093dc;
	background: -moz-linear-gradient(center top, #0093dc 0%, #0087cb 100%);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #0093dc), color-stop(0.6, #0087cb));
}
.paging a.previous:hover, .paging a.next:hover {
	background: -moz-linear-gradient(center top, #0087cb 0%, #0093dc 100%);
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0, #0087cb), color-stop(0.6, #0093dc));
}

/* app forms */
#importAppLoading { text-align: center; background-color: #cce9f8; padding: 50px 0 50px 0; border-radius: 5px; }
#importAppLoading strong { color: #0093dd; display: inline-block; margin: 0 auto; padding-left: 32px; line-height: 24px; height: 24px; background: url("/img/u/import-app-preloader.gif") 0 0 no-repeat; }

.importApps .firstSelect { width: 60%; margin-bottom: 5px; }

.importApps .dayInfo { float: right; font-size: 1.538em; padding-right: 20px; }
.importApps .dayInfo strong { display: block; padding-right: 25px; }
.importApps .dayInfo span { font-size: 0.65em; }
.importApps .dayInfo strong span { font-size: 2em; }
.importApps .dayInfo span.icoTitle { font-size: 1em; line-height: 25px; display: inline-block; min-height: 25px; }
.importApps .dayInfo strong.sude { background-position: 100% -73px; }
.importApps .dayInfo strong.liche { background-position: 100% 27px; }

.importApps .selectStreet { background-color: #cce9f8; border-radius: 5px; padding: 14px; width: 60%; margin-bottom: 25px; }
.importApps .selectStreet label { float: left; display: block; width: 10em; padding-top: 2px; }
.importApps .selectStreet .text input { width: 290px; }
.importApps .selectStreet select{ width: 304px; min-height: 80px; }
.importApps .selectStreet .select { margin-bottom: 0; }

.importAppsTable { margin-bottom: 8px; }
.importAppsTable td, .importAppsTable th { text-align: center; }
.importAppsTable tr.odd th { background-color: #e4e2e2; }
.importAppsTable tbody th { background-color: #eeeded; font-weight: bold; color: #342d28; font-size: 1em; }
.importAppsTable .day { width: 7%; }

.firstSelect { background-color: #0093dd; padding: 14px; border-radius: 5px; }
.firstSelect label { color: #ffffff; }
.firstSelect select { width: 200px; }
.firstSelect .inlineMessageContainer { color: #ffffff; }

#harmonogramCalendar { line-height: 23px; }

.icoHarmonogram { display: inline-block; width: 20px; height: 20px; text-indent: -9999px; }
.icoHarmonogramL { background-position: 0 0; }
.icoHarmonogramS { background-position: 0 -100px; }
.icoHarmonogramR { background-position: 0 -200px; }
.icoHarmonogramT { background-position: 0 -300px; }
.icoHarmonogramM { background-position: 0 -400px; }
.icoHarmonogramK { background-position: 0 -500px; }
.icoHarmonogramAddInfo { background-position: 0 -600px; }

.harmonogramLegend { padding-left: 0;}
.harmonogramLegend li { list-style: none; list-style-image: none; line-height: 20px; min-height: 20px; _height: 20px; padding-left: 26px; display: block; text-indent: 0; width: auto; }

/* eshop */
.tableEshop td { font-size: 0.923em; }
.tableEshop thead th { font-size: 0.846em; font-weight: bold;}
.tdShopPrice { width: 90px; }
.tdShopPrice input { width: 48px; border: 1px solid #828790; padding: 2px 6px; }

.shopFinalPrice { font-weight: bold; }
.shopFinalPrice strong { font-size: 2.308em; font-weight: normal; display: inline-block; padding: 0 0.1em 0 0.4em; }

/* bublinka */
.dhtmlBubble { position: absolute; left: 50%; margin-left: -148px; bottom: 25px; width: 260px; background-color: #e6f5fc; border: 8px solid #ffffff; text-indent: 0; font-style: normal; padding: 10px; font-size: 0.917em; box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.4); border-radius: 3px; z-index: 10; overflow-wrap: anywhere;}
.dhtmlBubble .close { position: absolute; top: -19px; right: -19px; width: 30px; height: 30px; background: url("/img/u/close.png") 0 0 no-repeat; cursor: pointer; text-indent: -9999px; }

/* gallery */
.gallery { clear: both; margin-right: -8px; padding-left: 0; }
.gallery li { float: left; list-style: none; margin: 0 6px 6px 0;  }
.gallery li a { display: block; border: 1px solid #ffffff; border-radius: 5px; outline: 0; }
.gallery li a:hover { border-color: #007fbf; }
.gallery li a img{ border-radius: 5px; }

/* google maps bubbles */
.gmbubble h3 { font-size: 1.077em; color: #007fbf; }
.gmbubble address { margin-bottom: 1.5em; font-size: 0.846em; }
.gmbubble address b { display: inline-block; width: 5em; }
.gmbubble .buttons { margin-bottom: 0; }

/* ico filetypes */
.icoFiletype { padding-left: 24px; background: url("/img/u/sprites-ico-filetypes.png") no-repeat; display: inline-block; min-height: 16px; }
.icoFiletype.xls, .icoFiletype.xlsx { background-position: 0 0; }
.icoFiletype.pdf { background-position: 0 -100px; }
.icoFiletype.doc, .icoFiletype.docx { background-position: 0 -200px; }

/* Kde pusobime */
body.green h1  { color: #169801; }
body.green .perex { background: #d7eed4; padding: 20px 490px 60px 20px; border-radius: 5px; min-height: 150px; _height: 150px; }
body.green .perex p { margin-bottom: 0.5em; font-size: 0.923em; }
#mapGreen { margin: -50px 0 25px 0; position: relative; }
#mapGreen img { margin: 0 auto; }

.workplacesByDistrict { font-size: 1em; }
.workplacesByDistrict h3 { font-size: 0.923em; text-align: center; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.workplacesByDistrict ul { margin-bottom: 0; padding: 0 10px 0 0; max-height: 200px; overflow-y: auto; }
.workplacesByDistrict ul li { list-style: none; font-size: 0.923em; }
.workplacesByDistrict ul p { margin-bottom: 0.5em; font-size: 0.917em; }
.workplacesByDistrict a { font-weight: bold; font-size: 1.091em; }

/* mapa stránek */
.listSitemap { padding-left: 0; }
.listSitemap ul { padding: 10px 0 0 25px; }
.listSitemap li { width: 250px; list-style: none; }
.listSitemap li a { font-size: 1.385em; }
.listSitemap li li { float: none; width: auto; }
.listSitemap li li a { color: #342d28; font-size: 1em; text-decoration: none; background: -250px -295px no-repeat; display: block; padding-left: 12px; }
.listSitemap li li a:hover { text-decoration: underline; }

/**
clearfix - třída clr se dává na obalující div, který obsahuje floatované prvky [
	<div class="clr">
		<img class="fl">
		Lorem Ipsum...
	</div>
]
**/
.clr:after,
.mainMenu ul:after,
.buttons:after,
.gallery:after,
.aside.right:after
{ content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }

.clr,
.mainMenu ul,
.buttons,
.gallery,
.aside.right
{ display: inline-block; /* hasLayout */ }

/* Hides from IE-mac \*/
* html .clr,
* html .mainMenu ul,
* html .buttons,
* html .gallery,
* html .aside.right
{ height: 1%;}

.clr,
.mainMenu ul,
.buttons,
.gallery,
.aside.right
{ display: block;}
/* End hide from IE-mac */

/* js schovavani a zobrazovani bloku */
body.jsEnabled .hideWidget { display: none; } 	/* slouží ke schování elementu, pokud je aktivní javascript (př. 2-n.tá položka slideru) */
body.jsEnabled .hideWidgetInRwd { display: none; } 	/* slouží ke schování elementu, pokud je aktivní javascript (př. 2-n.tá položka slideru) */
.showWidget { display: none; }						/* schová element, pokud je vypnutý javascript */
body.jsEnabled .showWidget { display: block; }	/* zobrazí schovaný element, jen pokud je javascript aktivní */

/* sprites */
#tabsFooter .active a,
#tabsFooter a:hover,
.mainMenu a,
.subMenu .active,
.subMenu li:hover,
.subMenu li li a,
.scrollingControls li a,
.icoMap,
.list li h2,
.list2 li h2,
.list3 li h3,
.tabsservicesCategory h4 em,
#tabsFooterContent .closeButton a,
.fulltextSearch input.submit,
.serviceMenu a,
.highslide-closebutton,
.controlbar-arrows a,
.listSitemap li li a
{ background-image: url("/img/u/sprites.png") !important; }

.icoTitle { background-image: url("/img/u/sprites-ico-titles.png") !important; background-repeat: no-repeat !important; }
.icoTitleNews { padding-left: 39px; background: 0 0; }
.icoTitleReferences { padding-left: 40px; background: 0 -100px; }
.icoTitleService { padding-left: 44px; background: 0 -200px; }
.icoTitleCuriosities { padding-left: 36px; background: 0 -300px; }
.icoTitleWorkplaces { padding-left: 46px; background: 0 -400px; }
.icoTitleDocuments { padding-left: 36px; background: 0 -500px; }

.tabsservicesCategory h4 { background-image: url("/img/u/sprites-ico-services-categories.png") !important; background-repeat: no-repeat !important; }
.tabsservicesCategoryList .serviceIco a { background-image: url("/img/u/sprites-ico-services.png") !important; background-repeat: no-repeat !important; }

.importApps .dayInfo strong,
.icoHarmonogram
{ background-image: url("/img/u/sprites-ico-harmonogram.png") !important; background-repeat: no-repeat !important; }

/* edee styles */
p.obrazek-s-detailem-vpravo { margin-bottom: 0;}
p.obrazek-s-detailem-vpravo a, p.obrazek-s-detailem-vpravo img { float: right; margin: 0 0 15px 15px; }
p.obrazek-s-detailem-vpravo a img { float: none; margin: 0; }

p.obrazek-s-detailem-vlevo { margin-bottom: 0;}
p.obrazek-s-detailem-vlevo a, p.obrazek-s-detailem-vlevo img { float: right; margin: 0 15px 15px 0; }
p.obrazek-s-detailem-vlevo a img { float: none; margin: 0; }

/* highslide */
.highslide-dimming { background: #000000; }
.highslide-caption { display: none; font-size: 1em; padding: 10px; background: #ffffff; }
.highslide-loading { display: block; color: #000000; font-size: 9px; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 3px 3px 3px 22px; border: 1px solid #ffffff; background: #ffffff url("/js/u/plugins/highslide/graphics/loader.white.gif") no-repeat 3px 1px; }
.highslide-closebutton { display: block; color: #ffffff; font-size: 0.923em; font-weight: bold; padding-right: 23px; min-height: 19px; line-height: 19px; background-position: 100% -286px; text-decoration: none; margin: -2em 0 0 0; float: right; text-indent: -9999px\9; }
:root .highslide-closebutton {text-indent: 0px\9;}
.highslide-closebutton:hover { background-position: 100% -249px; }
.controlbar-arrows a { display: block; width: 38px; height: 74px; text-indent: -9999px; outline: 0; }
.controlbar-arrows a.highslide-previous { background-position: -1713px  -250px; margin-left: -38px; }
.controlbar-arrows a.highslide-previous:hover { background-position: -1751px  -250px; }
.controlbar-arrows a.highslide-next { background-position: -1637px  -250px; }
.controlbar-arrows a.highslide-next:hover { background-position: -1675px  -250px; }

.servicesWithDescription { background-color: #ffffff; }
.servicesWithDescription .highslide-caption { text-align: left; font-size: 0.923em; }
.servicesWithDescription .highslide-caption h2 { font-size: 1.667em; }

.servicesWithDescription .highslide-closebutton { margin-right: -300px; *position: absolute; *right: 0;}
.servicesWithoutDescription .highslide-closebutton { margin-right: 0px; }
.servicesWithDescription .controlbar-arrows a.highslide-next { position: absolute; right: -338px; margin-top: -37px; }
.servicesWithoutDescription .controlbar-arrows a.highslide-next { margin-right: -38px; position: absolute; right: 0px; margin-top: -37px; }


/* unicorn */
#UULoginContainer { margin: 50px auto 25px auto; }

.checkboxTop {}
.checkboxTop input[type="checkbox"] { vertical-align: text-top;}
.checkboxTop label { vertical-align: top; display: inline-block}

.oou {display: inline-block; margin: 10px 0 0 0;}

.youtubeVideo { width: 100%; height: 250px;}

.vrtour {aspect-ratio: 16/9; height: auto; width: 100%; margin-bottom: 1.923em;}

/************************/
/* responsive webdesign */
/************************/

/* 800 - 1024 */
@media screen and (max-width: 996px){
	.vw { width: 800px; }
	/*header*/
	.header { width: 800px; }

	/* prerovnani veci v hlavicce*/
	.serviceMenu ul { clear: right; }
	.serviceMenu ul li { margin: 0 0 0 25px; padding-top: 2px; }
	.serviceMenu ul li a { font-weight: bold; color: #342d28; background-color: #ffffff; padding: 0px 5px 0px 10px; }

	/*main layout*/
	.main { position: relative; }
	.content { float: right; width: 600px; margin-left: 0;  min-height: 300px; }
	.aside.left { float: none; margin-left: 0; position: absolute; top: 60px; left: 0; }
	.aside.right { float: none; width: auto; clear: both; }
	.aside.right .widget { float: left; width: 342px; margin-right: 18px;}

	.h1subdivisionTitle { padding-left: 200px; }

	/* paticka */
	#tabsFooter ul { width: 790px; }
	#tabsFooter li { width: 126px; }
	#tabsFooter a { width: 122px; font-size: 0.846em; padding: 5px 2px 25px 2px; }
	.tabsservicesCategory { width: 266px; }
	.tabsservicesCategory h4 em { background-position: -29px -370px; }
	.tabsservicesCategoryList li { width: 49.5%; }
	.nlFooter { display: none; }
	.footer2 ul.socialNetworks li.game { display: none; }

	/*homepage*/
	.widgetHpNews { width: 285px; margin-right: 15px; }

	/* rychlý kontakt */
	#quickContact, .titleQuickContact { display: none !important; }

	/* sluzby ve vasem meste */
	#mapRegions, #mapSubdivisions, #showWholeMap, .mapHint { display: none !important; }
	#selectRegions { position: static; right: auto; top: auto; }
	.subdivisionData .sdOpeningHours { display: none; }

	/* kde působíme */
	#mapGreen img { width: 100%; height: auto; }
	#mapGreen map, #mapGreen area { display: none; visibility: hidden; }

	.hideRwd { display: none !important; }
    body.jsEnabled .hideWidgetInRwd { display: block;}
}

/*530 - 800*/
@media screen and (max-width: 800px){
	.vw { width: 520px; }
	.header { width: 520px; }
	.mainMenu ul, body.hp .mainMenu ul { top: 60px; }

	/* schováme věci v hlavičce*/
	.serviceMenu, .headerContainer .claim { display: none; }

	/*main layout*/
	.content { width: 320px; }
	.aside.right .widget { float: none; margin-right: 0; width: 482px; }

	/* paticka */
	#tabsFooter ul { width: 520px; }
	#tabsFooter li { width: 163px; margin-top: 5px; }
	#tabsFooter a { width: 143px; font-size: 0.846em; padding: 5px 10px 25px 10px; }
	.tabsservicesCategory { width: 172px; }
	.tabsservicesCategory h4 em { background-position: -74px -370px; }
	.tabsservicesCategoryList li { width: 100%; float: none; }

	/* hp */
	/*schování slideru*/
	.sliderHpMotive, .sliderHp, .headerContainer .scrollingControls { display: none !important; }
	body.hp .headerContainer { height: 172px; min-height: 13.231em; }
	body.hp {background: url("/img/u/bg-header.jpg") 50% 0 no-repeat;}
	/* rozšíření widgetu s newskama na celou šířku*/
	.widgetHpNews { width: auto; margin-right: 0; margin-bottom: 2em; }

	/* sluzby ve vasem meste */
	.subdivisionData .sdAddress { display: none; }
	img.subdivisionMotive { float: none; margin: 0 0 2em 0; }
	.openingHours.twoTables div { float: none; width: auto; }
	.openingHours.oneTable table { float: none; margin-right: 0; width: auto; }

	/* vite ze */
	.motiveFull { display: none; }

	/* kde působíme */
	body.green .perex { padding-right: 20px; background-image: none;}

	.contentWithoutRight { width: 520px; }
	.aside.leftWithoutRight { position: static; width: auto; clear: both; }
	.aside.leftWithoutRight .subMenu ul{ width: 180px; }
	.aside.leftWithoutRight .subMenu h2 { display: block; }

	.h1subdivisionTwoColsTitle { padding-left: 0; }
}

/*0 - 530*/
@media screen and (max-width: 530px){
	body { padding: 0 5px;}
	.vw { width: 100%; }
	.header { width: 100%; position: static; top: auto; }
	.aside.left { position: static; width: auto; }
	.headerContainer { padding-top: 8px; }

	.h1subdivisionTitle { padding-left: 0; }

	/* skip na menu */
	.headerContainer .skip { margin-bottom: 0; }
	.headerContainer .skip a { left: auto; right: 0; position: absolute; z-index: 20; top: 116px; padding: 12px 15px; font-size: 1.154em; text-decoration: none; font-weight: bold; text-align: center;  }
	.hp .headerContainer .skip a { top: 108px; right: -5px; }

	/* skip na content */
	.mainMenu .skip { margin-bottom: 2em; }
	.mainMenu .skip a { position: static; margin: 0 5%; padding: 12px 10%; font-size: 1.154em; text-decoration: none; font-weight: bold; text-align: center; width: 70%; background: inherit; }

	/* mainmenu */
	.header .mainMenu ul { width: auto; position: static; margin-bottom: 0.5em; }
	.mainMenu h2 { display: block; }
	.mainMenu li { float: none; border-bottom: 1px solid #ffffff; }
	.mainMenu li.active a { background: #000000 !important;	}

	/* submenu */
	.subMenu h2 { display: block; }
	.aside.left .subMenu ul { width: 180px; }

	/*main layout*/
	.content { float: none; width: auto; }
	.aside.right .widget { float: none; margin-right: 0; width: auto; }

	/* fulltext */
	.fulltextSearch { position: absolute; top: 56px; left: 5px; }

	/* paticka */
	/*#tabsFooter ul { width: auto; padding-left: 0; }
	#tabsFooter li { width	: auto; margin-top: 5px; float: none; }
	#tabsFooter a { width: auto; font-size: 0.846em; padding: 5px 10px 25px 10px; }
	.tabsservicesCategory { width: auto; float: none; }
	.tabsservicesCategory h4 em { background: none !important; }*/
	.footer { display: none; }
	.footer2 .fl { float: none; padding-left: 0; margin: 0 auto 1em auto; width: 200px; }
	.footer2 ul.socialNetworks { margin-left: 0; }
	.footer2 ul.fr { padding-right: 1em; }

	/* homepage */
	.widgetHp { float: none; margin: 0 auto; }
	.widgetHpReferences { margin-bottom: 4em; }

	/* import apps */
	.importApps .dayInfo { float: left; }
	.importApps .firstSelect { clear: both; }
	.importApps .selectStreet, .importApps .firstSelect { width: auto; }

	/* eshop */
	#personalInfo p { width: auto; }
	#personalInfo .twoCols .fl, #personalInfo .twoCols .fr { width: auto; float: none; }

}
