.card .card-title.activator,
.map .marker {
    cursor: pointer;
}
#scrollEnabling.enabled,
#scrollEnabling:hover,
#streetView:hover {
    background-color: #66676b;
    color: #fff;
}
#scrollEnabling.enabled,
#scrollEnabling:hover,
.custom-zoom-in:hover,
.custom-zoom-out:hover {
    background-color: #1c90f3;
    color: #fff;
}
#geoLocation,
#scrollEnabling,
#streetView {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 13px;
    line-height: 21px;
}
#geoLocation,
#mapnav-buttons a,
#scrollEnabling,
#streetView {
    color: #333;
    background-color: #fff;
    padding: 9px 18px 7px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
#scrollEnabling:before {
    margin-left: -3px;
}
#geoLocation:before,
#scrollEnabling:before,
#streetView:before {
    content: "\e015";
    font-family: simple-line-icons;
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    font-size: 15px;
    line-height: 1px;
}
.zoomControlWrapper {
    position: absolute;
    left: 0;
    right: auto;
    width: 70px;
}
.card,
.card .card-image,
.card.large,
.card.medium,
.card.small,
.item {
    position: relative;
}
.custom-zoom-in,
.custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 50%;
    margin: 5px 15px;
    transition: color 0.3s, background-color 0.3s;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 15px;
    height: 34px;
    width: 34px;
}
.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before {
    -webkit-text-stroke: 1px #1c90f3;
}
.custom-zoom-in:before {
    content: "\f067";
}
.custom-zoom-out:before {
    content: "\f068";
}
.custom-zoom-in:before,
.custom-zoom-out:before {
    font-family: FontAwesome;
    width: 100%;
    line-height: 35px;
    transition: -webkit-text-stroke 0.3s;
    -webkit-text-stroke: 1px #fff;
}
.item {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.card.small {
    height: auto;
    max-height: 300px;
}
.card {
    margin: 0.5rem 0 1rem;
    background-color: #fff;
    transition: box-shadow 0.25s;
    border-radius: 2px;
}
.gmapAdBox-wrapper,
.gmapAdBox-wrapper .gmapAdBox .description {
    -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
}
.card.large .card-image,
.card.medium .card-image,
.card.small .card-image {
    max-height: 60%;
    overflow: hidden;
}
.small,
small {
    font-size: 85%;
}
.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card.large .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.small .card-image + .card-content {
    max-height: 40%;
}
.card.large .card-content,
.card.medium .card-content,
.card.small .card-content {
    max-height: 100%;
    overflow: hidden;
}
.card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
}
.label.label-default {
    background-color: #1c90f3;
}
.label-default,
.label-status {
    background-color: #333;
}
.label {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 800;
}
.label-default {
    background-color: #777;
}
.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px;
}
.card .card-title {
    font-size: 18px;
    font-weight: 300;
}
.map .cluster > div:before,
.map .marker .marker-wrapper:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: fontawesome;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-align: center;
}
.card .card-content p {
    margin: 0;
    color: inherit;
}
.gmapAdBox-wrapper {
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    filter: alpha(Opacity=0);
    opacity: 0;
}
.gmapAdBox-wrapper > img,
.map .marker:after {
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
.gmapAdBox-wrapper.show {
    filter: alpha(enabled=false);
    opacity: 1;
}
.gmapAdBox-wrapper.show > img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gmapAdBox-wrapper.show .gmapAdBox > a {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.gmapAdBox-wrapper.show .gmapAdBox .rating-passive {
    filter: alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.gmapAdBox-wrapper.show .gmapAdBox .description {
    filter: alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.gmapAdBox-wrapper > img {
    transition: 0.3s ease;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute !important;
    z-index: 1;
    right: -15px;
    top: -15px;
}
.gmapAdBox-wrapper .gmapAdBox {
    width: 270px;
}
.gmapAdBox-wrapper .gmapAdBox .description {
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    z-index: 1;
    bottom: 40px;
    padding-right: 20px;
}
.gmapAdBox-wrapper .gmapAdBox .rating-passive,
.gmapAdBox-wrapper .gmapAdBox > a {
    -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
}
.gmapAdBox-wrapper .gmapAdBox .description h3 {
    font-size: 18px;
}
.gmapAdBox-wrapper .gmapAdBox .description h4 {
    font-size: 12px;
}
.gmapAdBox-wrapper .gmapAdBox .rating-passive {
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    position: absolute;
    bottom: 15px;
    left: 20px;
    padding: 0;
    background-color: transparent;
    color: #fff;
    display: inline-block;
}
.gmapAdBox-wrapper .gmapAdBox .rating-passive .stars {
    margin-right: 2px;
}
.gmapAdBox-wrapper .gmapAdBox .rating-passive .stars figure {
    color: #fff;
}
.gmapAdBox-wrapper .gmapAdBox > a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.map .cluster > div,
.map .marker .marker-wrapper {
    -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
}
.gmapAdBox-wrapper .gmapAdBox > a .image {
    background-position: 50% 50%;
    background-size: cover;
}
.gmapAdBox-wrapper .gmapAdBox > a .image:after {
    filter: alpha(Opacity=70);
    opacity: 0.7;
    background-color: transparent;
}
.map .cluster > div,
.map .cluster > div:after {
    background-color: #1c90f3;
    width: 36px;
    height: 36px;
}
.gmapAdBox-wrapper .gmapAdBox .controls-more {
    right: 15px;
    top: inherit;
    bottom: 10px;
}
.gmapAdBox-wrapper .gmapAdBox .controls-more:hover:after {
    filter: alpha(enabled=false);
    opacity: 1;
    color: #fff;
}
.gmapAdBox-wrapper .gmapAdBox .controls-more:after {
    filter: alpha(Opacity=60);
    opacity: 0.6;
    color: #fff;
}
.map.show-marker-labels .marker .title {
    filter: alpha(enabled=false);
    opacity: 1;
}
.map .cluster:hover > div {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.map .cluster > div {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    border: 2px solid #1c90f3;
    color: #fff !important;
    line-height: 32px !important;
}
.map .cluster > div:after {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: translateZ(-2px);
    -ms-transform: translateZ(-2px);
    -webkit-transform: translateZ(-2px);
    transform: translateZ(-2px);
    -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    border: 2px solid #1c90f3;
    position: absolute;
    top: -2px;
    left: -2px;
    content: "";
}
.map .cluster > div:before {
    -moz-transform: translateZ(-4px);
    -ms-transform: translateZ(-4px);
    -webkit-transform: translateZ(-4px);
    transform: translateZ(-4px);
    content: "\f002";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 36px;
    line-height: 30px;
    font-size: 14px;
}
.map a[href^="http://maps.google.com/maps"],.map a[href^="https://maps.google.com/maps"]
{
    display: block !important;
}
.map .gm-style-cc,
.map .gmnoprint a,
.map .gmnoprint span {
    display: block;
}
.map .marker {
    display: inline-block;
    position: relative;
}
.map .marker:after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: 0.3s ease;
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    width: 14px;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.map .marker .marker-wrapper .pin:before,
.map .marker .marker-wrapper:before {
    background-color: #1c90f3;
    width: 37px;
    content: "";
}
.map .marker.active:after,
.map .marker.hover-state:after,
.map .marker:hover:after {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.map .marker.active .marker-wrapper .pin:after,
.map .marker.hover-state .marker-wrapper .pin:after,
.map .marker:hover .marker-wrapper .pin:after {
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.map .marker.active .title,
.map .marker.hover-state .title,
.map .marker:hover .title {
    filter: alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.map .marker.active .marker-wrapper:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: pulse;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: pulse;
    -moz-animation-fill-mode: forwards;
    -moz-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
    -o-animation-duration: 2s;
    -o-animation-name: pulse;
    -o-animation-fill-mode: forwards;
    -o-animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: pulse;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
.map .marker .marker-wrapper {
    -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    position: relative;
    transform-style: preserve-3d;
    width: 37px;
    height: 49px;
}
.map .marker .marker-wrapper:before {
    -moz-border-radius: 30%;
    -webkit-border-radius: 30%;
    border-radius: 30%;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.map .marker .marker-wrapper:after {
    -moz-transform: translateZ(-4px);
    -ms-transform: translateZ(-4px);
    -webkit-transform: translateZ(-4px);
    transform: translateZ(-4px);
    content: "\f002";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    line-height: 34px;
    font-size: 14px;
}
.map .marker .title:after,
.map .marker .title:before,
.map .tooltip .tooltip-arrow:after {
    content: "";
    border-style: solid;
    height: 0;
    width: 0;
    position: absolute;
}
.map .marker .marker-wrapper .pin {
    -moz-border-radius: 30%;
    -webkit-border-radius: 30%;
    border-radius: 30%;
    transform-style: preserve-3d;
    border: 4px solid #1c90f3;
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    background-size: cover;
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.33);
    -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
}
.map .marker .marker-wrapper .pin:before {
    -moz-transform: translateZ(-2px);
    -ms-transform: translateZ(-2px);
    -webkit-transform: translateZ(-2px);
    transform: translateZ(-2px);
    -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid #1c90f3;
    position: absolute;
    top: -4px;
    left: -4px;
    height: 37px;
    z-index: 1;
}
.map .marker .marker-wrapper .pin .image {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}
.map .marker .marker-wrapper .pin .image:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0;
    border-color: #1c90f3 transparent transparent;
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
}
.map .marker .marker-wrapper .pin .iconPosition {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 2px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.map .marker .marker-wrapper .pin .iconPosition .fa {
    vertical-align: middle;
}
.map .marker .title {
    filter: alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    position: absolute;
    left: 50px;
    top: 5px;
    white-space: nowrap;
    background-color: #fff;
    padding: 2px 4px;
}
.map .marker .title:after,
.map .marker .title:before {
    border-width: 4px 6px 4px 0;
    left: -6px;
    bottom: 0;
    margin: auto;
}
.map .marker .title:after {
    border-color: transparent #fff transparent transparent;
    top: 0;
}
.map .marker .title:before {
    border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
    top: 2px;
}
.map .tooltip .tooltip-inner {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff;
    color: #1f1f1f;
}
.map .tooltip .tooltip-arrow {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    border-top-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    bottom: -1px;
}
.map .tooltip .tooltip-arrow:after {
    border-color: #fff transparent transparent;
    border-width: 5px 5px 0;
    top: -6px;
    left: -5px;
}
.mapgmapAdBoxLocation,
.mapgmapAdBoxTitle {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mapgmapAdBoxTitle {
    margin-top: 5px;
    margin-bottom: 0 !important;
}
.mapgmapAdBoxLocation {
    margin: 0;
}
.height-200px {
    height: 200px !important;
}
