<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    outline: none;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #434f5d;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
    outline: none;
}
body {
    background: #434f5d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #e6eaee;
}
.sofiya_width-wrap {
    position: relative;
    width: 100%;
    max-width: 1636px;
    margin: 0 auto;
    padding: 0 10px;

}
.sofiya_clearfix-after:after {
    content: '';
    display: block;
    clear: both;
}

section {
    padding: 10px 0;
    border-bottom: 1px solid #647282;
}

header {
    padding-bottom: 10px;
    border-bottom: 1px solid #647282;
    background: #e0e3e7;
}
    header .sofiya_logo-container {
        text-align: center;
    }
        header .sofiya_logo-container .sofiya_logo {
            display: inline-block;
            font-size: 24px;
            line-height: 30px;
            font-weight: bold;
            color: #4c87a2;
            text-decoration: none;
            text-transform: uppercase;
		
        }
            header .sofiya_logo-container .sofiya_logo span {
                color: #223040;
            }
        header .sofiya_search-container {
            position: relative;
            clear: both;
        }
            header .sofiya_search-container .sofiya_search-block {
                display: block;
                position: relative;
            }
                header .sofiya_search-container .sofiya_search-block .sofiya_search-input {
				     padding-top:5px;
                    display: block;
                    float: right;
					text-align:center;
                    max-width: 460px;
                }
.sofiya_heading {
    margin: 0 0 5px;
}
    .sofiya_heading h1,
    .sofiya_heading h2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: normal;
        color: #e6eaee;
    }
.sofiya_thumbs-list {
    margin: 0 -2px;
    text-align: center;
    letter-spacing: -5px;
}
    .sofiya_thumbs-list .sofiya_thumb {
        display: inline-block;
        width: 100%;
        padding: 0 2px 4px;
        letter-spacing: 0;
    }
        .sofiya_thumbs-list .sofiya_thumb .sofiya_link {
            display: block;
            text-decoration: none;
        }
            .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container {
                position: relative;
                overflow: hidden;
                border: 1px solid #647282;
            }
                .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container img {
                    display: block;
                    width: 100%;
                }
                .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_movies {
                    display: block;
                    position: absolute;
                    right: 3px;
                    bottom: 3px;
                    height: 24px;
                    padding: 0 5px;
                    background: rgba(0,0,0,0.75);
                    font-size: 16px;
                    line-height: 26px;
                    color: #e6eaee;
                    transition: 0.15s ease right;
                }
                    .sofiya_thumbs-list .sofiya_thumb .sofiya_link:hover .sofiya_thumb-container .sofiya_movies {
                        right: -100px;
                    }

                .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_duration {
                    display: block;
                    position: absolute;
                    right: 3px;
                    top: 3px;
                    height: 24px;
                    padding: 0 5px;
                    background: rgba(0,0,0,0.75);
                    font-size: 16px;
                    line-height: 26px;
                    color: #fafafa;
                    transition: 0.15s ease right;
                }
                    .sofiya_thumbs-list .sofiya_thumb .sofiya_link:hover .sofiya_thumb-container .sofiya_duration {
                        right: -100px;
                    }

                .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_title {
                    display: block;
                    position: absolute;
                    left: 3px;
                    bottom: 3px;
                    height: 24px;
                    padding: 0 5px;
                    background: rgba(0,0,0,0.75);
                    font-size: 16px;
                    line-height: 26px;
                    color: #fafafa;
                    transition: 0.15s ease left;
                }
                    .sofiya_thumbs-list .sofiya_thumb .sofiya_link:hover .sofiya_thumb-container .sofiya_title {
                        left: -160px;
                    }
                    .sofiya_thumbs-list .sofiya_thumb.sofiya_pics .sofiya_link .sofiya_thumb-container .sofiya_title {
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        transition: 0.15s ease bottom;
                    }
                        .sofiya_thumbs-list .sofiya_thumb.sofiya_pics .sofiya_link:hover .sofiya_thumb-container .sofiya_title {
                            bottom: -30px;
                        }

.sofiya_pager {
    margin: 10px 0;
    text-align: center;
}
    .sofiya_pager li {
        display: inline-block;
        margin-bottom: 3px;
    }
        .sofiya_pager a,
        .sofiya_pager span {
            display: block;
            min-width: 40px;
            height: 40px;
            padding: 0 10px;
            border-radius: 50%;
            background-color: #e0e3e7;
            font-size: 16px;
            line-height: 42px;
            color: #192b33;
            text-decoration: none;
            text-transform: uppercase;
            transition: 0.15s ease background-color;
        }
        .sofiya_pager span {
            opacity: 0.5;
        }
            .sofiya_pager li.sofiya_current span {
                opacity: 1;
                background-color: #4c87a2;
            }
            .sofiya_pager a:hover {
                background-color: #5289a2;
            }

.sofiya_about-text {
    font-size: 14px;
    line-height: 20px;
    color: #f6f5f6;
}

.sofiya_spots {
    text-align: center;
}
    .sofiya_spots .sofiya_spot {
        display: none;
    }
        .sofiya_spots .sofiya_spot:nth-child(1) {
            display: inline-block;
        }

.sofiya_categories-list {

}
    .sofiya_categories-list ul {
        -webkit-columns: 2;
        columns: 2;
    }
        .sofiya_categories-list ul li {
            display: block;
            padding: 2px 0;
        }
            .sofiya_categories-list ul li a {
                display: block;
                position: relative;
                overflow: hidden;
                padding-right: 50px;
                font-size: 16px;
                line-height: 24px;
                color: #e6eaee;
                text-decoration: none;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: 0.15s ease color;
            }
                .sofiya_categories-list ul li a:hover {
                    color: #4c87a2;
                }

                .sofiya_categories-list ul li a .sofiya_quantity {
                    position: absolute;
                    top: 0;
                    right: 0;
                    padding: 0 5px;
                    border-radius: 3px;
                    background: #e0e3e7;
                    font-size: 11px;
                    color: #f6f5f6;
                    transition: 0.15s ease color;
                }
                    .sofiya_categories-list ul li a:hover .sofiya_quantity {
                        color: #e6eaee;
                    }

.sofiya_tubes-list {

}
    .sofiya_tubes-list ul {
        -webkit-columns: 2;
        columns: 2;
    }
        .sofiya_tubes-list ul li {
            display: block;
            padding: 2px 0;
        }
            .sofiya_tubes-list ul li a {
                display: block;
                position: relative;
                overflow: hidden;
                padding-right: 50px;
                font-size: 16px;
                line-height: 24px;
                color: #e6eaee;
                text-decoration: none;
                white-space: nowrap;
                text-overflow: ellipsis;
                transition: 0.15s ease color;
            }
                .sofiya_tubes-list ul li a:hover {
                    color: #4c87a2;
                }
.sofiya_pics-view-section {

}
.sofiya_pics-view {text-align: center;}
    .sofiya_pics-view .sofiya_player-container {
        position: relative;
        background: #e0e3e7;
		display: inline-block;
		vertical-align:auto;
		margin-bottom: 10px; }
        .sofiya_pics-view .sofiya_player-container img {
        display: block;
	    margin:0 auto;
		height:auto;    
        width: 100%;
		border:#647282 solid 3px;}

    .sofiya_pics-view .sofiya_info-container {
        margin-bottom: 10px;
    }
        .sofiya_pics-view .sofiya_info-container .sofiya_info-row {
            margin-bottom: 10px;
            border: 1px solid #647282;
            border-top: 0;
            line-height: 30px;
            text-align: center;
        }
            .sofiya_pics-view .sofiya_info-container .sofiya_info-row .sofiya_date {
                float: left;
                width: 50%;
                border-right: 1px solid #647282;
            }

            .sofiya_pics-view .sofiya_info-container .sofiya_info-row .sofiya_duration {
                float: left;
                width: 50%;
            }
        .sofiya_pics-view .sofiya_info-container .sofiya_tags,
        .sofiya_pics-view .sofiya_info-container .sofiya_sponsor {
            margin-bottom: 10px;
        }
            .sofiya_pics-view .sofiya_info-container .sofiya_tags .sofiya_label,
            .sofiya_pics-view .sofiya_info-container .sofiya_sponsor .sofiya_label {
                display: inline-block;
                margin-right: 3px;
				color:#4c87a2;
            }
            .sofiya_pics-view .sofiya_info-container .sofiya_tags a,
            .sofiya_pics-view .sofiya_info-container .sofiya_sponsor a {
                display: inline-block;
                margin: 0 1px;
                padding: 0 5px;
                border-radius: 3px;
                background: #e0e3e7;
                line-height: 24px;
                color: #192b33;
                text-decoration: none;
                transition: 0.15s ease background-color;
            }
                .sofiya_pics-view .sofiya_info-container .sofiya_tags a:hover,
                .sofiya_pics-view .sofiya_info-container .sofiya_sponsor a:hover {
                    background-color: #4c87a2;
                }

.sofiya_sidebar {

}
    .sofiya_sidebar .sofiya_side-spots {
        text-align: center;
    }
        .sofiya_sidebar .sofiya_side-spots .sofiya_spot {
            display: none;
        }
            .sofiya_sidebar .sofiya_side-spots .sofiya_spot:nth-child(1) {
                display: inline-block;
            }

footer {
    padding: 10px 0;
    background: #e0e3e7;
}
    footer .sofiya_contact-us {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
        footer .sofiya_contact-us a {
           color: #5f5d5c;
        }
            footer .sofiya_contact-us a:hover {
                color: #4c87a2;
            }

    footer .sofiya_copyright-container {
        text-align: center;
    }
        footer .sofiya_copyright-container .sofiya_copyright {
            font-size: 14px;
            line-height: 24px;
            color: #5f5d5c;
        }

@media screen and (min-width: 343px) {
    .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_title {
        font-size: 12px;
    }
    .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_movies {
        font-size: 12px;
    }
}
@media screen and (min-width: 481px) {
    header {
        padding: 0;
    }
    header .sofiya_logo-container {
        display: table-cell;
        padding-right: 10px;
        text-align: left;
        vertical-align: middle;
    }
    header .sofiya_search-container {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
    .sofiya_categories-list ul,
    .sofiya_tubes-list ul {
        -webkit-columns: 2;
        columns: 2;
    }
    .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_title {
        font-size: 16px;
    }
    .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_movies {
        font-size: 16px;
    }
}
@media screen and (min-width: 614px) {
    .sofiya_spots .sofiya_spot:nth-child(2),
    .sofiya_sidebar .sofiya_side-spots .sofiya_spot:nth-child(2) {
        display: inline-block;
    }
}
@media screen and (min-width: 669px) {
    header {
        padding: 0;
    }
    header .sofiya_width-wrap {
        display: table;
    }
    header .sofiya_logo-container {
        display: table-cell;
        padding-right: 20px;
        vertical-align: middle;
    }
    header .sofiya_logo-container .sofiya_logo {
        display: block;
    }
    header .right-container {
        display: table-cell;
        width: 100%;
        padding-right: 80px;
        vertical-align: middle;
    }
    header .right-container .sofiya_search-container {
        display: block;
    }
    section {
        padding: 10px 0;
    }
    .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_title {
        font-size: 14px;
    }
    .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_movies {
        font-size: 14px;
    }
    .sofiya_categories-list ul,
    .sofiya_tubes-list ul {
        -webkit-columns: 3;
        columns: 3;
    }
    .sofiya_pics-view {
        margin-right: 310px;
    }
    .sofiya_sidebar {
        position: absolute;
        right: 5px;
        top: 29px;
    }
    .sofiya_sidebar .sofiya_side-spots .sofiya_spot:nth-child(2) {
        display: none;
    }
    footer .sofiya_contact-us {
        float: left;
        text-align: left;
        line-height: 20px;
    }
    footer .sofiya_copyright-container {
        float: right;
        text-align: right;
    }
    footer .sofiya_copyright-container .sofiya_copyright {
        line-height: 20px;
    }
}
@media screen and (min-width: 918px) {
    .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_title {
        font-size: 16px;
    }
    .sofiya_thumbs-list .sofiya_thumb .sofiya_link .sofiya_thumb-container .sofiya_movies {
        font-size: 16px;
    }
    .sofiya_spots .sofiya_spot:nth-child(3) {
        display: inline-block;
    }
}
@media screen and (min-width: 995px) {
    header .sofiya_logo-container .sofiya_logo {
        font-size: 36px;
        line-height: 40px;
    }
    header .right-container .language-container {
        top: 10px;
        right: 10px;
    }
    .sofiya_pager a,
    .sofiya_pager span {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .sofiya_categories-list ul,
    .sofiya_tubes-list ul {
        -webkit-columns: 4;
        columns: 4;
    }
    .sofiya_sidebar {
        right: 10px;
    }
    .sofiya_sidebar .sofiya_side-spots .sofiya_spot:nth-child(1),
    .sofiya_sidebar .sofiya_side-spots .sofiya_spot:nth-child(2) {
        display: block;
    }
}
@media screen and (min-width: 1232px) {
    .sofiya_spots .sofiya_spot:nth-child(4) {
        display: inline-block;
    }
}
@media screen and (min-width: 1313px) {
    .sofiya_categories-list ul,
    .sofiya_tubes-list ul {
        -webkit-columns: 5;
        columns: 5;
    }
}
@media screen and (min-width: 1536px) {
    .sofiya_spots .sofiya_spot:nth-child(5) {
        display: inline-block;
    }
}

.sofiya_thumbs-list .sofiya_thumb {
    width: 50%;
}
@media screen and (min-width: 343px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 50%;
    }
}
@media screen and (min-width: 481px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 33.333333%;
    }
}
@media screen and (min-width: 669px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 25%;
    }
}
@media screen and (min-width: 995px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 20%;
    }
}
@media screen and (min-width: 1313px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 16.666666%;
    }
}
@media screen and (min-width: 343px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 50%;
    }
}
@media screen and (min-width: 481px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 33.333333%;
    }
}
@media screen and (min-width: 669px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 25%;
    }
}
@media screen and (min-width: 995px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 20%;
    }
}
@media screen and (min-width: 1313px) {
    .sofiya_thumbs-list .sofiya_thumb {
        width: 16.666666%;
    }
}</pre></body></html>