* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.nearbyplaces-map.animate {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.nearbyplaces-map {
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 0;
    opacity: 0;
    transition: all .75s ease;
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
}
.nearbyplaces-map__map {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
.nearbyplaces-map__map #nearbyplaces {
    width: 100%;
    height: 100%;
}


.nearbyplaces-map__menu {
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
/*     height: 533px; */
}
.nearbyplaces-map__menu .nearbyplaces-map__menu-item {
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100px;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 2.25rem;
    text-transform: uppercase;
    font: 700 1.5rem/1 "Open Sans",helvetica,arial,sans-serif;
    letter-spacing: .15em;
    cursor: pointer;
    border-bottom: 2px solid #606060;
}

@media screen and ( max-width: 722px ) {
    .nearbyplaces-map__map {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nearbyplaces-map__map {
        height: 300px !important;
    }
    .nearbyplaces-map__menu {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nearbyplaces-map__menu .nearbyplaces-map__menu-item {
        font-size: 1rem;
        height: 40px;
        padding-bottom: 13px;
    }
}
.nearbyplaces-map__menu-item:hover {
    background: #314758;
	color: #fcdb64;
}

.nearbyplaces-map__map .marker {
    padding: .5rem 1rem 1rem;
    min-width: 170px;
}
.nearbyplaces-map__map .marker__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #4b4f54;
    text-transform: uppercase;
    font: 600 1.1rem/1.2 "Roboto Condensed",helvetica,arial,sans-serif;
    letter-spacing: .07rem;
    margin: 0;
}
.nearbyplaces-map__map .marker__address {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
    padding: .5rem;
    max-width: 200px;
    letter-spacing: .05em;
    margin: 0 auto;
    font: 400 .7rem/1.33 "Open Sans",helvetica,arial,sans-serif;
    color: #4b4f54;
    text-align: center;
    text-transform: uppercase;
}
.nearbyplaces-map__map .marker__directions {
    display: block;
    width: auto;
    text-align: center;
}
.nearbyplaces-map__map .marker__directions a {
    padding: 1rem 2rem;
    background: #314758;
	border-radius: 10px;
    display: inline-block;
    width: auto;
    color: #FFF;
    text-align: center;
    font: 700 .9rem/.5 "Roboto Condensed",helvetica,arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.nearbyplaces-map__menu .nearbyplaces-map__menu-item>.inner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}

/**/

.si-float-wrapper {
    position: absolute;
    width: 100%
}

.si-float-wrapper,
.si-float-wrapper * {
    box-sizing: border-box
}

[class*=si-wrapper] {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: default
}

.si-wrapper-top {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -40px;
    margin-left: 0;
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.si-wrapper-bottom {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
    margin-left: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.si-wrapper-left {
    margin-top: -20px;
    margin-left: -11px;
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.si-wrapper-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: -20px;
    margin-left: 11px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

[class*=si-shadow-wrapper] {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .29804;
    z-index: 1
}

.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top {
    -ms-flex-direction: column;
    flex-direction: column
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
    -ms-flex-order: -1;
    order: -1
}

.si-shadow-frame {
    box-shadow: 0 1px 3px 0 #000
}

[class*=si-shadow-pointer] {
    position: relative;
    width: 15px;
    height: 15px;
    margin: auto
}

[class*=si-shadow-inner-pointer] {
    position: absolute;
    width: 141%;
    height: 141%;
    box-shadow: -.71px .71px 3px 0 #000
}

.si-shadow-inner-pointer-top {
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-bottom {
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg)
}

.si-shadow-inner-pointer-left {
    top: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-right {
    top: 50%;
    right: 0;
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg)
}

.si-frame {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2
}

.si-content-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 30px;
    background-color: #fff
}

.si-has-border .si-content-wrapper {
    border: 1px solid #bbb
}

.si-content {
    overflow: auto
}

.si-close-button {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    color: #8d8d8d;
    font-family: Arial, Baskerville, monospace;
    font-size: 24px;
    cursor: pointer;
    opacity: .5;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.footer .footer__top>.container a:hover,
.si-close-button:focus,
.si-close-button:hover,
.template-contact .contact__option a:hover {
    opacity: .7
}

[class*=si-pointer-border] {
    position: absolute;
    border: 15px solid transparent;
    z-index: 3
}

[class*=si-pointer-bg] {
    position: relative;
    border: 15px solid transparent;
    z-index: 4
}

.si-has-border [class*=si-pointer-bg] {
    border-width: 15px
}

.si-pointer-border-bottom,
.si-pointer-border-top {
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.si-pointer-border-left,
.si-pointer-border-right {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.si-pointer-top {
    border-bottom: 0
}

.si-pointer-border-top {
    bottom: 0;
    border-top-color: #bbb
}

.si-pointer-bg-top {
    border-top-color: #fff
}

.si-pointer-bottom,
body.template-home .home-form-section>.container {
    border-top: 0
}

.si-has-border .si-pointer-bg-top {
    top: -1px;
    margin-bottom: 0
}

.si-pointer-border-bottom {
    top: 0;
    border-bottom-color: #bbb
}

.si-pointer-bg-bottom {
    border-bottom-color: #fff
}

.si-has-border .si-pointer-bg-bottom {
    bottom: -1px;
    margin-top: 0
}

.si-pointer-left {
    border-right: 0
}

.si-pointer-border-left {
    right: 0;
    border-left-color: #bbb
}

.si-pointer-bg-left {
    border-left-color: #fff
}

.si-has-border .si-pointer-bg-left {
    left: -1px;
    margin-right: 0
}

.si-pointer-right {
    border-left: 0
}

.si-pointer-border-right {
    left: 0;
    border-right-color: #bbb
}

.si-pointer-bg-right {
    border-right-color: #fff
}

.si-has-border .si-pointer-bg-right {
    right: -1px;
    margin-left: 0
}
