.slider-top-dots-title-wrap{
    text-align: center;
    padding-bottom: 15px;
}
.slider-top-dots-title{
    color: #000;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    font-size: 2em;
}
.slider-top-dots-slider{
    position: relative;
}

.slider-top-dots-navigation{
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #BFBFBF;
}
ul.slider-top-dots-navigation-ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
ul.slider-top-dots-navigation-ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
ul.slider-top-dots-navigation-ul li a{
    display: inline-block;
    padding: 15px;
    transition: all .1s ease;
    color: #333;
}
ul.slider-top-dots-navigation-ul li a:hover{
    box-shadow: inset 0px -2px 0 #F7971D;
    transition: all .1s ease;
}
ul.slider-top-dots-navigation-ul li.current a{
    box-shadow: inset 0px -2px 0 #F7971D;
    transition: all .1s ease;
    font-weight: 700;
    color: #000;
    pointer-events: none;
}

/* Nav Dots */

.slider-top-dots_nav-wrap{
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 50px;
    padding-top: 50px;
}
.slider-top-dots_nav-inner{
    height: 30px;
    position: relative;
}
.slider-top-dots_nav-container{
    position: relative;
}
.slider-top-dots_dots-wrap{
    position: absolute;
    top: 0;
    /*left: 25px;*/
    padding: 0;
    /*width: calc(100% - 50px);*/
    width: 100%;
}
.slider-top-dots_dots-wrap .slider-top-dots_dots-wrap-inner{
    /*position: absolute;*/
    top: 0;
    /*left: -25px;*/
    left: 0;
    padding: 0;
    /*width: calc(100% + 50px);*/
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.slider-top-dots_nav-container.content-container{
    padding: 0;
}
.slider-top-dots_progress{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background-color: #F7971D;
    width: 0%;

    /*max-width: calc(100% - 25px - 25px);*/
}
.slider-top-dots_progress:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background-color: #F7971D;
    right: 100%;
    width: 2000px;
}
.slider-top-dots_nav.ui-widget.ui-widget-content:after{
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    height: 2px;
    background-color: transparent;
    border-bottom: 2px dashed #aaa;
    left: 100%;
    width: 2000px;
}
.slider-top-dots_dots-text-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.slider-top-dots_dots-wrap .slider-top-dots_dot{
    height: 30px;
    z-index: 1;
}
.slider-top-dots_dots-wrap .slider-top-dots_dots-wrap-inner .slider-top-dots_dot,
.slider-top-dots_dots-text-wrap .slider-top-dots_dot-text{
    vertical-align: middle;
    width: 33.333333%;
}
.slider-top-dots_dots-wrap .slider-top-dots_dots-wrap-inner .slider-top-dots_dot:first-child,
.slider-top-dots_dots-text-wrap .slider-top-dots_dot-text:first-child{
    text-align: left;
}
.slider-top-dots_dots-wrap .slider-top-dots_dots-wrap-inner .slider-top-dots_dot,
.slider-top-dots_dots-text-wrap .slider-top-dots_dot-text{
    /*text-align: center;*/
}
.slider-top-dots_dots-wrap .slider-top-dots_dots-wrap-inner .slider-top-dots_dot:last-child,
.slider-top-dots_dots-text-wrap .slider-top-dots_dot-text:last-child{
    /*text-align: right;*/
    width: auto;
}

.slider-top-dots_dot-text{
    position: relative;
}
.slider-top-dots_dot-text.selected .slider-top-dots_dot-title{
    color: #F7971D;
    font-size: 1.125em;
    transition: all .2s ease;
}
.slider-top-dots_dot-text .slider-top-dots_dot-title{
    text-transform: uppercase;
    transition: all .2s ease;
    color: #aaa;
    font-size: 1.125em;
    /*text-align: center;*/
    /*transform: translateX(calc(-50% + 15px));*/
    line-height: 1;
    /*position: absolute;
    top: 0;
    left: -50%;
    transform: translateX(50%);
    text-align: center;*/
}
.slider-top-dots_dots-wrap .slider-top-dots_dot-inner{
    width: 20px;
    height: 20px;
    margin: 5px 15px;
    border-radius: 100%;
    border: 2px solid #aaa;
    display: inline-block;
    background: #fff;
}

.slider-top-dots_nav span.ui-slider-handle{
    width: 30px;
    height: 30px;
    outline: none;
    border-radius: 100%;
    /*background: rgba(247, 151, 29,s 0.5);*/
    background: #F7971D;
    border: 2px solid #F7971D;
    /*box-shadow: 0 0 10px 2px #F7971D;*/
    display: inline-block;
    margin-left: -15px;
    top: -15px;
    cursor: pointer;
}
.slider-top-dots_nav span.ui-slider-handle:after{
    /*content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #F7971D;
    width: 5000px;*/
}
.slider-top-dots_nav.ui-widget.ui-widget-content{
    border: 0;
    /*background: #F7971D;*/
    background: transparent;
    border-top: 2px dashed #aaa;
    width: calc(100% - 50px);
    display: inline-block;
}
.slider-top-dots_nav.ui-slider-horizontal{
    height: 2px;
    margin: 14px 25px;

}

.slider-top-dots_dots-text-wrap{
    position: relative;
    min-height: 2em;
}

.slider-top-dots span.ui-slider-handle.ui-state-default.ui-corner-all {
    transition: all .3s;
}

.slider-top-dots span.ui-slider-handle.ui-state-default.ui-corner-all.ui-state-active {
    transition: none;
}

.slider-top-dots-slider-content-item-col{
    padding: 0 30px;
}


.slider-top-dots-slider-content-item-col{
    display: flex;
    align-items: flex-start;
}

.slider-top-dots-slider-content-img-wrap{
    min-height: 210px;
    width: 100%;
}
.slider-top-dots-slider-content-title{
    color: #888;
    line-height: 1;
    font-size: 0.875em;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.slider-top-dots-slider-content-text{
    font-size: 1.5em;
    color: #888;
    line-height: 1.5;
    padding-top: 15px;
}
.slider-top-dots-slider-content-text a{
    color: #000;
    position: relative;
}
.slider-top-dots-slider-content-text a:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-weight: 700;
    background-color: #F7971D;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.content-item-project-img-wrap{
    padding-bottom: 15px;
}
.content-item-project-country{
    font-size: 0.75em;
    color: #888;
    text-transform: uppercase;
}
.content-item-project-title{
    font-size: 1.375em;
    color: #000;
    margin-bottom: 0;
}
.content-item-project-text{
    margin-bottom: 0;
    font-size: 0.875em;
    color: #555;
    margin-top: 15px;
}

.content-item-info-number-wrap{
    padding-bottom: 15px;
    padding-right: 15px;
}
.content-item-info-number{
    font-size: 2.750em;
    color: #F7971D;
    line-height: 1;
}
.content-item-info-number-text{
    color: #888;
    line-height: 1;
    font-size: 0.875em;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    padding-top: 10px;
}

.content-item-info-location{
    padding-bottom: 15px;
    padding-left: 15px;
}
.content-item-info-location-country{
    color: #000;
    text-transform: uppercase;
    font-size: 0.875em;
    margin-bottom: 0;
    width: 100%;
}
.content-item-info-location-city{
    color: #4B4B4B;
    font-size: 0.875em;
    width: 100%;
    display: block;
}
.content-item-info-map-wrap{
    padding: 15px;
}
.content-item-company-content-col{
    /*flex: auto;*/
}
.slider-top-dots-slider-content-item-text{
    width: 100%;
}

/* Treat the col-3 as col-12 to ensrue that the full item is shown from the big-thumbs component */
.slider-top-dots-slider-content-item-text .big-thumbs-bg-light .big-thumbs-wrap .row .col-3{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* Override bigthumbs padding added for filters*/
.slider-top-dots-slider-content-item-text .big-thumbs-bg-light .big-thumbs{
  padding: 0px;
}

.slider-top-dots-slider-content .owl-nav .owl-prev{
    position: absolute;
    height: 2em;
    width: 2em;
    z-index: 1;
    left: -2em;
    top: 50%;
    transform: translateY(-50%);
}
.slider-top-dots-slider-content .owl-nav .owl-next{
    position: absolute;
    height: 2em;
    width: 2em;
    z-index: 1;
    right: -2em;
    top: 50%;
    transform: translateY(-50%);
}
.slider-top-dots_nav-mob-wrap{
    display: none;
}


@media only screen and ( max-width: 768px ){
    .slider-top-dots-title{
        font-size: 1.5em;
    }
    .content-item-info-number-wrap{
        padding-right: 0;
        padding-bottom: 30px;
    }
    .content-item-info-location{
        padding-left: 0;
        padding-bottom: 30px;
        padding-right: 15px;
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }

    .content-item-info-location-city {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .content-item-info-map-wrap{
        padding: 5px;
    }
    .slider-top-dots-slider-content-item-col{
        padding: 0 15px;
    }
    .slider-top-dots-slider-content-item-row{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .slider-top-dots-slider-content-text{
        font-size: 1em;
    }

    .slider-top-dots_nav-wrap{
        display: none;
    }
    .slider-top-dots-slider-content .owl-dots{
        width: 100%;
        padding: 30px 0;
        text-align: center;
        line-height: 1;
    }
    .slider-top-dots-slider-content .owl-dots .owl-dot{
        display: inline-block;
        vertical-align: middle;
        outline: none;
        position: relative;
        text-align: center;
        line-height: 1;
    }
    .slider-top-dots-slider-content .owl-dots .owl-dot .owl-dot-inner{
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 2px solid #4b4b4b;
        margin: 5px 10px;
        display: inline-block;
        vertical-align: middle;
        outline: none;
        line-height: 1;
        vertical-align: bottom;
        background-color: transparent;
        outline: none;
        padding: 0;
    }
    .slider-top-dots-slider-content .owl-dots .owl-dot.active .owl-dot-inner{
        background-color: #4b4b4b;
    }
    .slider-top-dots-slider-content .owl-dots .owl-dot span {
        /*font-size: 0.750em;*/
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0 0 0;
        display: none;
    }
    .slider-top-dots-slider-content .owl-dots .owl-dot.active span {
        display: block;
    }
    .slider-top-dots_nav-mob-wrap{
        display: block;
        padding: 50px 0;
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
    }
    .slider-top-dots_nav-mob-inner{
        display: flex;
        justify-content: space-between;
        align-content: center;
        position: relative;
        overflow: hidden;
    }
    .slider-top-dots_nav-mob-btn{
        width: 15px;
        height: 30px;
        background-color: #fff;
        cursor: pointer;
        border: 0;
        outline: none;
        z-index: 1;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 0;
    }
    .slider-top-dots_nav-mob-left{
        margin-right: 10px;
        background-image: url('/wp-content/themes/antreas/assets/images/icons/arrow-left-orange.png');
    }
    .slider-top-dots_nav-mob-right{
        margin-left: 10px;
        background-image: url('/wp-content/themes/antreas/assets/images/icons/arrow-right-orange.png');
    }
    .slider-top-dots_nav-mob-date{
        font-size: 1.5em;
        color: #F7971D;
        font-weight: 700;
        line-height: 1;
        padding: 0 10px;
        position: relative;
    }
    .slider-top-dots_nav-mob-date:after, .slider-top-dots_nav-mob-date:before{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 0px;
        border-top: 2px dashed #aaa;
        width: 1000px;
    }
    .slider-top-dots_nav-mob-date:after{
        left: 100%;
    }
    .slider-top-dots_nav-mob-date:before{
        right: 100%;
    }
    .slider-top-dots-slider-content-img-wrap{
        min-height: 295px;
    }
}
@media only screen and  (max-width: 992px){
    .content-item-info-map-wrap{
        padding: 5px;
    }
}
