#languages-block-top {
    display: flex;
    border: 1px solid #949391;
    border-width: 0 0 0 1px;
    margin-left: 15px;
    padding-left: 15px;
}

@media (max-width: 479px) {
    #languages-block-top {
        width: 25%;
    }
}

#languages-block-top span.firstWord {
    display: none;
}

#languages-block-top div.current {
    font-weight: bold;
    padding: 8px 10px 10px 10px;
    line-height: 18px;
    color: #333;
    cursor: pointer;
}

@media (max-width: 479px) {
    #languages-block-top div.current {
        text-align: center;
        padding: 9px 5px 10px;
        font-size: 11px;
    }
}

#languages-block-top div.current strong {
    color: #777777;
}

#languages-block-top div.current:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
    color: #686666;
    vertical-align: -2px;
    padding-left: 12px;
}

@media (max-width: 479px) {
    #languages-block-top div.current:after {
        padding-left: 2px;
        font-size: 13px;
        line-height: 13px;
        vertical-align: 0;
    }
}

@media (max-width: 479px) {
    #languages-block-top div.current .cur-label {
        display: none;
    }
}

#languages-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 157px;
    background: #333;
    z-index: 2;
}

#languages-block-top ul li {
    color: #fff;
    line-height: 35px;
    font-size: 13px;
}

#languages-block-top ul li a, #languages-block-top ul li > span {
    padding: 0 10px 0 12px;
    display: block;
    color: #fff;
}

/*# sourceMappingURL=blocklanguages.css.map */
/* product desc */
/* primary_block ***************************************************************************** */
.top-hr {
    background: #C4C4C4;
    height: 5px;
    margin: 2px 0 31px;
}

.product-heading-h5 {
    color: #999999;
    font-weight: 200;
    margin: 3px 0 8px;
    font-size: 19px;
}

.box-security .product-heading-h5 {
    margin: 3px 0 -8px;
}

@media (max-width: 1199px) {
    .box-security .product-heading-h5 {
        margin-bottom: 8px;
    }
}

a.fancybox-nav {
    outline: 0;
}

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #dbdbdb;
    background: #fff;
}

@media (max-width: 767px) {
    .pb-left-column #image-block {
        width: 280px;
        margin: 0 auto;
    }
}

.pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.pb-left-column #image-block #view_full_size .span_link:after {
    font-family: "FontAwesome";
    color: #c0c0c0;
    font-size: 20px;
    line-height: 22px;
    content: "\f00e";
    font-weight: normal;
    margin: 0 0 0 4px;
}

.pb-left-column #image-block #view_full_size .span_link:hover:after {
    color: #333;
}

.pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px;
}

.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none;
}

.pb-left-column #image-block .zoomPad {
    z-index: auto !important;
}

.pb-left-column #image-block .new-box, .pb-left-column #image-block .sale-box {
    z-index: 5002;
}

#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px;
}

#thumbs_list li {
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#thumbs_list li a {
    display: block;
    border: 3px solid #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
}

#thumbs_list li a:hover, #thumbs_list li a.shown {
    border-color: #dbdbdb;
}

.show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
    width: 294px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
        width: 194px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
        width: 82px;
    }
}

@media (max-width: 767px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
        width: 196px;
    }
}

span.view_scroll_spacer {
    float: left;
    width: 39px;
    padding-left: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    span.view_scroll_spacer {
        width: 45px;
        padding-left: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
        width: 30px;
        padding-left: 3px;
    }
}

@media (max-width: 767px) {
    span.view_scroll_spacer {
        width: 45px;
        padding-left: 18px;
    }
}

.show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 27px;
    padding-left: 2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
        width: 44px;
        padding-left: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
        width: 41px;
        padding-left: 13px;
    }
}

@media (max-width: 767px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
        width: 45px;
        padding-left: 14px;
    }
}

#view_scroll_left, #view_scroll_right {
    margin-top: 38px;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left, #view_scroll_right {
        margin-top: 28px;
    }
}

#view_scroll_left:before, #view_scroll_right:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px;
}

#view_scroll_left:hover:before, #view_scroll_right:hover:before {
    color: #333;
}

#view_scroll_right {
    float: left;
}

#view_scroll_right:before {
    content: "\f138";
}

#view_scroll_left {
    margin-top: 0;
}

#view_scroll_left:before {
    content: "\f137";
    padding-right: 2px;
}

.resetimg {
    padding: 10px 0 0;
}

.resetimg #resetImages i {
    margin-right: 6px;
}

.view_scroll_spacer {
    margin-top: 38px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
        margin-top: 28px;
    }
}

/* link list */
#usefull_link_block {
    list-style-type: none;
}

#usefull_link_block li {
    margin: 0 0 8px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li {
        float: none !important;
    }
}

#usefull_link_block li:first-child {
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
}

#usefull_link_block li a {
    color: #777676;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    display: inline-block;
}

#usefull_link_block li a:before {
    font-family: "FontAwesome";
    color: #333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
}

#usefull_link_block li a:hover {
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none;
    }
}

#usefull_link_block li.print a:before {
    content: "\f02f";
}

#usefull_link_block li.sendtofriend a:before {
    content: "\f003";
}

#usefull_link_block li#left_share_fb {
    clear: both;
    float: none;
}

#usefull_link_block li#left_share_fb a {
    padding-left: 18px;
}

#usefull_link_block li#left_share_fb a:before {
    content: "\f09a";
}

#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
    cursor: pointer;
    font-weight: 700;
    clear: both;
    float: none;
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
    position: relative;
}

#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
    font-family: "FontAwesome";
    color: #333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
    content: "\f08a";
}

#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
    color: #000;
}

#usefull_link_block li#favoriteproducts_block_extra_removed:before {
    content: "\f004";
}

/* pb-left-column ****************************************************************************** */
.pb-center-column {
    margin-bottom: 30px;
}

.pb-center-column h1 {
    margin: 0;
    font-size: 37px;
    letter-spacing: 2px;
    line-height: 41px;
    color: #4b260e;
    font-weight: 700;
}

.pb-center-column p {
    margin-bottom: 10px;
}

.pb-center-column #product_reference {
    margin-bottom: 6px;
}

.pb-center-column #short_description_block .buttons_bottom_block {
    display: none;
}

.pb-center-column #short_description_block #short_description_content {
    padding: 0 0 15px;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.5;
}

.pb-center-column #short_description_block #short_description_content p {
    line-height: 18px;
}

.pb-center-column #buy_block {
    margin-top: 10px;
}

.pb-center-column #buy_block label {
    /* width: 125px; */
    line-height: 27px;
    float: left;
    margin-right: 5px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
}

.pb-center-column #buy_block .attribute_list {
    display: inline-block;
    width: 150px;
}

.pb-center-column #buy_block p.price {
    padding: 0;
}

.pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700;
}

.pb-center-column .box-info-product, .pb-center-column .product_attributes, .pb-center-column .box-cart-bottom {
    border: none;
    background: none;
    box-shadow: none !important;
    padding: 0 !important;
}

.pb-center-column .content_prices, .pb-center-column .buttons_bottom_block {
    padding: 0;
}

.pb-center-column .box-info-product {
    border-top: 1px solid #b6b6b6;
    padding-top: 15px !important;
}

#product p#loyalty {
    padding: 17px 0 15px 35px;
    border-top: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
    margin: 10px 0 -5px;
    position: relative;
}

#product p#loyalty b {
    color: #333;
}

#product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0;
}

#page .rte {
    padding: 0 20px 20px;
    word-wrap: break-word;
}

#page .rte p {
    margin-bottom: 1em;
    min-height: 1px;
}

#attributes fieldset {
    padding-bottom: 10px;
}

#attributes .attribute_list {
    width: 100%;
}

#attributes .attribute_list .form-control {
    max-width: 230px;
}

#attributes .attribute_list .form-control option {
    background: #fff;
    color: #666;
}

#attributes .attribute_list ul {
    clear: both;
}

#attributes .attribute_list ul li {
    float: left;
    margin-right: 10px;
}

#attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px;
}

#attributes .attribute_list div.radio, #attributes .attribute_list div.radio span, #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block;
}

#attributes .attribute_list #color_to_pick_list {
    list-style-type: none;
}

#attributes .attribute_list #color_to_pick_list li {
    float: left;
    margin: 0 3px 3px 0;
    padding: 1px;
    border: 1px solid #d6d4d4;
    clear: none;
    width: 26px;
    height: 26px;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick img {
    display: block;
    height: 22px;
    width: 22px;
}

#attributes .attribute_list #color_to_pick_list li.selected {
    border: 1px solid #4d4d4d;
}

.product_attributes, .box-cart-bottom {
    -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    padding: 19px 19px 17px;
}

.box-cart-bottom {
    padding: 0;
}

#short_description_content a, .page-product-box .rte a {
    color: #333333;
    text-decoration: underline;
}

#short_description_content a.btn, .page-product-box .rte a.btn {
    text-decoration: none;
}

.box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf;
}

.box-info-product p {
    margin-bottom: 7px;
}

.box-info-product .exclusive {
    padding: 0;
    border: none;
    position: relative;
    display: block;
    background: #ab8b76;
}

.box-info-product .exclusive:before, .ajax_add_to_cart_button::before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    color: #fff;
    font-size: 17px;
    line-height: 44px;
    content: "\f07a";
    z-index: 2;
    width: 30px;
    text-align: center;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}


@media (max-width: 991px) {
    .box-info-product .exclusive:before {
        display: none;
    }
}

.box-info-product .exclusive.added:before {
    content: "\f00c";
}

.box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
    height: 51px;
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
}

.box-info-product .exclusive span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 22px;
    padding: 12px 36px 14px 60px;
    color: #fff;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .box-info-product .exclusive span {
        padding: 12px 22px 14px 55px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: left;
    }
}

.box-info-product .exclusive:hover {
    background: #63ac5f;
}

#center_column.col-sm-9 .col-md-3 .box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
        display: none;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
    content: "\f00c";
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51px;
    content: "";
    width: 1px;
    z-index: 2;
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
        display: none;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-top: 1px solid #006fa8;
    text-shadow: 0 1px #015883;
    padding: 12px 16px 14px;
    color: #fff;
    display: block !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: center;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0', GradientType=0);
    background-position: 0 0;
}

/* table_data_sheet */
.table-data-sheet {
    border-bottom: 1px solid #d6d4d4;
    width: 100%;
    margin: 0 0 20px;
    background: #fff;
}

.table-data-sheet tr {
    border-top: 1px solid #d6d4d4;
}

.table-data-sheet tr.even {
    background: #fdfdfd;
}

.table-data-sheet tr td {
    padding: 7px 10px 8px;
}

.table-data-sheet tr td:first-child {
    border-right: 1px solid #d6d4d4;
    width: 30%;
    font-weight: 700;
    color: #333;
}

/* table product-discounts */
table.table-product-discounts {
    border: none;
    border-bottom: 1px solid #d6d4d4;
    border-right: 1px solid #d6d4d4;
    width: 50%;
    margin: 0 0 20px;
    background: #fff;
}

@media (max-width: 767px) {
    table.table-product-discounts {
        width: 100%;
    }
}

table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333;
    font-weight: 700;
    border: none;
    font-weight: 700;
}

table.table-product-discounts tr td, table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none;
}

/* accessories  */
.accessories-block .block_description {
    display: none;
}

.accessories-block .exclusive span {
    font-size: 13px;
    line-height: 18px;
    padding: 2px 8px 3px;
    text-decoration: none;
}

.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none;
}

.accessories-block .product-name {
    margin-bottom: 5px;
}

.accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939;
}

.accessories-block .product-name a:hover {
    color: #515151;
}

.accessories-block div ul li a {
    display: inline-block;
}

.accessories-block div ul li.s_title_block a, .accessories-block div ul li.s_title_block span {
    font-weight: 700;
}

#quantity_wanted_p .btn {
    float: left;
    margin-left: 3px;
    display: none;
}

#quantity_wanted_p label {
    display: block;
    margin-bottom: 7px;
}

/* availability_statut */
#availability_statut span#availability_label, #availability_date_label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right;
}

#quantityAvailable {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

#availability_value, #last_quantities {
    color: #fff;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    padding: 3px 8px 4px;
    margin-left: 5px;
}

#last_quantities {
    background: #fe9126;
    border: 1px solid #e4752b;
    padding: 4px 8px 3px;
    position: relative;
    top: 1px;
    margin-left: 0px;
}

#availability_statut, #pQuantityAvailable {
    display: inline-block;
}

#pQuantityAvailable span {
    font-weight: 700;
    color: #333;
}

/* box-security */
.box-security {
    border-top: 1px solid #dfdede;
    padding: 19px 19px 6px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
    background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
    background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
    background-image: linear-gradient(#ffffff, #fbfbfb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fbfbfb', GradientType=0);
}

/* prices */
.content_prices {
    padding: 13px 19px;
}

.discount {
    display: none;
}

.our_price_display {
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #333;
}

@media (max-width: 991px) {
    .our_price_display {
        font-size: 26px;
        line-height: 28px;
    }
}

.our_price_display .price {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #a5816a;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 991px) {
    .our_price_display .price {
        font-size: 26px;
        line-height: 28px;
    }
}

#old_price {
    padding-bottom: 15px;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block;
    line-height: 23px;
}

#reduction_percent, #reduction_amount {
    margin-right: 10px;
    padding: 1px 2px;
    font-weight: 600;
    font-size: 21px;
    line-height: 23px;
    color: #fff;
    background: #f13340;
    border: 1px solid #d02a2c;
}

#reduction_percent span, #reduction_amount span {
    display: block;
}

.hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column #reduction_amount {
    display: inline-block;
}

/* online_only */
.pb-center-column p.online_only {
    font-weight: 700;
    font-size: 13px;
    color: #f13340;
    text-align: left;
}

.buttons_bottom_block {
    clear: both;
    padding: 13px 19px 0;
}

.buttons_bottom_block #wishlist_button {
    font-weight: 700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
    width: 555px;
    overflow: hidden;
}

@media (max-width: 767px) {
    #send_friend_form {
        width: 280px;
    }
}

#send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4;
}

#send_friend_form .product p {
    padding: 0;
    color: #333;
}

#send_friend_form .product p .product_name {
    font-size: 12px;
    color: #000;
}

#send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
}

#send_friend_form .form_container p.intro_form {
    padding-bottom: 6px;
    font-weight: 700;
    font-size: 13px;
    color: #333;
}

#send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #666;
}

#send_friend_form .form_container .text {
    padding-bottom: 10px;
}

#send_friend_form .form_container .text label {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 12px;
}

#send_friend_form .form_container .text input {
    padding: 0 5px;
    height: 22px;
    width: 100%;
    border: 1px solid #d6d4d4;
    font-size: 12px;
    color: #666;
}

#send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right;
}

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
    margin-bottom: 30px;
}

ul#uploadable_files, ul#text_fields {
    list-style-type: none;
}

.customizableProductsFile, .customizableProductsText {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d4d4;
}

.customizationUploadLine {
    padding-bottom: 10px;
}

.customizationUploadLine label {
    display: block;
    vertical-align: top;
}

.customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777;
}

.customizationUploadBrowse img + a {
    position: relative;
    top: -51px;
}

#customizedDatas {
    float: right;
}

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #product.content_only div.primary_block {
        margin-right: 0;
    }
}

#product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%;
}

@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none;
    }
}

#product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
    width: 38px;
    padding-left: 10px;
}

#product.content_only div.primary_block div.pb-left-column #thumbs_list {
    width: 392px;
}

#product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%;
}

@media (max-width: 991px) {
    #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px;
    }
}

@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none;
    }
}

#product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
    padding-right: 0;
}

@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block;
    }

    #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none;
    }
}

#product.content_only div.primary_block div.pb-center-column #ShareDiv {
    position: absolute;
    bottom: 8px;
}

#product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product {
    border-top-width: 0px;
    border-right: none;
    border-bottom: none;
    min-height: 623px;
    height: 100%;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    padding-bottom: 125px;
}

@media (max-width: 991px) {
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #d6d4d4;
    }
}

#product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
    right: 0;
    left: 0;
}

#product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
    width: 230px;
}

#product.content_only div.primary_block div.pb-right-column .product_attributes, #product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
    -moz-box-shadow: transparent 0px 0px 0px;
    -webkit-box-shadow: transparent 0px 0px 0px;
    box-shadow: transparent 0px 0px 0px;
}

#product.content_only div.primary_block div.pb-right-column .product_attributes {
    padding-top: 0;
}

.addsharethisinner .stButton .stArrow {
    display: none !important;
}

@media (max-width: 1050px) {
    #product.content_only div.primary_block div.pb-left-column, #product.content_only section.primary_block div.pb-left-column {
        width: 100%;
        padding-right: 15px;
    }

    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block, #product.content_only section.primary_block div.pb-left-column #image-block, #product.content_only section.primary_block div.pb-left-column #views_block {
        max-width: 470px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #product.content_only div.primary_block div.pb-left-column #thumbs_list li, #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
        width: 90px;
        height: 90px;
    }

    #product.content_only div.primary_block div.pb-left-column #thumbs_list li img, #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px;
    }

    #product.content_only div.primary_block div.pb-center-column, #product.content_only section.primary_block div.pb-center-column {
        width: 50%;
        float: left;
        padding-left: 35px;
    }

    #product.content_only div.primary_block div.pb-right-column, #product.content_only section.primary_block div.pb-right-column {
        width: 50%;
        float: left;
    }

    #product.content_only div.primary_block div.pb-right-column .box-info-product, #product.content_only section.primary_block div.pb-right-column .box-info-product {
        border-top-width: 1px;
        min-height: 1px;
    }
}

/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
    background: #fff;
    border: 1px solid #d6d4d4;
}

.ie8 .box-security {
    filter: none;
}

/*# sourceMappingURL=product.css.map */
.page-product-box table {
    width: 100%;
}

.page-product-box table img {
    max-width: 100%;
    height: initial;
}

#oosHook {
    margin: 15px 0;
    font-weight: bold;
}

#oosHook a {
    color: #222;
}

.why-icons {
    background: #fbfbfb;
    padding: 15px 15px;
    margin: 0 0 -15px -15px;
    /* border-bottom: 1px solid #c4c4c4 */
}

.why-row {
    clear: both;
    min-height: 80px;
}

.why-icon {
    float: left;
    height: 54px;
    background: url('/img/ikonki.jpg');
    width: 54px;
}

.why-text {
    margin-left: 63px;
    padding: 5px 0;
}

.why-text h4 {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.why-row:nth-child(4) .why-icon {
    background-position: 0 54px
}

.why-row:nth-child(3) .why-icon {
    background-position: 0 119px
}

.why-row:nth-child(2) .why-icon {
    background-position: 0 183px
}

.page-product-box img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .page-product-box img {
        margin: 0 -15px;
        width: 110%;
        max-width: none;
    }
}

.pb-left-column #image-block {
    border: 0;
    padding: 0;
    flex-grow: 1;
}

#thumbs_list {
    height: 100%;
}

#views_block {
    position: relative;
}

#view_scroll_left, #view_scroll_right {
    position: absolute;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

#view_scroll_left:before, #view_scroll_right:before {
    color: #fff;
}

#view_scroll_right {
    right: 0;
}

.pb-center-column .box-info-product {
    border-top: 0;
}

.our_price_display small {
    margin-left: 10px;
    font-size: .8em;
    font-weight: 300;
    display: none;
}

.d-flex {
    display: flex;
}

.d-flex--v-center {
    align-items: center;
}

.m-y-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-y-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.m-y-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

input#quantity_wanted {
    display: block;
    max-width: 60px;
    padding: 10px 15px 10px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    height: auto;
    color: #4b566b;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.btn.button-plus, .btn.button-minus {
    text-shadow: none;
}

.btn.button-plus span, .btn.button-minus span {
    background: transparent;
    padding-top: 5px;
}

#add_to_cart {
    margin-left: 25px;
}

#add_to_cart button, .btn-link-buy {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 12px 30px 12px 50px;
    line-height: 1.5;
    font-size: 15px;
    border-radius: 5px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    display: block;
    width: 100%;
    white-space: nowrap;
    color: #fff !important;
    background: #ab8b76;
    border-color: #ab8b76;
    cursor: pointer;
    box-shadow: 0 .5rem 1.125rem -.5rem #ab8b76;
}

.attribute input:checked + label {
    border-color: #ab8b76;
    opacity: 1;
}

.attribute label {
    padding: 10px 18px;
    margin-right: 15px;
    background: transparent;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
    color: #4b566b;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.attribute--crossed label {
    opacity: .5;
}

.attribute--crossed label {
    background: #fdfdfd;
}

.attribute label small {
    display: block;
    font-size: .5em;
    line-height: 1.4;
    font-weight: 400;
}

.page-product-box label {
    margin-bottom: 0;
}

.shop-features {
    border: 0;
    background: transparent;
}

.shop-feature {
    padding-left: 0;
}

.shop-feature img {
    height: 56px;
    width: auto;
    object-fit: contain;
}

.shop-feature + .shop-feature {
    border-left: 0;
}

#view_scroll_left:before {
    content: "\f053";
}

#view_scroll_right:before {
    content: "\f054";
}

/*.shop-feature .icon {*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: 0 0 !important;*/
/*}*/
/*.shop-feature .icon-assistance {*/
/*    background: url('../../img/icon-assistance.png');*/
/*}*/
/*.shop-feature .icon-free {*/
/*    background: url('../../img/icon-free.png');*/
/*}*/
/*.shop-feature .icon-payments {*/
/*    background: url('../../img/icon-payments.png');*/
/*}*/
/*.shop-feature .icon-returns {*/
/*    background: url('../../img/icon-returns.png');*/
/*}*/
.shop-feature .text h5 {
    color: #8d8989;
    font-size: 15px;
}

.shop-feature .text p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    color: #b89276;
    font-weight: 300;
    font-family: "Roboto";
    text-align: center;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fe6a6a;
    border: 0 !important;
    font-weight: bold;
}

.nav-tabs > li.active {
    border-bottom: 2px solid #fe696a;
}

.page-product-box--green {
    background: #f3f9f2;
    padding: 5px 15px
}

.page-product-box--green h4 {
    color: #7dbd74;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.nav-tabs--new li a:hover {
    background: #fff;
}

.nav-tabs--new li a:hover::after {
    background: #5d9d59
}

.bxslider--new .ajax_block_product {
    box-shadow: none;
    padding: 0 !important;
    text-align: center;
}

.bxslider--new img {
    border: 0;
}

.bxslider--new .product-box .product-image {
    border: 0;
    padding: 0;
}

.bxslider--new .price {
    font-size: 16px;
    font-weight: bold;
}

.accessories-block .bxslider--new .product-name a {
    font-size: 14px;
}

h3.page-product-heading--new {
    border-bottom: 0;
    font-weight: 400;
    font-size: 22px;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    table {
        max-width: 100%;
        display: block;
    }

    .nav-tabs li a {
        font-size: 14px;
    }

    .attribute label {
        font-size: 18px;
    }

    .nav-tabs > li {
        width: 50%;
    }
}

.tab-padded {
    padding: 25px;
}

.row-home-top {
    display: flex;
    flex-wrap: wrap;
}

.row-home-sale {
    display: flex;
}

.home-heading--white {
    color: #fff;
}

.home-heading--normal {
    text-transform: none;
    font-weight: 300;
}

.home-heading::after {
    content: none;
}

.home-green-box {
    background: #86c37f;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 40px;
}

.home-btn {
    text-transform: uppercase;
    color: #86c37f;
    border: 1px solid #86c37f;
    font-weight: 300;
    padding: 10px 20px;
    float: right;
}

.home-btn--white {
    color: #fff;
    border-color: #fff;
}

.ajax_block_product {
    box-shadow: none;
    padding: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 25px !important;
}

ul.product_list img {
    width: 100%;
}

.home-blog {
    position: relative;
}

.home-blog::before {
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 300%;
    content: '';
    display: block;
    height: 230px;
    background: #f1dbca;
}

.home-heading--m0 {
    margin-top: 0;
    padding-top: 0;
}

.sds_post_title a {
    font-weight: bold;
    color: #000;
}

.sds_post_title {
    margin-top: 0;
}

.home-btn--white-bg {
    background: #fff;
}

.price-percent-reduction {
    width: 60px;
    line-height: 54px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    border: 3px solid #fff;
    right: 10px;
    top: 10px;
}

.img-hover-effect::before, .img-hover-effect::after {
    border-color: #fff;
}

#header .shopping_cart > a:first-child:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 6px 0 0 0;
}

#header .shopping_cart > a:first-child:hover:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px;
}

@media (max-width: 1200px) {
    .logo-wrapper img:last-child {
        width: 200px;
        height: auto;
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
        display: none !important;
    }
}

.shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px;
}

.cart_block .cart_block_list .remove_link {
    position: absolute;
    right: 10px;
    top: 19px;
}

.cart_block .cart_block_list .remove_link a, .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #777;
    display: block;
    width: 100%;
    height: 100%;
}

.cart_block .cart_block_list .remove_link a:before, .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
}

.cart_block .cart_block_list .remove_link a:hover, .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #515151;
}

.cart_block .cart-images {
    float: left;
    margin-right: 20px;
}

.cart_block .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}

.cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px;
}

.cart_block .cart-info .product-name a {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px;
}

.cart_block .cart-info .quantity-formated .quantity {
    font-size: 15px;
}

.cart_block dt {
    font-weight: normal;
    overflow: hidden;
    padding: 20px 10px 16px 20px;
    position: relative;
}

.cart_block dd {
    position: relative;
}

.cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333;
}

.cart_block dd .cart_block_customizations li {
    padding: 10px 20px;
}

.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
    position: absolute;
    right: 10px;
}

.cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px;
}

.cart_block .cart-prices {
    border-top: 1px solid #e3e9ef;
    font-weight: bold;
    padding: 10px 20px 0px 20px;
}

.cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #e3e9ef;
    padding: 7px 0;
    font-weight: 500;
}

.cart_block .cart-prices .cart-prices-line.last-line {
    border: none;
}

.cart_block .cart-buttons {
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    margin: 0;
    background: #ffffff;
}

.cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    background: transparent;
    border: 0;
}

.cart_block .cart-buttons a#button_order_cart span {
    padding: 7px 0;
    font-size: 1.1em;
    border: solid 1px #fe696a;
    background: #fe696a;
    text-shadow: none;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

.cart_block .cart-buttons a#button_order_cart:hover span {
    border: solid 1px #fe3638;
    background: #fe3638;
    color: #fff;
}

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    background: #ffffff;
    color: #4b566b;
    width: 370px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 9px -8px rgba(0, 0, 0, .1), 0 5px 15px -2px rgb(0, 0, 0, .15);
}

@media (max-width: 480px) {
    #header .cart_block {
        width: 100%;
        top: 61px;
    }
}

#header .cart_block .cart_block_list .remove_link a, #header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #9c9b9b;
    outline: none;
    text-decoration: none;
}

#header .cart_block .cart_block_list .remove_link a:hover, #header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #000;
}

#header .cart_block .price {
    color: #fe696a;
}

#header .cart_block dt.first_item {
    background: none;
}

#header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px;
}

#header .cart_block .product-atributes a {
    color: #9c9b9b;
}

#header .cart_block .product-atributes a:hover {
    color: #fff;
}

#header .block_content {
    margin-bottom: 0;
}

.cart_block #cart_block_summary, .cart_block .title_block span, #header .cart_block h4, #header .cart_block .title_block, #header .cart_block h4 {
    display: none;
}

.cart_block .cart_block_shipping_cost, .cart_block .cart_block_tax_cost, .cart_block .cart_block_total, .cart_block .cart_block_wrapping_cost {
    float: right;
}

.cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cart_block table.vouchers tr td {
    padding: 2px;
}

.cart_block table.vouchers tr td.quantity {
    margin-right: 5px;
    min-width: 18px;
}

.cart_block table.vouchers tr td.delete {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 15px;
}

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

* html .layer_cart_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

#layer_cart {
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 99;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static;
}

#layer_cart .layer_cart_product .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product .title {
        font-size: 18px;
        padding-right: 0;
        line-height: normal;
    }
}

#layer_cart .layer_cart_product .title i {
    font-size: 30px;
    line-height: 30px;
    float: left;
    padding-right: 8px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product .title i {
        font-size: 22px;
        line-height: 22px;
    }
}

#layer_cart .layer_cart_product .product-image-container {
    max-width: 178px;
    border: 1px solid #d6d4d4;
    padding: 5px;
    float: left;
    margin-right: 30px;
}

@media (max-width: 480px) {
    #layer_cart .layer_cart_product .product-image-container {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

#layer_cart .layer_cart_product .layer_cart_product_info {
    padding: 38px 0 0 0;
}

#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
    display: block;
    padding-bottom: 8px;
}

#layer_cart .layer_cart_product .layer_cart_product_info > div {
    padding-bottom: 7px;
}

#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
    padding-right: 3px;
}

#layer_cart .layer_cart_cart {
    background: #fafafa;
    border-left: 1px solid #d6d4d4;
    padding: 21px 30px 170px 30px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}

@media (min-width: 1200px) {
    #layer_cart .layer_cart_cart {
        min-height: 318px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #layer_cart .layer_cart_cart {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    #layer_cart .layer_cart_cart {
        -moz-border-radius: 0px 0 4px 4px;
        -webkit-border-radius: 0px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #d6d4d4;
    }
}

#layer_cart .layer_cart_cart .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #333;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 13px;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_cart .title {
        font-size: 18px;
    }
}

#layer_cart .layer_cart_cart .layer_cart_row {
    padding: 0 0 7px 0;
}

#layer_cart .layer_cart_cart .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 30px 20px 30px;
}

#layer_cart .layer_cart_cart .button-container .btn {
    margin-bottom: 10px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
    margin-right: 5px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
    padding-right: 5px;
    color: #777777;
}

#layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2;
}

#layer_cart .cross:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
}

#layer_cart .cross:hover {
    color: #515151;
}

#layer_cart .continue {
    cursor: pointer;
}

#layer_cart p {
    padding: 0px;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
    border-top: 1px solid #d6d4d4;
    padding: 26px 30px 40px 30px;
    position: relative;
}

#layer_cart .crossseling h2 {
    font: 400 23px/26px Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 25px;
}

#layer_cart .crossseling #blockcart_list {
    max-width: 773px;
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}

#layer_cart .crossseling #blockcart_list ul {
    display: block;
}

#layer_cart .crossseling #blockcart_list ul li {
    float: left;
    width: 178px;
    margin: 0 0px 0 0;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container {
    border: 1px solid #d6d4d4;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
    width: 100%;
}

#layer_cart .crossseling #blockcart_list ul li .product-name {
    padding-bottom: 5px;
}

#layer_cart .crossseling #blockcart_list ul li .product-name a {
    font-size: 15px;
    line-height: 20px;
}

#layer_cart .crossseling #blockcart_list a.bx-prev, #layer_cart .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after, #layer_cart .crossseling #blockcart_list a.bx-next:after {
    display: block;
    text-indent: 0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:hover, #layer_cart .crossseling #blockcart_list a.bx-next:hover {
    color: #c0c0c0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev.disabled, #layer_cart .crossseling #blockcart_list a.bx-next.disabled {
    display: none;
}

#layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after {
    content: "\f137";
}

#layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-next:after {
    content: "\f138";
}

#layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden;
}

/*# sourceMappingURL=blockcart.css.map */
#currencies-block-top {
    position: relative;
}

#currencies-block-top span.firstWord {
    display: none;
}

#currencies-block-top div.current {
    font-weight: normal;
    color: #949391;
    cursor: pointer;
    line-height: 18px;
}

@media (max-width: 479px) {
    #currencies-block-top div.current {
        text-align: center;
        font-size: 11px;
    }
}

#currencies-block-top div.current strong {
    color: #777777;
}

#currencies-block-top ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 157px;
    background: #333;
    z-index: 2;
}

#currencies-block-top ul li {
    color: #fff;
    line-height: 35px;
    font-size: 13px;
}

#currencies-block-top ul li a, #currencies-block-top ul li > span {
    padding: 0 10px 0 12px;
    display: block;
    color: #fff;
}

#currencies-block-top ul li.selected, #currencies-block-top ul li:hover a {
    background: #484848;
}

/*# sourceMappingURL=blockcurrencies.css.map */
/*** ESSENTIAL STYLES ***/
.sf-contener {
}

.sf-menu {
    position: relative;
    padding: 0;
    width: 100%;
    padding-top: 10px;
    overflow: visible;
    display: flex;
    justify-content: space-around;
    background: linear-gradient(to bottom, #fdf0e8, #ebcfb9);
    border-radius: 5px;
}

.sf-menu a {
    display: block;
    color: #50302b;
}

@media (max-width: 767px) {
    .sf-menu ul {
        position: relative;
    }
}

.sf-menu ul li {
    width: 100%;
    position: relative;
}

.sf-menu ul li li {
}

.sf-menu li:hover {
    visibility: inherit;
}

/*@media (max-width: 767px) {*/
.sf-menu > li {
    position: relative;
    border-right: none;
}

.sf-menu > li span {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    z-index: 2;
}

.sf-menu > li span:after {
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 8px;
    right: 25px;
    top: 15px;
    position: absolute;
    transition: all ease .25s;
    width: 20px;
    height: 20px;
    background: #f3f5f9;
    border-radius: 50%;
    text-align: center;
}

.sf-menu > li span.active:after {
    /*content: "\f077";*/
    transform: rotate(180deg);
}

.sf-menu li li li a {
    padding: 0px 0 5px;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #5a3b35;
    display: flex;
    font-weight: 500;
    font-family: "Roboto";
    border-bottom: 1px solid #fff;
}

.sf-menu li li li a:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px;
}

.sf-menu li ul {
    display: none;
    /* match top ul list item height */
    z-index: 99;
}

.sf-menu li li li ul {
    display: none;
}


.sf-menu > li > ul {
    left: 0;
    top: 100%;
    background: #fff8f4;
    padding: 5px 15px 15px;
    min-width: 300px;
}

@media (min-width: 768px) {

    .sf-menu ul li li {
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
        padding: 5px 15px;
        max-width: 320px;
    }

    .sf-menu ul li li:last-of-type {
        border-bottom: 3px solid #fff;
    }

    .sf-menu ul li li:first-of-type {
        border-top: 3px solid #fff;
    }

    .sf-menu li li li ul {
        width: 220px;
        display: none;
        top: -15px;
    }


    .sf-menu li li ul {
        position: absolute;
        opacity: 1 !important;
        padding: 15px;
        background: none;
        -moz-box-shadow: transparent 0px 0px 0px;
        -webkit-box-shadow: transparent 0px 0px 0px;
        box-shadow: 0px 21px 10.5px rgba(0,0,0,0.28);
        left: 100%;
        top: 0;
        min-width: 350px;
        background: #f5e2d6;
        border-radius: 0 10px 10px 10px;
    }

    .sf-menu li li ul.has-thumb {
        min-width: 550px;
    }

    .sf-menu ul li:last-child a {
        border-bottom: 0;
    }

    .sf-menu > li > ul {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff8f4;
        padding: 5px 15px 15px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0px 21px 10.5px rgba(0,0,0,0.28);
        min-width: 300px;
    }
}

@media (max-width: 767px) {
    .sf-menu li ul {
        top: 0;
    }
    .sf-menu li li li a {
        padding: 10px 0 10px 10px;
    }
    .sf-menu li li li li a {
        padding: 10px 0 10px 20px;
    }
    .sf-menu > li span:after {
        background: #ecd0ba;
    }

    .sf-menu > li li span {
        height: 40px;
    }
    .sf-menu > li span:after {
        top: 10px;
    }

    .sf-menu > li > ul {
        padding-right: 0;
    }
}

.sf-menu > li > a {
    padding: 15px 25px 25px;
    font-weight: 400;
    font-size: 18px;
    height: 100%;
    display: flex;
    font-weight: 500;
}

.sf-menu > li > a:hover {
    background: #fff8f4;
    border-radius: 10px 10px 0 0;
}

.sf-menu > li > ul > li > a {
    padding: 5px 0;
    font-size: 16px;
    height: 100%;
    display: flex;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #5a3b35;
    font-weight: 500;
    font-family: "Roboto";
    align-items: center;
    border-bottom: 1px solid #c5c0be;
}

.sf-menu > li > ul > li > a:hover {
    color: #515151;
}

@media (max-width: 767px) {
    .sf-menu > li > ul > li {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .sf-menu > li > ul > li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .sf-menu > li > ul > li.first-in-line-lg {
        clear: left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .sf-menu > li > ul > li.first-in-line-xs {
        clear: left;
    }
}

.sf-menu > li > ul > li.category-thumbnail {
    width: 100% !important;
    float: none;
    clear: both;
    overflow: hidden;
    padding-right: 0;
}

.sf-menu > li > ul > li.category-thumbnail > div {
    float: left;
    padding-left: 10px;
    width: 33.333%;
}

@media (max-width: 479px) {
    .sf-menu > li > ul > li.category-thumbnail > div {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }
}

.sf-menu > li > ul > li.category-thumbnail > div:first-child {
    padding-left: 0;
}

.sf-menu > li > ul > li.category-thumbnail > div img {
    max-width: 100%;
    display: block;
}

#search_block_top .btn.button-search {
    background: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    color: #977f73;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0;
}

#search_block_top .btn.button-search span {
    display: none;
}

#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}

#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}

#search_query_top {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
    color: #977f73;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #977f73;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

#search_query_top:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: rgba(254, 105, 106, .3);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

.ac_results {
    background: #fff;
    border: 1px solid #d6d4d4;
    width: 271px;
    margin-top: -1px;
}

.ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
}

.ac_results li.ac_odd {
    background: #fff;
}

.ac_results li:hover, .ac_results li.ac_over {
    background: #fbfbfb;
}

form#searchbox {
    position: relative;
}

form#searchbox label {
    color: #333;
}

form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

form#searchbox .button.button-small {
    float: left;
}

form#searchbox .button.button-small i {
    margin-right: 0;
}

@media (max-width: 767px) {
    .cat-title {
        font: 600 18px/22px "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #484848;
        padding: 17px 20px;
        position: relative;
        width: 100%;
        text-align: center;
        background: linear-gradient(to bottom, #fdf0e8, #ebcfb9);
        border: 0;
    }

    .cat-title:hover {
        color: #000;
    }

    .cat-title:after {
        display: block;
        font-family: "FontAwesome";
        content: "\f067";
        position: absolute;
        right: 15px;
        top: 18px;
        font-size: 26px;
    }

    .cat-title.active:after {
        content: "\f068";
    }
}

.sf-menu li.sf-search {
    border: none;
}

.sf-menu li.sf-search input {
    display: inline;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin: 13px 10px 0 0;
    font-size: 13px;
    color: #9c9b9b;
    border: 1px solid #d6d4d4;
}

#block_top_menu .category-thumbnail {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
}

#block_top_menu .category-thumbnail div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#block_top_menu .category-thumbnail div img {
    max-width: 100%;
}

#block_top_menu li.category-thumbnail {
    padding-right: 0;
}

/*# sourceMappingURL=superfish-modified.css.map */
@media (max-width: 767px) {
    .sf-menu .promo-product, .sf-menu .promo-description {
        display: none;
    }

    #block_top_menu .category-thumbnail {
        display: none;
    }
}

@media (min-width: 768px) {
    .sf-menu > li.wide-dropdown > ul {
        width: 100%;
        left: 0;
        min-height: 410px;
    }

    .sf-menu > li.wide-dropdown > ul > li {
        display: inline-block;
        width: 23%;
        vertical-align: top;
        left: 0;
        margin-right: 2%;
    }

    .sf-menu > li.wide-dropdown.dropdown-id-15 > ul > li {
        width: 47%;
    }

    .sf-menu > li.wide-dropdown.dropdown-id-15 > ul > li:nth-child(3n) {
        margin-right: 2%;
    }

    .sf-menu > li.wide-dropdown > ul > li > a {
        color: #719f41;
        white-space: normal;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 3px;
        display: block;
    }

    .sf-menu > li.wide-dropdown > ul > li:nth-child(3n) {
        margin-right: 25%;
    }

    .sf-menu > li.dropdown-id-22 > ul .promo-description {
        margin-top: 50px;
    }

    .sf-menu > li.dropdown-id-22 > ul > li:nth-child(n + 4) {
        margin-top: 35px;
    }

    .sf-menu .promo-product {
        position: absolute;
        right: 0;
        top: 0;
        width: 25%;
        /*text-align: center;*/
        padding: 30px 30px 60px 30px;
        height: 100%;
    }

    .sf-menu .promo-product h6 {
        text-align: left;
        font: 600 16px/20px "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #333;
        margin-bottom: 10px;
    }

    .sf-menu .promo-product img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    .sf-menu .promo-product a {
        font-size: 13px;
        color: #719f41;
        font-weight: bold;
    }

    .sf-menu .promo-product a.a-list {
        margin-bottom: 5px;
        display: inline-block;
    }

    .sf-menu .promo-description {
        width: 75%;
        padding: 15px 0 20px;
    }

    .sf-menu .promo-know {
        width: 75%;
    }
}

.sf-menu .promo-know h6 {
    font: 600 16px/20px "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #00AEEF;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f1f1f1;
}

.sf-menu .promo-know ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    padding: 0;
}

.sf-menu .promo-know a:not(.inline) {
    font-weight: bold;
    display: block;
}

.sf-menu .promo-know a:not(.inline)::before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px;
}

.sf-menu .inline {
    color: #719f41;
    font-weight: bold;
}

.sf-menu iframe + iframe {
    margin-left: 10px;
}

.sf-menu .videos-wrapper {
    display: flex;
}

.sf-menu .videos-wrapper > * {
    flex: 1 1 0;
    width: 24%;
    margin-right: 10px;
    position: relative;
}

.sf-menu .videos-wrapper a::after {
    font: normal normal normal 34px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: all ease .25s;
}

.sf-menu .videos-wrapper a:hover::after {
    background: rgba(0, 0, 0, .5);
}

.sf-menu .videos-wrapper img {
    width: 100%;
}

.sf-menu .videos-wrapper {
}

.sf-menu li > li:hover > a {
    color: #b57c58;
}

.sf-menu li li a:hover {
    color: #b57c58;
}

.sf-menu li li:hover > .sf-with-ul::after {
    transform: rotate(-90deg)
}

@media screen and (min-width: 768px) {
    header .nav {
        top: 30px;
        position: relative;
    }

    nav .col-sm-4.clearfix {
        width: auto;
        float: right;
        padding: 0;
    }

    header nav {
        position: relative;
        z-index: 10;
        padding-left: 140px;
    }

    #header .shopping_cart > a:first-child:after {
        padding: 0 0 0 10px;
        content: "\f078";
        font-size: 13px;
    }

    #header .shopping_cart > a:first-child:hover:after {
        padding: 0 0 0 10px;
        content: "\f077";
    }

    .shopping_cart > a:first-child b {
        font-size: inherit;
        line-height: inherit;
        font-size: 11px;
        color: #000;
        text-shadow: none;
        display: none;
        font-weight: 400;
    }

    .contact_top {
        float: left;
        padding: 8px 0 0 140px;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
    }

    .contact_top i {
        margin: 0 5px;
    }

    .social_icons_top a {
        color: #555;
    }

    .header-container {
        padding-bottom: 15px;
    }

    body {
        overflow-x: hidden;
    }

    .row.main_nav_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    a.account i {
        color: #555;
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .header-mid {
        z-index: 151;
    }

    #languages-block-top {
        width: auto;
        flex-direction: column;
        border-width: 1px 0 0 0;
        margin: 15px 0 0 0;
        padding: 15px 0 0 0;
        font-size: 0;
        justify-content: center;
        align-items: center;
    }

    #header .banner {
        display: none;
    }

    .header_user_info:last-child {
        display: none;
    }
}

.header-banner {
    background: #000;
    max-width: 100%;
}

div#block_top_menu:before {
    content: none;
}

.social_icons_top {
    display: none;
}

.pb-center-column #buy_block .attribute_list {
    width: 100%;
}

.attribute input:checked + label {
    color: #fff;
    white-space: nowrap;
    background: #fe696a;
    border-color: #fe696a;
    cursor: pointer;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(254, 105, 106, .9);
    border-radius: 5px;
}

.attribute input {
    display: none;
}

.attribute {
    display: inline-block;
}

#home-page-tabs > li a {
    font-size: 14px;
    padding: 10px 15px;
}

@media (min-width: 768px) {
    #home-page-tabs > li.active a, #home-page-tabs > li a:hover {
        margin: 0;
    }

    .index .product-name {
        height: 70px;
    }
}

#home-page-tabs > li.active a, #home-page-tabs > li a:hover {
    padding: 10px 15px;
}

.top-hr {
    display: none;
}

.breadcrumb {
    background: transparent;
    border: none;
    font-weight: 400;
}

.breadcrumb a {
    background: none;
    font-weight: 400;
}

.breadcrumb a.home i {
    vertical-align: -3px;
}

.breadcrumb a:after {
    display: inline-block;
    content: ".";
    position: absolute;
    right: 0px;
    top: 6px;
    width: 11px;
    height: 11px;
    background: #f6f9fc;
    border-right: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb a:before {
    display: inline-block;
    content: ".";
    display: none;
    position: absolute;
    left: 1px;
    top: 6px;
    width: 11px;
    height: 11px;
    background: transparent;
    border-right: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    border-radius: 2px;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb a.home:after {
    top: 8px;
    right: -5px;
}

.navigation-pipe {
    width: 12px !important;
}

#header .shopping_cart {
    width: auto;
    margin: 0 10px 0 5px;
}

@media screen and (min-width: 768px) {
    header .nav {
        top: 30px;
        position: relative;
    }

    .nav + div {
        clear: both;
        margin-top: -30px;
        position: relative;
    }

    nav .col-sm-4.clearfix {
        width: auto;
        float: right;
        padding: 0;
    }

    header nav {
        position: relative;
        z-index: 10;
        padding-left: 140px;
    }

    #header .shopping_cart {
        width: auto;
        margin: 0 20px 0 15px;
        position: relative;
    }

    .shopping_cart > a:first-child {
        background: transparent;
        color: #000;
        font-size: 13px;
        line-height: 18px;
    }

    #header .shopping_cart > a:first-child:after {
        padding: 0 0 0 10px;
        content: "\f078";
        font-size: 13px;
    }

    #header .shopping_cart > a:first-child:hover:after {
        padding: 0 0 0 10px;
        content: "\f077";
    }

    .contact_top {
        float: left;
        padding: 8px 0 0 140px;
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
    }

    .contact_top i {
        margin: 0 5px;
    }

    .social_icons_top a {
        color: #555;
    }

    .header-container {
        padding-bottom: 15px;
    }

    .row.main_nav_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    a.account i {
        color: #555;
        margin-right: 5px;
    }
}

#CookieAlert div:last-child {
    float: left;
}

.rent_terms .checker {
    float: left;
}

.rent_terms label {
    vertical-align: top;
    margin: -7px 0 0 5px;
}

.rent_terms {
    margin: 0 0 10px 0;
    float: left;
}

.box-info-product .exclusive[disabled] {
    opacity: 0.5;
}

.top-bar {
    font-weight: 400;
    color: #6a5251;
    margin-left: auto;
}

.header_user_info a, .shopping_cart > a:first-child, .shopping_cart > a:first-child b {
    color: #4b566b;
    display: flex;
    align-items: center;
    padding-right: 0;
    position: relative;
}

.top-bar .contact_top {
    padding: 10px 0 0 30px;
    float: left;
    font-size: 14px;
    font-weight: inherit;
}

.sf-search-toggle {
    margin-left: auto;
}

.sf-search-toggle i {
    font-size: 18px;
}

.header_user_info {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.home-boxes img {
    max-width: 100%;
    filter: saturate(15) grayscale(1);
}

.sf-menu .promo-product a {
    color: #6a5251;
}

.promo-product .name {
    display: block;
    margin-top: 5px;
}

.sf-menu .promo-product {
    padding: 15px 30px 60px 50px;
}

.promo-product .price {
    margin-top: 5px;
    display: block;
}

.top-bar .separator {
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: 0 3px 0 10px;
    position: relative;
    top: 3px;
    background: rgba(0, 0, 0, 0.4);
}

.top-bar-right .separator {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

div#header_logo {
    float: left;
    z-index: 0;
    padding: 0;
    background: #6a5251;
    flex-shrink: 0;
}

header .nav {
    top: 0;
    background: #232730;
    padding: 0;
    margin-top: 8px;
}

#header_logo img {
    max-height: 110px;
    width: auto;
}

.sf-menu li li li a:before {
    display: none;
}

#layer_cart {
    left: 0;
    white-space: normal;
}

/*
    CART & USER
*/
.shopping_cart .ajax_cart_product_txt_s, .shopping_cart .ajax_cart_product_txt {
    display: none !important;
}

#header .shopping_cart > a:first-child:after {
    display: none;
}

.header_user_info .icon {
    margin-right: 10px;
    font-size: 24px;
    line-height: 23px;
    font-size: 24px;
    color: #4b566b;
    background: #f3f5f9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

.header_user_info .logout {
    display: none;
}

.header_user_info span {
    display: flex;
    flex-direction: column;
    line-height: 16px;
}

.header_user_info a.account i {
    color: inherit;
}

#top_column {
    display: flex;
    flex-wrap: wrap;
}

#homepage-slider, #homepage-slider * {
    height: 100% !important;
    max-height: 555px !important;
}

#homepage-slider img {
    object-fit: cover;
}

.home-categories-row img {
    width: 100%;
    height: auto;
}

.home-categories-row a {
    position: relative;
}

.img-hover-effect {
    display: block;
    position: relative;
}

.img-hover-effect::before, .img-hover-effect::after {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #000;
    transition: all ease .25s;
}

.img-hover-effect:hover::before, .img-hover-effect:hover::after {
    transform: scale(1, 1);
}

.img-hover-effect::before {
    border-width: 1px 0 1px 0;
    transform: scale(0, 1);
}

.img-hover-effect::after {
    border-width: 0 1px 0 1px;
    transform: scale(1, 0);
}

.img-hover-effect-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
}

.home-categories-row > * {
    padding-left: 0;
}

.home-categories-row + .home-categories-row {
    margin-top: 15px;
}

.shop-features {
    margin: 25px 0 0 0;
}

.shop-feature {
    display: flex;
    border: 2px solid #dbdbdb;
    min-height: 60px;
    border-radius: 15px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shop-feature .icon {
    margin: 0 auto;
    background: url(/img/shop-features.png);
    width: 60px;
    height: 60px;
    background-position: -35px;
}

.shop-feature:nth-child(2) .icon {
    background-position: -125px;
}

.shop-feature:nth-child(3) .icon {
    background-position: -218px;
}

.shop-feature:nth-child(4) .icon {
    background-position: -304px;
}

.shop-feature .text h5 {
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #b89276;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
}

.shop-feature + .shop-feature {
    border-left: 1px solid #e3e9ef;
}

.shop-features-vertical {
    margin-top: 0;
    padding: 5px 15px;
}

.shop-feature-vertical {
    padding-left: 0;
    overflow: hidden;
    padding: 15px 0;
}

.shop-feature-vertical + .shop-feature-vertical {
    border-top: 1px solid #ebebeb;
    border-left: none;
}

/*
    HOME-HEADING
*/
.home-heading {
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 43px;
    color: #4e3433;
    font-weight: 900;
    font-family: "Roboto";
    text-align: center;
    text-transform: uppercase;
    margin: 75px 0 40px;
}

.home-heading--white {
    color: #fff !important;
}

.home-heading--m0 {
    margin: 0;
    padding: 0;
}

.sf-menu > li.has-dropdown > a::after {
    content: "\f078";
    font-size: 8px;
    font-family: "FontAwesome";
    padding: 0 0 0 12px;
    margin-top: -5px;
    position: relative;
    vertical-align: bottom;
}

.product-container .price-percent-reduction {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #f13240;
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    border: none;
}

.product-image-container {
    padding: 0 !important;
    border: 0 !important;
; }

ul.product_list > li .product-container h5 {
    padding: 0;
    min-height: auto;
    margin-bottom: 0;
}

ul.product_list .product-name {
    font-size: 16px;
    line-height: 25px;
    color: #5e4443;
    font-weight: 500;
    font-family: "Roboto";
    height: 78px;
}

ul.product_list > li.hovered .product-container {
    box-shadow: none;
    z-index: 1;
}

ul.product_list img {
    transition: all .25s ease;
}

ul.product_list > li.hovered img {
    opacity: .8;
}

@media (min-width: 768px) {
    .row-f {
        display: flex;
        flex-wrap: wrap;
    }
}

.f-c {
    display: flex;
    flex-direction: column;
}

ul.product_list > li .product-container .button-container .lnk_view {
    border: 0;
    background: #ab8b76;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 2px;
}

ul.product_list > li .product-container .button-container .lnk_view span {
    background: transparent;
    text-shadow: none;
    border: 0;
    color: #fff;
    padding: 2px 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
}

@media (min-width: 768px) {
    .product-left {
        padding-right: 30px;
    }

    .product-right {
        padding-left: 0;
    }
}

.nav-tabs {
    border-bottom: 2px solid #e3e9ef;
}

.product-right .product-tabs-long > li > a {
    background: transparent;
    border: none;
    font-size: 15px;
}

.product-right .product-tabs-long {
    border-bottom: 2px solid #ddd;
}

.product-tabs-long > li.active > a, .product-tabs-long > li.active > a:hover, .product-tabs-long > li.active > a:focus {
    background: transparent !important;
}

.product-right .nav > li > a {
    padding: 8px 10px;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    border-top: none;
}

.product-right .nav > li.active > a, .product-right .nav > li:hover > a, .product-right .nav > li.active:hover > a {
    border-bottom: 2px solid #ab8b76 !important;
    font-weight: 400 !important;
    color: #ab8b76;
}

#product .product-right .primary_block h1 {
    font-size: 18px;
    color: #222;
    margin-top: 0;
    font-family: inherit;
}

.product-right .box-info-product .exclusive span {
    font-size: 14px;
    line-height: 32px;
    padding: 0 25px;
}

.product-right div#quantity_wanted_p input {
    width: 32px;
    height: 32px;
    font-size: 14px;
}

.product-right .our_price_display {
    font-size: 19px;
}

.product-right #our_price_display {
    font-size: 20px;
}

.product-right .qty-controls a span {
    width: 14px !important;
    padding-top: 2px;
    height: 14px !important;
    font-size: 7px;
}

.product-right .qty-controls a:first-child {
    top: 16px;
}

.block .title_block, .block h4, .layered_subtitle {
    border-top: none;
    border-bottom: 2px solid #ddd;
    padding: 0 0 8px 0;
    color: #222;
    position: relative;
    background-color: transparent;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

/*.block .title_block::after, .block h4::after, */
.layered_subtitle::after {
    display: block;
    position: absolute;
    bottom: -2px;
    width: 80px;
    height: 2px;
    background: #ab8b76;
    content: '';
}

.layered_filter {
    border-bottom: 0;
}

#layered_block_left #enabled_filters, #layered_url_filter_block {
    background-color: transparent;
    border-bottom: 0;
}

#enabled_filters .layered_subtitle {
    display: none;
}

#layered_form div div ul:empty {
    display: none;
}

.ui-slider-horizontal .ui-slider-handle {
    background: #ab8b76;
    border-color: #ab8b76;
}

.ui-slider-horizontal {
    border-color: #fff;
    background: #ddd;
}

.sds_post_title {
}

.promo-description {
    width: 100% !important;
    border-top: 2px solid #6a5251;
    padding-top: 5px;
    margin-top: 25px;
    font-weight: bold;
    color: #6a5251;
}

.new-box {
    display: none;
}

.mtop {
    height: 40px !important;
}

@media (max-width: 768px) {
    .header-center {
        flex-direction: column;
        align-items: stretch;
    }

    .mtop {
        height: 60px !important;
    }

    #header_logo img {
        padding-left: 0;
    }

    div#header_logo {
        background-color: transparent;
        padding: 15px 0 0 0;
        position: relative;
    }

    #header .nav {
        position: relative;
        top: 0;
        right: 0;
        background: transparent;
    }

    .top-bar {
        background: transparent;
        position: relative;
        margin-left: 0;
    }

    .top-bar .separator {
        width: 0;
    }

    .top-bar .contact_top {
        float: right;
        font-size: 11px;
    }

    #header .header_user_info a::before {
        content: none;
    }

    #header .header_user_info span {
        display: none;
    }

    #header .header_user_info a i {
        margin: 0;
    }

    .shop-feature {
        padding-left: 5px;
    }



    .shop-features {
        display: none;
    }

    .home-categories-row {
        padding-left: 15px;
    }

    .home-categories {
        margin-top: 15px;
    }

    .header-right {
        z-index: 151;
        padding-top: 0;
    }

    div#block_top_menu {
        padding: 0;
        width: 100%;
    }

    #header .shopping_cart > a > span.ajax_cart_quantity {
        width: 20px;
        color: #fff;
        left: 20px;
        top: -5px;
    }

    #header #search_block_top form {
        position: absolute;
        top: 200px;
        left: 0;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
        margin-top: 0px;
        display: none;
        padding: 10px;
        background: #fff;
        box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(0, 0, 0, 0.06) !important;
    }

    #header_logo {
        display: none;
    }

    .sf-search-toggle {
        margin-left: 5px;
        padding: 3px 5px 2px 5px
    }

    .cat-title::after {
        content: none !important;
        display: none;
    }

    form#searchbox button {
        display: none;
    }

    .sf-menu > li > a {
        color: #000;
    }

    .sf-menu li ul {
        top: 0 !important;
    }

    button.left-toggle {
        margin-right: auto;
    }

    .mobile-toggle {
        margin-right: 5px;
    }

    #currencies-block-top {
        width: auto;
        padding-right: 5px;
        padding-left: 5px;
    }

    #languages-block-top span {
        font-size: 00;
    }

    .product-left {
        display: none;
    }

    .home-boxes .col-sm-5 a {
        margin: 25px 0;
    }
}

@media (max-width: 992px) {
    .home-categories-row {
        /*display: none;*/
    }
}

@media (min-width: 768px) {
    #layer_cart {
        margin-top: 100px;
    }
}

.mobile-logo img {
    height: 22px;
    margin: 2px 0 0 5px;
}

#languages-block-top ul {
    z-index: 155;
}

#currencies-block-top ul {
    z-index: 155;
    left: auto;
    right: 0;
}

.shopping_cart .ajax_cart_no_product.unvisible {
    display: none !important;
}

#languages-block-top ul li.selected, #languages-block-top ul li:hover a {
    background: #484848;
}

.footer-newsletter {
    margin-top: 50px;
}

@media (min-width: 1350px) {
    .container {
        max-width: 1330px;
    }
}

.itemprop {
    display: none;
}


#header {
    width: 100%;
}

#center_column {
    flex-grow: 1;
}

.left-social {
    display: flex;
    margin: 25px 0;
    justify-content: center;
}

.left-social a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #e3e9ef;
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out;
    border-radius: .3125rem;
    background-color: #fff;
    color: #4b566b;
    font-size: .875rem;
    text-align: center;
    margin-right: 15px;
}

.price-box {
    position: relative;
}

.left-social a:hover {
    background: #f6f9fc;
}

.left-social a i {
    font-size: 16px;
}

#footer img {
    max-width: 100%;
}

.shopping_cart span.ajax_cart_quantity {
    position: absolute;
    left: 40px;
    width: 20px;
    border-radius: 50%;
    background-color: #fe696a;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
    top: 0;
}

.top-bar-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

#header #search_block_top .mobile-toggle::before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 40px;
    color: #5a3b35;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}

#block_top_menu h3 {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 25px;
    font-weight: 500;
    color: #fe696a;
    border-bottom: 1px solid #e3e9ef;
    margin: 15px 0 0 0;
}

@media (min-width: 768px) {
    div#search_block_top {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .top-bar-right {
        margin-right: 3rem;
    }

    .mobile-toggle {
        display: none;
    }
}

.product_list.grid {
    display: flex;
    flex-wrap: wrap;
}

.right-block {
    padding: 0 10px 15px;
}

span.old-price.product-price {
    font-size: .9em;
}

.primary_block {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pb-left-column, .pb-center-column {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 0;
}

.primary_row_bg {
    background: #fff;
    border-radius: 10px;
}

.pb-left-column-inner {
    flex-direction: row;
    display: flex;
    padding: 20px;
}

#thumbs_list_frame {
    display: flex;
    flex-direction: column;
}

#image-block img {
    width: auto !important;
    margin: 0 auto !important;
}

.pb-center-column-inner {
    padding: 20px 20px;
}

body {
    font-family: Roboto, sans-serif;
    color: #4b566b;
}

.product-tabs-long-content {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    background: #fff;
    margin-top: 25px !important;
}

@media (min-width: 768px) {
    .pb-center-column-inner {
        padding: 30px 40px 50px 0px;
    }

    .pb-left-column-inner {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1600px) {
    .footer-container .container {
        padding: 0 30px;
    }
}

.box {
    background: #ffffff;
    border: 1px solid #e3e9ef;
    padding: 15px 20px;
    margin: 0 0 30px 0;
    border-radius: 5px;
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05);
}

.attribute label:hover {
    border-color: rgba(254, 105, 106, .3);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

input#quantity_wanted:focus {
    border-color: rgba(254, 105, 106, .3) !important;
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

#footer a {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #9c7344;
    font-weight: 300;
    font-family: "Roboto";
}

#footer a:hover {
    color: #fff;
}

.footer-container #footer h4, .footer-container #footer h4 a {
    font-size: 17px;
    font-weight: 500;
}

.bottom-footer {
    background: #fff;
    color: rgba(255, 255, 255, .5);
    padding: 30px 0 0 0;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #a18f86;
    font-weight: 300;
    font-family: "Roboto";
}

.bottom-footer a {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #a18f86;
    font-weight: 300;
    font-family: "Roboto";
}

.bottom-footer img {
    margin-top: 30px;
    border-radius: 5px;
}

.footer-container .container {
    padding-bottom: 50px;
}

.tns-controls button {
    font-family: 'FontAwesome';
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 1;
    border: 0;
    width: 100%;
    background: transparent;
}

.tns-controls button:last-child {
    top: unset;
    bottom: -15px;
}

#short_description_content ul, #short_description_content ol, #short_description_content dl, #tinymce ul, #tinymce ol, #tinymce dl {
    margin-left: 0;
}

.left-bottom {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.footer-contact {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.3
}

.footer-contact span {
    display: block;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #9c7344;
    font-weight: 500;
    font-family: "Roboto";
}

.footer-contact a {
    font-weight: 400;
    color: #9c7344;
}

.left-bottom h6 {
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0 15px 0;
}

.searchbox-inner {
    position: relative;
}

.left-top {
    flex-grow: 1;
    min-height: 1px;
}

.nav-tabs > li > a {
    font-size: 18px;
    border: 0;
    text-transform: lowercase;
}

.nav-tabs > li > a:first-letter {
    text-transform: uppercase;
}

.nav-tabs > li > a:hover {
    border: 0;
    background: #fff;
    color: #fe6a6a;
}

#block_top_menu .nav-tabs li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

#block_top_menu ul.nav.nav-tabs {
    display: flex;
}

#block_top_menu .tab-content {
    margin-top: 0;
}

.panel-features .panel-heading {
    background: #fff;
    padding: 0;
    border-color: #5b4839;
}

.panel-features .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-features .panel:last-child {
    border-radius: 0 0 5px 5px;
}

.panel-features .panel:first-child {
    border-radius: 5px 5px 0 0;
}

.panel-features a {
    display: block;
    padding: 15px 20px;
; }

.panel-features .panel-title a {
    position: relative;
    font-size: 15px;
    color: #5b4839;
}

.panel-features .panel-title a::after {
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 8px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    position: absolute;
    transition: transform ease .25s;
    width: 20px;
    height: 20px;
    background: #f3f5f9;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.panel-features .panel-title a.collapsed::after {
    transform: translateY(-50%);
}

.panel-features label {
    color: #373f50;
}

.panel-features .panel-body {
    color: #373f50;
    font-size: 14px;
    line-height: 1.4em;
    padding: 15px 20px;
}

.home-description.semcore {
    font-size: 15px;
    line-height: 1.5em;
}

.home-description .home-heading {
    margin-bottom: 10px;
}

span.product_img_link_out_of_stock_wrapper {
    display: block;
    position: relative;
}

span.product_img_out_of_stock_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 340px;
}

.home-section-heading {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}

.home-section-heading:before, .home-section-heading:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.home-section-heading:after {
    margin: 0 0 0 20px;
}

.home-section-article-heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin: 25px 0;
    color: #333;
}

.footer-newsletter {
    position: relative;
    padding: 50px 85px;
    background: #ffffff;
    border-radius: 10px;
    border: 4px solid #ece1d8;
    max-width: 1000px;
    margin: 50px auto;
}

.footer-newsletter::before {
    content: '';
    display: block;
    width: 300%;
    left: -100%;
    height: 200px;
    background: #fae7d5;
    position: absolute;
    z-indeX: -1;
    top: -50px;
}

.footer-newsletter h2 {
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #775646;
    font-weight: 900;
    font-family: "Roboto";
    margin: 0 0 25px 0;
}

.footer-newsletter h3 {
    margin: 0;
    font-size: 45px;
    letter-spacing: 3px;
    line-height: 1.5;
    color: #6e4d3c;
    font-weight: 400;
    font-family: "Roboto";
}

.footer-newsletter input {
    height: 50px;
    padding: 0 10px;
    font-size: 18px;
    background: #fff;
    text-align: center;
    font-weight: 300;
    border-radius: 5px;
    color: #4b566b;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
}

.footer-newsletter input:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: rgba(254, 105, 106, .3);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

.footer-newsletter button {
    height: 50px;
    font-weight: 600;
    background: #fe696a;
    border: 1px solid #fe696a;
    font-size: 16px;
    border-radius: 5px;
    font-size: 15px;
}

.footer-newsletter button:hover {
    background: #fe3638;
    border: #fe3638;
}

.btn-red {
    font-weight: 600;
    background: #fe696a;
    border: 1px solid #fe696a;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.btn-red i {
    margin-right: 12px;
}

.btn-red:hover {
    background: #fe3638;
    border: #fe3638;
}

@media (max-width: 767px) {
    .footer-newsletter {
        padding: 25px 15px;
        text-align: center;
    }

    .footer-newsletter form {
        margin-top: 10px;
    }

    .footer-newsletter .col-xs-8 {
        padding-right: 0;
    }

    .footer-newsletter .col-xs-4 {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    #viewer_content {
        width: 800px;
        max-width: 50%;
        float: right;
    }

    #tab_info {
        overflow: auto;
    }
}

.cms #center_column, #module-smartblog-details #center_column p {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    font-weight: 400;
}

#cms #center_column td img {
    max-width: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    border-radius: 5px;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.form-control:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: rgba(254, 105, 106, .3);
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(254, 105, 106, 0.15);
}

.form-group.form-error input, .form-group.form-error textarea {
    border: 1px solid #fe696a;
    color: #f13340;
    background: url(../img/icon/form-error.png) 95% 14px no-repeat #fff1f2;
}

.product-tabs-long-content h2 {
    font-size: 17px;
    margin: 0;
}

.product-tabs-long-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.header-mid {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .header-mid > div {
        width: 33.33%;
        display: flex;
    }
}

a.logo-wrapper {
    display: block;
    margin: 0 auto;
}

.header-top {
    box-shadow: 0 0 25px rgba(0,0,0,.2);
    padding: 10px;
}

.header-top-left {
    color: #949391;
    font-size: 14px;
}

.header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-mid-right {
    justify-content: flex-end;
    display: flex;
}

#languages-block-top > div {
    margin: 0 10px;
}

.header-top-left img {
    max-height: 20px;
    margin-right: 12px;
}

.bx-controls {
    display: none;
}

.home-boxes {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
}

.home-box {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    background: #fbf2eb;
    border-radius: 10px;
    align-items: center;
    padding: 15px;
    transition: all ease .25s;
}

/*#homepage-slider {*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/

.home-box span {
    color: #714d39;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    transition: all ease .25s;
}

.home-box:hover span {
    color: #c07e55;
}

.home-box:hover img {
    filter: none;
}

.home-box:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

ul.product_list > li .product-container {
    box-shadow: 0px 5px 36.5px rgba(239,205,175,0.78);
    border-radius: 10px;
}

ul.product_list > li .product-container .content_price .product-price {
    font-size: 24px;
    line-height: 20px;
    color: #ab8b76;
    font-weight: 500;
    font-family: "Roboto";
    text-align: center;
    margin-top: 15px;
}

.button.ajax_add_to_cart_button, .button.product-list-button {
    background: #ab8b76;
    border: 0;
    padding: 15px 20px 15px 50px;
    margin-bottom: -40px;
    border-radius: 10px;
    margin-top: 10px;
    top: 10px;
    text-align: center;
}

.button.product-list-button {
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
}

.left-block {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

ul.product_list > li {
    text-align: center;
}

.splide {
    margin: -5rem;
}

.splide__track {
    padding: 5rem !important;
}

.ajax_block_product.splide__slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-about {
    padding: 50px;
    box-shadow: 0px 22px 34px rgba(231,197,185,0.45);
    border-radius: 10px;
    position: relative;
    background: #fff;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #2e211a;
    font-weight: 300;
    font-family: "Roboto";
}

.home-about::before {
    width: 100vw;
    height: 130%;
    content: '';
    display: block;
    background: linear-gradient(to bottom, #fff, #fff6f3 10%, #fff6f3 90%, #fff);
    position: absolute;
    top: -15%;
    left: calc((100vw - 100%) / -2);
    z-index: -1;
}

.columns-container.container {
    background: transparent;
}

.home-contact {
    text-align: center;
    margin: 50px;
    font-size: 37px;
    letter-spacing: 3px;
    line-height: 63px;
    color: #69403d;
    font-weight: 500;
    font-family: "Roboto";
}

.home-about-title {
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 48px;
    color: #7b4b33;
    font-weight: 700;
    font-family: "Roboto";
    margin-bottom: 20px;
}

.home-about-title span {
    border-bottom: 6px solid #f1dbca;
}

a.home-about-more-btn {
    width: 208px;
    height: 64px;
    border-radius: 10px;
    filter: drop-shadow(0px 5px 2px rgba(123,75,51,0.32));
    background-color: #7b4b33;
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 39px;
    color: #ffffff;
    font-weight: 900;
    font-family: "Roboto";
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}

.home-description-heading {
    font-size: 34px;
    letter-spacing: 2px;
    line-height: 36px;
    color: #cd561b;
    font-weight: 500;
    font-family: "Roboto";
    text-align: right;
    padding: 25px 50px;
    display: inline-block;
    position: relative;
    margin: 50px 0 25px;
    max-width: 500px;
}

.home-description-heading::before {
    width: 600px;
    height: 100%;
    content: '';
    display: block;
    box-shadow: 0px 5px 53px rgba(229,194,181,0.75);
    background-color: #ffffff;
    border-radius: 10px;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
}

.home-description-heading--right::before {
    left: unset;
    right: 0;
}

.home-description > div {
    padding: 50px 0;
}

.home-description :nth-child(2n - 1) {
    text-align: right;
}

.home-description-heading--right {
    text-align: left;
}

.home-description p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 29px;
    color: #7b4b33;
    font-weight: 400;
    font-family: "Roboto";
}

.sdsblog-box-content {
    position: relative;
    margin-bottom: 100px;
}

.sdsblog-box-content::before {
    width: 300%;
    left: -100%;
    bottom: 0;
    content: '';
    display: block;
    background: #f1dbca;
    position: absolute;
    height: 230px;
}

.sds_blog_post {
    background: #fff;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
}

.sds_blog_post > a {
    display: block;
}

.sds_blog_post_details {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

a.r_more.sds_read_more {
    float: none;
    margin: auto 0 0 auto;
    border: none;
    color: #cd561b;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

.footer-instagram {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    margin-left: calc((100vw - 100%) * -.5)
}

.footer-instagram .picture {
    width: 20%;
}

.footer-instagram img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .footer-instagram .picture {
        width:50%;
    }

}

.footer-boxes {
    margin: 100px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

a.footer-box {
    width: 49%;
    position: relative;
}

.footer-box span {
    position: absolute;
    bottom: 25px;
    left: 50%;
    background: #fff;
    width: 80%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 52px;
    color: #70391f;
    font-weight: 500;
    font-family: "Roboto";
    padding: 25px;
    text-transform: uppercase;
}

.footer-container {
    background: #fff;
}

.footer-menu {
    display: flex;
    justify-content: center;
    text-align: center;
}

.footer-social-wrapper span {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #9c7344;
    font-weight: 500;
    font-family: "Roboto";
}

.footer-social-wrapper {
    text-align: center;
}

.footer-contact img {
    margin-right: 15px;
}

.footer-menu img {
    margin: 0 25px;
}

footer#footer {
    border-top: 1px solid #815f50;
    border-bottom: 1px solid #e5dad1;
    padding: 50px 0;
}

.footer-container #footer a:hover {
    color: #7b5931;
}

.long-desc-wrapper {
    border-radius: 10px;
    filter: drop-shadow(0px 22px 73.5px rgba(231,197,185,0.82));
    background-color: #ffffff;
    padding: 25px;
    margin: 25px 0 100px;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.ajax_add_to_cart_button::before {
    top: 3px;
    left: 10px;
}

a.button.ajax_add_to_cart_button:hover, .product-list-button:hover {
    background: #ec726f;
}

ul.product_list > li .product-container .content_price .product-price.old-price {
    position: relative;
    /* top: -8px; */
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 14px;
    color: #725747;
    font-weight: 300;
}

.sf-with-ul::after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-left: 10px;
    font-size: .8em;
}

.sf-menu li li .sf-with-ul::after {
    margin-left: auto;
    background: #f5e2d6;
    padding: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.footer-links {
    flex-basis: 250px;
}

#footer img {
    object-fit: contain;
}


/*.sf-menu li li li .sf-with-ul::after {*/
/*    display: none;*/
/*}*/

@media (max-width: 767px) {
    .sf-menu {
        flex-direction: column;
        display: none;
    }

    .columns-container.container {
        overflow-x: hidden;
    }

    .home-boxes {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: unset;
        grid-auto-flow: unset;
        grid-row-gap: 10px;
    }

    .home-boxes :nth-child(10) {
        grid-column-start: 2;
    }

    .header-top {
        padding: 0;
        box-shadow: none;
    }

    a.footer-box {
        width: 90%;
        margin: 0 auto 15px;
    }

    .footer-newsletter h3 {
        font-size: 30px;
    }

    .footer-newsletter h2 {
        font-size: 25px;
    }

    .home-description-heading::before {
        width: 100%;
    }

    .home-contact {
        font-size: 19px;
        margin: 25px 0;
    }

    .home-about {
        padding: 25px;
        font-size: 16px;
        line-height: 26px;
    }

    a.home-about-more-btn {
        height: 50px;
        font-size: 22px;
        margin: 25px auto;
    }

    .home-contact img {
        height: 40px;
    }

    .header-mid-center {
        order: -1;
        width: 100%;
        display: flex;
        margin-bottom: 15px;
    }

    .header-mid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .header_user_info img {
        height: 40px;
    }

    #header .shopping_cart img {
        height: 40px;
    }

    .header_user_info {
        margin: 0 10px;
    }

    .header-top-left {
        display: none;
    }

    .header-top-right {
        flex-direction: column;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    #languages-block-top > div {
        margin: 5px 0;
    }

    #languages-block-top img {
        margin: 0 !important;
    }

    ul.product_list .product-name {
        font-size: 16px;
    }

    .home-description p {
        font-size: 16px;
        line-height: 20px;
        margin: 25px 0 50px;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .footer-menu img {
        order: -1;
        width: 100%;
        height: 150px;
        object-fit: contain;
        margin-bottom: 25px;
    }

    .footer-menu .footer-links {
        width: 48%;
    }

    #footer > .row > :nth-child(1) {
        order: 2;
        margin-top: 25px;
    }

    #footer > .row > :nth-child(3) {
        display: none;
    }

    #footer > .row {
        display: flex;
        flex-direction: column;
    }

    .home-description-heading {
        font-size: 20px;
        line-height: 25px;
    }

    .footer-box span {
        font-size: 26px;
        line-height: 32px;
    }

    .button.ajax_add_to_cart_button {
        padding-left: 20px;
    }

    .button.ajax_add_to_cart_button::before {
        content: none;
    }

    .home-description .row:nth-child(2n-1) {
        display: flex;
        flex-direction: column-reverse;
    }

    .home-description > div {
        padding: 10px 0;
    }
}

@media (min-width: 768px) {
    .cat-title {
        display: none;
    }



    .sf-menu li li li ul {
        min-width: 320px;
    }

    .sf-menu li:nth-child(4) li ul,
    .sf-menu li:nth-child(5) li ul  {
        left: unset;
        right: 100%;
        top: 0;
        margin-right: 15px;
    }

    .sf-menu > li:nth-child(6) ul  {
        left: unset;
        right: 0;
    }


    .sf-menu > li:nth-child(2) > ul {
        min-width: 220px;

    }
    .sf-menu > li:nth-child(2) > ul > li > ul > li > ul > li > ul {
        min-width: 250px;
    }

    .sf-menu li:nth-child(4) li ul li, .sf-menu li:nth-child(5) li ul li {
        margin-left: auto;
        flex-display: row-reverse;
    }

    .sf-menu ul li li li {
        max-width: 300px;
    }
}

label.newlsetter-terms {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: 300;
}

/* PACZKOMATY FIX */

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a {
    background-repeat: no-repeat;
    padding-left: 40px;
}

#uniform-nb_page_items {
    width: 60px !important;
}

#uniform-nb_page_items span {
    width: 50px !important;
}

/*.ajax_block_product #omnibusprice {*/
/*    display: none;*/
/*}*/

#omnibusprice {
    font-size: 14px;
}

#product div.selector select {
    position: relative;
    opacity: 1;
    display: block;
    max-width: none !important;
    padding: 10px 10px;
    height: auto;
    font-size: 14px;
}

#product div.selector {
    position: relative;
    height: auto;
    width: auto !important;
    border: 1px solid #ccc;
    background: none;
    display: inline-block;
    padding: 0;
    border-radius: 5px;
}


#product div.selector > span {
    display: none;
}

































.ball-pulse-sync>div,.ball-pulse>div {
    width: 15px;
    height: 15px;
    margin: 2px;
    display: inline-block
}

.ball-pulse-sync>div,.ball-pulse>div,.ball-scale>div {
    background-color: #fff;
    border-radius: 100%
}

@-webkit-keyframes scale {
    0%,80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: .7
    }
}

.ball-pulse>div:nth-child(0) {
    -webkit-animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div:first-child {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}

.ball-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.ball-pulse-sync>div:nth-child(0) {
    -webkit-animation: ball-pulse-sync .6s -.21s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.21s infinite ease-in-out
}

.ball-pulse-sync>div:first-child {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -.07s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.07s infinite ease-in-out
}

.ball-pulse-sync>div:nth-child(3) {
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out
}

.ball-pulse-sync>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale>div {
    height: 60px;
    width: 60px;
    animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random>div,.ball-scale>div {
    display: inline-block;
    margin: 2px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-scale-random {
    width: 37px;
    height: 40px
}

.ball-scale-random>div {
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    height: 30px;
    width: 30px;
    animation: ball-scale 1s 0s ease-in-out infinite
}

.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%
}

.ball-rotate,.ball-rotate>div {
    position: relative
}

.ball-scale-random>div:first-child {
    margin-left: -7px;
    -webkit-animation: ball-scale 1s .2s ease-in-out infinite;
    animation: ball-scale 1s .2s ease-in-out infinite
}

.ball-scale-random>div:nth-child(3) {
    margin-left: -2px;
    margin-top: 9px;
    -webkit-animation: ball-scale 1s .5s ease-in-out infinite;
    animation: ball-scale 1s .5s ease-in-out infinite
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.ball-rotate>div {
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.ball-rotate>div:first-child {
    -webkit-animation: rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;
    animation: rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite
}

.ball-rotate>div:after,.ball-rotate>div:before {
    margin: 2px;
    content: "";
    position: absolute;
    opacity: .8
}

.ball-rotate>div:before {
    top: 0;
    left: -28px
}

.ball-rotate>div:after {
    top: 0;
    left: 25px
}

.ball-clip-rotate>div {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 25px;
    width: 25px;
    background: 0 0!important;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite
}

@keyframes scale {
    30% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.ball-clip-rotate-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%
}

.ball-clip-rotate-pulse>div:first-child {
    background: #fff;
    height: 16px;
    width: 16px;
    top: 7px;
    left: -7px;
    -webkit-animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite
}

.ball-clip-rotate-pulse>div:last-child {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -16px;
    top: -2px;
    background: 0 0;
    border: 2px solid;
    border-color: #fff transparent;
    -webkit-animation: rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }

    to {
        -webkit-transform: rotate(1turn) scale(1);
        transform: rotate(1turn) scale(1)
    }
}

.ball-clip-rotate-multiple {
    position: relative
}

.ball-clip-rotate-multiple>div {
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite
}

.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: #fff transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    to {
        opacity: 0
    }
}

@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    to {
        opacity: 0
    }
}

.ball-scale-ripple>div {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)
}

@-webkit-keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    to {
        opacity: 0
    }
}

@keyframes ball-scale-ripple-multiple {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 1
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .7
    }

    to {
        opacity: 0
    }
}

.ball-scale-ripple-multiple {
    position: relative;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px)
}

.ball-scale-ripple-multiple>div:nth-child(0) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.ball-scale-ripple-multiple>div:first-child {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.ball-scale-ripple-multiple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-ripple-multiple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-ripple-multiple>div {
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)
}

@-webkit-keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-beat {
    50% {
        opacity: .2;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-beat>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
    -webkit-animation: ball-beat .7s 0s infinite linear;
    animation: ball-beat .7s 0s infinite linear
}

.ball-beat>div:nth-child(2n-1) {
    -webkit-animation-delay: -.35s!important;
    animation-delay: -.35s!important
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.ball-scale-multiple>div {
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px)
    }

    66% {
        -webkit-transform: translate(50px);
        transform: translate(50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px,-50px);
        transform: translate(25px,-50px)
    }

    66% {
        -webkit-transform: translate(50px);
        transform: translate(50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px)
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px,50px);
        transform: translate(25px,50px)
    }

    66% {
        -webkit-transform: translate(-25px,50px);
        transform: translate(-25px,50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px);
        transform: translate(-50px)
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px);
        transform: translate(-50px)
    }

    66% {
        -webkit-transform: translate(-25px,-50px);
        transform: translate(-25px,-50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-29.99px,-37.51px);
    -ms-transform: translate(-29.99px,-37.51px);
    transform: translate(-29.99px,-37.51px)
}

.ball-triangle-path>div:first-child {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path>div:nth-child(2),.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out
}

.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.ball-triangle-path>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #fff
}

.ball-grid-beat>div,.ball-pulse-rise>div {
    background-color: #fff;
    height: 15px;
    border-radius: 100%;
    margin: 2px
}

.ball-triangle-path>div:first-of-type {
    top: 50px
}

.ball-triangle-path>div:nth-of-type(2) {
    left: 25px
}

.ball-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px
}

@-webkit-keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-pulse-rise-even {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    25% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    75% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

@keyframes ball-pulse-rise-odd {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    25% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
}

.ball-pulse-rise>div {
    width: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ball-pulse-rise>div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even
}

.ball-pulse-rise>div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd
}

@-webkit-keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

@keyframes ball-grid-beat {
    50% {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

.ball-grid-beat {
    width: 57px
}

.ball-grid-beat>div:first-child {
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
    -webkit-animation-duration: 1.27s;
    animation-duration: 1.27s
}

.ball-grid-beat>div:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: 1.52s;
    animation-duration: 1.52s
}

.ball-grid-beat>div:nth-child(3) {
    -webkit-animation-delay: .14s;
    animation-delay: .14s;
    -webkit-animation-duration: .61s;
    animation-duration: .61s
}

.ball-grid-beat>div:nth-child(4) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-duration: .82s;
    animation-duration: .82s
}

.ball-grid-beat>div:nth-child(5) {
    -webkit-animation-delay: -.01s;
    animation-delay: -.01s;
    -webkit-animation-duration: 1.24s;
    animation-duration: 1.24s
}

.ball-grid-beat>div:nth-child(6) {
    -webkit-animation-delay: -.07s;
    animation-delay: -.07s;
    -webkit-animation-duration: 1.35s;
    animation-duration: 1.35s
}

.ball-grid-beat>div:nth-child(7) {
    -webkit-animation-delay: .29s;
    animation-delay: .29s;
    -webkit-animation-duration: 1.44s;
    animation-duration: 1.44s
}

.ball-grid-beat>div:nth-child(8) {
    -webkit-animation-delay: .63s;
    animation-delay: .63s;
    -webkit-animation-duration: 1.19s;
    animation-duration: 1.19s
}

.ball-grid-beat>div:nth-child(9) {
    -webkit-animation-delay: -.18s;
    animation-delay: -.18s;
    -webkit-animation-duration: 1.48s;
    animation-duration: 1.48s
}

.ball-grid-beat>div {
    width: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ball-grid-beat;
    animation-name: ball-grid-beat;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ball-grid-beat>div,.ball-grid-pulse>div {
    display: inline-block;
    float: left;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes ball-grid-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: .7
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.ball-grid-pulse {
    width: 57px
}

.ball-grid-pulse>div,.ball-spin-fade-loader>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px
}

.ball-grid-pulse>div:first-child {
    -webkit-animation-delay: .58s;
    animation-delay: .58s;
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.ball-grid-pulse>div:nth-child(2) {
    -webkit-animation-delay: .01s;
    animation-delay: .01s;
    -webkit-animation-duration: .94s;
    animation-duration: .94s
}

.ball-grid-pulse>div:nth-child(3) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    -webkit-animation-duration: 1.43s;
    animation-duration: 1.43s
}

.ball-grid-pulse>div:nth-child(4) {
    -webkit-animation-delay: -.03s;
    animation-delay: -.03s;
    -webkit-animation-duration: .74s;
    animation-duration: .74s
}

.ball-grid-pulse>div:nth-child(5) {
    -webkit-animation-delay: .21s;
    animation-delay: .21s;
    -webkit-animation-duration: .68s;
    animation-duration: .68s
}

.ball-grid-pulse>div:nth-child(6) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
    -webkit-animation-duration: 1.17s;
    animation-duration: 1.17s
}

.ball-grid-pulse>div:nth-child(7) {
    -webkit-animation-delay: .46s;
    animation-delay: .46s;
    -webkit-animation-duration: 1.41s;
    animation-duration: 1.41s
}

.ball-grid-pulse>div:nth-child(8) {
    -webkit-animation-delay: .02s;
    animation-delay: .02s;
    -webkit-animation-duration: 1.56s;
    animation-duration: 1.56s
}

.ball-grid-pulse>div:nth-child(9) {
    -webkit-animation-delay: .13s;
    animation-delay: .13s;
    -webkit-animation-duration: .78s;
    animation-duration: .78s
}

.ball-grid-pulse>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ball-grid-pulse;
    animation-name: ball-grid-pulse;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-spin-fade-loader {
    50% {
        opacity: .3;
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ball-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -10px
}

.ball-spin-fade-loader>div:first-child {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.96s infinite linear;
    animation: ball-spin-fade-loader 1s -.96s infinite linear
}

.ball-spin-fade-loader>div:nth-child(2) {
    top: 17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.84s infinite linear;
    animation: ball-spin-fade-loader 1s -.84s infinite linear
}

.ball-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -.72s infinite linear;
    animation: ball-spin-fade-loader 1s -.72s infinite linear
}

.ball-spin-fade-loader>div:nth-child(4) {
    top: -17.05px;
    left: 17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.6s infinite linear;
    animation: ball-spin-fade-loader 1s -.6s infinite linear
}

.ball-spin-fade-loader>div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -.48s infinite linear;
    animation: ball-spin-fade-loader 1s -.48s infinite linear
}

.ball-spin-fade-loader>div:nth-child(6) {
    top: -17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.36s infinite linear;
    animation: ball-spin-fade-loader 1s -.36s infinite linear
}

.ball-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -.24s infinite linear;
    animation: ball-spin-fade-loader 1s -.24s infinite linear
}

.ball-spin-fade-loader>div:nth-child(8) {
    top: 17.05px;
    left: -17.05px;
    -webkit-animation: ball-spin-fade-loader 1s -.12s infinite linear;
    animation: ball-spin-fade-loader 1s -.12s infinite linear
}

.ball-spin-fade-loader>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}

@-webkit-keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@keyframes ball-spin-loader {
    75% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

.ball-spin-loader {
    position: relative
}

.ball-spin-loader>span:first-child {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s .9s infinite linear;
    animation: ball-spin-loader 2s .9s infinite linear
}

.ball-spin-loader>span:nth-child(2) {
    top: 30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
    animation: ball-spin-loader 2s 1.8s infinite linear
}

.ball-spin-loader>span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
    animation: ball-spin-loader 2s 2.7s infinite linear
}

.ball-spin-loader>span:nth-child(4) {
    top: -30.68px;
    left: 30.68px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
    animation: ball-spin-loader 2s 3.6s infinite linear
}

.ball-spin-loader>span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
    animation: ball-spin-loader 2s 4.5s infinite linear
}

.ball-spin-loader>span:nth-child(6) {
    top: -30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
    animation: ball-spin-loader 2s 5.4s infinite linear
}

.ball-spin-loader>span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
    animation: ball-spin-loader 2s 6.3s infinite linear
}

.ball-spin-loader>span:nth-child(8) {
    top: 30.68px;
    left: -30.68px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
    animation: ball-spin-loader 2s 7.2s infinite linear
}

.ball-spin-loader>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green
}

.ball-zig-zag-deflect>div,.ball-zig-zag>div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px 2px 2px 15px;
    top: 4px;
    left: -7px
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    66% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    66% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.ball-zig-zag {
    position: relative;
    -webkit-transform: translate(-15px,-15px);
    -ms-transform: translate(-15px,-15px);
    transform: translate(-15px,-15px)
}

.ball-zig-zag>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}

.ball-zig-zag>div:first-child {
    -webkit-animation: ball-zig .7s 0s infinite linear;
    animation: ball-zig .7s 0s infinite linear
}

.ball-zig-zag>div:last-child {
    -webkit-animation: ball-zag .7s 0s infinite linear;
    animation: ball-zag .7s 0s infinite linear
}

@-webkit-keyframes ball-zig-deflect {
    17%,84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    34%,67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    50%,to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-zig-deflect {
    17%,84% {
        -webkit-transform: translate(-15px,-30px);
        transform: translate(-15px,-30px)
    }

    34%,67% {
        -webkit-transform: translate(15px,-30px);
        transform: translate(15px,-30px)
    }

    50%,to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes ball-zag-deflect {
    17%,84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    34%,67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    50%,to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes ball-zag-deflect {
    17%,84% {
        -webkit-transform: translate(15px,30px);
        transform: translate(15px,30px)
    }

    34%,67% {
        -webkit-transform: translate(-15px,30px);
        transform: translate(-15px,30px)
    }

    50%,to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.ball-zig-zag-deflect {
    position: relative;
    -webkit-transform: translate(-15px,-15px);
    -ms-transform: translate(-15px,-15px);
    transform: translate(-15px,-15px)
}

.ball-zig-zag-deflect>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute
}

.ball-zig-zag-deflect>div:first-child {
    -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
    animation: ball-zig-deflect 1.5s 0s infinite linear
}

.ball-zig-zag-deflect>div:last-child {
    -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
    animation: ball-zag-deflect 1.5s 0s infinite linear
}

@-webkit-keyframes line-scale {
    0%,to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@keyframes line-scale {
    0%,to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

.line-scale>div:first-child {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale>div:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale>div:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale>div:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)
}

.line-scale>div {
    animation-fill-mode: both;
    display: inline-block
}

.line-scale-party>div,.line-scale>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    width: 4px;
    height: 35px;
    -webkit-animation-fill-mode: both
}

@-webkit-keyframes line-scale-party {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes line-scale-party {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.line-scale-party>div:first-child {
    -webkit-animation-delay: -.09s;
    animation-delay: -.09s;
    -webkit-animation-duration: .83s;
    animation-duration: .83s
}

.line-scale-party>div:nth-child(2) {
    -webkit-animation-delay: .33s;
    animation-delay: .33s;
    -webkit-animation-duration: .64s;
    animation-duration: .64s
}

.line-scale-party>div:nth-child(3) {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
    -webkit-animation-duration: .39s;
    animation-duration: .39s
}

.line-scale-party>div:nth-child(4) {
    -webkit-animation-delay: .47s;
    animation-delay: .47s;
    -webkit-animation-duration: .52s;
    animation-duration: .52s
}

.line-scale-party>div {
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation-name: line-scale-party;
    animation-name: line-scale-party;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

@-webkit-keyframes line-scale-pulse-out {
    0%,to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

@keyframes line-scale-pulse-out {
    0%,to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }
}

.line-scale-pulse-out>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
    animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)
}

.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4) {
    -webkit-animation-delay: -.4s!important;
    animation-delay: -.4s!important
}

.line-scale-pulse-out>div:first-child,.line-scale-pulse-out>div:nth-child(5) {
    -webkit-animation-delay: -.2s!important;
    animation-delay: -.2s!important
}

@-webkit-keyframes line-scale-pulse-out-rapid {
    0%,90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

@keyframes line-scale-pulse-out-rapid {
    0%,90% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    80% {
        -webkit-transform: scaley(.3);
        transform: scaley(.3)
    }
}

.line-scale-pulse-out-rapid>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);
    animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)
}

.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4) {
    -webkit-animation-delay: -.25s!important;
    animation-delay: -.25s!important
}

.line-scale-pulse-out-rapid>div:first-child,.line-scale-pulse-out-rapid>div:nth-child(5) {
    -webkit-animation-delay: 0s!important;
    animation-delay: 0s!important
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

.line-spin-fade-loader {
    position: relative;
    top: -10px;
    left: -4px
}

.line-spin-fade-loader>div:first-child {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(2) {
    top: 13.64px;
    left: 13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(4) {
    top: -13.64px;
    left: 13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(6) {
    top: -13.64px;
    left: -13.64px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out
}

.line-spin-fade-loader>div:nth-child(8) {
    top: 13.64px;
    left: -13.64px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out
}

.line-spin-fade-loader>div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px
}

@-webkit-keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes triangle-skew-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.triangle-skew-spin>div {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite
}

@-webkit-keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0)
    }

    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg)
    }

    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg)
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0)
    }
}

.square-spin>div {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid red;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;
    animation: square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite
}

.pacman>div:first-of-type,.pacman>div:nth-child(2) {
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    position: relative;
    left: -30px
}

@-webkit-keyframes rotate_pacman_half_up {
    0%,to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate_pacman_half_up {
    0%,to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    50% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0%,to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotate_pacman_half_down {
    0%,to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: .7
    }

    to {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px)
    }
}

@keyframes pacman-balls {
    75% {
        opacity: .7
    }

    to {
        -webkit-transform: translate(-100px,-6.25px);
        transform: translate(-100px,-6.25px)
    }
}

.pacman {
    position: relative
}

.pacman>div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -.66s infinite linear;
    animation: pacman-balls 1s -.66s infinite linear
}

.pacman>div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -.33s infinite linear;
    animation: pacman-balls 1s -.33s infinite linear
}

.pacman>div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear
}

.pacman>div:first-of-type {
    -webkit-animation: rotate_pacman_half_up .5s 0s infinite;
    animation: rotate_pacman_half_up .5s 0s infinite
}

.pacman>div:nth-child(2) {
    -webkit-animation: rotate_pacman_half_down .5s 0s infinite;
    animation: rotate_pacman_half_down .5s 0s infinite;
    margin-top: -50px
}

.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6) {
    background-color: #fff;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translateY(-6.25px);
    -ms-transform: translateY(-6.25px);
    transform: translateY(-6.25px);
    top: 25px;
    left: 70px
}

@-webkit-keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes cube-transition {
    25% {
        -webkit-transform: translateX(50px) scale(.5) rotate(-90deg);
        transform: translateX(50px) scale(.5) rotate(-90deg)
    }

    50% {
        -webkit-transform: translate(50px,50px) rotate(-180deg);
        transform: translate(50px,50px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateY(50px) scale(.5) rotate(-270deg);
        transform: translateY(50px) scale(.5) rotate(-270deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.cube-transition {
    position: relative;
    -webkit-transform: translate(-25px,-25px);
    -ms-transform: translate(-25px,-25px);
    transform: translate(-25px,-25px)
}

.cube-transition>div {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
    animation: cube-transition 1.6s 0s infinite ease-in-out
}

.cube-transition>div:last-child {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.semi-circle-spin {
    position: relative;
    width: 35px;
    height: 35px;
    overflow: hidden
}

.semi-circle-spin>div {
    position: absolute;
    border-width: 0;
    border-radius: 100%;
    -webkit-animation: spin-rotate .6s 0s infinite linear;
    animation: spin-rotate .6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent,transparent 70%,#fff 0,#fff);
    background-image: linear-gradient(transparent,transparent 70%,#fff 0,#fff);
    width: 100%;
    height: 100%
}

@-webkit-keyframes bar-progress {
    0%,to {
        -webkit-transform: scaleY(20%);
        transform: scaleY(20%);
        opacity: 1
    }

    25%,75% {
        -webkit-transform: translateX(6%) scaleY(10%);
        transform: translateX(6%) scaleY(10%);
        opacity: .7
    }

    50% {
        -webkit-transform: translateX(20%) scaleY(20%);
        transform: translateX(20%) scaleY(20%);
        opacity: 1
    }
}

@keyframes bar-progress {
    0%,to {
        -webkit-transform: scaleY(20%);
        transform: scaleY(20%);
        opacity: 1
    }

    25%,75% {
        -webkit-transform: translateX(6%) scaleY(10%);
        transform: translateX(6%) scaleY(10%);
        opacity: .7
    }

    50% {
        -webkit-transform: translateX(20%) scaleY(20%);
        transform: translateX(20%) scaleY(20%);
        opacity: 1
    }
}

.bar-progress {
    width: 30%;
    height: 12px
}

.bar-progress>div {
    position: relative;
    width: 20%;
    height: 12px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;
    animation: bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;
    opacity: 1
}

.bar-swing,.bar-swing>div {
    height: 8px;
    width: 30%
}

@-webkit-keyframes bar-swing {
    0%,to {
        left: 0
    }

    50% {
        left: 70%
    }
}

@keyframes bar-swing {
    0%,to {
        left: 0
    }

    50% {
        left: 70%
    }
}

.bar-swing>div {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-swing 1.5s infinite;
    animation: bar-swing 1.5s infinite
}

@-webkit-keyframes bar-swing-container {
    0%,to {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        left: 70%;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

@keyframes bar-swing-container {
    0%,to {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        left: 70%;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

.bar-swing-container {
    width: 20%;
    height: 8px;
    position: relative
}

.bar-swing-container div:first-child {
    position: absolute;
    width: 100%;
    background-color: hsla(0,0%,100%,.2);
    height: 12px;
    border-radius: 10px
}

.bar-swing-container div:nth-child(2) {
    position: absolute;
    width: 30%;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-animation: bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;
    animation: bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;
    margin: 2px 2px 0
}

.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-tile::selection {
    background: transparent
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer {
    max-width: none!important;
    max-height: none!important
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51,181,229,.4)
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-bottom,.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1);
    -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1);
    transition: transform .25s cubic-bezier(0,0,.25,1)
}

.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-control,.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container {
    pointer-events: none
}

.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline: 0
}

.leaflet-container a {
    color: #0078a8
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: hsla(0,0%,100%,.5)
}

.leaflet-container {
    font: 12px/1.5 Helvetica Neue,Arial,Helvetica,sans-serif
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,.65);
    border-radius: 4px
}

.leaflet-bar a,.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
}

.leaflet-bar a,.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,.leaflet-control-zoom-out {
    font: 700 18px Lucida Console,Monaco,monospace;
    text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle,.leaflet-control-layers .leaflet-control-layers-list {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0,0%,100%,.7);
    margin: 0
}

.leaflet-control-attribution,.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: hsla(0,0%,100%,.5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers {
    box-shadow: none
}

.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0,0,0,.2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,.leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,.4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma,Verdana,sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom:1}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.4)
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before,.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}

.leaflet-control-fullscreen a {
    background: #fff url("/images/fullscreen.png?4.12.8") no-repeat 0 0;
    background-size: 26px 52px
}

.leaflet-touch .leaflet-control-fullscreen a {
    background-position: 2px 2px
}

.leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position: 0 -26px
}

.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a {
    background-position: 2px -24px
}

.leaflet-container:-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}

.leaflet-container.leaflet-fullscreen-on,.leaflet-pseudo-fullscreen {
    width: 100%!important;
    height: 100%!important
}

.leaflet-pseudo-fullscreen {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    z-index: 99999
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
    .leaflet-control-fullscreen a {
        background-image:url("/images/fullscreen@2x.png")
    }
}

.leaflet-control-locate a {
    font-size: 1.4em;
    color: #444;
    cursor: pointer
}

.leaflet-control-locate.active a {
    color: #2074b6
}

.leaflet-control-locate.active.following a {
    color: #fc8428
}

.leaflet-control-locate-location circle {
    animation: leaflet-control-locate-throb 4s ease infinite
}

@keyframes leaflet-control-locate-throb {
    0% {
        stroke-width: 1
    }

    50% {
        stroke-width: 3;
        transform: scale(.8)
    }

    to {
        stroke-width: 1
    }
}

.leaflet-control-locate a {
    padding: 0 0 0 3px
}

.leaflet-control-locate.requesting a {
    padding: 3px 0 0 4px
}

.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-in;
    -moz-transition: -moz-transform .3s ease-out,opacity .3s ease-in;
    -o-transition: -o-transform .3s ease-out,opacity .3s ease-in;
    transition: transform .3s ease-out,opacity .3s ease-in
}

.leaflet-cluster-spider-leg {
    -webkit-transition: -webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;
    -moz-transition: -moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;
    -o-transition: -o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;
    transition: stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in
}

.map-widget .marker-cluster-large div,.map-widget .marker-cluster-medium div,.map-widget .marker-cluster-small div {
    background-color: #424243
}

.map-widget .marker-cluster-large div span,.map-widget .marker-cluster-medium div span,.map-widget .marker-cluster-small div span {
    font-family: Montserrat,serif;
    color: #f1c931;
    font-weight: 600;
    fill: #f1c931
}

.map-widget .leaflet-oldie .marker-cluster-large,.map-widget .leaflet-oldie .marker-cluster-medium,.map-widget .leaflet-oldie .marker-cluster-small,.map-widget .marker-cluster-large,.map-widget .marker-cluster-medium,.map-widget .marker-cluster-small {
    opacity: 1;
    background-color: rgba(66,66,67,.2)
}

.map-widget .leaflet-oldie .marker-cluster-large div,.map-widget .leaflet-oldie .marker-cluster-medium div,.map-widget .leaflet-oldie .marker-cluster-small div {
    background-color: #424243;
    color: #f1c931
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px
}

.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px Helvetica Neue,Arial,Helvetica,sans-serif
}

.marker-cluster span {
    line-height: 30px
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.easypack-widget {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -ms-flex: 1;
    font-family: Open Sans,sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.42857143
}

.easypack-widget .btn {
    min-width: unset;
    height: auto
}

.easypack-widget .hidden {
    display: none!important
}

.easypack-widget * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.easypack-widget a {
    color: #000!important
}

.easypack-widget .loading-icon-wrapper {
    text-align: center;
    margin-top: 200px
}

.easypack-widget .loading-icon-wrapper.loader-wrapper:not(.hidden) {
    position: absolute;
    pointer-events: fill;
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #f1f1f1
}

.easypack-widget .loading-icon-wrapper.loader-wrapper:not(.hidden).hidden {
    display: none
}

.easypack-widget .info-box-wrapper {
    width: 240px!important;
    margin-left: 38px
}

.easypack-widget .info-box-wrapper img {
    top: 25px;
    right: 5px
}

.easypack-widget .info-box-wrapper .info-window {
    width: 180px
}

.easypack-widget .info-box-wrapper .info-window .content {
    border-radius: 20px;
    display: flex;
    flex-direction: column
}

.easypack-widget .info-box-wrapper .info-window .content .point-wrapper {
    text-align: center;
    padding: 15px
}

.easypack-widget .info-box-wrapper .info-window .content .point-wrapper p {
    padding: 0
}

.easypack-widget .info-box-wrapper .info-window .content .point-wrapper h1 {
    text-align: center;
    clear: both
}

.easypack-widget .info-box-wrapper .info-window .content .point-wrapper .mobile-details-content:first-of-type {
    margin-top: 10px
}

.easypack-widget .info-box-wrapper .info-window .content .links {
    padding: 0 10px;
    border-top: 1px solid #4b4b4b;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.easypack-widget .info-box-wrapper .info-window .content .links a:not(.d-none) {
    text-decoration: none;
    padding: 0 0 2px;
    border: 2px solid #fab800;
    border-radius: 5px;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 10px;
    display: block;
    color: #fff!important
}

.easypack-widget .info-box-wrapper .info-window .content .links a:not(.d-none).select-link {
    cursor: pointer;
    background-color: #fab800;
    font-weight: 700
}

.easypack-widget .info-box-wrapper .info-window .content .links span {
    display: block;
    width: 20px;
    height: 20px;
    left: 3px
}

.easypack-widget .info-box-wrapper .info-window .content .route-link {
    margin-right: 30px
}

.easypack-widget .info-box-wrapper .info-window .content .details-link,.easypack-widget .info-box-wrapper .info-window .content .details-link-mobile {
    cursor: pointer
}

.easypack-widget .info-box-wrapper .info-window .content .details-link-mobile {
    display: none
}

@media screen and (max-width: 768px) {
    .easypack-widget .info-box-wrapper .info-window .content {
        flex-direction:column;
        padding: 10px
    }

    .easypack-widget .info-box-wrapper .info-window .content .point-wrapper {
        padding: 5px
    }

    .easypack-widget .info-box-wrapper .info-window .content .point-wrapper p {
        padding: 0
    }

    .easypack-widget .info-box-wrapper .info-window .content .point-wrapper .opening-hours-label {
        display: none;
        padding: 10px
    }

    .easypack-widget .info-box-wrapper .info-window .content .links {
        padding: 5px
    }
}

@media screen and (max-width: 768px) and (orientation:landscape) {
    .easypack-widget .info-box-wrapper .info-window .content {
        flex-direction:row;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 3px 5px
    }

    .easypack-widget .info-box-wrapper .info-window .content .links {
        padding-right: 10px
    }

    .easypack-widget .info-box-wrapper .info-window .content .links a {
        width: 110px
    }
}

@media screen and (max-width: 768px) {
    .easypack-widget .info-box-wrapper {
        margin-left:30px!important;
        width: 200px!important
    }

    .easypack-widget .info-box-wrapper .info-window {
        width: 180px!important
    }
}

@media screen and (max-width: 768px) and (orientation:landscape) {
    .easypack-widget .info-box-wrapper {
        width:300px!important;
        margin-left: -20px!important
    }

    .easypack-widget .info-box-wrapper img {
        top: 30px;
        right: 8px
    }

    .easypack-widget .info-box-wrapper .info-window {
        width: 280px!important
    }
}

.easypack-widget button {
    font-family: Open Sans,sans-serif;
    -webkit-appearance: button;
    overflow: visible;
    text-transform: none;
    align-items: flex-start;
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
    text-indent: 0;
    text-shadow: none;
    -webkit-writing-mode: horizontal-tb
}

.easypack-widget input {
    margin: 0;
    font-family: Open Sans,sans-serif;
    line-height: 1.42857143
}

.easypack-widget .easypack-dropdown {
    position: relative
}

.easypack-widget .easypack-dropdown .search-input-loader-wrapper {
    display: inline-flex;
    width: 100%
}

.easypack-widget .easypack-dropdown .search-input-loader-wrapper input {
    flex: 1
}

.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading {
    right: 34px;
    max-height: 27px;
    top: 2px
}

.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div {
    background-color: #000
}

.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading {
    min-width: 30px;
    position: relative;
    visibility: visible;
    background-color: #fff;
    display: block
}

.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading.hidden {
    display: block!important
}

.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading.hidden .ball-spin-fade-loader {
    visibility: hidden
}

.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader {
    transform: scale(.45);
    margin-top: 2px;
    visibility: visible;
    width: 10px;
    height: 10px;
    left: 20%;
    top: 20%
}

.easypack-widget .easypack-dropdown .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div {
    border-color: #000!important;
    background-color: #000!important;
    border-bottom-color: transparent;
    max-width: 15px;
    max-height: 15px
}

.easypack-widget .easypack-dropdown__select {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px
}

.easypack-widget .easypack-dropdown__arrow {
    float: right
}

.easypack-widget .easypack-dropdown__arrow img {
    max-height: 10px
}

.easypack-widget .easypack-dropdown[data-open=true] .easypack-dropdown__arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.easypack-widget .easypack-dropdown__search {
    width: 100%;
    padding: 5px;
    font-weight: 700;
    font-size: 12px
}

.easypack-widget .easypack-dropdown__content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #fafafa;
    padding: 10px;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2
}

.easypack-widget .easypack-dropdown__list {
    padding: 0;
    max-height: 210px;
    overflow-y: scroll
}

.easypack-widget .easypack-dropdown__list li {
    cursor: pointer;
    list-style: none;
    padding: 5px
}

.easypack-widget .easypack-dropdown__list li:hover {
    background: #f1f1f1
}

.easypack-widget .easypack-dropdown[data-open=true] .easypack-dropdown__select {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.easypack-widget .easypack-dropdown[data-open=false] .easypack-dropdown__content {
    display: none
}

.easypack-widget .search-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.easypack-widget .search-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.easypack-widget .search-group .search-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.easypack-widget .search-group .search-input:focus {
    outline: none
}

.easypack-widget .input-group-addon,.easypack-widget .search-group-btn,.easypack-widget .search-group.search-input {
    display: table-cell
}

.easypack-widget .search-group-btn {
    position: relative;
    height: 50px;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: top
}

.easypack-widget .search-group-btn:not(.with-filters) {
    width: 1%!important
}

.easypack-widget .search-group-btn:last-child>.btn,.easypack-widget .search-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.easypack-widget .input-group-addon:first-child,.easypack-widget .search-group-btn:first-child>.btn,.easypack-widget .search-group-btn:first-child>.btn-group>.btn,.easypack-widget .search-group-btn:first-child>.dropdown-toggle,.easypack-widget .search-group-btn:last-child>.btn-group:not(:last-child)>.btn,.easypack-widget .search-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.easypack-widget .search-group.search-input:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.easypack-widget .input-group-addon:last-child,.easypack-widget .search-group-btn:first-child>.btn-group:not(:first-child)>.btn,.easypack-widget .search-group-btn:first-child>.btn:not(:first-child),.easypack-widget .search-group-btn:last-child>.btn,.easypack-widget .search-group-btn:last-child>.btn-group>.btn,.easypack-widget .search-group-btn:last-child>.dropdown-toggle,.easypack-widget .search-group.search-input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.easypack-widget .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.easypack-widget .btn:hover {
    text-decoration: none
}

.easypack-widget .btn-checkbox,.easypack-widget .btn-default,.easypack-widget .btn-filters,.easypack-widget .btn-radio,.easypack-widget .btn-search {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    outline: none
}

.easypack-widget .btn-checkbox:hover,.easypack-widget .btn-default:hover,.easypack-widget .btn-filters:hover,.easypack-widget .btn-radio:hover,.easypack-widget .btn-search:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.easypack-widget .easypack-search-widget .btn.btn-filters {
    width: auto;
    color: #666;
    font-size: 12px;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .easypack-widget .easypack-search-widget .btn.btn-filters {
        width:100%
    }
}

.easypack-widget .btn-filters__arrow {
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 15px
}

.easypack-widget .btn-filters .btn-filters__arrow {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.easypack-widget .btn-filters.opened .btn-filters__arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.easypack-widget .btn.btn-checkbox,.easypack-widget .btn.btn-radio {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 0
}

.easypack-widget li.no-subtypes {
    border-radius: 0
}

.easypack-widget li.has-subtypes button.all,.easypack-widget li.has-subtypes button.none {
    opacity: 1
}

.easypack-widget li.has-subtypes button.some {
    opacity: .3
}

.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.all,.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.none,.easypack-widget li.has-subtypes button li:not(.has-subtypes) button.some {
    opacity: 1
}

.easypack-widget li.has-subtypes.group span.label {
    padding-left: 0
}

.easypack-widget .btn-radio {
    border: none
}

.easypack-widget .btn-search {
    background: 50% no-repeat #fff;
    min-height: 60px
}

.easypack-widget .search-group-btn>.btn {
    position: relative
}

.easypack-widget ol,.easypack-widget ul {
    margin-top: 0;
    margin-bottom: 10px
}

.easypack-widget dir,.easypack-widget menu,.easypack-widget ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px
}

.easypack-widget li {
    display: list-item;
    text-align: -webkit-match-parent
}

.easypack-widget .easypack-search-widget {
    width: 100%;
    background-color: #f7f6f1
}

.easypack-widget .easypack-search-widget .search-group {
    padding: 30px
}

.easypack-widget .easypack-search-widget .search-group:not(.with-filters) {
    width: 100%
}

.easypack-widget .easypack-search-widget .visible-xs {
    display: none
}

@media screen and (max-width: 767px) {
    .easypack-widget .easypack-search-widget .visible-xs {
        display:block
    }
}

@media screen and (max-width: 767px) {
    .easypack-widget .easypack-search-widget .hidden-xs {
        display:none
    }
}

.easypack-widget .easypack-search-widget .search-input {
    height: 60px;
    padding: 5px 40px;
    z-index: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600
}

.easypack-widget .easypack-search-widget .btn {
    height: 100%;
    width: 60px;
    border: 0;
    border-left: 1px solid #eee;
    border-radius: 0
}

.easypack-widget .easypack-search-widget .search-group-btn:last-child>.btn,.easypack-widget .easypack-search-widget .search-group-btn:last-child>.btn-group {
    margin-left: 0
}

.easypack-widget .easypack-search-widget #searchLoader {
    position: relative;
    display: table-cell;
    left: unset;
    bottom: unset;
    right: unset;
    top: unset;
    background-color: #fff;
    vertical-align: middle;
    width: 37px;
    height: 50px;
    margin: 0;
    visibility: visible;
    padding-left: 5px
}

.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader {
    background-color: #fff
}

.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader .ball-spin-fade-loader {
    top: unset;
    transform: scale(.45);
    margin-left: 5px;
    left: 0!important;
    width: 10px;
    height: 10px;
    background-color: transparent
}

.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader .ball-spin-fade-loader div {
    border-color: #000!important;
    background-color: #000!important;
    border-bottom-color: transparent;
    max-width: 15px;
    max-height: 15px
}

.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader:not(.hidden) {
    display: table-cell
}

.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader:not(.hidden) .ball-spin-fade-loader {
    visibility: visible
}

.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader.hidden {
    display: table-cell!important
}

.easypack-widget .easypack-search-widget .search-group:not(.with-filters) #searchLoader.hidden .ball-spin-fade-loader {
    display: none;
    visibility: hidden
}

.easypack-widget .easypack-search-widget .input-group.with-filters {
    background-color: #fff
}

.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader .ball-spin-fade-loader {
    top: unset;
    transform: scale(.45);
    left: 0!important;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background-color: transparent
}

.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader .ball-spin-fade-loader div {
    border-color: #000!important;
    background-color: #000!important;
    border-bottom-color: transparent;
    max-width: 15px;
    max-height: 15px
}

.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader:not(.hidden) {
    display: table-cell!important
}

.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader:not(.hidden) .ball-spin-fade-loader {
    visibility: visible
}

.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader.hidden {
    display: table-cell!important
}

.easypack-widget .easypack-search-widget .input-group.with-filters #searchLoader.hidden .ball-spin-fade-loader {
    visibility: hidden
}

.easypack-widget .easypack-search-widget .search-input-loader-wrapper {
    display: inline-flex;
    width: 100%;
    background-color: transparent
}

.easypack-widget .easypack-search-widget .search-input-loader-wrapper input {
    flex: 1
}

.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading {
    position: fixed;
    right: 10px;
    top: 10px
}

.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div {
    background-color: #000
}

.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading {
    min-width: 30px;
    position: relative;
    visibility: visible;
    background-color: #fff;
    display: block
}

.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading.hidden {
    display: block!important
}

.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading.hidden .ball-spin-fade-loader {
    visibility: hidden
}

.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader {
    transform: scale(.45);
    margin-top: 5px;
    visibility: visible;
    width: 10px;
    height: 10px;
    left: 20%;
    top: 20%
}

.easypack-widget .easypack-search-widget .search-input-loader-wrapper .easypack-loading .ball-spin-fade-loader div {
    border-color: #000!important;
    background-color: #000!important;
    border-bottom-color: transparent;
    max-width: 15px;
    max-height: 15px
}

.easypack-widget .map-widget .status-bar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 20px
}

.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp {
    transform: scale(.45);
    left: 0!important;
    width: 30px;
    height: 30px
}

.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp div {
    border-color: #000;
    border-bottom-color: transparent
}

.easypack-widget .map-widget .status-bar--hidden,.easypack-widget .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp.hidden {
    display: none
}

.easypack-widget .map-widget .leaflet-popup {
    font-family: Open Sans,sans-serif;
    font-weight: 100;
    font-size: 13px;
    line-height: 1.42857143;
    width: 250px;
    padding: 0 0 18px;
    color: #fff!important
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper {
    background-color: #323232;
    color: #fff!important
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 5px 10px
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper h1 {
    font-size: 1.3em;
    margin: 0 0 5px;
    color: #fff!important
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .name,.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .phone {
    margin-top: 10px!important;
    color: #fff!important;
    font-size: 14px;
    text-align: left
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper {
    padding: 0 10px;
    text-align: center
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p {
    margin: 0
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper .open-hours-label {
    padding-top: 10px;
    font-size: 12px
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper .open-hours {
    padding-top: 5px;
    font-size: 12px
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.address {
    margin-top: 10px
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.address.mobile-details-content {
    margin-top: 2px
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links {
    padding: 0 10px;
    border-top: 1px solid #4b4b4b;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a {
    text-decoration: none;
    padding: 0 0 2px;
    border: 2px solid #fab800;
    border-radius: 5px;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 5px;
    display: block;
    color: #fff!important
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a.select-link {
    cursor: pointer;
    background-color: #fab800;
    font-weight: 700
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links span {
    display: block;
    width: 20px;
    height: 20px;
    left: 3px
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .route-link {
    margin-right: 30px
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link,.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link-mobile {
    cursor: pointer
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper .details-link-mobile {
    display: none
}

@media screen and (max-width: 768px) {
    .easypack-widget .map-widget .leaflet-popup .leaflet-popup-content-wrapper {
        flex-direction:row-reverse;
        justify-content: flex-end;
        padding-top: 0
    }
}

.easypack-widget .map-widget .leaflet-popup .leaflet-popup-tip {
    background-color: #323232
}

.easypack-widget .map-widget .leaflet-popup a.leaflet-popup-close-button {
    color: #fff!important;
    right: 5px;
    height: 22px
}

.easypack-widget .map-widget .leaflet-popup .mobile-details-content {
    margin-top: 2px
}

.easypack-widget .map-widget .leaflet-popup .apm_doubled {
    font-weight: 700;
    font-size: 12px;
    margin-left: -10px;
    padding: 5px 10px 4px;
    margin-right: -10px
}

@media screen and (max-width: 767px) {
    .easypack-widget .map-widget .leaflet-popup {
        width:170px
    }

    .easypack-widget .map-widget .leaflet-popup .leaflet-popup-content {
        margin: 0 10px 10px;
        font-size: 12px
    }

    .easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .select-link {
        background-color: #fab800;
        position: relative;
        padding-left: 0;
        text-align: center
    }
}

@media screen and (max-width: 767px) and (orientation:landscape) {
    .easypack-widget .map-widget .leaflet-popup {
        width:260px
    }

    .easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .popup-container {
        display: flex;
        width: 100%;
        justify-content: space-around;
        flex-direction: row
    }

    .easypack-widget .map-widget .leaflet-popup .leaflet-popup-content .popup-container .links {
        flex-direction: column;
        justify-content: flex-end
    }
}

.easypack-widget .filters-widget {
    position: relative;
    min-height: 120px;
    overflow: hidden
}

.easypack-widget .filters-widget .filters-widget__loading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #f1f0e9;
    opacity: .5;
    z-index: 2;
    display: none
}

.easypack-widget .filters-widget.loading .filters-widget__loading {
    display: block
}

.easypack-widget .filters-widget .filters-widget__list {
    list-style: none;
    margin: 0;
    padding: 10px 30px;
    background: #f1f0e9;
    position: relative
}

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem {
    display: inline-block;
    margin: 0 10px 10px
}

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem input {
    display: none;
    cursor: pointer;
    margin-right: 5px
}

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem input:checked+label:before {
    content: "\2713";
    font-size: 13px;
    color: #333;
    text-align: center;
    line-height: 15px
}

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem label {
    cursor: pointer;
    font-weight: 700;
    color: #444;
    position: relative;
    padding-left: 20px
}

.easypack-widget .filters-widget .filters-widget__list .filters-widget__elem label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.3),0 1px 0 0 hsla(0,0%,100%,.8)
}

.easypack-widget .filters-widget.hidden {
    display: none
}

.easypack-widget .type-filter {
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: center
}

.easypack-widget .type-filter .current-type-wrapper {
    display: none;
    overflow: hidden
}

.easypack-widget .type-filter .list-wrapper {
    margin: 0;
    padding: 0;
    list-style: none
}

.easypack-widget .type-filter .list-wrapper .arrow {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer
}

.easypack-widget .type-filter .list-wrapper .dropdown-wrapper {
    position: absolute;
    z-index: 1;
    top: 49px;
    width: 170px
}

.easypack-widget .type-filter .list-wrapper .dropdown-wrapper .dropdown-subtypes {
    background: #fff;
    text-align: left;
    padding: 0 15px;
    -webkit-box-shadow: 3px 3px 4px 0 rgba(0,0,0,.53);
    -moz-box-shadow: 3px 3px 4px 0 rgba(0,0,0,.53);
    box-shadow: 3px 3px 4px 0 rgba(0,0,0,.53)
}

.easypack-widget .type-filter .list-wrapper .dropdown-wrapper .dropdown-subtypes li {
    margin: 10px 0
}

.easypack-widget .type-filter .list-wrapper ul {
    padding-left: 0;
    margin: 0 0 0 -5px;
    list-style: none
}

.easypack-widget .type-filter .list-wrapper ul li {
    display: inline-block;
    margin: 12px 30px 12px 0;
    height: 40px;
    padding-top: 10px;
    background: 25px -2px no-repeat;
    position: relative;
    background-size: 24px 45px;
    vertical-align: middle
}

.easypack-widget .type-filter .list-wrapper ul li .label {
    position: relative;
    top: 2px;
    padding-left: 35px;
    color: #000;
    cursor: pointer
}

.easypack-widget .type-filter .list-wrapper ul li.group span.label {
    padding-left: 15px
}

.easypack-widget .type-filter .list-wrapper ul li.group li span.label {
    padding-left: 35px
}

.easypack-widget .type-filter .list-wrapper ul li.group ul.dropdown-subtypes {
    padding-bottom: 15px
}

.easypack-widget .type-filter .list-wrapper ul div.payment-filter {
    min-height: 40px;
    display: inline-flex;
    margin: 12px 30px 12px 0;
    height: 40px;
    padding-top: 10px;
    vertical-align: middle
}

.easypack-widget .type-filter .list-wrapper ul div.payment-filter i {
    margin-left: 5px;
    margin-top: 1px;
    width: 20px;
    font-size: 18px
}

.easypack-widget .type-filter .list-wrapper ul div.payment-filter .btn-checkbox {
    height: 20px;
    width: 20px;
    min-width: 20px;
    background-color: #fff;
    border: 1px solid #ccc
}

.easypack-widget .type-filter .list-wrapper ul div.payment-filter .btn-checkbox.selected {
    background: url("https://geowidget.easypack24.net/images/desktop/icons/selected.png?4.12.8") #fff no-repeat 50%
}

.easypack-widget .type-filter .list-wrapper ul div.payment-filter .btn-checkbox:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc
}

.easypack-widget .type-filter .list-wrapper ul div.payment-filter .label {
    padding-left: 5px;
    display: flex;
    text-align: left;
    line-height: 13px;
    padding-top: 4px
}

.easypack-widget .type-filter .list-wrapper ul li:not([data-dropdown=open])>.dropdown-wrapper {
    display: none
}

.easypack-widget .type-filter .list-wrapper ul li[data-dropdown=open]>.arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.easypack-widget .type-filter .list-wrapper ul li:not([data-checked=true])>.btn-checkbox {
    background-position: -20px 0
}

.easypack-widget .type-filter .main-type {
    outline: none
}

.easypack-widget .type-filter .no-tooltip {
    border-radius: 0
}

.easypack-widget .type-filter .has-tooltip {
    position: relative;
    cursor: pointer
}

.easypack-widget .type-filter .tooltip-wrapper {
    display: none;
    font-family: Open Sans,sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.42857143;
    color: #fff;
    text-align: left;
    padding-bottom: 18px;
    min-width: 350px
}

.easypack-widget .type-filter .tooltip-wrapper .type-tooltip {
    background-color: #323232;
    height: 100%;
    display: table;
    -webkit-box-shadow: 0 0 10px -1px rgba(64,64,64,.96);
    -moz-box-shadow: 0 0 10px -1px rgba(64,64,64,.96);
    box-shadow: 0 0 10px -1px rgba(64,64,64,.96)
}

.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .icon-wrapper {
    display: table-cell;
    border-right: 1px solid #4b4b4b;
    float: left;
    padding: 25px
}

.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .icon-wrapper img {
    max-width: none
}

.easypack-widget .type-filter .tooltip-wrapper .type-tooltip .description {
    display: table-cell;
    vertical-align: middle;
    padding: 25px
}

.easypack-widget .type-filter .has-tooltip:hover~.tooltip-wrapper {
    display: block;
    left: 60%;
    bottom: 30px;
    position: absolute;
    z-index: 98
}

.easypack-widget div.payment-filter {
    display: none
}

.easypack-widget .map-list-row {
    display: flex;
    flex-direction: column;
    flex: 1
}

.easypack-widget .map-list-row .map-list-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%
}

.easypack-widget .map-list-row .map-list-flex .map-widget {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    width: 70%;
    -webkit-flex: 2 2 70%;
    -ms-flex: 2 2 70%;
    flex: 2 2 70%;
    display: flex;
    position: relative
}

@media (-ms-high-contrast:none) {
    .easypack-widget .map-list-row .map-list-flex .map-widget {
        min-height: 400px
    }
}

.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    background: transparent;
    right: 0;
    top: 0;
    padding: 7px 5px;
    z-index: 400;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out
}

.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar.status-bar--hidden {
    opacity: 0
}

.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar {
    color: #333;
    font-weight: 700;
    position: absolute;
    background: #f7f6f1;
    top: 10px;
    right: 10px;
    padding: 7px 5px;
    z-index: 400
}

.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar .current-status {
    z-index: 400
}

.easypack-widget .map-list-row .map-list-flex .map-widget .language-bar {
    right: 0;
    top: 0
}

.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar+.language-bar {
    top: 43px
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window {
    font-family: Open Sans,sans-serif;
    font-weight: 100;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 20px;
    width: 230px;
    padding: 0 0 18px;
    color: #fff!important
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .content {
    background-color: #323232
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .content .apm_doubled {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid #4b4b4b;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    padding: 0 15px
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .content .apm_doubled p {
    font-size: 12px
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window h1 {
    font-size: 1.3em;
    margin: 0 0 5px;
    color: #fff!important
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window p {
    margin: 0
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .name,.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .phone {
    margin-top: 10px!important;
    color: #fff!important;
    font-size: 14px;
    text-align: left
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper {
    padding-bottom: 5px;
    padding-top: 5px
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper p {
    padding: 0
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .open-hours-label {
    padding-top: 10px;
    font-size: 12px
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .open-hours {
    padding-top: 5px;
    font-size: 12px
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links {
    padding: 0 15px 15px;
    border-top: 1px solid #4b4b4b;
    text-align: left;
    justify-content: space-between
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links a {
    display: block;
    color: #fff!important;
    text-decoration: none;
    border-radius: 5px
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links .select-link {
    margin-top: 10px
}

.easypack-widget .map-list-row .map-list-flex .list-widget {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 30%;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    display: flex;
    min-height: 400px;
    background: #f7f6f1
}

.easypack-widget .map-list-row .map-list-flex .list-widget.loading-content .list-wrapper {
    opacity: .5;
    pointer-events: none
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper {
    padding: 20px;
    height: 100%;
    width: 100%;
    position: relative;
    user-select: none
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li {
    font-size: 14px;
    user-select: none
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a {
    padding: 10px 10px 10px 45px;
    text-decoration: none;
    display: flex;
    user-select: none
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .title {
    color: #000;
    font-weight: 600
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .address {
    color: #a09d94
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a:hover {
    user-select: none;
    background-color: #ece9e2
}

.easypack-widget .map-list-row .map-list-in-row {
    height: 100%
}

.easypack-widget .map-list-row .map-list-in-row .map-widget {
    height: 380px
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-left: 20px;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    background: #f7f6f1;
    right: 0;
    top: 0;
    padding: 7px 5px;
    z-index: 400;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp {
    transform: scale(.45);
    left: 0!important;
    width: 30px;
    height: 30px
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .status-bar .loader-inner.ball-spin-fade-loader-mp div {
    border-color: #000;
    border-bottom-color: transparent
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .language-bar {
    color: #333;
    font-weight: 700;
    position: absolute;
    background: #f7f6f1;
    top: 10px;
    right: 10px;
    padding: 7px 5px;
    z-index: 1
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window {
    font-family: Open Sans,sans-serif;
    font-weight: 100;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 20px;
    padding: 0 0 18px;
    color: #fff!important
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .content {
    background-color: #323232
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window h1 {
    font-size: 1.3em;
    margin: 0 0 5px
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window p {
    margin: 0
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .name,.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .phone {
    margin-top: 10px!important;
    color: #fff!important;
    font-size: 14px;
    text-align: left
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper {
    padding: 30px
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper p {
    padding: 0
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper .open-hours-label {
    padding-top: 10px;
    font-size: 12px
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .point-wrapper .open-hours {
    padding-top: 5px;
    font-size: 12px
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links {
    padding: 10px;
    border-top: 1px solid #4b4b4b;
    text-align: left
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links a {
    color: #fff!important;
    text-decoration: none;
    padding: 0 0 2px;
    margin-right: 0;
    width: 100%
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .route-link {
    margin-right: 30px
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .details-link {
    padding-left: 25px;
    margin-right: 15px
}

.easypack-widget .map-list-row .map-list-in-row .map-widget .info-window .links .select-link {
    margin-top: 10px;
    padding-left: 20px
}

.easypack-widget .map-list-row .map-list-in-row .list-widget {
    margin-top: 20px;
    width: 100%
}

.easypack-widget .map-list-row .map-list-in-row .list-widget.loading .list-wrapper {
    opacity: .5;
    pointer-events: none
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper {
    height: 100%;
    width: 100%;
    position: relative
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #d6d6d6;
    border-bottom: none
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li {
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 27px;
    user-select: none
}

@media (max-width: 990px) {
    .easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li {
        font-size:12px;
        line-height: 20px
    }
}

@media (max-width: 800px) {
    .easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li {
        font-size:11px;
        line-height: 15px
    }
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row {
    padding: 0 10px;
    background: 10px 10px no-repeat;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    align-content: center
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address {
    display: none
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-name {
    flex: 0 0 90px
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city {
    flex: 0 0 130px
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type {
    flex: 0 0 120px
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type-name {
    flex: 0 0 120px;
    display: none
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-actions {
    flex: 0 0 190px
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

@media (max-width: 990px) {
    .easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-street {
        display:none
    }

    .easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address {
        display: block
    }

    .easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type {
        flex: 0 0 100px
    }
}

@media (max-width: 800px) {
    .easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-city,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-name,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-street {
        display:none
    }

    .easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-address,.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .col-point-type-name {
        display: block
    }
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .title {
    float: left;
    width: 30%;
    color: #000;
    font-weight: 600
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .address {
    color: #a09d94
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions {
    text-align: right;
    text-transform: uppercase;
    font-size: 11px
}

@media screen and (max-width: 768px) {
    .easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions {
        text-align:left
    }
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a {
    margin: 5px
}

@media only screen and (max-width: 768px) {
    .easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a {
        margin-left:0
    }
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a.details-show-on-map {
    color: #858586!important
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li .row .actions a.details-show-more {
    margin: 5px;
    padding-left: 9%
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .list-wrapper ul li div:hover {
    background-color: #f5f5f5;
    color: #1e1b1b
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper {
    margin-top: 20px;
    user-select: none
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    user-select: unset
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li {
    font-size: 14px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    user-select: unset
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.current {
    user-select: unset;
    background: #f1f1f1;
    font-weight: 700
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.pagingNext,.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li.pagingPrev {
    user-select: unset;
    width: 90px;
    text-transform: uppercase
}

.easypack-widget .map-list-row .map-list-in-row .list-widget .pagination-wrapper ul li .disabled {
    display: inherit
}

@media screen and (max-width: 767px) {
    .easypack-widget .map-list-row {
        display:block;
        width: 100%
    }

    .easypack-widget .map-list-row .list-wrapper,.easypack-widget .map-list-row .map-wrapper {
        text-align: center;
        padding: 10px;
        width: 50%;
        float: left;
        cursor: pointer
    }

    .easypack-widget .map-list-row .list-wrapper .list-btn,.easypack-widget .map-list-row .list-wrapper .map-btn,.easypack-widget .map-list-row .map-wrapper .list-btn,.easypack-widget .map-list-row .map-wrapper .map-btn {
        display: block
    }

    .easypack-widget .map-list-row .list-wrapper .btn,.easypack-widget .map-list-row .map-wrapper .btn {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        padding-left: 25px
    }
}

.easypack-widget .point-details .details-wrapper .details-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 1000;
    position: absolute;
    bottom: 0;
    background-color: #323232;
    height: 210px;
    font-family: Open Sans,sans-serif;
    font-weight: 100;
    font-size: 13px;
    line-height: 1.42857143;
    clear: both;
    width: 100%
}

.easypack-widget .point-details .details-wrapper .details-content .point-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 150px;
    -webkit-flex: 1 1 150px;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    height: 210px;
    text-align: center;
    background-color: #fab800;
    position: relative
}

.easypack-widget .point-details .details-wrapper .details-content .point-box h1 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px;
    padding: 20px 20px 0
}

.easypack-widget .point-details .details-wrapper .details-content .point-box p {
    padding: 0 20px;
    margin: 0
}

.easypack-widget .point-details .details-wrapper .details-content .point-box .name {
    margin-top: 10px
}

.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions {
    height: 52px;
    position: absolute;
    bottom: 0;
    background-color: #fcc300;
    width: 100%
}

.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .action {
    width: 100%;
    height: 52px;
    text-align: center;
    padding-top: 18px
}

.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .action a {
    padding: 1px 0 3px 20px;
    text-decoration: none;
    text-transform: uppercase
}

.easypack-widget .point-details .details-wrapper .details-content .point-box .details-actions .plan-route {
    width: 100%
}

.easypack-widget .point-details .details-wrapper .details-content .description-photo {
    align-items: center;
    display: flex;
    max-width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    height: 210px
}

.easypack-widget .point-details .details-wrapper .details-content .description-photo img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%
}

@media screen and (max-width: 767px) {
    .easypack-widget .point-details .details-wrapper .details-content .description-photo img {
        max-height:300px
    }
}

.easypack-widget .point-details .details-wrapper .details-content .description {
    -webkit-box-flex: 4;
    -moz-box-flex: 4;
    width: 200px;
    -webkit-flex: 4 4 200px;
    -ms-flex: 4 4 200px;
    flex: 4 4 200px;
    background-color: #323232;
    color: #fff;
    height: 210px;
    padding: 20px;
    font-size: 13px
}

.easypack-widget .point-details .details-wrapper .details-content .description .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 5px
}

.easypack-widget .point-details .details-wrapper .details-content .description .item.font-small {
    font-size: 12px
}

.easypack-widget .point-details .details-wrapper .details-content .description .item.font-small i {
    font-size: 13px;
    margin-right: 10px
}

.easypack-widget .point-details .details-wrapper .details-content .description .item .term {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 100px;
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    display: flex;
    font-weight: 700
}

.easypack-widget .point-details .details-wrapper .details-content .description .item .definition {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    width: 100px;
    -webkit-flex: 5 5 100px;
    -ms-flex: 5 5 100px;
    flex: 5 5 100px;
    display: flex
}

.easypack-widget .point-details .details-wrapper .details-content .description div.item.font-small {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px
}

.easypack-widget .point-details .details-wrapper .details-content .description div.item.font-small i {
    position: absolute;
    left: 0;
    top: 2px
}

@media (max-width: 900px) {
    .easypack-widget .point-details .details-wrapper .details-content .description {
        font-size:12px
    }

    .easypack-widget .point-details .details-wrapper .details-content .description .item .term {
        font-size: 10px
    }
}

.easypack-widget .point-details .details-wrapper .details-content .close-button {
    color: #fff;
    float: right;
    cursor: pointer;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 25px;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    display: flex;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    font-size: 15px;
    padding-top: 10px
}

.easypack-widget:not(.mobile) .scroll-box {
    height: 100%;
    margin: 0
}

.easypack-widget:not(.mobile) .scroll-box .viewport {
    height: 100%;
    overflow-y: auto;
    position: relative
}

.easypack-widget:not(.mobile) .scroll-box .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px 0 0;
    margin: 0;
    width: 100%
}

.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row
}

.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link .image-wrapper {
    width: 35px;
    display: flex;
    justify-content: center
}

.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link .image-wrapper img {
    width: 30px;
    height: 49px;
    margin-top: -10px
}

.easypack-widget:not(.mobile) .scroll-box .overview .list-point-link .data-wrapper {
    margin-left: 5px;
    display: flex;
    flex-direction: column
}

.easypack-widget:not(.mobile) .scroll-box .scrollbar {
    background-color: #ece9e0;
    position: relative;
    float: right;
    width: 6px;
    border-radius: 5px
}

.easypack-widget:not(.mobile) .scroll-box .track {
    background-color: #ece9e0;
    height: 100%;
    width: 6px;
    position: relative;
    padding: 0 1px;
    border-radius: 5px
}

.easypack-widget:not(.mobile) .scroll-box .thumb {
    background-color: #ffcc01;
    height: 20px;
    width: 6px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px
}

.easypack-widget:not(.mobile) .scroll-box .disable {
    display: none
}

.gm-style img {
    max-width: none!important
}

.inpost-search__list {
    background-color: #fff;
    position: absolute;
    z-index: 1001!important;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 91px;
    left: 30px;
    right: 30px;
    display: block
}

@media (max-width: 768px) {
    .inpost-search__list {
        top:auto;
        left: 15px;
        right: 15px
    }
}

.inpost-search__list .place,.inpost-search__list .point {
    box-sizing: border-box
}

.inpost-search__list.hidden {
    display: none
}

.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden) {
    position: absolute;
    pointer-events: fill;
    display: flex;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #f1f1f1
}

.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden) div {
    height: 50px;
    width: 50px
}

.widget-modal .loading-icon-wrapper.loader-wrapper:not(.hidden).hidden {
    display: none
}

.widget-modal .inpost-search__list {
    top: auto;
    left: 15px;
    right: 15px
}

.widget-modal .easypack-search-widget .search-group-btn:not(.with-filters) {
    width: auto!important
}

.widget-modal .easypack-search-widget .search-group-btn:not(.with-filters) #searchLoader {
    padding-top: 0
}

.widget-modal .easypack-search-widget .search-group.with-filters {
    width: 100%!important
}

.widget-modal .easypack-search-widget .search-group.with-filters #searchLoader {
    padding-top: 18px
}

.widget-modal .easypack-search-widget .search-group:not(.with-filters) {
    width: 100%!important
}

.widget-modal .easypack-search-widget .search-group:not(.with-filters) #searchLoader {
    padding-top: 0
}

#searchLoader.hidden {
    visibility: unset!important
}

.inpost-search__item-list {
    padding: 0 5px;
    line-height: 30px;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999
}

.inpost-search__item-list:hover {
    background-color: #fafafa;
    cursor: pointer
}

.pac-matched {
    background-color: transparent
}

.inpost-search__item-list--query {
    font-size: 13px;
    padding-right: 3px;
    color: #000
}

.widget-modal {
    display: block
}

.widget-modal .widget-modal__topbar {
    width: 100%;
    height: 40px;
    background: #ece9e2
}

.widget-modal .widget-modal__close {
    font-family: Open Sans,sans-serif;
    font-weight: 100;
    line-height: 1.4;
    float: right;
    cursor: pointer;
    width: 25px;
    height: 25px;
    font-size: 15px;
    padding-top: 10px
}

.easypack-widget:not(.mobile) .status-bar.no-points,.easypack-widget:not(.mobile) .view-chooser,.easypack-widget:not(.mobile) .view-chooser .list-btn,.easypack-widget:not(.mobile) .view-chooser .map-btn {
    display: none
}

#widget-modal__map:not(.mobile) {
    display: flex;
    flex-direction: column;
    overflow: scroll
}

#widget-modal__map:not(.mobile) .map-widget {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    width: 70%;
    -webkit-flex: 2 2 70%;
    -ms-flex: 2 2 70%;
    flex: 2 2 70%
}

#widget-modal__map:not(.mobile) .list-widget {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 30%;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    display: flex;
    min-height: 400px;
    background: #f7f6f1
}

.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group-btn.with-filters {
    width: auto
}

.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group-btn.with-filters #searchLoader {
    padding-top: 18px
}

.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group {
    display: flex;
    width: 100%
}

.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group.with-filters #searchLoader {
    padding-top: 18px
}

@media screen and (min-width: 768px) {
    .widget-modal .easypack-widget.mobile .easypack-search-widget .search-group {
        width:auto
    }
}

.widget-modal .easypack-widget.mobile .list-point-link {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row
}

.widget-modal .easypack-widget.mobile .list-point-link .image-wrapper {
    width: 35px;
    display: flex;
    justify-content: center;
    margin-right: 10px
}

.widget-modal .easypack-widget.mobile .list-point-link .image-wrapper img {
    width: 30px;
    height: 49px;
    margin-top: -10px
}

.widget-modal .easypack-widget.mobile .list-point-link .data-wrapper {
    margin-left: 5px;
    display: flex;
    flex-direction: column
}

.widget-modal .easypack-widget.mobile div.leaflet-map-pane div.leaflet-popup-content-wrapper .popup-container div.links a.route-link {
    display: none!important
}

.ball-spin-fade-loader-mp {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%
}

.ball-spin-fade-loader-mp div {
    background-color: #000
}

.easypack-widget.mobile {
    position: relative
}

.easypack-widget.mobile .inpost-search__list {
    top: 65px;
    left: 15px;
    right: 15px
}

.easypack-widget.mobile #loader .ball-spin-fade-loader-mp {
    top: 50%;
    left: 48%;
    width: 100%;
    height: 100%
}

.easypack-widget.mobile #loader .ball-spin-fade-loader-mp div {
    background-color: #000;
    width: 15px;
    height: 15px
}

.easypack-widget.mobile .easypack-search-widget .search-group {
    padding: 15px
}

.easypack-widget.mobile .easypack-search-widget .search-input {
    padding: 10px;
    height: 50px;
    color: #000
}

.easypack-widget.mobile .easypack-search-widget .btn {
    border: 0;
    padding: 0;
    width: 50px;
    height: 50px
}

.easypack-widget.mobile .easypack-search-widget .btn-filters {
    width: auto;
    height: 50px;
    vertical-align: top
}

@media screen and (max-width: 768px) {
    .easypack-widget.mobile .easypack-search-widget .btn-filters {
        width:100%
    }
}

.easypack-widget.mobile .filters-widget {
    position: absolute;
    top: 60px;
    z-index: 1001
}

.easypack-widget.mobile .btn-search {
    background: 50% no-repeat #fff;
    min-height: 50px
}

.easypack-widget.mobile .type-filter .current-type-wrapper {
    display: block;
    background-color: #f7f6f1;
    padding: 5px 15px 15px
}

.easypack-widget.mobile .type-filter .current-type-wrapper .current-type {
    text-align: left;
    padding: 12px 0 0 42px;
    background-position: 2px -8px;
    background-color: #fff;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    width: calc(100% - 50px)
}

.easypack-widget.mobile .type-filter .current-type-wrapper .btn-select-type {
    color: #282828;
    font-size: 8px;
    background: 50% #fff no-repeat;
    border: 0;
    border-left: 1px solid #d5d5d5;
    display: block;
    width: 50px;
    height: 45px;
    border-radius: 0;
    float: right
}

.easypack-widget.mobile .type-filter .list-wrapper {
    padding: 0 15px;
    display: none;
    position: absolute;
    z-index: 1100;
    width: 100%
}

.easypack-widget.mobile .type-filter .list-wrapper .btn-radio {
    width: 27px;
    height: 27px
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(92,92,92,.65);
    -moz-box-shadow: 2px 2px 5px 0 rgba(92,92,92,.65);
    box-shadow: 2px 2px 5px 0 rgba(92,92,92,.65)
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .main-type {
    outline: none
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .no-tooltip {
    border-radius: 0
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .payment-filter {
    max-width: none;
    display: none
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .payment-filter i {
    margin-left: 5px;
    margin-top: 1px;
    width: 20px;
    font-size: 18px;
    display: inline
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list .payment-filter .label {
    display: inline;
    margin-left: 9px;
    padding-left: 0
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li {
    display: block;
    width: 100%;
    padding: 0;
    background-size: 24px 45px;
    background-position-y: -6px;
    background-position-x: left;
    background-repeat: no-repeat;
    color: #000;
    margin: 10px 0
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.has-subtypes {
    height: auto;
    background-position: 0 0
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.payment-filter {
    max-width: none;
    display: none
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.payment-filter i {
    margin-left: 5px;
    margin-top: 1px;
    width: 20px;
    font-size: 18px;
    display: inline
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li.payment-filter .label {
    display: inline;
    margin-left: 9px;
    padding-left: 0
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .arrow {
    display: none
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .label {
    font-size: 16px;
    margin-left: 0
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li button {
    float: right
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .dropdown-wrapper {
    display: block;
    position: static;
    width: 90%;
    z-index: 3;
    margin-left: 10px
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li .dropdown-wrapper .dropdown-subtypes {
    box-shadow: none
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li div.tooltip-wrapper,.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li div.tooltip-wrapper:hover {
    display: none
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li[data-checked=true] button {
    background-position: 0 0
}

.easypack-widget.mobile .type-filter .list-wrapper ul.types-list li[data-checked=true] button.btn-checkbox {
    background-position: 50%
}

.easypack-widget.mobile .type-filter .has-tooltip:hover .tooltip-wrapper {
    display: none
}

.easypack-widget.mobile .type-filter .list-wrapper[data-show=true],.easypack-widget.mobile .type-filter .list-wrapper[data-show=true] ul.types-list {
    display: block
}

.easypack-widget.mobile .type-filter .list-wrapper[data-show=false] {
    display: none
}

.easypack-widget.mobile .list-point-link {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row
}

.easypack-widget.mobile .list-point-link .image-wrapper {
    width: 35px;
    display: flex;
    justify-content: center;
    margin-right: 10px
}

.easypack-widget.mobile .list-point-link .image-wrapper img {
    width: 30px;
    height: 49px;
    margin-top: -10px
}

.easypack-widget.mobile .list-point-link .data-wrapper {
    margin-left: 5px;
    display: flex;
    flex-direction: column
}

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper {
    padding: 5px;
    padding-bottom: 2px;
    text-align: center
}

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p {
    padding: 0
}

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper h1 {
    margin: 0
}

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .point-wrapper p.opening-hours-label {
    display: none
}

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .apm_doubled {
    font-weight: 700;
    font-size: 10px;
    margin-top: 3px;
    padding-top: 1px;
    line-height: 15px
}

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap
}

.easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a.route-link {
    display: none
}

@media screen and (max-width: 768px) {
    .easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links {
        flex-direction:column;
        justify-content: flex-end;
        align-items: center;
        padding-top: 0
    }

    .easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links a {
        width: 100%
    }

    .easypack-widget.mobile .map-widget .leaflet-popup .leaflet-popup-content-wrapper .links .route-link {
        display: none
    }
}

.easypack-widget.mobile div.payment-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 30px;
    align-items: center
}

.easypack-widget.mobile div.payment-filter {
    display: flex;
    width: auto
}

.easypack-widget.mobile div.payment-filter .btn.selected {
    background: url("https://geowidget.easypack24.net/images/desktop/icons/selected.png?4.12.7") #fff no-repeat 50%
}

.easypack-widget.mobile div.payment-filter i {
    margin-left: 5px;
    margin-top: 1px;
    width: 20px;
    font-size: 18px;
    display: inline
}

.easypack-widget.mobile div.payment-filter .label {
    display: inline;
    font-weight: 600;
    margin-left: 9px;
    padding-left: 0
}

.easypack-widget.mobile .map-list-row {
    display: flex;
    flex: 1;
    min-height: 300px;
    height: 10px
}

.easypack-widget.mobile .map-list-row .map-list-flex {
    display: block;
    position: relative;
    width: 100%;
    min-height: 300px;
    flex: 1
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget {
    height: 100%;
    position: absolute;
    width: 100%
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window {
    font-size: 13px;
    line-height: 1.42857143;
    font-weight: 100
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .content {
    background-color: #323232
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window h1 {
    font-size: 1.1em
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper {
    padding: 20px
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper p {
    padding: 0
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links a {
    padding: 0 0 2px;
    margin-right: 0;
    width: 100%
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .details-link {
    cursor: pointer;
    margin-bottom: 2px
}

.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .select-link {
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window {
        flex-direction:row-reverse;
        justify-content: flex-end;
        padding-top: 0
    }

    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper {
        padding: 5px
    }

    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper p {
        padding: 0
    }

    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper h1 {
        margin: 0
    }

    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .point-wrapper .opening-hours-label {
        display: none;
        padding: 10px
    }

    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links {
        padding: 5px;
        justify-content: flex-end
    }

    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .route-link {
        display: none
    }
}

@media screen and (max-width: 768px) and (orientation:landscape) {
    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window {
        flex-direction:row;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 3px 5px
    }

    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links {
        padding-right: 10px;
        border-top: none
    }

    .easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links a {
        width: 110px
    }
}

.easypack-widget.mobile .map-list-row .map-list-flex .list-widget {
    width: 100%;
    min-height: 100%;
    display: none;
    max-height: 100%;
    overflow-y: auto;
    flex: 1;
    position: absolute
}

.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper {
    padding: 0 0 10px 18px
}

.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box {
    overflow: auto;
    height: 100%
}

.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li {
    border-top: 1px solid #d6d6d6
}

.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li a {
    padding-left: 10px;
    text-align: left
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window {
    font-size: 13px;
    line-height: 1.42857143;
    font-weight: 100;
    width: 250px
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .content {
    background-color: #323232
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window h1 {
    font-size: 1.1em
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .point-wrapper {
    padding: 20px
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .point-wrapper p {
    padding: 0
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links a {
    padding: 0 0 2px 20px
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links .route-link {
    margin-right: 15px
}

.easypack-widget.mobile .map-list-in-row .map-widget .info-window .links .details-link {
    padding-left: 25px
}

.easypack-widget.mobile .map-list-in-row .list-widget .pagination-wrapper ul li.pagingItem,.easypack-widget.mobile .map-list-in-row .list-widget .pagination-wrapper ul li.pagingSeparator {
    display: none
}

.easypack-widget.mobile .view-chooser {
    display: block!important;
    width: 100%
}

.easypack-widget.mobile .view-chooser .list-wrapper,.easypack-widget.mobile .view-chooser .map-wrapper {
    text-align: center;
    padding: 10px;
    width: 50%;
    float: left;
    background-color: #282828;
    cursor: pointer
}

.easypack-widget.mobile .view-chooser .list-wrapper .btn,.easypack-widget.mobile .view-chooser .map-wrapper .btn {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding-left: 25px;
    display: block
}

.easypack-widget.mobile .view-chooser .list-wrapper[data-active=true],.easypack-widget.mobile .view-chooser .map-wrapper[data-active=true] {
    background-color: #fab800
}

.easypack-widget.mobile .point-details {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    height: 100%;
    width: 100%;
    z-index: 1001;
    overflow-y: hidden
}

.easypack-widget.mobile .point-details .details-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
    -webkit-box-shadow: -2px 0 10px 0 rgba(92,92,92,.65);
    -moz-box-shadow: -2px 0 10px 0 rgba(92,92,92,.65);
    box-shadow: -2px 0 10px 0 rgba(92,92,92,.65)
}

.easypack-widget.mobile .point-details .details-wrapper .details-content {
    display: table-row;
    background: #fff;
    overflow: scroll;
    position: absolute;
    top: 0;
    height: calc(98% - 29px);
    width: 100%;
    z-index: 100
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .close-button {
    position: relative;
    display: block;
    margin: 10px;
    color: #000;
    z-index: 910
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description,.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 20px
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description h1,.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box h1 {
    padding: 0;
    color: #000!important;
    font-size: 16px
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description p,.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box p {
    padding: 0
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box {
    padding: 50px 20px 0
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description {
    padding: 20px
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item {
    display: block
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item .definition,.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item .term {
    display: block;
    width: 100%
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item.font-small {
    font-size: 12px
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item.font-small i {
    font-size: 14px;
    margin-right: 10px
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description div.item.font-small {
    margin-bottom: 0
}

.easypack-widget.mobile .point-details .details-wrapper .details-content .description-photo {
    height: auto;
    max-width: 100%;
    padding: 20px;
    bottom: 52px;
    left: 0;
    right: 0
}

.easypack-widget.mobile .point-details .details-wrapper .details-actions {
    display: table-row;
    position: absolute;
    z-index: 200;
    bottom: 0;
    right: 0;
    left: 0
}

.easypack-widget.mobile .point-details .details-wrapper .details-actions .action {
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    background-color: #fab800;
    text-align: center;
    padding-top: 18px
}

.easypack-widget.mobile .point-details .details-wrapper .details-actions .action a {
    padding: 1px 0 4px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

@media screen and (max-width: 768px) {
    .widget-modal {
        overflow:scroll
    }
}

.widget-modal {
    display: flex;
    flex-direction: column
}

.widget-modal .easypack-widget.mobile .easypack-search-widget .search-group:not(.with-filters),.widget-modal .search-group-btn:not(.with-filters) {
    width: auto
}

.status-bar.no-points,.widget-modal .status-bar.no-points {
    display: block
}

.easypack-widget {
    /*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
}

.easypack-widget .fa,.easypack-widget .fab,.easypack-widget .fad,.easypack-widget .fal,.easypack-widget .far,.easypack-widget .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.easypack-widget .fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.easypack-widget .fa-xs {
    font-size: .75em
}

.easypack-widget .fa-sm {
    font-size: .875em
}

.easypack-widget .fa-1x {
    font-size: 1em
}

.easypack-widget .fa-2x {
    font-size: 2em
}

.easypack-widget .fa-3x {
    font-size: 3em
}

.easypack-widget .fa-4x {
    font-size: 4em
}

.easypack-widget .fa-5x {
    font-size: 5em
}

.easypack-widget .fa-6x {
    font-size: 6em
}

.easypack-widget .fa-7x {
    font-size: 7em
}

.easypack-widget .fa-8x {
    font-size: 8em
}

.easypack-widget .fa-9x {
    font-size: 9em
}

.easypack-widget .fa-10x {
    font-size: 10em
}

.easypack-widget .fa-fw {
    text-align: center;
    width: 1.25em
}

.easypack-widget .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.easypack-widget .fa-ul>li {
    position: relative
}

.easypack-widget .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.easypack-widget .fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.easypack-widget .fa-pull-left {
    float: left
}

.easypack-widget .fa-pull-right {
    float: right
}

.easypack-widget .fa.fa-pull-left,.easypack-widget .fab.fa-pull-left,.easypack-widget .fal.fa-pull-left,.easypack-widget .far.fa-pull-left,.easypack-widget .fas.fa-pull-left {
    margin-right: .3em
}

.easypack-widget .fa.fa-pull-right,.easypack-widget .fab.fa-pull-right,.easypack-widget .fal.fa-pull-right,.easypack-widget .far.fa-pull-right,.easypack-widget .fas.fa-pull-right {
    margin-left: .3em
}

.easypack-widget .fa-spin {
    animation: fa-spin 2s infinite linear
}

.easypack-widget .fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.easypack-widget .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.easypack-widget .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.easypack-widget .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.easypack-widget .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.easypack-widget .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

.easypack-widget .fa-flip-both,.easypack-widget .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1)
}

.easypack-widget :root .fa-flip-both,.easypack-widget :root .fa-flip-horizontal,.easypack-widget :root .fa-flip-vertical,.easypack-widget :root .fa-rotate-90,.easypack-widget :root .fa-rotate-180,.easypack-widget :root .fa-rotate-270 {
    filter: none
}

.easypack-widget .fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.easypack-widget .fa-stack-1x,.easypack-widget .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.easypack-widget .fa-stack-1x {
    line-height: inherit
}

.easypack-widget .fa-stack-2x {
    font-size: 2em
}

.easypack-widget .fa-inverse {
    color: #fff
}

.easypack-widget .fa-500px:before {
    content: "\F26E"
}

.easypack-widget .fa-accessible-icon:before {
    content: "\F368"
}

.easypack-widget .fa-accusoft:before {
    content: "\F369"
}

.easypack-widget .fa-acquisitions-incorporated:before {
    content: "\F6AF"
}

.easypack-widget .fa-ad:before {
    content: "\F641"
}

.easypack-widget .fa-address-book:before {
    content: "\F2B9"
}

.easypack-widget .fa-address-card:before {
    content: "\F2BB"
}

.easypack-widget .fa-adjust:before {
    content: "\F042"
}

.easypack-widget .fa-adn:before {
    content: "\F170"
}

.easypack-widget .fa-adversal:before {
    content: "\F36A"
}

.easypack-widget .fa-affiliatetheme:before {
    content: "\F36B"
}

.easypack-widget .fa-air-freshener:before {
    content: "\F5D0"
}

.easypack-widget .fa-airbnb:before {
    content: "\F834"
}

.easypack-widget .fa-algolia:before {
    content: "\F36C"
}

.easypack-widget .fa-align-center:before {
    content: "\F037"
}

.easypack-widget .fa-align-justify:before {
    content: "\F039"
}

.easypack-widget .fa-align-left:before {
    content: "\F036"
}

.easypack-widget .fa-align-right:before {
    content: "\F038"
}

.easypack-widget .fa-alipay:before {
    content: "\F642"
}

.easypack-widget .fa-allergies:before {
    content: "\F461"
}

.easypack-widget .fa-amazon:before {
    content: "\F270"
}

.easypack-widget .fa-amazon-pay:before {
    content: "\F42C"
}

.easypack-widget .fa-ambulance:before {
    content: "\F0F9"
}

.easypack-widget .fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}

.easypack-widget .fa-amilia:before {
    content: "\F36D"
}

.easypack-widget .fa-anchor:before {
    content: "\F13D"
}

.easypack-widget .fa-android:before {
    content: "\F17B"
}

.easypack-widget .fa-angellist:before {
    content: "\F209"
}

.easypack-widget .fa-angle-double-down:before {
    content: "\F103"
}

.easypack-widget .fa-angle-double-left:before {
    content: "\F100"
}

.easypack-widget .fa-angle-double-right:before {
    content: "\F101"
}

.easypack-widget .fa-angle-double-up:before {
    content: "\F102"
}

.easypack-widget .fa-angle-down:before {
    content: "\F107"
}

.easypack-widget .fa-angle-left:before {
    content: "\F104"
}

.easypack-widget .fa-angle-right:before {
    content: "\F105"
}

.easypack-widget .fa-angle-up:before {
    content: "\F106"
}

.easypack-widget .fa-angry:before {
    content: "\F556"
}

.easypack-widget .fa-angrycreative:before {
    content: "\F36E"
}

.easypack-widget .fa-angular:before {
    content: "\F420"
}

.easypack-widget .fa-ankh:before {
    content: "\F644"
}

.easypack-widget .fa-app-store:before {
    content: "\F36F"
}

.easypack-widget .fa-app-store-ios:before {
    content: "\F370"
}

.easypack-widget .fa-apper:before {
    content: "\F371"
}

.easypack-widget .fa-apple:before {
    content: "\F179"
}

.easypack-widget .fa-apple-alt:before {
    content: "\F5D1"
}

.easypack-widget .fa-apple-pay:before {
    content: "\F415"
}

.easypack-widget .fa-archive:before {
    content: "\F187"
}

.easypack-widget .fa-archway:before {
    content: "\F557"
}

.easypack-widget .fa-arrow-alt-circle-down:before {
    content: "\F358"
}

.easypack-widget .fa-arrow-alt-circle-left:before {
    content: "\F359"
}

.easypack-widget .fa-arrow-alt-circle-right:before {
    content: "\F35A"
}

.easypack-widget .fa-arrow-alt-circle-up:before {
    content: "\F35B"
}

.easypack-widget .fa-arrow-circle-down:before {
    content: "\F0AB"
}

.easypack-widget .fa-arrow-circle-left:before {
    content: "\F0A8"
}

.easypack-widget .fa-arrow-circle-right:before {
    content: "\F0A9"
}

.easypack-widget .fa-arrow-circle-up:before {
    content: "\F0AA"
}

.easypack-widget .fa-arrow-down:before {
    content: "\F063"
}

.easypack-widget .fa-arrow-left:before {
    content: "\F060"
}

.easypack-widget .fa-arrow-right:before {
    content: "\F061"
}

.easypack-widget .fa-arrow-up:before {
    content: "\F062"
}

.easypack-widget .fa-arrows-alt:before {
    content: "\F0B2"
}

.easypack-widget .fa-arrows-alt-h:before {
    content: "\F337"
}

.easypack-widget .fa-arrows-alt-v:before {
    content: "\F338"
}

.easypack-widget .fa-artstation:before {
    content: "\F77A"
}

.easypack-widget .fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.easypack-widget .fa-asterisk:before {
    content: "\F069"
}

.easypack-widget .fa-asymmetrik:before {
    content: "\F372"
}

.easypack-widget .fa-at:before {
    content: "\F1FA"
}

.easypack-widget .fa-atlas:before {
    content: "\F558"
}

.easypack-widget .fa-atlassian:before {
    content: "\F77B"
}

.easypack-widget .fa-atom:before {
    content: "\F5D2"
}

.easypack-widget .fa-audible:before {
    content: "\F373"
}

.easypack-widget .fa-audio-description:before {
    content: "\F29E"
}

.easypack-widget .fa-autoprefixer:before {
    content: "\F41C"
}

.easypack-widget .fa-avianex:before {
    content: "\F374"
}

.easypack-widget .fa-aviato:before {
    content: "\F421"
}

.easypack-widget .fa-award:before {
    content: "\F559"
}

.easypack-widget .fa-aws:before {
    content: "\F375"
}

.easypack-widget .fa-baby:before {
    content: "\F77C"
}

.easypack-widget .fa-baby-carriage:before {
    content: "\F77D"
}

.easypack-widget .fa-backspace:before {
    content: "\F55A"
}

.easypack-widget .fa-backward:before {
    content: "\F04A"
}

.easypack-widget .fa-bacon:before {
    content: "\F7E5"
}

.easypack-widget .fa-bacteria:before {
    content: "\E059"
}

.easypack-widget .fa-bacterium:before {
    content: "\E05A"
}

.easypack-widget .fa-bahai:before {
    content: "\F666"
}

.easypack-widget .fa-balance-scale:before {
    content: "\F24E"
}

.easypack-widget .fa-balance-scale-left:before {
    content: "\F515"
}

.easypack-widget .fa-balance-scale-right:before {
    content: "\F516"
}

.easypack-widget .fa-ban:before {
    content: "\F05E"
}

.easypack-widget .fa-band-aid:before {
    content: "\F462"
}

.easypack-widget .fa-bandcamp:before {
    content: "\F2D5"
}

.easypack-widget .fa-barcode:before {
    content: "\F02A"
}

.easypack-widget .fa-bars:before {
    content: "\F0C9"
}

.easypack-widget .fa-baseball-ball:before {
    content: "\F433"
}

.easypack-widget .fa-basketball-ball:before {
    content: "\F434"
}

.easypack-widget .fa-bath:before {
    content: "\F2CD"
}

.easypack-widget .fa-battery-empty:before {
    content: "\F244"
}

.easypack-widget .fa-battery-full:before {
    content: "\F240"
}

.easypack-widget .fa-battery-half:before {
    content: "\F242"
}

.easypack-widget .fa-battery-quarter:before {
    content: "\F243"
}

.easypack-widget .fa-battery-three-quarters:before {
    content: "\F241"
}

.easypack-widget .fa-battle-net:before {
    content: "\F835"
}

.easypack-widget .fa-bed:before {
    content: "\F236"
}

.easypack-widget .fa-beer:before {
    content: "\F0FC"
}

.easypack-widget .fa-behance:before {
    content: "\F1B4"
}

.easypack-widget .fa-behance-square:before {
    content: "\F1B5"
}

.easypack-widget .fa-bell:before {
    content: "\F0F3"
}

.easypack-widget .fa-bell-slash:before {
    content: "\F1F6"
}

.easypack-widget .fa-bezier-curve:before {
    content: "\F55B"
}

.easypack-widget .fa-bible:before {
    content: "\F647"
}

.easypack-widget .fa-bicycle:before {
    content: "\F206"
}

.easypack-widget .fa-biking:before {
    content: "\F84A"
}

.easypack-widget .fa-bimobject:before {
    content: "\F378"
}

.easypack-widget .fa-binoculars:before {
    content: "\F1E5"
}

.easypack-widget .fa-biohazard:before {
    content: "\F780"
}

.easypack-widget .fa-birthday-cake:before {
    content: "\F1FD"
}

.easypack-widget .fa-bitbucket:before {
    content: "\F171"
}

.easypack-widget .fa-bitcoin:before {
    content: "\F379"
}

.easypack-widget .fa-bity:before {
    content: "\F37A"
}

.easypack-widget .fa-black-tie:before {
    content: "\F27E"
}

.easypack-widget .fa-blackberry:before {
    content: "\F37B"
}

.easypack-widget .fa-blender:before {
    content: "\F517"
}

.easypack-widget .fa-blender-phone:before {
    content: "\F6B6"
}

.easypack-widget .fa-blind:before {
    content: "\F29D"
}

.easypack-widget .fa-blog:before {
    content: "\F781"
}

.easypack-widget .fa-blogger:before {
    content: "\F37C"
}

.easypack-widget .fa-blogger-b:before {
    content: "\F37D"
}

.easypack-widget .fa-bluetooth:before {
    content: "\F293"
}

.easypack-widget .fa-bluetooth-b:before {
    content: "\F294"
}

.easypack-widget .fa-bold:before {
    content: "\F032"
}

.easypack-widget .fa-bolt:before {
    content: "\F0E7"
}

.easypack-widget .fa-bomb:before {
    content: "\F1E2"
}

.easypack-widget .fa-bone:before {
    content: "\F5D7"
}

.easypack-widget .fa-bong:before {
    content: "\F55C"
}

.easypack-widget .fa-book:before {
    content: "\F02D"
}

.easypack-widget .fa-book-dead:before {
    content: "\F6B7"
}

.easypack-widget .fa-book-medical:before {
    content: "\F7E6"
}

.easypack-widget .fa-book-open:before {
    content: "\F518"
}

.easypack-widget .fa-book-reader:before {
    content: "\F5DA"
}

.easypack-widget .fa-bookmark:before {
    content: "\F02E"
}

.easypack-widget .fa-bootstrap:before {
    content: "\F836"
}

.easypack-widget .fa-border-all:before {
    content: "\F84C"
}

.easypack-widget .fa-border-none:before {
    content: "\F850"
}

.easypack-widget .fa-border-style:before {
    content: "\F853"
}

.easypack-widget .fa-bowling-ball:before {
    content: "\F436"
}

.easypack-widget .fa-box:before {
    content: "\F466"
}

.easypack-widget .fa-box-open:before {
    content: "\F49E"
}

.easypack-widget .fa-box-tissue:before {
    content: "\E05B"
}

.easypack-widget .fa-boxes:before {
    content: "\F468"
}

.easypack-widget .fa-braille:before {
    content: "\F2A1"
}

.easypack-widget .fa-brain:before {
    content: "\F5DC"
}

.easypack-widget .fa-bread-slice:before {
    content: "\F7EC"
}

.easypack-widget .fa-briefcase:before {
    content: "\F0B1"
}

.easypack-widget .fa-briefcase-medical:before {
    content: "\F469"
}

.easypack-widget .fa-broadcast-tower:before {
    content: "\F519"
}

.easypack-widget .fa-broom:before {
    content: "\F51A"
}

.easypack-widget .fa-brush:before {
    content: "\F55D"
}

.easypack-widget .fa-btc:before {
    content: "\F15A"
}

.easypack-widget .fa-buffer:before {
    content: "\F837"
}

.easypack-widget .fa-bug:before {
    content: "\F188"
}

.easypack-widget .fa-building:before {
    content: "\F1AD"
}

.easypack-widget .fa-bullhorn:before {
    content: "\F0A1"
}

.easypack-widget .fa-bullseye:before {
    content: "\F140"
}

.easypack-widget .fa-burn:before {
    content: "\F46A"
}

.easypack-widget .fa-buromobelexperte:before {
    content: "\F37F"
}

.easypack-widget .fa-bus:before {
    content: "\F207"
}

.easypack-widget .fa-bus-alt:before {
    content: "\F55E"
}

.easypack-widget .fa-business-time:before {
    content: "\F64A"
}

.easypack-widget .fa-buy-n-large:before {
    content: "\F8A6"
}

.easypack-widget .fa-buysellads:before {
    content: "\F20D"
}

.easypack-widget .fa-calculator:before {
    content: "\F1EC"
}

.easypack-widget .fa-calendar:before {
    content: "\F133"
}

.easypack-widget .fa-calendar-alt:before {
    content: "\F073"
}

.easypack-widget .fa-calendar-check:before {
    content: "\F274"
}

.easypack-widget .fa-calendar-day:before {
    content: "\F783"
}

.easypack-widget .fa-calendar-minus:before {
    content: "\F272"
}

.easypack-widget .fa-calendar-plus:before {
    content: "\F271"
}

.easypack-widget .fa-calendar-times:before {
    content: "\F273"
}

.easypack-widget .fa-calendar-week:before {
    content: "\F784"
}

.easypack-widget .fa-camera:before {
    content: "\F030"
}

.easypack-widget .fa-camera-retro:before {
    content: "\F083"
}

.easypack-widget .fa-campground:before {
    content: "\F6BB"
}

.easypack-widget .fa-canadian-maple-leaf:before {
    content: "\F785"
}

.easypack-widget .fa-candy-cane:before {
    content: "\F786"
}

.easypack-widget .fa-cannabis:before {
    content: "\F55F"
}

.easypack-widget .fa-capsules:before {
    content: "\F46B"
}

.easypack-widget .fa-car:before {
    content: "\F1B9"
}

.easypack-widget .fa-car-alt:before {
    content: "\F5DE"
}

.easypack-widget .fa-car-battery:before {
    content: "\F5DF"
}

.easypack-widget .fa-car-crash:before {
    content: "\F5E1"
}

.easypack-widget .fa-car-side:before {
    content: "\F5E4"
}

.easypack-widget .fa-caravan:before {
    content: "\F8FF"
}

.easypack-widget .fa-caret-down:before {
    content: "\F0D7"
}

.easypack-widget .fa-caret-left:before {
    content: "\F0D9"
}

.easypack-widget .fa-caret-right:before {
    content: "\F0DA"
}

.easypack-widget .fa-caret-square-down:before {
    content: "\F150"
}

.easypack-widget .fa-caret-square-left:before {
    content: "\F191"
}

.easypack-widget .fa-caret-square-right:before {
    content: "\F152"
}

.easypack-widget .fa-caret-square-up:before {
    content: "\F151"
}

.easypack-widget .fa-caret-up:before {
    content: "\F0D8"
}

.easypack-widget .fa-carrot:before {
    content: "\F787"
}

.easypack-widget .fa-cart-arrow-down:before {
    content: "\F218"
}

.easypack-widget .fa-cart-plus:before {
    content: "\F217"
}

.easypack-widget .fa-cash-register:before {
    content: "\F788"
}

.easypack-widget .fa-cat:before {
    content: "\F6BE"
}

.easypack-widget .fa-cc-amazon-pay:before {
    content: "\F42D"
}

.easypack-widget .fa-cc-amex:before {
    content: "\F1F3"
}

.easypack-widget .fa-cc-apple-pay:before {
    content: "\F416"
}

.easypack-widget .fa-cc-diners-club:before {
    content: "\F24C"
}

.easypack-widget .fa-cc-discover:before {
    content: "\F1F2"
}

.easypack-widget .fa-cc-jcb:before {
    content: "\F24B"
}

.easypack-widget .fa-cc-mastercard:before {
    content: "\F1F1"
}

.easypack-widget .fa-cc-paypal:before {
    content: "\F1F4"
}

.easypack-widget .fa-cc-stripe:before {
    content: "\F1F5"
}

.easypack-widget .fa-cc-visa:before {
    content: "\F1F0"
}

.easypack-widget .fa-centercode:before {
    content: "\F380"
}

.easypack-widget .fa-centos:before {
    content: "\F789"
}

.easypack-widget .fa-certificate:before {
    content: "\F0A3"
}

.easypack-widget .fa-chair:before {
    content: "\F6C0"
}

.easypack-widget .fa-chalkboard:before {
    content: "\F51B"
}

.easypack-widget .fa-chalkboard-teacher:before {
    content: "\F51C"
}

.easypack-widget .fa-charging-station:before {
    content: "\F5E7"
}

.easypack-widget .fa-chart-area:before {
    content: "\F1FE"
}

.easypack-widget .fa-chart-bar:before {
    content: "\F080"
}

.easypack-widget .fa-chart-line:before {
    content: "\F201"
}

.easypack-widget .fa-chart-pie:before {
    content: "\F200"
}

.easypack-widget .fa-check:before {
    content: "\F00C"
}

.easypack-widget .fa-check-circle:before {
    content: "\F058"
}

.easypack-widget .fa-check-double:before {
    content: "\F560"
}

.easypack-widget .fa-check-square:before {
    content: "\F14A"
}

.easypack-widget .fa-cheese:before {
    content: "\F7EF"
}

.easypack-widget .fa-chess:before {
    content: "\F439"
}

.easypack-widget .fa-chess-bishop:before {
    content: "\F43A"
}

.easypack-widget .fa-chess-board:before {
    content: "\F43C"
}

.easypack-widget .fa-chess-king:before {
    content: "\F43F"
}

.easypack-widget .fa-chess-knight:before {
    content: "\F441"
}

.easypack-widget .fa-chess-pawn:before {
    content: "\F443"
}

.easypack-widget .fa-chess-queen:before {
    content: "\F445"
}

.easypack-widget .fa-chess-rook:before {
    content: "\F447"
}

.easypack-widget .fa-chevron-circle-down:before {
    content: "\F13A"
}

.easypack-widget .fa-chevron-circle-left:before {
    content: "\F137"
}

.easypack-widget .fa-chevron-circle-right:before {
    content: "\F138"
}

.easypack-widget .fa-chevron-circle-up:before {
    content: "\F139"
}

.easypack-widget .fa-chevron-down:before {
    content: "\F078"
}

.easypack-widget .fa-chevron-left:before {
    content: "\F053"
}

.easypack-widget .fa-chevron-right:before {
    content: "\F054"
}

.easypack-widget .fa-chevron-up:before {
    content: "\F077"
}

.easypack-widget .fa-child:before {
    content: "\F1AE"
}

.easypack-widget .fa-chrome:before {
    content: "\F268"
}

.easypack-widget .fa-chromecast:before {
    content: "\F838"
}

.easypack-widget .fa-church:before {
    content: "\F51D"
}

.easypack-widget .fa-circle:before {
    content: "\F111"
}

.easypack-widget .fa-circle-notch:before {
    content: "\F1CE"
}

.easypack-widget .fa-city:before {
    content: "\F64F"
}

.easypack-widget .fa-clinic-medical:before {
    content: "\F7F2"
}

.easypack-widget .fa-clipboard:before {
    content: "\F328"
}

.easypack-widget .fa-clipboard-check:before {
    content: "\F46C"
}

.easypack-widget .fa-clipboard-list:before {
    content: "\F46D"
}

.easypack-widget .fa-clock:before {
    content: "\F017"
}

.easypack-widget .fa-clone:before {
    content: "\F24D"
}

.easypack-widget .fa-closed-captioning:before {
    content: "\F20A"
}

.easypack-widget .fa-cloud:before {
    content: "\F0C2"
}

.easypack-widget .fa-cloud-download-alt:before {
    content: "\F381"
}

.easypack-widget .fa-cloud-meatball:before {
    content: "\F73B"
}

.easypack-widget .fa-cloud-moon:before {
    content: "\F6C3"
}

.easypack-widget .fa-cloud-moon-rain:before {
    content: "\F73C"
}

.easypack-widget .fa-cloud-rain:before {
    content: "\F73D"
}

.easypack-widget .fa-cloud-showers-heavy:before {
    content: "\F740"
}

.easypack-widget .fa-cloud-sun:before {
    content: "\F6C4"
}

.easypack-widget .fa-cloud-sun-rain:before {
    content: "\F743"
}

.easypack-widget .fa-cloud-upload-alt:before {
    content: "\F382"
}

.easypack-widget .fa-cloudflare:before {
    content: "\E07D"
}

.easypack-widget .fa-cloudscale:before {
    content: "\F383"
}

.easypack-widget .fa-cloudsmith:before {
    content: "\F384"
}

.easypack-widget .fa-cloudversify:before {
    content: "\F385"
}

.easypack-widget .fa-cocktail:before {
    content: "\F561"
}

.easypack-widget .fa-code:before {
    content: "\F121"
}

.easypack-widget .fa-code-branch:before {
    content: "\F126"
}

.easypack-widget .fa-codepen:before {
    content: "\F1CB"
}

.easypack-widget .fa-codiepie:before {
    content: "\F284"
}

.easypack-widget .fa-coffee:before {
    content: "\F0F4"
}

.easypack-widget .fa-cog:before {
    content: "\F013"
}

.easypack-widget .fa-cogs:before {
    content: "\F085"
}

.easypack-widget .fa-coins:before {
    content: "\F51E"
}

.easypack-widget .fa-columns:before {
    content: "\F0DB"
}

.easypack-widget .fa-comment:before {
    content: "\F075"
}

.easypack-widget .fa-comment-alt:before {
    content: "\F27A"
}

.easypack-widget .fa-comment-dollar:before {
    content: "\F651"
}

.easypack-widget .fa-comment-dots:before {
    content: "\F4AD"
}

.easypack-widget .fa-comment-medical:before {
    content: "\F7F5"
}

.easypack-widget .fa-comment-slash:before {
    content: "\F4B3"
}

.easypack-widget .fa-comments:before {
    content: "\F086"
}

.easypack-widget .fa-comments-dollar:before {
    content: "\F653"
}

.easypack-widget .fa-compact-disc:before {
    content: "\F51F"
}

.easypack-widget .fa-compass:before {
    content: "\F14E"
}

.easypack-widget .fa-compress:before {
    content: "\F066"
}

.easypack-widget .fa-compress-alt:before {
    content: "\F422"
}

.easypack-widget .fa-compress-arrows-alt:before {
    content: "\F78C"
}

.easypack-widget .fa-concierge-bell:before {
    content: "\F562"
}

.easypack-widget .fa-confluence:before {
    content: "\F78D"
}

.easypack-widget .fa-connectdevelop:before {
    content: "\F20E"
}

.easypack-widget .fa-contao:before {
    content: "\F26D"
}

.easypack-widget .fa-cookie:before {
    content: "\F563"
}

.easypack-widget .fa-cookie-bite:before {
    content: "\F564"
}

.easypack-widget .fa-copy:before {
    content: "\F0C5"
}

.easypack-widget .fa-copyright:before {
    content: "\F1F9"
}

.easypack-widget .fa-cotton-bureau:before {
    content: "\F89E"
}

.easypack-widget .fa-couch:before {
    content: "\F4B8"
}

.easypack-widget .fa-cpanel:before {
    content: "\F388"
}

.easypack-widget .fa-creative-commons:before {
    content: "\F25E"
}

.easypack-widget .fa-creative-commons-by:before {
    content: "\F4E7"
}

.easypack-widget .fa-creative-commons-nc:before {
    content: "\F4E8"
}

.easypack-widget .fa-creative-commons-nc-eu:before {
    content: "\F4E9"
}

.easypack-widget .fa-creative-commons-nc-jp:before {
    content: "\F4EA"
}

.easypack-widget .fa-creative-commons-nd:before {
    content: "\F4EB"
}

.easypack-widget .fa-creative-commons-pd:before {
    content: "\F4EC"
}

.easypack-widget .fa-creative-commons-pd-alt:before {
    content: "\F4ED"
}

.easypack-widget .fa-creative-commons-remix:before {
    content: "\F4EE"
}

.easypack-widget .fa-creative-commons-sa:before {
    content: "\F4EF"
}

.easypack-widget .fa-creative-commons-sampling:before {
    content: "\F4F0"
}

.easypack-widget .fa-creative-commons-sampling-plus:before {
    content: "\F4F1"
}

.easypack-widget .fa-creative-commons-share:before {
    content: "\F4F2"
}

.easypack-widget .fa-creative-commons-zero:before {
    content: "\F4F3"
}

.easypack-widget .fa-credit-card:before {
    content: "\F09D"
}

.easypack-widget .fa-critical-role:before {
    content: "\F6C9"
}

.easypack-widget .fa-crop:before {
    content: "\F125"
}

.easypack-widget .fa-crop-alt:before {
    content: "\F565"
}

.easypack-widget .fa-cross:before {
    content: "\F654"
}

.easypack-widget .fa-crosshairs:before {
    content: "\F05B"
}

.easypack-widget .fa-crow:before {
    content: "\F520"
}

.easypack-widget .fa-crown:before {
    content: "\F521"
}

.easypack-widget .fa-crutch:before {
    content: "\F7F7"
}

.easypack-widget .fa-css3:before {
    content: "\F13C"
}

.easypack-widget .fa-css3-alt:before {
    content: "\F38B"
}

.easypack-widget .fa-cube:before {
    content: "\F1B2"
}

.easypack-widget .fa-cubes:before {
    content: "\F1B3"
}

.easypack-widget .fa-cut:before {
    content: "\F0C4"
}

.easypack-widget .fa-cuttlefish:before {
    content: "\F38C"
}

.easypack-widget .fa-d-and-d:before {
    content: "\F38D"
}

.easypack-widget .fa-d-and-d-beyond:before {
    content: "\F6CA"
}

.easypack-widget .fa-dailymotion:before {
    content: "\E052"
}

.easypack-widget .fa-dashcube:before {
    content: "\F210"
}

.easypack-widget .fa-database:before {
    content: "\F1C0"
}

.easypack-widget .fa-deaf:before {
    content: "\F2A4"
}

.easypack-widget .fa-deezer:before {
    content: "\E077"
}

.easypack-widget .fa-delicious:before {
    content: "\F1A5"
}

.easypack-widget .fa-democrat:before {
    content: "\F747"
}

.easypack-widget .fa-deploydog:before {
    content: "\F38E"
}

.easypack-widget .fa-deskpro:before {
    content: "\F38F"
}

.easypack-widget .fa-desktop:before {
    content: "\F108"
}

.easypack-widget .fa-dev:before {
    content: "\F6CC"
}

.easypack-widget .fa-deviantart:before {
    content: "\F1BD"
}

.easypack-widget .fa-dharmachakra:before {
    content: "\F655"
}

.easypack-widget .fa-dhl:before {
    content: "\F790"
}

.easypack-widget .fa-diagnoses:before {
    content: "\F470"
}

.easypack-widget .fa-diaspora:before {
    content: "\F791"
}

.easypack-widget .fa-dice:before {
    content: "\F522"
}

.easypack-widget .fa-dice-d20:before {
    content: "\F6CF"
}

.easypack-widget .fa-dice-d6:before {
    content: "\F6D1"
}

.easypack-widget .fa-dice-five:before {
    content: "\F523"
}

.easypack-widget .fa-dice-four:before {
    content: "\F524"
}

.easypack-widget .fa-dice-one:before {
    content: "\F525"
}

.easypack-widget .fa-dice-six:before {
    content: "\F526"
}

.easypack-widget .fa-dice-three:before {
    content: "\F527"
}

.easypack-widget .fa-dice-two:before {
    content: "\F528"
}

.easypack-widget .fa-digg:before {
    content: "\F1A6"
}

.easypack-widget .fa-digital-ocean:before {
    content: "\F391"
}

.easypack-widget .fa-digital-tachograph:before {
    content: "\F566"
}

.easypack-widget .fa-directions:before {
    content: "\F5EB"
}

.easypack-widget .fa-discord:before {
    content: "\F392"
}

.easypack-widget .fa-discourse:before {
    content: "\F393"
}

.easypack-widget .fa-disease:before {
    content: "\F7FA"
}

.easypack-widget .fa-divide:before {
    content: "\F529"
}

.easypack-widget .fa-dizzy:before {
    content: "\F567"
}

.easypack-widget .fa-dna:before {
    content: "\F471"
}

.easypack-widget .fa-dochub:before {
    content: "\F394"
}

.easypack-widget .fa-docker:before {
    content: "\F395"
}

.easypack-widget .fa-dog:before {
    content: "\F6D3"
}

.easypack-widget .fa-dollar-sign:before {
    content: "\F155"
}

.easypack-widget .fa-dolly:before {
    content: "\F472"
}

.easypack-widget .fa-dolly-flatbed:before {
    content: "\F474"
}

.easypack-widget .fa-donate:before {
    content: "\F4B9"
}

.easypack-widget .fa-door-closed:before {
    content: "\F52A"
}

.easypack-widget .fa-door-open:before {
    content: "\F52B"
}

.easypack-widget .fa-dot-circle:before {
    content: "\F192"
}

.easypack-widget .fa-dove:before {
    content: "\F4BA"
}

.easypack-widget .fa-download:before {
    content: "\F019"
}

.easypack-widget .fa-draft2digital:before {
    content: "\F396"
}

.easypack-widget .fa-drafting-compass:before {
    content: "\F568"
}

.easypack-widget .fa-dragon:before {
    content: "\F6D5"
}

.easypack-widget .fa-draw-polygon:before {
    content: "\F5EE"
}

.easypack-widget .fa-dribbble:before {
    content: "\F17D"
}

.easypack-widget .fa-dribbble-square:before {
    content: "\F397"
}

.easypack-widget .fa-dropbox:before {
    content: "\F16B"
}

.easypack-widget .fa-drum:before {
    content: "\F569"
}

.easypack-widget .fa-drum-steelpan:before {
    content: "\F56A"
}

.easypack-widget .fa-drumstick-bite:before {
    content: "\F6D7"
}

.easypack-widget .fa-drupal:before {
    content: "\F1A9"
}

.easypack-widget .fa-dumbbell:before {
    content: "\F44B"
}

.easypack-widget .fa-dumpster:before {
    content: "\F793"
}

.easypack-widget .fa-dumpster-fire:before {
    content: "\F794"
}

.easypack-widget .fa-dungeon:before {
    content: "\F6D9"
}

.easypack-widget .fa-dyalog:before {
    content: "\F399"
}

.easypack-widget .fa-earlybirds:before {
    content: "\F39A"
}

.easypack-widget .fa-ebay:before {
    content: "\F4F4"
}

.easypack-widget .fa-edge:before {
    content: "\F282"
}

.easypack-widget .fa-edge-legacy:before {
    content: "\E078"
}

.easypack-widget .fa-edit:before {
    content: "\F044"
}

.easypack-widget .fa-egg:before {
    content: "\F7FB"
}

.easypack-widget .fa-eject:before {
    content: "\F052"
}

.easypack-widget .fa-elementor:before {
    content: "\F430"
}

.easypack-widget .fa-ellipsis-h:before {
    content: "\F141"
}

.easypack-widget .fa-ellipsis-v:before {
    content: "\F142"
}

.easypack-widget .fa-ello:before {
    content: "\F5F1"
}

.easypack-widget .fa-ember:before {
    content: "\F423"
}

.easypack-widget .fa-empire:before {
    content: "\F1D1"
}

.easypack-widget .fa-envelope:before {
    content: "\F0E0"
}

.easypack-widget .fa-envelope-open:before {
    content: "\F2B6"
}

.easypack-widget .fa-envelope-open-text:before {
    content: "\F658"
}

.easypack-widget .fa-envelope-square:before {
    content: "\F199"
}

.easypack-widget .fa-envira:before {
    content: "\F299"
}

.easypack-widget .fa-equals:before {
    content: "\F52C"
}

.easypack-widget .fa-eraser:before {
    content: "\F12D"
}

.easypack-widget .fa-erlang:before {
    content: "\F39D"
}

.easypack-widget .fa-ethereum:before {
    content: "\F42E"
}

.easypack-widget .fa-ethernet:before {
    content: "\F796"
}

.easypack-widget .fa-etsy:before {
    content: "\F2D7"
}

.easypack-widget .fa-euro-sign:before {
    content: "\F153"
}

.easypack-widget .fa-evernote:before {
    content: "\F839"
}

.easypack-widget .fa-exchange-alt:before {
    content: "\F362"
}

.easypack-widget .fa-exclamation:before {
    content: "\F12A"
}

.easypack-widget .fa-exclamation-circle:before {
    content: "\F06A"
}

.easypack-widget .fa-exclamation-triangle:before {
    content: "\F071"
}

.easypack-widget .fa-expand:before {
    content: "\F065"
}

.easypack-widget .fa-expand-alt:before {
    content: "\F424"
}

.easypack-widget .fa-expand-arrows-alt:before {
    content: "\F31E"
}

.easypack-widget .fa-expeditedssl:before {
    content: "\F23E"
}

.easypack-widget .fa-external-link-alt:before {
    content: "\F35D"
}

.easypack-widget .fa-external-link-square-alt:before {
    content: "\F360"
}

.easypack-widget .fa-eye:before {
    content: "\F06E"
}

.easypack-widget .fa-eye-dropper:before {
    content: "\F1FB"
}

.easypack-widget .fa-eye-slash:before {
    content: "\F070"
}

.easypack-widget .fa-facebook:before {
    content: "\F09A"
}

.easypack-widget .fa-facebook-f:before {
    content: "\F39E"
}

.easypack-widget .fa-facebook-messenger:before {
    content: "\F39F"
}

.easypack-widget .fa-facebook-square:before {
    content: "\F082"
}

.easypack-widget .fa-fan:before {
    content: "\F863"
}

.easypack-widget .fa-fantasy-flight-games:before {
    content: "\F6DC"
}

.easypack-widget .fa-fast-backward:before {
    content: "\F049"
}

.easypack-widget .fa-fast-forward:before {
    content: "\F050"
}

.easypack-widget .fa-faucet:before {
    content: "\E005"
}

.easypack-widget .fa-fax:before {
    content: "\F1AC"
}

.easypack-widget .fa-feather:before {
    content: "\F52D"
}

.easypack-widget .fa-feather-alt:before {
    content: "\F56B"
}

.easypack-widget .fa-fedex:before {
    content: "\F797"
}

.easypack-widget .fa-fedora:before {
    content: "\F798"
}

.easypack-widget .fa-female:before {
    content: "\F182"
}

.easypack-widget .fa-fighter-jet:before {
    content: "\F0FB"
}

.easypack-widget .fa-figma:before {
    content: "\F799"
}

.easypack-widget .fa-file:before {
    content: "\F15B"
}

.easypack-widget .fa-file-alt:before {
    content: "\F15C"
}

.easypack-widget .fa-file-archive:before {
    content: "\F1C6"
}

.easypack-widget .fa-file-audio:before {
    content: "\F1C7"
}

.easypack-widget .fa-file-code:before {
    content: "\F1C9"
}

.easypack-widget .fa-file-contract:before {
    content: "\F56C"
}

.easypack-widget .fa-file-csv:before {
    content: "\F6DD"
}

.easypack-widget .fa-file-download:before {
    content: "\F56D"
}

.easypack-widget .fa-file-excel:before {
    content: "\F1C3"
}

.easypack-widget .fa-file-export:before {
    content: "\F56E"
}

.easypack-widget .fa-file-image:before {
    content: "\F1C5"
}

.easypack-widget .fa-file-import:before {
    content: "\F56F"
}

.easypack-widget .fa-file-invoice:before {
    content: "\F570"
}

.easypack-widget .fa-file-invoice-dollar:before {
    content: "\F571"
}

.easypack-widget .fa-file-medical:before {
    content: "\F477"
}

.easypack-widget .fa-file-medical-alt:before {
    content: "\F478"
}

.easypack-widget .fa-file-pdf:before {
    content: "\F1C1"
}

.easypack-widget .fa-file-powerpoint:before {
    content: "\F1C4"
}

.easypack-widget .fa-file-prescription:before {
    content: "\F572"
}

.easypack-widget .fa-file-signature:before {
    content: "\F573"
}

.easypack-widget .fa-file-upload:before {
    content: "\F574"
}

.easypack-widget .fa-file-video:before {
    content: "\F1C8"
}

.easypack-widget .fa-file-word:before {
    content: "\F1C2"
}

.easypack-widget .fa-fill:before {
    content: "\F575"
}

.easypack-widget .fa-fill-drip:before {
    content: "\F576"
}

.easypack-widget .fa-film:before {
    content: "\F008"
}

.easypack-widget .fa-filter:before {
    content: "\F0B0"
}

.easypack-widget .fa-fingerprint:before {
    content: "\F577"
}

.easypack-widget .fa-fire:before {
    content: "\F06D"
}

.easypack-widget .fa-fire-alt:before {
    content: "\F7E4"
}

.easypack-widget .fa-fire-extinguisher:before {
    content: "\F134"
}

.easypack-widget .fa-firefox:before {
    content: "\F269"
}

.easypack-widget .fa-firefox-browser:before {
    content: "\E007"
}

.easypack-widget .fa-first-aid:before {
    content: "\F479"
}

.easypack-widget .fa-first-order:before {
    content: "\F2B0"
}

.easypack-widget .fa-first-order-alt:before {
    content: "\F50A"
}

.easypack-widget .fa-firstdraft:before {
    content: "\F3A1"
}

.easypack-widget .fa-fish:before {
    content: "\F578"
}

.easypack-widget .fa-fist-raised:before {
    content: "\F6DE"
}

.easypack-widget .fa-flag:before {
    content: "\F024"
}

.easypack-widget .fa-flag-checkered:before {
    content: "\F11E"
}

.easypack-widget .fa-flag-usa:before {
    content: "\F74D"
}

.easypack-widget .fa-flask:before {
    content: "\F0C3"
}

.easypack-widget .fa-flickr:before {
    content: "\F16E"
}

.easypack-widget .fa-flipboard:before {
    content: "\F44D"
}

.easypack-widget .fa-flushed:before {
    content: "\F579"
}

.easypack-widget .fa-fly:before {
    content: "\F417"
}

.easypack-widget .fa-folder:before {
    content: "\F07B"
}

.easypack-widget .fa-folder-minus:before {
    content: "\F65D"
}

.easypack-widget .fa-folder-open:before {
    content: "\F07C"
}

.easypack-widget .fa-folder-plus:before {
    content: "\F65E"
}

.easypack-widget .fa-font:before {
    content: "\F031"
}

.easypack-widget .fa-font-awesome:before {
    content: "\F2B4"
}

.easypack-widget .fa-font-awesome-alt:before {
    content: "\F35C"
}

.easypack-widget .fa-font-awesome-flag:before {
    content: "\F425"
}

.easypack-widget .fa-font-awesome-logo-full:before {
    content: "\F4E6"
}

.easypack-widget .fa-fonticons:before {
    content: "\F280"
}

.easypack-widget .fa-fonticons-fi:before {
    content: "\F3A2"
}

.easypack-widget .fa-football-ball:before {
    content: "\F44E"
}

.easypack-widget .fa-fort-awesome:before {
    content: "\F286"
}

.easypack-widget .fa-fort-awesome-alt:before {
    content: "\F3A3"
}

.easypack-widget .fa-forumbee:before {
    content: "\F211"
}

.easypack-widget .fa-forward:before {
    content: "\F04E"
}

.easypack-widget .fa-foursquare:before {
    content: "\F180"
}

.easypack-widget .fa-free-code-camp:before {
    content: "\F2C5"
}

.easypack-widget .fa-freebsd:before {
    content: "\F3A4"
}

.easypack-widget .fa-frog:before {
    content: "\F52E"
}

.easypack-widget .fa-frown:before {
    content: "\F119"
}

.easypack-widget .fa-frown-open:before {
    content: "\F57A"
}

.easypack-widget .fa-fulcrum:before {
    content: "\F50B"
}

.easypack-widget .fa-funnel-dollar:before {
    content: "\F662"
}

.easypack-widget .fa-futbol:before {
    content: "\F1E3"
}

.easypack-widget .fa-galactic-republic:before {
    content: "\F50C"
}

.easypack-widget .fa-galactic-senate:before {
    content: "\F50D"
}

.easypack-widget .fa-gamepad:before {
    content: "\F11B"
}

.easypack-widget .fa-gas-pump:before {
    content: "\F52F"
}

.easypack-widget .fa-gavel:before {
    content: "\F0E3"
}

.easypack-widget .fa-gem:before {
    content: "\F3A5"
}

.easypack-widget .fa-genderless:before {
    content: "\F22D"
}

.easypack-widget .fa-get-pocket:before {
    content: "\F265"
}

.easypack-widget .fa-gg:before {
    content: "\F260"
}

.easypack-widget .fa-gg-circle:before {
    content: "\F261"
}

.easypack-widget .fa-ghost:before {
    content: "\F6E2"
}

.easypack-widget .fa-gift:before {
    content: "\F06B"
}

.easypack-widget .fa-gifts:before {
    content: "\F79C"
}

.easypack-widget .fa-git:before {
    content: "\F1D3"
}

.easypack-widget .fa-git-alt:before {
    content: "\F841"
}

.easypack-widget .fa-git-square:before {
    content: "\F1D2"
}

.easypack-widget .fa-github:before {
    content: "\F09B"
}

.easypack-widget .fa-github-alt:before {
    content: "\F113"
}

.easypack-widget .fa-github-square:before {
    content: "\F092"
}

.easypack-widget .fa-gitkraken:before {
    content: "\F3A6"
}

.easypack-widget .fa-gitlab:before {
    content: "\F296"
}

.easypack-widget .fa-gitter:before {
    content: "\F426"
}

.easypack-widget .fa-glass-cheers:before {
    content: "\F79F"
}

.easypack-widget .fa-glass-martini:before {
    content: "\F000"
}

.easypack-widget .fa-glass-martini-alt:before {
    content: "\F57B"
}

.easypack-widget .fa-glass-whiskey:before {
    content: "\F7A0"
}

.easypack-widget .fa-glasses:before {
    content: "\F530"
}

.easypack-widget .fa-glide:before {
    content: "\F2A5"
}

.easypack-widget .fa-glide-g:before {
    content: "\F2A6"
}

.easypack-widget .fa-globe:before {
    content: "\F0AC"
}

.easypack-widget .fa-globe-africa:before {
    content: "\F57C"
}

.easypack-widget .fa-globe-americas:before {
    content: "\F57D"
}

.easypack-widget .fa-globe-asia:before {
    content: "\F57E"
}

.easypack-widget .fa-globe-europe:before {
    content: "\F7A2"
}

.easypack-widget .fa-gofore:before {
    content: "\F3A7"
}

.easypack-widget .fa-golf-ball:before {
    content: "\F450"
}

.easypack-widget .fa-goodreads:before {
    content: "\F3A8"
}

.easypack-widget .fa-goodreads-g:before {
    content: "\F3A9"
}

.easypack-widget .fa-google:before {
    content: "\F1A0"
}

.easypack-widget .fa-google-drive:before {
    content: "\F3AA"
}

.easypack-widget .fa-google-pay:before {
    content: "\E079"
}

.easypack-widget .fa-google-play:before {
    content: "\F3AB"
}

.easypack-widget .fa-google-plus:before {
    content: "\F2B3"
}

.easypack-widget .fa-google-plus-g:before {
    content: "\F0D5"
}

.easypack-widget .fa-google-plus-square:before {
    content: "\F0D4"
}

.easypack-widget .fa-google-wallet:before {
    content: "\F1EE"
}

.easypack-widget .fa-gopuram:before {
    content: "\F664"
}

.easypack-widget .fa-graduation-cap:before {
    content: "\F19D"
}

.easypack-widget .fa-gratipay:before {
    content: "\F184"
}

.easypack-widget .fa-grav:before {
    content: "\F2D6"
}

.easypack-widget .fa-greater-than:before {
    content: "\F531"
}

.easypack-widget .fa-greater-than-equal:before {
    content: "\F532"
}

.easypack-widget .fa-grimace:before {
    content: "\F57F"
}

.easypack-widget .fa-grin:before {
    content: "\F580"
}

.easypack-widget .fa-grin-alt:before {
    content: "\F581"
}

.easypack-widget .fa-grin-beam:before {
    content: "\F582"
}

.easypack-widget .fa-grin-beam-sweat:before {
    content: "\F583"
}

.easypack-widget .fa-grin-hearts:before {
    content: "\F584"
}

.easypack-widget .fa-grin-squint:before {
    content: "\F585"
}

.easypack-widget .fa-grin-squint-tears:before {
    content: "\F586"
}

.easypack-widget .fa-grin-stars:before {
    content: "\F587"
}

.easypack-widget .fa-grin-tears:before {
    content: "\F588"
}

.easypack-widget .fa-grin-tongue:before {
    content: "\F589"
}

.easypack-widget .fa-grin-tongue-squint:before {
    content: "\F58A"
}

.easypack-widget .fa-grin-tongue-wink:before {
    content: "\F58B"
}

.easypack-widget .fa-grin-wink:before {
    content: "\F58C"
}

.easypack-widget .fa-grip-horizontal:before {
    content: "\F58D"
}

.easypack-widget .fa-grip-lines:before {
    content: "\F7A4"
}

.easypack-widget .fa-grip-lines-vertical:before {
    content: "\F7A5"
}

.easypack-widget .fa-grip-vertical:before {
    content: "\F58E"
}

.easypack-widget .fa-gripfire:before {
    content: "\F3AC"
}

.easypack-widget .fa-grunt:before {
    content: "\F3AD"
}

.easypack-widget .fa-guilded:before {
    content: "\E07E"
}

.easypack-widget .fa-guitar:before {
    content: "\F7A6"
}

.easypack-widget .fa-gulp:before {
    content: "\F3AE"
}

.easypack-widget .fa-h-square:before {
    content: "\F0FD"
}

.easypack-widget .fa-hacker-news:before {
    content: "\F1D4"
}

.easypack-widget .fa-hacker-news-square:before {
    content: "\F3AF"
}

.easypack-widget .fa-hackerrank:before {
    content: "\F5F7"
}

.easypack-widget .fa-hamburger:before {
    content: "\F805"
}

.easypack-widget .fa-hammer:before {
    content: "\F6E3"
}

.easypack-widget .fa-hamsa:before {
    content: "\F665"
}

.easypack-widget .fa-hand-holding:before {
    content: "\F4BD"
}

.easypack-widget .fa-hand-holding-heart:before {
    content: "\F4BE"
}

.easypack-widget .fa-hand-holding-medical:before {
    content: "\E05C"
}

.easypack-widget .fa-hand-holding-usd:before {
    content: "\F4C0"
}

.easypack-widget .fa-hand-holding-water:before {
    content: "\F4C1"
}

.easypack-widget .fa-hand-lizard:before {
    content: "\F258"
}

.easypack-widget .fa-hand-middle-finger:before {
    content: "\F806"
}

.easypack-widget .fa-hand-paper:before {
    content: "\F256"
}

.easypack-widget .fa-hand-peace:before {
    content: "\F25B"
}

.easypack-widget .fa-hand-point-down:before {
    content: "\F0A7"
}

.easypack-widget .fa-hand-point-left:before {
    content: "\F0A5"
}

.easypack-widget .fa-hand-point-right:before {
    content: "\F0A4"
}

.easypack-widget .fa-hand-point-up:before {
    content: "\F0A6"
}

.easypack-widget .fa-hand-pointer:before {
    content: "\F25A"
}

.easypack-widget .fa-hand-rock:before {
    content: "\F255"
}

.easypack-widget .fa-hand-scissors:before {
    content: "\F257"
}

.easypack-widget .fa-hand-sparkles:before {
    content: "\E05D"
}

.easypack-widget .fa-hand-spock:before {
    content: "\F259"
}

.easypack-widget .fa-hands:before {
    content: "\F4C2"
}

.easypack-widget .fa-hands-helping:before {
    content: "\F4C4"
}

.easypack-widget .fa-hands-wash:before {
    content: "\E05E"
}

.easypack-widget .fa-handshake:before {
    content: "\F2B5"
}

.easypack-widget .fa-handshake-alt-slash:before {
    content: "\E05F"
}

.easypack-widget .fa-handshake-slash:before {
    content: "\E060"
}

.easypack-widget .fa-hanukiah:before {
    content: "\F6E6"
}

.easypack-widget .fa-hard-hat:before {
    content: "\F807"
}

.easypack-widget .fa-hashtag:before {
    content: "\F292"
}

.easypack-widget .fa-hat-cowboy:before {
    content: "\F8C0"
}

.easypack-widget .fa-hat-cowboy-side:before {
    content: "\F8C1"
}

.easypack-widget .fa-hat-wizard:before {
    content: "\F6E8"
}

.easypack-widget .fa-hdd:before {
    content: "\F0A0"
}

.easypack-widget .fa-head-side-cough:before {
    content: "\E061"
}

.easypack-widget .fa-head-side-cough-slash:before {
    content: "\E062"
}

.easypack-widget .fa-head-side-mask:before {
    content: "\E063"
}

.easypack-widget .fa-head-side-virus:before {
    content: "\E064"
}

.easypack-widget .fa-heading:before {
    content: "\F1DC"
}

.easypack-widget .fa-headphones:before {
    content: "\F025"
}

.easypack-widget .fa-headphones-alt:before {
    content: "\F58F"
}

.easypack-widget .fa-headset:before {
    content: "\F590"
}

.easypack-widget .fa-heart:before {
    content: "\F004"
}

.easypack-widget .fa-heart-broken:before {
    content: "\F7A9"
}

.easypack-widget .fa-heartbeat:before {
    content: "\F21E"
}

.easypack-widget .fa-helicopter:before {
    content: "\F533"
}

.easypack-widget .fa-highlighter:before {
    content: "\F591"
}

.easypack-widget .fa-hiking:before {
    content: "\F6EC"
}

.easypack-widget .fa-hippo:before {
    content: "\F6ED"
}

.easypack-widget .fa-hips:before {
    content: "\F452"
}

.easypack-widget .fa-hire-a-helper:before {
    content: "\F3B0"
}

.easypack-widget .fa-history:before {
    content: "\F1DA"
}

.easypack-widget .fa-hive:before {
    content: "\E07F"
}

.easypack-widget .fa-hockey-puck:before {
    content: "\F453"
}

.easypack-widget .fa-holly-berry:before {
    content: "\F7AA"
}

.easypack-widget .fa-home:before {
    content: "\F015"
}

.easypack-widget .fa-hooli:before {
    content: "\F427"
}

.easypack-widget .fa-hornbill:before {
    content: "\F592"
}

.easypack-widget .fa-horse:before {
    content: "\F6F0"
}

.easypack-widget .fa-horse-head:before {
    content: "\F7AB"
}

.easypack-widget .fa-hospital:before {
    content: "\F0F8"
}

.easypack-widget .fa-hospital-alt:before {
    content: "\F47D"
}

.easypack-widget .fa-hospital-symbol:before {
    content: "\F47E"
}

.easypack-widget .fa-hospital-user:before {
    content: "\F80D"
}

.easypack-widget .fa-hot-tub:before {
    content: "\F593"
}

.easypack-widget .fa-hotdog:before {
    content: "\F80F"
}

.easypack-widget .fa-hotel:before {
    content: "\F594"
}

.easypack-widget .fa-hotjar:before {
    content: "\F3B1"
}

.easypack-widget .fa-hourglass:before {
    content: "\F254"
}

.easypack-widget .fa-hourglass-end:before {
    content: "\F253"
}

.easypack-widget .fa-hourglass-half:before {
    content: "\F252"
}

.easypack-widget .fa-hourglass-start:before {
    content: "\F251"
}

.easypack-widget .fa-house-damage:before {
    content: "\F6F1"
}

.easypack-widget .fa-house-user:before {
    content: "\E065"
}

.easypack-widget .fa-houzz:before {
    content: "\F27C"
}

.easypack-widget .fa-hryvnia:before {
    content: "\F6F2"
}

.easypack-widget .fa-html5:before {
    content: "\F13B"
}

.easypack-widget .fa-hubspot:before {
    content: "\F3B2"
}

.easypack-widget .fa-i-cursor:before {
    content: "\F246"
}

.easypack-widget .fa-ice-cream:before {
    content: "\F810"
}

.easypack-widget .fa-icicles:before {
    content: "\F7AD"
}

.easypack-widget .fa-icons:before {
    content: "\F86D"
}

.easypack-widget .fa-id-badge:before {
    content: "\F2C1"
}

.easypack-widget .fa-id-card:before {
    content: "\F2C2"
}

.easypack-widget .fa-id-card-alt:before {
    content: "\F47F"
}

.easypack-widget .fa-ideal:before {
    content: "\E013"
}

.easypack-widget .fa-igloo:before {
    content: "\F7AE"
}

.easypack-widget .fa-image:before {
    content: "\F03E"
}

.easypack-widget .fa-images:before {
    content: "\F302"
}

.easypack-widget .fa-imdb:before {
    content: "\F2D8"
}

.easypack-widget .fa-inbox:before {
    content: "\F01C"
}

.easypack-widget .fa-indent:before {
    content: "\F03C"
}

.easypack-widget .fa-industry:before {
    content: "\F275"
}

.easypack-widget .fa-infinity:before {
    content: "\F534"
}

.easypack-widget .fa-info:before {
    content: "\F129"
}

.easypack-widget .fa-info-circle:before {
    content: "\F05A"
}

.easypack-widget .fa-innosoft:before {
    content: "\E080"
}

.easypack-widget .fa-instagram:before {
    content: "\F16D"
}

.easypack-widget .fa-instagram-square:before {
    content: "\E055"
}

.easypack-widget .fa-instalod:before {
    content: "\E081"
}

.easypack-widget .fa-intercom:before {
    content: "\F7AF"
}

.easypack-widget .fa-internet-explorer:before {
    content: "\F26B"
}

.easypack-widget .fa-invision:before {
    content: "\F7B0"
}

.easypack-widget .fa-ioxhost:before {
    content: "\F208"
}

.easypack-widget .fa-italic:before {
    content: "\F033"
}

.easypack-widget .fa-itch-io:before {
    content: "\F83A"
}

.easypack-widget .fa-itunes:before {
    content: "\F3B4"
}

.easypack-widget .fa-itunes-note:before {
    content: "\F3B5"
}

.easypack-widget .fa-java:before {
    content: "\F4E4"
}

.easypack-widget .fa-jedi:before {
    content: "\F669"
}

.easypack-widget .fa-jedi-order:before {
    content: "\F50E"
}

.easypack-widget .fa-jenkins:before {
    content: "\F3B6"
}

.easypack-widget .fa-jira:before {
    content: "\F7B1"
}

.easypack-widget .fa-joget:before {
    content: "\F3B7"
}

.easypack-widget .fa-joint:before {
    content: "\F595"
}

.easypack-widget .fa-joomla:before {
    content: "\F1AA"
}

.easypack-widget .fa-journal-whills:before {
    content: "\F66A"
}

.easypack-widget .fa-js:before {
    content: "\F3B8"
}

.easypack-widget .fa-js-square:before {
    content: "\F3B9"
}

.easypack-widget .fa-jsfiddle:before {
    content: "\F1CC"
}

.easypack-widget .fa-kaaba:before {
    content: "\F66B"
}

.easypack-widget .fa-kaggle:before {
    content: "\F5FA"
}

.easypack-widget .fa-key:before {
    content: "\F084"
}

.easypack-widget .fa-keybase:before {
    content: "\F4F5"
}

.easypack-widget .fa-keyboard:before {
    content: "\F11C"
}

.easypack-widget .fa-keycdn:before {
    content: "\F3BA"
}

.easypack-widget .fa-khanda:before {
    content: "\F66D"
}

.easypack-widget .fa-kickstarter:before {
    content: "\F3BB"
}

.easypack-widget .fa-kickstarter-k:before {
    content: "\F3BC"
}

.easypack-widget .fa-kiss:before {
    content: "\F596"
}

.easypack-widget .fa-kiss-beam:before {
    content: "\F597"
}

.easypack-widget .fa-kiss-wink-heart:before {
    content: "\F598"
}

.easypack-widget .fa-kiwi-bird:before {
    content: "\F535"
}

.easypack-widget .fa-korvue:before {
    content: "\F42F"
}

.easypack-widget .fa-landmark:before {
    content: "\F66F"
}

.easypack-widget .fa-language:before {
    content: "\F1AB"
}

.easypack-widget .fa-laptop:before {
    content: "\F109"
}

.easypack-widget .fa-laptop-code:before {
    content: "\F5FC"
}

.easypack-widget .fa-laptop-house:before {
    content: "\E066"
}

.easypack-widget .fa-laptop-medical:before {
    content: "\F812"
}

.easypack-widget .fa-laravel:before {
    content: "\F3BD"
}

.easypack-widget .fa-lastfm:before {
    content: "\F202"
}

.easypack-widget .fa-lastfm-square:before {
    content: "\F203"
}

.easypack-widget .fa-laugh:before {
    content: "\F599"
}

.easypack-widget .fa-laugh-beam:before {
    content: "\F59A"
}

.easypack-widget .fa-laugh-squint:before {
    content: "\F59B"
}

.easypack-widget .fa-laugh-wink:before {
    content: "\F59C"
}

.easypack-widget .fa-layer-group:before {
    content: "\F5FD"
}

.easypack-widget .fa-leaf:before {
    content: "\F06C"
}

.easypack-widget .fa-leanpub:before {
    content: "\F212"
}

.easypack-widget .fa-lemon:before {
    content: "\F094"
}

.easypack-widget .fa-less:before {
    content: "\F41D"
}

.easypack-widget .fa-less-than:before {
    content: "\F536"
}

.easypack-widget .fa-less-than-equal:before {
    content: "\F537"
}

.easypack-widget .fa-level-down-alt:before {
    content: "\F3BE"
}

.easypack-widget .fa-level-up-alt:before {
    content: "\F3BF"
}

.easypack-widget .fa-life-ring:before {
    content: "\F1CD"
}

.easypack-widget .fa-lightbulb:before {
    content: "\F0EB"
}

.easypack-widget .fa-line:before {
    content: "\F3C0"
}

.easypack-widget .fa-link:before {
    content: "\F0C1"
}

.easypack-widget .fa-linkedin:before {
    content: "\F08C"
}

.easypack-widget .fa-linkedin-in:before {
    content: "\F0E1"
}

.easypack-widget .fa-linode:before {
    content: "\F2B8"
}

.easypack-widget .fa-linux:before {
    content: "\F17C"
}

.easypack-widget .fa-lira-sign:before {
    content: "\F195"
}

.easypack-widget .fa-list:before {
    content: "\F03A"
}

.easypack-widget .fa-list-alt:before {
    content: "\F022"
}

.easypack-widget .fa-list-ol:before {
    content: "\F0CB"
}

.easypack-widget .fa-list-ul:before {
    content: "\F0CA"
}

.easypack-widget .fa-location-arrow:before {
    content: "\F124"
}

.easypack-widget .fa-lock:before {
    content: "\F023"
}

.easypack-widget .fa-lock-open:before {
    content: "\F3C1"
}

.easypack-widget .fa-long-arrow-alt-down:before {
    content: "\F309"
}

.easypack-widget .fa-long-arrow-alt-left:before {
    content: "\F30A"
}

.easypack-widget .fa-long-arrow-alt-right:before {
    content: "\F30B"
}

.easypack-widget .fa-long-arrow-alt-up:before {
    content: "\F30C"
}

.easypack-widget .fa-low-vision:before {
    content: "\F2A8"
}

.easypack-widget .fa-luggage-cart:before {
    content: "\F59D"
}

.easypack-widget .fa-lungs:before {
    content: "\F604"
}

.easypack-widget .fa-lungs-virus:before {
    content: "\E067"
}

.easypack-widget .fa-lyft:before {
    content: "\F3C3"
}

.easypack-widget .fa-magento:before {
    content: "\F3C4"
}

.easypack-widget .fa-magic:before {
    content: "\F0D0"
}

.easypack-widget .fa-magnet:before {
    content: "\F076"
}

.easypack-widget .fa-mail-bulk:before {
    content: "\F674"
}

.easypack-widget .fa-mailchimp:before {
    content: "\F59E"
}

.easypack-widget .fa-male:before {
    content: "\F183"
}

.easypack-widget .fa-mandalorian:before {
    content: "\F50F"
}

.easypack-widget .fa-map:before {
    content: "\F279"
}

.easypack-widget .fa-map-marked:before {
    content: "\F59F"
}

.easypack-widget .fa-map-marked-alt:before {
    content: "\F5A0"
}

.easypack-widget .fa-map-marker:before {
    content: "\F041"
}

.easypack-widget .fa-map-marker-alt:before {
    content: "\F3C5"
}

.easypack-widget .fa-map-pin:before {
    content: "\F276"
}

.easypack-widget .fa-map-signs:before {
    content: "\F277"
}

.easypack-widget .fa-markdown:before {
    content: "\F60F"
}

.easypack-widget .fa-marker:before {
    content: "\F5A1"
}

.easypack-widget .fa-mars:before {
    content: "\F222"
}

.easypack-widget .fa-mars-double:before {
    content: "\F227"
}

.easypack-widget .fa-mars-stroke:before {
    content: "\F229"
}

.easypack-widget .fa-mars-stroke-h:before {
    content: "\F22B"
}

.easypack-widget .fa-mars-stroke-v:before {
    content: "\F22A"
}

.easypack-widget .fa-mask:before {
    content: "\F6FA"
}

.easypack-widget .fa-mastodon:before {
    content: "\F4F6"
}

.easypack-widget .fa-maxcdn:before {
    content: "\F136"
}

.easypack-widget .fa-mdb:before {
    content: "\F8CA"
}

.easypack-widget .fa-medal:before {
    content: "\F5A2"
}

.easypack-widget .fa-medapps:before {
    content: "\F3C6"
}

.easypack-widget .fa-medium:before {
    content: "\F23A"
}

.easypack-widget .fa-medium-m:before {
    content: "\F3C7"
}

.easypack-widget .fa-medkit:before {
    content: "\F0FA"
}

.easypack-widget .fa-medrt:before {
    content: "\F3C8"
}

.easypack-widget .fa-meetup:before {
    content: "\F2E0"
}

.easypack-widget .fa-megaport:before {
    content: "\F5A3"
}

.easypack-widget .fa-meh:before {
    content: "\F11A"
}

.easypack-widget .fa-meh-blank:before {
    content: "\F5A4"
}

.easypack-widget .fa-meh-rolling-eyes:before {
    content: "\F5A5"
}

.easypack-widget .fa-memory:before {
    content: "\F538"
}

.easypack-widget .fa-mendeley:before {
    content: "\F7B3"
}

.easypack-widget .fa-menorah:before {
    content: "\F676"
}

.easypack-widget .fa-mercury:before {
    content: "\F223"
}

.easypack-widget .fa-meteor:before {
    content: "\F753"
}

.easypack-widget .fa-microblog:before {
    content: "\E01A"
}

.easypack-widget .fa-microchip:before {
    content: "\F2DB"
}

.easypack-widget .fa-microphone:before {
    content: "\F130"
}

.easypack-widget .fa-microphone-alt:before {
    content: "\F3C9"
}

.easypack-widget .fa-microphone-alt-slash:before {
    content: "\F539"
}

.easypack-widget .fa-microphone-slash:before {
    content: "\F131"
}

.easypack-widget .fa-microscope:before {
    content: "\F610"
}

.easypack-widget .fa-microsoft:before {
    content: "\F3CA"
}

.easypack-widget .fa-minus:before {
    content: "\F068"
}

.easypack-widget .fa-minus-circle:before {
    content: "\F056"
}

.easypack-widget .fa-minus-square:before {
    content: "\F146"
}

.easypack-widget .fa-mitten:before {
    content: "\F7B5"
}

.easypack-widget .fa-mix:before {
    content: "\F3CB"
}

.easypack-widget .fa-mixcloud:before {
    content: "\F289"
}

.easypack-widget .fa-mixer:before {
    content: "\E056"
}

.easypack-widget .fa-mizuni:before {
    content: "\F3CC"
}

.easypack-widget .fa-mobile:before {
    content: "\F10B"
}

.easypack-widget .fa-mobile-alt:before {
    content: "\F3CD"
}

.easypack-widget .fa-modx:before {
    content: "\F285"
}

.easypack-widget .fa-monero:before {
    content: "\F3D0"
}

.easypack-widget .fa-money-bill:before {
    content: "\F0D6"
}

.easypack-widget .fa-money-bill-alt:before {
    content: "\F3D1"
}

.easypack-widget .fa-money-bill-wave:before {
    content: "\F53A"
}

.easypack-widget .fa-money-bill-wave-alt:before {
    content: "\F53B"
}

.easypack-widget .fa-money-check:before {
    content: "\F53C"
}

.easypack-widget .fa-money-check-alt:before {
    content: "\F53D"
}

.easypack-widget .fa-monument:before {
    content: "\F5A6"
}

.easypack-widget .fa-moon:before {
    content: "\F186"
}

.easypack-widget .fa-mortar-pestle:before {
    content: "\F5A7"
}

.easypack-widget .fa-mosque:before {
    content: "\F678"
}

.easypack-widget .fa-motorcycle:before {
    content: "\F21C"
}

.easypack-widget .fa-mountain:before {
    content: "\F6FC"
}

.easypack-widget .fa-mouse:before {
    content: "\F8CC"
}

.easypack-widget .fa-mouse-pointer:before {
    content: "\F245"
}

.easypack-widget .fa-mug-hot:before {
    content: "\F7B6"
}

.easypack-widget .fa-music:before {
    content: "\F001"
}

.easypack-widget .fa-napster:before {
    content: "\F3D2"
}

.easypack-widget .fa-neos:before {
    content: "\F612"
}

.easypack-widget .fa-network-wired:before {
    content: "\F6FF"
}

.easypack-widget .fa-neuter:before {
    content: "\F22C"
}

.easypack-widget .fa-newspaper:before {
    content: "\F1EA"
}

.easypack-widget .fa-nimblr:before {
    content: "\F5A8"
}

.easypack-widget .fa-node:before {
    content: "\F419"
}

.easypack-widget .fa-node-js:before {
    content: "\F3D3"
}

.easypack-widget .fa-not-equal:before {
    content: "\F53E"
}

.easypack-widget .fa-notes-medical:before {
    content: "\F481"
}

.easypack-widget .fa-npm:before {
    content: "\F3D4"
}

.easypack-widget .fa-ns8:before {
    content: "\F3D5"
}

.easypack-widget .fa-nutritionix:before {
    content: "\F3D6"
}

.easypack-widget .fa-object-group:before {
    content: "\F247"
}

.easypack-widget .fa-object-ungroup:before {
    content: "\F248"
}

.easypack-widget .fa-octopus-deploy:before {
    content: "\E082"
}

.easypack-widget .fa-odnoklassniki:before {
    content: "\F263"
}

.easypack-widget .fa-odnoklassniki-square:before {
    content: "\F264"
}

.easypack-widget .fa-oil-can:before {
    content: "\F613"
}

.easypack-widget .fa-old-republic:before {
    content: "\F510"
}

.easypack-widget .fa-om:before {
    content: "\F679"
}

.easypack-widget .fa-opencart:before {
    content: "\F23D"
}

.easypack-widget .fa-openid:before {
    content: "\F19B"
}

.easypack-widget .fa-opera:before {
    content: "\F26A"
}

.easypack-widget .fa-optin-monster:before {
    content: "\F23C"
}

.easypack-widget .fa-orcid:before {
    content: "\F8D2"
}

.easypack-widget .fa-osi:before {
    content: "\F41A"
}

.easypack-widget .fa-otter:before {
    content: "\F700"
}

.easypack-widget .fa-outdent:before {
    content: "\F03B"
}

.easypack-widget .fa-page4:before {
    content: "\F3D7"
}

.easypack-widget .fa-pagelines:before {
    content: "\F18C"
}

.easypack-widget .fa-pager:before {
    content: "\F815"
}

.easypack-widget .fa-paint-brush:before {
    content: "\F1FC"
}

.easypack-widget .fa-paint-roller:before {
    content: "\F5AA"
}

.easypack-widget .fa-palette:before {
    content: "\F53F"
}

.easypack-widget .fa-palfed:before {
    content: "\F3D8"
}

.easypack-widget .fa-pallet:before {
    content: "\F482"
}

.easypack-widget .fa-paper-plane:before {
    content: "\F1D8"
}

.easypack-widget .fa-paperclip:before {
    content: "\F0C6"
}

.easypack-widget .fa-parachute-box:before {
    content: "\F4CD"
}

.easypack-widget .fa-paragraph:before {
    content: "\F1DD"
}

.easypack-widget .fa-parking:before {
    content: "\F540"
}

.easypack-widget .fa-passport:before {
    content: "\F5AB"
}

.easypack-widget .fa-pastafarianism:before {
    content: "\F67B"
}

.easypack-widget .fa-paste:before {
    content: "\F0EA"
}

.easypack-widget .fa-patreon:before {
    content: "\F3D9"
}

.easypack-widget .fa-pause:before {
    content: "\F04C"
}

.easypack-widget .fa-pause-circle:before {
    content: "\F28B"
}

.easypack-widget .fa-paw:before {
    content: "\F1B0"
}

.easypack-widget .fa-paypal:before {
    content: "\F1ED"
}

.easypack-widget .fa-peace:before {
    content: "\F67C"
}

.easypack-widget .fa-pen:before {
    content: "\F304"
}

.easypack-widget .fa-pen-alt:before {
    content: "\F305"
}

.easypack-widget .fa-pen-fancy:before {
    content: "\F5AC"
}

.easypack-widget .fa-pen-nib:before {
    content: "\F5AD"
}

.easypack-widget .fa-pen-square:before {
    content: "\F14B"
}

.easypack-widget .fa-pencil-alt:before {
    content: "\F303"
}

.easypack-widget .fa-pencil-ruler:before {
    content: "\F5AE"
}

.easypack-widget .fa-penny-arcade:before {
    content: "\F704"
}

.easypack-widget .fa-people-arrows:before {
    content: "\E068"
}

.easypack-widget .fa-people-carry:before {
    content: "\F4CE"
}

.easypack-widget .fa-pepper-hot:before {
    content: "\F816"
}

.easypack-widget .fa-perbyte:before {
    content: "\E083"
}

.easypack-widget .fa-percent:before {
    content: "\F295"
}

.easypack-widget .fa-percentage:before {
    content: "\F541"
}

.easypack-widget .fa-periscope:before {
    content: "\F3DA"
}

.easypack-widget .fa-person-booth:before {
    content: "\F756"
}

.easypack-widget .fa-phabricator:before {
    content: "\F3DB"
}

.easypack-widget .fa-phoenix-framework:before {
    content: "\F3DC"
}

.easypack-widget .fa-phoenix-squadron:before {
    content: "\F511"
}

.easypack-widget .fa-phone:before {
    content: "\F095"
}

.easypack-widget .fa-phone-alt:before {
    content: "\F879"
}

.easypack-widget .fa-phone-slash:before {
    content: "\F3DD"
}

.easypack-widget .fa-phone-square:before {
    content: "\F098"
}

.easypack-widget .fa-phone-square-alt:before {
    content: "\F87B"
}

.easypack-widget .fa-phone-volume:before {
    content: "\F2A0"
}

.easypack-widget .fa-photo-video:before {
    content: "\F87C"
}

.easypack-widget .fa-php:before {
    content: "\F457"
}

.easypack-widget .fa-pied-piper:before {
    content: "\F2AE"
}

.easypack-widget .fa-pied-piper-alt:before {
    content: "\F1A8"
}

.easypack-widget .fa-pied-piper-hat:before {
    content: "\F4E5"
}

.easypack-widget .fa-pied-piper-pp:before {
    content: "\F1A7"
}

.easypack-widget .fa-pied-piper-square:before {
    content: "\E01E"
}

.easypack-widget .fa-piggy-bank:before {
    content: "\F4D3"
}

.easypack-widget .fa-pills:before {
    content: "\F484"
}

.easypack-widget .fa-pinterest:before {
    content: "\F0D2"
}

.easypack-widget .fa-pinterest-p:before {
    content: "\F231"
}

.easypack-widget .fa-pinterest-square:before {
    content: "\F0D3"
}

.easypack-widget .fa-pizza-slice:before {
    content: "\F818"
}

.easypack-widget .fa-place-of-worship:before {
    content: "\F67F"
}

.easypack-widget .fa-plane:before {
    content: "\F072"
}

.easypack-widget .fa-plane-arrival:before {
    content: "\F5AF"
}

.easypack-widget .fa-plane-departure:before {
    content: "\F5B0"
}

.easypack-widget .fa-plane-slash:before {
    content: "\E069"
}

.easypack-widget .fa-play:before {
    content: "\F04B"
}

.easypack-widget .fa-play-circle:before {
    content: "\F144"
}

.easypack-widget .fa-playstation:before {
    content: "\F3DF"
}

.easypack-widget .fa-plug:before {
    content: "\F1E6"
}

.easypack-widget .fa-plus:before {
    content: "\F067"
}

.easypack-widget .fa-plus-circle:before {
    content: "\F055"
}

.easypack-widget .fa-plus-square:before {
    content: "\F0FE"
}

.easypack-widget .fa-podcast:before {
    content: "\F2CE"
}

.easypack-widget .fa-poll:before {
    content: "\F681"
}

.easypack-widget .fa-poll-h:before {
    content: "\F682"
}

.easypack-widget .fa-poo:before {
    content: "\F2FE"
}

.easypack-widget .fa-poo-storm:before {
    content: "\F75A"
}

.easypack-widget .fa-poop:before {
    content: "\F619"
}

.easypack-widget .fa-portrait:before {
    content: "\F3E0"
}

.easypack-widget .fa-pound-sign:before {
    content: "\F154"
}

.easypack-widget .fa-power-off:before {
    content: "\F011"
}

.easypack-widget .fa-pray:before {
    content: "\F683"
}

.easypack-widget .fa-praying-hands:before {
    content: "\F684"
}

.easypack-widget .fa-prescription:before {
    content: "\F5B1"
}

.easypack-widget .fa-prescription-bottle:before {
    content: "\F485"
}

.easypack-widget .fa-prescription-bottle-alt:before {
    content: "\F486"
}

.easypack-widget .fa-print:before {
    content: "\F02F"
}

.easypack-widget .fa-procedures:before {
    content: "\F487"
}

.easypack-widget .fa-product-hunt:before {
    content: "\F288"
}

.easypack-widget .fa-project-diagram:before {
    content: "\F542"
}

.easypack-widget .fa-pump-medical:before {
    content: "\E06A"
}

.easypack-widget .fa-pump-soap:before {
    content: "\E06B"
}

.easypack-widget .fa-pushed:before {
    content: "\F3E1"
}

.easypack-widget .fa-puzzle-piece:before {
    content: "\F12E"
}

.easypack-widget .fa-python:before {
    content: "\F3E2"
}

.easypack-widget .fa-qq:before {
    content: "\F1D6"
}

.easypack-widget .fa-qrcode:before {
    content: "\F029"
}

.easypack-widget .fa-question:before {
    content: "\F128"
}

.easypack-widget .fa-question-circle:before {
    content: "\F059"
}

.easypack-widget .fa-quidditch:before {
    content: "\F458"
}

.easypack-widget .fa-quinscape:before {
    content: "\F459"
}

.easypack-widget .fa-quora:before {
    content: "\F2C4"
}

.easypack-widget .fa-quote-left:before {
    content: "\F10D"
}

.easypack-widget .fa-quote-right:before {
    content: "\F10E"
}

.easypack-widget .fa-quran:before {
    content: "\F687"
}

.easypack-widget .fa-r-project:before {
    content: "\F4F7"
}

.easypack-widget .fa-radiation:before {
    content: "\F7B9"
}

.easypack-widget .fa-radiation-alt:before {
    content: "\F7BA"
}

.easypack-widget .fa-rainbow:before {
    content: "\F75B"
}

.easypack-widget .fa-random:before {
    content: "\F074"
}

.easypack-widget .fa-raspberry-pi:before {
    content: "\F7BB"
}

.easypack-widget .fa-ravelry:before {
    content: "\F2D9"
}

.easypack-widget .fa-react:before {
    content: "\F41B"
}

.easypack-widget .fa-reacteurope:before {
    content: "\F75D"
}

.easypack-widget .fa-readme:before {
    content: "\F4D5"
}

.easypack-widget .fa-rebel:before {
    content: "\F1D0"
}

.easypack-widget .fa-receipt:before {
    content: "\F543"
}

.easypack-widget .fa-record-vinyl:before {
    content: "\F8D9"
}

.easypack-widget .fa-recycle:before {
    content: "\F1B8"
}

.easypack-widget .fa-red-river:before {
    content: "\F3E3"
}

.easypack-widget .fa-reddit:before {
    content: "\F1A1"
}

.easypack-widget .fa-reddit-alien:before {
    content: "\F281"
}

.easypack-widget .fa-reddit-square:before {
    content: "\F1A2"
}

.easypack-widget .fa-redhat:before {
    content: "\F7BC"
}

.easypack-widget .fa-redo:before {
    content: "\F01E"
}

.easypack-widget .fa-redo-alt:before {
    content: "\F2F9"
}

.easypack-widget .fa-registered:before {
    content: "\F25D"
}

.easypack-widget .fa-remove-format:before {
    content: "\F87D"
}

.easypack-widget .fa-renren:before {
    content: "\F18B"
}

.easypack-widget .fa-reply:before {
    content: "\F3E5"
}

.easypack-widget .fa-reply-all:before {
    content: "\F122"
}

.easypack-widget .fa-replyd:before {
    content: "\F3E6"
}

.easypack-widget .fa-republican:before {
    content: "\F75E"
}

.easypack-widget .fa-researchgate:before {
    content: "\F4F8"
}

.easypack-widget .fa-resolving:before {
    content: "\F3E7"
}

.easypack-widget .fa-restroom:before {
    content: "\F7BD"
}

.easypack-widget .fa-retweet:before {
    content: "\F079"
}

.easypack-widget .fa-rev:before {
    content: "\F5B2"
}

.easypack-widget .fa-ribbon:before {
    content: "\F4D6"
}

.easypack-widget .fa-ring:before {
    content: "\F70B"
}

.easypack-widget .fa-road:before {
    content: "\F018"
}

.easypack-widget .fa-robot:before {
    content: "\F544"
}

.easypack-widget .fa-rocket:before {
    content: "\F135"
}

.easypack-widget .fa-rocketchat:before {
    content: "\F3E8"
}

.easypack-widget .fa-rockrms:before {
    content: "\F3E9"
}

.easypack-widget .fa-route:before {
    content: "\F4D7"
}

.easypack-widget .fa-rss:before {
    content: "\F09E"
}

.easypack-widget .fa-rss-square:before {
    content: "\F143"
}

.easypack-widget .fa-ruble-sign:before {
    content: "\F158"
}

.easypack-widget .fa-ruler:before {
    content: "\F545"
}

.easypack-widget .fa-ruler-combined:before {
    content: "\F546"
}

.easypack-widget .fa-ruler-horizontal:before {
    content: "\F547"
}

.easypack-widget .fa-ruler-vertical:before {
    content: "\F548"
}

.easypack-widget .fa-running:before {
    content: "\F70C"
}

.easypack-widget .fa-rupee-sign:before {
    content: "\F156"
}

.easypack-widget .fa-rust:before {
    content: "\E07A"
}

.easypack-widget .fa-sad-cry:before {
    content: "\F5B3"
}

.easypack-widget .fa-sad-tear:before {
    content: "\F5B4"
}

.easypack-widget .fa-safari:before {
    content: "\F267"
}

.easypack-widget .fa-salesforce:before {
    content: "\F83B"
}

.easypack-widget .fa-sass:before {
    content: "\F41E"
}

.easypack-widget .fa-satellite:before {
    content: "\F7BF"
}

.easypack-widget .fa-satellite-dish:before {
    content: "\F7C0"
}

.easypack-widget .fa-save:before {
    content: "\F0C7"
}

.easypack-widget .fa-schlix:before {
    content: "\F3EA"
}

.easypack-widget .fa-school:before {
    content: "\F549"
}

.easypack-widget .fa-screwdriver:before {
    content: "\F54A"
}

.easypack-widget .fa-scribd:before {
    content: "\F28A"
}

.easypack-widget .fa-scroll:before {
    content: "\F70E"
}

.easypack-widget .fa-sd-card:before {
    content: "\F7C2"
}

.easypack-widget .fa-search:before {
    content: "\F002"
}

.easypack-widget .fa-search-dollar:before {
    content: "\F688"
}

.easypack-widget .fa-search-location:before {
    content: "\F689"
}

.easypack-widget .fa-search-minus:before {
    content: "\F010"
}

.easypack-widget .fa-search-plus:before {
    content: "\F00E"
}

.easypack-widget .fa-searchengin:before {
    content: "\F3EB"
}

.easypack-widget .fa-seedling:before {
    content: "\F4D8"
}

.easypack-widget .fa-sellcast:before {
    content: "\F2DA"
}

.easypack-widget .fa-sellsy:before {
    content: "\F213"
}

.easypack-widget .fa-server:before {
    content: "\F233"
}

.easypack-widget .fa-servicestack:before {
    content: "\F3EC"
}

.easypack-widget .fa-shapes:before {
    content: "\F61F"
}

.easypack-widget .fa-share:before {
    content: "\F064"
}

.easypack-widget .fa-share-alt:before {
    content: "\F1E0"
}

.easypack-widget .fa-share-alt-square:before {
    content: "\F1E1"
}

.easypack-widget .fa-share-square:before {
    content: "\F14D"
}

.easypack-widget .fa-shekel-sign:before {
    content: "\F20B"
}

.easypack-widget .fa-shield-alt:before {
    content: "\F3ED"
}

.easypack-widget .fa-shield-virus:before {
    content: "\E06C"
}

.easypack-widget .fa-ship:before {
    content: "\F21A"
}

.easypack-widget .fa-shipping-fast:before {
    content: "\F48B"
}

.easypack-widget .fa-shirtsinbulk:before {
    content: "\F214"
}

.easypack-widget .fa-shoe-prints:before {
    content: "\F54B"
}

.easypack-widget .fa-shopify:before {
    content: "\E057"
}

.easypack-widget .fa-shopping-bag:before {
    content: "\F290"
}

.easypack-widget .fa-shopping-basket:before {
    content: "\F291"
}

.easypack-widget .fa-shopping-cart:before {
    content: "\F07A"
}

.easypack-widget .fa-shopware:before {
    content: "\F5B5"
}

.easypack-widget .fa-shower:before {
    content: "\F2CC"
}

.easypack-widget .fa-shuttle-van:before {
    content: "\F5B6"
}

.easypack-widget .fa-sign:before {
    content: "\F4D9"
}

.easypack-widget .fa-sign-in-alt:before {
    content: "\F2F6"
}

.easypack-widget .fa-sign-language:before {
    content: "\F2A7"
}

.easypack-widget .fa-sign-out-alt:before {
    content: "\F2F5"
}

.easypack-widget .fa-signal:before {
    content: "\F012"
}

.easypack-widget .fa-signature:before {
    content: "\F5B7"
}

.easypack-widget .fa-sim-card:before {
    content: "\F7C4"
}

.easypack-widget .fa-simplybuilt:before {
    content: "\F215"
}

.easypack-widget .fa-sink:before {
    content: "\E06D"
}

.easypack-widget .fa-sistrix:before {
    content: "\F3EE"
}

.easypack-widget .fa-sitemap:before {
    content: "\F0E8"
}

.easypack-widget .fa-sith:before {
    content: "\F512"
}

.easypack-widget .fa-skating:before {
    content: "\F7C5"
}

.easypack-widget .fa-sketch:before {
    content: "\F7C6"
}

.easypack-widget .fa-skiing:before {
    content: "\F7C9"
}

.easypack-widget .fa-skiing-nordic:before {
    content: "\F7CA"
}

.easypack-widget .fa-skull:before {
    content: "\F54C"
}

.easypack-widget .fa-skull-crossbones:before {
    content: "\F714"
}

.easypack-widget .fa-skyatlas:before {
    content: "\F216"
}

.easypack-widget .fa-skype:before {
    content: "\F17E"
}

.easypack-widget .fa-slack:before {
    content: "\F198"
}

.easypack-widget .fa-slack-hash:before {
    content: "\F3EF"
}

.easypack-widget .fa-slash:before {
    content: "\F715"
}

.easypack-widget .fa-sleigh:before {
    content: "\F7CC"
}

.easypack-widget .fa-sliders-h:before {
    content: "\F1DE"
}

.easypack-widget .fa-slideshare:before {
    content: "\F1E7"
}

.easypack-widget .fa-smile:before {
    content: "\F118"
}

.easypack-widget .fa-smile-beam:before {
    content: "\F5B8"
}

.easypack-widget .fa-smile-wink:before {
    content: "\F4DA"
}

.easypack-widget .fa-smog:before {
    content: "\F75F"
}

.easypack-widget .fa-smoking:before {
    content: "\F48D"
}

.easypack-widget .fa-smoking-ban:before {
    content: "\F54D"
}

.easypack-widget .fa-sms:before {
    content: "\F7CD"
}

.easypack-widget .fa-snapchat:before {
    content: "\F2AB"
}

.easypack-widget .fa-snapchat-ghost:before {
    content: "\F2AC"
}

.easypack-widget .fa-snapchat-square:before {
    content: "\F2AD"
}

.easypack-widget .fa-snowboarding:before {
    content: "\F7CE"
}

.easypack-widget .fa-snowflake:before {
    content: "\F2DC"
}

.easypack-widget .fa-snowman:before {
    content: "\F7D0"
}

.easypack-widget .fa-snowplow:before {
    content: "\F7D2"
}

.easypack-widget .fa-soap:before {
    content: "\E06E"
}

.easypack-widget .fa-socks:before {
    content: "\F696"
}

.easypack-widget .fa-solar-panel:before {
    content: "\F5BA"
}

.easypack-widget .fa-sort:before {
    content: "\F0DC"
}

.easypack-widget .fa-sort-alpha-down:before {
    content: "\F15D"
}

.easypack-widget .fa-sort-alpha-down-alt:before {
    content: "\F881"
}

.easypack-widget .fa-sort-alpha-up:before {
    content: "\F15E"
}

.easypack-widget .fa-sort-alpha-up-alt:before {
    content: "\F882"
}

.easypack-widget .fa-sort-amount-down:before {
    content: "\F160"
}

.easypack-widget .fa-sort-amount-down-alt:before {
    content: "\F884"
}

.easypack-widget .fa-sort-amount-up:before {
    content: "\F161"
}

.easypack-widget .fa-sort-amount-up-alt:before {
    content: "\F885"
}

.easypack-widget .fa-sort-down:before {
    content: "\F0DD"
}

.easypack-widget .fa-sort-numeric-down:before {
    content: "\F162"
}

.easypack-widget .fa-sort-numeric-down-alt:before {
    content: "\F886"
}

.easypack-widget .fa-sort-numeric-up:before {
    content: "\F163"
}

.easypack-widget .fa-sort-numeric-up-alt:before {
    content: "\F887"
}

.easypack-widget .fa-sort-up:before {
    content: "\F0DE"
}

.easypack-widget .fa-soundcloud:before {
    content: "\F1BE"
}

.easypack-widget .fa-sourcetree:before {
    content: "\F7D3"
}

.easypack-widget .fa-spa:before {
    content: "\F5BB"
}

.easypack-widget .fa-space-shuttle:before {
    content: "\F197"
}

.easypack-widget .fa-speakap:before {
    content: "\F3F3"
}

.easypack-widget .fa-speaker-deck:before {
    content: "\F83C"
}

.easypack-widget .fa-spell-check:before {
    content: "\F891"
}

.easypack-widget .fa-spider:before {
    content: "\F717"
}

.easypack-widget .fa-spinner:before {
    content: "\F110"
}

.easypack-widget .fa-splotch:before {
    content: "\F5BC"
}

.easypack-widget .fa-spotify:before {
    content: "\F1BC"
}

.easypack-widget .fa-spray-can:before {
    content: "\F5BD"
}

.easypack-widget .fa-square:before {
    content: "\F0C8"
}

.easypack-widget .fa-square-full:before {
    content: "\F45C"
}

.easypack-widget .fa-square-root-alt:before {
    content: "\F698"
}

.easypack-widget .fa-squarespace:before {
    content: "\F5BE"
}

.easypack-widget .fa-stack-exchange:before {
    content: "\F18D"
}

.easypack-widget .fa-stack-overflow:before {
    content: "\F16C"
}

.easypack-widget .fa-stackpath:before {
    content: "\F842"
}

.easypack-widget .fa-stamp:before {
    content: "\F5BF"
}

.easypack-widget .fa-star:before {
    content: "\F005"
}

.easypack-widget .fa-star-and-crescent:before {
    content: "\F699"
}

.easypack-widget .fa-star-half:before {
    content: "\F089"
}

.easypack-widget .fa-star-half-alt:before {
    content: "\F5C0"
}

.easypack-widget .fa-star-of-david:before {
    content: "\F69A"
}

.easypack-widget .fa-star-of-life:before {
    content: "\F621"
}

.easypack-widget .fa-staylinked:before {
    content: "\F3F5"
}

.easypack-widget .fa-steam:before {
    content: "\F1B6"
}

.easypack-widget .fa-steam-square:before {
    content: "\F1B7"
}

.easypack-widget .fa-steam-symbol:before {
    content: "\F3F6"
}

.easypack-widget .fa-step-backward:before {
    content: "\F048"
}

.easypack-widget .fa-step-forward:before {
    content: "\F051"
}

.easypack-widget .fa-stethoscope:before {
    content: "\F0F1"
}

.easypack-widget .fa-sticker-mule:before {
    content: "\F3F7"
}

.easypack-widget .fa-sticky-note:before {
    content: "\F249"
}

.easypack-widget .fa-stop:before {
    content: "\F04D"
}

.easypack-widget .fa-stop-circle:before {
    content: "\F28D"
}

.easypack-widget .fa-stopwatch:before {
    content: "\F2F2"
}

.easypack-widget .fa-stopwatch-20:before {
    content: "\E06F"
}

.easypack-widget .fa-store:before {
    content: "\F54E"
}

.easypack-widget .fa-store-alt:before {
    content: "\F54F"
}

.easypack-widget .fa-store-alt-slash:before {
    content: "\E070"
}

.easypack-widget .fa-store-slash:before {
    content: "\E071"
}

.easypack-widget .fa-strava:before {
    content: "\F428"
}

.easypack-widget .fa-stream:before {
    content: "\F550"
}

.easypack-widget .fa-street-view:before {
    content: "\F21D"
}

.easypack-widget .fa-strikethrough:before {
    content: "\F0CC"
}

.easypack-widget .fa-stripe:before {
    content: "\F429"
}

.easypack-widget .fa-stripe-s:before {
    content: "\F42A"
}

.easypack-widget .fa-stroopwafel:before {
    content: "\F551"
}

.easypack-widget .fa-studiovinari:before {
    content: "\F3F8"
}

.easypack-widget .fa-stumbleupon:before {
    content: "\F1A4"
}

.easypack-widget .fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.easypack-widget .fa-subscript:before {
    content: "\F12C"
}

.easypack-widget .fa-subway:before {
    content: "\F239"
}

.easypack-widget .fa-suitcase:before {
    content: "\F0F2"
}

.easypack-widget .fa-suitcase-rolling:before {
    content: "\F5C1"
}

.easypack-widget .fa-sun:before {
    content: "\F185"
}

.easypack-widget .fa-superpowers:before {
    content: "\F2DD"
}

.easypack-widget .fa-superscript:before {
    content: "\F12B"
}

.easypack-widget .fa-supple:before {
    content: "\F3F9"
}

.easypack-widget .fa-surprise:before {
    content: "\F5C2"
}

.easypack-widget .fa-suse:before {
    content: "\F7D6"
}

.easypack-widget .fa-swatchbook:before {
    content: "\F5C3"
}

.easypack-widget .fa-swift:before {
    content: "\F8E1"
}

.easypack-widget .fa-swimmer:before {
    content: "\F5C4"
}

.easypack-widget .fa-swimming-pool:before {
    content: "\F5C5"
}

.easypack-widget .fa-symfony:before {
    content: "\F83D"
}

.easypack-widget .fa-synagogue:before {
    content: "\F69B"
}

.easypack-widget .fa-sync:before {
    content: "\F021"
}

.easypack-widget .fa-sync-alt:before {
    content: "\F2F1"
}

.easypack-widget .fa-syringe:before {
    content: "\F48E"
}

.easypack-widget .fa-table:before {
    content: "\F0CE"
}

.easypack-widget .fa-table-tennis:before {
    content: "\F45D"
}

.easypack-widget .fa-tablet:before {
    content: "\F10A"
}

.easypack-widget .fa-tablet-alt:before {
    content: "\F3FA"
}

.easypack-widget .fa-tablets:before {
    content: "\F490"
}

.easypack-widget .fa-tachometer-alt:before {
    content: "\F3FD"
}

.easypack-widget .fa-tag:before {
    content: "\F02B"
}

.easypack-widget .fa-tags:before {
    content: "\F02C"
}

.easypack-widget .fa-tape:before {
    content: "\F4DB"
}

.easypack-widget .fa-tasks:before {
    content: "\F0AE"
}

.easypack-widget .fa-taxi:before {
    content: "\F1BA"
}

.easypack-widget .fa-teamspeak:before {
    content: "\F4F9"
}

.easypack-widget .fa-teeth:before {
    content: "\F62E"
}

.easypack-widget .fa-teeth-open:before {
    content: "\F62F"
}

.easypack-widget .fa-telegram:before {
    content: "\F2C6"
}

.easypack-widget .fa-telegram-plane:before {
    content: "\F3FE"
}

.easypack-widget .fa-temperature-high:before {
    content: "\F769"
}

.easypack-widget .fa-temperature-low:before {
    content: "\F76B"
}

.easypack-widget .fa-tencent-weibo:before {
    content: "\F1D5"
}

.easypack-widget .fa-tenge:before {
    content: "\F7D7"
}

.easypack-widget .fa-terminal:before {
    content: "\F120"
}

.easypack-widget .fa-text-height:before {
    content: "\F034"
}

.easypack-widget .fa-text-width:before {
    content: "\F035"
}

.easypack-widget .fa-th:before {
    content: "\F00A"
}

.easypack-widget .fa-th-large:before {
    content: "\F009"
}

.easypack-widget .fa-th-list:before {
    content: "\F00B"
}

.easypack-widget .fa-the-red-yeti:before {
    content: "\F69D"
}

.easypack-widget .fa-theater-masks:before {
    content: "\F630"
}

.easypack-widget .fa-themeco:before {
    content: "\F5C6"
}

.easypack-widget .fa-themeisle:before {
    content: "\F2B2"
}

.easypack-widget .fa-thermometer:before {
    content: "\F491"
}

.easypack-widget .fa-thermometer-empty:before {
    content: "\F2CB"
}

.easypack-widget .fa-thermometer-full:before {
    content: "\F2C7"
}

.easypack-widget .fa-thermometer-half:before {
    content: "\F2C9"
}

.easypack-widget .fa-thermometer-quarter:before {
    content: "\F2CA"
}

.easypack-widget .fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.easypack-widget .fa-think-peaks:before {
    content: "\F731"
}

.easypack-widget .fa-thumbs-down:before {
    content: "\F165"
}

.easypack-widget .fa-thumbs-up:before {
    content: "\F164"
}

.easypack-widget .fa-thumbtack:before {
    content: "\F08D"
}

.easypack-widget .fa-ticket-alt:before {
    content: "\F3FF"
}

.easypack-widget .fa-tiktok:before {
    content: "\E07B"
}

.easypack-widget .fa-times:before {
    content: "\F00D"
}

.easypack-widget .fa-times-circle:before {
    content: "\F057"
}

.easypack-widget .fa-tint:before {
    content: "\F043"
}

.easypack-widget .fa-tint-slash:before {
    content: "\F5C7"
}

.easypack-widget .fa-tired:before {
    content: "\F5C8"
}

.easypack-widget .fa-toggle-off:before {
    content: "\F204"
}

.easypack-widget .fa-toggle-on:before {
    content: "\F205"
}

.easypack-widget .fa-toilet:before {
    content: "\F7D8"
}

.easypack-widget .fa-toilet-paper:before {
    content: "\F71E"
}

.easypack-widget .fa-toilet-paper-slash:before {
    content: "\E072"
}

.easypack-widget .fa-toolbox:before {
    content: "\F552"
}

.easypack-widget .fa-tools:before {
    content: "\F7D9"
}

.easypack-widget .fa-tooth:before {
    content: "\F5C9"
}

.easypack-widget .fa-torah:before {
    content: "\F6A0"
}

.easypack-widget .fa-torii-gate:before {
    content: "\F6A1"
}

.easypack-widget .fa-tractor:before {
    content: "\F722"
}

.easypack-widget .fa-trade-federation:before {
    content: "\F513"
}

.easypack-widget .fa-trademark:before {
    content: "\F25C"
}

.easypack-widget .fa-traffic-light:before {
    content: "\F637"
}

.easypack-widget .fa-trailer:before {
    content: "\E041"
}

.easypack-widget .fa-train:before {
    content: "\F238"
}

.easypack-widget .fa-tram:before {
    content: "\F7DA"
}

.easypack-widget .fa-transgender:before {
    content: "\F224"
}

.easypack-widget .fa-transgender-alt:before {
    content: "\F225"
}

.easypack-widget .fa-trash:before {
    content: "\F1F8"
}

.easypack-widget .fa-trash-alt:before {
    content: "\F2ED"
}

.easypack-widget .fa-trash-restore:before {
    content: "\F829"
}

.easypack-widget .fa-trash-restore-alt:before {
    content: "\F82A"
}

.easypack-widget .fa-tree:before {
    content: "\F1BB"
}

.easypack-widget .fa-trello:before {
    content: "\F181"
}

.easypack-widget .fa-tripadvisor:before {
    content: "\F262"
}

.easypack-widget .fa-trophy:before {
    content: "\F091"
}

.easypack-widget .fa-truck:before {
    content: "\F0D1"
}

.easypack-widget .fa-truck-loading:before {
    content: "\F4DE"
}

.easypack-widget .fa-truck-monster:before {
    content: "\F63B"
}

.easypack-widget .fa-truck-moving:before {
    content: "\F4DF"
}

.easypack-widget .fa-truck-pickup:before {
    content: "\F63C"
}

.easypack-widget .fa-tshirt:before {
    content: "\F553"
}

.easypack-widget .fa-tty:before {
    content: "\F1E4"
}

.easypack-widget .fa-tumblr:before {
    content: "\F173"
}

.easypack-widget .fa-tumblr-square:before {
    content: "\F174"
}

.easypack-widget .fa-tv:before {
    content: "\F26C"
}

.easypack-widget .fa-twitch:before {
    content: "\F1E8"
}

.easypack-widget .fa-twitter:before {
    content: "\F099"
}

.easypack-widget .fa-twitter-square:before {
    content: "\F081"
}

.easypack-widget .fa-typo3:before {
    content: "\F42B"
}

.easypack-widget .fa-uber:before {
    content: "\F402"
}

.easypack-widget .fa-ubuntu:before {
    content: "\F7DF"
}

.easypack-widget .fa-uikit:before {
    content: "\F403"
}

.easypack-widget .fa-umbraco:before {
    content: "\F8E8"
}

.easypack-widget .fa-umbrella:before {
    content: "\F0E9"
}

.easypack-widget .fa-umbrella-beach:before {
    content: "\F5CA"
}

.easypack-widget .fa-uncharted:before {
    content: "\E084"
}

.easypack-widget .fa-underline:before {
    content: "\F0CD"
}

.easypack-widget .fa-undo:before {
    content: "\F0E2"
}

.easypack-widget .fa-undo-alt:before {
    content: "\F2EA"
}

.easypack-widget .fa-uniregistry:before {
    content: "\F404"
}

.easypack-widget .fa-unity:before {
    content: "\E049"
}

.easypack-widget .fa-universal-access:before {
    content: "\F29A"
}

.easypack-widget .fa-university:before {
    content: "\F19C"
}

.easypack-widget .fa-unlink:before {
    content: "\F127"
}

.easypack-widget .fa-unlock:before {
    content: "\F09C"
}

.easypack-widget .fa-unlock-alt:before {
    content: "\F13E"
}

.easypack-widget .fa-unsplash:before {
    content: "\E07C"
}

.easypack-widget .fa-untappd:before {
    content: "\F405"
}

.easypack-widget .fa-upload:before {
    content: "\F093"
}

.easypack-widget .fa-ups:before {
    content: "\F7E0"
}

.easypack-widget .fa-usb:before {
    content: "\F287"
}

.easypack-widget .fa-user:before {
    content: "\F007"
}

.easypack-widget .fa-user-alt:before {
    content: "\F406"
}

.easypack-widget .fa-user-alt-slash:before {
    content: "\F4FA"
}

.easypack-widget .fa-user-astronaut:before {
    content: "\F4FB"
}

.easypack-widget .fa-user-check:before {
    content: "\F4FC"
}

.easypack-widget .fa-user-circle:before {
    content: "\F2BD"
}

.easypack-widget .fa-user-clock:before {
    content: "\F4FD"
}

.easypack-widget .fa-user-cog:before {
    content: "\F4FE"
}

.easypack-widget .fa-user-edit:before {
    content: "\F4FF"
}

.easypack-widget .fa-user-friends:before {
    content: "\F500"
}

.easypack-widget .fa-user-graduate:before {
    content: "\F501"
}

.easypack-widget .fa-user-injured:before {
    content: "\F728"
}

.easypack-widget .fa-user-lock:before {
    content: "\F502"
}

.easypack-widget .fa-user-md:before {
    content: "\F0F0"
}

.easypack-widget .fa-user-minus:before {
    content: "\F503"
}

.easypack-widget .fa-user-ninja:before {
    content: "\F504"
}

.easypack-widget .fa-user-nurse:before {
    content: "\F82F"
}

.easypack-widget .fa-user-plus:before {
    content: "\F234"
}

.easypack-widget .fa-user-secret:before {
    content: "\F21B"
}

.easypack-widget .fa-user-shield:before {
    content: "\F505"
}

.easypack-widget .fa-user-slash:before {
    content: "\F506"
}

.easypack-widget .fa-user-tag:before {
    content: "\F507"
}

.easypack-widget .fa-user-tie:before {
    content: "\F508"
}

.easypack-widget .fa-user-times:before {
    content: "\F235"
}

.easypack-widget .fa-users:before {
    content: "\F0C0"
}

.easypack-widget .fa-users-cog:before {
    content: "\F509"
}

.easypack-widget .fa-users-slash:before {
    content: "\E073"
}

.easypack-widget .fa-usps:before {
    content: "\F7E1"
}

.easypack-widget .fa-ussunnah:before {
    content: "\F407"
}

.easypack-widget .fa-utensil-spoon:before {
    content: "\F2E5"
}

.easypack-widget .fa-utensils:before {
    content: "\F2E7"
}

.easypack-widget .fa-vaadin:before {
    content: "\F408"
}

.easypack-widget .fa-vector-square:before {
    content: "\F5CB"
}

.easypack-widget .fa-venus:before {
    content: "\F221"
}

.easypack-widget .fa-venus-double:before {
    content: "\F226"
}

.easypack-widget .fa-venus-mars:before {
    content: "\F228"
}

.easypack-widget .fa-vest:before {
    content: "\E085"
}

.easypack-widget .fa-vest-patches:before {
    content: "\E086"
}

.easypack-widget .fa-viacoin:before {
    content: "\F237"
}

.easypack-widget .fa-viadeo:before {
    content: "\F2A9"
}

.easypack-widget .fa-viadeo-square:before {
    content: "\F2AA"
}

.easypack-widget .fa-vial:before {
    content: "\F492"
}

.easypack-widget .fa-vials:before {
    content: "\F493"
}

.easypack-widget .fa-viber:before {
    content: "\F409"
}

.easypack-widget .fa-video:before {
    content: "\F03D"
}

.easypack-widget .fa-video-slash:before {
    content: "\F4E2"
}

.easypack-widget .fa-vihara:before {
    content: "\F6A7"
}

.easypack-widget .fa-vimeo:before {
    content: "\F40A"
}

.easypack-widget .fa-vimeo-square:before {
    content: "\F194"
}

.easypack-widget .fa-vimeo-v:before {
    content: "\F27D"
}

.easypack-widget .fa-vine:before {
    content: "\F1CA"
}

.easypack-widget .fa-virus:before {
    content: "\E074"
}

.easypack-widget .fa-virus-slash:before {
    content: "\E075"
}

.easypack-widget .fa-viruses:before {
    content: "\E076"
}

.easypack-widget .fa-vk:before {
    content: "\F189"
}

.easypack-widget .fa-vnv:before {
    content: "\F40B"
}

.easypack-widget .fa-voicemail:before {
    content: "\F897"
}

.easypack-widget .fa-volleyball-ball:before {
    content: "\F45F"
}

.easypack-widget .fa-volume-down:before {
    content: "\F027"
}

.easypack-widget .fa-volume-mute:before {
    content: "\F6A9"
}

.easypack-widget .fa-volume-off:before {
    content: "\F026"
}

.easypack-widget .fa-volume-up:before {
    content: "\F028"
}

.easypack-widget .fa-vote-yea:before {
    content: "\F772"
}

.easypack-widget .fa-vr-cardboard:before {
    content: "\F729"
}

.easypack-widget .fa-vuejs:before {
    content: "\F41F"
}

.easypack-widget .fa-walking:before {
    content: "\F554"
}

.easypack-widget .fa-wallet:before {
    content: "\F555"
}

.easypack-widget .fa-warehouse:before {
    content: "\F494"
}

.easypack-widget .fa-watchman-monitoring:before {
    content: "\E087"
}

.easypack-widget .fa-water:before {
    content: "\F773"
}

.easypack-widget .fa-wave-square:before {
    content: "\F83E"
}

.easypack-widget .fa-waze:before {
    content: "\F83F"
}

.easypack-widget .fa-weebly:before {
    content: "\F5CC"
}

.easypack-widget .fa-weibo:before {
    content: "\F18A"
}

.easypack-widget .fa-weight:before {
    content: "\F496"
}

.easypack-widget .fa-weight-hanging:before {
    content: "\F5CD"
}

.easypack-widget .fa-weixin:before {
    content: "\F1D7"
}

.easypack-widget .fa-whatsapp:before {
    content: "\F232"
}

.easypack-widget .fa-whatsapp-square:before {
    content: "\F40C"
}

.easypack-widget .fa-wheelchair:before {
    content: "\F193"
}

.easypack-widget .fa-whmcs:before {
    content: "\F40D"
}

.easypack-widget .fa-wifi:before {
    content: "\F1EB"
}

.easypack-widget .fa-wikipedia-w:before {
    content: "\F266"
}

.easypack-widget .fa-wind:before {
    content: "\F72E"
}

.easypack-widget .fa-window-close:before {
    content: "\F410"
}

.easypack-widget .fa-window-maximize:before {
    content: "\F2D0"
}

.easypack-widget .fa-window-minimize:before {
    content: "\F2D1"
}

.easypack-widget .fa-window-restore:before {
    content: "\F2D2"
}

.easypack-widget .fa-windows:before {
    content: "\F17A"
}

.easypack-widget .fa-wine-bottle:before {
    content: "\F72F"
}

.easypack-widget .fa-wine-glass:before {
    content: "\F4E3"
}

.easypack-widget .fa-wine-glass-alt:before {
    content: "\F5CE"
}

.easypack-widget .fa-wix:before {
    content: "\F5CF"
}

.easypack-widget .fa-wizards-of-the-coast:before {
    content: "\F730"
}

.easypack-widget .fa-wodu:before {
    content: "\E088"
}

.easypack-widget .fa-wolf-pack-battalion:before {
    content: "\F514"
}

.easypack-widget .fa-won-sign:before {
    content: "\F159"
}

.easypack-widget .fa-wordpress:before {
    content: "\F19A"
}

.easypack-widget .fa-wordpress-simple:before {
    content: "\F411"
}

.easypack-widget .fa-wpbeginner:before {
    content: "\F297"
}

.easypack-widget .fa-wpexplorer:before {
    content: "\F2DE"
}

.easypack-widget .fa-wpforms:before {
    content: "\F298"
}

.easypack-widget .fa-wpressr:before {
    content: "\F3E4"
}

.easypack-widget .fa-wrench:before {
    content: "\F0AD"
}

.easypack-widget .fa-x-ray:before {
    content: "\F497"
}

.easypack-widget .fa-xbox:before {
    content: "\F412"
}

.easypack-widget .fa-xing:before {
    content: "\F168"
}

.easypack-widget .fa-xing-square:before {
    content: "\F169"
}

.easypack-widget .fa-y-combinator:before {
    content: "\F23B"
}

.easypack-widget .fa-yahoo:before {
    content: "\F19E"
}

.easypack-widget .fa-yammer:before {
    content: "\F840"
}

.easypack-widget .fa-yandex:before {
    content: "\F413"
}

.easypack-widget .fa-yandex-international:before {
    content: "\F414"
}

.easypack-widget .fa-yarn:before {
    content: "\F7E3"
}

.easypack-widget .fa-yelp:before {
    content: "\F1E9"
}

.easypack-widget .fa-yen-sign:before {
    content: "\F157"
}

.easypack-widget .fa-yin-yang:before {
    content: "\F6AD"
}

.easypack-widget .fa-yoast:before {
    content: "\F2B1"
}

.easypack-widget .fa-youtube:before {
    content: "\F167"
}

.easypack-widget .fa-youtube-square:before {
    content: "\F431"
}

.easypack-widget .fa-zhihu:before {
    content: "\F63F"
}

.easypack-widget .sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.easypack-widget .sr-only-focusable:active,.easypack-widget .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.easypack-widget .far {
    font-family: Font Awesome\ 5 Free;
    font-weight: 400
}

.easypack-widget .fa,.easypack-widget .fas {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/fonts/0232fe8b09de812c88e6cc27f57a3a88.eot);
    src: url(/fonts/0232fe8b09de812c88e6cc27f57a3a88.eot?#iefix) format("embedded-opentype"),url(/fonts/847712aaabbeba674afdda86d31cab17.woff2) format("woff2"),url(/fonts/3cace4a04d941b5981ba32c6ce9afae1.woff) format("woff"),url(/fonts/398be22b2308585b84da8e858e2d7b60.ttf) format("truetype"),url(/fonts/d0fdc7c20b0b0b1aaf27327547735fa3.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/fonts/00bb62bc33034479d5e82a0fd1c5efe3.eot);
    src: url(/fonts/00bb62bc33034479d5e82a0fd1c5efe3.eot?#iefix) format("embedded-opentype"),url(/fonts/9ae050d1876ac1763eb6afe4264e6d5a.woff2) format("woff2"),url(/fonts/4bfbf7eb4b19d9ff9293eb177b6d0070.woff) format("woff"),url(/fonts/260d033f79f75d670fd09d8cf7c8bf8d.ttf) format("truetype"),url(/fonts/2306f642b31b774ba1d8b6b784539e19.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Open Sans;
    font-weight: 400;
    src: url(/fonts/3eb5459d91a5743e0deaf2c7d7896b08.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(/fonts/c641dbee1d75892e4d88bdc31560c91b.ttf) format("truetype")
}

@font-face {
    font-family: Open Sans;
    font-weight: 600;
    src: url(/fonts/af0b2118d34dcaf6e671ee67cf4d5be2.ttf) format("truetype")
}

.empty_list {
    font-weight: 700;
    padding: 20px 5px
}

.d-none {
    display: none
}


.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .content {
    padding: 25px 15px;
    text-align: center;
}

.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a {
    flex-direction: column;
}

.infoBox > img {position: absolute !important;right: 0;}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links a {
    display: block;
    border: 1px solid #ffcc02;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background-position: 5px 4px !important;
    background-size: 15px !important;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links a.details-link {
    margin-top: 5px;
    background-position: 5px 6px !important;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links .select-link {
    background-color: #ffcc02 !important;
    color: #000 !important;
    font-weight: bold;
    background-size: 20px !important;
}

.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links {
    padding-top: 11px;
}

.easypack-widget .btn-search {
    min-height: 40px;
    min-width: 40px;
}