@keyframes list-open {
    0% {
        height: 0;
    !important;
    }
    1% {
        height: 0;
    !important;
    }
    100% {
        height: 100%;
    !important;
    }
}

@-webkit-keyframes list-open {
    0% {
        height: 0;
    !important;
    }
    1% {
        height: 0;
    !important;
    }
    100% {
        height: 100%;
    !important;
    }
}

@keyframes list-close {
    0% {
        height: 100%;
    !important;
    }
    99% {
        height: 0;
    !important;
    }
    100% {
        height: 0;
    !important;
    }
}

@-webkit-keyframes list-close {
    0% {
        height: 100%;
    !important;
    }
    99% {
        height: 0;
    !important;
    }
    100% {
        height: 0;
    !important;
    }
}

@keyframes list-button-close {
    0% {
        display: none;
    !important;
    }
    99% {
        display: none;
    !important;
    }
    100% {
        display: block;
    !important;
    }
}

@-webkit-keyframes list-button-close {
    0% {
        display: none;
    !important;
    }
    99% {
        display: none;
    !important;
    }
    100% {
        display: block;
    !important;
    }
}

.list-button-close {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 50px;
    height: 60px;
    font-size: 30px;
    z-index: 2;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
    margin-top: -60px;
    margin-left: -25px;
    padding-top: 6px;
    border: 1px solid silver;
    border-bottom: none;
    background-color: white;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#item-map div[data-id=list-button] {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 50px;
    height: 60px;
    font-size: 30px;
    z-index: 2;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
    margin-top: -1px;
    margin-left: -25px;
    padding-top: 1px;
    border: 1px solid silver;
    border-top: none;
    background-color: white;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

#item-map div[data-id=list-button][data-type=closed] {
    display: block;
}

#item-map div[data-id=list-button][data-type=opened] {
    display: none;
}

#item-map div[data-id=list] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: white;
    overflow: hidden;
}

#item-map div[data-id=list][data-type=default] {
    /*height: 0;*/
}

#item-map div[data-id=list][data-type=closed] {
    height: 0;

    animation-name: list-close;
    animation-duration: 1s;
    animation-iteration-count: 1;
    /*    animation-delay: 2s; */

    -webkit-animation-name: list-close; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
    /*    -webkit-animation-delay: 2s;*/ /* Chrome, Safari, Opera */
}

#item-map div[data-id=list][data-type=opened] {
    height: 100%;

    animation-name: list-open;
    animation-duration: 1s;
    animation-iteration-count: 1;
    /*    animation-delay: 2s; */

    -webkit-animation-name: list-open; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
    /*    -webkit-animation-delay: 2s;*/ /* Chrome, Safari, Opera */
}
#list-selector{
    max-height: 260px;
    overflow: hidden;
    /*overflow-y: scroll;*/
}
#item-map div[data-id=list-selector] {
    display: -webkit-box; /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box; /* OLD: Firefox (buggy) */
    display: -ms-flexbox; /* MID: IE 10 */
    display: -webkit-flex; /* NEW, Chrome 21?28, Safari 6.1+ */
    display: flex;

    -webkit-flex-wrap: wrap; /* NEW */
    flex-wrap: wrap;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    align-content: flex-start;
    -webkit-align-content: flex-start;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-right: 20px;
    border-bottom: 1px solid #4a4a4a;
}

#item-map div[data-type=selector-item] {
    -moz-box-flex: 1;
    -webkit-flex: 1 0 150px;
    -ms-flex: 1 0 150px;
    flex: 1 0 150px;

    min-width: 182px;
    max-width: 250px;
    height: 42px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
    margin: 5px;
    border: 1px solid silver;
    border-radius: 5px;
}

#item-map div[data-type=selector-item][data-status=unselected] {
    cursor: pointer;
}

#item-map div[data-type=selector-item][data-status=unselected]:hover {
    background-color: whitesmoke;
}

#item-map div[data-type=selector-item][data-status=selected] {
    color: lightblue;
    border-color: lightblue;
    background-color: #2b6bb2;
}

#right #content .block {
    font-family: Arial;
    font-size: 12px;
    color: #4a4a4a;
    background: #ffffff;
    margin: 0 auto;
    padding: 12px 0 12px 12px;
    width: 717px;
    border: 1px solid #afb5ba;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#right #content .block a {
    text-decoration: none;
    color: #2b6bb2;
}

#right #content .block a:hover {
    text-decoration: underline
}

.anchor_links_column {
    display: block;
    float: left;
    margin-bottom: 12px;
    overflow: auto;
    text-align: left;
    width: 175px;
}

.shop_item {
    display: block;
    clear: both;

    border-bottom: 1px solid #DDD;
    margin: 0 12px 0 0;
    padding: 0 0 10px;
    overflow: auto;
    clear: both;
}

.shop_item:last-child {
    border-bottom: none;
}

.shop_item h3 {
    margin-bottom: 6px;
}

.shop_item img {
    float: left;
}

.shop_preview_image {
    float: left;
    padding: 0pt 10px 0pt 0pt;
}

.shop_preview_image img {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    padding: 3px;
}

.shop_informations {
    float: left;
}

#contact_captcha_request.loading {
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-image: url('../images/ajax-loader3.gif');
}