@charset "utf-8";
/* CSS Document */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body  {
    min-width: 320px;
    height: 100%;
    background-color: #FFFFFF;
    color: #000000;
    margin: 0;
    padding: 0;
    border: 0;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

div {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: normal !important;
    border: none;
    outline: none;
}

p {
    font-weight: normal !important;
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'proxima_novalight', sans-serif;
    color: #293542;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

img, a img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border: none;
    outline: none;
}

ul, li, ol, dl {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

a, a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a:active, a:focus {             /* odstranění tečkování u odkazu v IE */
    outline: none;
    ie-dummy:expression(this.hideFocus=true);
}

table {                         /* nahrazuje cellspacing v html5*/
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border: none;
    outline: none;
}

th, td {                        /* nahrazuje cellpadding v html5*/
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

input[type="text"] {            /* vsadí textové pole do prvku na 100% jeho šířky bez přesahu */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    resize: none;
    overflow-x: hidden;
}

label {
    font-weight: normal;
    font-size: 16px;
    font-family: 'proxima_novalight', sans-serif;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

object {                        /* object - Odstranění bílého čtverečku po odkazu Skype */
    visibility: hidden;
}

/* horní a dolní index */
sup {
    vertical-align: top;
}

sub {
    vertical-align: bottom;
}

span.skype_pnh_container {       /* odstraní Skype asociaci telefonních čísel v IE */
    display: none !important;
}

span.skype_pnh_print_container {
    display: inline !important;
}

h1 {
    font-size: 1.5rem;
    color: #293542;
    margin: 0 0 20px 0;
    padding: 0;
}

h2 {
    font-size: 1.25rem;
    color: #171796;
    margin: 0 0 10px 0;
    padding: 0;
}

h3 {
    font-size: 1rem;
    color: #000000;
    margin: 0;
    padding: 0;
}

s {
    position: relative;
    text-decoration: none;
}

s:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid #293542;
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.light {
    font-family: 'proxima_novalight', sans-serif;
}

.regular {
    font-family: 'proxima_novaregular', sans-serif;
}

.semi-bold {
    font-family: 'proxima_novasemibold', sans-serif;
}

.bold {
    font-family: 'proxima_novabold', sans-serif;
}

.preskrtnuti {
    text-decoration: line-through;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatLeft {
    clear: left;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatRight {
    clear: right;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.bila {
    background-color: #FFFFFF;
}

.seda {
    background-color: #293542;
}

.linka {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000000;
    margin: 20px 0;
}

.spodni-linka-tmava {
    border-bottom: 1px solid #293542;
}

.transparentni-seda {
    background-color: rgba(0, 0, 0, 0.5);
}

.blok {
    display: block;
}

.text {
    text-align: left;
    margin-top: 10px;
}

.odstavec {
    text-align: justify;
    text-indent: 36px;
}

.link-text a {
    color: #293542;
}

.link-text a:hover {
    text-decoration: none;
}

.bila-text {
    color: #FFFFFF;
}

.modra-text {
    color: #171796;
}

.cervena-text {
    color: #E1071A;
}

.zelena-text {
    color: #00CC33;
}

.nowrap {
    display: inline-block;
    white-space: nowrap;
}

.container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.radek {
    margin-left: -10px;
    margin-right: -10px;
}

.radek:after {
    content: "";
    display: table;
    clear: both;
}

[class*="sloupec-"] {
    float: left;
    padding: 10px;
    /*border: 1px solid red;*/
}

/* -------- PRO MONITOR -------- */
.sloupec-1 { width: 8.33%; }
.sloupec-2 { width: 16.66%; }
.sloupec-3 { width: 25%; }
.sloupec-4  {width: 33.33%; }
.sloupec-5 { width: 41.66%; }
.sloupec-6 { width: 50%; }
.sloupec-7 { width: 58.33%; }
.sloupec-8 { width: 66.66%; }
.sloupec-9 { width: 75%; }
.sloupec-10 { width: 83.33%; }
.sloupec-11 { width: 91.66%; }
.sloupec-12 { width: 100%; }

/* -------- HLAVIČKA -------- */
#navigace {
    background-color: #293542;
}

#hlavicka {
    background-color: #000000;
}

.header-logo-link {
    display: block;
}

.header-logo-link img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.header-image {
    position: relative;
    width: 100%;
    height: auto;
}

.header-image img {
    position: absolute;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

/* -------- SLIDE BANNER -------- */

/* -------- DROBEČKOVÁ NAVIGACE -------- */

/* -------- OBSAH STRÁNKY -------- */
section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-section {
    width: auto;
    height: auto;
    margin-right: -10px;
    margin-left: -10px;
}

.content-section .section-popis {
    float: left;
    width: 66.66%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.content-section .section-image {
    float: left;
    width: 33.33%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.content-section .section-image .section-image-title {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.content-section .section-image .section-image-title h2 {
    float: left;
    margin-left: 10px;
}

.content-section .section-image a {
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.content-section .section-image a:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";   /* IE8 */
    filter: alpha(opacity=50);  /* IE 5-7 */
    opacity: 0.5;
}

.content-section .section-image img {
    max-width: 100%;
    height: auto;
}

.content-section .section-image .section-image-title img {
    float: left;
}

.rozmery-inzerce {
    float: left;
    width: 49%;
    height: auto;
    margin-right: 2%;
    padding-top: 10px;
}

.rozmery-inzerce:nth-of-type(2n+0) {
    margin-right: 0;
}

.rozmery-inzerce .content-image {
    float: left;
    width: 41.66%;
    max-height: 140px;
}

.rozmery-inzerce .content-image img {
    max-width: 100%;
    max-height: 140px;
}

.rozmery-inzerce .content-popis {
    float: left;
    width: 58.33%;
    max-height: 140px;
    padding-left: 10px;
}

.info {
    margin-top: 10px;
}

.technicke-udaje,
.tiskova-data,
.inzertni-nalezitosti,
.inzertni-slevy,
.priplatky,
.storno-poplatky,
.bankovni-spojeni,
.obchodni-podminky {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.content-partneri {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.content-partneri .logo {
    float: left;
    width: 15.83%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 10px;
}

.content-partneri .logo img {
    max-width: 100%;
    height: auto;
}

.content-partneri .logo:nth-of-type(6n+0) {
    margin-right: 0;
}

/* -------- STRÁNKOVÁNÍ -------- */

/* -------- VÝPIS PRODUKTU -------- */

/* -------- OBJEDNÁVKA -------- */

/* -------- SIDEBAR -------- */
.container-informace {
    width: 100%;
    height: auto;
}

.container-informace h2 {
    background-color: #293542;
    padding: 10px 0 10px 15px;
}

/* -------- FOTOGALERIE -------- */
.container-galerie {
    width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.container-galerie .content-foto {
    float: left;
    width: 32%;
    height: 350px;
    margin-right: 2%;
    margin-bottom: 15px;
    overflow: hidden;
}

.container-galerie .content-foto:nth-of-type(3n+0) {
    margin-right: 0;
}

.container-galerie .content-foto p {
        text-align: left;
        margin-top: 5px;
}

.container-galerie .content-foto .foto {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 75%;
    overflow: hidden;
    border: 2px solid #293542;
    /*-webkit-box-shadow: 1px 1px 0px 0px #000000;
    -moz-box-shadow: 1px 1px 0px 0px #000000;
    box-shadow: 1px 1px 0px 0px #000000;*/
}

.container-galerie .content-foto .foto img.landscape {
    position: absolute;
    left: 50%;
    top: 0%;
    width: auto;
    max-height: 100%;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
}

.container-galerie .content-foto .foto img.portrait {
    position: absolute;
    left: 0%;
    top: 50%;
    max-width: 100%;
    height: auto;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

.container-galerie .content-foto .foto img.square {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: inherit;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.container-galerie .content-video {
    float: left;
    /*width: 32%;*/
    width: 49%;
    /*height: 275px;*/
    height: auto;
    margin-right: 2%;
    margin-bottom: 15px;
    overflow: hidden;
}

.container-galerie .content-video:nth-of-type(2n+0) {
    margin-right: 0;
}

.container-galerie .content-video p {
    text-align: left;
    margin-top: 5px;
}

.container-galerie .content-video .video {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border: 2px solid #186B43;
    /*-webkit-box-shadow: 1px 1px 0px 0px #000000;
    -moz-box-shadow: 1px 1px 0px 0px #000000;
    box-shadow: 1px 1px 0px 0px #000000;*/
}

/* -------- KONTAKTNÍ FORMULÁŘ -------- */
#formular-container {                     /* obalovací div formuláře */
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1;
    font-family: 'proxima_novalight', Arial, sans-serif;
    padding-top: 10px;
}

#formular-container form {
    display: block;
    width: 100%;
    height: auto;
}

#formular-container .content-input {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#formular-container form input,
#formular-container form textarea {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    font-size: 100%;
    line-height: 1.5;
    font-family: 'proxima_novalight', Arial, Helvetica, sans-serif;
    padding: 5px 10px;
    border: 1px solid #293542;
    outline: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#formular-container .content-input .input-pasive,
#formular-container .content-input .area-pasive {                                           /* šířka nastavena v input[type="text"] na šířku divu, šířka nastavena v textarea na šířku divu */
    color: #575F65;
}

#formular-container .content-input .input-active,
#formular-container .content-input .area-active {
    color: #000000;
}

#formular-container .content-err {
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1;
    color: #E1071A;
    margin-bottom: 15px;
}

#formular-container .content-souhlas {
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1;
    color: #293542;
    margin-bottom: 10px;
}

#formular-container .content-souhlas input.checkbox {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
}

#formular-container .content-captcha-label {
    width: 100%;
    height: auto;
    font-size: 1rem;
    line-height: 1;
    color: #293542;
    margin-bottom: 15px;
}

#formular-container .content-captcha-label a {
    color: #293542;
    text-decoration: underline;
}

#formular-container .content-captcha-send {
    width: 100%;
    height: auto;
}

#formular-container .content-captcha-send img {
    display: block;
    float: left;
    max-width: 100%;
    height: auto;
}

#formular-container .content-captcha-send input.captcha-text {                              /* šížka nastavena v input[type="text"] na šířku divu */
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    font-weight: normal;
    font-size: 100%;
    line-height: 1;
    font-family: 'proxima_novalight', Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    margin-left: 10px;
    padding: 10px 0;
    /*border: 1px solid #575F65;*/
}

#formular-container .content-captcha-send input.button {
    display: block;
    float: right;
    width: auto;
    min-width: 160px;
    height: 40px;
    background-color: #171796;
    font-size: 16px;
    line-height: 1;
    font-family: 'proxima_novalight', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: center;
    overflow: visible;
    margin: 0;
    padding: 12px 28px;
    white-space: nowrap;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

#formular-container .content-captcha-send input.button:hover {
    color: #FFFFFF;
    background-color: #293542;
}

/* -------- KONTAKT -------- */
.container-kontakt {
    width: 100%;
    height: auto;
    border-top: 1px dotted #293542;
    padding-top: 20px;
}

.container-kontakt .provozni-doba .den, .container-kontakt .provozni-doba .cas {
    float: left;
    display: block;
    width: 50%;
    height: auto;
}

/* -------- MAPA -------- */
#mapa {
    width: 100%;
    height: 400px;
    border: 0;
    border-width: 0px;
    outline: none;
    overflow: hidden;
}

/* -------- PATIČKA -------- */
#paticka {
    background-color: #293542;
}

.copyright {
    font-size: 1rem;
    color: #FFFFFF;
    text-align: left;
    padding: 15px 0;
}

.counter {
    font-size: 1rem;
    color: #293542;
    text-align: center;
    padding: 15px 0;
}

.webdesign {
    font-size: 1rem;
    color: #FFFFFF;
    text-align: right;
    padding: 15px 0;
}

.copyright a, .webdesign a {
    color: #FFFFFF;
}

/* -------- TLAČÍTKO ZPĚT NAHORU -------- */
#button-gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: #7598C0;
    background-image: url(../images/arrow-gotop-up.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 9998;
    cursor: pointer;
}

#button-gotop:hover {
    background-color: #547FB0;
    background-image: url(../images/arrow-gotop-down.png);
}

/* -------- TABLET -------- */
@media only screen and (max-width: 1140px) {
    .sloupec-t-1 { width: 8.33%; }
    .sloupec-t-2 { width: 16.66%; }
    .sloupec-t-3 { width: 25%; }
    .sloupec-t-4  {width: 33.33%; }
    .sloupec-t-5 { width: 41.66%; }
    .sloupec-t-6 { width: 50%; }
    .sloupec-t-7 { width: 58.33%; }
    .sloupec-t-8 { width: 66.66%; }
    .sloupec-t-9 { width: 75%; }
    .sloupec-t-10 { width: 83.33%; }
    .sloupec-t-11 { width: 91.66%; }
    .sloupec-t-12 { width: 100%; }
}

/* -------- MOBIL -------- */
@media only screen and (max-width: 768px) {
    [class*="sloupec-"] {
        width: 100%;
    }

    .sloupec-m-0 {
        display: none;
    }

    #navigace {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    #hlavicka {
        padding-top: 66px;
    }

    .header-logo-link {
        text-align: center;
    }

    .header-logo-link img {
        margin: 10px auto;
    }

    /* -------- OBSAH STRÁNKY -------- */
    .content-section .section-popis {
        width: 100%;
    }

    .content-section .section-image {
        width: 100%;
        margin-top: 20px;
    }

    .content-section .section-image img {
        margin: 0px auto;
    }

    .content-section .section-image .section-image-title img {
        margin: 0;
    }

    .rozmery-inzerce {
        width: 100%;
        margin-right: 0;
    }

    .rozmery-inzerce .content-image {
        width: 100%;
    }

    .rozmery-inzerce .content-popis {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }

    /* -------- FOTOGALERIE -------- */
    .container-galerie .content-foto {
        float: none;
        width: 100%;
        max-width: 360px;
        margin: 0 auto 15px auto;
    }

    .container-galerie .content-foto:nth-of-type(3n+0) {
        margin-right: auto;
    }

    .container-galerie .content-foto p {
        max-width: 360px;
        margin: 5px auto 0 auto;
    }

    /* -------- KONTAKTNÍ FORMULÁŘ -------- */
    #formular-container .content-souhlas,
    #formular-container .content-captcha-label {
        line-height: 1.5;
    }

    #formular-container .content-captcha-send input.button {
        width: 100%;
        margin-top: 20px;
    }

    /* -------- PATIČKA -------- */
    .copyright {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .webdesign {
        text-align: left;
        padding-top: 0;
        padding-bottom: 10px;
    }
}

/* -------- STRÁNKA 404 -------- */
.sdeleni404 span, .sdeleni404 a {
    color: #E1071A;
}

.sdeleni404 a {
    text-decoration: underline;
}
/* -------- STRÁNKA 404 - KONEC -------- */
