
/* Columns <UL> <LI> */

.column-01 ul,
.column-02 ul,
.column-03 ul,
.column-04 ul,
.column-04-a ul,
.column-05 ul,
.column-06 ul,
.column-07 ul,
.column-08 ul,
.column-09 ul,
.column-10 ul,
.column-11 ul,
.column-12 ul,
.column-13 ul,
.column-14 ul,
.column-15 ul,
.column-17 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


/* column-01 */


/* NO LIMIT -> Recommended 5*/

.column-01 article {
    display: block;
    height: 110px;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
}

.column-01 article:last-child {
    margin-top: 1px;
    margin-bottom: 0px;
}

.column-01 article time {
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-01 article img {
    width: auto;
    height: 110px;
    margin-left: -28px;
}

.column-01 article span {
    display: block;
    float: left;
    width: 110px;
    overflow: hidden;
    margin-right: 1%;
}

.column-01 article h2 {
    margin: 10px 10px 10px 120px;
    font-weight: 400;
    font-size: 15px;
    height: 64px;
    overflow: hidden;
}

.column-01 cat a:hover {
    color: var(--tech-color, --main-color);
}

.column-01 cat {
    font-weight: normal;
    margin: 0px 0 -5px 120px;
    display: block;
    font-size: 14px;
}

.column-01 cat a {
    visibility: hidden;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 5px;
    color: #000;
}

.column-01 article:hover cat a {
    visibility: visible;
}

.column-01 article:hover cat::after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 3px;
    opacity: 0.5;
}

.column-01 article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

@media all and (max-width: 1300px) {
    .column-01 article {
        height:90px;
        overflow: hidden;
    }
    .column-01 article span {
        width: 90px;
        overflow: hidden;
    }

    .column-01 article span img {
        width:auto;
	height:90px;
        overflow: hidden;
    }

    .column-01 article cat {
        margin: 0px 0px 0px 100px;
	max-width:250px;
	overflow:hidden;
    }
    .column-01 article cat a {
        visibility:visible;
	max-width:250px;
	overflow:hidden;
    }
    .column-01 article:hover time {
	display: block;
	background: #000;
	color: #fff;
	padding: 1px 3px;
        font-size: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
        opacity: 0.5;
    }

    .column-01 article time {
	display: block;
	background: #000;
	color: #fff;
	padding: 1px 3px;
        font-size: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	height:15px;
        opacity: 0.5;
    }
    .column-01 article h2 {
        margin: 10px 10px 10px 100px;
        line-height: 21px;
    }

    .column-03 article:hover time {
	display: block;
	background: #000;
	color: #fff;
	padding: 1px 3px;
        font-size: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
        opacity: 0.5;
    }
}

@media all and (max-width: 1200px) {
    .row-4 .column-01 article span {
        display: none;
    }
    .row-4 .column-01 article h2 {
        margin: 10px 10px 10px 10px;
    }
    .row-4 .column-01 article cat {
        margin: 8px 0 -5px 10px;
    }
}


/* Hack for .post */

.post .invert .column-01 article span {
    width: 85px;
}

.post .invert .column-01 article h2 {
    margin: 10px 10px 10px 95px;
    height: 85px;
}


/* */

.post .right .column-01 article,
.wrapper_list .right .column-01 article {
    height: 90px;
}

.post .right .column-01 article h2,
.wrapper_list .right .column-01 article h2 {
    margin: 10px 10px 10px 95px;
}

.post .right .column-01 article cat,
.wrapper_list .right .column-01 article cat {
    display: none;
}

.post .right .column-01 article span,
.wrapper_list .right .column-01 article span {
    width: 85px;
}


/*  */

.post .invert article,
.post .invert-1 article:nth-child(1),
.post .invert-2 article:nth-child(2) {
    background: #e5e5e5;
}

.post .invert article h2 a,
.post .invert-1 article:nth-child(1) h2 a,
.post .invert-2 article:nth-child(2) h2 a {
    color: #333;
}

.post .invert article h2 a:hover,
.post .invert-1 article:nth-child(1) h2 a:hover,
.post .invert-2 article:nth-child(2) h2 a:hover {
    color: var(--tech-color, --main-color);
}

.post .invert article span,
.post .invert-1 article:nth-child(1) span,
.post .invert-2 article:nth-child(2) span {
    box-shadow: 0px 0px 150px 50px #fff;
}

.post .invert article:hover,
.post .invert-1 article:nth-child(1):hover,
.post .invert-2 article:nth-child(2):hover {
    background: #e5e5e5;
}


/* */

.column-views-01 time {
    padding: 0px 3px !important;
}

.column-views-01 time i {
    padding-right: 4px;
}

.column-views-01 time view {
    display: inline-block;
    background: #fff;
    color: #333;
    margin-right: 10px;
    margin-left: -3px;
    padding: 1px 5px;
}


/*********************************************************************/


/* column-02 */


/* NO LIMIT -> Recommended 4 */

.column-02 article {
    display: block;
    height: 110px;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
}

.column-02 article:last-child {
    margin-top: 1px;
    margin-bottom: 0px;
}

.column-02 article time {
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-02 article img {
    width: auto;
    height: 110px;
    margin-left: -28px;
}

.column-02 article span {
    display: block;
    float: left;
    width: 110px;
    overflow: hidden;
}

.column-02 article h2 {
    margin: 10px 10px 10px 120px;
    font-weight: 400;
    font-size: 15px;
    height: 65px;
    overflow: hidden;
}

.column-02 article:first-child {
    height: 232px;
}

.column-02 article:first-child h2 {
    float: left;
    margin: 15px 15px 10px 15px;
    font-weight: 700;
    font-size: 17px;
    height: 72px;
    overflow: hidden;
}

.column-02 article:first-child span {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.column-02 article:first-child img {
    width: 100%;
    height: auto;
    margin-left: 0px;
}

.column-02 article:first-child cat a {
    background: none;
}

.column-02 article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.column-02 cat {
    font-weight: normal;
    margin: 10px 0 -10px 120px;
    display: block;
    font-size: 10px;
}

.column-02 cat a {
    visibility: hidden;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 5px;
    color: #000;
}

.column-02 article:hover h3 a {
    visibility: visible;
}

.column-02 article:first-child h3 {
    font-weight: normal;
    display: block;
    font-size: 10px;
    margin: -8px 0px -10px 0px;
    float: left;
    padding: 2px 10px 2px 15px;
    background: rgba(204, 204, 204, 1);
}

.column-02 article:first-child h3:hover {
    background: rgba(204, 204, 204, 0.9);
}

.column-02 article:first-child h3 a {
    visibility: visible;
    color: #000;
}

.column-02 article:first-child h3:hover a {
    color: var(--tech-color, --main-color);
}

.column-02 h3::after {
    visibility: hidden;
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 3px;
    opacity: 0.5;
}

.column-02 article:hover h3::after {
    visibility: visible;
}

.column-02 article:first-child h3::after {
    display: none;
}

@media all and (max-width: 1300px) {
    .column-02 article span {
        width: 110px;
        overflow: hidden;
        display: none;
    }
    .column-02 article:first-child span {
        display: block;
    }
    .column-02 article h2 {
        margin: 10px 10px 10px 10px;
    }
    .row-4 .column-02 article:first-child span {
        height: 115px;
    }
    .row-4 .column-02 article h2 {
        font-size: 14px;
    }
    .row-4 .column-02 article:first-child h2 {
        font-size: 17px;
    }
}


/* Hack for .post */

.post .column-02 article h2 {
    height: 85px;
}

.post .box-in-text .column-02 article span {
    display: block;
}

.post .box-in-text .column-02 article h2 {
    height: 75px;
    margin: 10px 10px 10px 120px;
}


/* Hack for .post .right */

.post .right .column-02 article img {
    margin-left: 0px;
}


/*********************************************************************/


/* column-03 */


/* NO LIMIT -> Recommended 1 */

.column-03 article {
    display: block;
    height: 81px;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0px;
    overflow: hidden;
}

.column-03 article:last-child {
    padding-top: 2px;
    margin-bottom: 0px;
}

.column-03 article:last-child span {
    margin-top: -2px;
}

.column-03 article time {
    position: absolute;
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-03 article:hover time {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-03 article img {
    width: 150px;
    height: 110px;
}

.column-03 article:hover img {
    -webkit-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
}

.column-03 article span {
    display: none;
}

.column-03 article h2 {
    margin: 10px 15px 10px 15px;
    font-weight: 400;
    font-size: 15px;
}

.column-03 article:first-child {
    height: 353px;
}

.column-03 article:first-child time {
    display: inline-flex;
    width: auto;
    position: relative;
    padding: 2px 10px 2px 15px;
    margin-top: 15px;
}

.column-03 article:first-child h2 {
    /*float: left;*/
    margin: 5px 15px 10px 15px;
    font-weight: 700;
    font-size: 18px;
}

.column-03 article:first-child span {
    display: block;
    width: 100%;
    max-height: 190px;
    overflow: hidden;
}

.column-03 article:first-child img {
    width: 100%;
    height: auto;
}

.column-03 article cat {
    display: block;
    position: absolute;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 2px 10px;
    margin: -17px 0 9px 85px;
    background: rgba(204, 204, 204, 0.5);
}

.column-03 article cat:hover {
    background: rgba(204, 204, 204, 0.7);
}


/*********************************************************************/


/* column-04 */


/* NO LIMIT -> Recommended 4 */

.column-04 article {
    display: block;
    height: 82px;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0px;
}

.column-04 article:last-child {
    margin-bottom: 0px;
}

.column-04 article time {
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-04 article img {
    width: 150px;
    height: 110px;
    visibility: hidden;
}

.column-04 article span {
    display: none;
}

.column-04 article h2 {
    margin: 10px 15px 10px 15px;
    font-weight: 400;
    font-size: 15px;
    /* max-height: 61px; */
    max-height: 75px;
    overflow: hidden;
}

.column-04 article:nth-child(1) {
    height: 355px;
    overflow: hidden;
    background: none;
}

.column-04 article:nth-child(1) img {
    width: 100%;
    height: auto;
    visibility: visible;
}

.column-04 article:nth-child(1) h2 {
    font-size: 18px;
    margin: 5px 15px 10px 15px;
    font-weight: 700;
}

.column-04 article:nth-child(1) span {
    display: block;
    max-height: 230px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid rgba(0, 0, 0, 0.1);
}

.column-04 article:nth-child(1):hover span {
    -webkit-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
}

.column-04 article:nth-child(1) time {
    display: inline-flex;
    width: auto;
    position: relative;
    padding: 2px 10px 2px 15px;
    margin-top: 0px;
}

.column-04 article:nth-child(1) h2 a {
    color: #fff;
}

.column-04 article:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0.5;
    background: #000;
}

.column-04 article:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../../design/article-bg.jpg');
    background-size: 200% 100%;
    background-position: center center;
}

.column-04 article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.column-04 cat {
    font-weight: normal;
    margin: 10px 0 -10px 15px;
    display: block;
}

.column-04 cat a {
    opacity: 0.5;
}

.column-04 cat a:hover {
    opacity: 1;
}

.column-04 article:nth-child(1) cat {
    display: block;
    position: absolute;
    opacity: 0.6;
    font-weight: normal;
    margin-top: -16px;
    margin-bottom: 9px;
    font-size: 10px;
    margin-left: 85px;
    background: #ccc;
    padding: 1px 10px;
    color: #000;
}

.column-04 article:nth-child(1) cat a {
    opacity: 1;
    color: #000;
}

.column-04 article:nth-child(1) cat:hover {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-04 article:nth-child(1) cat:hover a {
    color: #fff;
}

.column-04 cat::after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 3px;
    opacity: 0.5;
}

.column-04 article:nth-child(1) cat::after {
    display: none;
}


/*********************************************************************/


/* column-04-1*/

.column-04-1 article:nth-child(1) span {
    border-top: 0px;
}

.column-04-1 article:nth-child(1) a:hover span {
    border-top: 0px;
}

.column-04-1 article:nth-child(1) time {
    margin-top: 15px;
}


/*********************************************************************/


/* column-04-a */


/* NO LIMIT -> Recommended 4 */

.column-04-a article {
    display: block;
    height: 82px;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0px;
}

.column-04-a article:last-child {
    margin-bottom: 0px;
}

.column-04-a article time {
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-04-a article img {
    width: 150px;
    height: 110px;
    visibility: hidden;
}

.column-04-a article span {
    display: none;
}

.column-04-a article h2 {
    margin: 10px 15px 10px 15px;
    font-weight: 400;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}

.column-04-a article:nth-child(2) {
    height: 355px;
    overflow: hidden;
    background: none;
}

.column-04-a article:nth-child(2) img {
    width: 100%;
    height: auto;
    visibility: visible;
}

.column-04-a article:nth-child(2) h2 {
    font-size: 18px;
    margin: 5px 15px 10px 15px;
    font-weight: 700;
    height: 100px;
}

.column-04-a article:nth-child(2) span {
    display: block;
    max-height: 190px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid rgba(0, 0, 0, 0.1);
}

.column-04-a article:nth-child(2):hover span {
    -webkit-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
}

.column-04-a article:nth-child(2) time {
    display: inline-flex;
    width: auto;
    position: relative;
    padding: 2px 10px 2px 15px;
    margin-top: 0px;
}

.column-04-a article:nth-child(2) h2 a {
    color: #fff;
}

.column-04-a article:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0.5;
    background: #000;
}

.column-04-a article:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../../design/article-bg.jpg');
    background-size: 200% 100%;
    background-position: center center;
}

.column-04-a article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.column-04-a cat {
    font-weight: normal;
    margin: 10px 0 -10px 15px;
    display: block;
}

.column-04-a cat a {
    opacity: 0.5;
}

.column-04-a cat a:hover {
    opacity: 1;
}

.column-04-a article:nth-child(2) cat {
    display: block;
    position: absolute;
    margin: -17px 0px 9px 85px;
    padding: 2px 10px;
    background: rgba(204, 204, 204, 0.2);
}

.column-04-a article:nth-child(2) cat:hover {
    background: rgba(204, 204, 204, 0.9);
}

.column-04-a article:nth-child(2) cat a {
    color: #ccc;
    opacity: 1;
}

.column-04-a article:nth-child(2) cat:hover a {
    color: var(--tech-color, --main-color);
}

.column-04-a cat::after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 3px;
    opacity: 0.5;
}

.column-04-a article:nth-child(2) cat::after {
    display: none;
}


/*********************************************************************/


/* column-04-a-1*/

.column-04-a-1 article:nth-child(2) span {
    border-top: 0px;
}

.column-04-a-1 article:nth-child(2) a:hover span {
    border-top: 0px;
}

.column-04-a-1 article:nth-child(2) time {
    margin-top: 15px;
}


/*********************************************************************/


/* column-05 */


/* Recommended 1 */

.column-05 article {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0px;
}

.column-05 article time {
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-05 article img {
    width: 150px;
    height: 110px;
    visibility: hidden;
}

.column-05 article span {
    display: none;
}

.column-05 article h2 {
    margin: 10px 15px 10px 15px;
    font-weight: 400;
    font-size: 15px;
}

.column-05 article:first-child {
    height: 600px;
    overflow: hidden;
    background: none;
}

.column-05 article:first-child img {
    width: auto;
    height: 100%;
    visibility: visible;
}

.column-05 article:first-child h2 {
    display: block;
    position: absolute;
    right: 0px;
    left: 0px;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
}

.column-05 article:first-child h2 a {
    opacity: 0.9;
    color: #fff;
}

.column-05 article:first-child h2 a:hover {
    opacity: 1;
}

.column-05 article:first-child span {
    display: block;
    height: 370px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid rgba(0, 0, 0, 0.1);
}

.column-05 article:first-child:hover span {
    border-top: 15px solid #333;
    -webkit-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
}

.column-05 article:first-child time {
    display: inline-flex;
    width: auto;
    position: relative;
    padding: 2px 10px 2px 15px;
    margin-top: 15px;
}

.column-05 article:first-child:hover time {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-05 article:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0.5;
    background: #000;
}

.column-05 article:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    background-image: url('../../design/article-bg.jpg');
    background-size: 100% 100%;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.column-05 article cat {
    display: block;
    position: absolute;
    margin: -17px 0px 9px 85px;
    padding: 2px 10px;
    background: rgba(204, 204, 204, 0.2);
}

.column-05 article cat:hover {
    background: rgba(204, 204, 204, 0.9);
}

.column-05 article cat a {
    color: #ccc;
}

.column-05 article cat:hover a {
    color: var(--tech-color, --main-color);
}

@media all and (max-width: 1300px) {
    .column-05 article:first-child h2 {
        font-size: 21px;
    }
}


/* Hack */

.row-1-2 .column-05 article img {
    width: 100%;
    height: auto;
}

.row-4 .column-05 article:first-child h2 {
    font-size: 22px;
}

.row-4 .column-05 article:first-child img {
    margin-left: -135px;
    width: auto;
    height: 100%;
}


/*********************************************************************/


/* column-06 */


/* NO LIMIT -> Recommended 2 */

.column-06 article {
    display: block;
    position: relative;
    width: 100%;
    height: 295px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.column-06 article:last-child {
    margin-bottom: 0px;
}

.column-06 article img {
    width: 100%;
    height: auto;
}

.column-06 article:hover img {
    -webkit-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
}

.column-06 article h2 {
    position: absolute;
    display: block;
    color: #333;
    font-size: 18px;
    margin: 5px 15px 10px 15px;
    line-height: normal;
    font-weight: 700;
}

.column-06 article h2 a:hover {
    color: var(--tech-color, --main-color);
}

.column-06 article span {
    display: block;
    max-height: 140px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid rgba(0, 0, 0, 0.1);
}

.column-06 article:hover span {
    border-top: 15px solid #333;
    -webkit-box-shadow: 0 0 150px 10px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 150px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 150px 10px rgba(255, 255, 255, 0.5);
}

.column-06 article time {
    display: inline-flex;
    width: auto;
    font-size: 10px;
    padding: 2px 10px 2px 15px;
    background: #000;
    color: #fff;
    opacity: 0.5;
    margin-top: 13px;
}

.column-06 article:hover time {
    opacity: 1;
    background: var(--tech-color, --main-color);
}

.column-06 article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0.5;
    background: #fff;
}

.column-06 article::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    background-image: url('../../design/article-bg.jpg');
    background-size: 200% 100%;
    background-position: center center;
    -webkit-filter: opacity(40%);
    -moz-filter: opacity(40%);
    -o-filter: opacity(40%);
    -ms-filter: opacity(40%);
    filter: opacity(40%);
}

.column-06 article cat {
    display: block;
    position: absolute;
    padding: 2px 15px;
    right:10px;
    margin: -18px 0 3px 85px;
    background: rgba(255, 255, 255, 0.5);
}

.column-06 article cat:hover {
    background: rgba(255, 255, 255, 0.9);
}

@media all and (max-width: 1300px) {
    .row-3 .column-06 article h2 {
        font-size: 17px;
    }
    .row-4 .column-06 article h2 {
        font-size: 17px;
    }
}


/*********************************************************************/


/* column-06-1 */

.column-06-1 article span {
    border-top: 0px;
}

.column-06-1 article:hover span {
    border-top: 0px;
}

.column-06-1 article time {
    margin-top: 15px;
}


/*********************************************************************/


/* column-06-2 */

.column-06-1 article {
    height: 353px;
}

.column-06-1 article span {
    border-top: 0px;
    max-height: 230px;
}

.column-06-1 article:hover span {
    border-top: 0px;
}

.column-06-1 article time {
    margin-top: 15px;
}


/*********************************************************************/


/* column-06-2 */

.column-06-2 ul {
    list-style-type: none;
}

.column-06-2 ul li {
    width: 50%;
    float: left;
}

.column-06-2 article:hover span {
    border-top: 0px;
}

.column-06-2 article time {
    margin-top: 15px;
}

.column-06-2 article img {
    max-height: 70% !important;
}

.column-06-2 article {
    /* height: 242px !important; */
}

.column-06-2 article span {
    border-top: 0px;
    max-height: 200px;
}

.column-06-2 article:hover span {
    border-top: 0px;
}

.column-06-2 article time {
    margin-top: 15px;
}

.column-06-2 article h2 {
    /* width: 90% !important; */
}

.column-06-2 article h2 a {
    color: black !important;
    font-size: 16px !important;
}

.column-06-2 article:hover {
    border: 0px;
}


/*********************************************************************/


/* column-07 */


/* NO LIMIT -> Recommended 2 */

.column-07 article {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 10px;
}

.column-07 article:last-child {
    margin-bottom: 0px;
}

.column-07 article {
    height: 295px;
    overflow: hidden;
}

.column-07 article img {
    width: 100%;
    height: auto;
    visibility: visible;
}

.column-07 article h2 {
    font-size: 18px;
    margin: 10px 15px 10px 15px;
    line-height: normal;
    font-weight: 700;
    height: 100px;
    overflow: hidden;
}

.column-07 article span {
    display: block;
    max-height: 140px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 0px;
}

.column-07 article time {
    display: inline-flex;
    width: auto;
    font-size: 10px;
    padding: 2px 10px 2px 15px;
    background: #000;
    color: #fff;
    opacity: 0.5;
    margin-top: 15px;
}

.column-07 article:hover time {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-07 article a {
    display: block;
    z-index: 3;
}

.column-07 article cat {
    display: block;
    position: absolute;
    padding: 2px 15px;
    margin: -17px 0 3px 85px;
    background: rgba(204, 204, 204, 0.2);
}

.column-07 article cat:hover {
    background: rgba(204, 204, 204, 0.4);
}

@media all and (max-width: 1300px) {
    .row-3 .column-07 article h2 {
        font-size: 17px;
    }
    .column-07 article h2 {
        height: 95px;
    }
}


/*********************************************************************/


/* column-08 */


/* Recommended 1 */



@media all and (min-width: 1200px) {

.column-08 article {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-right: 1%;
    height: 200px;
}
}
@media all and (max-width: 1200px) {
    .column-08 article {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	background: #fff;
	margin-right: 1%;
    }
}

.column-08 article:last-child {
    margin-right: 0px;
}

.column-08 article time {
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-08 article:hover time {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-08 article img {
    width: 100%;
    height: auto;
}

.column-08 article h2 {
    font-size: 15px;
    margin: 15px 10px 10px 10px;
    line-height: normal;
    height: 65px;
    overflow: hidden;
}

.column-08 article span {
    display: block;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.column-08 article cat {
    position: absolute;
    top: 92px;
    margin: 0px auto;
    padding: 1px 10px;
    font-size: 10px;
    text-transform: uppercase;
    background: #333;
}

.column-08 article cat:hover {
    background: #333;
}

.column-08 article cat a {
    color: #fff;
}


/*********************************************************************/


/* column-09 */


/* Recommended 1 */

.column-09 article {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    height: 250px;
}

.column-09 article time {
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-09 article:hover time {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-09 article img {
    width: 100%;
    height: auto;
}

.column-09 article h2 {
    font-size: 17px;
    margin: 30px 15px 10px 15px;
    line-height: normal;
}

.column-09 article span {
    display: block;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.column-09 h3 {
    position: absolute;
    padding: 2px 15px;
    background: rgba(204, 204, 204, 0.4);
}


/*********************************************************************/


/* column-10 */


/* Recommended 4 */

.column-10 article {
    display: block;
    height: 40px;
    position: relative;
    width: 100%;
    float: left;
    background: #333;
    margin-bottom: 0px;
    border-bottom: 1px dotted #ccc;
}

.column-10 article:hover {
    background: #fff;
}

.column-10 article:last-child {
    padding-top: 1px;
    margin-bottom: 0px;
    border-bottom: none;
}

.column-10 article time {
    display: none;
}

.column-10 article img {
    width: 150px;
    height: 110px;
    visibility: hidden;
}

.column-10 article span {
    display: none;
}

.column-10 article h2 {
    color: #fff;
    margin: 10px 15px 10px 15px;
    font-weight: 400;
    font-size: 15px;
    overflow: hidden;
    height: 22px;
}

.column-10 article h2 a {
    color: #fff;
}

.column-10 article:hover h2 a {
    color: var(--tech-color, --main-color);
}

.column-10 h3 {
    display: none;
}


/*********************************************************************/


/* column-11 */


/* Recommended 1 */

.column-11 article {
    display: block;
    position: relative;
    height: 600px;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0px;
    overflow: hidden;
}

.column-11 article time {
    display: inline-flex;
    background: #000;
    color: #fff;
    font-size: 10px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
    width: auto;
    position: relative;
    padding: 2px 10px 2px 15px;
    margin-top: 15px;
}

.column-11 article:hover time {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-11 article img {
    width: auto;
    height: 100%;
}

.column-11 article span {
    display: block;
    height: 370px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid rgba(0, 0, 0, 0.1);
}

.column-11 article:hover span {
    border-top: 15px solid #333;
    -webkit-box-shadow: 0 0 150px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 150px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 150px 10px rgba(0, 0, 0, 0.2);
}

.column-11 article h2 {
    font-size: 18px;
    margin: 10px 15px 10px 15px;
    line-height: normal;
    font-weight: 700;
}

.column-11 article:hover h2 {
    color: var(--tech-color, --main-color);
}

.column-11 article cat {
    position: absolute;
    margin: 12px 0px 0px 85px;
    padding: 2px 15px;
    right:10px;
    background: rgba(204, 204, 204, 0.4);
}


/* Hack for ROW */


/*.row-1-2 .column-11 article img { width: 100%; height: auto; }*/


/* .row-4 .column-11 article h2 {
    font-size: 22px;
} */


/*********************************************************************/


/* column-12 */


/* Recommended 1 */

.column-12 article {
    height: 600px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0px;
}

.column-12 article img {
    width: auto;
    height: 100%;
}

.column-12 article time {
    display: inline-flex;
    position: relative;
    background: #000;
    color: #fff;
    font-size: 10px;
    right: 0px;
    bottom: 0px;
    opacity: 0.6;
    width: auto;
    padding: 2px 10px 2px 15px;
    margin-top: 15px;
}

.column-12 article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.column-12 article h2 {
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 19px;
    margin: 10px 15px 10px 0px;
    line-height: normal;
    font-weight: 700;
    width: 65%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0px 8px 20px;
    border-left: 15px solid #ccc;
    opacity: 0.8;
}

.column-12 article:hover h2 {
    border-left: 15px solid var(--tech-color, --main-color);
    opacity: 1;
}

.column-12 article h2 a {
    color: #fff !important;
}

.column-12 article span {
    display: block;
    margin-bottom: -180px;
    height: 570px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid #333;
    border-bottom: 15px solid #333;
}

.column-12 article:hover span {
    border-top: 15px solid var(--tech-color, --main-color);
    border-bottom: 15px solid #333;
}

.column-12 article cat {
    display: block;
    position: absolute;
    color: #333;
    padding: 2px 15px;
    margin: -17px 0 0 85px;
    background: rgba(255, 255, 255, 0.7);
}

.column-12 article:hover h3 {
    color: #fff;
}


/*********************************************************************/


/* column-04-1*/

.column-04-1 article:nth-child(1) span {
    border-top: 0px;
}

.column-04-1 article:nth-child(1) a:hover span {
    border-top: 0px;
}

.column-04-1 article:nth-child(1) time {
    margin-top: 15px;
}


/* hack for ROW */

.row-4 .column-12 article h2 {
    font-size: 19px;
    margin: 10px 0px 0px 0px;
    padding-right: 15px;
    line-height: normal;
    width: auto;
    font-weight: 700;
    border-left: 0px;
}

.row-4 .column-12 article:hover h2 {
    border-left: 0px solid var(--tech-color, --main-color);
    opacity: 1;
}


/*********************************************************************/


/* column-13 */


/* Recommended 1 */

.column-13 article {
    height: 355px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0px;
}

.column-13 article img {
    width: 100%;
    height: auto;
}

.column-13 article time {
    display: inline-flex;
    position: relative;
    background: #000;
    color: #fff;
    font-size: 10px;
    right: 0px;
    bottom: 0px;
    opacity: 0.6;
    width: auto;
    padding: 2px 10px 2px 15px;
    margin-top: 15px;
}

.column-13 article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.column-13 article h2 {
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 17px;
    margin: 10px 0px 10px 0px;
    line-height: normal;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 5px 8px 20px;
    border-left: 15px solid #ccc;
    opacity: 0.95;
}

.column-13 article:hover h2 {
    border-left: 15px solid var(--tech-color, --main-color);
    opacity: 1;
}

.column-13 article h2 a {
    color: #fff !important;
}

.column-13 article span {
    display: block;
    margin-bottom: -140px;
    height: 325px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid #333;
    border-bottom: 15px solid #333;
    background: #000;
}

.column-13 article:hover span {
    border-top: 15px solid var(--tech-color, --main-color);
    border-bottom: 15px solid #333;
}

.column-13 article cat {
    display: block;
    position: absolute;
    color: #333;
    padding: 2px 15px;
    margin: -17px 0 0 85px;
    background: rgba(255, 255, 255, 0.7);
}

.column-13 article:hover h3 {
    color: #fff;
}


/* hack for ROW */

.row-4 .column-13 article h2 {
    font-size: 19px;
    margin: 10px 0px 0px 0px;
    padding-right: 15px;
    line-height: normal;
    width: auto;
    font-weight: 700;
    border-left: 0px;
}

.row-4 .column-13 article:hover h2 {
    border-left: 0px solid var(--tech-color, --main-color);
    opacity: 1;
}



/* column-14 */


/* Recommended 1 */

.column-14 article {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-right: 1%;
    height: 200px;
    background: url(other/obetovanata-zemq/bottom.jpg) no-repeat bottom left !important;
}

.column-14 article:last-child {
    margin-right: 0px;
}

.column-14 article time {
    display: none;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-14 article:hover time {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-14 article img {
    width: 100%;
    height: auto;
}

.column-14 article h2 {
    font-size: 15px;
    margin: 7px 10px 10px 83px;
    line-height: normal;
    height: 42px;
    overflow: hidden;
}

.column-14 article h2::before {
    content: url(other/obetovanata-zemq/obetovanata-zemq.jpg);
    position: absolute;
    width: 59px;
    height: 59px;
    background: #000;
    left: 13px;
    bottom: 13px;
    border: 1px solid #fff;
}

.column-14 article span {
    display: block;
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-top: 33px;
}

.column-14 article cat {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 28px;
    top: 0px;
    margin: 0px auto;
    padding: 1px 10px;
    font-size: 10px;
    text-transform: uppercase;
    background: url(other/obetovanata-zemq/top.jpg) no-repeat top left !important;
}

.column-14 article cat:hover,
.column-14 article:hover h3 {
    background: url(other/obetovanata-zemq/top.jpg) no-repeat top left !important;
}

.column-14 article cat::after {
    content: 'Виж Всички';
    position: absolute;
    right: 11px;
    top: 9px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 10px;
}

.column-14 article cat::before {
    font-family: FontAwesome;
    content: "\f0da";
    opacity: 0.5;
    right: 3px;
    position: absolute;
    top: 9px;
    color: #000;
}

.column-14 article cat a {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.01em;
    position: absolute;
    left: 10px;
    right: 0px;
    z-index: 1;
}


/*********************************************************************/


/* column-15 */


/* Recommended 1 */

.column-15 article {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-right: 1%;
    height: 200px;
    /* background: url(other/obetovanata-zemq/bottom.jpg) no-repeat bottom left !important; */
    background-image: url('../../design/article-bg.jpg');
}

.column-15 article:last-child {
    margin-right: 0px;
}

.column-15 article time {
    display: none;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-15 article:hover time {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-15 article img {
    width: 100%;
    height: auto;
}

.column-15 article h2 {
    font-size: 15px;
    margin: 7px 10px 10px 15px;
    line-height: normal;
    height: 42px;
    overflow: hidden;
}

.column-15 article h2:hover {
    -webkit-box-shadow: inset 0 0 175px 120px rgba(0, 0, 0, 0.65), 0 0 175px 120px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 0 175px 120px rgba(0, 0, 0, 0.65), 0 0 175px 120px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 175px 120px rgba(0, 0, 0, 0.65), 0 0 175px 120px rgba(0, 0, 0, 0.8);
}

.column-15 article h2 a {
    color: #ffffff;
}

.column-15 article span {
    display: block;
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-top: 33px;
}

.column-15 article cat {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 28px;
    top: 0px;
    margin: 0px auto;
    padding: 1px 10px;
    font-size: 10px;
    text-transform: uppercase;
    background: url('../../design/article-bg-column-15-top.jpg') no-repeat top left !important;
    background-color:white!important;
}

.column-15 article cat:hover,
.column-15 article:hover h3 {
    background: url('../../design/article-bg-column-15-top.jpg') no-repeat top left !important;
    background-color:white!important;
}

.column-15 article cat::after {
    content: 'Виж Всички';
    position: absolute;
    right: 11px;
    top: 9px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 10px;
}

.column-15 article cat::before {
    font-family: FontAwesome;
    content: "\f0da";
    opacity: 0.5;
    right: 3px;
    position: absolute;
    top: 9px;
    color: #000;
}

.column-15 article cat a {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.01em;
    position: absolute;
    left: 10px;
    right: 0px;
    z-index: 1;
}


/* column-16 */


/* NO LIMIT -> Recommended 5*/

.column-16 article {
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}

.column-16 article span,
.column-16 article time {
    display: none;
}

.column-16 article cat,
.column-16 article h2 {
    display: inline;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    text-transform: none;
    height: 20px;
    font-family: "Roboto Slab", serif;
    font-weight: normal;
}

.column-16 article h2 {
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.column-16 article cat a {
    color: var(--tech-color, --main-color);
    padding-right: 5px;
    padding-left: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.column-16 article cat a::before {
    position: absolute;
    content: url('data:image/svg+xml; utf8, <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 75 86.6" xml:space="preserve"><polygon points="0,43.3 0,0 37.5,21.7 75,43.3 37.5,65 0,86.6"></polygon></svg>');
    width: 8px;
    left: 0px;
    top: 4px;
    opacity: 0.5;
}


/*********************************************************************/


/* column-17 */


/* Recommended 1 */

.column-17 article {
    height: 355px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 0px;
}

.column-17 article img {
    width: 100%;
    height: auto;
}

.column-17 article time {
    color: #fff;
    font-size: 10px;
    opacity: 0.6;
    width: auto;
    padding: 2px 10px 2px 10px;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 50px;
}

.column-17 article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.column-17 article h2 {
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 19px;
    margin: 10px 15px 10px 0px;
    line-height: normal;
    font-weight: 700;
    width: 65%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0px 8px 20px;
    border-left: 15px solid #ccc;
    opacity: 0.95;
}

.column-17 article:hover h2 {
    border-left: 15px solid var(--tech-color, --main-color);
    opacity: 1;
}

.column-17 article h2 a {
    color: #fff !important;
}

.column-17 article span {
    display: block;
    margin-bottom: -140px;
    height: 325px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid #333;
    border-bottom: 15px solid #333;
    background: #000;
}

.column-17 article cat {
    color: #333;
    padding: 2px 15px;
    margin: -17px 0 0 85px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 50px;
}

.column-17 article:hover h3 {
    color: #fff;
}


/* hack for ROW */

.row-4 .column-17 article h2 {
    font-size: 19px;
    margin: 10px 0px 0px 0px;
    padding-right: 15px;
    line-height: normal;
    width: auto;
    font-weight: 700;
    border-left: 0px;
}

.row-4 .column-17 article:hover h2 {
    border-left: 0px solid var(--tech-color, --main-color);
    opacity: 1;
}


/*  */

.column-17 article span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 355px;
    border-top: 0px;
    border-bottom: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 40%);
}

.column-17 article span a {
    width: calc(100% - 285px);
    margin-left: auto;
}

.column-17 article h2 {
    font-size: 23px;
    position: absolute;
    background: rgb(0, 0, 0);
    top: 7px;
    opacity: 1;
    width: 264px;
    bottom: 7px;
    box-shadow: 0px 73px 100px 40px #ccc, 0px -73px 100px 40px #ccc, 0px 0px 50px 20px #fff;
}

.column-17 article h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../../design/article-bg.jpg');
    background-size: 200% 100%;
    background-position: center center;
    opacity: 0.4;
    filter: blur(10px);
}

.column-17 article h2 a {
    padding-right: 20px;
    padding-top: 20px;
    display: block;
}


/*********************************************************************/


/* column-18 */


/* Recommended 1 */

.column-18 article {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-right: 1%;
    height: 200px;
    background-image: url('../../design/article-bg.jpg');
}

.column-18 article:last-child {
    margin-right: 0px;
}

.column-18 article time {
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: relative;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.column-18 article:hover time {
    background: var(--tech-color, --main-color);
    opacity: 1;
}

.column-18 article img {
    width: 100%;
    height: auto;
}

.column-18 article h2 {
    font-size: 15px;
    margin: 7px 5px 5px 5px;
    line-height: normal;
    height: 42px;
    overflow: hidden;
}

.column-18 article h2 a {
    color: #ffffff;
}

.column-18 article span {
    display: block;
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.column-18 article cat {
    display:none;
}


/*********************************************************************/


/* column-19 */


/* NO LIMIT -> Recommended 2 */

.column-19 article {
    display: block;
    position: relative;
    width: 100%;
    height: 295px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.column-19 article:last-child {
    margin-bottom: 0px;
}

.column-19 article img {
    width: 100%;
    height: auto;
}

.column-19 article:hover img {
    -webkit-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
}

.column-19 article h2 {
    position: absolute;
    display: block;
    color: #333;
    font-size: 14px;
    margin: 5px 15px 10px 15px;
    line-height: normal;
    font-weight: 700;
}

.column-19 article h2 a:hover {
    color: var(--tech-color, --main-color);
}

.column-19 article span {
    display: block;
    max-height: 140px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid rgba(0, 0, 0, 0.1);
}

.column-19 article:hover span {
    border-top: 15px solid #333;
    -webkit-box-shadow: 0 0 150px 10px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 150px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 150px 10px rgba(255, 255, 255, 0.5);
}

.column-19 article time {
    display: block;
    width: auto;
    font-size: 10px;
    padding: 2px 10px 2px 15px;
    background: #000;
    color: #fff;
    opacity: 0.5;
    margin-top: 0px;
}

.column-19 article:hover time {
    opacity: 1;
    background: var(--tech-color, --main-color);
}

.column-19 article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0.5;
    background: #fff;
}

.column-19 article::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
    background-image: url('../../design/article-bg.jpg');
    background-size: 200% 100%;
    background-position: center center;
    -webkit-filter: opacity(40%);
    -moz-filter: opacity(40%);
    -o-filter: opacity(40%);
    -ms-filter: opacity(40%);
    filter: opacity(40%);
}

.column-19 article cat {
    display: none;
    padding: 2px 15px;
    margin: 0px 0 3px 5px;
    background: rgba(255, 255, 255, 0.5);
}

.column-19 article cat:hover {
    background: rgba(255, 255, 255, 0.9);
}
