@charset "utf-8";

/* Reset Styles -----------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, small, strong, ol, ul, li, form, label, table, caption, tr, td, footer, header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

footer, header, menu, nav, section {
    display: block;
}

body {

    font-family: semplicitapro, sans-serif;
    font-weight: 400;
    font-style: normal;

    background-color: #fff;
    font-size: 15px;

    max-width: 100% !important;

}

.produkty-detail-contentWrapper p {
    margin-bottom: 20px;
}

.sekcialogo{
    /*max-width: 700px;*/
    height: 200px;

}
.sekcialogo img{
    /*max-width: 700px;*/
    max-height: 200px;
    margin-left: -40px;

}

.subpage .sekcie-dashboard {

    margin: 0 0 50px 0;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    grid-gap: 10px;
    list-style-type: none;
}


@media (max-width: 800px) {
    .subpage .sekcie-dashboard  {
        grid-template-columns: 1fr;
    }
}

.subpage .sekcie-dashboard div {
    list-style-type: none;
    border: 1px solid #ddd;
    padding: 15px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    /*-webkit-transition: background-color 1000ms linear;*/
    /*-ms-transition: background-color 1000ms linear;*/
    /*transition: background-color 1000ms linear;*/
}

.subpage .sekcie-dashboard div a {
    display: block;
   color: #000;
    font-size: 22px;
    font-weight: bold;


}
.subpage .sekcie-dashboard div img {
   margin: 0;
    height: auto;
    width: auto ;
    max-height: 100px;


}

.subpage .sekcie-dashboard div span {
color: #aaa;
    text-align: right;

}
.subpage .sekcie-dashboard div:hover {


    /*background-color: #2daae2;*/
    /*-webkit-transition: background-color 1000ms linear;*/
    /*-ms-transition: background-color 1000ms linear;*/
    /*transition: background-color 1000ms linear;*/
}

.subpage .sekcia-code {
   display: block;


}

.oznam {

    background-color: #12b214;
    color: #fff;
    text-align: center;
    padding: 30px 50px;
    margin-top: 50px;

}

.swiper-container {

    height: 350px;
}

ul {
    list-style: none;
}

ol {
    list-style-type: decimal;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a {
    outline: 0;
    text-decoration: none;
    color: #2daae2;
}

a:focus, a:hover {
    text-decoration: none;

}

h1, h2, h3, h4, h5, h6 {

    font-weight: 400;
    margin: 0 0;

    font-size: 15px;
    color: #000;
}

strong {
    font-weight: bold;

}

h2 {

    margin: 0 0;
    font-size: 25px;


}

h2.uvod {

    margin: 0px 0 20px 0;
    font-size: 16px;
    font-weight: 500;

}

h1 {

    margin: 0 0;
    font-size: 29px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

h1 span {

}

h3 {
    margin: 20px 0 0 0;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;

    min-height: 35px;
    text-align: left;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 20px; /* fallback */
    max-height: 30px; /* fallback */
}

h4 {
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;


    /* fallback */
}

h2.hblack {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 15px 0 0 0;
    color: #000;
    padding: 0;
    letter-spacing: 0;

}

h3.hblack {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 15px 0 0 0;
    color: #000;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
}

h5.hblack {
    font-size: 13px;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    margin: 0px 0 0 0;
    color: #777;
    padding: 0;
    letter-spacing: 0;
    text-transform: none;
}

p {
    font-size: 15px;
    line-height: 19px;

    text-align: left;
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.button {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 15px auto 0 auto;

    background-color: #2daae2;
    text-align: center;
    padding: 10px 30px;
    line-height: 22px;
    font-size: 15px;
    border: 0;

    color: #fff;
}


.buttongrey, .subpage a.buttongrey {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 15px auto 0 auto;

    background-color: #efefef;
    text-align: center;
    padding: 5px 20px;
    line-height: 20px;
    font-size: 12px;
    border: 0;

    color: #777;

}

.bdisabled {
    opacity: 0.5;
}

.bactive {
    opacity: 1;
}

.buttonSmall {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 3px auto 0 auto;

    background-color: #2daae2;
    text-align: center;
    padding: 3px 12px;
    line-height: 18px;
    text-transform: uppercase;
    border: 0;

    font-size: 11px;
    color: #fff;
}


section {
    padding: 2% 0;
}

image {

}

img {
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.breadcrumb-item {
    margin-bottom: 0;
}

.subpage ul.sekcia-menu,
.subpage ul.sekcia-menu li {
    list-style-type: none;
    margin-left: 0;
}

.casopisy {

}

.casopis a {
    display: block;
    padding: 10px 10px;
    border: 1px solid #ddd;
    margin-bottom: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.casopis a:hover {
    background-color: #862e2c;
    color: #fff;

    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;

}

.casopis a:hover h3 {

    color: #fff;

}

.casopis a h3 {
    margin: 0;
    padding: 0;
    line-height: 35px;
    font-size: 14px;
    text-transform: none;
}

.aktualne a {
    background-color: #862e2c;
    color: #fff;
}

.aktualne a h3 {
    background-color: #862e2c;
    color: #fff;
    text-align: center;
}

.casopisHeader {
    margin-top: 10px;

    margin-bottom: 20px;
}


.podujatia {
    background-color: #2daae2;

}

.podujatia a {
    color: #000;

}


.podujatie {
    border: 1px solid #2b3a42;
    padding: 10px 20px;
    color: #00171f;
    min-height: 120px;
}


.podujatie .datum {
    padding: 10px;
    background-color: #498692;
    font-size: 12px;
    font-weight: bold;
    width: 60px;
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #00171f;
}

.podujatie .nazov {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;

}

.podujatie .nazov {
    margin-top: 5px;
    font-size: 13px;


}

.aktuality a {
    display: block;
    margin-bottom: 10px;
}

.aktuality h3 {
    color: #000;
    text-align: left;
    padding: 5px 0;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    max-height: 50px;
}

.aktuality p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-height: 20px; /* fallback */
    max-height: 40px; /* fallback */
    margin-bottom: 20px;
}


.herotext {

    position: absolute;
    bottom: 50px;
    right: 80px;
    z-index: 1;
    max-width: 500px;
    font-size: 18px;
}


.herotext p {

    line-height: 30px;
    font-size: 18px;
}

.bannersub .herotext {
    bottom: 20px;
}

.main-holder {

    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;

}

.relative {
    position: relative;
}

.table-nonfluid {
    width: auto !important;

}

.dataTables_filter label {
    display: inline;

}

.rightmenu ul li {

    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}


.menu li {

    list-style-type: none;
    display: inline-block;
    margin-right: 1.2%;
    margin-top: 15px;

}

.menu a {
    display: block;
    line-height: 2em;
    font-weight: 500;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}

.menu a.active {
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid black;
}


.logo {
    font-family: semplicitapro, sans-serif;

    font-style: normal;

    font-size: 36px;
    font-weight: 700;

}

h1.verybig {
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    margin: 0 0;
    font-size: 48px;

    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 400;
}

.slogan {
    font-size: 18px;
    color: #777;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 1em;
}

.slogan > p {
    text-align: center;
}

.galeria {

    float: left;
    margin: 0 20px 20px 0;
    width: 380px;
}

.galeria img {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}

.mobilegalery div {

    float: left;
    width: 420px;
    height: 220px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.align-left {
    text-align: left;
}

.header {
    padding: 20px 0 20px 0;


}

.subpageformat {

}


.subpage {

    margin: 00px 0;
    padding: 0 20px;
    position: relative;
    color: #000;

    background-color: #fff;
    min-height: 600px;
}

.subpage p, .subpageformat p {
    margin-bottom: 20px;

    font-size: 16px;
    line-height: 1.4em;
    /*color: #777;*/
    color: #000;
    padding-right: 20px;

}

.subpage a {
    font-size: 15px;
    color: #2daae2;

}

ol {
    margin: 0 0 20px 20px;
}

ol li {
    margin-bottom: 16px;
}

.subpage img {
    margin-bottom: 20px;
}

.subpage ul, .subpageformat ul {
    list-style-type: circle;
    margin: 0 0 20px 25px;
    padding: 0 0 0 00px;
}

.subpage ul li, .subpageformat ul li {
    list-style-type: circle;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}

.subpage h1, .subpageformat h1 {

    margin: 0 0;
    font-size: 35px;
    color: #000;
    margin-bottom: 40px;
    font-weight: 700;
}

.subpage h2, .subpageformat h2 {
    clear: both;

    margin: 0 0;
    font-size: 28px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: 500;
}

.infotext {
    font-size: 13px;
    line-height: 18px;
    color: #777;

}

.info {
    padding: 10px 20px;
    color: #fff;
    background-color: #009542;
    margin: 20px 0;
}

.info a {

    color: #fff;
    text-decoration: underline;
}

.registeredonly {
    background-color: #efefef;
    text-align: center;
    padding: 30px;
}

.eshop-steps {
    background: #fff;
    padding-top: 230px;
}

.prev-step {
    color: #000;

}

.next-step {

    background: #009542;
}

.next-step:hover {

    background: #009542;
}

.conversionColor {

    background: #009542;
}

.formHolder {

    margin: 20px 0;

}

.col2 {

    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

}

.formHolder input[type=text], textarea {
    width: 96%;

    height: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 10px;
    border: 1px solid #d0d0d0;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), color-stop(100%, #f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%, #f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%, #f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%, #f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0); /* IE6-9 */

}

.formHolder input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}

.formChoice {

    font-size: 15px;

    border: 1px solid #d0d0d0;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #f7f7f7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), color-stop(100%, #f7f7f7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%, #f7f7f7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%, #f7f7f7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%, #f7f7f7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%, #f7f7f7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0); /* IE6-9 */
    padding: 10px 10px;
    margin: 0 10px 10px 0;
    color: #777;
}

.tab30 {
    display: inline-block;
    width: 30px;
    text-align: center;

}

.tab60 {
    display: inline-block;
    width: 60px;
    text-align: center;

}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.formHolder label {
    font-size: 15px;
    display: inline-table;
    width: 150px;

}

table.souhrn {
    width: 100%;

}

table.souhrn th {
    padding: 0 10px 10px 10px;

}

table.souhrn td {
    vertical-align: top;
    padding: 10px;
    border-top: 1px solid #ddd;
}

table.souhrn img {
    max-height: 80px;
}

tr.total td {

    font-weight: 800;
    font-size: 18px;
    color: #000;
    border-top: 1px solid #777;

}

.select {

    width: 313px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 10px;
    border: 1px solid #d0d0d0;
}

.radio {
    height: 16px;
    width: 16px;

}

.banner {
    padding-top: 130px;
    position: relative;
    background: url(../images/shanghai.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.bannerakcia {

    /*background: url(../images/akciabg2.jpg) no-repeat top right fixed;*/
    background: url(../images/akciabg1.jpg) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    min-height: 400px;
    position: relative;
}

.bannerakcia .absholder {
    bottom: 30px;
    position: absolute;
    width: 100%;
}

.sluzbybg {
    padding-top: 130px;
    position: relative;
    background: url(../images/sluzbybg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.borderitem {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

a.download_file {
    border: 1px solid #eee;

    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px 10px;
    font-size: 15px;
    min-width: 45%;
    background-color: #2daae2;
    color: #fff;
}


.search_item {
    margin-bottom: 10px;
    display: table;
}

.search_itemgooglesearch .searchInput {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 16px;
    font-size: 13px;
    background: white;

    outline: none;
    width: 300px;
    padding: 3px 10px;
    color: #000;
    height: 34px;
    border: 1px solid #ccc;
    margin-bottom: 10px;

}

.search_itemgooglesearch input[type="text"].searchInput::-webkit-input-placeholder {
    color: #aaa;
}

.search_itemCell {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;

}

.search_itemCellImg {
    width: 130px;
    min-height: 120px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #aaa;

}

.search_itemPageing {
    margin: 10px 0;
}

.search_itemPageing a {

    display: inline-block;
    padding: 4px 10px;
    margin: 0 4px 5px 0;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    font-size: 13px;

}

.search_itemPageing a.active {

    background-color: #3a82ff;
    color: #fff;
    border: 1px solid #3d64ff;
    font-size: 13px;

}

.search_itemCellImg a {

}

.search_itemCellImg img {

    width: auto;
    height: auto;
    margin: 10px 0 0 0;
    max-height: 100px;

}

.search_itemTitle a {
    letter-spacing: 0px;
    line-height: normal;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.search_itemLink a {

    color: #093;
    font-size: 14px;
}

.search_itemFormat {

    color: #aaa;
    font-size: 14px;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.profile {

    width: 100%;
    max-width: 660px;
}

.profile th, .profile td {

    padding: 10px 10px;

}

.profile input,
.profile textarea {
    font-family: 'Arial ', sans-serif;
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    font-size: 15px;
    width: 95%;

}

table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting_desc {
    background-image: none !important;
}

.table-bordered2 > tbody > tr > td, .table-bordered2 > tbody > tr > th, .table-bordered2 > tfoot > tr > td, .table-bordered2 > tfoot > tr > th, .table-bordered2 > thead > tr > td, .table-bordered2 > thead > tr > th {
    border: 1px solid #fff;
}

.rowColorGreen {
    background-color: #abdb92 !important;

}

.rowColorOrange {
    background-color: #f5c65d !important;

}

.rowColorRed {
    background-color: #ea6953 !important;

}

.banner-contentAkcia {
    padding-top: 0;
    position: relative;

    margin-top: 40px;
    padding-bottom: 0;
    margin-bottom: 40px;

}

.banner-content {
    padding-top: 4%;
    position: relative;
    background: url(../images/transblack.png);
    margin-top: 40px;
    padding-bottom: 2%;
    margin-bottom: 00px;

}

.banner-content li {
    color: #fff;

}

.banner-image {
    text-align: center;
    width: 54%;
    margin-top: -7%;

    z-index: 1;
    position: absolute;
    right: 0%;

}

.banner h1 {

    margin: 0.6em 0 0.5em 0;
    font-weight: 700;
    line-height: 1em;
    font-size: 40px;
    text-transform: none;
}

.banner p {

    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.4em;
    color: #fff;

}

.banner .moreinfo {

    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #0078c9;
    text-transform: uppercase;
    margin: 0.9em 0;
    font-weight: 700;
}

.buttonmoreinfo, .buttonmoreinfo:hover {

    background-color: #00426b;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0.9em 0;
    color: #fff;
}

.boxy {

    position: relative;
    background: url(../images/transblack2.png);
    margin-top: 40px;

}

.hbox {
    padding: 50px 2%;
    display: table-cell;
    margin-right: 4px;
    text-align: center;
    border-right: 1px solid #000000;
    width: 18%;

}

.hbox h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;

}

.hbox p {
    text-transform: none;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    color: #9b9b9b;
}

.hbox a, .hbox h3 a {
    display: block;
    color: #f3f3f3;
}

.hbox a:hover {
    display: block;
    color: #fff;
}

.hbox img {
    margin-bottom: 25px;
}

.ontop {
    position: fixed;
    width: 100%;
    padding-top: 33px;
    padding-bottom: 30px;
    top: 0;
    z-index: 999;

}

.ontopbg {

    background: url(../images/homeproduktybg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ontopbg .breadcrumbs {

    padding: 5px 0;
}

.ontopbg .submenu a {
    background: transparent;
    display: block;
    line-height: 30px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    padding: 0 16px 0 0;

}

.ontopbg .submenuholder {
    line-height: 32px;

}

.ontopbg .submenu img {
    height: 16px;

}

.produkty-detail-contentWrapper ul {

    padding-left: 15px;

}

.produkty-detail-contentWrapper li {
    list-style-type: square;
    margin-bottom: 10px;

}

.topmenu {
    position: absolute;
    right: 40px;
    top: 46px;
    text-transform: uppercase;

}

@import url('https://fonts.googleapis.com/css?family=Raleway');

.onas {
    /*background-image: url("../images/onas_bg.png");*/
    /*background-repeat: repeat-y;*/
    /*background-size: cover;*/
    /*!*background-attachment: fixed;*!*/
    /*background-position: 0 120px;*/

    font-family: "Raleway";
    font-size: 15px;
}

.onas_logo {
    text-align: center;
}

.onas h1 {
    text-align: center;
    color: #5d6a75;
    font-size: 35px;
    font-family: "Raleway";
    text-transform: none;
    margin: 25px 0 55px 0;
}

.onas h2 {
    text-align: center;
    color: #5d6a75;
    font-size: 35px;
    font-family: "Raleway";
    text-transform: none;
    margin: 30px 0 5px 0;
}

.onas h3 {
    text-align: center;
    color: #5d6a75;
    font-size: 18px;
    font-family: "Raleway";
    text-transform: none;
    margin: 5px 0 5px 0;
}

.onas ul {
    padding-top: 30px;
    column-count: 2;
    column-gap: 30px;
}

.onas ul li {
    list-style-type: none;
    font-size: 14px;
    background-image: url("../images/onas_li.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding: 0 0 15px 20px;
    line-height: 20px;

}

.onas_link a {
    color: #000;
    line-height: 26px;
    font-size: 14px;

}

.onas_people {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.onas_people p {
    font-size: 14px;
}

.onas_people_item {
    flex: 1 0 50%;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.onas_people_item pre {
    background-color: transparent;
}

.onas_people_item h4 {
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
}

.onas_people_item_image {
    flex: 1 0 40%;
}

.onas_people_item_image img {
    max-width: 195px;
}

.onas_people_item_text {
    flex: 1 0 60%;
}


.mag_modal-popup-block .mfp-close {

    background: none !important;
    background: transparent;
    color: #fff;

}

.mag_modal-popup-block {
    background: #252526;
    padding: 20px 30px;
    text-align: left;
    max-width: 350px;
    margin: 40px auto;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
}

.mag_modal-popup-block {
    max-width: 420px;
    color: #fff;
}

.mag_modal td {
    color: #fff;
    font-size: 15px;

    font-family: 'Roboto Condensed', sans-serif;

}

.mag_modal {
    text-align: center;
}


.mag_modal h1 {
    color: #fff;
    font-size: 15px;

    font-family: 'Roboto Condensed', sans-serif;

}


.mag_modal .button {
    font-size: 15px !important;
    display: inline-block;

    border: 1px solid #000;
    background-color: #3e3e42;
    color: #fff;
    padding: 10px 40px;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: hand;
    cursor: pointer;
    margin: 0;
    max-width: 150px;
}


.mag_modal .buttonCancel {
    font-size: 14px !important;
    display: inline-block;

    border: 1px solid #000;
    background-color: #3e3e42;
    color: #999;
    padding: 10px 40px;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: hand;
    cursor: pointer;
    margin: 0;
}

.mag_modal input[type=text] {
    font-size: 14px !important;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    padding: 5px 10px;

}

.mag_modal .button:hover,
.mag_modal .buttonblue {

    background-color: #007acc;
}

.mag_modal .buttonCancel:hover {
    background-color: #444;
}


.mag_modal .text {

    padding: 5px 10px;
    background: #fff;

    margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #d0d3d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: normal;

}


.searchBar {
    /*position:absolute;*/
    /*right:210px;*/
    /*top:0px;*/
    /*text-transform:uppercase;*/

    position: absolute;
    right: 260px;
    top: 0px;
    text-transform: uppercase;
    width: 320px;
}

.langBar {
    float: left;
    width: 80px;

    height: 25px;

}

.googlesearchholder {
    float: left;
    width: 240px;
    height: 25px;
}

.googlesearchholder form {
    padding: 0;
}

table.gsc-search-box {
    border-style: none;
    border-width: 0;
    border-spacing: 0 0;
    width: 150px !important;
    margin-bottom: 2px;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0em !important;
    width: auto;
}

.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: transparent !important;
    background-color: transparent !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

input.gsc-search-button-v2, input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    width: 40px;
    height: 25px !important;
    padding: 6px 27px;
    min-width: 13px;
    margin: 0px !important;
    background-image: url(../images/searchicon.png) !important;
    background-repeat: no-repeat !important;
    background-position: 16px 4px;
    display: block !important;
    border: none !important;
}

input[type="text"].gsc-input::-webkit-input-placeholder {
    font-family: "Arial", sans-serif !important;
    font-size: 12px !important;
}

input.gsc-input {
    width: 200px !important;

}

.searchInput {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 16px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    width: 200px;
    padding: 3px 10px;
    color: #fff;
    height: 24px;

}

.searchBox {

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 16px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    outline: none;
    width: 200px;
    padding: 3px 10px;
    color: #fff;
    height: 24px;

}

input[type="text"].searchInput::-webkit-input-placeholder {
    color: #fff;
}

.sidemenu input[type="text"].searchInput {
    background: #fff;
    color: #000;
    width: 240px;
    margin: 0 0 0 0px;
    line-height: 16px;

    -webkit-text-fill-color: #000;
    font-size: 13px;

}

.ui-menu .ui-menu-item a {
    color: #96f226;
    border-radius: 0px;
    font-size: 12px;
    border: 1px solid #454545;
}

.ui-menu-item-wrapper {
    color: #777;
    font-size: 12px;

}

.ui-menu-item-wrapper img {
    height: 50px;

}

.ui-menu {
    z-index: 9999999;
    max-width: 340px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.submenuholder {
    margin-top: 30px;
    background: url(../images/bgtransLight.png);
    line-height: 50px;
}

.submenu img {

    height: 26px;
    margin-right: 10px;

}

.submenu li {

    list-style-type: none;
    display: inline-block;
    margin: 0;

}

.submenu a {
    background: transparent;
    display: block;
    line-height: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    padding: 0 30px 0 0;
    opacity: 0.5;
}

.submenu a.active {

    color: #000;
    opacity: 1;

}

.submenu.sluzby a {
    font-size: 13px;
    padding: 0 15px 0 0;
}

.submenu a:hover {

    color: #000;
}

.menuLogin {
    float: right;
    height: 30px;
    max-width: 360px;

}

.menuLogin li {

    list-style-type: none;
    display: inline-block;
    margin-right: 20px;

}

.menuLogin a {

    display: block;
    line-height: 1.5em;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.5;
}


.login {

}

.gimg img {

    max-width: 100px;
    max-height: 66px;

    margin-right: 10px;
    margin-bottom: 10px;
}

.bgwhite {

    background-color: #fff;
}

/* breadcrumbs */

.breadcrumbs {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 12px;

    background-color: #eee;
    z-index: 99;

    width: 100%;

}

.breadcrumbs ul li {

    display: inline-block;
    margin-right: 10px;
    color: #777;

}

.breadcrumbs ul li a {

    display: inline-block;
    line-height: 20px;
    color: #777;
    font-size: 12px;

}

/* homecalendar */

.homecalendar {
    position: relative;
    background-color: #fff;
    padding: 20px 0;
}

.homecalendar h4 {
    color: #000;
    text-align: left;
    padding: 5px 0;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 0 0;

}

.homecalendar .day {
    display: block;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #1a1a1a;
    height: 83px;
    width: 70px;
    vertical-align: top;
    z-index: 999;
    bottom: 20px;
    left: 10px;

}

.subpage .homecalendar .day {
    display: block;
    position: absolute;

    bottom: 20px;
    left: 30px;

}

.subpage .homecalendar img {
    margin: 0;

}


.homecalendar .thumb {
    display: block;

    background-color: #1a1a1a;
    height: 200px;


}

.homecalendar .day.bude {

    background-color: #2daae2;

}

.homecalendar .daycontent {
    display: table-cell;
    vertical-align: top;
    padding-left: 0px;
    text-align: center;

}

.subpage .homecalendar p {
    margin: 0;

}

.calendaritem {
    min-height: 400px;
}

.calendaritem a.button {
    color: #fff;
}

.homecalendar .daycontent p {
    font-size: 14px;
    line-height: 20px;
    color: #979797;

}

.homecalendar .daynumber {
    margin-top: 5px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;

}

.homecalendar .dayname {
    line-height: 16px;
    font-size: 12px;

    color: #fff;
    text-align: center;


}


.swiper-button-next {
    position: absolute;
    z-index: 5;
    right: -40px;

}

.swiper-button-prev {
    position: absolute;
    z-index: 5;
    left: -40px;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.downloadFilter {

    padding: 0 0 15px 0;
    border-bottom: 1px solid #efeff1;
    margin-bottom: 10px;

}

.footer {
    background-color: #00171f;
    color: #2daae2;
    font-size: 12px;
}

.footer a {
    font-size: 12px;
    color: #2daae2;
}

.footer h3 {
    font-size: 14px;
    color: #2daae2;
    padding: 0;
    margin: 0 0 10px 0;
    min-height: auto;
}

.footer li {

    display: block;
    margin: 0;
    padding: 0;
}

.footer li a {

    display: block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: none;
}

.footer a.active {
    border: none;
    color: #fff;
}

.footerend {
    background-color: #001015;
    padding: 20px 0;
    color: #2daae2;
    font-size: 14px;
}

/* /homebanner  animation */

#bannerText1, #bannerImage1 {
    opacity: 0;

}

#loader {
    position: absolute;
    height: 120px;
    width: 120px;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    z-index: 10;
    background-image: url(../images/spin.gif);
    background-repeat: no-repeat;

}

.hide {
    display: none;
}

.show {
    display: block;
}

/* /homecalendar */

.align-center {
    text-align: center;
}

.dark {
    background-color: #171b20;
}

.light {
    background-color: #21262c;
}

.lighter {
    background-color: #505459;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.form input, .form textarea {
    background-color: #21262c;
    border: 0;
    padding: 10px 10px;
    margin-bottom: 15px;
    width: 160px;
    color: #ccc;

}

.form textarea {
    background-color: #21262c;
    border: 0;
    padding: 10px 10px;
    margin-bottom: 15px;
    width: 343px;
    height: 100px;

}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.form {

    text-align: left;

}

.text-white {
    color: #fff;
}

a.white, a.white:hover {
    color: #fff;
}

a.ablack, a.ablack:hover {
    color: #000;
}

.greenbg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47ba37+0,4b932c+100 */
    background: #47ba37; /* Old browsers */
    background: -moz-linear-gradient(top, #47ba37 0%, #4b932c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #47ba37 0%, #4b932c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #47ba37 0%, #4b932c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47ba37', endColorstr='#4b932c', GradientType=0); /* IE6-9 */

}

.mobmenu {
    display: none;

}

.fmap {

    width: 100%;
    height: 70px;
}


/*carousel*/


.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%)
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/*carousel*/


@media handheld, only screen and (max-width: 1500px) {
    .section {
        overflow: inherit;

        width: 90%;
        padding: 55px 5%;

    }
}

@media handheld, only screen and (max-width: 1300px) {
    .swiper-button-next {
        position: absolute;
        z-index: 5;
        right: 0px;

    }

    .swiper-button-prev {
        position: absolute;
        z-index: 5;
        left: 0px;

    }
}

@media handheld, only screen and (max-width: 1100px) {


    .table-cell {
        display: block;
    }

    .rightmenu {
        position: absolute;
        display: block;
        z-index: 10;
        height: 30px;
        top: 0;
        right: 0;
    }

    .rightmenu ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 8px;
    }

    .logo {
        font-size: 16px;
        font-weight: 700;
        word-wrap: break-word;
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .logo a {

        white-space: nowrap;


    }

    .logo img {
        margin-right: 10px;
        height: 50px;


    }

    .menu li {
        list-style-type: none;
        display: inline-block;
        margin-right: 3%;
        margin-top: 15px;
    }

    .col2 {

        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;

    }

    .bannerakcia {

        background-attachment: scroll;
    }

    .onas_people_item {
        flex: 1 0 100%;
        display: flex;
        justify-content: center;
        justify-items: center;
        align-items: center;
    }


    .onas ul {
        padding-top: 0px;
        column-count: 1;
        column-gap: 0px;
        margin: 0;
    }

    .banner-contentAkcia {

        margin-top: -40px;

    }

    .banner {
        padding-top: 220px;
        position: relative;
        background: url(../images/shanghaiSmall.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }

    .banner-content {
        padding-top: 2%;
        position: relative;
        background: url(../images/transblack.png);
        margin-top: 0;
        padding-bottom: 2%;
        margin-bottom: 0;

    }

    .banner-content li {
        color: #fff;

    }

    .banner h1 {
        margin: 0 0;
    }

    .banner-image {
        text-align: center;
        margin: 0 auto;
        width: 75%;
        z-index: 1;
        position: relative;
        margin-top: 20px;

    }

    .w45 {
        width: 100%;
    }

    .fmap {

        width: 100%;
        height: 260px;
    }

}

@media handheld, only screen and (max-width: 990px) {


    table.souhrn th, table.souhrn td {
        font-size: 13px;

    }

    .banner-contentAkcia {

        margin-top: 0px;

    }

    .search_item {
        margin-bottom: 20px;
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .search_itemCell {
        display: block;
        padding-left: 10px;
        vertical-align: top;

    }

    .search_itemCellImg {
        display: block;
        width: 100%;

    }

    .banner h1 {

        margin: 0.6em 0 0.5em 0;
        font-weight: 700;
        line-height: 1em;
        font-size: 24px;
        text-transform: none;
    }

    .banner p {

        font-size: 15px;
    }


    h1 {
        text-transform: uppercase;
        margin: 0 0;
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 700;
    }

    h1.verybig {
        font-size: 24px;
    }

    .ontopbg {

        background: #0a111d;
    }

    .hbox {
        padding: 40px 2%;
        display: block;
        margin-right: 4px;
        text-align: center;
        border-right: 0px solid #000000;
        border-bottom: 1px solid #000000;
        width: 100%;
    }

    .hbox h3 {
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
        color: #2daae2;

    }

    .hbox p {
        text-transform: none;
        font-size: 12px;
        line-height: 1.4em;
        text-align: center;
    }

    .hbox a {
        display: block;
    }

    .hbox img {
        margin-bottom: 25px;
        height: 75px;
    }

    h1.verybig {
        margin: 0;
        padding-top: 50px;
    }


    .hero {
        position: relative;
        margin-top: 30px;
    }

    .herotext {
        padding: 30px 20px;
        position: relative;
        text-align: center;
        right: inherit;
        bottom: inherit;
        max-width: none;
    }

    h3 {
        text-align: center;
    }

    .aktualita {
        max-width: 480px;
        margin: 0 auto;
    }

    p {

        text-align: left;
        right: inherit;
        bottom: inherit;
        max-width: none;
    }

    .homecalendar p {
        margin: 0;
        text-align: left;

    }

    h2, h3, h1 {
        text-align: left;
    }

    h2.uvod {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    .aktuality {
        text-align: left;
    }

    .footer {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }

    .footer .menu {
        display: block;
    }

    .footer h3 {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        margin: 20px;
    }

    .menu {
        display: none;
    }


    .langBar {
        float: none;
        height: 25px;
        width: 150px;
    }

    .langBar a, .sidr ul li .langBar > a {
        padding: 0 0 0 5px;
    }

    .googlesearchholder {
        float: none;
        width: 240px;
        height: 25px;
    }

    .googlesearchholder form {
        padding: 0;
    }

    .submenu {
        display: none;
    }

    .tdhide {
        display: none;
    }

    .tdmax200 {
        max-width: 200px;
        white-space: normal;
        word-wrap: break-word;
        overflow: hidden;
    }

    .submenuholder {
        display: none;
    }

    .w70, .w60, .w40, .w45, .w30, .w50, .w20, .w15 {
        width: 100%;
    }

    .banner {
        padding-top: 0px;
        position: relative;
        background: url(../images/shanghaiSmall.jpg) no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }

    .banner-content {
        padding-top: 2%;
        position: relative;
        background: url(../images/transblack.png);
        margin-top: 0;
        padding-bottom: 2%;
        margin-bottom: 0;

    }

    .boxy {
        margin-top: 10px;

    }

    .banner h1 {
        margin: 0 0;
    }

    .banner-image {
        text-align: center;
        margin: 0 auto;
        width: 90%;
        z-index: 1;
        position: relative;
        margin-top: 20px;

    }

    .float-left {
        float: none;
        clear: both;
        padding: 20px 0;

    }

    .marginl20 {
        margin: 0;
    }

    .form textarea {
        background-color: #21262c;
        border: 0;
        padding: 10px 10px;
        margin-bottom: 15px;
        width: 90%;
        height: 100px;

    }

    .main-holder {

        max-width: 90%;
        margin: 0 auto;
        padding: 0 0;

    }

    .ontop {
        background: #0a111d;
        text-align: center;
    }

    .topmenu {
        display: none;

    }

    .menu {
        display: none;

        margin: 0 auto;

    }

    .menu li {

        list-style-type: none;
        display: inline-block;
        margin-right: 20px;
        text-align: center;

    }

    .menu a {

        display: block;
        line-height: 2em;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }

    .ontop {
        position: relative;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0;
        z-index: 999;

    }

    .ontop.ontopbg {

        padding-top: 30px;

    }

    .breadcrumbs {
        display: none;

    }

    .eshop-steps {
        background: #fff;
        padding-top: 0px;
    }
}

@media handheld, only screen and (max-width: 800px) {

    .swiper-container {
        height: auto;
    }

    .swiper-slide {

        display: block;

        max-width: 400px;
        margin: 20px auto;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;

    }

    .swiper-wrapper {

        display: block;

    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .swiper-container {
        width: 100%;
    }
}