﻿html, body { min-height: 100%; }
body {
   
    background-color: #FFFFFF;
    color: #333;
    line-height: 1.5;
}
a
{
    text-decoration:none;
    color: #231f20;
}
p {
    margin-bottom: 10px;
}
h1 {
}
header * {
    transition: all .25s ease;
}
nav ul.menu {
    list-style: none;
    clear: both;
    display: inline-block;
}
nav ul.menu.top {
    position: absolute;
    top: 10px;
    left: 30px;
    margin: 0;
}
nav ul.menu li {
    list-style: none;
    float:left;
}
nav ul.menu.main.opened {
    display: block;
}
nav ul.menu li:hover {
        
    
}
nav .logo {
    height: 100px;
	margin: 20px auto;
    display: block;
}
.logo img, .showmenu img {
    vertical-align:middle;
    max-height: 100%;
    max-width: 100%;
}
nav .showmenu {
    padding: 5px;
    position: absolute;
    bottom: 10px;
    left: 30px;
    cursor: pointer;
}
nav .search {
    padding: 5px;
    position: absolute;
    bottom: 10px;
    right: 30px;
    cursor: pointer;
}
nav i.fa {
    color: #fff;
    font-size: 17px;
}
nav i:hover {
    color: #ffdd00;
}
nav ul.menu li.right {
    float: right;
}
nav ul.menu li.right a {
    font-size: 21px;
}
nav ul.menu li > a{
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}
nav ul.menu.top li > a {
    padding: 0;
    margin-right: 15px;
    font-size: 13px;
    text-transform: none;
}
nav ul.menu.top li:last-child > a {
    margin: 0;
}
nav ul.menu.top li i {
    margin: 0;
}
nav ul.menu i {
    color: #fff;
    margin-left: 5px;
    font-size: 20px;
}
a:hover
{

}
header.head {
    background-color: #000;
    width: 100%;
    z-index: 1000;
    text-align: center;
    padding: 10px 30px;
    box-sizing: border-box;
    position: relative;
}
header.head nav {
    max-width: 1000px;
    margin: auto;
    box-sizing:border-box;
}
.main-content {
    clear:both;
}
.columns-container {
    max-width: 1000px;
    margin: 10px auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
.articles.columns-container {
    text-align: center;
    margin: auto;
    position: relative;
    padding-top: 40px;
}
.columns-container h1.column-header {
    color: #231f20;
    font-family: "Open Sans";
    font-size: 15px;
    padding: 10px;
    text-align: center;
}

.articles section.middle-column .zasead {
    margin-bottom: 20px;
}
.articles section.middle-column article .article-text {
    overflow:hidden;
    position: relative;
    margin: 0 auto 0 auto;
}
.articles section.middle-column article .article-text p {
    margin: 20px 0;
}
.article-top-image img {
    width: 100%;
}
.articles section.middle-column article .article-text img {
    width: 100%;
    height: auto;
}

.articles section.middle-column article .article-text iframe {
    
}

.articles section.middle-column article.single .article-text {
    max-height:none;
}
.articles section.middle-column article.overflowed .article-text {
    max-height: 600px;
}

section.middle-column article .article-image {
    
}

.articles section.middle-column article .article-title {
    padding: 0;
}
.article-text{
    overflow:hidden;
    clear: both;
}

.article-title a:hover {
    text-decoration:underline;
}


.article-image img {
    width:100%;
    display:block;
}

.articles section.left-column .article-title a {
    font-size:16px;
    color: #231f20;
}
.articles section.left-column .small .article-title a {
    font-weight: normal;
}
.articles section.left-column span {
    font-size: 16px;
}
.articles section.left-column .small .article-content {
    width: 100%;
}

.articles section.middle-column .article-content {
    padding: 0 20px;
    position: relative;
}
.articles section.middle-column .share {
    padding: 0 20px;
    margin-bottom: 20px;
}
.articles section.middle-column .single .share {
    
}


.articles section.right-column {
    max-width: 320px;
    text-align: left;
    width: 320px;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    background-color: transparent;
}
.articles section.right-column article {
    max-width: 100%;
    flex:none;
    float: none;
    padding: 10px 0;
}

.articles section.right-column .zasead {
    margin-bottom: 20px;
}

.articles section.right-column article .article-image {
    padding: 0;
}

.articles section.right-column .article-info {
    padding-top: 0;
}

.articles section.right-column .article-date {
    float: right;
}

.articles section.right-column .article-content {
    margin: 0;
    padding: 20px;
	left: 0;
	right: 0;
}

.article-category {
    line-height:1;
    text-align: left;
    margin: 15px;
}
.article-category a {
    font-size: 12px;
    background-color: #ffdd00;
    color: #000;
    text-transform:uppercase;
    font-weight:bold;
    line-height:1;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.article-category a:hover {
    background-color: #ffee80;
    
}

section.middle-column .article-category {
    margin-bottom: 5px;
}
.articles section.middle-column .article-date {
    padding: 0;
    vertical-align: middle;
    float: none;
    display: inline-block;
}

.articles section.middle-column .article-category {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.articles section.middle-column .article-datecat {
    float: right;
    padding-top: 7px;
    text-align: right;
}

.article-date {
    font-size: 10px;
    color: #a6a6a6;
    padding-top: 2px;
}

.article-desc {
    color: #a6a6a6;
    margin: 0;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.27;
}
.article-desc:empty {
    display: none;
}
.articles-container .article-info {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}

.articles section.middle-column .article-social {
    height: 20px;
    padding: 10px 20px;
}


.article-share {
    display: inline-block;
    background-color: #d0d0d0;
    color: #fff;
    text-align:center;
    font-size: 17px;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}


.articles section.middle-column {
    width: 100%;
    padding: 0;
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding-right: 360px;
    box-sizing: border-box;
}
.articles section.middle-column article {
    text-align:left;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.articles section.middle-column .article-title a {
    font-size:40px;
    font-weight: bold;
    line-height: 1.1;
}

.article-top-image {
    margin: 20px -60px 0 -60px;
    border-bottom: 5px solid #ffdd00;
}

article iframe, article img {
    max-width: 100% !important;
    display: block;
    margin: auto;
}

.share-buttons-original {
    height: 20px;
    float: left;
}

.share-button-original {
  display: inline-block;
  float: left;
}

.share-button-original.fb {
  padding-right: 20px;
}
.share-button-original.gp {
  width: 76px;
}

article .next-button {
    float: right;
    display: none;
    padding-right: 12px;
    position: relative;
    margin: 0 0 10px 10px;
}

article .comment-button {
    display:inline-block;
    padding-right: 12px;
    position: relative;
}
article .comment-button .comment-text {
    background-color: #ffdd00;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 8px 0 12px;
    font-size: 13px;
    letter-spacing: 1px;
}
article .comment-button .comment-arrow {
    border-bottom: 10px dashed transparent;
    border-left: 12px solid #ffdd00;
    border-top: 10px dashed transparent;
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
article .next-button .next-text {
    background-color: #ffdd00;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding: 0 8px 0 12px;
    font-size: 13px;
    letter-spacing: 1px;
}

article .next-button .next-arrow {
    border-bottom: 17px dashed transparent;
    border-left: 12px solid #ffdd00;
    border-top: 17px dashed transparent;
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

article .newest-button {
    float: right;
    display: none;
    padding-top: 12px;
    position: relative;
    top: -9px;
}

article .newest-button .newest-text {
    background-color: #ffdd00;
    border-radius: 0 0 3px 3px;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 9px;
    font-size: 13px;
    letter-spacing: 1px;
}

article .newest-button .newest-arrow {
    border-bottom: 12px solid #ffdd00;
    border-left: 28px dashed transparent;
    border-right: 28px dashed transparent;
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

article.single h1.article-title {
    padding-right: 106px;
}
article .article-text {
    margin-top: 10px;
}
article .article-text *{
    font-size: 13px;
}
.articles article .article-text *{
    font-size: 16px;
}
article .article-comment {
    font-size: 15px;
}
.articles section.middle-column article.comments {
    border-bottom: none;
    padding: 20px;
}
article.comments h2 {
    margin-bottom: 20px;
    font-size: 40px;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.article-header {
    clear:both;
    padding-top: 15px;
}
.share {
    display: block;
    clear: both;
    margin: 10px 0;
}
.share a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    padding: 5px 11px;
}
.share .share-fb {
    background-color: #3d5b9b;
}
.share .share-tw {
    background-color: #26aae1;
    margin: 0 10px;
}
.share .share-comments{
    background-color: #888;

}
.share i {
    padding-right: 6px;
}

.share .share-comments i {
    padding: 0;
}

.submenu-wrap {
    background: url("/images/menu-logo.png") no-repeat no-repeat 2% 50% #ffdd00;
    position: absolute;
    left: 0;
    right: 0;
    display:none;
    border-bottom: 2px solid #ffdd00;
    height: 219px;
}
.submenu-wrap.small {
    left:auto;
    right: auto;
    min-width: 253px;
    height: auto;
}
.submenu-wrap.small .submenu-inner > * {
    width:auto;
}

nav ul.menu li.logo:hover, nav ul.menu li.search:hover {
    background-color: transparent;
}
nav ul.menu li:hover i, nav ul.menu li:hover a {
    color: #ffdd00;
}
nav ul.menu li:hover .submenu-wrap{
    display: block;
}
.submenu-wrap .submenu-inner {
    max-width: 1440px;
    margin: auto;
    padding: 0;
}

.submenu-wrap .submenu-inner .submenu {
    background-color: #ffb6c6;
    height: 219px;
    margin: 0;
    overflow: hidden;
    width: 11%;
}
.submenu-wrap .submenu-inner .cols5 {
    width: 15.6%;
}
.submenu-wrap.small .submenu-inner .submenu {
    height: auto;
}
.submenu-wrap .submenu-inner .submenu p {
    line-height: 1.5;
    padding: 23px 15px;
}
.submenu-wrap .submenu ul {
    margin: 20px 0 0 0;
}
.submenu-wrap .submenu ul li {
    float: none;
    line-height: 1;
    padding: 0;
}
.submenu-wrap.small .submenu ul li {
    padding: 8px 0 !important;
}
.submenu-wrap .submenu ul li a {
    color: #ffdd00;
    text-transform: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 6px;
    text-align: right;
}
.submenu-wrap .submenu ul li a:hover::after {
    content: "»";
    position: absolute;
    margin-left: 3px;
}
.submenu-wrap .submenu-inner > * {
    display: inline-block;
    width: 15%;
    margin: 20px 0 20px 2%;
    padding: 0;
    vertical-align: top;
}

.submenu-wrap .submenu-inner > *:first-child {
    margin-left: 0;
}

.submenu-wrap .article-title{
    font-size: 15px;
    line-height: 15px;
    margin-top: 10px;
    font-weight: normal;
    
}
.submenu-wrap .article-title a {
    color: #231f20;
    font-size: 14px;
    font-family: "Open Sans";
}

.videoWrapper {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

.videoWrapper iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.zasead {
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    margin: auto;
    height: 100%;
    max-width: 300px;
	z-index:999;
}

.main-content > .zasead {
    max-width: 728px;
    margin: 10px auto;
}
.columns-container > .zasead:first-child {
	max-width: none;
	margin: 20px auto 10px auto;
}
.columns-container.articles > .zasead:first-child {
	margin: -20px auto 20px auto
}
.zasead a {
    display: block;
}
.zasead img {
    width: 100%;
}
.zasead img, .zasead object, .zasead iframe {
    display: inherit;
    width: 100%;
    max-height: 100%;
}

.articles section.right-column .article-image img {
    width: 300px;
    height: auto;
}
.articles .article-info {
    padding-top: 20px;
}
.social {
    padding-top: 20px;
}
.article-image {
    position: relative;
}
article .article-image .over {
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 30% !important;
    max-width: 26px !important;
}

.articles section.right-column .zasead:first-child {
    margin: 20px 15px;
	max-width: 350px;
	overflow: visible;
}

.articles section.middle-column article.page {
    padding-bottom: 5px;
}

article .edit img {
    display: inline;
    margin-left: 5px;
    vertical-align: middle;
    width: 14px;
}

article .fazla {
    background: url("/images/fazla.png") no-repeat no-repeat;
    height: 45px;
    display: block;
    left: 20px;
    right: 20px;
    position: absolute;
    bottom: 0;
}
article .fazla a {
    color: #7e2c90;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 10px;
}

.branding {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.sidebar {
    position: fixed;
    top: 25%;
    left: 0;
}

.badge-float {
    position: fixed;
    right: 10px;
    top: 44px;
    z-index: 1000;
}

#adpos_branding{
   height: 100%!important;
    left: 0;
    position: fixed!important;
    top: 0;
    width: 100%!important;
	background-size: cover;
}

.panika-branding {
    position: fixed;
    top: 67px;
    z-index: 0;
    left: 0;
    width: 100%;
	background-color: #fff;
	bottom: 0;
}

.video-play {
    cursor:pointer;
    position: relative;
    background: url("/images/loading.gif") no-repeat scroll center center;
}
.video-play img {
    width: 100%;
    display: block;
}
.video-play .play-button {
    background: rgba(0, 0, 0, 0.5) url("/images/play_button.png") no-repeat scroll center center;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.video-play .play-button:hover {
    -webkit-filter: initial;
    -webkit-filter: initial;
    filter: initial;
    filter: initial;
}

.articles.columns-container h1.column-header {
    display: block;
    box-sizing: border-box;
    background-color: #ffdd00;
    color: #000;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    cursor: pointer;
    padding: 10px 0;
    margin: 0 10px;
    text-transform: uppercase;
}
.articles.columns-container h1.column-header.active {
    
}
.article-date i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.banner {
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 20px;
}
.banner > iframe, .banner > img {
    display: block;
}

.articles section.middle-column .article-category{
    
}
.articles-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-flow: row wrap;
    margin: 0 -10px;
}
.articles-container .article {
    flex: 1;
    flex-basis: 33.33%;
    max-width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
article * {
    transition: all .25s ease;
}

.articles-container .article .article-content {
    bottom: 10px;
    box-sizing: border-box;
    left: 10px;
    padding: 20px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    background-image: radial-gradient(300% 90% at center 40%, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.8) 100%);
}
.promoted .article-content {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-image: radial-gradient(300% 90% at center 40%, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.8) 100%);
}
.articles-container .article-image {
    
}

.articles-container .article .article-title {
    left: 0;   
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.articles-container .article .article-title h1 {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    font-family: 'Open Sans Condensed';
    font-size: 23px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}
.articles-container .article:hover .article-title h1 {
    color: #ccc;
}
.articles-container .article .article-title:hover {
    text-decoration: none;
}

.articles section.right-column .articles-container {
    padding: 0;
    background-color: #fff;
    max-width: 300px;
    width: 100%;
    padding: 10px;
    border-top: none;
    margin: 0;
}

#slider {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.nivo-caption {
    text-align: center;
    background: none;
    padding: 0;
}
.nivoSlider img {
    min-width: 2000px;
}
.promoted {
    position: relative;
}
.promoted .article-image {
    overflow: hidden;
    width: 100%;
}
.promoted .article-image img {
    height: 500px;
    object-fit: cover;
}

.promoted h2 {
    color: #b2e3f9;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.promoted .article-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
}

.promoted .title-box {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.promoted .article-title h1 {
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    padding: 20px;
    text-transform: uppercase;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    color: #fff;
    font-size: 40px;
    font-family: 'Open Sans Condensed';
}
aside.left-menu {
    
    
}

aside.left-menu .overlay {
    position: fixed;
    left: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    top: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none;
}
aside.left-menu .menu-wrap {
    background-color: #000;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 220px;
    overflow-y: auto;
    height: 100%;
    padding: 30px 0 0 30px;
    position: fixed;
    visibility: hidden;
    transition: all .3s;
    webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
body.menu-opened aside.left-menu .overlay {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

body.menu-opened aside.left-menu .menu-wrap {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

aside.left-menu ul {
}

aside.left-menu ul li {
    margin-bottom: 20px;
}

aside.left-menu ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
}

aside.left-menu ul li a:hover {
    color :#ffdd00;
}
aside.left-menu .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #fff;
    margin: 30px 10px;
}
aside.left-menu .bottom {
    position: absolute;
    bottom: 0;
    padding: 30px 0;
}
aside.left-menu .bottom ul li {
    float: left;
    margin-right: 15px;
}

aside.left-menu .bottom i {
    font-size: 20px;
}
.popular-articles {
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}
.popular-articles-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-flow: row wrap;
    margin: 0 -10px
}

.popular-articles article {
    flex: 1;
    flex-basis: 16.66%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.popular-articles .article-content {
    padding-top: 15px;
}

.popular-articles > h1 {
    font-family: open sans condensed;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    margin: 10px 0;
    background-color: #ffdd00;
    color: #000;
}
article .date {
    display: block;
    font-size: 11px;
    margin-top: 10px;
}

nav ul.menu.top.right {
    right: 30px;
    left: auto;
}

.articles-container .popular-articles-container {
    margin: 0;
}

.articles-container .popular-articles > h1 {
    margin: 10px;
}

.send-article {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
}

.content-form label {
    width: 25%;
    display: inline-block;
    min-width: 155px;
    font-size: 18px;
    font-family: "Open Sans";
}

.content-form input, .content-form textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px;
    font-size: 18px;
    font-family: "Open Sans";
    line-height: 1.5;
    width: 75%;
    box-sizing: border-box;
}

.content-form .button {
    width: auto;
    margin-top: 20px;
    cursor: pointer;
    background-color: #444745;
    color: #fff;
    padding: 5px 10px;
}
.content-form .button:hover {
    background-color: #636664;
}
.content-form .button:first-of-type {
    margin-right: 20px;
}

.zase-tv {
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.zase-tv > h1 {
    background-color: #ffdd00;
    bottom: 0;
    font-size: 30px;
    height: 100%;
    left: 0;
    line-height: 200px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 25%;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 10px;
    color: #000;
    padding: 0 10px;
    box-sizing: border-box;
}
.zase-tv > h1::after {
    border-bottom: 100px solid transparent;
    border-left: 100px solid #ffdd00;
    border-top: 100px solid transparent;
    content: "";
    height: 0;
    margin-right: -100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
}
.zase-tv .article-title {
    background-color: rgba(255, 221, 0, 0);
    height: 100%;
    padding: 0 130px;
    position: absolute;
    text-align: center;
    top: 0;
    height: 200px;
    line-height: 200px;
    transition: all 0.5s ease;
}
.zase-tv:hover .article-title {
    background-color: rgba(255, 221, 0, 0.5);
}
.zase-tv .article-title h1 {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 20px;
    color: transparent;
}
.zase-tv:hover .article-title h1 {
    color: #000;
    transition: all 0.5s ease;
}
.zase-tv .article-image {
    margin-left: 25%;
}
.zase-tv .article-image img {
    object-fit: cover;
    height: 200px;
    width: 100%;
}
.zase-tv .article-image::after {
    border-bottom: 100px solid #ffdd00;
    border-left: 100px solid transparent;
    border-top: 100px solid #ffdd00;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 1;
}
article .edit {
    font-size: 25px;
    padding-left: 10px;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1;
}

.articles section.middle-column article .edit {
    top: 0;
    right: 0;
}

article .edit i {
    background-color: #ffdd00;
    color: #000;
    padding: 5px;
}
#banner035403d6-4e95-4733-83b2-3bd80ab62306 {
    margin: 0px -30px;
    width: 350px;
}