@charset "utf-8";
@keyframes objectturn {
0% {transform:scaleX(1);}
50% {transform:scaleX(0);}
100% {transform:scaleX(1);}
}
@keyframes zooming {
	0%   {top: -20%; left: -20%; transform: rotate(-45deg);}
	30% {top: 200px; left: 27%; transform: rotate(0deg);}
	100% {top: 200px; left: 27%; transform: scale(0);}
}
@keyframes bgtv {
        0%   {background: #ffffff;}
        100% {background: #efede9;}
}
@keyframes opaciting {
        0%   {opacity:0;}
        100% {opacity:1;}
}
@keyframes bgopaciting {
        0%   {background-image: none;}
        100% {background-image: inherit;}
}
@keyframes placeholder {
        0%   {opacity:0.4;}
        50% {opacity:1;}
        100% {opacity:0.4;}
}
@keyframes loader {
        0%   {opacity:0.4;}
        50% {opacity:0.13;}
        100% {opacity:0.4;}
}
@keyframes videoimg {
        0%   {background-position-x: 0; background-size: 140%;}
        100% {background-position-x:right;background-size:100%;}
}
@keyframes super {
    0% {transform:scaleX(0); opacity: 0;}
    100% {transform:scaleX(1); opacity: 1;}
}
@keyframes posun {
    0% {margin: 96px;}
    100% {margin: -100px;}
}
#aa-message-box ul, #aa-message-box ol {
    margin: 1.5em 0;
}
#aa-message-box li {
    list-style: disc;
    margin: 0 1em 0.4em 2em;
}
#aa-message-box ol li {
    list-style: decimal;
}
/*webswitch - uprava*/
.webswitch {
padding: 0 16px;
font-size: 13px;
}
.webswitch .container {width: 100%;max-width: 1568px;margin: 0 auto;text-align: left;line-height: 1.4;color: #6B6B6B;}
.webswitch h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 1em 0;
    font-size: 12px;
    color: #2f82b7;
}
.webswitch li a {
text-decoration: none;
font-size: 12px;
letter-spacing: normal;
color: #000000;
font-weight: bold;
}
.span4 {
width: 32%;
float: left;
}
.cont .span12 {
margin-top: 0;
padding-top: 20px;
}
.webswitch .text {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.webswitch .tab li {box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);box-sizing: content-box;font-size: 13px;}
#sw-web {
padding-left: 34px;
background-position-x: 12px;
width: 86px;
}
.webswitch-mobile {
text-align: left;
}
.mobilmenu.active .webswitch-mobile a {
border: none;
}
.mobilmenu.active .site-mobile {
padding: 0 20px;
}
.mobilmenu.active .site-mobile a {
display: inline-block;
padding: 0;
}
/*definice fontu*/
body, h3, .title {
font-family:'Open Sans', sans-serif;
}
h1, .like-h1, .muni-title, footer h2, .boxtext h3, .boxtext h2, .boxbrd h2, .boxbrd h3, .menu h3, .mobilmenu h3, .menutitle, .home-ico b i, big, .opensans {
font-family: 'Open Sans Condensed', sans-serif;
}
strong, b {
font-weight: 600;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #3c3933;
}
::-moz-placeholder { /* Firefox 19+ */
color: #3c3933;
}
:-ms-input-placeholder { /* IE 10+ */
color: #3c3933;
}
:-moz-placeholder { /* Firefox 18- */
color: #3c3933;
}
/* tagy */
body {color: #4c4c4c;background: #ffffff;}
.fix {max-width: 1600px;}
.fix-img {min-width: 160px;align-self: flex-start;}
a {text-decoration: none;color: #244fa5;}
a:hover {
color: #9f4d1c;
}
a img {
border: none;
}
input, select, textarea, .like-input {border-color: #cbcac5;padding: 7px;font-size: 13px;font-family: 'Open Sans', sans-serif;background-color: rgba(255, 255, 255, 0.8);box-sizing: border-box;}
select {
    padding: 6px 7px;
}
select option {
color: #4E4E4E;
 /* background-color: #FFFFFF; */ /*removed - checked options on multiple select are not visible after unfocus */
text-transform: none;
font-size: 13px;
}
.sz-s select, .sz-xs select {
    padding: 2px 7px 2px;
}
input[type="submit"], button, input[type="button"], .btn, .big-button {
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #9f1c32;
    display: inline-block;
    color: white;
    border: 0;
}
.btn small {
    text-transform: none;
    font-size: inherit;
}
input.hightlight, .btn.green {
    background-color: #4CAF50;
}
input.edit, .btn.blue {
    background-color: #3f66b5;
}
.btn a {
color: #FFFFFF;
}
input[type="submit"].introbut {
    background: #0000 url(https://www.dataplan.info/img/ico-search.png) no-repeat center;
    color: transparent;
    padding: 0;
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 32px;
}
.btn-l, .btn-big {padding: 10px 25px !important;}
.btn-xl, .big-button, input.btn-xl, input.big-button {padding: 14px 60px;text-transform: none;}
input[type="submit"].btn-secondary, input[type="button"].btn-secondary, .btn-secondary, input.cancel-button {background-color: #c1bbac;}
input[type="submit"].btn-dark, input[type="button"].btn-dark, .btn-dark {background-color: #3c3933;}
input[type="submit"]:hover, input[type="button"]:hover, .btn:hover, .main .btn[onclick]:hover, button:hover, .btn.active {
background-color: #000;
color: #FFFFFF;
}
input[type="submit"].introbut:hover {
    background-color: #d4cec173;
    color: transparent;
}
.btn-m, input.btn-m {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #000;
    border: solid 1px #00000087;
    font-size: 10px;
    letter-spacing: .1em;
    font-weight: 600;
}
.btn-s, input.btn-s, .tableexport-caption .button-default {
    background-color: rgba(255, 255, 255, 0.2) !important;color: #000;border: solid 1px #00000087;font-size: 10px;letter-spacing: .1em;font-weight: 600;padding: 4px 15px;
    }
.btn-s:hover, .btn-m:hover, input.btn-m:hover, .tableexport-caption .button-default:hover, .btn.btn-s.active {
    background-color: #c1a670 !important;
    border-color: #c1a670 !important;
    color: #fff;
}
.btn-s[onclick]:hover {
background-color: #000;
border-color: #000;
}
.btn-xs, .btn-xs-gold  {
    background: #c1bbac;
    font-size: 10px;
    letter-spacing: .07em;
    font-weight: 600;
    padding: 5px 10px;
    color: white;
}
.btn-xs-gold {
    background: #c1a670;
}
.aa-ajax-open .ajax_buttons input {
    text-transform: none;
    font-size: 12px;
    margin-top: 7px;
}
.like-select {
    padding: 8px 15px 7px;
    display: inline-block;
    background: #efede9;
	color: #000000;
}
.like-select:after, .btn-select .btn:after {
    content: " ";
    display: inline-block;
    border: 6px solid transparent;
    border-top-color: #3c3933;
    border-bottom-width: 0;
    margin-bottom: 1px;
    margin-left: 7px;
}
.like-select input[type="checkbox"] {
    display: none;
}
/* select button */
.btn-select {
    margin: 3px -5px 0;
}
.btn-select .btn {
	padding-right: 13px;
	background: none;
	color: black;
	text-transform: none;
	border: solid 1px transparent;
	display: block;
	padding: 7px 3px;
}
.btn-select .btn img {margin: -2px 0 0 4px;}
.btn-option {
	display: none;
	background: #ffffff;
	border: 1px solid #d1d1d1;
	border-top: 0;
	position: absolute;
	text-align: center;
	top: 31px;
	left: 0;
	width: 100%;
	line-height: 26px;
	padding: 3px 14px 9px 18px;
	z-index: 1;
}
.btn-option a {
    display: block;
    line-height: 1;
    padding: 4px 0 4px;
    text-align: left;
}
.btn-option a.ext {
    background-position: right 6px;
}
.btn-select:hover .btn {
	background-color: white;
	color: black;
	border-color: #d1d1d1;
}
.btn-select:hover .btn-option {
	display: inline-block;
}
input[style="width:95%"], input[size="60"], input[size="45"], textarea[style="width:95%"] {
    width: 100% !important;
}
.radiobuttons {
    flex-direction: row;
}
h1, h2, h3, h4 {line-height: 1.2;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a ,header a {
color: #000000;
text-decoration: none;
}
h1, .like-h1, big {
    padding: 0;
    margin: 0 0 1em 0;
    color: #000000;
    font-size: 24px;
    font-weight: normal;
}
h2 {
    font-weight: 400;
    color: #be9a50;
    font-size: 18px;
}
h3 {
    font-weight: 600;
    color: #000000;
    margin: 1em 0;
    font-size: 16px;
}
.h3-line {
    color: #b3253d;
    font-size: 15px;
    border-bottom: dotted 1px #9f1c32;
    padding-bottom: 8px;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: normal;
}
h4, .border-item h3, .bg-item h3 {
font-weight: 600;
font-size: 14px;

text-transform: uppercase;
letter-spacing: 0.05em;
color: #282828;
margin: 1em 0 .7em;
}
h5, h6 {
font-size: 13px;
margin: .5em 0 0.7em;
font-weight: 600;
color: black;
}
h1 a:hover, h2 a:hover, h3 a:hover {
color: #9f4d1c;
}
* > h2:first-child, * > h3:first-child, * > h4:first-child, * > h5:first-child {
margin-top: 0;
}
p {
margin: 0 0 1.5em;
}
ul, ol, li {
margin: 0;
padding: 0;
list-style: none;
}
figure {
margin: 0;
}
iframe, video {
max-width: 100%;
}
iframe.instagram-media {
    max-width: 350px !important;
}
fieldset {
    border: solid 1px #d4cec1;
    padding: 0 5px;
}
big, .big {
font-size: 28px;
color: black;
line-height: 1;
}
hr {
    height: 1px;
    border: 0;
    border-bottom: solid 1px #d4d4d4;
}
.cleaner {
	clear: both;
}
.scrolltable {
    padding-bottom: 13px;
}
.scrolltable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #F5F5F5;
}
.scrolltable::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.scrolltable::-webkit-scrollbar-thumb {
    background-color: #d1cfcb;
}
.shorten a, a.shorten {
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}
/* ico */
.vpriprave {
position: absolute;
top: 0px;
background: #f36358;
font-size: 12px;
padding: 10px 15px 10px 10px;
color: #fff;
border-radius: 0 0 15px 0;
z-index: 3;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.42);
font-family: 'Open Sans Condensed', sans-serif;
text-transform: uppercase;
font-weight: bold;
letter-spacing: .07em;
}
.info-ico {
background-color: #C3C3C3;
width: 18px;
height: 14px;
padding: 0px 0 2px 0;
margin: 0 5px 0 0;
display: inline-block;
font-size: 12px;
color: #FFF;
text-align: center;
font-family: georgia, times, serif;
font-weight: bold;
font-style: normal;
float: right;
margin-top: -28px;
border: solid 1px #9197A3;
}
.ico-i {
    display: inline-block;
    line-height: 26px;
    width: 26px;
    text-align: center;
    margin-left: 11px;
    border: 1px solid #c1a670;
    border-radius: 50%;
    font-size: 15px;
    color: #c1a670;
    cursor: pointer;
    font-style: normal;
    z-index: 3;
    vertical-align: middle;
    position: relative;
    background: white;
}
.ico:before {
    display: inline-block;
    background-color: #c1a670;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 7px;
    font-style: normal;
}
.ico-info:before {
    content: "i";
}
.ico-info:before {
    background-color: #c1a670;
    width: 18px;
    height: 14px;
    padding: 0px 0 2px 0;
    margin: 1px 2px 0 9px;
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-family: georgia, times, serif;
    font-weight: bold;
    border: solid 1px #a98f5c;
}
.ico-online:before {
    font-style: normal;
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 10px;
}
.i-popis {
    position: absolute;
    left: -149px;
    top: 7px;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    width: 146px;
    padding-right: 7px;
    z-index: 2;
    color: rgb(0 0 0 / 75%);
}
i.skryj {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    font-style: normal;
    margin: 2px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
    font-family: sans-serif;
    font-size: 11px;
}
.ico-menu {
display: inline-block;
background-color: black;
font-size: 20px;
text-align: center;
width: 33px;
height: 33px;
line-height: 30px;
}
i.ico-sipka:after {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left: 15px solid #ffffff;
    border-right-width: 0;
    vertical-align: middle;
}
.ico-key:before {
    content: "\26BF";
    font-style: normal;
    color: #b64d5e;
    font-size: 15px;
}
.ico-yes:before {
    content: "\2713";
    display: inline-block;
    color: #1ab77e;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
}
.ico-notice:before {
    content: "\2022";
    display: inline-block;
    color: #ee574b;
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
}
.ico-down:before {
    content: "\2193";
}
.ico-plus:before, .ico-minus:before, .ico-plus-big:before, .ico-minus-big:before, .ico-plus-small:before, .ico-minus-small:before {
    content: "+";
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 18px;
    color: #5b5549;
    background-color: rgba(75, 57, 19, 0.1);
    vertical-align: middle;
    text-indent: 0;
}
.ico-plus.gold:before, .ico-minus.gold:before, .ico-plus-big.gold:before, .ico-minus-big.gold:before, .ico-plus-small.gold:before, .ico-minus-small.gold:before {
    background-color: #d0bd94;
    color: white;
}
.ico-minus:before, .ico-minus-big:before, .ico-minus-small:before {
    content: "-";
    line-height: 15px;
}
.ico-plus-big:before, .ico-minus-big:before {
    color: #ffffff;
    background-color: rgb(212, 206, 193);
    width: 30px;
    height: 30px;
    right: 15px;
    top: 11px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}
.ico-plus-small:before, .ico-minus-small:before {
    width: 13px;
    height: 13px;
    line-height: 13px;
}
.ico-minus-small:before {
    line-height: 9px;
}
.ico-minus-big:before {
    line-height: 24px;
}
.ico-plus:hover:before, .ico-minus:hover:before,
.ico-plus-big:hover:before, .ico-minus-big:hover:before,
.ico-plus-small:hover:before, .ico-minus-small:hover:before {
    color: #ffffff;
    background-color: #3c3933;
}
span.is-on {
    display: inline-block; 
    background-color: #c1a670; 
    color: white; 
    width: 24px; 
    height: 24px; 
    line-height: 24px; 
    text-align: center; 
    border-radius: 50%; 
    position: absolute; 
    right: 3px; 
    bottom: 3px; 
}
span.is-on:hover {
    background-color: #000000 !important;
    color: white !important;
}
.bubble-info {
    display: none;
    position: absolute;
    font-size: 12px;
    background: white;
    text-align: left;
    width: 150px;
    padding: 5px 10px;
    border: solid 1px #0000008f;
    color: #2c2c2c;
    bottom: 23px;
    left: 5px;
    z-index: 1;
}
.bubble-hover:hover .bubble-info {
    display: inline-block;
}
.publ-btn {
    display: inline-block;
    font-size: 0;
    background: url(/img/dtp/ikonky/zobrazeni-zasobnik.png) no-repeat -7px -3px;
    width: 15px;
    height: 14px;
    position: relative;
}
.delete:before, .ico-delete:before, .ico-xx:before {
    content: "\00D7";
    vertical-align: middle;
    display: inline-block;
    height: 22px;
    width: 22px;
    box-sizing: border-box;
    font-style: normal;
    color: red;
    text-align: center;
    font-size: 20px;
    line-height: 15px;
    line-height: 21px;
}
.delete:before, .ico-delete:before {
    border-radius: 50%;
    color: #fffefc;
    padding-right: 2px;
    font-size: 15px;
    line-height: 21px;
    background-color: rgba(0, 0, 0, 0.6);
}
.ico-prehled:before {
    background: url(/img/ico-list.png) no-repeat left center;
    content: "";
    display: inline-block;
    width: 13px;
    height: 9px;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
    font-style: normal;
}
.dtp-ico {
    color: #b3253d;
    font-weight: 600;
    letter-spacing: 1px;
}
.ico-go-on:before {
    background: url(/img/ico-go-on.png) no-repeat left center;
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
}
.ico-switch {
    line-height: .7;
}
.archiv:before {
    background: url(/img/ico-archiv.png) no-repeat center;
    content: "";
    display: inline-block;
    color: #c1a670;
    border: solid 1px rgba(193, 166, 112, 0.75);
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 3px;
    line-height: 20px;
    vertical-align: middle;
}
.archiv.small:before {
    background-size: 19px;
    width: 19px;
    height: 19px;
    border: 0;
}
.maincontent.archiv {
    color: inherit;
    text-align: inherit;
    text-transform: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    margin: inherit;
}
.maincontent.archiv:before {
    display: none;
}
.maincontent.archiv:hover {
    color: inherit;
}
.sharebuttons {
    display: flex;
    margin-top: 8px;
}
.sharebuttons a.poslat {
    border: solid 1px #c1bbac;
    padding: 10px 5px 0 6px;
    font-size: 11px;
    height: 36px;
    color: transparent;
    background: #c1bbac url(/img/ico-email-s.png) no-repeat center;
}
.sharebuttons a.poslat:hover {
    color: #ffffff;
    background-image: none;
}
.sharebuttons .fb:before, .sharebuttons .twitter:before, .sharebuttons .in:before  {
    content: "\f09a";
    background: #2d88ff;
    font-family: "FontAwesome";
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    color: white;
    text-align: center;
    margin-left: 9px;
}
.sharebuttons .twitter:before {
    content: "\f099";
    background: #0d9ed9;
}
.sharebuttons .in:before {
    content: "\f0e1";
    background: #0073b1;
}
.sharebuttons .fb:hover:before, .twitter:hover:before, .in:hover:before {
    background: #0f235d;
}
.sharebuttons .qr img {
    margin: 0 0 0 7px;
    border: solid 1px rgb(0 0 0 / 40%);
}
.hlaska {
    background-color: #fbf5e0;
    border: solid 1px #e3d4b2;
    padding: 15px 25px;
    color: #c18d25;
}
figure .ico-play {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
}
figure .ico-play:before {
    content: "";
    display: inline-block;
    margin: auto;
    background: rgb(0 0 0 / 0.6);
    width: 40px;
    height: 28px;
    border-radius: 10px;
}
figure .ico-play:after {
    content: "";
    position: absolute;
    display: inline-block;
    border: 6px solid transparent;
    border-left: solid 10px #ffffff;
    border-right-width: 0;
    margin: 8px 0 0 -24px;
}
figure:hover .ico-play:before {
    background: red;
}
.action-star {
    font-size: 13px;
}
.action-star svg {
    border: solid 1px #c3ae7200;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    padding: 4px;
    box-sizing: content-box;
    vertical-align: middle;
    margin-bottom: 3px;
}
.action-star:hover {
    background-color: transparent !important;
}
.action-star:hover svg {
    fill: #c3ae72;   
    transition: all .2s;
}
.action-star.active {
    color: #c3ae72;
}
.action-star.active svg {
    fill: #c3ae72;
    transition: fill .2s;
    border-color: #c3ae72b0;
}
.line-items .kdy {
    position: absolute;
    right: -11px;
    top: -1px;
    line-height: 1.2;
    width: 125px;
    text-align: center;
    transform: rotate(8deg);
    background-color: #ff8022;
    color: white;
    font-size: 20px;
    font-weight: normal;
    padding: 7px 16px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.line-items .kdy.jiz-brzy {
    background-color: #49b468;
}
.line-items .kdy.jiz-zitra {
    background-color: #f44336;
}
.line-items .kdy.jiz-dnes {
    background-color: #ffffff;
    color: #f44336;
    box-shadow: 0 0 1px #6a0700;
    /* font-weight: 600;*/
}
/*pdp dlazdice*/
.pdp-dlazdice > div {
    height: 100%;
}
.line-items .rot-frames {
    min-height: 370px;
}
.rot-hide {
    height: 100%;
}
.rot-hight[style="visibility:hidden"] {
    height: 0;
}
.pdp-dlazdice {
    margin: 0 auto 3.3%;
    max-width: 326px;
    box-shadow: inset 0 0 120px #f2f0ec;
}
.pdp-dlazdice .line-item  {
    padding:20px 0 0 0;
    border: 0;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    left: -3px;
    height: 100%;
}
.pdp-dlazdice .line-item .ico {
    transform: rotate(-4deg);
    margin-bottom: -4px;
    margin-left: -4px;
    z-index: 4;
    width: 90px;
    height: 90px;
    position: relative;
}
.pdp-titulek {
    align-self: center;
    flex: 1;
    padding: 0 5px 5px 17px;
}
.pdp-titulek h1 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.1;
}
.pdp-titulek h4 {
    font-size: 12px;
}
.pdp-vstup {
    color: white;
    background-color: #bfbbac;
    text-align: center;
    font-size: 22px;
    padding: 21px 0;
    flex: 1;
}
.pdp-dlazdice:hover a {
    color: white;
    background-color: #b8a770;
    transition: 0.3s linear;
}
/*toolkit */
.tooltip {
text-align: left;
}
/* --------temata----------*/
*[class*=tema-] {
    background: no-repeat center;
}
.tema-01_  {
	background-image:url(/img/w-ico-verejna-sprava-0.png);
}
.tema-02_  {
	background-image:url(/img/w-ico-zivotni-prostredi-0.png);
}
.tema-03_  {
	background-image:url(/img/w-ico-spotreba-vyroba-0.png);
}
.tema-04_  {
	background-image:url(/img/w-ico-doprava-0.png);
}
.tema-05_  {
	background-image:url(/img/w-ico-zdravi-0.png);
}
.tema-06_  {
	background-image:url(/img/w-ico-mistni-ekonomika-0.png);
}
.tema-07_  {
	background-image:url(/img/w-ico-vzdelani-0.png);
}
.tema-08_  {
	background-image:url(/img/w-ico-kultura-0.png);
}
.tema-09_  {
	background-image:url(/img/w-ico-socialni-0.png);
}
.tema-11_  {
	background-image:url(/img/w-ico-zemedelstvi-0.png);
}
.tema-10_  {
	background-image:url(/img/w-ico-globalni-0.png);
}
/*barva*/
.tema-01_color {
background-image:url(/img/w-ico-verejna-sprava.png);
}
.tema-02_color {
background-image:url(/img/w-ico-zivotni-prostredi.png);
}
.tema-03_color {
background-image:url(/img/w-ico-spotreba-vyroba.png);
}
.tema-04_color {
background-image:url(/img/w-ico-doprava.png);
}
.tema-05_color {
background-image:url(/img/w-ico-zdravi.png);
}
.tema-06_color {
background-image:url(/img/w-ico-mistni-ekonomika.png);
}
.tema-07_color {
background-image:url(/img/w-ico-vzdelani.png);
}
.tema-08_color {
background-image:url(/img/w-ico-kultura.png);
}
.tema-09_color {
background-image:url(/img/w-ico-socialni.png);
}
.tema-11_color {
background-image:url(/img/w-ico-zemedelstvi.png);
}
.tema-10_color {
background-image:url(/img/w-ico-globalni.png);
}
/* ---------header---------*/
body > header {
text-align: left;
position: relative;
background: #c1a670;
}
body > header > div:first-child {
flex: auto;
background-color: #c1a670;
}
body > header > div:last-child {
flex: auto;
}
body > header h1 {margin: 0;background: #c1a670;padding: 14px 0 4px 0;height: 119px;color: #fff;font-size: 33px;display: inline-block;width: 85vw;line-height: 1;cursor: pointer;position: relative;}
.print h1 {
    margin: 0;
    padding: 20px 30px 0;
    color: #c1a670;
    font-size: 33px;
}
body > header h1 span, .print h1 span {
margin: 10px 0 0 0;
text-transform: uppercase;
font-size: 0.45em;
display: block;
letter-spacing: 0.05em;
line-height: 1.1;
}
body > header h1.portal {
    display: table-cell;
    vertical-align: middle;
}
header h1 .logo {
position: absolute;
width: 88px;
height: 76px;
top: 30px;
right: -22px;
background-image: url(https://www.dataplan.info/img/h1-brana.png);
}
header h1:hover .logo {
background-image: url(https://www.dataplan.info/img/h1-brana-barva.png);
}
header .logoznak {
    background-color: white;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 10px;
    left: 5px;
    border-radius: 50%;
    text-align: center;
}
header .logoznak:empty {
    display: none;
}
header .logoznak img {
    max-height: 67px;
    margin-top: 20px;
}
body > header aside {
position: absolute;
top: 72px;
right: 16px;
text-align: right;
z-index: 3;
}
.header-logo img {
    max-height: 76px;
    max-width: 210px;
}
/*topmenu */
.topmenu {
font-size: 0;
margin: 0;
}
.topmenu ul {
padding: 0;
text-transform: uppercase;
list-style-type: none;
margin: 0;
display: inline;
font-weight: 600;
letter-spacing: .5px;
}
.topmenu li {
display: inline;
margin: 0;
padding: 0;
}
.topmenu a {padding: 0 20px 0 20px;margin: 0;line-height: 32px;display: inline-block;position: relative;font-size: 10px;color: black;border-right: solid 1px #f4f3ef;}
.topmenu ul li:last-child a {
    border-right: 0;
}
.topmenu .trml {
    background: #3c3933 url(https://www.dataplan.info/img/ico-setting.png) no-repeat -15px 6px;
    background-size: 31px;
    padding-left: 28px;
    color: white;
    letter-spacing: 1px;
}
.topmenu a:hover {
background-color: #f4f3ef63;
}
.topmenu .trml:hover, .topmenu .nszm-butt:hover {
    background-color: #c0a670;
}
.topmenu .nszm-butt, header + .nszm-butt {
    background: #3c3933;
    padding-right: 17px;
    color: white;
    letter-spacing: 1px;
    display: inline-block;
}
.topmenu .nszm-butt img, header + .nszm-butt img {
    margin-bottom: 4px;
    margin-left: 10px;
}
.topmenu li.inpath a {
color: #5598c3;
font-weight: bold;
}
/* mobilmenu */
.mobilmenu {
background-color: #000;
text-align: right;
position: absolute;
right: 0;
top: 0;
z-index: 1100;
}
.mobilmenu .mob-menu {
display: none;
text-align: left;
}
.mobilmenu.active .mob-menu {
display: block;
width: 100%;
}
.mobilmenu h3 {color: #eabd58;}
.mobilmenu a {display: block;padding: 5px 25px 3px 35px;color: white;font-size: 13px;text-decoration: none;}
.mobilmenu nav:last-child {padding-bottom: 16px;}
.mobilmenu .mob-submenu > nav:first-child > h4 {margin-top: 0;border-top: 0;}
.mobilmenu .mesto a {padding-left: 25px;}
/* search */
#search {
position: relative;
}
input[type="search"], article.search .hledat {border: 0;width: 100%;padding-left: 20px;font-style: italic;}
header aside article {margin: 0;}
article.en a, .main a.en, article.cz a, .main a.cz  {
    background: url(/img/ico-en.png) no-repeat right center;
    display: block;
    height: 32px;
    width: 23px;
    padding: 0;
    line-height: 30px;
    color: transparent;
    font-style: italic;
    font-size: 13px;
}
article.en a, article.cz a {
    width: 32px;
    margin-left: 7px;
}
article.cz a, .main a.cz {
    background-image: url(/img/ico-cz.png);
}
.en a:hover, .main .en:hover {
    background-image: url(/img/ico-en-color.png);
}
.cz a:hover, .main .cz:not(.aa-langtrans):hover {
    background-image: url(/img/ico-cz-color.png);
}
.dark-hover:hover {
background-color: #c1a670;
}
/* levy */
.fix #levy {
    order: 1;
}
.box-uspechy {
    background: #c1a670 url(/img/vavrin-white.png) no-repeat center bottom;
    border-bottom: solid 23px #c1a670;
    margin: 0 -25px -50px;
}
.box-uspechy h1, .box-uspechy h2 {
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 25px;
}
.box-uspechy li {
    margin-bottom: 5px;
}
.box-uspechy strong {
    display: inline-block;
    margin-right: 4px;
}
.box-uspechy a {
    color: #9f1c32;
}
.box-uspechy strong:before {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    content: "";
    margin: 0 -13px -5px 3px;
    border-left: solid 3px rgb(255 255 255 / 50%);
    border-bottom: solid 1px rgb(255 255 255 / 50%);
}
a.prehled-cl {display: block;background: #c1bbac url(https://www.dataplan.info/img/map-white.png) no-repeat 20px 20px;box-sizing: border-box;color: #fff;font-size: 25px;line-height: 1.0;height: 116px;padding: 40px 0 0 62%;margin-bottom: 16px;background-size: 49.8%;}
.muniportalsite a.prehled-cl {
    padding-left: 56%;
    padding-top: 35px;
    background-size: 46%;
    background-position-x: 15px;
    font-size: 23px;
    line-height: 1.1;
}
.kup-triko {
    display: block;
    margin-bottom: 15px;
    background: #1f3462 url(/img/kup-triko-img2.webp) center bottom no-repeat;
    background-color: white;
    padding: 6px 15px 55px 15px;
    /* color: #ffffff; */
    line-height: 1.1;
    font-size: 18px;
    border: solid 1px #1f34629e;
}
.kup-triko b {
    font-size: 18px;
    /* display: block; */
    font-family: 'Open Sans';
}
.kup-triko:hover {
    background-color: #1f3462;
    color: white;
}
.menu{
background-color: #efede9;
margin-bottom: 16px;
box-sizing: border-box;
padding: 1px 0 0;
}
.menu a {
display: block;
color: black;
padding: 4px 0 4px;
margin: 0 20px;
border-top: solid 1px #cccac5cf;
}
.menu a {
    position: relative;
}
.menu .active:after {
    position: absolute;
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #c1bbac;
    border-left-width: 0;
    right: -20px;
    top: 5px;
}
.menu.li-menu > a:first-child:after {
    top: 13px;
}
.menu a:last-child {padding-bottom: 20px;}
.menu.li-menu > a:first-child {padding-top: 15px;border: 0;}
.m-section .bgtitle {
    padding-right: 13px;
    letter-spacing: .03em;
}
.m-section .bgtitle img {
    width: 14px;
    float: right;
    margin-top: 7px;
}
.menu h3 a {
    padding: 3px 0 !important;
    margin: 0;
    border: 0;
}
.menu h3, .mobilmenu h3 {
    padding: 15px 15px 6px 21px;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}
.mobilmenu h3 {
    background-color: rgba(255, 255, 255, 0.1);
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.menu-tit {
    display: block;
    padding: 15px 15px 6px 20px;
    margin: 0;
    color: #3c3933;
    letter-spacing: .05em;
}
.mobilmenu h4 {padding: 12px 20px 0 25px;margin: .5em 0;font-size: 12px;color: white;font-weight: 300;letter-spacing: .05em;border-top: solid 1px rgba(255, 255, 255, 0.25);}
.menu a:hover {
color: #9f4d1c;
}
.mobilmenu h3 img {
    width: 17px;
    float: right;
    opacity: .5;
    margin-top: 5px;
    margin-left: 8px;
}
.nav + h3 {border-top: 0;}

.submenu a {
    padding: 4px 0 4px 10px !important;
    border: 0;
}
.submenu a:before {
    content: "- ";
}
.submenu li:last-child {
    padding-bottom: 20px !important;
}
.menu.li-menu  {
    padding-bottom: 13px;
}
.menu.li-menu a {
    padding: 4px 0 4px;
}
#levy .bgtitle a {
    padding: 0;
    margin: 0 0;
    border: 0;
    color: white;
}
.bgtitle + ul li:first-child a {
    border: 0;
}
.box-shadow {
box-shadow: inset 0 0 30px #c1a6708f;
box-sizing: border-box;
}
.di-table {

display: table;
}
.di-table a {
float: left;
}
.title {
    font-size: 13px;
    margin: 2em 0 1em 0 !important;
    background-color: #efede9;
    color: #000;
    padding: 10px 20px 8px;
    letter-spacing: 0.05em;
    list-style-type: none !important;
    font-weight: 600;
}
.bgtitle {
    background-color: #9f1c32;
    color: #fff;
    padding: 10px 20px;
    min-height: 39px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: block;
    line-height: 1.4;
    font-weight: normal;
}
.bgtitle.inline {
    display: inline-block;
    padding-right: 4em;
}
a.bgtitle:hover {
    background-color: #c1a670 !important;
    color: white;
}
.vstup-do-terminalu {
    color: white !important;
    margin: 16px 0; 
    background: #3c3933 url(https://www.dataplan.info/img/ico-setting.png) no-repeat -23px top  !important;
    text-align: center;
}
.vstup-do-terminalu:hover {
    background-color: #000000 !important;
}
.menu-btn {
color: white !important;
margin: 16px 0; 
background-color: #3c3933 !important;
text-align: center;
}
/* pravy */
#right .menu {
margin-bottom: 20px;
box-sizing: border-box;
background-color: #f5f4f1;
}
.menu .abstract a {
color: black;
padding: 0;
margin: 0;
border-top: 0;
}
h3.menutitle {
background: #c1bbac;
width: 100%;
height: 58px;
padding: 15px;
box-sizing: border-box;
color: #fff;
font-size: 25px;

line-height: 1.0;

margin: 0;
text-transform: none;
letter-spacing: normal;
text-align: center;
font-weight: 300;
}
h3.menutitle a {
color: #fff;
}
div.dateblock {
color: #000;
text-align: center;
font-size: 11px;
padding: 2px 0;
width: 47px;
float: left;
}
div.dateblock span {
display: block;
margin: -2px 0;
font-size: 2.5em;
letter-spacing: -1px;
color: #c1a670;
font-weight: normal;
line-height: 1;
}
div.dtbl + div.abstract {padding: 0;margin-left: 15px;text-align: left;vertical-align: top;position: relative;}
.events p {
margin: 1px 0 0 0;
}
.events article {
    display: flex;
    padding: 10px 25px 10px 10px;
    align-items: center;
}
.events article figure {
    flex: 0 0 145px;
    align-self: flex-start;
}
.events article figure img {
    max-width: 120px;
}
.pocitovka {
    border-bottom: solid 1px #dfdfdf;
    display: none;
}
.pocitovka:first-child {
    background: url(/img/bg-il-mapa.png);
    display: flex;
}
.pocitovka:first-child .pocitovka-rok {
    position: relative;
    background: rgb(14, 177, 210);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 10px solid #9ed9e5;
    flex: 0 0 46px;
    margin-left: 5px;
}
.pocitovka:first-child .abstract {
    align-self: center;
}
.unpack .pocitovka {
    display: flex;
}
.gal-projektu {
    background-color: #d4cec1;
    background-position: center;
    background-size: cover;
    height: 144px;
    display: flex;
}
.gal-projektu .bgtitle {
    box-shadow: 0 0 2px white;
}
.gal-rozpocet {
    background: #f5f4f1 url(/img/bg-il-hlasime-se3.png);
    height: 144px;
    display: flex;
}
.gal-rozpocet .bgtitle {
    box-shadow: 0 0 2px white;
    align-self: flex-end;
}
.roz-img {
    position: absolute;
    bottom: 0;
    left: 30px;
}
.menu .events article {
border-top: solid 1px #e8e5de;
}
.menu .events article:first-child {
border-top: 0;
}
.stikerka .znac-tv-online td:last-child {padding-right: 30px !important;}
.znac-tv-online .online:before {
    content: "";
    display: inline-block;
    position: absolute;
    transform: rotate(45deg);
    border-bottom: solid #bfa268 12px;
    border-left: transparent solid 12px;
    border-right: transparent solid 12px;
    z-index: 2;
    width: 25px;
    top: 6px;
    right: -11px;
}
.znac-tv-online .online:after {
    content: "online";
    display: inline-block;
    color: white;
    position: absolute;
    letter-spacing: 1px;
    text-align: center;
    transform: rotate(45deg);
    z-index: 3;
    width: 34px;
    font-size: 10px;
    top: 5px;
    right: -4px;
}
.znac-tv-online .tv:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 22px;
    top: 5px;
    right: 4px;
    background: url(/img/ico-tv.png) no-repeat center;
}
.znac-tv-online .os:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 23px;
    height: 22px;
    top: 5px;
    right: 2px;
    background: url(/img/ico-osobni.png) no-repeat center;
}
.znac-tv-online td.tv:before {
    top: -1px;
    right: 0;
}
.stick-akce .znac-tv-online td.tv:before, .stick-akce .znac-tv-online td.os:before {
    top: -3px;
}
.stick-akce .znac-tv-online td.online:before {
    width: 11px;
    border-width: 10px;
    top: 3px;
    right: -7px;
}
.stick-akce .znac-tv-online td.online::after {
    content: "onl";
    width: 16px;
    top: 0px;
    right: 1px;
}*/
section.events-dalsi {
background-color: #efede9;
}
.events .top {
    background-color: #c1a670;
    color: black;
}
.events .top div.dateblock span, .events .top a {
    color: #ffffff;
}
/* hlavni */
.main {
padding: 16px 25px 50px;
background-color: white;
}
.maincontent > h1:first-child, .maincontent > .start, img + h1 {
margin-top: 36px;
}
.home .maincontent {
padding-right: 0;
line-height: 1.5;
}
.badge {
    display: inline-block;
    background: #e1dcd3;
    color: black;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 5px;
    position: relative;
    top: -2px;
    right: -3px;
    word-break: normal !important;
}
table {
	border-collapse: collapse;
}
td, th {
	padding: 5px 7px;
	font-size: 13px;
	border-bottom: transparent solid 1px;
	vertical-align: top;
}
th {
	color: #222222;
	font-weight: 600;
	text-align: left;
}
table caption {
    background-color: #efede9;
    text-align: left;
    padding: 5px 7px;
}
.first-td-sticky tr > th:first-child, .first-td-sticky tr > td:first-child  {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
	background: white;
}
.sticky-header th {
	position: sticky;
	top: 0;
	border-bottom: solid 1px #d4c4a2 !important;
	z-index: 1;
}
th.uzky, td.uzky {
	max-width: 50px;
	padding: 7px !important;
}
.add-tbl {
    background: #f5f4f1;
}
.add-tbl td, .add-tbl th {
    border-color: #ffffff;
    padding: 10px;
}
.row-tbl td, .row-tbl th, .sortable td {
    vertical-align: top;
	border-left: 0;
	border-right: 0;
	border-color: #d3d1cc;
}
.bdr-tbl td, .bdr-tbl th {
	border: rgb(211, 209, 204) solid 1px !important;
}
.zahlavi, .zahlavi th, .sortable th, thead th{
    background-color: #d4cec1;
    border-color: #d3d1cc;
    border-right: solid 1px rgba(255, 255, 255, 0.7);
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
    color: #252525;
}
.sortable th:last-child {;
    border-right: solid 1px rgb(212 206 193);
}
.zahlavi, .zahlavi th {
    background-color: #d4cec1 !important;
}
.zahlavi-svetle, .zahlavi-svetle th, .zahlavi-svetle th {
    background-color: #efede9 !important;
    /* border-bottom: 0; */
    border-top: 0;
}
.no-bdr td, .no-bdr th, td.no-bdr, th.no-bdr {
	padding: 0 10px 3px 0;
	border: 0;
	text-align: left;
	background-color: transparent;
}
.layout td, .layout th {
	font-size: inherit;
	padding: 0;
	border: 0;
	text-align: left;
	background-color: transparent;
}
.layout th {
	/* min-width: 200px; */
	vertical-align: top;
}
.layout.boxtext h3 {
	font-size: 24px;
	margin: -5px -7px;
	background-color: white;
	padding: 1em 0;
}
.derava-tbl th {
    border: 0;
    padding: 7px 10px 7px 20px;
    background-color: #efede9;
}
.derava-tbl td {
    border: 0;
    background-color: #efede978;
    padding: 7px 10px 7px 20px;
    color: #222222;
}
.derava-tbl td td {
    background-color: transparent;
    padding: 3px;
}
.derava-tbl th h3,
.derava-tbl th h4 {
    margin: 5px 0;
}
.derava-tbl th[colspan] {
    background-color: #d4cec1;
    padding-top: 12px;
}
.derava-tbl > table, table.derava-tbl, .derava-col-tbl, .passp-tbl {
    border-spacing: 6px;
    border-collapse: separate;
    margin: 0 -6px;
}
.derava-tbl table table th,
.derava-tbl table table td {
border: solid 1px #e4e1dd;
background-color: white;
}
.derava-col-tbl tr>td:first-child {
    border-right: solid 1px #c1a670;
    padding-right: 12px;
    color: #000;
}
.derava-col-tbl td{
    padding: 0 5px;
    color: #222;
}
.usporna input {
    padding: 4px 5px;
}
.usporna select {
    padding: 3px 5px;
}
span.row-nu {
    display: inline-block;
    background-color: #ffffff75;
    width: 21px;
    line-height: 18px;
    text-align: center;
    margin-left: -6px;
    margin-right: 4px;
    border-radius: 50%;
}
.kalendar td {
width: 16.6%;
padding: 0 2px 0 0;
vertical-align: top;
}
.kalendar td table {
width: 100%;
}
.kalendar td td {
    width: inherit;
    padding: 3px 25px 3px 7px;
    position: relative;
}
.kalendar td td:last-child {
line-height: 1.3;
}
.kalendar td td[style="background-color: #CCDDFF"] {
    border-left: solid 3px #ccddfe;
    background-color: transparent !important;
}
.kalendar td td[style="background-color: #FFC0C0"] {
    border-left: solid 3px #f3d79e;
    background-color: transparent !important;
}
tr.vikend td {
background-color: #efede9;
}
td[style*="#FFC0C0"] {
background-color: #ffecc5 !important;
}
td[style*="#BBFFBB"] {
background-color: #e6efd0 !important;
}
td[style*="#D7C2FF"] {
background-color: #ffd5d2 !important;
}
.display_count {
display: inline-block;

vertical-align: top;
line-height: 1.5;
margin-left: 20px;
}
.date {
    color: #818181;
    font-size: 12px;
}
.term-inter .kalendar .zahlavi {
    min-width: 124px;
    background-color: #9f1c32 !important;
    color: white;
    border-color: #9f1c32 !important;
}
.term-inter .kalendar td, .term-inter .kalendar th {
   width: 55px;
   min-width: 55px;
   max-width: 55px;
   position: relative;
}
.term-inter .kalendar td div {
    white-space: nowrap;
    position: absolute;
    width: 54px;
    max-width: 54px;
    min-width: 54px;
    overflow: hidden;
    background-color: white;
    padding: 5px;
    top: 0;
    left: 0;
}
.term-inter .kalendar td div:hover {
    min-width: 150px;
    overflow: visible;
    white-space: normal;
    box-shadow: 0 0 6px #795548;
    z-index: 1000;
}
.kalendar td div[style~="#FF5050"] {
    color: rgb(255 255 255 / 84%);
}
/* tabs row*/
.tab-list-row {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid #c9c8c5 1px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(239, 237, 233, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(239, 237, 233, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(239, 237, 233, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
}
.tab-list-row > *  {
    padding: 4px 6px;
    border: solid 1px transparent;
    border-bottom-color: #c9c8c5;
    border-left-color: #ffffff;
    background-color: #efede9;
    color: #424242;
    cursor: pointer;
    margin-bottom: -1px;
    margin-top: 1px;
}
.tab-list-row > *:hover {
    background-color: #d4cec18c;
}
.tab-list-row *.active {
    border-color: #dcdbdb;
    border-bottom-color: #ffffff00;
    background-color: white;
    color: black;
    font-weight: 600;
}
.tab-list-row *.active + * {
    border-left-color: #e7e4dd;
}
.tab-list-row a {
    color: #000000;
    display: block;
    padding: 6px 8px;
    font-size: 12px;
}
.tab-list-row .active a {
    color: #000000;
}
.tab-list-row a.btn {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #9f1c32;
    color: white;
    border: 0;
}
.tab-list-row a.btn-s {
    font-size: 10px;
    padding: 4px 15px;
    border: solid 1px #00000087;
    color: black;
}
#zalozky, .zalozky {
    width: 100% !important;
    margin-top: 25px;
    clear: both;
}
.tab-list-row .zobrazeni {
    padding-left: 29px;
    padding-right: 12px;
    border-right: 0;
}
.typ-zobr-popis, .typ-zobr-popis:hover {
    background-color: transparent;
    border-color: transparent !important;
    cursor: auto;
    padding: 0 17px 0 10px;
    font-size: 12px;
    font-weight: 600;
}
.mini-tabs .typ-zobr-popis {
    width: 78px;
    padding: 4px 0;
}
.mini-tabs .always-flex > *, #stadiumchbxs label {
    display: inline-block;
    padding: 4px 12px 3px;
    border-right: solid 1px #d9c071;
    border-top: 1px solid transparent;
}
.mini-tabs .always-flex a {
    color: #000000;
}
.mini-tabs .always-flex > .active a {
    font-weight: 600;
}
.mini-tabs .always-flex > *:hover {
    border-top-color: rgb(217 192 113 / 49%);
}
.mini-tabs .always-flex > .active a:before {
    content: '\2713';
    color: #ffffff;
    margin-right: 3px;
    background: #9f1c32;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
}
.navigace.gold {
    margin: 10px 0 0 -6px;
    background-color: #E8DFC4;
    display: inline-block;
}
.navigace.gold a {
    display: inline-block;
    padding: 9px 20px 8px;
    color: #71645F !important;
    font-size: 14px;
    letter-spacing: .05em;
    text-decoration: none;
    border: 1px solid #d4cec1;
    line-height: 1.4;
}
.navigace.gold a.active {
    background-color: #F1ECDC;
    color: #896A2E !important;
    border-bottom-color: transparent;
}
.navigace.gold a:first-child {
    border-right: 0;
}
.form-lito h3 {
    font-family: "open sans condensed";
    border-color: #d4cec1 !important;
    border: solid 1px;
    border-bottom: none;
    margin: -1px -6px 0 -6px;
    padding: 10px 10px;
    background-color: #F1ECDC;
    color: #f1ecdc;
    font-size: 0;
}
.vpravo img, .vlevo img {
    width: 100%;
}
/* ---------article---------*/
article {
position: relative;
}
.clear-item {
margin: 20px 20px;
}
.maincontent div[onclick]:hover, .maincontent article[onclick]:hover {
    background-color: #faf9f8;
}
.togglelink:hover {
    background-color: transparent !important;
}
/* item s linkou, pouzito jako svisla linka typu adresar */
.line-item {
    margin: 0 auto 3.3%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 326px;
    padding: 12px;
    /* border: 1px solid rgb(239 237 233 / 85%); */
    cursor: pointer;
    box-shadow: inset 0 0 120px #f2f0ec;
}
.line-item .flex {
align-items: flex-end;
margin-bottom: 10px;
height: 130px;
}
.line-item h3 {
    margin: 0.7em 0 0.5em;
    font-weight: 600;
    color: #000;
    text-transform: none;
    letter-spacing: normal;
    font-family: "open sans";
    font-size: 15px;
}
/* articles list linka */

.line-articles article {
	display: flex;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 15px;
	flex-wrap: nowrap;
	border-top: solid 1px #DFDFDF;
}
.line-articles figure {
	flex: 0 0 40%;
}
.box-articles > article:nth-child(4) {
    border-top: 1px solid rgba(222, 0, 0, 0.4);
}
.artc-icons {
    margin-top: 9px;
}
.tv-aktualita {
    text-align: center;
}
.tv-aktualita div {
    height: 100%;  
background-color: white;padding-top: 25px;}
.tv-aktualita:hover  {
    background-color: #fff !important;
}
.tv-aktualita:hover h3 {
    background-color: #3c3933 !important;
    transition: all 0.3s;
}
.tv-aktualita h3 {
    position: absolute;
    top: 41px;
    left: -1px;
    background: #30b46b;
    /* border: solid 2px white; */
    color: white;
    font-size: 20px;
    font-weight: normal;
    padding: 7px 16px 7px 10px;
    font-family: 'Open Sans Condensed', sans-serif;
}
/* item ramecek */
.border-item {
border: solid 1px #efede9;
font-size: 13px;
padding: 20px;
margin-bottom: 20px;
}
.border-item figure, .bg-item figure {
margin: -20px -20px 0;
text-align: center;
}
figure.logo-img {
height: 110px;
background-color: #fff;
padding: 20px 20px 0;
}
/* item bg */
.bg-item {
background-color: #efede9;
border: solid 1px #efede9;
font-size: 13px;
padding: 20px;
margin-bottom: 20px;
}
.line li {
    margin: 0 !important;
	list-style: none !important;
	padding: 0;
}
.line a {
    border-bottom: solid 1px #dfdfdf;
    padding: 14px 0;
    font-weight: 600;
    color: black;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}
.line-list > * {
    border-top: solid 1px #dfdfdf;
    padding: .7em 0;
}
.line-list > *:first-child {
    border-top: 0;
    padding-top: 0;
}
/**/
.maincontent ul {
margin: 1em 0;
}
.maincontent li {
margin: 0 0 .4em 20px;
list-style: disc;
}
.seznam li {
margin: 0 0 .2em 20px;
list-style: disc;
}
.maincontent ol li {
    list-style: decimal;
}
ul.no-list li {
    list-style: none;
}
ol[type="A"] li {
    list-style: upper-alpha;
}
.start {
    background-color: #c1a670;
    color: #fff;
    padding: 4px 12px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
}
.start.opensans {
    padding: 0 15px 0 7px;
    font-weight: 400;
    letter-spacing: .1em;
    font-size: 18px;
}
.block-posun {
    top: -4px;
    left: 0;
    position: absolute;
}
.sipka {
margin-left: 20px !important;
list-style-type: none !important;
}
.sipka:before {
content: "";
display: inline-block;

width: 8px;
height: 6px;
border: 6px solid #0000;
border-left: 8px solid #c1bbac;
border-right: 0;
box-sizing: border-box;
vertical-align: middle;
margin: -2px 8px 0 -18px;
}
/* box */
.flex-wrap, .maincol .webkamery {
flex-wrap: wrap;
}
.box {
background-color: #efede9;
border: solid 1px #efede9;
font-size: 13px;
}
.box img, .box iframe {
max-width: 100%
}
.video-block {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-block iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.box h2 {font-weight: 600;margin: 15px 0;font-size: 14px;text-transform: uppercase;letter-spacing: 0.05em;padding: 0 25px;color: #282828;}
.box .anot {padding: 0 25px 15px;margin-bottom: .5em;color: #4E4E4E;}
.box .anot + .links {
margin: 0 1em .5em 1em;
}
.box .button-s {
display: inline-block;
}
a[href $=".pdf"].button-s {
background-image: none;

margin-top: 5px;
}
.box2 h3 {
padding: 6px 15px;
}
.boxtext, .boxbrd {
padding: 20px;
}
.boxbrd {
background: #fff;
display: block;
border: solid 1px #efede9;
}
.boxtext h3, .boxtext h2, .boxbrd h2, .boxbrd h3 {
padding: 0 0 16px;
margin: 0;
text-transform: none;
font-size: 20px;
font-weight: 400;
letter-spacing: unset;
}
.partners figure {
height: 90px;
background-color: white;
margin: -20px -20px 0;
padding: 20px 20px 0;
}
.maincol .webkamery {
flex-wrap: wrap;
display: flex;
margin-top: 20px;
margin-left: -20px;
}
.maincol .webkamery h3 {
display: none;
}
.webkamery-item {
flex: 0 1 407px;
box-sizing: border-box;
margin: 0 0 20px 20px;
padding: 14px 0 5px;
display: flex;
flex-direction: column;
background-color: #efede9;
border: solid 1px #efede9;
max-width: 22.83%;
cursor: pointer;
text-align: center;
}
.webkamery-item img {
margin: 0 auto;
}
.produkty img {
margin-right: 15px;
}
/* colors (fonts)*/
.clr-light, .clr-light a {
color: #ffffff;
}
.clr-black, .clr-black > a {
    color: #242424;
}
.clr-text, .clr-text > a {
    color: #4c4c4c;
}
.clr-gold {
color: #c1a670;
}
.clr-red {
color: #cc2127;
}
.clr-nszm-red {color: #b3253d;}
.clr-gray {
color: #818181;
}
.clr-gray1 {
color: #efede9;
}
.clr-gray2 {
color: #d4cec1;
}
.clr-gray3 {
color: #c1bbac;
}
/* colors (background)*/
.bg-gradient {
background: -moz-linear-gradient(top, rgb(239, 237, 233) 0%, rgb(255, 255, 255) 100%);
background: -webkit-linear-gradient(top, #efede9 0%,#fff 100%);

background: linear-gradient(to bottom, #efede9 0%,#fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efede9', endColorstr='#ffffff',GradientType=0 );
Current gradient has opacity, switching color format to 'rgba';
}
.bg-white-shadow {
    background: -moz-linear-gradient(top, rgb(255 255 255 / 0.6) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 0.6) 0%,#fff 100%);
    background: linear-gradient(to bottom, rgb(255 255 255 / 0.6) 0%,rgb(255 255 255 / 0%) 100%);
}
.bg-white-gradient-top {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.bg-clr-gray {
background-color: #818181 !important;
}
.bg-clr-light {
background-color: #f5f4f1 !important;
}
.bg-clr-beige1 {
background-color: #efede9 !important;
}
.bg-clr-beige2 {
background-color: #d4cec1 !important;
}
.bg-clr-beige3 {
background-color: #c1bbac !important;
}
.bg-clr-dark {
background-color: #3c3933 !important;
}
.bg-clr-gold {
background-color: #c1a670 !important;
}
.bg-clr-nszm-red {
background-color: #9f1c32 !important;
}
.bg-clr-yelow {
background-color: #d2a523 !important;
}
.bg-clr-no {
background-color: transparent !important;
}
.bench-bg-ill {
    background: url(/img/ill-bench-bub-opacity.png) no-repeat center bottom;
    box-shadow: inset 0 0 31px #dddbd6;
    min-height: 144px !important;
}
.pro-box .bench-bg-ill {
    background-image: url(/img/ill-bench-graf.png);
}
/* border color */
.bo-l {
border-left: solid 1px #d3d1cc;
}
.bo-r {
border-right: solid 1px #d3d1cc;
}
.bo-t {
border-top: solid 1px #d3d1cc;
}
.bo-b {
border-bottom: solid 1px #d3d1cc;
}
/* fonts style */
sup {
font-size: .7em;
}
.mt-16 {
    margin-top: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
.p-16 {
    padding: 16px;
}
.w-25 {
    width: 25% !important;
}
/* pager */
.pager {
clear: both;
padding: 30px 0 30px 0;
color: #0000;

letter-spacing: -4px;
}
.pager a, .pager .active {
background-color: #d4cec1;

padding: 1px 6px;
letter-spacing: normal;
margin: 0 1px;
color: #ffffff;
text-decoration: none;
}
.pager a.nolink {
background-color: #c1a67000;
color: #3c3933;
}
.pager a:hover, .pager .active {
background-color: #3c3933;
}
.pager:empty {
display: none;
}
/* toogle*/
.vice {
color: #c1a670;
text-align: right;
border-top: 0;
display: block;
}
.btn-vice, .maincontent .archiv, .btn-upp-small {
	display: inline-block;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 2em 0;
}
.vice:after {
    content:"\203A";
    display: inline-block;
    color: #c1a670;
    border: solid 1px #c1a670bf;
    background: rgba(254, 254, 254, 0.63);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
}
.vice.rozbal:after {
    transform: rotate(90deg);
}
/*.is-on {
    content: ">";
    display: inline-block;
    color: #c1a670;
    border: solid 1px #c1a670bf;
    background: rgba(254, 254, 254, 0.63);
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    line-height: 20px;
}
.is-on {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
    line-height: 18px;
}*/
.vice:hover, .vice:hover:after,
.line-item:hover a.vice, .line-item:hover a.vice:after, span.is-on:hover,
.maincontent.archiv:hover, .nazev .btn-vice:hover:after {
color: #9f4d1c;
border-color: #9f4d1cbf;
}
.line-item:hover a.vice {
border-color: #e8e5de;
}
.special-img {
    margin-top: -15px;
    float: right;
    background-color: white;
    padding: 0 0 0 25px;
}
.zobraz-detail-pdp {
    margin-top: 10px;
    background: url(https://www.dataplan.info/img/ico-pdp-detail.png) no-repeat left center;
    padding: 6px 0 6px 30px;
    background-size: 24px;
    color: #3f3f3f;
    border-top: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
/* rozbal znacky */
.rozbal-vse {
    position: absolute;
    width: 62px;
    height: 54px;
    text-align: center;
    right: 16px;
    margin-top: -60px;
    color: #FFF;
    padding-top: 6px;
    background-color: #9f1c32;
    font-size: 12px;
    cursor: pointer;
    line-height: 1;
}
.rozbal-vse strong {
    font-size: 28px;
    line-height: 0.7;
}
.rozbal-vse[onclick]:hover, .maincontent .rozbal-vse[onclick]:hover {
    background-color: #000;
}
/* mapa clenu */
.maplegend {order: 1;}
.maplegend-block {
    width: 44%;
    font-style: italic;
    font-size: 11px;
}
.m-mapa .mapa-clenu {
	width: 100%;
}
svg.svg-map {
    width: 100%;
}
g.mapa-shadow {
    display: none;
}
.mapa-kraje path {
    fill: #efede9;
    stroke-width: .5;
    stroke: rgba(0, 0, 0, 0.2);
}
.svg-map .nszm-clen {
    fill: #e5d3b1;
}
.mapa-kraje-popisky text {
    letter-spacing: .03em;
    font-size: 1.2em;
    opacity: .8;
}
.maplegend span {
    display: inline-block;
    width: 70%;
    margin: .3em 0;
    min-height: 13px;
}
.maplegend span:nth-child(odd) {
    width: 20%;
    text-align: center;
}
.maplegend span:nth-child(1), .maplegend span:nth-child(9) {align-self: baseline;}
.col2 {
    -moz-column-width: 12em;
    -moz-columns: 12em;
    -webkit-columns: 12em;
    columns: 12em;
}
/*mapa ref mesto*/
.refm {
    stroke-width: 3px;
    stroke: #02e2ff;
}
.okr.refm {
    stroke-width: 4px;
}
.bod-obec.refm {
    stroke-width: 2px;
}
.cast.refm {
    stroke-width: 2px;
    stroke-dasharray: 0.15, 0.1;
}
.nove {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.zdravamesta.cz/img/roh-nove.png);
    font-size: 0;
}
/* pro cleny */
.dlazdice {
    display: block;
    color: rgb(255 255 255 / 80%);
    height: 100%;
    padding: 5px;
    background-color: #3b5998;
    min-height: 102px;
}
.dlazdice:hover {
    color: white;
    background-color: #1d428e;
}
.dlazdice h1 {
    color: white;
    font-size: 20px;
    margin: 6px 10px 8px 25px;
}
.dlazdice .ico:before {
    color: #3b5998;
    font-size: 20px;
    background-color: #ffffff;
    line-height: 32px;
}
.trml-dlazdice {
    background: #3c3933 url(https://www.dataplan.info/img/ico-setting.png) no-repeat 103% bottom;
    padding: 25px 25px 0;
}
.trml-dlazdice:hover {
    background-color: #000000;
}
.metodika-dlazdice {
    background: #e5831f url(https://www.dataplan.info/img/3-puzzle-ico.png) no-repeat right bottom;
    padding: 25px;
}
.graf-dlazdice {
    background: #e5831f url(https://www.dataplan.info/img/ico-graf-white-m.png) no-repeat right bottom;
    padding: 25px;
}
.metodika-dlazdice:hover, .graf-dlazdice:hover {
    background-color: #de7000;
}
.skola-dlazdice {
    background: #00998a url(https://www.dataplan.info/img/nszm-brana-footer.png) no-repeat 97% 87%;
    padding: 18px 25px;
}
.skola-dlazdice:hover {
    background-color: #008073;
}
.e-dlazdice {
    background: #d2b145 url(https://www.dataplan.info/img/ico-meet.png) no-repeat right bottom;
    padding: 18px 25px;
}
.e-dlazdice:hover {
    background-color: #d2a615;
}
/*galerie velky + 2 maly*/
.gallery {
    /* margin-bottom: 35px; */
}
.gallery .aa-picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    animation: opaciting 1s;
}
.gallery .aa-picture {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-top: solid 1px white;
}
.gallery-photo .aa-picture {
    display: inline-block;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    height: 50%;
    width: 50%;
}
.first-gallery-photo {
    order: 1;
}
.gallery-photo {
    order: 2;
    font-size: 0;
}
.gallery-photo.gallery-more-photo {
    width: 100%;
    display: none !important;
}
.gallery-more {
    height: 1px;
}
.gallery-more.unpack {
    height: auto;
}
.gallery-more .right {
    text-align: right !important;
    height: 1px;
}
.gallery-more.unpack .gallery-more-photo {
    display: block !important;
}
.gallery-more-photo .aa-picture {
    width: 50%;
}
.gallery .sz-s {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -37px;
}
.ico.more {
    background: url(/img/ico-arrow-white.svg)black no-repeat center;
}
.ico.more:before {
   content: none;
}
.gallery .ico.more {
    background-size: 24px;
    margin: 0;
    width: 40px;
    height: 37px;
    display: inline-block;
    background-color: #c0a670;
    border-radius: 0;
}
.gallery .sz-s:hover .ico.more {
    background-color: #000000;
    background-position-y: 18px;
    transition: all .3s;
}
.gallery .gallery-more.unpack .sz-s .ico.more {
    transform: rotate(180deg);
    transition: all .3s;
}
/* widget */
.fielddiv {
    display: flex;
    width: 100%;
    background-color: #efede9;
    margin: 5px 0;
    flex-wrap: wrap;
}
.fielddiv > * {
    padding: 10px;
}
.aa-widget {
    flex: 1;
}
.fielddiv.block label {
    display: block;
    margin-top: 4px;
}
.aa-input input[style="width:95%"], .aa-input textarea {
    width: 100% !important;
}
.aa-widget > label {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    margin-bottom: 3px;
}
.aa-widget[data-aa-required] > label:after {
    content: "*";
    margin-left: 5px;
    color: #e50027;
}
.fielddiv.newitem textarea {
    margin-bottom: 7px;
}
.aa-widget img[title="nov\00e9"] {
    border: solid 1px #939393;
    padding: 2px 10px;
    background: #dedede;
    box-sizing: content-box;
}
label.aa-chb {
    display: block;
	 font-size: 12px;
	 margin-bottom: 2px;
}
.no-widget label,
.no-widget .aa-help {
display: none;
}
/* new ve widget, jen docasne */
.passp-tbl .aa-widget img {
    display: none;
 }
.passp-tbl .aa-widget a:after {
    content: "nov\00e9";
    background: #cca655;
    margin: 0px;
    color: #fff;
    display: inline-block;
    padding: 2px 5px 4px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 7px;
    line-height: 1;
    font-weight: bold;
}
.ajax_container, div[contenteditable] {
    color: #244fa5 !important;
    background: url(/img/terminal/edit-bod.gif) no-repeat left 6px;
    padding-left: 6px;
    position: relative;
}
*[contenteditable]:hover, .ajax_container:hover {
    outline: 1px rgba(244, 0, 0, 0.57) dashed;
    background-color: transparent !important;
}
.ajax_widget td {
    background-color: transparent;
    padding: 3px;
    border: solid 1px #d3d1cc;
    font-size: 12px;
}
.editka {
    background:url("/img/terminal/edit-bod.gif") no-repeat scroll left 9px transparent;
    padding-left:4px;
}
.publicita {
	flex-wrap: unset;
    font-size: 11px;
    font-style: italic;
    padding: 10px;
    border: solid 1px #e0e0e0;
}
.newsblock {
    width: 100%;
    top: 17vh;
    padding: 30px;
    position: fixed;
    z-index: 300;
    pointer-events: none;
}
.okno {
    background: #ffffff;
    border: solid 1px #c1bbac;
    outline: solid 10px white;
    box-shadow: 0 0 36px black;
    padding: 30px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    pointer-events: visible;
}
.okno h1 {
    color: #b48d4d;
    margin: 20px 0 15px;
}
.okno input[type="email"] {
    border-color: white;
    padding: 5px 5px 5px 25px;
}
i.ico-x {
    text-align: center;
    font-style: normal;
    color: #b9b19f;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 9px;
    cursor: pointer;
}
.okno.skryt {
    display: none;
}
/*tv*/
.tv-svg, .tv-bg  {
    max-width: 100%;
    min-width: 100%;
}
.tv-bg {
    background: #efede9;
    border: solid 26px #efede9;
    border-radius: 52px;
    overflow: hidden;
    min-height: 520px;
    animation: bgtv 4s linear 1 forwards;
}
.program-na {
    background-color: #3e9f92;
    padding: 10px 55px 10px 55px;
    text-align: center;
    font-size: 21px;
    color: #ffffff;
}
.program-list {
	opacity: 0;
	animation: opaciting 1.5s 1.5s linear 1 forwards;
}
.program-list article {
	border-top: solid 1px #d3d1cc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.program-list article:first-child {
	border-top: 0;
}
.program-list .order-3 {
    margin-right: 10px;
    margin-left: 10px;
}
.tv-zive-div {
    display: inline-block;
    background-color: red;
    color: white;
    position: absolute;
    z-index: 1;
    left: 34%;
    bottom: 34%;
    overflow: hidden;
    width: 127px;
}
.tv-zive {
    display: inline-block;
    border: solid 15px #ff1018;
    overflow: hidden;
    width: 127px;
    color: white;
    vertical-align: middle;
}
.tv-zive:hover {
    background: #d20108;
    color: white;
    border-color: #d20a11;
}
.tv-zive span {
    white-space: nowrap;
    animation: posun 4s linear infinite;
}
.tv-upoutavka, .tv-pripravujeme {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -8px;
}
.tv-upoutavka span {
    display: inline-block;
    background: red;
    padding: 7px 0;
    height: 35px;
    width: 76px;
    color: white;
    font-size: 13px;
    margin: auto;
    border-radius: 15px;
    line-height: 19px;
}
.tv-upoutavka span .ico-sipka {
    display: none;
 }
.tv-upoutavka span:hover  {
    background: #d20108;
    transition: .3s linear;
}
.tv-upoutavka span:hover .tx  {
    display: none;
}
.tv-upoutavka span:hover .ico-sipka  {
    display: inline-block;
}
.tv-pripravujeme span {
    display: inline-block;
    background: #3d3a34;
    padding: 7px 8px;
    height: 35px;
    color: #ffffff;
    font-size: 13px;
    font-style: italic;
    border-radius: 15px;
    line-height: 19px;
}
.video-stav-info {
    margin-top: -16px;
    position: relative;
}
.video-stav-info em {
    display: inline-block;
    background: red;
    padding: 6px 14px;
    height: 32px;
    color: white;
    font-size: 13px;
    border-radius: 15px;
    line-height: 19px;
    box-shadow: 0 0 3px white;
}
/*---------footer---------*/
body > footer {
    margin: 0;
    padding: 5px 0;
    clear: left;
    background: #3c3933;
    color: #fff;
    line-height: 1.3;
}
body > footer .content {
    padding: 20px;
    margin: 0 auto;
}
body > footer .partner {
    flex: 0 1 18.6%;
    min-width: 134px;
    padding: 0 8px 13px;
}
body > footer .img-partn {
    display: table;
    width: 100%;
    height: 100px;
    background-color: white;
    text-align: center;
}
footer .img-partn a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 4px;
}
.cile-log {
    background: transparent url(https://www.dataplan.info/img/cile-udrzitelneho-rozvoje-w-logo.png) no-repeat center center;
    display: table;
    width: 100%;
    height: 100px;
    text-align: center;
}
.ma21-log {
    background: transparent url(https://www.dataplan.info/img/ma21-white.png) no-repeat left center;
    display: table;
    width: 100%;
    height: 100px;
    text-align: center;
}
.healthy-log {
    background: transparent url(https://www.dataplan.info/img/hc-21-white.png) no-repeat left center;
    display: table;
    width: 100%;
    height: 100px;
    text-align: center;
}
.nszm-vime {
    background: transparent url(https://www.dataplan.info/img/vime-jak-na-to.png) no-repeat left center;
    display: table;
    width: 100%;
    height: 100px;
    text-align: center;
}
.cile-log:hover {
	background-image: url(https://www.dataplan.info/img/cile-udrzitelneho-rozvoje-rgb-logo.png);
}
.ma21-log:hover {
	background-image: url(https://www.dataplan.info/img/ma21-color-white.png);
}
.healthy-log:hover {
	background-image: url(https://www.dataplan.info/img/hc-21-color.png);
}
.nszm-vime:hover {
	background-image: url(https://www.dataplan.info/img/vime-jak-na-to2.png);
}
footer .partner img {margin: 0;width: initial;max-height: 45px;}
footer h2, footer h5 a {
	color: #fff;
}
footer h2{
font-size: 18px;
font-weight: normal;
}
footer h4 {
    margin: 0;
    text-transform: none;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}
footer .content > h3 {
margin-left: 17px;
}
body > footer a {
color: #F6F6F6;
text-decoration: none;
}
footer h4 a {
    font-size: 11px;
    opacity: .8;
}
body > footer a:hover {
color: #A7A7A7;
}
body > footer a.ico {
margin: 0 9px 9px 0;
display: inline-block;
}
footer .ico:before {
display: inline-block;
height: 24px;
width: 24px;
border-radius: 50%;
color: #fffefc;
font-size: 17px;
line-height: 24px;
background-color: #c1bbac;
text-align: center;
margin-right: 7px;
}
.fb:before {
content: "\f09a";
font-family: "FontAwesome";
}
.in:before {
content: "\f0e1";
    font-family: "FontAwesome";
}
.twitter:before {
content: "\f099";
    font-family: "FontAwesome";
}
.instagram:before {
content: "\f16d";
    font-family: "FontAwesome";
}
.you:before {
content: "\f04b";
font-size: 16px !important;
    font-family: "FontAwesome";
}
.ico:hover:before {background-color: #c1a670;}
.fb:before, footer .fb.ico:hover:before {
background-color: #3b5998;
}
.in:before, footer .in:hover:before {background-color: #0073b1;}
.twitter:before , footer .twitter:hover:before {background-color: #0d9ed9;}
.instagram:before, footer .instagram:hover:before {
background-color: #f637a5;
}
.you:before, footer .you:hover:before {
background-color: #fe1a1a;
}
footer .ico:before {
color: #3e3a34;
background-color: #ffffff;
}
footer.copy {
margin: 0;
padding: 0;
color: #A7A7A7;
font-size: 11px;
font-style: italic;
letter-spacing: 1px;
background-image: none;
}
.copy-nszm {margin-bottom: 20px;}
.copy-ecn {
margin-top: 5px;
}
footer.copy a {
color: #999999;
}
footer.copy a:hover {
color: #ccc;
}
.logos {
    display: flex;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.logos article {
    flex: 0 1 16.6%;
    min-width: 115px;
    padding: 0 8px 13px;
}
.logos .box {
    display: table;
    width: 100%;
    height: 100px;
    background-color: white;
    text-align: center;
    opacity: 0.7;
}
.logos article:hover .box {
    opacity: 1;
}
body > footer .box a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}
body > footer .logos h5 {
    text-align: center;
    font-size: 12px;
    letter-spacing: .03em;
}
.muniportalsite footer .content.sz-s {
    display: none !important;
}
.muniportalsite .copy-nszm {
    order: 1;
    padding-top: 7px;
}
.muniportalsite .copy-verze {
    margin-bottom: 10px;
    padding: 7px 0 0 28px;
    background: url(/img/ico-nszm-brana-white-xs.png) no-repeat;
}
.muniportalsite .copy-verze a {
    color: #ffffffdb;
}
.plachold {
    animation: placeholder 2s linear infinite;
}
.loader {
    filter: grayscale(100%);
    opacity: 0.2;
    animation: loader 2s linear infinite;
}
/*-----referencni mesto---*/
.muni-anim-mesto {
    top: 0;
    position: absolute;
    height: 125px;
    width: 100%;
    background-position-y: center;
    background-repeat: no-repeat;
    animation: videoimg 4s linear forwards;
    z-index: 1;
}
.muni-img-mesto {
    background-position: center;
    background-size: 100%;
}
.muni-img-pruh {
	display: flex;
	flex-wrap: wrap;
}
.muni-img-pruh.mb-2 > div {
    width: 50%;
}
.muni-img-pruh .rot-hide {
    padding: 25.2% 0;
}
.muni-img-pruh .muni-anim-mesto {
    flex: 1;
    background-repeat: no-repeat;
    padding: 25% 0;
    height: 1px;
    top: 0;
    animation: none;
    background-size: cover;
    border-right: solid 1px #c1bbac;
}
.muni-img-pruh .rot-hide span {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    background: #3c3933;
    padding: 2px 10px;
    color: white;
    font-size: 13px;
    z-index: 200;
}
.muni-img-pruh .rot-hide:hover span {
    display: inline-block;
}
.super h1 {
    font-size: 28px;
    background: #d2a523 url(/img/dtp/ikonky/ik-umime-email.png) no-repeat 5px 4px;
    background-size: 50px;
    padding: 15px 42px 15px 63px;
    margin: 0;
    color: white;
    display: inline-block;
}
.ref-btn {
    color: #3c3933;
    display: inline-block;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
}
.ref-btn-ico {
    display: inline-block;
    width: 26px;
    height: 24px;
    background: #d2a523 url(/img/dtp/ikonky/ik-umime-email.png) no-repeat;
    background-size: 25px;
    vertical-align: middle;
    margin: 0 7px 0 0;
    cursor: pointer;
}
.muni-boxes .ref-btn-ico {
    position: absolute;
    z-index: 5;
    right: -7px;
    top: -12px;
    border-left: solid 1px white;
    border-bottom: solid 1px white;
    box-sizing: content-box;
}
a.muni-boxes  {
    color: #4c4c4c;
}
a.super {
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    background: #d2a523 url(/img/dtp/ikonky/ik-umime-email.png) no-repeat 15px center;
    background-size: 49px;
    padding: 0 10px 0 79px;
    margin: 0;
    animation: super 1s 4s forwards;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    line-height: 1.1;
    display: table;
    vertical-align: middle;
    z-index: 3;
}
a.super:hover {
    background-color: #b79121;
    color: white;
    box-shadow: inset 0 0 16px 5px #987a21;
    transition: 0.5s;
}
a.super span {
    vertical-align: middle;
    display: table-cell;
}
.super small {
    display: block;
    font-size: 15px;
    text-transform: none;
    margin: 7px 0;
}
.muni-citat {
    position: absolute;
    height: 125px;
    z-index: 2;
    background-color: #efede9;
    align-items: center;
    animation: super 1s 4s forwards;
    opacity: 0;
    padding-right: 10px;
}
.muni-citat figure {
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 9px;
}
.muni-citat p {
    margin-bottom: 3px;
}
.muni-citat + .super {
    animation: super 1s 10s forwards;
}
/* refencni prehled mest */
.prehled .muni-boxes:nth-child(2) .muni-citat {
    animation: super 1s 6s forwards;
}
.prehled .muni-boxes:nth-child(3) .muni-citat {
    animation: super 1s 8s forwards;
}
.prehled .muni-boxes:nth-child(4) .muni-citat {
    animation: super 1s 10s forwards;
}
.prehled .muni-boxes:nth-child(5) .muni-citat {
    animation: super 1s 12s forwards;
}
.prehled .muni-boxes:nth-child(6) .muni-citat {
    animation: super 1s 14s forwards;
}
.prehled .muni-boxes:nth-child(7) .muni-citat {
    animation: super 1s 16s forwards;
}
/**/
.muni-block > div {
    padding: 15px 0;
}
.muni-pdp-list article {
    display: flex;
    margin: 20px 0 0;
    background-color: #efede9;
    flex: 0 0 50%;
    align-items: center;
}
.muni-pdp-list article figure {
    flex: 0 0 52%;
}
.muni-pdp-list article h3 {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 15px;
    margin: 0;
}
.muni-block strong a {
    color: #4c4c4c;
}
.znak-link {
    padding: 18px 23px 19px 25px;
    display: block;
    max-height: 103px;
}
.muni-block .znak-link {
    padding: 0;
    max-height: 170px;
}
.muni-block.refer .znak-link {
    max-height: 103px;
    padding: 10px;
}
.znaky.sestava .znak-link {
    width: inherit;
    padding: 3px 0 5px 25px;
    display: block;
}
@media (min-width: 768px), print {
h1, .like-h1, big, .layout.boxtext h3  {
    font-size: 28px;
}
h2 {
    font-size: 20px;
}
.main {
    padding: 20px 0 50px;
    min-height: calc(100vh - 321px);
}
.maincontent {flex: 1 0 auto;padding-right: 18px;position: relative;}
#levy, #right {
flex-basis: 317px;
font-size: 13px;
}
.fix #levy {padding-left: 16px;order: 0;}
.box-uspechy {
    margin: 0;
}
#right {
padding-right: 16px;
}
.vlevo {
float: left;
margin: 0 30px 30px 0;
max-width: 40%;
}
.vpravo {
float: right;
margin: 36px 0 30px 40px;
max-width: 40%;
}
.mobilmenu {
display: none;
}
body > header {
    background: #d4cec1 !important;
}
body > header h1 {padding-left: 20px;margin-left: 0;width: 282px;max-width: 282px;text-align: left;}
header .logoznak {
    right: -70px;
    left: auto;
}
body > header h1.portal {
    padding-left: 40px;
    padding-right: 35px;
}
.header-logo {
    padding-left: 104px;
    align-self: center;
}
article.search .hledat {
width: inherit;
padding-left: 7px;
}
.muniportalsite h1.muni-title {
    float: left;
}
.muniportalsite .page-title:before {
    content: "/";
    padding: 0 9px 0 10px;
}
.muniportalsite .zobraz-detail-pdp {
    line-height: 1.1;
    order: 1;
}
.add-tbl {
    width: 60%;
}
.add-tbl tr th:first-child, .add-tbl tr td:first-child {
    padding-left: 20px;
    width: 170px;
}
.special-img {
    margin-top: -106px;
}
.action-star {
    float: right;
}
/* mapa clenu */
.maplegend {
    width: 40%;
    justify-content: flex-end;
}
.maplegend-block {
    width: 34%;
}
.mapa-clenu {
    width: 60%;
}
.nszm-info {
    width: 66%;
}
.nszm-mapa {
    max-width: 98%;
}
.line-articles figure {
    flex: 0 0 202px;
}
.publicita {
    align-items: center;
}
.publicita span {
    flex-shrink: 0;
    padding-right: 25px;
}
.okno {
    width: 37%;
    max-width: 500px;
}
.tv-svg, .tv-bg  {
    max-width: 800px;
    min-width: 500px;
}
.tv-bg {
    border: solid 66px #efede9;
    border-radius: 83px;
}
.program-na {
    position: absolute;
    text-align: left;
    font-size: 26px;
    animation: zooming 2.5s linear 1 forwards;
}
.program-list .order-3 {
    margin-right: 0;
    margin-left: 0;
}
body > footer article {}
footer .img-partn {
    width: 160px;
}
.muni-block > div {
    padding: 22px; 
}
.muni-block, .muni-block.refer {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 58% 42%;
    grid-template-areas:
    "head img"
    "info img"
    "lists lists";
    border: solid 1px #d3d1cc;
    padding-bottom: 22px;
    max-width: 1265px;
    }
.muni-head {
    grid-area: head;
    padding: 0 !important;
    margin: -1px 0 0 -1px;
}
.muni-block > div.muni-img {
    grid-area: img;
    padding: 0 0 0 9px;
    margin: -1px -1px 0 0;
  }       
.muni-info {
    grid-area: info;
    align-self: self-end;
  }
.muni-lists {
    grid-area: lists;
    align-self: self-end;
} 
.muni-pdp-list {
    margin-right: -20px;
}
.muni-pdp-list article {
    border-right: solid 20px white;
}
.muni-pdp-list article figure + div {
    flex: 0 0 48%;
}
.muni-img-pruh {
	flex-wrap: nowrap !important;
}
.muni-img-pruh.mb-2 > div {
    width: 25%;
}
.muni-img-pruh .rot-hide, .muni-img-pruh .muni-anim-mesto {
    padding: 21% 0;
}
.first-gallery-photo {
    flex: 1 1 66.6%;
}
.first-gallery-photo .aa-picture {
    height: 22vw;
}
.gallery-photo {
    display: flex;
    flex-direction: column;
    flex: 1 1 13%;
}
.gallery-photo .aa-picture {
    width: 100%;
    height: 11vw;
}
.gallery-more-photo .aa-picture {
    width: 33.3%;
}
.pro-box article:first-child {
    min-height: 88px;
    padding: 10px;
    border-bottom: 0;
}
.pro-box .box-4, .pro-box .box-8 {
    border-right: 13px solid white;
}
.pl-16-scr {
    padding-left: 16px;
}
.line-items {
    margin-left: -1.2%;
    margin-right: -1.6%;
    justify-content: space-evenly;
}
.line-item, .pdp-dlazdice {
    width: 47.5%;
    margin: 0 1.2% 3.3%;
}
.pdp-dlazdice .line-item .ico {
    width: 105px;
    height: 105px;
}
.pdp-titulek h1 {
    font-size: 23px;
}
}
@media (min-width: 1200px) {
.f-2.line-items > *, .f-3.line-items > * {
margin: 0 2.5% 3.5%;
}
.f-2.line-items > * {width: 45.0%;}
.f-3.line-items > * {
width: 27.8%;
}
.f-3 .line-item:nth-child(3n+1) > div  {
border-left: 0;
}
footer .content {text-align: left;justify-content: space-between;}
body > footer .partner {
    margin-right: 20px;
}
}
@media (min-width: 768px) and (max-width: 1100px) {
a.prehled-cl {
    font-size: 24px;
    height: inherit;
    padding: 88px 0 10px 20px;
    background-size: 110px;
}
a.prehled-cl br {
    display: none;
}
.muni-block.refer {
    display: block;
}
.muni-block.refer > div.muni-img{
    display: flex;
}
.muni-block.refer .muni-lists .flex > * {
    flex: 1 1 auto;
}
}
@media (min-width: 1400px) {
.line-item {/* padding: 20px; */max-width: 346px;}
.pdp-dlazdice {max-width: 346px;}
.line-item, .pdp-dlazdice {
        width: calc(33.3% - 2.4%);
        margin: 0 1.2% 3.3%;
        padding: 0;
        box-shadow: unset;
}
.gallery-photo {/* flex: 1 1 13%; */}
}
@media print {
body {
background-color: #FFFFFF;
font-size: 12px;
}
header, footer, .webswitch, #levy, .vpriprave, .noprint, #sub-zalozky, .sub-zalozky, .drobeckova-navigace, .pomucky, .rozbal-vse, .sw-nszm, .ico-i, .action-star {
display: none !important;
}
.ico-plus:before, .ico-minus:before, .ico-plus-big:before, .ico-minus-big:before, .ico-plus-small:before, .ico-minus-small:before, img.mene, img.vice {
display: none !important;
}
/*.print {
display: block;
}
.print h1 {
    font-size: 29px;
    padding-left: 20px;
    height: inherit;
    line-height: 1.3;
    width: inherit;
    max-width: inherit;
	display: block;
	text-align: left;
	background-color: #c1a670; 
	padding-bottom: 2px;	
}*/
.print-break-before {
    page-break-before: always;
}
.print-break-after {
    page-break-after: always;
}
.page-break-inside {
	page-break-inside: avoid;
}
.scrolltable {
    max-width: 100%;
    overflow: unset !important;
}
.tab-list-row {
background: none;
filter: none;
}
.orp-mapa {
    max-height: 580px;
}
.bzlegenda, td, th {
    break-inside: avoid;
}
}
@media screen {
.sharebuttons .qr img.qrwidth {
    width: 36px;
    height: 36px;
}}
/* jen mobil */
@media only screen and (max-width: 767px) {
body > header h1.portal {
    width: 100vw;
    padding: 0 31px 0 116px;
    /* background: transparent; */
}
body > header {
    background: #ffffff !important;
}
.header-logo {
    order: 2;
    margin: 25px auto -7px;
}
#fb-root {
    display: none;
}
}
