body {
    overflow-x: hidden !important;
}

.vertical-align > * {
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
    width: 100%;
}

.vertical-align > * > a,
.vertical-align > * > img,
.vertical-align > * > span {
    margin-left: 10px;
}

.vertical-align:after {
    content: "";
    width: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.modal-dialog {
    max-width: 480px;
}

#modalForm .form-control-feedback {
    top: 0 !important;
    margin-top: 0 !important;
}

#modalForm textarea {
    resize: vertical;
}

#reloadCaptchaModal {
    font-size: 14px;
    cursor: pointer;
    color: #01c1c1;
}

.starrequired {
    font-size: 24px;
    font-weight: bold;
    color: #FF0000;
}

/* Remove standart AJAX loading icon */
div[id ^= "wait_comp_"],
.bx-core-waitwindow {
    display: none !important;
}

/* Clear tabs for extra small devices */
@media (max-width: 767px) {
    .nav-tabs > li {
        float: none;
        border-left: none;
        border-top: 1px solid #FFFFFF;
    }

    .nav-tabs > li:first-child {
        border-top: none;
    }
}

/* hz */
.img-news-list {
    width: 100%;
}

.news-block .owl-buttons > div {
    margin: 0 !important;
    bottom: 2px !important;
}

#emailAddressForm #subscribe_form_msg .help-block {
    color: #FF2000 !important;
}

#emailAddressForm #subscribe_form_msg .help-block {
    margin: 0 !important;
}

#emailAddressForm .form-control-feedback {
    margin-top: 0 !important;
    top: 0 !important;
    right: 0;
}

#emailAddressForm .input-group {
    margin: 0 0 0 0 !important;
}

.extra-items > a {
    font-size: 40px;
    line-height: 32px !important;
}

/* Complex Form Begin */
.complex-form {
    position: relative;
}

.complex-form-wrapper {
    position: relative;
}

.complex-form-shadow {
    background: url('img/shadow.png') no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 75px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.complex-form-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.complex-form-image {
    position: absolute;
    bottom: 0;
}

.complex-form-tabs {
    overflow: hidden;
    display: block;
    position: relative;
    margin: 15px 0 !important;
    background: #F8F7F7;
}

.complex-form-tabs li {
    width: 50%;
    text-align: center;
    border: 1px solid transparent;
}

.complex-form-tabs li > a {
    background-color: transparent !important;
    color: #21252B !important;
}

.complex-form-tabs li > a:hover {
    background-color: #EEEEEE !important;
}

.complex-form-tabs .tab-content {
    background: transparent;
    border: none;
    border-radius: 0;
}

.complex-form .alert p {
    margin: 0;
}

.complex-form textarea {
    resize: none;
}

.complex-form .row.last-child {
    display: none !important;
    visibility: hidden !important
}

@media (max-width: 980px) {
    .complex-form-tabs li {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .complex-form-image {
        display: none;
    }
}
/* Complex Form End */

@media screen {
    .stuck-nav {
        position: fixed;
        z-index: 9999;
        -webkit-transition: top .4s ease, opacity .4s ease;
        -moz-transition: top .4s ease, opacity .4s ease;
        transition: top .4s ease, opacity .4s ease;

        top: -70px;
        opacity: 0;
    }

    .stuck-nav.stuck {
        top: 0;
        opacity: 1;
    }

    .full-width {
        width: 100%;
    }
}