.circle-bullet,
.owl-dots .owl-dot{
    display: block;
    background: #fff;
    border-radius: 50%;
    opacity: 0.8;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

.tp-bullet.selected .circle-bullet,
.owl-dots .owl-dot.active{
    width: 12px;
    height: 12px;
}
.carousel-type-2.var2 .owl-carousel{
    padding: 0 50px;
}

.owl-carousel.flex-row .owl-stage{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.owl-carousel.flex-row .owl-item{
    float: none!important;
}

[class*="carousel-type"] .owl-carousel:not(:last-child){
    margin-bottom: 45px;
}

[class*="carousel-type"] .owl-dots{
    margin-top: 46px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

[class*="carousel-type"] .owl-dots .owl-dot{
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #aaa;
}

[class*="carousel-type"] .owl-dots .owl-dot.active{
    background: #aaa;
}

[class*="carousel-type"] .dots-white .owl-dots .owl-dot{
    opacity: 0.5;
    background: #fff;
}

[class*="carousel-type"] .dots-white .owl-dots .owl-dot.active{
    opacity: 1;
}

[class*="carousel-type"] .dots-dark .owl-dots .owl-dot{
    opacity: 0.3;
    background: #565656;
}

[class*="carousel-type"] .dots-dark .owl-dots .owl-dot.active{
    opacity: 1;
}
.owl-prev,
.owl-next{
    color: #aab3b6;
    position: absolute;
    top: 50%;
    font-size: 40px;
    margin-top: -20px;
    line-height: 40px;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.owl-prev{
    left: 0;
}

.owl-next{
    right: 0;
}

.owl-prev::before,
.owl-next::before{
    font-family: 'Font Awesome 5 Pro';
    font-size: 54px;
    color: #777;
    font-weight: lighter;
}

.owl-prev:hover:before,
.owl-next:hover:before {
    color: #333;
}

.owl-prev::before{
    content: '\f104';
}

.owl-next::before{
    content: '\f105';
}

.owl-nav > [class*="owl-"]{
    color: #e0e0e0;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

.owl-nav > [class*="owl-"]:hover{
    color: #333;
}

.carousel-type-2:not(.var2) .owl-nav > .owl-prev{
    left: -50px;
}

.carousel-type-2:not(.var2) .owl-nav > .owl-next{
    right: -50px;
}

.carousel-type-2.var3 .owl-nav > .owl-prev{
    left: 30px;
}

.carousel-type-2.var3 .owl-nav > .owl-next{
    right: 30px;
}

.carousel-type-2.var3 .owl-nav > [class*="owl-"]:hover{
    color: #fff;
}

.owl-carousel.owl-nav-small .owl-nav > [class*="owl-"]{
    font-size: 30px;
}

.owl-carousel.owl-nav-small .owl-nav > .owl-prev{
    left: 15px;
}

.owl-carousel.owl-nav-small .owl-nav > .owl-next{
    right: 15px;
}

.entry-box:not(.entry-small) .entry .thumbnail-attachment:not(:last-child) {
    margin-bottom: 28px;
}
.newsletter-slider-title a:hover {
    color: #b01933;
    text-decoration: none;
}

.newsletter-slider-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 13px;
}

.newsletter-slider-title a {
    color: #333;
}

.newsletter-slider-description p {
    line-height: 26px;
    min-height: 105px;
    color: #777;
}
.section-title {
    margin-bottom: 56px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
}
.newsletter-slider {
    margin-bottom: 112px;
    padding-left: 15px;
    padding-right: 15px;
}

.owl-nav {
    display: none;
}

@media only screen and (min-width: 1300px) {
    .owl-nav {
        display: block;
    }
}

.newsletter-slider__items {
	margin-top: 30px;
}