.hero_single.version_2 {
    height: 600px;
    background: #faf3cc url(/main/images/theme/sakura1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero_single.version_2 .opacity-mask {
    text-align: left;
}

@media (max-width: 991px) {
    .hero_single.version_2 {
        height: 300px;
        /*background-image: linear-gradient(153deg, #5DD8E4 50%, #011826 50%);*/
        background-image: linear-gradient(153deg, #FFC006 50%, #011826 50%);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.hero_single.version_2 .opacity-mask h1,
.hero_single.version_2 .opacity-mask h3 {
    color: #fff;
}

.hero_single.version_2 .opacity-mask p {
    color: #fff;
}

.hero_single.version_2 .search_trends {
    color: #fff;
}

.hero_single.version_2 .search_trends h5 {
    color: #fff;
}

.hero_single.version_2 .search_trends ul li a {
    color: #fff;
}

.custom-search-input {
    background-color: #fff;
    padding: 5px 5px 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .custom-search-input {
    background: none;
    padding: 0px;
    margin-top: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
}

.custom-search-input input {
    border: 0;
    height: 50px;
    padding: 12px 10px 10px 20px;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    font-size: 0.9375rem;
}

.custom-search-input input.no_border_r {
    border: none;
}

@media (max-width: 991px) {
    .custom-search-input input {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }
}

.custom-search-input input:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    .custom-search-input input:focus {
    border-right: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }
}

.custom-search-input select {
    display: none;
}

.custom-search-input .form-group {
    margin: 0px;
}

@media (max-width: 991px) {
    .custom-search-input .form-group {
    margin-bottom: 0px;
    }
}

.custom-search-input i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 0;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 48px;
    z-index: 9;
    color: #999;
}

@media (max-width: 991px) {
    .custom-search-input i {
    padding-right: 10px;
    }
}

.custom-search-input button[type='submit'] {
    padding: 0 25px;
    height: 50px;
    width: 100%;
    margin-right: -1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .custom-search-input button[type='submit'] {
    margin: 0px;
    }
}