body {
	overflow-x: hidden;
}

#logo {
	display: inline-block;
	width: 430px;
	margin: 10px 0 0 3px;
}
body.pohosteni-web #logo {
	width: 730px;
}
#mnc {
	float: right;
	width: calc(100% - 460px);
	margin: 10px 0 0 0;
	padding: 0 10px;
}
body.pohosteni-web #mnc {
	width: calc(100% - 760px);
}

.module.ui-sortable-helper {
    -ms-transform: scale(0.4, 0.4);
    /* IE 9 */
    -webkit-transform: scale(0.4, 0.4);
    /* Safari */
    transform: scale(0.4, 0.4);
    transform-origin: top left;
}

.module.ui-sortable-placeholder {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0 !important;
    height: auto !important;
    margin: 5px !important;
    visibility: visible !important;
    width: 100% !important;
}

input#input-width,
input#input-columns,
input#input-space {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #555;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 29px;
    margin: 1px 0 0 5px;
    padding: 5px;
    width: 40px;
    text-align: right;
}

div.element-tools {
    background: #333 none repeat scroll 0 0;
    display: inline-block;
    padding: 10px;
    width: auto;
    position: relative;
    margin: 0 15px 9px 0;
}

div.element-tools::after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 16px 0 0 16px;
    bottom: -16px;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    width: 0;
    z-index: 50000;
}

.element.edit {
    border: 1px dashed rgba(0, 0, 0, 0.2);
}

#BtnColumns,
#BtnItems {
    background: #000 none repeat scroll 0 0;
}

div.element-tools .button {
    font-size: 13px;
    margin: 0 10px;
    padding: 5px 10px;
}

.element-tools div.desc {
    color: #999;
    float: left;
    font-size: 12px;
    margin: 7px 5px 0 15px;
}

.element-tools div.element-editor.absolute {
    background: #e83a3a none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 27px;
    left: 0;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: -27px;
}

.element-tools img {
    width: 30px;
    opacity: 0.6;
    float: left;
}

.element-tools img:hover {
    opacity: 0.9;
    cursor: pointer;
}

.element-tools img.active {
    opacity: 0.9;
    background: #000;
    cursor: auto;
}

div.block {
    display: inline-block;
    margin: 0;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    margin: 0 0 -4px;
    min-height: 40px;
}

.legend {
    background: yellow none repeat scroll 0 0;
    font-size: 12px;
    padding: 2px 4px;
    position: absolute;
    top: 35px;
}

body {
    margin: 0;
    min-height: 100%;
}

div.content-width {
    margin: 0 auto;
    max-width: 1100px;
    padding: 35px 0;
    width: 100%;
}


/* wireframe */

.wireframe.type-1 div.content-width {
    padding: 15px 0;
}

.wireframe.type-1 .txt {
    margin: 0;
}

.wireframe-title.size-1 {
    padding: 30px 15px;
}

.wireframe-title.size-2 {
    padding: 60px 15px;
}

.wireframe-title.size-3 {
    padding: 120px 15px;
    font-size: 34px;
}

.wireframe.type-1 .block:nth-child(even) {
    background: rgba(255, 255, 255, 0.5);
}

.wireframe .content-width>.element>.wireframe-title {
    background: none !important;
}

.wireframe-title {
    text-align: center;
    background: #c1c1c1;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    display: none;
}

.wireframe.type-1 .slider.block .slider-text.content-width div.element div.wireframe-title {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #555;
    display: none;
}

.wireframe.type-1 div.slider-text.content-width {
    display: none;
}

.wireframe.type-2 .wireframe-title {
    display: none;
}

.wireframe.type-1 .wireframe-title {
    display: block;
    margin: 5px 0;
}

.wireframe.type-1 .slider .wireframe-title {
    display: block;
    margin: 0;
}

.group .wireframe-title {
    background: #999;
    font-size: 16px;
    color: #CCC;
}

.wireframe.type-1 .element.description p,
.wireframe.type-1 .element.header h2,
.wireframe.type-1 .element.buttons .button {
    box-sizing: border-box;
    padding: 15px 18px;
    display: none;
}

.slider.block div.content-width {
    padding: 0;
}

.wireframe.type-1 .slider .element.slider-image {
    background: #d1d1d1;
}

.wireframe.type-1 .slider .element.slider-image img {
    display: none;
}

.wireframe.type-1 div.content-width {
    padding: 15px 0;
}

.wireframe.type-1 .slider div.content-width {
    padding: 0;
}

.wireframe.type-1 div.content-width.full-width {
    max-width: inherit;
}

div.element.slider-image {
    padding: 0;
}

.wireframe.type-1 div.content-width.full-width .module {
    margin: 0;
    padding: 0;
}

.wireframe.type-2 .module div.element div.atom img,
.wireframe.type-2 .element.slider-image img {
    opacity: 0;
}

.wireframe.type-2 .element div.image,
.wireframe.type-2 .element.slider-image {
    position: relative;
    background: #bbb;
}

.wireframe.type-2 .element div.image::after,
.wireframe.type-2 .element.slider-image::after {
    background-image: url("/icon/image-symbol-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    background-position: center center;
}

.wireframe.type-2 h2.atom.txt,
.wireframe.type-2 h3.atom.txt,
.wireframe.type-2 div.atom.txt.introtext,
.wireframe.type-2 div.atom.txt.readmore {
    color: #555 !important;
}

.wireframe.type-2 .block button {
    background: #555;
}

.wireframe.type-2 div.atom.txt.readmore {
    background: #ccc !important;
}

.wireframe.type-2 div.txt.button {
    color: #ccc !important;
    background: #555 !important;
}


/* wireframe END */

.module.blank .element {
    border: 1px dashed rgba(0, 0, 0, 0.2);
    /*padding: 50px 40px;*/
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    height: 100%;
    justify-content: center;
    align-items: center;
}

.module.blank {
    /*min-width: 50%;*/
    padding: 6px;
    width: 100%;
}

div.element.group,
.full-width div.element {
    padding: 0;
}

.slider .content-width {
    padding: 0;
}

div.content-width.full-width {
    max-width: none;
}

div.content-width.full-width .module {
    margin: 10px 0 0 0;
    padding: 0 10px;
}

div.content-width.full-width .size-100 {
    padding: 0;
}

div.content-width.full-width .module1:first-child {
    margin: 0;
    padding: 0;
}

[class*="item"] img {
    height: auto;
    width: 100%;
}

.slider-image img {
    float: left;
    width: 100%;
}

div.slider-image {
    display: inline-block;
}

.block.slider div.slider-text {
    color: #fff;
    left: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 5;
    padding: 0;
    font-size: initial;
    transform: translateY(-50%);
}

.block h1 {
    font-size: 50px;
    font-weight: 700;
    width: 100%;
}

.block h2 {
    font-size: 40px;
    font-weight: 700;
    width: 100%;
}

.block h3 {
    font-size: 23px;
    font-weight: 700;
    width: 100%;
}

.block.slider div.slider-text p {
    font-size: 23px;
    font-weight: 700;
    margin: 0 10px 15px;
    color: #fff;
    text-align: center;
}

p.description {
    font-size: 23px;
    font-weight: 700;
    margin: 0 10px 15px;
    text-align: center;
}

.full-width div.tools-block {
    right: 5px !important;
}

.menu .tools-block,
.slider .tools-block {
    height: 46px;
    margin-top: -23px;
}

.tools-block {
    height: 55px;
    left: initial !important;
    margin-top: -22.5px;
    position: absolute;
    right: -100px !important;
    top: 50% !important;
    width: 95px;
    z-index: 1000;
}

#app button.remove-block {
    background: #fff url("/icon/close.svg") no-repeat scroll center center / 35px auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
    float: right;
    height: 45px;
    margin-bottom: 10px;
    opacity: 0;
    width: 45px;
}

#app button.edit-block {
    background: #fff url("/icon/setting.svg") no-repeat scroll center center / 35px auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
    float: left;
    height: 45px;
    margin-bottom: 10px;
    opacity: 0;
    width: 45px;
}

#app button.delete-modul {
    background: #fff url("/icon/close.svg") no-repeat scroll center center / 22px auto;
    border: medium none;
    display: none;
    height: 30px;
    margin-bottom: 10px;
    opacity: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
}

#app .module.blank:hover button.delete-modul:hover {
    opacity: 1;
}

#app .module.blank:hover button.delete-modul {
    opacity: 0.6;
}

.create-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    height: 100px;
    width: 100px;
	cursor: pointer;
}

.create-icon img {
    width: 100%;
	height: auto;
}

#app .module.blank:hover span {
    display: none;
}

#app .block:hover .tools-block .visible {
    opacity: 0.6;
    border-radius: 10em;
}

#app .block:hover .visible:hover {
    cursor: pointer;
    opacity: 1;
}

.visible {
    background-color: #fff;
    visibility: visible;
    z-index: 2000;
}

.block .txt {
    border: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 2px 5px;
	line-height: 1.4em;
}

/* Basic layout items and module */

.slider .module1,
.slider .size-100 {
    margin: 0;
    padding: 0;
}

.module {
/*
    padding: 5px;
*/
    box-sizing: border-box;
    flex-basis: 0;
    flex-grow: 1;
}

.full-width .module {
    padding: 0;
}

.item {
    box-sizing: border-box;
    padding: 10px;
}

.spacer {
    min-height: 20px;
}

.type-menu [class*="col-"] {
    padding: 0;
    width: auto;
}

.type-menu.horizontal {
    flex-direction: row;
}

.type-menu.vertical {
    flex-direction: column;
}

.type-menu.nobutton button,
.type-menu.nobutton .button {
    background: none;
}

span.button::before {
    background-image: url("/icon/strategy.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 5px;
    vertical-align: initial;
    width: 20px;
    filter: invert(100%);
}

span.button.i-home::before {
    background-image: url("/icon/home.svg");
}

span.button.i-reference::before {
    background-image: url("/icon/reference.svg");
}

span.button.i-contact:before {
    background-image: url("/icon/contact.svg");
}

span.button.i-meeting:before {
    background-image: url("/icon/meeting.svg");
}

span.button.i-gallery:before {
    background-image: url("/icon/gallery.svg");
}

span.button.i-strategy:before {
    background-image: url("/icon/strategy.svg");
}

.nobutton span.button::before {
    filter: invert(0);
    opacity: 0.7;
}

[class*="col-"],
.item {
    -moz-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    width: 100%;
    flex: 0 0 100%;
}

.col-2 {
    width: 50%;
    flex: 0 0 50%;
}

.col-3 {
    width: 33%;
    flex: 0 0 33%;
}

.col-4 {
    width: 25%;
    flex: 0 0 25%;
}

.col-5 {
    width: 20%;
    flex: 0 0 20%;
}

.col-6 {
    width: 16.66%;
    flex: 0 0 16.66%;
}

.col-7 {
    width: 14.28%;
    flex: 0 0 14.28%;
}

.col-8 {
    width: 12.5%;
    flex: 0 0 12.5%;
}

.col-9 {
    width: 11.11%;
    flex: 0 0 11.11%;
}

.col-10 {
    width: 10%;
    flex: 0 0 10%;
}

.element.header {
    margin: 0;
}

.element.header {
    margin: 0;
}


/*div.module:hover {
    background: rgba(0,0,0,0.05);
}*/

.span3:nth-child(even) .content {
    background: rgba(255, 255, 255, 0.8);
}

.image {
    margin: 0;
    font-size: 0;
}

.delete h3 {
    margin: 0 0 5px 0;
}

div.content {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 20px 15px;
}

.element .item>.content {
    /*display: flex;
	flex-flow: row wrap;*/
    display: block;
}

.element.align-right .item .content {
    /*flex-direction: row-reverse;*/
    float: rigth;
}

.element .atom {
    float: left;
}

.element.align-right .atom.type-button {
    float: right;
}

.element.align-center .atom {
    float: none;
}

.element .group {
    overflow: hidden;
    padding: 0 5px;
    width: 100%;
    float: left;
}

.element.align-center .group {
    margin: 0 auto;
    float: none;
}

.element.align-right .group {
    float: right;
}


/* .element .item > .content {
    display: flex;
}

.element.align-center .item > .content {
    display: block;
} */


.content .readmore {
    background: #0491b9 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    font-size: 14px;
    margin: 10px 5px 0;
    padding: 6px 15px;
    color: #fff;
}

.block .button,
.block .atom button,
.block .atom .date {
    background: #0491b9 none repeat scroll 0 0;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 6px 15px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
    border: 1px dashed rgba(0, 0, 0, 0);
}

.block .button.style-1,
.block .atom button.style-1 {
    background: none;
    color: #0491b9;
}

.block .button.style-1,
.block .atom button.style-1 {
    padding-left: 0;
    padding-right: 0;
}

.block .atom .date {
    background: none;
    vertical-align: top;
    color: inherit;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 5px;
    border-radius: 0;
}

.block .atom.large .date {
    font-size: 17px;
    padding: 12px 10px;
}

.block .large .button,
.block .atom.large button,
.block .atom.large input {
    font-size: 17px;
    padding: 12px 30px;
    border-radius: 3px;
}

.element.slider-image,
.atom.image {
    overflow: hidden;
}

.align-center .content[class*="size-"] {
    margin: 0 auto;
}

.atom[class*="size-"]>* {
    width: 100%;
}

.atom[class*="size-"] {
    padding: 5px;
}

.atom.image[class*="size-"] {
    padding: 0;
}

.atom:not([class*="size-"]) {
    clear: both;
}

div.content-width {
    margin: 0 auto;
    max-width: 1100px;
    padding: 35px 0;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    position: relative;
}

.element {
    overflow: visible;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    padding: 0 6px;
}

.atom input,
.atom textarea {
    border: 0 none;
    border-radius: 2px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    outline: medium none;
    padding: 6px 15px;
    font-family: inherit;
}

.slider.block {
    font-size: 0;
}

.slider.block .element {
    font-size: initial;
}

.align-center,
.align-center .atom>* {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}


/* experiment */

.atom.align-center[class*="size-"] {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.align-center .atom.image[class*="size-"] {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.element.align-right .atom[class*="size-"] {
    float: right;
}


/* experiment END */


/* Skills */

.element .icon-svg {
    opacity: 0.7;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.element .content .icon-svg {
    padding: 5px 5px 15px 5px;
}

.element .content .image.icon-svg.round {
    background: #fff none repeat scroll 0 0;
    border-radius: 50rem;
    padding: 15px;
    margin-bottom: 10px;
}


/*.element.align-center .atom {
    float: none;
}*/

.icon-svg {
    padding: 0;
}

.content.no-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

div#app {
    display: inline-block;
    overflow: hidden;
}


/* Míra 15.6.2017 */

#popup {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    opacity: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

#popup:hover {
    opacity: 1;
}

#blockpicker,
#elementpicker {
    display: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.picker_wrapper {
    width: 75%;
    background: #FFF;
    margin: 0 auto;
    margin-top: 10%;
}

.picker_wrapper,
.sidebar {
    min-height: 250px;
}

.nav {
    width: 75%;
    float: right;
    height: 3em;
}

.sidebar {
    width: 25%;
    background: rgba(0, 0, 0, .05);
}

.element .size-5,
.module.size-5 {
    width: 5%;
    flex: 0 0 5%;
}

.element .size-10,
.module.size-10 {
    width: 10%;
    flex: 0 0 10%;
}

.element .size-15,
.module.size-15 {
    width: 15%;
    flex: 0 0 15%;
}

.element .size-20,
.module.size-20 {
    width: 20%;
    flex: 0 0 20%;
}

.element .size-25,
.module.size-25 {
    width: 25%;
    flex: 0 0 25%;
}

.element .size-30,
.module.size-30 {
    width: 30%;
    flex: 0 0 30%;
}

.element .size-33,
.module.size-33 {
    width: 33.33%;
    flex: 0 0 33.33%;
}

.element .size-35,
.module.size-35 {
    width: 35%;
    flex: 0 0 35%;
}

.element .size-40,
.module.size-40 {
    width: 40%;
    flex: 0 0 40%;
}

.element .size-45,
.module.size-45 {
    width: 45%;
    flex: 0 0 45%;
}

.element .size-50,
.module.size-50 {
    width: 50%;
    flex: 0 0 50%;
}

.element .size-55,
.module.size-55 {
    width: 55%;
    flex: 0 0 55%;
}

.element .size-60,
.module.size-60 {
    width: 60%;
    flex: 0 0 60%;
}

.element .size-65,
.module.size-65 {
    width: 65%;
    flex: 0 0 65%;
}

.element .size-70,
.module.size-70 {
    width: 70%;
    flex: 0 0 70%;
}

.element .size-75,
.module.size-75 {
    width: 75%;
    flex: 0 0 75%;
}

.element .size-80,
.module.size-80 {
    width: 80%;
    flex: 0 0 80%;
}

.element .size-85,
.module.size-85 {
    width: 85%;
    flex: 0 0 85%;
}

.element .size-90,
.module.size-90 {
    width: 90%;
    flex: 0 0 90%;
}

.element .size-95,
.module.size-95 {
    width: 95%;
    flex: 0 0 95%;
}

.element .size-100,
.module.size-100 {
    width: 100%;
    flex: 0 0 100%;
}

* {
    box-sizing: border-box;
}

.blog .item,
.item.flex {
    display: flex;
}

.category .item {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.block:nth-child(odd) {
    background: #e0e0e0;
}

.module.size-100 .col-1 div.content.size-50 {
    padding: 40px 35px;
}

.timeline .content {
    background: none;
}

.type-menu .item {
    -moz-box-flex: inherit;
    flex-basis: auto;
    flex-grow: inherit;
    max-width: 100%;
    padding: 0;
}

.type-menu.align-center {
    justify-content: center;
}

.type-menu.align-right {
    justify-content: flex-end;
}

.type-menu.rounded button {
    border-radius: 10em;
}


/* Míra 2.7.2017 */

.zoomHelper {
    float: left;
    width: 20%;
    height: 1px;
}

.zoomBody {
    float: left;
    width: 60%;
    zoom: 60%;
}

#Menu .atom.logo {
    background: rgba(0, 0, 0, 0) url("/img/sroubek-logo-komplet.svg") no-repeat scroll 0 0 / contain ;
    padding-left: 160px;
}

#Menu .atom.logo_poho {
    background: rgba(0, 0, 0, 0) url("/img/logo_poho.png") no-repeat scroll 0 0 / contain ;
    padding-left: 260px;
}

#Menu .atom.logo_spol {
    background: rgba(0, 0, 0, 0) url("/img/logo_spol.png") no-repeat scroll 0 0 / contain ;
    padding-left: 160px;
}

#Footer .width-logo {
    background: rgba(0, 0, 0, 0) url("/img/sroubek-logo-komplet.svg") no-repeat scroll right 50px top 10px / 210px auto;
    padding-right: 250px;
}

.poledni-menu .type-menu.horizontal div.item {
    padding: 10px;
	cursor: pointer;
}

.warning {
    background: #ff3b3b;
    color: #fff;
    margin: 0 20%;
    padding: 50px;
    position: fixed;
    text-align: center;
    top: 50px;
    width: 60%;
    z-index: 10000;
}

.warning {
    display: none;
}

.pohosteni-web div.footer.block {
    background: #ffae00;
}

.pohosteni-web div.footer.block .copyright .content {
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
	color: rgba(0, 0, 0, 0.5) !important;
}

.pohosteni-web div.footer.block p.atom, div.footer.block h2.atom, div.footer.block h3.atom, div.footer.block h4.atom {
    color: #7f5700;
}
 
.item.product-detail-img img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 35px;
	margin: 0 0 20px 0;
}

.item.product-detail-text div.content.text {
    padding-left: 35px;
}

.item.product-detail-text h3.atom {
    color: #005d96;
	font-size: 30px;
	margin-bottom: 20px;
}

.product-detail-price div.akce {
    background: #ffae00 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    margin: 0;
    padding: 5px 10px 1px;
    text-transform: uppercase;
    width: auto;
}

#Article .koupit{
    background: #54a40d url("/img/shop.svg") no-repeat scroll left 15px center / 30px auto;
    color: #fff;
    display: inline-block;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    font-size: 22px;
    line-height: 1.1em;
    padding: 12px 15px 8px 65px;
    width: auto;
	position: relative;
}

#Article .koupit:after {
    border-color: transparent transparent transparent #54a40d;
    border-style: solid;
    border-width: 22px 0 22px 15px;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
}

#Article .button-shop {
    padding: 2px 15px 2px 5px;
}

span.dph {
    font-size: 13px;
}

#Article.block .product-detail-price {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 15px 0;
}

.atom.kod,
.atom.ean {
    font-size: 13px;
}

#Article.article.block {
    background: #fff;
}

.sklad {
    background: rgba(0, 0, 0, 0) url("/img/sklad.svg") no-repeat scroll left center / 30px auto;
    color: #54a40d;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 40px;
}

.product-detail-price span {
    padding: 5px 0 1px;
	margin-top: 9px;
}

.product-detail-price span {
    float: left;
}

.product-detail-price strong {
    clear: both;
    color: #000;
    display: inline-block;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    font-size: 53px;
    line-height: 1em;
    margin-bottom: 10px;
    width: 100%;
}

#Article .item.product-detail-img div.content.no-bg div.button-shop {
    background: #e73b49 none repeat scroll 0 0;
    border-radius: 0;
    bottom: 25px;
    color: #fff;
    display: inline-block;
    float: left;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    right: 35px;
    text-transform: uppercase;
    width: auto;
	line-height: 22px;
}

#Article .item.product-detail-img div.content.no-bg div.button-shop::after {
    border-color: transparent transparent transparent #e73b49;
    border-style: solid;
    border-width: 15px 0 16px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
}

#Article .item.product-detail-img div.content.no-bg div.button-shop.vyprodej {
	background-color: #ffae00;
}
#Article .item.product-detail-img div.content.no-bg div.button-shop.vyprodej::after {
    border-color: transparent transparent transparent #ffae00;
}
#Article .item.product-detail-img div.content.no-bg div.button-shop.novinka {
	background-color: #005d96;
}
#Article .item.product-detail-img div.content.no-bg div.button-shop.novinka::after {
    border-color: transparent transparent transparent #005d96;
}


.item.product-detail-img div.content.no-bg {
    position: relative;
}

.item.product-detail-text .introtext {
    font-size: 15px;
    margin-bottom: 25px;
}

.block.dark {
    background: #005d96;
}

.slider.block {
    height: 477px;
	background: rgba(0, 0, 0, 0) url("/img/handy4.jpg") repeat scroll right center / 100% ;
}

.slider.block.pohosteni {
    height: 477px;
	background: rgba(0, 0, 0, 0) url("/img/pohosteni.jpg") repeat scroll right bottom / cover ;
}

.swing .slider.block.pohosteni {
    height: 477px;
	background: rgba(0, 0, 0, 0) url("/img/swing-2.jpg") repeat scroll right bottom / cover ;
}

.pohosteni-web .lunch-menu div.item ul li,
.pohosteni-web .news-menu div.item ul li {
    display: inline-block;
    list-style: outside none none;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.pohosteni-web .news-menu div.item ul li {
    padding-left: 0;
}

.pohosteni-web .atom.buttons .txt.nolink {
    background: #005d96;
	color: #fff;
}

.pohosteni-web .lunch-menu .price {
    color: #005d96;
}

div#Intro.intro.block.reverse.no-padding {
    padding-bottom: 0;
}

.pohosteni-web .news-menu div.item ul li>div {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 70px);
}
.pohosteni-web .news-menu div.item ul li>div:first-child {
    background: #005d96 none repeat scroll 0 0;
    border-radius: 10em;
    color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    font-size: 19px;
    height: 60px;
    line-height: 3.2em;
    text-align: center;
    width: 60px;
	margin: 0 10px 0 0;
}

.pohosteni-web .lunch-menu div.item ul li::before {
    background: #ffae00 none repeat scroll 0 0;
    border-radius: 5em;
    color: #fff;
    content: "";
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    font-size: 18px;
    height: 15px;
    left: 0;
    line-height: 1.75em;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 15px;
}
/*
.pohosteni-web .lunch-menu div.item ul li.p2::before {
    content: "2";
}
.pohosteni-web .lunch-menu div.item ul li.p3::before {
    content: "3";
}
.pohosteni-web .lunch-menu div.item ul li.p4::before {
    content: "4";
}
.pohosteni-web .lunch-menu div.item ul li.p5::before {
    content: "5";
}
.pohosteni-web .lunch-menu div.item ul li.p6::before {
    content: "6";
}
.pohosteni-web .lunch-menu div.item ul li.p7::before {
    content: "7";
}
.pohosteni-web .lunch-menu div.item ul li.p8::before {
    content: "8";
}
.pohosteni-web .lunch-menu div.item ul li.p9::before {
    content: "9";
}
.pohosteni-web .lunch-menu div.item ul li.p10::before {
    content: "10";
}    */

.pohosteni-web .lunch-menu div.item ul li.soup::before {
    display: none;
}

.pohosteni-web .lunch-menu div.item ul li.button-menu::before {
    display: none;
}
 
.kontakt div#Team.team.block {
    background: #ededed none repeat scroll 0 0;
}

.button-menu .atom.button-custom, .inpbutton {
    background: #ffae00 url("/icon/next-white.svg") no-repeat scroll right 10px center / 30px auto;
    margin-top: 15px;
    padding: 12px 55px 12px 25px;
}
.atom.button-custom {
	clear: none;
}
.inpbutton, #slkb {
	background-color: #005d96;
	border: 0;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}
#slkb {
	padding: 4px 10px;
	font-size: 12px;
}
.inpbutton:hover, #slkb:hover {
	background-color: #000;
}



.pohosteni-web .lunch-menu div.item .atom.price {
    color: #ffae00;
}

.pohosteni-web .atom.price, .snidane {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    font-size: 22px;
	color: #005d96;
}
.snidane {
	display: block;
	padding-left: 20px;
	margin: 15px 0;
	color: #555;
	font-size: 17px;
	line-height: 160%;
}

.pohosteni-web .atom.menu-title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    font-size: 22px;
	color: #555;
}

.pohosteni-web div#Intro.reverse h2.blue {
	color: #005d96;
	font-size: 37px;
	margin-top: 20px;
}

.pohosteni-web .margin-top-minus .atom.buttons .txt.nolink span.bold {
    font-size: 25px;
    line-height: 1.4em;
}

.pohosteni-web .lunch-menu div.item ul li.second::before {
    content: "2";
}

.pohosteni-web .lunch-menu div.item ul li.third::before {
    content: "3";
}

.pohosteni-web .lunch-menu div.item ul,
.pohosteni-web .news-menu div.item ul {
    padding: 0 50px 0 0;
}

.pohosteni-web .poledni-menu .lunch-menu div.item ul li::before {
    font-size: 16px;
    height: 25px;
    top: 0;
    width: 25px;
}

.pohosteni-web .poledni-menu  .lunch-menu div.item ul li {
    margin-bottom: 5px;
    padding-left: 35px;
}

.pohosteni-web .poledni-menu  .atom.price {
    font-size: 17px;
}

.pohosteni-web .poledni-menu .lunch-menu div.item ul {
    margin: 0;
}

.pohosteni-web .poledni-menu .lunch-menu div.item {
    padding-top: 0;
}

.poledni-menu  h1.atom.txt, .poledni-menu h2 {
    font-size: 37px;
}
.poledni-menu h2 {
	color: #ffae00;
}
.poledni-menu h2.blue:first-child {
	margin-top: 0 !important;
}

.poledni-menu div.content-width {
    padding: 15px 0 50px;
}

.poledni-menu .element.type-menu.horizontal {
    font-size: 19px;
}

.poledni-menu .type-menu.horizontal div.item div.atom.txt.active {
    border-bottom: 2px solid #ffae00;
	font-weight: bold;
}

div#Intro.poledni-menu .info .item div.atom.introtext {
    font-size: 17px;
    margin-top: 0;
}

.pohosteni-web .poledni-menu div.item ul li {
    padding-left: 0;
	margin: 0;
}

.pohosteni-web .poledni-menu .snidane div.item div.content ul {
    margin: 0;
}

.pohosteni-web .news-menu.snidane div.item .atom.txt.price {color: #555;}

.pohosteni-web .poledni-menu div.item ul li:before {
    display: none;
}

.pohosteni-web .poledni-menu .atom.menu-title {
    font-size: 17px;
}

a {
    color: inherit;
    text-decoration: none;
}

.block.dark.green {
    background: #245448;
}

.block.dark  .content.no-bg .atom { 
    color: #fff;
}

.footer, .footer h2, .footer h3, .footer h4 { 
    line-height: 1.7em;
	font-size: 16px;
}



#Footer.block.dark  h4.atom { 
    color: #677d8c;
	font-weight: normal;
}

.block.dark  p.atom { 
    margin: 0;
}

.footer .atom.icon-svg {
    margin: 15px 0;
}

.block .margin-top-10  {
    margin-top: 20px;
}

div.footer.block  p.atom,
div.footer.block  h4.atom {
    padding: 0 5px;
}

div.footer.block h2.atom, div.footer.block h3.atom, div.footer.block h4.atom {
    padding: 0 5px;
	color: #005d96;
}

#Menu.menu .horizontal.menu.quick a.txt.button {color: #ffae00;}

div.footer.block .copyright .content {
    border-top: 1px solid #ccc;
    font-size: 12px;
	padding-top: 20px !important;
	margin-top: 0;
	padding-bottom: 5px;
	color: #888;
	padding-top: 20px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
}
div.footer.block .copyright .content span, div.footer.block .copyright img {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin: 0 10px;
}

.content-width.full-width {
	min-width: auto;
}

div#Footer .content-width {
	padding-bottom: 0;
}

#Realizace.realizace .introtext {
    font-size: 17px;
}

.e-shop-menu .atom .txt.button {
	display: block;
    font-size: 16px;
	color: #666;
	padding: 7px 32px 7px 15px;
	background: rgba(0, 0, 0, 0) url("/icon/add-blue.svg") no-repeat scroll right 10px center / 15px auto;
	border-bottom: 2px solid #ccc;
	width: 100%;
}

.e-shop-menu .atom .txt.button:hover {
	color: #005d96;
}

.e-shop-menu .item .atom .txt.button.active {
    background: rgba(0, 0, 0, 0) url("/icon/minus-blue.svg") no-repeat scroll right 10px center / 15px auto;
    border-bottom: 2px solid;
    color: #00457d;
	font-weight: 600;
}

.block .button, .block .atom button, .block .atom .date {
    border-radius: 0;
}

#Article .product-title {
	margin-top: 20px;
}

#Article .product-title .button-shop .koupit {
    margin-top: 50px;
}

#Article .product-title .koupit.back {
    background: #ffae00 none;
    color: #fff;
    display: inline-block;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    font-size: 22px;
    line-height: 1.1em;
    padding: 10px 15px;
    position: relative;
    width: auto;
}

#Article .product-title .koupit.back::after {
    border-style: solid;
    border-width: 22px 15px 22px 0;
	border-color: transparent #ffae00 transparent transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
}

div#Article .product-title .button-shop {
    padding: 2px 5px 2px 15px;
}


.e-shop-menu .atom .txt.button:hover,
.e-shop-menu .item:nth-child(odd) .atom div.txt.button:hover {
	border-color: #005d96;
	cursor: pointer;
	color: #005d96;
}

.e-shop-menu div.item div.atom ul li:hover {
	border-color: #005d96;
	color: #005d96;
}

.e-shop-menu .item .atom .txt.button.active:hover {
    border-bottom: 2px solid;
    color: #00457d;
}

.e-shop-menu  .menu div.item div.atom {
    flex: 0 0 100%;
    width: 100%;
	margin-bottom: 3px;
}

.e-shop-menu .item div.atom ul {
    background: #fff;
	margin: 0;
	padding: 0;
}

.e-shop-menu .item div.atom ul li {
	padding: 7px 15px;
	list-style: none outside;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
}
.e-shop-menu .item div.atom ul li.u3 {
	background: #FAFAFA;
	padding-left: 25px;
}
.e-shop-menu .item div.atom ul li.u4 {
	background: #F4F4F4;
	padding-left: 35px;
}  

.e-shop-menu .sort, .e-shop-menu .category, .e-shop-menu .tag {
    font-size: 12px;
	margin-right: 25px;
}

.e-shop-menu .category span {
	margin-right: 5px;
}

.e-shop-menu .category {
	float: right;
}

select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    color: #555;
    font-family: "Roboto",sans-serif;
    font-size: inherit;
    padding: 5px 10px;
}

.e-shop-menu .item div.atom ul li.open-list {
	border-color: #005d96;
	color: #005d96;
	font-weight: 600;
}
.e-shop-menu .item div.atom ul li.open-list a {
	cursor: pointer;
}


/*.e-shop-menu .item div.atom ul li:hover {
	background: #ededed;
}*/

.e-shop-menu .item div.atom ul li ul li {
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    font-size: 14px;
    list-style: outside none none;
    padding: 2px 5px;
	margin: 0 5px 5px 0;
	display: inline-block;
	float: left;
	color: #005d96;
}

.e-shop-menu .item div.atom ul li ul li {
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    color: #005d96;
    display: inline-block;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    margin: 0 2% 5px 0;
    padding: 2px 5px;
    width: 48%;
}

.e-shop-menu .product div.item div.atom.buttons {
    background: #fff none repeat scroll 0 0;
	width: 100%;
    height: 100%;
}

.e-shop-menu .product div.item .product {
	display: block;
    width: 100%;
	min-height: 50px;
}
 
.e-shop-menu .product div.item {
    border: 1px solid #ededed;
    padding: 0;
}

.e-shop-menu .product-detail-price .cena strong {
    font-size: 27px;
}
.pcena {
	font-size: 21px;
	text-decoration: line-through;
}
.pslv {
	padding: 0 0 25px 0 !important;
	font-size: 27px;
	color: #e73b49;
}

.e-shop-menu .product  .product-detail-price .sklad {
    background: rgba(0, 0, 0, 0) url("/img/sklad.svg") no-repeat scroll left top 4px / 12px auto;
    color: #54a40d;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    padding-left: 17px;
}

.product .button-shop {
    background: #54a40d url("/img/shop.svg") no-repeat scroll left 10px center / 19px auto;
    color: #fff;
    display: inline-block;
    float: right;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    font-size: 14px;
    line-height: 1.1em;
    margin-top: 0;
    padding: 10px 10px 7px 38px;
    position: relative;
    width: auto;
}

.product div.product-detail-price .float-left {
    clear: both;
    float: left;
}

.product .button-shop:hover {
    background-color: #8cc000;
	cursor: pointer;
}

.product .button-shop:hover:after {
    border-color: transparent transparent transparent #8cc000;
	cursor: pointer;
}

.product .button-shop:after {
    border-color: transparent transparent transparent #54a40d;
    border-style: solid;
    border-width: 16px 0 16px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
}

.product-detail-price .button-shop.akce {
    float: left;
    width: 50px;
}

.product-detail-price .cena {
    float: right;
    width: auto;
}

.product .product div.product-detail-price {
    padding-top: 10px;
}
 
.e-shop-menu .item div.atom ul li ul li.active {
    background: #005d96;
	color: #fff;
}

.e-shop-menu .item div.atom ul li ul {
	margin: 10px 0 0 0;
	display: inline-block;
	background: none;
}

.e-shop-menu .item div.atom ul li strong {
	color: #005d96;
}

.filter div.item div.atom.buttons form input {
    float: left;
    margin-top: 3px;
}

.filter div.item div.atom.buttons {
    width: 100%;
}

.filter div.item div.atom.buttons form div.filter-cena {
    float: left;
    height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    width: 500px;
}

.filter div.item div.atom.buttons form div.filter-cena .cena-bar {
    background: #bbb none repeat scroll 0 0;
    height: 7px;
    position: absolute;
    top: 7px;
    width: 500px;
    z-index: 1;
}

.filter-cena div.cena-od, .filter-cena div.cena-do {
    background: #005d96 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-left: -5px;
    margin-top: -3px;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 27px;
    z-index: 5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	cursor: default;
}
.filter-cena div.cena-od {
    left: 0;
}
.filter-cena div.cena-do {
    left: calc(100% - 19px);
}


.ikona-kosiku div.atom div img {
    width: 25px;
	float: left;
}

.e-shop #Header.header .login.type-menu div.item.celkova-cena {
    margin: 0;
	padding-left: 0;
	margin: 0 15px 0 0;
}
.ikona-kosiku, .celkova-cena {
	cursor: pointer;
}

.count {
    background: #ffae00;
    border-radius: 10em;
    float: left;
    font-size: 10px;
    height: 15px;
    margin-left: -7px;
    margin-top: -3px;
    padding: 0;
    text-align: center;
    width: 15px;
	color:#000;
}

#Header.header .login.type-menu div.item {
    font-size: 14px;
    height: 40px;
    margin-left: 10px;
    padding: 9px;
}

#Header.header .login.type-menu div.item {
    font-size: 15px;
    font-weight: 500;
	color: #005d96;
}


#srch input[type="text"] {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
	border: 1px solid #D7D7D7;
    background: #fff;
    color: #333;
    font-size: 15px;
    line-height: 100%;
    padding: 6px 12px;
	outline: none;
}
#srch input[type="submit"] {
	float: right;
    background: #fff url("/img/search.svg") no-repeat scroll center center / 20px auto;
    border: 0;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 32px;
}

.e-shop .filter .filter-other div.checkboxy .control-label {
    background: #aaa none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    float: left;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    margin: 0 20px 0 0!important;
    padding: 4px 10px 3px;
    text-transform: uppercase;
    width: auto;
	font-weight: 500;
	position: relative;
	line-height: 19px;
}

.e-shop .filter .filter-other div.checkboxy .control-label:after{
    border-color: transparent transparent transparent #aaa;
    border-style: solid;
    border-width: 13px 0 14px 5px;
    content: "";
    height: 0;
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
}

.e-shop-menu .element.type-menu.align-left.vertical.menu.small {
    padding-right: 35px;
}


.hot-product-inner div.slider-text {
	display: inline-block;
    width: 100%;
}

.hot-product-inner div.slider-text>div:first-child {
    width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.hot-product-inner div.slider-text>div:first-child img {
	max-width: 100%;
}
.hot-product-inner div.slider-text div.element {
    background: #005d96 url("/icon/next-white.svg") no-repeat scroll right 20px bottom 20px;
    width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.hot-product-inner div.slider-text h2.atom {
    color: #fff;
    font-size: 35px;
    margin: 0;
    padding: 35px 35px 5px 35px;
}

.module.hot-product-inner {
    background: #fff none repeat scroll 0 0;
	padding: 0;
}

.slider-text div.element div.atom.txt.introtext {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    padding: 0 35px;
}

.e-shop-menu .hot-product-inner .button {
    color: #fff;
    margin-top: 0;
    padding: 35px 35px 25px 35px;
	clear: both;
    display: inline-block;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    font-size: 35px;
    line-height: 1em;
    width: 100%;
}

.atom.buttons .txt.link {
    background: #005d96 ;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.e-shop .slider.block {
    background: rgba(0, 0, 0, 0) url("/img/handy4.jpg") repeat scroll right center / 100%;
    height: 410px;
}


div.footer.block {
    background: #ddd;
}

.e-shop #Slider .text-absolute {
    bottom: 80px;
    left: 0;
    position: absolute;
    right: 0;
}

#Header.header .module {
    padding: 0;
}

#Header.header  {
    background: #fff;
}

.e-shop #Menu {
	position: relative;
	top: auto;
    background: url("/img/handy4.jpg") repeat scroll right center / 100%;
}
.e-shop #Menu>div {
    background: rgba(0, 0, 0, 0.5);
}

#Header.header.block div.content-width {
    max-width: 100%;
    padding: 0 10px;
}

.cena-od-text {
    float: left;
    font-size: 14px;
    margin-right: 15px;
}

.bar {
    float: right;
}

.filter-text {
    float: left;
    font-size: 19px;
	color: #000;
}

.cena-do-text {
    float: left;
    font-size: 14px;
    margin-left: 15px;
    margin-top: ;
}

.filter div.item div.atom.buttons form div.filter-other {
    clear: both;
    display: inline-block;
    margin: 15px 0 0 0;
	width: 100%;
}

.filter div.item div.atom.buttons form div.checkboxy {
    display: inline-block;
	float: left;
	margin-top: 0;
}

.filter div.item div.atom.buttons form div.controls {
    display: inline-block;
	float: right;
	cursor: pointer;
}

.control-label-button.active {
    background: #fff;
	font-weight: bold;
	color: #005d96;
}

.controls div.control-label-button {
    float: right;
	padding: 5px 10px;
	margin-left: 10px;
}

.filter div.item div.atom.buttons form .control-label {
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 20px;
}

.filter .filter-other div.page {
    float: right;
	margin-left: 5px;
}

.e-shop-menu .filter .filter-other div.page li {
    border: medium none;
    float: left;
    font-size: 12px;
    padding: 6px 10px;
}

.e-shop-menu .filter .filter-other div.page li.active {
    background: #fff;
	font-weight: bold;
}
.e-shop-menu .filter .filter-other div.page li a {
	cursor: pointer;
}


.product .product-detail-price div.akce, .product .product-detail-price div.vyprodej, .product .product-detail-price div.novinka {
    background: #e73b49 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    float: left;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
    margin: 0;
    padding: 4px 10px 3px;
    text-transform: uppercase;
    width: auto;
}
.e-shop .filter .filter-other div.checkboxy .control-label.akce {
    background-color: #e73b49;
}
.product .product-detail-price div.vyprodej, .e-shop .filter .filter-other div.checkboxy .control-label.vyprodej {
	background-color: #ffae00;
}
.product .product-detail-price div.novinka, .e-shop .filter .filter-other div.checkboxy .control-label.novinka {
	background-color: #005d96;
}
.product .button-shop.akce::after, .product .button-shop.vyprodej::after, .product .button-shop.novinka::after  {
    border-color: transparent transparent transparent #e73b49;
    border-style: solid;
    border-width: 11px 0 11px 6px;
    content: "";
    height: 0;
    position: absolute;
    right: -6px;
    top: 0;
    width: 0;
}
.e-shop .filter .filter-other div.checkboxy .control-label.akce:after {
    border-color: transparent transparent transparent #e73b49;
}
.product .button-shop.vyprodej::after, .e-shop .filter .filter-other div.checkboxy .control-label.vyprodej:after  {
    border-color: transparent transparent transparent #ffae00;
}
.product .button-shop.novinka::after, .e-shop .filter .filter-other div.checkboxy .control-label.novinka:after  {
    border-color: transparent transparent transparent #005d96;
}


.e-shop-menu .buttons > .product {
    padding: 20px 25px 15px;
}

.realizace h3.atom.txt {
    color: #ffae00 !important;
    font-size: 45px;
    line-height: 1.5em !important;
    margin-bottom: 25px;
    margin-top: 6px;
    overflow: visible;
    text-transform: uppercase;
	font-family: inherit !important;
	padding-right: 60px;
	font-style: normal;
}

.realizace .even h3.atom.txt {
    padding-left: 60px;
}

.realizace .even h3.atom.txt::after {
    margin-left: 60px;
	left: 0;
}

.realizace h3.atom.txt::after {
    background: #ffae00 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 3px;
    margin-left: 0;
	margin-right: 60px;
    position: absolute;
    right: 0;
    width: 50%;
}

body {
    color: #555;
    font-size: 16px;
}

#Realizace .item div.content.no-bg h2 {
    background: #00356b none repeat scroll 0 0;
    display: inline-block;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 20px 35px;
    width: auto;
}

div#Realizace.realizace .element.align-center {
    margin-top: -120px;
}

div#Intro.intro.block.reverse {
    padding-bottom: 100px;
}

.subclaim {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.realizace .element div.item  {
    padding: 20px;
	text-align: center;
}

img.facebook {
    background: #005d96 none repeat scroll 0 0;
    height: 39px;
    padding: 5px;
    vertical-align: bottom;
    width: auto;
}

.element .icon-svg {
    opacity: 1;
}
 
#Realizace .testimonials.align-left .float-left {
    float: left;
}

#Realizace .testimonials {
    background: #e7d3bb none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.7em;
    margin: 25px 5% 0;
    overflow: visible;
    padding: 25px 15px 15px;
    position: relative;
    width: 90%;
}

#Realizace .testimonials .introtext {
    font-size: 16px;
	margin-bottom: 10px;
}

#Realizace .testimonials::after {
    border-color: #e7d3bb transparent;
    border-style: solid;
    border-width: 0 16px 16px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    top: -16px;
    width: 0;
    z-index: 50000;
}

#Realizace .testimonials h4 {
    margin-top: 16px;
}

div#Intro .introtext {
    font-size: 22px;
    margin-top: 15px;
}

div#Intro h1 {
    color: #005d96;
	margin-top: 20px;
}

div#Intro.reverse h1 {
    color: #ffae00;
}

div#Intro.reverse {
    background: #fff;
}

/*div#Intro h1:after {
    background: #005d96;
    bottom: -15px;
    content: "";
    height: 3px;
    left: -30px;
    position: absolute;
    width: 500px;
}*/

div#Intro .benefit .introtext {
    font-size: 22px;
    margin-top: 0;
}

div#Intro .benefit {
    margin-top: 0;
}

div#Slider .element div.item {
    padding: 0;
}

div#Slider .element div.item {
    padding: 0;
}

#Slider .module.size-100 {
    margin: 0;
}

.atom.buttons .txt.nolink,
.atom.buttons .txt.link {
	display: block;
    padding: 25px;
	background: #fff;
	float: left;
	width: 25%;
	min-height: 175px;
	font-size: 16px;
}

.module.size-90.right {
    margin-left: 10%;
}

div.footer.block.kontakty {
    background: #ededed;
}

.atom.buttons .txt.link {
    font-size: 25px;
	background: #005d96;
	color:#fff;
	font-weight: 600;
	background: #005d96 url("/icon/next-white.svg") no-repeat right 10px bottom 10px;
}

.atom.buttons .txt.link:hover,
.atom.buttons .txt.link.dark:hover {
	background-color: #008dc8;
}

.product img {
    margin: 15px 15%;
    width: 70%;
}

.product-title.alternative div.item h2 {
    color: #005d96;
    font-size: 25px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

#Article .koupit:hover::after {
    border-color: transparent transparent transparent #8cc000;
}

#Article .koupit:hover {
    background-color: #8cc000;
	cursor: pointer;
}


.hot-product-inner div.slider-text a:hover div.element {
    background: #008dc8 url("/icon/next-white.svg") no-repeat scroll right 20px bottom 20px;
}

.element.buttons .atom.buttons .nolink.product {
    border: 1px solid #ededed;
	border-top: none;
	border-bottom: none;
}

/*.atom.buttons .txt.nolink.product{
	background: #fff url("/icon/next-blue.svg") no-repeat right 10px bottom 10px;
}*/

.reverse .atom.buttons .txt.link {
	background-color: #ffae00;
}

.reverse .atom.buttons .txt.link:hover,
.reverse .atom.buttons .txt.link.dark:hover {
	background-color: #ff6700;
	cursor: pointer;
}


.reverse .atom.buttons .txt.link.dark {
	background-color: #ff8e00;
}

.bold {
	font-weight: 600;
}

.atom.buttons .txt.link.dark {
	background-color: #00457d;
}

.buttons div.item div.atom.buttons {
    width: 100%;
}

.margin-top-minus {
    width: 100%;
	margin-top: -114px;
}

.open{
    font-size: 19px;
    font-weight: 700;
}

span.price{
    text-align: center;;
    font-size: 24px;
	color: #ffae00;
	width: 100%;
	display: inline-block;
}

.product {
    font-size: 18px;
	color: #005d96;
	font-weight: 700;
}

div#Intro .benefit .separator {
    /*border-top: solid 2px rgba(255,255,255,0.5);*/
	padding-top: 10px;
	margin-top: 10px;
	float: left;
}

/*
div#Intro .benefit .item {
    padding: 25px inherit;
}
*/

#Menu .button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
	margin: 15px;
}

#Menu .small .button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    text-transform: inherit;
	margin: 0;
	padding: 7px 12px;
}

.header .element.align-right.login.type-menu {
    background: #fff none repeat scroll 0 0;
    position: fixed;
    right: 0;
    z-index: 1000;
}
 
#Menu .menu.quick a.txt.button {
    border-bottom: 2px solid rgba(0,0,0,0);
	cursor: pointer;
	line-height: 1em;
}

#Menu .menu.quick a.txt.button:hover {
    border-bottom: 2px solid #ffae00;
}

#Menu .small .button:hover {
    background: rgba(0,0,0,0.5);
	cursor: pointer;
}

.e-shop-menu .product-category .item {
    background: #fff none repeat scroll 0 0;
	border: 1px solid #ededed;
	padding: 0;
	cursor: pointer;
}

.e-shop-menu .product-category .item:hover .product{
    text-decoration: underline;
}

.e-shop-menu .product-category {
    margin-bottom: 25px;
}

.product-title div.item {
    padding: 0 5px;
}

.product-title div.item h1 {
    font-size: 50px;
    margin: 0;
	color: #005d96;
	text-transform: uppercase;
}

span.breadcrums img {
    margin: 0 5px;
    vertical-align: middle;
    width: 15px;
}

span.breadcrums  {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 25px;
}
span.breadcrums a:last-child {
	font-weight: bold;
}

.e-shop-menu .product-category .item .product{
    display: inline-block;
    font-size: 16px;
    margin-top: 0;
}

.product-category div.item.col-3 div.atom.size-80 {
    padding-left: 10px;
}

.e-shop-menu .product-category .item {
    align-items: center;
    display: flex;
}

div.footer.block h2.atom.txt.big  {
    font-size: 25px;
    margin-bottom: 5px;
}

div#Team.team.block h4.atom.txt.big {
    font-size: 25px;
    margin-bottom: 5px;
	color: #005d96;
}

.vyhody p.atom.txt.introtext {
    margin: 10px 0;
	line-height: 1.5em;
}

.clanek div.item.size-45 div.content {
    padding-right: 40px;
}

.vyhody h1 {
    color: #005d96;
}


.element.clanek  h3.atom.txt  {
    display: inline-block;
    font-size: 25px;
	color: #005d96;
	margin-bottom: 0;
	margin-top: 25px;
}

.element.clanek .image img {
    margin-bottom: 10px;
}

.vyhody p.atom.txt.introtext.big {
    font-size: 22px;
    margin-top: 15px;
}

div#Team.team .element-blog.layout-blog-1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

div#Team.team .element-blog.layout-blog-1:last-child {
    border-bottom: none;
}

.kontakt .slider.block {
    background: rgba(0, 0, 0, 0) url("/img/kontakt-2.jpg") repeat scroll right bottom / cover ;
    height: 400px;
}

#Menu  {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    position: absolute;
    z-index: 100;
}

#Menu .item div.atom img {
    margin-left: 10px;
    opacity: 0.3;
    width: 35px;
}

div#Intro .benefit .item h1 {
    color: #cbab3c;
}

h1, h2, h3, h4, h5,
#Menu .quick, span.price {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
	font-weight: 800;
	line-height: 1.2em !important;

}

#Menu>div {
	padding: 10px 15px 15px;
}

#Menu .title strong {
    font-size: 36px;
	line-height: 1em;
}

.menu {
	margin-top: 0;
	list-style: none;
}

.title div.item div.atom {
    padding: 0;
}

.title div.item {
    width: 100%;
}

#Menu  .item  .atom.maskot img {
    margin-top: 9px;
    opacity: 0.8;
    width: 75px;
}

#Intro .buttons.large button {
    background: #01983b;
	border: none;
}

div#Realizace button.txt {
    background: #01983b;
	border: none;
	margin-top: 40px;
}

.podlahy div.item div.content.no-bg ul li {
    background: #e7d3bb;
	color: #245448;
	padding: 7px 12px;
	float: left;
	list-style: none;
	margin: 5px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
}

.podlahy div.item div.content.no-bg ul {
    display: inline-block;
    margin: 0 -5px 40px -5px;
    padding: 0;
}

div.content-width {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    max-width: 1200px;
   min-width: auto;
}

#Slider .text-absolute {
    bottom: 120px;
    left: 0;
    position: absolute;
    right: 0;
}

/*#Slider .text-absolute .item {
    padding: 15px 20px 20px 20px !important;
	background: #fff;
	border-radius: 10px;
}*/

#Slider .text-absolute .item h1 {
    margin: 0;
	font-size: 50px;
	color:#fff;
	text-transform: uppercase;
	display: block;
	position: relative;
}

#Slider .text-absolute .item h1::after {
    background: #ffae00 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    right: 0;
    width: 50%;
}



#Slider .text-absolute .item h1::after {
    background: #ffae00 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25%;
    position: absolute;
    right: 0;
    width: 50%;
}

span.day {
    display: inline-block;
    min-width: 65px;
}

#Realizace .item.even div.content {flex-direction: row-reverse; display: flex; }

#Menu .item div.atom img {
    margin-left: 10px;
    opacity: 1;
    width: 25px;
}
div.block {
    overflow: visible;
}

.product .product:hover {
    color: #00457d;
    text-decoration: underline;
}

@media screen and (max-width: 1100px) {
	
body.pohosteni-web #logo {
	width: 430px;
}
body.pohosteni-web #mnc {
	width: calc(100% - 460px);
}
.pohosteni-web #Menu .title strong {
    font-size: 20px;
}

.slider.block.pohosteni {
    height: 370px;
}

.pohosteni-web .bottom  h1.atom.txt {
    font-size: 35px;
}

#Footer.footer.block .element div.item {
    flex: 0 0 33%;
    width: 33%;
}


#Footer.footer.block .element.copyright div.item {
    flex: 0 0 100%;
    width: 100%;
}

#Footer.footer.block .element div.item.width-logo {
    flex: 0 0 100%;
    width: 100%;
}

.hot-product-inner div.slider-text h2.atom {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 35px 35px 5px;
}

.product-category div.item.col-3 {
    flex: 0 0 50%;
    width: 50%;
}

.e-shop-menu .atom .txt.button {
    background: rgba(0, 0, 0, 0) url("/icon/add-blue.svg") no-repeat scroll right 0 center / 15px auto;
    font-size: 14px;
    padding: 7px 22px 7px 0;
    width: 100%;
}

.product-detail-price div.size-40.float-left {
    flex: 0 0 100%;
    width: 100%;
	margin-bottom: 10px;
}

.product .button-shop {
    float: left;
    text-align: left;
}

.product .product-detail-price {
    position: relative;
}

.product-detail-price div.size-40.float-left div.sklad br {
    display: none;
}

.e-shop-menu .item .atom .txt.button.active {
    background: rgba(0, 0, 0, 0) url("/icon/minus-blue.svg") no-repeat scroll right 0 center / 15px auto;
}

.bar {
    clear: both;
    float: right;
    margin-top: 20px;
    width: 100%;
}

#Intro .module.size-90.margin-top-minus {
    margin-top: 0;
    width: 100%;
	flex: 0 0 100%;
}

.module.size-90.right {
    margin-left: 0;
}

#Intro .item div.content.no-bg img {
    margin-top: 70px;
}

#Article .product-title .button-shop {
	flex: 0 0 100%;
}
#Article .product-title .button-shop div.koupit {
    margin-top: 0;
}

.product-title div.item {
    flex: 0 0 100%;
    margin-top: 20px;
    padding: 0 5px;
}

#Article .product-title .button-shop {
    padding: 2px 5px 2px 15px;
    position: relative;
    top: auto;
	width: auto;
}
#Article .product-title .button-shop .koupit {
	margin: 0;
}

.product .product-detail-price .align-right.button-shop.akce,
.product .product-detail-price .align-right.button-shop.vyprodej {
    font-size: 11px;
}

.product .button-shop.akce::after,
.product .button-shop.vyprodej::after  {
    border-width: 9px 0 10px 6px;
}

#Intro .item div.content.no-bg img {
    margin-top: 0;
}


}

@media screen and (max-width: 1040px) {

#Menu.menu .module.xs-70 {
    flex: 0 0 45%;
    width: 45%;
}

#Menu.menu .module.xs-30{
    flex: 0 0 55%;
    width: 55%;
}
	
}

#Menu .quick .button {
	margin: 15px 10px;
}
@media screen and (max-width: 1200px) {
 #Menu .quick .button {
	margin: 15px 0;
 }
}

@media screen and (max-width: 990px) {

.e-shop-menu .product div.item {
    flex: 0 0 50%;
    width: 50%;
}
#Team .col-3 {
	width: 50%;
	flex: 0 0 50%;
}
#Team .col-3.clear {
	display: none;
}


}

@media screen and (max-width: 960px) {
	
.pohosteni-web div#Intro .introtext {
    font-size: 17px;
}

.pohosteni-web div#Intro.uvod div.content-width {
    padding-bottom: 0;
}

.pohosteni-web .atom.menu-title {
    font-size: 17px;
}

.pohosteni-web .atom.price {
    font-size: 17px;
}

.product-title.alternative div.item div.atom {
    float: none !important;
}

.product-title.alternative div.item {
    display: table;
    margin: 0 auto;
    text-align: right;
}

.item.product-detail-img {
    flex: 0 0 40%;
    width: 40%;
}
 
.item.product-detail-text {
    flex: 0 0 60%;
    width: 60%;
} 
 
.filter .filter-other div.page {
    clear: both;
    float: left;
    margin-left: 0;
    margin-top: 10px;
}

.e-shop-menu .category {
    float: right;
    margin: 10px 0 0;
}

#Realizace .item.even div.content {flex-direction: inherit; display: block; }


#Intro .module.size-90.margin-top-minus {
    margin-top: 0;
    width: 100%;
	flex: 0 0 100%;
}

div#Footer .element div.item  {
    flex: 0 0 50%;
    width: 50%;
}


div#Footer .element.copyright div.item {
    flex: 0 0 100%;
    width: 100%;
}

.module {
    padding: 0;
}

.atom.buttons .txt.link {
    font-size: 22px;
}

.realizace.block h3.atom.size-40,
.realizace.block .atom.size-60.introtext {
    flex: 0 0 100%;
    width: 100%;
	padding: 5px 0;
	text-align: left;
}

.realizace .even h3.atom.txt::after {
    left: 0;
    margin-left: 0;
}

.realizace.block h3.atom.size-40 br {
    display: none;
}

.realizace h3.atom.txt::after {
    margin-left: 0;
    margin-right: 0;
    left: 0;
    width: 50%;
}

.vyhody .element.clanek div.item.size-45 {
    flex: 0 0 100%;
    width: 100%;
}

.vyhody .element.clanek div.item.size-55 {
    flex: 0 0 100%;
    width: 100%;
}

}

@media screen and (max-width: 920px) {

#logo {
	width: 260px;
}
body.pohosteni-web #logo {
	width: 330px;
}
#mnc {
	width: calc(100% - 290px);
	margin-top: 0;
}
body.pohosteni-web #mnc {
	width: calc(100% - 360px);
}
#Menu .quick .button {
	margin: 0 8px;
}


div#Menu .horizontal.small.menu .item {
    display: none;
}

.product .product-detail-price div.button-shop.akce, .product .product-detail-price div.button-shop.vyprodej, .product .product-detail-price div.button-shop.novinka {
    bottom: 0;
    position: relative;
}

.pohosteni-web div#Menu .module.size-50.logo {
    flex: 0 0 200px;
}

.pohosteni-web div#Menu .module.size-50.flex-auto {
    flex: 1 1 auto;
}

#Menu .atom.logo {
    background: rgba(0, 0, 0, 0) url("/img/sroubek-logo-komplet.svg") no-repeat scroll 0 5px / auto 75%;
    padding-left: 75px;
}

#Menu.menu .module.xs-70 {
    flex: 0 0 40%;
    width: 40%;
}

#Menu.menu .module.xs-30 {
    flex: 0 0 60%;
    width: 60%;
}

#Menu .button {
    font-size: 16px;
    margin: 5px 5px 1px;
    padding: 7px 5px 5px;
}

#Menu .item div.atom.logo .button {
    margin: 0 5px 5px;
    padding: 7px 5px 5px;
}

.product .product div.product-detail-price {
    padding-top: 0;
}

.product-detail-price .cena {
    clear: both;
    float: right;
    margin-top: 0;
    width: 60%;
}
	
#Menu .title strong {
    font-size: 21px;
    line-height: 1em;
}

.horizontal.title .button span {
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
}

.menu .content-width {
    padding: 0 15px;
}

#Menu .horizontal.menu.quick {
    margin: -10px 0 0 0;
}

#Header.header .size-60 {
    padding-left: 10px;
}

#Header.header .size-60 .login.type-menu div.item {
    color: #005d96;
    font-size: 12px;
    font-weight: 500;
	padding: 11px 2px;
}

}

@media screen and (max-width: 760px) {

.kontakty .size-30, .kontakty .size-70 {
	width: 100%;
	flex: 0 0 100%;
}

.pohosteni-web  .reverse .atom.buttons .txt.link.dark {
    clear: both;
}
.product-title div.item h1 {
	font-size: 35px;
}

.item.product-detail-img {
    flex: 0 0 100%;
    width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.e-shop-menu .product -title div.item h2 {
    font-size: 20px;
    margin-bottom: 10px;
}



.item.product-detail-text{
    flex: 0 0 100%;
    width: 100%;
}

.item.product-detail-text div.content.text,
.item.product-detail-img div.content.no-bg,
#Article .product-title-breadcrumbs {
    padding: 0 35px;
}

span.breadcrums {
    margin-bottom: 5px;
}

.product-title div.item h2 {
    font-size: 30px;
}

#Slider .text-absolute .item h2 {
    color: #fff;
    display: block;
    font-size: 35px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.block h1 {
    font-size: 35px;
}

.block h1 br {
    display: none;
}

.atom.buttons .txt.nolink, .atom.buttons .txt.link {
    width: 50%;
	margin-bottom: 20px;
	min-height: 160px;
}

#Intro .content-width div.module {
    flex: 0 0 100%;
    width: 100%;
}

#Intro .item div.content.no-bg img {
    margin-top: 10px;
}

.realizace h3.atom.txt {
    color: #ffae00;
    font-family: inherit;
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 6px;
    overflow: visible;
    padding-right: 60px;
    text-transform: uppercase;
}

.footer.block div.item.last {
   display: none;
}

#Footer.footer.block .element div.item.m-50 {
    flex: 0 0 50%;
    width: 50%;
}

}

#lcolb {
	display: none;
	margin: 25px 0 0 0;
	cursor: pointer;
}

@media screen and (max-width: 720px) {
 #lcol {
	width: 100%;
	flex: 0 0 100%;
	display: none;
 }
 #lcolb {
	display: block;
 }
 div.e-shop-menu>div#lcolb+div.content-width {
	padding-top: 0;
 }
 .e-shop-menu .element.type-menu.align-left.vertical.menu.small {
	padding-right: 0;
 }
 #mcol {
	width: 100%;
	flex: 0 0 100%;
	padding: 15px;
 }
 #mcol>div.element {
	margin: 0 -15px;
 }
}
@media screen and (min-width: 721px) {
 #lcol {
	display: block !important;
 }
}


@media screen and (max-width: 650px) {

.login.type-menu div.item.hide {
    display: none;
}

div#Menu .horizontal.menu .item {
    display: none;
}

#Menu.menu .module.xs-70 {
    flex: 0 0 100%;
    width: 100%;
}

#Menu.menu .module.xs-30 {
    margin: 0;
}



}


@media screen and (max-width: 620px) {

div#Realizace.realizace .element.align-center {
    margin-top: -105px;
}

#Header .content-width div.module {
    flex: 0 0 100%;
    width: 100%;
}
#Header .content-width div.module:last-child {
	height: 40px;
}
.header .element.align-right.login.type-menu {
	position: relative;
}

#Realizace .item div.content.no-bg h2 {
    font-size: 21px;
}

.e-shop-menu .element.type-menu.align-left.vertical.menu.small .item {
    float: left;
    margin: 0 3%;
    width: 44%;
}

.hot-product-inner div.slider-text h2.atom {
    font-size: 22px;
}

.e-shop-menu .element.type-menu.align-left.vertical.menu.small {
    flex-direction: row;
    padding: 0 25px 35px;
}

.hot-product-inner div.slider-text>div:first-child {
    width: 40%;
}
.hot-product-inner div.slider-text div.element {
    background: #005d96 url("/icon/next-white.svg") no-repeat scroll right 20px bottom 20px;
    float: right;
    width: 60%;
}

#Footer .width-logo {
	background-position: bottom center;
	padding: 0 0 160px 0;
	margin-bottom: 30px;
}



}


@media screen and (max-width: 480px) {

.hot-product-inner div.slider-text>div:first-child, .hot-product-inner div.slider-text div.element {
	width: 100%;
	display: flex;
	float: none;
}
.hot-product-inner div.slider-text>div:first-child img {
	margin: 0 auto;
}


.e-shop-menu .product div.item {
    flex: 0 0 100%;
    width: 100%;
}


div#Footer .element div.item {
    flex: 0 0 100% !important;
    text-align: center;
    width: 100% !important;
}

.warning {
    display: block;
}

.subclaim {
    font-size: 17px;
    padding: 0 40px;
}

div.footer.block p.atom, div.footer.block h4.atom {
    width: 100%;
}

/*.footer.block .content p br {
    display: none;
}*/

.block .mobile-no-margin {
    margin: 0;
}

#Footer .atom.image.icon-svg {
    display: inline-block;
    float: none;
    margin: 10px auto 0;
    overflow: hidden;
    width: auto;
}

}

div#Header.header.block {
    margin: 0;
}

@media screen and (max-width: 1100px) {
  .block .xl-5 {
    width: 5%;
    flex: 0 1 5%;
  }
  .block .xl-10 {
    width: 10%;
    flex: 0 1 10%;
  }
  .block .xl-15 {
    width: 15%;
    flex: 0 1 15%;
  }
  .block .xl-20 {
    width: 20%;
    flex: 0 1 20%;
  }
  .block .xl-25 {
    width: 25%;
    flex: 0 1 25%;
  }
  .block .xl-30 {
    width: 30%;
    flex: 0 1 30%;
  }
  .block .xl-35 {
    width: 35%;
    flex: 0 1 35%;
  }
  .block .xl-40 {
    width: 40%;
    flex: 0 1 40%;
  }
  .block .xl-45 {
    width: 45%;
    flex: 0 1 45%;
  }
  .block .xl-50 {
    width: 50%;
    flex: 0 1 50%;
  }
  .block .xl-55 {
    width: 55%;
    flex: 0 1 55%;
  }
  .block .xl-60 {
    width: 60%;
    flex: 0 1 60%;
  }
  .block .xl-65 {
    width: 65%;
    flex: 0 1 65%;
  }
  .block .xl-70 {
    width: 70%;
    flex: 0 1 70%;
  }
  .block .xl-75 {
    width: 75%;
    flex: 0 1 75%;
  }
  .block .xl-80 {
    width: 80%;
    flex: 0 1 80%;
  }
  .block .xl-85 {
    width: 85%;
    flex: 0 1 85%;
  }
  .block .xl-90 {
    width: 90%;
    flex: 0 1 90%;
  }
  .block .xl-95 {
    width: 95%;
    flex: 0 1 95%;
  }
  .block .xl-100 {
    width: 100%;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 959px) {
  .block .l-5 {
    width: 5%;
    flex: 0 1 5%;
  }
  .block .l-10 {
    width: 10%;
    flex: 0 1 10%;
  }
  .block .l-15 {
    width: 15%;
    flex: 0 1 15%;
  }
  .block .l-20 {
    width: 20%;
    flex: 0 1 20%;
  }
  .block .l-25 {
    width: 25%;
    flex: 0 1 25%;
  }
  .block .l-30 {
    width: 30%;
    flex: 0 1 30%;
  }
  .block .l-35 {
    width: 35%;
    flex: 0 1 35%;
  }
  .block .l-40 {
    width: 40%;
    flex: 0 1 40%;
  }
  .block .l-45 {
    width: 45%;
    flex: 0 1 45%;
  }
  .block .l-50 {
    width: 50%;
    flex: 0 1 50%;
  }
  .block .l-55 {
    width: 55%;
    flex: 0 1 55%;
  }
  .block .l-60 {
    width: 60%;
    flex: 0 1 60%;
  }
  .block .l-65 {
    width: 65%;
    flex: 0 1 65%;
  }
  .block .l-70 {
    width: 70%;
    flex: 0 1 70%;
  }
  .block .l-75 {
    width: 75%;
    flex: 0 1 75%;
  }
  .block .l-80 {
    width: 80%;
    flex: 0 1 80%;
  }
  .block .l-85 {
    width: 85%;
    flex: 0 1 85%;
  }
  .block .l-90 {
    width: 90%;
    flex: 0 1 90%;
  }
  .block .l-95 {
    width: 95%;
    flex: 0 1 95%;
  }
  .block .l-100 {
    width: 100%;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 767px) {
  .block .m-5 {
    width: 5%;
    flex: 0 1 5%;
  }
  .block .m-10 {
    width: 10%;
    flex: 0 1 10%;
  }
  .block .m-15 {
    width: 15%;
    flex: 0 1 15%;
  }
  .block .m-20 {
    width: 20%;
    flex: 0 1 20%;
  }
  .block .m-25 {
    width: 25%;
    flex: 0 1 25%;
  }
  .block .m-30 {
    width: 30%;
    flex: 0 1 30%;
  }
  .block .m-35 {
    width: 35%;
    flex: 0 1 35%;
  }
  .block .m-40 {
    width: 40%;
    flex: 0 1 40%;
  }
  .block .m-45 {
    width: 45%;
    flex: 0 1 45%;
  }
  .block .m-50 {
    width: 50%;
    flex: 0 1 50%;
  }
  .block .m-55 {
    width: 55%;
    flex: 0 1 55%;
  }
  .block .m-60 {
    width: 60%;
    flex: 0 1 60%;
  }
  .block .m-65 {
    width: 65%;
    flex: 0 1 65%;
  }
  .block .m-70 {
    width: 70%;
    flex: 0 1 70%;
  }
  .block .m-75 {
    width: 75%;
    flex: 0 1 75%;
  }
  .block .m-80 {
    width: 80%;
    flex: 0 1 80%;
  }
  .block .m-85 {
    width: 85%;
    flex: 0 1 85%;
  }
  .block .m-90 {
    width: 90%;
    flex: 0 1 90%;
  }
  .block .m-95 {
    width: 95%;
    flex: 0 1 95%;
  }
}

@media screen and (max-width: 650px) {
  .block .s-5 {
    width: 5%;
    flex: 0 1 5%;
  }
  .block .s-10 {
    width: 10%;
    flex: 0 1 10%;
  }
  .block .s-15 {
    width: 15%;
    flex: 0 1 15%;
  }
  .block .s-20 {
    width: 20%;
    flex: 0 1 20%;
  }
  .block .s-25 {
    width: 25%;
    flex: 0 1 25%;
  }
  .block .s-30 {
    width: 30%;
    flex: 0 1 30%;
  }
  .block .s-35 {
    width: 35%;
    flex: 0 1 35%;
  }
  .block .s-40 {
    width: 40%;
    flex: 0 1 40%;
  }
  .block .s-45 {
    width: 45%;
    flex: 0 1 45%;
  }
  .block .s-50 {
    width: 50%;
    flex: 0 1 50%;
  }
  .block .s-55 {
    width: 55%;
    flex: 0 1 55%;
  }
  .block .s-60 {
    width: 60%;
    flex: 0 1 60%;
  }
  .block .s-65 {
    width: 65%;
    flex: 0 1 65%;
  }
  .block .s-70 {
    width: 70%;
    flex: 0 1 70%;
  }
  .block .s-75 {
    width: 75%;
    flex: 0 1 75%;
  }
  .block .s-80 {
    width: 80%;
    flex: 0 1 80%;
  }
  .block .s-85 {
    width: 85%;
    flex: 0 1 85%;
  }
  .block .s-90 {
    width: 90%;
    flex: 0 1 90%;
  }
  .block .s-95 {
    width: 95%;
    flex: 0 1 95%;
  }
}

@media screen and (max-width: 480px) {
  .block .xs-5 {
    width: 5%;
    flex: 0 1 5%;
  }
  .block .xs-10 {
    width: 10%;
    flex: 0 1 10%;
  }
  .block .xs-15 {
    width: 15%;
    flex: 0 1 15%;
  }
  .block .xs-20 {
    width: 20%;
    flex: 0 1 20%;
  }
  .block .xs-25 {
    width: 25%;
    flex: 0 1 25%;
  }
  .block .xs-30 {
    width: 30%;
    flex: 0 1 30%;
  }
  .block .xs-35 {
    width: 35%;
    flex: 0 1 35%;
  }
  .block .xs-40 {
    width: 40%;
    flex: 0 1 40%;
  }
  .block .xs-45 {
    width: 45%;
    flex: 0 1 45%;
  }
  .block .xs-50 {
    width: 50%;
    flex: 0 1 50%;
  }
  .block .xs-55 {
    width: 55%;
    flex: 0 1 55%;
  }
  .block .xs-60 {
    width: 60%;
    flex: 0 1 60%;
  }
  .block .xs-65 {
    width: 65%;
    flex: 0 1 65%;
  }
  .block .xs-70 {
    width: 70%;
    flex: 0 1 70%;
  }
  .block .xs-75 {
    width: 75%;
    flex: 0 1 75%;
  }
  .block .xs-80 {
    width: 80%;
    flex: 0 1 80%;
  }
  .block .xs-85 {
    width: 85%;
    flex: 0 1 85%;
  }
  .block .xs-90 {
    width: 90%;
    flex: 0 1 90%;
  }
  .block .xs-95 {
    width: 95%;
    flex: 0 1 95%;
  }
}


@media screen and (max-width: 580px) {
 #Team .col-3 {
	width: 100%;
	flex: 0 0 100%;
 }
}
@media screen and (max-width: 530px) {
 .atom.buttons .txt.nolink, .atom.buttons .txt.link {
	width: 100%;
	margin-bottom: 0;
 }
}



div.gal {
	margin: 50px -1.5%;
}
div.gal a {
	display: inline-block;
	width: 22%;
	margin: 0 1.5% 50px 1.5%;
	text-decoration: none;
	outline: none;
}
div.gal a img {
	border: 0;
	width: 100%;
	vertical-align: top;
}

.uootblm, .uootbl, table.n {
	width: 100%; border: 0;
	flex: 0 0 100%;
}

#bacc, #bsrch {
	cursor: pointer;
}
#lgu div, #lgf, #srch {
	background-color: #FFF;
	border: 1px solid #D7D7D7;
	position: absolute;
	right: 0;
	top: 32px;
	z-index: 100;
	display: none;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.4);
	text-align: left;
}
#srch {
	padding: 15px;
	min-width: 280px;
}
#lgu div {
	width: 180px;
	height: 120px;
}
#lgf {
	padding: 20px;
	min-width: 300px;
}
#lgu:hover div, div#lgf.a {
	visibility: visible;
}
#lgu div a {
	display: block;
	width: auto;
	heigth: auto;
	padding: 20px 0 0 15px;
	border: 0;

}
div#lgf td {
	color: #000;
}
#lgf input[type="text"], #lgf input[type="password"] {
	width: 320px;
	padding: 4px;
	border: 1px solid #D7D7D7;
}
#lgf input[type="submit"], #lgf input[type="button"] {
	border: 1px solid #F88D17;
	background-color: #ffae00;
	color: #FFF;
	padding: 4px 8px;
}

.inpfield100, inpfield, .inpfield100req, inpfieldreq {
	background: #FFF;
	border: 1px solid #666;
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inpfield100, .inpfield100req {
	width: 100%;
}
.inpfield100req, .inpfieldreq {
	background: #FFF url(/img/req.gif) no-repeat right 3px top 3px;
}

#over {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #EEE;
	background-color: rgba(0,0,0,0.5);
	z-index: 2147483647;
	opacity: 0;
}
#bx {
	position: absolute;
	display: none;
	background-color: #FFF;
	text-align: left;
	z-index: 2147483647;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 15px;
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
	overflow-y: auto;
}
#bx div#close {
	display: block;
	width: 23px;
	height: 21px;
	background: #878585 url(/img/cls.png) no-repeat;
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
#bx h1 {
	background-color: #005d96;
	margin: -15px -15px 15px -15px;
	padding: 8px;
	font-size: 13px;
	cursor: default;
	background-image: none;
	color: #FFF;
}
#bx iframe {
	border: 0;
	margin: 0;
	width: 100%;
}
#bx form.c {
	text-align: center;
	margin: 20px 0 0 0;
}

#var table, #kos table {
	width: 715px;
	border: 0;
}
#var table th, #kos table th {
	font-size: 1em;
	text-align: left;
	height: 49px;
	padding: 0 12px;
	color: #000;
}
#var table td, #kos table td {
	border-top: 1px solid #E1E1E1;
	padding: 12px;
	color: #000;
}
#kos table th {
	vertical-align: top;
	padding-top: 12px;
	height: 37px;
}
#var table a, #kos table a {
	color: #000;
}
#kos table th span {
	font-size: 10px;
}
#kos table th.mj, #kos table td.mj {
	width: 20px;
	padding-left: 0;
}
table.tkos {
	width: 100%;
	border: 1px solid #E1E1E1;
	margin: 10px 0;
}
table.tkos tr td {
	border-top: 1px solid #E1E1E1;
	padding: 10px;
}
table.tkos tr:first-child td {
	border: 0;
}
table.tkos select, #slk {
	font-size: 12px;
	border: 1px solid #C2C2C2;
	padding: 4px;
	width: 100%;
}

div.dst {
	position: relative;
}
#kos div.dst {
	font-size: 11px;
	width: 100px;
}
div.dost {
	position: absolute;
	width: 229px;
	bottom: 18px;
	left: 30px;
	background-image: url(/img/dost3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	display: none;
}
div.dst div.dost {
	left: -70px;
}
table.t div.dst div.dost {
	left: -102px;
}
div.dost1 {
	width: 229px;
	height: 5px;
	background-image: url(/img/dost1.png);
	background-repeat: no-repeat;
	font-size: 1px;
}
div.dost2 {
	width: 229px;
	background-image: url(/img/dost2.png);
	background-repeat: repeat-y;
}
div.dost3 {
	width: 199px;
	margin-left: 15px;
	padding: 10px 0;
}
div.dost3, div.dost3 p {
	color: #959595;
	font-size: 12px;
	font-weight: normal;
}
div.dost3 h2 {
	color: #39B54A;
	font-size: 14px;
	margin: 0 0 10px 0;
}
a.dostc {
	display: block;
	margin-top: 10px;
}

#kos table {
	width: 100%;
	boder: 0;
}

input.sum {
	width: 100%;
	text-align: right;
	border: 0px;
	color: #005d96;
	background-color: transparent;
	font-size: 24px;
}
input.dopr {
	width: 100%;
	text-align: right;
	border: 0px;
	color: #000;
	background-color: transparent;
	font-size: 12px;
}
tr.zv td, tr.zv input.sum {
	font-weight: bold;
}
tr.zv.b input.sum {
	color: #000;
	font-size: 14px;
}
div.oform b {
	display: block;
	margin-top: 10px;
	font-size: 1.2em;
	color: #005d96;
}
div.oform hr {
	border: 1px solid #E1E1E1;
}
#kos input {
	font-size: 12px;
	background: #FFF;
	border: 1px solid #C2C2C2;
	padding: 4px;
	width: 45px;
}

#art {
	background-color: #FFF;
}
div.clanek {
	padding: 0 6px;
}

.clanek h1, .clanek h2, .clanek h3, .clanek h4 {
	color: #005d96;
}
.clanek h1:first-child, .clanek h2:first-child {
	margin-top: 0;
}
body.pohosteni-web .clanek h1, body.pohosteni-web .clanek h2, body.pohosteni-web .clanek h3, body.pohosteni-web .clanek h4 {
	color: #ffae00;
}

form.frm1 {
	margin: 0;
}
form.frm1 label {
	display: block;
	font-weight: bold;
	margin: 10px 0;
}
form.frm1 input[type="text"], form.frm1 text, form.frm1 select, form.frm1 textarea {
	width: 100%;
	border: 1px solid #333;
	color: #000;
	font-size: 1em;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
}
textarea {
	resize: none;
}
select {
	background-color: #FFF;
}
input[type="submit"], input[type="button"] {
	border: 0;
}

a.noimg {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


@media screen and (max-width: 780px) {
 img[align="left"], img[align="right"] {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
 }
}

div.hpn .product {
	min-height: 68px;
	display: block;
}

div.dtxt {
	padding: 0 15px;
}

#mn {
	display: none;
	float: right;
	width: 38px;
	height: 34px;
	background: url(/img/menu.png) no-repeat center center;
	cursor: pointer;
	margin: 0 0 0 0;
}
#mn.a {
	display: block !important;
}
#xmenu {
	display: none;
	background: #15273C;
	position: absolute;
	text-align: left;
	z-index: 20000;
	min-width: 150px;
	border: 1px solid #CCC;
	right: 25px;
	top: 60px;
}
body.pohosteni-web #xmenu {
	background: rgba(0,0,0,0.9);
}
#xmenu ul {
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
}
#xmenu>ul {
	padding: 8px 0 !important;
}
#mnc #xmenu li a, #mnc #xmenu li span {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 15px;
	line-height: 120%;
	text-transform: none;
	margin: 0;
}
#mnc #xmenu li:hover {
	background: rgba(0, 0, 0, 0.5);
}
#mnc #xmenu li:hover a, #mnc #xmenu li:hover span {
	color: #FFF;
}
#mnc #xmenu li {
	height: auto;
	float: none;
	background-image: none;
}
#mnc #xmenu>a {
	padding: 10px;
	font-size: 15px;
	line-height: 120%;
	color: #ffae00;
	font-style: italic;
	margin-top: 0;
}
#xmenu ul li ul {
	display: none;
	visibility: visible;
	position: relative;
	top: auto;
	left: auto;
	min-width: 0;
	padding: 0 !important;
}
@media only screen and (max-width:420px) {
 #xmenu {
	left: 0;
	right: 0;
 }
}
@media only screen and (min-width:980px) {
 #bsrch {
	display: none;
 }
 #srch {
	display: block !important;
	position: relative;
	top: auto;
	right: auto;
	border: 0;
	padding: 0;
	margin:  -5px 0 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	min-width: 320px;
 }
}

div.nsp {
	position: absolute;
	display: none;
	left: 0;
	margin: 0 !important;
	border: 1px solid #B6B6B6;
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	text-align: left;
	font-size: 13px;
	z-index: 999999;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
}
div.nsp div {
	margin: 2px 0;
	padding: 10px 15px;
}
div.nsp>div {
	display: block;
	padding: 6px 6px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
div.nsp>div:hover {
	background-color: #EEE;
}
div.nsp>div.a {
	background-color: #DDD;
}
div.nsp>span.c {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url(/img/nspc.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.nsp>span.x {
	display: block;
	background-color: #D8D8D8;
	padding: 4px;
}
div.nsp>span.x span {
	text-decoration: underline;
	cursor: pointer;
}

#nj, #bdz  {
	color: #ffae00;
	font-weight: bold;
}
#bdz {
	margin-top: 15px;
}
