.tx-addresses .embed-responsive-custom::before {
    padding-top: 100%;
}
@media (max-width:991px) {
    .embed-responsive-xs-2by3::before {
        padding-top: 150%;
    }
}


.tx-addresses {
    margin-left: -15px;
    margin-right: -15px;
    /*overflow-x: hidden;*/
    position: relative;
}
.tx-powermail .tx-addresses {
    border-radius: 10px;
    overflow: hidden;
}
.tx-addresses .widget-search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 15px 35px 0;
}
.tx-addresses .widget-search h2,
.tx-addresses .widget-search p {
    display: none;
}
.tx-addresses .widget-search .form-group {
    margin-bottom: 10px;
}
.tx-addresses .widget-search .input {
    position: relative;
}
.tx-addresses .widget-search .input > input {
    padding-right: 35px !important;
}
.tx-addresses .widget-search .input > i {
    color: #9A9A9A;
    font-size: 1rem;
    padding: 12px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.tx-addresses .widget-search input.form-control {
    font-weight: 400;
    box-shadow: rgba(0,0,0,0.16) 0 3px 6px;
    border: none;
    padding: 8px 15px;
}
.tx-addresses .widget-search input.form-control::placeholder {
    color: #9A9A9A;
    font-weight: 400;
}
.tx-addresses .widget-search .btn-primary {
    padding: 8px 15px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.tx-addresses .widget-search .btn-primary:hover {
    color: #E21918;
    background: #E21918;
}
.tx-addresses .widget-search .btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.tx-addresses .widget-search .btn-primary:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tx-addresses .map-popup {
    padding: 3px;
    font-size: 13px;
    color: #333333;
    position: relative;
    min-width: 250px;
}
.tx-addresses .map-popup .links {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 16px;
}
.tx-addresses .map-popup .links > a {
    margin-left: 20px;
}
.tx-addresses .map-popup .links > a:first-child {
    margin-left: 0;
}
.tx-addresses .map-popup .content {
    line-height: 1.3;
}
.tx-addresses .map-popup .content h3 {
    padding-right: 60px;
    margin-bottom: 15px;
}
.tx-addresses .map-popup .buttons {
    margin-top: 10px;
}
.tx-addresses .map-popup .buttons .btn {
    font-size: inherit;
    font-weight: 300;
    margin-left: 20px;
}
.tx-addresses .map-popup .buttons .btn:first-child {
    margin-left: 0;
}

.ui-menu.ui-autocomplete {
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.16) 0 3px 6px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
    z-index: 500;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    font-size: 1rem;
    padding: 8px 15px;
    transition: all .1s ease-in-out;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background-color: #E21918;
    color: #fff;
}

.contentOverBanner > .bannerWrapper .tx-addresses .embed-responsive-custom::before {
    padding-top: 50%;
}

.tx-addresses .extwebsite-iframe-wrapper {
    box-shadow: rgba(0,0,0,0.16) 0 3px 6px;
}
.tx-addresses .extwebsite-iframe-wrapper .navigation-buttons {
    padding: 0 5px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content:space-between;
}
.tx-addresses .extwebsite-iframe-wrapper .navigation-buttons a.btn {
    box-shadow: rgba(0,0,0,0.16) 0 3px 6px;
}
.tx-addresses .extwebsite-iframe-wrapper iframe {
    padding-top: 50px;
}


.tx-addresses .list table td,
.tx-addresses .list table th {
    vertical-align: middle;
}
.tx-addresses .list ul.links,
.tx-addresses .list ul.services {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.tx-addresses .list ul.links > li,
.tx-addresses .list ul.services > li {
    font-size: 20px;
    line-height: 1;
    padding-left: 10px;
}


@media (min-width:576px) {
    .tx-addresses {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width:992px) {
    .tx-addresses .widget-search {
        background: #FAFAFA;
        overflow: hidden;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        box-shadow: rgba(0,0,0,0.16) 0 3px 6px;
        position: relative;
    }
    .tx-addresses .widget-search h2,
    .tx-addresses .widget-search p {
        display: block;
    }
    .contentOverBanner > .bannerWrapper .tx-addresses .embed-responsive-custom::before {
        padding-top: 25%;
    }
}


.black-link{
    color: inherit;
}




.tx-addresses .map-popup .content h3 {
    font-size: 2.5rem;
    font-weight: 400;
}

.tx-addresses .map-popup .content {
    line-height: 1.6;
}