#site-footer {
    background-color: #fbfbfb;
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: .75rem;
    padding-bottom: 1.75em;
    border-radius: .35em .35em 0 0;
    margin-top: 2em;
}

/* ###############    LSA FOOTER   ############### */
#site-footer #navigation-wrapper, #site-footer #navigation-container, #site-footer #navigation-inner, #site-footer #menu-sidebar {
    height: auto;
    padding: 0 0 10px 0;
}
#site-footer #site-logo {
    float: none;
    padding: 5px 0 10px 0;
}
#site-footer .socialcont {
    margin: 0;
    display: block;
    max-width: 32%;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}
#site-footer .copyright {
    width: 64%;
    float: left;
    line-height: 1.3;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    padding-right: 60px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 11px;
}
#site-footer .copyright a { /* color: #d73b3b; */ color: rgba(0, 0, 0, 0.6); text-decoration: none; transition: .2s; }
#site-footer .copyright a:hover { /* color: #e89090; */ color: #d73b3b }
.footer-social {
    margin: 0px 0px 10px 17px;
    width: 40px;
    height: 40px;
    font-size: 0px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
}
.footer-social:first-child { margin-left: 0; }
.footer-social img {
    width: 40px;
    height: 40px;
    /*filter: drop-shadow( 0 0 1px rgba(0, 0, 0, 0.5) );*/
}
#site-footer .zavrellogo {
    margin-left: 10px;
    margin-top: 25px;
}
#site-footer .zavrellogo img {
    width: 210px;
    height: 55px;
}
.postfeed__readmore {
    margin-top: 0;
}
.footerbanner {
    text-align: center;
    padding: 25px 25px 0 25px;
}
.footerbanner a { width: 100%; display:block; }
.footerbanner img {
    width: 100%;
    border-radius: .35em;
}
.postfeed__readmore-label {
    width: 100%;
    padding: .7em 1.25em;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.5px;
}
body .seznamonly { display: none; }
body.seznamonly .seznamonly { display: initial; }

img.trackpixel {
    width: 0 !important;
    height: 0 !important;
    position: absolute;
}

.container > .row {
    display: flex;
}
.row .sticky {
    position: sticky;
    top: 10px;
}
.row .col-lg-4.col-sm-12 {
    display: flex;
}

#ad_popup {
	text-align: center;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	height: 100vh;
	color: #fff;
	display: none;
	justify-content: center;
	vertical-align: middle;
	flex-direction: column;
	background: rgba(0, 0, 0, 0.7);
}
#ad_popup.shown { display: flex; }
#ad_popup img {max-width: 100%;height: auto;width: auto;}
#ad_popup.bottom {
	position: fixed;
	bottom: 0;
	padding: 0;
	left: 0;
	right: 0;
	height: auto;
	/* background: #d6d6d6d1; */
	top: auto;
	color: #000;
	line-height: 0;
	text-decoration: none;
	background: none;
	/* backdrop-filter: blur(5px); */
	cursor: auto;
}
#ad_popup.bottom a { display: inline-block; }
#ad_popup.noclose .close { display: none; }
#ad_popup > div.close {
	width: 100%;
	line-height: 1em;
	text-align: right;
	padding: 5px 10px;
	font-weight: 600;
	color: #333;
	text-shadow: 0 0 5px rgba(50, 50, 50, 0.4);
	font-size: 16px;
	background: #fffa;
	display: none;
	cursor: pointer;
}
#ad_popup img {
	max-height: 100vh;
	max-width: 100vw;
}
#ad_popup div.popup_wrapper {
	text-align: center;
}
#ad_popup > div.close { display: block }
#ad_popup.tabclose img {
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.4);
}
#ad_popup.tabclose .close {
	width: auto;
	margin: 0 auto;
	margin-right: 10px;
	padding: 10px 12px 10px 15px;
	backdrop-filter: blur(8px);
	letter-spacing: 0.8px;
	font-family: inherit;
}
#ad_popup.tabclose .close i {
	margin-left: 5px;
}
.night #ad_popup.tabclose .close {
	background: rgba(255, 255, 255, 0.5);
	color: #000;
}
#ad_popup.tabclose .close {
	background: rgba(37, 35, 41, 0.5);
	color: #fff;
	display: inline-block;
	font-family: Montserrat,sans-serif;
}
#ad_popup.tabclose.centerclose .close {
	margin-left: auto;
	margin-right: auto;
}

.onlymobile {
    display: none;
}
@media (max-width: 960px) {
    #site-footer .socialcont {
        max-width: 100%;
    }
    #site-footer .zavrellogo {
        margin-left: 0;
    }
    #ad_popup > div.close { display: block }

    .container > .row {
        display: block;
    }
    .row .col-lg-4.col-sm-12 {
        display: block;
    }
    .onlymobile {
        display: block;
    }
}





.platforms-line a.ps5 {
    background-color: #4E4FFE;
}



nav.tfwebs {
    background: white;
    width: 100%;
    min-width: 1170px;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}
nav.tfwebs + div.relative {
    top: 125px;
}
body.night nav.tfwebs {
    background: #252429;
    color: #fff;
}
#page_wrapper > nav.tfwebs {
    margin-bottom: 0;
}
nav.tfwebs .cont {
    display: flex;
    justify-content: center;
    padding: 0.75em 0;
}
nav.tfwebs .tflogo {
    opacity: 0.4;
    padding-right: 2em;
    height: 2em;
}
nav.tfwebs .tflogo img {
    height: 100%;
}
nav.tfwebs i {
    border-right: 0.15em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.15em solid rgba(0, 0, 0, 0.2);
    width: 1.25em;
    height: 1.25em;
    transform: rotate(-45deg) translateX(-50%);
    margin-top: -0.125em;
}
nav.tfwebs a:not(.tflogo) {
    color: #252429;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.3em 1em;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    align-self: center;
    text-decoration: none;
}
nav.tfwebs a:not(.tflogo):hover {
    text-decoration: underline;
}
body.night nav.tfwebs a:not(.tflogo) {
    color: #ccc;
}
body.night nav.tfwebs a:not(.tflogo),
body.night nav.tfwebs i {
    border-color: rgba(255, 255, 255, 0.2);
}
nav.tfwebs a:last-child {
    border: none;
}
nav.tfwebs,
nav.tfwebs a:not(.tflogo),
nav.tfwebs i {
    transition: background .4s ease-in-out, border-color .4s ease-in-out, color .4s ease-in-out;
}