#mainmap {
    width:100%;
    margin-top:10px;
    height:calc(100vh - 160px);
    border-radius:20px;
    border:solid white 1px;
    -webkit-border-radius:20px;
    z-index:0;
}
#expmap {
    width:100%;
    margin-top:10px;
    height:50vh;
    border-radius:20px;
    border:solid white 1px;
    -webkit-border-radius:20px;
    z-index:0;
}
#mapfilterbar {
    z-index: 15;
    margin-left:10px;
    //border:solid #0f1235 1px;
}
#mapfilterbarbackground {
    z-index: 10;
    background-color:#0f1235;
    opacity:0.7;
}
#mapexpwindow {
    position:absolute;
    overflow-x: hidden;
    left:20px;
    width:280px;
    bottom:10px;
    top:10px;
    z-index: 20;
}
.mapfilterbarlocation {
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    height:110px;
    z-index:1000;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.zoomcontrols {
    z-index:10;
    position:absolute;
    bottom:0px;
    right:0px;
    padding:20px;
}
.zoomspacing {
    height:5px;
}
.zoombutton {
    text-align:center;
    vertical-align: middle;
    display:table-cell;
    cursor:pointer;
    background:#EF8B22;
    color:white;
    font-weight:bolder;
    width:50px;
    height:50px;
    border-radius:10px;
    border:solid 1px white;
    font-size:28px;
}
.mapdetailviewsize {
    position:absolute;
    top:120px;
    bottom:10px;
    left:10px;
    width:300px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.hidemapdetails, .showmapdetails, #showfilters, #hidefilters {
    display:none;
}
.detailcontainer {
    overflow-y:scroll;
    position:relative;
    width:100%;
    height:100%;
}
#mapdetailview {
    z-index:15;
}
.filtercontrols {
    color:white;
    display:none;
    position:absolute;
    top:5px;
    right:10px;
}
#mapdetailviewbackground {
    z-index:10;
    background-color:#0f1235;
    opacity:0.7;
}
#mainmapwindow {
    position:relative;
}
.mapsliderbuttons {
    z-Index:2002;
    position:absolute;
    color:white;
    margin:5px;
    width:50px;
    height:50px;
    z-Index:2003;
    cursor:pointer !important;
}
#detailzoomdisplay {
    position:relative;
    margin-top:0px;
    margin-bottom:0px;
}
#detailzoomdisplay::after {
    display: block;
    content: '';
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}
#detailzoomdisplay img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
#detailzoomdisplay iframe {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}


.mapsliderback {
    top:10px;
    right:10px;
    width:10px;
    height:10px;
    font-weight:bolder;
}
.videothumb,.tourthumb {
    font-size:40px;
    //text-shadow: 1px 1px 10px black;
    color:#EF8B22;
    text-align:center;
}
.mapsliderleft {
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin-top:auto;
    margin-bottom:auto;
}
.detailpopout {
    position:absolute;
    top:5px;
    right:5px;
    margin:5px;
    width:50px;
    height:50px;
    background-color:unset;
    font-size:40px;
    text-shadow: 1px 1px 10px black;
    color:white;
    cursor:pointer;
    z-index: 1500;
}
.detailback {
    position:absolute;
    cursor:pointer;
    top:5px;
    left:5px;
    margin:5px;
    width:50px;
    height:50px;
    background-color:unset;
    font-size:40px;
    text-shadow: 1px 1px 10px black;
    color:white;
    z-index: 1500;
}
.mapsliderright {
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top:auto;
    margin-bottom:auto;
}
.detailspreviewwindow {
    cursor:pointer;
    position:relative;
//    width: 300px;
//    height:168.75px !important;
}
.detailspreviewwindow::after {
    display: block;
    content: '';
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}
.detailspreviewwindow img {
//    width:300px;
//    height: 168.75px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.detailsthumbs {
    margin-top:5px;
    margin-bottom:5px;
}
.loadingcontent {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    display:flex;
    align-content:center;
    flex-direction: column;
    justify-content: center;
}
.loadingcontenttext {
    text-align:center;
}
.iframediv {
    width:100%;
    height:100%;
    position:realtive;
    z-index:1400;
}

#fullscreenslideshow {
    position:absolute;
    max-width:700px;
    max-height:405px;
    border-radius:20px;
    -webkit-border-radius:20px;
    top:0px;
    left:0px;
    right:0px;
    background:#000;
    display:none;
    z-Index:2000;
    overflow:hidden;
    margin:auto;
    border:solid 2px white;
}
#fullscreenslideshowback {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:100%;
    background:#000;
    display:none;
    z-Index:1999;
    background-color:#000;
    opacity:0.8;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.thumbsize {
    width:60px;
    height:60px;
    object-fit: cover;
    object-position: center;
    float:left;
    margin:5px;
    cursor:pointer;
}
.activethumb {
    border:solid #EF8B22 5px;
    margin:0px;
    width:70px;
    height:70px;
}
.detailsaddress {
    color: white;
    font-weight:bold;
    font-size:16px;
    padding-left:5px;
    padding-right:5px;
}
.detailstitle {
    color: #EF8B22;
    font-weight:bold;
    font-size:20px;
    padding-left:5px;
    padding-right:5px;
}
.detailsurlcontainer {
    display:flex;
    justify-content: center;
}
.detailsurl {
    cursor:pointer;
    border:solid 2px #EF8b22;
    display:table-cell;
    text-align:center;
    vertical-align: middle;
    margin:10px;
    color: #EF8B22;
    font-weight: bold;
    font-size: 18px;
    padding:10px;
    border-radius: 10px;
    align-self:center;
}
.detailsdes {
    color: #ffffff;
    font-weight:lighter;
    font-size:14px;
    padding-left:5px;
    padding-right:5px;
}
.customcardmap {
    background: #0C1021;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    flex: 0 0 auto;
    width: auto;
    max-width: 300px;
    margin-right: 20px;
    margin-bottom:10px;
    cursor:pointer;
}
.customcardmap img {
    width:75px !important;
    height:41.75px !important;
    float:left;
    margin-right:5px;
}

.customcardmap .h2{
    margin: auto;
    text-align: left;
    padding-left: 20px;
    font-size: 15px;
    color: #EF8B22;
    font-weight: 600;
    margin-top: 5px;

}
.customcardmap p{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mapfilters{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin-top: 5px;
    margin-left:10px;
    margin-right:10px;
}
#placeresults {
    position:absolute;
    min-height:100px;
    z-index:1000;
    background:#0C1021;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom:10px;
    top:-10px;
    display:none;
    padding:5px;
}
.mylocline {
    color:white;
    padding-top:3px;
    padding-bottom:3px;
}
.mylocline:hover {
    cursor:pointer;
    background-color:#002e51;
}
.highlightsearch {
    font-weight:bolder;
    text-decoration: underline;
}
.mapfilters .form-group {
    width:100%;
}
.mapfilters .form-control{
    width:100%;
    max-width:220px;
    background: #0C1021;
    padding: 28px;
    border-radius: 15px;
    border: none;
    color: #fff;
}
.mapfilters label {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.mapfilters .dropdown {
    background: #0C1021;
    display: inline-block;
    width: 100%;
    max-width:220px;
    padding: 16px;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
}
.mapfilters .dropdown:focus {
    background: #0C1021 transparent;
}
.mapfilters .dropdown:hover {
    background: #0C1021;
}
.mapfilters .dropdown:active, .mapfilters .dropdown.open {
    background: #0C1021 !important;
    border: none;
    outline: none !important;
}
.mapfilters .dropdown:after {
    height: 14px;
    width: 13px;
    background: url(../images/down-arow-Icons.svg);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: "";
    display: inline-block;
    margin-top: -2px;
    pointer-events: none;
    margin-left: 12px;
}
.mapfilters .dropdown.open:after {
    transform: rotate(-180deg);
}
.mapfilters .dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    width: 220px;
    padding: 15px;
}
.mapfilters .dropdown .list ul{
    list-style: none;
    padding: 0;
}
.mapfilters .dropdown.open .option {
    cursor: pointer;
    margin-bottom: 10px;
}
.mapfilters .dropdown.wide {
    width: 100%;
}
.mapfilters .dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.mapfilters .dropdown .list {
    box-sizing: border-box;
    /*transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;*/
    background-color: #0c1021;
    border-radius: 0px 0px 15px 15px;
    margin-top:-10px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 8;
}
.mapfilters .dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.mapfilters .dropdown .option {

}
.mapfilters .dropdown .option:hover, .mapfilters .dropdown .option:focus {
    background-color: transparent !important;
}
.mapfilters .dropdown .option.selected {
    font-weight: 600;
}
.mapfilters .dropdown .option.selected:focus {
    background: transparent;
}

.info-box-wrap {
    background:#fff;
    overflow: hidden;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.08);
}
.info-box-text-wrap {
    height:40px !important;
    width:120px;
    float:left;
    overflow: hidden;
}
.action-btns {
    float:left;
    width:70px;
    overflow: hidden;
    position: relative;
    top:12px;
    left: 6px;
}
.action-btns i {
    font-size: 18px;
    color: #78A737;
    margin-left: 3px;
}
.action-btns i:hover {
    transition: color 0.5s ease;
    color:#ccc;
    cursor: pointer;
}
.action-btns i.fa-heart-o {
    font-weight: bold;
}
.gm-style-iw button {visibility:hidden;}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after {
    background: #EF8B22;
    color:white;
    font-weight: bolder;
    font-size:20px;
}
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after {
    border:solid 2px white;
}
.gm-style .gm-style-iw-tc::after {
    background: #EF8B22;
    margin-top:-2px;
}
.gm-style .gm-style-iw-tc::before {
    clip-path: polygon(0% 0%,50% 100%,100% 0%);
    content: '';
    height: 14px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 26px;
    background:white;
}