﻿body {
    min-width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    resize: none !important;
    text-indent: 0 !important;
    white-space: normal !important;
    font-size: 16px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    vertical-align: top;
    background-color: white;
    /*line-height: 2em !important;*/
}

.hid {
    display: none;
}

.vis {
    display: block;
}

.roundIcon {
    box-shadow: gray 0px 0px 10px;
    border-radius: 75px;
}

.roundBanner {
    border-radius: 25px;
    width: 100%;
    max-width: 100%;
}

.btnReadMore {
    min-width: 250px;
    min-height: 60px;
    font-weight: 300;
    font-size: 1.25em;
    border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #3A3A3A;
}


a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

sup {
    line-height: 12px;
}

/*h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 42px;
    line-height: normal;
    font-weight: 300;
    font-style: normal !important;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: gray;
    margin: 5px 0 10px;
    line-height: normal;
    font-weight: 200;
    font-style: normal !important;
}

    h2 strong {
        font-weight: 700 !important;
    }

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2px;
    margin: 0;
    padding: 5px 0 10px;
    line-height: normal;
    font-weight: 200;
    font-style: normal !important;
}*/
/*
p {
    padding: 0;
    margin: 0;
}*/

table {
    border-spacing: 0px !important;
    border-collapse: collapse !important;
    vertical-align: top;
}

tr {
    vertical-align: top;
    border-spacing: 0px;
}

td, th {
    min-height: 1px;
    border-spacing: 0px !important;
    vertical-align: top;
    display: table-cell;
}

img {
    margin: 0;
    padding: 0;
    border: none !important;
}

div {
    border-spacing: 0px !important;
    border-collapse: collapse;
}

.clr {
    clear: both;
}

.controlCont {
    max-width: 1080px !important;
    width: 100%;
    position: relative;
    top: 100px;
    display: inline-block;
    height: auto;
    margin-bottom: 120px;
}

    .controlCont .FlexTableStyle {
        width: 100% !important;
        /*min-width:100% !important;*/
        max-width: 1080px !important;
        z-index: 500 !important;
    }

        .controlCont .FlexTableStyle th {
            z-index: 500 !important;
            position: relative;
        }

/*IOS*/
input[type=submit] {
    -webkit-appearance: none !important;
}

/*hlavní a společné prvky*/
.mainCont {
    padding: 60px 20px 40px;
    margin: 0 auto;
    position: relative;
    min-height: calc(100vh - 270px);
}

@media screen and (max-width:575px) {
    .mainCont {
        padding: 40px 20px 20px !important;
        margin: 0 auto;
        position: relative;
        min-height: calc(100vh - 270px);
    }
}


.red {
    color: red;
}
/*jazykové menu*/
.langCont {
    width: 40px;
    padding-left: 20px;
    height: 10px !important;
    overflow: visible !important;
    position: fixed;
    top: 12px;
    right: 3px;
    z-index: 1000;
}

.myLangCont {
    position: relative;
    width: 40px;
    max-width: 40px;
    height: auto;
    display: inline-block;
}

.mySelLang {
    width: 40px;
    max-width: 40px;
    height: 45px;
    max-height: 45px;
    display: inline-table;
    background-image: url(_images/langArr_gray.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .mySelLang img {
        position: relative;
        top: 10px;
        left: 10px;
    }

.allLangCont {
    background-image: url(_images/langMenuBackR.png);
    display: inline-table;
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    height: auto;
    min-height: 48px;
    padding: 9px 0 0;
    color: white;
    vertical-align: middle;
    position: absolute;
    top: 45px;
    right: -5px;
}

.oneLangItem {
    display: block;
    height: 38px;
    min-height: 38px;
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    padding: 5px 0;
    color: white;
    border-bottom: #e1e1e1 1px solid;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

    .oneLangItem:hover {
        background-color: lightgray;
        color: black;
    }

    .oneLangItem img {
        float: left;
        position: absolute;
        left: 9px;
        top: 9px;
    }

    .oneLangItem span {
        font-size: 18px;
        position: absolute;
        left: 40px;
        top: 7px;
    }

.languageSelector {
    width: 40px;
    height: 10px !important;
    overflow: visible !important;
    position: absolute;
    top: 5px;
    right: -30px;
    z-index: 1000;
}

.loginIcon {
    width: 30px;
    height: 30px;
}

.boxIcon {
    width: 120px;
    height: 120px;
}

.visible {
    visibility: visible;
    display: normal;
}

.invis {
    visibility: hidden;
    display: none;
}

.noBg {
    background-image: none;
}

.navbar-brand img {
    max-height: 30px;
}

.noBg {
    background-image: none;
}

.noBrd {
    border: none !important;
}

.navbar {
    font-size: 18px;
}

@media (max-width: 980px) {
    .mainCont {
        padding: 55px 20px 100px;
    }
}




@media (min-width: 992px) {
    .navbar-nav {
        margin: 0 auto;
        display: table !important;
        table-layout: auto;
        float: none;
        width: 100%;
    }

        .navbar-nav > li {
            display: table-cell;
            float: none;
            text-align: center;
        }
}

@media (max-width: 370px) {
    .navbar-brand {
        width: 60%;
    }

        .navbar-brand img {
            width: auto;
            height: 100%;
        }
}


.lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
}

.card-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2em;
}

.loginSymbol {
    position: relative;
    top: -2px;
}

.loginItem {
    text-align: right !important;
}

.active {
    font-weight: 600 !important;
}

.hovRow:hover {
    box-shadow: 0 0 10px lightgray;
    border-radius:10px;
    cursor:pointer;
}



.marketing {
    /*    background-color: aqua;*/
}

/*    .marketing [name=cart] {
        background-color: orangered;
    }*/

    .marketing [name=divItem] {
        background-color: white;
        width: 250px;
        max-width: 250px;
    }


    .marketing [name=btnAdd]:hover {
        background-color: darkblue;
        cursor: pointer;
    }

    .marketing [name=btnAdd] {
        background-color: aquamarine;
    }

    .marketing [name=divSubmit] {
        background-color: #0E6EBA;
        color: white;
        text-align: center;
        width: 100%;
        cursor: pointer;
    }


    .homeContent img {
        width:100%;
        height:auto;
        max-width:800px;
        margin:0 auto;
    }
