<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Place your custom styles here.
 */
.logo img{ width: 250px}
.navbar-nav, #block-search-form{
    position: relative;
    top: 30px;
}
#block-search-form {
    position: absolute;
    top: 5px;
    width: 25%;
    margin: 0 auto;
    /* left: 0; */
    right: 0;
    color:  #fff;
}
.front .popup-element-title {
    background: url(../images/search.png) no-repeat right top;
    cursor: pointer;
    display: inline-block;
    padding-right: 0px;
    position: relative;
    width: 50px;
    height: 45px;
    color: #fff;
    /* background-position: 50% 50%; */
    /* background-repeat: no-repeat; */
    border: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    /* position: relative; */
    /* top: -5px; */
    /* left: -10px; */
    /* text-indent: 0px; */
    height: 49px;
    /* display: block; */
}
.not-front .popup-element-title {
    background: url(../images/search-b.png) no-repeat right top;
    cursor: pointer;
    display: inline-block;
    padding-right: 0px;
    position: relative;
    width: 50px;
    height: 45px;
    color: #fff;
    /* background-position: 50% 50%; */
    /* background-repeat: no-repeat; */
    border: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    /* position: relative; */
    /* top: -5px; */
    /* left: -10px; */
    /* text-indent: 0px; */
    height: 49px;
    /* display: block; */
}
.popup-style-white .popup-element-body.origin-bottom-left.expand-bottom-right table.popup-layout {
    top: -30px;
    left: -20px;
}
#block-search-form .form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 24px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#block-search-form .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    height: 54px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    top: -6px;
}
#welcome-box{
    position: absolute;
    top: 15vw;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 1.2;
    display: inline-block;
    width: 50%;
    margin: 0 auto;
}
.carousel-inner .img-responsive{
  display: block;
  width: 100%;
  height: auto;
}</pre></body></html>