
@media (max-width: 768px) {
    .Main > .Full {
        padding: 60px 10px !important;
    }
}


.transBorder {
    margin: 0px 30px !important;
}

.noMin {
    min-height: auto !important;
    max-width: auto !important;
}

.Responsive {
    display: none;
}

.LandingLogo, .HomePageLogo {
    width: 200px;
}

.CustomIconLogo {
    width: 97px;
    height: 97px;
}

.TitleText {
    color: rgb(246,52,64);
    display: flex !important;
    align-items: center;
}

    .TitleText:before {
        /*content: '+ ';*/
        content: '';
        display: inline-block;
        background-image: url(/_IMAGEs/pozitif_logo_pink_icon.png);
        width: 30px;
        height: 30px;
        margin-right: 8px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.Button:before {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    font-size: inherit;
    color: #fff;
    margin-left: -10px;
    opacity: 0;
    padding-right: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.Button:hover:before {
    margin: 0px;
    padding-right: 5px;
    opacity: 1;
}
/* preLoader */
.preLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 50;
}

    .preLoader table {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .preLoader img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .preLoader .Entry-Loader {
        display: inline-block;
        width: 32px;
        height: 32px;
        background-image: url(../_IMAGEs/Loading-02.gif);
        margin-top: 10px;
    }

    .preLoader .Loader-Image {
        width: 50px;
        height: 50px;
    }
/* BGs */
.BGs {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .BGs .Shadow {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #0b0520;
        z-index: 2;
    }

        .BGs .Shadow.Opacity50 {
            opacity: 0.50;
        }

        .BGs .Shadow.Opacity10 {
            opacity: 0.10;
        }

        .BGs .Shadow.Opacity100 {
            opacity: 1;
        }

        .BGs .Shadow.noOpacity {
            opacity: 0;
        }

    .BGs figure {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: inherit;
        height: inherit;
    }

        .BGs figure:not(:first-child) {
            opacity: 0;
        }
/* Document */
.Document {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    min-width: 275px;
    /*min-height: 767px;*/
    overflow: hidden;
    z-index: 555;
}

    .Document .Columns {
        position: absolute;
        /*left: 15px;*/
        left: 0;
        /*top: 15px;*/
        top: 0;
        right: 14.6px;
        bottom: 15px;
        z-index: 52;
    }

    .Document .Column {
        float: left;
        position: relative;
        width: 16.66%;
        height: 100%;
    }

        .Document .Column.noBorder:before {
            display: none;
        }

    .Document.Border .Column:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 1px;
        height: 0%;
        border-right: 1px solid rgba(255,255,255,0.5);
        animation: LineRight 1500ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
        -webkit-animation: LineRight 1500ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
        z-index: 21;
    }

    .Document .Column > li {
        position: relative;
        width: 100%;
        height: 20%;
    }

        .Document .Column > li[animation] {
            animation: BoxLeft 1400ms cubic-bezier(0.075, 0.820, 0.165, 1.000) 1 both;
            -webkit-animation: BoxLeft 1400ms cubic-bezier(0.075, 0.820, 0.165, 1.000) 1 both;
            -webkit-animation-delay: 500ms;
            animation-delay: 500ms;
        }

    .Document.Border .Column > li:before {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 0%;
        height: 1px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        animation: LineBottom 900ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
        -webkit-animation: LineBottom 900ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
        z-index: 21;
    }

    .Document.Border .Column:last-child:after, .Document.Border .Column > li:last-child:before {
        display: none;
    }

    .Document.Border .Column { /*border-right:1px solid rgba(255,255,255,0.5);*/
    }

        .Document.Border .Column > li { /*border-bottom:1px solid rgba(255,255,255,0.5);*/
        }
/* Countinue */
.Continue {
    position: absolute;
    right: 25%;
    bottom: 0px;
    font-size: 12px;
    width: 314px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #031634;
    padding: 0px 20px;
    z-index: 11;
}

    .Continue:hover {
        background: white;
        color: #0b0520;
    }
/* Languages */
.Languages {
    position: absolute;
    right: 30px;
    top: 0px;
    min-width: 90px;
    height: 34px;
    background: #0b0520;
    padding: 7.5px 15px;
    text-align: center;
    font-size: 0px;
    z-index: 999;
}

    .Languages li {
        display: inline-block;
        font-size: 12px;
        color: rgba(255,255,255,0.5);
    }

        .Languages li a.Active, .Languages li a:hover {
            color: #fff;
        }

        .Languages li a {
            color: inherit;
            padding: 0px 5px;
        }
/* PageBorder */
.PageBorder .Border {
    position: fixed;
    background: rgba(255,255,255,0.5);
    z-index: 10;
}

.PageBorder .Top {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
}

.PageBorder .Bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
}

.PageBorder .Right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
}

.PageBorder .Left {
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
}

.PageBorder li {
    position: relative;
}

.PageBorder .Top li, .PageBorder .Bottom li {
    float: left;
    width: 16.66%;
    height: 15px;
}

.PageBorder .Right li, .PageBorder .Left li {
    float: none;
    height: 20%;
    width: 15px;
}

.PageBorder .Top li:before, .PageBorder .Bottom li:before {
    margin-top: -2.5px;
    width: 1px;
    height: 5px;
}

.PageBorder .Right li:before, .PageBorder .Left li:before {
    margin-left: -2.5px;
    width: 5px;
    height: 1px;
    margin-top: -1px;
}

.PageBorder li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #031634;
}

.PageBorder .Top:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0px;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.5);
}

.PageBorder .Top:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0px;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.5);
}

.PageBorder .Bottom:before {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 0px;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.5);
}

.PageBorder .Bottom:after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 0px;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.5);
}

.PageBorder li:after {
    content: '';
    position: absolute;
    background: rgba(255,255,255,0.5);
}

.Document.Adverd {
    background-color: #0b0520;
}

    .Document.Adverd .PageBorder .Top li:not(:last-child):after {
        right: 0px;
        top: 15px;
        height: 15px;
        width: 1px;
        margin-left: -1px;
    }

    .Document.Adverd .PageBorder .Bottom li:not(:last-child):after {
        right: 0px;
        bottom: 15px;
        height: 15px;
        width: 1px;
        margin-left: -1px;
    }

    .Document.Adverd .PageBorder .Right li:not(:first-child):after {
        top: 0px;
        right: 15px;
        width: 15px;
        height: 1px;
        margin-top: -1px;
    }

    .Document.Adverd .PageBorder .Left li:not(:first-child):after {
        top: 0px;
        left: 15px;
        width: 15px;
        height: 1px;
        margin-top: -1px;
    }
/* Landing */
.Landing {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0px;
    letter-spacing: 0px;
    line-height: 1.2;
    overflow: hidden;
}

    .Landing .Container {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .Landing .Gradient {
        position: absolute;
        top: 0px;
        height: 100%;
        width: 50%;
        background-image: url(../_IMAGEs/Gradient-1px.png);
        background-repeat: repeat-y;
        background-position: top right;
        opacity: 0.5;
        z-index: 3;
    }

        .Landing .Gradient.Left {
            left: 0px;
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }

        .Landing .Gradient.Right {
            right: 0px;
        }

    .Landing ul {
        position: absolute;
        width: 100%;
        height: 100%;
        white-space: nowrap;
    }

        .Landing ul li {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .Landing ul li .Image {
                width: 100%;
                height: 100%;
            }

            .Landing ul li figure {
                width: inherit;
                height: inherit;
                max-width: 100%;
            }

            .Landing ul li article {
                display: table;
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                font-size: 30px;
                padding: 150px 75px;
                color: #fff;
                text-align: right;
                white-space: normal;
                z-index: 4;
            }

                .Landing ul li article h1 {
                    position: relative;
                    font-family: 'Apercu-Medium';
                    margin-bottom: -10px;
                    opacity: 0;
                }

                .Landing ul li article h2 {
                    position: relative;
                    font-family: 'Apercu-Light';
                    padding-top: 10px;
                    opacity: 0;
                }

                .Landing ul li article .Line {
                    display: inline-block;
                    text-align: right;
                    background: #fff;
                    height: 6px;
                    width: 14px;
                    font-size: 0px;
                }

            .Landing ul li.aStart h1 {
                animation: aStart 1700ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
                -webkit-animation: aStart 1700ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
            }

            .Landing ul li.aStart h2 {
                animation: aStart 1600ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
                -webkit-animation: aStart 1600ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
            }

            .Landing ul li.aFnish h1 {
                animation: aFnish 1200ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
                -webkit-animation: aFnish 1200ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
            }

            .Landing ul li.aFnish h2 {
                animation: aFnish 1600ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
                -webkit-animation: aFnish 1600ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
            }

    .Landing .Logo {
        position: absolute;
        /* left: 60px;
        top: 60px;*/
        left: 25.5px;
        top: 32px;
        z-index: 4;
    }
/* Logo */
.Column .Logo {
    height: 100%;
    text-align: center;
    padding: 3.5px 25px 0px 25px;
    background: #0b0520;
    margin-left: -1px;
    z-index: 22;
}
/* Menu */
.Menu.jeyMation.rImportant {
    height: 25%;
}

.Column .Menu ul.Type-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
    position: relative;
    z-index: 2;
}

    .Column .Menu ul.Type-1 li {
        display: block;
        position: relative;
        width: inherit;
        margin-left: -100%;
        height: 20%;
    }

        .Column .Menu ul.Type-1 li a {
            display: table;
            width: inherit;
            height: 100%;
            font-family: 'Apercu-Medium';
            font-size: 16px;
            padding: 2px 10px 2px 20px;
            line-height: 1.2;
            /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
        }

            .Column .Menu ul.Type-1 li a span {
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                text-rendering: auto;
                font-size: 13px;
                margin-right: 10px;
            }

                .Column .Menu ul.Type-1 li a span:before {
                    content: "\f067";
                    position: relative;
                    z-index: 1;
                }

            .Column .Menu ul.Type-1 li a:hover span {
                transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

.Column .Menu {
    /*border-right: 1px solid rgba(255,255,255,0.5);*/
    z-index: 22;
}

    .Column .Menu ul.Type-2 {
        width: 100%;
        height: 100%;
        overflow: hidden;
        font-size: 0px;
        line-height: 0px;
        position: relative;
        z-index: 2;
    }

        .Column .Menu ul.Type-2 li {
            display: block;
            min-height: 25%;
            position: relative;
            width: inherit;
            margin-left: -100%;
            border-bottom: 1px solid rgba(255,255,255,0.5);
        }

            .Column .Menu ul.Type-2 li table {
                width: 100%;
                min-height: 100%;
                height: 4.20vh;
            }

                .Column .Menu ul.Type-2 li table td {
                    vertical-align: middle;
                    padding: 10px 0px;
                }

            .Column .Menu ul.Type-2 li a {
                display: block;
                width: inherit;
                height: 100%;
                font-family: 'Apercu-Medium';
                font-size: 14px;
                line-height: 1.1;
            }

                .Column .Menu ul.Type-2 li a span {
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    text-rendering: auto;
                    font-size: 13px;
                    margin-right: 10px;
                }
                /*.Column .Menu ul.Type-2 li a span:before{ content: "\f067"; position: relative; z-index: 1; }*/
                /*.Column .Menu ul.Type-2 li a:hover span{ transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out; }*/
                .Column .Menu ul.Type-2 li a .Plus {
                    background-image: url('../_IMAGEs/pozitif_logo_pink_icon.png');
                    position: relative;
                    z-index: 1;
                    background-size: 60%;
                    background-repeat: no-repeat;
                    background-position: left center;
                }

    .Column .Menu ul.Type-1 {
        overflow: auto;
    }

        .Column .Menu ul.Type-1::-webkit-scrollbar {
            width: 3px;
            height: 3px;
        }

        .Column .Menu ul.Type-1::-webkit-scrollbar-track {
            background: #f8f8f8;
        }

        .Column .Menu ul.Type-1::-webkit-scrollbar-thumb {
            background: #0b0520;
        }

        .Column .Menu ul.Type-1 li {
            background: #031634;
        }

            .Column .Menu ul.Type-1 li a {
                color: #ffffff;
                padding: 2px 10px 2px 20px;
            }

            .Column .Menu ul.Type-1 li.Active {
                background: white;
            }

            .Column .Menu ul.Type-1 li:hover {
            }

            .Column .Menu ul.Type-1 li.Active a {
                color: #0b0520;
            }

            .Column .Menu ul.Type-1 li:hover a {
                color: rgb(246,52,64);
            }

    .Column .Menu ul.Type-2 {
        overflow: auto;
        position: relative;
    }

        .Column .Menu ul.Type-2::-webkit-scrollbar {
            width: 3px;
            height: 3px;
        }

        .Column .Menu ul.Type-2::-webkit-scrollbar-track {
            background: #f8f8f8;
        }

        .Column .Menu ul.Type-2::-webkit-scrollbar-thumb {
            background: #031634;
        }

        .Column .Menu ul.Type-2 li {
            background: #0b0520;
        }

            .Column .Menu ul.Type-2 li a {
                color: #ffffff;
                padding: 2px 10px 2px 12px;
            }

            .Column .Menu ul.Type-2 li:hover, .Column .Menu ul.Type-2 li.Active {
                color: #f5f5f5;
                background: #333;
            }

                .Column .Menu ul.Type-2 li:hover a, .Column .Menu ul.Type-2 li.Active a {
                    color: #f5f5f5;
                }

            .Column .Menu ul.Type-2 li table td:first-child {
                width: 20px;
            }

/* Footer */
.Column .Footer {
    padding: 30px;
    /*background: rgba(10,34,64,0.95);*/
    max-height: 100%;
    margin-left: -1px;
    z-index: 22;
}

@media screen and (min-width: 767px) {
    .Column .Footer {
        position: absolute !important;
        bottom: 0;
    }
}

.Column .Footer .SMedia {
    width: 100%;
    font-size: 0px;
}

    .Column .Footer .SMedia li {
        display: inline-block;
        margin: 0px 8px 8px 0px;
        opacity: 0;
    }

        .Column .Footer .SMedia li a {
            display: block;
            font-size: 25px;
            color: #fff;
            height: 45px;
            line-height: 41px;
            width: 45px;
            border: 1px solid #fff;
            text-align: center;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
        }

            .Column .Footer .SMedia li a:hover {
                /*color: rgba(10,34,64,0.95);*/
                background: #ffffff;
                opacity: 1;
            }

    .Column .Footer .SMedia .FacebookLogo a:hover {
        background: #0165E1 !important;
    }

    .Column .Footer .SMedia .TwitterLogo a:hover {
        background: black !important;
    }

    .Column .Footer .SMedia .InstagramLogo a:hover {
        background: #DD2A7B !important;
    }

    .Column .Footer .SMedia .LinkedInLogo a:hover {
        background: #0e76a8 !important;
    }

    .Column .Footer .SMedia .SpotifyLogo a:hover {
        background: #1DB954 !important
    }

    .Column .Footer .SMedia .YouTubeLogo a:hover {
        background: #C4302B !important;
    }


.Column .Footer footer table {
    width: 100%;
}

.Column .Footer footer p {
    font-size: 10px;
    font-family: 'Apercu-Light';
    color: #fff;
    opacity: 0.6;
}

.Column .Footer footer .Developed {
    margin-right: -1px;
    margin-top: -1px;
    opacity: 0.3;
}

    .Column .Footer footer .Developed:hover {
        opacity: 1;
    }

.textRight:hover img {
    opacity: 1;
}
/* ContentBox */
.Column .ContentBox {
    display: block;
    position: relative;
    font-size: 0px;
    z-index: 22;
}

    .Column .ContentBox .Show {
        position: absolute;
        top: 0px;
        right: 1px;
        left: 0px;
        bottom: 1px;
        padding: 5px 30px;
        background: rgba(252,22,82,0.85);
        z-index: 2;
    }

        .Column .ContentBox .Show::-webkit-scrollbar {
            width: 5px;
            height: 5px;
        }

        .Column .ContentBox .Show::-webkit-scrollbar-track {
            background: #f8f8f8;
            border-left: 1px solid #fff;
        }

        .Column .ContentBox .Show::-webkit-scrollbar-thumb {
            background: #031634;
            border-left: 1px solid #fff;
        }

        .Column .ContentBox .Show img {
            position: absolute;
            left: 30px;
            top: 30px;
            margin-left: -10px;
            height: 55px;
        }

        .Column .ContentBox .Show article {
            position: absolute;
            bottom: 30px;
            right: 30px;
            left: 28px;
            max-height: 100%;
            color: #fff;
            overflow-y: auto;
            overflow-x: hidden;
        }

            .Column .ContentBox .Show article::-webkit-scrollbar {
                width: 5px;
                height: 5px;
            }

            .Column .ContentBox .Show article::-webkit-scrollbar-track {
                background: transparent;
            }

            .Column .ContentBox .Show article::-webkit-scrollbar-thumb {
                background: #f8f8f8;
            }

            .Column .ContentBox .Show article h2 {
                font-family: 'Apercu-Medium';
                font-size: 14px;
            }

            .Column .ContentBox .Show article p {
                position: relative;
                font-family: 'Apercu-Light';
                font-size: 11px;
                line-height: 16px;
                width: 100%;
                max-height: 100%;
            }

    .Column .ContentBox:hover .Show {
        background: rgba(10,34,64,1);
    }

    .Column .ContentBox:hover .Hidden {
        opacity: 1;
        visibility: visible;
    }

        .Column .ContentBox:hover .Hidden.Place-1 {
            left: 100%;
        }

        .Column .ContentBox:hover .Hidden.Place-2 {
            right: 100%;
        }

    .Column .ContentBox .Hidden {
        position: absolute;
        top: 0px;
        bottom: 1px;
        width: 100%;
        padding: 30px;
        background: #0b0520;
        opacity: 0;
        visibility: hidden;
        border: inherit;
        overflow: hidden;
        z-index: 1;
    }

        .Column .ContentBox .Hidden.Place-1 {
            left: 0px;
        }

        .Column .ContentBox .Hidden.Place-2 {
            right: 0px;
        }

        .Column .ContentBox .Hidden article {
            color: #fff;
            position: absolute;
            overflow-y: auto;
            overflow-x: hidden;
            left: 30px;
            right: 30px;
            padding-right: 15px;
            top: 27px;
            bottom: 60px;
        }

            .Column .ContentBox .Hidden article::-webkit-scrollbar {
                width: 5px;
                height: 5px;
            }

            .Column .ContentBox .Hidden article::-webkit-scrollbar-track {
                background: transparent;
            }

            .Column .ContentBox .Hidden article::-webkit-scrollbar-thumb {
                background: #f8f8f8;
            }

            .Column .ContentBox .Hidden article p {
                font-family: 'Apercu-Regular';
                font-size: 11px;
            }

        .Column .ContentBox .Hidden .Button {
            position: absolute;
            bottom: 25px;
            left: 30px;
            font-family: 'Apercu-Light';
            font-size: 10px;
            color: #0b0520;
            background: #fff;
            padding: 4px 9px;
            z-index: 2;
        }

            .Column .ContentBox .Hidden .Button:hover {
                background: #031634;
                color: #fff;
            }
/* Subscribe */
.News + .Subscribe {
    display: none;
}

.Subscribe .Show {
    background: rgba(11,5,32,0.85) !important;
}

.Subscribe:hover .Show {
    background: rgba(11,5,32,1) !important;
}
/* iFrame */
.iFrame {
    width: 100%;
    height: 100%;
    background-color: #f2f2f3;
}

    .iFrame::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .iFrame::-webkit-scrollbar-track {
        background: transparent;
    }

    .iFrame::-webkit-scrollbar-thumb {
        background: #f8f8f8;
    }
/* Custom */
.Place-1 {
    left: 100%;
    margin-left: -1px;
    margin-right: -100%;
}

.Place-2 {
    right: 100%;
    margin-right: 0px;
    margin-left: -100%;
}
/* News */
.Column .News {
    position: relative;
    background: rgba(11,5,32,0.9);
    width: 200% !important;
    overflow: hidden;
    z-index: 25;
    bottom: 0px;
    border-right: 1px solid rgba(255,255,255,0.5);
}

.Document.Home .Column .News {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.Column .News ul {
    position: absolute;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

    .Column .News ul li {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 30px;
        overflow: hidden;
        color: #fff;
        white-space: normal;
    }

        .Column .News ul li .Area {
            display: table;
            width: 100%;
            height: 100%;
        }

        .Column .News ul li table {
            width: 100%;
        }

            .Column .News ul li table tr td {
                vertical-align: top;
            }

            .Column .News ul li table tr:last-child td {
                height: 100%;
            }

        .Column .News ul li a:hover h1 {
            color: #031634;
        }

        .Column .News ul li header {
            padding-right: 8px;
            font-size: 15px;
            z-index: 2;
            overflow: hidden;
        }

            .Column .News ul li header h1 {
                font-family: 'Apercu-Medium';
                font-size: 14px;
            }

            .Column .News ul li header time {
                font-family: 'Apercu-Regular';
                font-size: 11px;
                margin-top: -1px;
            }

        .Column .News ul li article {
            overflow-x: hidden;
            overflow-y: auto;
            padding: 5px 10px 0px 0px !important;
            margin-right: 5px;
            margin-top: -1px;
        }

            .Column .News ul li article::-webkit-scrollbar {
                width: 5px;
                height: 5px;
            }

            .Column .News ul li article::-webkit-scrollbar-track {
                background: transparent;
            }

            .Column .News ul li article::-webkit-scrollbar-thumb {
                background: #f8f8f8;
            }

            .Column .News ul li article p {
                font-family: 'Apercu-Regular';
                font-size: 11px;
            }

            .Column .News ul li article b {
                color: #031634;
            }

        .Column .News ul li.aStart h1, .Column .News ul li.aStart p,
        .Column .News ul li.aStart time {
            animation: aStart 900ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
            -webkit-animation: aStart 900ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
        }

        .Column .News ul li.aFnish h1, .Column .News ul li.aFnish p,
        .Column .News ul li.aFnish time {
            animation: aFnish 900ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
            -webkit-animation: aFnish 900ms cubic-bezier(0.4, 0, 0.2, 1) 1 both;
        }

.Column .News .Logo {
    position: absolute;
    left: 60px;
    top: 95px;
    z-index: 3;
}

.Column .News .Bullets {
    display: table;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 8px;
    height: 100%;
    min-height: inherit;
    z-index: 2;
}

    .Column .News .Bullets li {
        display: block;
        width: 8px;
        height: 8px;
        margin: 7px 0px;
        border: 1px solid #fff;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

        .Column .News .Bullets li.Active {
            background: #fff;
        }
/* Universe */
.Main {
    /*width: 66.68% !important;*/
    width: 83.34% !important;
}

    .Main > .Left {
        float: left;
        position: relative;
        width: 50%;
        height: inherit;
        background: rgba(10,34,64,0.85);
        overflow: auto;
    }
        /* padding: 70px 50px; */
        .Main > .Left::-webkit-scrollbar-track {
            background: transparent;
        }

        .Main > .Left::-webkit-scrollbar-thumb {
            background: #f8f8f8;
        }

    .Main > .Right {
        float: left;
        position: relative;
        width: 50%;
        height: inherit;
        background: rgba(10,34,64,0.75);
    }
    /* padding: 70px 50px; */
    .Main > *.Padding {
        padding: 70px 30px;
    }

    .Main > .Full {
        position: relative;
        width: 100%;
        height: inherit;
        padding: 70px 50px;
        background: rgba(10,34,64,0.75);
    }

    .Main > .Right .Shadow {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(11,5,32,0.75);
        z-index: -1;
    }

    .Main .Content {
        color: #fff;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        padding: 0px 20px;
    }

        .Main .Content::-webkit-scrollbar {
            width: 7px;
            height: 7px;
        }

        .Main .Content::-webkit-scrollbar-track {
            background: transparent;
        }

        .Main .Content::-webkit-scrollbar-thumb {
            background: #f8f8f8;
        }

        .Main .Content h1 {
            font-family: 'Apercu-Medium';
            font-size: 26px;
            padding-bottom: 22px;
        }

    .Main .Slide {
    }

        .Main .Slide ul li {
            display: block;
            margin-bottom: 11px;
        }

            .Main .Slide ul li a {
                display: block;
                font-family: 'Apercu-Medium';
                font-size: 16px;
            }

            .Main .Slide ul li span.Plus {
                display: inline-block;
                vertical-align: middle;
                margin-right: 8px;
                width: 21px;
                height: 21px;
                border: 1px solid #FFFFFF;
                border-color: inherit;
                text-align: center;
                border-radius: 50%;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                background-image: url('../_IMAGEs/pozitif_logo_pink_icon.png');
                position: relative;
                z-index: 1;
                background-size: 60%;
                background-repeat: no-repeat;
                background-position: center center;
            }

            .Main .Slide ul li a:hover, .Main .Slide ul li a.Active {
                color: #44010d;
            }

                .Main .Slide ul li a:hover span.Plus, .Main .Slide ul li a.Active span.Plus {
                    background-image: url('../_IMAGEs/Pozitif-02-Plus.png');
                }
            /*.Main .Slide ul li span.Plus:before{ content: "\f067"; vertical-align: middle; display: inline-block; margin-left: -1px; color: inherit; font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; font-size: 10px; width: inherit;  line-height: 14px; height: inherit; }*/
            .Main .Slide ul li ul {
                margin: 10px 0px 14px 32px;
            }

                .Main .Slide ul li ul li {
                    margin-bottom: 8px;
                }

                    .Main .Slide ul li ul li a {
                        font-family: 'Apercu-Light';
                        border-color: #FFFFFF;
                    }

                        .Main .Slide ul li ul li a:hover, .Main .Slide ul li ul li a.Active {
                            color: #44010d;
                            border-color: #44010d;
                        }

                        .Main .Slide ul li ul li a:before {
                            width: 17px;
                            height: 17px;
                            line-height: 17px;
                            font-size: 8px;
                        }

        .Main .Slide > ul > li:hover > a, .Main .Slide > ul > li:hover > a.Active {
            color: #44010d;
        }

        .Main .Slide > ul li:hover > a:before, .Main .Slide > ul li > a.Active:before {
            border-color: #44010d;
            color: #44010d;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
        }

    .Main .Description img {
        margin-bottom: 22px;
    }

    .Main .Description .Sub {
        margin-bottom: 22px;
    }

    .Main .Description article {
        color: #fff;
    }

        .Main .Description article p {
            font-family: 'Apercu-Light';
            font-size: 16px;
            line-height: 22px;
        }

            .Main .Description article p a {
                font-weight: initial;
            }

        .Main .Description article a {
            color: #FFFFFF;
            font-weight: bold;
        }

        .Main .Description article b {
            font-family: 'Apercu-Medium';
        }

        .Main .Description article i {
            margin-top: 21px;
        }

        .Main .Description article .aButton {
            display: inline-block;
            width: 100%;
            text-align: center;
            padding: 8px 13px;
            margin-top: 26px;
            font-size: 14px;
            background: #fc1652;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
        }

            .Main .Description article .aButton:hover {
                color: #fc1652;
                background: #fff;
            }

    .Main .Category {
        width: 100%;
        height: inherit;
        color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px 40px;
    }

        .Main .Category::-webkit-scrollbar {
            width: 9px;
            height: 9px;
        }

        .Main .Category::-webkit-scrollbar-track {
            background: transparent;
        }

        .Main .Category::-webkit-scrollbar-thumb {
            background: #f8f8f8;
        }

        .Main .Category h1 {
            font-family: 'Apercu-Medium';
            font-size: 24px;
            padding-bottom: 28px;
        }

    .Main .Cetegory p {
        font-family: 'Apercu-Light';
        font-size: 15px;
    }

    .Main .Category ul {
        position: relative;
        max-height: 100%;
        width: 100%;
        font-size: 0px;
        padding: 10px 0px 0px 0px;
    }

        .Main .Category ul.Icon-Text li {
            display: inline-block;
            position: relative;
            min-height: 74px;
            width: 50%;
            padding: 25px 50px;
            opacity: 0;
        }

            .Main .Category ul.Icon-Text li article {
                width: 100%;
                height: 74px;
                position: relative;
            }

            .Main .Category ul.Icon-Text li:nth-child(1n) article {
                text-align: right !important;
            }

            .Main .Category ul.Icon-Text li:nth-child(2n) article {
                text-align: left !important;
            }

            .Main .Category ul.Icon-Text li .Image {
                position: absolute;
                top: 0px;
                max-width: 74px;
            }

            .Main .Category ul.Icon-Text li:nth-child(1n) .Image {
                right: 0px;
            }

            .Main .Category ul.Icon-Text li:nth-child(2n) .Image {
                left: 0px;
            }

            .Main .Category ul.Icon-Text li .Area {
                position: absolute;
                top: 0px;
                display: table;
                height: 74px;
                width: 100%;
            }

                .Main .Category ul.Icon-Text li .Area aside {
                    display: table-cell;
                    vertical-align: middle;
                    font-size: 12px;
                    line-height: 18px;
                }

            .Main .Category ul.Icon-Text li:nth-child(1n) .Area {
                right: 74px;
                padding-right: 14px;
            }

            .Main .Category ul.Icon-Text li:nth-child(2n) .Area {
                left: 74px;
                padding-left: 14px;
            }

            .Main .Category ul.Icon-Text li:after {
                float: none !important;
                clear: both !important;
            }

    .Main .Details {
        margin-top: 20px;
    }

.Circle-List {
    padding-left: 20px !important;
    margin-bottom: 20px;
}

    .Circle-List li {
        display: block !important;
        font-size: 12px;
        list-style-type: circle;
    }

.PartnersList {
    margin-top: 40px;
}

.PartnersListTitle {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.PartnersList ul {
    list-style: none;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .PartnersList ul li {
        font-weight: bold;
        min-width: 125px !important;
        width: calc(100% / 7) !important;
        box-sizing: border-box;
        padding: 16px 8px;
        text-align: center;
        margin: 0 !important;
    }

.LogoList {
    margin-top: 20px !important;
}

    .LogoList ul {
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: stretch; /*all of items will take same height*/
        gap: 20px;
        margin-top: 20px;
    }

        .LogoList ul li {
            background: rgba(10, 34, 64, 0.5);
            padding: 0 15px;
            box-shadow: 2px 2px 5px rgb(255 255 255 / 20%);
            display: flex !important;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .LogoList ul li a {
                display: flex;
                align-items: center;
            }

            .LogoList ul li img {
                width: auto;
                height: 75px;
            }

.BrandDetail {
    margin-top: 20px;
}

.BrandDetailHeader {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.BrandTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.BrandDetail .BrandDetailBottom {
    margin-top: 5px;
}

.CustomBox {
    background: rgba(10, 34, 64, 0.5);
    padding: 15px;
    /*border-radius: 10px;*/
    box-shadow: 2px 2px 5px rgb(255 255 255 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.PartnershipItem {
    font-weight: bold;
}

.Main .PlayGroundBoxContainer {
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 30px;
    /*gap: 20px 40px;*/
}

    .Main .PlayGroundBoxContainer .PlayGroundBox {
        /*background: rgba(10, 34, 64, 0.5);*/
        padding: 15px 0;
        /*border-radius: 10px;*/
        /*border: 1px solid white;*/
        /*box-shadow: 2px 2px 5px rgb(255 255 255 / 20%);*/
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*align-items: center;*/
    }

        .Main .PlayGroundBoxContainer .PlayGroundBox .PlayGroundBoxTitle {
            font-size: 18px;
            font-weight: bold;
            line-height: 1;
            display: flex !important;
            align-items: center;
        }

            .Main .PlayGroundBoxContainer .PlayGroundBox .PlayGroundBoxTitle:before {
                /*content: '+ ';*/
                content: '';
                display: inline-block;
                background-image: url(/_IMAGEs/pozitif_logo_pink_icon.png);
                width: 20px;
                height: 20px;
                margin-right: 8px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }


        .Main .PlayGroundBoxContainer .PlayGroundBox ul {
            /*padding-left: 20px !important;*/
            /*margin-bottom: 20px;*/
        }

            .Main .PlayGroundBoxContainer .PlayGroundBox ul li {
                display: block !important;
                font-size: 14px;
                /*text-align: center;*/
                padding-left: 28px;
            }

.Main .Partners {
    width: 100%;
}

    .Main .Partners ul {
        width: inherit;
        font-size: 15px !important;
        font-weight: bold;
    }

        .Main .Partners ul li {
            display: inline-table;
            vertical-align: top;
            width: 125px;
            margin: 15px 2.5px 5px 2.5px;
            opacity: 1;
        }

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.CustomTitle {
    font-weight: bold;
    font-size: 18px !important;
    font-family: 'Apercu-Medium';
}

.CustomTextList {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 15px;
}

    .CustomTextList > :first-child {
        gap: 10px;
    }

    .CustomTextList .flex-row {
        justify-content: space-between;
        gap: 10px;
    }




    .CustomTextList .d-flex-row {
        justify-content: space-between;
    }

    .CustomTextList ul {
        font-size: 16px !important;
        font-weight: bold;
        line-height: 1;
    }

        .CustomTextList ul li {
            margin-bottom: 30px;
            display: flex !important;
            align-items: center;
        }

            .CustomTextList ul li:before {
                /*content: '+ ';*/
                content: '';
                display: inline-block;
                background-image: url(/_IMAGEs/pozitif_logo_pink_icon.png);
                width: 20px;
                height: 20px;
                margin-right: 8px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

.Main .Contact {
    display: table;
    height: 100%;
    color: #fff;
}

    .Main .Contact h3 {
        font-family: 'Apercu-Medium';
        font-size: 15px;
    }

    .Main .Contact p {
        font-family: 'Apercu-Regular';
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 30px;
    }

        .Main .Contact p:last-child {
            margin-bottom: 0px;
        }

    .Main .Contact a {
        opacity: 0.75;
    }

        .Main .Contact a:hover {
            opacity: 1;
        }

.Main .MAP {
    width: 100%;
    height: 100%;
    background-color: #d7d7d7;
    position: relative;
    overflow: hidden;
}

    .Main .MAP #MAP-Canvas {
        width: 100%;
        height: 100%;
        position: absolute;
        width: 100%;
        height: 150%;
        top: -25%;
    }

.FutureProgramListContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}





.FutureProgramContainer {
    flex: 1 1 calc(33.33% - 10px); /* 3 items per row */
    max-width: calc(33.33% - 10px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(10, 34, 64, 0.5);
    padding: 20px;
    box-shadow: 2px 2px 5px rgb(255 255 255 / 20%);
    display: flex;
    flex-direction: column;
}

@media (max-width: 1100px) {
    .FutureProgramContainer {
        flex: 1 1 calc(50% - 10px) !important; /* 2 items per row */
        max-width: calc(50% - 10px) !important;
    }
}

@media (max-width: 600px) {
    .FutureProgramContainer {
        flex: 1 1 calc(100% - 10px) !important; /* 1 item per row */
		max-width: calc(100% - 10px) !important;
    }
}

.FutureProgramSubcategoryText {
}

.FutureProgramEventText {
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    height: 120px;
}

.FutureProgramVenueText {
    margin-top: 5px;
}

.FutureProgramDateText {
    margin-top: 5px;
}


.ArchiveImageListContainer {
    display: flex;
    flex-direction: row;
    gap: 20px
}

    .ArchiveImageListContainer .ArchiveImageContainer {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: rgba(10, 34, 64, 0.5);
        padding: 10px;
        box-shadow: 2px 2px 5px rgb(255 255 255 / 20%);
        display: flex;
        flex-direction: column;
    }

        .ArchiveImageListContainer .ArchiveImageContainer .ArchiveImageInfo {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

.ArchiveImageInfo .ArchiveImageInfoLeft {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ArchiveImageInfo .ArchiveImageInfoRight {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.ArchiveImageListContainer .ArchiveImageInfo {
}

.ArchiveImageListContainer .ArchiveImage {
}

@media (max-width: 768px) {
    .ArchiveImageListContainer {
        flex-direction: column !important;
    }
}
