.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.hidden {
    display: none !important;
}
.easypack-widget {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.42857143;
}
.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 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: 0px;
    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 .form-control {
    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-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.easypack-widget .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.easypack-widget .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.easypack-widget .input-group .form-control,
.easypack-widget .input-group-addon,
.easypack-widget .input-group-btn {
    display: table-cell;
}
.easypack-widget .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
.easypack-widget .input-group-btn:last-child > .btn,
.easypack-widget .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.easypack-widget .input-group .form-control:first-child,
.easypack-widget .input-group-addon:first-child,
.easypack-widget .input-group-btn:first-child > .btn,
.easypack-widget .input-group-btn:first-child > .btn-group > .btn,
.easypack-widget .input-group-btn:first-child > .dropdown-toggle,
.easypack-widget .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.easypack-widget .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.easypack-widget .input-group .form-control:last-child,
.easypack-widget .input-group-addon:last-child,
.easypack-widget .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.easypack-widget .input-group-btn:first-child > .btn:not(:first-child),
.easypack-widget .input-group-btn:last-child > .btn,
.easypack-widget .input-group-btn:last-child > .btn-group > .btn,
.easypack-widget .input-group-btn:last-child > .dropdown-toggle {
    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-default,
.easypack-widget .btn-checkbox,
.easypack-widget .btn-radio,
.easypack-widget .btn-search {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.easypack-widget .btn-default:hover,
.easypack-widget .btn-checkbox:hover,
.easypack-widget .btn-radio:hover,
.easypack-widget .btn-search:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.easypack-widget .btn-checkbox,
.easypack-widget .btn-radio {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 0;
}
.easypack-widget .btn-radio {
    border: none;
}
.easypack-widget .btn-search {
    background: center no-repeat #fff;
}
.easypack-widget .input-group-btn > .btn {
    position: relative;
}
.easypack-widget ol,
.easypack-widget ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.easypack-widget ul,
.easypack-widget menu,
.easypack-widget dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.easypack-widget li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.easypack-widget .search-widget {
    width: 100%;
    background-color: #f7f6f1;
}
.easypack-widget .search-widget .input-group {
    padding: 30px;
}
.easypack-widget .search-widget .form-control {
    height: 60px;
    padding: 5px 40px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
}
.easypack-widget .search-widget .btn {
    height: 60px;
    width: 60px;
    border: 0;
    border-left: 1px solid #eeeeee;
    border-radius: 0;
}
.easypack-widget .search-widget .input-group-btn:last-child > .btn,
.easypack-widget .search-widget .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}
.easypack-widget .type-filter {
    font-weight: 600;
    text-align: center;
}
.easypack-widget .type-filter .current-type-wrapper {
    display: none;
}
.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: 22px 30px 22px 0;
    height: 27px;
    background: 28px 0 no-repeat;
}
.easypack-widget .type-filter .list-wrapper ul li .label {
    position: relative;
    top: 2px;
    margin-left: 35px;
}
.easypack-widget .type-filter .list-wrapper ul li:not([data-checked="true"]) .btn-checkbox {
    background-position: -20px 0;
}
.easypack-widget .type-filter .has-tooltip {
    position: relative;
    cursor: pointer;
}
.easypack-widget .type-filter .has-tooltip .tooltip-wrapper {
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.42857143;
    color: white;
    text-align: left;
    padding-bottom: 18px;
    min-width: 350px;
}
.easypack-widget .type-filter .has-tooltip .tooltip-wrapper .type-tooltip {
    background-color: #323232;
    height: 100%;
    display: table;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(64, 64, 64, 0.96);
    -moz-box-shadow: 0px 0px 10px -1px rgba(64, 64, 64, 0.96);
    box-shadow: 0px 0px 10px -1px rgba(64, 64, 64, 0.96);
}
.easypack-widget .type-filter .has-tooltip .tooltip-wrapper .type-tooltip .icon-wrapper {
    display: table-cell;
    border-right: 1px solid #4b4b4b;
    float: left;
    padding: 25px;
}
.easypack-widget .type-filter .has-tooltip .tooltip-wrapper .type-tooltip .icon-wrapper img {
    max-width: none;
}
.easypack-widget .type-filter .has-tooltip .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 .map-list-row {
    display: table-row;
    height: 100%;
    min-height: 400px;
}
.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;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    -moz-box-flex: 2;
    /* OLD - Firefox 19- */
    
    width: 70%;
    /* For old syntax, otherwise collapses. */
    
    -webkit-flex: 2 2 70%;
    /* Chrome */
    
    -ms-flex: 2 2 70%;
    /* IE 10 */
    
    flex: 2 2 70%;
    height: 100%;
}
.easypack-widget .map-list-row .map-list-flex .map-widget .status-bar {
    color: #333;
    font-weight: bold;
    position: absolute;
    background: #f7f6f1;
    bottom: 0;
    left: 0;
    padding: 7px 5px;
    z-index: 1;
    -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: bold;
    position: absolute;
    background: #f7f6f1;
    top: 10px;
    left: 120px;
    padding: 7px 5px;
    z-index: 1;
}
.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: 300px;
    padding: 0 0 18px 0;
    color: white;
}
.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 h1 {
    font-size: 1.5em;
    margin: 0 0 5px 0;
}
.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 .phone,
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .name {
    margin-top: 10px !important;
    color: white !important;
    font-size: 14px;
    text-align: left;
}
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .point-wrapper {
    padding: 30px;
}
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links {
    padding: 15px 30px;
    border-top: 1px solid #4b4b4b;
    text-align: left;
}
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links a {
    display: inline-block;
    color: white !important;
    text-decoration: none;
    padding: 0 0 2px 20px;
}
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links .route-link {
    margin-right: 30px;
}
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links .details-link {
    padding-left: 25px;
    margin-right: 15px;
}
.easypack-widget .map-list-row .map-list-flex .map-widget .info-window .links .select-link {
    margin-top: 10px;
    padding-left: 20px;
}
.easypack-widget .map-list-row .map-list-flex .list-widget {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    
    width: 30%;
    /* For old syntax, otherwise collapses. */
    
    -webkit-flex: 1 1 30%;
    /* Chrome */
    
    -ms-flex: 1 1 30%;
    /* IE 10 */
    
    flex: 1 1 30%;
    height: 100%;
    min-width: 200px;
    background: #f7f6f1;
}
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper {
    padding: 20px;
    height: 100%;
    width: 100%;
    position: relative;
}
.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;
}
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a {
    padding: 10px 10px 10px 45px;
    background: 10px 15px no-repeat;
    text-decoration: none;
    display: block;
}
.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 {
    background-color: #ece9e2;
}
.easypack-widget .view-chooser {
    display: none;
}
.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: 900;
    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;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    
    width: 150px;
    /* For old syntax, otherwise collapses. */
    
    -webkit-flex: 1 1 150px;
    /* Chrome */
    
    -ms-flex: 1 1 150px;
    /* IE 10 */
    
    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: white;
    margin: 0 0 10px 0;
    padding: 20px 20px 0 20px;
}
.easypack-widget .point-details .details-wrapper .details-content .point-box p {
    padding: 0 20px 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 .description-photo {
    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%;
}
.easypack-widget .point-details .details-wrapper .details-content .description {
    -webkit-box-flex: 4;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    -moz-box-flex: 4;
    /* OLD - Firefox 19- */
    
    width: 200px;
    /* For old syntax, otherwise collapses. */
    
    -webkit-flex: 4 4 200px;
    /* Chrome */
    
    -ms-flex: 4 4 200px;
    /* IE 10 */
    
    flex: 4 4 200px;
    background-color: #323232;
    color: white;
    height: 210px;
    padding: 20px;
    font-size: 15px;
}
.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: 20px;
}
.easypack-widget .point-details .details-wrapper .details-content .description .item .term {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    
    width: 100px;
    /* For old syntax, otherwise collapses. */
    
    -webkit-flex: 1 1 100px;
    /* Chrome */
    
    -ms-flex: 1 1 100px;
    /* IE 10 */
    
    flex: 1 1 100px;
    font-weight: bold;
}
.easypack-widget .point-details .details-wrapper .details-content .description .item .definition {
    -webkit-box-flex: 4;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    -moz-box-flex: 4;
    /* OLD - Firefox 19- */
    
    width: 100px;
    /* For old syntax, otherwise collapses. */
    
    -webkit-flex: 4 4 100px;
    /* Chrome */
    
    -ms-flex: 4 4 100px;
    /* IE 10 */
    
    flex: 4 4 100px;
}
.easypack-widget .point-details .details-wrapper .details-content .close-button {
    color: white;
    float: right;
    cursor: pointer;
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    
    width: 25px;
    /* For old syntax, otherwise collapses. */
    
    -webkit-flex: 0 0 25px;
    /* Chrome */
    
    -ms-flex: 0 0 25px;
    /* IE 10 */
    
    flex: 0 0 25px;
    -webkit-box-ordinal-group: 5;
    /* OLD - iOS 6-, Safari 3.1-6 */
    
    -moz-box-ordinal-group: 5;
    /* OLD - Firefox 19- */
    
    -ms-flex-order: 5;
    /* TWEENER - IE 10 */
    
    -webkit-order: 5;
    /* NEW - Chrome */
    
    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: scroll;
    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 .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: 2;
    box-shadow: 0 2px 6px rgba(0, 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: 65px;
        left: 15px;
        right: 15px;
    }
}
.inpost-search__list.hidden {
    display: none;
}
.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;
}
.inpost-search__item-list--query {
    font-size: 13px;
    padding-right: 3px;
    color: #000;
}
.widget-modal {
    box-shadow: 0 3px 10px #ccc;
    position: absolute;
    top: 40px;
    left: 50%;
}
.widget-modal__topbar {
    width: 100%;
    height: 40px;
    background: #ece9e2;
}
.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.mobile {
    position: relative;
}
.easypack-widget.mobile .search-widget .input-group {
    padding: 15px 15px 5px 15px;
}
.easypack-widget.mobile .search-widget .form-control {
    padding: 10px;
    height: 50px;
    color: black;
}
.easypack-widget.mobile .search-widget .btn {
    border: 0;
    padding: 0;
    width: 50px;
    height: 50px;
}
.easypack-widget.mobile .type-filter .current-type-wrapper {
    display: block;
    background-color: #f7f6f1;
    padding: 5px 15px 15px 15px;
}
.easypack-widget.mobile .type-filter .current-type-wrapper .current-type {
    text-align: left;
    padding: 12px 0 0 42px;
    font-size: 13px;
    font-weight: bold;
    background: 10px 10px white no-repeat;
    height: 45px;
}
.easypack-widget.mobile .type-filter .current-type-wrapper .btn-select-type {
    color: #282828;
    font-size: 8px;
    background: center white 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;
    top: 125px;
    z-index: 1000;
    width: 100%;
}
.easypack-widget.mobile .type-filter .list-wrapper .btn-radio {
    width: 27px;
    height: 27px;
}
.easypack-widget.mobile .type-filter .list-wrapper ul {
    display: block;
    width: 100%;
    background: white;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(92, 92, 92, 0.65);
    -moz-box-shadow: 2px 2px 5px 0px rgba(92, 92, 92, 0.65);
    box-shadow: 2px 2px 5px 0px rgba(92, 92, 92, 0.65);
}
.easypack-widget.mobile .type-filter .list-wrapper ul li {
    display: block;
    width: 100%;
    padding: 0;
    background: left no-repeat;
    margin: 10px 0;
}
.easypack-widget.mobile .type-filter .list-wrapper ul li .label {
    font-size: 16px;
    margin-left: 30px;
}
.easypack-widget.mobile .type-filter .list-wrapper ul li button {
    float: right;
}
.easypack-widget.mobile .type-filter .list-wrapper ul li[data-checked="true"] button {
    background-position: 0 0;
}
.easypack-widget.mobile .type-filter .has-tooltip:hover .tooltip-wrapper {
    display: none;
}
.easypack-widget.mobile .map-list-row .map-list-flex {
    display: block;
    position: relative;
    width: 100%;
}
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window {
    font-size: 13px;
    line-height: 1.42857143;
    font-weight: 100;
    width: 250px;
}
.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.2em;
}
.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 .links {
    padding: 13px 20px;
}
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links a {
    padding: 0 0 2px 20px;
}
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .route-link {
    margin-right: 15px;
}
.easypack-widget.mobile .map-list-row .map-list-flex .map-widget .info-window .links .details-link {
    padding-left: 25px;
}
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper {
    padding: 0 0 10px 0;
}
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box {
    overflow: scroll;
    height: 100%;
}
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li {
    border-top: #d6d6d6 solid 1px;
}
.easypack-widget.mobile .map-list-row .map-list-flex .list-widget .list-wrapper .scroll-box li a {
    background-position: 25px 15px;
    padding-left: 58px;
}
.easypack-widget.mobile .view-chooser {
    display: block;
    width: 100%;
}
.easypack-widget.mobile .view-chooser .map-wrapper,
.easypack-widget.mobile .view-chooser .list-wrapper {
    text-align: center;
    padding: 10px;
    width: 50%;
    float: left;
    background-color: #282828;
    cursor: pointer;
}
.easypack-widget.mobile .view-chooser .map-wrapper .btn,
.easypack-widget.mobile .view-chooser .list-wrapper .btn {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    padding-left: 25px;
}
.easypack-widget.mobile .view-chooser .map-wrapper[data-active="true"],
.easypack-widget.mobile .view-chooser .list-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%;
    padding-left: 20px;
    z-index: 900;
}
.easypack-widget.mobile .point-details .details-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
    -webkit-box-shadow: -2px 0px 10px 0px rgba(92, 92, 92, 0.65);
    -moz-box-shadow: -2px 0px 10px 0px rgba(92, 92, 92, 0.65);
    box-shadow: -2px 0px 10px 0px rgba(92, 92, 92, 0.65);
}
.easypack-widget.mobile .point-details .details-wrapper .details-content {
    position: relative;
    display: table-row;
    height: 100%;
    background: white;
}
.easypack-widget.mobile .point-details .details-wrapper .details-content .close-button {
    position: relative;
    display: block;
    margin: 10px;
    color: black;
    z-index: 910;
}
.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box,
.easypack-widget.mobile .point-details .details-wrapper .details-content .description {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    text-align: left;
    color: black;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
}
.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box h1,
.easypack-widget.mobile .point-details .details-wrapper .details-content .description h1 {
    padding: 0;
    color: black !important;
    font-size: 16px;
}
.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box p,
.easypack-widget.mobile .point-details .details-wrapper .details-content .description p {
    padding: 0;
}
.easypack-widget.mobile .point-details .details-wrapper .details-content .point-box {
    padding: 50px 20px 0 20px;
}
.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 .term,
.easypack-widget.mobile .point-details .details-wrapper .details-content .description .item .definition {
    display: block;
    width: 100%;
}
.easypack-widget.mobile .point-details .details-wrapper .details-content .description-photo {
    height: auto;
    position: absolute;
    padding: 20px;
    bottom: 52px;
    left: 0;
    right: 0;
}
.easypack-widget.mobile .point-details .details-wrapper .details-actions {
    display: table-row;
}
.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: white;
    text-decoration: none;
    text-transform: uppercase;
}