﻿.fullBanner__searchText[type='text'] {
    height: 60px;
}
.fullBanner__searchButton {
    width: 60px;
    height: 60px;
}
.headerSearch, .fullBanner__search {
    padding: 15px 0;
}
.fullBanner__inner:after {
    background: none;
}
.fullBanner__inner{
    background-size: cover;
    background-position: center;
}
.fullBanner__title {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-bottom: 30px;
}
.fullBanner__text {
    top: 0px;
}
.subFullBanner__title {
    font-size: 19px!important;
    padding: 0px 10px 5px 10px;
    margin-bottom: 30px;
}
.subOn {
    padding: 5px 10px 0px 10px;
    margin-bottom: 0px;
    font-size: 26px;
}
.subOnButton {
    padding: 0.85em 0.8em;
}

.splide__track,.splide__list {
    transition-delay: 10ms;
}
@media only screen and (min-width: 640px){ 
    .fullBanner__title {
        width: 38%; 
        font-size: 32px;
    }
    .fullBanner__text {
        top: 0px;
    }
    .subFullBanner__title {
        padding: 5px 10px 5px 10px;
    }
    .subOn {
        padding: 5px 10px 5px 10px;
    }
    .subOnButton {
        padding: 0.85em 1em;
    }            
}
@media only screen and (min-width: 960px){ 
    .subFullBanner__title {
        padding: 0px 10px 10px 10px;
    }
    .subOn {
        padding: 10px 10px 0px 10px;
        font-size: 36px;

    }
    .subOnButton {
        padding: 0.85em 1em;
    }
    .subOnFullBanner__text{
        top: 0px;
    }
    
}
@media screen and (min-width: 1180px){
    .fullBanner__text {
        padding: 40px;
        }
    }
@media screen and (min-width: 1440px){
    .fullBanner__text {
        top: 120px !important;
    }
}