.page-template-c-site-interactive-map-php .breadcrumb {
    display: none;
}
.imap-frame-wrap-all {
    position: relative;
    overflow: hidden;
}
.imap-frame-wrap {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.imap-frame {
    height: 800px;
    left: 0;
    top: 0;
}
.imap {
    position: relative;
}
.imap-bg {
    cursor: move;
    padding-bottom: 40px;
}
.single-pin {
    position: absolute;
    width: 28px;
    height: 33px;
}
.pinhover, .pinclick, .hard-pinhover  {
    overflow: visible;
}
.pin-img-wrap {
    width: 28px;
    height: 33px;
    position: relative;
    z-index: 1;
}
.pin-circle {
    cursor: pointer;
    position: absolute;
    top:0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #00B3BE;
    border: 3px solid #FFF;
    border-radius: 18px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
}
.pinclick .pin-circle:after,
.pinhover .pin-circle:after,
.hard-pinhover .pin-circle:after {
    opacity: 0;
}
.pinclick .pin-circle,
.pinhover .pin-circle,
.hard-pinhover .pin-circle {
    width: 30px;
    height: 30px;
    top:-3px;
    left: -3px;
    background-color: #FF7900;
}
.pin-plus {
    display: block;
    opacity: 0;
    color: #fff;
    text-align: center;
    width: 95%;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 125%;
    line-height: 23px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
}
.pinhover .pin-plus,
.hard-pinhover .pin-plus {
    opacity: 1;
}
.pin-circle:after {
    content: " ";
    display: table;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 100%;
    margin-top: 2px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
}
.pin-partial-outer {
    opacity: 0;
    position: absolute;
    bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 35px;
    cursor: pointer;
    z-index: 2;
}
.pin-partial {
    background: #FFFFFF;
    border: 2px solid #FF7900;
    border-radius: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #82786F;
    letter-spacing: 0;
    line-height: 22px;
    padding: 5px 20px;
    white-space: nowrap;
}
.pin-description {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #82786F;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
}
.pin-description .text {
    max-height: 134px;
    overflow-y: auto;
    padding: 0 10px;
    font-weight: 400;
}


/* Pin body animtaion */
.pin-body {
    width: 280px;
    height: 200px;
    position: absolute;
    right: -125px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition-property: bottom, opacity;
    transition-duration: 0.2s;
    z-index: 0;
}
.pinclick {
    z-index: 3;
}
.pinclick .pin-body {
    opacity: 1;
    bottom: 30px;
    visibility: visible;
}
.pin-content {
    position: relative;
    display: table;
    width: 280px;
    height: 100%;
    text-align: center;
    padding: 25px 15px 45px 15px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}
.pin-photo {
    position: absolute;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition-property: width, opacity, right;
    transition-duration: 0.6s;
    width: 0;
    opacity: 0;
    right: 0;
    display: block;
}
.pin-photo:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.pinclick .pin-photo {
    width: 100%;
    right: 100%;
    opacity: 1;
}
.pin-title-over-photo {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 17px;
    letter-spacing: 0;
    width: 100%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    z-index: 1;
    position: absolute;
    float:right;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
}
/*if pin is clicked*/
.pinclick .pin-partial-outer {
    opacity: 0;
    display: none;
}





/*Custom scrollbar*/
.pin-description .text::-webkit-scrollbar {  
    width: 8px;
    height: 8px;
}
.pin-description .text::-webkit-scrollbar-track {  
    background: rgba(0, 0, 0, 0.1);
}
.pin-description .text::-webkit-scrollbar-thumb {  
    background: rgba(0, 0, 0, 0.5);
}
.imap-frame-wrap::-webkit-scrollbar {  
    width: 8px;
    height: 8px;
}
.imap-frame-wrap::-webkit-scrollbar-track {  
    background: rgba(0, 0, 0, 0.1);
}
.imap-frame-wrap::-webkit-scrollbar-thumb {  
    background: rgba(0, 0, 0, 0.5);
}
.imap-menu::-webkit-scrollbar {  
    width: 8px;
    height: 8px;
}
.imap-menu::-webkit-scrollbar-track {  
    background: rgba(0, 0, 0, 0.1);
}
.imap-menu::-webkit-scrollbar-thumb {  
    background: rgba(0, 0, 0, 0.5);
}
/*end of Custom scrollbar*/

.pin-link-wrap {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.pin-link {
    position: relative;
    text-decoration: none;
    color: #82786F;
    padding: 0 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;

}
.pin-link:after {
    content:'\003E';
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-left: 5px;
    position: absolute;
    top: -3px;
    right: 0;
}
.pin-link:hover {
    color: #FF7900;
    text-decoration: none;
}
.pin-close {
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: -98%;
    font-weight: 400;
    width: 24px;
    height: 24px;
    background: #fff;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #ccc;
    text-align: center;
    font-size: 18px;
    z-index: 1;
    opacity: 0;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
    transition-property: opacity;
    transition-duration: 0.5s;
}
.pinclick .pin-close {
    opacity: 1;
}
.pin-close:hover {
    color: #666;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
/*if pin is hovered*/
.pinhover .pin-img-selected,
.hard-pinhover .pin-img-selected {
    opacity: 1;
}
.pinhover .pin-img,
.hard-pinhover .pin-img {
    opacity: 0;
}
.pinhover .pin-partial-outer,
.hard-pinhover .pin-partial-outer {
    opacity: 1;
    display: block !important;
}
.imap-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0,178,190,0.90);
    min-height: 40px;
    z-index: 10;
    overflow-x: hidden;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.4);
}
.imap-footer.imap-menu-open{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.imap-menu-trigger {
    cursor: pointer;
    margin: 0 auto;
    width: 100%;
    height: 60px;
    display: block;
    line-height: 60px;
    background-color: rgb(6, 179, 193);

}
.imap-menu-trigger:after {
    display: block;
    text-align: center;
    content: "\f106";
    color: #fff;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 400;
}
.imap-menu-open .imap-menu-trigger:after {
    content: "\f107";
}
.imap-menu {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 26px;
    list-style: none;
    width: 100%;
    padding: 0 0;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: .5s;
    /*transition-timing-function: cubic-bezier(0, 1, 0.5, 1);*/
}
.imap-menu-open .imap-menu {
    opacity: 1;
    max-height: 800px;
    padding: 12px 0;
}
@media only screen and (min-width : 1024px) and (max-width : 1024px){ 
    .imap-menu-open .imap-menu {
	height: 50vh;
    }
}
.imap-menu a {
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
	text-transform: uppercase;
    line-height: 1.5em;
    /*padding: 10px 0;*/
}
.imap-menu a:hover,
.imap-menu a:focus {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-decoration: underline;
}
.pinclick .pin-partial-outer {
    opacity: 0;
}
.on-low-height{
    display: none;
}

@media (min-width: 992px) {
    .imap-bg {
	width: 100%; 
    }
    .imap-frame {
        width: 100%;
    }
    .imap {
	overflow: hidden;
    }
    .imap-menu {
/*	-webkit-column-count: 5; -webkit-column-gap:20px;
	-moz-column-count:5; -moz-column-gap:20px;
	-o-column-count:5; -o-column-gap:20px;
	column-count:5; column-gap:20px;*/
    }
    .imap-menu .menu-item {
	float: left;
	width: 20%;
    }
    .push-bottom .pin-body {
	top: 22px;
	bottom: auto;
    }
    .push-right .pin-body{
	right: -555px;
	top: -80px;
    }
    .push-left .pin-body {
	right: 24px;
	top: -90px;
    }
    .imap-menu {
	-moz-column-count: 5;
        -webkit-column-count:5;
        column-count:5;
        -moz-column-gap: 10px;
        -webkit-column-gap:10px;
        column-gap: 10px;
    }
    .imap-menu .menu-item{float: none;}
}
@media (max-width: 991px) {
    .imap-frame-wrap {
	overflow-x: auto;
    }
    .imap-menu {
	width: 100%;
	margin: 0;
	overflow-y: auto;
    }
    .imap-menu-open .imap-menu {
	max-height: 400px;
    }
    .imap-bg {
	width: 100%;
    }
    .imap-menu-trigger {
	height: 50px;
	line-height: 50px;
    }
    .imap-menu-trigger:after {
	font-size: 20px;
	font-weight: 700;
    }
    .pin-photo {
	bottom: 100%;
	right: 0;
	width: 100%;
	height: 0;
    }
    .pinclick .pin-photo {
	bottom: 100%;
	right: 0;
	height: 100%;
    }
    .pin-close {
	top: -211px;
	left: 10px;
    }
    .push-bottom .pin-body {
	top: 211px;
	bottom: auto;
    }
    .push-bottom .pin-partial-outer {
	bottom: -70px;
    }
    .push-left .pin-partial-outer {
	left: auto !important;
	right: 0;
    }
    .push-left .pin-body {
	right: 15px;
	bottom: 0;
    }
    
}

@media( max-height: 767px){
    .imap-menu-trigger{
        text-align: center;
        color: white;
    }
    .on-low-height{
        display: block;
        margin: 0;
        font-family: "Roboto Condensed","Roboto",sans-serif;
        text-transform: uppercase;
        line-height: 55px;
    }
    .on-low-height:before,
    .on-low-height:after{
        content: "\f106";
        font-family: FontAwesome;
        font-size: 130%;
    }
    .imap-menu-open .on-low-height{
        display:none;
    }
    .imap-menu-trigger:after{
        content: '';
        display: none;
    }
    .imap-menu-open .imap-menu-trigger:after{
        content: "\f107";
        display: block;
    }
}