/* https://tomashrdinka.cz/css/classes.css */
* { margin: 0; } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; background-clip: padding-box; } img { -webkit-box-sizing: content-box; box-sizing: content-box; } .center { text-align: center !important; } .center-block { margin-left: auto !important; margin-right: auto !important; display: block !important; } .right { text-align: right !important; } .left { text-align: left !important; } .justify { text-align: justify !important; } .kur { font-style: italic !important; } .light { font-weight: normal !important; } .bold { font-weight: var(--fwB) !important; } strong, strong strong { font-weight: var(--fwB); } .uppercase { text-transform: uppercase; } .nomargin { margin: 0 !important; } .nomargin-top { margin-top: 0 !important; } .nomargin-left { margin-left: 0 !important; } .nomargin-right { margin-right: 0 !important; } .nomargin-bottom { margin-bottom: 0 !important; } .nopad { padding: 0 !important; } .nopad-top { padding-top: 0 !important; } .nopad-left { padding-left: 0 !important; } .nopad-right { padding-right: 0 !important; } .nopad-bottom { padding-bottom: 0 !important; } .clear { clear: both !important; } .clear-left { clear: left !important; } .clear-right { clear: right !important; } .proexp { position: relative !important; } .bezramu, .noborder { border: 0 !important; } .bezpozadi, .nobg { background-image: none !important; background-color: transparent !important; } .block { display: block !important; } .inline { display: inline !important; } .inline-block { display: inline-block !important; } .no, .none { display: none !important; } .nowrap { white-space: nowrap !important; } .full { width: 100% !important; } .auto { width: auto !important; } .hand { cursor: pointer; } .float-right { float: right !important; } .float-left { float: left !important; } .nofloat { float: none !important; } .top { vertical-align: top !important; } .middle { vertical-align: middle !important; } .bottom { vertical-align: bottom !important; } .abc { list-style-type: lower-alpha !important; } .nounder { text-decoration: none !important; } .under, .underline { text-decoration: underline !important; } .breakAll { word-break: break-all; display: inline-block; } /*velikosti*/ .xxxs { font-size: .6em !important; } .xxs { font-size: .7em !important; } .xs { font-size: .8em !important; } .s { font-size: .9em !important; } .m { font-size: 1em !important; } .l { font-size: 1.1em !important; } .xl { font-size: 1.2em !important; } .xxl { font-size: 1.3em !important; } .xxxl { font-size: 1.4em !important; } .xxxxl { font-size: 1.5em !important; } .xxxxxl { font-size: 1.6em !important; } .xxxxxxl { font-size: 1.7em !important; } big { font-size: 1.2em; } small { font-size: .8em; } .lh-xxxs { line-height: .6em !important; } .lh-xxs { line-height: .7em !important; } .lh-xs { line-height: .8em !important; } .lh-s { line-height: .9em !important; } .lh-m { line-height: 1em !important; } .lh-l { line-height: 1.2em !important; } .lh-xl { line-height: 1.4em !important; } .lh-xxl { line-height: 1.6em !important; } .lh-xxxl { line-height: 1.8em !important; } .lh-xxxxl { line-height: 2em !important; } /*obrazky*/ .obr, .obr-left { float: left; margin: 0px 25px 5px 0; display: inline; } .obr2, .obr-right { float: right; margin: 0px 0px 5px 25px; display: inline; } .obr3, .obr-center { float: none; margin: 0px auto 12px auto; display: block; } p, ul, ol { margin: 1em 0; padding: 0; } ol { padding-left: 2.2em; } ul { list-style-type: none; } ul ul, ol ol { margin: 1em 0em 1em 1.5em; } ul ul ul, ol ol ol { margin: 1em 0em 1em 3em; } q, blockquote { quotes: "\201E" "\201C"; } figure { margin: 0; } address { font-style: normal; display: block; margin: .5em 0; } hr { height: 1px; clear: both; padding: 0; border: 0; } h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: none; } img { border: 0; } .lomic { margin: 0; height: 1px; margin-top: -1px; clear: both; } .orez, .hellip { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .cover, img[src="/img/1x1.gif"], img[src="/img/3x2.gif"] { background-position: center center; background-repeat: no-repeat; background-size: cover; } .content:after { clear: both; height: 1px; display: block; content: ' '; } .img-responsive, .responsive-img { height: auto; width: 100%; } a[href^="tel:"], a[href^="tel:"]:hover { cursor: default; text-decoration: none; color: var(--textColor); } i.fa { font-weight: 400; font-family: 'Font Awesome 5 Pro'; } .inRow { display: flex; justify-content: space-between; flex-flow: row wrap; align-items: center; margin: -5px; } .inRow > div { padding: 5px; padding-right: 5px; } .videoIframe iframe, .videoCont video, .embededContent iframe { position: absolute; width: 100%; height: 100%; left: 0; top: 0; bottom: 0; right: 0; } .videoIframe, .videoCont, .embededContent { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; } .content img { height: auto; max-width: 100%; } .vSpace { margin: var(--vSpace) 0; } .hSpace { margin: var(--hSpace) 0; } .primColor { color: var(--primColor); } .textColor { color: var(--textColor); } .secColor { color: var(--secColor); } .altColor { color: var(--altColor); } .fwB { font-weight: var(--fwB); } .fwL { font-weight: var(--fwL); } .fwN { font-weight: var(--fwN); }
/* https://tomashrdinka.cz/css/row.css */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 { min-height: 1px; float: left; position: relative; } .col-1 { width: 8.333333333333332%; } .col-2 { width: 16.666666666666664%; } .col-3 { width: 25%; } .col-4 { width: 33.33333333333333%; } .col-5 { width: 41.66666666666667%; } .col-6 { width: 50%; } .col-7 { width: 58.333333333333336%; } .col-8 { width: 66.66666666666666%; } .col-9 { width: 75%; } .col-10 { width: 83.33333333333334%; } .col-11 { width: 91.66666666666666%; } .col-12 { width: 100%; position: relative; } .row { margin-left: -15px; margin-right: -15px; clear: both; display: flex; align-items: stretch; flex-flow: row wrap; } .row + .row { margin-top: var(--vSpace); } .row-pad0 { margin-left: 0; margin-right: 0; clear: both; } .row-pad5 { margin-left: -5px; margin-right: -5px; clear: both; } .row-pad10 { margin-left: -10px; margin-right: -10px; } .row-pad20 { margin-left: -20px; margin-right: -20px; } .row-pad25 { margin-left: -25px; margin-right: -25px; } .row-pad30 { margin-left: -30px; margin-right: -30px; } .row-pad50 { margin-left: -50px; margin-right: -50px; } .row h1:first-child, .row h2:first-child, .row h3:first-child, .row h4:first-child, .row h5:first-child { margin-top: 0; } .row>div[class^="col-"] { padding: 0 15px; } .row-pad0>div[class^="col-"] { padding: 0 0; } .row-pad5>div[class^="col-"] { padding: 0 5px; } .row-pad10>div[class^="col-"] { padding: 0 10px; } .row-pad20>div[class^="col-"] { padding: 0 20px; } .row-pad25>div[class^="col-"] { padding: 0 25px; } .row-pad30>div[class^="col-"] { padding: 0 30px; } .row-pad50>div[class^="col-"] { padding: 0 50px; } .separated > div[class^="col-"] { border-left: 1px solid var(--bdrColor); border-right: 1px solid var(--bdrColor); } .separated > div[class^="col-"]:first-child { border-left: 0; } .separated > div[class^="col-"]:last-child { border-right: 0; } .separated > div[class^="col-"]+div[class^="col"] { margin-left: -1px; } .separated > div[class^="col-"] { border-color: var(--bdrColor); } @media (max-width: 1280px) { .row-pad20, .row-pad25, .row-pad30, .row-pad50 { margin-left: -15px; margin-right: -15px; } .row-pad20 > div[class^="col-"], .row-pad25 > div[class^="col-"], .row-pad30 > div[class^="col-"], .row-pad50 > div[class^="col-"] { padding-left: 15px; padding-right: 15px; } } @media (max-width: 760px) { .row > div[class^="col-"] { width: 100%; float: none; flex: auto; padding-bottom: 15px; } .goHalf div[class^="col-"] { width: 50%; float: left; } .row.separated > div[class^="col-"] { border-width: 0; } .row.goHalf.separated > div[class^="col-"]:nth-of-type(2n+2) { border-left-width: 1px; } } @media (max-width: 380px) { .goHalf div[class^="col-"] { width: 100%; float: none; } .goHalf .row.separated > div[class^="col-"]:nth-of-type(2n+2) { border-width: 0; } }
@media screen { 
/* https://tomashrdinka.cz/css/default.css */
html { background: transparent; margin: 0; padding: 0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { background: transparent; margin: 0; padding: 0; font-size: 1.5em; line-height: 1.5em; font-family: 'Source Sans Pro', system-ui, sans-serif; color: var(--textColor); font-style: normal; font-weight: var(--fwN); } #page { display: flex; flex-direction: column; flex-wrap: nowrap; min-height: 100vh; background-color: white; position: relative; } main { background: fixed center 0 no-repeat; background-size: cover; } hr { background: var(--bdrColor); margin: var(--vSpace) 0; } h1, h2, h3, h4, h5 { margin: 1.5em 0 20px 0; line-height: 1.2em; font-weight: var(--fwL); color: var(--primColor); } h1 { font-size: 2.4em; } h2 { font-size: 2em; } h3 { font-size: 1.5em; } h4 { font-size: 1.3em; } h5 { font-size: 1.2em; } a { color: var(--primColor); transition: color 0.4s, border-color 0.4s, background 0.4s; } #page { padding-top: 80px; } section { background: #fff url(/img/bg1.jpg) center 0 repeat-x; padding-top: 130px; position: relative; z-index: 2; } .bgFixImg { position: fixed; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; width: 100%; height: 100vh; z-index: 0; position: fixed; left: 0; top: 0; right: 0; } .HPindex main .section { padding-bottom: 130px; } .HPindex main .level1 .section { padding-bottom: 0; } .section { max-width: 1920px; display: block; margin: 0 auto; padding: 0 60px; width: 100%; } header { position: fixed; z-index: 100; background: rgba(0, 0, 0, 0.85); left: 0; top: 0; color: white; width: 100%; } .header { display: flex; justify-content: space-between; align-items: center; height: 80px; } header .section { max-width: 100%; } .logo a, .logo a:hover { color: white; font-size: 24px; font-weight: var(--fwN); text-decoration: none; line-height: 1.2em; white-space: nowrap; line-height: 80px; } .content { padding: 50px 0; } .logo h1 { margin: 0; } .level1In .content { flex: auto; } .level1Img img { display: block; filter: blur(0px); animation: blur 1s ease-out; opacity: 1; max-width: 100%; height: auto; } @keyframes move { from { transform: translateX(-300%); opacity: 0; } to { transform: translateX(0); opacity: 1; } } @keyframes blur { from { filter: blur(10px); opacity: 0; } to { filter: blur(0px); opacity: 1; } } .level1Img { margin-top: -130px; align-self: flex-end; max-width: 50%; } .level1 h2 { margin: 0; animation: move 1.5s; opacity: 1; transform: translateX(0); } .level1 h1 { margin: 0; transform: translateX(0); font-size: 3em; animation: move 1s; opacity: 1; display: inline-block; } .level1In { display: flex; align-items: center; padding: 0 160px; } .content i { min-width: 1.5em; text-align: right; } .progress li em { display: inline-block; width: 12px; height: 12px; text-align: center; min-width: 12px; } .progress li em:after { content: ' '; display: block; background: #000; width: 8px; height: 8px; margin-top: 2px; border-radius: 50%; border: 1px solid #000; margin-left: auto; margin-right: auto; } .progress li.active em:after, .progress li:hover em:after { background-color: white; border-color: var(--textColor); width: 12px; height: 12px; margin-top: 0; } .progress li.active span, .progress li:hover span { visibility: visible; } .progress li span { visibility: hidden; flex: auto; width: 100%; padding: 0 10px; } .progress li a { color: var(--primColor); text-decoration: none; display: flex; align-items: center; font-size: 14px; line-height: 1.25em; } .progress li { padding: 0; margin: 4px 0; } .progress { text-align: right; list-style-type: none; margin: 0; padding: 0 0px 0 0; position: absolute; top: 50%; right: 60px; transform: translateY(-50%); width: 140px; } .revers img { margin-left: auto; } .revers .progress a { flex-flow: row-reverse nowrap; } .revers .progress { right: auto; left: 60px; text-align: left; } .revers .textBoxIn { order: -1; padding-left: 0; padding-right: 60px; } .textBoxIn { padding-left: 60px; max-width: 900px; order: 2; flex: auto; } .textBox { display: flex; padding: 0 160px; justify-content: space-between; align-items: center; } .textImg { width: 50%; max-width: 480px; min-width: 40%; } .textImg img { display: block; } .textBox h2, .textBox h1 { margin-top: 0; } .more i { font-size: 0.8em; text-align: right; } .more a { text-decoration: none; font-weight: var(--fwN); } footer a, footer a:hover { color: white; text-decoration: none; } footer { background: #fff url(/img/bg2.jpg) center 100% repeat-x; padding-top: 160px; position: relative; z-index: 2; } .footer { background: #262626; font-size: 0.7em; text-align: center; line-height: 1.4em; padding: 20px 0; width: 100%; } .conatctIn { text-align: center; } .conatctIn h2 { margin-top: 0; } a:hover { color: black; text-decoration: underline; } .dwlLinks a em { display: block; margin-left: auto; margin-right: auto; width: 90px; height: 90px; border-radius: 50%; background: #f7f7f7; background-size: 60px 60px; margin-bottom: 15px; font-size: 26px; } .dwlLinks a:hover em { background-color: #000; color: white; } .dwlLinks a { text-decoration: none; text-align: center; display: block; max-width: 8em; line-height: 1.2em; } .dwlLinks li { padding: 20px; width: 100%; } .dwlLinks { flex-flow: row wrap; display: flex; list-style-type: none; margin: 0; padding: 0; font-size: .8em; justify-content: center; } .horz a em { width: 50px; height: 50px; background-size: 35px 35px; margin: 0 15px 0 0; min-width: 50px; } .textBoxIn .horz li { padding-right: 30px; } .dwlLinks em i { font-weight: 300; text-align: center; font-size: 25px; line-height: 52px; text-align: center; display: block; } .textBoxIn .horz a em { background-image: none; } .horz li { padding: 0; margin: 5px 0; } .horz { justify-content: flex-start; align-items: center; } .horz a { display: flex; max-width: 100%; align-items: center; text-align: left; } .superIco { text-align: center; } .textCenter h2:first-child { margin-top: 0; } .textCenter { max-width: 1260px; margin-left: auto; margin-right: auto; padding: 0 160px; } .revers .textCenter { padding-right: 0; padding-left: 160px; } .bgFix { height: 0; padding: 0; padding-bottom: calc(100% / 1920 * 800); background: transparent none; min-height: 50vh; } .HPindex main .contact .section { padding-bottom: 0; } .landing .close { position: absolute; right: 40px; top: 40px; } .landing { position: fixed; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: white; z-index: 10000; background-image: url(/img/bg1.jpg), url(/img/bg2.jpg); background-repeat: repeat-x; background-position: center 0, center 100%; display: flex; align-items: center; transition: opacity 1s; display: none; } .landingIn h1 { margin: 0 0 30px 0; } .landingIn { text-align: center; flex: auto; background: url(/img/ruka.png) 0 center no-repeat; padding: 30px; padding-bottom: 360px; } .bar span { display: block; background: url(/img/bar2.png) 0 center no-repeat; height: 30px; width: 50%; } .bar { left: 0; width: 100%; max-width: 370px; margin-left: auto; margin-right: auto; background: url(/img/bar.png) 0 center no-repeat; background-size: 100% auto; } .status { max-width: 420px; margin-left: auto; margin-right: auto; font-size: 1.4em; position: relative; font-weight: var(--fwN); }
}
@media screen { 
/* https://tomashrdinka.cz/css/nav.css */
nav ul a { display: block; text-decoration: none; line-height: 1.2em; } nav li { position: relative; } nav ul { margin: 0; padding: 0; } .topNav > ul { display: flex; align-items: stretch; } .topNav > ul > li { display: flex; align-content: stretch; float: left; } .topNav > ul > li > a { display: flex; flex: auto; padding: 4px 15px; align-items: center; justify-content: center; height: 80px; line-height: 1.25em; color: #999999; text-align: center; font-size: 18px; } .topNav a:hover, .topNav a.aktivni, .topNav > ul > li:hover > a { text-decoration: none; color: #fff; } .topNav ul ul { position: absolute; left: 0; top: 50px; width: 240px; background: var(--altColor); margin: 0; padding: 0; z-index: 5000; min-width: 100%; } .topNav ul ul li { padding: 0; float: none; margin: 0; } .topNav ul ul a { padding: 10px 15px; color: white; } .topNav ul ul li a { border-top: 1px solid rgba(255, 255, 255, 0.15); } .topNav ul ul a:hover { background: rgba(0, 0, 0, 0.1); } .topNav li:last-child ul, .topNav li:nth-last-child(2) ul { left: auto; right: 0; } .menu a { background: var(--primColor); color: White; font-weight: var(--fwL); font-size: 1.1em; display: block; text-decoration: none; padding: 10px 15px; border-top: 1px solid rgba(0, 0, 0, 0.15); } .menu li:first-child a { border-top-width: 0; } .menu li { z-index: 2; } .menu ul ul { position: absolute; right: -250px; top: 1px; width: 250px; } .menu ul ul a, .menu li:hover a, .menu a.aktivni { background: linear-gradient( rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)) var(--primColor); color: White; text-decoration: none; } .menu ul ul a:hover { background: linear-gradient( rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)) var(--primColor); } /* animace submenu */ .menu ul ul, .topNav ul ul { opacity: 0; visibility: hidden; transition: opacity 0.3s ease-out; } .menu li:hover ul, .topNav li:hover ul { opacity: 1; visibility: visible; } .menuBtn, .respNav, #dark { display: none; } @media (max-width: 760px) { .menuBtn { position: fixed; height: 60px; width: auto; padding: 0 15px; display: flex; align-items: center; right: 0; top: 0; line-height: 14px; color: white; font-size: 14px; text-transform: uppercase; cursor: pointer; z-index: 200; transition: color .2s ease-out; transition-delay: .4s; } .menuBtn em, .menuBtn span:after, .menuBtn span:before { background: #fff; } .menuBtn:after { content: 'MENU'; padding-left: 10px; font-weight: var(--fwB); } .respNav { background: white; padding-top: 50px; position: fixed; z-index: 150; right: 0; top: 0; height: 100%; width: 260px; margin: 0; float: none; margin: 0; display: block; box-shadow: 0 2px 2px rgba(0, 0, 0, .2); transform: translateX(100%); transition: transform .25s; } .respNav-in { max-height: 100%; overflow: auto; } .respNav ul a { display: block; text-align: left; text-decoration: none; padding: 0; color: var(--textColor); font-size: .9em; font-weight: var(--fwB); } .respNav ul a:hover { color: var(--primColor); text-decoration: none; } .respNav ul, .respNav li { border-style: solid; border-color: rgba(0, 0, 0, .05); } .respNav ul { padding: 0; margin: 0 0 0 0; border-width: 0 0 1px 0; left: 0; } .respNav li { border-width: 1px 0 0 0; } .respNav-in>ul { position: relative; } .respNav li span { position: relative; display: block; padding: 10px 15px; } .respNav ul ul { display: none; border-bottom-width: 0; margin: 0; padding: 0 0 0 15px; } .respNav .rozbal>ul { display: block; } .respNav .subex .open:before { content: "\f107"; font-family: Font Awesome\ 5 Pro; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .respNav .subex .open { display: block; position: absolute; z-index: 5; right: 0; top: 0; cursor: pointer; width: 40px; height: 40px; text-align: center; padding: 0; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(0, 0, 0, .05); border-width: 0 0 0 1px; color: #666; } .subex { position: relative; } .respNav .subex .open:hover { background: rgba(0, 0, 0, .05); } .respNav .rozbal.subex>a .open:before { transform: rotate(180deg); } .respNav .rozbal { background: rgba(0, 0, 0, .05); } .respNav .rozbal.subex .open { border-width: 0 0 1px 1px; } .respNav .rozbal.subex>a { color: var(--primColor); } .respNav ul .rozbal.subex ul .open { border-width: 0; } .respNav ul ul a { text-transform: none; } .respNav ul ul li { border-width: 0; } .respNav ul ul li span { padding-top: 8px; padding-bottom: 8px; } .topNavResp { padding-top: 15px; border-top: 1px solid rgba(0, 0, 0, .05); } #dark { position: fixed; z-index: -100; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); cursor: pointer; visibility: hidden; opacity: 0; transition: opacity .5s ease-out; } /*MENU IKONA*/ .menuBtn span { display: inline-block; vertical-align: middle; width: 20px; margin: 0 auto; position: relative; height: 16px; overflow: hidden; } .menuBtn em { display: block; height: 2px; margin: 7px auto 0 auto; width: 20px; transition: width .2s, background-color .2s; } .menuBtn span:after { display: block; height: 2px; content: " "; width: 100%; position: absolute; left: 0; top: 0; } .menuBtn span:before { display: block; height: 2px; content: " "; width: 100%; position: absolute; left: 0; bottom: 0; } .menuBtn span:before, .menuBtn span:after { transition: all .2s; transition-delay: .2s; transform-origin: 50% 50%; } /* vysunuti menu */ .menuOn .menuBtn em, .menuOn .menuBtn span:after, .menuOn .menuBtn span:before { background-color: var(--primColor); } .menuOn .menuBtn { color: #000; } .menuOn .menuBtn em { width: 0; } .menuOn .menuBtn span:after { position: absolute; left: 0; top: 7px; transform: rotate(45deg); } .menuOn .menuBtn span:before { position: absolute; left: 0; bottom: 7px; transform: rotate(-45deg); } .menuOn #dark { z-index: 101; display: block; visibility: visible; opacity: 1; } .menuOn .respNav { transform: translateX(0); } } @media (max-width: 375px) { .menuBtn:after { display: none; } }
}
/* https://tomashrdinka.cz/css/table.css */
table { font-size: 1em; font-family: inherit; border-collapse: collapse; border-spacing: 0; } .tab, table[border="1"] { font-size: 1em; border-collapse: collapse; margin: 1em 0; width: auto; line-height: 1.3em; border: 1px solid var(--bdrColor); border-width: 0; } .tab td, .tab th, table[border="1"] td, table[border="1"] th { border: 1px solid var(--bdrColor); border-width: 0; padding: 10px 10px; } .tab th, table[border="1"] th { font-weight: var(--fwB); text-align: left; vertical-align: top; font-size: .9em; background: var(--primColor); color: white; } .tab tr:nth-of-type(odd) { background: #f8f8f8; } .thReplace { display: none; } @media (max-width: 600px) { .respTab, .respTab tr, .respTab td, .respTab th, .respTab tbody { display: block; width: 100% !important; text-align: left !important; border-width: 0; background: transparent; } .respTab thead, .respTab tr.thRow { display: none; } .respTab tr { display: block; width: 100%; padding: 0; } .respTab { border-width: 1px 0 0 0 !important; } .respTab td:empty, .respTab th:empty, .respTab tr:empty { display: none; } .respTab .thReplace, .respTab .tdCont { display: table-cell; width: 50%; padding: 10px; vertical-align: top; } .respTab .thReplace { font-weight: var(--fwB); } .respTab td { display: table; width: 100%; border-width: 0 0 1px 0 !important; padding: 0; table-layout: fixed; } }
@media screen { 
/* https://tomashrdinka.cz/css/form.css */
textarea, input[type="text"], input[type="button"], input[type="reset"], input[type="search"], input[type="email"], input[type="submit"], input[type="url"], input[type="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; } select::-ms-expand { display: none; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input[type="checkbox"], input[type="radio"] { border: 0; padding: 0; background: transparent none; margin: 0; width: auto; border-radius: 0; } input, textarea, select, button, .btn, .addFileButton { background: White; border: 1px solid #ccc; padding: 15px; margin: 0; display: inline-block; text-decoration: none; width: 100%; line-height: 1.4em; transition: border-color 1s; border-radius: 0; font-family: inherit; text-transform: none; font-size: 1em; vertical-align: middle; visibility: visible; outline: none; } input, textarea, select, button, .btn, .addFileButton, .checkbox-replaced, .radio-replaced { background: #f8f8f8; } input, textarea, select, .select2 { font-size: 16px; } input:focus, textarea:focus, select:focus { border-color: var(--primColor); } textarea { overflow: auto; vertical-align: top; } .btn, button { cursor: pointer; } label { font-size: .8em; font-weight: var(--fwB); } /*BUTTON*/ .btn { width: auto; border-color: transparent; background: var(--primColor) linear-gradient( rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) no-repeat 0 50%; color: #fff; text-decoration: none; display: inline-block; vertical-align: middle; position: relative; z-index: 1; cursor: pointer; overflow: visible; background-size: 100% 0; transition: background-size .15s ease-out, border-color .15s ease-out; text-align: center; font-size: 16px; font-weight: var(--fwB); } .btn:hover { color: white; text-decoration: none; background-size: 100% 100%; border-color: rgba(255, 255, 255, 0.2); } .btn, .btn:after { border-radius: 0; } .btn.btn-xxs { padding: 1px 6px; font-size: .9em; } .btn.btn-xs { padding: 4px 10px; font-size: .9em; } .btn.btn-s { padding: 6px 12px; } .btn.btn-l { padding: 12px 25px; } .btn.btn-xl { padding: 15px 30px; font-size: 1.1em; } .btn.btn-xxl, .btnSubmit { padding: 20px 35px; font-size: 1.25em; } .btn.btn2 { border-color: #bcbcbc; background-color: rgba(255, 255, 255, 0.5); color: var(--textColor); } .btn.btn2:after { background: rgba(0, 0, 0, 0.05); } .form .submit .inRow { align-items: center; font-size: .7em; line-height: 1.25em; } .submit { border: 1px solid #ccc; background: #f8f8f8; padding: 15px; margin-top: 15px; } .contact textarea { height: 11em; } .contact .content { padding-left: 160px; padding-right: 160px; } .contact .form fieldset { margin-bottom: 0; } /* layout formulare */ form, fieldset { margin: 0; padding: 0; border: 0; } form p { margin: 15px 0; } .form { margin-top: var(--vSpace); } .form input, .form textarea { margin: 2px 0; } .form .row+.row { margin-top: 10px; } .form label { display: inline-block; margin-bottom: 3px; } .form fieldset { margin-bottom: 30px; } .form fieldset+fieldset { border-top: 1px solid var(--bdrColor); margin-top: 30px; padding-top: 30px; } .form h2, .form h3, .form h4 { margin: 0 0 30px 0; } .form .inRow { align-items: flex-start; } .agree { margin: 2px 0; border: 1px solid #cbd5db; overflow: auto; height: 80px; color: var(--primColor); padding: 6px; display: inline-block; background: White; -moz-box-shadow: 0 0 4px var(--bdrColor) inset; -webkit-box-shadow: 0 0 4px var(--bdrColor) inset; box-shadow: 0 0 4px var(--bdrColor) inset; } .pozn, .gray { opacity: var(--setOpacity); } .help-block, .pozn { font-size: .85em; line-height: 1.35em; display: block; margin: 0; } /* validace */ .help-block.error, .has-error .labelBox, .has-error label { color: #d50000; } .has-error input, .has-error textarea, .has-error .inputBox input[type="text"], .has-error .inputBox textarea, .has-error .inputBox input[type="file"], .has-error .inputBox input[type="password"] { border-color: #d50000; } .required .inputDesc:after, .required label:after { content: "*"; padding-left: 3px; font-size: .85em; } /* vnitrni formiky */ .formBox fieldset { margin: 0; } .formBox { max-width: 460px; padding: 5px 20px; border: 1px solid var(--bdrColor); margin: 0 auto; } .loginlinkbox { margin: 5px 0; font-size: .95em; } .loginlinkbox a { color: var(--textColor); } .formRow { margin: 10px 0; } .formGen .submit { margin-top: 20px; } /* generovane formulare */ .formGen .formRow { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; } .formGen .labelBox { padding: 0 var(--hSpace) 0 0; width: 25%; vertical-align: middle; min-height: 1px; } .formGen input, .formGen select, .formGen textarea { margin: 0; } .formGen .labelBox label, .inputDesc { display: flex; min-height: 42px; align-items: center; margin: 0; padding: 0; line-height: 1.1em; } .formGen .inputBox { width: 75%; padding: 0; } .formGen div[class^="col-"] .inputBox { width: 100%; } .formLayout-top .row + .row { margin-top: 5px; } .formGen .formLayout-top .inputReplaceGroup, .formGen .formLayout-placeholder .inputReplaceGroup { padding-top: 4px; } .formGen div[class^="col-"] .labelBox { width: 100%; min-height: 0; padding: 0; } .formGen fieldset { width: 100%; } .formGen form .formRow:after { content: " "; display: block; clear: both; } .inputDesc { min-height: 36px; } .addFileButton { cursor: pointer; display: inline-block; } .addFileButton i, .fileIns i { margin-right: 5px; } .addFileButton:hover, .fileRemove:hover { background: var(--primColor); border-color: var(--primColor); color: white; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .fileIns { margin: 8px 0 0 0; padding: 0; list-style-position: inside; } .fileIns i { margin-left: 5px; } .fileRemove { cursor: pointer; line-height: 20px; width: 20px; font-size: 12px; display: inline-block; vertical-align: baseline; text-align: center; margin-left: 5px; } @media (max-width: 600px) { .formGen .formRow { display: block; width: 100%; margin: 15px 0; } .formGen .labelBox { width: 100%; display: block; padding-right: 0; } .formGen .labelBox label, .inputDesc { min-height: 0; padding-bottom: 5px; } .formGen .inputBox { width: 100%; padding: 0 0; display: block; } .formGen .labelBox { padding-right: var(--RhSpace); } }
}

/* webredakce */

/* https://tomashrdinka.cz/css/articles.css */
article { overflow-wrap: break-word; word-wrap: break-word; hyphens: auto; } .article { margin-top: var(--vSpace); border: 1px solid var(--bdrColor); border-width: 0; } .articleList .article+.article { padding-top: var(--vSpace); border-width: 1px 0 0 0; } .articleIn { display: flex; flex-flow: row nowrap; } .articleImg~.articleCont { padding-left: var(--hSpace); width: 60%; } .articleCont { flex-grow: 100; } .articleImg img { max-width: 240px; height: auto; width: auto; display: block; } .articleImg { padding-top: .25em; max-width: 240px; flex-shrink: 10; } .articleFtr a { color: var(--textColor); } .article h3 { margin: 0; } .articleInfo { line-height: 1.3em; margin: 8px 0 0 0; font-size: .9em; } .articleInfo span { display: inline-block; margin: 2px 10px 2px 0; } .articleInfo a { color: var(--textColor); } .tk i { margin-right: 4px; } .tk { display: inline-block; color: var(--secColor); } .articleInfo .tk span { margin: 0; opacity: 1; } .articleFooter { opacity: var(--setOpacity); } .date { color: var(--secColor); white-space: nowrap; opacity: 1; } .article .articleText, .more { margin-top: 8px; } .article .articleText p { display: block; margin: 0; } .articleInfo .num { line-height: 16px; font-size: 11px; color: White; background: #646b6f; border-radius: 7px; padding: 0 3px; text-align: center; display: inline-block; min-width: 16px; text-decoration: none; } /* clanky ve sloupecku */ .box .article { margin-top: 15px; } .box .article+.article { padding-top: 15px; border-width: 1px 0 0 0; } .box .article h3 { margin: 0; font-size: 1.25em; line-height: 1.25em; } .box h3 { margin-bottom: 15px; } .box .articleInfo { margin: 2px 0 0 0; } .box .article .articleText { margin-top: 2px; } /* detail clanku */ .dateRange span { opacity: var(--setOpacity); } .dateRange { margin: var(--vSpace) 0; } .dateRange strong { font-weight: var(--fwL); color: var(--secColor); font-size: 1.5em; line-height: 1.3em; display: block; opacity: 1; } .articleDetImg img { display: block; height: auto; width: auto; width: 100%; max-width: 480px; } .articleDetImg { padding: .25em 0 .5em var(--hSpace); float: right; max-width: 50%; } .abs, .perex { font-size: 1.2em; line-height: 1.5em; margin-top: 0; } .articleDetInfo .socIco a:hover, .articleDetInfo .socIco span:hover { color: white; background: var(--primColor); border-color: var(--primColor); } .articleDetInfo .socIco a, .articleDetInfo .socIco span { color: var(--textColor); border: 1px solid #dadada; cursor: pointer; border-radius: 50%; line-height: 32px; min-width: 34px; display: inline-block; text-align: center; font-size: 18px; margin: 2px; } .articleDetInfo .socIco i { opacity: var(--setOpacity); } .articleDetInfo .socIco { order: 2; padding-left: var(--hSpace); } .articleDetInfo { display: flex; justify-content: space-between; align-items: center; clear: both; } .articleBody:after { clear: both; height: 1px; content: ' '; display: block; } /* vypis souvisejicich clanku */ .relatedArticleList .article h3 { font-size: 1em; font-weight: var(--fwN); line-height: 1.25em; } .relatedArticleList { display: flex; flex-flow: row wrap; align-items: stretch; } .relatedArticleList .article { width: 50%; float: left; margin: 0; padding: 0; } .relatedArticleList .article:nth-of-type(even) { padding-left: var(--hSpace); } .relatedArticleList .article:nth-of-type(odd) { padding-right: var(--hSpace); border-right-width: 1px; } .relatedArticleList .article:nth-of-type(n+3) { padding-top: 15px; } .relatedArticleList .articleImg img { max-width: 90px; } .relatedArticleList .articleInfo { margin: 0 0 4px 0; font-size: .95em; } .relatedArticleList .articleImg~.articleCont { padding-left: 15px; } .relatedArticleList .articleImg { padding-top: 0; max-width: 90px; flex-shrink: 10; } @media (max-width: 760px) { .articleList .articleImg img { width: 100%; } .articleList .articleImg { width: 35%; min-width: 35%; } .articleImg~.articleCont { padding-left: var(--RhSpace); } .articleDetImg, .articleDetInfo .socIco, .relatedArticleList .article:nth-of-type(even) { padding-left: var(--RhSpace); } .relatedArticleList .article:nth-of-type(odd) { padding-right: var(--RhSpace); } } @media (max-width: 460px) { .articleDetImg { padding: 0 0 .5em 0; float: none; max-width: 100%; } .relatedArticleList .article { width: 100%; } .relatedArticleList .article:nth-of-type(even) { padding-left: 0; } .relatedArticleList .article:nth-of-type(odd) { padding-right: 0; } .relatedArticleList .article:nth-of-type(n+2) { border-top-width: 1px; margin-top: 10px; padding-top: 10px; } .articleDetInfo { flex-wrap: wrap; } .articleDetInfo .socIco { order: -1; padding-left: 0; margin: 0 0 15px 0; } } @media (max-width: 360px) { .articleList .articleIn { flex-wrap: wrap; display: block; } .articleList .articleImg img { max-width: 360px; } .articleList .articleImg { width: 100%; min-width: 100%; padding-top: 0; padding-bottom: .5em; } .articleList .articleImg~.articleCont { padding-left: 0; } .articleImg~.articleCont { width: 100%; } }
@media screen { 
/* https://tomashrdinka.cz/css/login.css */
.loginBox { position: relative; } .dialogIn:before { content: ' '; width: 14px; height: 14px; display: block; background: var(--bdrColor); -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; z-index: -1; top: 3px; right: 18px; } .dialog { position: absolute; display: none; top: 55px; right: 0; width: 100%; z-index: 10; overflow: visible; padding-top: 10px; min-width: 240px; } .dialogIn { background: white; border: 1px solid var(--bdrColor); } .dialogIn h3 { margin: 0 0 15px 0; } .dialogIn form .btn { width: 100%; text-align: left; } .dialogIn form .btn i { float: right; line-height: 20px; } .dialogIn form p { margin: 8px 0; } .dialogIn form { padding: 15px; } .dialogIn form input { margin: 0; } .dialogIn i { font-size: 20px; } .loginBtns { display: flex; } .dialogIn .btn i { float: right; font-size: 12px; line-height: 20px; } .rr { float: left; width: 50%; text-align: center; text-decoration: none; border-top: 1px solid var(--bdrColor); font-size: .9em; line-height: 1.3em; padding: 5px 10px; color: var(--textColor); } .rr+.rr { border-left: 1px solid var(--bdrColor); } .rr:hover { text-decoration: none; color: var(--primColor); } .rr i { display: block; line-height: 32px; opacity: .5; } .dialogIn ul { margin: 0; padding: 0; } .dialogIn ul a { display: block; text-decoration: none; padding: 10px 15px; text-align: left; } .dialogIn ul li { border-top: 1px solid var(--bdrColor); margin: 0; padding: 0; display: block; float: none; } .dialogIn ul a i { min-width: 1.2em; display: inline-block; float: right; line-height: 1.4em; font-size: 18px; text-align: center; min-width: 2em; } .dialogIn ul a:hover { text-decoration: none; } .dialogIn h3.userName { padding: 10px 15px; margin: 0; font-size: 1.25em; background: #f8f8f8; }
}
@media screen { 
/* https://tomashrdinka.cz/css/search.css */
.searchBox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; background: var(--altColor); transform: translateY(-100%); transition: transform .2s ease-out; z-index: -20; visibility: hidden; opacity: 0; } .searchBoxIn { height: 100%; display: flex; align-items: center; width: 100%; } .search--on .searchBox { transform: translateY(0); visibility: visible; opacity: 1; z-index: 50; } .searchBox input { padding: 20px; margin: 0; height: 50px; padding: 0 15px; width: 100%; min-height: 0; background: transparent; color: white; border-radius: 0; border-width: 0; } .searchBox fieldset { position: relative; display: block; width: 100%; padding-left: 50px; padding-right: 50px; } .searchBox button:hover { background: rgba(0, 0, 0, 0.15); } .searchBox button { width: 50px; height: 50px; line-height: 50px; margin: 0; border: 0; position: absolute; right: 0; top: 0; color: white; background: transparent; font-size: 18px; padding: 0; min-height: 0; } .searchBox .searchClose:hover { background: rgba(0, 0, 0, 0.15); } .searchBox .searchClose svg { display: block; margin: 0 auto; width: 24px; height: 24px; } .searchBox .searchClose { position: absolute; left: 0; top: 0; color: white; height: 50px; width: 50px; text-align: center; cursor: pointer; z-index: 201; padding-top: 13px; } .searchBox input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } .searchBox input::-moz-placeholder { color: rgba(255, 255, 255, 0.6); } .searchBox input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.6); } /* vyhledavani v obsahu */ .searchInContent button.btn { margin: 0; border-radius: 0; position: absolute; right: 0; top: 0; padding: 0; cursor: pointer; border: 0; line-height: 55px; width: 55px; display: inline-block; text-align: center; height: 55px; } .searchInContent button.btn i { min-width: 0; text-align: center; } .searchInContent input { margin: 0; height: 55px; padding-right: 55px; } .searchInContent p { margin: 0; position: relative; } .searchInContent { margin: 20px auto; max-width: 930px; } /* naseptavac */ .autocomplete { position: absolute; width: 100%; z-index: -10; left: 0; right: 0; visibility: hidden; opacity: 0; transition: opacity .5s ease-out; } .autocompleteIn { white-space: normal; text-align: left; background: white; border: 1px solid #bcbcbc; border-top-width: 0; box-shadow: 0 2px 2px rgba(0, 0, 0, .15); } header .autocomplete { padding-left: 50px; padding-right: 50px; } .autocomplete img { height: auto; display: block; margin: 0 auto; } .autocomplete ol a { text-decoration: none; display: table; width: 100%; color: var(--textColor); line-height: 1.2em; } .autocomplete ol a i { opacity: var(--setOpacity); font-size: 20px; } .autocomplete ol a span { display: table-cell; vertical-align: middle; padding: 5px 15px; min-width: 90px; text-align: center; } .autocomplete ol a span+span { width: 100%; text-align: left; padding-left: 0; } .autocomplete ol a span+span+span { font-weight: bold; white-space: nowrap; text-align: right; min-width: 0; } .autocomplete ol a strong { font-weight: normal; } .autocomplete h4 { margin: 10px 15px 0 15px; padding: 10px 0 5px 0; font-size: 1.2em; border-top: 1px solid #cbd5db; border-color: rgba(0, 0, 0, .1); } .autocomplete h4:first-child { border: 0; margin-top: 0; } .autocomplete ol { margin: 0; padding: 0; list-style-type: none; } .autocomplete ol li { width: 100%; } .autocomplete--on input, .autocomplete--on input:focus { border-color: #bcbcbc; border-bottom-color: transparent; } .search--on .autocomplete--on .autocomplete, .content .autocomplete--on .autocomplete { opacity: 1; visibility: visible; z-index: 10; } .autocomplete .autocompleteSelected a, .autocomplete .autocompleteSelected a:hover { background: #f8f8f8; } .autocomplete ol a:hover { background: #f8f8f8; } .autocomplete ol a em { font-size: .9em; line-height: 1.2em; font-style: normal; display: block; padding: 0; opacity: var(--setOpacity); } .AClink { display: block; font-size: .9em; padding: 5px 10px; color: var(--textColor); background: #e8e8e8; text-decoration: none; line-height: 1.2em; text-align: center; } .AClink i { margin-right: 5px; } .AClink:hover { color: var(--primColor); text-decoration: none; } @media (max-width: 960px) { .searchBox { padding-left: 100px; } } @media (max-width: 460px) { header .autocomplete { padding-left: 0; padding-right: 0; font-size: .9em; } .searchBox input { padding-left: 5px; padding-right: 5px; } .searchBox .section { padding: 0; } } @media (max-width: 375px) { .searchBox { padding-left: 50px; } }
}
@media screen { 
/* https://tomashrdinka.cz/css/slideshow.css */
section.slideShow { position: relative; height: 0; padding: 0; padding-bottom: calc(100% / 1920 * 640); overflow: hidden; } .slide { position: absolute; left: 0; top: 0; width: 100%; overflow: hidden; z-index: 2; height: 100%; background: center center no-repeat; background-size: cover; background-color: #000; transition: transform .5s; } .slide.slideNext { transform: translateX(100%); } .slide.slidePrev { transform: translateX(-100%); } .slide.active { transform: translateX(0) } .slide img { display: block; width: 100%; height: auto; } .arrL:hover, .arrR:hover { background-color: #fff; } .arrL, .arrR { position: absolute; width: 90px; height: 90px; background: rgba(255, 255, 255, 0.5) url(/img/arr.svg) center center no-repeat; background-size: 80px 80px; top: 50%; right: 20px; z-index: 30; margin-top: -45px; cursor: pointer; transition: background-size .25s; border-radius: 50%; } .arrL { right: auto; left: 20px; transform: rotate(180deg) } .slideIn { padding: 15px 15px 35px 15px; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; position: absolute; display: flex; align-items: flex-end; } .slide .slideCont h2 { font-size: 1.5em; margin: 0 0 5px 0; } .slideCont .btn { margin-bottom: -35px; margin-top: 10px; min-width: 90px; text-align: center; } .slideCont p { margin: 0; line-height: 1.25em; } .slideCont { max-width: 415px; background: rgba(255, 255, 255, 0.9); padding: 15px; } .prepinac { white-space: nowrap; padding: 0 0; text-align: center; z-index: 5; position: absolute; left: 50%; top: 15px; z-index: 8; transform: translateX(-50%); } .prepinac span { display: inline-block; width: 10px; height: 10px; overflow: hidden; background: rgba(255, 255, 255, .4); cursor: pointer; margin: 0 5px; border-radius: 50%; -webkit-border-radius: 50%; } .prepinac span.aktivni, .prepinac span:hover { background: white; } .slide .video .videoIframe { padding-bottom: 41.67%; } .slide .video { padding: 0 3.5%; }
}
/* https://tomashrdinka.cz/css/products.css */
.itemList { display: flex; flex-flow: row wrap; flex-wrap: wrap; align-items: stretch; margin-left: -15px; margin-right: -15px; } .content section .itemList { padding-top: 6px; } .item { width: 33.33333%; padding: 0 15px; display: flex; align-items: stretch; } .itemIn { border: 1px solid var(--bdrColor); border-width: 0; display: flex; flex-flow: column nowrap; align-items: stretch; } .itemCont h3 { margin: 0; } .itemCont p { margin: 0; } .itemText { margin-top: 8px; flex-grow: 100; } .price span { display: block; opacity: var(--setOpacity); font-size: .7rem; line-height: 1.2em; } .price strong { display: block; font-size: 1.4em; line-height: 1.2em; white-space: nowrap; } .price { margin: 8px 0 0 0; } .item .price { flex: 0 100 auto; } .box .price { margin: 2px 0 0 0; } .box .price strong { font-size: 1.1em; } .priceInDet strong { font-size: 2em; } .priceInDet .price { display: inline-block; border: 1px solid var(--bdrColor); padding: 15px 30px; } .priceInDet { margin: 15px 0; } .itemCont { line-height: 1.25em; padding-top: 10px; display: flex; flex-flow: column nowrap; flex: auto; } .itemImg { flex: none; } .itemImg img { display: block; width: 100%; height: auto; } .item:nth-of-type(n+4) .itemIn { border-top-width: 1px; padding-top: 30px; margin-top: 30px; } .tab.productTab { width: 100%; } .productTab h4 { margin: 0; } .productTab .price { margin: 0; } .productTab .price strong { font-size: 1.25em; line-height: 1.2em; } .relatedArticleList .price strong { font-size: 1em; } /*filtorovani */ .sortBox { display: flex; justify-content: space-between; align-items: center; flex-flow: row wrap; margin: 0 -15px 30px -15px; } .sortby { display: inline-block; position: relative; } .sortby span strong { text-transform: lowercase; } .sortby span { display: block; line-height: 30px; cursor: pointer; text-align: left; padding: 0 15px; border: 1px solid transparent; border-bottom-width: 0; border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; white-space: nowrap; min-width: 120px; } .sortby span:hover { color: var(--primColor); } .sortby span i { margin-left: 8px; vertical-align: middle; } .sortby ol { list-style-type: none; display: none; z-index: 10; margin: 0; padding: 4px 0; text-align: left; position: absolute; top: 31px; left: 0; width: 100%; background: #f8f8f8; border: 1px solid var(--bdrColor); border-top-width: 0; border-radius: 0 0 4px 4px; min-width: 120px; } .sortbyOpen span { background: #f8f8f8; border-color: var(--bdrColor); } .sortby ol li { cursor: pointer; } .sortby ol li a { color: black; text-decoration: none; padding: 8px 15px; display: block; } .sortby ol li a:hover { color: var(--primColor); text-decoration: underline; } .sortbyOpen ol { display: block; } @media (max-width: 760px) { .itemList { margin-left: -10px; margin-right: -10px; } .item { padding: 0 10px; } .item { width: 50%; } .item:nth-of-type(n+3) .itemIn { border-top-width: 1px; padding-top: 15px; margin-top: 15px; } .productTab h4, .productTab .price strong { font-size: 1.1em; font-weight: var(--fwN); } } @media (max-width: 360px) { .itemList { display: block; } .item { width: 100%; } .item:nth-of-type(n+2) .itemIn { border-top-width: 1px; padding-top: 15px; margin-top: 15px; } }
/* https://tomashrdinka.cz/css/photogallery.css */
.photogalleryList { margin-left: -15px; margin-right: -15px; } .photogalleryList:after { clear: both; height: 1px; content: ' '; display: block; } .content section .photogalleryList { padding-top: 6px; } .gItem { width: 25%; padding: 0 15px; float: left; } .gItem:nth-of-type(4n+1) { clear: left; } .gItemIn { border: 1px solid var(--bdrColor); border-width: 0; } .gCont p { margin: 0; } .gCont { line-height: 1.25em; padding-top: 10px; text-align: center; opacity: var(--setOpacity); } .gImg img { display: block; width: 100%; height: auto; } .gItem:nth-of-type(n+5) .gItemIn { border-top-width: 1px; padding-top: 15px; margin-top: 15px; } @media (max-width: 760px) { .photogalleryList { margin-left: -10px; margin-right: -10px; } .gItem { padding: 0 10px; } .gItem { width: 33.33333%; } .gItem:nth-of-type(n+4) .gItemIn { border-top-width: 1px; padding-top: 15px; margin-top: 15px; } .gItem:nth-of-type(4n+1) { clear: none; } .gItem:nth-of-type(3n+1) { clear: left; } } @media (max-width: 470px) { .photogalleryList { margin-left: -5px; margin-right: -5px; } .gItem { padding: 0 5px; } .gItem { width: 50%; } .gItem:nth-of-type(n+3) .gItemIn { border-top-width: 1px; padding-top: 15px; margin-top: 15px; } .gItem:nth-of-type(3n+1) { clear: none; } .gItem:nth-of-type(2n+1) { clear: left; } } @media (max-width: 360px) { .gItem { padding: 0 5px; } }
@media screen { 
/* https://tomashrdinka.cz/css/calendar.css */
.popup { background: White; padding: 10px; border: 1px solid rgba(166, 168, 176, .4); position: absolute; width: 250px; line-height: 1.25em; display: none; text-align: left; left: -2px; top: 32px; } .popup .arrow { display: block; width: 10px; height: 10px; border-width: 1px; border-style: solid; border-color: rgba(166, 168, 176, .4) transparent transparent rgba(166, 168, 176, .4); background-color: white; transform: rotate(45deg); position: absolute; left: 8px; overflow: hidden; top: -5px; z-index: 2; } .popup:before { content: " "; display: block; position: absolute; left: 0; top: -20px; height: 20px; width: 40px; } .popup p { margin: 0; } .popup p+p { margin-top: 10px; } .popup a { text-decoration: none; } .box.calendar { max-width: 280px !important; } .calendar table { width: 100%; table-layout: fixed; border: 0; } .calendar td { vertical-align: middle; text-align: center; border: 0; line-height: 25px; font-size: .95em; } .calendar th { vertical-align: middle; text-align: center; border: 0; line-height: 25px; color: var(--primColor); font-weight: var(--fwN); } /* zarovnani popup vpravo .calendar td+td+td+td .popup, .calendar td+td+td+td .popup:before { left: auto; right: 0; } .calendar td+td+td+td .popup .arrow { left: auto; right: 6px; } */ @media (min-width: 960px) { .calendar .active:hover .popup { display: block; z-index: 10; } } .calendar td.past { color: rgba(45, 46, 49, 0.3); } .calendar td .active>a { text-decoration: none; border-radius: 50%; color: White; margin: 0 auto; text-align: center; display: inline-block; width: 25px; height: 25px; background: var(--primColor); cursor: pointer; } .calendar td .active:hover>a { background: var(--secColor); } .calendar td .active { position: relative; display: inline-block; } .calHeader h3 { text-align: center; color: var(--textColor); margin: 0; } .calendar td:hover .active { z-index: 9; } .calendar .active:hover a { z-index: 11; position: relative; } .calHeader { display: flex; justify-content: space-between; margin-bottom: 10px; align-items: center; } .calBtn:hover { color: var(--primColor); } .calBtn { display: inline-block; font-size: 18px; width: 32px; min-width: 32px; line-height: 30px; text-align: center; cursor: pointer; } .calendar .date, .events .date { font-size: .9em; } .events ul { margin: 0; padding: 0; list-style-type: none; } .events ul li { margin-top: 1em; } .events h3 { margin: 2px 0 0 0; font-size: 1.25em; } .calendarItem+ .calendarItem { margin-top: 8px; }
}
/* https://tomashrdinka.cz/css/branch.css */
/*pobocka*/ .hotNews p + p { margin-top: 10px; } .hotNews p { margin: 0; } .hotNews { border-left: 10px solid var(--primColor); padding: 10px 15px; background: #f8f8f8; } .openTime { margin-top: 30px; margin-bottom: 30px; } .openTime span { white-space: nowrap; padding-right: 15px; display: inline-block; font-size: 1.2em; } .openTable { display: none; } .openTable td { padding-left: 15px; } .shop .bookmarks { margin-bottom: 0; } .shopMap { margin-bottom: 30px; } .postAddress { font-size: 1.2em; line-height: 1.8em; } .contactBox i, .UserFooter i { min-width: 22px; vertical-align: middle; text-align: center; opacity: .5; padding-right: 5px; } .contactBox a { color: var(--textColor); } .contactBox p { margin: 0px 0; } .contactBox address { line-height: 1.8em; display: block; margin: 0; white-space: nowrap; } .contactBox { font-size: 1em; } .contactPers img { width: 80px; height: auto; } .contactImg { padding-right: 15px; padding-top: .25em; max-width: 150px; width: 40%; min-width: 40%; } .contacts .contactPers img { width: auto; max-width: 100%; height: auto; } .contacts .contactPers>p:first-child { width: 40%; min-width: 40%; padding-right: 15px; flex: auto; } .contactPers { display: flex; justify-content: flex-start; } .contactDet { flex-grow: 10; width: 60%; } .nPoint span { margin-right: 15px; } .nPoint { margin: 25px 0; border: 1px solid var(--bdrColor); padding: 10px; } /* google mapy */ .gm-style { text-align: center; font-size: .9em !important; font-size: .9rem !important; } .gm-style .btn { margin-top: 5px; } .gm-style h3, .gm-style h4 { margin: 0 0 5px 0; } .gm-style .gm-style-iw { font-size: 1em !important; } @media (max-width: 760px) { .contacts div[class^="col"]+div[class^="col"] { margin-top: 30px; } .contactImg { min-width: 30%; width: 30%; } } @media (max-width: 360px) { .contactBox i { display: none; } }
/* https://tomashrdinka.cz/css/discussion.css */
/* diksuze */ .disHeader, .talkHeader { display: flex; justify-content: space-between; flex-flow: row wrap; align-items: center; } .talk .text { margin: 5px 0; } .talk h2 { display: inline-block; vertical-align: middle; margin: 0; } .talk { margin: var(--vSpace) 0; } .talk .ip { font-size: .85em; opacity: .75; } .talk .up, .talk .down { white-space: nowrap; font-size: .9em; margin-right: 10px; } .talkSet span { display: inline-block; } .talkSet a { text-decoration: none; color: var(--textColor); } .talkSet i { font-size: 1.2em; text-align: center; display: inline-block; vertical-align: middle; width: 2.2em; line-height: 30px; opacity: var(--setOpacity); } .talkSet .spam:hover, .talkSet span.spam { background: #d50000; color: white; border-color: #d50000; } .talk .up a:hover i, .talkSet .green i, .talkSet .green { color: var(--altColor); } .talk .down a:hover i, .talkSet .red i, .talkSet .red { color: #d50000; } .talkSet .spam { border: 1px solid #646b6f; display: inline-block; border-radius: 50%; width: 20px; line-height: 18px; text-align: center; font-weight: var(--fwB); font-size: 12px; color: #646b6f; } .talk article article { padding: 10px 0 0 20px; margin-top: 10px; border-top: 1px solid #cbd5db; } .talk article { margin: 1em 0 0 0; background: #f8f8f8; padding: 15px; } .talk blockquote { margin-bottom: 10px; opacity: var(--setOpacity); padding: 5px 0; border-bottom: 1px dashed #cbd5db; display: none; } .quote > span { font-size: .85em; cursor: pointer; } .talk article h3 { font-size: 1.25em; margin: 0; } .talk h4 { margin: 3px 0; font-size: .85em; font-weight: var(--fwN); line-height: 1.4em; color: var(--textColor); } .talkForm label { display: block; } .talkForm { margin: 0; background: #f8f8f8; padding: 15px 20px; display: none; } .textLength { float: right; font-size: .9em; opacity: var(--setOpacity); }
@media screen { 
/* https://tomashrdinka.cz/css/input-replace.css */
.inputReplaceRow { display: flex; margin: 5px 0; } .inputReplaceLabel { align-self: center; flex: 100 1 auto; padding-left: 15px; } .inputReplaceLabel label { padding: 0; margin: 0; display: inline-block; cursor: pointer; } .checkbox-replaced, .radio-replaced { border: 1px solid #bcbcbc; /*barva ramecku*/ background-color: white; transition: border-color 1s; cursor: pointer; display: inline-block !important; vertical-align: middle; text-align: center; line-height: 24px; font-size: 16px; width: 26px; height: 26px; transition: border-color 1s; border-radius: 2px; } .checkbox-replaced:hover, .radio-replaced:hover { border-color: var(--primColor); } .checkbox-replaced.checked.disabled:before { color: var(--bdrColor); } .checkbox-replaced.disabled, .radio-replaced.disabled { border-color: var(--bdrColor); cursor: default; background: #f8f8f8; } .checkbox-replaced:before { line-height: 24px; content: "\f00c"; color: var(--primColor); /*barva zaskrtnuti*/ visibility: hidden; display: inline-block; font-family: 'Font Awesome 5 Pro'; font-weight: 400; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; opacity: 0; } .radio-replaced { border-radius: 50%; -webkit-border-radius: 50%; line-height: 18px; position: relative; } .radio-replaced:before { content: " "; background: var(--primColor); /*barva zaskrtnuti*/ position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; margin: -5px 0 0 -5px; line-height: 26px; display: inline-block; border-radius: 50%; -webkit-border-radius: 50%; visibility: hidden; opacity: 0; } .radio-replaced.checked.disabled { border-color: var(--bdrColor); } .radio-replaced.checked.disabled:before { background: #cbd5db; } .checkbox-replaced.checked:before, .radio-replaced.checked:before { visibility: visible; opacity: 1; -webkit-transform: scale(1); transform: scale(1) } .radio-replaced:before, .checkbox-replaced:before { -webkit-transform: scale(3); transform: scale(3); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
}
/* https://tomashrdinka.cz/css/components.css */
.content ul, .cke_editable ul { margin-left: 0; padding: 0; list-style-image: none; } .content ul li, .cke_editable ul li { padding: 0; margin: 8px 0; position: relative; padding-left: 30px; display: table; } .content ul li:before, .cke_editable ul li:before { content: " "; background: var(--primColor); display: block; clear: both; border-radius: 50%; width: 6px; height: 6px; display: inline-block; position: absolute; left: 0; top: calc(1.5em / 2 - 3px); } .content>h1:nth-of-type(1) { margin-top: 0; } .wysiwyg.fancybox, .fancybox { cursor: zoom-in; cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAt1BMVEUAAAAEBAT9/f0EBATw8PDFxcWBgYEoKCgEBASxsbEEBAQEBATv7+/////////////x8fHPz8/FxcWenp7///9ra2sTExP///8EBAT////z8/N/f3////8EBAQnJycEBAT////5+fkEBAT///////8EBAT///////8EBATq6urn5+fu7u7Q0NDx8fF1dXVxcXHp6en///////+FhYWDg4P///////96enqlpaWrq6uXl5cEBAT///9NrU+AAAAAPHRSTlMAv/uI+uzax66HQBLy6coE9enl4d7Vw7Splm5oZ2VVUEslJRsYFhUMCvf38Ofc1tbAuq6tq11aLiYXFQSCfJAHAAAAyElEQVQY03XPVQ7DMBBF0RmHoUmZmZm5b//rqls7VRSp98fW0Xgk0//6jUhEjX6apkeo9tOfDXIIbYcde4H8XVscoVCt9yY06RZQDBReEVaNOUFeHyFOCmuw63MisLw3YflfzMHpkcYRTOOLAAdQUQzhJpMvYgbL5CQnO4PkeRuWmrxg2dU4K6OidsYbrJ/yZJodIHa+/lEeq+aYxu0yAOGR6laELq3B2TJhWpWt+GiLdL7hsmv4ntQSDzUmeaLEHcrWUpbp8/YN5TMZfPzoG3cAAAAASUVORK5CYII=), url("/img/zoomin.cur"), zoom-in; } .UserFooter p { margin: 0; display: inline; padding: 0; } .num { border-radius: 11px; display: inline-block; vertical-align: middle; color: var(--textColor); background-color: white; line-height: 22px; width: 22px; text-align: center; font-size: 11px; margin-left: 5px; font-style: normal; } /* soubory ke stazeni */ .filesDwnlList { display: flex; flex-wrap: wrap; align-items: stretch; } .file { float: left; width: 50%; padding-top: 5px; border-width: 0; border: 1px solid var(--bdrColor); border-width: 0; } .file span+span { align-self: center; } .file a { text-decoration: none; font-size: 1em; line-height: 1.4em; word-break: break-all; display: block; } .file a em { white-space: nowrap; word-break: normal; } .file i { font-size: 1.8em; vertical-align: middle; opacity: .5; display: inline-block; padding-right: 15px; } .file a em { color: var(--textColor); font-size: .9em; font-style: normal; opacity: var(--setOpacity); } .file p { margin: 0; display: flex; } .file:nth-of-type(even) { padding-left: var(--hSpace); } .file:nth-of-type(odd) { border-right-width: 1px; padding-right: var(--hSpace); } .file:nth-of-type(n+3) { padding-top: 15px; } @media (max-width: 760px) { .file:nth-of-type(even) { padding-left: var(--RhSpace); } .file:nth-of-type(odd) { padding-right: var(--RhSpace); } } @media (max-width: 460px) { .filesDwnlList { display: block; } .file { float: none; max-width: 100%; width: 100%; } .file:nth-of-type(even) { padding-left: 0; } .file:nth-of-type(odd) { padding-right: 0; } .file:nth-of-type(n+2) { border-top-width: 1px; margin-top: 10px; padding-top: 10px; } } /* vypis podstranek  */ .subpages { margin: 2em 0; } .subpages .subImg img { width: auto; width: 100%; height: auto; } .subpages .subImg { max-width: 105px; padding: .25em 15px 0 0; } .subpages ul { margin: 0; padding: 0; list-style-type: none; } .subpages ul li { padding: 0; margin: 0; display: flex; } .subText { align-self: center; flex-grow: 100; } .subpages ul li:before { display: none; } .subpages h4 { margin: 0 0 0 0; font-size: 1.5em; text-align: left; } .subpagesSimple h4 { font-size: 1.25em; } .subpages p { margin: 4px 0 0 0; opacity: var(--setOpacity); } .subpages ul li+li { margin-top: 1em; } .subpagesSimple ul li:before, ul li.subpagesSimpleLi:before { font-family: 'Font Awesome 5 Pro'; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; color: var(--primColor); content: "\f30b"; background: transparent; display: block; clear: both; border-radius: 0%; width: auto; height: auto; display: inline-block; position: absolute; left: 0; top: .25em; font-size: 1.1em; line-height: 1em; } ul li.subpagesSimpleLi:before { top: .45em; } .subpagesSimple ul li, ul li.subpagesSimpleLi { padding-left: 30px; line-height: 1.25em; } /* strankovani */ .navig, .abcd { margin: 30px 0 0 0; text-align: center; border: 1px solid var(--bdrColor); border-width: 1px 0 0 0; padding: 30px 0 0 0; } .navig a, .navig strong, .abcd span, .abcd a { color: var(--primColor); line-height: 30px; min-width: 32px; text-align: center; display: inline-block; margin: 2px 0; padding: 0 3px; border: 1px solid var(--bdrColor); text-decoration: none; } .navig strong { background: var(--primColor); color: White; font-weight: normal; } .navig span { display: inline-block; content: "..."; color: var(--primColor); line-height: 30px; margin: 0 3px; } .navig a:hover, .abcd a:hover, .abcd a.active { background: var(--secColor); color: White; text-decoration: none; } .navig i { font-size: 1.2em; } .abcd span, .abcd a { min-width: 27px; line-height: 25px; } .abcd span { opacity: .3; color: var(--textColor); } @media (max-width: 375px) { .navig .navigNext, .navig .navigPrev { display: none; } } /* tagy */ .tags { line-height: 1.25em; margin: 30px 0 0 0; font-size: .9em; } .tags p { margin: 5px 0; } .tags em { font-style: normal; opacity: var(--setOpacity); display: inline-block; vertical-align: middle; } .tag:hover { background: var(--primColor); color: white; border-color: var(--primColor); text-decoration: none; } .tag { display: inline-block; vertical-align: middle; padding: 1px 6px; background: #f8f8f8; border: 1px solid #bcbcbc; color: var(--textColor); text-decoration: none; border-radius: 2px; margin: 1px; } /* 404 */ .fa.superIco { font-size: 120px; vertical-align: middle; display: block; margin: 0 auto 20px auto; } /* ikonky soc. siti */ .socIco { text-align: right; margin-top: 30px; } .socIco a:hover, .socIco span:hover { color: white; background: var(--primColor); border-color: var(--primColor); } .socIco a, .socIco span { color: var(--textColor); border: 1px solid #dadada; cursor: pointer; border-radius: 50%; line-height: 32px; min-width: 34px; display: inline-block; text-align: center; font-size: 18px; margin: 2px; } .socIco i { opacity: var(--setOpacity); } /* nakupni kosik */ .shopBox { background: var(--altColor); padding: 10px 15px 15px 15px; cursor: pointer; } .shopBox h3 { color: White; line-height: 28px; background: transparent url(../img/shop.png) no-repeat 0 0; padding-left: 48px; margin: 0; } .shopBox p { color: White; line-height: 1.3em; } .shopBox a { color: White; font-weight: var(--fwB); } .shopBox p { margin: 10px 0 0 0; } .shopBox p span { font-size: .9em; display: block; color: rgba(255, 255, 255, .7) } /* loga */ .support ol { list-style-type: none; margin: 0 0 20px 0; padding: 0; display: table; width: 100%; table-layout: fixed; width: 100%; } .support li { display: table-cell; vertical-align: middle; text-align: center; height: 90px; padding: 0 5px; } .support img { display: inline-block; max-width: 100%; height: auto; } @media (max-width: 760px) { .support ul { list-style-type: none; margin: 0; padding: 0; display: block; } .support li { display: inline-block; vertical-align: middle; text-align: center; height: auto; padding: 10px 5px; } } /* reklamy */ .ad img { height: auto; max-width: 100%; } .ad p { margin: 0; } .ad-right { margin: 0; } /* drobeckova navigace */ .breadCrumbs { opacity: .5; font-size: .9em; margin-bottom: 30px; } .breadCrumbs a:hover { color: var(--primColor); } .breadCrumbs a { color: var(--textColor); text-decoration: none; } .breadCrumbs i { margin: 0 3px; display: inline-block; vertical-align: middle; } h1~.breadCrumbs { margin-top: -20px; } /* infohlasky */ .message { z-index: 10000; position: fixed; width: 100%; left: 0; top: 0; font-weight: var(--fwB); padding: 0 60px; display: none; background: #116a11; background-size: 24px 24px; cursor: pointer; color: white; -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .15); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15); box-shadow: 0 3px 6px rgba(0, 0, 0, .15); } .message:after { position: absolute; content: ' '; display: block; width: 50px; height: 55px; max-height: 100%; right: 0; top: 0; background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCTxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6IiAvPgoJPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIgLz4KPC9zdmc+Cg==) no-repeat center center; background-size: 24px 24px; } .message-in { width: 100%; max-width: 700px; margin: 0 auto; padding: 10px 0; line-height: 1.4em; text-align: center; } .message p { padding: 0; margin: 0 0 0 0; } .message a { color: white; text-decoration: underline; } .message a:hover { color: white; text-decoration: none; } .message button { min-width: 50px; text-align: center; width: auto; font-size: 1em; } .message h4 { margin: 0; } .messageError { background-color: #d50000; } .message .note i { font-size: 20px; vertical-align: middle; margin-right: 12px; opacity: var(--setOpacity); } .message .note { display: table; margin: 5px auto; width: auto; } .message .note span { display: table-cell; vertical-align: top; } /* zalozky */ .content .bookmarks ul { margin: 0; padding: 0; display: flex; } .content .bookmarks li { margin: 0; padding: 0 0 0 0; float: left; line-height: 1.2em; } .content .bookmarks li:before, .searchInner li:before { display: none; } .bookmarks { margin-bottom: 30px; } .bookmarks a span { padding: 0 15px; } .bookmarks a { cursor: pointer; display: block; text-decoration: none; color: var(--textColor); text-align: center; padding: 0; height: 48px; display: flex; align-items: center; justify-content: center; } .bookmarks:after { clear: both; background: var(--primColor); height: 3px; width: 100%; display: block; content: " "; position: relative; top: -1px; } .bookmarks .active a, .bookmarks .active a:hover { background: var(--primColor); color: white; } .bookmarks .num { background: var(--bdrColor); } .bookmarks a:hover { background: var(--bdrColor); } .bookmarks li+li a span { border-left: 1px solid var(--bdrColor); } .bookmarksRight ul { float: right; } /* loading */ .loading { position: fixed; right: 0; left: 0; top: 0; bottom: 0; z-index: 20000; background-color: rgba(255, 255, 255, 0.4); } .loading .loader { position: fixed; margin: -40px 0 0 -40px; left: 50%; top: 50%; z-index: 20001; } .loader { width: 80px; height: 80px; display: block; animation: animLoader 1.25s infinite linear; border-width: 8px; border-style: solid; border-color: var(--primColor) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2); border-radius: 50%; } @keyframes animLoader { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } /* coookies */ .cookies { background: #E3E3E3; border-top: 1px solid var(--bdrColor); padding: 10px 5px; display: flex; font-size: .85em; line-height: 1.25em; position: fixed; right: 0; left: 0; bottom: 0; width: 100; z-index: 100; justify-content: center; align-items: center; } .cookies p { margin: 0; } .cookiesBtn { padding: 0 10px; } .cookiesIn { max-width: 800px; padding: 0 10px; } .cookies .btn { padding: 5px 10px; } /* window popup */ .windowPopup { position: fixed; display: block; width: 100%; height: 100%; left: 0; top: 0; z-index: 1000; background: rgba(0, 0, 0, 0.35); display: none; } .windowPopupIn { position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 20px; } .windowHeader { margin-top: 0; } .window { background-color: white; padding: 30px 40px; position: relative; max-height: 100%; overflow: auto; max-width: 760px; width: 100%; z-index: 5; border-radius: 6px; } .windowPopupSmall .window { max-width: 480px; text-align: center; } .windowIn:after { clear: both; height: 1px; content: ' '; display: block; } .window .close { position: absolute; right: 10px; top: 10px; } .close { cursor: pointer; top: 5px; right: 5px; width: 26px; height: 26px; padding-top: 0; text-align: center; display: block; margin: 0 auto 10px auto; padding-top: 13px; } .close:after, .close:before { content: ' '; display: block; margin: 0 auto; height: 1px; width: 23px; background: var(--textColor); transform: rotate(45deg); transform-origin: 50% 50%; } .close:before { transform: rotate(-45deg); margin-bottom: -1px; } .close:hover { transform-origin: 50% 50%; transform: scale(1.25); }
@media screen { 
/* https://tomashrdinka.cz/css/responsive.css */
@media (max-width: 1230px) { .midCol { padding-left: 5%; } .section { padding-left: 20px; padding-right: 20px; } .textBox { padding: 0 160px 0 0; } .revers .textBox { padding: 0 0 0 160px; } .level1In { padding: 0 160px 0 0; } .landingIn { background-size: 50% auto; } } @media (max-width: 960px) { #page { padding-top: 60px; } .columns { display: block; } .midCol { padding-left: 0; float: none; width: 100%; } .asideCol { width: auto; float: none; display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; } .footer .row { display: block; } .footer .row div { padding: 0 15px; float: none; text-align: center !important; width: 100%; float: none; margin: 3px 0; } a[href^="tel:"], a[href^="tel:"]:hover { text-decoration: underline; cursor: pointer; } .level1 h1 { font-size: calc(1.7em + 3vw); line-height: 1em; } .level1 h2 { font-size: calc(.7em + 2vw) } .progress { display: none; } .level1In { padding-right: 0; } .textBox { padding-right: 0; } .revers .textBox { padding-left: 0; } .contact .content { padding-left: 0; padding-right: 0; } .textCenter { padding-right: 0; padding-left: 0 !important; } } @media (max-width: 760px) { body { font-size: 1.2em; line-height: 1.5em; } h1 { font-size: calc(1.3em + 2vw) } h2 { font-size: calc(1.8em + 1vw) } h3 { font-size: calc(1em + 2vw) } h4 { font-size: calc(1em + 1.5vw) } h5 { font-size: calc(1em + 1vw) } .topNav { display: none; } .header { height: 60px; } .textBoxIn { padding-left: 30px; } .revers .textBoxIn { padding-right: 30px; } section { padding-top: 0px; } .HPindex main .section { padding-bottom: 0px; } .content { padding-top: 40px; padding-bottom: 40px; } .submit .inRow { text-align: center; justify-content: center; } .level1Img { margin-top: -40px; } .arrL { left: 5px; } .arrR { right: 5px; } .arrL, .arrR { width: 42px; height: 42px; background-size: 30px 30px; margin-top: -21px; } } @media (max-width: 480px) { .textBox h2 { text-align: center; } .textBox { flex-flow: row wrap; justify-content: center; } .textBoxIn { padding-left: 0px; padding-bottom: 30px; order: -1; } .revers .textBoxIn { padding-right: 0px; } .textImg { width: 100%; max-width: 480px; min-width: 40%; } } @media (max-width: 470px) {}
}

/* plugins */

/* https://tomashrdinka.cz/css/jquery-ui-1.10.3.custom.css */
/*! jQuery UI - v1.10.3 - 2013-09-14 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ input.hasDatepicker { padding-right: 40px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAM1BMVEXL1dv////L1dvL1dvL1dvL1dvL1dvL1dvL1dvL1dvL1dvL1dvL1dvL1dvL1dvL1dvL1dufrY8XAAAAEHRSTlMAABEiM0RVZneImaq7zN3uf6QJ9gAAANxJREFUeAHt18GOhSAMheEOirc6Bc77P+2opIS7YUoyuYmT/quz8XPTDfT1Rznk0FQOkRaZOdJbYWPmhTQTFBKuUuicteBqn4ISaolaS0GNJ6AIIEsGEEnbL1dOrUxAfDpEdEpMmgBH/cU6BUn99g3iCsXPQpuc5QZl0UqDkoh8r79AG2oKdSlUK8sYylYI+xiCGZJPQ2Vpt9ySQC87ZMihSHdRB3G3dPxXyKGD7w4dLN3S8biDdMihJHdJh+Ru6XjWZTvkBymwxmNoLbCVwhiiwKZeRI9+QTrkkEM/d/1Ljcgl+KAAAAAASUVORK5CYII=), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOCAIAAACKFloIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACVJREFUeNpi+fTpEwMDAwsjIyMSxcTERKQghAJJYPCYIDyAAAMAJAUDMM1gx/MAAAAASUVORK5CYII="); background-repeat: no-repeat, repeat-x; background-position: 100% center, 0 0; background-size: 32px 32px, auto; } .ui-helper-hidden { display: none } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px } .ui-widget { background-color: white; } .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none } .ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse } .ui-helper-clearfix:after { clear: both } .ui-helper-clearfix { min-height: 0 } .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0) } .ui-front { z-index: 100 } .ui-state-disabled { cursor: default!important } .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat } .ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100% } .ui-resizable { position: relative } .ui-resizable-handle { position: absolute; font-size: 0.1px; display: block } .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none } .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0 } .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0 } .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100% } .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100% } .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px } .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px } .ui-selectable-helper { position: absolute; z-index: 100; border: 1px dotted black } .ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; min-height: 0 } .ui-accordion .ui-accordion-icons { padding-left: 2.2em } .ui-accordion .ui-accordion-noicons { padding-left: .7em } .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em } .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px } .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto } .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default } .ui-button { display: inline-block; position: relative; padding: 0; line-height: normal; margin-right: .1em; cursor: pointer; vertical-align: middle; text-align: center; overflow: visible } .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none } .ui-button-icon-only { width: 2.2em } button.ui-button-icon-only { width: 2.4em } .ui-button-icons-only { width: 3.4em } button.ui-button-icons-only { width: 3.7em } .ui-button .ui-button-text { display: block; line-height: normal } .ui-button-text-only .ui-button-text { padding: .4em 1em } .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px } .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em } input.ui-button { padding: .4em 1em } .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px } .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px } .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em } .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em } .ui-buttonset { margin-right: 7px } .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em } input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner { border: 0; padding: 0 } .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none } .ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0 } .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 0; left: 0; } .ui-datepicker .ui-datepicker-next { left: auto; right: 0; } .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px } .ui-datepicker .ui-datepicker-title { margin: 0 35px; line-height: 1.2em; text-align: center } .ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0 } .ui-datepicker select.ui-datepicker-month-year { width: 100% } .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49% } .ui-datepicker table { width: 100%; border-collapse: collapse; margin: 0 0 .4em; font-size: 1em; } .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } .ui-datepicker td { border: 0; padding: 1px; font-size: .95em; line-height: 2em; } .ui-datepicker td span, .ui-datepicker td a { display: block; padding: 0; text-align: center; text-decoration: none } .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding: 0 .2em; border-left: 0; border-right: 0; border-bottom: 0 } .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width: auto; overflow: visible } .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left } .ui-datepicker.ui-datepicker-multi { width: auto } .ui-datepicker-multi .ui-datepicker-group { float: left } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; margin: 0 auto .4em } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50% } .ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3% } .ui-datepicker-multi-4 .ui-datepicker-group { width: 25% } .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0 } .ui-datepicker-multi .ui-datepicker-buttonpane { clear: left } .ui-datepicker-row-break { clear: both; width: 100%; font-size: 0 } .ui-datepicker-rtl { direction: rtl } .ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right } .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left } .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group { float: right } .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width: 0; border-left-width: 1px } .ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; outline: 0 } .ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative } .ui-dialog .ui-dialog-title { float: left; margin: .1em 0; white-space: nowrap; width: 90%; overflow: hidden; text-overflow: ellipsis } .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 21px; margin: -10px 0 0 0; padding: 1px; height: 20px } .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto } .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin-top: .5em; padding: .3em 1em .5em .4em } .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right } .ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer } .ui-dialog .ui-resizable-se { width: 12px; height: 12px; right: -5px; bottom: -5px; background-position: 16px 16px } .ui-draggable .ui-dialog-titlebar { cursor: move } .ui-menu { list-style: none; padding: 2px; margin: 0; display: block; outline: none } .ui-menu .ui-menu { margin-top: -3px; position: absolute } .ui-menu .ui-menu-item { margin: 0; padding: 0; width: 100%; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) } .ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0 } .ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; min-height: 0; font-weight: normal } .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px } .ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5 } .ui-menu .ui-state-disabled a { cursor: default } .ui-menu-icons { position: relative } .ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em } .ui-menu .ui-icon { position: absolute; top: .2em; left: .2em } .ui-menu .ui-menu-icon { position: static; float: right } .ui-progressbar { height: 2em; text-align: left; overflow: hidden } .ui-progressbar .ui-progressbar-value { margin: -1px; height: 100% } .ui-progressbar .ui-progressbar-overlay { height: 100%; filter: alpha(opacity=25); opacity: 0.25 } .ui-progressbar-indeterminate .ui-progressbar-value { background-image: none } .ui-slider { position: relative; text-align: left } .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default } .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0 } .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit } .ui-slider-horizontal { height: .8em } .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em } .ui-slider-horizontal .ui-slider-range { top: 0; height: 100% } .ui-slider-horizontal .ui-slider-range-min { left: 0 } .ui-slider-horizontal .ui-slider-range-max { right: 0 } .ui-slider-vertical { width: .8em; height: 100px } .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em } .ui-slider-vertical .ui-slider-range { left: 0; width: 100% } .ui-slider-vertical .ui-slider-range-min { bottom: 0 } .ui-slider-vertical .ui-slider-range-max { top: 0 } .ui-spinner { position: relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle } .ui-spinner-input { border: none; background: none; color: inherit; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px } .ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0 } .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none } .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0 } .ui-spinner-up { top: 0 } .ui-spinner-down { bottom: 0 } .ui-spinner .ui-icon-triangle-1-s { background-position: -65px -16px } .ui-tabs { position: relative; padding: .2em } .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0 } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom-width: 0; padding: 0; white-space: nowrap } .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none } .ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px } .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text } .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer } .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none } .ui-tooltip { padding: 8px; position: absolute; z-index: 9999; max-width: 300px; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa } body .ui-tooltip { border-width: 2px; } .ui-widget {} .ui-widget .ui-widget { font-size: 1em } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {} .ui-widget-content { border: 1px solid #ddd; color: #333 } .ui-widget-content a { color: #333 } .ui-widget-header { font-weight: 300; font-size: 1.3em; } .ui-widget-header a { color: #333; text-decoration: none; vertical-align: middle; display: block; text-align: center; border: 1px solid var(--borderColor); min-width: 30px; height: 30px; text-rendering: auto; line-height: 26px; cursor: pointer; content: "\f106"; font-family: 'Font Awesome 5 Pro'; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .ui-widget-header a:hover { background: var(--primColor); border-color: var(--primColor); color: white; } .ui-widget-header a:before { content: "\f0d9"; } .ui-widget-header a.ui-datepicker-next:before { content: "\f0da"; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 0; color: var(--textColor) } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: var(--textColor); text-decoration: none } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { text-decoration: none; background: var(--secColor); color: white; } .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { text-decoration: none; background: var(--secColor); color: white; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: var(--secColor); color: white; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { text-decoration: none; } .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 0; color: #fff; background: var(--primColor); } .ui-datepicker-calendar td a { display: block; text-align: center; border-radius: 50%; max-width: 2em; margin: 0 auto; } .ui-datepicker-calendar { table-layout: fixed; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636 } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; color: #fff } .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #fff } .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #fff } .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold } .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: var(--setOpacity); filter: Alpha(Opacity=70); font-weight: normal } .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter: Alpha(Opacity=35); background-image: none } .ui-state-disabled .ui-icon { filter: Alpha(Opacity=35) } .ui-icon { width: 16px; height: 16px }
/* https://tomashrdinka.cz/css/select2.css */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* https://tomashrdinka.cz/css/select2-custom.css */
.content .select2 ul li:before { display: none; } .content .select2 ul li { margin: 0; padding: 0; display: inline-block; } /*background*/ .selection .select2-selection { background: #fff; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOCAIAAACKFloIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACVJREFUeNpi+fTpEwMDAwsjIyMSxcTERKQghAJJYPCYIDyAAAMAJAUDMM1gx/MAAAAASUVORK5CYII=); background-repeat: repeat-x; } /* border */ .select2-dropdown, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--multiple .select2-selection__choic, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--multiple .select2-selection__choice { border-color: #bcbcbc; outline: 0; } /*focus*/ .select2-container--default.select2-container--focus .select2-selection--multiple { border-color: var(--primColor); } /*barva textu*/ .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow { color: var(--textColor); } /*vyska*/ .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow { height: 44px; } .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow, .select2-selection__rendered { line-height: 44px; } .select2-search.select2-search--inline, .select2-container .select2-search--inline .select2-search__field { line-height: 42px; /* -2px */ } .select2-selection__choice { line-height: 30px; /* vyska - 14px */ } /*padding*/ .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 14px; } .select2-results__option, .select2-container--default .select2-selection--multiple .select2-selection__rendered { padding-left: 14px; padding-right: 14px; } /*border radius*/ .select2-dropdown, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { border-radius: 0; } .select2-container--default .select2-selection--multiple .select2-selection__choice { border-radius: 4px; margin-bottom: 5px; /*tagy*/ } /*vyhledavac*/ .select2-search--dropdown .select2-search__field { padding: 4px 13px; } /*sipka*/ .select2-selection__arrow:after { font-family: 'Font Awesome 5 Pro'; font-weight: 400; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; content: "\f107"; } .select2-container--open .select2-selection__arrow:after { content: "\f106"; } /*background vyberane polozky  v selectu*/ .select2-container--default .select2-results__option[aria-selected="true"] { background-color: #ededed; } /*hovers*/ .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: var(--primColor); color: white; } .select2-container--classic .select2-selection--single:focus { border-color: var(--primColor); } /* barva roletky */ .select2-results { color: var(--textColor); background: #fff; } /* vyska roletky */ .select2-container--default .select2-results>.select2-results__options { max-height: 240px; } /*tagy*/ .select2-selection__choice { font-size: .8em; } .select2-selection__choice__remove { text-align: center; min-width: 18px; } .select2-container--default .select2-selection--multiple .select2-selection__choice { background: #f8f8f8; } /*background vyberu v selectu*/ .select2-container--default .select2-results__option[aria-selected="true"] { background-color: #ededed; color: var(--textColor); } /*-----*/ .select2-container .select2-selection--multiple .select2-selection__rendered { display: block; } .select2-container .select2-search--inline .select2-search__field { margin: 0 0; } .select2-selection__arrow b { display: none; }
/* https://tomashrdinka.cz/css/fa-light.min.css */
/*! * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) */ @font-face{font-family:Font Awesome\ 5 Pro;font-style:normal;font-weight:300;src:url(../webfonts/fa-light-300.eot);src:url(../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-light-300.woff2) format("woff2"),url(../webfonts/fa-light-300.woff) format("woff"),url(../webfonts/fa-light-300.ttf) format("truetype"),url(../webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-family:Font Awesome\ 5 Pro;font-weight:300}
/* https://tomashrdinka.cz/css/fa-brands.min.css */
/*! * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) */ @font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}
/* https://tomashrdinka.cz/css/fontawesome.min.css */
/*! * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) */ .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-check:before{content:"\f467"}.fa-boxes:before{content:"\f468"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-browser:before{content:"\f37e"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-image:before{content:"\f1c5"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-times:before{content:"\f317"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hexagon:before{content:"\f312"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-inventory:before{content:"\f480"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pennant:before{content:"\f456"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-racquet:before{content:"\f45a"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smoking:before{content:"\f48d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/* https://tomashrdinka.cz/css/jquery.fancybox.css */
@charset "UTF-8"; .fancybox-enabled { overflow: hidden; } .fancybox-enabled body { overflow: visible; height: 100%; } .fancybox-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99993; -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* Make sure that the first one is on the top */ .fancybox-container ~ .fancybox-container { z-index: 99992; } .fancybox-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #0f0f11; opacity: 0; transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19); -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fancybox-container--ready .fancybox-bg { opacity: 0.87; transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); } .fancybox-controls { position: absolute; top: 0; left: 0; right: 0; text-align: center; opacity: 0; z-index: 99994; transition: opacity .2s; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; direction: ltr; } .fancybox-show-controls .fancybox-controls { opacity: 1; } .fancybox-infobar { display: none; } .fancybox-show-infobar .fancybox-infobar { display: inline-block; pointer-events: all; } .fancybox-infobar__body { display: inline-block; width: 70px; line-height: 44px; font-size: 13px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-align: center; color: #ddd; background-color: rgba(30, 30, 30, 0.7); pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: subpixel-antialiased; } .fancybox-buttons { position: absolute; top: 0; right: 0; display: none; pointer-events: all; } .fancybox-show-buttons .fancybox-buttons { display: block; } .fancybox-slider-wrap { overflow: hidden; direction: ltr; } .fancybox-slider-wrap, .fancybox-slider { position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 0; margin: 0; z-index: 99993; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-tap-highlight-color: transparent; } .fancybox-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: auto; outline: none; white-space: normal; box-sizing: border-box; text-align: center; z-index: 99994; -webkit-overflow-scrolling: touch; } .fancybox-slide::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; } .fancybox-slide > * { display: inline-block; position: relative; padding: 24px; margin: 44px 0 44px; border-width: 0; vertical-align: middle; text-align: left; background-color: #fff; overflow: auto; box-sizing: border-box; } .fancybox-slide--image { overflow: hidden; } .fancybox-slide--image::before { display: none; } .fancybox-content { display: inline-block; position: relative; margin: 44px auto; padding: 0; border: 0; width: 80%; height: calc(100% - 88px); vertical-align: middle; line-height: normal; text-align: left; white-space: normal; outline: none; font-size: 16px; font-family: Arial, sans-serif; box-sizing: border-box; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; } .fancybox-iframe { display: block; margin: 0; padding: 0; border: 0; width: 100%; height: 100%; background: #fff; } .fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe { background: transparent; } .fancybox-placeholder { position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; z-index: 99995; background: transparent; cursor: default; overflow: visible; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; background-size: 100% 100%; background-repeat: no-repeat; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fancybox-image, .fancybox-spaceball { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; max-width: none; max-height: none; background: transparent; background-size: 100% 100%; } .fancybox-controls--canzoomOut .fancybox-placeholder { cursor: -webkit-zoom-out; cursor: zoom-out; } .fancybox-controls--canzoomIn .fancybox-placeholder { cursor: -webkit-zoom-in; cursor: zoom-in; } .fancybox-controls--canGrab .fancybox-placeholder { cursor: -webkit-grab; cursor: grab; } .fancybox-controls--isGrabbing .fancybox-placeholder { cursor: -webkit-grabbing; cursor: grabbing; } .fancybox-spaceball { z-index: 1; } .fancybox-tmp { position: absolute; top: -9999px; left: -9999px; visibility: hidden; } .fancybox-error { position: absolute; margin: 0; padding: 40px; top: 50%; left: 50%; width: 380px; max-width: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: #fff; cursor: default; } .fancybox-error p { margin: 0; padding: 0; color: #444; font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; } .fancybox-close-small { position: absolute; top: 0; right: 0; width: 44px; height: 44px; padding: 0; margin: 0; border: 0; border-radius: 0; outline: none; background: transparent; z-index: 10; cursor: pointer; } .fancybox-close-small:after { content: '×'; position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif; color: #888; font-weight: 300; text-align: center; border-radius: 50%; border-width: 0; background: #fff; transition: background .2s; box-sizing: border-box; z-index: 2; } .fancybox-close-small:focus:after { outline: 1px dotted #888; } .fancybox-slide--video .fancybox-close-small { top: -36px; right: -36px; background: transparent; } .fancybox-close-small:hover:after { color: #555; background: #eee; } /* Caption */ .fancybox-caption-wrap { position: absolute; bottom: 0; left: 0; right: 0; padding: 60px 30px 0 30px; z-index: 99998; -webkit-backface-visibility: hidden; backface-visibility: hidden; box-sizing: border-box; background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); opacity: 0; transition: opacity .2s; pointer-events: none; } .fancybox-show-caption .fancybox-caption-wrap { opacity: 1; } .fancybox-caption { padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, 0.4); font-size: 14px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #fff; line-height: 20px; -webkit-text-size-adjust: none; } .fancybox-caption a, .fancybox-caption button { pointer-events: all; } .fancybox-caption a { color: #fff; text-decoration: underline; } /* Buttons */ .fancybox-button { display: inline-block; position: relative; width: 44px; height: 44px; line-height: 44px; margin: 0; padding: 0; border: 0; border-radius: 0; cursor: pointer; background: transparent; color: #fff; box-sizing: border-box; vertical-align: top; outline: none; } .fancybox-button--disabled { cursor: default; pointer-events: none; } .fancybox-infobar__body, .fancybox-button { background: rgba(30, 30, 30, 0.6); } .fancybox-button:hover { background: rgba(0, 0, 0, 0.8); } .fancybox-button::before, .fancybox-button::after { content: ''; pointer-events: none; position: absolute; border-color: #fff; background-color: currentColor; color: currentColor; opacity: 0.9; box-sizing: border-box; display: inline-block; } .fancybox-button--disabled::before, .fancybox-button--disabled::after { opacity: 0.5; } .fancybox-button--left::after { left: 20px; top: 18px; width: 6px; height: 6px; background: transparent; border-top: solid 2px currentColor; border-right: solid 2px currentColor; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); } .fancybox-button--right::after { right: 20px; top: 18px; width: 6px; height: 6px; background: transparent; border-top: solid 2px currentColor; border-right: solid 2px currentColor; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .fancybox-button--left { border-bottom-left-radius: 5px; } .fancybox-button--right { border-bottom-right-radius: 5px; } .fancybox-button--close { float: right; } .fancybox-button--close::before, .fancybox-button--close::after { content: ''; display: inline-block; position: absolute; height: 2px; width: 16px; top: calc(50% - 1px); left: calc(50% - 8px); } .fancybox-button--close::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .fancybox-button--close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } /* Loading spinner */ .fancybox-loading { border: 6px solid rgba(100, 100, 100, 0.4); border-top: 6px solid rgba(255, 255, 255, 0.6); border-radius: 100%; height: 50px; width: 50px; -webkit-animation: fancybox-rotate .8s infinite linear; animation: fancybox-rotate .8s infinite linear; background: transparent; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; z-index: 99999; } @-webkit-keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /* Styling for Small-Screen Devices */ @media all and (max-width: 800px) { .fancybox-controls { text-align: left; } .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) { display: none !important; } .fancybox-caption { padding: 20px 0; margin: 0; } } /* Fullscreen  */ .fancybox-button--fullscreen::before { width: 15px; height: 11px; left: 15px; top: 16px; border: 2px solid; background: none; } /* Slideshow button */ .fancybox-button--play::before { top: 16px; left: 18px; width: 0; height: 0; border-top: 6px inset transparent; border-bottom: 6px inset transparent; border-left: 10px solid; border-radius: 1px; background: transparent; } .fancybox-button--pause::before { top: 16px; left: 18px; width: 7px; height: 11px; border-style: solid; border-width: 0 2px 0 2px; background: transparent; } /* Thumbs */ .fancybox-button--thumbs span { font-size: 23px; } .fancybox-button--thumbs::before { top: 20px; left: 21px; width: 3px; height: 3px; box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; } .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap, .fancybox-container--thumbs .fancybox-caption-wrap { right: 220px; } .fancybox-thumbs { position: absolute; top: 0; right: 0; bottom: 0; left: auto; width: 220px; margin: 0; padding: 5px 5px 0 0; background: #fff; z-index: 99993; word-break: normal; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: transparent; box-sizing: border-box; } .fancybox-thumbs > ul { list-style: none; position: absolute; position: relative; width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-size: 0; } .fancybox-thumbs > ul > li { float: left; overflow: hidden; max-width: 50%; padding: 0; margin: 0; width: 105px; height: 75px; position: relative; cursor: pointer; outline: none; border: 5px solid #fff; border-top-width: 0; border-right-width: 0; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; box-sizing: border-box; } li.fancybox-thumbs-loading { background: rgba(0, 0, 0, 0.1); } .fancybox-thumbs > ul > li > img { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; max-width: none; max-height: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .fancybox-thumbs > ul > li:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 2px; border: 4px solid #4ea7f9; z-index: 99991; opacity: 0; transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); } .fancybox-thumbs > ul > li.fancybox-thumbs-active:before { opacity: 1; } /* Styling for Small-Screen Devices */ @media all and (max-width: 800px) { .fancybox-thumbs { display: none !important; } .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap, .fancybox-container--thumbs .fancybox-caption-wrap { right: 0; } }

/* print */

@media print { 
/* https://tomashrdinka.cz/css/print.css */
* { text-shadow: none !important; } html, body { color: Black !important; background: transparent none; font-size: 11pt; } a { color: Black !important; background-color: transparent !important; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } img { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; max-width: 100%; height: auto; } @page { margin: 0.5cm; } section { background: transparent none; } .topBar, .topCont, .topNav, .respNav, #dark, .thReplace, .menuBtn, .leftCol, .rightCol, footer, form, .breadCrumbs, object, video, .slideShow, .loga, .socIco, .soc { display: none; } .tab { border-collapse: collapse; font-size: 1em; border: 1px solid var(--bdrColor); } .tab td, .tab th { border: 1px solid var(--bdrColor); } input, textarea, select { font-size: 1em; } img { float: left; margin: 0 2em .5em 0; max-width: 30%; height: auto; } a img { border: 0; } h1, h2, h3, .main, .lomic { clear: both; } h1, h2, h3, h4, h5, h6 { page-break-after: avoid; font-family: inherit; font-weight: bold; margin: .4em 0; background: transparent none; } h1 { font-size: 21pt; margin: 15pt 0 3pt 0; } .logo span { display: inline-block; vertical-align: middle; } .logo img { max-width: 4cm; height: auto; } h2 { font-size: 19pt; margin: 15pt 0 6pt 0; } h3 { font-size: 17pt; margin: 15pt 0 4pt 0; } h4 { font-size: 15pt; margin: 15pt 0 3pt 0; } h5 { font-size: 13pt; margin: 15pt 0 2pt 0; } h6 { font-size: 11pt; margin: 15pt 0 2pt 0; } hr { height: 1px; color: #dddddd; background: #ddd; clear: both; margin: 0; padding: 0; border: 0; width: 100%; } img, ul, ol, article { page-break-inside: avoid; } .lomic { clear: both; } .columns { display: block; } main { clear: both; } #page, .header{background-image: none !important;}
}

/* vars */

:root {
--textColor: #686868;
--primColor: #000;
--secColor: #000;
--altColor: #000;
--bdrColor: #e3e3e3;
--hSpace: 30px;
--vSpace: 30px;
--RhSpace: 15px;
--RvSpace: 15px;
--fwB: 400;
--fwN: 300;
--fwL: 200;
--setOpacity: .7;
}