/* Elementpath css */

/* 
el_01 
color
*/
.edctu-5x9-color_blue {
    color: #7f27d8;
}
.edctu-5x9-color_purple {
    color: #6f42c1;
}
.edctu-5x9-color_pink {
    color: #d63384;
}
.edctu-5x9-color_red {
    color: #dc3545;
}
.edctu-5x9-color_orange {
    color: #fd7e14;
}
.edctu-5x9-color_yellow {
    color: #ffc107;
}
.edctu-5x9-color_green {
    color: #198754;
}
.edctu-5x9-color_gray {
    color: #6c757d;
}
.edctu-5x9-color_gray_dark {
    color: #343a40;
}
.edctu-5x9-color_light {
    color: #f8f9fa;
}
.edctu-5x9-color_dark {
    color: #212529;
}
.edctu-5x9-color_black{
    color: #000000;
}

/* 
el_02 
background
*/
.edctu-5x9-bg_blue {
    background-color: #7f27d8;
}
.edctu-5x9-bg_purple {
    background-color: #6f42c1;
}
.edctu-5x9-bg_pink {
    background-color: #d63384;
}
.edctu-5x9-bg_red {
    background-color: #dc3545;
}
.edctu-5x9-bg_orange {
    background-color: #fd7e14;
}
.edctu-5x9-bg_yellow {
    background-color: #ffc107;
}
.edctu-5x9-bg_green {
    background-color: #198754;;
}
.edctu-5x9-bg_gray {
    background-color: #6c757d;
}
.edctu-5x9-bg_gray-dark {
    background-color: #343a40;
}
.edctu-5x9-bg_light {
    background-color: #f8f9fa;
}
.edctu-5x9-bg_dark {
    background-color: #212529;
}
.edctu-5x9-bg_cover {
    background-size: cover;
}
.edctu-5x9-bg_contain {
    background-size: contain;
}
.edctu-5x9-bg_fixed {
    background-attachment: fixed;
}
.edctu-5x9-bg_top {
    background-position: top;
}
.edctu-5x9-bg_right {
    background-position: right;
}
.edctu-5x9-bg_bottom {
    background-position: bottom;
}
.edctu-5x9-bg_left {
    background-position: left;
}
.edctu-5x9-bg_center {
    background-position: center;
}
/* 
el_03 
display
*/
.edctu-5x9-d_block {
    display: block;
}
.edctu-5x9-d_iblock {
    display: inline-block;
}
.edctu-5x9-d_flex {
    display: flex;
}
.edctu-5x9-d_table {
    display: table;
}
.edctu-5x9-d_tcell {
    display: table-cell;
}
.edctu-5x9-d_none {
    display: none;
}
/* 
el_04 
position
*/
.edctu-5x9-p_relative {
    position: relative;
}
.edctu-5x9-p_absolute {
    position: absolute;
}
.edctu-5x9-p_fixed {
    position: fixed;
}
/* 
el_05 
Border
*/
.edctu-5x9-border {
    border: 1px solid #ddd;
}
.edctu-5x9-border_top {
    border-top: 1px solid #ddd;
}
.edctu-5x9-border_right {
    border-right: 1px solid #ddd;
}
.edctu-5x9-border_bottom {
    border-bottom: 1px solid #ddd;
}
.edctu-5x9-border_left {
    border-left: 1px solid #ddd;
}
/* 
el_06 
Transition
*/
.edctu-5x9-tran_3 {
    transition: .3s;
}
.edctu-5x9-tran_4 {
    transition: .4s;
}
.edctu-5x9-tran_5 {
    transition: .5s;
}
/* 
el_07 
Font size
*/
.edctu-5x9-fs_0 {
    font-size: 0;
}
.edctu-5x9-fs_1 {
    font-size: 1px;
}
.edctu-5x9-fs_2 {
    font-size: 2px;
}
.edctu-5x9-fs_3 {
    font-size: 3px;
}
.edctu-5x9-fs_4 {
    font-size: 4px;
}
.edctu-5x9-fs_5 {
    font-size: 5px;
}
.edctu-5x9-fs_6 {
    font-size: 6px;
}
.edctu-5x9-fs_7 {
    font-size: 7px;
}
.edctu-5x9-fs_8 {
    font-size: 8px;
}
.edctu-5x9-fs_9 {
    font-size: 9px;
}
.edctu-5x9-fs_10 {
    font-size: 10px;
}
.edctu-5x9-fs_11 {
    font-size: 11px;
}
.edctu-5x9-fs_12 {
    font-size: 12px;
}
.edctu-5x9-fs_13 {
    font-size: 13px;
}
.edctu-5x9-fs_14 {
    font-size: 14px;
}
.edctu-5x9-fs_15 {
    font-size: 15px;
}
.edctu-5x9-fs_16 {
    font-size: 16px;
}
.edctu-5x9-fs_17 {
    font-size: 17px;
}
.edctu-5x9-fs_18 {
    font-size: 18px;
}
.edctu-5x9-fs_19 {
    font-size: 19px;
}
.edctu-5x9-fs_20 {
    font-size: 20px;
}
.edctu-5x9-fs_25 {
    font-size: 25px;
}
.edctu-5x9-fs_30 {
    font-size: 30px;
}
.edctu-5x9-fs_35 {
    font-size: 35px;
}
.edctu-5x9-fs_40 {
    font-size: 40px;
}
.edctu-5x9-fs_45 {
    font-size: 45px;
}
.edctu-5x9-fs_50 {
    font-size: 50px;
}
.edctu-5x9-fs_55 {
    font-size: 55px;
}
.edctu-5x9-fs_60 {
    font-size: 60px;
}
.edctu-5x9-fs_65 {
    font-size: 65px;
}
.edctu-5x9-fs_70 {
    font-size: 70px;
}
.edctu-5x9-fs_75 {
    font-size: 75px;
}
.edctu-5x9-fs_80 {
    font-size: 80px;
}
.edctu-5x9-fs_85 {
    font-size: 85px;
}
.edctu-5x9-fs_90 {
    font-size: 90px;
}
.edctu-5x9-fs_95 {
    font-size: 95px;
}
.edctu-5x9-fs_100 {
    font-size: 100px;
}
.edctu-5x9-fs_110 {
    font-size: 110px;
}
.edctu-5x9-fs_120 {
    font-size: 120px;
}
.edctu-5x9-fs_130 {
    font-size: 130px;
}
.edctu-5x9-fs_140 {
    font-size: 140px;
}
.edctu-5x9-fs_150 {
    font-size: 150px;
}
.edctu-5x9-fs_160 {
    font-size: 160px;
}
.edctu-5x9-fs_170 {
    font-size: 170px;
}
.edctu-5x9-fs_180 {
    font-size: 180px;
}
.edctu-5x9-fs_190 {
    font-size: 190px;
}
.edctu-5x9-fs_200 {
    font-size: 200px;
}
/* 
el_08 
Font wieght
*/
.edctu-5x9-fw_light {
    font-weight: 300;
}
.edctu-5x9-fw_normal {
    font-weight: 400;
}
.edctu-5x9-fw_medium {
    font-weight: 500;
}
.edctu-5x9-fw_sbold {
    font-weight: 600;
}
.edctu-5x9-fw_bold {
    font-weight: 700;
}
.edctu-5x9-fw_exbold {
    font-weight: 800;
}
/* 
el_09 
Float
*/
.edctu-5x9-float_left {
    float: left;
}
.edctu-5x9-float_right {
    float: right;
}
/* 
el_10 
Width
*/
.edctu-5x9-w_0 {
    width: 0;
}
.edctu-5x9-w_1 {
    width: 1px;
}
.edctu-5x9-w_2 {
    width: 2px;
}
.edctu-5x9-w_3 {
    width: 3px;
}
.edctu-5x9-w_4 {
    width: 4px;
}
.edctu-5x9-w_5 {
    width: 5px;
}
.edctu-5x9-w_6 {
    width: 6px;
}
.edctu-5x9-w_7 {
    width: 7px;
}
.edctu-5x9-w_8 {
    width: 8px;
}
.edctu-5x9-w_9 {
    width: 9px;
}
.edctu-5x9-w_10 {
    width: 10px;
}
.edctu-5x9-w_11 {
    width: 11px;
}
.edctu-5x9-w_12 {
    width: 12px;
}
.edctu-5x9-w_13 {
    width: 13px;
}
.edctu-5x9-w_14 {
    width: 14px;
}
.edctu-5x9-w_15 {
    width: 15px;
}
.edctu-5x9-w_16 {
    width: 16px;
}
.edctu-5x9-w_17 {
    width: 17px;
}
.edctu-5x9-w_18 {
    width: 18px;
}
.edctu-5x9-w_19 {
    width: 19px;
}
.edctu-5x9-w_20 {
    width: 20px;
}
.edctu-5x9-w_25 {
    width: 25px;
}
.edctu-5x9-w_30 {
    width: 30px;
}
.edctu-5x9-w_35 {
    width: 35px;
}
.edctu-5x9-w_40 {
    width: 40px;
}
.edctu-5x9-w_45 {
    width: 45px;
}
.edctu-5x9-w_50 {
    width: 50px;
}
.edctu-5x9-w_55 {
    width: 55px;
}
.edctu-5x9-w_60 {
    width: 60px;
}
.edctu-5x9-w_65 {
    width: 65px;
}
.edctu-5x9-w_70 {
    width: 70px;
}
.edctu-5x9-w_75 {
    width: 75px;
}
.edctu-5x9-w_80 {
    width: 80px;
}
.edctu-5x9-w_85 {
    width: 85px;
}
.edctu-5x9-w_90 {
    width: 90px;
}
.edctu-5x9-w_95 {
    width: 95px;
}
.edctu-5x9-w_100 {
    width: 100px;
}
.edctu-5x9-w_110 {
    width: 110px;
}
.edctu-5x9-w_120 {
    width: 120px;
}
.edctu-5x9-w_130 {
    width: 130px;
}
.edctu-5x9-w_140 {
    width: 140px;
}
.edctu-5x9-w_150 {
    width: 150px;
}
.edctu-5x9-w_160 {
    width: 160px;
}
.edctu-5x9-w_170 {
    width: 170px;
}
.edctu-5x9-w_180 {
    width: 180px;
}
.edctu-5x9-w_190 {
    width: 190px;
}
.edctu-5x9-w_200 {
    width: 200px;
}
.edctu-5x9-mw_0 {
    max-width: 0;
}
.edctu-5x9-mw_1 {
    max-width: 1px;
}
.edctu-5x9-mw_2 {
    max-width: 2px;
}
.edctu-5x9-mw_3 {
    max-width: 3px;
}
.edctu-5x9-mw_4 {
    max-width: 4px;
}
.edctu-5x9-mw_5 {
    max-width: 5px;
}
.edctu-5x9-mw_6 {
    max-width: 6px;
}
.edctu-5x9-mw_7 {
    max-width: 7px;
}
.edctu-5x9-mw_8 {
    max-width: 8px;
}
.edctu-5x9-mw_9 {
    max-width: 9px;
}
.edctu-5x9-mw_10 {
    max-width: 10px;
}
.edctu-5x9-mw_11 {
    max-width: 11px;
}
.edctu-5x9-mw_12 {
    max-width: 12px;
}
.edctu-5x9-mw_13 {
    max-width: 13px;
}
.edctu-5x9-mw_14 {
    max-width: 14px;
}
.edctu-5x9-mw_15 {
    max-width: 15px;
}
.edctu-5x9-mw_16 {
    max-width: 16px;
}
.edctu-5x9-mw_17 {
    max-width: 17px;
}
.edctu-5x9-mw_18 {
    max-width: 18px;
}
.edctu-5x9-mw_19 {
    max-width: 19px;
}
.edctu-5x9-mw_20 {
    max-width: 20px;
}
.edctu-5x9-mw_25 {
    max-width: 25px;
}
.edctu-5x9-mw_30 {
    max-width: 30px;
}
.edctu-5x9-mw_35 {
    max-width: 35px;
}
.edctu-5x9-mw_40 {
    max-width: 40px;
}
.edctu-5x9-mw_45 {
    max-width: 45px;
}
.edctu-5x9-mw_50 {
    max-width: 50px;
}
.edctu-5x9-mw_55 {
    max-width: 55px;
}
.edctu-5x9-mw_60 {
    max-width: 60px;
}
.edctu-5x9-mw_65 {
    max-width: 65px;
}
.edctu-5x9-mw_70 {
    max-width: 70px;
}
.edctu-5x9-mw_75 {
    max-width: 75px;
}
.edctu-5x9-mw_80 {
    max-width: 80px;
}
.edctu-5x9-mw_85 {
    max-width: 85px;
}
.edctu-5x9-mw_90 {
    max-width: 90px;
}
.edctu-5x9-mw_95 {
    max-width: 95px;
}
.edctu-5x9-mw_100 {
    max-width: 100px;
}
.edctu-5x9-mw_110 {
    max-width: 110px;
}
.edctu-5x9-mw_120 {
    max-width: 120px;
}
.edctu-5x9-mw_130 {
    max-width: 130px;
}
.edctu-5x9-mw_140 {
    max-width: 140px;
}
.edctu-5x9-mw_150 {
    max-width: 150px;
}
.edctu-5x9-mw_160 {
    max-width: 160px;
}
.edctu-5x9-mw_170 {
    max-width: 170px;
}
.edctu-5x9-mw_180 {
    max-width: 180px;
}
.edctu-5x9-mw_190 {
    max-width: 190px;
}
.edctu-5x9-mw_200 {
    max-width: 200px;
}
/* 
el_11
height
*/
.edctu-5x9-h_0 {
    height: 0;
}
.edctu-5x9-h_1 {
    height: 1px;
}
.edctu-5x9-h_2 {
    height: 2px;
}
.edctu-5x9-h_3 {
    height: 3px;
}
.edctu-5x9-h_4 {
    height: 4px;
}
.edctu-5x9-h_5 {
    height: 5px;
}
.edctu-5x9-h_6 {
    height: 6px;
}
.edctu-5x9-h_7 {
    height: 7px;
}
.edctu-5x9-h_8 {
    height: 8px;
}
.edctu-5x9-h_9 {
    height: 9px;
}
.edctu-5x9-h_10 {
    height: 10px;
}
.edctu-5x9-h_11 {
    height: 11px;
}
.edctu-5x9-h_12 {
    height: 12px;
}
.edctu-5x9-h_13 {
    height: 13px;
}
.edctu-5x9-h_14 {
    height: 14px;
}
.edctu-5x9-h_15 {
    height: 15px;
}
.edctu-5x9-h_16 {
    height: 16px;
}
.edctu-5x9-h_17 {
    height: 17px;
}
.edctu-5x9-h_18 {
    height: 18px;
}
.edctu-5x9-h_19 {
    height: 19px;
}
.edctu-5x9-h_20 {
    height: 20px;
}
.edctu-5x9-h_25 {
    height: 25px;
}
.edctu-5x9-h_30 {
    height: 30px;
}
.edctu-5x9-h_35 {
    height: 35px;
}
.edctu-5x9-h_40 {
    height: 40px;
}
.edctu-5x9-h_45 {
    height: 45px;
}
.edctu-5x9-h_50 {
    height: 50px;
}
.edctu-5x9-h_55 {
    height: 55px;
}
.edctu-5x9-h_60 {
    height: 60px;
}
.edctu-5x9-h_65 {
    height: 65px;
}
.edctu-5x9-h_70 {
    height: 70px;
}
.edctu-5x9-h_75 {
    height: 75px;
}
.edctu-5x9-h_80 {
    height: 80px;
}
.edctu-5x9-h_85 {
    height: 85px;
}
.edctu-5x9-h_90 {
    height: 90px;
}
.edctu-5x9-h_95 {
    height: 95px;
}
.edctu-5x9-h_100 {
    height: 100px;
}
.edctu-5x9-h_110 {
    height: 110px;
}
.edctu-5x9-h_120 {
    height: 120px;
}
.edctu-5x9-h_130 {
    height: 130px;
}
.edctu-5x9-h_140 {
    height: 140px;
}
.edctu-5x9-h_150 {
    height: 150px;
}
.edctu-5x9-h_160 {
    height: 160px;
}
.edctu-5x9-h_170 {
    height: 170px;
}
.edctu-5x9-h_180 {
    height: 180px;
}
.edctu-5x9-h_190 {
    height: 190px;
}
.edctu-5x9-h_200 {
    height: 200px;
}
.edctu-5x9-mh_0 {
    max-height: 0;
}
.edctu-5x9-mh_1 {
    max-height: 1px;
}
.edctu-5x9-mh_2 {
    max-height: 2px;
}
.edctu-5x9-mh_3 {
    max-height: 3px;
}
.edctu-5x9-mh_4 {
    max-height: 4px;
}
.edctu-5x9-mh_5 {
    max-height: 5px;
}
.edctu-5x9-mh_6 {
    max-height: 6px;
}
.edctu-5x9-mh_7 {
    max-height: 7px;
}
.edctu-5x9-mh_8 {
    max-height: 8px;
}
.edctu-5x9-mh_9 {
    max-height: 9px;
}
.edctu-5x9-mh_10 {
    max-height: 10px;
}
.edctu-5x9-mh_11 {
    max-height: 11px;
}
.edctu-5x9-mh_12 {
    max-height: 12px;
}
.edctu-5x9-mh_13 {
    max-height: 13px;
}
.edctu-5x9-mh_14 {
    max-height: 14px;
}
.edctu-5x9-mh_15 {
    max-height: 15px;
}
.edctu-5x9-mh_16 {
    max-height: 16px;
}
.edctu-5x9-mh_17 {
    max-height: 17px;
}
.edctu-5x9-mh_18 {
    max-height: 18px;
}
.edctu-5x9-mh_19 {
    max-height: 19px;
}
.edctu-5x9-mh_20 {
    max-height: 20px;
}
.edctu-5x9-mh_25 {
    max-height: 25px;
}
.edctu-5x9-mh_30 {
    max-height: 30px;
}
.edctu-5x9-mh_35 {
    max-height: 35px;
}
.edctu-5x9-mh_40 {
    max-height: 40px;
}
.edctu-5x9-mh_45 {
    max-height: 45px;
}
.edctu-5x9-mh_50 {
    max-height: 50px;
}
.edctu-5x9-mh_55 {
    max-height: 55px;
}
.edctu-5x9-mh_60 {
    max-height: 60px;
}
.edctu-5x9-mh_65 {
    max-height: 65px;
}
.edctu-5x9-mh_70 {
    max-height: 70px;
}
.edctu-5x9-mh_75 {
    max-height: 75px;
}
.edctu-5x9-mh_80 {
    max-height: 80px;
}
.edctu-5x9-mh_85 {
    max-height: 85px;
}
.edctu-5x9-mh_90 {
    max-height: 90px;
}
.edctu-5x9-mh_95 {
    max-height: 95px;
}
.edctu-5x9-mh_100 {
    max-height: 100px;
}
.edctu-5x9-mh_110 {
    max-height: 110px;
}
.edctu-5x9-mh_120 {
    max-height: 120px;
}
.edctu-5x9-mh_130 {
    max-height: 130px;
}
.edctu-5x9-mh_140 {
    max-height: 140px;
}
.edctu-5x9-mh_150 {
    max-height: 150px;
}
.edctu-5x9-mh_160 {
    max-height: 160px;
}
.edctu-5x9-mh_170 {
    max-height: 170px;
}
.edctu-5x9-mh_180 {
    max-height: 180px;
}
.edctu-5x9-mh_190 {
    max-height: 190px;
}
.edctu-5x9-mh_200 {
    max-height: 200px;
}
/* 
el_12
Line height
*/
.edctu-5x9-lh_0 {
    line-height: 0;
}
.edctu-5x9-lh_1 {
    line-height: 1px;
}
.edctu-5x9-lh_2 {
    line-height: 2px;
}
.edctu-5x9-lh_3 {
    line-height: 3px;
}
.edctu-5x9-lh_4 {
    line-height: 4px;
}
.edctu-5x9-lh_5 {
    line-height: 5px;
}
.edctu-5x9-lh_6 {
    line-height: 6px;
}
.edctu-5x9-lh_7 {
    line-height: 7px;
}
.edctu-5x9-lh_8 {
    line-height: 8px;
}
.edctu-5x9-lh_9 {
    line-height: 9px;
}
.edctu-5x9-lh_10 {
    line-height: 10px;
}
.edctu-5x9-lh_11 {
    line-height: 11px;
}
.edctu-5x9-lh_12 {
    line-height: 12px;
}
.edctu-5x9-lh_13 {
    line-height: 13px;
}
.edctu-5x9-lh_14 {
    line-height: 14px;
}
.edctu-5x9-lh_15 {
    line-height: 15px;
}
.edctu-5x9-lh_16 {
    line-height: 16px;
}
.edctu-5x9-lh_17 {
    line-height: 17px;
}
.edctu-5x9-lh_18 {
    line-height: 18px;
}
.edctu-5x9-lh_19 {
    line-height: 19px;
}
.edctu-5x9-lh_20 {
    line-height: 20px;
}
.edctu-5x9-lh_25 {
    line-height: 25px;
}
.edctu-5x9-lh_30 {
    line-height: 30px;
}
.edctu-5x9-lh_35 {
    line-height: 35px;
}
.edctu-5x9-lh_40 {
    line-height: 40px;
}
.edctu-5x9-lh_45 {
    line-height: 45px;
}
.edctu-5x9-lh_50 {
    line-height: 50px;
}
.edctu-5x9-lh_55 {
    line-height: 55px;
}
.edctu-5x9-lh_60 {
    line-height: 60px;
}
.edctu-5x9-lh_65 {
    line-height: 65px;
}
.edctu-5x9-lh_70 {
    line-height: 70px;
}
.edctu-5x9-lh_75 {
    line-height: 75px;
}
.edctu-5x9-lh_80 {
    line-height: 80px;
}
.edctu-5x9-lh_85 {
    line-height: 85px;
}
.edctu-5x9-lh_90 {
    line-height: 90px;
}
.edctu-5x9-lh_95 {
    line-height: 95px;
}
.edctu-5x9-lh_100 {
    line-height: 100px;
}
.edctu-5x9-lh_110 {
    line-height: 110px;
}
.edctu-5x9-lh_120 {
    line-height: 120px;
}
.edctu-5x9-lh_130 {
    line-height: 130px;
}
.edctu-5x9-lh_140 {
    line-height: 140px;
}
.edctu-5x9-lh_150 {
    line-height: 150px;
}
.edctu-5x9-lh_160 {
    line-height: 160px;
}
.edctu-5x9-lh_170 {
    line-height: 170px;
}
.edctu-5x9-lh_180 {
    line-height: 180px;
}
.edctu-5x9-lh_190 {
    line-height: 190px;
}
.edctu-5x9-lh_200 {
    line-height: 200px;
}
/* 
el_13
Margin
*/
.edctu-5x9-m_0 {
    margin: 0;
}
.edctu-5x9-m_1 {
    margin: 1px;
}
.edctu-5x9-m_2 {
    margin: 2px;
}
.edctu-5x9-m_3 {
    margin: 3px;
}
.edctu-5x9-m_4 {
    margin: 4px;
}
.edctu-5x9-m_5 {
    margin: 5px;
}
.edctu-5x9-m_6 {
    margin: 6px;
}
.edctu-5x9-m_7 {
    margin: 7px;
}
.edctu-5x9-m_8 {
    margin: 8px;
}
.edctu-5x9-m_9 {
    margin: 9px;
}
.edctu-5x9-m_10 {
    margin: 10px;
}
.edctu-5x9-m_11 {
    margin: 11px;
}
.edctu-5x9-m_12 {
    margin: 12px;
}
.edctu-5x9-m_13 {
    margin: 13px;
}
.edctu-5x9-m_14 {
    margin: 14px;
}
.edctu-5x9-m_15 {
    margin: 15px;
}
.edctu-5x9-m_16 {
    margin: 16px;
}
.edctu-5x9-m_17 {
    margin: 17px;
}
.edctu-5x9-m_18 {
    margin: 18px;
}
.edctu-5x9-m_19 {
    margin: 19px;
}
.edctu-5x9-m_20 {
    margin: 20px;
}
.edctu-5x9-m_25 {
    margin: 25px;
}
.edctu-5x9-m_30 {
    margin: 30px;
}
.edctu-5x9-m_35 {
    margin: 35px;
}
.edctu-5x9-m_40 {
    margin: 40px;
}
.edctu-5x9-m_45 {
    margin: 45px;
}
.edctu-5x9-m_50 {
    margin: 50px;
}
.edctu-5x9-m_55 {
    margin: 55px;
}
.edctu-5x9-m_60 {
    margin: 60px;
}
.edctu-5x9-m_65 {
    margin: 65px;
}
.edctu-5x9-m_70 {
    margin: 70px;
}
.edctu-5x9-m_75 {
    margin: 75px;
}
.edctu-5x9-m_80 {
    margin: 80px;
}
.edctu-5x9-m_85 {
    margin: 85px;
}
.edctu-5x9-m_90 {
    margin: 90px;
}
.edctu-5x9-m_95 {
    margin: 95px;
}
.edctu-5x9-m_100 {
    margin: 100px;
}
.edctu-5x9-m_110 {
    margin: 110px;
}
.edctu-5x9-m_120 {
    margin: 120px;
}
.edctu-5x9-m_130 {
    margin: 130px;
}
.edctu-5x9-m_140 {
    margin: 140px;
}
.edctu-5x9-m_150 {
    margin: 150px;
}
.edctu-5x9-m_160 {
    margin: 160px;
}
.edctu-5x9-m_170 {
    margin: 170px;
}
.edctu-5x9-m_180 {
    margin: 180px;
}
.edctu-5x9-m_190 {
    margin: 190px;
}
.edctu-5x9-m_200 {
    margin: 200px;
}
.edctu-5x9-mx_0 {
    margin-left: 0;
    margin-right: 0;
}
.edctu-5x9-mx_1 {
    margin-left: 1px;
    margin-right: 1px;
}
.edctu-5x9-mx_2 {
    margin-left: 2px;
    margin-right: 2px;
}
.edctu-5x9-mx_3 {
    margin-left: 3px;
    margin-right: 3px;
}
.edctu-5x9-mx_4 {
    margin-left: 4px;
    margin-right: 4px;
}
.edctu-5x9-mx_5 {
    margin-left: 5px;
    margin-right: 5px;
}
.edctu-5x9-mx_6 {
    margin-left: 6px;
    margin-right: 6px;
}
.edctu-5x9-mx_7 {
    margin-left: 7px;
    margin-right: 7px;
}
.edctu-5x9-mx_8 {
    margin-left: 8px;
    margin-right: 8px;
}
.edctu-5x9-mx_9 {
    margin-left: 9px;
    margin-right: 9px;
}
.edctu-5x9-mx_10 {
    margin-left: 10px;
    margin-right: 10px;
}
.edctu-5x9-mx_11 {
    margin-left: 11px;
    margin-right: 11px;
}
.edctu-5x9-mx_12 {
    margin-left: 12px;
    margin-right: 12px;
}
.edctu-5x9-mx_13 {
    margin-left: 13px;
    margin-right: 13px;
}
.edctu-5x9-mx_14 {
    margin-left: 14px;
    margin-right: 14px;
}
.edctu-5x9-mx_15 {
    margin-left: 15px;
    margin-right: 15px;
}
.edctu-5x9-mx_16 {
    margin-left: 16px;
    margin-right: 16px;
}
.edctu-5x9-mx_17 {
    margin-left: 17px;
    margin-right: 17px;
}
.edctu-5x9-mx_18 {
    margin-left: 18px;
    margin-right: 18px;
}
.edctu-5x9-mx_19 {
    margin-left: 19px;
    margin-right: 19px;
}
.edctu-5x9-mx_20 {
    margin-left: 20px;
    margin-right: 20px;
}
.edctu-5x9-mx_25 {
    margin-left: 25px;
    margin-right: 25px;
}
.edctu-5x9-mx_30 {
    margin-left: 30px;
    margin-right: 30px;
}
.edctu-5x9-mx_35 {
    margin-left: 35px;
    margin-right: 35px;
}
.edctu-5x9-mx_40 {
    margin-left: 40px;
    margin-right: 40px;
}
.edctu-5x9-mx_45 {
    margin-left: 45px;
    margin-right: 45px;
}
.edctu-5x9-mx_50 {
    margin-left: 50px;
    margin-right: 50px;
}
.edctu-5x9-mx_55 {
    margin-left: 55px;
    margin-right: 55px;
}
.edctu-5x9-mx_60 {
    margin-left: 60px;
    margin-right: 60px;
}
.edctu-5x9-mx_65 {
    margin-left: 65px;
    margin-right: 65px;
}
.edctu-5x9-mx_70 {
    margin-left: 70px;
    margin-right: 70px;
}
.edctu-5x9-mx_75 {
    margin-left: 75px;
    margin-right: 75px;
}
.edctu-5x9-mx_80 {
    margin-left: 80px;
    margin-right: 80px;
}
.edctu-5x9-mx_85 {
    margin-left: 85px;
    margin-right: 85px;
}
.edctu-5x9-mx_90 {
    margin-left: 90px;
    margin-right: 90px;
}
.edctu-5x9-mx_95 {
    margin-left: 95px;
    margin-right: 95px;
}
.edctu-5x9-mx_100 {
    margin-left: 100px;
    margin-right: 100px;
}
.edctu-5x9-mx_110 {
    margin-left: 110px;
    margin-right: 110px;
}
.edctu-5x9-mx_120 {
    margin-left: 120px;
    margin-right: 120px;
}
.edctu-5x9-mx_130 {
    margin-left: 130px;
    margin-right: 130px;
}
.edctu-5x9-mx_140 {
    margin-left: 140px;
    margin-right: 140px;
}
.edctu-5x9-mx_150 {
    margin-left: 150px;
    margin-right: 150px;
}
.edctu-5x9-mx_160 {
    margin-left: 160px;
    margin-right: 160px;
}
.edctu-5x9-mx_170 {
    margin-left: 170px;
    margin-right: 170px;
}
.edctu-5x9-mx_180 {
    margin-left: 180px;
    margin-right: 180px;
}
.edctu-5x9-mx_190 {
    margin-left: 190px;
    margin-right: 190px;
}
.edctu-5x9-mx_200 {
    margin-left: 200px;
    margin-right: 200px;
}
.edctu-5x9-my_0 {
    margin-top: 0;
    margin-bottom: 0;
}
.edctu-5x9-my_1 {
    margin-top: 1px;
    margin-bottom: 1px;
}
.edctu-5x9-my_2 {
    margin-top: 2px;
    margin-bottom: 2px;
}
.edctu-5x9-my_3 {
    margin-top: 3px;
    margin-bottom: 3px;
}
.edctu-5x9-my_4 {
    margin-top: 4px;
    margin-bottom: 4px;
}
.edctu-5x9-my_5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.edctu-5x9-my_6 {
    margin-top: 6px;
    margin-bottom: 6px;
}
.edctu-5x9-my_7 {
    margin-top: 7px;
    margin-bottom: 7px;
}
.edctu-5x9-my_8 {
    margin-top: 8px;
    margin-bottom: 8px;
}
.edctu-5x9-my_9 {
    margin-top: 9px;
    margin-bottom: 9px;
}
.edctu-5x9-my_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.edctu-5x9-my_11 {
    margin-top: 11px;
    margin-bottom: 11px;
}
.edctu-5x9-my_12 {
    margin-top: 12px;
    margin-bottom: 12px;
}
.edctu-5x9-my_13 {
    margin-top: 13px;
    margin-bottom: 13px;
}
.edctu-5x9-my_14 {
    margin-top: 14px;
    margin-bottom: 14px;
}
.edctu-5x9-my_15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.edctu-5x9-my_16 {
    margin-top: 16px;
    margin-bottom: 16px;
}
.edctu-5x9-my_17 {
    margin-top: 17px;
    margin-bottom: 17px;
}
.edctu-5x9-my_18 {
    margin-top: 18px;
    margin-bottom: 18px;
}
.edctu-5x9-my_19 {
    margin-top: 19px;
    margin-bottom: 19px;
}
.edctu-5x9-my_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.edctu-5x9-my_25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.edctu-5x9-my_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.edctu-5x9-my_35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.edctu-5x9-my_40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.edctu-5x9-my_45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.edctu-5x9-my_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.edctu-5x9-my_55 {
    margin-top: 55px;
    margin-bottom: 55px;
}
.edctu-5x9-my_60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.edctu-5x9-my_65 {
    margin-top: 65px;
    margin-bottom: 65px;
}
.edctu-5x9-my_70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.edctu-5x9-my_75 {
    margin-top: 75px;
    margin-bottom: 75px;
}
.edctu-5x9-my_80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.edctu-5x9-my_85 {
    margin-top: 85px;
    margin-bottom: 85px;
}
.edctu-5x9-my_90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.edctu-5x9-my_95 {
    margin-top: 95px;
    margin-bottom: 95px;
}
.edctu-5x9-my_100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.edctu-5x9-my_110 {
    margin-top: 110px;
    margin-bottom: 110px;
}
.edctu-5x9-my_120 {
    margin-top: 120px;
    margin-bottom: 120px;
}
.edctu-5x9-my_130 {
    margin-top: 130px;
    margin-bottom: 130px;
}
.edctu-5x9-my_140 {
    margin-top: 140px;
    margin-bottom: 140px;
}
.edctu-5x9-my_150 {
    margin-top: 150px;
    margin-bottom: 150px;
}
.edctu-5x9-my_160 {
    margin-top: 160px;
    margin-bottom: 160px;
}
.edctu-5x9-my_170 {
    margin-top: 170px;
    margin-bottom: 170px;
}
.edctu-5x9-my_180 {
    margin-top: 180px;
    margin-bottom: 180px;
}
.edctu-5x9-my_190 {
    margin-top: 190px;
    margin-bottom: 190px;
}
.edctu-5x9-my_200 {
    margin-top: 200px;
    margin-bottom: 200px;
}
.edctu-5x9-mt_0 {
    margin-top: 0;
}
.edctu-5x9-mt_1 {
    margin-top: 1px;
}
.edctu-5x9-mt_2 {
    margin-top: 2px;
}
.edctu-5x9-mt_3 {
    margin-top: 3px;
}
.edctu-5x9-mt_4 {
    margin-top: 4px;
}
.edctu-5x9-mt_5 {
    margin-top: 5px;
}
.edctu-5x9-mt_6 {
    margin-top: 6px;
}
.edctu-5x9-mt_7 {
    margin-top: 7px;
}
.edctu-5x9-mt_8 {
    margin-top: 8px;
}
.edctu-5x9-mt_9 {
    margin-top: 9px;
}
.edctu-5x9-mt_10 {
    margin-top: 10px;
}
.edctu-5x9-mt_11 {
    margin-top: 11px;
}
.edctu-5x9-mt_12 {
    margin-top: 12px;
}
.edctu-5x9-mt_13 {
    margin-top: 13px;
}
.edctu-5x9-mt_14 {
    margin-top: 14px;
}
.edctu-5x9-mt_15 {
    margin-top: 15px;
}
.edctu-5x9-mt_16 {
    margin-top: 16px;
}
.edctu-5x9-mt_17 {
    margin-top: 17px;
}
.edctu-5x9-mt_18 {
    margin-top: 18px;
}
.edctu-5x9-mt_19 {
    margin-top: 19px;
}
.edctu-5x9-mt_20 {
    margin-top: 20px;
}
.edctu-5x9-mt_25 {
    margin-top: 25px;
}
.edctu-5x9-mt_30 {
    margin-top: 30px;
}
.edctu-5x9-mt_35 {
    margin-top: 35px;
}
.edctu-5x9-mt_40 {
    margin-top: 40px;
}
.edctu-5x9-mt_45 {
    margin-top: 45px;
}
.edctu-5x9-mt_50 {
    margin-top: 50px;
}
.edctu-5x9-mt_55 {
    margin-top: 55px;
}
.edctu-5x9-mt_60 {
    margin-top: 60px;
}
.edctu-5x9-mt_65 {
    margin-top: 65px;
}
.edctu-5x9-mt_70 {
    margin-top: 70px;
}
.edctu-5x9-mt_75 {
    margin-top: 75px;
}
.edctu-5x9-mt_80 {
    margin-top: 80px;
}
.edctu-5x9-mt_85 {
    margin-top: 85px;
}
.edctu-5x9-mt_90 {
    margin-top: 90px;
}
.edctu-5x9-mt_95 {
    margin-top: 95px;
}
.edctu-5x9-mt_100 {
    margin-top: 100px;
}
.edctu-5x9-mt_110 {
    margin-top: 110px;
}
.edctu-5x9-mt_120 {
    margin-top: 120px;
}
.edctu-5x9-mt_130 {
    margin-top: 130px;
}
.edctu-5x9-mt_140 {
    margin-top: 140px;
}
.edctu-5x9-mt_150 {
    margin-top: 150px;
}
.edctu-5x9-mt_160 {
    margin-top: 160px;
}
.edctu-5x9-mt_170 {
    margin-top: 170px;
}
.edctu-5x9-mt_180 {
    margin-top: 180px;
}
.edctu-5x9-mt_190 {
    margin-top: 190px;
}
.edctu-5x9-mt_200 {
    margin-top: 200px;
}
.edctu-5x9-mr_0 {
    margin-right: 0;
}
.edctu-5x9-mr_1 {
    margin-right: 1px;
}
.edctu-5x9-mr_2 {
    margin-right: 2px;
}
.edctu-5x9-mr_3 {
    margin-right: 3px;
}
.edctu-5x9-mr_4 {
    margin-right: 4px;
}
.edctu-5x9-mr_5 {
    margin-right: 5px;
}
.edctu-5x9-mr_6 {
    margin-right: 6px;
}
.edctu-5x9-mr_7 {
    margin-right: 7px;
}
.edctu-5x9-mr_8 {
    margin-right: 8px;
}
.edctu-5x9-mr_9 {
    margin-right: 9px;
}
.edctu-5x9-mr_10 {
    margin-right: 10px;
}
.edctu-5x9-mr_11 {
    margin-right: 11px;
}
.edctu-5x9-mr_12 {
    margin-right: 12px;
}
.edctu-5x9-mr_13 {
    margin-right: 13px;
}
.edctu-5x9-mr_14 {
    margin-right: 14px;
}
.edctu-5x9-mr_15 {
    margin-right: 15px;
}
.edctu-5x9-mr_16 {
    margin-right: 16px;
}
.edctu-5x9-mr_17 {
    margin-right: 17px;
}
.edctu-5x9-mr_18 {
    margin-right: 18px;
}
.edctu-5x9-mr_19 {
    margin-right: 19px;
}
.edctu-5x9-mr_20 {
    margin-right: 20px;
}
.edctu-5x9-mr_25 {
    margin-right: 25px;
}
.edctu-5x9-mr_30 {
    margin-right: 30px;
}
.edctu-5x9-mr_35 {
    margin-right: 35px;
}
.edctu-5x9-mr_40 {
    margin-right: 40px;
}
.edctu-5x9-mr_45 {
    margin-right: 45px;
}
.edctu-5x9-mr_50 {
    margin-right: 50px;
}
.edctu-5x9-mr_55 {
    margin-right: 55px;
}
.edctu-5x9-mr_60 {
    margin-right: 60px;
}
.edctu-5x9-mr_65 {
    margin-right: 65px;
}
.edctu-5x9-mr_70 {
    margin-right: 70px;
}
.edctu-5x9-mr_75 {
    margin-right: 75px;
}
.edctu-5x9-mr_80 {
    margin-right: 80px;
}
.edctu-5x9-mr_85 {
    margin-right: 85px;
}
.edctu-5x9-mr_90 {
    margin-right: 90px;
}
.edctu-5x9-mr_95 {
    margin-right: 95px;
}
.edctu-5x9-mr_100 {
    margin-right: 100px;
}
.edctu-5x9-mr_110 {
    margin-right: 110px;
}
.edctu-5x9-mr_120 {
    margin-right: 120px;
}
.edctu-5x9-mr_130 {
    margin-right: 130px;
}
.edctu-5x9-mr_140 {
    margin-right: 140px;
}
.edctu-5x9-mr_150 {
    margin-right: 150px;
}
.edctu-5x9-mr_160 {
    margin-right: 160px;
}
.edctu-5x9-mr_170 {
    margin-right: 170px;
}
.edctu-5x9-mr_180 {
    margin-right: 180px;
}
.edctu-5x9-mr_190 {
    margin-right: 190px;
}
.edctu-5x9-mr_200 {
    margin-right: 200px;
}
.edctu-5x9-mb_0 {
    margin-bottom: 0;
}
.edctu-5x9-mb_1 {
    margin-bottom: 1px;
}
.edctu-5x9-mb_2 {
    margin-bottom: 2px;
}
.edctu-5x9-mb_3 {
    margin-bottom: 3px;
}
.edctu-5x9-mb_4 {
    margin-bottom: 4px;
}
.edctu-5x9-mb_5 {
    margin-bottom: 5px;
}
.edctu-5x9-mb_6 {
    margin-bottom: 6px;
}
.edctu-5x9-mb_7 {
    margin-bottom: 7px;
}
.edctu-5x9-mb_8 {
    margin-bottom: 8px;
}
.edctu-5x9-mb_9 {
    margin-bottom: 9px;
}
.edctu-5x9-mb_10 {
    margin-bottom: 10px;
}
.edctu-5x9-mb_11 {
    margin-bottom: 11px;
}
.edctu-5x9-mb_12 {
    margin-bottom: 12px;
}
.edctu-5x9-mb_13 {
    margin-bottom: 13px;
}
.edctu-5x9-mb_14 {
    margin-bottom: 14px;
}
.edctu-5x9-mb_15 {
    margin-bottom: 15px;
}
.edctu-5x9-mb_16 {
    margin-bottom: 16px;
}
.edctu-5x9-mb_17 {
    margin-bottom: 17px;
}
.edctu-5x9-mb_18 {
    margin-bottom: 18px;
}
.edctu-5x9-mb_19 {
    margin-bottom: 19px;
}
.edctu-5x9-mb_20 {
    margin-bottom: 20px;
}
.edctu-5x9-mb_25 {
    margin-bottom: 25px;
}
.edctu-5x9-mb_30 {
    margin-bottom: 30px;
}
.edctu-5x9-mb_35 {
    margin-bottom: 35px;
}
.edctu-5x9-mb_40 {
    margin-bottom: 40px;
}
.edctu-5x9-mb_45 {
    margin-bottom: 45px;
}
.edctu-5x9-mb_50 {
    margin-bottom: 50px;
}
.edctu-5x9-mb_55 {
    margin-bottom: 55px;
}
.edctu-5x9-mb_60 {
    margin-bottom: 60px;
}
.edctu-5x9-mb_65 {
    margin-bottom: 65px;
}
.edctu-5x9-mb_70 {
    margin-bottom: 70px;
}
.edctu-5x9-mb_75 {
    margin-bottom: 75px;
}
.edctu-5x9-mb_80 {
    margin-bottom: 80px;
}
.edctu-5x9-mb_85 {
    margin-bottom: 85px;
}
.edctu-5x9-mb_90 {
    margin-bottom: 90px;
}
.edctu-5x9-mb_95 {
    margin-bottom: 95px;
}
.edctu-5x9-mb_100 {
    margin-bottom: 100px;
}
.edctu-5x9-mb_110 {
    margin-bottom: 110px;
}
.edctu-5x9-mb_120 {
    margin-bottom: 120px;
}
.edctu-5x9-mb_130 {
    margin-bottom: 130px;
}
.edctu-5x9-mb_140 {
    margin-bottom: 140px;
}
.edctu-5x9-mb_150 {
    margin-bottom: 150px;
}
.edctu-5x9-mb_160 {
    margin-bottom: 160px;
}
.edctu-5x9-mb_170 {
    margin-bottom: 170px;
}
.edctu-5x9-mb_180 {
    margin-bottom: 180px;
}
.edctu-5x9-mb_190 {
    margin-bottom: 190px;
}
.edctu-5x9-mb_200 {
    margin-bottom: 200px;
}
.edctu-5x9-ml_0 {
    margin-left: 0;
}
.edctu-5x9-ml_1 {
    margin-left: 1px;
}
.edctu-5x9-ml_2 {
    margin-left: 2px;
}
.edctu-5x9-ml_3 {
    margin-left: 3px;
}
.edctu-5x9-ml_4 {
    margin-left: 4px;
}
.edctu-5x9-ml_5 {
    margin-left: 5px;
}
.edctu-5x9-ml_6 {
    margin-left: 6px;
}
.edctu-5x9-ml_7 {
    margin-left: 7px;
}
.edctu-5x9-ml_8 {
    margin-left: 8px;
}
.edctu-5x9-ml_9 {
    margin-left: 9px;
}
.edctu-5x9-ml_10 {
    margin-left: 10px;
}
.edctu-5x9-ml_11 {
    margin-left: 11px;
}
.edctu-5x9-ml_12 {
    margin-left: 12px;
}
.edctu-5x9-ml_13 {
    margin-left: 13px;
}
.edctu-5x9-ml_14 {
    margin-left: 14px;
}
.edctu-5x9-ml_15 {
    margin-left: 15px;
}
.edctu-5x9-ml_16 {
    margin-left: 16px;
}
.edctu-5x9-ml_17 {
    margin-left: 17px;
}
.edctu-5x9-ml_18 {
    margin-left: 18px;
}
.edctu-5x9-ml_19 {
    margin-left: 19px;
}
.edctu-5x9-ml_20 {
    margin-left: 20px;
}
.edctu-5x9-ml_25 {
    margin-left: 25px;
}
.edctu-5x9-ml_30 {
    margin-left: 30px;
}
.edctu-5x9-ml_35 {
    margin-left: 35px;
}
.edctu-5x9-ml_40 {
    margin-left: 40px;
}
.edctu-5x9-ml_45 {
    margin-left: 45px;
}
.edctu-5x9-ml_50 {
    margin-left: 50px;
}
.edctu-5x9-ml_55 {
    margin-left: 55px;
}
.edctu-5x9-ml_60 {
    margin-left: 60px;
}
.edctu-5x9-ml_65 {
    margin-left: 65px;
}
.edctu-5x9-ml_70 {
    margin-left: 70px;
}
.edctu-5x9-ml_75 {
    margin-left: 75px;
}
.edctu-5x9-ml_80 {
    margin-left: 80px;
}
.edctu-5x9-ml_85 {
    margin-left: 85px;
}
.edctu-5x9-ml_90 {
    margin-left: 90px;
}
.edctu-5x9-ml_95 {
    margin-left: 95px;
}
.edctu-5x9-ml_100 {
    margin-left: 100px;
}
.edctu-5x9-ml_110 {
    margin-left: 110px;
}
.edctu-5x9-ml_120 {
    margin-left: 120px;
}
.edctu-5x9-ml_130 {
    margin-left: 130px;
}
.edctu-5x9-ml_140 {
    margin-left: 140px;
}
.edctu-5x9-ml_150 {
    margin-left: 150px;
}
.edctu-5x9-ml_160 {
    margin-left: 160px;
}
.edctu-5x9-ml_170 {
    margin-left: 170px;
}
.edctu-5x9-ml_180 {
    margin-left: 180px;
}
.edctu-5x9-ml_190 {
    margin-left: 190px;
}
.edctu-5x9-ml_200 {
    margin-left: 200px;
}
/* 
el_13 
Padding
*/
.edctu-5x9-p_0 {
    padding: 0;
}
.edctu-5x9-p_1 {
    padding: 1px;
}
.edctu-5x9-p_2 {
    padding: 2px;
}
.edctu-5x9-p_3 {
    padding: 3px;
}
.edctu-5x9-p_4 {
    padding: 4px;
}
.edctu-5x9-p_5 {
    padding: 5px;
}
.edctu-5x9-p_6 {
    padding: 6px;
}
.edctu-5x9-p_7 {
    padding: 7px;
}
.edctu-5x9-p_8 {
    padding: 8px;
}
.edctu-5x9-p_9 {
    padding: 9px;
}
.edctu-5x9-p_10 {
    padding: 10px;
}
.edctu-5x9-p_11 {
    padding: 11px;
}
.edctu-5x9-p_12 {
    padding: 12px;
}
.edctu-5x9-p_13 {
    padding: 13px;
}
.edctu-5x9-p_14 {
    padding: 14px;
}
.edctu-5x9-p_15 {
    padding: 15px;
}
.edctu-5x9-p_16 {
    padding: 16px;
}
.edctu-5x9-p_17 {
    padding: 17px;
}
.edctu-5x9-p_18 {
    padding: 18px;
}
.edctu-5x9-p_19 {
    padding: 19px;
}
.edctu-5x9-p_20 {
    padding: 20px;
}
.edctu-5x9-p_25 {
    padding: 25px;
}
.edctu-5x9-p_30 {
    padding: 30px;
}
.edctu-5x9-p_35 {
    padding: 35px;
}
.edctu-5x9-p_40 {
    padding: 40px;
}
.edctu-5x9-p_45 {
    padding: 45px;
}
.edctu-5x9-p_50 {
    padding: 50px;
}
.edctu-5x9-p_55 {
    padding: 55px;
}
.edctu-5x9-p_60 {
    padding: 60px;
}
.edctu-5x9-p_65 {
    padding: 65px;
}
.edctu-5x9-p_70 {
    padding: 70px;
}
.edctu-5x9-p_75 {
    padding: 75px;
}
.edctu-5x9-p_80 {
    padding: 80px;
}
.edctu-5x9-p_85 {
    padding: 85px;
}
.edctu-5x9-p_90 {
    padding: 90px;
}
.edctu-5x9-p_95 {
    padding: 95px;
}
.edctu-5x9-p_100 {
    padding: 100px;
}
.edctu-5x9-p_110 {
    padding: 110px;
}
.edctu-5x9-p_120 {
    padding: 120px;
}
.edctu-5x9-p_130 {
    padding: 130px;
}
.edctu-5x9-p_140 {
    padding: 140px;
}
.edctu-5x9-p_150 {
    padding: 150px;
}
.edctu-5x9-p_160 {
    padding: 160px;
}
.edctu-5x9-p_170 {
    padding: 170px;
}
.edctu-5x9-p_180 {
    padding: 180px;
}
.edctu-5x9-p_190 {
    padding: 190px;
}
.edctu-5x9-p_200 {
    padding: 200px;
}
.edctu-5x9-px_0 {
    padding-left: 0;
    padding-right: 0;
}
.edctu-5x9-px_1 {
    padding-left: 1px;
    padding-right: 1px;
}
.edctu-5x9-px_2 {
    padding-left: 2px;
    padding-right: 2px;
}
.edctu-5x9-px_3 {
    padding-left: 3px;
    padding-right: 3px;
}
.edctu-5x9-px_4 {
    padding-left: 4px;
    padding-right: 4px;
}
.edctu-5x9-px_5 {
    padding-left: 5px;
    padding-right: 5px;
}
.edctu-5x9-px_6 {
    padding-left: 6px;
    padding-right: 6px;
}
.edctu-5x9-px_7 {
    padding-left: 7px;
    padding-right: 7px;
}
.edctu-5x9-px_8 {
    padding-left: 8px;
    padding-right: 8px;
}
.edctu-5x9-px_9 {
    padding-left: 9px;
    padding-right: 9px;
}
.edctu-5x9-px_10 {
    padding-left: 10px;
    padding-right: 10px;
}
.edctu-5x9-px_11 {
    padding-left: 11px;
    padding-right: 11px;
}
.edctu-5x9-px_12 {
    padding-left: 12px;
    padding-right: 12px;
}
.edctu-5x9-px_13 {
    padding-left: 13px;
    padding-right: 13px;
}
.edctu-5x9-px_14 {
    padding-left: 14px;
    padding-right: 14px;
}
.edctu-5x9-px_15 {
    padding-left: 15px;
    padding-right: 15px;
}
.edctu-5x9-px_16 {
    padding-left: 16px;
    padding-right: 16px;
}
.edctu-5x9-px_17 {
    padding-left: 17px;
    padding-right: 17px;
}
.edctu-5x9-px_18 {
    padding-left: 18px;
    padding-right: 18px;
}
.edctu-5x9-px_19 {
    padding-left: 19px;
    padding-right: 19px;
}
.edctu-5x9-px_20 {
    padding-left: 20px;
    padding-right: 20px;
}
.edctu-5x9-px_25 {
    padding-left: 25px;
    padding-right: 25px;
}
.edctu-5x9-px_30 {
    padding-left: 30px;
    padding-right: 30px;
}
.edctu-5x9-px_35 {
    padding-left: 35px;
    padding-right: 35px;
}
.edctu-5x9-px_40 {
    padding-left: 40px;
    padding-right: 40px;
}
.edctu-5x9-px_45 {
    padding-left: 45px;
    padding-right: 45px;
}
.edctu-5x9-px_50 {
    padding-left: 50px;
    padding-right: 50px;
}
.edctu-5x9-px_55 {
    padding-left: 55px;
    padding-right: 55px;
}
.edctu-5x9-px_60 {
    padding-left: 60px;
    padding-right: 60px;
}
.edctu-5x9-px_65 {
    padding-left: 65px;
    padding-right: 65px;
}
.edctu-5x9-px_70 {
    padding-left: 70px;
    padding-right: 70px;
}
.edctu-5x9-px_75 {
    padding-left: 75px;
    padding-right: 75px;
}
.edctu-5x9-px_80 {
    padding-left: 80px;
    padding-right: 80px;
}
.edctu-5x9-px_85 {
    padding-left: 85px;
    padding-right: 85px;
}
.edctu-5x9-px_90 {
    padding-left: 90px;
    padding-right: 90px;
}
.edctu-5x9-px_95 {
    padding-left: 95px;
    padding-right: 95px;
}
.edctu-5x9-px_100 {
    padding-left: 100px;
    padding-right: 100px;
}
.edctu-5x9-px_110 {
    padding-left: 110px;
    padding-right: 110px;
}
.edctu-5x9-px_120 {
    padding-left: 120px;
    padding-right: 120px;
}
.edctu-5x9-px_130 {
    padding-left: 130px;
    padding-right: 130px;
}
.edctu-5x9-px_140 {
    padding-left: 140px;
    padding-right: 140px;
}
.edctu-5x9-px_150 {
    padding-left: 150px;
    padding-right: 150px;
}
.edctu-5x9-px_160 {
    padding-left: 160px;
    padding-right: 160px;
}
.edctu-5x9-px_170 {
    padding-left: 170px;
    padding-right: 170px;
}
.edctu-5x9-px_180 {
    padding-left: 180px;
    padding-right: 180px;
}
.edctu-5x9-px_190 {
    padding-left: 190px;
    padding-right: 190px;
}
.edctu-5x9-px_200 {
    padding-left: 200px;
    padding-right: 200px;
}
.edctu-5x9-py_0 {
    padding-top: 0;
    padding-bottom: 0;
}
.edctu-5x9-py_1 {
    padding-top: 1px;
    padding-bottom: 1px;
}
.edctu-5x9-py_2 {
    padding-top: 2px;
    padding-bottom: 2px;
}
.edctu-5x9-py_3 {
    padding-top: 3px;
    padding-bottom: 3px;
}
.edctu-5x9-py_4 {
    padding-top: 4px;
    padding-bottom: 4px;
}
.edctu-5x9-py_5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.edctu-5x9-py_6 {
    padding-top: 6px;
    padding-bottom: 6px;
}
.edctu-5x9-py_7 {
    padding-top: 7px;
    padding-bottom: 7px;
}
.edctu-5x9-py_8 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.edctu-5x9-py_9 {
    padding-top: 9px;
    padding-bottom: 9px;
}
.edctu-5x9-py_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.edctu-5x9-py_11 {
    padding-top: 11px;
    padding-bottom: 11px;
}
.edctu-5x9-py_12 {
    padding-top: 12px;
    padding-bottom: 12px;
}
.edctu-5x9-py_13 {
    padding-top: 13px;
    padding-bottom: 13px;
}
.edctu-5x9-py_14 {
    padding-top: 14px;
    padding-bottom: 14px;
}
.edctu-5x9-py_15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.edctu-5x9-py_16 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.edctu-5x9-py_17 {
    padding-top: 17px;
    padding-bottom: 17px;
}
.edctu-5x9-py_18 {
    padding-top: 18px;
    padding-bottom: 18px;
}
.edctu-5x9-py_19 {
    padding-top: 19px;
    padding-bottom: 19px;
}
.edctu-5x9-py_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.edctu-5x9-py_25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.edctu-5x9-py_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.edctu-5x9-py_35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.edctu-5x9-py_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.edctu-5x9-py_45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.edctu-5x9-py_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.edctu-5x9-py_55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.edctu-5x9-py_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.edctu-5x9-py_65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.edctu-5x9-py_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.edctu-5x9-py_75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.edctu-5x9-py_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.edctu-5x9-py_85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.edctu-5x9-py_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.edctu-5x9-py_95 {
    padding-top: 95px;
    padding-bottom: 95px;
}
.edctu-5x9-py_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.edctu-5x9-py_110 {
    padding-top: 110px;
    padding-bottom: 110px;
}
.edctu-5x9-py_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.edctu-5x9-py_130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.edctu-5x9-py_140 {
    padding-top: 140px;
    padding-bottom: 140px;
}
.edctu-5x9-py_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.edctu-5x9-py_160 {
    padding-top: 160px;
    padding-bottom: 160px;
}
.edctu-5x9-py_170 {
    padding-top: 170px;
    padding-bottom: 170px;
}
.edctu-5x9-py_180 {
    padding-top: 180px;
    padding-bottom: 180px;
}
.edctu-5x9-py_190 {
    padding-top: 190px;
    padding-bottom: 190px;
}
.edctu-5x9-py_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.edctu-5x9-pt_0 {
    padding-top: 0;
}
.edctu-5x9-pt_1 {
    padding-top: 1px;
}
.edctu-5x9-pt_2 {
    padding-top: 2px;
}
.edctu-5x9-pt_3 {
    padding-top: 3px;
}
.edctu-5x9-pt_4 {
    padding-top: 4px;
}
.edctu-5x9-pt_5 {
    padding-top: 5px;
}
.edctu-5x9-pt_6 {
    padding-top: 6px;
}
.edctu-5x9-pt_7 {
    padding-top: 7px;
}
.edctu-5x9-pt_8 {
    padding-top: 8px;
}
.edctu-5x9-pt_9 {
    padding-top: 9px;
}
.edctu-5x9-pt_10 {
    padding-top: 10px;
}
.edctu-5x9-pt_11 {
    padding-top: 11px;
}
.edctu-5x9-pt_12 {
    padding-top: 12px;
}
.edctu-5x9-pt_13 {
    padding-top: 13px;
}
.edctu-5x9-pt_14 {
    padding-top: 14px;
}
.edctu-5x9-pt_15 {
    padding-top: 15px;
}
.edctu-5x9-pt_16 {
    padding-top: 16px;
}
.edctu-5x9-pt_17 {
    padding-top: 17px;
}
.edctu-5x9-pt_18 {
    padding-top: 18px;
}
.edctu-5x9-pt_19 {
    padding-top: 19px;
}
.edctu-5x9-pt_20 {
    padding-top: 20px;
}
.edctu-5x9-pt_25 {
    padding-top: 25px;
}
.edctu-5x9-pt_30 {
    padding-top: 30px;
}
.edctu-5x9-pt_35 {
    padding-top: 35px;
}
.edctu-5x9-pt_40 {
    padding-top: 40px;
}
.edctu-5x9-pt_45 {
    padding-top: 45px;
}
.edctu-5x9-pt_50 {
    padding-top: 50px;
}
.edctu-5x9-pt_55 {
    padding-top: 55px;
}
.edctu-5x9-pt_60 {
    padding-top: 60px;
}
.edctu-5x9-pt_65 {
    padding-top: 65px;
}
.edctu-5x9-pt_70 {
    padding-top: 70px;
}
.edctu-5x9-pt_75 {
    padding-top: 75px;
}
.edctu-5x9-pt_80 {
    padding-top: 80px;
}
.edctu-5x9-pt_85 {
    padding-top: 85px;
}
.edctu-5x9-pt_90 {
    padding-top: 90px;
}
.edctu-5x9-pt_95 {
    padding-top: 95px;
}
.edctu-5x9-pt_100 {
    padding-top: 100px;
}
.edctu-5x9-pt_110 {
    padding-top: 110px;
}
.edctu-5x9-pt_120 {
    padding-top: 120px;
}
.edctu-5x9-pt_130 {
    padding-top: 130px;
}
.edctu-5x9-pt_140 {
    padding-top: 140px;
}
.edctu-5x9-pt_150 {
    padding-top: 150px;
}
.edctu-5x9-pt_160 {
    padding-top: 160px;
}
.edctu-5x9-pt_170 {
    padding-top: 170px;
}
.edctu-5x9-pt_180 {
    padding-top: 180px;
}
.edctu-5x9-pt_190 {
    padding-top: 190px;
}
.edctu-5x9-pt_200 {
    padding-top: 200px;
}
.edctu-5x9-pr_0 {
    padding-right: 0;
}
.edctu-5x9-pr_1 {
    padding-right: 1px;
}
.edctu-5x9-pr_2 {
    padding-right: 2px;
}
.edctu-5x9-pr_3 {
    padding-right: 3px;
}
.edctu-5x9-pr_4 {
    padding-right: 4px;
}
.edctu-5x9-pr_5 {
    padding-right: 5px;
}
.edctu-5x9-pr_6 {
    padding-right: 6px;
}
.edctu-5x9-pr_7 {
    padding-right: 7px;
}
.edctu-5x9-pr_8 {
    padding-right: 8px;
}
.edctu-5x9-pr_9 {
    padding-right: 9px;
}
.edctu-5x9-pr_10 {
    padding-right: 10px;
}
.edctu-5x9-pr_11 {
    padding-right: 11px;
}
.edctu-5x9-pr_12 {
    padding-right: 12px;
}
.edctu-5x9-pr_13 {
    padding-right: 13px;
}
.edctu-5x9-pr_14 {
    padding-right: 14px;
}
.edctu-5x9-pr_15 {
    padding-right: 15px;
}
.edctu-5x9-pr_16 {
    padding-right: 16px;
}
.edctu-5x9-pr_17 {
    padding-right: 17px;
}
.edctu-5x9-pr_18 {
    padding-right: 18px;
}
.edctu-5x9-pr_19 {
    padding-right: 19px;
}
.edctu-5x9-pr_20 {
    padding-right: 20px;
}
.edctu-5x9-pr_25 {
    padding-right: 25px;
}
.edctu-5x9-pr_30 {
    padding-right: 30px;
}
.edctu-5x9-pr_35 {
    padding-right: 35px;
}
.edctu-5x9-pr_40 {
    padding-right: 40px;
}
.edctu-5x9-pr_45 {
    padding-right: 45px;
}
.edctu-5x9-pr_50 {
    padding-right: 50px;
}
.edctu-5x9-pr_55 {
    padding-right: 55px;
}
.edctu-5x9-pr_60 {
    padding-right: 60px;
}
.edctu-5x9-pr_65 {
    padding-right: 65px;
}
.edctu-5x9-pr_70 {
    padding-right: 70px;
}
.edctu-5x9-pr_75 {
    padding-right: 75px;
}
.edctu-5x9-pr_80 {
    padding-right: 80px;
}
.edctu-5x9-pr_85 {
    padding-right: 85px;
}
.edctu-5x9-pr_90 {
    padding-right: 90px;
}
.edctu-5x9-pr_95 {
    padding-right: 95px;
}
.edctu-5x9-pr_100 {
    padding-right: 100px;
}
.edctu-5x9-pr_110 {
    padding-right: 110px;
}
.edctu-5x9-pr_120 {
    padding-right: 120px;
}
.edctu-5x9-pr_130 {
    padding-right: 130px;
}
.edctu-5x9-pr_140 {
    padding-right: 140px;
}
.edctu-5x9-pr_150 {
    padding-right: 150px;
}
.edctu-5x9-pr_160 {
    padding-right: 160px;
}
.edctu-5x9-pr_170 {
    padding-right: 170px;
}
.edctu-5x9-pr_180 {
    padding-right: 180px;
}
.edctu-5x9-pr_190 {
    padding-right: 190px;
}
.edctu-5x9-pr_200 {
    padding-right: 200px;
}
.edctu-5x9-pb_0 {
    padding-bottom: 0;
}
.edctu-5x9-pb_1 {
    padding-bottom: 1px;
}
.edctu-5x9-pb_2 {
    padding-bottom: 2px;
}
.edctu-5x9-pb_3 {
    padding-bottom: 3px;
}
.edctu-5x9-pb_4 {
    padding-bottom: 4px;
}
.edctu-5x9-pb_5 {
    padding-bottom: 5px;
}
.edctu-5x9-pb_6 {
    padding-bottom: 6px;
}
.edctu-5x9-pb_7 {
    padding-bottom: 7px;
}
.edctu-5x9-pb_8 {
    padding-bottom: 8px;
}
.edctu-5x9-pb_9 {
    padding-bottom: 9px;
}
.edctu-5x9-pb_10 {
    padding-bottom: 10px;
}
.edctu-5x9-pb_11 {
    padding-bottom: 11px;
}
.edctu-5x9-pb_12 {
    padding-bottom: 12px;
}
.edctu-5x9-pb_13 {
    padding-bottom: 13px;
}
.edctu-5x9-pb_14 {
    padding-bottom: 14px;
}
.edctu-5x9-pb_15 {
    padding-bottom: 15px;
}
.edctu-5x9-pb_16 {
    padding-bottom: 16px;
}
.edctu-5x9-pb_17 {
    padding-bottom: 17px;
}
.edctu-5x9-pb_18 {
    padding-bottom: 18px;
}
.edctu-5x9-pb_19 {
    padding-bottom: 19px;
}
.edctu-5x9-pb_20 {
    padding-bottom: 20px;
}
.edctu-5x9-pb_25 {
    padding-bottom: 25px;
}
.edctu-5x9-pb_30 {
    padding-bottom: 30px;
}
.edctu-5x9-pb_35 {
    padding-bottom: 35px;
}
.edctu-5x9-pb_40 {
    padding-bottom: 40px;
}
.edctu-5x9-pb_45 {
    padding-bottom: 45px;
}
.edctu-5x9-pb_50 {
    padding-bottom: 50px;
}
.edctu-5x9-pb_55 {
    padding-bottom: 55px;
}
.edctu-5x9-pb_60 {
    padding-bottom: 60px;
}
.edctu-5x9-pb_65 {
    padding-bottom: 65px;
}
.edctu-5x9-pb_70 {
    padding-bottom: 70px;
}
.edctu-5x9-pb_75 {
    padding-bottom: 75px;
}
.edctu-5x9-pb_80 {
    padding-bottom: 80px;
}
.edctu-5x9-pb_85 {
    padding-bottom: 85px;
}
.edctu-5x9-pb_90 {
    padding-bottom: 90px;
}
.edctu-5x9-pb_95 {
    padding-bottom: 95px;
}
.edctu-5x9-pb_100 {
    padding-bottom: 100px;
}
.edctu-5x9-pb_110 {
    padding-bottom: 110px;
}
.edctu-5x9-pb_120 {
    padding-bottom: 120px;
}
.edctu-5x9-pb_130 {
    padding-bottom: 130px;
}
.edctu-5x9-pb_140 {
    padding-bottom: 140px;
}
.edctu-5x9-pb_150 {
    padding-bottom: 150px;
}
.edctu-5x9-pb_160 {
    padding-bottom: 160px;
}
.edctu-5x9-pb_170 {
    padding-bottom: 170px;
}
.edctu-5x9-pb_180 {
    padding-bottom: 180px;
}
.edctu-5x9-pb_190 {
    padding-bottom: 190px;
}
.edctu-5x9-pb_200 {
    padding-bottom: 200px;
}
.edctu-5x9-pl_0 {
    padding-left: 0;
}
.edctu-5x9-pl_1 {
    padding-left: 1px;
}
.edctu-5x9-pl_2 {
    padding-left: 2px;
}
.edctu-5x9-pl_3 {
    padding-left: 3px;
}
.edctu-5x9-pl_4 {
    padding-left: 4px;
}
.edctu-5x9-pl_5 {
    padding-left: 5px;
}
.edctu-5x9-pl_6 {
    padding-left: 6px;
}
.edctu-5x9-pl_7 {
    padding-left: 7px;
}
.edctu-5x9-pl_8 {
    padding-left: 8px;
}
.edctu-5x9-pl_9 {
    padding-left: 9px;
}
.edctu-5x9-pl_10 {
    padding-left: 10px;
}
.edctu-5x9-pl_11 {
    padding-left: 11px;
}
.edctu-5x9-pl_12 {
    padding-left: 12px;
}
.edctu-5x9-pl_13 {
    padding-left: 13px;
}
.edctu-5x9-pl_14 {
    padding-left: 14px;
}
.edctu-5x9-pl_15 {
    padding-left: 15px;
}
.edctu-5x9-pl_16 {
    padding-left: 16px;
}
.edctu-5x9-pl_17 {
    padding-left: 17px;
}
.edctu-5x9-pl_18 {
    padding-left: 18px;
}
.edctu-5x9-pl_19 {
    padding-left: 19px;
}
.edctu-5x9-pl_20 {
    padding-left: 20px;
}
.edctu-5x9-pl_25 {
    padding-left: 25px;
}
.edctu-5x9-pl_30 {
    padding-left: 30px;
}
.edctu-5x9-pl_35 {
    padding-left: 35px;
}
.edctu-5x9-pl_40 {
    padding-left: 40px;
}
.edctu-5x9-pl_45 {
    padding-left: 45px;
}
.edctu-5x9-pl_50 {
    padding-left: 50px;
}
.edctu-5x9-pl_55 {
    padding-left: 55px;
}
.edctu-5x9-pl_60 {
    padding-left: 60px;
}
.edctu-5x9-pl_65 {
    padding-left: 65px;
}
.edctu-5x9-pl_70 {
    padding-left: 70px;
}
.edctu-5x9-pl_75 {
    padding-left: 75px;
}
.edctu-5x9-pl_80 {
    padding-left: 80px;
}
.edctu-5x9-pl_85 {
    padding-left: 85px;
}
.edctu-5x9-pl_90 {
    padding-left: 90px;
}
.edctu-5x9-pl_95 {
    padding-left: 95px;
}
.edctu-5x9-pl_100 {
    padding-left: 100px;
}
.edctu-5x9-pl_110 {
    padding-left: 110px;
}
.edctu-5x9-pl_120 {
    padding-left: 120px;
}
.edctu-5x9-pl_130 {
    padding-left: 130px;
}
.edctu-5x9-pl_140 {
    padding-left: 140px;
}
.edctu-5x9-pl_150 {
    padding-left: 150px;
}
.edctu-5x9-pl_160 {
    padding-left: 160px;
}
.edctu-5x9-pl_170 {
    padding-left: 170px;
}
.edctu-5x9-pl_180 {
    padding-left: 180px;
}
.edctu-5x9-pl_190 {
    padding-left: 190px;
}
.edctu-5x9-pl_200 {
    padding-left: 200px;
}
/* 
el_14 
Top
*/
.edctu-5x9-t_0 {
    top: 0;
}
.edctu-5x9-t_1 {
    top: 1px;
}
.edctu-5x9-t_2 {
    top: 2px;
}
.edctu-5x9-t_3 {
    top: 3px;
}
.edctu-5x9-t_4 {
    top: 4px;
}
.edctu-5x9-t_5 {
    top: 5px;
}
.edctu-5x9-t_6 {
    top: 6px;
}
.edctu-5x9-t_7 {
    top: 7px;
}
.edctu-5x9-t_8 {
    top: 8px;
}
.edctu-5x9-t_9 {
    top: 9px;
}
.edctu-5x9-t_10 {
    top: 10px;
}
.edctu-5x9-t_11 {
    top: 11px;
}
.edctu-5x9-t_12 {
    top: 12px;
}
.edctu-5x9-t_13 {
    top: 13px;
}
.edctu-5x9-t_14 {
    top: 14px;
}
.edctu-5x9-t_15 {
    top: 15px;
}
.edctu-5x9-t_16 {
    top: 16px;
}
.edctu-5x9-t_17 {
    top: 17px;
}
.edctu-5x9-t_18 {
    top: 18px;
}
.edctu-5x9-t_19 {
    top: 19px;
}
.edctu-5x9-t_20 {
    top: 20px;
}
.edctu-5x9-t_25 {
    top: 25px;
}
.edctu-5x9-t_30 {
    top: 30px;
}
.edctu-5x9-t_35 {
    top: 35px;
}
.edctu-5x9-t_40 {
    top: 40px;
}
.edctu-5x9-t_45 {
    top: 45px;
}
.edctu-5x9-t_50 {
    top: 50px;
}
.edctu-5x9-t_55 {
    top: 55px;
}
.edctu-5x9-t_60 {
    top: 60px;
}
.edctu-5x9-t_65 {
    top: 65px;
}
.edctu-5x9-t_70 {
    top: 70px;
}
.edctu-5x9-t_75 {
    top: 75px;
}
.edctu-5x9-t_80 {
    top: 80px;
}
.edctu-5x9-t_85 {
    top: 85px;
}
.edctu-5x9-t_90 {
    top: 90px;
}
.edctu-5x9-t_95 {
    top: 95px;
}
.edctu-5x9-t_100 {
    top: 100px;
}
.edctu-5x9-t_110 {
    top: 110px;
}
.edctu-5x9-t_120 {
    top: 120px;
}
.edctu-5x9-t_130 {
    top: 130px;
}
.edctu-5x9-t_140 {
    top: 140px;
}
.edctu-5x9-t_150 {
    top: 150px;
}
.edctu-5x9-t_160 {
    top: 160px;
}
.edctu-5x9-t_170 {
    top: 170px;
}
.edctu-5x9-t_180 {
    top: 180px;
}
.edctu-5x9-t_190 {
    top: 190px;
}
.edctu-5x9-t_200 {
    top: 200px;
}
/* 
el_15 
Right
*/
.edctu-5x9-r_0 {
    right: 0;
}
.edctu-5x9-r_1 {
    right: 1px;
}
.edctu-5x9-r_2 {
    right: 2px;
}
.edctu-5x9-r_3 {
    right: 3px;
}
.edctu-5x9-r_4 {
    right: 4px;
}
.edctu-5x9-r_5 {
    right: 5px;
}
.edctu-5x9-r_6 {
    right: 6px;
}
.edctu-5x9-r_7 {
    right: 7px;
}
.edctu-5x9-r_8 {
    right: 8px;
}
.edctu-5x9-r_9 {
    right: 9px;
}
.edctu-5x9-r_10 {
    right: 10px;
}
.edctu-5x9-r_11 {
    right: 11px;
}
.edctu-5x9-r_12 {
    right: 12px;
}
.edctu-5x9-r_13 {
    right: 13px;
}
.edctu-5x9-r_14 {
    right: 14px;
}
.edctu-5x9-r_15 {
    right: 15px;
}
.edctu-5x9-r_16 {
    right: 16px;
}
.edctu-5x9-r_17 {
    right: 17px;
}
.edctu-5x9-r_18 {
    right: 18px;
}
.edctu-5x9-r_19 {
    right: 19px;
}
.edctu-5x9-r_20 {
    right: 20px;
}
.edctu-5x9-r_25 {
    right: 25px;
}
.edctu-5x9-r_30 {
    right: 30px;
}
.edctu-5x9-r_35 {
    right: 35px;
}
.edctu-5x9-r_40 {
    right: 40px;
}
.edctu-5x9-r_45 {
    right: 45px;
}
.edctu-5x9-r_50 {
    right: 50px;
}
.edctu-5x9-r_55 {
    right: 55px;
}
.edctu-5x9-r_60 {
    right: 60px;
}
.edctu-5x9-r_65 {
    right: 65px;
}
.edctu-5x9-r_70 {
    right: 70px;
}
.edctu-5x9-r_75 {
    right: 75px;
}
.edctu-5x9-r_80 {
    right: 80px;
}
.edctu-5x9-r_85 {
    right: 85px;
}
.edctu-5x9-r_90 {
    right: 90px;
}
.edctu-5x9-r_95 {
    right: 95px;
}
.edctu-5x9-r_100 {
    right: 100px;
}
.edctu-5x9-r_110 {
    right: 110px;
}
.edctu-5x9-r_120 {
    right: 120px;
}
.edctu-5x9-r_130 {
    right: 130px;
}
.edctu-5x9-r_140 {
    right: 140px;
}
.edctu-5x9-r_150 {
    right: 150px;
}
.edctu-5x9-r_160 {
    right: 160px;
}
.edctu-5x9-r_170 {
    right: 170px;
}
.edctu-5x9-r_180 {
    right: 180px;
}
.edctu-5x9-r_190 {
    right: 190px;
}
.edctu-5x9-r_200 {
    right: 200px;
}
/* 
el_16
Bottom
*/
.edctu-5x9-b_0 {
    bottom: 0;
}
.edctu-5x9-b_1 {
    bottom: 1px;
}
.edctu-5x9-b_2 {
    bottom: 2px;
}
.edctu-5x9-b_3 {
    bottom: 3px;
}
.edctu-5x9-b_4 {
    bottom: 4px;
}
.edctu-5x9-b_5 {
    bottom: 5px;
}
.edctu-5x9-b_6 {
    bottom: 6px;
}
.edctu-5x9-b_7 {
    bottom: 7px;
}
.edctu-5x9-b_8 {
    bottom: 8px;
}
.edctu-5x9-b_9 {
    bottom: 9px;
}
.edctu-5x9-b_10 {
    bottom: 10px;
}
.edctu-5x9-b_11 {
    bottom: 11px;
}
.edctu-5x9-b_12 {
    bottom: 12px;
}
.edctu-5x9-b_13 {
    bottom: 13px;
}
.edctu-5x9-b_14 {
    bottom: 14px;
}
.edctu-5x9-b_15 {
    bottom: 15px;
}
.edctu-5x9-b_16 {
    bottom: 16px;
}
.edctu-5x9-b_17 {
    bottom: 17px;
}
.edctu-5x9-b_18 {
    bottom: 18px;
}
.edctu-5x9-b_19 {
    bottom: 19px;
}
.edctu-5x9-b_20 {
    bottom: 20px;
}
.edctu-5x9-b_25 {
    bottom: 25px;
}
.edctu-5x9-b_30 {
    bottom: 30px;
}
.edctu-5x9-b_35 {
    bottom: 35px;
}
.edctu-5x9-b_40 {
    bottom: 40px;
}
.edctu-5x9-b_45 {
    bottom: 45px;
}
.edctu-5x9-b_50 {
    bottom: 50px;
}
.edctu-5x9-b_55 {
    bottom: 55px;
}
.edctu-5x9-b_60 {
    bottom: 60px;
}
.edctu-5x9-b_65 {
    bottom: 65px;
}
.edctu-5x9-b_70 {
    bottom: 70px;
}
.edctu-5x9-b_75 {
    bottom: 75px;
}
.edctu-5x9-b_80 {
    bottom: 80px;
}
.edctu-5x9-b_85 {
    bottom: 85px;
}
.edctu-5x9-b_90 {
    bottom: 90px;
}
.edctu-5x9-b_95 {
    bottom: 95px;
}
.edctu-5x9-b_100 {
    bottom: 100px;
}
.edctu-5x9-b_110 {
    bottom: 110px;
}
.edctu-5x9-b_120 {
    bottom: 120px;
}
.edctu-5x9-b_130 {
    bottom: 130px;
}
.edctu-5x9-b_140 {
    bottom: 140px;
}
.edctu-5x9-b_150 {
    bottom: 150px;
}
.edctu-5x9-b_160 {
    bottom: 160px;
}
.edctu-5x9-b_170 {
    bottom: 170px;
}
.edctu-5x9-b_180 {
    bottom: 180px;
}
.edctu-5x9-b_190 {
    bottom: 190px;
}
.edctu-5x9-b_200 {
    bottom: 200px;
}
/* 
el_17
Top
*/
.edctu-5x9-l_0 {
    left: 0;
}
.edctu-5x9-l_1 {
    left: 1px;
}
.edctu-5x9-l_2 {
    left: 2px;
}
.edctu-5x9-l_3 {
    left: 3px;
}
.edctu-5x9-l_4 {
    left: 4px;
}
.edctu-5x9-l_5 {
    left: 5px;
}
.edctu-5x9-l_6 {
    left: 6px;
}
.edctu-5x9-l_7 {
    left: 7px;
}
.edctu-5x9-l_8 {
    left: 8px;
}
.edctu-5x9-l_9 {
    left: 9px;
}
.edctu-5x9-l_10 {
    left: 10px;
}
.edctu-5x9-l_11 {
    left: 11px;
}
.edctu-5x9-l_12 {
    left: 12px;
}
.edctu-5x9-l_13 {
    left: 13px;
}
.edctu-5x9-l_14 {
    left: 14px;
}
.edctu-5x9-l_15 {
    left: 15px;
}
.edctu-5x9-l_16 {
    left: 16px;
}
.edctu-5x9-l_17 {
    left: 17px;
}
.edctu-5x9-l_18 {
    left: 18px;
}
.edctu-5x9-l_19 {
    left: 19px;
}
.edctu-5x9-l_20 {
    left: 20px;
}
.edctu-5x9-l_25 {
    left: 25px;
}
.edctu-5x9-l_30 {
    left: 30px;
}
.edctu-5x9-l_35 {
    left: 35px;
}
.edctu-5x9-l_40 {
    left: 40px;
}
.edctu-5x9-l_45 {
    left: 45px;
}
.edctu-5x9-l_50 {
    left: 50px;
}
.edctu-5x9-l_55 {
    left: 55px;
}
.edctu-5x9-l_60 {
    left: 60px;
}
.edctu-5x9-l_65 {
    left: 65px;
}
.edctu-5x9-l_70 {
    left: 70px;
}
.edctu-5x9-l_75 {
    left: 75px;
}
.edctu-5x9-l_80 {
    left: 80px;
}
.edctu-5x9-l_85 {
    left: 85px;
}
.edctu-5x9-l_90 {
    left: 90px;
}
.edctu-5x9-l_95 {
    left: 95px;
}
.edctu-5x9-l_100 {
    left: 100px;
}
.edctu-5x9-l_110 {
    left: 110px;
}
.edctu-5x9-l_120 {
    left: 120px;
}
.edctu-5x9-l_130 {
    left: 130px;
}
.edctu-5x9-l_140 {
    left: 140px;
}
.edctu-5x9-l_150 {
    left: 150px;
}
.edctu-5x9-l_160 {
    left: 160px;
}
.edctu-5x9-l_170 {
    left: 170px;
}
.edctu-5x9-l_180 {
    left: 180px;
}
.edctu-5x9-l_190 {
    left: 190px;
}
.edctu-5x9-l_200 {
    left: 200px;
}
/* 
el_18
Text align
*/
.edctu-5x9-align-1 {
    text-align: left;
} 
.edctu-5x9-align-2 {
    text-align: center;
}
.edctu-5x9-align-3 {
    text-align: right;
}
/* 
el_19
Z-index
*/
.edctu-5x9-z_1 {
    z-index: 1;
}
.edctu-5x9-z_2 {
    z-index: 2;
}
.edctu-5x9-z_3 {
    z-index: 3;
}
.edctu-5x9-z_4 {
    z-index: 4;
}
.edctu-5x9-z_5 {
    z-index: 5;
}
.edctu-5x9-z_6 {
    z-index: 6;
}
.edctu-5x9-z_7 {
    z-index: 7;
}
.edctu-5x9-z_8 {
    z-index: 8;
}
.edctu-5x9-z_9 {
    z-index: 9;
}
.edctu-5x9-z_99 {
    z-index: 99;
}
.edctu-5x9-z_999 {
    z-index: 999;
}
.edctu-5x9-z_9999 {
    z-index: 9999;
}
.edctu-5x9-z_99999 {
    z-index: 99999;
}
/* 
el_20
Border radius
*/
.edctu-5x9-b_radius_0 {
    border-radius: 0;
}
.edctu-5x9-b_radius_1 {
    border-radius: 1px;
}
.edctu-5x9-b_radius_2 {
    border-radius: 2px;
}
.edctu-5x9-b_radius_3 {
    border-radius: 3px;
}
.edctu-5x9-b_radius_4 {
    border-radius: 4px;
}
.edctu-5x9-b_radius_5 {
    border-radius: 5px;
}
.edctu-5x9-b_radius_6 {
    border-radius: 6px;
}
.edctu-5x9-b_radius_7 {
    border-radius: 7px;
}
.edctu-5x9-b_radius_8 {
    border-radius: 8px;
}
.edctu-5x9-b_radius_9 {
    border-radius: 9px;
}
.edctu-5x9-b_radius_10 {
    border-radius: 10px;
}
.edctu-5x9-b_radius_11 {
    border-radius: 11px;
}
.edctu-5x9-b_radius_12 {
    border-radius: 12px;
}
.edctu-5x9-b_radius_13 {
    border-radius: 13px;
}
.edctu-5x9-b_radius_14 {
    border-radius: 14px;
}
.edctu-5x9-b_radius_15 {
    border-radius: 15px;
}
.edctu-5x9-b_radius_16 {
    border-radius: 16px;
}
.edctu-5x9-b_radius_17 {
    border-radius: 17px;
}
.edctu-5x9-b_radius_18 {
    border-radius: 18px;
}
.edctu-5x9-b_radius_19 {
    border-radius: 19px;
}
.edctu-5x9-b_radius_20 {
    border-radius: 20px;
}
.edctu-5x9-b_radius_25 {
    border-radius: 25px;
}
.edctu-5x9-b_radius_30 {
    border-radius: 30px;
}
.edctu-5x9-b_radius_50 {
    border-radius: 50%;
}
/* 
el_21
Box shadow
*/
.edctu-5x9-b_shadow_1 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.edctu-5x9-b_shadow_2 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.edctu-5x9-b_shadow_3 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.edctu-5x9-b_shadow_4 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.edctu-5x9-b_shadow_5 {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.edctu-5x9-b_shadow_6 {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
}
.edctu-5x9-b_shadow_7 {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.edctu-5x9-b_shadow_8 {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.20);
}
/* 
el_22
Btn
*/
.edctu-5x9-theme_btn_1{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 14.5px 31px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #0d6efd;
    z-index: 1;
    vertical-align: middle;
}
.edctu-5x9-theme_btn_1:before{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    background: #272727;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
}
.edctu-5x9-theme_btn_1:hover:before{
    width: 100%;
}

.edctu-5x9-theme_btn_2{
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #061a3a;
    border: 1px solid #e4e8e9;
    text-align: center;
    padding: 16.5px 41.5px;
    border-radius: 4px;
    z-index: 1;
    transition: all 500ms ease;
    vertical-align: middle;
}
.edctu-5x9-theme_btn_2:hover{
    color: #ffffff;
}
.edctu-5x9-theme_btn_2:before{
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background: #0d6efd;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.edctu-5x9-theme_btn_2:hover:before{
    top: -40%;
}
/* 
el_23
Image Hover
*/
.edctu-5x9-img_hover_1 {
    position: relative;
    overflow: hidden;
}
.edctu-5x9-img_hover_1 img{
    width: 100%;
    transition: all 500ms ease;
} 
.edctu-5x9-img_hover_1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.edctu-5x9-img_hover_1:hover:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}
.edctu-5x9-img_hover_2 {
    position: relative;
    overflow: hidden;
    background-color: #0d6efd;
}
.edctu-5x9-img_hover_2 img{
    width: 100%;
    transition: all 500ms ease;
} 
.edctu-5x9-img_hover_2:hover img{
    transform: scale(1.05);
    opacity: .5;
} 
.edctu-5x9-img_hover_2:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.edctu-5x9-img_hover_2:hover:before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}
@-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
}
@keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
}
.edctu-5x9-img_hover_3 {
    position: relative;
    overflow: hidden;
}
.edctu-5x9-img_hover_3 img{
    width: 100%;
    transition: all 500ms ease;
} 
.edctu-5x9-img_hover_3:before{
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.edctu-5x9-img_hover_3:hover:before{
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
      left: 125%;
    }
}
@keyframes shine {
    100% {
      left: 125%;
    }
}
.edctu-5x9-img_hover_4{
    position: relative;
    overflow: hidden;
}
.edctu-5x9-img_hover_4 img{
    width: 100%;
    transition: all 500ms ease;
} 
.edctu-5x9-img_hover_4:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
    transition: all 500ms ease;
    background-color: #0d6efd;
}
.edctu-5x9-img_hover_4:hover:before{
    height: 100%;
}
.edctu-5x9-img_hover_5{
    position: relative;
    display: block;
    overflow: hidden;
}  
.edctu-5x9-img_hover_5:before{
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    transform: scale(0,0);
    opacity: 0.9;
    z-index: 1;
    transition: all 500ms ease;
    background-color: #0d6efd;
}  
.edctu-5x9-img_hover_5:hover:before{
    transform: scale(1,1);
}
.edctu-5x9-img_hover_5 img{
    width: 100%;
    transition: all 500ms ease;
} 
.edctu-5x9-img_hover_5:hover img{
    transform: scale(1.1);
}
.edctu-5x9-img_hover_6{
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #0d6efd;
}
.edctu-5x9-img_hover_6 img{
    width: 100%;
    transition: all 500ms ease;
}
.edctu-5x9-img_hover_6:hover img{
    transform: scale(1.1);
    opacity: 0.2;
}
.edctu-5x9-img_hover_7{
    position: relative;
    display: block;
    overflow: hidden;
}
.edctu-5x9-img_hover_7 img{
    width: 100%;
    transform: scale(1.0);
    transition: all 1700ms ease;    
}
.edctu-5x9-img_hover_7:hover img{
    transform: scale(1.2);    
}
.edctu-5x9-img_hover_7:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000000;
    opacity: 1.0;
    border-radius: 5px;
    transition: .5s;
    transform: perspective(400px) scaleX(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2;
}
.edctu-5x9-img_hover_7:hover:before{
    opacity: 0.80;
    transform: perspective(400px) scaleX(1.0);
}
.edctu-5x9-img_hover_8 {
    position: relative;
    display: block;
    overflow: hidden;
}
.edctu-5x9-img_hover_8 img{
    width: 100%;
    transition: all 1700ms ease;    
}
.edctu-5x9-img_hover_8:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.edctu-5x9-img_hover_8:hover:before{
    opacity: .65;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}
.edctu-5x9-img_hover_9{
    position: relative;
    display: block;
    overflow: hidden;
}
.edctu-5x9-img_hover_9 img{
    width: 100%;
    transform: scale(1.0);
    transition: all 3500ms ease;   
}
.edctu-5x9-img_hover_9:hover img{
    transform:scale(1.2) rotate(1deg);      
}
.edctu-5x9-img_hover_9:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
    background-color: #0d6efd;
}
.edctu-5x9-img_hover_9:hover:before{
    opacity: 0.80;
    transform: scaleY(1.0);    
}
.edctu-5x9-img_hover_9:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 1;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
    background-color: #0d6efd;
}
.edctu-5x9-img_hover_9:hover:after{
    opacity: 0.80;
    transform: scaleY(1.0);
}
.edctu-5x9-img_hover_10{
    position: relative;
    display: block;
    overflow: hidden;
}
.edctu-5x9-img_hover_10:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #0d6efd;
    opacity: 1.0;
    transition: .5s;
    transform: perspective(400px) scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1;
}
.edctu-5x9-img_hover_10:hover:before{
    opacity: 0.50;
    transform: perspective(400px) scaleY(1.0);
}
.edctu-5x9-img_hover_10 img{
    width: 100%;
    transition: all 3500ms ease;    
}
.edctu-5x9-img_hover_10:hover img{
    transform: scale(1.3) rotate(2deg);
}

.edctu-5x9-flexbox_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.edctu-5x9-flexbox_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}




