.wu_fugitive_wrap {
    display: flex;
    flex-wrap: wrap;
}

.wu_fugitive_wrap .wu_fugitive_item {
    width: 23.5%;
    border: 1px solid #f5f5f5;
    margin-bottom: 25px;
    margin-right: 2%;
    box-shadow: 0px 8px 35px 0px rgba(0, 6, 55, 0.1);
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.wu_fugitive_wrap .wu_fugitive_item:hover {
    background-color: #F8F8F8;
}

.max_size_type{
    display: block;
    margin-top: 10px;
}
.max_size_type span{
    text-transform: uppercase;
}

.wu_fugitive_wrap .wu_fugitive_item.wu_item_4,
.wu_fugitive_wrap .wu_fugitive_item.wu_item_8,
.wu_fugitive_wrap .wu_fugitive_item.wu_item_12,
.wu_fugitive_wrap .wu_fugitive_item.wu_item_16,
.wu_fugitive_wrap .wu_fugitive_item.wu_item_20,
.wu_fugitive_wrap .wu_fugitive_item.wu_item_24,
.wu_fugitive_wrap .wu_fugitive_item.wu_item_28,
.wu_fugitive_wrap .wu_fugitive_item.wu_item_32,
.wu_fugitive_wrap .wu_fugitive_item.wu_item_36,
.wu_fugitive_wrap .wu_fugitive_item.wu_item_40 {
    margin-right: 0px;
}

.wu_fugitive_wrap h3 {
    text-align: center;
    font-size: var(--wu_name_font_size);
    font-weight: bold;
    margin: 0;
    padding: 12px 15px;
    background-color: var(--wu_name_bg_color);
    color: var(--wu_name_color) !important;
    line-height: 1;
}

.wu_fugitive_wrap .wu_fugitive_image {
    width: 100%;
    padding-bottom: var(--wu_image_size);
    overflow: hidden;
    position: relative;
}

.wu_fugitive_wrap .wu_fugitive_image img {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all .7s ease-in-out;
}

.wu_fugitive_wrap .wu_fugitive_item:hover .wu_fugitive_image img {
    transform: scale(1.1);
    transition: all .7s ease-in-out;
}

.wu_fugitive_wrap .warrant_unit_charge {
    font-size: var(--wu_charge_font_size);
    font-weight: bold;
    color: var(--wu_charge_color);
    background-color: var(--wu_charge_bg_color);
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 1.3;
    min-height: 56px;
    box-sizing: border-box;
}

.wu_fugitive_wrap .wu_fugitive_content {
    padding: 8px 15px 15px 15px;
}

.wu_fugitive_wrap .warrant_unit_metas {
    font-size: var(--wu_other_font_size);
    color: var(--wu_other_color);
    margin-top: 7px;
    line-height: 1.4;
}

.wu_fugitive_wrap .warrant_unit_metas span {
    font-weight: bold;
    text-transform: uppercase;
}

.warrant_unit_metas_space {
    height: 42px;
}

.wu_submit_tips {
    font-size: var(--wu_button_font_size);
    display: block;
    line-height: 1;
    background-color: var(--wu_button_bg_color);
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0px;
    color: var(--wu_button_color) !important;
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    text-decoration: none !important;
}

.wu_submit_tips:hover {
    color: var(--wu_button_hover_color) !important;
    background-color: var(--wu_button_bg_hover_color);
}

.wu_submit_tips_page{
    font-size: var(--tips_button_font_size) !important;
    display: inline-block;
    line-height: 1;
    background-color: var(--tips_button_bg_color) !important;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 20px !important;
    color: var(--tips_button_color) !important;
    bottom: 0;
    left: 0;
    text-decoration: none !important;
    border-radius: 0px  !important;
    border: 0px !important;
}
.wu_submit_tips_page:hover{
    color: var(--tips_button_hover_color) !important;
    background-color: var(--tips_button_bg_hover_color) !important;
}
@media (max-width: 768px) {
    .wu_fugitive_wrap .wu_fugitive_item {
        width: 48.5%;
        margin-right: 3%;
    }

    .wu_fugitive_wrap .wu_fugitive_item.wu_item_4,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_8,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_12,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_16,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_20,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_24,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_28,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_32,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_36,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_40 {
        margin-right: 3%;
    }

    .wu_fugitive_wrap .wu_fugitive_item.wu_item_2,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_4,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_6,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_8,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_10,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_12,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_14,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_16,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_18,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_20,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_22,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_24,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_26,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_28,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_30,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_32,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_34,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_36,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_34,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_36,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_38,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_40 {
        margin-right: 0%;
    }
}

@media (max-width: 480px) {
    .wu_fugitive_wrap .wu_fugitive_item {
        width: 100%;
        margin-right: 0%;
    }

    .wu_fugitive_wrap .wu_fugitive_item.wu_item_4,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_8,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_12,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_16,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_20,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_24,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_28,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_32,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_36,
    .wu_fugitive_wrap .wu_fugitive_item.wu_item_40 {
        margin-right: 0%;
    }
}


/* Submit Tips */
.wu_tips_wrap {}

.wu_tips_wrap .wu_label {
    display: block;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #555555;
    font-weight: 700;
    margin-bottom:5px;
}

.wu_tips_wrap .wu_required {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: red;
}

.wu_tips_wrap .wu_input,
.wu_tips_wrap .wu_textarea,
.wu_tips_wrap .wu_select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.wu_tips_wrap .wu_select option {}

.wu_tips_wrap .wu_checkbox,
.wu_tips_wrap .wu_radio {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -2px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
}

.wu_tips_wrap .wu_checkbox:checked,
.wu_tips_wrap .wu_radio:checked{
    color: blue;
    border: 6px solid blue;
}

.wu_tips_wrap .wu_textarea {
    height: 70px;
    padding: 15px;
}

.wu_tips_wrap .wu_f_title {
    margin: 0;
    padding: 0;
    color: var(--tips_title_color);
    font-size: var(--tips_title_font_size);
}

.wu_tips_wrap .wu_f_description {
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--tips_color);
    font-size: var(--tips_font_size);
}

.wu_tips_wrap .wu_tips_wrap_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;

}

.wu_tips_wrap_item_captcha span{
    display: inline-block;
    padding: 5px 10px 7px 10px;
    font-size: 18px;
    border: 1px solid #eeeeee;
    font-weight: 700;
    margin: 10px;
    margin-top:3px;
    margin-right: 5px;
    margin-left: 0px;
    line-height: 1;
    text-align: center;
}
 

.wu_tips_wrap .wu_tips_wrap_item {
    width: 100%;
    margin-bottom:10px;

}
.wu_tips_wrap .wu_tips_wrap_item.wu_tips_wrap_item_captcha{
    margin-bottom:25px;
}
.wu_tips_wrap .wu_tips_wrap_item_50 {
    width: 48.5%;
}
.wu_tips_wrap .wu_tips_wrap_item_25 {
    width: 23%;
}

.wu_tips_wrap .wu_tips_wrap_item_30 {
    width: 31.3%;
}

.wu_tips_wrap .wu_tips_wrap_item_60 {
    width: 65.7%;
}

.wu_tips_wrap .wu_tips_wrap_item_v_center {
    display: inline-block;
    padding-top: 5px;
}





/* loader animation */
.wu_loader {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.wu_loader_content {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: wu_spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes wu_spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wu_modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.wu_modal_content {
    background-color: green;
    padding: 4px 10px 20px 10px;
    border: 2px solid #ffffff;
    max-width: 370px;
    text-align: center;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 15px;
    line-height: 1.4;
}

.wu_modal_content.wu_error_message {
    background-color: red;
    color: white;
}

.wu_modal_content p {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    float: right;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.wu_close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.wu_close:hover,
.wu_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.wu_error_notice {
    border-color: red !important;
}

.wu_error_notice_radio{
    padding: 5px 10px 10px 10px;
    border: 1px solid red;
}

.wu_pagination {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 20px;
}
.wu_pagination .page-numbers{ 
    display: inline-block;
    padding: 9px 13px;
    background-color: var(--wu_button_bg_color);
    color: var(--wu_button_color);
    margin-left:4px;
    margin-right:4px;
    line-height: 1;
    font-size: 14px;
}

.wu_pagination .page-numbers.current, .wu_pagination .page-numbers:hover{ 
    color: var(--wu_button_hover_color);
    background-color: var(--wu_button_bg_hover_color);
}
@media (max-width:700px) {

    .wu_tips_wrap .wu_tips_wrap_item_60,
    .wu_tips_wrap .wu_tips_wrap_item_50,
    .wu_tips_wrap .wu_tips_wrap_item_30,
    .wu_tips_wrap .wu_tips_wrap_item_25 {
        width: 100%;
    }
}