#uh-cover-image-wrap {
    top: 0 !important;
}
.ow_miniic_live .ow_lbutton.ow_green {
    display: none;
}

input[type=text], input[type=password] {
    height: 38px;
}

input[type=text], input[type=password], textarea, select {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #888888;
    padding: 8px 10px;
    display: block;
    width: 100%;
    background-image: none;
    -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;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    line-height: initial;
}

input[disabled], input[readonly] {
    background-color: #F5F5F5;
    cursor: not-allowed;
}

input[type=text]:focus, input[type=text]:hover, input[type=password]:focus, input[type=password]:hover, textarea:focus, textarea:hover, select:focus, select:hover {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #454545 !important;
}

select {
    display: initial;
    width: initial;
    min-height: 38px;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    cursor: pointer;
    color: #888888;
    font-size: 13px;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 4px;
    color: #888888;
}

input[type="checkbox"] + label:before {
    font-family: "Nucleo Outline";
    content: "\e801";
    float: left;
}

input[type="checkbox"]:checked + label:before {
    font-family: "Nucleo Outline";
    content: "\ece9";
    color: #454545;
    float: left;
    font-size: 17px;
    margin-left: 1px;
}

input[type="radio"] + label:before {
    font-family: "Nucleo Outline";
    content: "\e801";
    float: left;
}

input[type="radio"]:checked + label:before {
    font-family: "Nucleo Outline";
    content: "\ece9";
    color: #454545;
    font-size: 17px;
    margin-left: 1px;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
    color: #454545;
}

.ow_googlemap_location_address {
    padding-bottom: 0px !important;
}

.ow_txtright {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 0px 15px 0px 15px;
}

.ow_txtright .ow_txtcenter {
    border: 1px solid #EFEFEF;
    background-color: #FFFFFF;
}

@media (max-width: 1248px) {
    .ow_txtright {
        width: initial;
    }
}

.ow_ads_label {
    display: none;
}