/*@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,latin-ext); .roh > a {
    padding-bottom: 0 !important;
    font-size: 13px;
    color: #666;
    text-transform: none;
    text-decoration: none;
}*/
:root {
    --white: white;
    --black: black;
    --text: #6F6F66;
}

.cleaner.total {
    background: url("/images/skin/ciarkovane_full.png") no-repeat scroll center 77px rgba(0, 0, 0, 0);
    margin: 0 auto;
    padding-bottom: 29px;
    padding-top: 44px;
    text-align: center;
}

.block100 h1 {
    margin-top: 20px;
}

.roh {
    cursor: default;
    display: block;
    padding: 0px;
    position: absolute;
    top: 10px;
    text-align: right;
    right: 15px;
    line-height: 1.4;
    z-index: 4;
}

.button_line {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 3em;
}

.cart_items.center {
    text-align: center;
}

.error {
    /*  border: 2px solid #FF0000;*/
    font-size: 90%;
    box-shadow: 0 0 104px #f00, 0 0 10px 40px #ff00002e inset;
    margin-left: -2px;
}

.cart_items .block {
    display: inline-block;
    float: none;
    /*padding:0 5px;*/
}

.cart_items .block .cat_poster {
    width: auto;
    min-width: 160px;
}

.cart_items .cat_poster .cat_info {
    height: auto;
    position: static;
}

.cart_items .cat_poster .cat_info .flag {
    bottom: auto;
    transform: translateX(50%) translateY(-33px);
}

.cart_items .modif .shipping_option label.flex {
    display: flex;
    align-items: center;
    padding: 4px;
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    margin-right: 5px;
    transition: border-color 0.3s;
}

.cart_items .modif .shipping_option label.flex.checked {
    border-color: #ccc;
}

.modif label input[type=radio],.modif label input[type=checkbox] {
    margin: 14px;
    flex-shrink: 0;
}

.modif label.check {
}

.menutable {
    display: table;
    width: 100%;
}

.menurow {
    display: table-row;
}

#retartmenu .menutable a {
    display: table-cell;
    text-align: center;
    /*width:8.3%;*/
}

input[type=button],input[type=submit].normal {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
    padding: 4px;
    color: var(--black);
    border: 1px solid var(--black);
    background-color: var(--white);
    border-radius: none;
    display: inline-block;
    margin-right: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    /* font-family: 'Ubuntu Condensed', sans-serif;*/
    font-size: 20px;
    margin-bottom: 6px;
}

input[type=submit], input[type="button"].default_button, .default_button, input[type=button]:hover, input[type=submit].normal:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 4px;
    border-radius: 2px;
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--black);
    display: inline-block;
    margin-right: 4px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    /*font-family: 'Ubuntu Condensed', sans-serif;*/
    cursor: pointer;
}
input[type=submit]:hover{
    background-color: var(--white);
    color: var(--black);
    
}
/*
.cat_poster .cart_poster {
    display: none;
}
*/
.cart_items .poster_small {
    display: block;
    background-image: none !important;
    /* height: 140px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;

*/
}

.cart_items {
    /*display:table;*/
    width: 100%;
}

.cart_row {
    float: left;
}

.cart_row span {
    display: block;
}

.cart_items label {
    float: none;
    width: auto;
}

.objednavky tr.open td {
    color: #0a0;
    background-color: #defede;
}

.objednavky tr.open:hover td {
    background-color: #99ea99;
}

.objednavky tr.closed td {
    color: #900;
}

.objednavky tr.closed:hover td {
    background-color: #ea9999;
}

.objednavky tr:hover td {
    background-color: #eaeaea;
}

.objednavky .poster_small {
    display: none;
    position: absolute;
    left: -160px;
}

.objednavky a:hover .poster_small {
    display: inline;
}

.flag {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 80px;
    height: 26px;
    background: url(/images/skin/new.png) no-repeat;
    z-index: 1;
    background-size: 80px;
    transform: translateX(50%);
}

.blog .block {
    float: left;
    height: 260px;
    position: relative;
    width: 200px;
    margin: 5px;
    /* margin-bottom: 30px; */
}

.blog .cat_poster {
    bottom: 0;
    /* margin-bottom: 20px; */
    position: absolute;
    text-align: center;
    width: 200px;
    height: 200px;
}

.flag.sold {
    background: url(/images/skin/sold.png) no-repeat;
    background-size: 80px;
}

.flag.sale {
    background: url(/images/skin/sale.png) no-repeat;
    background-size: 80px;
}

.flag.preorder {
    background: url(/images/skin/preorder.png) no-repeat;
    background-size: 157px;
    width: 157px;
}

.flag.discount {
    background-position: 0 -85px;
    line-height: 39px;
    color: var(--white);
    bottom: auto;
    top: 10px;
    transform: rotate(-10deg);
    font-weight: bold;
}

.flag_big {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: url(/images/skin/newsold.png) no-repeat;
    z-index: 3;
}

.flag i, .flag_big i {
    display: none;
}

.flag_big.sold {
    background-position: 0 -85px;
}

.cena.sold {
    border: 2px dotted var(--black);
    background-color: var(--white);
    border-radius: none;
}

.cena.sold a {
    color: var(--black);
    font-weight: normal;
}

.modif p {
    position: relative;
    margin-bottom: 0;
    margin-top: 1em;
}

label {
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}

label.flex {
    display: flex;
    margin-bottom: 1em;
    margin-top: 1em;
    border: 1px solid transparent;
    transition: border-color 0.3s;
}

label.flex>* {
    align-self: center;
    line-height: 1.3em;
}

label.flex.checked {
    border: 1px solid #cccccc;
}

label span span {
    font-weight: normal;
}

#footer2 {
    padding-top: 7px;
    /* padding-left: 10px; */
}

.home_footer {
    display: block;
    /* float:left; */
    flex: 1;
    height: 32px;
    margin-top: -5px;
    opacity: .4;
    text-align: center;
}

.home_footer svg {
    width: 88px;
}

.fb span, .vimeo span, .home_footer span, .rss span, .ins span {
    display: none;
}

.fb {
    width: 26px;
    height: 26px;
    background: url("/images/skin/facebook_btn.png") no-repeat;
    display: block;
    float: left;
    margin-top: 6px;
    display: none;
}

.vimeo {
    width: 24px;
    height: 29px;
    background: url("/images/skin/vimeo_btn.png") no-repeat;
    display: block;
    float: left;
    margin-top: 6px;
}

.rss {
    width: 24px;
    height: 29px;
    background: url("/images/skin/rss_btn.png") no-repeat;
    display: block;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
    background-size: scale;
}

.ins {
    width: 26px;
    height: 26px;
    background: url("/images/skin/ins_btn.png") no-repeat;
    display: block;
    flex: 1;
    margin-top: 6px;
}

.ital {
    /* font-family: Georgia, serif; */
    font-style: italic;
}

.bold.ital {
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    /* line-height: 1em; */
}

.strike {
    text-decoration: line-through;
}

.bold.ital.strike {
    color: #6F6F66;
}

.shopping_bg {
    /* padding-left:20px !important; */
    /* background-image: url("/images/skin/cart.png"); */
    /* background-repeat:repeat-y; */
    /* background-position: 0 -3px; */
}

.shopping_bg.incart {
    background-position: 0 -24px;
    color: #A92649 !important;
    white-space: nowrap;
}

.menutable a:hover {
    color: #A92649;
}

.cart_items .bold.ital {
    display: block;
    line-height: 20px;
    vertical-align: middle;
}

.cart_info .navig {
    border-bottom: medium none;
    height: 24px;
}

h3, h1 {
    /* font-family: Georgia, serif; */
    font-style: italic;
    margin-top: 0;
}

.navig {
    background: url("/images/skin/ciarkovane_full.png") no-repeat scroll center rgba(0, 0, 0, 0);
    border-bottom: 1em solid var(--white);
    border-top: 1em solid var(--white);
    height: 60px;
}

.butt_next {
    background: url("/images/skin/sipky.png") no-repeat scroll right top transparent;
    display: block;
    height: 30px;
    padding-right: 32px;
    text-decoration: none;
    font-family: Georgia, serif;
    font-style: italic;
    line-height: 20px;
    float: right;
    position: relative;
    z-index: 1;
}

.butt_prev {
    background: url("/images/skin/sipky.png") no-repeat scroll left top transparent;
    display: block;
    height: 30px;
    float: left;
    padding-left: 32px;
    text-decoration: none;
    font-family: Georgia, serif;
    position: relative;
    z-index: 1;
    font-style: italic;
    line-height: 20px;
}

.modif p > input[type=text], .modif p > select,.modif p > textarea {
    /*left: 140px;
    position: absolute;*/
    width: 98%;
}

#features ul {
    margin: 0;
    padding-left: 15px;
}

.tabs span {
    color: #6F6F66;
    cursor: pointer;
}

.tabs span.selected {
    color: var(--black);
}

.modif {
    margin: 0 auto 40px auto;
    max-width: 300px;
    text-align: left;
}

#mainwrap {
    /* width: 946px; */
    text-align: left;
    margin: 0 auto 50px auto;
    min-height: 680px;
    position: relative;
}

.slide600 {
    /*float:left;
	width:600px;*/
}

.slide800 {
    /*float:left;
	width:800px;*/
}

.home span {
    display: none;
}

.cena a {
    color: var(--white);
    text-decoration: none;
    font-weight: bold;
    padding: 0 5px;
}

.home {
    display: block;
    position: absolute;
    width: 148px;
    height: 79px;
    top: 0;
    left: 0;
}

.related {
    margin-top: -1em;
    text-align: center;
}

.artist_info.contact {
    padding-right: 0;
}

.artist_info {
    padding-left: 160px;
    padding-right: 100px;
    padding-bottom: 20px;
}

.block100 {
    position: absolute;
    text-align: center;
    top: 152px;
    width: 120px;
}

#show {
    position: relative;
    margin-bottom: 3em;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.text-center {
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;
}

.bold {
    color: var(--black);
}

.info {
    clear: right;
}

.artist_info .info {
    padding-top: 30px;
}

.artist_info .info br {
    /* display:none; */
}

h1 a {
    text-decoration: none;
}

a {
    color: var(--black);
}

.artist {
    margin: 0 15px 0 0px;
    float: right;
}

.cena {
    padding: 4px;
    border-radius: 2px;
    background-color: var(--black);
    color: var(--white);
    display: inline-block;
    margin-right: 4px;
}

.detail_info {
    /* float: right; */
    line-height: 150%;
    padding-top: 1em;
}

h1 {
    /* font-family: Georgia, serif; */
    font-style: italic;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 3.3em;
}

.block600 {
    /* max-height: 600px; */
    /* float:left; */
    text-align: center;
    overflow: hidden;
}

.block800 {
    /* width:800px; */
    /* float:left; */
    text-align: center;
    overflow: hidden;
}

.cleaner {
    clear: both;
}

.block {
    float: left;
    width: 48%;
}

.center .block,.center .block_artist {
    float: none;
    display: inline-block;
    max-width: 560px;
}

.related .block {
    float: none;
    display: inline-block;
    margin-right: -4px;
}

.block_artist {
    float: left;
    margin-bottom: 2em;
    text-align: center;
    width: 20%;
    min-width: 200px;
}

.poster {
    cursor: pointer;
    max-height: 800px;
    margin: 0 auto;
}

.cat_poster {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    width: 100%;
}

.cat_poster .cat_info {
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
}

.artist_poster {
    height: 100px;
    text-align: center;
}

.cat_info {
    padding: 7px 0;
    text-align: center;
}

.cat_info a {
    text-decoration: none;
}

.block_artist .artist_info {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 3px 13px;
    text-align: center;
    visibility: hidden;
}

.block_artist:hover .artist_info {
    visibility: visible;
}

.block_artist:hover img, .foto:hover, .artist:hover, .cat_poster .poster_small:hover {
    top: -3px;
    /*	    -webkit-box-shadow: 7px 12px 23px rgba(0, 0, 0, 0.2);
	    box-shadow: 7px 12px 23px rgba(0, 0, 0, 0.2);
*/
    z-index: 0;
}

.block_artist img, .block_artist a:active img, .foto, a:active .foto, .artist, a:active .artist, .cat_poster .poster_small, .cat_poster .poster_small:active {
    border: 0px solid rgba(255, 255, 255, 0.4);
    /*   box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);*/
    position: relative;
    top: 0;
    transition: all .2s;
    -moz-transition: all .2s;
    /* Firefox 4 */
    -webkit-transition: all .2s;
    /* Safari and Chrome */
    -o-transition: all .2s;
    /* Opera */
}

.cat_poster .poster_small,.cart_poster {
    width: 100%;
}

.blog .cat_poster .poster_small, .blog .poster {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.cat_info span a, h1 span {
    color: #537F9C;
}

body {
    text-align: center;
    margin: 0 auto;
    /*	font-family:Tahoma, sans-serif;*/
    font-family: 'Ubuntu Condensed', sans-serif;
    /* font-size:13px; */
    color: var(--text);
    background-color: var(--white);
    /* width: 946px; */
}

body.has-message {
    padding-top: 30px;
}

body.trigger {
    overflow: hidden;
}

#retartmenu {
    /* background: url("/images/skin/retartmenu.png") no-repeat scroll -148px -62px transparent; */
    margin: 0;
    /* margin-left: 128px; */
    /* margin-top: 62px; */
    position: static;
    /* border: 1px dashed var(--black); */
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
    /* display: table !important; */
    /* right: 15px; */
    /* width: 83%; */
    padding-top: 24px;
    padding-bottom: 3px;
    text-transform: capitalize;
    /* padding-left: 16px; */
    min-height: initial;
}

#footer {
    background: url("/images/skin/ciarkovane_full.png") no-repeat scroll center calc(100% - 10px) rgba(0, 0, 0, 0);
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    bottom: 0;
    width: 100%;
    clear: left;
    margin-top: 3em;
    /* border: 1px dashed var(--black); */
    padding-bottom: 30px;
    display: table;
}

.h2 {
    background: url("/images/skin/ciarkovane_full.png") no-repeat scroll center 57px rgba(0, 0, 0, 0);
    bottom: 0;
    clear: left;
    margin-top: 44px;
    padding-bottom: 17px;
    padding-top: 0;
    text-align: center;
    width: 100%;
}

.h2 h1 {
    background-color: var(--white);
    display: inline-block;
    /* font-family: Georgia,serif; */
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 3.3em;
    padding: 0 3px;
    position: relative;
    top: 23px;
}

.menutable a {
    color: var(--black);
    display: inline-block;
    padding: 5px ;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .52s;
    -moz-transition: color .52s;
    /* Firefox 4 */
    -webkit-transition: color .52s;
    /* Safari and Chrome */
    -o-transition: color .52s;
    /* Opera */
}

.menutable a:hover {
    color: #A92649;
}

.navbar-nav a.active {
    color: #A92649;
    /*	text-shadow:1px 1px 3px #99AADD;
	-moz-text-shadow:1px 1px 3px #99AADD;
	-khtml-text-shadow:1px 1px 3px #99AADD;
	-webkit-text-shadow:1px 1px 3px #99AADD;*/
}

#footer a {
    color: var(--black);
    display: table-cell;
    text-decoration: none;
    /* width: auto; */
    white-space: nowrap;
    padding: 0 30px;
    font-size: 16px;
}

a.navig_spacer {
    height: 66px;
    float: left;
    display: block;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

a.navbar-brand span {
    display: none;
}

a.navbar-brand {
    /* background: url("/images/skin/retart-logo.svg") no-repeat scroll 0 0 transparent; */
    width: 150px;
    height: 80px;
    float: none;
    display: block;
    padding: 0;
    position: relative;
    z-index: 4;
}

.navbar-nav>li>a {
    padding: 2px 0px;
}

.navbar-nav>li>a:hover {
    background: none;
}

#retartmenu {
    flex: 1;
}

#trigger {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*
*/
@media (max-width: 991px) {
    .block, .block_artist {
        max-width: initial !important;
    }

    #footer a {
        padding: 0 17px;
    }

    .block_artist .artist_info {
        visibility: visible;
    }
}

@media (max-width: 1024px) {
    .navbar-nav {
        margin:0;
    }

    #retartmenu {
        /* width:auto; */
        padding-right: 10px;
        display: block !important;
    }

    .block_artist .artist_info {
        visibility: visible;
    }

    iframe {
        width: 100% !important;
        float: none;
        height: auto;
        margin: 60px auto 0 auto;
        display: block;
        /* max-height: 370px; */
    }

    #retartmenu.in {
        height: auto;
    }

    .block100 {
        position: static;
        float: left;
        margin-right: 20px;
    }

    .artist_info {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    #footer a {
        padding: 0 9px;
    }

    .artist_info .info {
        padding-top: 1em;
    }

    .contact {
        clear: left;
    }

    #footer {
        display: block;
    }

    #footer>a {
        display: inline-block;
    }
}

@media (max-width: 1000px) {
    .nav>li {
        display: inline-block !important;
        margin: 0 1.3%;
    }

    .block800 {
        overflow: visible;
    }

    #show {
        margin: 0 -15px 0 -15px;
        width: 100vw;
    }

    #trigger {
        position: fixed;
        display: block;
        z-index: 4;
        top: 40px;
        right: 20px;
        width: 40px;
        cursor: pointer;
        height: 40px;
        float: right;
        /* top: 16px; */
    }

    #trigger span {
        height: 6px;
        width: 40px;
        background-color: var(--black);
        /* cursor: pointer; */
        transition: .3s;
        display: block;
        border-width: 20px 0 20px 0;
        /* border-style: solid; */
        /* box-sizing: content-box; */
        border-color: var(--white);
        margin-top: 16px;
    }

    #trigger span:before {
        display: block;
        height: 6px;
        background-color: var(--black);
        width: 40px;
        content: "";
        transform-origin: 50% 50%;
        transform: translateY(-12px);
        transition: .3s;
    }

    #trigger span:after {
        display: block;
        height: 6px;
        background-color: var(--black);
        width: 40px;
        content: "";
        transform-origin: 50% 50%;
        transform: translateY(7px);
        transition: .3s;
    }

    .trigger #trigger span {
        background-color: transparent;
    }

    .trigger #trigger span:before {
        transform: translateY(0px) rotate(45deg);
    }

    .trigger #trigger span:after {
        transform: translateY(-6px) rotate(-45deg);
    }

    #footer {
        background-position-y: calc(100% - 10px);
    }

    #retartmenu {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        right: 0;
        z-index: 2;
        background-color: var(--white);
        padding: 0;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        transform: translateX(100%);
        transition: transform .3s;
        overflow: auto;
        padding-top: 30px;
        border-radius: 0;
    }

    .trigger #retartmenu {
        transform: translateX(0px);
    }

    #retartmenu ul.nav.navbar-nav {
        display: flex;
        flex-direction: column;
    }

    #retartmenu .navbar-nav>li>a {
        font-size: 20px;
        line-height: initial;
    }

    .cat_poster .poster_small,.cart_poster {
        /* width: calc(100vw - 30px); */
    }
}

@media (max-width: 479px) {
    .block {
        width: auto;
        float: none;
    }

    .block_artist .artist_info {
        visibility: visible;
    }

    .button_line {
        padding-right: 0 !important;
        /* max-width: 100%; */
        margin: 10px auto;
        text-align: center;
    }

    .button_line input[type=button], .button_line input[type=submit].normal {
        display: block !important;
        margin-right: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li {
        /* max-width:40px; */
    }
}

form#cart_form {
    margin-bottom: 5em;
}

.navbar-header {
    /* position: absolute; */
    /* z-index: 1; */
}

nav.navbar {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
    display: flex;
}

iframe {
    border: none;
}

button.navbar-toggle {
    position: absolute;
    float: none;
    margin: 0;
    padding: 2px 0 2px 10px;
    /* display: block; */
    right: 54px;
    top: 7px;
}

ul.nav.navbar-nav {
    display: flex;
    width: auto;
    margin: 0;
    max-width: 100%;
}

.nav>li {
    flex-grow: 1;
    text-align: center;
}

.carousel .item {
    background-size: cover;
    background-position: center;
}

.center.lace, .center.scarf,.center.pin {
    max-width: 100%;
}

.center.case, .center.sunbag {
    /* max-width: 800px; */
}

iframe.lightwidget-widget {
    max-width: initial;
    margin-top: 0;
}

.cart_info select {
    min-width: 130px;
}

.contact td {
    padding: 5px;
}

.contact input[type=text],.contact .textarea {
    width: 100%;
    border: 1px solid var(--black);
}

td.error {
    box-shadow: none;
}

td.error input, td.error textarea {
    background-color: #FFDBDB;
}

span.required_star {
    color: red;
}

img.posta {
    vertical-align: bottom;
    margin-right: 9px;
    margin-bottom: 3px;
}

span.inline-block {
    display: inline-block;
}

span.hp {
    position: absolute;
    left: -30000px;
    top: -30000px;
}

img.kurier {
    margin-right: 12px;
    width: 40px;
}

div#shipping_option {
    margin-top: 2em;
}

img[title='VISA / MasterCard'] {
    height: auto;
}

#introMessage {
    position: fixed;
    z-index: 1;
    padding: 5px 10px;
    right: 0;
    top: 0;
    font-size: 13px;
    transition: top .5s;
    /* padding-left: 80px; */
    left: 0;
    white-space: nowrap;
    text-align: center;
    /* bottom: auto; */
    background-color: white;
    /* border-bottom: 1px solid lightgray; */
    transform: none;
    width: auto;
}

#introMessage.flag {
    color: #ffffff;
    background-color: #37a751;
    padding-left: 80px;
}

#introMessage.flag.sale {
    background-color: #8476b8;
}

#introMessage.flag.black {
    background-color: #000000;
    background-image: none;
    padding-left: 10px;
}

table.contact {
    width: 100%;
}

table.contact td:last-child {
    width: 80%;
}

textarea#freeform_message {
    width: 100%;
}

@keyframes bounceDown {
    to {
        top: 0px;
    }
}

@media (max-width: 1000px) {
    #introMessage {
        /* top: 0; */ transform: none;
        position: fixed;
        /* margin-left: -15px; */
        display: block;
        /* margin-right: -15px; */
        width: 100vw;
        text-align: center;
        display: flex;
        justify-content: center;
        z-index: 5;
    }

    #countDown {
        padding-left: 10px;
    }

    .roh {
        position: relative;
        padding-top: 20px;
        top: 0;
    }

    body.has-message {
        padding-top: 1.8em;
        transition: .3s;
    }

    nav.navbar {
        margin: 0;
    }

    #footer2 {
        text-align: center;
        padding-left: 0;
        margin-top: 20px;
    }

    #footer2 > * {
        display: inline-block !important;
        float: none !important;
    }

    #footer2 > div {
        display: block !important;
    }

    table.contact td, table.contact label {
        display: block;
        width: 100% !important;
        text-align: center;
    }

    table.contact label {
        margin-bottom: -7px;
        margin-top: 10px;
    }

    #trigger {
        top: 60px;
    }

    body.has-message #trigger {
        top: 90px;
    }

    .navbar-header {
        position: fixed;
        z-index: 1;
    }

    .navbar {
        min-height: 80px;
    }
}

@media (min-width: 700px) {
    #introMessage {
        /* top: -40px; */ /* transform: translateX(-50%); */ /* left: 50%; */
    }
}

#footer2 {
    display: flex;
    justify-content: space-between;
}

h2.category-name {
    text-transform: uppercase;
    font-weight: normal;
    font-family: sans-serif;
    letter-spacing: 9px;
    margin-bottom: 40px;
}

/*@media (prefers-color-scheme: dark) {
    :root {
        --white: black;
        --black: white;
        --text: #afafaf;
    }      
    .st0{
        fill: var(--black) !important;
        stroke: var(--white) !important;
    }
     #footer,
    .cleaner.total,
    .h2{
        background-image: url("/images/skin/ciarkovane_full-white.png");
    }
    .block_artist img, .foto, .artist, .block_artist img, .foto, .artist, .cat_poster .poster_small{
        filter: invert();
    }
    .block_artist:hover img, .foto:hover, .artist:hover, .cat_poster .poster_small:hover{
        filter: invert(0);
    }
    .navig {
        background-image: url(/images/skin/odelovac-white.png);
    }
}*/
