@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?41742212');
    src: url('../font/fontello.eot?41742212#iefix') format('embedded-opentype'),
        url('../font/fontello.woff?41742212') format('woff'),
        url('../font/fontello.ttf?41742212') format('truetype'),
        url('../font/fontello.svg?41742212#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    background-color: #46494c;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    height: auto;
}

html {
    overflow-x: hidden;
}

.icon{
    font-family: "fontello";
}

.icon.icon-text {
    font-size: 1.3em;
}

.fa.fa-football-o:before {
    background-image: url('../img/icon-football-o.png');
    background-size: 100%;
    content: " ";
    width: 1.3em;
    height: 1.3em;
    display: inline-block;
    position: relative;
    top: 2px;
}

.fa.fa-football-o.black:before {
    background-image: url('../img/icon-football.png');
}

textarea.cke_source {
    color: #5e5e5e;
}

.disableContentScroll{
    overflow:hidden;
}

#sidr, #sidr .submenu {
    display: none;
}

#sidr li.active .submenu {
    display: block;
}

a, a:hover, a:visited, a:active , a:focus {
    color: #fff;
    text-decoration: none;
}

h1 {
    font-size: 1.4em;
    line-height: 1.8em;
    margin: 0;
}

h2 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0;
}

h3 {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
}

a, a:hover, a:active, a:focus {
    outline: 0;
}

/* SITE CSS FRAMEWORK */
a.navbar-toggle {
    border: 1px solid #fff;
    margin-top: 5px;
    padding: 9px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
    float: left;
}
a.navbar-toggle .icon-bar {
    background-color: #fff;
}

nav {
    display: none;
    position: fixed;
    top: 46px;
    background-color: #e12c2c;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
    border-bottom: 1px solid #cc0000;
}

.navbar-nav {
    margin: 0 -15px;
}

nav a, nav a:hover, nav a:active, nav a:visited, nav a:focus {
    color: #fff;
}

.nav li a:hover, .nav li a:focus {
    background-color: #3b3b3b;
}

#topMenu, #subMenu {
    width: 100%;
    background-color: #cc0000;
    height: 44px;
    z-index:1001;
}

#subMenu {
    background-color: #46494C;
    height: 34px;
}

ul.menu {
    padding: 0;
}

#topLogo {
    display: inline-block;
    padding: 10px 0 10px 0px;
}

#mainMenu {
    padding: 0;
    margin: 0;
}

#mainMenu li, #subMenu li {
    margin: 0 5px 0 0;
    padding: 11px 3px;
    font-size: 14px;
    display: inline-block;
    list-style: none;
}

#subMenu li {
    padding: 4px 2px;
    margin: 0 4px 0 0;
    font-size: 13px;
}

#mainMenu li.dropdown li,
#subMenu li.dropdown li {
    display: block;
    padding: 0;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-collapse.in {
    overflow-y: auto;
    height: 70%;
}
.navbar-collapse ul ul {
    list-style: none;
}

#mainMenu li.dropdown:hover > ul,
#subMenu li.dropdown:hover > ul {
    display: block;
    margin-top: 0;
}

#topContainer {
    padding-top: 78px;
    /*height: 276px;*/
    z-index:999;
    background: rgb(244,244,244); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(230,230,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(230,230,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
}

#topContainer > div.bg{
    background: transparent url('../img/bg-top-container.png') center top no-repeat;
}

#jest_jedna {
    display: inline-block;
    position: relative;
    left: -20px;
}

#wirtualny_menedzer {
    padding: 60px 0 0;
    display: inline-block;
    position: relative;
    left: -20px;
}

#przywitanie {
    padding: 17px 0 0;
    display: inline-block;
}

.headCont {
    padding: 36px 0 0;
}

.headline {
    border-bottom: 1px solid #cc0000;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.headline span,
.headline h1,
.headline h2 {
    display: inline-block;
    background-color: #cc0000;
    padding: 0px 23px;
    font-weight: 300;
    font-size: 1.33em;
    height: 40px;
    line-height: 42px;
}

.headline.black {
    border-bottom: 1px solid #000000;
}

.headline.black span{
    background-color: #000000;
    color: #DAA520;
}

.homepage .headline span{
    padding: 0 16px !important;
}

.sidebar .headline span{
    padding: 0 25px !important;
}

.headline-cont {
    background-color: #35383c;
    padding: 17px 0px;
}

.colored.headline-cont {
    background-color: #3C3C3C;
}

#topTotem {
    width: 100%;
    background-color: white;
    padding: 20px 0;
}

.totemCont p {
    margin: 0;
}

#topTotem img, #totemRight img{
    max-width: 100%;
}

.totemCont img.img-responsive{
    margin: 0px auto;
}

#contentContainer {
    padding: 40px 0 10px;
    word-wrap: break-word;
}

#contentContainer table {
    background-color: #46494c;
}

#contentContainer table td{
    padding: 3px;
}

.bestTable {
    width: 100%;
}

.bestTable tr:first-child{
    border-top: 1px solid #A1A1A2;
    border-bottom: 1px solid #A1A1A2;
}

.bestTable tr:last-child{
    border-bottom: 1px solid #A1A1A2;
}

.bestTable tr:nth-child(even){
    background-color: #46494c;
}
.bestTable tr:nth-child(odd){
    background-color: #3d4146;
}

.bestTable th, .bestTable td{
    padding: 3px;
}
.bestTable th{
    padding: 3px;
}
.bestTable td{
    font-weight: 300;
}

.tileCont {
    height: 200px;
    position: relative;
    background-size: cover;
    transition: background 0.5s linear;
    background-position: center center;
    cursor: pointer;
}

.tileCont div.bg {
    transition: background 0.2s linear;
    background-color: rgba(70, 73, 76, .5);
    height: inherit;
}

h2.tileHead {
    width: 100%;
    padding: 10px;
    text-shadow: 1px 0px 3px rgba(0, 0, 0, 1);
    background-color: rgba(70, 73, 76, .5);

}

.tileContent {
    padding: 10px;
    text-shadow: 1px 0px 3px rgba(0, 0, 0, 1);
}

.tileFooter {
    position: absolute;
    bottom: 0px;
    height: 30px;
    padding: 5px;
    width: 100%;
    font-size: 0.8em;
    text-shadow: 1px 0px 3px rgba(0, 0, 0, 1);
    background-color: rgba(70, 73, 76, .5);
}

.tile-link > span {
    color: black;
    background-color: #cccccc;
    line-height: 16px;
}

.tile-link > span > span {
    display: flex;
    justify-content: start;
    align-items: center;
}

.tile-link > span:hover {
    background-color: #989898 !important;
}

.tile-link .profile-color {
    color: black !important;
    font-weight: bold;
}

.tile-link .logo img {
    max-width: 30px !important;
    width: auto !important;
    max-height: 35px !important;
}

.imgTeam {
    margin: 0 10px 10px 0;
    width: 15%;
    max-width: 200px;
    float: left;

}

.imgTeam-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19%;
    width: 1px;
    background: #A1A1A2;
}

.imgTeam.blocked {
    margin-right: 20px;
    padding: 20px 20px 20px 0;
    margin-bottom: 0;
    width: 18%;
}

.imgTeam.blocked + div {
    padding: 20px;
    float: left;
    width: 50%;
}

.imgTeam.blocked + div + div {
    padding: 20px 0 20px 20px;
    float: right;
    border-left: 1px solid #A1A1A2;
}

.coolContent {
    background: transparent url('../img/bg-cc.jpg') repeat-y;
    background-position: 50% -125px;
    /*height: 200px;*/
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.coolheader {
    margin: 1em 0 2em;
    position: relative;
    top: calc(50% - 34px);
    /*left: calc(50% - 200px);*/
    width: 400px;
}

.ccContainer {
    min-height: 160px;
    position: relative;
    transition: background 0.5s linear;
}

#bottomContainer {
    background-color: #626466;
    min-height: 50px;
}

#bottomContainer ul, #copyrightContainer ul {
    margin: 0;
}

#bottomContainer li, #copyrightContainer li {
    font-size: 0.93em;
    font-weight: 300;
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}

#copyrightContainer li {
    font-size: 0.8em;
}

#copyrightContainer li:first-of-type {
    padding-left: 5px;
}

#bottomContainer li.sep, #copyrightContainer li.sep{
    padding: 0 !important;
}

#socialsBottom {
    padding: 7px 0 0;
}

.new-button {
    position: relative;
    left: -81px;
}

.sidr input[type="button"], .sidr input[type="submit"] {
    background: #ee0000 none repeat scroll 0 0;
    color: #fff;
    height: 25px;
    margin-top: 5px;
    margin-left: 5px;
}
.sidr input[type="button"]:hover, .sidr input[type="submit"]:hover {
    background: #ee0000 none repeat scroll 0 0;
    color: #fff;
}

.sidr input.search-keyword, .sidr input[type=text] {
    height: 25px;
    float: left;
    width: 180px;
    margin-top: 5px;
    border: 1px solid #5e5e5e;
    color: #ccc !important;
    line-height: 22px;
}

#sidr ul li:first-child {
    border: 0;
}
#sidr ul li:first-child:hover {
    box-shadow: none;
}
#sidr li i {
    min-width: 20px;
    text-align: center;
}

#searchCont {
    max-height: 20px;
}

#searchInputContainer {
    float: left;
    position: absolute;
    top: 34px;
    left: -5px;
    background-color: #46494C;
    padding: 10px;
}

#searchInputContainer input{
    max-height: 25px;
    width: 250px;
    font-weight: 300;
    font-size: 13px;
    padding: 2px;
}

.folder-main {
    color: #ffff99;
}

.folder-normal {
    color: #ffffcc;
}

#topLogoParent h1 {
    font-size: 1rem;
    line-height: 6px;
    padding-top: 8px;
    /*display: inline;*/
}

.players .input-group-addon {
    cursor: pointer;
}

.players-letters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.players-letters .dummy {
    margin-top: 100%;
}

.player-letter {
    width: 15%;
    background: #cd0000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
    font-size: 30px;
    text-transform: uppercase;
}

.player-letter:hover {
    background: #595b5f;
}

@media (max-width: 350px) {
    .player-letter {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .player-letter {
        width: 20%;
    }
}

/* MEDIA CLASSES */
@media (max-width: 1280px) {

    #wirtualny_menedzer {
        padding: 30px 0 0;
    }

    #topMenu .container {
        width: 100%;
        font-size: 0.9em;
        padding: 0 !important;
    }

    .headCont {
        padding: 30px 0 0;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    #topMenu .container > .col-xs-9 {
        padding: 0 !important;
    }

    #topMenu .container > .col-xs-3 {
        padding: 0 !important;
        padding-right: 5px !important;
    }

    #topLogoParent {
        text-align: center;
    }

    #bottomContainer .container, #copyrightContainer .container, #users-online {
        width: 100%;
    }
}

@media (max-width: 973px) {
    #bottomMenu li, #copyrightContainer li {
        font-size: 0.8em;
        padding: 0 5px;
    }
}

@media (max-width: 813px) {
    #bottomMenu li, #copyrightContainer li {
        font-size: 0.7em;
        padding: 0 5px;
    }
}

@media (max-width: 1082px) {

    #topMenu .container {
        font-size: 0.8em;
    }
}

@media (max-width: 1160px) {
    #mainMenu li, #subMenu li {
        font-size: 13px;
    }

    #subMenu li {
        font-size: 12px;
    }
}

@media (max-width: 1100px) {
    #mainMenu li, #subMenu li {
        /*margin: 0 6px 0 0;*/
        /*padding: 11px 3px;*/
        font-size: 12px;
    }

    #subMenu li {
        font-size: 11px;
        padding-top: 6px;
    }
}

@media (max-width: 1038px) {
    #mainMenu li, #subMenu li {
        /*margin: 0 6px 0 0;*/
        /*padding: 11px 3px;*/
        font-size: 11px;
    }
}

@media (max-width: 975px) {
    #mainMenu li, #subMenu li {
        /*margin: 0 6px 0 0;*/
        /*padding: 11px 3px;*/
        font-size: 10px;
    }
}

@media (max-width: 982px) {
    #topMenu .container {
        font-size: 0.7em;
    }
}

@media (max-width: 915px) {
    #mainMenu li {
        margin: 0 3px 0 0;
    }

    #mainMenu li, #subMenu li {
        /*margin: 0 6px 0 0;*/
        /*padding: 11px 3px;*/
        font-size: 10px;
    }

    #subMenu li {
        font-size: 9px;
    }
}

@media (max-width: 900px) {
    /*#mainMenu li {*/
        /*font-size: 9px;*/
    /*}*/

    #mainMenu li, #subMenu li {
        margin: 0;
    }

    li.coolcorner-menu {
        right: -5px;
    }
}

@media (max-width: 875px) {
    #mainMenu li {
        padding: 11px 2px;
        font-size: 9px;
    }
}

@media (max-width: 800px) {
    #mainMenu li {
        font-size: 8px;
    }
}

@media (max-width: 991px) {
    .new-button {
        left: -77px;
    }
}

@media (min-width: 992px) {
    .new-button {
        left: -80px;
    }
}

@media (max-width: 992px) {
    .headline span {
        padding: 0 22px;
    }

    #contentContainer {
        font-size: 0.8em;
        line-height: 1.2em;
    }

    #xs_sm_wirtualny_menedzer {
        padding-top: 10px;
        text-align: center;
        width: 100%;
    }

    .box-user {
        line-height: 1.45em;
    }

    .box-user .like-pager span {
        display: none;
    }
}

@media (max-width: 796px) {

    #topMenu .container {
        font-size: 0.65em;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    #img_mahdi {
        max-width: 77%;
        margin: 0 auto;
    }
}

@media (max-width: 783px) {
    #subMenu li {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    #topContainer {
        padding-top: 46px;
    }

    .xs-marginTop10px {
        margin-top: 10px;
    }
    #bottomMenu {
        padding: 15px 0 15px;
    }
    #bottomMenu li {
        padding: 0 5px;
    }

    #bottomMenu, #copyrightContainer .container > div {
        float: none !important;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .headCont {
        font-size: 0.9em;
    }
    #bottomMenu li {
        font-size: 0.7em;
    }

    .user-block {
        width: 100%;
    }

    #users > .row > a .user-block {
        border-left: 1px solid grey;
    }

    #users .row > a:nth-child(2) .listBox {
        background-color: #3F4143;
    }
}

@media (min-width: 501px) {
    #users .row > a:first-child .listBox {
        background-color: #3F4143;
    }

    #users .row:nth-of-type(2n) > a:first-child .listBox {
        background-color: transparent;
    }

    #users .row:nth-of-type(2n) > a:last-child .listBox {
        background-color: #3F4143;
    }
}

@media (max-width: 300px) {
    body {
        overflow-x: scroll;
    }

    div#root, #topMenu, #bottomContainer, #users-online {
        width: 300px;
    }
}


/* UNIVERSAL CLASSES */

.cursorPointer {
    cursor: pointer;
}

.margin0 {
    margin: 0 !important;
}

.marginTop3px {
    margin-top: 3px;
}

.marginTop5px {
    margin-top: 5px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginTop20px {
    margin-top: 20px;
}

.marginTop30px {
    margin-top: 30px;
}

.marginBottom0 {
    margin-bottom: 0 !important;
}

.marginBottom10px {
    margin-bottom: 10px;
}

.marginBottom20px {
    margin-bottom: 20px;
}

.marginLeft25px {
    margin-left: 25px;
}

.marginRight10px {
    margin-right: 10px !important;
}

.padding0 {
    padding: 0;
}

.padding5px {
    padding: 5px;
}

.padding10px {
    padding: 10px;
}

.padding0px10px {
    padding: 0 10px;
}

.padding10px0 {
    padding: 10px 0;
}

.padding5px0 {
    padding: 5px 0;
}

.padding0px5px {
    padding: 0px 5px;
}

.paddingTop0 {
    padding-top: 0px !important;
}

.paddingTop5px {
    padding-top: 5px;
}

.paddingTop7px {
    padding-top: 7px;
}

.paddingTop10px {
    padding-top: 10px;
}

.paddingTop15px {
    padding-top: 15px;
}

.paddingTop20px {
    padding-top: 20px;
}

.paddingBottom0 {
    padding-bottom: 0px;
}

.paddingBottom10px {
    padding-bottom: 10px;
}

.paddingBottom20px {
    padding-bottom: 20px;
}

.paddingLeft0 {
    padding-left: 0 !important;
}

.paddingLeft10px {
    padding-left: 10px;
}

.paddingRight10px {
    padding-right: 10px;
}

.paddingRight20px {
    padding-right: 20px;
}

.strong, .bold, strong, bold, .fw600 {
    font-weight: 600;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw700 {
    font-weight: 700;
}

.fs2em {
    font-size: 2em;
}

.fs3em {
    font-size: 3em;
}

.fs1-6em {
    font-size: 1.6em !important;
}

.fs1-4em {
    font-size: 1.4em !important;
}

.fs1-3em {
    font-size: 1.3em !important;
}

.fs1-13em {
    font-size: 1.13em !important;
}

.fs1-06em {
    font-size: 1.06em !important;
}

.fs1em {
    font-size: 1em !important;
}

.fs0-94em {
    font-size: 0.94em !important;
}

.fs0-86em {
    font-size: 0.86em !important;
    line-height: 1em;
}

.fs0-8em {
    font-size: 0.8em !important;
    line-height: 1em;
}

.fs0-5em {
    font-size: 0.5em !important;
    line-height: 0.8em;
}

.lh1-8em {
    line-height: 1.8em;
}

.lh-15px {
    line-height: 15px;
}

.maxWidth120px {
    max-width: 120px;
}

.italic {
    font-style: italic;
}

.colorBlack, .colorBlack:hover, .colorBlack:active  {
    color: black !important;
}

.colorWhite, .colorWhite:hover, .colorWhite:active {
    color: white !important;
}
.colorRed, .colorRed:hover, .colorRed:active {
    color: #cc0000 !important;
}

.color-purple {
    color: purple !important;
}

.color-violet {
    color: violet !important;
}

.color-plum {
    color: plum;
}

.borderBottom1pxLightGray {
    border-bottom: 1px solid #a1a1a2;
}

.borderTopBottom1pxLightGray {
    border-top: 1px solid #a1a1a2;
    border-bottom: 1px solid #a1a1a2;
}

.colored.borderTopBottom1pxLightGray{
    border-top: 3px double #5d5d5d;
    border-bottom: 3px double #5d5d5d;
}

.colored.headline-cont .imgTeam-block {
    background: transparent;
    border-left: 3px double #5d5d5d;
}

.colored.headline-cont .imgTeam.blocked + div + div {
    border-left: 3px double #5d5d5d;
}

.noDecoration {
    text-decoration: none !important;
}

.clearBoth {
    clear: both;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.positionRelative {
    position: relative;
}

.heightInherit {
    height: inherit !important;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.displayInlineBlock {
    display: inline-block;
}

.w100 {
    width: 100%;
}

.fw300 {
    font-weight: 300;
}

.pager .btn-pager, .like-pager,  .like-pager:hover,  .like-pager:active,  .like-pager:visited,  .like-pager:focus {
    background-color: #595b5f;
    color: white;
    border-radius: 0;
    margin-right: 10px;
    box-shadow: none;
    padding: 9px 12px;
    font-weight: 500;
    font-size: 1.29em;
    line-height: 1em;
}

.like-pager, .like-pager:hover, .like-pager:active, .like-pager:visited, .like-pager:focus {
    margin-right: 0;
}

.pager .active, .like-pager.like-pager-active {
    background-color: #cc0000;
}

.like-pager.like-pager-active:hover,
.like-pager.like-pager-active:active,
.like-pager.like-pager-active:focus {
    background-color: #595b5f;
}

.pager .btn-next, .pager .btn-prev,.pager .btn-first, .pager .btn-last {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.29em;
}

.comment-cntent a, .file {
    color: #ccc !important;
}

.comment-selected {
    background-color: #54575A;
}

.comment-content blockquote {
    border: 1px solid #A1A1A2;
    font-size: 15px;
    padding: 10px;
    margin: 0;
}

.comment-content blockquote small {
    background-color: #46494C;
    padding: 8px 10px;
    color: white;
    margin: -10px -10px 5px -10px;
}

.comment-content blockquote small::before {
    content: "";
}

small + br:first-of-type {
    display: none;
}

#team .member {
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}

#team .member:last-child {
    border-bottom: none;
}

#team .member > div:not(.avatar) {
    padding: 10px 0;
}

#team .member .avatar img {
    width: 100px;
}

#team .member .name a {
    color: #00FFFF
}

@media (min-width: 768px) {
    .col-sm-2-5 {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .profile-gender .checkbox {
        padding-top: 0 !important;
    }

    .avatar-info small {
        position: relative !important;
        bottom: 0 !important;
    }
}

#profile .color, .profile-color {
    color: #ccc !important;
}

#contentContainer table.profileStats {
    margin: 1em 0;
    width: 100%;
    background-color: transparent;
}
#contentContainer table.profileStats tr:first-child{
    background-color: transparent !important;
}
#contentContainer table.profileStats tr:nth-child(even){
    background-color: #46494c;
}
#contentContainer table.profileStats tr:nth-child(odd){
    background-color: #3d4146;
}
#contentContainer table.profileStats tr:first-child th .headline{
    font-size: 0.7em;
    height: 30px;
    line-height: 30px;
}
#contentContainer table.profileStats tr:first-child th span{
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
}

#contentContainer table.profileStats td, table#contentContainer .profileStats th {

    padding: 3px;
}
#contentContainer table.profileStats tr td:first-child {
    padding-left: 7px;
    width: 22px;
    text-align: center;
}
#contentContainer table.profileStats tr td:nth-child(3) {
    font-weight: 200;
    width: 125px;
    text-align: right;
    padding-left: 0;
}

.profile-bidrtdate select {
    float: left;
    padding: 3px;
    margin-right: 5px;
}

.profile-bidrtdate select[name='birthday'] {
    width: 55px;
}

.profile-bidrtdate select[name='birthmonth'] {
    width: 120px;
}

.profile-bidrtdate select[name='birthyear'] {
    width: 70px;
}

form .avatar {
    max-width: 100px !important;
    max-height: 100px !important;
    margin-bottom: 10px;
}

.avatar img {
    max-width: 100px !important;
    max-height: 100px !important;
    width: auto;
    height: auto;
}

#profile .avatar img {
    max-width: 100% !important;
    max-height: 200px !important;
    width: auto;
    height: auto;
}

.avatar-info small {
    position: absolute;
    bottom: -35px;
}

#users > .row:first-child {
    border-top: 1px solid grey;
}

#users > .row > a:first-child .user-block {
    border-left: 1px solid grey;
}

#users .user-block {
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.user-box {
    border: 1px solid grey;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.user-box p {
    line-height: 18px;
    margin: 0 0 5px;
}

.width130px {
    width: 130px;
}

.user-block .status {
    margin-left: -3px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.col-sm-9.col-xs-12.xs-marginTop10px hr + p {
    top: 3px;
    position: relative;
}

.col-sm-9.col-xs-12.xs-marginTop10px .content-flex .user-box {
    min-width: 150px;
}

/*.col-sm-9.col-xs-12.xs-marginTop10px .content-flex {*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
/*}*/

/*.col-sm-9.col-xs-12.xs-marginTop10px .content-flex > *:not(div):not(:empty),*/
/*.col-sm-9.col-xs-12.xs-marginTop10px .content-flex > hr,*/
/*.col-sm-9.col-xs-12.xs-marginTop10px .content-flex > br {*/
    /*width: 100%;*/
/*}*/

/*.col-sm-9.col-xs-12.xs-marginTop10px .content-flex > img + *,*/
/*.col-sm-9.col-xs-12.xs-marginTop10px .content-flex br {*/
    /*content: " ";*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 10px;*/
/*}*/

.no-break {
    white-space: pre;
}

.user-block {
    padding-bottom: 15px;
    padding-top: 15px;
}

.pagination li a {
    background-color: #cc0000 !important;
    color: white;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: white;
    background-color: #AB0000 !important;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: white;
    background-color: #595b5f !important;
    border: 1px solid #ddd;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: white;
    background-color: #cc0000 !important;
    border: 1px solid #ddd;
}

.breadcrumb {
    background-color: initial;
    margin-top: -20px;
}

.breadcrumb>li+li:before {
    content: "\00BB\00a0";
}

.breadcrumb>.active>a {
    color: #777;
}

.scrollup {
    width: 40px;
    height: 38px;
    background-color: #C00;
    padding: 11px 7px;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 0;
    display: none;
}

.sidebar .comment-username {
    color: #b5ff00;
}

.listBox {
    cursor: pointer;
    display: block;
}

.listBox:hover {
    background-color: #48494A !important;
}

.listBox > span {
    display: block;
}

.listBox .col-xs-11 {
    width: 85%;
}

.allBoxes .logo, .boxes .logo {
    width: 30px;
    padding: 0;
}

.allBoxes .firstBox .logo {
    width: 40px;
}

.allBoxes .profile {
    position: relative;
}

.headline-cont table {
    width: 100% !important;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.rating-positive, .rating-negative, .content-additional-info {
    color: #A2A2A2;
}

#comments {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.comment-tag {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#comments-box .comment-rating-negative {
    border-bottom: 1px solid #09aef5;
}

#comments-box .comment-rating-negative-top {
    border-top: 1px solid #09aef5;
}

#comments-box .comment-rating-negative .rating span, .rating-negative span {
    color: #09aef5;
    font-weight: 600;
}

#comments-box .comment-rating-positive {
    border-bottom: 1px solid gold;
}

#comments-box .comment-rating-positive-top {
    border-top: 1px solid gold;
}

#comments-box .comment-rating-positive .rating span, .rating-positive span {
    color: gold;
    font-weight: 600;
}

#sitemap ul {
    list-style: none;
    padding: 0;
}

#sitemap ul > li {
    padding: 6px;
}

#sitemap ul > li > a {
    font-size: 1.5em;
}

#sitemap ul ul {
    padding-left: 40px;
}

.color-gold {
    color: gold;
}

#users-online {
    color: #777;
    padding-bottom: 10px
}

.like-pager.xs {
    font-size: 0.6em;
    padding: 4px 5px;
}

.like-pager.sm {
    font-size: 1em;
    padding: 4px 8px;
}

.like-pager.md {
    font-size: 1em;
    padding: 6px 10px;
}

.box-user input.folder-name {
    height: 1.6em;
    margin-top: 1px;
    color: black;
}

.box-user .folders {
    padding-left: 16px;
}

.box-user .remove-folder,
.box-user .move-folder,
.box-user .edit-folder {
    display: none;
}

.box-user .folder-item {
    font-size: 0.85em;
    font-weight: 300;
}

.box-user .folder-item:hover .remove-folder,
.box-user .folder-item:hover .move-folder,
.box-user .folder-item:hover .edit-folder {
    display: inline-block;
}

.select2-container {
    color: black;
}

.cool-button {
    margin-bottom: 3em;
    display: inline-block;
}

#galeria-slawy .colored {
    background-color: #46494c;
    color: rgb(175, 238, 238);
    text-align: center;
    padding: 3px;
    border: 1px solid #9ea1a6;
    margin-bottom: 10px;
}

#galeria-slawy .colored .darken {
    color: rgb(0, 255, 255);
}

#galeria-slawy .colored.typer {
    color: rgb(255, 255, 204);
}

#galeria-slawy .colored.typer .darken {
    color: rgb(255, 255, 100);
}

.social-buttons-div {
    display: flex;
    flex-wrap: wrap;
}

a.loginBtn {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}

.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    border: none;
    text-align: left;
    line-height: 28px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 13px;
    min-width: 110px;
    color: #FFF;
    padding: 5px 10px;
    background-color: #cc0000;
}

.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
    padding: 5px 10px 5px 38px;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    background-size: 20px 20px !important;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
}
.loginBtn--facebook:before {
    background: url(../img/icon_facebook.png) 7px 9px no-repeat;
}
.loginBtn--google {
    background: #DD4B39;
    padding: 5px 10px 5px 38px;
}
.loginBtn--google:before {
    background: url(../img/icon_google.png) 7px 9px no-repeat;
}
.loginBtn--email {
    padding: 5px 10px 5px 52px;
}
.loginBtn--email:before {
    background: url(../img/envelope.png) 7px 9px no-repeat;
}

.login-buttons {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.login-buttons .loginBtn {
    text-align: center;
}

.login-buttons .loginBtn:not(.w-initial) {
    padding: 5px 10px 5px 20px;
    width: 100%;
}

hr.gray {
    border-top: 1px solid #a1a1a2;
}

.mw-75 {
    min-width: 75px;
}

.w-100 {
    width: 100%;
}

.text-center-i {
    text-align: center !important;
}

@media (max-width: 350px) {
    #comments-box .col-xs-4 {
        width: 40%;
    }

    #comments-box .col-xs-8 {
        width: 60%;
    }
}

@media (max-width: 767px) {
    #contentContainer {
        padding: 20px 0 10px;
        margin: 0px 5px;
    }

    #contentContainer.homepage h1 {
        margin-top: 20px;
    }

    .allBoxes .profile {
        right: 0px;
    }

    #sitemap ul > li {
        padding: 5px;
    }

    #sitemap ul > li > a {
        font-size: 1.3em;
    }

    #sitemap ul ul {
        padding-left: 25px;
    }

    #topLogo {
        padding: 13px 0 10px 0px;
    }

    .breadcrumb {
        margin-top: -15px;
        padding: 8px 2px;
        margin-bottom: 0px;
    }

    .container {
        padding-left: 2px;
        padding-right: 2px;
    }

    .container > div {
        padding-left: 2px;
        padding-right: 2px;
    }

    .container > div > .row {
        margin: 0px -9px;
    }

    .xs-margin0 {
        margin: 0 !important;
    }

    .xs-marginTop0 {
        margin-top: 0 !important;
    }

    .xs-padding0 {
        padding: 0 !important;
    }

    .xs-paddingSides7px {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .xs-paddingSides0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .allBoxes .firstBox .logo {
        width: 30px;
    }
}

@media (max-width: 1280px) {
    #coolcornerbutton {
        position: relative;
        right: -6px;
    }
}

@media (min-width: 128px) {
    .allBoxes .profile {
        right: -10px;
    }
}

@media (min-width: 992px) {
    .allBoxes .profile {
        right: -20px;
    }
}

@media (min-width: 1280px) {
    .allBoxes .profile {
        right: -40px;
    }
}
