.mapsvg {
    height: 100px;
    position: relative;
    overflow: hidden
}

.mapsvg *, .mapsvg-wrap * {
    outline: 0 !important;
    touch-action: manipulation;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.mapsvg-details-container, .mapsvg-popover {
    outline: 0 !important;
    touch-action: manipulation;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.mapsvg.mapsvg-responsive {
    width: 100%;
    height: auto
}

.mapsvg.mapsvg-cursor-pointer .mapsvg-region {
    cursor: pointer
}

.mapsvg.mapsvg-disabled-regions .mapsvg-region {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    pointer-events: none;
    cursor: default
}

.mapsvg-disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    pointer-events: none;
    cursor: default
}

.mapsvg text, .mapsvg tspan {
    pointer-events: none
}

.mapsvg svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: none !important;
    max-height: none !important;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.mapsvg.no-transitions *, .no-transitions {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.mapsvg-popover {
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s
}

.mapsvg-marker {
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s
}

.no-transitions-markers .mapsvg-marker, .no-transitions-markers .mapsvg-marker-cluster {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.mapsvg-scrollpane {
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mapsvg-with-google-map.mapsvg-google-map-loading .mapsvg-scrollpane, .mapsvg-with-google-map.mapsvg-google-map-loading svg {
    opacity: 0
}

.mapsvg-google-map-loading.mapsvg-fade-in .mapsvg-scrollpane, .mapsvg-google-map-loading.mapsvg-fade-in svg {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out !important;
    -moz-transition: opacity .3s ease-out !important;
    -ms-transition: opacity .3s ease-out !important;
    -o-transition: opacity .3s ease-out !important;
    transition: opacity .3s ease-out !important
}

.mapsvg-with-google-map .mapsvg-marker, .mapsvg-with-google-map .mapsvg-marker-cluster, .mapsvg-with-google-map .mapsvg-popover, .mapsvg-with-google-map .mapsvg-scrollpane, .mapsvg-with-google-map svg {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-animation: none !important
}

.mapsvg-with-google-map.scrolling * {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*!* These doesn't affect anything, but, just in case. *!*/
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.mapsvg.scrolling .mapsvg-scrollpane {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.mapsvg.mapsvg-scrollable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.mapsvg.scrolling {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.mapsvg-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px !important;
    z-index: 1;
    padding: 7px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #ccc;
    background: #f5f5f2;
    color: #999;
    font-family: Helvetica, sans-serif
}

.mapsvg-buttons {
    position: absolute;
    margin: 10px;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapsvg-buttons.right {
    right: 0
}

.mapsvg-buttons.left {
    left: 0
}

.mapsvg-btn, .mapsvg-btn-map {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    padding: 0
}

.mapsvg-btn-map {
    box-shadow: 0 0 5px #999;
    overflow: hidden
}

.mapsvg-btn-location {
    text-align: center;
    vertical-align: middle
}

.mapsvg-btn-location svg {
    width: 12px;
    opacity: .7;
    pointer-events: none;
    display: block;
    margin: 0 auto;
    margin-top: 50%;
    transform: translateY(-50%)
}

.mapsvg-btn-zoom-reset {
    text-align: center;
    vertical-align: middle
}

.mapsvg-btn-zoom-reset svg {
    width: 12px;
    opacity: .7;
    pointer-events: none;
    display: block;
    margin: 0 auto;
    margin-top: 50%;
    transform: translateY(-50%)
}

.mapsvg-btn-group {
    margin-bottom: 10px;
    box-shadow: 0 0 5px #999
}

.mapsvg-btn-group>.mapsvg-btn-map {
    box-shadow: none
}

.mapsvg-btn-map:hover, .mapsvg-btn:hover {
    background-color: #f2f2f2
}

.mapsvg-btn-map.mapsvg-in {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid #ddd
}

.mapsvg-btn-map.mapsvg-out {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.mapsvg-btn-back:before {
    content: '&lsaquo;';
    display: block;
    position: absolute;
    color: #999;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 14px;
    pointer-events: none
}

.mapsvg-btn-map.mapsvg-in:before, .mapsvg-btn-map.mapsvg-out:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 6px;
    background-color: #999;
    height: 1px;
    width: 12px;
    pointer-events: none
}

.mapsvg-btn-map.mapsvg-in:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 11px;
    background-color: #999;
    height: 12px;
    width: 1px;
    pointer-events: none
}

.mapsvg-tooltip {
    font-weight: 400;
    font-size: 12px;
    font-family: Helvetica, Arial;
    color: #000;
    position: absolute;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 999999;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 4px 7px;
    max-width: 600px;
    opacity: 0;
    -webkit-transition: opacity .16s ease-out;
    -moz-transition: opacity .16s ease-out;
    -ms-transition: opacity .16s ease-out;
    -o-transition: opacity .16s ease-out;
    transition: opacity .16s ease-out;
    pointer-events: none;
    text-align: left
}

.mapsvg-tooltip.mapsvg-tooltip-visible {
    opacity: 1
}

.mapsvg-tooltip.mapsvg-tt-top {
    transform: translate(-50%, -100%) translateY(-10px)
}

.mapsvg-tooltip.mapsvg-tt-left {
    transform: translate(-100%, -50%) translateX(-10px)
}

.mapsvg-tooltip.mapsvg-tt-bottom {
    transform: translate(-50%, 25px)
}

.mapsvg-tooltip.mapsvg-tt-right {
    transform: translate(15px, -50%)
}

.mapsvg-tooltip.mapsvg-tt-top-left {
    transform: translate(-100%, -100%) translate(10px, -10px)
}

.mapsvg-tooltip.mapsvg-tt-top-right {
    transform: translateY(-100%) translateY(-10px)
}

.mapsvg-tooltip.mapsvg-tt-bottom-left {
    transform: translate(-100%, 25px) translateX(10px)
}

.mapsvg-tooltip.mapsvg-tt-bottom-right {
    transform: translateY(25px)
}

.mapsvg-popover-close {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    z-index: 1200
}

.mapsvg-popover .nano>.nano-content {
    overflow-x: auto !important
}

.mapsvg-popover img {
    max-width: 100%
}

.mapsvg-popover-close {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform: scale(.25);
    -webkit-transform: scale(.25)
}

.mapsvg-auto-height {
    position: relative
}

.mapsvg-popover-close:hover::after, .mapsvg-popover-close:hover::before {
    background: #666
}

.mapsvg-popover-close::after, .mapsvg-popover-close::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000
}

@-moz-document url-prefix() {
    .mapsvg-popover-close::after, .mapsvg-popover-close::before {
        height: 3px
    }
}

.mapsvg-popover-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mapsvg-popover-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mapsvg-popover-close.big {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3)
}

.mapsvg-popover-close.hairline::after, .mapsvg-popover-close.hairline::before {
    height: 2px
}

.mapsvg-popover-close.thick::after, .mapsvg-popover-close.thick::before {
    height: 4px;
    margin-top: -2px
}

.mapsvg-popover-close.black::after, .mapsvg-popover-close.black::before {
    height: 8px;
    margin-top: -4px
}

.mapsvg-popover-close.heavy::after, .mapsvg-popover-close.heavy::before {
    height: 12px;
    margin-top: -6px
}

.mapsvg-popover-close.pointy::Before, .mapsvg-popover-close.pointy::after {
    width: 200%;
    left: -50%
}

.mapsvg-popover-close.rounded::after, .mapsvg-popover-close.rounded::before {
    border-radius: 5px
}

.mapsvg-popover-close.blades::after, .mapsvg-popover-close.blades::before {
    border-radius: 5px 0
}

.mapsvg-popover-close.warp::after, .mapsvg-popover-close.warp::before {
    border-radius: 120% 0
}

.mapsvg-popover-close.fat::after, .mapsvg-popover-close.fat::before {
    border-radius: 100%
}

.mapsvg-popover .mapsvg-popover-content {
    overflow-y: auto
}

.mapsvg-popover {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: 0 4px 15px 1px rgba(0, 0, 0, .5);
    color: #000;
    display: none;
    font-size: 12px;
    font-family: Helvetica, sans-serif;
    position: absolute;
    width: 250px;
    min-width: 100px;
    max-width: 100%;
    max-height: 300px;
    min-height: 55px;
    bottom: 100%;
    margin-bottom: 6px;
    transform: translate(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2
}

.mapsvg-auto-height {
    position: relative
}

.mapsvg-popover .mapsvg-controller-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mapsvg-popover .mapsvg-controller-view-toolbar+.mapsvg-controller-view-wrap .mapsvg-controller-view-content {
    padding-top: 0
}

.mapsvg-popover .mapsvg-controller-view-toolbar {
    height: 20px
}

.mapsvg-popover .mapsvg-popover-content {
    overflow-y: auto
}

.mapsvg-popover:before {
    border-top: 7px solid rgba(255, 255, 255, 1);
    border-top-color: inherit;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -7px;
    position: absolute
}

.mapsvg-popover.mapsvg-popover-visible {
    display: block
}

.mapsvg-popover.mapsvg-popover-animate {
    -webkit-animation: fade-in .2s linear 1;
    -moz-animation: fade-in .2s linear 1;
    -ms-animation: fade-in .2s linear 1
}

.mapsvg-gauge {
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 50%;
    min-width: 10%;
    font-size: 11px !important;
    line-height: 15px !important;
    color: #666;
    padding: 0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5)
}

.mapsvg-gauge table {
    width: auto;
    margin: 0;
    border: 0;
    padding: 0
}

.mapsvg-gauge .mapsvg-gauge-gradient {
    min-width: 100px
}

.mapsvg-gauge table tr {
    border: 0 !important
}

.mapsvg-gauge table td {
    padding: 2px 7px;
    border: 0 !important
}

.mapsvg-wrap-all {
    text-align: left
}

.mapsvg-wrap {
    display: flex;
    flex-flow: row
}

.mapsvg-top-container {
    position: relative
}

.mapsvg-sidebar {
    flex-basis: 250px
}

.mapsvg-filters-reset-container {
    flex-grow: 0 !important;
    display: flex
}

.mapsvg-filters-reset-container button {
    align-self: flex-end
}

.mapsvg-filters-wrap {
    height: 100%
}

.mapsvg-filters-wrap .mapsvg-controller-view-content {
    padding: 0
}

.mapsvg-details-container.mapsvg-filters-wrap .mapsvg-controller-view-content {
    padding: 10px 10px 80px 10px
}

.mapsvg-details-container .mapsvg-form-builder {
    padding: 0 !important
}

.mapsvg-sidebar.mapsvg-sidebar-left .mapsvg-form-builder {
    padding-right: 10px
}

.mapsvg-sidebar.mapsvg-sidebar-right .mapsvg-form-builder {
    padding-left: 10px
}

.mapsvg-header .mapsvg-form-builder {
    padding-bottom: 10px
}

.mapsvg-footer .mapsvg-form-builder {
    padding-top: 10px
}

.mapsvg-directory-search-wrap .mapsvg-form-builder {
    padding: 10px
}

.mapsvg-footer .mapsvg-filters-wrap, .mapsvg-header .mapsvg-filters-wrap, .mapsvg-sidebar .mapsvg-filters-wrap {
    width: 100%
}

.mapsvg-header .mapsvg-data-form-view {
    max-width: 100%
}

.mapsvg-wrap {
    position: relative;
    box-sizing: border-box;
    max-width: 100% !important;
    margin: 0 !important
}

.mapsvg-directory.flex {
    display: flex;
    flex-flow: column;
    max-height: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden
}

.mapsvg-controller-view {
    position: relative;
    height: 100%;
    pointer-events: auto
}

.mapsvg-controller-view-wrap.nano {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.mapsvg-controller-view-content {
    padding: 15px;
    box-sizing: border-box
}

.mapsvg-mobile-buttons {
    height: 50px;
    background-color: #eee;
    position: relative;
    display: none
}

.mapsvg-button-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    bottom: 0;
    line-height: 50px;
    cursor: pointer;
    color: #222;
    text-align: center;
    border: 1px solid #ddd
}

.mapsvg-button-map {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    bottom: 0;
    line-height: 50px;
    cursor: pointer;
    color: #444;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-right: 0
}

.mapsvg-button-map:hover, .mapsvg-button-menu:hover {
    background-color: #e2e2e2
}

.mapsvg-button-map.active, .mapsvg-button-menu.active {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff
}

.mapsvg-directory-search-wrap-margin {
    position: relative;
    height: 34px
}

.mapsvg-address-search {
    height: 34px !important;
    width: 100% !important
}

.mapsvg-filters-wrap, .mapsvg-filters-wrap input, .select2-results {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important
}

.select2-search, .select2-selection__choice {
    margin-bottom: 0
}

.mapsvg-filters-wrap input[type=text], .select2-search__field {
    height: 34px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    border-radius: 4px !important;
    padding: 0 10px !important;
    outline: 0 !important
}

.select2-selection--multiple .select2-search__field {
    height: auto !important;
    padding: 0 !important;
    border: 0 !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important
}

.mapsvg-filters-wrap .form-group {
    margin-bottom: 15px
}

.mapsvg-filters-wrap .form-group:last-child {
    margin-bottom: 0
}

#mapsvg-admin-content-filters-structure .mapsvg-data-preview .mapsvg-filter-label, .mapsvg-filters-wrap .mapsvg-filter-label {
    text-transform: uppercase;
    font-weight: 400;
    color: #aaa;
    margin: 0 0 4px 0;
    display: block;
    line-height: 12px;
    text-align: left
}

.mapsvg-directory .mapsvg-filters-wrap label {
    margin-top: 10px
}

.mapsvg-filters-wrap .form-group:first-child label {
    margin-top: 0
}

.mapsvg-filters-wrap .select2-container .select2-selection--single {
    height: 34px;
    border-color: #ccc
}

.mapsvg-filters-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px
}

.mapsvg-filters-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px
}

.mapsvg-filters-wrap .mapsvg-show-filters {
    text-align: center;
    flex-direction: column-reverse;
    display: flex
}

.mapsvg-footer .mapsvg-filters-wrap .mapsvg-data-form-view, .mapsvg-header .mapsvg-filters-wrap .mapsvg-data-form-view {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap
}

.mapsvg-footer .mapsvg-form-builder, .mapsvg-header .mapsvg-form-builder {
    margin: -5px
}

.mapsvg-footer .mapsvg-filters-wrap .mapsvg-data-form-view>.form-group, .mapsvg-header .mapsvg-filters-wrap .mapsvg-data-form-view>.form-group {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 5px
}

.mapsvg-footer .mapsvg-show-filters, .mapsvg-header .mapsvg-show-filters {
    flex-grow: 0 !important
}

#mapsvg-admin-content-filters-structure .mapsvg-data-preview [class*=" col-"], #mapsvg-admin-content-filters-structure .mapsvg-data-preview [class^=col-], .mapsvg-filters-wrap [class*=" col-"], .mapsvg-filters-wrap [class^=col-] {
    float: none;
    width: auto;
    padding: 0
}

.mapsvg-details-container {
    background-color: rgba(255, 255, 255, .9)
}

.mapsvg-details-container.mapsvg-filters-wrap .mapsvg-data-form-view {
    background-color: transparent
}

.mapsvg-footer .mapsvg-distance-fields, .mapsvg-header .mapsvg-distance-fields {
    display: flex;
    flex-direction: row
}

.mapsvg-footer .mapsvg-distance-fields>div:first-child, .mapsvg-header .mapsvg-distance-fields>div:first-child {
    flex-grow: 2;
    margin-right: 5px
}

.mapsvg-distance-fields>.mapsvg-distance-field-2 {
    margin-top: 5px
}

.mapsvg-distance-fields.search-by-zip .tt-menu {
    display: none !important
}

.mapsvg-footer .mapsvg-distance-fields>.mapsvg-distance-field-2, .mapsvg-header .mapsvg-distance-fields>.mapsvg-distance-field-2 {
    margin-top: 0
}

.mapsvg-map-container {
    flex-grow: 1;
    position: relative
}

.mapsvg-btn, .mapsvg-wrap-all .btn {
    border: 1px solid #ccc;
    color: #333;
    background-color: #fff;
    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-radius: 4px;
    width: auto;
    height: auto
}

.mapsvg-btn:hover, .mapsvg-wrap-all .btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    text-decoration: none
}

.mapsvg-btn:active, .mapsvg-wrap-all .btn:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.mapsvg-directory-search {
    height: 34px;
    border: 1px solid #ccc;
    padding: 3px 15px 3px 15px;
    font-weight: 400;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important
}

.mapsvg-directory-search {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    box-sizing: border-box
}

.mapsvg-filter-btn-ok {
    display: none
}

.mapsvg-details-container:after, .mapsvg-directory-list-wrap:after {
    content: " ";
    height: 100%;
    position: absolute;
    right: -15px;
    width: 15px;
    top: 0
}

.mapsvg-directory-search:active, .mapsvg-directory-search:focus {
    border: 1px solid #eee !important
}

.mapsvg-directory-search:active, .mapsvg-directory-search:focus {
    outline: 0 !important;
    -webkit-appearance: none !important;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.mapsvg-directory-list-wrap {
    border-right: 1px solid #e5e5e5;
    max-height: 100%;
    flex: 1 0;
    z-index: 1;
    background: #fafafa;
    position: relative;
    height: 48px
}

.mapsvg-directory-list {
    overflow-y: scroll;
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.mapsvg-directory-item {
    display: block;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    color: #444
}

.mapsvg-category-item {
    padding: 10px;
    color: #444;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    border-bottom: 1px solid #eee;
    user-select: none
}

.mapsvg-category-label {
    font-weight: 700
}

.mapsvg-category-block {
    border-bottom: 1px solid #eee;
    transition: max-height .2s ease-out;
    max-height: 0;
    overflow: hidden
}

.mapsvg-category-block:last-child {
    border-bottom: none
}

.mapsvg-category-block .mapsvg-directory-item {
    padding-left: 20px
}

.mapsvg-category-block.active {
    display: block;
    max-height: 100%
}

.mapsvg-category-item:hover {
    cursor: pointer
}

.mapsvg-category-item:hover, .mapsvg-directory-item:hover {
    background: rgba(0, 0, 0, .05)
}

.mapsvg-category-item.hover, .mapsvg-directory-item.hover {
    background: rgba(0, 0, 0, .05)
}

.mapsvg-category-item.selected, .mapsvg-directory-item.selected {
    background: rgba(0, 0, 0, .1)
}

.mapsvg-category-item:after, .mapsvg-directory-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.mapsvg-wrap .mapsvg {
    flex: 1 0;
    min-width: 0
}

.mapsvg-directory {
    min-width: 0;
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased
}

.mapsvg-directory.mapsvg-directory-overlapping .mapsvg-details-container {
    box-shadow: none
}

.mapsvg-directory ul {
    margin: 0
}

.mapsvg-directory li {
    list-style: none
}

.mapsvg-directory-filter-wrap:empty {
    display: none
}

.mapsvg-filter-tags {
    padding: 10px
}

.mapsvg>.mapsvg-filter-tags {
    position: absolute
}

.mapsvg-filter-tags:empty {
    display: none
}

.mapsvg-footer .mapsvg-filter-tags, .mapsvg-header .mapsvg-filter-tags {
    padding: 0 0 10px 0
}

.mapsvg-filter-tag {
    background: #ddd;
    color: #666;
    display: inline-block;
    padding: 0 8px;
    line-height: 27px;
    border-radius: 5px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapsvg-filter-delete {
    display: inline-block;
    color: #444;
    font-size: 16px;
    padding-left: 3px
}

.mapsvg-filter-delete:hover {
    color: #999;
    cursor: pointer
}

.mapsvg-directory-search-wrap {
    box-sizing: border-box;
    position: relative
}

.mapsvg-directory-filter-wrap.filter-wrap .mapsvg-directory-filter-wrap {
    padding: 0
}

.mapsvg-details-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    max-height: 100%;
    z-index: 3
}

.mapsvg-details-container.mapsvg-details-container-relative {
    position: relative
}

.mapsvg-details-container .mapsvg-controller-view-content {
    padding-top: 0
}

.mapsvg-details-container.near {
    z-index: 3;
    pointer-events: none
}

.mapsvg-details-container.near .mapsvg-controller-view {
    background-color: rgba(255, 255, 255, .85)
}

.mapsvg-details-container.top {
    z-index: 3;
    pointer-events: none
}

.mapsvg-details-container:empty {
    display: none
}

.over .mapsvg-details-container {
    opacity: 0
}

.mapsvg-details-container.mapsvg-over {
    left: 0;
    width: 100%;
    z-index: 2
}

.mapsvg-details-container.mapsvg-over:after {
    box-shadow: none !important
}

.mapsvg-details-container.mapsvg-near {
    width: 100%;
    z-index: -1
}

.mapsvg-controller-view-toolbar {
    box-sizing: border-box
}

.mapsvg-controller-view-toolbar:empty {
    display: none
}

.mapsvg-controller-view-toolbar:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.mapsvg-details-container .mapsvg-controller-view-toolbar {
    height: 28px;
    padding: 0
}

.mapsvg-details-close {
    transform: scale(.4)
}

.mapsvg-details-container.mapsvg-details-container-custom .mapsvg-details-close {
    disaplay: none
}

.mapsvg-details-back {
    left: 0;
    right: auto;
    cursor: pointer;
    background: url(../img/left.png);
    background-size: cover;
    width: 25px;
    height: 25px
}

.mapsvg-mobile-modal-close {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    outline: 0;
    background: #2196f3;
    color: #fff;
    font-weight: 700;
    border: 1px solid #ccc;
    border-radius: 21px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px
}

.mapsvg-marker {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: none !important
}

.mapsvg-marker-hidden {
    display: none;
    pointer-events: none
}

.mapsvg-marker-edit-mode .mapsvg-marker {
    opacity: 1
}

.mapsvg-marker-edit-mode .mapsvg-marker-cluster {
    display: none
}

.mapsvg-marker-visible {
    display: block !important
}

.mapsvg-object-clusterized {
    display: none
}

.mapsvg-marker-cluster {
    -webkit-transition: transform .4s;
    -moz-transition: transform .4s;
    -ms-transition: transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s
}

.mapsvg-marker-cluster {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    line-height: 20px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 143, 247, 1);
    border: 5px solid rgba(0, 143, 247, .55);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    font-family: Helvetica, Arial;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-sizing: border-box
}

.mapsvg-marker-cluster:hover {
    background: #80b4ff;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.mapsvg-layers-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%
}

.mapsvg-layer-gm {
    pointer-events: none
}

.mapsvg-layer-gm img {
    opacity: 1;
    max-width: none
}

.mapsvg-pagination .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    display: none
}

.mapsvg-with-pagination .mapsvg-pagination .pager {
    display: block
}

.mapsvg-pagination .pager li {
    display: inline-block;
    margin: 0 2px
}

.mapsvg-pagination .pager li>a, .mapsvg-pagination .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    line-height: 1.5;
    font-family: Helvetica;
    box-shadow: none;
    text-decoration: none;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.mapsvg-pagination .pager li>a:focus, .mapsvg-pagination .pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.mapsvg-pagination .pager .next>a, .mapsvg-pagination .pager .next>span {
    float: right
}

.mapsvg-pagination .pager .previous>a, .mapsvg-pagination .pager .previous>span {
    float: left
}

.mapsvg-pagination .pager .disabled>a, .mapsvg-pagination .pager .disabled>a:focus, .mapsvg-pagination .pager .disabled>a:hover, .mapsvg-pagination .pager .disabled>span {
    color: #ccc;
    cursor: not-allowed;
    background-color: #fff
}

.mapsvg-pagination li.disabled {
    pointer-events: none
}

.mapsvg>.mapsvg-pagination {
    position: absolute;
    bottom: 10px;
    left: 7px
}

.mapsvg>.mapsvg-pagination ul {
    margin: 0
}

.mapsvg-filter-label:empty {
    display: none
}

#mapsvg-admin .mapsvg-filter-label:empty {
    display: block !important
}

.mapsvg-layers-control {
    max-width: 200px;
    position: absolute;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    height: 100%;
    pointer-events: none
}

.mapsvg-layers-control.closed {
    pointer-events: none
}

.mapsvg-layers-control.closed .mapsvg-layers-label {
    pointer-events: all
}

.mapsvg-layers-control.mapsvg-top-left {
    top: 0;
    left: 0
}

.mapsvg-layers-control.mapsvg-top-left {
    top: 0;
    left: 0
}

.mapsvg-layers-control.mapsvg-top-right {
    top: 0;
    right: 0
}

.mapsvg-layers-control.mapsvg-bottom-right {
    bottom: 0;
    right: 0
}

.mapsvg-layers-control.mapsvg-bottom-left {
    bottom: 0;
    left: 0
}

.mapsvg-layers-control .mapsvg-layers-label {
    height: 23px;
    line-height: 23px;
    background: rgba(255, 255, 255, .7);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 0 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapsvg-layers-label {
    pointer-events: all
}

.mapsvg-layers-label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.mapsvg-layers-control.closed .mapsvg-layers-list-wrap {
    display: none
}

.mapsvg-layers-control.closed .mapsvg-layers-label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0
}

.mapsvg-layers-list-wrap {
    position: absolute;
    top: 33px;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.mapsvg-layers-list-wrap .nano {
    height: 100% !important
}

.mapsvg-layers-item {
    padding: 3px 7px;
    text-align: left;
    background: rgba(255, 255, 255, .7);
    cursor: pointer;
    pointer-events: all
}

.mapsvg-layers-item label {
    cursor: pointer
}

.mapsvg-floors-control {
    max-width: 200px;
    position: absolute;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    height: 100%;
    pointer-events: none
}

.mapsvg-floors-control.mapsvg-top-left {
    top: 0;
    left: 0
}

.mapsvg-floors-control.mapsvg-top-right {
    top: 0;
    right: 0
}

.mapsvg-floors-control.mapsvg-bottom-right {
    bottom: 0;
    right: 0
}

.mapsvg-floors-control.mapsvg-bottom-left {
    bottom: 0;
    left: 0
}

.mapsvg-floors-control .mapsvg-floors-label {
    height: 23px;
    line-height: 23px;
    background: rgba(255, 255, 255, .7);
    padding: 0 7px;
    cursor: pointer
}

.mapsvg-floors-label {
    pointer-events: all
}

.mapsvg-floors-label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.mapsvg-floors-control.closed .mapsvg-floors-list-wrap {
    display: none
}

.mapsvg-floors-control.closed .mapsvg-floors-label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0
}

.mapsvg-floors-list-wrap {
    position: absolute;
    top: 33px;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.mapsvg-floors-list-wrap .nano {
    height: 100% !important
}

.mapsvg-floors-item {
    padding: 3px 7px;
    text-align: left;
    background: rgba(255, 255, 255, .7);
    cursor: pointer;
    pointer-events: all
}

.mapsvg-floors-item label {
    cursor: pointer
}

input[type=checkbox].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
    display: none
}

input[type=checkbox].ios8-switch+label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2em;
    font-weight: 400
}

input[type=checkbox].ios8-switch+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all .3s;
    transition: all .3s
}

input[type=checkbox].ios8-switch+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all .3s;
    transition: all .3s
}

input[type=checkbox].ios8-switch+label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

input[type=checkbox].ios8-switch:checked+label:after {
    margin-left: 16px
}

input[type=checkbox].ios8-switch:checked+label:before {
    background: #55d069
}

input[type=checkbox].ios8-switch-sm {
    margin: 5px 0 0 10px
}

input[type=checkbox].ios8-switch-sm+label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em
}

input[type=checkbox].ios8-switch-sm+label:before {
    width: 25px;
    height: 15px;
    border-radius: 10px
}

input[type=checkbox].ios8-switch-sm+label:after {
    width: 15px;
    height: 15px;
    border-radius: 10px
}

input[type=checkbox].ios8-switch-sm+label:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

input[type=checkbox].ios8-switch-sm:checked+label:after {
    margin-left: 10px
}

input[type=checkbox].ios8-switch-lg {
    margin: 10px 0 0 20px
}

input[type=checkbox].ios8-switch-lg+label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em
}

input[type=checkbox].ios8-switch-lg+label:before {
    width: 50px;
    height: 30px;
    border-radius: 20px
}

input[type=checkbox].ios8-switch-lg+label:after {
    width: 30px;
    height: 30px;
    border-radius: 20px
}

input[type=checkbox].ios8-switch-lg+label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

input[type=checkbox].ios8-switch-lg:checked+label:after {
    margin-left: 20px
}

.mapsvg-no-results {
    padding: 10px;
    color: #666;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.mapsvg-layers-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:812px) {
    .select2-container {
        z-index: 999999
    }

    .mapsvg-sidebar {
        flex-grow: 1
    }

    .mapsvg-sidebar-right {
        display: none !important
    }

    .mapsvg-top-container {
        display: none
    }

    body>.mapsvg-details-container {
        position: fixed;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999;
        margin: 0 !important
    }

    .mapsvg-layers-control {
        left: auto !important
    }

    body.mapsvg-fullscreen-popovers .mapsvg-popover {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        border: 1px solid #e5e5e5;
        border-radius: 0;
        box-shadow: none;
        position: fixed;
        height: 100%;
        min-height: 100%;
        max-width: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
        z-index: 999999999
    }

    body.mapsvg-fullscreen-popovers .mapsvg-popover.mapsvg-popover-animate {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    body.mapsvg-fullscreen-popovers .mapsvg-popover:before {
        display: none !important
    }

    body.mapsvg-fullscreen-popovers .mapsvg-popover .mapsvg-controller-view-content {
        padding-bottom: 80px
    }

    .mapsvg-btn-map {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

    .mapsvg-btn-map.mapsvg-in:before, .mapsvg-btn-map.mapsvg-out:before {
        top: 15px;
        left: 6px;
        height: 1px;
        width: 20px
    }

    .mapsvg-btn-map.mapsvg-in:after {
        top: 6px;
        left: 15px;
        height: 21px;
        width: 1px
    }

    .mapsvg-btn-map svg {
        width: 15px
    }

    .mapsvg-popover .mapsvg-controller-view-toolbar {
        height: 38px;
        padding: 0
    }

    .mapsvg-details-container .mapsvg-controller-view-toolbar {
        height: 38px;
        padding: 0
    }

    .mapsvg-details-container {
        background-color: rgba(255, 255, 255, 1)
    }

    .mapsvg-details-container .mapsvg-controller-view-content {
        padding-bottom: 80px
    }

    .mapsvg-popover-close {
        top: 3px !important;
        right: 3px !important;
        z-index: 999;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }

    .mapsvg-mobile-buttons {
        display: block;
        margin: 0 !important
    }

    .mapsvg-hide-map-list-buttons .mapsvg-mobile-buttons {
        display: none
    }

    .mapsvg-directory-visible .mapsvg-sidebar-left, .mapsvg-directory-visible .mapsvg-sidebar-right {
        flex-basis: 0 !important
    }

    .mapsvg-button-map, .mapsvg-button-menu {
        display: block
    }

    .mapsvg-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .mapsvg-wrap .mapsvg-directory {
        width: 100% !important
    }

    .mapsvg-details-conainer {
        left: 0 !important;
        width: 100% !important
    }

    .mapsvg-details-container.near {
        z-index: 3 !important;
        left: 0 !important
    }

    .mapsvg-controller-view {
        width: 100% !important
    }

    .mapsvg-directory.closed {
        display: none
    }

    .mapsvg-directory {
        overflow: visible !important
    }

    .mapsvg-mobile-modal-close {
        display: block
    }
}

@font-face {
    font-family: mapsvg-icons;
    src: url(font/mapsvg-icons.eot?98971180);
    src: url(font/mapsvg-icons.eot?98971180#iefix) format('embedded-opentype'), url(font/mapsvg-icons.woff2?98971180) format('woff2'), url(font/mapsvg-icons.woff?98971180) format('woff'), url(font/mapsvg-icons.ttf?98971180) format('truetype'), url(font/mapsvg-icons.svg?98971180#mapsvg-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" mapsvg-icon-"]:before, [class^=mapsvg-icon-]:before {
    font-family: mapsvg-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mapsvg-icon-menu:before {
    content: '\f0c9'
}

.mapsvg-icon-map:before {
    content: '\f278'
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-ms-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.typeahead {
    background-color: #fff
}

.twitter-typeahead {
    display: block !important
}

input.typeahead.form-control.tt-input {
    background-color: #fff !important
}

.twitter-typeahead {
    width: 100%
}

.tt-hint, .tt-input {
    width: 100%;
    outline: 0
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.tt-suggestion {
    padding: 3px 15px
}

.tt-suggestion.tt-cursor, .tt-suggestion.tt-selectable:hover {
    color: #fff;
    background-color: #0097cf;
    cursor: pointer
}

.tt-suggestion p {
    margin: 0
}

.mapsvg-marker-label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    font-family: Helvetica, sans-serif
}

.mapsvg-region-label {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    font-family: Helvetica, sans-serif
}

.mapsvg-user-location {
    pointer-events: none
}

.distance-search-wrap {
    position: relative
}

.distance-search-wrap.with-user-location-button .mapsvg-address-search {
    padding-right: 30px !important
}

.distance-search-wrap .user-location-button {
    display: none;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 14px;
    height: 14px;
    opacity: .8;
    cursor: pointer
}

.distance-search-wrap .user-location-button:hover {
    opacity: .6
}

.distance-search-wrap.with-user-location-button .user-location-button {
    display: block
}

iframe.mapsvg-iframe-post, iframe.mapsvg-iframe-shortcode {
    border: 0;
    overflow: hidden
}

.mapsvg-chevron::before {
    transition: transform .2s;
    border-style: solid;
    border-width: .1em .1em 0 0;
    content: '';
    display: inline-block;
    height: .55em;
    left: .15em;
    position: relative;
    top: .5em;
    vertical-align: top;
    width: .55em
}

.mapsvg-category-item .mapsvg-chevron {
    position: absolute;
    right: 10px
}

.mapsvg-category-item .mapsvg-chevron:before {
    top: .5em;
    transform: rotate(135deg)
}

.mapsvg-chevron.right:before {
    left: 0;
    transform: rotate(45deg)
}

.active .mapsvg-chevron:before, .mapsvg-chevron.bottom:before {
    transform: rotate(-45deg)
}

.mapsvg-chevron.left:before {
    left: .25em;
    transform: rotate(-135deg)
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.nano {
    position: relative;
    overflow: hidden
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano>.nano-content:focus {
    outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano-pane.active, .nano-pane.flashed, .nano:hover>.nano-pane {
    opacity: .99
}