.HomeSliderWrap a {text-decoration:none;}
.HomeSliderimg {
    /*background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    padding-top: 30.7%;*/
    
    display: flex;
    width: 100%;
    box-sizing: border-box;
    min-height: 500px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.HomeSliderimg:before {
    background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0)60%);
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}*/

.HomeSliderInfo {
    /*
    position: absolute;
    padding: 25px 25px;
    bottom: 50px;
    width: 50%;
    z-index: 4;*/
    
    width: 1680px;
    padding: 2.5em;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-self: center;
}

.inner-container {
    max-width: 600px;
    display: inline-block;
}

.HomeSliderTitle {
    font-size: 48px;
    line-height: 54px;
    font-weight: 800;
    color: #ffffff;
}
.HomeSlidersummary {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 10px;
    line-height: 24px;
}
.HomeSliderBTN, .HomeSliderBTN2{
    transition: 0.3s;
    width: 200px;
    font: 13px/60px promixa-nova,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    border: 1px solid;
    border-color: rgba(255,255,255,0.7);
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    margin-top: 20px;
    display:inline-block;
}

.HomeSliderBTN:hover, .HomeSliderBTN2:hover{
    border: 1px solid #fff;
    background-color: #3D88C1;
}

.HomeSliderBTN:empty, .HomeSliderBTN2:empty{display:none}

.mobile-only {
    width: 100% !important;
    background: #2e2e2e !important;
    position: relative;
    display: none;
    min-height: 250px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 10px;
    margin-left: 20px;
}
.owl-theme .owl-dots .owl-dot span{
    width: 30px !important;
    height: 30px !important;
    background: rgb(255, 255, 255) !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3D88C1  !important;
}


.owl-carousel a:hover .HomeSliderBTN, .owl-carousel a:hover .HomeSliderBTN2 {
    border: 1px solid #fff;
    background-color: #3D88C1;
}

.dnnEditState .HomeSliderimg{height:600px;background-attachment: unset;}
.dnnEditState .HomeSliderInfo {width:40%;}
.dnnEditState .HomeSliderTitle h1{font-size: 42px;line-height: 50px;}


.HomeSliderimgMobile{ display:none;}

/***Responsive  Section 
**********************************************/
@media screen and (max-width: 1500px){}

@media screen and (max-width: 1360px){
}

@media screen and (max-width: 1200px){
    /*.HomeSliderInfo {
        width: 70%;
    }*/
}
@media screen and (max-width: 1140px){}

@media screen and (max-width: 1024px){}

@media screen and (max-width: 990px){

    /*.HomeSliderimg {
        display:none;
    }
    .HomeSliderimgMobile{
        display:block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s;
        padding-top: 55.3%;
    }
    .HomeSliderimgMobile:before {
        background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0)60%);
        content: ' ';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .HomeSliderTitle{font-size: 36px;}*/
}

/*@media screen and (max-width: 768px){
    .HomeSliderimgMobile .HomeSliderInfo {
        width: 90%;
    }
    
    .HomeSliderTitle {
        font-size: 30px;
        line-height: 35px;
    }
 
    .owl-carousel .owl-stage-outer{overflow: visible!important;}
    
    .owl-theme .owl-dots .owl-dot span {
        width: 20px !important;
        height: 20px !important;
    }
}*/

@media screen and (max-width: 760px){
    .HomeSliderimg {
        min-height: auto !important;
        height: 250px !important;
    }
    
    .desktop-only {
        display: none;
    }
    
    .mobile-only {
        display: block;
        box-sizing: border-box;
        min-height: 350px;
    }
    .mobile-only .inner-container {
        max-width: none;
        width: 100%;
    }
    
    .HomeSliderTitle {
        font-size: 28px;
        line-height: normal;
    }
    
    .HomeSlidersummary {
        font-size: 16px;
    }
    .HomeSliderBTN, .HomeSliderBTN2 {
        width: 150px;
    }
    
    .owl-theme .owl-dots .owl-dot span {
        width: 15px !important;
        height: 15px !important;
    }
}