﻿/*@import url("normalize.css");*/
/*@import url("https://fonts.googleapis.com/css?family=Roboto");*/

html, body {
    font-family: Verdana, 'lucida grande', 'Trebuchet MS', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #000;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    color: #e4e4e4;
    user-select: none;
}

/*#region Common*/
.center {
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

.hideImp {
    display: none !important;
}

.bold {
    font-weight: bold;
}

.clearBorder {
    border: none;
}

.bigImg img, .bigImg video, #news video { /*scale down if it has to, but never scale up to be larger than its original size*/
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

.bigImg img {
    width: 100%;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clearList {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

hr {
    background: none repeat scroll 0 0 #4a4a4a;
    border: 0 none;
    height: 1px;
    margin: 4px 0 8px 0;
    width: 100%;
}

.active {
    background: #e8e8e8 !important;
    color: black !important;
}

sub {
    font-size: 0.5rem;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label:before {
        font-family: "FontAwesome";
        font-size: 1.3rem;
        vertical-align: middle;
        content: "\f096";
        letter-spacing: 10px;
    }

    input[type=checkbox]:checked + label:before {
        content: "\f046";
        letter-spacing: 7px;
        color: #fff;
    }

input[type="email"], input[type="text"], input[type="password"], select {
    width: 80%;
    box-sizing: border-box;
    color: #333;
    padding: 13px;
    border: 1px solid #c2c2c2;
    outline: none;
    font-size: 0.9rem;
    font-family: Verdana, 'lucida grande', 'Trebuchet MS', sans-serif;
}

progress {
    background-color: #a3a3a3;
    border: 0;
    width: 100%;
    height: 20px;
    border-radius: 3px;
    -webkit-appearance: none;
}

textarea {
    box-sizing: border-box;
    color: #333;
    padding: 10px;
    border: 1px solid #c2c2c2;
    width: 100%;
    max-width: 500px;
    max-height: 200px;
    vertical-align: middle;
}

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #0086dc;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

    #page-top:after {
        font-family: 'FontAwesome';
        content: '\f106';
        font-size: 4rem;
        line-height: 55px;
        font-weight: bold;
        color: #fff;
    }

    #page-top:hover {
        background: #000;
        transition: background-color 0.25s ease-out 0s;
    }


input[type=search] {
    color: #2d2d2d;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: .8rem;
    outline: 0;
    letter-spacing: 1.1px;
    border: 1px solid #c2c2c2;
    width: 100%;
    height: 40px;
    text-indent: 10px;
}

input[type=button], input[type=submit] {
    background-color: #3079ed;
    cursor: pointer;
    padding: 10px;
    width: 200px;
    border: 1px solid #3079ed;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
	border-radius: 2px;

}

input[type="email"], input[type="text"], input[type="password"], input[type="file"], select {
    width: 80%;
    box-sizing: border-box;
    color: #333;
    padding: 13px;
    border: 1px solid #c2c2c2;
    outline: none;
}

input[type=button]:hover, input[type=submit]:hover {
    background-color: #357ae8;
}

q {
    width: 100%;
    border: 1px solid #2b2b2b;
    background: #131313;
    display: inline-block;
    padding: 7px;
    box-sizing: border-box;
    margin-bottom: 5px;
}
/*#endregion*/

/*#region header*/
/*header {
    width: 100%;
    min-height: 42px;
    background: #000;
    font-size: 0.85rem;
}

    header nav {
        color: #fff;
    }*/



#header-menu, #loginAuthorizedMenu, #loginUnauthorizedMenu {
    display: none;
}

    #loginAuthorizedMenu > li, #loginUnauthorizedMenu > li {
        text-align: center;
        line-height: 50px;
        height: 50px;
        /*border-bottom: 1px solid #282828;*/
        position: relative;
        box-sizing: border-box;
        float: left;
        width: 50%;
    }

        #loginAuthorizedMenu > li:first-child + li {
            display: none;
        }

        #loginUnauthorizedMenu > li:first-child, #loginAuthorizedMenu > li:first-child {
            border-right: 1px solid #282828;
        }

    #header-menu a, #loginUnauthorizedMenu a, #loginAuthorizedMenu a {
        display: block;
    }

    #header-menu > li {
        text-align: center;
        line-height: 50px;
        height: 50px;
        /*border-bottom: 1px solid #282828;*/
        position: relative;
    }

        #header-menu > li:hover, #loginUnauthorizedMenu > li:hover, #loginAuthorizedMenu > li:hover {
            background: rgba(255,255,255,0.3);
            cursor: pointer;
        }

#header-sub {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #464646;
}

    #header-sub > * {
        width: 50%;
    }

.header-search li {
    float: left;
    width: 33%;
}

.header-search {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    margin-left: 10px;
}

#search-by, #sort-by {
    position: relative;
}

#sort-by {
    text-align: center;
}

#sort-choice, #sort-wrap {
    width: 200px;
    float: right;
}

#search-by input[type=radio], #sort-by input[type=radio] {
    display: none;
}

#search-by label {
    display: block;
    background-color: #000;
    height: 40px;
    line-height: 40px;
    position: relative;
    transition: all .1s ease-out 0s;
    color: #fff;
    width: 120px;
    text-align: center;
    box-sizing: border-box;
    display : none;
}

#sort-by label {
    display: block;
    background-color: #000;
    line-height: 40px;
    position: relative;
    transition: all .1s ease-out 0s;
    color: #fff;
    width: 200px;
}

.selectRadio:after {
    font-family: "FontAwesome";
    content: '\f00c';
    position: absolute;
    right: 5px;
    top: -5px;
}


#search-by div:first-child label:after, #sort-wrap div:first-child label:after {
    font-family: "FontAwesome";
    content: '\f0d7';
    position: absolute;
    right: 10px;
}

#search-by label:hover, #sort-wrap label:hover {
    background: #357ae8;
    cursor: pointer;
}

#search-options, #sort-options {
    position: absolute;
    display: none;
    z-index: 100;
}

#sort-options {
    float: right;
    top: 40px;
    right: 0;
}

    #sort-options label {
        border-bottom: 1px solid #1a1a1a;
        border-left: 1px solid #1a1a1a;
        border-right: 1px solid #1a1a1a;
        box-sizing: border-box;
    }

        #sort-options label:first-of-type {
            border-top: 1px solid #1a1a1a;
        }


.header-logo {
    display: none;
    text-align: center;
}

    .header-logo img {
        height: 45px;
        width: 220px;
        margin-top: 3px;
    }

.header-social {
    text-align: center;
    font-size: 1.2rem;
}

    .header-social > a {
        padding: 8px;
        color: #000;
        text-decoration: none;
    }

        .header-social > a:hover {
            cursor: pointer;
            color: #9d9d9d;
        }

.header-mobile-menu {
    height: 42px;
    line-height: 42px;
    background: #000;
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #282828
}

/*.header-mobile-menu:before {
        content: '';
        background: url(../images/logo.png) no-repeat 0 2px;
        background-size: 200px 40px;
        display: inline-block;
        height: 40px;
        width: 200px;
    }*/

.header-mobile-bt {
    position: absolute;
    right: 70px;
    padding: 4px 10px;
    border: 1px solid #989898;
    border-radius: 4px;
    background-color: #2d2d2d;
    color: #e1e1e1;
}

    .header-mobile-bt:before, .header-mobile-account:before {
        font-size: 2rem;
    }

    .header-mobile-bt:hover, .header-mobile-account:hover {
        cursor: pointer;
        background-color: rgba(255,255,255, 0.1);
    }

.header-mobile-account {
    position: absolute;
    right: 10px;
    padding: 4px 10px;
    border: 1px solid #989898;
    border-radius: 4px;
    background-color: #2d2d2d;
    color: #e1e1e1;
}

    .header-mobile-account a {
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

.header-search input[type=submit] {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
}

.header-search-bt {
    min-width: 40px;
}


#header-category li:last-child {
    border-right: 1px solid #464646;
}

#header-category li {
    width: 30%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background-color: #505050;
    color: #464646;
    margin: 10px 4px;
    border-radius: 2px;
    box-sizing: border-box;
}

#header-tag-category {
    text-align: center;
    height: 50px;
    overflow: hidden;
}

    #header-tag-category a {
        display: block;
        color: #e4e4e4;
        font-size: 0.8rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        padding: 1px;
    }

        #header-tag-category li:hover {
            background: #414141;
        }

        .count-category-nr {
            display: none;
        }

#header-tag-category li {
    position: relative;
}

    #header-tag-category li:hover a, #header-tag-category li:hover span {
        color: #fff;
        cursor: pointer;
    }

#header-tag-category span {
    position: absolute;
    right: 3px;
    top: -7px;
    font-size: 0.7rem;
}

    #header-tag-category span:before {
        content: '(';
    }

    #header-tag-category span:after {
        content: ')';
    }

#loginAuthorizedMenu {
    display: none;
}

#addPhotoVideo:after, #top20:after, #login:after, #register:after, #sign-out:after, #login-username:after {
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 1rem;
    font-size: 1rem;
    color: rgba(255,255,255,0.3);
}

#login-username {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    #login-username:after {
        content: "\f007";
    }

    #login-username:before {
        position: absolute;
        top: 0;
        left: 3px;
        line-height: 1rem;
        font-size: 0.65rem;
        color: rgba(255,255,255,0.3);
        content: 'Mój profil'
    }

#sign-out:after {
    content: "\f08b";
}

#loginPartialAjax #login:after {
    content: "\f007";
}

#register:after {
    /*content: "\f234";*/
}
/*#endregion*/
.container {
    margin-right: auto;
    margin-left: auto;
    min-height: 100%;
    margin-bottom: -200px; /* equal to footer height */
    box-sizing: border-box;
}

.containerAdmin {
    user-select: initial;
}

.container:after {
    content: "";
    display: block;
    height: 200px;
}

#Term-error {
    display: none !important;
}


.galleryList {
    float: left;
    width: 100%;
}

#news, #newsUpBt, #newsDownBt {
    display: none;
}

.details header {
    background-color: #fff;
    min-height: 2rem;
}

.details {
    /*box-sizing: border-box;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*border: 25px solid #4c4c4c;*/
    background: #2f2f2f;
    position: relative;
    /*overflow: hidden;*/
    color: #e4e4e4;
    /*outline : 1px solid #a4a4a4;*/
}

.details-moderate {
    position: absolute;
    right: 275px;
    top: -25px;
    width: 100px;
    line-height: 45px;
    text-align: center;
    background: #003452;
    color: #fff;
    transition: all 0.25s ease-out 0s;
    z-index: 1;
    cursor: pointer;
}

.details-updateOrd {
    position: absolute;
    right: 75px;
    top: -25px;
    width: 100px;
    line-height: 45px;
    text-align: center;
    background: rgba(0,80,0, 0.85);
    color: #fff;
    transition: all 0.25s ease-out 0s;
    z-index: 1;
}

.details-deletePosition {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 100px;
    line-height: 45px;
    text-align: center;
    background: rgba(255, 0, 0, 0.85);
    color: #fff;
    transition: all 0.25s ease-out 0s;
}

.details-addTags {
    position: absolute;
    right: 175px;
    top: -25px;
    width: 100px;
    line-height: 45px;
    text-align: center;
    background: #222;
    color: #fff;
    transition: all 0.25s ease-out 0s;
    z-index: 1;
}

.details-moderate::after {
    content: 'OK';
}

.details-addTags:after {
    content: 'Dodaj tagi';
}

.details-addTags:hover {
    cursor: pointer;
}

.details-updateOrd:hover {
    cursor: pointer;
    background: rgba(0,80,0, 1);
}

.details-deletePosition:hover {
    background: rgba(255, 0, 0, 1);
    cursor: pointer;
}

.details-updateOrd::after {
    content: "Na główną";
}

.details-deletePosition::after {
    content: "Usuń";
}

.details header h1 {
    /*font-size: 1.2rem;*/
    /*margin: 10px 15px 10px 15px*/
    margin: 0;
    background: #000;
    /* font-weight: normal; */
    letter-spacing: 1px;
    font-size: 1.2rem;
    /* 
	linia oddzielajaca obrazki
	border-top: 1px solid #2f2f2f; */
    font-family : "Roboto", sans-serif;
	font-weight: 400; 
}

    .details header h1 a {
        color: #f7f7f7;
        line-height: 2rem;
        width: 100%;
        height: 100%;
        padding: 10px;
        display: block;
        box-sizing: border-box;
        color: #3079ed;
    }

.details-header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    /*border-bottom: 1px solid #464646;
    border-top: 1px solid #464646;*/
    margin: 5px auto;
    /* background: #2f2f2f; */
	/* background: #1B1B1B; */
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    /*display: none;*/
    color: #c1c1c1;
}

    .details-header-info > div:first-child {
        text-align: left;
    }

        .details-header-info > div:first-child + div {
            text-align: right;
            margin-right : 20px;
        }

            .details-header-info > div:first-child + div + div {
                text-align: right
            }

    .details-header-info img {
        box-shadow: none;
        height: 30px;
        width: 30px;
        border-radius: 10%;
        vertical-align: middle;
        display: inline-block;
		
    }

    .details-header-info .commentLink, .userInfo .mainPage, .userInfo .waitPage {
        width: 200px;
        line-height: 40px;
        background-color: rgb(0, 142, 211);
        transition: background-color 0.15s ease-out 0s;
        color: #fff;
        font-size: 0.8rem;
        letter-spacing: 1.1px;
    }

.userInfo .mainPage, .userInfo .waitPage {
    display: block;
}

.details-header-info .commentLink {
    display: none;
}

    .details-header-info .commentLink:hover {
        background-color: rgb(0, 127, 189);
        cursor: pointer;
    }

    .details-header-info .commentLink:before {
        content: "Komentuj";
    }

.details-header-info .eye {
    color: #b5b5b5;
    vertical-align: middle;
}

.details-header-info .countDetails {
    /*color: #fff;*/
    font-weight: bold;
    font-size: 0.8rem;
}

.details-header-info > * {
    flex-basis: 0;
    flex-grow: 1;
}


.details #tags {
    font-family: 'helvetica', 'lucida grande', 'Trebuchet MS', sans-serif;
    background: #2f2f2f;
    line-height: 42px;
    text-align: center;
}

    .details #tags a {
        color: #fff;
        background-color: #505050;
        padding: 8px 20px;
        font-size: 12px;
        /* margin-left: 3px; */
        font-weight: bold;
        transition: all 0.15s ease-out 0s;
        border-radius: 5px;
    }

        .details #tags a:hover {
            background-color: #222;
            color: #fff;
        }

.details figure {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

.details .bigImg {
    text-align: center;
    /*padding: 15px 0;*/
}

.details figure figcaption {
    position: absolute;
    left: 1px;
    bottom: 1px;
    left: 0;
    width: 40%;
    padding: 6px;
    background: rgba(0, 0, 0, 0.50);
    color: #fff;
    font-size: 0.70rem;
    display: none;
}

.details figure img, .details figure video {
    display: block;
    /*outline: 3px solid #fff;*/
    /*box-shadow: 0 0 0 4px #fff;*/
}


.details-vote {
    height: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    z-index: 50;
    display: none;
}

.details figure:hover .details-vote {
    /*display: block;*/
}


.details-vote > li {
    float: left;
    width: 10%;
    line-height: 40px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
}

    .details-vote > li:hover {
        background: rgba(0,142,211,0.85);
        transition: all 0.25s ease-out 0s;
    }

    .details-vote > li:after {
        content: attr(data-rate);
    }

.details hr {
    /*height: 3px;*/
    margin: 0;
}

.details h3 {
    /*text-decoration: underline;*/
    cursor: pointer;
    font-size: 0.8rem;
    /*margin: 5px 0 0 10px;*/
    font-weight: normal;
}

    .details h3:hover > * {
        color: #3079ed;
        font-size: 1.7rem !important;
    }

.details .rating {
    background-color: rgba(0, 142, 211, 0.65);
    border-radius: 50%;
    height: 50px;
    margin-right: 0px;
    margin-top: -98px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    overflow: hidden;
    z-index: 2;
    display: none;
}

.details .avgRate {
    font-weight: bold;
    line-height: 50px;
}

.details-header-info .count-rate {
    position: absolute;
    /*bottom: -20px;*/
    right: 120px;
    font-size: 0.7rem;
}

    .details-header-info .count-rate:before {
        content: 'Liczba ocen : '
    }

.account-container, .tag-admin-create {
    color: #e4e4e4;
    padding: 20px 15px;
    background: #222;
    border: 1px solid #a4a4a4;
    font-size: 0.85rem;
    position: relative;
    margin-top: 10px;
}

.ageconfirmdialog {
    color: #e4e4e4;
    padding: 20px 15px;
    background: #222;
    border: 1px solid #a4a4a4;
    font-size: 0.85rem;
    position: relative;
    margin-top: 10px;
}

    .ageconfirmdialog input[type=button] {
        width: 120px;
    }

    .ageconfirmdialog input[type=checkbox] + label:before {
        font-size: 2rem;
    }

.account-container #register-icon, .account-container #login-icon {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.8;
    width: 100px;
    height: 100px;
    box-shadow: none;
}

.account-container label, .gallery-create label, .contact label {
    display: block;
    margin-bottom: 5px;
}

.account-container a {
    text-decoration: underline;
    font-size: 0.8rem;
}

#account-login-ico:after {
    font-family: "FontAwesome";
    content: '\f2bd';
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 2.5rem;
}

#account-register-ico:after {
    font-family: "FontAwesome";
    content: '\f023';
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    font-size: 2.5rem;
}

.contact, .rules, .advert, .cookie, .errorPage {
    padding: 20px 15px;
    background: #222;
    border: 1px solid #a4a4a4;
    font-size: 0.70rem;
    line-height: 18px;
    color: #a4a4a4;
    margin-top: 10px;
}

.contact {
    color: #e4e4e4;
    font-size: 0.8rem;
}

.error-page {
    font-size: 0.8rem;
}

.gallery-create, .news-create {
    border: 1px solid #a4a4a4;
    padding: 20px 15px;
    background: #151515;
    box-sizing: border-box;
}

    .gallery-create > section {
        color: #e4e4e4;
        padding: 20px 15px;
        background: #222;
        border: 1px solid #4a4a4a;
        font-size: 0.85rem;
        position: relative;
    }

    .gallery-create img {
        margin: auto;
    }

    .gallery-create input[type="submit"] {
        display: block;
        margin: auto;
    }

/*#region validation*/

span.field-validation-error, .validation-summary-errors {
    display: block;
    margin-top: 3px;
    color: #840907;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .validation-summary-errors > ul {
        padding: 0;
        margin: 0 0 0 5px;
    }

/*#endregion validation*/

.search input[type="search"] {
    text-indent: 20px;
}


#UserName {
    background-image: url("../images/user.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

#Password {
    background-image: url("../images/padlock.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

#Email {
    background-image: url("../images/email.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

#preview {
    margin: 0;
}

#upload-file-avatar {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#img-preview {
    display: none;
    outline: 1px solid #fff;
    outline-offset: -1px;
    box-shadow: 0 0 0 2px rgba(245, 245, 245, 0.75);
}

#UploadFile, #changeAvatar {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    #UploadFile + label, #changeAvatar + label {
        background-color: #222;
        display: inline-block;
        padding: 13px;
        border: 2px solid #1a1a1a;
        cursor: pointer;
        position: relative;
        width: 200px;
        text-align: center;
    }

        #UploadFile + label > span:after, #changeAvatar + label > span:after {
            font-family: "FontAwesome";
            content: '\f093';
            font-size: 1rem;
        }

        #UploadFile + label:hover, #changeAvatar + label:hover {
            color: #fff;
            background: rgba(255,255,255, 0.1);
        }


.paginationWrapper {
    text-align: center;
}

#photo-video-chb {
    width: 100%;
    text-align: center;
}

#top-info-panel-simple {
    background: #090909;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    padding: 0 20px;
    flex-wrap: nowrap;
    margin-top : 20px;
}

#top-info-panel {
    background: #090909;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    padding: 0 20px;
    flex-wrap: nowrap;
    /*user-select : none;*/
}

#photo-video-chb label {
    width: 90px;
    display: inline-block;
}

    #photo-video-chb label:hover {
        cursor: pointer;
    }

    #photo-video-chb label:hover {
        background: rgba(255,255,255, 0.3);
    }


#top-info-panel > div:first-child {
    font-size: 0.7rem;
}

    #top-info-panel > div:first-child + div {
        text-align: center;
    }

        #top-info-panel > div:first-child + div label {
            width: 90px;
            /*float : left;*/
            display: inline-block;
        }

#top-info-panel label:hover {
    /*background : rgba(255,255,255, 0.3);*/
    cursor: pointer;
}

#photo-video-chb label:hover {
    background: rgba(255,255,255, 0.3);
}

#voteLoader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;
}

.voteColor {
    background-color: #f00;
}

.details-position {
    width: 90%;
    margin: 10px auto;
}

.commentList {
    max-height: 500px;
    overflow: hidden;
}


#commentList header {
    background: #000;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}

    #commentList header img {
        box-shadow: none;
        height: 30px;
        width: 30px;
        vertical-align: middle;
        display: inline-block;
        border-radius: 10%;
    }

#commentList time {
    position: absolute;
    right: 10px;
    font-size: 0.7rem;
}

#commentList header .userName {
    color: #347ae8;
}

#commentList article {
    background: #222;
    padding: 10px;
    box-sizing: border-box;
}

.commentContent {
    margin: 0;
    padding: 10px;
    background: #0c0c0c;
    font-size: 0.8rem;
    line-height: 1.4rem;
    font-family: Verdana, 'lucida grande', 'Trebuchet MS', sans-serif;
    user-select: none;
}

    .commentContent a {
        text-decoration: underline;
    }

.toogleComment {
    color: #eaeaea;
    user-select: text;
}

#commentFormPost {
    background: #252525;
    padding: 10px;
}

    #commentFormPost p {
        display: inline;
    }

    #commentFormPost span {
        display: block;
    }

    #commentFormPost input[type="submit"] {
        width: 100%;
        font-size: .9rem;
    }

    #commentFormPost textarea {
        max-width: 100%;
        width: 100%;
    }

    #commentFormPost label {
        font-size: .8rem;
        display: inline-block;
        margin-bottom: 4px;
    }



/*#region jquery-ui*/

.ui-tooltip, .arrow:after {
    background: rgba(0,0,0, 0.9);
    border: 1px solid white;
}
/*nadpisanie flick.css*/
.ui-tooltip {
    padding: 12px 20px;
    color: white;
    border-radius: 3px;
    font: bold 0.8rem "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
    width: 270px;
    position: absolute;
    z-index: 4;
    text-align: center;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 50%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }


.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
    border: 1px solid #c2c2c2;
    color: #444444;
    /* border-radius: 2px; */
}

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        cursor: pointer;
        min-height: 0;
        background: #fff;
        font-size: 0.9rem;
        line-height: 30px;
        text-indent: 10px;
    }

        .ui-menu .ui-menu-item:hover {
            background: #0073ea url("../images/hoverAuto.png") 50% 50% repeat-x;
            color: #fff;
            font-weight: bold;
        }

.ui-widget.ui-widget-content {
    border-top: 1px solid #fff;
}
/*#endregion jquery-ui*/

.newsBt {
    width: 14.5%;
    float: right;
    text-align: center;
    background: linear-gradient(#141414, #000);
    box-sizing: border-box;
    padding: 8px;
    color: #ddd;
}

    .newsBt:hover {
        background: linear-gradient(#1a1a1a, #000);
        cursor: pointer;
    }

.upNewsBt {
    border-left: 1px solid #d4d4d4;
}

.disableEventsClick {
    pointer-events: none;
    color: gray;
}

#cookieInfo {
    height: 60px;
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0, 0.9);
    text-align: center;
    font-size: 0.75rem;
    width: 100%;
    border-top: 1px solid #c2c2c2;
    color: #dedede;
    z-index: 101;
}

    #cookieInfo a {
        text-decoration: underline;
        color: #dedede;
    }

#closeCookie {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 2rem;
    color: #fff;
}

#cookieInfo .confirm {
    cursor: pointer;
}

#cookieInfo p.confirm {
    text-decoration: underline;
}

#scrollTop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #347ae8;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

    #scrollTop:after {
        font-family: 'FontAwesome';
        content: '\f106';
        font-size: 4rem;
        line-height: 55px;
        font-weight: bold;
        color: #fff;
    }

    #scrollTop:hover {
        background: #000;
        transition: background-color 0.25s ease-out 0s;
    }

/*.countComment:before {
    content: '(';
}

.countComment:after {
    content: ')';
}*/

/**/


.videoPlayNextPrev {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 50px 50px;
    z-index: 1;
}

.videoPlayBackground {
    background: url(../images/play.png) no-repeat center center;
}
/**/
.details .nextRight, .details .nextRightAjax {
    position: absolute;
    top: 200px;
    right: -160px;
}

.details .prevLeft, .details .prevLeftAjax {
    position: absolute;
    top: 200px;
    left: -160px;
}

.details .prevLeftAjax, .details .nextRightAjax {
    color: #cbcbcb;
}

.details .prevLeft, .details .nextRight {
    color: #cbcbcb;
}

.prevLeft:hover, .nextRight:hover {
    cursor: pointer;
    color: #fff;
}

.prevLeftAjax:hover, .nextRightAjax:hover {
    cursor: pointer;
    color: #fff;
}

    .prevLeft:hover::after, .nextRight:hover::after, .prevLeftAjax:hover::after, .nextRightAjax:hover::after {
        transition: opacity 0.5s ease-out 0s;
        opacity: 1;
    }

.prevLeft:after, .prevLeftAjax:after {
    background: url('../images/keyboard_left.png') no-repeat center center;
    background-size: 100px;
    display: inline-block;
    width: 100px;
    height: 100px;
    content: "";
    left: -70px;
    top: 70px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    overflow: hidden;
}

.nextRight:after, .nextRightAjax:after {
    background: url('../images/keyboard_right.png') no-repeat center center;
    background-size: 100px;
    display: inline-block;
    width: 100px;
    height: 100px;
    content: "";
    right: -70px;
    top: 70px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    cursor: default;
}

#dataAddPhotoVideo {
    border: 1px solid #292929;
}

    #dataAddPhotoVideo ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 35%;
    }

        #dataAddPhotoVideo ul > li {
            /*float: left;*/
            position: relative;
            /*background: linear-gradient(#fff, #efefef);*/
            background: #000;
            transition: background-color 0.25s ease-out 0s;
        }

    #dataAddPhotoVideo p {
        position: absolute;
        top: 5px;
        right: 8px;
        margin: 0;
        color: #fff;
    }

    #dataAddPhotoVideo a {
        display: block;
        line-height: 150px;
        text-align: center;
        color: #f7f7f7;
        font-size: 18px;
        text-decoration: none;
        border-right: 1px solid #292929;
    }

    #dataAddPhotoVideo > ul > li:last-child a {
        border: none;
    }

    #dataAddPhotoVideo > ul > li:hover {
        cursor: pointer;
        /*background: linear-gradient(#fff, #dddddd);*/
        background: #5f5f5f;
    }

        #dataAddPhotoVideo > ul > li:hover p {
            color: #fff;
        }

.fullscreen, .fa-play, .fa-pause {
    font-size: 2rem !important;
    position: absolute;
    bottom: 0;
    color: #e6e6e6;
}

.fullscreen {
    right: 3px;
}

.fa-play {
    right: 90px;
}

.fa-pause {
    right: 46px;
}

    .fullscreen:hover, .fa-play:hover, .fa-pause:hover {
        color: #fff;
        cursor: pointer;
    }

.videoControlBottom {
    height: 32px;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}

    .videoControlBottom:hover {
        cursor: default;
    }

.wrapUserInfo {
    height: 100px;
    border-bottom: 1px solid #464646;
    margin: 0 auto;
    background: #000;
    box-sizing: border-box;
    position: relative;
    font-size: 0.8rem;
    text-align: center;
}

.userInfo {
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .userInfo > * {
        flex-grow: 1;
        flex-basis: 0;
        margin: 5px;
    }

    .userInfo img {
        box-shadow: none;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        vertical-align: middle;
        display: inline-block;
    }

    .userInfo .user-follow {
        width: 100%;
    }

    .userInfo .mainPage:hover, .userInfo .waitPage:hover {
        background-color: rgb(0, 127, 189);
        cursor: pointer;
    }

.userInfoMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #464646;
    background: #000;
    height: 40px;
    font-family: 'helvetica', 'lucida grande', 'Trebuchet MS', sans-serif;
}

    .userInfoMenu > div {
        transition: all 0.1s ease-out 0s;
        height: 40px;
        line-height: 40px;
        width: 200px;
        text-align: center;
        color: #f7f7f7;
        font-size: 0.75rem;
        overflow: hidden;
    }

        .userInfoMenu > div:hover {
            background-color: #f1f1f1;
            box-shadow: 0 2px 0 #cb2027;
            cursor: pointer;
        }

            .userInfoMenu > div:hover span {
                color: #cb2027;
            }

    .userInfoMenu span {
        color: #e4e4e4;
        display: block;
        line-height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.topInfoText {
    /*height: 40px;*/
    background: #222;
    color: #f1f1f1;
    text-align: center;
    line-height: 1.2rem;
    font-family: Verdana, 'lucida grande', 'Trebuchet MS', sans-serif;
    padding: 5px;
    margin: 10px 0 20px 0;
}

.userInfo-dateAdd {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #868686;
    font-size: 0.8rem;
    display : none;
}

#countMain, #countWait {
    font-weight: bold;
    font-size: 0.9rem;
}

.userMenuActiveDiv {
    background-color: #f1f1f1;
    box-shadow: 0 2px 0 #cb2027;
}

.userMenuActiveText {
    color: #cb2027 !important;
}

.userName {
    font-size: 0.8rem;
    color: #c1c1c1;
    /*text-decoration: underline;*/
    padding-left: 5px;
}

.noFloat {
    float: none !important;
}

.user-stats {
    background: #0e0e0e;
    border: 1px solid #a4a4a4;
    font-size: 0.85rem;
    color: #f7f7f7;
}

.user-stats-avatar {
    outline: 1px solid #fff;
    outline-offset: -1px;
    box-shadow: 0 0 0 2px rgba(245, 245, 245, 0.75);
}

.user-stats-dateAdd {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #e4e4e4;
    font-size: 0.8rem;
}

.user-stats-content, .user-avatar-content, .user-notification-content, .contact-content {
    color: #e4e4e4;
    padding: 20px 15px;
    background: #222;
    border: 1px solid #464646;
    font-size: 0.85rem;
    position: relative;
}

    .user-notification-content input + label:before {
        font-size: 1.6rem;
    }

.user-stats-list {
    width: 90%;
    margin: auto;
}

    .user-stats-list li:first-child {
        width: 100%;
        text-align : center;
    }

    .user-stats-list li {
        width: 50%;
        float: left;
        padding: 4px 0;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .user-stats-list a {
        color: #e4e4e4;
    }

        .user-stats-list a:hover {
            text-decoration: underline;
            color: #fff;
        }

.myProfile {
    background: #1b1b1b;
    outline: 1px solid #a4a4a4;
    font-size: 0.85rem;
    color: #f7f7f7;
}

    .myProfile .topBarMyProfile, .user-stats .topBarMyProfile {
        width: 100%;
        background-color: #222;
        text-align: center;
        line-height: 40px;
        position: relative;
    }

        .myProfile .topBarMyProfile:after, .user-stats .topBarMyProfile:after {
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #222;
            content: "";
            left: 50%;
            margin-left: -8px;
            position: absolute;
            top: 100%;
            z-index: 1000;
        }

.myProfile-content {
    padding: 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.myProfile-menu {
    float: left;
    width: 100%;
    color: #f7f7f7;
}

#menuProfile > li {
    border-bottom: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
    background: #000;
    box-sizing: border-box;
    transition: all 0.1s ease-out 0s;
    position: relative;
    font-size: 0.85rem;
    height: 50px;
    line-height: 50px;
}

    #menuProfile > li:hover {
        cursor: pointer;
        background: rgba(255,255,255,0.3);
    }

    #menuProfile > li span {
        margin-left: 10px;
        line-height: 50px;
    }

#userMenuPass span:after {
    font-family: "FontAwesome";
    content: "\f007";
    position: absolute;
    right: 5px;
    font-size: 1rem;
}

#userMenuAvatar span:after {
    font-family: "FontAwesome";
    content: "\f03e";
    position: absolute;
    right: 5px;
    font-size: 1rem;
}

#userMenuStats span:after {
    font-family: "FontAwesome";
    content: "\f080";
    position: absolute;
    right: 5px;
    font-size: 1rem;
}

#userMenuNotification span:after {
    font-family: "FontAwesome";
    content: "\f0f3";
    position: absolute;
    right: 5px;
    font-size: 1rem;
}

.topBarMyProfile img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 53%;
}

.myProfile .link, .user-stats-content .link {
    width: 150px;
    background-color: rgb(0, 142, 211);
    transition: background-color 0.15s ease-out 0s;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 1.1px;
    text-align: center;
    display: inline-block;
}

    .myProfile .link:hover {
        background: #006393;
    }

/*#region ContactEmail*/
.choose-option {
    width: 80%;
    display: inline-block;
    color: #1f1f1f;
}

.list-options {
    width: 80%;
    display: none;
}

    .list-options label, .choose-option span {
        display: block;
        background-color: #fff;
        padding: 13px;
        box-sizing: border-box;
        margin-bottom: initial;
        position: relative;
        border: 1px solid #c2c2c2;
        transition: all 0.15s ease-out 0s;
        color: #1f1f1f;
    }

    .list-options label {
        border-top: none;
    }

        .list-options label:hover {
            background: #c2c2c2;
        }

.choose-option span:after {
    font-family: "FontAwesome";
    content: '\f078';
    position: absolute;
    right: 10px;
    /*top : 5px;*/
    /*line-height : 35px;*/
}

.list-options label:hover, .choose-option span:hover {
    cursor: pointer;
}

.list-options input[type="radio"] {
    display: none;
}

    .list-options input[type="radio"]:checked + label {
        background-color: #707070;
    }
/*#endregion*/

.errorPage {
    font-size: 0.8rem;
}

    .errorPage img {
        float: right;
        width: 400px;
        height: 300px;
        margin-left: 10px;
        margin-bottom: 10px;
    }


footer {
    background-color: #222;
    /*height: 400px;*/
    /*margin-top: 30px;*/
    color: #9a9da1;
    overflow: auto; /*then works margin-top on the child element*/
    display: flex !important;
    /*justify-content: center;*/
    position: relative;
    flex-direction: column;
    clear: left;
    /*align-items : center;*/
}

    footer a {
        color: #888888;
    }

        footer a:hover {
            color: #cccccc;
        }

#footer-description {
    width: 100%;
}

    #footer-description h2 {
        font-size : 1.2rem;
    }

    #footer-description h3 {
        font-size : 0.9rem;
    }

    #footer-contact {
        margin: 0 auto;
        order: 2;
        text-align: center;
        width: 80%;
        margin-bottom: 70px;
    }

    #footer-contact p {
        text-align: center;
    }

#footer-short {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 320px;
    display: block;
}

    #footer-short > li {
        width: 100px;
        float: left;
    }

        #footer-short > li:nth-child(n+2) {
            margin-left: 10px;
        }

        #footer-short > li a {
            display: block;
            line-height: 35px;
            font-size: 0.9rem;
            /*border: 3px solid #9a9da1;*/
        }

        #footer-short > li:first-child a:hover {
            /*background-color: #228600;
            border-color: #228600;
            color: #fff;*/
        }

        #footer-short > li:nth-child(2) a:hover {
            /*background-color: #0031d3;
            border-color: #0031d3;
            color: #fff;*/
        }

        #footer-short > li:nth-child(3) a:hover {
            /*background-color: #b36d00;
            border-color: #b36d00;
            color: #fff;*/
        }

#footer-description {
    width: 80%;
    order: 1;
    margin: 0 auto;
    /*align-self : flex-end;*/
}

    #footer-description img {
        box-shadow: none;
        width: 200px;
        margin-top: 1rem;
        display: none;
    }

    #footer-description p {
        font-size: 0.8rem;
    }


#footer-copyright {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 0.7rem;
    background: #222;
    width: 100%;
    border-top: 2px solid #282828;
}

    #footer-copyright a {
        text-decoration: underline;
    }

.up {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background-color: rgba(0,0,0,0.75);
}

#spinner {
    height: 80px;
    background: rgba(0,0,0, 0.8) url("../images/preloader.gif") no-repeat 50% 20%;
    top: 45%;
    left: 50%;
    position: fixed;
    width: 230px;
    transform: translateX(-115px);
    border-radius: 10px;
    z-index: 1000;
    display: table;
}

    #spinner:after {
        content: 'Wczytywanie danych';
        /*display: block;*/
        color: #fff;
        text-align: center;
        display: table-cell;
        padding-bottom: 5px;
        vertical-align: bottom;
        font-size: 0.8rem;
    }

.prerollads {
    height: 100px;
    background: rgba(0,0,0, 0.5) url("http://zmarsa.com/images/logo.png") no-repeat 50% 20%;
    top: 70%;
    left: 2%;
    position: absolute;
    width: 400px;
    /* transform: translateX(-115px); */
    border-radius: 10px;
    z-index: 1000;
}

#box {
    display: none;
    z-index: 101;
}

/*#region facebook*/

#box {
    background: url("../images/fbcorner.png") no-repeat scroll right top transparent;
    height: 500px;
    left: -320px;
    padding-right: 34px;
    position: fixed;
    top: 50px;
    width: 320px;
    z-index: 2;
    transition: left 0.5s ease-out 0s;
}

    #box:hover {
        left: 0;
    }

#box-inside {
    background: #fff;
    height: 480px;
    overflow: auto;
    padding: 10px;
    width: 295px;
    border: 5px solid #284486;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

/*#endregion*/

/*#region dialog*/
.overlay {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#overlayAddPhotoVideo {
    position: fixed;
}

#overlay18 {
    position: fixed;
}

.dialog {
    display: none;
    margin: 10px auto;
    position: relative;
    padding: 0; /*padding: 40px;*/
    background: transparent;
    border-radius: 10px;
}

#dialog18 {
    z-index: 100000;
}

#dialogAddPhotoVideo {
    margin-top: 30px;
    width: 100%;
}

#dialogNews {
    width: 100%;
    text-align: center;
}

#dataNews video {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

#dataNews > video:hover {
    cursor: pointer;
}

.blanket {
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    opacity: 0.8;
    position: fixed;
    width: 100%;
}

#blanket18 {
    opacity: 0.96;
    z-index: 99999;
}


.fa-times-circle {
    text-align: center;
    z-index: 100;
    position: fixed;
    right: 20px;
    top: 15px;
    /*display: none;*/
    color: #fff;
    opacity: 0.9;
}

    .fa-times-circle:hover {
        cursor: pointer;
        opacity: 1;
    }

#fullVideo {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
}
/*#endregion*/

/*#region adverts*/
.adv750x200 {
    width: 750px;
    margin: 5px auto;
}

.adv900x200 {
    width: 900px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .adv750x200 img, .adv900x200 img {
        width: initial;
        height: initial;
        box-shadow: none;
    }

.adv120x600Left {
    position: fixed;
    top: 50px;
    left: 0;
    opacity: 0.8;
}

.adv120x600Right {
    position: fixed;
    top: 50px;
    right: 0;
    opacity: 0.8;
}

.wrapadv {
    display: flex;
    justify-content: space-around;
    background: #000;
}

.adv300x250 {
    margin: 5px auto;
    text-align: center;
    width: 310px;
    height: 260px;
    /*outline : 2px solid #fff;
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);*/
}

.adv640x360 {
    margin: 5px auto;
    text-align: center;
    width: 645px;
    height: 365px;
    /*outline : 2px solid #fff;
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);*/
}

.adv300x250 img, .adv300x250 a, .adv300x250 div { /*mondeos*/
    z-index: 1 !important;
}

.mondeos {
    width: initial;
    height: initial;
}

.advNextToWrapper {
    text-align: center;
}

.advNextTo {
    display: block;
}

.advBottom {
    width: 80%;
    /*float : left;*/
    margin: auto;
    /*height : 150px;*/
    background-color: rgb(77, 77, 77);
    border: 1px solid rgb(196, 196, 196);
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
}

    .advBottom ul {
        /*padding : 10px;*/
    }

    .advBottom li {
        width: 125px;
        height: 125px;
        float: left;
        padding : 3px;
    }

        .advBottom li:first-child {
            margin-left: 0;
        }

    .advBottom a:first-of-type {
        color: #e6e6e6;
        font-size: 0.8rem;
        display: block;
        /*height: 1.5rem;*/
    }

    .advBottom a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .advBottom ul > li img {
        outline: 1px solid #fff;
    }
/*#endregion*/

/*#region bstr override*/

.bstr {
    font-family: Verdana, 'lucida grande', 'Trebuchet MS', sans-serif;
    font-size: .8rem;
}

    .bstr.pagination > li > a, .bstr.pagination > li > span {
        color: #fff;
        background: #24221d;
        width: 40px;
        line-height: 35px;
        position: relative;
        float: left;
        padding: 0;
        margin-left: -1px;
        text-decoration: none;
    }

        .bstr.pagination > li > a:hover, .bstr.pagination > li > span:hover, .bstr.pagination > li > a:focus, .bstr.pagination > li > span:focus {
            background: #626262;
            color: #fff;
        }

    .bstr.pagination > li:first-child > a, .bstr.pagination > li:first-child > span {
        background: #24221d;
        color: #fff;
        width: 80px;
    }

    .bstr.pagination > .disabled > span, .bstr.pagination > .disabled > span:hover, .bstr.pagination > .disabled > span:focus, .bstr.pagination > .disabled > a, .bstr.pagination > .disabled > a:hover, .bstr.pagination > .disabled > a:focus {
        background: #24221d;
        color: #717171 !important;
        cursor: pointer;
    }

    .bstr.pagination > li:last-child > a, .bstr.pagination > li:last-child > span {
        color: #fff;
        width: 80px;
        background: #347AE8;
		border-radius: 2px;
    }

    .bstr.pagination > .active > a, .bstr.pagination > .active > span, .bstr.pagination > .active > a:hover, .bstr.pagination > .active > span:hover, .bstr.pagination > .active > a:focus, .bstr.pagination > .active > span:focus {
        /*background-color: #ff9600;
    box-shadow: inset 0 0 0px 1px white;
    color : #000;*/
    }

/*#endregion bstr override*/

.underConstruction {
    text-align: center;
    display: block;
    color: #000;
}

.marginWrap {
    margin-top: 20px;
}

/*#region admin*/
.delete-container {
    width: 60%;
    margin: 0 auto;
    color: #e4e4e4;
    padding: 20px 15px;
    background: #222;
    border: 1px solid #a4a4a4;
    /*font-size: .85rem;*/
    position: relative;
    margin-top: 10px;
}

    .delete-container q {
        width: auto;
    }

#deleteUPConfirmBt {
    background-color: #b20000;
    border: 1px solid #fff;
}

.adminProfile {
    border: 1px solid #a4a4a4;
    font-size: 0.85rem;
}

#admin-menu > li {
    float: left;
    width: 25%;
    border-left: 1px solid #1a1a1a;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    line-height: 42px;
    height: 42px;
}

    #admin-menu > li:hover {
        background: rgba(255,255,255,0.3);
        cursor: pointer;
    }

#admin-menu a {
    display: block;
}

.adminPanel {
    color: #000;
    background: #dcdcdc;
    padding: 20px;
}

    .adminPanel input[type=text] {
        padding: 10px;
    }


#blocked-list {
    width: 50%;
    margin: auto;
}

    #blocked-list li {
        text-align: center;
        line-height: 25px;
        box-sizing: border-box;
        display: flex;
    }

        #blocked-list li span {
            width: 50%;
            border-right: 1px solid black;
        }

        #blocked-list li strong {
            width: 50%;
        }

        #blocked-list li:nth-child(even) {
            background: #ccc;
        }

        #blocked-list li strong:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.50);
        }

table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    font-size: 0.75rem;
}

    table a {
        text-decoration: underline;
        color: #000;
        line-height: 15px;
    }

    table tbody tr:nth-child(even) {
        background: #CCC
    }

    table tbody tr:nth-child(odd) {
        background: #f8f8f8
    }

    table thead {
        height: 25px;
        background: #000;
        color: #fff;
    }

    table tr {
        height: 20px;
    }

    table td {
        border: 1px solid #000;
        padding: 5px;
    }

.adminUsers {
    /*width : 90%;
    margin : auto;*/
}

    .adminUsers > li {
        width: 16.66%;
        padding: 10px;
        box-sizing: border-box;
        float: left;
        text-align: center;
    }

.dangerText {
    color: #9a0000;
}

.adminUsers > li:nth-child(1) {
    width: 20%;
}

.adminUsers > li:nth-child(2) {
    width: 10%;
}

.adminUsers > li:nth-child(3) {
    width: 30%;
}

.adminUsers > li:nth-child(4) {
    width: 10%;
}

.adminUsers > li:nth-child(5) {
    width: 10%;
}

.adminUsers > li:nth-child(6) {
    width: 10%;
}

.adminUsers > li:nth-child(7) {
    width: 10%;
}

.adminUsers input[type=checkbox] {
    display: inline-block;
    width: 18px;
    height: 18px;
}

/*#endregion*/

.wrap-user-list {
    height: 80px;
    border-bottom: 1px solid #464646;
    font-size: 0.8rem;
}

.user-list {
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    height: 100%;
    color: #fff;
}

    .user-list > * {
        flex-grow: 1; /*instead width : 33.33%*/
        flex-basis: 0;
    }

    .user-list .user-stats-bt {
        width: 80%;
    }

.wrap-user-list:nth-child(even) {
    background: #222;
}

.user-list a {
    position: relative;
}

    .user-list a > img {
        vertical-align: middle;
        border-radius: 100%;
    }

    .user-list a span {
        left: 60px;
        position: absolute;
        line-height: 50px;
    }

.user-list .user-count-data p {
    margin: 0;
    padding: 1.7px;
}

.avatar-img {
    width: 50px;
    height: 50px;
}

.user-follow {
    width: 80%;
    height: 50px;
}

.yes-follow {
    background-color: #02a505;
    line-height: 50px;
    text-align: center;
}

    .yes-follow:hover {
        background-color: #008903;
    }

    .yes-follow:after {
        content: 'Obserwujesz';
    }

.not-follow {
    background-color: rgb(0,142,211);
    line-height: 50px;
    text-align: center;
}

    .not-follow:hover {
        background-color: rgb(0, 127, 189);
    }

    .not-follow:after {
        content: 'Obserwuj';
    }

.link-myprofile {
    background-color: rgb(0,142,211);
    line-height: 50px;
    text-align: center;
}

    .link-myprofile:after {
        content: 'Mój Profil';
    }

    .yes-follow:hover, .not-follow:hover, .link-myprofile:hover, .user-stats-bt {
        cursor: pointer;
    }


.user-stats-bt {
    background-color: rgb(0,142,211);
    line-height: 50px;
    text-align: center;
}

    .user-stats-bt:hover {
        background-color: rgb(0, 127, 189);
    }

    .user-stats-bt:after {
        content: "Statystyki";
    }

#sort-wrap {
    display: none;
}

.details .nextRight, .details .prevLeft,
.details .nextRight video, .details .prevLeft video,
.details .nextRight img, .details .prevLeft img {
    display: none;
}

.showHideComment > span:hover {
    color: #3079ed;
}

.showHideComment > .fa-comment {
    color: #787878;
    font-size : 1.7rem;
}

.text-blue {
    color: #3079ed !important;
}

.text-normal {
    font-weight: normal;
}

.letter-spacing01 {
    letter-spacing: 0.1rem;
}

.category-wrapper {
    margin: 50px auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    background: #222;
    justify-content: center;
}

    .category-wrapper p {
        width: 200px;
        background: #353535;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        margin: 5px;
        font-size: 0.85rem;
        font-weight: bold;
        text-transform: uppercase;
    }

        .category-wrapper p:hover {
            background: #444444;
        }

.details-footer {
    display: flex;
    justify-content: space-around;
    line-height: 2rem;
    align-items: center;
    background: #2f2f2f
}

    .details-footer > * {
        text-align: center;
    }

.up-vote:hover, .down-vote:hover {
    cursor: pointer;
    color: #3079ed;
    font-size : 1.7rem !important;
}

.up-vote, .down-vote {
    color: #787878;
    font-size: 1.7rem !important;
}

.up-vote-text, .down-vote-text {
    margin-left: 7px;
    font-size: 1.7rem;
    font-family: Verdana;
}

.countComment {
    font-size: 1.7rem;
    color: #787878;
    margin-left: 10px;
    font-family: Verdana;
}

.text-upper {
    text-transform : uppercase;
}

.gallery-reccomented {
    columns: 2 100px;
    column-gap: 10px;
}

    .gallery-reccomented > * {
        background: #191919;
        text-align: center;
        padding-bottom: 2px;
    }

    .gallery-reccomented a {
        display : block;
    }


    .gallery-reccomented video {
        max-width: 100%;
    }

    .gallery-reccomented h3 {
        font-weight: normal;
        font-size: 0.85rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 3px 0 10px 0;
        color: #e6e6e6;
        display : inline-block;
    }

.hrec {
    /* color: #bcc705; */
	color: #347ae8;
    text-align: center;
	font-family:"Roboto", sans-serif;
	font-weight:500;
}

.hrec2 {
    /* color: #bcc705; */
	color: #347ae8;
    text-align: left;
	font-family:"Roboto", sans-serif;
	font-weight:500;
}

.text15 {
    font-size : 1.5rem;
}

#arrow-back {    
    background: #191919;
    color: #6f6f6f;
    padding: 5px 5px 5px 20px;
    line-height: 2rem;
    display : block;
}

    #arrow-back:hover {
        background: #222222;
    }
    /*#region media*/
        @media (min-width: 768px) {
            .user-stats-list li:first-child {
                width: 50%;
                text-align: left;
            }

            .user-stats-list li {
                width: 25%;
                text-align : left;
            }

            .gallery-reccomented {
                columns: 3 100px;
                column-gap: 0.1rem;
            }

            .userInfo-dateAdd {
                display: block;
            }

            .gallery-reccomented {
                width: 80%;
                margin: 0 auto;
            }

            #header-category li {
                width: 20%;
            }

            .container {
                width: 750px;
            }

            #top-info-panel > * {
                width: 33%;
            }

            #sort-wrap {
                display: block;
            }

            .count-category-nr {
                display: inline;
            }

            .details figure img, .details figure video {
                /*outline: 1px solid #fff;
        outline-offset : -1px;*/
            }

            #header-menu {
                display: list-item;
                background: url('../images/menuback.png');
                width: 500px;
            }

            #loginAuthorizedMenu, #loginUnauthorizedMenu {
                display: list-item;
            }

                #loginAuthorizedMenu > li:first-child + li {
                    display: list-item;
                }


            #loginPartialAjax {
                position: absolute;
                float: right;
                top: 0;
                right: 0;
            }

            #loginUnauthorizedMenu > li {
                width: 126px;
                border-right: 1px solid #1a1a1a;
            }

                #loginUnauthorizedMenu > li:first-child {
                    border-left: 1px solid #1a1a1a;
                }

            #loginAuthorizedMenu > li:last-child {
                border-right: 1px solid #1a1a1a;
            }

            #loginAuthorizedMenu > li img {
                height: 50px;
                width: 50px;
                box-shadow: none;
            }

            #loginAuthorizedMenu > li:first-child,
            #loginAuthorizedMenu > li:last-child {
                width: 100px;
            }

                #loginAuthorizedMenu > li:first-child + li {
                    width: 50px;
                }

            #header-sub > div:first-child {
                width: 30%;
            }

            #header-sub > form {
                width: 40%;
            }

            #header-sub > div:last-child {
                width: 30%;
            }

            .header-logo {
                display: block;
            }


            #header-menu > li {
                float: left;
                width: 25%;
                border-left: 1px solid #1a1a1a;
                box-sizing: border-box;
                position: relative;
            }

                #header-menu > li:last-child {
                    border-right: 1px solid #1a1a1a;
                }

            .header-mobile-menu, .header-mobile-bt, .header-mobile-account {
                display: none;
            }

            .header-social > a {
                padding: 12px;
            }

            span.field-validation-error {
                display: inline;
            }

            input[type="email"], input[type="text"], input[type="password"], input[type="file"], select {
                width: 450px;
            }

            #box {
                display: block;
            }

            .choose-option, .list-options {
                width: 450px;
            }

            .details-header-info .commentLink {
                display: block;
            }

            .advNextTo {
                display: inline-block;
            }

            .details figure figcaption {
                /*display : block;*/
            }
        }

        @media (min-width: 992px) {
            .myProfile-content {
                width: 85%;
            }

            .myProfile-menu {
                width: 15%;
            }

            .gallery-reccomented {
                column-count: 3;
                column-gap: 10px;
            }

            .details-header-info, .details-footer, .details #tags {
                background: #000 !important;
            }

            .details {
                background: #000;
            }

            .gallery-reccomented {
                width: 60%;
                margin: 0 auto;
            }

            .details-footer {
                justify-content: flex-start;
            }

                .details-footer > * {
                    flex-basis: 100px;
                }

            .details .rating {
                margin-right: -30px;
                margin-top: -20px;
            }

            .details .nextRight, .details .prevLeft,
            .details .nextRight video, .details .prevLeft video,
            .details .nextRight img, .details .prevLeft img {
                display: block;
            }

            .details .nextRight, .details .prevLeft,
            .details .nextRightAjax, .details .prevLeftAjax {
                height: 130px;
                width: 130px;
            }

                .details .nextRight video, .details .prevLeft video,
                .details .nextRightAjax video, .details .prevLeftAjax video {
                    position: relative;
                    object-fit: fill;
                    height: 130px;
                    width: 130px;
                    border-radius: 100%;
                }

                .details .nextRight img, .details .prevLeft img,
                .details .nextRightAjax img, .details .prevLeftAjax img {
                    height: 130px;
                    width: 130px;
                    border-radius: 100%;
                }

            .container {
                width: 970px;
            }

            #dialogDetails, #dialogAddTags {
                width: 860px;
            }

            #dialogLogin {
                width: 800px;
            }

            #dialog18 {
                width: 860px;
                margin-top: 100px;
            }

            .adminProfile {
                width: 970px;
                margin: 10px auto;
            }

            #header-menu {
                width: 688px;
            }

            #loginUnauthorizedMenu > li {
                width: 141px;
            }

            #loginAuthorizedMenu > li:first-child,
            #loginAuthorizedMenu > li:last-child {
                width: 160px;
            }

            #header-sub > div:first-child {
                width: 20%;
            }

            #header-sub > form {
                width: 60%;
            }

            #header-sub > div:last-child {
                width: 20%;
            }

            #addPhotoVideo:after {
                /*content: "\f093";*/
            }

            #top20:after {
                /*content: "\f091";*/
            }

            .gallery-create {
                width: 860px;
                margin: 20px auto;
            }

                .gallery-create > section {
                    width: 96%;
                    margin: auto;
                }

            .account-container {
                width: 800px;
                margin: 10px auto;
            }

            .user-stats-content, .user-avatar-content, .user-notification-content, .contact-content {
                width: 800px;
                margin: 15px auto;
            }

            .details-wrapper {
                width: 860px;
                background: #fff;
                margin: 0 auto;
                box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.66);
                position: relative;
                box-sizing: border-box;
                margin-top: 10px;
            }

            footer {
                flex-direction: column;
                /*height: 200px;*/
                /*justify-content: center;*/
                margin-top: 30px;
            }

            #footer-contact {
                border-right: 1px solid #282828;
                /*margin: 0 20px;*/
                margin-top: 15px;
                margin-bottom: 50px;
            }

            /*#footer-contact, #footer-description {
        width: 40%;
    }*/

            #footer-description {
                /*margin: initial;*/
            }

            #footer-contact p {
                text-align: left;
            }

            /*#footer-description img {
        display: block;
    }*/

            .contact, .rules, .advert, .cookie, .myProfile, .errorPage {
                margin: 10px auto;
            }

            #dataAddPhotoVideo ul > li {
                float: left;
                width: 33.33333%;
            }

            #dataAddPhotoVideo ul {
                width: 100%;
            }

            #dialogAddPhotoVideo {
                margin-top: 50px;
                width: 880px;
            }

            #header-category li {
                width: 8%;
            }
        }

        @media (min-width: 1200px) {
            .container {
                width: 1170px;
            }

            #header-sub, #header-category {
                /*width: 1170px;
        margin: 0 auto;*/
            }

            header nav {
                width: 1170px;
                margin: 0 auto;
                position: relative;
            }

            .galleryList {
                width: 77%;
                box-sizing: border-box;
                margin: 0 auto;
            }

            #news {
                width: 22%;
                float: right;
                display: block;
                font-family: Verdana, 'lucida grande', 'Trebuchet MS', sans-serif;
                height: 950px;
                overflow: hidden;
                position: relative;
            }

                #news::after {
                    position: absolute;
                    bottom: 0;
                    width: 95%;
                    height: 70px;
                    z-index: 1;
                    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0, 0, 0, 1));
                    content: '';
                }

                #news h2 {
                    background-color: #00b004;
                    line-height: 42px;
                    color: #fff;
                    margin: 0;
                    font-family: 'Exo 2', sans-serif;
                    font-size: 1.2rem;
                }

                #news ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }

                #news li {
                    position: relative;
                    /*border: 1px solid white;*/
                    /*height: 190px;*/
                    height: 130px;
                    box-sizing: border-box;
                    margin-top: 10px;
                    overflow: hidden;
                }

                    #news li:first-child {
                        margin-top: 0;
                    }

            #newsUpBt, #newsDownBt {
                display: block;
            }

            .videoPlayBackground {
                background: url("../images/play.png") no-repeat center center;
            }

            .videoPlay, .videoPlayMobile {
                cursor: zoom-in;
                z-index: 1;
                width: 100%;
                height: 100%;
                position: absolute;
            }

            .videoPlayMobile {
                cursor: pointer;
            }

            #news h3 {
                background: rgba(0, 0, 0, 0.50);
                color: #fff;
                position: absolute;
                bottom: 0;
                padding: 5px;
                margin: 0;
                width: 100%;
                font-size: 0.8rem;
                text-indent: 10px;
                box-sizing: border-box;
            }

            .details {
                overflow: initial;
            }


            /* #endregion media */

        }

        #allowSpacesTags {
    width: 450px;
    height: 38px;
    line-height: 25px;
    padding: 0;
}

.delete-profile {
    cursor: pointer;
    font-weight: bold;
}

    .delete-profile:hover {
        text-decoration: underline;
    }

@media (min-width: 1200px) {
    /*.header-logo-new-desktop {
        flex-basis: 30%;
    }

    .header-search-new-desktop {
        flex-basis: 45% !important;
    }

    .header-mobile-account-new-desktop {
        flex-basis: 25% !important;
    }*/
}

    @media (min-width: 768px) {
        .header-new {
            display : block;
            display: flex !important;
            padding: 10px 0;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 auto;
            width: 90%;
        }

        .header-mobile-new {
            display: none !important;
        }

        .header-search-new-desktop {
            flex-basis: 28%;
        }

        /*.header-logo-new-desktop {
            flex-basis: 30%;
        }

        .header-mobile-account-new-desktop {
            flex-basis: 35%;
        }*/

        .header-logo-new-desktop img {
            width: 230px;
        }

        .header-menu-new-desktop {
            flex-basis: 100%;
            background-color: #252525;
            display: flex;
            justify-content: center;
            padding: 0 15px;
            text-align: center;
            height : 42px;
			margin-top: 2px;
        }

            .header-menu-new-desktop a:hover {
                color: #3079ed;
                transition: all 0.2s;
                border-bottom: 2px solid #3079ed;
            }

            .header-menu-new-desktop a {
                display: block;
                line-height: 40px;
                color: #c1c1c1;
                flex-basis: 300px;
                text-transform: uppercase;
                font-size: 0.95rem;
                letter-spacing: 1px;
                font-weight: bold;
            }

        .header-homepage:before {
            font-family: "FontAwesome";
            content: '\f015';
            margin-right : 5px;
            font-size : 1rem;
        }

        #register {
            background: #3079ED;
            border-radius: 3px;
        }

            #register:hover {
                background: #265774;
				border-radius: 3px;
            }
    }
.header-new {
    display : none;
}
.header-mobile-new {
    display: flex;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
    font-size: 0.85rem;
}

        .header-mobile-new > * {
        }

    .header-mobile-bt-new {
        flex-basis: 10%;
        text-align: center;
        color: #3079ed;
    }

        .header-mobile-bt-new:hover {
            cursor: pointer;
        }

    .header-logo-new {
        flex-basis: 70%;
        text-align: center;
    }

    .header-search-bt-new {
        flex-basis: 10%;
        text-align: center;
    }

        .header-search-bt-new:hover {
            cursor: pointer;
        }

    .header-mobile-account-new-bt {
        flex-basis: 10%;
        text-align: center;
    }

    .header-mobile-account-new-bt {
        cursor: pointer;
    }

    .header-logo-new img {
        max-width: 200px;
        height: 30px;
    }

    .header-sub-new {
        flex-basis: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        display: none;
    }

        .header-sub-new a {
            display: block;
            padding: 10px 0px;
            border-bottom: 1px solid #1f1f1f;
        }

            .header-sub-new a:hover {
                background-color: rgba(97, 97, 97, 0.3);
            }

.header-menu-new {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    line-height: 40px;
    text-align: center;
    height : 42px;
}

        .header-menu-new a {
            display: block;
            padding: 5px;
            flex-basis : 100%;
        }

            .header-menu-new a:hover {
                transition: all 0.2s;
                color: #3079ed;
                border-bottom: 2px solid #3079ed;
            }

    .link-active {
        color: #3079ed;
    }

    .header-search-new {
        display: none;
        padding: 10px;
        flex-basis: 100%;
    }

    .header-mobile-account-new {
        flex-basis: 100%;
    }

.adv-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-wrap : wrap;
}

    .adv-wrapper.top {
        margin: 20px 0;
    }

    .adv-wrapper.down {
        margin: 20px 0;
    }

    .adv-wrapper img {
        max-width: 100% !important;
    }

.new-next-bt {
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* margin: 20px; */
	margin: -8px 0px 20px 0px;
}

    .new-next-bt a {
        background: #347ae8;
        padding: 15px 20px 15px 40px;
        float: left;
        text-align: center;
        text-decoration: none;
        /* font: normal 16px Myriad Pro, Helvetica, Arial, sans-serif; */
		font-family: "Roboto", sans-serif;
		font-weight:400;
        /* text-shadow: 0px 1px 0px #000; */
        color: #e6e2cf;
        position: relative;
        /* text-shadow: 1px 0 0 #000; */      
        min-width: 181px;
        width: auto
    }

        .new-next-bt a::after,
        .new-next-bt a::before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -29px;
            border-top: 29px solid transparent;
            border-bottom: 29px solid transparent;
            border-left: 1em solid;
            right: -1em;
        }

        .new-next-bt a::after {
            z-index: 2;
            border-left-color: #347ae8;
        }
		