@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?jnzhiy');
    src:  url('../fonts/icomoon.eot?jnzhiy#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?jnzhiy') format('truetype'),
    url('../fonts/icomoon.woff?jnzhiy') format('woff'),
    url('../fonts/icomoon.svg?jnzhiy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bookmark:before {
    content: "\e902";
}
.icon-map-pin:before {
    content: "\e901";
}

html, body, #map {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    /* line-height: 1.25; */
    letter-spacing: -.25px;
    background-color: #f6f6f6;
}

header {
    position: relative;
    transition: margin-bottom .2s ease-in-out,background .2s ease-in-out;
    z-index: 1;
    white-space: nowrap;
    transition: top ease .5s;
    background-color: white;
    box-shadow: 0px 2px 2px 0 rgba(0,0,0,.1);
}

header > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.table {
    /* margin-bottom: 0; */
}

#panel {
    display: none;
    background-color: #f6f6f6;
    /* border-radius: 3px; */
    width: 320px;
    height: calc(100vh - 48px);
    box-shadow: 2px 0 2px 0 rgba(0,0,0,.1);
    position: absolute;
    z-index: -1;
    color: #333;
    left: -320px;
    display: flex !important;
    transition: left ease .5s;
}

/*#panel.show {*/
/*    !*left: 0;*!*/
/*}*/


.closeButton {
    padding: 3px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 50% no-repeat;
    opacity: 0.3;
    position: absolute;
    right: 5px;
    top: 10px;
}

.content {
    width: 100%;
    overflow: auto;
    /* margin-top: 48px; */
}
#map {
    height: calc(100% - 48px);
    display: block;
}

.navbar {
    padding: .6rem 1rem;
}

a.logo_link {
    font-size: 24px;
    text-transform: none;
    font-family: "Trebuchet MS";
    letter-spacing: -1px;
    line-height: 1;
    text-decoration: none;
}

.index-nav-link {
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    width: 120px;
    height: auto;
}

.index-nav-link img {
    display: block;
    width: 100%;
    height: auto;
}

div#header>div:first-child {text-align: left;}
div#header>div:last-child {text-align: right;}

.modal.fs {z-index: 0;top: 48px;}

.modal.fs>.modal-dialog {
    margin: 0;
    height: 100%;
    background-color: #f6f6f6;
}

.modal.fs>.modal-dialog>.modal-content {
    border: 0;
    background-color: transparent;
    padding-bottom: 96px;
    padding-top: 48px;
}

li.nav-item {
    margin-left: 8px;
}

.close {
    box-shadow: none;
}

ul.content>li.feature:first-child {
    margin-top: 0;
    /* border-top: 1px solid #e6e6e6; */
}

ul.content>li.feature:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.feature {
    box-sizing: border-box;
    min-height: 100px;
    padding: .6rem 1rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    max-width: 320px;
}

.feature:hover {
    background-color: #fafafa;
}

li.feature + li.feature {
    border-top: 1px solid #e6e6e6;
}

.feature .f-info {
    color: #70757A;
    display: block;
    line-height: 16px;
    min-width: 1px;
    width: calc(100% - 84px - 1rem);
    vertical-align: middle;
}

.feature .f-img {
    height: 84px;
    width: 84px;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    /* border-radius: 3px; */
}

.feature .f-img img {
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
}

.feature .f-info .f-head {
    color: #000;
    font-size: 15px;
    line-height: 16px;
    padding-bottom: 5px;
    white-space: normal;
    display: flex;
    align-items: center;
}

.feature .f-info .f-head > * {
    margin-right: 5px;
}

.check_feature {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    white-space: normal;
    color: #008dd2;
    outline: none !important;
    cursor: pointer;
}

[class$="-balloon__layout"] {
    overflow: inherit !important;
}
[class$="-balloon__content"] {
    padding: 0 !important;
    margin-right: 0 !important;
}
[class$="-balloon__content"] {
    max-height: 300px;
    overflow: hidden auto;
}
[class$="-balloon__close-button"] {
    height: 30px !important;
}
[class$="-balloon__close"] {
    position: absolute;
    right: -32px;
    top: -1px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
}
[class$="-balloon__content"]>* {
    min-width: 320px;
    height: auto !important;
}
[class$="-balloon__content"]::-webkit-scrollbar {
    width: 5px;
}
[class$="-balloon__content"]::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #e7e7e7;
    opacity: .4;
}
.check_feature.checked {
    color:#28a745;
}
.check_feature.checked:focus,.check_feature.checked:hover{
    color:#1e7e34
}

.navbar-nav .nav-link {
    color: #212529;
}

.navbar-nav .nav-link:hover,.navbar-nav .nav-link.active,.navbar-nav .nav-link:active {
    color: #008dd2;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 1.2em;
    line-height: unset;
    vertical-align: text-top;
}

.f-light {
    display: inline-block;
    width: 25px;
    height: auto;
}

.feature .f-info .f-action {
    padding-top: 4px;
}
.modal-dialog {
    width: 335px;
}
.modal-content {
    border: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.15), 0 5px 15px -7px rgba(0,0,0,.5);
    border-radius: 0;
}

.modal-body {
    padding: .6rem 1rem;
}

.close>span {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
    opacity: .3;
    font-size: 0;
}

.modal-header .close {
    position: absolute;
    right: -31px;
    top: 0px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    opacity: 1 !important;
    margin: 0;
    padding: 0;
}

.modal-header {
    padding: .6rem 1rem;
}

.modal-footer {
    padding: .6rem 1rem;
}

h5.modal-title {
    font-size: 15px;
    line-height: 31px;
    font-weight: 400;
}

.btn, button {
    border-radius: 0px !important;
}
.modal-backdrop {
    background-color: #f6f6f6;
}
.form-control {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}
#wishlist .modal-body {
    padding: 0 1px;
}
#wishlist .modal-body ul>span{
    padding: .6rem 1rem;
}
.alert {
    border-radius: 0;
    margin-bottom: 0;
    padding: .6rem 1rem;
    background-color: transparent !important;
    border: none;
}
.alert-danger {
    color: #dc3545;
}
.che_count.badge {
    font-size: unset;
    font-weight: unset;
    vertical-align: unset;
    height: 19px;
    width: 19px;
    line-height: 19px;
    padding: 0;
}

#cityfilter {}

#cityfilter::before {
    color: #70757A;
}

#map-suggest-input {
    padding-right: 70px;
}

.map-suggestion-label {
    display: flex;
    align-items: center;
    position: relative;
}

.map-suggestion-clear {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #eee;
    color: #333;
    cursor: pointer;
    transition: all ease .1s;
}

.map-suggestion-clear:hover {
    background-color: #ddd;
    color: black;
}


.index-nav-link-new {
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    width: 120px;
    height: auto;
}

.index-nav-link-new img {
    margin-top: -10px;
}

.style {
    color: #008dd2;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    font-family: 'Helvetica', 'Arial', sans-serif;
}
a{
    color: #008dd2;
    text-decoration: none !important;
    border: none !important;
}
#showDialogBox {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    width: 300px;
    background: #f0f0f0;
    font-size: 18px;
    text-align: center;
}
