/*
Theme Name: 2020 Trend Micro / Bootstrap
Theme URI: http://foto-fm.pl/
Description: 2020 Trend Micro
Version: 4.3.1
Author: Filip Modrzejewski
Author URI: http://foto-fm.pl/
Tags: mufu, theme
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
html,
body {
    font-family: 'StandardCT-RegularCond';
}

img {
    max-width: 100%;
    max-height: 100%;
}

.fullLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nopadding {
    padding: 0;
}

.bgImage-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bgPattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEjpMcPgAAAABJRU5ErkJggg==) repeat;
    opacity: 0.5;
}

.cold-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgb(0, 82, 98);
    opacity: 0.25;
}

.site-container {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 55px;
    bottom: 170px;
    left: 0;
    right: 0;
    overflow: auto;
}

.top-wrapper {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 15px;
    display: flex;
    color: #fff;
    font-family: 'futura_mdcn_btmedium';
}

.language-dropdown-wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-language {
    padding: 0 10px;
    color: #a1aea8;
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    font-size: 12px;
    width: 80px;
    text-align: left;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-language:hover,
.btn-language:active,
.btn-language:focus {
    color: #a1aea8;
    background: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.dropdown-language {
    width: 100%;
    min-width: auto;
    max-width: auto;
    margin: 0;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    border: 0;
    background: rgba(0, 0, 0, 0.8);
    font-size: 12px;
}

.dropdown-language a {
    color: #a1aea8;
    padding: 0.1rem 0.75rem;
    display: block;
}

.dropdown-language a:hover {
    color: #fff;
    text-decoration: none;
}

.language-chooser {
    padding: 0;
    margin: 0;
    list-style: none;
}

.headline-wrapper {
    text-transform: uppercase;
    background-color: #e1011a;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headline-subscribe {
    padding: 0 13px;
    background: rgba(0, 0, 0, 0.3);
    border: 3px #e1011a solid;
    cursor: pointer;
    transition: all .2s;
}

.headline-subscribe:hover {
    border: 4px #e1011a solid;
    padding: 0 12px;
}

.btn-headline {
    color: #fff;
    width: 270px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-headline:hover,
.btn-headline:focus,
.btn-headline:active {
    color: #fff;
    text-decoration: none;
}

.dropdown-headline {
    width: 100%;
    margin: 0;
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    border: 0;
    background: #e10119;
}

.dropdown-headline a {
    color: #fff;
    padding: .25rem 1rem;
    white-space: normal;
}

.dropdown-headline a:hover {
    color: #333;
}

.mute-wrapper {
    padding: 8px 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0.75;
    opacity: 0;
    visibility: hidden;
}

.mute-wrapper.visible {
    opacity: 1;
    visibility: visible;
}

.mute-wrapper:hover {
    opacity: 1;
}

.muted-icon {
    display: none;
}

.muted .muted-icon {
    display: block;
}

.muted .unmuted-icon {
    display: none;
}

.footer-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.footer-menu {
    padding: 20px 45px;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 9;
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-menu .navbar-nav .nav-link {
    display: block;
    color: #a2a2a2;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 1px;
}

.footer-menu .navbar-nav .nav-link:hover {
    background: rgba(0, 0, 0, 0.8);
}

.footer-menu .navbar-nav .current-menu-item .nav-link {
    background: rgba(225, 1, 25, 0.6);
}

.footer-logo img {
    height: 50px;
}

.footer-copy {
    width: 100%;
    padding: 10px 45px;
    position: relative;
    z-index: 9;
    text-align: right;
    color: #d4d4d4;
    font-size: 14px;
}

.footer-menu .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
}

.footer-mobile-menu {
    display: none;
}

.singleTile {
    background: rgba(0, 0, 0, 0.1);
    padding: 18px;
    padding-bottom: 12px;
    position: relative;
    margin: 1px;
}

.singleTile.hoverable {
    cursor: pointer;
}

.singleTile.hoverable:hover {
    background: rgba(0, 0, 0, 0.25);
}

.singleTile img {
    margin-bottom: 18px;
}

.buttonTile {
    background: black;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 4px;
    display: block;
}

.buttonTile.active {
    background: #e1011a;
}

.buttonTileBig {
    padding: 8px 4px;
}

.buttonTile i {
    margin-right: 6px;
}

.buttonTile:hover {
    color: #fff;
    text-decoration: none;
}

.homeTiles-wrapper .singleTile {
    width: 250px;
}

.homeTiles-wrapper {
    position: fixed;
    right: 45px;
    bottom: 170px;
    z-index: 999;
    display: flex;
}

.homeTiles-text {
    bottom: 372px;
    color: #fff;
}

.homeTiles-text p {
    margin-bottom: 0;
}

.homeTiles-text .singleTile {
    padding-top: 12px;
}

.hometile-title {
    position: absolute;
    z-index: 9;
    color: white;
    left: 45px;
    max-width: 80%;
    top: 5vw;
    font-size: 5vw;
    line-height: 1;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
}

.hometile-description {
    position: absolute;
    z-index: 9;
    color: white;
    left: 45px;
    max-width: 40%;
    top: 13vw;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
}

.hometile-description a {
	color: white;
	text-decoration: underline;
}

.tilesHolder .singleTile {
    margin-bottom: 15px;
}

.content-holder {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: justify;
    font-family: 'futura_mdmedium';
    font-size: 14px;
}

.content-holder-darker-menu {
    background: rgba(0, 0, 0, 0.25);
}

.content-holder-darker {
    background: rgba(0, 0, 0, 0.5);
}

.content-holder-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.content-holder-padding-top {
    padding-top: 35px;
}

.content-title {
    font-size: 24px;
    max-width: 50%;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px #fff solid;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.content-description {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.tabs-title {
    margin: 0;
    list-style: none;
    display: flex;
    width: 100%;
    padding: 12px 30px;
}

.tabs-title a {
    font-family: 'futura_mdcn_btmedium';
    color: #dbe6c1;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
}

.tabs-title li:first-child a {
    padding-left: 0;
}

.tabs-title li a:after {
    content: '/';
    display: inline-block;
    padding-left: 32px;
}


.tabs-title li:last-child a:after {
    display: none;
}

.tabs-title a:hover {
    text-decoration: none;
}

.tab-content {
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.75);
}

.prev a,
.next a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    border: 1px #fff solid;
    margin-bottom: 2px;
}

.prev a.noicon i,
.next a.noicon i {
    display: none;
}

.prev a.noicon,
.next a.noicon {
    pointer-events: none;
}

.prev a:hover,
.next a:hover {
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.changeCharacter {
    position: fixed;
    right: 4px;
    top: 50%;
    margin-top: -50px;
}

.col-spacing-bottom {
    margin-bottom: 20px;
}

.col-bigSpacing-bottom {
    margin-bottom: 40px;
}

.downloadsTabs .fade:not(.show) {
    display: none;
}

.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
}

.tv .screen.active {
    opacity: 1;
}

.modal {
    z-index: 99999;
}

.modal iframe {
    max-width: 100%;
    width: 100%;
}

.modal-content {
    background: rgba(0, 0, 0, 0.85);
    color: white;
    text-transform: uppercase;
}

.modal-header {
    border: 0;
}

.modal-header button {
    color: #fff;
}

.modal-body {
    padding: 0;
}

ul.heateor_sss_follow_ul,
ul.heateor_sss_sharing_ul {
    display: inline-block;
}

.container-full,
.row-full,
.tab-full {
    height: 100%;
}

.partner-logo {
    max-width: 75%;
    margin: 0 auto;
}

.partner-wrapper {
    text-align: center;
}

a.tab-highlight span {
    color: white;
    background: #e1021a;
	padding: 0 16px;
	display: inline-block;
}

.content-holder-tabs {
    height: 100%;
}

.content-holder-tabs .tab-full {
    height: calc(100% - 48px);
    overflow: scroll;
}

.content-holder-tabs .tan-content > .active {
    padding-bottom: 48px;
}

.modal-backdrop.show {
    opacity: .75;
}

.modal-backdrop {
    z-index: 9999;
}

/* RESPONSIVENESS */
@media (max-width: 1200px) {
    .footer-logo img {
        height: 40px;
    }

    .hometile-title {
        font-size: 42px;
        top: 60px;
    }

    .hometile-description {
        top: 120px;
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .footer-logo img {
        height: 30px;
    }

    .footer-menu .navbar-nav .nav-link {
        font-size: 14px;
    }

    .footer-menu {
        padding: 15px 25px;
    }

    .site-container {
        bottom: 143px;
    }

    .homeTiles-wrapper {
        right: 25px;
    }

    .buttonTile {
        font-size: 14px;
    }

    .homeTiles-wrapper {
        bottom: 150px;
    }

    .homeTiles-wrapper .singleTile {
        width: 200px;
    }

    .homeTiles-text {
        bottom: 369px;
    }

    .hometile-title {
        left: 25px;
    }

    .hometile-description {
        left: 25px;
    }

    .tabs-title {
        flex-wrap: wrap;
    }

    .tabs-title li {
        width: 100%;
        text-align: center;
    }

    .tabs-title li a {
        padding: 0;
        margin-bottom: 8px;
    }

    .tabs-title li a:after {
        display: none;
    }

    .container-full,
    .row-full,
    .tab-full {
        height: auto;
    }
    li.last a.tab-highlight {
    margin-left: 16px;
}

}

@media (max-width: 768px) {
    .site-container {
        bottom: 125px;
    }

    .footer-copy {
        padding: 5px 15px;
        font-size: 12px;
    }

    .footer-desktop-menu {
        display: none;
    }

    .footer-mobile-menu {
        display: block;
    }

    .footer-menu .navbar-nav {
        flex-direction: column;
        text-align: right;
    }

    .dropdown-mobile {
        background: rgba(0, 0, 0, 0.25);
        border: 0px;
        border-radius: 4px 4px 0px 0px;
        padding: 0;
    }

    .dropdown-mobile-button {
        background: rgba(0, 0, 0, 0.6) !important;
        border: 0 !important;
        color: #a2a2a2 !important;
        border-radius: 0 !important;
    }

    .mute-wrapper {
        display: none;
    }

    .top-wrapper {
        right: 0;
        left: 0;
    }

    .headline-wrapper,
    .btn-headline,
    .headline-wrapper .dropdown {
        width: 100%;
        font-size: 12px;
    }

    .dropdown-headline {
        font-size: 14px;
    }

    .dropdown-headline.show {
        margin-right: -5px;
    }

    .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homeTiles-wrapper .singleTile {
        width: 250px;
    }

    .hometile-title {
        max-width: 100%;
        left: 25px;
        right: 25px;
        top: 75px;
        font-size: 36px;
    }

    .hometile-description {
        max-width: 100%;
        left: 25px;
        right: 25px;
        top: 125px;
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .footer-logo {
        margin-right: 10px;
    }

    .homeTiles-wrapper {
        right: 15px;
        bottom: 130px;
        left: 15px;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .homeTiles-text {
        bottom: auto;
        top: 50px;
    }

    .col-4,
    .col-6,
    .col-3,
    .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .changeCharacter {
        position: relative;
        top: 0;
        margin-top: 10px;
        right: 0;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        margin-right: -14px;
    }

    .partner-logo {
        max-height: 30px;
    }

    .hometile-title {
        top: 60px;
        text-align: center
    }

    .hometile-description {
        display: none;
    }
}
