.HomeSliderWrap {
}
.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: 26vh;
    transition: 0.3s;
    padding-top: 30.7%;
}

.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: 70px;
    width: 50%;
    z-index: 4;
}
.HomeSliderTitle {
    font-size: 34px;
    line-height: 40px;
    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: #abc116;
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    margin-top: 20px;
    display:inline-block;
    padding: 0px 30px;
}

.HomeSliderBTN:hover, .HomeSliderBTN2:hover, .HomeSliderBTN:focus, .HomeSliderBTN2:focus,.HomeSliderBTN:active, .HomeSliderBTN2:active{
    background-color: #abc116;
    color: #fff;
}

.HomeSliderBTN:empty, .HomeSliderBTN2:empty{display:none}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 10px;
    margin-left: 20px;
    margin-bottom: 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: #abc116  !important;
}


.owl-carousel a:hover .HomeSliderBTN, .owl-carousel a:hover .HomeSliderBTN2 {
    border: 1px solid #fff;
    background-color: #ededeaba;
}

.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){
    .HomeSliderTitle{
        font-size: 25px;
        line-height: 30px;

    }
}

@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)*/
@media screen and (max-width: 780px){
    .HomeSliderWrap {
        background: #2f5e7d;
        padding-bottom: 25px;
    }
    .HomeSliderimg:before{
        background-image: none;
    }
    .HomeSliderInfo {
        width: auto;
        position: relative;
        posotion:relative;
        bottom:unset;
    }
    .owl-theme .owl-nav.disabled+.owl-dots{
        position:relative;
        bottom:unset;
        text-align:left;
    }
    .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: 600px){

    /*
    .HomeSliderimgMobile .HomeSliderInfo {
        bottom:20px;
    }
    */
    .HomeSliderimg{
        height: 10vh;
    }
    .HomeSliderTitle {
        font-size: 20px;
        line-height: 30px;
    }
    .HomeSlidersummary{font-size: 14px;}
    a.HomeSliderBTN, a.HomeSliderBTN2 {
        font:13px/40px; 
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 10px !important;
        height: 10px !important;
    }
}
@media screen and (max-width: 480px){
    /*
    .HomeSliderTitle {font-size: 24px; line-height:30px;}
    */
    .HomeSliderBTN, .HomeSliderBTN2 {
        font: 13px/35px promixa-nova,sans-serif;
        margin-top: 10px;
    }
}
@media screen and (max-width: 375px){
    /*
    .HomeSliderimgMobile .HomeSliderInfo {
        bottom:0px;
    }
    */
    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: -5px;
    }
    a.HomeSliderBTN, a.HomeSliderBTN2 {
        font: 13px/33px proxima-nova, sans-serif;
        width: auto;
    }
}
@media screen and (max-width: 320px){
    .HomeSliderInfo {
        padding-left: 25px;
        padding-bottom: 5px;
    }
    a.HomeSliderBTN, a.HomeSliderBTN2 {
        margin-top: 5px;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: -4px;
    }
}