/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3&version=2');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3&version=2') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3&version=2') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3&version=2') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3&version=2#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-pencil:before {
  content: "\f040";
}

.fa-download:before {
  content: "\f019";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-check:before {
  content: "\f00c";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-book:before {
  content: "\f02d";
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
    height: 100%;	
}

.bx-wrapper img {
    max-width: 100%;	
}

/* LOADER */

.bx-wrapper .bx-loading {
    display: none;
    min-height: 50px;
    background: url('/skins/default/picture/ajax-loader-1.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* SUPPLIERS SLIDER */

#suppliers .flexslider{
    position: relative;
    padding: 0 35px;
}

#suppliers .bx-wrapper .item  {		
    display: table;
    table-layout: fixed;
}

#suppliers .bx-wrapper .item span{
    display: table-cell;
    height: 108px;	
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

#suppliers .bx-controls a.disabled{
    display: none;
}

#suppliers .bx-controls a{
    position: absolute;
    display: block;
    top: 0;
    width: 30px;
    height: 108px;
    text-indent: -3000px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABsBAMAAABZUcU+AAAABGdBTUEAALGPC/xhBQAAACpQTFRF5+fn6+vr6urq7u7u7+/v8PDw7e3t7Ozs6Ojo8fHx8/Pz8vLy6enp9PT0C0pRowAAAC9JREFUCNdjaGBgYGiAwwNoUAEOBaCwAA4T4NAADh3gMAAOJ6DADShwAQq8QD0IAJNjPbGME5k5AAAAAElFTkSuQmCC") repeat-x #F4F4F4;	
}

#suppliers .bx-controls a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 108px;
    background: url('../picture/arrows-slider-home.png') no-repeat;		
}

#suppliers .bx-controls a.bx-next{
    right: 0px;
}

#suppliers .bx-controls a.bx-next:after{	
    background-position: -25px center;
}

#suppliers .bx-controls a.bx-next:hover:after{
    background-position: -99px center;
}

#suppliers .bx-controls a.bx-prev{
    left: 0px;
}

#suppliers .bx-controls a.bx-prev:after{	
    background-position: 0 center;
}

#suppliers .bx-controls a.bx-prev:hover:after{	
    background-position: -74px center;
}

#suppliers .slides .item{
    position: absolute;
}

/* SLIDER MY HOME */
#slider-my {
    text-align: center;    
}

.home #slider-my ul {
    padding-top: 10px;
    list-style: none;
    margin-bottom: 25px;
}

#slider-my li{
    margin-left: 0;
}

#slider-my li:first-child {
    margin-left: 0;
}

#slider-my img {
    display: block;
    margin: 8px auto 30px;
}

#slider-my h2 {
    font-weight: 700;        
}

#slider-my a {
    text-decoration: none;
    color: #858585;
}
#content-right #slider-my a {
    cursor: default;
}
#content-right #slider-my a {
    cursor: pointer;
}
#slider-my em {
    font-style: normal;
}
.home #slider-my em {
    display: none;
}
#slider-my strong {
    display: block;
    color: #2d2d2d;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "Open Sans", sans-serif;   
}

#slider-my .bx-controls{
    position: absolute;
    top: 0;
    width: 100%;
}

#slider-my .bx-controls a.disabled{
    display: none;
}

#slider-my .bx-controls a{
    position: absolute;
    display: block;
    top: 44px;
    width: 17px;
    height: 32px;
    overflow: hidden;
    text-indent: -3000px;
    background: url('../picture/arrows-slider-home.png') no-repeat;	
}

#slider-my .bx-controls a.bx-next{
    right: 0px;
    background-position: -37px 0;
}

#slider-my .bx-controls a.bx-prev{
    left: 0px;
    background-position: 0 0;
}

#slider-my .bx-controls a.bx-next:hover{
    background-position: -111px 0;	
}

#slider-my .bx-controls a.bx-prev:hover{	
    background-position: -74px 0;
}

#slider-my .s li{
    position: absolute;
}

/* SLIDER PICTURE */
#picture-slider{
    position: relative;
    z-index: -1;
    margin-bottom: 1.5em;
}

#picture-slider .slides .item{
    position: absolute;	
}

/* SLIDER MAIN TITLE */

#slider-home-title .bx-controls,
#slider-home .slider-home-top .bx-controls {
    margin-top: 1.5em;
    position: relative;
    z-index: 1000;
}
#slider-home .slider-home-top .bx-controls {
    left: 242px;
    width: 70%;
}

#slider-home-title .bx-controls .bx-pager-item > a,
#slider-home .slider-home-top .bx-controls .bx-pager-item > a {
    display: block;
    float: left;
    width: 50px;
    height: 4px;
    margin-right: 7px;
    background: #fff;
    text-indent: -3000px;
}

#slider-home-title .bx-controls .bx-pager-item > a:hover,
#slider-home .slider-home-top .bx-controls .bx-pager-item > a:hover{
    background: #3F3F3F;
}

#slider-home-title .bx-controls .bx-pager-item:last-child a,
#slider-home .slider-home-top .bx-controls .bx-pager-item:last-child a{
    margin-right: 0;
}

#slider-home-title .bx-controls .bx-pager-item > a.active,
#slider-home .slider-home-top .bx-controls .bx-pager-item > a.active{
    background: #69e1ff;
}
#branding {
    position: relative;
    height: auto;
}

#branding .logo {
    position: relative;
    margin-top: 23px;
}
#branding .right-clmn {
    position: relative;
    margin-top: 28px;
    margin-bottom: 26px;
    
}
#branding #ico-search {
    margin-right: 70px;
    border: 1px solid #e3e3e3;
    height: 36px;
    width: 36px;
    background: url('../picture/sprite-icons.png?v=2') 2px 0 no-repeat;
}
#branding #ico-search:hover {
    cursor: pointer;
    border-color: #cbcbcc;
    background-position: 2px -64px;
}
.home h1  {
    display: block !important;
    /* position: absolute; */
    text-indent: -12345em;
}
.home h1 #home {
    top: 0;
}
.home h1 #home img {
    top: 0; left: 0; position: absolute;
}


.home #content {
    padding-top: 50px;
}



#content-left h2,
#onas.row .span4 h2 {
    margin: 0 0 .7em 0;
    padding: 0;
    color: #2d2d2d;
    font-size: 40px;
    font-size: 4rem;
    line-height: 120%;
    font-weight: 300;
    text-transform: uppercase;
}
.en #content-left h2 {
    font-size: 35px;
    font-size: 3.5rem;
}
.en #content-left h2:first-child {
    padding-top: 5px;
}
#content-right .entry-summary h2:first-child {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 120%;
}
#content-right .entry-summary h2 + p {
    color: #19488d;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}
#content-right .entry-summary h2 + p a {
    text-transform: lowercase;
    color: #19488d;
    text-decoration: none;
    font-weight: 300;
}
#content-right .entry-summary h2 + p a:hover {
    text-decoration: underline;
}

#content-right {
    padding-bottom: 50px;
}

#content-right .article-block {
    margin-bottom: 50px;    
}

#content-right .article-block h2 {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home .entry-content,
#onas .span12 {
    color: #9f9f9f;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    font-weight: 300;
    text-align: center;
    padding: 50px 0;
    text-transform: uppercase;
}

#page.footer {
    background: #2d2d2d;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #bbb;
    padding: 0 0 50px;
}
#page.footer a {
    color: #bbb;
    text-decoration: none;
}
#page.footer a:hover {
    text-decoration: underline;
}
#page.footer a.reverse {
    text-decoration: underline;
}
#page.footer a.reverse:hover {
    text-decoration: none;
}
#suppliers {
    margin-bottom: 50px;
    background: #f4f4f4 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABsBAMAAABZUcU+AAAABGdBTUEAALGPC/xhBQAAACpQTFRF5+fn6+vr6urq7u7u7+/v8PDw7e3t7Ozs6Ojo8fHx8/Pz8vLy6enp9PT0C0pRowAAAC9JREFUCNdjaGBgYGiAwwNoUAEOBaCwAA4T4NAADh3gMAAOJ6DADShwAQq8QD0IAJNjPbGME5k5AAAAAElFTkSuQmCC') 0 0 repeat-x;
}
#suppliers .container {
    overflow: hidden;
    height: 108px;
    line-height: 108px;
}

#footer-demand {
    float: right;
}
#footer-demand p {
    margin: 0 0 8px 0;
    padding: 15px;
    color: #c3c3c3;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    line-height: 26px;
    line-height: 2.6rem;
    background: #242424;
}
#page.footer #footer-demand a {
    display: block;
    float: left;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    background: #19488d;
}
#page.footer #footer-demand a:hover {
    background: #0f66b2;
    text-decoration: none !important;
}
#page .sep {
    clear: both;
    border-top: solid #393939 1px;
    padding-top: 15px;
    margin-left: 20px;
}
#page .sep div:first-child {
    margin-left: 0;
}
#page .span3,
#page .span4 {
    margin-bottom: 35px;
}
#copyright {
    color: #606060;
    text-align: right;
}
#page  #copyright a {
    color: #606060;
}
#responsive-choose {
    display: block;
}
#responsive-choose button {
    display: block;
    float: right;
    margin: 1em 0 0 0;
    padding: 5px 10px;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    background: #606060;
    cursor: pointer;
}

#slider-home .slider-home-bottom {
    padding-top: 0;
    padding-bottom: 45px;
    background: /*#2d2d2d;*/ #19488d;
}
#slider-home .slider-home-bottom > p {
    color: #fff;
    font-size: 36px;
    line-height: 1.25;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
#slider-home .slider-home-bottom > p > span {
    color: #fff;
}

#slider-home .slider-home-bottom ul li.span6 {
    margin-bottom: 30px;
}

#slider-home .slider-home-bottom ul li.span6 > a {
    display: flex;
}

#slider-home .slider-home-bottom ul li.span6:nth-child(odd) {
    clear: left;
    margin-left: 0;
}

#slider-home .slider-home-bottom ul li.span6 > a span.picture {
    margin-right: 15px;
    flex: 0 0 auto;
}

#slider-home .slider-home-bottom ul li.span6 > a span.content {
    margin-top: 5px;
}

#slider-home ul {
    float: none;
    position: relative;
    z-index: 10;
    margin: 35px auto 0;
}
#slider-home li {
    padding: 0; list-style: none;
}
#slider-home li:first-child {
    margin-left: 0;
}
#slider-home a {
    color: #a9a9a9;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
}
#slider-home strong {
    display: block;
    float: left;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}
#slider-home a:hover {
    color: #fff;
}
#slider-home a:hover strong span {
    color: #fff;
}

#slider-home em {font-style: normal; display: block; clear: left;}

#slider-home .slogan {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    background: #19488d;
    font-weight: 700;
}

#slider-home .slogan .container > div {
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
    padding-bottom: 25px;
    width: 80%;
    text-shadow: 1px 1px 2px #898989;
}

#slider-my .more-my {
    text-align: center;
    clear: both;
    padding-top: 40px;
    padding-bottom: 0;
}

#phone-navigation a.open-side-menu:after{
    background-size: 100%;
}

.collapsing-link > div{
    display: none;
}

#onas {border-top: solid #f3f3f3 1px; clear: both; margin-top: 45px; padding-top: 55px;}
#onas .span7 {float: left;}
#onas .span4 {float: right;}
#onas .span12 {margin-bottom: 50px; padding: 0 0 50px; border-bottom: solid #f3f3f3 1px;}



#kontakt h2 {border-top: solid #f3f3f3 1px; padding-top: 40px; margin-top: 40px;}
#kontakt h2, #kontakt h3 {clear: both; letter-spacing: -.04em;}
.en #kontakt h2 {font-size: 28px; font-size: 2.8rem;}
.en #kontakt h3 {font-size: 24px; font-size: 2.4rem;}
#kontakt h2 + h3 {border: 0; padding-top: 10px;}
#kontakt h3 {padding-top: 40px;}

#kontakt h2 + p[class*="span"],
#kontakt h3 + p[class*="span"],
#kontakt h2 + p[class*="span"] + p[class*="span"] + p[class*="span"] + p[class*="span"] + p[class*="span"],
#kontakt h3 + p[class*="span"] + p[class*="span"] + p[class*="span"] + p[class*="span"] + p[class*="span"]{
    margin-left: 0;
    clear: left;
}

#contact-links {
    padding-top: 40px;
}

#contact-links + h2 {
    margin-top: 30px;
}
#contact-links a {
    display: inline-block;
    margin: 0;
    padding: 7px 17px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    background: #19488d;
    margin-bottom: 10px;
    margin-right: 8px;
}

#contact-links a:last-child {
    margin-right: 0;
}

#contact-links a:hover {
    background: #0f66b2;
}


#change-lng {
    position: absolute;
    right: 0;
    width: 58px;
    height: 36px;
    border: solid #e3e3e3 1px;
    z-index: 10;
    overflow: hidden;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGAQMAAAAv/Pa7AAAABGdBTUEAALGPC/xhBQAAAAZQTFRFAAAAy8vMgkFAcAAAAAF0Uk5TAEDm2GYAAAAaSURBVAjXY/j/gKH+AIN9A4M8AwMfAwMLAwA4rgQP6QNOyQAAAABJRU5ErkJggg==') 40px 15px no-repeat;
}
#change-lng:hover {
    height: auto;
    border-color: #cbcbcc;
    box-shadow: 0 0 0 10px rgba(255,255,255,.9);
}
#change-lng a,
#change-lng span {
    display: block;
    width: 40px;
    height: 36px;
    text-indent: -200em;
}

#change-lng .cz {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAABGdBTUEAALGPC/xhBQAAAWJQTFRFCS6LDzOJLTaCCDCLrCtESCtj2B4fwiArEjmS6iYm4ScrbyZXRlqiQ2GlQF2j5uv0gpLBhprGnazQ3x0iCDGREzWGFjuQd4m8O1qgeI2+FzmIN1aebIS5vcjg5RwfPyxwZ3izM1KbX3izwyExGT2RGzyLCzOR6h4f/v7/GjGF3R8lkyZKHECSlabNUGysIEGODTSPLk6Y6CAiDTWR4SEkW26sQV+kYS1jHkKU0Ssx1jg+3y813zM41TQ53iwx3EpP4kRJ1C80DzaO3iow0CYs1yMrDzeUMjN+6SMk5yIksyk/EjmTP1SdMEiYFDOMKUmVJEWRzyMo3igtOFahgSlTP1yjnq7R3uPv+vv9qr3c8PL4zdXnI0aWTmura4G4DDKLXHaxZ362Tmqr3SUr4DY8TWSoDjSMEDaNP16k3B8l3B8kEziOMVGd3CEn3Sct3SMp3SEm3B0j3icszB8k9Pb7////uX45ZgAAALdJREFUGNNjECzBBhh4hPhLMUAJA6+AuKwGpjCfZKKCbhSGsIRMQoJpXDS6sLRSUlJsampYBKqwol4GEIT6JIajCBua5YCBb3AksrB/TDYYePuF5EFASoqDPUOARToQOLm5e3nkQkByso0Vg75OWlqagbG5q2c+HFjbMqiqxMeraWobmRQggJ0jg5QYs4i8srpWZhYIZmWCSGdLBlEOBm5huUIUEOTCwMjEwslVhAYCGVjZ2YoxAQAz54LC2Bmn8gAAAABJRU5ErkJggg==') center center no-repeat;
}
#change-lng .en {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAQCAIAAAByTXNPAAADlklEQVQ4y31U/09TVxS/xizbP7A9F9RtZtPYYsaYkxFsM5AWmplVFqMsi45lZDFOtwzYlAGi9ittaSv98lqIzRQRCATBjUpnpLopQTPHl7FJW9pHLfb19bWlDHisQLm7r2CWLerN54eb8znnc+8595wLIIQ/3fXnftqK5RiwfBwTNWKFKfBMbTeJOYnck8F79MHBwINJ7sFmLN+yxgqtyGFr8WWdbYBUGwEt1cCF+VkIFbZ7L/JNYHsd2KkDu/SAo/r++sT8iarxjZzAbuHkqO8lYRPI1LLUDvX6bPPh2utDhpaoSBw89DmIlR4N5e+d6+xGl/KGmZIq+7qMesBV/U/Fj1QKmkC6CrypzTpytbepd/pwKSkUM/Y+FAg+/M5x19wWE+8ni0uWh4aRyflbkP9JK9gsabrmZk6uqRCj3hd2mzeKm03mfvLEqfB7BTG9CcLl+BKsMd4G4FXZ+mz8S4ljtLqe2JUbKq+GoeByckV74deewal4RSVSeZgjIMYmKzU3/pQbI3ki6nhFwh+YXYF4x2harhlsOgtabhAXHF78qvv21GIyEp1p72Luj8DH69FXJ8fTtvveFSTnGTgTW+jqXhgZW6WI6GLjDy6b3YMUAKNvQFjQG+IqHa1uiJyz0BpDWFaPQCt1hLDI/XrmRAaPqpbSqnMRPR6pN4blLBtVahkdijWgcODazH0qNnHd23Z60rM9nCzXKzue4YlU0p+B/6o81Q3MSRQspMpYrSxUeRaBOiUPSzXUaSXKgtgjdr/BZkSWVVFVEpatkbHsmTq6WroWK1GAK3cCnb/4L16bGBiPrpZt+a/ZuR/7oGsc7YOp6npRdWdmV9klip7psS+53IEEbL4ZaHMSXXcCAGyRAW5daU2fN/L3SjI5bbtE5RbSx8pNqh77fTJezr60P0cwOUbIzt+jYgxMMNP4eV9WnvfoNzq9Y8Pei2CLAhQc6Rh8EEaHJAYGyX0fxQ58fMtypbCsF2xVNdr/7Tof6rpsw2sCi637D/ZKNEV9XRnJK/QoDBVqJ0h1xRT1RVl0j8ilsR5X9j/Pt6YmoO4JE5Cy80tafx4h2eyGhkP7D00XHQBRnYniCchvaxtwZ1pRC+CowdvaJ0zj74+n8R090nouU1t62uGPJpBW/HIHCH12rL/d+X6FHcvDsXzzyyIrwgaRFeMb22/5GIl84i1eMPUzpBc3YwJ81QErsGA8A2efDe8cXoTwH0XgeSELmfzqAAAAAElFTkSuQmCC') center center no-repeat;
}

/* FORMULAR RSO */
#navrh-rso h2 {
    margin-bottom: 8px;
}

#navrh-rso [class*="span"].comment {
    float: right;
}

#navrh-rso [class*="item-"],
#navrh-rso .added-information {
    position: relative;
}

#navrh-rso [class*="item-3"] {
    margin-bottom: 20px;
}

#navrh-rso .add-item {
    margin-top: 20px;
    margin-bottom: 20px;
}

#navrh-rso .add-item input[type="button"] {
    background: #ddd;
    border-color: #ddd;
    color: #858585;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#navrh-rso .add-item input[type="button"]:hover {
    background: #d6d6d6 !important;
    border-color: #d6d6d6;
}

#navrh-rso .add-item input[type="button"]:focus {
    outline: none;
}

#navrh-rso .label-wrap {
    display: block;
    padding-top: 9px;
}

#navrh-rso label.required,
#navrh-rso .with-tooltip label{
    display: inline;
}

#navrh-rso .with-tooltip label + span {
    position: absolute;
    margin-left: .5em;
}
#navrh-rso label.required:after {
    content: '*';
    margin-left: .25em;
}

#navrh-rso [class*="item-"] > div > div:last-child {
    margin-bottom: 15px;
}

#navrh-rso .item-project [class*="span"]:last-child{
    margin-bottom: 0;
}

#navrh-rso .added-information > div {
    padding-bottom: 10px;
}

#navrh-rso .add-attachment [class*="span"] {
    clear: left;    
}

#navrh-rso .add-attachment [class*="span"] + [class*="span"] {
    display: none;   
}

#navrh-rso [class*="item-"]:after,
#navrh-rso .added-information:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    background-color: #f3f3f3;
    height: 1px;
    left: 20px;
    right: 0;
}

#navrh-rso [class*="item-"] + [class*="item-"] {
    padding-top: 35px;
    display: none;
}

#navrh-rso .entire-block {
    clear: both;
    margin-bottom: 30px;
}

#navrh-rso .entire-block.hide {
    display: none;
}
#navrh-rso .entire-block.show {
    display: block;
}
#navrh-rso .entire-block [class*="item-"] + [class*="item-"] {
    padding-top: 20px;
    display: block;
}
#navrh-rso .bg-gray {
    padding-top: 10px;
    padding-bottom: 5px;
    background: #f3f3f3;
    box-shadow: 20px 0 0 #f3f3f3;
}

#navrh-rso .number {
    margin-top: 10px;
}

#navrh-rso .number > span {
    display: inline-block;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #858585;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 50%;
    line-height: 48px;
    width: 48px;
    height: 48px;
}

#navrh-rso .icon-help-tooltip {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: #3f3f3f;
    border-radius: 50%;
    background-image: url('../picture/form-ico-tooltip.svg');
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 3px 3px;
}

#navrh-rso .icon-help-tooltip:hover {
    cursor: pointer;
    background-color: #19488d;
}

#navrh-rso .icon-help-tooltip:hover .tooltip {
    transition: .2s opacity ease-out;
    opacity: 1;
}

#control-blind [class*="item-3"],
#integration-system [class*="item-3"] {
    margin-bottom: 0;
}

#navrh-rso .misto label[for*="psc_misto"] {
    display: none;
}

/* TOOLTIPS */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 7px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 7px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 7px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 7px;
}
.tooltip-inner {
    display: inline-block;
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #19488d;
    border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #19488d;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #19488d;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #19488d;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #19488d;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #19488d;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #19488d;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #19488d;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #19488d;
}

input[type="date"]::-webkit-datetime-edit { padding: 1em; }
input[type="date"]::-webkit-datetime-edit-text {padding: 0 0.3em; }
input[type="date"]::-webkit-inner-spin-button { display: none; }

#content-right .entry-content .dodavane-znacky {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#content-right .entry-content .dodavane-znacky span[class*="span"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
#content-right .entry-content .dodavane-znacky a[href*="http"] { display: flex; justify-content: center; background: none; padding-right: 0; }
#content-right .entry-content .dodavane-znacky .span4 { width: calc(33.3% - 21px); /* -21px je hack pro Safari */ }

address ~ p > a {
    display: inline-block;
    margin-right: 1em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

address ~ p:last-child {
    margin-top: 2em;
}

address ~ p > a > img {
    width: 28px;
    height: 28px;
    opacity: .8;
}

address ~ p > a:hover > img {
    opacity: 1;
}
.nav ul {
    display: block; margin: 0; padding: 0; list-style-type: none;
}
.nav li {
    display: block; margin: 0; padding: 0; background: transparent; position: relative;
}

#menu-main a,
#menu-content a,
#content-left .nav a {
    color: #19488d;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
       -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
            transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
       -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
            transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}



/* MENU TOP */ 
#menu-main {
    margin-top: 24px;
}

/* View or hide submnus */
 
#menu-main ul {
    position: relative;
    z-index: 1;
}
#menu-main ul ul {
    display: none;
    padding: 20px 10px;
    position: absolute;
    z-index: 100;
    top: 46px; /*72*/
    left: 0;
    width: 240px;
    background: #3b3b3b;
    box-shadow: 1px 2px rgba(0,0,0,.3);
}
.en #menu-main ul ul {
    width: 300px;
}
#menu-main ul ul:before {
    bottom: 100%;
    left: 58px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(59, 59, 59, 0);
    border-bottom-color: #3b3b3b;
    border-width: 5px;
    margin-left: -5px;
}
#menu-main ul li > ul li {
    z-index: 100;
}
#menu-main li:hover > ul {
    display: block;
}
#menu-main li.item-submenu:after,
#menu-main li.active-item-submenu:after,
#menu-main li.active-item-in-submenu:after {
    top: 36px; /*63*/
    left: 58px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(28, 134, 200, 0);
    border-top-color: #19488d;
    border-width: 3px;
    margin-left: -3px;
}
.cz #menu-main li.item-submenu:after,
.cz #menu-main li.active-item-submenu:after,
.cz #menu-main li.active-item-in-submenu:after {
    left: 53px;
}
#menu-main.scrolling li:after {
    display: none;
}



/* 1. level */
#menu-main > ul > li {
    display: block;
    float: left;
}
#menu-main > ul > li:first-child a {
    padding-left: 0;
}
#menu-main > ul > li > a {
    display: block;
    padding: 0 17px;
    color: #515151;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 46px;
}
#menu-main li a:hover {
    color: #19488d;
}


/* 2. level */
#menu-main ul ul > li {
    margin-top: 4px;
    margin-bottom: 9px;
}
#menu-main ul ul > li:last-child {
    margin-bottom: 4px;
}
#menu-main ul ul a {
    /* line-height: 30px;
    line-height: 3rem;
    height: 30px; */
    display: block;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    /* overflow: hidden; */
}
#menu-main ul ul a[href^='http']:after {
    content: ""; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXCAYAAAAYyi9XAAAAt0lEQVRIx2NggILW5mYXIF4FxP/x4DQGNADVF8pACgAZRMAiGC7HovcdVG4msZa5IBm4G+RaqBg2LIhFP7KDOoixEBaMuxnIAMQEO64gCaWShfgtRVLkQkULcVtKyEI88emCFv/EWYrLQlACQQpuSnAasRa6UMEyTEvpZCHCUjpaCLGUzhb+H9Y+TBt0qZS++ZAKRRtpJQ0ty1K61xZ0rw+pWeOn0bNNk0Zq0MBabe9IbLUZk5LgAOd+jDL4kXrgAAAAAElFTkSuQmCC') left center no-repeat;
    background-size: contain;
    height: .9em; width: .9em;
    margin-left: .5em; display: inline-block;
}

#menu-main.scrolling > ul > li[class*="act"] > a,
#menu-main li[class*="act"] > a,
#menu-main li[class*="act"] > a:hover {
    color: #1c86c8;
}
#menu-main ul ul a:hover,
#menu-main ul ul li[class*="act"] > a,
#menu-main ul ul li[class*="act"] > a:hover {
    color: #1c86c8;
}

#menu-main.scrolling {
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    background: url('../picture/bg-menu-main-scrolling.png');
    background: rgba(0,0,0,0.7);
}

#menu-main.scrolling > ul > li > a{
    height: 55px;
    line-height: 55px;
    color: #fff;
}
#menu-main.scrolling ul ul {
    top: 45px;
}






/**
 * MENU TABS ARTICLE: 3 COLUMNS
*/

#menu-content {
    clear: both;
    padding-bottom: 35px
}

#menu-content li,
#content-left .nav li {
    margin: 0 0 .5em;
    padding: 0 0 0 18px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAc0lEQVQoU4XPIQ7AIAwFUA6wo6LRmJ0A3UNg0Wg0GotGl/2/ZFk2UZKSFh6kdSklLaXotY6cs4oI83c4AO89Ye9dQwg/6LBZkMiCD1prnTFGXiIHwKMxhhLhEAMAzDkVAwC01u6fLEBkAaJaKwEKNPwFiA1oxvLJuij4ugAAAABJRU5ErkJggg==') 0 .45em no-repeat;
}

#menu-content a:hover,
#content-left .nav a:hover {
    text-decoration: underline;
    color: #404040;
}
#menu-content .actv a,
#menu-content .actv.last a {    
    text-decoration: none;
    color: #404040;
}

#menu-content .actv a:hover {    
    text-decoration: none;    
}

/**
 * MENU SIDE
 */
#content-left .nav {
   margin-bottom: 60px;
   padding-bottom: 60px;
   border-bottom: solid #eaeaea 1px;
}

#content-left .nav a:hover {
    color: #404040;
    text-decoration: none;
}
#content-left .nav .makeMenu > li > a.active-item,
#content-left .nav .makeMenu > li > a.active-item-submenu,
#content-left .nav .makeMenu > li > a.active-item-in-submenu{
    text-decoration: none;
    color: #404040;
}


#content-left .aside.nav ~ .aside.nav {border: 0;}

#content-left .nav.iconic li{
    position: relative;
    background: none;    
}
  
#content-left .nav.iconic li{
    padding-left: 25px;
}
 
#content-left .nav.iconic li:before {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    height: 36px;
    line-height: 36px;
    display: block;
    left: 0px;    
    font-size: 18px;
    font-size: 1.8rem;
    color: #858585;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#content-left .nav.iconic li.active a{
    color: #404040;
}
 
#content-left .nav.iconic li.file-download:before{
    content: "\f019";
}

#content-left .nav.iconic li.catalogs:before{
    content: "\f02d";
}.autocomplete-w1, .fast-order {   
    background:#fff;
    position:absolute;
    top:1px;
    left:0px;    
    margin:0;    
}
.autocomplete-w1 {
    top: 6px;
}
.autocomplete {
    padding: 4px;    
    border: 1px solid #E3E3E3;    
    background:#FFF;
    cursor:default;
    text-align:left;
    overflow:auto;       
    /* min-width: 290px; */
    /* max-width: 615px; */   
    width: auto;    
    line-height: 140%;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.fast-order {margin-top: 12px;}
.fast-order .autocomplete {min-width: 342px; border-color: #bbb;}

.autocomplete .selected {
    background:#F0F0F0;
    }
.autocomplete div {
    padding:2px 5px;
    white-space:nowrap;
    /*overflow:hidden;*/
    }
.autocomplete strong {
    color:#494949;
    font-weight: bold;
    }
.autocomplete .group-cat {
    font-family: "Open Sans", sans-serif;
    font-size:16px;
    font-size:1.6rem;
    color:#fff;
    font-weight: 400;
    padding-bottom:5px;
    padding-top: 5px;
    margin-bottom: 0.3em;
    cursor: default;    
    margin-top: 4px;
    clear: both;    
    background: #19488d;   
    text-transform: uppercase;
}

.autocomplete .load-next:hover {   
    color: black;
    cursor: pointer;
    _cursor: hand;
    }
    
.autocomplete a{
    padding:4px 5px;
    white-space:nowrap;
    overflow:hidden;
    display: block;
    color: inherit;
    text-decoration: none;    
}


/* STYLY NAHLEDU PRODUKTU */
    
.autocomplete .seach-plus-title{
    position:absolute;
    display: block;
    margin-top: -3px;
    left: -462px;
    width: 461px;
    min-height: 72px;
    padding:0;
    overflow:visible;    
    background: #fff;
    border: 1px solid #000;
}

.autocomplete .seach-plus-title > div{
    overflow:visible;
}

.autocomplete .seach-plus-title a{
    display: inline;
    padding: 0px;
    white-space: normal;
}

.autocomplete .seach-plus-title a:hover{
    text-decoration: underline;
}

.autocomplete .offer{
    color:#848484;
    width: 44%;
    text-align: center;
    margin-bottom: 4px;
    float: right;
    }
.autocomplete .offer:hover{
    color: black;
    }
    
.autocomplete .load-next {
    color:#848484;
    width: 46%;
    text-align: center;
    margin-bottom: 4px;
    float: left;
    }

.autocomplete .search-plus-loading{
    position: absolute;
    padding: 20px;
    left: 50% !important;
    margin-left: -37px !important;
    background: #fff;       
}

.autocomplete #search-plus-zobr{
    padding: 0px;
}

.autocomplete .seach-plus-title .offer-wrap{
    margin: 0;
}

.autocomplete .seach-plus-title .goods{
    padding: 0; 
}

.autocomplete .seach-plus-title .hproduct {    
    padding:0;
    text-decoration: none;
    color: #5A5E53;    
}

.autocomplete .seach-plus-title .photo{
    position: absolute;
    width:120px;
    margin: 0 10px 10px 10px;    
    text-align: center;
}

.autocomplete .seach-plus-title .photo img{
    border:0;
    max-width:120px;
}

.autocomplete .seach-plus-title .hproduct h3{
    font-size:140%;
    line-height:130%;
    color: #fff;
    padding: 0.2em 10px;
    white-space: normal;
    background: #E4022E;
    margin: 2px 2px 1em 2px; 
}

.autocomplete .seach-plus-title .hproduct .value-title {
    font-weight: bold;   
}

.autocomplete .seach-plus-title .hproduct .description,
.autocomplete .seach-plus-title .hproduct .buy-wrap  {
    color:#666;
    font-size:12px;
    white-space: normal;
    margin-top: 10px;
    margin-bottom:10px;
}

.autocomplete .seach-plus-title .hproduct div{
    padding: 0;
    white-space: normal;
}

.autocomplete .seach-plus-title .hproduct .data-wrap {
    margin-left: 140px;
    margin-right: 10px;    
}

.autocomplete .seach-plus-title .hproduct .data-wrap .shop-offer-item-numbers{
    line-height: 36px;
}

.autocomplete .seach-plus-title .hproduct .shop-offer-data .button-buy{
    color: #fff;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

.autocomplete .seach-plus-title .hproduct .offer-wrap{
    margin-bottom: 0;
    min-height: 167px;
}

.autocomplete .seach-plus-title .hproduct .offer-wrap .store{
    position: relative;
    display: inline-block;
    float: none;
    margin-left: 7px;
    top: 2px;
}

.autocomplete .seach-plus-title .hproduct  #shop-detail-data .shop-offer-item-numbers{
    margin-bottom: 0;
}
/*
	Animations
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
}
html.mm-opened.mm-dragging .mm-page
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened.mm-dragging.mm-next .mm-menu,
html.mm-opened.mm-dragging.mm-front .mm-menu
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	/* border-color is needed to force transitionend event even if no other value changed */
	/* transform is needed to force hardware acceleration */
	-webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
	-ms-transition-property: top, right, bottom, left, margin, border, -ms-transform;
	-o-transition-property: top, right, bottom, left, margin, border, -o-transform;
	transition-property: top, right, bottom, left, margin, border, transform;
	
	border: none solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	border: none solid rgba(1, 1, 1, 0);
}
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition-property: margin-left;
	-moz-transition-property: margin-left;
	-ms-transition-property: margin-left;
	-o-transition-property: margin-left;
	transition-property: margin-left;
}

html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopened
{
	-webkit-transform: translate3d( 0, 0, 1px );
	-moz-transform: translate3d( 0, 0, 1px );
	-ms-transform: translate3d( 0, 0, 1px );
	-o-transform: translate3d( 0, 0, 1px );
	transform: translate3d( 0, 0, 1px );
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	margin: 0px;
	left: 0%;
	top: 0;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	margin: 0 0 0 -65px;
	left: 100%;
}


/*
	Menu, submenus, items
	- Sizing and positioning
*/
html.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* html/body */
html.mm-opened,
html.mm-opened body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html.mm-opened body
{
	position: relative;
}

/* menu */
.mm-menu
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.mm-menu.mm-opened
{
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.mm-menu.mm-opened ~ .mm-menu.mm-opened
{
	display: none;
}
.mm-inner
{
	width: 100%;
	height: 100%;
	padding: 0 65px 0 0;
}

/* ul/li */
.mm-is-menu ul,
.mm-is-menu li
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-is-menu li
{
	position: relative;
}
.mm-is-menu li:after
{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.mm-is-menu .mm-inner > ul
{
	width: 100%;
	padding: 20px 0 40px 0;
}

/* items */
.mm-is-menu li > a,
.mm-is-menu li > span
{
	text-indent: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	overflow: hidden;
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
}


/* subopen/close */
.mm-menu a.mm-subopen
{
	width: 40px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-menu a.mm-subopen:before
{
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
}
.mm-menu a.mm-subopen.mm-fullsubopen
{
	border-left: none;
	width: 100%;
}
.mm-menu a.mm-subopen.mm-fullsubopen:before
{
	border-left: none;
}
.mm-menu a.mm-subclose
{
	text-indent: 40px;
	padding-top: 20px;
	margin-top: -20px;
}
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span
{
	padding-right: 45px;
}

/* page + blocker */
html.mm-opened .mm-page
{
	height: 100%;
	overflow: hidden;
	position: absolute;
}
html.mm-background .mm-page
{
	background: inherit;
}
#mm-blocker
{
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker
{
	display: block;
}

/* vertical submenu */
.mm-menu.mm-vertical ul ul
{
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical li.mm-opened > ul
{
	display: block;
}
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after
{
	border-bottom-width: 0;
}
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > a.mm-subopen + span
{
	padding-right: 5px;
	margin-right: 40px;
}
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span
{
	margin-right: 75px;
}

/* horizontal submenu */
.mm-menu.mm-horizontal .mm-inner
{
	white-space: nowrap;
}
.mm-menu.mm-horizontal ul
{
	vertical-align: top;
	margin-left: 0%;
}
.mm-menu.mm-horizontal ul.mm-submenu
{
	display: none;
}
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened
{
	display: inline-block;
}
.mm-menu.mm-horizontal ul.mm-subopened
{
	margin-left: -100%;
	max-height: 100%;
	overflow: hidden;
}


/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
.mm-is-menu
{
	background: #333;
}
.mm-is-menu *
{
	-webkit-text-size-adjust: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mm-is-menu li
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-is-menu li:after
{
	border-bottom: 1px solid rgba( 0, 0, 0, 0.4 );
}

.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span
{
	color: rgba( 255, 255, 255, 0.5 );
	text-decoration: none;
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span
{
	background: rgba( 0, 0, 0, 0.2 );
}
.mm-menu li.mm-selected > a.mm-subopen
{
	background: transparent;
}

/* subopen/close */
.mm-menu a.mm-subopen
{
	border-left: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu a.mm-subopen:before
{
	border-left: 1px solid rgba( 0, 0, 0, 0.4 );
}
.mm-menu a.mm-subclose
{
	background: rgba( 0, 0, 0, 0.2 );
}

/* vertical submenu */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul
{
	background: rgba( 255, 255, 255, 0.06 );
}

/* page + blocker */
html.mm-opened .mm-page
{
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.8 );
}


/*
	Labels
	- Sizing and positioning
*/
.mm-menu li.mm-label
{
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}


/*
	Labels
	- Styling
*/
.mm-menu li.mm-label
{
	background: rgba( 255, 255, 255, 0.1 );
	font-size: 11px;
	color: rgba( 255, 255, 255, 0.5 );
}


/*
	Counters
	- Sizing and positioning
*/
.mm-menu em.mm-counter
{
	text-indent: 0;
	text-align: center;
	text-shadow: none;
	line-height: 22px;
	display: block;
	min-width: 16px;
	height: 20px;
	padding: 0 2px;
	position: absolute;
	right: 40px;
	top: 10px;
}
.mm-menu em.mm-counter + a.mm-subopen
{
	padding-left: 35px;
}
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span
{
	padding-right: 80px;
}


/*
	Counters
	- Styling
*/
.mm-menu em.mm-counter
{
	border-radius: 5px;
	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3 );
	font-size: 11px;
	font-style: normal;
	color: rgba( 255, 255, 255, 0.4 );
}


/*
	Arrows
	- Sizing and positioning
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	content: '';
	border-width: 4px;
	border-style: solid;
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;

	-webkit-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	-o-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
.mm-menu a.mm-subopen:after
{
	border-top: none;
	border-left: none;
	margin-top: -4px;
	right: 16px;
}
.mm-menu a.mm-subclose:before
{
	border-right: none;
	border-bottom: none;
	margin-top: 4px;
	left: 20px;
}
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after
{
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}


/*
	Arrows
	- Styling
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	border-color: rgba( 255, 255, 255, 0.3 );
}


/*
	Search
	- Sizing and positioning
*/
.mm-menu div.mm-search
{
	width: 100%;
	height: 50px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.mm-menu div.mm-search input
{
	border: none;
	border-radius: 15px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
.mm-menu li.mm-noresults
{
	border: none;
	display: none;
	padding-top: 30px;
}
.mm-menu li.mm-noresults:after
{
	border: none;
}
.mm-menu.mm-noresults li.mm-noresults
{
	display: block;
}

.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter
{
	display: none;
}
.mm-menu .mm-nosubresult > a.mm-subopen + a, 
.mm-menu .mm-nosubresult > a.mm-subopen + span
{
	padding-right: 5px;
}


/*
	Search
	- Styling
*/
.mm-menu div.mm-search
{
	background: rgba( 0, 0, 0, 0.2 );
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu div.mm-search input
{
	background: rgba( 255, 255, 255, 0.3 );
	color: rgba( 255, 255, 255, 0.9 );
}
.mm-menu li.mm-noresults
{
	color: rgba( 255, 255, 255, 0.4 );
	text-align: center;
}

/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/
html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body
{
	overflow: visible;
}
html.mm-no-overflowscrolling.mm-opened body
{
	overflow-x: hidden;
}
html.mm-no-overflowscrolling.mm-opened .mm-page
{
	min-height: 200%;
	position: fixed;
	top: 0;
	z-index: 3;
}
html.mm-no-overflowscrolling .mm-menu
{
	height: auto;
	min-height: 100%;
	overflow: default;
	overflow-x: default;
	overflow-y: default;
	position: relative;
	left: auto;
	top: auto;
}


/*
	Bugfix for browsers with "scrolling" addressbar
		- mobiel safari on iPhone and iPod
*/
html.mm-iphone-addressbar.mm-opened body
{
	padding-bottom: 60px;
}


/*
	Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {

	.mm-menu
	{
		width: 500px;
	}
	html.mm-opening .mm-page,
	html.mm-opening #mm-blocker
	{
		left: 500px;
	}
}


/* pozisitions */
/*
	position
*/

/* top */
html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker
{
	top: 0%;
	left: 0;
}
html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker
{
	margin: -65px 0 0 0;
	left: 0;
	top: 100%;
}

/* right */
html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker
{
	left: auto;
	right: 0%;
}
html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker
{
	margin: 0 -65px 0 0;
	left: auto;
	right: 100%;
}

/* bottom */
html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker
{
	bottom: 0%;
	top: auto;
}
html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker
{
	margin: 0 0 -65px 0;
	top: auto;
	left: 0;
	bottom: 100%;
}

.mm-menu.mm-top .mm-inner
{
	padding: 0 0 65px 0;
}
.mm-menu.mm-right .mm-inner
{
	padding: 0 0 0 65px;
}
.mm-menu.mm-bottom .mm-inner
{
	padding: 65px 0 0 0;
}

@media all and (min-width: 500px) {


	.mm-menu.mm-top,
	.mm-menu.mm-bottom
	{
		width: 100%;
	}
	html.mm-opening.mm-top .mm-page,
	html.mm-opening.mm-top #mm-blocker,
	html.mm-opening.mm-bottom .mm-page,
	html.mm-opening.mm-bottom #mm-blocker
	{
		left: 0;
	}

	.mm-menu.mm-right
	{
		width: 500px;
		left: auto;
		right: 0;
	}
	html.mm-right.mm-opening .mm-page,
	html.mm-right.mm-opening #mm-blocker
	{
		left: auto;
		right: 500px;
	}
}



/*
	z-position
*/

/* reset defaults */
html.mm-front.mm-opening .mm-page
{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
}

/* z-indexing */
html.mm-front .mm-page,
html.mm-front #mm-blocker
{
	z-index: 0;
}
.mm-menu.mm-front
{
	z-index: 1;
}

/* styling */
.mm-menu.mm-front
{
	box-shadow: 0 0 15px rgba( 0, 0, 0, 0.5 );
}
html.mm-opened.mm-next .mm-page
{
	box-shadow: none;
}

/* animations */
.mm-menu.mm-front,
.mm-menu.mm-next
{
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-ms-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;

	-webkit-transition-property: top, right, bottom, left, margin, border-color, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, margin, border-color, -moz-transform;
	-ms-transition-property: top, right, bottom, left, margin, border-color, -o-transform;
	-o-transition-property: top, right, bottom, left, margin, border-color, -o-transform;
	transition-property: top, right, bottom, left, margin, border-color, transform;
}
html.mm-accelerated.mm-opening .mm-menu.mm-front,
html.mm-accelerated.mm-opening .mm-menu.mm-next
{
	-webkit-transform: translate3d( 0, 0, 1px );
	-moz-transform: translate3d( 0, 0, 1px );
	-ms-transform: translate3d( 0, 0, 1px );
	-o-transform: translate3d( 0, 0, 1px );
	transform: translate3d( 0, 0, 1px );
}


/* left */
.mm-menu.mm-front .mm-inner,
.mm-menu.mm-next .mm-inner
{
	padding: 0 0 0 65px;
}
html.mm-opened .mm-menu.mm-front,
html.mm-opened .mm-menu.mm-next
{
	left: -100%;
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next
{
	left: 0%;
	margin: 0 0 0 -65px;
}

/* top */
.mm-menu.mm-top.mm-front,
.mm-menu.mm-top.mm-next
{
/* 	bottom: auto; */
}
.mm-menu.mm-top.mm-front .mm-inner,
.mm-menu.mm-top.mm-next .mm-inner
{
	padding: 65px 0 0 0;
}
html.mm-opened .mm-menu.mm-top.mm-front,
html.mm-opened .mm-menu.mm-top.mm-next
{
	left: 0;
	top: -100%;
}
html.mm-opening .mm-menu.mm-top.mm-front,
html.mm-opening .mm-menu.mm-top.mm-next
{
	margin: -65px 0 0 0;
	left: 0;
	top: 0%;
}

/* right */
.mm-menu.mm-right.mm-front,
.mm-menu.mm-right.mm-next
{
	left: auto;
}
.mm-menu.mm-right.mm-front .mm-inner,
.mm-menu.mm-right.mm-next .mm-inner
{
	padding: 0 65px 0 0;
}
html.mm-opened .mm-menu.mm-right.mm-front,
html.mm-opened .mm-menu.mm-right.mm-next
{
	left: auto;
	right: -100%;
}
html.mm-opening .mm-menu.mm-right.mm-front,
html.mm-opening .mm-menu.mm-right.mm-next
{
	margin: 0 -65px 0 0;
	left: auto;
	right: 0%;
}

/* bottom */
.mm-menu.mm-bottom.mm-front,
.mm-menu.mm-bottom.mm-next
{
	top: auto;
}
.mm-menu.mm-bottom.mm-front .mm-inner,
.mm-menu.mm-bottom.mm-next > .mm-inner
{
	padding: 0 0 65px 0;
}
html.mm-opened .mm-menu.mm-bottom.mm-front,
html.mm-opened .mm-menu.mm-bottom.mm-next
{
	left: 0;
	bottom: -100%;
}
html.mm-opening .mm-menu.mm-bottom.mm-front,
html.mm-opening .mm-menu.mm-bottom.mm-next
{
	margin: 0 0 -65px 0;
	left: 0;
	bottom: 0%;
}


html.mm-no-overflowscrolling.mm-right .mm-menu
{
	position: absolute;
}


@media all and (min-width: 500px) {


	/* left */
	html.mm-opened .mm-menu.mm-front,
	html.mm-opened .mm-menu.mm-next
	{
		left: -500px;
	}
	html.mm-opening .mm-menu.mm-front,
	html.mm-opening .mm-menu.mm-next
	{
		left: 0px;
	}

	/* top + bottom*/
	html.mm-opened .mm-menu.mm-top.mm-front,
	html.mm-opened .mm-menu.mm-top.mm-next,
	html.mm-opened .mm-menu.mm-bototm.mm-front,
	html.mm-opened .mm-menu.mm-bototm.mm-next,
	html.mm-opening .mm-menu.mm-top.mm-front,
	html.mm-opening .mm-menu.mm-top.mm-next,
	html.mm-opening .mm-menu.mm-bototm.mm-front,
	html.mm-opening .mm-menu.mm-bototm.mm-next
	{
		left: 0;
	}

	/* right */
	html.mm-opened .mm-menu.mm-right.mm-front,
	html.mm-opened .mm-menu.mm-right.mm-next
	{
		right: -500px;
		left: auto;
	}
	html.mm-opening .mm-menu.mm-right.mm-front,
	html.mm-opening .mm-menu.mm-right.mm-next
	{
		right: 0px;
		left: auto;
	}
}

.open-side-menu {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC") no-repeat scroll center center transparent;
    display: block;
    height: 40px;
    left: 10px;
    position: absolute;
    top: 0;
    width: 40px;
}

/**
 * MODUL: RYCHLA NAVIGACE - SHOWPATH
 */
#breadcrumb {
    height: 50px;
    border-bottom: solid #fff 1px;
    color: #666;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: lowercase;
    line-height: 50px;
    background: #f4f4f4;
    overflow: hidden;
}
#breadcrumb a,
#breadcrumb span {
    display: block;
    float: left;
}
#breadcrumb a {
    padding: 0 13px 0 25px;
    color: #666;
    text-decoration: none;
}
#breadcrumb a:first-child {
    padding-left: 0;
}
#breadcrumb a:hover {
    color: #333;
    text-decoration: underline;
}
#breadcrumb strong {
    font-weight: normal;
}
#breadcrumb span {
    width: 12px;
    height: 50px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAyBAMAAACaKycJAAAABGdBTUEAALGPC/xhBQAAACRQTFRF////+Pj4+/v7+vr6+fn5/v7+9fX19/f3/Pz8/f399vb29PT0WDMKMAAAAI9JREFUGNMl0K0WgkAURWG6jWoyW2lEop1iJvECsxYPMIE3GJMRLYggP/Nyzt3nli/us272sntm0W4Su2iEE4Xw4gRrD3MJWwdLC0OEXFxEgN8dPlf43mB/wxjBiUp4UcPxgLmE6QxLC02EXBQiQIoaaw8pamwdjBEGUQkvarBoIk02LJpIk42Gj2ROFCLAH3MGym7VBegrAAAAAElFTkSuQmCC') 0 0 no-repeat;
}
#breadcrumb em {
    display: none;
}
#breadcrumb .last {
    color: #333;
    text-decoration: none;
}
#breadcrumb .last:hover {
    text-decoration: none;
}






/**
 * MODUL SEARCH
 */
#search {
    background-color: #19488d;
    padding: 27px 0;
    clear: both;
}
    
#search.search-block:not(.open) {
    display: none;
}
#search.search-block.open + .container{
    margin-top: 20px;  
}    
#search > div {
    position: relative;
}

#mask-search {
    background-color: #19488d;
    width: 100%;
}   
   
#mask-search input {
    width: 700px;
    height: 40px;
    padding: 0 10px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #19488d;
    color: #fff;
    font-size: 17px;
    line-height: 40px;
    outline: none;
}
    
#mask-search input.form-control:focus {
    border-bottom-color: rgba(255, 255, 255, 1);
}
        
#mask-search button {
    position: absolute;
    bottom: 0;
    right: 75px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    background-color: #19488d;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}            
#mask-search button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}        
#mask-search button:hover {
    background-color: #fff;
    cursor: pointer;
    color: #19488d;
}
            
#mask-search .ico-search-close {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    right: 15px;
    height: 40px;
    width: 40px;
    background: url('../picture/ico-search-close.svg') no-repeat;
    background-size: 50%;
    background-position: center center;
}

#mask-search .ico-search-close:hover {
    cursor: pointer;
}

/* vysledek vyhledavani */
.mod-search-row {padding-bottom: 0.6em;}
.mod-search-number {display: table-cell; width: 30px; text-align: right;}
.mod-search-text {display: table-cell; padding-left: 10px;}
#mod-search-paging.paging-uni > div{
    margin-bottom: 3em
}

#mod-search-paging.paging-uni a,
#mod-search-paging.paging-uni b{
    line-height: 24px;
}

#mod-search .offer-pictures .shop-offer-params{
    margin-bottom: 2.7em;
}

#mod-search .table-offer .height-col{
    width: auto;
}



/**
 * MODUL: EXTERNI CLANKY
 */

#mask-news .hentry.item .entry-title {
    margin: 1em 0 .5em 0;
    color: #19488d;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
}
#mask-news .hentry.item .entry-title a {
    text-decoration: none;
}
#mask-news .hentry.item .published {
    padding-left: 1em;
    color: #858585;
    font-size: 11px;
    font-size: 1.1rem;
    white-space: nowrap;
}
#mask-news .hentry.item .entry-summary {
    color: #858585;
}
#mask-news .offer .entry-summary a.more,
.hnews.detail .footer .more,
#onas.row .hnews .more {
    display: block;
    float: left;
    margin-top: .7em;
    padding: 10px 15px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #3d3d3d;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
       -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
            transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
       -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
            transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

#mask-news.hnews {
    display: flex;
    flex-wrap: wrap;
}

#mask-news .offer .entry-summary  a.more:hover,
.hnews.detail .footer .more:hover,
#onas.row .hnews .more:hover {
    background: #19488d;
}
#mask-news .hentry.item:nth-child(odd) {
    clear: left;
}
#mask-news .hentry.item {
    margin-bottom: 20px;
    padding: 15px;
    background: #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mask-news .photo {
    width: 100%;
    height: 120px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    vertical-align: middle;
}
#mask-news .photo img {
    /* max-width: 100%; */
    /* margin-top: -25%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mask-news .footer {
    padding-top: 1em;
}


.hnews.detail .published {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 1em;
    color: #666;
    font-weight: 300;
}








.home .hnews {
    float: left;
}

.home .hnews + div.more-news {
    clear: both;
    text-align: center;
}

.home .hentry.item {
    padding-bottom: 40px;
}
.home .hentry.item .entry-title {
    margin: 0 0 6px;
    padding: 1em 0 0 0;
    color: #2d2d2d;
    font-size: 30px; /*25*/
    font-size: 3rem;
}
.home .hentry.item .entry-title a {
    text-decoration: none;
    color: #2d2d2d;
}
.home .hentry.item .published {
    color: #19488d;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.home .hentry.item .entry-summary {
    color: #858585;
}





.paging-uni {clear: both; text-decoration: none; text-transform: uppercase; padding-top: 2em;}
.paging-uni .info {display: none;}
.paging-uni a,
.paging-uni b {
    display: block;
    float: left;
    margin-left: 1px;
    min-width: 36px;
    min-height: 32px;
    padding: 0 15px;
    color: #fff;
    font: 600 'Open Sans', sans-serif;
    text-decoration: none;
    text-decoration: none;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
    line-height: 32px;
    background: #3d3d3d;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
       -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
            transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
       -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
            transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.paging-uni a:hover {background: #19488d;}
.paging-uni i {font-style: normal; display: none;}
.paging-uni strong {font-weight: normal;}
.paging-uni b {
    background: #eaeaea;
    color: #858585;
}
.paging-uni span, .paging-uni b.prevpage, .paging-uni b.nextpage, .paging-uni .frstpage, .paging-uni .lastpage {xdisplay: none;}




/**
 * MODUL: GALERIE
 */

#gallery-underart .pict {
    margin-bottom: 20px;
    padding: 15px;
    background: #f3f3f3;
}
#gallery-underart .pict:nth-of-type(2n+1){
    clear: left;
}
#gallery-underart .pict div {
    padding: 10px 0 0 0;
}
#gallery-underart .pict div strong {
    color: #19488d;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
#gallery-underart .pict a {
    position: relative;
    display: block;
    z-index: 0;
}
#gallery-underart .pict a:before {
    content: '';
    opacity: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../picture/magnifier.png') center center no-repeat;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
      -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */ 
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
       -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
            transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
#gallery-underart .pict:hover a:before {
    opacity: .8;
}
#gallery-underart .pict br {
    clear: both;
    visibility: hidden;
}
.hnews.item #gallery-underart {
    margin: 2em 0 0;
}

/* DIRCOM */

.mod-dircom-path {
    padding-left: 6px;
    line-height: 150%;
}
.mod-dircom-path a {
    white-space: nowrap;
}
.mod-dircom-path img {
    position: relative; top: 3px;
}
.mod-dircom-folders {
    width: 100%;
    margin-top: 1em;
    border-collapse: collapse;
    border-left: 0.1em solid #eaeaea;
    border-top: 0.1em solid #eaeaea;
}
.mod-dircom-folders th,
.mod-dircom-folders td {
    padding: 0.7em 15px 0.7em 12px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0.1em solid #eaeaea;
    vertical-align: top;
}
.mod-dircom-folders th:last-child,
.mod-dircom-folders td:last-child {
    border-right: 0.1em solid #eaeaea;
}
.mod-dircom-folders th {
    color: #19488d;
    font-weight: bold;
    background-color: #f7f7f7;
}
.mod-dircom-folders td {
}
.mod-dircom-folders .filetyp {
    width: 20px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
}
.mod-dircom-folders .filenam {
    width: 50%;
    padding-right: 20px;
    text-align: left;
}
.mod-dircom-folders .fileext {
    text-align: center;
}
.mod-dircom-folders .filesiz,
.mod-dircom-folders .filedat {
    text-align: right;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden;
}
#cboxOverlay {
    position: fixed; width: 100%; height: 100%; opacity: .8 !important;
}
#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative; xoverflow: hidden;
}
#cboxLoadedContent {
    overflow: hidden !important;
}
#cboxLoadedContent iframe {
    display: block; width: 100%; height: 100%; border: 0;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute; top: 0; left: 0; width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}


/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../picture/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter{width:32px; height:32px;}

#cboxTopLeft{}
#cboxTopRight{}
#cboxBottomLeft{}
#cboxBottomRight{}
#cboxMiddleLeft{width:32px; height: auto;}
#cboxMiddleRight{width:32px; height: auto;}
#cboxTopCenter{width: auto; height:32px;}
#cboxBottomCenter{width: auto; height:32px;}

#cboxContent{}
#cboxLoadedContent{background: #19488d; padding: 24px}
/*#cboxLoadedContent p:first-child {padding: 32px;}*/
.cboxTitle2{position:absolute; padding: 5px 10px; min-height: 32px; bottom:-32px; left:0; text-align:center; width:100%; color:#999; background: rgba(0,0,0,.33); -webkit-box-sizing: border-box;; -moz-box-sizing: border-box; box-sizing: border-box;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}

#cboxCurrent,
#cboxPrevious,
#cboxNext,
#cboxClose {position:absolute; top: -32px;background:url(../picture/colorbox/controls.png) 0 0 no-repeat; width:32px; height:32px; text-indent:-9999px;}

#cboxCurrent{left: 0; color:#999; width: 64px; background: rgba(0,0,0,.33); text-align: center; line-height: 32px; letter-spacing: .1em; text-indent: 0;}
#cboxPrevious{right:64px; background-position: -96px 0;}
#cboxPrevious.hover{background-position:-96px -32px;}
#cboxNext{right: 32px; background-position: -64px 0;}
#cboxNext.hover{background-position:-64px -32px;}
#cboxLoadingOverlay{background: #222;}
#cboxLoadingGraphic{background:url(../picture/colorbox/loading.gif) center center no-repeat;}
#cboxClose{right: 0; background-position: -32px 0;}
#cboxClose.hover{background-position:-32px -32px;}

#colorbox .art-popup-wrap { color: #aaa; }
#colorbox .art-popup-wrap a{ color: #cfcfcf; }
#colorbox .art-popup-wrap a:hover { text-decoration: none; }/* PARAM SEARCH */
#param_search{
    background: #f3f3f3;
    padding: 1.4em 10px 1.7em;
    margin-top: 1.2em;
}

#param_search .label{
    color: #3f3f3f;
    display: block;
}

#param_search .search-wrap {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}

#param_search select {
    width: 100%;
    padding: 0.45em 0;
    color: #858585;
    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}

#param_search select option{  
    padding: 0 8px;    
    cursor: pointer;
}

#param_search .buttons-row{
    float: right;
    margin-right: 10px;
}

#param_search .submit{
    font-family: 'Open Sans', sans-serif;
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    border: 0;
    background: #19488d;
    margin-right: 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
       -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
            transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
       -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
         -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
            transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

#param_search .submit:hover{
    background: #404040;
    cursor: pointer;    
}

#param_search .submit:last-child{
    margin-right: 0;   
}

#param_search .buttons-row{
    margin-top: 1.1em;
}

#param_search .reset{
    background: #828282;
}



/* OFFER */
.offer-wrap h3{
    font-family: Arial, sans-serif;
    margin: 0 0 0.3em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.offer-wrap h3 a{
    text-decoration: none;    
}

.offer-wrap h3 .fa{    
    font-size: 15px;    
    margin-right: 6px;
    color: #19488d;
}

.offer-wrap h3 a:hover{
    text-decoration: none;
}

.offer-wrap h2{
    font-size: 20px;
    font-size: 2rem;
    margin-top: 2.3em;
    margin-bottom: 0em;
    padding-bottom: 0.4em;   
}

.offer-wrap h2:first-child{
    margin-top: 1.3em;
}

.offer-wrap .file-item{
    font-family: Arial, sans-serif;
    position: relative;
}

.offer-wrap .file-item {
    border: 0;        
}

.offer-wrap .file-item  > .span8{
    padding-bottom: 1em;
    padding-top: 0.9em;
    border-bottom: 1px solid #eaeaea;
}

.offer-wrap h2 + .file-item > .span8{
    border-top: 1px solid #eaeaea;
}


.offer-wrap .file-item .popis{
    line-height: 20px;
    line-height: 2rem;
    margin-bottom: 0;    
}

.offer-wrap .file-item .manufacturer{
    display: inline-block;
    margin-top: 0.2em;
    color: #000;
}

.offer-wrap .file-item .popis .collapse{   
    margin-left: 9px;
    text-decoration: none;    
}

.offer-wrap .file-item .popis a:last-child{
    text-decoration: none;
}

.offer-wrap .file-item .popis .collapse:hover{
    color: #19488d;
    
}

.offer-wrap .file-item .span8:hover h3 a,
.offer-wrap .file-item .span8:hover .link-file,
.offer-wrap .file-item .span8:hover .popis .collapse,
.offer-wrap .file-item > .span8:hover .fa {
       
}

.offer-wrap .file-item > .span8 > .span6{
    padding-left: 10px;   
}

.offer-wrap .file-item > .span8 > .span2{
    padding-right: 10px;
}

.offer-wrap .file-item > .span8:hover{
    cursor: pointer;    
    background: #f9f9f9;    
}

.forms {
    margin-bottom: 1em;
}

.forms form > div{
    clear: both;
}

.forms input[type="file"],
.forms input[type="text"],
.forms input[type="date"],
.forms input[type="password"],
.forms select,
.forms .selectboxit-container .selectboxit,
.forms textarea,
.forms .secure .fixedWidth,
.forms .selector,
.forms .uploader {
    border: solid #ddd 1px;
    outline: none;
    background: #fff;    
}

.forms input[type="file"],
.forms input[type="text"],
.forms input[type="date"],
.forms input[type="password"],
.forms select,
.forms .selectboxit-container .selectboxit,
.forms textarea,
.forms .empty-item,
.forms .label-wrap,
.forms .selector,
.forms .uploader,
.forms .secure {
    position: relative;
    width: 50%;    
    float: left;
    margin: 0 0 1em 0;
    padding: 0px 6px 0;
    border-radius: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
}

.forms input[type="checkbox"],
.forms input[type="radio"],
.forms input[type="file"],
.forms input[type="text"],
.forms input[type="date"],
.forms input[type="password"],
.forms input[type="submit"],
.forms input[type="button"],
.forms select,
.forms textarea,
.forms .label-wrap,
.forms label,
.forms .empty-item,
.forms .fixedWidth,
.forms .selector span,
.forms .checker span,
.forms .radio span,
.forms .uploader,
.forms .selectboxit-container span,
.forms .selectboxit-container .selectboxit-options a{
    height: 34px;
    line-height: 34px; 
}

.forms select{
    padding-bottom: 8px;
    padding-right: 5px;
    padding-top: 8px;
}

.touch select {
    position: relative;
    border-radius: 0;
    -webkit-appearance: listbox;
    line-height: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAXCAMAAADa6lTVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADlQTFRFcHBw/Pz88vLy7Ozs29vbAAAA1NTUz8/P8PDw2tra7e3t8fHx0tLS7+/v0dHR2NjY1tbW3d3d6+vrxqUitQAAAFtJREFUeNp00DkWgCAQBFFQ3BeU+x9WpghsFyqZfj8c5775ZyaNVpFFQ0YN2TRk1pBWq0hKqSvlhZw5wAYSrAzcW0KBIpOGRA05NKTXkFVDdg0ZNP/753eXAAMAPpcIiAE90YEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: right 4px;
}

.forms input[type="checkbox"],
.forms input[type="radio"] {
    position: absolute;
    width: 14px;
    margin: -1px 0 0 0;
    padding: 0;
    vertical-align: middle;
}

.forms .item-group{
    float: left;
}

.forms .item-group label:after {
    content:"\A";
    white-space:pre;    
}

.ie8 .forms .item-group label:after{
    content: '';
    display: block;
    white-space: normal; 
}

.forms .inline .item-group label:after{
    content: '';
    display: inline-block;
    width: 20px;    
}

.forms .inline .item-group label:last-child:after{
    width: 0px;
}

.forms .item-group label {
    padding-left: 20px;    
}

.forms textarea {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    height: 100px;
    line-height: 140%;
}

.forms .empty-item {
    width: 100%;
}

.forms .label-wrap {
    display: table;
    width: 25%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
    float: left;
    margin: 0 8px 0 0;
    padding: 1px 0 0 0;    
    text-align: right;
    cursor: pointer;
    clear: none;   
}

.forms label,
.forms input[type="file"],
.forms select {
    cursor: pointer;
}

.forms .label-wrap label{
    display: table-cell;
    vertical-align: middle;    
    width: 100%;
    height: auto;
    line-height: 120%;
    cursor: pointer;
}

.forms input[type="submit"],
.forms input[type="button"]{
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
    display: block;
    color: #fff;
    text-transform: uppercase;    
    padding: 0px;    
    font-weight: bold;
    text-align: center;
    text-decoration: none;        
    cursor: pointer;
    border: 1px solid #19488d;  
    background: #19488d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.forms input[type="submit"].disabled{
    border: solid #A9A9A9 1px;
    background: #A9A9A9;
    cursor: default;
}

/* FF FIX BUTTONS PADDING */
.forms button::-moz-focus-inner,
.forms input[type="button"]::-moz-focus-inner,
.forms input[type="submit"]::-moz-focus-inner,
.forms input[type="button"]::-moz-focus-inner,
.forms input[type="reset"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.forms label.required{
    font-weight: bold;
}

.forms .fixedWidth {
    position: absolute;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
}

.forms .fixedWidth + div{
    width: 100%;    
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
}

.forms .secure{
    padding: 0;
}

.forms input[type="submit"],
.forms .secure .fixedWidth {    
    width: 141px;   
}

.forms .secure .fixedWidth{
    padding: 2px;
}

.forms .secure .fixedWidth + div{
    padding-left: 151px;
}

.forms .secure input[type="text"] {    
    width: 100%;
    letter-spacing: 5px;   
    text-align: center;    
}


/* SIDE BY SIDE */
.forms.side-by-side > form div.pull-left,
.forms.side-by-side > form div.pull-right,
.forms.side-by-side .secure {
    width: 50%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -ms-box-sizing:border-box;
}

.forms.side-by-side > form div.pull-left,
.forms.side-by-side .secure {
    float: left;
    clear: left;
    padding-right: 5px;
}

.forms.side-by-side > form div.pull-right{
    float: right;
    clear: right;
    padding-left: 5px;
}

.forms.side-by-side input[type="file"],
.forms.side-by-side input[type="text"],
.forms.side-by-side input[type="date"],
.forms.side-by-side input[type="password"],
.forms.side-by-side select,
.forms.side-by-side .selectboxit-container .selectboxit,
.forms.side-by-side textarea,
.forms.side-by-side .label-wrap,
.forms.side-by-side .empty-item,
.forms.side-by-side .selector,
.forms.side-by-side .uploader {
    width: 100%;
}

.forms.side-by-side .label-wrap{
    text-align: left;
}

.forms.side-by-side .submit-row{
    clear: none;
    float: right;
}

.forms.side-by-side .submit-row .label-wrap{
    width: 0;
    margin: 0;
    padding: 0;
}

#navrh-rso .forms input[type="text"].required,
#navrh-rso .forms input[type="date"].required, 
#navrh-rso .forms .selector[id*="typ_projektu"]{
    border-color: #aaa;
}

/* HOVER, FOCUS, ERROR */

.forms input[type="file"]:hover,
.forms input[type="text"]:hover,
.forms input[type="date"]:hover,
.forms input[type="password"]:hover,
.forms select:hover,
.forms .selectboxit-container .selectboxit:hover,
.forms textarea:hover,
.forms .uploader.hover,
.forms .selector.hover,
.forms input[type="file"]:focus,
.forms input[type="text"]:focus,
.forms input[type="date"]:focus,
.forms input[type="password"]:focus,
.forms select:focus,
.forms .selectboxit-container .selectboxit:focus,
.forms textarea:focus,
.forms .uploader.focus,
.forms .selector.focus {
    border-color: #999 !important;
    background: #fff;
    color: inherit;
}

.forms input[type="submit"]:hover{
    background: #0f66b2 !important;
}


.forms input[type="text"].error,
.forms input[type="date"].error,
.forms input[type="text"].text-error,
.forms input[type="date"].text-error,
.forms input[type="text"].text-small-error,
.forms input[type="password"].error,
.forms select.error,
.forms select.error + .selectboxit-container .selectboxit,
.forms textarea.error{
    border-color: #e4181d !important;
}


/* UNIFORM FILE */
.forms div.uploader{
    position: relative;
    padding-right: 0;
    overflow: hidden;    
}

.forms div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
    z-index: 100;    
}

.forms div.uploader span.filename {   
    float: left;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;    
    width: 100%;
    padding-right: 64px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.forms div.uploader span.action{
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    text-transform: uppercase;
    padding: 0 30px;
    border-left: 1px solid #ddd;    
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background: #ddd; /* Old browsers */
    /*/* IE9 SVG, needs conditional override of 'filter' to 'none' */*/
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */*/
    /*background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */*/
    /*background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */*/
    /*background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */*/
    /*background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */*/
    /*-pie-background: linear-gradient(#ffffff, #e6e6e6); /* PIE */*/
    /*behavior: url('/sys.php?action=pie');*/
}

/* UNIFORM SELECT */
div.selector,
div.selector.fixedWidth {  
  position: relative;  
}

div.selector span {
  width: 100%;  
  padding-right: 20px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  box-sizing:border-box;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  -ms-box-sizing:border-box;
  background: none;  
}

div.selector span:after{
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 23px;
  height: 23px;
  background: #fff url('../picture/bg-form-inputs.png') no-repeat right 0;  
}

div.selector select {
  padding: 0;  
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;  
  top: -1px;
  left: 0px;
  width: 100%;
}

/* UNIFORM CHECKBOX */

div.checker input,
div.radio input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

div.checker,
div.radio {
  position: absolute;
  display: inline-block;
}

div.checker span,
div.radio span{
  width: 15px;  
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;  
  background: url('../picture/bg-form-inputs.png') no-repeat 0 9px;
}

div.radio span {
  background-position: -36px 10px;  
}

div.checker span.checked{
  background-position: 0 -26px;
}

div.radio span.checked {
  background-position: -36px -26px;  
}

div.checker input,
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* SELECTBOXIT */
.forms .selectboxit-text{
    text-indent: 1px;
}

.forms .selectboxit-container .selectboxit-options{
    border-radius: 0;
}

.forms .selectboxit .selectboxit-option-icon-container{
    margin-left: 0;
}

.forms input[readonly],
.forms input[readonly]:hover {
    cursor: not-allowed;
    color: #999;
    background-color: #f3f3f3 !important;
    opacity: 1;
}
.forms input[readonly]:hover,
.forms input[readonly]:focus{
    border-color: #ddd !important;
}

html {
    font-size: 62.5%; /*10px*/
}
body, form, input, select, textarea, td, th {
    font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; line-height: 21px; line-height: 2.1rem;
}
form, input, select, textarea, th, td {
    font-size: 100%;
}
img {
    border: 0;
    max-width: 100%;
}
sup, sub {
    line-height: 0; vertical-align: middle; font-size: 50%; position: relative; top: -0.48em; font-weight: bold;
}
sub {
    top: 0.48em;
}
address {
    font-style: normal;
}
strong {
    font-weight: 700;
}
p, ul, ol, dl, table {
    margin: 0 0 1em 0; padding: 0;
}
.nowrap {
    white-space: nowrap;
}
h2, h3, h4, h5, h6 {
    margin: 1.2em 0 0.7em 0;
    padding: 0;
    line-height: 120%;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.home h1 {
    margin: 0; padding: 0; display: inline;
}
h1 {
    margin: 0 0 .7em 0;
    padding: 0;
    color: #2d2d2d;
    font-size: 40px;
    font-size: 4rem;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
h2 {
    color: #3f3f3f;
    font-size: 34px;
    font-size: 3.4rem;
}
h3 {
    color: #666;
    font-size: 28px;
    font-size: 2.8rem;
}
h4 {
    color: #787878;
    font-size: 24px;
    font-size: 2.4rem;
}
h5, h6 {
    color: #858585;
    font-size: 20px;
    font-size: 2rem;
}
h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
    margin-top: 0;
}
.entry-summary h2:first-child, .entry-summary h3:first-child, .entry-summary h4:first-child, .entry-summary h5:first-child, .entry-summary h6:first-child,
.entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
    margin-top: 0; padding-top: 0;
}
a {
    color: #2d2d2d;
}
.entry-summary a,
.entry-content a{
    text-decoration: none; font-weight: bold;
    /*color: #1c86c8; text-decoration: underline;*/
}
.entry-summary a:hover,
.entry-content a:hover {
    text-decoration: underline;
}
/* IKONKY U ODKAZU */
.entry-summary a[href^='http'],
.entry-summary a[href^='https'],
.entry-content a[href^='http'],
.entry-content a[href^='https'] {
    padding-right: 0.9em; background-image: url('../picture/sys-link-out.gif'); background-position: right top; background-repeat: no-repeat;
}
.entry-summary a[href^='mailto'],
.entry-content a[href^='mailto'] {
    padding-right: 1em; background-image: url('../picture/sys-link-mail.gif'); background-position: right top; background-repeat: no-repeat;
}
.link-file {
   text-transform: uppercase;
   padding-left: 22px; background-image: url('../../../picture/files/default.gif'); background-position: left center; background-repeat: no-repeat;
}
.link-img {
   background-image: url('../../../picture/files/img.gif');
}
.link-gif {
   background-image: url('../../../picture/files/gif.gif');
}
.link-png {
   background-image: url('../../../picture/files/png.gif');
}
.link-jpg {
   background-image: url('../../../picture/files/jpg.gif');
}
.link-video {
   background-image: url('../../../picture/files/video.gif');
}
.link-fonts {
   background-image: url('../../../picture/files/fonts.gif');
}
.link-doc {
   background-image: url('../../../picture/files/doc.gif');
}
.link-pdf {
   background-image: url('../../../picture/files/pdf.gif');
}
.link-ppt {
   background-image: url('../../../picture/files/ppt.gif');
}
.link-rtf {
   background-image: url('../../../picture/files/rtf.gif');
}
.link-txt {
   background-image: url('../../../picture/files/txt.gif');
}
.link-xls {
   background-image: url('../../../picture/files/xls.gif');
}
.link-xlsx {
   background-image: url('../../../picture/files/xls.gif');
}
.link-zip {
   background-image: url('../../../picture/files/zip.gif');
}


/**
 * FORMATOVANI - UVNITR CLANKU ARTICLE
 */

.entry-summary ul,
.entry-content ul {
    margin-left: 1em; padding: 0; list-style-type: none;
}
.entry-summary ul ul,
.entry-content ul ul {
    margin-bottom: 0; margin-left: 2em;
}
.entry-summary ul li,
.entry-content ul li,
.entry-summary ol ul li,
.entry-content ol ul li {
    /*
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAIAAABv85FHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REM3OTM2NEE1RTZDMTFFMzlDOEY5Mzk5OERDMTVCMjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REM3OTM2NEI1RTZDMTFFMzlDOEY5Mzk5OERDMTVCMjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQzc5MzY0ODVFNkMxMUUzOUM4RjkzOTk4REMxNUIyNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQzc5MzY0OTVFNkMxMUUzOUM4RjkzOTk4REMxNUIyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmnQGo8AAACPSURBVHjaYohcdn3q8af///9v2/coY92t/0iAyUaRr33/42knngEZhx98ylx/mwEOgPJAfTJtJ4DkofsftPvOwHUzQCis0kwQ3dEGYnIC7NOOP9eT4LZV4Nty493lF19B+j58/w10EVD5w/c/gC4CGrD5+luQmbgkQHK4JEByS86/BEoAWUBXIEsAAUCAAQCowqwK6x0F2gAAAABJRU5ErkJggg==') 0 5px no-repeat;
    */
    background: url("../picture/list-style.png") no-repeat 2px 5px;
}
.entry-summary ul li.black,
.entry-content ul li.black,
.entry-summary ol ul li.black,
.entry-content ol ul li.black {
    margin-top: .3em;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjE0REY5NTI2MUFDMTFFM0IwNjNEQkE5NTEwREZFNjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjE0REY5NTM2MUFDMTFFM0IwNjNEQkE5NTEwREZFNjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMTRERjk1MDYxQUMxMUUzQjA2M0RCQTk1MTBERkU2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMTRERjk1MTYxQUMxMUUzQjA2M0RCQTk1MTBERkU2MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmSd/jsAAACVSURBVHjaYggNDf3f0dHxHwjEq6ur/ycmJoLZyJjJ2NiYYdmyZQydnZ0vbGxsGK5du8aQlJT0ggEZgFSCTNLT0wObuH379v/m5uYoJjLAGPgUwhV9+vTpqIODA1gSxAYpAGk6ceLEfwaYApAHQApu3rz5H+QBkAKgWyEmEVIAVkRIAVjR9OnTwQpAHJCD0RWAMECAAQBMjMso6xQnNAAAAABJRU5ErkJggg==') 0 5px no-repeat;
}
.entry-summary ul li,
.entry-content ul li {
    padding: 0 0 0.4em 1.3em;
}
.entry-summary ol ul li,
.entry-content ol ul li {
    padding-left: 1.3em;
}
.entry-summary ol,
.entry-content ol {
    margin-left: 4em; padding: 0;
}
.entry-summary ol ol,
.entry-content ol ol {
    margin-bottom: 0; margin-left: 2em;
}
.entry-summary ol li,
.entry-content ol li {
    padding: 0 0 0.4em 0;
}
.entry-summary ul ol li,
.entry-content ul ol li {
    padding-left: 1em;
}
.entry-summary li ol,
.entry-content li ol {
    margin: 0.5em 0 0.3em 2em; padding: 0;
}
.entry-summary li ul,
.entry-content li ul {
    margin: 0.5em 0 0.3em 0; padding: 0;
}
.entry-summary ol li,
.entry-content ol li,
.entry-summary ul ol li,
.entry-content ul ol li {
    background: none;
}
.entry-summary ul li:last-child,
.entry-content ul li:last-child,
.entry-summary ol li:last-child,
.entry-content ol li:last-child {
    padding-bottom: 0;
}

.obrazek-zarovnany-vlevo,
.obrazek-zarovnany-vpravo,
.obrazek-formatovany {
    padding: 3px; border: solid #dbdbdb 1px; background: #fff;
}
a:hover .obrazek-zarovnany-vlevo,
a:hover .obrazek-zarovnany-vpravo,
a:hover .obrazek-formatovany {
    border-color: #0071bb;
}
.obrazek-zarovnany-vlevo {
    float: left; margin: 0 1em 1em 0;
}
.obrazek-zarovnany-vpravo {
    float: right; margin: 0 0 1em 1em;
}

.obrazek-formatovany-omezeny {
    max-width: 342px;
}


.tabulka-formatovana {
    border-collapse: collapse;
}
.tabulka-formatovana caption, .tabulka-formatovana th, .tabulka-formatovana td {
    padding: 0.3em 15px 0.3em 5px;
}
.tabulka-formatovana th, .tabulka-formatovana td {
    border: solid #eaeaea 0.1em;
}
.tabulka-formatovana caption {
    font-weight: bold; text-align: left;
}
.tabulka-formatovana th, .tabulka-formatovana tr.radek-zahlavi td {
    border-bottom-width: 0.2em; color: #19488d; font-weight: normal; background-color: #f7f7f7; font-weight: bold;
}
.tabulka-formatovana td {
    vertical-align: top;
}
.tabulka-formatovana th[valign='middle'], .tabulka-formatovana td[valign='middle'] {
    vertical-align: middle;
}
.tabulka-formatovana th[valign='bottom'], .tabulka-formatovana td[valign='bottom'] {
    vertical-align: bottom;
}

#content-right h1 + .entry-summary {
    margin-bottom: 1.5em;
    font-size: 120%;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #2d2d2d;
    line-height: 140%;
}

/**
 * INFORMACNI BLOKY - ERROR/SUCCESS
 */

.states, #forms-success,
#shop-wibo-tisky {
    margin-bottom: 1em; padding: 8px 10px 8px 38px; border-style: solid; border-width: 1px; border-radius: 3px 3px;
}
.states p,
#shop-wibo-tisky p {
    margin-bottom: .4em;
}
.states ul, .states li,
#shop-wibo-tisky ul, #shop-wibo-tisky li {
    margin: 0; padding: 0; list-style-type: none;
}
.states p:last-child,
#shop-wibo-tisky p:last-child {
    margin-bottom: 0;
}
.state-error, .file-list-error {
    border-color: #cd0a0a; color: #cd0a0a; background: #fef1ec url('../picture/btn-error.png') 15px 10px no-repeat;
}
.state-highlight,
#shop-wibo-tisky {
    border-color: #fad42e; color: #363636; background: #fbec88 url('../picture/btn-info.png') 15px 10px no-repeat;
}
.state-info {
    border-color: #96a9cd; color: #3a5897; background: #dee8f0 url('../picture/btn-info.png') 15px 10px no-repeat;
}
.state-success, #forms-success {
    border-color: #b2e0c1; color: #12a041; font-weight: bold; background: #c5e8d1 url('../picture/btn-accept.png') 15px 10px no-repeat;
}
.state-error a {
    color: #cd0a0a;
}
.state-highlight a {
    color: #363636;
}


/* ROZBALOVACI BLOK */
.collapsing-link {
    padding: 6px;
    margin: 1em 0;
    border: 1px solid #e0e0e0;
}

.collapsing-link > *:first-child{
    position: relative;
    color: #002c6c;   
    font-size: 26px;
    font-size: 2.6rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    line-height: 120%;
    margin: 0;   
}

.entry-summary .collapsing-link > *:first-child,
.entry-content .collapsing-link > *:first-child,
.collapsing-link > *:first-child{
    padding: 0.5em 55px 0.6em 20px;
}

.collapsing-link.active > *:first-child:hover,
.collapsing-link > *:first-child:hover{
    cursor: pointer;
    color: #fff;
    background: #19488d;
}


.collapsing-link.active > *:first-child{
    background: #19488d;
    color: #fff;
}


.collapsing-link > *:first-child:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    display: block;
    width: 17px;
    height: 10px;
    background: url('../picture/arrows-collapsed.png') no-repeat;
}

.collapsing-link > *:first-child:hover:after{
    background-position: right 0;
}

.collapsing-link.active > *:first-child:after{
    background-position: right bottom;
}

.collapsing-link.active > *:first-child:hover:after{
    background-position: right bottom;
}

.collapsing-link > div{
    padding: 1.3em 20px;    
}

.collapsing-link > div ol:last-child,
.collapsing-link > div ul:last-child,
.collapsing-link > div p:last-child{
    margin-bottom: 0;
}


/**
 * AJAX LOADER
 */
.loading_bar {
    display: none; position: absolute; width: 100%; height: 100%; background: #fff url('../picture/colorbox/loading.gif') 50% 50% no-repeat; opacity: .8; filter: alpha(opacity=80); z-index: 99; 
}

.btn {
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none !important;
    background-image: none !important;
}

.btn:hover {
    text-decoration: none !important;
    background-image: none !important;
}

.btn.btn-01 {
    color: #fff !important;
    background: #19488d;
}

.btn.btn-01:hover {
    background: #0f66b2;
}/* Zakladni format pro elementy stranky */
body {
    margin: 0; padding: 0; color: #858585; background-color: #fff;
}
.cleaner {
    font-size: 0; line-height: 0; clear: both; visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hidden-user{
    position: absolute;
    top: -1000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.hidden{
    display: none;
}
.pull-right,
.pull-right[class*="span"]{
    float: right;
}
.pull-left,
.pull-left[class*="span"] {
    float: left;
}
.txt-left{
    text-align: left;
}
.txt-center{
    text-align: center;
}
.txt-right{
    text-align: right;
}
/* popup okno - DIV */
.popup {
    position: absolute; top: 25%; left: 25%; padding: 5px; border: solid #444 0.2em; text-align: left; background-color: #eee; z-index: 100; filter: alpha(opacity="90"); opacity: 0.90; overflow: auto;
}
.popup-head {
    padding: 0 0 10px; text-align: right;
}
.popup-head a {
    font-weight: bold;
}
.popup-body {
    text-align: left;
}
/* skryti statistiky */
#mask-statistic {
    display: none;
}


    /********************************************************************************
    * MOBILE
    */

    @media (max-width: 767px) {
        body, form, input, select, textarea, td, th {
    font-size: 16px; font-size: 1.6rem; line-height: 25px; line-height: 2.5rem;
}
.container {
    width: 0 auto;
    padding: 0 20px;
}

.row {
    margin-left: 0;
}

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}
.row:after {
    clear: both;
}

[class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.hidden-phone{
    display: none !important;
}

#branding .right-clmn {
    position: absolute;
    top: 0;
    right: 20px;
    margin-bottom: 10px;
    width: auto;
}
#branding .fixed {
    display: block !important;
    position: static !important;
}
#branding > .container:first-of-type {
    height: 90px;
}

#branding #ico-search:hover {
    background-position: 2px -64px;
}

#home {
    left: 0;
}

#mask-search {
    width: 50%;
}
#mask-search input {
    width: 100%;
}
#info-tel {
    top: 140px;
    width: 50%;
}
.en #slider-home #slider-home-title + .title {
    top: 30px;
}
#slider-home .slider-home-bottom {
    /*background: none;*/
    padding-top: 0;
    padding-bottom: 0;
}

#slider-home .slider-home-bottom > p {
    margin-top: 30px;    
}

#slider-home .slider-home-bottom ul li.span6 > a span.picture {
    width: 80px;
    margin-right: 15px;
    flex: 0 0 auto;
}

#slider-home .slider-home-bottom ul li.span6 > a span.content {
    width: auto;
    margin-top: 0;
}

#slider-home .slogan .container > div {
    width: 100%;
}

#slider-home ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

#slider-home li {
    margin-bottom: 45px;
}
#slider-home a {
    font-size: 15px;
    font-size: 1.5rem;
}
#slider-home strong {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 30px;
    line-height: 3rem;
}

#slider-my .bx-controls a.bx-prev {
    left: -15px;
}

#slider-my .bx-controls a.bx-next {
    right: -15px;
}

.home .entry-content  {
    padding-top: 0;
    padding-bottom: 60px;
}
#slider-my {
    clear: both;
    padding-top: 30px;
}
#slider-my h2 {
    margin-top: 0;
}

#slider-my ul {
    padding-top: 0;
}
#slider-my img {
    margin-bottom: 10px;
}

#slider-my li {
    margin-bottom: 30px;
}

#slider-my li:last-child {
    margin-bottom: 0;
}

#page.footer {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
}
#footer-address {
    width: 50%; float: left;
}
#footer-address + .span4 {
    width: 40%; float: right;
}
#page .sep {
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
}
#copyright {
    text-align: left;
    padding-top: 1em;
}
#responsive-choose button {
    float: left;
}

a.open-side-menu {
    position: relative;
    left: 0;
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    padding: 0 44px 0 22px;
    border: 1px solid #dadada;
    color: 515151;
    color: #515151;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a.open-side-menu:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0; 
    width: 50px;
    height: 50px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAWCAYAAADeiIy1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjVCNUZFQkE1ODA5MTFFM0IxQUJCOEU1MTgwQjFERUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjVCNUZFQkI1ODA5MTFFM0IxQUJCOEU1MTgwQjFERUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNUI1RkVCODU4MDkxMUUzQjFBQkI4RTUxODBCMURFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNUI1RkVCOTU4MDkxMUUzQjFBQkI4RTUxODBCMURFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoOuuYcAAABtSURBVHjaYpRpO6HEwMAAwrQEe1iAxBkgFqSxRbOY6GAJCCgxMdAJgCw6Swd7wHFkQi8fMYxaRK5FoHz0n8a4HGSRMR085ELXoHtPB3vuwfIRXQrVe1A8mo9IAizQ+Bmt+AZ3xbeHHhUfQIABALebKGg8LKofAAAAAElFTkSuQmCC') no-repeat center center;
}
.entry-summary img,
.entry-summary iframe,
.entry-content img,
.entry-content iframe {
    max-width: 100%;
}

.entry-content img.obrazek-formatovany-omezeny {
    max-width: 202px;
}

iframe {
    width: 100%;
}
#menu-side ~ h2 + .nav {
    padding-bottom: 50px;
}
#gallery-underart .pict {
    text-align: center;
}
#gallery-underart .pict img {
    max-width: 100%;
}
#kontakt h2, #kontakt h3 {
    margin-left: 0;
}

/* AUTOCOMPLETE */
.autocomplete-wrap{
    left: 0 !important;    
    width: 100%;
}

.autocomplete-w1{
    min-width: 50%;
    padding-left: 20px;
     -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;    
}

.autocomplete{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;    
    min-width: 100%;
}

.autocomplete a{
    padding-top: 10px;
    padding-bottom: 10px;
}

/* OBCHOD */
.offer-wrap h3 {
    font-size: 16px;
    font-size: 1.6rem;
}

.offer-wrap .span2{
    margin-top: 1em;
    padding-left: 10px;
}

.offer-wrap .file-item > .span8 > .span6{
    padding-right: 10px;   
}

#param_search .search-wrap{
    width: 50%;
    margin-top: 1em;
}

#param_search > .search-box{
    display: block;
    margin-top: -1.4em;   
}

#param_search > .search-box:before,
#param_search > .search-box:after{
    clear: none;
    display: inline;
    float: left;
}

#param_search .buttons-row{
    float: right;
    margin-top: 2.5em;
    padding: 0 10px;
    margin-right: 0;
    width: 50%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}

#param_search .submit{
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    margin-bottom: 1em;
}
#param_search select {
    height: 34px;
}

#navrh-rso [class*="item-"]:after,
#navrh-rso .added-information:after {
    left: 0;
}

#navrh-rso .added-information:after {
    bottom: 70px;
}

#navrh-rso [class*="item-"] + [class*="item-"] {
    padding-top: 15px;
}

#navrh-rso .label-wrap {
    display: table;
    padding-bottom: 3px;
}

#navrh-rso .secure {
    width: 67%;
}

#navrh-rso .submit-row input[type="submit"] {
    width: 125px;
}

#navrh-rso .bg-gray {
    box-shadow: -20px 0 0 #f3f3f3, 20px 0 0 #f3f3f3;
}

#content-right .entry-content .dodavane-znacky span[class*="span"] {
    margin-left: 20px;
}    }
    
    @media (max-width: 450px) {
        body{
    min-width: 320px;
}
#home {
    left: 0;
}
#mask-search {
    width: 40%;
}

@media (max-width: 380px) {    
    #mask-search button {
        padding: 0 12px;
        right: 65px;
    }
}
#info-tel {
    width: 100%;
}
#info-tel {
    top: 195px;
    left: 0;
    text-align: left;
}

#slider-home .slogan {
    font-size: 30px;
}

#slider-home .slogan .container > div {
    padding-top: 30px;
    padding-bottom: 30px;
}

#slider-home .slider-home-bottom > p {
    font-size: 30px;
}
/* AUTOCOMPLETE */
.autocomplete-w1{
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;     
}

/* OBCHOD */
#param_search .buttons-row,
#param_search .search-wrap{
    width: 100%;    
}

#navrh-rso .secure {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
}

#content-right .entry-content .dodavane-znacky span[class*="span"] {
    width: calc(50% - 20px);
}    }
    
    /********************************************************************************
     * TABLET
     */
    
    @media only screen and (min-width: 768px) and (max-width: 978px) {
        .row {
    margin-left: -20px;
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}
.row:after {
    clear: both;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

[class*="span"].no-left-margin {
    margin-left: 0;  
}

[class*="span"] img{
    max-width: 100%;
}

.container {
    width: 724px;
    margin: 0 auto;
}

.span12 {
    width: 724px;    
}

.span11 {
    width: 662px;
}

.span10 {
    width: 600px;
}

.span9 {
    width: 538px;
}

.span8 {
    width: 476px;
}

.span7 {
    width: 414px;    
}

.span6 {
    width: 352px;
}

.span5 {
    width: 290px;
}

.span4 {
    width: 228px;
}

.span3 {
    width: 166px;
}

.span2{
    width: 104px;
}

.span1 {
    width: 42px;
}

.hidden-tablet{
    display: none !important;
}

#branding .fixed {
  position: absolute;
  width: 100%;    
  width: 724px;
  height: 115px;
}
#branding .right-clmn {
    margin-left: 0;    
}
#branding .right-clmn {
    margin-left: 0;    
}
#branding #ico-search {
    width: 30px;
    background-position: 0 0;
}
#branding #ico-search:hover {
    background-position: 0px -64px;
}
#menu-main ul ul {
    left: -11px;
}
#menu-main > ul > li > a {
    padding: 0 13px;
}
.en #menu-main > ul > li > a {
    padding: 0 6px;
    font-size: 14px;
    font-size: 1.4rem;
}
#menu-main li.item-submenu:after,
#menu-main li.active-item-submenu:after,
#menu-main li.active-item-in-submenu:after {
    left: 47px !important;
}
#mask-search input {
    width: 485px;
}
/*
.en #slider-home #slider-home-title + .title {
    top: 75px;
}
*/
#slider-home .slider-home-bottom {
    padding: 0 0 30px;
}
#slider-home .slider-home-bottom > p {
    font-size: 30px;
    line-height: 38px;
}
#slider-home strong {
    font-size: 15px;
}

/*
#slider-home .basix {
    padding-top: 35px;
}
#slider-home .basix h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 5rem;
}
*/
#slider-home ul {
    margin-top: 45px;
}
#slider-home a {
    color: #aaa;
}
/*
#slider-home .basix h2 span {
    display: block;
}
#slider-home-title .bx-controls {
    margin-top: 0;
}
#slider-home .slider-home-top .bx-controls {
    left: 190px;
}
*/
#slider-home .slogan .container > div {
    width: 100%;
}

.entry-summary img,
.entry-summary iframe,
.entry-content img,
.entry-content iframe,
body[class*='form'] iframe {
    max-width: 100%;
}

.entry-content img.obrazek-formatovany-omezeny {
    max-width: 202px;
}

/* AUTOCOMPLETE */
.autocomplete {
    min-width: 218px;
}

.autocomplete a{
    padding-top: 10px;
    padding-bottom: 10px;
}

/* OBCHOD */
#param_search .search-wrap{
    width: 50%;
    margin-top: 1em;
}

#param_search > .search-box{
    display: block;
    margin-top: -1.4em;   
}

#param_search > .search-box:before,
#param_search > .search-box:after{
    clear: none;
    display: inline;
    float: left;
}

#param_search .buttons-row{
    float: right;
    margin-top: 2.5em;
    padding: 0 10px;
    margin-right: 0;
    width: 50%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}

#param_search .submit{
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    margin-bottom: 1em;
}

#navrh-rso [class*="item-"] .span2 {
    width: 228px;
}
#navrh-rso [class*="item-"] .span2.psc {
    width: 104px;
}

#navrh-rso [class*="item-"] [class*="span"].with-tooltip + [class*="span"]{
    margin-left: 82px;
}

#navrh-rso .helper-info [class*="span"] {
    width: 100%;
}

#navrh-rso .added-information .span3,
#navrh-rso .added-information .span4, 
#navrh-rso .added-information .span5 {
    width: 352px;
}

#navrh-rso .added-information .span6 {
    width: 724px;
}
    }


/********************************************************************************
 * DESKTOP
 */

@media (min-width: 979px) {.row {
    margin-left: -20px;
    *zoom: 1;
}

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

[class*="span"].no-left-margin{
    margin-left: 0;  
}

.container{
    width: 940px;
    margin: 0 auto;
}

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.hidden-desktop {
    display: none !important; 
}

#branding .fixed {
    position: absolute;
    width: 100%;    
    width: 940px;
    height: 115px;
}

.entry-summary,
.entry-content {
    padding-right: 20px;
}
body[class*='form'] .entry-summary,
body[class*='form'] .entry-content {
    padding-right: 0;
}

#suppliers .flexslider{
    padding-left: 0;
    padding-right: 0;
}
#param_search select {
    height: 255px;
}
#param_search .search-wrap:nth-child(1) {
    width: 45%;
}
#param_search .search-wrap:nth-child(2) {
    width: 20%;
}
#param_search .search-wrap:nth-child(3) {
    width: 35%;
}

.cz #menu-main ul ul {
    left: -5px !important;
}}    