@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,600,700,800&subset=latin,latin-ext);

@font-face{ font-family: 'TrajanPro';
            src: url('../fonts/TrajanProRegular.eot');
            src: local('TrajanProRegular'), url('../fonts/TrajanProRegular.woff') format('woff'), url('../fonts/TrajanProRegular.ttf') format('truetype');

            font-weight: normal;
            font-style: normal;
}

html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}

html,
body {
    x-overflow: hidden;
}

body {
    overflow: hidden;
}

#navigace {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
}
.home {
	background: url("../../../../images/banners/logo.png") no-repeat scroll center 2px transparent !important;
	width: 210px !important;
        padding: 14px;
        border-bottom: none !important;
        cursor: pointer;
}
.home:hover {
        text-decoration: none !important;
        background: url("../../../../images/banners/logo.png") no-repeat scroll center 2px transparent !important;
        width: 210px !important;
        border-bottom: none !important;

}
.home:active,  li.active >  .home  {
	background: url("../../../../images/banners/logo.png") no-repeat scroll center 2px transparent !important;
  width: 210px !important;
 border-bottom: none !important;
}

p#kolecko img{
    margin-right:10px;
    margin-left:10px;
    margin-top:4px;
    text-align:center;
    width:65px;
}

p#kolecko img:hover{
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
#produkt {
	border: none;
}
#produkt #center > div.inner {
	padding-bottom: 0px;
}
.ikony {
		padding-top:0%;
		right: 26.4%;
		position:absolute;
                top: 165%;
	}


/* J!E */
.su-photo-gallery-slide img {
    transition: all 0.3s ease-out 0s;
}

.su-photo-gallery-slide img:hover {
    transform: rotate(5deg) scale(1.3);
}

.su-photo-gallery-style-1 .su-pg-item::after {
    width: 0px;
    height: 0px;
}

.su-photo-gallery-style-1 .su-photo-gallery-links a {
    background-color: rgba(0, 0, 0, 0.63);
    color: #fff;
}

.su-photo-gallery-style-1 .su-photo-gallery-links a:hover {
        background-color: rgba(0, 0, 0, 0.4);
}

.seznam-produktu {
    width: 100% !important;
    margin-left: 0px !important;
}

.seznam-produktu .span6 {
    width: 50%;
    float: left;
    margin-left: 0px;
}

.seznam-produktu .span6 img {
    transition: all 0.3s ease-out 0s;
}

.seznam-produktu .span6 .sproduct-image {
    overflow: hidden;
    height: 270px;
}

.seznam-produktu .span6 img:hover {
    transform: rotate(5deg) scale(1.3);
}

.seznam-produktu .sproduct-text {
    height: 270px;
    background-color: rgba(51, 51, 51, 0.64);
}

.sproduct-text::before {
    border-width: 25px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    content: "";
    display: block;
    left: -1px;
    position: relative;
    top: 30px;
    float: left;
}

.seznam-produktu .sproduct-text h2 {
    width: 100%;
    /*left: 10%;*/
    left: -25px;
    text-align: center;
    position: relative;
    padding-top: 39px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
    font-family: "Open Sans",light !important;
    /*padding-left: 25px;*/
    padding-left: 0px;
}

.seznam-produktu .right.sproduct-text h2 {
    left: 25px;
    padding-right: 25px;
    padding-left: 0px;
}

.seznam-produktu .sproduct-text .introtext {
    width: 80%;
    left: 10%;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    color: #fff;
}

.seznam-produktu .sproduct-text.styleDE .introtext,
.seznam-produktu .sproduct-text.styleDE h2 {
    font-size: 15px !important;
}

.seznam-produktu .sproduct-text hr {
    border-width: 1px medium medium;
    border-style: solid none none;
    border-color: #D5D5D5 -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    clear: both;
    display: inline-block;
    margin: 0px 0px;
    position: relative;
    top: -8px;
    width: 80%;
    left: 10%;
}

.seznam-produktu .sproduct-text hr::before {
    background: #fff none repeat scroll 0% 0%;
    content: "";
    height: 9px;
    left: 50%;
    margin: -4px 0px 0px -4px;
    position: absolute;
    top: -1px;
    transform: rotate(-45deg);
    width: 9px;
}

.seznam-produktu .right {
    float: right;
}

.right.sproduct-text::before {
    border-width: 25px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    content: "";
    display: block;
    left: 1px;
    position: relative;
    top: 30px;
    float: right;
}

.mfp-wrap {
    z-index: 999999 !important;
    background-color: rgba(0, 0, 0, 0.71) !important;
}

body .mfp-wrap .mfp-close {
    color: #fff !important;
}

.mfp-wrap .mfp-close:hover {
    background: none !important;
}

/*#navigace {
    opacity: 0.7;
}*/

#navigace #module2 .lang-inline li a {
    color: #fff;
}

#navigace #module2 .lang-inline li a:hover,
#navigace #module2 .lang-inline li a:focus {
    text-decoration: underline;
}

#nav2 ul.menu > li > a,
#nav2 ul.menu > li > span.separator,
#nav2 ul.maximenuck > li > a,
#nav2 ul.maximenuck > li > span.separator {
    margin: 2px 7px 2px 7px;
}

#module2 > div.inner {
    margin-left: 0px;
    padding-left: 16px;
    margin-left: 6px;
}

div.mod-languages ul.lang-inline li {
    padding-right: 0px;
}

.skupina2 {
    margin-top: 30px;
}

#produkt {
    background: transparent url("../../../media/mod_jmslideshow/produkty/kolaz03.jpg") repeat-x scroll center top / cover;
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.sproduct-image {
    background-color: #fff;
}

#produkt2 {
    background: transparent url("../../../media/mod_jmslideshow/1920x970_fill_1g.jpg") repeat-x scroll center top / cover;
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

#navigace #module2 .lang-inline li {
    float: left;
}

#navigace #module2 .lang-inline li a {
    float: left;
    margin: 2px 0px;
    margin-right: 7px;
    margin-top: 3px;
    font-size: 15px;
}

#nav2 ul.menu > li > a,
#nav2 ul.menu > li > span.separator,
#nav2 ul.maximenuck > li > a,
#nav2 ul.maximenuck > li > span.separator {
    padding-left: 0px;
    padding-right: 0px;
    margin: 2px 12px;
    font-size: 15px;
}

#nav2 ul.menu > li.active > a {
    border-bottom: 1px solid #FFF;
    text-decoration: none;
}

#navigace #module2 .lang-inline li.lang-active a,
#navigace #module2 .lang-inline li:hover a,
#navigace #module2 .lang-inline li:focus a {
    border-bottom: 1px solid #FFF;
    text-decoration: none;
}

div.mod-languages li {
    margin-right: 0px;
}

#faq ul {
    margin: 0px 0px 0px 20px;
}

@media only screen and (max-width: 1024px) {
    .seznam-produktu .sprodukt.span6 {
        background-color: #000;
    }

    .seznam-produktu .span6 .sproduct-image {
        height: auto;
    }

    .seznam-produktu .span6 .sproduct-text {
         height: auto;
    }
}

@media only screen and (max-width: 850px) {
    .seznam-produktu .sprodukt.span6 {
        width: 100%;
    }
}


@media only screen and (max-width: 450px) {
     .seznam-produktu .span6 .sproduct-text hr,
    .seznam-produktu .span6 .sproduct-text p.introtext {
        display: none;
    }
}

/*.ikony {
    padding-top: 14%;
}*/

.mapa {
    width: 100%;
    height: 830px;
    position: relative;
    top: 0px;
    margin: 0px;
    /*background-color: blue;*/
}

.mapa a.mapprint {
    display: none;
}

#kontakt {
    width: 100%;
    /*background: rgba(51, 51, 51, 0.49) none repeat scroll 0% 0%;*/
    background: rgba(138, 117, 86, 0.8) none repeat scroll 0% 0%;
    position: relative;
    margin-top: -830px;
    padding-bottom: 17px;
}

#kontakt #modules1mod2 {
    position: relative;
}

#kontakt #modules1mod2 h3,
#kontakt #modules1mod2 p,
#kontakt #modules1mod2 td,
#kontakt #modules1mod2 a {
    color: #fff;
}

#kontakt #modules1mod2 .zobrazMapu {
    height: 120px;
    width: 130px;
    border: 3px solid #fff;
    position: absolute;
    bottom: 14px;
    right: 80px;
}

.zobrazMapu i {
    display: block;
    font-size: 54px;
    position: relative;
    top: 20px;
    width: 100%;
    text-align: center;
}

.zobrazMapu span {
    width: 100%;
    text-align: center;
    position: relative;
    top: 25px;
    font-weight: bold;
    float: left;
}

.zobrazMapu:hover i,
.zobrazMapu:focus i,
.zobrazMapu:hover span,
.zobrazMapu:focus span {
    color: #000;
}

#kontakt #modules1mod2 .zobrazMapu:hover,
#kontakt #modules1mod2 .zobrazMapu:focus {
    border: 3px solid #000;
}

.mapa #zavriMapu {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    top: 40px;
    display: none;
    box-shadow: 2px 2px 4px #000;
    z-index: 999999;
}

.mapa #zavriMapu {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 100%;
}

.mapa #zavriMapu .kruh:before {
    font-size: 22px;
    line-height: 50px;
    position: relative;
    top: -5px;
    left: 10px;
    content: "\f00d";
    font-family: FontAwesome;
}





body {
    /*overflow: hidden;*/
}

#loader {
    padding-top: 230px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    background: #fff;
}

#loader .website-title {
    float: left;
    width: 100%;
    text-align: center;
}

#loader .website-title .mini-img {
    margin-top: 50px;
}

#loader .horizontal-line {
    height: 8px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transition: all .5s;
    width: 0px;
    z-index:999999;
    background: #000;
    margin-top: 50px;
    display: none;
}

#hlavni {
    margin-bottom: 30px;
    overflow-x: hidden;
}

#kontakt {
    padding-top: 40px;
    padding-bottom: 30px;
}

#modules1mod2 p span {
    width: 120px;
    float: left;
}

form.form-horizontal {
    width: 90%;
}

#wrapper {
    padding-top: 0px;
}

.partneri {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}

.partneri h3 {
    font-weight: bold;
}

.partneri table {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.partneri table td {
    width: 20%;
    float: left;
    text-align: center;
}

.partneri table.s4 td {
    width: 25%;
}

.partneri table td p {
    line-height: 24px;
    text-align: center;
}

.partneri table td p strong.m {
    /*width: 70px;*/
    margin-right: 10px;
}

.partneri table td p a {
    color: #fff;
    text-decoration: none;
}

.partneri table td p a:hover,
.partneri table td p a:focus {
    color: #fff;
    text-decoration: underline;
}

body h1,
body h2,
body h3 {
    font-family: 'TrajanPro'  , regular !important;
}

div.su-heading {
    overflow: hidden;
    border: none !important;
}

h2.su-heading-inner {
    font-size: 36px !important;
    font-weight: 600px !important;
    font-style: normal !important;
    position: relative;
    line-height: 36px !important;
}

h2.su-heading-inner:before {
    content: "";
    background-color: #CCC;
    height: 1px;
    display: block;
    position: absolute;
    top: 45%;
    width: 1000px;
    left: -1020px;
}

h2.su-heading-inner:after {
    content: "";
    background-color: #CCC;
    height: 1px;
    display: block;
    position: absolute;
    top: 45%;
    width: 1000px;
    right: -1020px;
}

#info h2.su-heading-inner:before,
#info h2.su-heading-inner:after,
#kontakt h2.su-heading-inner:before,
#kontakt h2.su-heading-inner:after {
    background-color: #fff;
}

.su-heading-style-modern-1-dark .su-heading-inner {
    border: none !important;
}

#main .uvozovky p {
    position: relative;
    padding-left: 50px;
    float: left;
    padding-right: 50px;
}

#main .uvozovky {
    float: left;
}

#faq p strong {
    position: relative;
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}

#faq p strong:before,
#main .uvozovky p:nth-of-type(1):before {
    content: "";
    position: absolute;
    background: transparent url("../images/commaLeft.png") no-repeat scroll 0% 0%;
    width: 42px;
    height: 28px;
    left: 0px;
    top: 0px;
}

#main .uvozovky p:last-child:after {
    content: "";
    position: absolute;
    background: transparent url("../images/commaRight.png") no-repeat scroll 0% 0%;
    width: 42px;
    height: 28px;
    right: 0px;
    bottom: 0px;
}

#faq p strong:before {
    background: transparent url("../images/commaRight.png") no-repeat scroll 0% 0%;
    top: -16px;
}

#paticka .item_introtext {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

#paticka .item_introtext p {
    text-align: center;
}

#paticka .item_introtext p.loga {
    position: absolute;
    margin-top: 4px;
    width: 20%;
}

#paticka .item_introtext p.text {
    font-size: 10pt;
    padding-top: 15px;
    width: 60%;
    float: left;
    margin-left: 20%;
}

#paticka .item_introtext p.webtom a,
#paticka .item_introtext p.text a {
    color: #000;
}

#paticka .item_introtext p.webtom {
    float: right;
    width: 20%;
    margin-top: 10px;
    font-size: 10pt;
    padding-top: 15px;
    text-align: right;
}

#info .su-panel {
    border: none;
    margin-bottom: 5px;
}

#map-canvas {
    height: 827px;
    width: 100%;
}

.form-horizontal textarea {
    height: 230px !important;
}

.su-form-wrapper .submit-button {
    margin-top: 15px;
}

.su-form-wrapper .submit-button input {
    background: none;
    border: 3px solid #fff;
    color: #fff;
    padding: 10px 15px;
}

.su-form-wrapper .submit-button input:hover,
.su-form-wrapper .submit-button input:focus {
    border: 3px solid #000;
    color: #000;
}

#wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

#produkt {
    padding-top: 0px;
    padding-bottom: 0px;
}

#info {
    padding-top: 0px;
    padding-bottom: 0px;
}

#faq {
    padding-top: 0px;
    padding-bottom: 0px;
}

.su-contact_form .su-input-box textarea {
    resize: none;
}

#faq ul {
    color: #D4D4D4;
}

#faq ul li {
    line-height: 28px;
    color: #363636;
    list-style: square outside url("../images/li.png");
}

#kontakt #modules1mod2 h3,
#kontakt .partneri h3 {
    font-family: "Open Sans",light !important;
    font-weight: bold;
}

#kontakt .partneri * {
    color: #fff;
}

#info .vice-clanku a {
    color: #fff;
    border: 3px solid #fff;
    padding: 10px 15px;
    float: right;
    margin-top: 20px;
}

#info .vice-clanku a:focus,
#info .vice-clanku a:hover {
    color: #000;
    border: 3px solid #000;
    text-decoration: none;
}

#info .sperky-fotka {
    width: 25%;
    float: left;
    margin-rigth: 2%;
}

#info .sperky-clanek {
    width: 73%;
    float: right;
    text-align: justify;
}

#info .sperky-clanek h3 {
    padding: 0px;
    margin-top: -3px;
}

#info .sperky-clanek * {
    color: #fff;
}

#kontakt #modules1 {
    margin-top: 20px;
}


#wrapper .blog .items-row {
    padding-top: 40px;
}

#wrapper .blog .items-row.row-0 {
    padding-top: 0px;
}

#wrapper .blog .item {
    width: 100%;
}

#wrapper .blog .item .item-image {
    width: 25%;
    float: left;
    margin-rigth: 2%;
}

#wrapper .blog .item .page-header,
#wrapper .blog .item .item-text {
    width: 75%;
    float: right;
}

#wrapper .blog .item p {
    width: 75%;
    float: right;
}

#wrapper .blog .item p.readmore {
    float: right;
    width: 100%;
    text-align: right;
}

#wrapper .blog .item p.readmore a {
    background: none;
    border: 3px solid #858585;
    color: #858585;
}

#wrapper .blog .item p.readmore a:hover,
#wrapper .blog .item p.readmore a:focus {
    background: none;
    border: 3px solid #000;
    color: #000;
}

#wrapper .blog h2,
#wrapper .blog h3,
#wrapper .item-page.info-o-spercich h2,
#wrapper .item-page.info-o-spercich h3,
#info .sperky-clanek h3 {
    font-family: "Open Sans",light !important;
}

#wrapper .blog .item .page-header {
    padding-bottom: 0px;
}

.item-page .btn-group {
    z-index: 999999;
}

p.odskoceni {
    padding-left: 50px;
}

p.odskoceni strong {
    margin: 0px 0px 0px -45px;
    position: absolute;
}

p.odskoceni strong.adal {
    margin: 0px;
    position: relative;
}

.icons .dropdown-toggle {
    display: none;
}

.icons ul.dropdown-menu {
    display: block;
    min-width: 30px;
    width: 30px;
    background: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #fff;
    margin: 0px;
    padding: 0px;
    border: none;
    right: 15px;
}

.icons ul.dropdown-menu li a {
    content: "";
    height: 30px;
    width: 30px;
    padding: 0px 0px;
    color: #555;
    font-size: 0px !important;
}

.icons ul.dropdown-menu li a:hover,
.icons ul.dropdown-menu li a:focus {
    background: none;
    color: #000;
}

.icons ul.dropdown-menu li a span {
    font-size: 25px !important;
}

:not(.btn-group) > .btn,
body .item-page #pop-print {
    background: none !important;
}

#mobil {
    display: none;
}


#produkt .custom p em {
    text-shadow: 1px 1px 0px #000;
}

#produkt h2.su-heading-inner {
    margin-bottom: 42px;
}

.seznamproduktu3 {
    display: none;
}

div.mobile_lang {
    display: none;
}

#info .sperky-clanek h3 {
    padding-bottom: 10px;
}

.tp-caption.a_kolecko img {

}

.tp-caption.a_kolecko img:hover {
    transition: all 0.5s ease-in-out 0s;
    transform: rotate(-360deg);
}

#mobil {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
}

.uvozovky .su-heading-style-modern-1-dark .su-heading-inner {
    padding-top: 10px !important;
}

#minimapa {
    width: 1350px;
    height: 0px;
    margin: auto;
}

#module_121 {
    width: 100%;
    float: left;
    text-align: center;
    margin: auto;
    margin-bottom: 0px;
}

table.mezera tr td:first-child {
    width: 140px;
}

#module_118 {
    display: none;
}

@media screen and (max-width: 1340px) {
    #minimapa {
        height: 300px;
        width: 100%;
    }

    #module_121 {
        width: 100%;
        margin-bottom: 40px;
    }

    #kontakt #modules1mod2 .zobrazMapu {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    #produkt {
        background-attachment: scroll;
        background: transparent url("../../../images/obrazky_na_pozadi/kolaz03b.jpg") repeat-x scroll center top / cover;
    }
}

@media screen and (max-width: 1150px) {
    #mobile,
    #hlavni {
        position: relative;
    }

    #hlavni {
        padding-top: 45px;
        background-color: #000;
    }

    #mobil {
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    #mobil .logo {
        width: 50%;
        margin: 0px 12px;
    }

    #mobil .logo a {
        float: left;
    }

    #mobil .menu {
        width: 40px;
        float: right;
        margin-right: 12%;
        position: relative;
    }

    #mobil .lang {
        width: 5%;
        float: right;
        margin-right: 30px;
        margin-top: 7px;
        color: #fff;
    }

    #mobil .lang a {
        color: #fff;
    }

    #mobil .lang a:hover,
    #mobil .lang a:focus {
        text-decoration: underline;
    }

    #nav1 .mobileckhambuger_togglerlabel {
        display: block !important;
        font-size: 33px !important;
        text-align: right !important;
        padding: 10px !important;
    }

    #module10,
    #module9,
    #nav1,
    #mobil {
        display: block;
    }

    #navigace {
        display: none !important;
    }

    #nav1 ul,
    #nav1 {
            height: auto !important;
    }

    #nav1 li {
            float :none !important;
            width: 100% !important;
    }

    #nav1 div.floatck, #nav1 li > ul {
            width: 100% !important;
            position: relative !important;
            display: block !important;
            margin: 0 !important;
            left: auto !important;
    }

    #nav1 div.maximenuck2 {
            width: 100% !important;
            position: relative !important;
            display: block !important;
            float: none !important;
    }

    #nav1 .mobileckhambuger_togglerlabel {
            display: block !important;
            font-size: 48px !important;
            text-align: right !important;
            padding: 10px !important;
            margin-top: 2px;
    }

    #nav1 .mobileckhambuger_toggler + * {
            display: none !important;
            overflow-x: hidden;
    }

    #nav1 .mobileckhambuger_toggler:checked + * {
            display: block !important;
    }

    div.mod-languages li:last-child {
        margin-right: 0px;
    }

    #mobil .menu #nav1 {
        position: absolute;
        height: auto;
        width: 40px;
        z-index: 99999;
    }

    #mobil .menu ul.menu {
        position: absolute;
        width: 260px;
        left: -223px;
        z-index: 99999;
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
        margin-top: 2px;
    }

    #mobil .menu ul.menu a:hover,
    #mobil .menu ul.menu a:focus {
        color: #fff;
        text-decoration: underline;
    }

    div.mobile_lang {
        display: block;
        margin-left: 22px;
    }

    div.mobile_lang .fa {
        font-size: 24px !important;
        margin-top: 2px;
    }

    #mobil .mod-languages {
        margin-left: 0px;
        position: absolute;
        width: 50px;
        height: auto;
        float: left;
        z-index: 99999;
        background: none;
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
        display: none;
        margin-top: 11px;
    }

    #mobil .mod-languages li {
        width: 100%;
        float: left;
        text-align: center;
        padding-bottom: 7px;
        padding-top: 7px;
        margin-right: 0px;
    }

    #mobil .home {
        width: 152px !important;
        background-size: 90% !important;
        margin-top: 5px;
        padding: 10px;
    }

    #mobil #row1 > div.inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #main .uvozovky p {
        padding-left: 5px;
        padding-right: 5px;
    }

    #faq p strong:before,
    #main .uvozovky p:nth-of-type(1)::before,
    #main .uvozovky p:nth-child(1):before,
    #main .uvozovky p:last-child:after {
        background: none;
        content: "";
        width: 0px;
        height: 0px;
        display: none;
    }

    #faq ul {
        margin: 0px 0px 0px 35px;
    }
}

@media screen and (max-width: 1124px) {
    #row1 {
        display: block;
    }

    #kontakt #modules1mod2 .zobrazMapu {
        right: 4%;
    }

    .seznam-produktu .sprodukt.span6 {
        background: none;
    }

    .partneri table td p:first-child {
        height: 65px;
    }

    .partneri table td p {
        font-size: 15px !important;
    }

    /*#mobil .logo {
        width: 52%;
    }*/

    #mobil .lang {
        width: 7%;
    }
}

@media screen and (max-width: 900px) {
    /*#mobil .logo {
        width: 48%;
    }*/

    .item-page.obchodni-podminky,
    .item-page.info-o-spercich,
    .blog.info-o-spercich {
        padding-left: 25px;
        padding-right: 25px;
    }

    .jmslideshow .slideshow-content {
        display: none;
    }

    .partneri table.s4 td {
        width: 100%;
    }

    #kontakt #modules1mod1,
    #kontakt #modules1mod2 {
        width: 100%;
    }

    #kontakt form.form-horizontal {
        width: 100%;
    }

    .partneri table.s4 td:nth-of-type(1),
    .partneri table.s4 td:nth-of-type(2),
    .partneri table.s4 td:nth-of-type(3) {
        margin-bottom: 30px;
    }

    .partneri table td p:first-child {
        height: auto;
    }

    #kontakt #modules1mod2 .zobrazMapu {
        display: none;
    }

    #wrapper #center > div.inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .seznamproduktu,
    .seznamproduktu2 {
        display: none;
    }

    .seznamproduktu3 {
        display: block;
        margin-top: 30px;
    }

    .seznam-produktu .sprodukt.span6  {
        width: 100%;
    }

    #main .uvozovky p {
        padding-left: 20px;
        padding-right: 20px;
    }

    #hlavni {
        margin-bottom: 0px;
    }

    .icons ul.dropdown-menu li a span {
        display: none;
    }

    #module_112 {
        display: none;
    }

    #module_118 {
        display: block;
    }

    .seznam-produktu .sproduct-text {
        background: none;
        background-color: #403B37;
    }
}

@media screen and (max-width: 800px) {
    /*#mobil .logo {
        width: 42%;
    }*/

    #mobil .lang {
        width: 9%;
    }

    #mobil .menu {
        margin-right: 15%;
    }

    #info .sperky-fotka {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    #info .sperky-clanek {
        width: 100%;
    }

    #info .su-panel {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 900px) {
    #produkt {
        background: none;
        background-color: #635A51;
    }
}

@media screen and (max-width: 600px) {
    #mobil .menu {
        margin-right: 18%;
    }

    #paticka .item_introtext p.loga {
        display: none;
    }

    #paticka .item_introtext p.text {
        width: 80%;
        margin-left: 0%;
    }
}

@media screen and (max-width: 557px) {
    #mobil .lang {
        width: 11%;
    }

    #mobil .lang {
        margin-right: 20px;
    }

    #mobil .menu ul.menu {
        left: -1600px;
        width: 3000px;
        overflow: hidden;
    }
}

@media screen and (max-width: 470px) {
    #mobil .lang {
        width: 13%;
    }

    #mobil .menu {
        margin-right: 21%;
    }

    #mobil .menu ul.menu {
        left: -1550px;
    }
}

@media screen and (max-width: 470px) {
    #mobil .lang {
        width: 14%;
    }

    #mobil .menu {
        margin-right: 22%;
    }

    /* PRODUKTY NA 100% */

    .seznam-produktu .sproduct-text h2 {
        width: 70%;
        left: -10px;
        float: left;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
    }

    .seznam-produktu .right.sproduct-text h2 {
        left: 20px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 374px) {
    .seznam-produktu .span6 .sproduct-text {
        position: relative;
    }

    .seznam-produktu .span6 .sproduct-text h2 {
        position: absolute;
        left: 20px;
        top: -11px;
    }

    .seznam-produktu .right.sproduct-text h2 {
        top: -8px;
    }
}

.jmslideshow .slideshow-content {
    background: none !important;
    opacity: 1 !important;
    width: 82.2% !important;
    left: 0px !important;
}

#jmslideshow-88 .slideshow-content span.obr {
    position: absolute;
    top: 250px;
    right: 0px;
    width: 600px;
    height: 120px;
    background-size: cover;
    /* <span class="obr img-1"></span> */
}

#jmslideshow-88 .slideshow-content span.img-1 {
    background: transparent url("../images/m01.png") no-repeat scroll center 0%;
    background-size: cover;
}

#jmslideshow-88 .slideshow-content span.obr.img-2 {
    background: transparent url("../images/m02.png") no-repeat scroll center 0%;
    background-size: cover;
}

#jmslideshow-88 .slideshow-content span.obr.img-3 {
    background: transparent url("../images/m03.png") no-repeat scroll center 0%;
    background-size: cover;
}

#jmslideshow-88 .slideshow-content span.obr.img-4 {
    background: transparent url("../images/m04.png") no-repeat scroll center 0%;
    background-size: cover;
}

#jmslideshow-88 .slideshow-content span.obr.img-5 {
    background: transparent url("../images/m05.png") no-repeat scroll center 0%;
    background-size: cover;
}

#jmslideshow-88 .slideshow-content span.obr.img-6 {
    background: transparent url("../images/m06.png") no-repeat scroll center 0%;
    background-size: cover;
}

#jmslideshow-88 .slideshow-content span.obr.img-7 {
    background: transparent url("../images/m07.png") no-repeat scroll center 0%;
    background-size: cover;
}

#kontakt #modules1mod2 .zobrazMapu.stylde {
    height: 95px;
    bottom: 9px;
}

#kontakt #modules1mod2 .zobrazMapu.stylde i {
    top: 10px;
}

#kontakt #modules1mod2 .zobrazMapu.stylde span {
    top: 12px;
}

.mfp-title {
    padding-right: 0px !important;
    text-align: justify !important;
}

#info .su-panel-content {
    padding-left: 0px;
    padding-right: 0px;
}