

/* Globalni styly */

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 17px;
    line-height: 24px;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    cursor: default;
    max-width: 100%;
}


html {
    background-color: #ffffff;
}

head {
    display: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #434343;
    opacity: 0;
    min-width: 310px;


    -webkit-animation-name: usvit;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: usvit;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: usvit;
    -ms-animation-duration: 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: forwards;

    -o-animation-name: usvit;
    -o-animation-duration: 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: forwards;

    animation-name: usvit;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


nav,header,footer,main,article,aside,section,figure,figcaption{
    display: block;
}

@-webkit-keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-sm-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-o-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

input:not([type=file]),
textarea,
select{
    border: 1px solid #a9a9a9;
    padding: 5px;
    margin: 0px 1px 1px 0px;
}


input[type=text],
input[type=password]{
    color: #666666;
}

input[type=text]:focus,
input[type=password]:focus{
    color: #111111;
}

*::-webkit-input-placeholder {
    color: silver;
}
*:-moz-placeholder {
    color: silver;
}
*::-moz-placeholder {
    color: silver;
}
*:-ms-input-placeholder {
    color: silver;
}

h1,h2,h3{
    font-weight: 900!important;
    padding-bottom: 10px;
    color: #454545;
}

h1{
	padding: 15px 0;
}
h1,
h1 *{
    font-size: 24px !important;
    line-height: 30px;
}
h2:not(:first-child){
    margin-top: 1rem;
}
h2,
h2 *{
    font-size: 1.2rem!important;
    line-height: 1.5rem;
}
h3,
h3 *{
    font-size: 1rem;
    line-height: 1.5rem;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 0px;
}





p{
    padding-bottom: 10px;
    overflow: auto;
}
p strong{
	font-weight: bold;
}
p.stylPoznamka{
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}
a{
    text-decoration: underline;
}
a, a *{
	cursor: pointer;
	color: #2A4A8B;
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}

main a[href*='.pdf']{
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
}
main a[href*='.jpg'],
main a[onclick*='.jpg']{
    padding-left: 25px;
    background: url(img/icons8-jpg-24.png) scroll no-repeat left center;
}

main a[href*='.png'],
main a[onclick*='.png']{
    padding-left: 25px;
    background: url(img/icons8-png-24.png) scroll no-repeat left center;
}
main a[href*='.doc'],
main a[href*='.docx']{
    padding-left: 25px;
    background: url(img/icons8-doc-40.png) scroll no-repeat left center/24px auto;
}
main a[href*='.xls'],
main a[href*='.xlsx']{
    padding-left: 25px;
    background: url(img/icons8-xls-48.png) scroll no-repeat left center/24px auto;
}

label{
    cursor: pointer;
}

ul, ol{
    list-style-position: inside;
    list-style-type: none;
}

.panelObsah .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.panelObsah .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.panelObsah .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #FFC700;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    text-align: center;
    min-width: 100px;
    font-weight: bold;
    cursor: pointer;
    filter: brightness(100%);
    transition: filter 0.2s, box-shadow 0.2s;
    border-radius: 5px;
}
.button *{
    background-color: #868f91;
    color: #FFFFFF;
    border: none;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=button]:focus,
input[type=submit]:focus,
input[type=image]:hover,
.button:hover
{

}

.text.editor img{
    height: auto !important;
}
.text.editor td{
    vertical-align: top;
}
.text.editor .sloupcovaSazba td:first-child:not(:last-child){
    padding-right: 10px;
}
.text.editor .prilohaL{
    margin: 0 10px 5px 0;
}
.text.editor .prilohaP{
    margin: 0 0 5px 10px ;
}
.text.editor .priloha .text{
    display: none;
}

.vnitrek:after,
ul:after,
.panelObsah:after,
.zbozi:after,
.zbozi:before,
.cistic,
.prepinacStranek:after,
.tlacitkoDalsiStrana:after,
.seznamStranek:after,
.formularRazeni:before,
.formularRazeni:after,
.komponentaNahledProduktu:after
{
    content: ' ';
    display: block;
    clear: both;
    font-size: 0px;
    line-height: 0px;
}


.msg{
    text-align: center;
    padding: 5px;
    background-color: rgba(0, 142, 227, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(0, 142, 227, 0.5);
}
.err{
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.5);
}
strong, b{
    font-weight: bold;
}

script{
    display: none !important;
}

hr{
    border-bottom: 1px solid #2A4A8B;
    margin: 20px auto 30px auto;
}

.vnitrek{
    display: block;
    width: 1260px;
    max-width: 100%;
    padding: 0px 10px 0px 10px;
    margin: 0px auto;
}

.flex{
    display: flex;
}

/*****************************************************************************/



/* header */
header .hornimenu{
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    padding: 10px 0;
}
header .prologo{
    width: calc(100% - 300px);
    padding: 10px;
}
header .prologo a{
    display: block;
    background: url(img/obuvzirafa.png) scroll no-repeat center center/contain;
    padding-top: 50px;
}
header .promenu,
header .prokosik{
    width: 144px;
    position: relative;
}
header input[type=checkbox]{
    display: none;
}
header .promenu label,
header .prokosik label{
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    /*box-shadow: -15px 15px 25px rgba(0, 0, 0, 0.15);*/
    box-shadow: -5px 5px 10px rgb(0 0 0 / 15%);
    margin: 0 1px;
    position: relative;
    float: left;
}
header .promenu  input[type=checkbox]:checked + label + .showOnClick,
header .prokosik input[type=checkbox]:checked + label + .showOnClick{
    display: block;
}
@media only screen and (max-width:900px){
    header .hornimenu{
        flex-wrap: wrap;
    }
    header .prologo{
        width: 100%;
        order: 3;
    }
    header .prologo a {
        display: block;
        background: url(img/logo-mobil-obuv.png) scroll no-repeat center 20%/contain, url(img/logo-mobil-zirafa.png) scroll no-repeat center bottom/220px auto;
        padding-top: 125px;
    }
}
@media only screen and (max-width:600px){
    header .prologo a {
        background:
            url(img/logo-mobil-obuv.png) scroll no-repeat center 20%/contain,
            url(img/logo-mobil-zirafa.png) scroll no-repeat center 80%/220px auto;
        padding-top: 110px;
    }
}

    /* menu */
header .promenu label[for=topmenu]{
    z-index: 1;
    background: #FFC700 url(img/menu-radius.svg) scroll no-repeat center center/ 60%;
}
header .promenu label[for=topmenu] + .showOnClick{
    display: none;
    position: absolute;
    z-index: 2;
    top: 72px;
    left: 0px;
    max-width: unset;
    background: #FFC700;
    border-radius: 10px;
    padding: 10px;
    width: 270px;
    max-width: 270px;
    box-shadow: 0 0 15px -4px black;
}
header .promenu label[for=topmenu] + .showOnClick a{
    display: block;
    padding: 5px;
    text-decoration: none;
}
header .promenu label[for=topmenu] + .showOnClick a:hover{
    background-color: #0071C1;
    color: white;
}

    /* telefon*/
header .promenu label[for=tel]{
    background-color: #F90707;
    background: #F90707 url(img/tel-white.svg) scroll no-repeat center center/ 60%;
}
header .promenu label[for=tel] + .showOnClick{
    display: none;
    position: absolute;
    z-index: 2;
    top: 72px;
    left: 73px;
    max-width: unset;
    box-shadow: 0 0 15px -4px black;
    border-radius: 10px;
}
header .promenu label[for=tel] + .showOnClick a{
    display: block;
    background-color: #F90707;
    color: white;
    font-size: 2rem;
    line-height: 50px;
    white-space: nowrap;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;
}

    /* uzivatel */
header .prokosik label[for=uzivatel]{
    z-index: 1;
    background: #0071C1 url(img/user-white.svg) scroll no-repeat center center/ 60%;
}
header .prokosik input[onclick*='Odhlaseni'] + label:after{
    content: ' ';
    display: block;
    background: #14FF00;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 45px;
}

    /* kosik*/
header .prokosik label[for=kosik]{
    z-index: 1;
    background: #FFC700 url(img/basket.svg) scroll no-repeat center center/ 70%;
}
header .prokosik label[for=kosik] + .showOnClick{
    display: none;
    position: absolute;
    z-index: 2;
    top: 72px;
    right: 0px;
    max-width: unset;
    background: #FFC700;
    border-radius: 10px;
    padding: 10px;
    width: 260px;
    max-width: 260px;
    box-shadow: 0 0 15px -4px black;
}

    /* komponentaKosik3 */
.komponentaKosik3{
    display: block;
    text-align: center;
    text-decoration: none;
}
.komponentaKosik3 > span{
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    margin: 0 2px;
}
.komponentaKosik3 ul{
    display: block;
    border-radius: 10px;
    text-align: left;
    position: absolute;
    padding: 10px;
    background: white;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.15);
    z-index: 3;
    right: 0px;
    margin-top: 20px;
    max-width: unset;
    width: 100%;
}
.komponentaKosik3 ul li{
    clear: both;
    padding: 10px 0;
}
.komponentaKosik3 ul img{
    height: 50px;
    width: auto;
}
.komponentaKosik3 ul .nahled,
.komponentaKosik3 ul .kod,
.komponentaKosik3 ul .nazev,
.komponentaKosik3 ul .mnozstvi,
.komponentaKosik3 ul .times,
.komponentaKosik3 ul .cenaJednotkova,
.komponentaKosik3 ul .cenaZaPolozku{
    display: none;
    padding: 5px;
}
.komponentaKosik3 ul .kombinace1 img{
    float: left;
    margin-right: 10px;
}
.komponentaKosik3 ul .kombinace1 span:nth-child(2){
    margin-right: 10px;
}
.komponentaKosik3 ul .kombinace1 span:nth-child(3){
    float: right;
    font-weight: bold;
}
/* header */






/* proslide */
.proslide{
    position: relative;
    width: 100vw;
    overflow: hidden;
}
.proslide .vypln{
    width: calc(1080px / 3);
    border: 1px solid white;
    padding-top: calc(1080px / 3 - 1px);
    position: absolute;
    border-radius: 20px;
}
.proslide .vypln1{
    left: calc(50% - 540px - 360px);
    top: 0px;
    background: url(img/zirafa.png) scroll no-repeat center center/cover;
}
.proslide .vypln2{
    left: calc(50% - 540px - 360px - 360px);
    top: 0px;
    background: linear-gradient(360deg, #FF4D00 2.82%, #FF6C2D 95.29%);
}
.proslide .vypln3{
    left: calc(50% - 540px - 360px);
    top: 360px;
    background: linear-gradient(180deg, #FFDA57 3.14%, #F6C000 94.25%);
}
.proslide .vypln4{
    left: calc(50% - 540px - 360px - 360px);
    top: 360px;
    background: url(img/zirafa.png) scroll no-repeat center center/cover;
}
.proslide .vypln5{
    left: calc(50% + 540px);
    top: 0px;
    background: linear-gradient(360deg, #FF4D00 2.82%, #FF6C2D 95.29%);
}
.proslide .vypln6{
    left: calc(50% + 540px + 360px);
    top: 0px;
    background: url(img/zirafa.png) scroll no-repeat center center/cover;
}
.proslide .vypln7{
    left: calc(50% + 540px);
    top: 360px;
    background: url(img/zirafa.png) scroll no-repeat center center/cover;
}
.proslide .vypln8{
    left: calc(50% + 540px + 360px);
    top: 360px;
    background: linear-gradient(180deg, #FFDA57 3.14%, #F6C000 94.25%);
}
.proslide .vnitrek{
    width: 1100px;
}
.proslide .vnitrek .slideshow{
    margin: auto;
    padding-top: calc(100% / 3);
    border-radius: 20px;
    border: 1px solid white;
    position: relative;
    overflow: hidden;
}
/* proslide */





/* 2019 slideshow */
body:not(.homepage) .slideshow:after{
    height: 6px;
    content: ' ';
    display: block;
	border-radius: 3px;
	max-width: 1100px;
    background-color: #30b76a;
    margin: auto;
}
.slideshow .slozky {
    display: block;
}
.slideshow .slozka{
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity 1s;
}
.slideshow .slozka div{
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    height: 100%;
}
.slideshow .nahled{
	opacity: 1;
}
.slideshow .nazev{
    /*display: table-cell;*/
    display: none;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-shadow: 1px 1px black, 0px 0px 30px black, 0px 0px 50px black, 0px 0px 30px black;
    font-size: 30px;
    line-height: 34px;
}
.slideshow .buttons{
	height: 100%;
	margin: 0px auto;
	opacity: 0;
	transition: opacity 0.5s;
}
.slideshow:hover .buttons{
	opacity: 1;
	transition: opacity 0.3s;
}
.slideshow .buttons #prevSlide,
.slideshow .buttons #nextSlide{
	position: absolute;
	font-size: 20px;
	line-height: 48px;
	color: rgba(255,255,255,0.75);
    top: 100px;
	top: calc(50% - 25px);
	cursor: pointer;
	z-index: 1;
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(0,0,0,0.15);
    border-radius: 25px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.75);
}
.slideshow .buttons #prevSlide {
	left: 20px;
	min-width: 0px;
}
.slideshow .buttons #nextSlide {
	right: 20px;
	min-width: 0px;
}
.slideshow .odkaz{
    position: absolute;
    display: block;
    height: 100%;
    top: 0px;
    width: 80%;
    width: calc(100% - 200px);
    left: 10%;
    left: calc(0% + 100px);
}
.slideshow .odkaz:hover{
    background-color: rgba(0,0,0,0) !important;
}
/* 2019 slideshow */





/* hlavnimenu */
.hlavnimenu{
    margin: 10px auto;
}
.hlavnimenu ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 900px;
    margin: auto;
}
.hlavnimenu .polozka{
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: inherit;
    border-radius: 5px;
}
.hlavnimenu .polozka:hover{
    background: linear-gradient(180deg, #FFDA57 3.14%, #F6C000 94.25%);
}
.hlavnimenu .polozka[href*=facebook]:before{
    display: inline-block;
    content: ' ';
    width: 28px;
    height: 28px;
    background: #0171c1 url(img/facebook.png) scroll no-repeat center center/contain;
    float: left;
    margin: -2px 2px 0 0;
    border-radius: 5px;
}
@media only screen and (max-width:900px){
    .hlavnimenu{
        display: none;
    }
}
/* hlavnimenu */





/* infoProZakazniky */
.infoProZakazniky{
    margin: 10px auto;
}
.infoProZakazniky p{
    padding: 10px 0;
    border-radius: 10px;
    margin: 0 auto 1px auto;
}
.infoProZakazniky p:first-line,
.infoProZakazniky p strong{
    font-size: 1.2em;
}
.infoProZakazniky *{
    /*color: #565656;*/
}
/* infoProZakazniky */





/* levyPanel */
.levyPanel{
    float: left;
    width: 270px;
}
body .Navigace001 ul .polozka {
    background-color: #F0F0F0;
    position: relative;
    border-radius: 5px;
    color: #434343;
    padding: 15px 10px;
    line-height: 20px;
}
body .Navigace001 .polozka:hover,
body .Navigace001 .polozka.vybrana {
    background-color: #FFC700;
    color: #434343;
}

body .Navigace001 ul ul .polozka{
    background-color: #efefef;
    padding: 5px 10px;
}

.komponentaHledat{
    border-radius: 5px;
    padding: 5px;
    position: relative;
    height: 60px;
    background: #ffd501;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0 0 2px 0;
}
.komponentaHledat .text input{
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 3px;
    width: calc(100% - 72px);
    line-height: 40px;
    border: 0px;
    margin: 0;
}
.komponentaHledat .odesli input{
    background: #ffd501 url(img/zoom-grey.svg) scroll no-repeat center center/65% auto;
    float: right;
    width: 63px;
    min-width: 0px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 0px;
    border-left: 1px solid white;
    margin: 0;
}
@media only screen and (max-width:900px){
    .levyPanel{
        clear: both;
        float: none;
        margin: auto;
    }
    body .Navigace001 label[for=menu] {
        width: 70px;
        background-color: #ffd501;
        margin: 0 auto 1px auto;
        border-radius: 5px;
    }
    body .Navigace001 label[for=menu]:before {
        border-top: 4px solid #565656;
        border-bottom: 2px solid #565656;
    }
    body .Navigace001 label[for=menu]:after {
        border-top: 2px solid #565656;
        border-bottom: 4px solid #565656;
    }
}
@media only screen and (min-width:901px){
    .levyPanel{
        padding-bottom: 250px;
        background: url(img/zirafa-anim.png) scroll no-repeat bottom center/auto 260px;
    }
}
/* levyPanel */






/* razeni + prepinacStranek */
body .KatalogFiltryRazeni001 .razeni:not(:empty){
    padding: 0;
}
body .KatalogFiltryRazeni001 .razeni .popis{
    display: none;
}
body .KatalogFiltryRazeni001 .prepinacStranek {
    padding: 0;
}
body .KatalogFiltryRazeni001 .filtrymulti:not(:empty){
    padding: 0;
}
/* razeni + prepinacStranek */




/* filtry razeni */
.KatalogFiltryRazeni001 .pomocnaNavigace .podslozky {
    display: none;
}
.KatalogFiltryRazeni001 .pomocnaNavigace {
    padding: 0 5px;
}
.KatalogFiltryRazeni001 .pomocnaNavigace .drobeckova:not(:empty) * {
    font-size: 0.8rem;
}
/* filtry razeni */




/* produkt katalogu */
body .NahledProduktu003{
    width: calc(100% / 4);
	border: 1px solid transparent;
	border-bottom: 1px solid gold;
	margin: 0 0 10px 0;
    padding: 0 0 20px 0;
}
body .NahledProduktu003 input[type=submit] {
    background-color: #FFC700;
}
body .NahledProduktu003 *{
    text-align: center !important;
}
body .NahledProduktu003 .nazev h2 {
    font-size: inherit !important;
}
/* NahledProduktu003 */





/* komponentaNahledProduktu - nabizene zbozi v kosiku */
.komponentaNahledProduktu{
    width: 650px;
    margin: 200px auto 100px auto;
}
.komponentaNahledProduktu .NahledProduktu002 .priznaky{
    display: none;
}
@media only screen and (max-width:900px){
    .komponentaNahledProduktu{
        display: none;
    }
}
/* komponentaNahledProduktu - nabizene zbozi v kosiku */






body .DetailProduktu001 .formulardokosiku input[type=submit]{
    background-color: #FFC700;
}




/* panelObsah */
main{
    margin: 0 auto 60px auto;
}
.panelObsah{
    float: right;
    width: calc(100% - 290px);
    min-height: 30vw;
}
@media only screen and (max-width:900px){
    .panelObsah{
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .panelObsah .katalog h1 {
        text-align: center;
        margin-top: 20px;
    }
    .panelObsah .sloupcovaSazba,
    .panelObsah .sloupcovaSazba thead,
    .panelObsah .sloupcovaSazba tbody,
    .panelObsah .sloupcovaSazba tfoot,
    .panelObsah .sloupcovaSazba tr,
    .panelObsah .sloupcovaSazba td{
        display: block;
    }
    .panelObsah .sloupcovaSazba,
    .panelObsah .sloupcovaSazba tr,
    .panelObsah .sloupcovaSazba td{
        padding-bottom: 2rem;
    }
}
/* panelObsah */






/* footer */
footer .socnet{
    text-align: center;
}
footer a[href*=facebook]{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #0171c1 url(img/facebook.png) scroll no-repeat center center/contain;
    margin: 5px;
    border-radius: 5px;
}
footer a[href*=comgate]{
    display: inline-block;
    width: 100px;
    height: 40px;
    background: url(img/comgate.png) scroll no-repeat center center/contain;
    margin: 5px;
}

footer .logo{
    display: block;
    background: url(img/obuvzirafa.png) scroll no-repeat center center/contain;
    padding-top: 50px;
    width: 780px;
    margin: auto auto 10px auto;
    border-left: 10px solid white;
    border-right: 10px solid white;
}
footer .zapatimenu{
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 1px 0;
    position: relative;
}
footer .center > *{
    display: inline-block;
    float: left;
}
footer .center *{
    font-size: 13px !important;
    line-height: 17px !important;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
}
footer .kontakt{
    background-color: #FFC700;
    padding: 10px 10px 0px 10px;
    width: 156px;
    overflow: hidden;
}
footer .certifikat{
    width: 120px;
    padding: 88px 0 10px 0;
    border-radius: 10px;
    margin: 0 1px;
    background: #FF4D00 url(img/žirafa-ikona.svg) scroll no-repeat center 10px/auto 60%;
    color: white;
    text-decoration: none;
}
footer .tabulkavelikosti{
    width: 120px;
    padding: 88px 0 10px 0;
    border-radius: 10px;
    margin: 0 1px;
    background: #0071C1 url(img/sipky-ikona.svg) scroll no-repeat center 15px/auto 50%;
    color: white;
    text-decoration: none;
}
footer .side{
    width: calc(50% - 200px);
    background: #FFC700;
}
footer .side:first-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
footer .side:last-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
footer iframe{
    width: 100%;
    height: 500px;
    margin-bottom: -7px;
}
footer .webauthor{
    background-color: #434343;
    text-align: center;
    padding: 5px 0;
}
footer .webauthor li{
    display: inline-block;
}
footer .webauthor a{
    display: block;
    padding: 5px;
    color: white;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
}
footer .komponentaFormular{
    position: absolute;
    display: block;
    background-color: #434343;
    right: 100px;
    border-radius: 10px;
    width: 360px;
    padding: 20px;
    margin-top: -50px;
    box-shadow: 0 0 15px -3px black;
}
footer .komponentaFormular textarea,
footer .komponentaFormular input{
    width: 100%;
    max-height: 200px;
}
footer .komponentaFormular .popis,
footer .komponentaFormular .povinnePolickoInfo{
    display: none;
}
footer .komponentaFormular .nadpis{
    color: white;
}
footer .komponentaFormular p strong{
    color: white;
}
footer .komponentaFormular .upozorneni{
    color: red;
    background: white;
    padding: 10px;
    font-weight: bold;
}
@media only screen and (max-width:1400px){
    footer .komponentaFormular{
        margin-top: 50px;
        right: 20px;
    }
}
@media only screen and (max-width:1000px){
    footer .komponentaFormular{
        padding: 10px;
        margin-top: 10px;
        right: 20px;
        width: 240px;
    }
    footer .komponentaFormular textarea, footer .komponentaFormular input {
        max-height: 80px;
    }
}
@media only screen and (max-width:800px){
    footer .komponentaFormular{
        display: none;
    }
}
@media only screen and (max-width:500px){
    footer .tabulkavelikosti,
    footer .certifikat,
    footer .side{
        display: none;
    }
    footer .zapatimenu{
        display: block;
        margin: 0;
    }
    footer .kontakt{
        width: auto;
        display: block;
        float: none;
        border-radius: 0px !important;
    }
}


body .nalezenKod {
    clear: none;
}

/* footer */