/* Preloader */
.ct-preloader{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
}
.ct-preloaderCenter{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -25px;
}
.ct-preloader-content{
    position:relative;
}
.ct-preloader-content span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#9b59b6;
    position:absolute;
    animation: ct-preloader-content 1.5s  infinite ease-in-out;
}

.ct-preloader-content span:nth-child(2){
    left:11px;
    animation-delay: .2s;

}
.ct-preloader-content span:nth-child(3){
    left:22px;
    animation-delay: .4s;
}
.ct-preloader-content span:nth-child(4){
    left:33px;
    animation-delay: .6s;
}
.ct-preloader-content span:nth-child(5){
    left:44px;
    animation-delay: .8s;
}
@keyframes ct-preloader-content {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:5px;transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}

/*MAIN*/

.make-hidden{
    display: none;
    visibility: hidden;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}

.ct-googleMap--MapCol{
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 0;
    position: relative;
    min-height: 1px;
}

.ct-googleMap--SidebarCol{
    width: 25%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    min-height: 1px;
}

.ct-googleMap {
    height: 652px;
    border-radius: 6px;
    background-color: black;
    width: 100%;
}

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

.clearfix{
    clear: both;
}
.ct-googleMap--sidebar{
    text-align: left;
    width: 100%;
}
.ct-googleMap--selectContainer{
/*     margin-bottom: 8px; */
}
.ct-googleMap--select{
    width: 100%;
    height: 40px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding: 9px 9px 9px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*text-indent: 0.01px;*/
    text-overflow: "";
    color: #333;
}
.ct-googleMap--resultsCounter{
    color: #707070;
    font-weight: bold;
    padding: 0 1rem;
    font-size: 1em;
    margin-bottom: 10px;
}
.ct-googleMap--results{
    max-height: 508px;
    overflow-y: auto;
    position: relative;
}
.ct-googleMap--itemCounter{
    float: right;
}
.ct-googleMap--select:focus{
    outline: none;
}
.ct-googleMap--selectContainer, .ct-googleMap--searchContainer, .ct-googleMap--searchNameContainer{
    position: relative;
}
.ct-googleMap--selectContainer:after, .ct-googleMap--searchContainer:after,  .ct-googleMap--searchNameContainer:after{
    content: "";
    clear: both;
}
.ct-googleMap--searchContainer:before, .ct-googleMap--selectContainer:before, .ct-googleMap--searchNameContainer:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 18px;
}
.ct-googleMap--searchContainer{
    margin-bottom: 8px;
}
.ct-googleMap--searchNameContainer{
    margin-bottom: 10px;
}
.ct-googleMap--sidebar .ct-googleMap--search, .ct-googleMap--sidebar .ct-googleMap--searchName{
    height: 40px;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #333;
    background-color: transparent;
    border: 1px solid #d7d6d6;
    padding-right: 15px;
    padding-left: 15px;
}

.ct-googleMap--sidebar .ct-googleMap--search:focus, .ct-googleMap--sidebar .ct-googleMap--searchName:focus{
   outline: none;
}

.ct-googleMap--search-button {
    position: absolute;
    right: 3px; 
    top: 3px;
    bottom: 3px;
    border: 0;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 6px;
    border-radius: 6px;
    z-index: 2;
}
.ct-googleMap--search-button {
    font-size: 13px;
}

.ct-googleMap--sidebar .ct-googleMap--sidebarItem {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border: none;
    padding: .8rem .8rem;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: table;
    width: 100%;
}
.ct-googleMap--sidebar .ct-googleMap--sidebarItem i {
    color: #6c757d;
}
.ct-googleMap--sidebarItemBusiness,
.ct-googleMap--sidebarItemName {
    font-weight: 700;
    font-size: 14px;
}
.ct-googleMap--sidebarItemAddress {
    font-size: 12px;
}
.ct-googleMap--sidebarItemContacts > li {
    display: inline-block !important;
    list-style: none !important;
    margin: 0 !important;
    width: 50%;
}
.ct-googleMap--sidebarItemContacts > li:nth-child(2n),
.ct-googleMap--sidebarItemContacts > li:nth-child(2n+1) {
    margin: 0 !important;
}
.ct-googleMap--sidebarItemContacts > li:nth-child(2n) {
    /* margin-left: 10px !important; */
    /* float: right; */
}
.ct-googleMap--sidebarItemPhone {

}
.ct-googleMap--sidebarItemEmail {

}
.ct-googleMap--sidebarItemDescription {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
}
.ct-googleMap--sidebarItem .ct-googleMap--sidebarItemDistance{
    font-weight: bold;
    text-align: right;
    padding-left: 5px;
    color: #dc3545;
}

.ct-googleMap--InfoWindowBody{
    padding: 1rem;
    position: relative;
    background-color: #fff;
    color:  #000;
    text-align: center;
    border-radius: .25rem;
}
.ct-googleMap--InfoWindowBody span:first-child{

}
 .ct-googleMap--InfoWindowBody span{
    font-size: 1.2em;
    line-height: 1.5em;
    display: block;
    position: relative;
}
.ct-googleMap--InfoWindowTitle{
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
ul.ct-googleMap--InfoWindowContacts {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
ul.ct-googleMap--InfoWindowContacts > li {
    /* display: inline-block; */
    list-style: none !important;
    padding: 0 10px;
    margin: 0 !important;
}
.ct-googleMap--InfoWindowDescription{
    margin: .25rem 0;
    font-size: .875em;
    color: #6c757d;
}
.ct-googleMap--customInfoWindow{
    border-bottom: 3px solid #D45C56;
    border-radius: .25rem;
}
/* .ct-googleMap--customInfoWindow:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 17px 0 17px;
    border-color: #D45C56 transparent transparent transparent;
} */
.ct-googleMap--customInfoWindow a{
    color: #0067ab;
}

.ct-googleMap--closeButton{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.ct-googleMap--InfoWindowBody a{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
.ct-googleMap--customInfoWindow a:hover{
    opacity: 0.7;
}
.Navigation{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.Navigation:after{
    clear: both;
}

.Navigation li{
    display: inline-block;
}

.NavigationPrev a:before, .NavigationNext a:before{
    content: "";
    height: 32px;
    width: 44px;
    display: block;
    background-position: center;
    cursor: pointer;
}
.NavigationPrev{
    float: left;
}
.NavigationNext{
    float: right;
}
.NavigationPrev.NavigationDisable a:before, .NavigationNext.NavigationDisable a:before{
    cursor: default;
}

.Navigation .paginationCounter, .Navigation .paginationCounter span{
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

.NavPage{
    padding: 0 10px;
    color: #c2bdbd;
    cursor: pointer;
}
.NavPage:hover{
    color: #c2bdbd;
}

.ct-button--direction{
    font-size: 16px;
}

/** Styles **/



.default {
    width: 100%; /*1200px*/
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.default .ct-googleMap--select, .default .ct-googleMap--sidebar .ct-googleMap--search, .default .ct-googleMap--sidebar .ct-googleMap--searchName{
    background-color: #00375b;
    color: #fff;
    font-weight: 400;
    border: none;
}
.default .ct-googleMap--select{
    /* padding-left: 50px; */
    padding: 0 34px 0 44px;
    border-radius: 6px;
}
.default .ct-googleMap--selectContainer label {
    display: inline;
}
.default .ct-googleMap--selectContainer label:after {
    content:"\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    padding: 8px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}
.default .ct-googleMap--selectContainer:before{
    content: "\f57d";
    background-color: #0074b5;
    color: #fff;
    border-radius: 6px 0 0 6px;
}
.default .ct-googleMap--searchContainer:before{
    content: "\f1ad";
    background-color: #0074b5;
    color: #fff;
    border-radius: 6px 0 0 6px;
}
.default .ct-googleMap--searchNameContainer:before{
    content: "\f2c2";
    background-color: #0074b5;
    color: #fff;
    border-radius: 6px 0 0 6px;
}

.default .ct-googleMap--sidebar .ct-googleMap--search, .default .ct-googleMap--sidebar .ct-googleMap--searchName{
    padding: 0 34px 0 44px;
    border-radius: 6px;
}
.default  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #f5f5f5;
    font-weight: 400;
}
.default :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #f5f5f5;
    opacity:  1;
    font-weight: 400;
}
.default ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #f5f5f5;
    opacity:  1;
    font-weight: 400;
}
.default :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #f5f5f5;
    font-weight: 400;
}
.default .ct-googleMap--sidebar .ct-googleMap--sidebarItem{
    color: #000;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 6px;

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-top: 3px solid #D45C56;
    border-radius: .25rem;

    min-height: 164px;
}
.ct-googleMap--sidebar .ct-googleMap--sidebarItem.selected-background {
    background-color: #FFE8C4;
}
.default .ct-googleMap--sidebar .ct-googleMap--sidebarItem:hover{
    color: #000;
    background-color: #f5f6fa;
}
.ct-googleMap--sidebar .ct-googleMap--sidebarItem.selected-background:hover {
    background-color: #FFE8C4;
}
.default .paginationCounter{
    border-left: none;
    border-right: none;
    margin: 0 auto;
}
.default .Navigation{
    background-color: #ecf0f1;
    border-radius: 6px;
}
.default .Navigation .paginationCounter, .default .Navigation .paginationCounter span{
    color: #79aacf;
    font-size: 14px;
    line-height: 48px;
}
.default .NavigationPrev a:before, .default .NavigationNext a:before{
    height: 48px;
    width: 48px;
}

.default .NavPage{
    padding: 8px 10px;
    color: #e20026;
}
.default .NavigationPrev a:before{
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    padding-top: 12px;
    border-right: 2px solid #fff;
}
.default .NavigationNext a:before{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    padding-top: 12px;
    border-left: 2px solid #fff;
}
.default .NavigationPrev.NavigationDisable a:before{
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    padding-top: 12px;
    opacity: 0.5;
    color: #696e6e !important;
}
.default .NavigationNext.NavigationDisable a:before{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    padding-top: 12px;
    opacity: 0.5;
    color: #696e6e !important;
}

.default .active{
    color: #292f38;
    font-weight: bold;
}
.default .active:hover{
    color: #292f38;
}

/** Responsive **/

@media(max-width: 1200px ) {
    .default {
      width: 100%;
    }
    .ct-googleMap--SidebarCol{
        width: 40%;
    }
    .ct-googleMap--MapCol{
        width: 60%;
    }
}

@media (max-width: 768px) {
    .row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .ct-googleMap--SidebarCol, .ct-googleMap--MapCol{
        width: 100%;
        padding-left: 0;
    }
    .ct-googleMap--MapCol {
        margin-bottom: 30px;
    }
}

/** **/
.full-width-inner .entry {
    padding: 16px 0;
}

.full-width-content .full-width-inner .content {
    padding: 8px 16px;
}

.full-width-inner .entry-title {
    margin-bottom: 10px;
}

.ct-googleMap button {
    border-radius: 0;
}

#iable-map-full-screen {
    z-index: 100;
    background: rgb(255, 255, 255);
    border: 0px none;
    margin: 10px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: absolute;
    cursor: pointer;
    user-select: none;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    overflow: hidden;
    top: 0px;
    right: 0px;
}

#iable-map-full-screen i {
    box-sizing: content-box;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}


.ct_googlemap_selection_wrap label{width: 100%;}

ul.ct-googleMap--InfoWindowContacts a.pin-website {
    word-break: break-word;
}