#brd_inne {
    margin-top: 0;
    padding-top: 10px;
}

#content-header {
    max-width: 1050px
}

#search-header {
    display: none;
    margin: 0;
}

#search-header > h1 {
    font-family: 'Roboto Light', sans-serif;
    font-size: 38px;
    line-height: 38px;
    color: #666;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 35px;
}

#search-header > h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

#header-search-span {
    white-space: nowrap;
}

#register {
    font-family: 'Roboto', sans-serif;
    color: #666;
    display: none;
}

#register-container {
    padding: 24px;
}

#register-container > span:first-child {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 26px;
}

#LoadingInfo {
    display: block;
    margin: 14px 0;
}

.form-separator {
    height: 1px;
    width: 100%;
    max-width: 252px;
    margin: 26px auto 14px;
    position: relative;
}

.form-separator-left,
.form-separator-right {
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #A7A7A7;
    width: calc(50% - 20px);
}

.form-separator-left {
    left: 0;
}

.form-separator-right {
    right: 0;
}

.form-separator-label {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    text-align: center;
    color: #A7A7A7;
    line-height: 22px;
}

#register-container > label {
    display: block;
    font-size: 13px;
    line-height: 29px;
    text-align: left;
    margin-top: 8px;
}

#register-container > input {
    display: block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    max-width: 252px;
    height: 38px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #A9A9A9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#register-container > input[type="submit"] {
    color: #FFF;
    height: 42px;
    padding: 0;
    margin-top: 20px;
    border: none;
    background-color: #3FA4CF;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#register-container > input:not([type="submit"]):hover {
    border-color: #38A0CD;
}

#register-container > input:not([type="submit"]):focus {
    -webkit-box-shadow: 0 0 0 1px #38A0CD;
    -moz-box-shadow: 0 0 0 1px #38A0CD;
    box-shadow: 0 0 0 1px #38A0CD;
}

#register-container > input[type="submit"]:hover {
    background: #3395C5;
    background: -webkit-linear-gradient(#41A1CD, #3395C5);
    background: -o-linear-gradient(#41A1CD, #3395C5);
    background: -moz-linear-gradient(#41A1CD, #3395C5);
    background: linear-gradient(#41A1CD, #3395C5);
}

.galcolumn #register {
    display: block;
}

#search-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 20px auto;
    *zoom: 1;
    z-index: 1;
    position: relative;
}

.search-control {
    float: left;
    margin: 0 15px;
}

.navi-slider-wiek {
    margin-top: 4px;
}

#Wiek-label1 {
    font-family: 'Roboto Medium', sans-serif;
    font-size: 14px;
    line-height: 29px;
    text-align: right;
    min-width: 20px;
    max-width: 22px;
}

#content-filter-gender-choice {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 1, 0.25);
}

#Wiek-label2 {
    font-family: 'Roboto Medium', sans-serif;
    font-size: 14px;
    line-height: 29px;
    text-align: left;
}

#menu-search .menu-indicator {
    display: block;
}

#menu li#menu-search .menu-item {
    -webkit-transition: opacity 10ms ease-in;
}

#menu li#menu-search .menu-item-text {
    -webkit-transition: opacity 10ms ease-in;
}

.slider-range-overlay-wiek {
    margin: 0 15px;
    display: inline-block;
    width: 155px;
    padding-bottom: 2px;
}

.slider-range-label-wiek {
    display: inline-block;
}

.input_form {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #666666;
    width: 170px;
    height: 35px;
    margin-top: 5px;
    padding: 0 10px;
    outline: none;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #B1B1B1;
    -moz-box-shadow: 0 0 0 1px #B1B1B1;
    box-shadow: 0 0 0 1px #B1B1B1;
}

.input_form:hover, .input_form:focus {
    -webkit-box-shadow: 0 0 0 2px #38A0CD;
    -moz-box-shadow: 0 0 0 2px #38A0CD;
    box-shadow: 0 0 0 2px #38A0CD;
}

#search_wzrost, #search_imie, #search_surname, #search_login , #search_odleglosc, #search_school{
    display: none;
    width: 170px
}

.search-option-label {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 27px;
    color: #666666;
    margin-top: 5px
}

.search_wzrost_container {
    height: 30px;
    margin-bottom: 8px;
}

.search_wzrost_container .search-option-label {
    width: 20px;
    height: 27px;
    margin-right: 15px;
    float: left;
    line-height: 27px;
}

#wzrost_od, #wzrost_do {
    width: 140px;
    height: 27px;
    float: left;
    line-height: 27px;
}

/*custom form elements*/
input.hidden[type="checkbox"],
input.hidden[type="radio"] {
    display: none;
}

.option-fields {
    position: relative;
    width: 175px;
    clear: both;
}

.option-fields.imie, .option-fields.surname, .option-fields.login {
    padding-top: 5px;
}

.option-fields div.checkpool {
    margin-bottom: 8px;
}

.option-fields div.checkpool:hover label {
    color: #38A0CD;
}

.option-fields div.checkpool span, label {
    cursor: pointer;
}

#register label {
    cursor: initial;
}

.option-fields label {
    margin-left: 8px;
}

#search-result-placeholder_box {
    overflow: hidden;
    position: relative;
}

#search-result-placeholder {
    width: 102%;
}

.search-result {
    float: left;
    margin: 3px 5px 3px 0;
    padding: 5px 3px;
    width: 300px;
    background-color: #fff;
}

#slider {
    width: 284px;
}

.search-pages {
    text-align: center;
    display: table;
    margin: auto;
}

.table-separator {
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 1) 15%, rgba(238, 238, 238, 1) 85%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(15%, rgba(238, 238, 238, 1)), color-stop(85%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 1) 15%, rgba(238, 238, 238, 1) 85%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 1) 15%, rgba(238, 238, 238, 1) 85%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 1) 15%, rgba(238, 238, 238, 1) 85%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 1) 15%, rgba(238, 238, 238, 1) 85%, rgba(255, 255, 255, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
    margin: 4px 0px;
    width: 100%;
    -webkit-transition: width 500ms linear;
    -moz-transition: width 500ms linear;
    -o-transition: width 500ms linear;
}

.message {
    background-position: -34px -5px;
    width: 26px;
    height: 15px;
    display: inline-block;
    float: left;
    margin-top: 3px;
}

.wyrozniona-bottom-box-bar {
    z-index: 999;
    background-image: url('/img/wstazki_szukaj.png');
    position: absolute;
    width: 70px;
    height: 70px;
    margin-top: -3px;
    margin-left: -4px;
    display: inline-block;
}

.wyrozniona-bottom-box-bar-m {
    background-position: -70px 0;
}

.kw_color {
    border-style: solid;
    border-width: 1px;
    width: 23px;
    height: 23px;
    float: left;
    cursor: pointer;
    margin-right: 8px;
    background-color: #fff
}

.bw_color {
    left: 3px;
    top: 3px;
    position: relative;
    width: 17px;
    height: 17px;
}

.bw_frame {
    border: 1px solid
}

.moneta {
    float: none;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

#search-result-info {
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
}

#search-result-info-label {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 29px;
}

#search-loading-image {
    display: none;
    position: absolute;
    margin-top: 2px;
    margin-left: 10px;
}

#search-result-placeholder_box .big-infobox {
    z-index: 0;
}

#slider .ui-slider-range {
    background-position: -368px -171px;
}

#slider-holder .slider-range {
    background-position: -368px -181px;
}

#slider-holder .ui-slider-handle {
    background-position: -263px -171px;
    width: 18px;
    height: 25px;
}

#slider-holder .ui-slider-handle:hover {
    background-position: -263px -198px
}

#slider-places-container {
    position: relative;
}

#slider-places-scale {
    background-position: -368px -163px;
    height: 5px;
    width: 284px;
    position: absolute;
    top: -8px;
}

#search-results {
    padding-left: 0px;
    padding-right: 0px;
    overflow: visible;
}

#search-results.shadow-box {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#navi-button-option-more {
    position: relative;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    background-color: #FFFFFF;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.25);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.25);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.25);
    -moz-transition: -moz-box-shadow 100ms linear;
    -webkit-transition: -webkit-box-shadow 100ms linear;
    transition: box-shadow 100ms linear;
    cursor: pointer;
}

#navi-button-option-more:hover {
    -webkit-box-shadow: 0 0 0 2px #38A0CD;
    -moz-box-shadow: 0 0 0 2px #38A0CD;
    box-shadow: 0 0 0 2px #38A0CD;
}

#navi-button-option-more:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 17px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    background: #707070;
    -webkit-box-shadow: 0 7px 0 #707070, 0 14px 0 #707070;
    -moz-box-shadow: 0 7px 0 #707070, 0 14px 0 #707070;
    box-shadow: 0 7px 0 #707070, 0 14px 0 #707070;
    -moz-transition: -moz-box-shadow 100ms linear;
    -webkit-transition: -webkit-box-shadow 100ms linear;
    transition: box-shadow 100ms linear;
}

#navi-button-option-more:hover:after {
    background: #38A0CD;
    -webkit-box-shadow: 0 7px 0 #38A0CD, 0 14px 0 #38A0CD;
    -moz-box-shadow: 0 7px 0 #38A0CD, 0 14px 0 #38A0CD;
    box-shadow: 0 7px 0 #38A0CD, 0 14px 0 #38A0CD;
}

#navi-button-option-more.navi-button-option-more-selected {
    -webkit-box-shadow: 0 0 0 2px #38A0CD;
    -moz-box-shadow: 0 0 0 2px #38A0CD;
    box-shadow: 0 0 0 2px #38A0CD;
}

#navi-button-option-more.navi-button-option-more-selected:after {
    background: #38A0CD;
    -webkit-box-shadow: 0 7px 0 #38A0CD, 0 14px 0 #38A0CD;
    -moz-box-shadow: 0 7px 0 #38A0CD, 0 14px 0 #38A0CD;
    box-shadow: 0 7px 0 #38A0CD, 0 14px 0 #38A0CD;
}

#location-container {
    position: relative;
    width: 197px;
    height: 35px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.2);
    -moz-transition: -moz-box-shadow 100ms linear;
    -webkit-transition: -webkit-box-shadow 100ms linear;
    transition: box-shadow 100ms linear;
}

#location-container:hover {
    -webkit-box-shadow: 0 0 0 2px #38A0CD;
    -moz-box-shadow: 0 0 0 2px #38A0CD;
    box-shadow: 0 0 0 2px #38A0CD;
}

#location-container.location-container-hover {
    -webkit-box-shadow: 0 0 0 2px #38A0CD;
    -moz-box-shadow: 0 0 0 2px #38A0CD;
    box-shadow: 0 0 0 2px #38A0CD;
}

input.location-container-search-input {
    width: 180px;
    height: 100%;
    float: left;
    padding: 3px 10px;
    line-height: 29px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    outline: none;
    box-shadow: none;
}

.location-container-font {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #666666;
}

#location-container-vertical-line {
    width: 1px;
    height: 23px;
    float: left;
    margin: 6px 0;
    background-color: #E5E5E5;
}

#location-container-distance-label {
    width: 140px;
    height: 35px;
    float: left;
    padding: 3px 10px;
    line-height: 29px;
    cursor: pointer;
}

#location-container-distance-label:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 16px;
    right: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #666666;
}

#suggest-location, #suggest-firstname {
    width: initial !important;
    padding: 12px 0;
    position: absolute;
    overflow: auto;
    display: none;
    z-index: 9999;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    box-shadow: 0 5px 10px 0 rgba(3, 3, 3, 0.13);
    -moz-box-shadow: 0 5px 10px 0 rgba(3, 3, 3, 0.13);
    -webkit-box-shadow: 0 5px 10px 0 rgba(3, 3, 3, 0.13);
}

#suggest-location div, #suggest-firstname div {
    padding: 1px 12px;
}

#suggest-location div:hover, #suggest-firstname div:hover {
    color: #FFFFFF;
    background-color: #38A0CD;
}

#suggest-location div span, #suggest-firstname div span {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 29px;
}

#suggest-location div span:first-child, #suggest-firstname div span:first-child {
    color: #666666;
}

#suggest-location div span:last-child, #suggest-firstname div span:last-child {
    color: #CFCFCF;
}

#suggest-location div:hover span, #suggest-firstname div:hover span {
    color: #FFFFFF;
}

#suggest-distance {
    width: 120px;
    padding: 12px 0;
    position: absolute;
    overflow: auto;
    z-index: 9999;
    background-color: #FFFFFF;
}
#suggest-distance.animate {
    visibility: visible;
    top: 37px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .13s 0s linear;
}

#suggest-distance input[type="radio"] {
    display: none;
}

#suggest-distance input + label {
    line-height: 20px;
    display: flex;
}
#suggest-distance input + label > span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background-color: white;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #969da3;
    background-position: 7px 7px;
}
#suggest-distance input:checked + label > span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA2IDYiPg0KICA8cmVjdCBpZD0iY2lyY2xlIiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMyIgZmlsbD0iI2ZmZiIvPg0KPC9zdmc+DQo=);
    background-color: #48abd8;
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 7px 7px;
}
#suggest-distance input:hover + label > span {
    border: 2px solid #48b5de;
}
#suggest-distance input:hover:checked + label > span {
    background-color: #48b5de;
    border: none;
}
.option-radio{
    margin-bottom: 15px;
}
.suggest-distance-hidden {
    display: none !important;
}

#search-advanced-container {
    position: relative;
}

#search-advanced {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 373px;
    height: 539px;
    padding: 18px 11px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    top: 50px;
    left: -165px;
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    box-shadow:  0 8px 16px #0000001F;;
    -moz-box-shadow:  0 8px 16px #0000001F;;
    -webkit-box-shadow:  0 8px 16px #0000001F;;
    transition: all .13s 0s linear;
}

#search-advanced.animate {
    visibility: visible;
    top: 55px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .13s 0s linear;
}

#search-advanced-before {
    position: absolute;
    top: -7px;
    left: 50%;
    margin: 0 0 0 -10px;
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-color: rgba(3, 3, 3, 0.13) transparent transparent rgba(3, 3, 3, 0.13);
    background: #FFFFFF;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#search-advanced > span {
    font-family: 'Roboto Medium', sans-serif;
    font-size: 14px;
    line-height: 29px;
    color: #444444;
    margin: 0 10px;
}

#search-advanced-select {
    margin: 6px 0;
    float: left;
    overflow: hidden;
}

#search-advanced-select div {
    width: 142px;
    height: 30px;
    display: block;
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
}

#search-advanced-select div span {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #666666;
}

#search-advanced-select div span.removeOption {
    display: none;
    float: right;
    width: 12px;
    height: 12px;
    position: relative;
    top: 3px;
    left: 1px;
    cursor: pointer;
}

#search-advanced-select .disabled {
    cursor: default;
}

#search-advanced-select .disabled span {
    color: #CFCFCF;
}

#search-advanced-select div:hover:not(.disabled),
#search-advanced-select .selectedOption,
#search-advanced-select .selectedOptionHover {
    background-color: #38A0CD;
}

#search-advanced-select div:hover:not(.disabled) span,
#search-advanced-select .selectedOption span,
#search-advanced-select .selectedOptionHover span {
    color: #FFFFFF;
}

#search-advanced-select div.selectedOption span.removeOption:not(:hover) {
    display: inline-block;
    background-position: -62px -151px;
}

#search-advanced-select div.selectedOption:hover span.removeOption:hover {
    display: inline-block;
    background-position: -62px -165px;
}

#search-advanced-options {
    margin: 6px 10px 6px 21px;
    float: left;
}

#search-button-container {
    position: absolute;
    bottom: 18px;
    right: 21px;
    text-align: center;
}

#search-button {
    font-family: 'Roboto Medium', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    width: 93px;
    height: 35px;
    outline: none;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #48abd8;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#search-button:hover {
    background-color: #48b5de;
}

#search-button::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
}

#form_szukaj .select {
    width: 192px;
}

.search-controls-group {
    float: left;
}

.big-infobox {
    z-index: inherit !important;
}

#index-container {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-column-gap: 16px;
    grid-auto-rows: 5px;
    margin-top: 20px;
    visibility: hidden;
}

.galcolumn {
    float: left;
    margin: 0 10px;
}

.pages {
    visibility: hidden;
}

.index-container-row-item {
    width: 100%;
    display: inline-block;
    margin-right: 13px;
    padding-bottom: 20px;
    vertical-align: top;
}
.avatar-item {
    width: 100%;
    border-radius: 12px;
    background-color: white;
    display: block;
}
.container-avatar {
    width: 100%;
    border-radius: 10px;
    background-color: white;
}

.index-container-row-item:hover strong{
    color: #0085c2;
}
.index-container-row-item img {
    display: block;
    border-radius: 12px;
}

.index-container-row-item img:hover {
    opacity: 0.8;
    transition: opacity 0.2s;
}
.index-container-row-item-position {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444444;
    line-height: 18px;
    margin-top: 8px;
    margin-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 276px;
    word-break: break-all;
}

.index-container-row-item a {
    text-decoration: none;
    display: block;
}

.index-container-row-item a > img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.index-container-row-item-position span {
    color: #000;
}
.index-container-row-item:hover span{
    color: #0085c2;
}
.index-container-row-item-position a {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
}

.index-container-row-item:hover a {
    color: #38A0CD;
}

.index-container-item img {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.index-container-item img:hover {
    opacity: 1 !important;
}

.index-container-item img:hover:after {
    content: '';
    background-color: black;
    opacity: 0.2 !important;
}

.index-container-item a.zdjecie {
    position: relative;
    display: block;
    max-width: 320px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.ranking-container-row-item-age {
    font-family: 'Roboto Medium',sans-serif;
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    font-weight: normal !important;
}
.star-border {
    padding: 3px;
    border-radius: 12px;
}

.star-border img {
    border-radius: 10px;
}
.text-location {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    color: #5c646b;
}

.online-ico {
    margin-left: 2px;
    vertical-align: inherit;
}

div.photo > .zdjecie:after {
    content: '';
    -moz-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

div.photo:hover > .zdjecie:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
}

div.photo:hover > .photo-author, div.photo:hover > .photo-box-indicators {
    display: block;
}

.photo-author {
    position: absolute;
    width: 100%;
    bottom: 84px;
    padding: 0 20px;
    font-size: 14px;
    color: white;
    font-family: 'Roboto Medium', sans-serif;
    display: none;
    pointer-events: none;
}

.photo-box-indicators {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    color: white;
    font-family: 'Roboto Medium', sans-serif;
    font-weight: bold;
    min-width: 90px;
    pointer-events: none;
}

.photo-box-indicator-comments {
    position: relative;
    float: left;
}

.photo-box-indicator-ok {
    position: relative;
    float: right;
}

.photo-box-comments-count {
    background-position: -56px -191px;
    width: 23px;
    height: 21px;
    float: left;
    position: relative;
}

.photo-box-comments-count-value {
    line-height: 19px;
    position: relative;
    float: left;
    margin-left: 5px;
}

.photo-box-ok-count {
    background-position: -56px -213px;
    width: 26px;
    height: 21px;
    float: left;
    position: relative;
    margin-left: 17px;
}

.photo-box-comments-ok-value {
    line-height: 19px;
    position: relative;
    float: left;
    margin-left: 5px;
}

.index-container-item > div:first-child {
    margin: 0px;
}

.index-container-item-author .avatar-container {
    float: left;
}

.index-container-item-author-info {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #444444;
    float: left;
    margin: 12px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 276px;
    text-overflow: ellipsis;
    text-align: left;
}

.index-container-item-author-info h3 {
    font-size: inherit;
    font-weight: inherit;
}

.index-container-item-author-info h3 a {
    margin: 0;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}

.index-container-item-author-info h3 a:last-child {
    margin-left: 4px;
}

.index-container-item-author-info h3 span {
    line-height: 18px;
    text-align: left;
}

.index-container-item-author-info > div:last-child {
    font-size: 13px;
    color: #666666;
    line-height: 27px;
    display: block;
}

#index-container-columns {
    min-height: 0;
}

#index-container-collection {
    display: none;
}

.index-star-ribbon {
    width: 84px;
    height: 86px;
    background-position: -423px -351px;
    position: absolute;
    top: -3px;
    right: -4px;
    z-index: 1;
}

.index-star-ribbon.star-k {
    background-position: -542px -351px;
}

.index-star-ribbon.star-m {
    background-position: -629px -351px;
}

.play_button {
    position: absolute;
    width: 71px;
    height: 71px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    opacity: 1;
    z-index: 2;
}

.clear {
    text-align: center;
    padding-top: 20px;
    background: transparent;
    height: 5px;
    margin-top: -25px;
    width: 100%;
    position: relative;
}

#search-footer-container {
    position: relative;
    display: table;
    margin: 30px auto auto;
}

#search-footer-container > a {
    display: none;
    position: relative;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 19px;
    color: #FFF;
    line-height: 47px;
    text-decoration: none;
    text-align: center;
    width: 252px;
    margin: 30px auto 30px;
    border-radius: 5px;
    background-color: #3FA4CF;
    cursor: pointer;
}

#search-footer-container > a:hover {
    background: #3395C5;
    background: -webkit-linear-gradient(#41A1CD, #3395C5);
    background: -o-linear-gradient(#41A1CD, #3395C5);
    background: -moz-linear-gradient(#41A1CD, #3395C5);
    background: linear-gradient(#41A1CD, #3395C5);
}

#breadcrumbs {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 4px;
    color: #5C646B;
}
.breadcrumbs-separator{
    display:inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color:#999999;
    vertical-align: middle;
    margin-left: 3px;
    margin-right: 3px;
}
#breadcrumbs > span > a {
    color: #999;
    text-decoration: none;
}

#breadcrumbs > span > a:hover {
    color: #0085c2;
}

#breadcrumbs > span > span:first-child {
    margin: 0 6px;
    color: #d2d2d2;
}

#breadcrumbs > span > a > span {
    white-space: nowrap;
}

.breadcrumb-tooltip {
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 180px;
    max-width: 360px;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #CFCFCF;
    -moz-box-shadow: 0 5px 10px 0 rgba(3, 3, 3, 0.13);
    -webkit-box-shadow: 0 5px 10px 0 rgba(3, 3, 3, 0.13);
    box-shadow: 0 5px 10px 0 rgba(3, 3, 3, 0.13);
    z-index: 9999;
}

#breadcrumb-tooltip-arrow {
    display: none;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-color: transparent rgba(3, 3, 3, 0.13) rgba(3, 3, 3, 0.13) transparent;
    background: #FFFFFF;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}

.breadcrumb-tooltip[style*="display: block"] ~ #breadcrumb-tooltip-arrow {
    display: block;
}

#tooltip-navigation-prev {
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    left: -20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#tooltip-navigation-next {
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0;
    left: 320px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#tooltip-navigation-prev:before, #tooltip-navigation-next:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25em;
}

.tooltip-navigation-ico {
    background-position: -45px -79px;
    width: 13px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    -moz-transform: scale(.6);
    -webkit-transform: scale(.6);
    transform: scale(.6);
}

.tooltip-navigation-exit-ico {
    background-position: -640px -90px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

#tooltip-navigation-prev > .tooltip-navigation-ico,
.mobile-tooltip-navigation-prev > .tooltip-navigation-ico {
    -moz-transform: rotate(180deg) scale(.6);
    -webkit-transform: rotate(180deg) scale(.6);
    transform: rotate(180deg) scale(.6);
}

#tooltip-navigation-prev:hover, #tooltip-navigation-next:hover {
    background-color: rgba(0, 0, 0, .05);
}

#tooltip-navigation-prev:hover > .tooltip-navigation-ico,
#tooltip-navigation-next:hover > .tooltip-navigation-ico {
    background-position: -60px -79px;
}

.mobile-tooltip-navigation-container {
    display: none;
    position: relative;
    top: -8px;
    height: 24px;
}

.mobile-tooltip-navigation-container > .mobile-tooltip-navigation {
    display: none;
    width: 24px;
}

.mobile-tooltip-navigation-container > .mobile-tooltip-navigation-exit {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    text-align: right;
}

.breadcrumb-tooltip > ul {
    position: relative;
    left: 0;
    -webkit-column-width: 140px;
    -moz-column-width: 140px;
    column-width: 140px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid #E5E5E5;
    -moz-column-rule: 1px solid #E5E5E5;
    column-rule: 1px solid #E5E5E5;
}

.breadcrumb-tooltip > ul > li {
    width: 150px;
    list-style: none;
}

.breadcrumb-tooltip > ul#age-links > li {
    width: 160px;
}

.breadcrumb-tooltip > ul > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #757575;
    text-decoration: none;
}

.breadcrumb-tooltip > ul > li > a:hover {
    color: #0085c2;
    text-decoration: underline;
}

.breadcrumb-tooltip > #sex-links {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    height: 40px;
    width: 140px;
}

.breadcrumb-tooltip > #age-links {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 160px;
    padding-left: 0;
}

.breadcrumb-tooltip > #voivodeship-links, .breadcrumb-tooltip > #city-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    height: 194px;
    width: 140px;
    padding: 0;
}

.breadcrumb-tooltip > #country-links {
    -webkit-column-count: 15;
    -moz-column-count: 15;
    column-count: 15;
    height: 288px;
    width: 140px;
    padding: 0;
}

#rate {
    float: right;
    height: 44px;
}

#rate > span {
    float: left;
    font-family: "Roboto", sans-serif;
    color: #999;
}

#rate > span:not(:first-child) {
    margin-left: 10px;
}

/****** Style Star Rating Widget *****/
.rating {
    font-size: 13px;
    border: none;
}

.rating > input {
    display: none;
}

.rating > label:before {
    font-size: 1.5em;
    display: inline-block;
    content: "★";
}

.rating > label {
    color: #ddd;
    float: right;
}

#search-trigger-rwd.search-active > #search-filter-button svg circle, #search-trigger-rwd.search-active > #search-filter-button svg path {
    fill: #38A0CD;
}

.big-infobox {
    background: #FFF4BF;
    border: 1px #E1B849 solid;
    border-radius: 8px;
    box-shadow: 0 2px 6px #0000001F;
    padding: 1em 2em;
}

#sugestiaSzkola {
    width: initial !important;
    padding: 12px 0;
    position: absolute;
    overflow: auto;
    display: none;
    z-index: 9999;
    cursor: pointer;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    box-shadow: 0 5px 10px 0 rgb(3 3 3 / 13%);
}
#sugestiaSzkola table {
    width:100%;
    background:#fff
}
#sugestiaSzkola table:hover, #sugestiaSzkola table td:hover {
    color: #FFFFFF;
    background-color: #38A0CD;
}
#sugestiaSzkola table tr {
    display: block;
    margin: 0;
    padding: 1px 12px;
}
#sugestiaSzkola table td {
    width: 100%;
    padding: 0 4px;
}
#sugestiaSzkola table td.miejscowosc {
    display: none;
}

/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label {
    color: #41A1CD;
}
#search-trigger-rwd {
    display: none;
}
/* show gold star when clicked */
/*.rating:not(:checked) > label:hover, !* hover current star *!*/
/*.rating:not(:checked) > label:hover ~ label { color: #41A1CD;  } !* hover previous stars in list *!*/

/*.rating > input:checked + label:hover, !* hover current star when changing rating *!*/
/*.rating > input:checked ~ label:hover,*/
/*.rating > label:hover ~ input:checked ~ label, !* lighten current selection *!*/
/*.rating > input:checked ~ label:hover ~ label { color: #9acce5;  }*/
@media only screen and (max-width: 1130px) {
    .search-control {
        margin: 0 6px;
    }
}

@media only screen and (max-width: 1087px) {
    #index-container {
        margin: 12px 0 0;
    }

    #search-trigger-rwd {
        width: auto;
        margin: 19px 0 0;
        height: 40px;
        display: block;
        padding: 9px 14px 11px 14px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.2);
        -moz-transition: -moz-box-shadow 100ms linear;
        -webkit-transition: -webkit-box-shadow 100ms linear;
        transition: box-shadow 100ms linear;
    }

    #search-trigger-rwd * {
        display: inline;
    }

    #search-trigger-rwd > p {
        width: calc(100% - 30px);
        line-height: 24px;
        font-size: 16px;
        color: #222;
        margin: 0;
        padding: 0;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #search-filter-button {
        width: 22px;
        height: 22px;
        margin: 0 0 0 8px;
        padding: 0;
        float: right;
    }

    #search-filter-button > svg {
        width: 100%;
        height: 100%;
    }

    .search-button-small {
        width: 38px;
        height: 38px;
        margin: 0 15px;
        vertical-align: middle;
    }

    .search-button-small:hover {
        color: #0085c2;
    }

    #search-controls {
        width: auto;
        margin: -5px 0 20px;
        display: none;
        padding: 10px 10px 20px 10px;
        background-color: white;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.2);
        -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.2);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 1, 0.2);
        -moz-transition: -moz-box-shadow 100ms linear;
        -webkit-transition: -webkit-box-shadow 100ms linear;
        transition: box-shadow 100ms linear;
    }

    #location-container {
        width: auto;
        box-shadow: 0 0 0 1px #bdbdbd;
    }

    input.location-container-search-input {
        width: 145px;
    }

    #navi-button-option-more {
        box-shadow: 0 0 0 1px #bdbdbd;
    }

    #location-container-distance-label {
        width: 130px;
    }

    #search-result-placeholder_box {
        margin-top: 19px;
    }

    #register input {
        margin: 0 auto;
    }

    #search-header > h1 {
        font-family: Roboto;
        font-size: 28px;
        color: #222;
    }

    #search-header > h2 {
        color: #6d6d6d;
        font-family: Roboto;
    }

    input.location-container-search-input {
        width: 50%;
    }

    #location-container-distance-label {
        width: 40%;
    }

    #search-header {
        margin: 0 0 22px;
    }

    #register-container > input {
        max-width: 100%;
    }

    .search-controls-group {
        float: none;
        display: table;
        margin: auto;
    }

    .search-controls-group:first-child {
        margin-bottom: 24px;
    }

    .search-controls-group:last-child {
        margin-top: 24px;
    }
    .search-controls-group:last-child {
        margin-top: -37px;
        margin-left: 66%;
    }
    #location-container {
        margin-left: -70px;
    }
}

@media only screen and (max-width: 966px) {
    .index-container-item a.zdjecie {
        max-width: none;
    }

    .index-container-item a.zdjecie img.main_photo {
        width: 100% !important;
        height: auto !important;
    }

    #rate {
        float: none;
        height: 36px;
    }

    #breadcrumbs {
        line-height: 36px;
		text-align: center;
    }
    #location-container {
        margin-left: -90px;
    }
}

@media only screen and (max-width: 960px) {
    #search-result-placeholder {
        text-align: center;
    }

    #search-results {
        padding-left: 0;
        padding-right: 0;
    }

    .clear {
        padding-top: 0;
    }
}


@media only screen and (max-width: 832px) {
    .search-controls-group {
        float: none;
        display: table;
        margin: auto;
    }

    .search-controls-group:first-child {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-tooltip-navigation-container {
        display: block;
    }

    #breadcrumb-tooltip-country > .mobile-tooltip-navigation-container > .mobile-tooltip-navigation {
        display: inline-block;
    }

    #tooltip-navigation-prev:hover,
    #tooltip-navigation-next:hover {
        background: none;
    }

    #tooltip-navigation-prev > span,
    #tooltip-navigation-next > span {
        background: none;
    }

    #search-header > h2 {
        width: 90%;
    }

    #search-footer-container > a {
        margin-bottom: 50px;
    }
    #index-container {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-column-gap: 12px;
    }

}

@media only screen and (max-width: 495px) {
    .search-controls-group {
        display: block;
    }

    .search-control {
        float: none !important;
        display: table;
        margin: 20px auto !important;
    }
    #register{
        grid-column: 1 / 3 !important;
    }
    .search-controls-group:last-child {
        margin-top: 24px;
        margin-left: 0;
    }
    #location-container {
        margin-left: 0;
    }
}

@media only screen and (max-width: 352px) {
    #location-container {
        width: 292px;
    }

    input.location-container-search-input {
        width: 148px;
    }
}
@media only screen and (max-width: 360px){
    #ranking-container {
        margin: 9px;
    }
}
/* pasek do rozwijania filtrow na rwd */

@media only screen and (max-width: 1024px) {

    #content-filter {
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) {
    #register {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    #search-trigger-rwd {
        margin: 5px;
    }

    #search-controls {
        margin: -10px 5px 6px 5px
    }
}

#header, #content, #footer {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px ) {
    #search-results.shadow-box {
        padding-top: 1px;
    }
    .pages {
        margin-left: auto;
    }
    #register{
        grid-row: auto / span 95 !important;
        grid-column: 3 / 5;
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 16px;
        border-radius: 8px;
        background-color: white;
    }
}

@media only screen and (max-width: 400px) {
    #index-container {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media only screen and (max-width: 346px) {
    #index-container {
        display: inline-block;
    }

    .index-container-row-item {
        width: 100%;
    }
}
