@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');

@font-face {font-family: 'UbuntuB';src: url("../fonts/Ubuntu-B.ttf");}
@font-face {font-family: 'UbuntuBI';src: url("../fonts/Ubuntu-BI.ttf");}
@font-face {font-family: 'UbuntuC';src: url("../fonts/Ubuntu-C.ttf");}
@font-face {font-family: 'UbuntuL';src: url("../fonts/Ubuntu-L.ttf");}
@font-face {font-family: 'UbuntuLI';src: url("../fonts/Ubuntu-LI.ttf");}
@font-face {font-family: 'UbuntuM';src: url("../fonts/Ubuntu-M.ttf");}
@font-face {font-family: 'UbuntuMI';src: url("../fonts/Ubuntu-MI.ttf");}
@font-face {font-family: 'UbuntuR';src: url("../fonts/Ubuntu-R.ttf");}
@font-face {font-family: 'UbuntuRI';src: url("../fonts/Ubuntu-RI.ttf");}
@font-face {font-family: 'UbuntuMonoB';src: url("../fonts/UbuntuMono-B.ttf");}
@font-face {font-family: 'UbuntuMonoBI';src: url("../fonts/UbuntuMono-BI.ttf");}
@font-face {font-family: 'UbuntuMonoR';src: url("../fonts/UbuntuMono-R.ttf");}
@font-face {font-family: 'UbuntuMonoRI';src: url("../fonts/UbuntuMono-RI.ttf");}

@font-face {font-family: 'PFAGORASANSPRO-BLACK';src: url("../fonts/PFAGORASANSPRO-BLACK.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-BLACKITALIC';src: url("../fonts/PFAGORASANSPRO-BLACKITALIC.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-BOLD';src: url("../fonts/PFAGORASANSPRO-BOLD.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-BOLDITALIC';src: url("../fonts/PFAGORASANSPRO-BOLDITALIC.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-ITALIC';src: url("../fonts/PFAGORASANSPRO-ITALIC.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-LIGHT';src: url("../fonts/PFAGORASANSPRO-LIGHT.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-LIGHTITALIC';src: url("../fonts/PFAGORASANSPRO-LIGHTITALIC.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-MEDIUM';src: url("../fonts/PFAGORASANSPRO-MEDIUM.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-MEDIUMITALIC';src: url("../fonts/PFAGORASANSPRO-MEDIUMITALIC.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-REGULAR';src: url("../fonts/PFAGORASANSPRO-REGULAR.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-THIN';src: url("../fonts/PFAGORASANSPRO-THIN.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-THINITALIC';src: url("../fonts/PFAGORASANSPRO-THINITALIC.TTF");}
@font-face {font-family: 'PFAGORASANSPRO-ULTRABLACK';src: url("../fonts/PFAGORASANSPRO-ULTRABLACK.TTF");}

html,body{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Montserrat', 'PFAGORASANSPRO-LIGHT','UbuntuL', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
}

h1{
    padding-top: 20px;
    font-size: 28px;
}

h2, h3, h4, h5, h6{
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
} 

h5{
    font-size: 16px;
}

h6{
    font-size: 14px;
}

p{
    margin: 0;
    padding-bottom: 10px;
}

a{
    text-decoration: underline; 
    color: #0D346E;
}

#hlavicka p,
#hlavicka h1{
    cursor: default;
}

a.disable{
    cursor: default;
    text-decoration: none;

}

a.disable:hover{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

img{
    border: none; 
}



/*--- soubor ---*/

.soubor{
    width: 95%;   
    border-top: 3px #0B60A4 solid;
    border-bottom: 1px #DCDDDE solid;
    border-left: 1px #DCDDDE solid;
    border-right: 1px #DCDDDE solid;
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 5px 0px 25px 15px;
}

.soubor_ikona{
    float: right;
    width: 20%;
    text-align: center;
    padding: 10px 0px 10px 10px;
}

.soubor_popis{
    float: left;
    text-align: left;
    width: 65%;
    padding: 10px 10px 10px 10px;
    color: #666666;
}

.soubor_popis a{
    text-decoration: underline;
    font-size: 20px;
}

.soubor_popis a:hover{
    text-decoration: none;
}

.soubor_velikost{
    float: right;
    width: 10%;
    text-align: right;
    padding: 10px 10px 10px 10px;
}

/*--- galerie ---*/

/*--- galerie - lightbox ---*/
.galerie_lightbox {
    width: 100%; 
    margin: 10px 5px 0px 0px; 
    padding: 0px; 
    text-align: center;  
}

.galerie_lightbox .obrazek { 
    display: inline-block; 
    width: 160px; 
    margin: 10px 18px 10px 18px; 
    padding: 0px; 
    text-align: center;  
}

.galerie_lightbox .obrazek a img { 
    padding: 0px; 
    border: 1px solid #dddddd; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: none; 
    text-decoration: none; 
}

.galerie_lightbox .obrazek a:hover img { 
    padding: 0px; 
    border: 1px solid #0B60A4; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: #0B60A4; 
    text-decoration: none; 
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out; 
    -o-transition: all 0.4s ease-out; 
    transition: all 0.4s ease-out; 
}

/*--- galerie - photoswipe ---*/
.galerie_photoswipe {
    width: 100%; 
    margin: 10px 5px 0px 0px; 
    padding: 0px; 
    text-align: center;  
}

.galerie_photoswipe .gallery-item { 
    display: inline-block; 
    max-width: 450px; 
    width: 45%;
    margin: 10px 18px 10px 18px; 
    padding: 0px; 
    text-align: center;  
}

.galerie_photoswipe .gallery-item a img { 
    padding: 0px; 
    border: 1px solid #dddddd; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: none; 
    text-decoration: none; 
    display: inline-block;
    max-height: 90%;
    max-width: 90%;
}

.galerie_photoswipe .gallery-item a:hover img { 
    padding: 0px; 
    border: 1px solid #0B60A4; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: #0B60A4; 
    text-decoration: none; 
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out; 
    -o-transition: all 0.4s ease-out; 
    transition: all 0.4s ease-out; 
}


/*--- obrazek ---*/

.obrazek { 
    display: inline-block; 
    /*    width: 160px; 
        margin: 20px 20px 20px 20px; */
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0px; 
    text-align: center;  
}
.obrazek a img { 
    padding: 0px; 
    border: 1px solid #dddddd; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: none; 
    text-decoration: none; 
}
.obrazek a:hover img { 
    padding: 0px; 
    border: 1px solid #0B60A4; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: #0B60A4; 
    text-decoration: none; 
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out; 
    -o-transition: all 0.4s ease-out; 
    transition: all 0.4s ease-out; 
}

/*--- podstranky ---*/

.podstranka{
    float: left;
    margin-right: 5%;
    margin-top: 15px;
    width: 45%;
    min-height: 140px;
}

.podstrankapopis{
    margin-top: 8px;
    text-align: center;
}

.podstrankaodkaz a{
    font-size: 22px;
}

.podstrankaodkaz a:hover{
    text-decoration: none;
}

.ikona{
    float: left;
    margin-right: 20px;
}

.ikona a img, .ikona img { 
    padding: 0px;
    border: 1px solid #dddddd; 
    padding: 4px; 
    margin: 0 10px 0 0px; 
    background: none; 
    text-decoration: none; 
    max-width: 150px;
    max-height: 110px;
}
.ikona a:hover img { 
    padding: 0px; 
    border: 1px solid #0B60A4; 
    padding: 4px; 
    margin: 0 10px 0 0px; 
    background: #0B60A4; 
    text-decoration: none; 
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out; 
    -o-transition: all 0.4s ease-out; 
    transition: all 0.4s ease-out; 
}

.podstrankapopis a.vice{
    display: none;
}



/*--- podstranky - extra ---*/

.podstranky{
    padding-top: 30px;
}

.podstranky-podstranky{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    /*width: 100%;*/
}

#obsah-nas-tym .podstranky-podstranky{
    text-align: left;
}

.podstranky-podstranka{
    padding: 10px 3% 60px 3%;
    width: 43%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.podstranka-horni{
    height: 132px;
    overflow: hidden;
}

.podstranka-nadpis,
.podstranka-nadpis h2,
#obsah .podstranka-nadpis h2{
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    font-weight: normal;
    line-height: 110%;
    font-family: 'PFAGORASANSPRO-MEDIUM', 'UbuntuM', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    color: #000000;
}

.podstranka-nadpis{
    padding-bottom: 10px;
    min-height: 55px;
}

.podstranka-nadpis a{
    text-decoration: none;
    color: #000000;
}

.podstranka-nadpis a:hover{
    text-decoration: underline;
}

.podstranka-ikona{
    height: 170px;
}

.podstranka-ikona img{
    max-height: 160px;
    max-width: 100%;
    display: inline-block;
}

.podstranka-popis,
.podstranka-popis p,
#obsah .podstranka-popis p{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 150%;
    color: #5E5E5E;   
    text-align: center;
}

.podstranka-popis{
    max-height: 82px;
    overflow: hidden;
}

.podstranka-tlacitko{
    font-size: 16px;
    padding-top: 18px;
}

.podstranka-tlacitko a{
    display: inline-block;
    color: #2A2A2A;
    background-color: #E7E7E7;
    border-bottom: 2px #CECECE solid;
    padding: 14px 25px 14px 25px;
    text-decoration: none;
}

.podstranka-tlacitko a:hover{
    color: #FFFFFF;
    background: #0966AA url(img/tlacitko-bg.png) center top repeat-x;
    border-bottom-color: #1F2A72;
}


/*--- podstranky-2 - extra ---*/


.podstranky-2 .podstranky-podstranky{
    width: 100%;
    text-align: center;
}

.podstranky-2 .podstranky-podstranka{
    width: 93%;
    /*text-align: left;*/
}

.podstranky-2 .podstranka-nadpis{
    min-height: 0;
}

.podstranky-2 .podstranka-horni{
    height: auto;
    overflow: visible;
}

.podstranky-2 .podstranka-popis{
    max-height: none;
    overflow: visible;
}


/*--- formulÃ¡Å™ ---*/

#formular{
    padding-left: 4%;
}

#formular .popisekformulare{
    padding: 20px 10px 10px 10px;
    font-size: 18px;
}

#formular .upozorneni{
    background: url(img/alert-small.png) left center no-repeat;
    padding: 5px 10px 5px 40px;
    color: #F5C222;
    margin: 30px 0px -10px 0px;
}

#formular .popischeckbox{
    padding: 10px 10px 5px 30px;
}

#formular .popisradio{
    padding: 10px 10px 5px 30px;
}

#formular input{
    border: 1px #777777 solid;
    width: 90%;
    font-size: 15px;
    padding: 10px 2% 10px 2%;
}

#formular select{
    border: 1px #777777 solid;
    width: 94%;
    padding: 10px 2% 10px 2%;
}

#formular textarea{
    border: 1px #777777 solid;
    width: 91%;
    height: 80px;
    font-size: 15px;
    padding: 10px 2% 10px 2%;
}

#formular select option{
    color: #000000;
}

#formular .form-checkbox{
    width: 50%;
}

#formular .form-radio{
    width: 50%;
}

#formular input.form-submit{
    display: inline-block;
    margin-top: 30px;
    border: none;
    background-color: #0F2056;
    color: #FFFFFF;
    width: 200px;
    cursor: pointer;
    font-size: 15px;
}

#form-div-1{
    display: inline-block;
    width: 32%;
}

#form-div-2{
    display: inline-block;
    width: 32%;
}

#form-div-3{
    display: inline-block;
    width: 32%;
}

#form-div-4{

}

#form-div-5{
    text-align: right;
    padding-right: 5%;
}



/*--- mapa strÃ¡nek ---*/

#mapa-stranek{
}

#mapa-stranek ul{
    /*list-style-image: url(img/li-mapa.png);*/
}



/*--------------- LAYOUT ----------------*/
#page{ 
    margin: 0 auto; 
    /*width: 980px; */
}


#background{
    background: #ffffff;
    background: url("../img/public/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    min-height: 100vh;
}


#jazykove-mutace-bg{
    padding-top: 10px;
    height: 20px;
}

#jazykove-mutace{
    margin: 0 auto;
    max-width: 1220px;
    padding: 0px 10px 0px 10px;
    text-align: right;
    font-size: 13px;    
}

#jazykove-mutace a{
    padding: 0px 2px 0px 2px;
    margin: 0px 3px 0px 3px;
}



#hlavicka-bg{

}

#hlavni-menu{
    max-width: 900px;
    margin: 0 auto;
    padding-top: 10px;
}
#hlavni-menu ul{
    list-style-type: none;
}
#hlavni-menu a{
    background: #cd0606;
    background: -webkit-linear-gradient( #cd0606, #9b0303); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( #cd0606, #9b0303); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( #cd0606, #9b0303); /* For Firefox 3.6 to 15 */
    background: linear-gradient( #cd0606, #9b0303); /* Standard syntax */
    border-radius: 10px;
    color: #FFFFFF;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: bold;

}

#hlavicka{
    margin: 0 auto;
    /*max-width: 1220px;*/
    height: 245px;
    height: 345px;
    height: 300px;
    height: 353px;
    /*background: url("../img/horni-obr.jpg") no-repeat center;
    background-size: cover;*/
    background: url('../img/public/header.jpg') no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 10px;
    position: relative;
}

/* TB 24.10.2018 */
#h-stripe {
    display: block;
    background: #2781bb;
    padding: 1px;
}

#h-stripe-inner {
    display: block;
    margin: 12px auto 10px;
    max-width: 1220px;
    height: 30px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px center;
    
    /* TB 26.10.2018 */
    position: relative;
}

/* TB 26.10.2018 */
#login-nav {
    display: block;
    position: absolute;
    right: 0px;
    top: 3px;
}

#login-nav a {
    display: inline-block;
    margin: 0px 0px 0px 18px;
    padding: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.4px;
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#login-nav a:hover,
#login-nav a:active {
    color: #111111;
}

#hlavicka h1{
    position: absolute;
    left: 40%;
    top: 180px;
    color: #3C9B04;
    font-family: PFAGORASANSPRO-BOLD;
    font-size: 27px;
}


#hlavicka-obsah{
    display: table;
    width: 100%;
    text-align: center;
}

#hlavicka-1{
    display: table-cell;
    text-align: center;
    vertical-align: top; 
    min-width: 150px;
    width: 13.033%;
}

#hlavicka-2{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: auto;
    color: #58585A;
    font-size: 25px;
    font-family: 'PFAGORASANSPRO-ITALIC', 'UbuntuLI', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    line-height: 110%;
}

#hlavicka-2 strong{
    font-weight: normal;
    color: #143B91;
    font-size: 35px;
}

#hlavicka-3{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*min-width: 250px;*/
    width: 27.787%;
    color: #696969;
    font-size: 17px;
    border-left: 1px #E5E5E5 solid;
}

#hlavicka-3 strong{
    font-weight: normal;
    font-family: 'PFAGORASANSPRO-ITALIC', 'UbuntuLI', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    color: #143B91;
    font-size: 25px;
}

#hlavicka-4{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 250px;
    border-left: 1px #E5E5E5 solid;
}

#hlavicka-4 a{
    display: inline-block;
    padding: 2px;
    margin: 3px;
}

#hlavicka-5{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 21.229%;
    border-left: 1px #E5E5E5 solid;
}

/*
#hlavicka-banner{
    width: 100%;
    text-align: right;
}

#hlavicka-banner p{
    margin: 0px;
    padding: 0px;
}

#hlavicka-banner-obsah{
    display: inline-block;
    position: relative;
    margin: 0px 180px 0px 0px;
    padding: 0px 10px 0px 0px;
    background: url(img/stin.png) no-repeat right bottom;
    padding-bottom: 9px;
}

#hlavicka-banner-1{
    position: absolute;
    left: -70px;
    bottom: 48px;
    border: 1px #E8E8E8 solid;
    z-index: 3;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    text-align: left;
    line-height: 150%;
}

#hlavicka-banner-1:after{
    content: ' ';
    width: 20px;
    height: 16px;
    position: absolute;
    right: 20px;
    bottom: -16px;
    display: inline-block;
    background: url(img/sipecka-2.png) no-repeat center top;
}

#hlavicka-banner-1 a{
    background: url(img/pozice.png) no-repeat left center;
    padding-left: 30px;
    color: #17438A;
    text-decoration: none;
    font-style: italic;
}

#hlavicka-banner-2{
    position: relative;
    z-index: 2;
    padding: 5px 40px 5px 30px;
    background-color: #F8951E;
    color: #FFFFFF;
    font-style: italic;
}

#hlavicka-banner-2:after{
    content: ' ';
    width: 13px;
    height: 30px;
    position: absolute;
    right: -13px;
    bottom: 0px;
    display: inline-block;
    background: url(img/linka.png) no-repeat left bottom;
}

#hlavicka-banner-2 a{
    color: #FFFFFF;
    text-decoration: none;
}

#hlavicka-banner-2 a:hover{
    text-decoration: underline;
}
*/


#logo{    
}

#hlavicka-slogan{
    padding: 20px 20px 0px 20px;
}

#hlavicka-3-obsah{
    display: inline-block;
    text-align: left;
    background: url(../img/public/mobil.png) 5px center no-repeat;
    padding: 0px 0px 0px 45px;
    margin-top: 10px;
}

#hlavicka-kontakt{
}

#hlavicka-kontakt span{
    display: none;
}

#hlavicka-kontakt p{
    padding-bottom: 0px;
}

#hlavicka-nadpis{
    font-weight: normal;
    color: #58585A;
    font-size: 25px;
    font-family: 'PFAGORASANSPRO-ITALIC', 'UbuntuLI', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    line-height: 110%;
}

#hlavicka-nadpis p,
#hlavicka-nadpis h1{
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    color: #58585A;
    font-size: 25px;
}

#hlavicka-socialni-site{
    padding: 0px 0px 0px 20px;
}

#hlavicka-adresy{
    margin-top: 15px;
    display: inline-block;
    text-align: left;
    font-family: 'PFAGORASANSPRO-LIGHTITALIC', 'UbuntuLI', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 20px;
}

#hlavicka-adresy p{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#hlavicka-adresy a{
    display: inline-block;
    color: #24448F;
    background: url(../img/public/pozice.png) no-repeat left center;
    padding: 1px 0px 1px 25px;
}

#hlavicka-aktualne{
    font-size: 15px;
    padding: 15px 40px 0px 0px;
    text-align: right;
    color: #F59421;
    font-family: 'PFAGORASANSPRO-ITALIC', 'UbuntuLI', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    letter-spacing: 0.019em;
}

#hlavicka-aktualne a{
    color: #F59421;
    text-decoration: none;
}

#hlavicka-aktualne strong{
    font-weight: normal;
}

#hlavicka-loga-pravnicka-firma{
    padding: 0px 0px 0px 15px;
}

#hlavicka-loga-pravnicka-firma img{
    max-width: 80px;
    max-height: 85px;
    padding: 3px;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
#hlavicka-loga-pravnicka-firma img:first-child {
    animation: blink 2s;
    animation-iteration-count: infinite;
}

/*
#hlavni-menu-bg{
    background: #0966AA url(../img/public/menu-bg.png) center top repeat-x;
}

#hlavni-menu-mobil{
    height: 60px;
    width: 100%;
    display: inline-block;
    background-color: #241F67;
    cursor: pointer;
    display: none;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF;
    /*border-top: 1px #E5E5E5 solid;*/
/*border-bottom: 1px #E5E5E5 solid;
}

#hlavni-menu-mobil span{
background: #241F67 url(img/menu.png) left center no-repeat;
padding: 0px 0px 0px 30px;
}

#hlavni-menu-mobil.otevreno span.hlavni-menu-mobil-otevrit,
#hlavni-menu-mobil span.hlavni-menu-mobil-zavrit{
display: none;
}

#hlavni-menu-mobil.otevreno span.hlavni-menu-mobil-zavrit{
display: inline;
}

#hlavni-menu{
margin: 0 auto;
max-width: 1220px;
padding: 0px 10px 0px 10px;
font-size: 19px;
font-family: 'PFAGORASANSPRO-THIN', 'UbuntuL', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
}

#hlavni-menu ul{
margin: 0px;
padding: 0px;
list-style: none;
width: 150px;
display: table;
margin-left: 172px; /*MP aby nebylo v obrázku*/
/*table-layout: fixed;
}

#hlavni-menu ul li{
display: table-cell;
vertical-align: middle;
width: auto;
text-align: center;
padding-top: 4px;
}

#hlavni-menu ul li.aktualni,
#hlavni-menu ul li:hover{
border-top: 2px #143B91 solid;
padding-top: 2px;
background-color: #FFFFFF;
color: #143B91;
}

#hlavni-menu ul li.aktualni a,
#hlavni-menu ul li:hover a{
color: #143B91;
}

#hlavni-menu ul li a{
/*height: 100%;
width: 90%;
padding: 20px 5% 20px 5%;
/*height: 24px;
display: inline-block;
color: #FFFFFF;
text-decoration: none;
/*margin: -4px 0px -4px 0px;
}

*/



#slider-panel-bg{
    border-bottom: 1px #E5E5E5 solid;
    background: #F3F3F3 url(img/slider-bg.jpg) center top repeat-x;
}

#slider-panel{
    margin: 0 auto;
    max-width: 1400px;
    padding: 0px 10px 0px 10px;
    display: table;
    margin-bottom: -4px;
}

#slider-panel h2,
#slider-panel h3{
    padding: 0px;
    margin: 0px;
}

#slider{
    display: table-cell;
}

#slider ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-collapse: collapse;
    display: table;
}

#slider ul li{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    border-left: 1px #E7E7E7 solid;
    /*border-right: 1px #E7E7E7 solid;*/
    display: table-cell;
}

#slider-dalsi{
    display: table-cell;
    height: 100%;
    width: 60px;
    background: url(img/sipka-doprava.png) center center no-repeat;
    cursor: pointer;
}

#slider-predchozi{
    display: table-cell;
    height: 100%;
    width: 60px;    
    background: url(img/sipka-doleva.png) center center no-repeat;
    cursor: pointer;
}


#slider-dalsi a.bx-next,
#slider-predchozi a.bx-prev{
    display: inline-block;
    width: 100%;
    height: 210px;
}


.slider-obsah{
    background-color: #FFFFFF;
    padding: 25px 10px 0px 10px;
    min-width: 170px;
    text-align: center;
    font-size: 15px;
}

.slider-obsah p,
.slider-obsah h2{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

.slider-obsah-horni-cast{
    height: 55px;
    overflow: hidden;
}

.slider-obsah-nadpis{
    font-family: 'PFAGORASANSPRO-MEDIUM', 'UbuntuM', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    /*height: 40px;*/
}

.slider-obsah-nadpis a{
    text-decoration: none;
    color: #000000;
}

.slider-obsah-text{
    font-family: 'PFAGORASANSPRO-LIGHT', 'UbuntuL', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    color: #9D9D9D;
    /*    height: 20px;
        overflow: hidden;*/
}

.slider-obsah-obrazek{
    padding-top: 5px;
    height: 130px;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.slider-obsah-obrazek img{
    padding: 0px;
    margin: 0px;
    border: none;
    vertical-align: bottom;
    max-height: 140px;
    max-width: 170px;
}

.slider-obsah-obrazek img.slider-obsah-obrazek-normalni{
    display: none;
}

.slider-obsah-obrazek img.slider-obsah-obrazek-cernobily{
    display: inline;
}

.slider-obsah-obrazek:hover img.slider-obsah-obrazek-normalni{
    display: inline;
}

.slider-obsah-obrazek:hover img.slider-obsah-obrazek-cernobily{
    display: none;
}







#horni-panel-bg{  
    background: url('img/horni-panel-1.jpg') center center no-repeat;
}

#horni-panel{
    margin: 0 auto;
    max-width: 1220px;
    padding: 70px 10px 0px 10px;
}

#sluzby-panel-1{
    text-align: center;
}

#sluzby-panel-2{
    text-align: center;
    display: none;
}

#sluzby-panel-ostatni{
    padding: 10px 20px 60px 20px;
}

#sluzby-panel-ostatni a{
    width: 200px;
    padding: 10px 0px 10px 0px;
    display: inline-block;
    border: 1px solid #CECECE;
    background-color: #EBEBEB;
    text-decoration: none;
    color: #2A2A2A;
}

#sluzby-panel-ostatni a:hover{
    background-color: #0D5A9F;
    color: #FFFFFF;
}

.sluzby-panel-sluzba-sluzby{
    display: inline-block;
    width: 49%;
}

.sluzby-panel-sluzba{
    /*    padding: 10px 20px 60px 20px;
        width: 260px;*/
    padding: 10px 3% 60px 3%;
    width: 43%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.sluzby-panel-sluzba-horni{
    height: 110px;
    overflow: hidden;
}

.sluzby-panel-sluzba-nadpis{
    padding: 0px 0px 10px 0px;
}

.sluzby-panel-sluzba-nadpis,
.sluzby-panel-sluzba-nadpis p,
.sluzby-panel-sluzba-nadpis h2,
.sluzby-panel-sluzba-nadpis h3{
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: normal;
    line-height: 110%;
    font-family: 'PFAGORASANSPRO-MEDIUM', 'UbuntuM', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
}

.sluzby-panel-sluzba-text{
    font-size: 16px;
    line-height: 150%;
    color: #5E5E5E;
    padding-top: 10px;
    text-align: justify;
}

.sluzby-panel-sluzba-tlacitko{
    font-size: 16px;
    padding-top: 28px;
}

.sluzby-panel-sluzba-tlacitko a{
    display: inline-block;
    color: #2A2A2A;
    background-color: #E7E7E7;
    border-bottom: 2px #CECECE solid;
    padding: 14px 25px 14px 25px;
    text-decoration: none;
}

.sluzby-panel-sluzba-tlacitko a:hover{
    color: #FFFFFF;
    background: #0966AA url(img/tlacitko-bg.png) center top repeat-x;
    border-bottom-color: #1F2A72;
}




#sluzby-panel-dalsi{
    text-align: center;
    color: #868686;
    cursor: pointer;
    /*padding: 5px 0px 10px 0px;*/
}

#sluzby-panel-dalsi:hover{
    color: #2A2A2A;
}

#sluzby-panel-dalsi-pozadi-1{
    background: url(img/tlacitko-sipka-bg-dolu.png) center bottom no-repeat;
    width: 100%;
    height: 32px;
    display: inline-block;
    border-bottom: 1px #E7E7E7 solid;
}

#sluzby-panel-dalsi-pozadi-2{
    background: url(img/tlacitko-sipka-bg-nahoru.png) center bottom no-repeat;
    width: 100%;
    height: 32px;
    display: inline-block;
    border-bottom: 1px #E7E7E7 solid;
}

#sluzby-panel-dalsi-zobrazit,
#sluzby-panel-dalsi-skryt{
    display: inline-block;
    width: 100%;
}

#sluzby-panel-dalsi-zobrazit{

}

#sluzby-panel-dalsi-skryt{
    display: none;
}






#obsah-bg{
    background: transparent;
}

#obsah-bg-uvod{
    background: #FFFFFF;
}

#obsah{
    margin: 0 auto;
    max-width: 1020px;
    padding: 50px 10px 90px 10px;
    text-align: center;
    color: #5E5E5E;
}

#obsah h1#uvodni-nadpis,
#obsah h2#uvodni-nadpis,
#obsah h3#uvodni-nadpis,
#obsah h1{
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    margin: 0px;
    padding: 0px 20px 25px 20px;
    text-transform: uppercase;
    color: #2A2A2A;
}

#obsah h1#nadpis-tym{
    text-transform: none;
}

#obsah h2{
    margin-bottom: 15px;
}

#obsah h2,
#obsah h3,
#obsah h4,
#obsah h5,
#obsah h6{
    color: #164389;
}

#obsah p {
    padding-bottom: 10px;
    line-height: 150%;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #484848;
    text-align: justify;
}

#obsah ul, #obsah ol{
    padding-bottom: 10px;
    line-height: 150%;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
    color: #484848;
    list-style: none;
}

#obsah ul li{
    list-style-image: url(img/list-style.png);
    list-style-position: inside;
}

/*
#obsah ul li:before {
    content: "â€¢ ";
    color: #143B91;
}
*/

#obsah table{
    width: 100%;
    border-collapse: collapse;
}

#obsah table tr{
}

#obsah table th{
    /*border: 1px #BBBBBB solid;*/
    text-align: left;
    padding: 5px;
}

#obsah table td{
    /*border: 1px #DDDDDD solid;*/
    text-align: left;
    padding: 5px;
}

#obsah-nadpis{
    padding-bottom: 25px;
}

#obsah-nadpis h1{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#obsah-nadpis h2{
    margin: 0px;
    padding: 0px;
    color: #154587;
}


#obsah-sloupce-2{
    vertical-align: top;
}

#obsah-sloupce-2-1{
    /*display: inline-block;*/
    float: left;
    width: 65%;
    text-align: left;
}

#obsah-sloupce-2-1 .podstranka-popis, 
#obsah-sloupce-2-1 .podstranka-popis p, 
#obsah #obsah-sloupce-2-1 .podstranka-popis p,
#obsah-sloupce-2-1 p{
    text-align: justify;
}

#obsah-sloupce-2-1 .podstranky-podstranka{
    text-align: left;
}

#obsah-sloupce-2-2{
    /*display: inline-block;*/
    float: right;
    width: 30%;
}

.informace-text{
    background: url(img/ico-11.png) no-repeat left top;
    padding: 5px 0px 10px 90px;
    border-bottom: 1px #E7E7E7 solid;
    font-style: italic;
    color: #0F589C;
}

.informace-text a{
    color: #0F589C;
    background: url(img/sipka-doprava-1.png) no-repeat right center;
    padding-right: 15px;
    margin-right: 10px;
}

#obsah .informace-text p{
    color: #0F589C;
    font-size: 17px;
    line-height: 130%;
}

#informace-video{
    display: inline-block;
    cursor: pointer;
    color: #0F589C;
    font-size: 17px;
    line-height: 130%;
    background: url(img/ico-video.png) no-repeat left center;
    padding: 5px 0px 5px 30px;
}

#informace-video:hover{
    text-decoration: underline;
}



#zobrazit-na-mape-click{
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: #143B91;
}

#zobrazit-na-mape-click:hover{
    text-decoration: none;
}




.tym-detail{
    padding: 20px 0px 0px 0px;
}

.tym-detail strong{
    color: #2A2A2A;
}

.tym-detail-obrazek{
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.tym-detail-obrazek img{
    max-height: 100%;
    max-width: 100%;
}

.tym-detail-kontakty{
    text-align: center;
    padding: 15px 0px 15px 0px;
    color: #2A2A2A;
    display: inline-block;
    vertical-align: top;
    width: 59%;
}

.tym-detail-kontakty p{
    padding-top: 10px;
}

.tym-detail-kontakty a{
    color: #2A2A2A;
}

.tym-detail-kontakty-telefon{
    display: inline-block;
    padding-left: 90px;
    background: url(img/ico-5.png) 20px center no-repeat;
    /*font-family: 'PFAGORASANSPRO-BOLD', 'UbuntuB', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;*/
}

.tym-detail-kontakty-telefon strong{
    color: #15418A;
    font-family: 'PFAGORASANSPRO-BOLD', 'UbuntuB', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
}

.tym-detail-kontakty-email{
    display: inline-block;
    padding-left: 90px;
    background: url(img/ico-6.png) 20px center no-repeat;
}

.tym-detail-kontakty-email a{
    color: #17418B;
}

.tym-detail-qr-hlavicka{
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.tym-detail-qr-hlavicka img{
    max-width: 160px;
    max-height: 160px;
}

.tym-detail-popis{
}

.tym-detail-text{
    position: relative;
    min-height: 20px;
    text-align: left;
    padding: 40px 35px 10px 35px;
    color: #2B2B2B;
    font-style: italic;
}

.tym-detail-text-sipecka{
    position: absolute;
    background: url(img/uvozovky-1.png) center center no-repeat;
    width: 28px;
    height: 44px;
    /*left: -28px;*/
    left: 0px;
    top: 29px;
}

.tym-detail-text p img{
    position: relative;
    padding-left: 10px;
    top: 10px;
}

.tym-detail-text-sipecka-2{
    position: absolute;
    background: url(img/uvozovky-2.png) center center no-repeat;
    width: 28px;
    height: 44px;
    /*right: -28px;*/
    right: 0px;
    bottom: 39px;
    display: none;
}

.tym-detail-qr-kod{
    text-align: left;
}

.tym-detail-qr-kod img{
    max-width: 200px;
    padding: 0px 35px 40px 35px;
}

.tabulka-kontakty{
    padding-left: 8%;
}

.tabulka-kontakty td{
    vertical-align: top;
}

td.tabulka-kontakty-1{
    width: 50%;
    background: url(img/ico-4.png) left 20px no-repeat;
}

td.tabulka-kontakty-2{
    width: 50%;
    background: url(img/ico-7.png) left 20px no-repeat;
}

td.tabulka-kontakty-2 p,
td.tabulka-kontakty-1 p{
    padding-left: 100px;
    padding-right: 20px;
}

.text-kontakty{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 0px 2% 0px 2%;
    text-align: left;
}
.text-kontakty.extended { box-sizing: border-box; width: 100%; }

.text-kontakty h2,
.text-kontakty h3,
.text-kontakty h4,
.text-kontakty p{
    padding-left: 110px;
}

.text-kontakty-1{
    min-height: 70px;
    background: url(img/ico-8.png) left top no-repeat;
}

.text-kontakty-2{
    min-height: 70px;
    background: url(img/ico-9.png) left top no-repeat;
}

.text-kontakty-3{
    min-height: 70px;
    background: url(img/ico-10.png) left top no-repeat;
}








.rozcestnik-bg{
    text-align: center;
    display: inline-block;
}

.rozcestnik{
    display: table;
    /*border-collapse: collapse;*/
    /*width: auto;*/
}

.rozcestnik-polozka{
    display: table-cell;
    cursor: pointer;
    color: #292929;
    border: 1px #D7D7D7 solid;
    background: #FFFFFF url(img/rozcestnik-bg.png) center bottom repeat-x;
    padding: 10px 40px 10px 40px;
}

.rozcestnik-polozka:first-of-type{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
}

.rozcestnik-polozka:last-of-type{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.rozcestnik-polozka:hover{

}

#rozcestnik-1{    
}

#rozcestnik-2{   
}

#rozcestnik-sekce-1,
#rozcestnik-sekce-2{
    visibility: hidden;
}




#partneri-panel-bg{
    border-top: 1px #DDDDDD solid;
}

#partneri-panel{
    margin: 0 auto;
    max-width: 1220px;
    padding: 50px 10px 30px 10px;
    text-align: center;
}

#partneri-panel span,
#partneri-panel a{
    text-decoration: none;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.partneri-partner{
    width: 130px;
    height: 90px;
    display: inline-block;
    padding-bottom: 20px;
    margin: 0px 20px 20px 20px;
}

#partneri-1{
    background: url(img/partner-logo-unie-obhajcu-2.png) center center no-repeat;
}
#partneri-1:hover{
    background: url(img/partner-logo-unie-obhajcu.png) center center no-repeat;
}

#partneri-2{
    background: url(img/partner-logo-pravnicka-firma-roku-2012-cb.png) center center no-repeat;
    margin-left: 10px;
    margin-right: 10px;
}
#partneri-2:hover{
    background: url(img/partner-logo-pravnicka-firma-roku-2012.png) center center no-repeat;
}

#partneri-3{
    background: url(img/partner-logo-overena-firma-2.png) center center no-repeat;
}
#partneri-3:hover{
    background: url(img/partner-logo-overena-firma.png) center center no-repeat;
}

#partneri-4{
    background: url(img/partner-logo-epravo-2.png) center center no-repeat;
}
#partneri-4:hover{
    background: url(img/partner-logo-epravo.png) center center no-repeat;
}

#partneri-5{
    background: url(img/partner-logo-epravo-magazin-2.png) center center no-repeat;
}
#partneri-5:hover{
    background: url(img/partner-logo-epravo-magazin.png) center center no-repeat;
}

#partneri-6{
    background: url(img/partner-logo-pravnicka-firma-roku-2015-cb.png) center center no-repeat;
    margin-left: 10px;
    margin-right: 10px;
}
#partneri-6:hover{
    background: url(img/partner-logo-pravnicka-firma-roku-2015.png) center center no-repeat;
}

#partneri-7{
    background: url(img/partner-logo-pravnicka-firma-roku-2016-cb.jpg) center center no-repeat;
}
#partneri-7:hover{
    background: url(img/partner-logo-pravnicka-firma-roku-2016.jpg) center center no-repeat;
}

#stredovy-panel-bg{
    background: #0967AA url(img/bg-modre.jpg) center top repeat-x;
}

#stredovy-panel-bg2{
    margin: 0 auto;
    max-width: 1600px;
    background: url(img/bg-modre-logo.jpg) left top no-repeat;
}

#stredovy-panel{
    margin: 0 auto;
    max-width: 1220px;
    padding: 50px 10px 30px 10px;
    color: #FFFFFF;
}

#formular-nadpis{
    text-align: center;
    padding: 0px 0px 10px 0px;
    font-size: 30px;
    font-family: 'PFAGORASANSPRO-THIN', 'UbuntuM', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
}





#mapa-panel-bg{

}

#mapa-panel{

}

#map-canvas{  
    height: 520px;
    width: 100%;
}

#map-canvas h3{
    padding: 10px 0px 10px 0px;
    margin: 0px;
}




#dolni-panel-bg{
    background: #FFFFFF url('img/bg-bile-logo.jpg') left top no-repeat;
}

#dolni-panel{
    margin: 0 auto;
    max-width: 1220px;
    padding: 90px 10px 70px 10px;
    text-align: center;
    font-size: 17px;
}

#dolni-panel p{
    color: #8B8989;
    padding: 10px 0px 0px 0px;
    line-height: 170%;
}

#dolni-panel strong{
    color: #454444;
}

#dolni-panel a{
    color: #0D346E;
}

#dolni-panel ul{
    margin: 0px;
    padding: 10px 0px 0px 0px;
    list-style: none;
    color: #8B8989;
}

#dolni-panel li{
    line-height: 170%;
    font-size: 16px;
}

#dolni-panel ul li a{
    color: #8B8989;
    text-decoration: none;
}

#dolni-panel ul li a:hover{
    color: #0D346E;
    text-decoration: underline;
}

#dolni-panel-1-2,
#dolni-panel-3-4{
    display: inline-block;
    vertical-align: top;
    /*width: 49%;*/
}

#dolni-panel-1,
#dolni-panel-2,
#dolni-panel-3,
#dolni-panel-4{
    /*    display: inline-block;
        padding-right: 5%;
        padding-left: 90px;
        min-width: 110px;*/
    display: inline-block;
    vertical-align: top;
    width: 190px;
    padding: 20px 15px 20px 95px;
    text-align: left;
}

#dolni-panel-2 ul li:first-of-type{
    display: none;
}

#dolni-panel-1-2{
}

#dolni-panel-1{
    background: url(img/ico-1.png) top left no-repeat;
}

#dolni-panel-2{
    background: url(img/ico-2.png) top left no-repeat;
}

#dolni-panel-3-4{
}

#dolni-panel-3{
    background: url(img/ico-3.png) top left no-repeat;
}

#dolni-panel-4{
    background: url(img/ico-4.png) top left no-repeat;
}


#paticka-bg{
    border-top: 1px #DDDDDD solid;
    border-top: 0 none;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    /* background-color: #FFF;*/
    background: rgb(102,102,102);
    background: #2781bb;
    background: transparent;
    color: white;
    
    
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

#paticka{
    margin: 0 auto;
    max-width: 1220px;
    padding: 30px 10px 10px 10px;

    font-size: 15px;
    position: relative;

    text-align: center;
}

#paticka p{
    line-height: 120%;
    padding-bottom: 0px;
}

#paticka a{
    color: white;
}

#paticka-nahoru{
    display: inline-block;
    cursor: pointer;
    padding: 15px 0px 10px 0px;
    margin-bottom: 20px;
    background: url(img/sipka-nahoru.png) center 5px no-repeat;
    width: 100px;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#paticka-nahoru:hover{
    color: #535353;
}

#paticka-1{
    /*float: left;
    padding-bottom: 20px;*/
    margin-bottom: -16px;
}

#paticka-2{
    float: right;
    padding-bottom: 20px;
}

#paticka-2 a{
    text-decoration: none;
}

#paticka-socialni-site,
#paticka-socialni-site-1,
#paticka-socialni-site-2{
    display: inline-block;
}

#paticka-socialni-site a{
    margin: 5px;
}

#paticka-pixeldesign{
    display: inline-block;
    padding: 0px 20px 0px 20px;
}








.tabulka-radek{
    border-bottom: 1px #E3E3E3 dashed;
}

.tabulka-bunka{
    float: left;
    width: 170px;
    text-align: center;
    padding: 5px 0px 5px 0px;
    border-right: 1px #ffffff solid;
}

.tabulka-hlavicka{
    background-color: #E3E3E3;
    font-weight: bold;
    color: #262626;
}

.tabulka-bunka1{
    color: #CE0000;
    font-weight: bold;
}



/*--- video ---*/

.video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ;-) */
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--- vyhledÃ¡vÃ¡nÃ­ ---*/

#vyhledavani-upresnene{

}

#vyhledavani-upresnene{
}

#vyhledavani-upresnene-slogan{
    margin-bottom: 25px;
    border-bottom: 1px #DADADA solid;
    padding-bottom: 14px;
}

#vyhledavani-upresnene-slogan strong{
    color: #D77711;
}

#vyhledavani-upresnene-nenalezeno{

}

#vyhledavani-upresnene-presne-vysledky{

}

#vyhledavani-upresnene-presne-vysledky-nenalezeno{

}

#vyhledavani-upresnene-nepresne-vysledky{

}

#vyhledavani-upresnene-nepresne-vysledky-nenalezeno{

}

.vyhledavani-upresnene-nadpis{
    background-color: #CFD1D2;
    display: none;
}

.vyhledavani-upresnene-pocet-zaznamu{
    background-color: #E3E3E3;
    display: none;
}

.vysledek-hledani{

}

.vysledek-hledani strong{
}

.vysledek-hledani-nadpis{
    text-transform: lowercase;
    padding-left: 15px;
    background: url(img/li-sipka.png) left center no-repeat;
}

.vysledek-hledani-nadpis a{
    color: #050000;
}

.vysledek-hledani-text{
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
}

.vysledek-hledani-text strong{
    color: #050000;
}



/*--- osobni ---*/

.prostory-okolo-nulove{
    margin: 0 ;
    padding: 0;
}

.text-tucne{
    font-weight: bold;
}

.text-kurziva{
    font-style: italic;
}

.text-doprava{
    text-align: right;
}

.text-doleva{
    text-align: left;
}

.text-nastred{
    text-align: center;
}

.text-kapitalky{
    text-transform: uppercase;
}

.text-verzalky{
    text-transform: lowercase;
}

.text-velke23{
    font-size: 23px;
}

.text-velke22{
    font-size: 22px;
}

.text-velke21{
    font-size: 21px;
}

.text-velke20{
    font-size: 20px;
}

.text-velke19{
    font-size: 19px;
}

.text-velke18{
    font-size: 18px;
}

.text-velke17{
    font-size: 17px;
}

.text-velke16{
    font-size: 16px;
}

.text-velke15{
    font-size: 15px;
}

.text-velke14{
    font-size: 14px;
}

.text-velke13{
    font-size: 13px;
}

.text-velke12{
    font-size: 12px;
}

.text-velke11{
    font-size: 11px;
}

.text-velke10{
    font-size: 10px;
}

.text-velke9{
    font-size: 9px;
}

.text-velke8{
    font-size: 8px;
}

.text-velke7{
    font-size: 7px;
}

.text-velke6{
    font-size: 6px;
}

.barva-bila{
    color: #ffffff;
}

.barva-cerna{
    color: #000000;
}

.barva-svetle-cerna{
    color: #1F1F1F;
}

.barva-cervena{
    color: #CE0000;
}

.skovane{
    display: none;
}

.clear{
    clear: both;
}



/*--- starÅ¡Ã­ vÅ¡ci ---*/

#stranka_nenalezena{ 
    background: url(img/alert-404.png) left 20px no-repeat; 
}
#stranka_nenalezena_in{ 
    padding: 30px 0px 0px 170px; 
}
#stranka_nenalezena_in p{ 
    margin: 0px; 
}
#stranka_nenalezena_in p strong { 
    font-size: 15px; 
    margin: 0px; 
}





/*---------- ModÃ¡lnÃ­ okno ---------- start ----------*/

.modalni-okno-background{ 
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .80;   /* jak moc prÅ¯hlednÃ© je pozadÃ­ (.90 = pozadÃ­ skoro nenÃ­ vidÄ›t, 0.10 pozadÃ­ je tÃ©mÄ›Å™ beze zmÄ›ny) */
    -webkit-opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    z-index: 1000;
}

.modalni-okno-content{ 
    display: none;
    padding: 10px;
    position: absolute;
    margin-left: 5%;
    margin-right: 5%;
    left: 0;
    right: 0;
    top: 20%;   /* jak vysoko je okno umÃ­stÄ›no od hornÃ­ hrany webu */
    z-index: 1000;
    /*width: 600px;*/
    /*height: 440px;*/
    /*left: 50%;*/
    /*margin: -120px 0 0 -100px;*/
}

.modalni-okno-active {
    display: block;
}

.modalni-okno-close{ 
    text-align: right;
    cursor: pointer;
    padding: 0px 5px 5px 5px;
    margin-bottom: 0px;
}

.modalni-okno-obsah{
    margin: 5px;
    padding: 10px 10px 0px 10px;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222222;
    -webkit-box-shadow: 0 0 20px 0 #222222;
    -moz-box-shadow: 0 0 20px 0 #222222;
}

.modalni-okno-close:hover{
    text-decoration: underline;
}

.modalni-okno-nadpis{ 
    padding: 0px 30px 10px 30px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.modalni-okno-text{ 
    position: relative;
    top: -20px;
    padding: 30px 10px 0px 10px;
}

#modalni-okno-background-1{   
}
#modalni-okno-content-1{ 
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
#modalni-okno-close-1{
    position: absolute;
    bottom: -5px;
    right: 15px;
    opacity: 0.7;
}

#modalni-okno-close-1:hover{
    opacity: 1;
}

/*---------- ModÃ¡lnÃ­ okno ---------- konec ----------*/






/*--- responzivnÃ­ design - vÃ½jimky ---*/

/*- notebook /a menÅ¡Ã­ -*/
@media screen and (max-width: 1280px) {    
}

/*
@media screen and (max-width: 1150px) {    
    
    #hlavicka-banner-1{
        left: -20px;
    }
    
}

@media screen and (max-width: 1080px) {
    
    #hlavicka-banner{
        text-align: center;
    }
    
    #hlavicka-banner-obsah{
        margin: 0px;
    }
    
    #hlavicka-banner-1{
        display: none;
    }
    
}
*/

@media screen and (max-width: 1200px) {

    #hlavicka-obsah{
        display: inline-block;
    }

    #hlavicka-1,
    #hlavicka-2,
    #hlavicka-3,
    #hlavicka-4,
    #hlavicka-5{
        display: inline-block;
        margin-bottom: 20px;
    }    

    #hlavicka-1{
        width: 59%;
    }

    #hlavicka-2{
        width: 37%;
    }

    #hlavicka-3{
        width: 35%;
    }

    #hlavicka-4{
        width: 37%;
    }

    #hlavicka-5{
        width: 15%;
        border-left: none;
    }

    #hlavicka-slogan{
        padding-right: 0px;
        padding-left: 0px;
    }

    #hlavicka-oddelovac-1{
        display: block;
    }

    #hlavicka-loga-pravnicka-firma,
    #hlavicka-socialni-site{
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0px;
    }

    #hlavicka-socialni-site-1,
    #hlavicka-socialni-site-2{
        display: inline-block;
    } 

    #hlavicka-aktualne{
        text-align: center;
        padding-right: 0px;
    }

    #hlavicka-adresy{
        margin-top: 5px;
    }


}

/*- zÃ¡kladnÃ­ /a menÅ¡Ã­ -*/
@media screen and (max-width: 980px) {  

    .sluzby-panel-sluzba-sluzby{
        width: 100%;
    }       

    .sluzby-panel-sluzba{
        padding-left: 4%;
        padding-right: 4%;
        width: 40%;
    }

    .podstranky-podstranky{
        width: 100%;
    }

    .podstranky-podstranka{
        padding-left: 4%;
        padding-right: 4%;
        width: 40%;
    }

}

@media screen and (max-width: 850px) {    

    #obsah-sloupce-2-1,
    #obsah-sloupce-2-2{
        float: none;
        width: 100%;
        text-align: center;
    }

    #obsah-sloupce-2-1 .podstranka-popis, 
    #obsah-sloupce-2-1 .podstranka-popis p, 
    #obsah #obsah-sloupce-2-1 .podstranka-popis p,
    #obsah-sloupce-2-1 p{
        text-align: center;
    }

    #obsah-sloupce-2-1 .podstranky-podstranka{
        text-align: center;
    }

    .tym-detail-kontakty,
    .tym-detail-obrazek{
        width: 100%;
    }

}


@media screen and (max-width: 840px) { 

    #hlavni-menu{
        font-size: 16px;
    }

    #paticka-nahoru{
        position: relative;
        width: 100%;
    }

}


@media screen and (max-width: 780px) {    

    #hlavicka-2{
        padding-top: 10px;
    }

    #hlavicka-3{
        width: 49%;
    }

    #hlavicka-5{
        width: 49%;
        border-left: none;
    }

    #hlavicka-4{
        width: 90%;
        border-left: none;
    }

    #hlavicka-aktualne{
        padding-top: 0px;
    }

    #partneri-2,
    #partneri-6{
        margin-left: 20px;
        margin-right: 20px;
    }

}


/*- tablet /a menÅ¡Ã­ -*/
@media screen and (max-width: 768px) {  

    #hlavni-menu{
        font-size: 14px;
    }

    .tabulka-kontakty{
        padding-left: 0px;
    }

    td.tabulka-kontakty-1,
    td.tabulka-kontakty-2{
        background: none;
    }

    td.tabulka-kontakty-2 p,
    td.tabulka-kontakty-1 p{
        padding-left: 0px;
        padding-right: 0px;
    }

    .text-kontakty h2,
    .text-kontakty h3,
    .text-kontakty h4,
    .text-kontakty p{
        padding-left: 0px;
    }

    .text-kontakty-1,
    .text-kontakty-2,
    .text-kontakty-3{
        background: none;
    }


}

@media screen and (max-width: 650px) {  

    #hlavicka-1{
        width: 39%;
        min-width: 110px;
    }

    #hlavicka-2{
        width: 59%;
        min-width: 0;
        text-align: center;
    }

    #hlavicka-3{
        width: 59%;
        border-left: none;
    }   

    #hlavicka-4{
        /*
        width: 70%;
        padding-right: 20%;
        */
    }

    #hlavicka-5{
        width: 39%;
    }

    #hlavni-menu{
        font-size: 14px;
        display: inline-block;
        text-align: center;
    }


    #hlavni-menu ul{
        display: inline-block;
        text-align: center;
        width: auto;
    }

    #hlavni-menu ul li{
        display: inline-block;
        width: 120px;
        /*float: left;*/
    }

    #dolni-panel-1,
    #dolni-panel-2,
    #dolni-panel-3,
    #dolni-panel-4{
        max-width: 100%;
        padding: 20px 15px 20px 95px;
    }

    #paticka-1,
    #paticka-2{
        float: none;
        display: inline-block;
        width: 100%;
        padding: 0px 0px 30px 0px;
        text-align: center;
    }

    .tabulka-kontakty table{
        display: inline-block;
    }

    .tabulka-kontakty p,
    .tabulka-kontakty td{
        display: inline-block;
        width: 100%;
        text-align: center;
    }

}

/*- malÃ½ tablet /a menÅ¡Ã­ -*/
@media screen and (max-width: 600px) {        

    #slider-panel-bg{
        display: none;
    }

    .sluzby-panel-sluzba{
        padding-left: 0px;
        padding-right: 0px;
        width: 90%;
    }

    .podstranky-podstranka{
        padding-left: 0px;
        padding-right: 0px;
        width: 90%;
    }

    #obsah-nas-tym .podstranky-podstranky{
        text-align: center;
    }

    .informace-text{
        padding-left: 0px;
        background: none;
    }

    #form-div-1,
    #form-div-2,
    #form-div-3{
        width: 100%;
    }

    #form-div-5{
        text-align: center;
    }

}


/*- smartphone na Å¡Ã­Å™ku /a menÅ¡Ã­ -*/
@media screen and (max-width: 480px) {  

    #hlavicka-1,
    #hlavicka-2,
    #hlavicka-3,
    #hlavicka-4,
    #hlavicka-5{
        display: inline-block;
        width: 90%;
        min-width: 0px;
        text-align: center;
    }

    #hlavni-menu-mobil{
        display: inline-block;
    }

    #hlavni-menu-bg{
        /*margin-top: -5px;*/
        position: relative;
        top: 20px;
        text-align: left;

        float: left;

    }

    #hlavni-menu{
        font-size: 19px;
    }

    #hlavni-menu ul li{
        width: 100%;
    }

    #map-canvas{  
        height: 270px;
    }

    #dolni-panel-1,
    #dolni-panel-2,
    #dolni-panel-3,
    #dolni-panel-4{
        text-align: center;
        background: none;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    #paticka{
        text-align: center;
    }

    .tym-detail-text{
        padding-right: 15px;
    }  
}


.row { margin: 0 auto; zoom: 1; }
.row:after, .row:before { content: ""; display: table; }
.row:after { clear: both; }

@media only screen and (min-width: 768px) {
    [class^="col-"] { float: left; list-style: none; margin: 0 0 0 4%; min-height: 1px; position: relative; }
    [class^="col-"]:first-child { margin-left: 0; }

    .col-2 { width: 48%; }
    .col-3 { width: 30.666%; }
    .col-4 { width: 22%; }
    .col-5 { width: 16.8%; }
    .col-6 { width: 13.333%; }
    .col-2:nth-child(2n+1), .col-3:nth-child(3n+1), .col-4:nth-child(4n+1), .col-5:nth-child(5n+1), .col-6:nth-child(6n+1) { clear: left; margin-left: 0; }
    /* 2:1 */
    .col-66 { width: 64%; }
    .col-33 { width: 32%; }
    /* 3:1 */
    .col-75 { width: 73%; }
    .col-25 { width: 23%; }
}

.row .col-33 h2:first-child { margin-top: .3em; padding-top: 0; }

.map { height: 0; margin: 0; overflow: hidden; padding-top: 350px; position: relative; }
.map > .overlay { background: transparent; height: 350px; margin-top: -350px; position: relative; top: 0; width: 100%; z-index: 201; }
.map > iframe { border: none; height: 350px; left: 0; position: absolute; top: 0; width: 100%; z-index: 200; }

/* MÃ©dia */
.media-switch { margin: -25px 0 3em; }
.media-switch a { border: 1px solid #0b60a4; border-radius: 30px; display: block; font-size: 1.125em; font-weight: 700; margin: 0 .4em .75em; padding: .75em 1.5em; text-decoration: none; }
.media-switch a:active, .media-switch a:focus, .media-switch a:hover, .media-switch a.selected { background: linear-gradient(#241f67, #0965a9); border-color: #241f67; color: #fff; }

.zmyt { margin-top: 2em; text-align: left; }

@media only screen and (min-width: 480px) {
    .media-switch a { display: inline-block; margin: 0 .4em; }
}

@media only screen and (min-width: 768px) {
    .zmyt { text-align: center; }
}

.youtube-list h2 a { text-decoration: none; }
.youtube-list h2 a:active, .youtube-list h2 a:focus, .youtube-list h2 a:hover { text-decoration: underline; }

.youtube-list a img { height: auto; max-width: 100%; -moz-transition: all .2s linear; -o-transition: all .2s linear; -webkit-transition: all .2s linear; transition: all .2s linear; }
.youtube-list a:active img, .youtube-list a:focus img, .youtube-list a:hover img { -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); -webkit-transform: scale(1.04); transform: scale(1.04); }

/* Seznam ÄlÃ¡nkÅ¯ */
.article-list { margin-bottom: 1.5em; }
.article-list h2 { text-align: left; }
.article-list h2 a { color: #000; text-decoration: none; }
.article-list h2 a:active, .article-list h2 a:focus, .article-list h2 a:hover { text-decoration: underline; }
.article-list p { font-size: 1em !important; }

.article-more { text-align: left; }
.article-more a { background: #e7e7e7; border-bottom: 2px solid #cecece; color: #2a2a2a; display: inline-block; padding: .8em 1.5em; text-decoration: none; }
.article-more a:active, .article-more a:focus, .article-more a:hover { background: #0965a9; background: linear-gradient(#241f67, #0965a9); border-color: #1f2a72; color: #fff; }

/* Youtube video */
.youtube-video { height: 0; margin-bottom: 2em; padding: 20px 0 56.25% 0; position: relative; }
.youtube-video iframe { border: none; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.text-center { text-align: center; }
.text-left { text-align: left; }


/*

login

*/

#obsah .div-content {
    border: 1px solid #E5E5E5;
    border: 0px none;
    /*    background-color: white;*/
    max-width: 500px;
    margin: 0 auto;
}

div.login td {
    padding: 3px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
    line-height:40px;
    vertical-align: middle;

}



div.login label {
    width: 100px;
    color: black;
}

div.login input {
    background: transparent;
    position: relative;
    top:1px;
    max-width: 336px;

}

div.login input.checkbox {
    display: block;
    width: 52px;
    height: 14px;
    margin: 6px 0px 4px 0px;
}

div#prihlaseni{
    max-width: 390px; 
    max-width: 405px; 
    padding: 26px 0px 20px 0px;
    margin: 0 auto;
}

div#prihlaseni h2{
    /*font-size: 27px;
    font-weight: 100;
    font-family: 'Montserrat', 'PFAGORASANSPRO-ITALIC', 'UbuntuLI', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: normal !important;*/


    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 50px;
    white-space: nowrap;
    
}

div#prihlaseni.forgot{
    padding-top: 20px;
}

div#prihlaseni .form-main{
    width: 100%
}

div#prihlaseni .form-main td{
    margin-bottom: 15px;
}



div#prihlaseni div.formular input{
    border: none;
    font-size: 14px;
    color: #7c7c7c;
    margin-left: 10px;
}


#obsah input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #FFF !important;
    background-image: none;
    color: rgb(0, 0, 0);
}



div#prihlaseni div.formular input:focus{
    border: none;
    background-color: transparent;
    outline: 0;	
}

div#prihlaseni div.formular td.input-bg{
    background-image: url('../img/public/input-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    
    
    background: none;
    text-align: center;
}

div#prihlaseni div.formular td.input-bg > input {
    background: #fff;
    padding: 12px;
    padding-right: 40px;
    border-radius: 3px;
    width: 65%;
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

div#prihlaseni div.formular td.input-bg > input#passwd {
    margin-left: 9px;
}

div#prihlaseni div.formular td.input-bg > input:focus {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.8);
}

div#prihlaseni div.formular td.input-bg > label {
    margin-left: -42px;
}

div#prihlaseni div.formular td img{
    position: relative;
    top: 2px;
    left: 10px;
    top: 8px;
    left: 8px;
    margin-right: 10px;
}

div.login {
    padding: 0px 0px 0px 0px;
}

div.login .submitForm{
    margin-left: 120px;
    margin-top: 15px;
}

div#prihlaseni div.formular input.bt-prihlasit{
    background: #162837 !important;
    color: #fff !important;
    border-radius: 5px;
    border-bottom: 0 none !important;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 28px;
}

div#prihlaseni div.formular input.bt-prihlasit,#submit-souhlas,#submit-accept {

    font-family: 'Montserrat', 'PFAGORASANSPRO-LIGHT','UbuntuL', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    display: inline-block;
    color: #2A2A2A;
    background-color: #E7E7E7;
    border-bottom: 2px #CECECE solid;
    padding: 14px 25px 14px 25px;
    text-decoration: none;
    min-width: 150px;
    cursor: pointer;
    margin: 0;
    font-size: 16px;

}

#submit-accept{
    width: 200px;
}

#submit-accept{
    border: none;
    border-bottom: 2px #CECECE solid;
}

div#prihlaseni div.formular input.bt-prihlasit:hover,
#submit-accept:hover,
#submit-souhlas:hover{
    color: #FFFFFF;
    background: #0966AA url(img/tlacitko-bg.png) center top repeat-x;
    border-bottom-color: #1F2A72;
}

#submit-souhlas{
    width: 400px;
}

div.login div.form-content {

}

div.login div.form-header {
    display: none;
}

div.login div.form-footer {
    display: none;
}

div.forgot-passwd{
    position: relative;
    right: 0px;
    top: 0px;
    width: 130px;
    width: 100%;
    text-align: center;
    /*float: right;*/
}

#obsah .div-content div.forgot-passwd a {
    font-size: 12px;
    color: white;	
    color: #162837;	
    background-color: #164389;
    background-color: #2781bb;      /* TB 26.10.2018 */
    background-color: transparent;      /* TB 21.2.2019 */
    display: block;
    display: inline-block;
    width: 130px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
}

div#login-footer {
    background-repeat:  no-repeat;
    background-position:0px 0px;		
    width:100%;
    min-height:220px;
    height:auto !important;
    height:220px;
    color: black;
    padding: 20px;
    position: relative;
    left: -20px;
    margin-top: 40px;

}
.frline label {
    float:							left;	
    width:							200px;
}


.sjedn {
    clear:							both;
}

.podtrh {
    clear:								both;	
    background-repeat: 		repeat-x;
    background-position:	bottom;
    height:								2px;
    color:								transparent;	
}
#obsah .div-content p.errorProlog{
    text-align: center;
    font-size:	 16px;
    font-weight: 600;
    color:			#dd0612;
}

div.error {
    background-color:		white;
    color:							#dd0612;
    border:							1px solid #b60000;
    padding:						20px;
    margin:							0px;
    width:							350px;
    font-size:					16px;
    background-color: 	#ffeeee;
    margin-bottom: 			25px;
}

div.info {
    background-color:		white;
    color:							#06dd12;
    border:							1px solid #00b600;
    padding:						20px;
    margin:							0px;
    width:							350px;
    font-size:					16px;
    background-color: 	#eeffee;
    margin-bottom: 			25px;
}

div.error li, div.info li{
    list-style-type: none;
}

.messages-header{
    height: 5px;
    min-height: 5px;
    background-color: #dd0612;
    border-left: 1px solid #dd0612;
    border-right: 1px solid #dd0612;
    width: 390px; 
}



.info {
    color:							green;
}



div.formular div.form-footer {
    width:	676px;
    height:	20px;
    background-image:   none; /*url('img/bg-formular-footer.jpg');*/
    background-repeat:  no-repeat;
    background-position:0px 0px;		
}

div.formular div.block-header {
    width:	207px;
    height:	18px;
    /*background-image:   url('img/bg-block-header.jpg'); */
    background-repeat:  no-repeat;
    background-position:0px 0px;		
}

#contact-form div.formular div.block-header,#contact-form  div.formular div.block-content,
#contact-form  div.formular div.block-footer {
    background: none !important;		
}

div.formular div.block-content {
    width:	207px;
    /*background-image:   url('img/bg-block-content.jpg'); */
    background-repeat:  repeat-y;
    background-position:0px 0px;		
    padding:						6px;
    margin:							0px;	
}                          

div#content .form-content h3{
    background-image:			none;	
    padding-left:					50px;
}

div.block-content div.block-text {
    background-color: transparent;
    width: 190px;
    padding: 6px;
    position: relative;
    top: -16px;
    color: #434343;
}
div.formular div.block-footer {
    width:	207px;
    height:	16px;
    /*background-image:   url('img/bg-block-footer.jpg'); */
    background-repeat:  no-repeat;
    background-position:0px 0px;		
    position: relative;
    top: -16px;
}


.formular td.block {
    padding-top:				7px;
    vertical-align:			top;		
}

td.submit {
    padding:	15px 0px 0px 0px;		
    width:		200px;
}

td.button input {
    text-align:					center;

}

.stripterror {

    color: 							red;
    padding:						30px;
    font-size:					12px;

}


img {
    border-style:				none;
}

div#wait {
    padding: 10px 10px 10px 10px;
    color: black;
    border: 1px solid #e1e1e1;
    position: fixed;
    top: 40%;
    height: 62px;
    width: 140px;
    left: 45%;
    z-index: 10;
    display: none; 
    background: #fff url(img/ajax-loader.gif) center 10px no-repeat;

}

div#wait .waitText {
    color: black;
    font-size: 10px;
    text-align: center;
    padding: 42px 0px 6px 0;	
}

div#wait img {
    border-style: none;
}

#obsah{
    padding-bottom: 230px;
    padding-bottom: 180px;
}


@media(max-width:800px){

    #hlavicka{
        display: none;
    }

    #paticka{
        padding: 0;
    }

    #paticka-1, #paticka-2{
        padding: 0;
    }

}

@media(max-width: 420px){
    #prihlaseni td.input-bg{
        width: 290px;
    }



    #hlavni-menu{
        position: absolute;
        top: 0;
        width: 100%;


    }


}
#prihlaseni table.submitForm{
    margin-left: 0;
}
#prihlaseni td.submit{
    text-align: center;
}

#formaccept_price{
    max-width: 600px;
    margin: 0px auto;
}

.offer_price_accepted{
    font-size: 30px;
    color:green;
}

.offer_price_refuse{
    font-size: 30px;
}

.offer_price_error{
    font-size: 30px;
    color:red;

}



/**

Hvezdy hodnoceni

*/
.rating_stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    margin-top: 3px;
    text-align: center;
    margin: 20px 0;
}

.rating_stars input {
    position: absolute;
    left: -999999px;
}

.rating_stars label {
    display: inline-block;
    font-size: 0;
}

.rating_stars > label:before {
    position: relative;
    font: 18px/1 FontAwesome;
    display: block;
    content: "\f005";
    color: #ccc;
    background: #d9d9d9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating_stars > label:hover:before,
.rating_stars > label:hover ~ label:before,
.rating_stars > label.selected:before,
.rating_stars > label.selected ~ label:before {
    color: #3299e3;;
    background: #3299e3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#form_rating{
    background-color: #FFF;
    padding: 30px;
    max-width: 500px;
    margin: 0px auto;
    border: 1px solid #DDD;
    text-align: left;
}

#form_rating table{
    width: 100%;
    margin-bottom: 30px;
}

#form_rating table td:nth-child(2){
    text-align: right;
}

#form_rating .rating_text{
    margin-bottom: 20px;
}

#form_rating #submit-accept {
    margin: 0 auto;
    display: block;
}


#obsah .obsah.page404,
#obsah .obsah.page404 p{
    text-align: center;
}