/* WK News Carlos Ferreira jcarloswk@gmail.com */ .wk-news .wk-news-inner {     float: left;     padding: 0;} .wk-news .wk-news-img img {     width: 100%;     max-width: 100%;} .wk-news .wk-news-normal {} .wk-news .wk-news-item {     float: left;     margin-bottom: 20px; } .wk-news .wk-news-item:last-child {     margin-bottom: 0; } .wk-news .wk-news-content {     overflow: hidden;     padding: 1px 0;     position: relative;     z-index: 1 } .wk-news .wk-news-content h4 {     margin: 0;     line-height: 1.2em;     font-weight: 600;} .wk-news .wk-news-img {     position: relative;     overflow: hidden;} .wk-news .wk-news-item:hover .wk-news-img:before {     border-width: 3px;     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";     filter: alpha(opacity=100);     opacity: 1;} .wk-news .wk-news-img:before {     border: 0px solid;     bottom: 0;     content: '';     display: none;     left: 0;     position: absolute;     right: 0;     top: 0;     transition: border 0.2s linear, opacity 0.2s linear;     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";     filter: alpha(opacity=0);     opacity: 0;     pointer-events: none;     z-index: 101;} .wk-news .wk-news-hat {    letter-spacing: -.75px;    border-radius: 4px;    font-weight: 400;    line-height: initial;    display: table;    margin-bottom: 5px;} .wk-news.suspended .wk-news-content {     position: absolute;     bottom: 12px;     left: 32px;     right: 32px;     padding: 0;}/**** .conent susp ****/ .wk-news.suspended.susp .wk-news-content {     position: inherit;     bottom: 0;     left: 0;     right: 0;     padding: 2px;} .wk-news.suspended.susp .wk-news-content h4 {     text-shadow: inherit;     font-weight: 700;     color: inherit;} .wk-news.suspended .wk-news-content h4 {     color: #fff;     text-shadow: 0 1px 3px rgba(0, 0, 0, .8);     font-weight: 700;} .wk-news .wk-news-overlay {     content: "";     position: absolute;     left: 0;     right: 0;     z-index: 1;     top: 0;     bottom: 0;     opacity: 0.8;     filter: alpha(opacity=80);     background-image: -webkit-linear-gradient(top, transparent 0%, #000000 100%);     background-image: -o-linear-gradient(top, transparent 0%, #000000 100%);     background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);     background-repeat: repeat-x;     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);} .wk-news .wk-news-hat.hatSuspended {    position: absolute;    top: 20px;    left: 32px;    background: #000000;    color: #ffffff;    padding: 5px 10px !important;    font-size: 11px;    font-weight: 700;    text-transform: uppercase;    line-height: 1;    z-index: 4;    height: 0 !important;} .wk-news.suspended .wk-news-img img {     width: 100%;     -moz-transition: all 0.3s;     -webkit-transition: all 0.3s;     transition: all 0.3s;} .wk-news.suspended:hover .wk-news-img img {     -moz-transform: scale(1.1);     -webkit-transform: scale(1.1);     transform: scale(1.1);} .wk-news .wk-news-date {     font-weight: 400;     font-size: 11px;     text-transform: uppercase;     color: #999;} .wk-news .wk-news-date:before {     content: "\f017";     font-weight: 100;     margin-right: 3px;     font-size: 12px;     font-family: "FontAwesome";}/********* *Slider show **********/ .wk-news .owl-nav {     left: 0;     height: 0;     position: absolute;     margin: -45px -30px;     margin-top:-45px !important;     right: 0;     opacity: 0;     display: block !important;     transition: 0.2s linear;} .wk-news .owl-nav.disabled {     display:none !important } .wk-news .wk-news-inner:hover .owl-nav {     margin-left: -5px!important;     margin-right: -5px !important;} .wk-news .owl-nav div {    background: rgba(0, 0, 0, 0.6) url(../images/wk-nav.png) no-repeat left center !important;    cursor: pointer;    text-indent: -5000px;    width: 25px;    transition: background-color 0.2s linear;    margin: 0;    height: 90px;} .wk-news .owl-nav .owl-prev {     float: left;     background: #000;} .wk-news .owl-nav .owl-next {     background-position: right center !important;     float: right;} .wk-news .owl-nav div:hover {     background-color: #000;} .wk-news .wk-news-normal {overflow: hidden;} .wk-news .wk-icon-video:before {     background: rgba(0, 0, 0, 0.6);     content: '';     display: block;     height: 40px;     left: 50%;     margin: 0 0 0 -27px;     position: absolute;     top: 50%;     margin-top: -20px;     width: 54px;     transition: background 0.2s linear;     border-radius: 5px;     z-index: 3 } .wk-news .wk-icon-video {     height: 0 !important } .wk-news .wk-news-item:hover .wk-icon-video:before {     background: #FF5722 !important;} .wk-news .wk-icon-video:after {     content: '';     display: block;     width: 0;     height: 0;     border-style: solid;     border-width: 12.5px 0 12.5px 21px;     border-color: transparent transparent transparent #ffffff;     left: 50%;     margin-top: -12.5px;     margin-left: -10px;     position: absolute;     top: 50%;     z-index: 3;     height: 0;} @media screen and (max-width: 576px) {     .wk-news-img {         width: 100% !important;         float: none !important;    }     .wk-news-content {         margin-top: 10px     }     .wk-news .owl-nav div {         height: 60px;    }     .wk-news.suspended .owl-nav {         margin-top: -30px !important;    }} @media screen and (max-width: 992px) {     .wk-news-img {         width: 100% !important;         float: none !important;    }     .wk-news-content {         margin-top: 10px     }     .wk-news .owl-nav div {         height: 70px;    }     .wk-news .owl-nav {         margin-top: -35px !important;    }}