.hide {
    display: none;
}

.text-center {
    text-align: center;
}

#profile-left-column a:not(.not_log a):hover {
	color: #0085c2;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

#content {
    max-width: 100%;
}

#content.hasTheme {
	max-width: 100%;
}

#profile-left-column {
    width: 320px;
}

#profile-box-header {
    position: relative;
    margin-bottom: 24px;
}

#profile-info {
    height: 64px;
    position: absolute;
    left: 80px;
    top: 0;
    padding-top: 10px;
}

#profile-info-expander {
    color: #333;
}

#profile-info-login {
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#profile-info-login a {
    text-decoration: none;
}

#profile-options-button {
    cursor: pointer;
	margin-right: 5px;
    margin-top: 16px;
    text-align: center;
}

a.no-messages-avatar {
    margin-top: 70px;
}

#profile-options-ico {
    background-position: -65px -75px;
    height: 34px;
    width: 33px;
}

#friendsFavorite .viewer-profile-box-login {
	margin-top: 5px;
}

#profile-options-button:hover #profile-options-ico {
    opacity: .8;
}

#profile-options-menu {
	opacity: 0;
	filter: alpha(opacity=100);
	width: 230px;
	margin-left: 97px;
	margin-top: 0px;
	z-index: 999;
}

.profile-box {
    margin-bottom: 10px;
}

.profile-box-ico-container {
    height: 24px;
    margin-left: 1px;
    text-align: center;
    width: 24px;
}

.profile-box-ico {
    display: inline-block;
    height: 24px;
    margin-top: 2px;
    width: 24px;
}
#profile-left-column .value {
	max-width: 180px;
	word-wrap: break-word;
}
#profile-left-column {
	background-color: white;
	padding: 19px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 4px;
}

.profile-box-ico-person {
    background-position: -207px -137px;
    height: 14px;
    width: 12px;
    margin-top: 1px;
}

.profile-box-ico-location {
    background-position: -207px -152px;
    height: 17px;
    width: 11px;
    margin-top: 0;
}

.profile-box-ico-age {
    background-position: -220px -152px;
    height: 15px;
    width: 14px;
    margin-top: 1px;
}

.profile-box-ico-activity {
    background-position: -292px -137px;
    height: 15px;
    width: 20px;
}

.profile-box-ico-contacts {
    background-position: -221px -137px;
    height: 14px;
    width: 22px;
}

.profile-box-ico-groups {
    background-position: -245px -137px;
    height: 14px;
    width: 24px;
}

.profile-box-ico-appearance {
    background-position: -270px -138px;
    height: 13px;
    width: 20px;
}

.profile-box-ico-lifestyle {
    background-position: -236px -152px;
    height: 14px;
    width: 22px;
}

.profile-box-ico-personality {
    background-position: -314px -137px;
    height: 19px;
    width: 19px;
}

.profile-box-ico-ideal {
    background-position: -260px -152px;
    height: 14px;
    width: 16px;
}

.profile-box-ico-favourites {
    background-position: -278px -152px;
    height: 16px;
    width: 17px;
}

.profile-box-ico-gifts {
    background-position: -297px -153px;
    height: 15px;
    width: 17px;
}

.profile-box-content {
    font-size: 14px;
    margin-bottom: 24px;
}

.profile-box-content-avatars {
    margin-top: 13px;
}

.avatar-rounded {
	border-radius: 4px;
}

.profile-box-content .avatar-container.av-48,
.profile-box-more-button {
    margin-bottom: 3px;
    margin-right: 3px;
}
.opacity_member:hover {
	position: absolute;
	background-color: black;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border-radius: 4px;
	opacity: 0.08;
}

.opacity_member {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border-radius: 4px;
}

.profile-box-content-header,
.profile-box-header-link {
	color: #333;
	font-size: 16px;
}

.profile-box-content-header {
    margin-bottom: 2px;
}

.profile-box-content-header a {
    text-decoration: none;
}

.menu-box, .filter-box {
    background-color: #fff;
    border: 1px solid #d7d8d9;
    border-radius: 4px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 20px 20px 17px 18px;
    position: absolute;
    text-align: left;
}

.filter-box {
    padding: 15px 20px 20px 20px;
}

.filter-box #content-filter-gender-slider {
    background-color: #ebebeb;
}

.filter-box .select.on, .filter-box .select:hover {
    box-shadow: 0 0 0 2px #38A0CD;
}

.filter-box .select-list {
    padding: 11px 0;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(3, 3, 3, 0.13), 0 5px 10px 0 rgba(3, 3, 3, 0.13);
    text-align: left;
    top: 38px;
    border: 1px solid #bdbdbd;
}

.menu-box-arrow, .filter-box-arrow {
    background-position: -392px -135px;
    height: 11px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    top: -11px;
    width: 32px;
}

.menu-box .menu-box-item {
    display: block;
    text-decoration: none;
    color: #666;
    margin-top: 5px;
    line-height: 19.5px;
}

.menu-box .menu-box-item:hover {
    text-decoration: underline;
    color: #0085c2;
}

.menu-box .menu-box-item:first-of-type {
    margin-top: 0;
}

.menu-box-ico-container {
    display: inline-block;
    height: 24px;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
    width: 34px;
}

.menu-box .menu-box-ico-container .sprites {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.menu-box .menu-box-ico-container .sprites.ico-friend-add-m,
.menu-box .menu-box-ico-container .sprites.ico-friend-add-f {
    left: -4px;
}

.menu-box .menu-box-item:hover .sprites {
    opacity: .9;
}

#content-tabs {
    position: relative;
    top: 11px;
}

.shadow-box {
	box-shadow: initial;
}
.shadow-box.profile-box {
    padding-bottom: 5px;
    padding-top: 19px;
}

#profile-box-contacts-container .av-48,
#profile-box-groups-container .av-48 {
    float: left;
}

.av-64 .online-icon {
    margin-left: 2px;
    margin-top: 0px;
	bottom: 2px;
}

.av-64 .gTlo {
    bottom: -14px;
    right: -20px;
}

.av-64 .gwiazda-tlo {
    bottom: -10px;
    right: -12px;
}

.photo-video-item {
    position: absolute;
}
.play_button {
    position: absolute;
    width: 71px;
    height:71px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    opacity: 1;
    z-index: 2;
}
.play_button:hover + .black_layer{
    opacity: 0.25;
}

.photo-author.own-profile > .add-photos-browse-button {
	margin-bottom: 0;
	color: white;
}

.photo-author.own-profile {
    height: 100%;
    pointer-events: all;
    bottom: 0;
    line-height: 100%;
    padding: 0;
    vertical-align: middle;
}

.black_hover:hover .black_layer{
    opacity: 0.25;
}
.black_layer {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: black;
    opacity: 0.1;
}
.progress_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-left: -18px;
    margin-top: -18px;
}
.black_layer:hover {
    opacity: 0.25;
}

.black_hover {
    position: relative;
}

.photo-container {
    display: block;
    margin: auto;
    overflow: hidden;
    text-align: center;
    line-height: 0;
}

.photo-info {
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    max-height: 40px;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.photo-info.value.no-photo {
    color: #666;
}

#add-photos {
    font-family: 'Roboto', sans-serif;
    height: auto;
    padding: 9px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08) !important;
}

#add-photos-border {
    padding: 12px 0 0;
    text-align: center;
}

#add-photos-browse-button {
    color: #444;
    cursor: pointer;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 24px;
}

#add-photos-button-ico {
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background-color: #f0f0f0;
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
}

.ico-add-photo {
    background-position: -84px -170px;
    width: 38px;
    height: 29px;
}

#add-photos-button-ico .ico-add-photo {
    position: absolute;
    top: 19px;
    left: 15px;
}

#add-photos-border #add-photos-button-ico .plus-circle, .photo:hover .plus-circle {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #38A0CD;
    position: absolute;
    top: 46px;
    left: 50px;
}

.photo:hover .plus-circle {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: 0;
    left: 0;
}

#add-photos-button-ico .plus-circle .ico-plus, .photo:hover .plus-circle .ico-plus {
    background-position: -62px -179px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
}

#add-photos-browse-button .value {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #444;
    line-height: 22px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.photo:hover #add-photos-browse-button .value {
    color: #0085c2;
    margin-left: 6px;
}

@-moz-keyframes circle-animation {
    from {
        -moz-box-shadow: 0 0 0 0 #38A0CD;
    }
    to {
        -moz-box-shadow: 0 0 0 2px #38A0CD;
    }
}

@-webkit-keyframes circle-animation {
    from {
        -webkit-box-shadow: 0 0 0 0 #38A0CD;
    }
    to {
        -webkit-box-shadow: 0 0 0 2px #38A0CD;
    }
}

@keyframes circle-animation {
    from {
        box-shadow: 0 0 0 0 #38A0CD;
    }
    to {
        box-shadow: 0 0 0 2px #38A0CD;
    }
}

@-moz-keyframes plus-circle-animation {
    from {
        width: 20px;
        height: 20px;
        top: 46px;
        left: 50px;
    }
    to {
        width: 28px;
        height: 28px;
        top: 42px;
        left: 46px;
    }
}

@-webkit-keyframes plus-circle-animation {
    from {
        width: 20px;
        height: 20px;
        top: 46px;
        left: 50px;
    }
    to {
        width: 28px;
        height: 28px;
        top: 42px;
        left: 46px;
    }
}

@keyframes plus-circle-animation {
    from {
        width: 20px;
        height: 20px;
        top: 46px;
        left: 50px;
    }
    to {
        width: 28px;
        height: 28px;
        top: 42px;
        left: 46px;
    }
}

@-moz-keyframes plus-circle-animation-own {
    from {
        width: 20px;
        height: 20px;
    }
    to {
        width: 28px;
        height: 28px;
    }
}

@-webkit-keyframes plus-circle-animation-own {
    from {
        width: 20px;
        height: 20px;
    }
    to {
        width: 28px;
        height: 28px;
    }
}

@keyframes plus-circle-animation-own {
    from {
        width: 20px;
        height: 20px;
    }
    to {
        width: 28px;
        height: 28px;
    }
}

@-moz-keyframes ico-plus-animation {
    from {
        top: 5px;
        left: 5px;
    }
    to {
        top: 9px;
        left: 9px;
    }
}

@-webkit-keyframes ico-plus-animation {
    from {
        top: 5px;
        left: 5px;
    }
    to {
        top: 9px;
        left: 9px;
    }
}

@keyframes ico-plus-animation {
    from {
        top: 5px;
        left: 5px;
    }
    to {
        top: 9px;
        left: 9px;
    }
}

#plus-jail-box {
    display: inline-block;
    width: 28px;
}

.add-photos-form:hover #add-photos-button-ico {
    -moz-animation: circle-animation 100ms linear;
    -webkit-animation: circle-animation 100ms linear;
    animation: circle-animation 100ms linear;
    -webkit-box-shadow: 0 0 0 2px #38A0CD;
    -moz-box-shadow: 0 0 0 2px #38A0CD;
    box-shadow: 0 0 0 2px #38A0CD;
}

#add-photos-border .add-photos-form:hover .plus-circle {
    -moz-animation: plus-circle-animation 70ms linear;
    -webkit-animation: plus-circle-animation 70ms linear;
    animation: plus-circle-animation 70ms linear;
    width: 28px !important;
    height: 28px !important;
    top: 42px !important;
    left: 46px !important;
}

.photo:hover .plus-circle {
    -moz-animation: plus-circle-animation-own 70ms linear;
    -webkit-animation: plus-circle-animation-own 70ms linear;
    animation: plus-circle-animation-own 70ms linear;
    width: 28px;
    height: 28px;
}

.add-photos-form:hover .plus-circle .ico-plus, .photo:hover .plus-circle .ico-plus {
    -moz-animation: ico-plus-animation 70ms linear;
    -webkit-animation: ico-plus-animation 70ms linear;
    animation: ico-plus-animation 70ms linear;
    top: 9px !important;
    left: 9px !important;
}

#add-photos .dropHereLayer {
    position: absolute;
    left: 9px;
    right: 9px;
    top: 9px;
    bottom: 9px;
    background-color: #f0f0f0;
    border: 2px dashed #38A0CD;
    border-radius: 2px;
    display: none;
    z-index: 2;
}

#add-photos .dropHereLayer div {
    margin: 29px auto 0 auto;
    background-position: -29px -2px;
    width: 164px;
    height: 132px;
}

.dropHereLayer > .ico-add-photo {
    display: block;
    margin: 44px auto 0;
    z-index: 3;
}

.dropHereLayer > span:last-child {
    display: block;
    width: 144px;
    margin: 14px auto 0;
    font-size: 17px;
}

#add-photos-tip-additional a.value {
    color: #999;
	text-decoration: none;
}

#add-photos-tip-additional a.value > span {
	text-decoration: underline;
}

#add-photos-tip-additional:hover a {
    color: #289dd4;
}

#add-photos-tip-additional:hover svg path {
	-moz-animation: fill-svg-animation 100ms linear;
	-webkit-animation: fill-svg-animation 100ms linear;
	animation: fill-svg-animation 100ms linear;
	fill: #289dd4;
}

@-moz-keyframes fill-svg-animation {
	from {
		fill: #c2c1c1;
	}
	to {
		fill: #289dd4;
	}
}

@-webkit-keyframes fill-svg-animation {
	from {
		fill: #c2c1c1;
	}
	to {
		fill: #289dd4;
	}
}

@keyframes fill-svg-animation {
	from {
		fill: #c2c1c1;
	}
	to {
		fill: #289dd4;
	}
}

#add-photos-tip,
#add-photos-tip-uploading {
    color: #999;
    line-height: 20px;
    margin: auto;
}

#add-photos-tip-uploading {
    display: none;
    margin-bottom: 15px;
}

.add-photos-progress {
    background-image: url('/img/upload/progress_background.png');
}

#add-photos-portals-icons .add-photos-portal {
	display: inline-block;
	height: 21px;
	width: auto;
	max-width: 23px;
}

#add-photos-portals-icons .add-photos-portal:not(:first-of-type) {
	margin-left: 11px;
}

#add-photos-portals-icons .add-photos-portal svg {
	width: auto;
	height: 21px;
	fill: #c2c1c1;
}

#add-photos-portals-icons .add-photos-portal svg#ico-gd {
	width: auto;
	height: 23px;
}

#add-photos-portals-icons {
	margin: 12px 0;
	height: 21px;
}

#add-photos-progress {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
    height: 21px;
    margin: 40px auto 22px;
    overflow: hidden;
    text-align: left;
    width: 220px;
}

#add-photos-progress-bar {
    background-image: url('/img/upload/progress_forward.gif');
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 21px;
    width: 0;
}

.galcolumn #add-photos {
    display: block;
}

#profile-photos-columns .photo, #add-photos {
    margin-bottom: 20px;
}

#profile-right-column-albums-container {
    margin-left: 15px;
    padding: 15px;
    overflow: visible;
    background: none;
}

#profile-right-column-albums {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 40px;
    text-overflow: ellipsis;
    top: 0;
    font-family: 'Robot Medium', sans-serif;
    white-space: nowrap;
}

.albums-tab {
    color: #666;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
}

.albums-tab:hover {
    color: #4996ba;
}

.album-tab-current {
    font-family: 'Roboto Bold';
}

.albums-tab-separator {
    background-position: 0px -118px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 2px;
}

#albums-more {
    background-position: -335px -135px;
    cursor: pointer;
    height: 27px;
    margin-top: -19px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 27px;
}

#albums-more:hover {
    background-position: -363px -135px;
}

.invert-colors {
	-moz-filter: invert(100%);
	-webkit-filter: invert(100%);
    filter: invert(100%);
}

#albums-list-menu {
    padding: 15px 15px 17px 13px;
    right: -7px;
    top: 35px;
    z-index: 11;
}

#albums-list-menu .menu-box-arrow {
    left: auto;
    margin-left: 0;
    right: 3px;
}

#albums-list-menu .albums-tab {
    display: block;
}

#profile-friend-relation-chooser {
    display: none;
    margin-left: 44px;
}

#profile-right-column {
    position: relative;
    width: 640px;
}

.profile-photos-column {
    float: left;
    width: 50%;
    padding-left: 20px;
}

.profile-photos-column > .shadow-box {
    -webkit-box-shadow: 0 0 0 0 !important;
    -moz-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.popup-overlay {
    background-color: rgba(227, 229, 230, 0.90);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
	overflow-y: scroll;
    right: 0;
    top: 0;
    z-index: 225;
    -webkit-backface-visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E5E3E5E6', EndColorStr='#E5E3E5E6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E5E3E5E6', EndColorStr='#E5E3E5E6')";
}

.popup-close {
    border: 5px solid #f2f3f4;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    z-index: 2;
}

.popup-close:hover .ico-close-cross {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.popup-box-container {
    overflow: hidden;
    position: relative;
	width: 800px;
	height: 600px;
}

.popup-container-holder {
    border: 1px solid #a4cadc;

    background-color: #f2f3f4;

    -moz-box-shadow: 0px 0px 7px 0 rgba(0, 0, 1, 0.15);
    -webkit-box-shadow: 0px 0px 7px 0 rgba(0, 0, 1, 0.15);
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 1, 0.15);

    position: relative;
	
	width: 100%;
	height: 100%;
}

#pwObscure,
#cechyObscure {
    background-color: rgba(227, 229, 230, 0.90);
    -webkit-backface-visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E5E3E5E6', EndColorStr='#E5E3E5E6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E5E3E5E6', EndColorStr='#E5E3E5E6')";
	z-index: 200;
}

#pwContainer .fotkaLightBorder {
    border: 1px solid #a4cadc;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 7px 0 rgba(0, 0, 1, 0.15);
    -webkit-box-shadow: 0px 0px 7px 0 rgba(0, 0, 1, 0.15);
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 1, 0.15);
    padding: 0;
}

#cechyContainer .fotkaLightBorder {
    padding: 32px 40px 16px 40px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 1, 0.1);
}

#pwContainer .fotkaLightContent,
#cechyContainer .fotkaLightContent {
    background-color: #f2f3f4;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#cechyContainer .fotkaLightContent {
    background-color: initial;
}

#cechyContainer .fotkaLightBox {
    width: 920px;
}

#fotkaLightBoxClose.no-suggest {
    background-position: -641px -91px;
    border: 5px solid #f2f3f4;
    height: 24px;
	right: 16px;
	top: 16px;
    width: 24px;
}

#cechyContainer #fotkaLightBoxClose.no-suggest {
    width: 14px;
    height: 15px;
    right: 16px;
    top: 16px;
    border: none;
}

#pwContainer #pw-container {
    background: none;
}

#pwContainer #pw-next-messages-container {
    background: transparent linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fefefe 50%);
    background: transparent -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fefefe 50%);
    background: transparent -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fefefe 50%);
    background: transparent -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fefefe 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ffffff', EndColorStr='#fefefe'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ffffff', EndColorStr='#fefefe')"; /* IE8 */
    margin-left: -25px;
}

#profile-box-data, #profile-box-members, #profile-box-additional {
    display: block;
}

#profile-box-data {
    padding-top: 10px;
    overflow: visible;
}

#profile-box-members {
	padding-right: 5px;
}

#profile-box-members.hide {
    display: none;
}

#content-yesno-container {
    display: none;
    text-align: center;
}

#content-yesno {
    line-height: 53px;
}

.filter-box#content-filter-container {
    display: none;
    opacity: 0;
    filter: alpha(opacity=100);
    width: 290px;
    z-index: 128426;
    margin-top: 0px;
    margin-left: 635px;
    text-align: center;
}

.filter-box #content-filter {
    padding: 0;

}
.filter-box #content-filter-gender-title {
    padding-bottom: 15px;
}

.filter-box #content-filter-gender-choice{
	border: 1px solid #bdbdbd;
	box-shadow: 0 2px 2px 0 rgba(0,0,1, 0.08);
}

.filter-box #content-filter-gender-container, .filter-box #content-filter-age {
    padding-bottom: 15px;
}

.filter-box #content-filter-age-label-min, .filter-box #content-filter-age-label-max {
    min-width: 25px;
}

.filter-box .slider-range {
    width: auto;
    width: initial;
	background-color: #cccccc;
}

.filter-box #content-filter-age {
    float: none;
    padding-top: 0;
    display: inline-block;
    width: 245px;
    padding-bottom: 25px;
    margin: 0;
}

.filter-box .select-content {
    line-height: 36px;
    text-align: left;
    padding-left: 11px;
    left: 0;
}

.filter-box .select {
    width: 245px;
    box-shadow: 0 0 0 1px #bdbdbd;
    transition: box-shadow 100ms linear;
    height: 36px;
    border-radius: 4px;
}

.filter-box #content-filter-gender-title {
    font-family: 'Roboto Medium', sans-serif;
    font-size: 15px;
    color: #444;
    line-height: 29px;
}

.filter-box #content-filter-gender-container {
    display: inline-block;
    float: none;
    float: initial;
    margin: 0;
}

.filter-box .select .small-arrow {
    margin-top: 13px;
}

.filter-box a.ui-slider-handle.ui-state-default.ui-corner-all {
    border: 1px solid #bdbdbd;
    box-shadow: 0 2px 2px 0 rgba(0,0,1, 0.08);
    transition: box-shadow 100ms linear;
}

.ico-verified {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 7px;
}

#profile-box-data-verified .profile-verified, #mobile-profile-box-data-verified .profile-verified {
    color: #6d6d6d;
    vertical-align: middle;
    display: inline-block;
}

.about-line-align {
    vertical-align: middle;
	display: block;
	text-align: center;
	color: #888;
	margin-top: 6px;
	font-size: 14px;
}

#yesno-buttons {
    display: inline-block;
    white-space: nowrap;
    overflow: visible;
    vertical-align: middle;
}

.yesno-button,
.yesno-button-small {
    display: inline-block;
    cursor: pointer;
}

.yesno-button {
    position: relative;
    top: -1px;
}

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

#yesno-profile-msg-button, #yesno-profile-menu-button {
	border: 1px solid white;
	border-radius: 90px;
	padding: 6px;
}

#yesno-answer-yes {
    margin-right: 2px;
}

#yesno-answer-no {
    margin-left: 2px;
}

.yesno-button-left {
    display: inline-block;
    background-position: -72px -297px;
    width: 26px;
    height: 52px;
    float: left;
}

.yesno-button:hover .yesno-button-left {
    background-position: -134px -297px;
}

.yesno-button-right {
    display: inline-block;
    background-position: -106px -297px;
    width: 26px;
    height: 52px;
    float: left;
}

.yesno-button:hover .yesno-button-right {
    background-position: -168px -297px;
}

.yesno-button-center, .yesno-button-made {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    float: left;
	padding: 0 28px;
    border-radius: 54px;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0,0,1,0.2);
    transition: box-shadow 100ms linear;
}

.yesno-button-made.yesno-answer-mutually, .yesno-button-made.yesno-answer-yes {
	box-shadow: 0 0 0 2px #f92b48;
}

.yesno-button-made.yesno-answer-no {
	box-shadow: 0 0 0 2px #2fa5dd;
}

#yesno-button-made {
	box-shadow: 0 0 0 2px rgb(242, 31, 46);
}

.yesno-button-made .yesno-button-yes {
	top: 12px;
}

.yesno-button-made .yesno-button-no {
	top: 10px;
}

.yesno-button-content {
	font-size: 18px;
	position: relative;
	white-space: nowrap;
}

.yesno-button-yes,
.yesno-button-no {
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 12px;
}

.yesno-button-yes {
	width: 36px;
	height: 30px;
}

.mobile-heart-small {
	display: inline-block;
	width: 18px;
	height: 16px;
	vertical-align: middle;
	margin: 0 auto;
	margin-right: 4px;
}

.mobile-x-small {
	display: inline-block;
	width: 18px;
	margin-right: 7px;
    vertical-align: middle;
}

.yesno-button-no {
    width: 27px;
    height: 27px;
    margin-left: 2px;
}

#yesno-backdecision-button-holder.yesno-answer-back {
	display: block;
	margin-left: 8px;
	width: 37px;
	height: 37px;
	padding: 7px 9px;
	border-radius: 90px;
}

#yesno-backdecision-button {
	display: block;
	width: 19px;
	height: 22px;
	margin-top: -1px;
}

#yesno-backdecision-button svg {
	width: 19px;
	height: 23px;
}

#yesno-backdecision-button-holder:hover #yesno-backdecision-button .magnes-shape {
	fill: #2fa5dd;
}

#yesno-next-profile-button-holder {
    padding: 10px 14px;
    float: right;
}

#content-yesno {
    margin: 0 75px;
}

#yesno-answer-yes:hover .yesno-button-center {
	box-shadow: 0 0 0 2px #f92b48;
}

#content-tabs-kebab {
    background-position: -23px -192px;
    width: 3px;
    height: 16px;
    padding: 0;
    margin: 11px 0 12px 8px;
    display: block;
}

#content-tabs-kebab-container:hover #content-tabs-kebab{
    background-position: -23px -209px;
}

#content-tabs-kebab-container.pressed #content-tabs-kebab{
    background-position: -23px -209px;
}

#yesno-answer-no:hover .yesno-button-center, #yesno-answer-next:hover .yesno-button-center {
	box-shadow: 0 0 0 2px #2fa5dd;
}

#yesno-filter-button-holder:hover, #yesno-filter-button-holder.pressed, #yesno-pw-button-holder:hover, #yesno-pw-button-holder.pressed, #yesno-more-button-holder:hover, #yesno-more-button-holder.pressed {
    color: #0085c2;
}

#yesno-pw-button-holder:hover #pw-icon .magnes-shape, #yesno-pw-button-holder.pressed #pw-icon .magnes-shape, #yesno-next-profile-button-holder:hover .magnes-shape, #yesno-next-profile-button-holder.pressed .magnes-shape,
#yesno-answer-next:hover .magnes-shape {
	stroke: #0085c2;
}

#yesno-more-button-holder:hover .magnes-shape, #yesno-more-button-holder.pressed .magnes-shape, #yesno-filter-button-holder:hover .magnes-shape,
#yesno-filter-button-holder.pressed .magnes-shape, #yesno-filter-button-holder:hover .magnes-shape, #yesno-filter-button-holder.pressed .magnes-shape {
	fill: #0085c2;
}

#yesno-pw-button-text {
    width: 52px;
    float: right;
    margin-top: 8px;
    display: block;
}

#yesno-answer-next .yesno-button-content {
    margin-right: -10px;
}

#yesno-pw-button {
    margin: 0;
    float: left;
    margin-left: 8px;
    padding: 0;
    width: 20px;
    height: 15px;
}

#yesno-pw-button-holder {
    padding: 11px 8px;
    line-height: 0;
    float: left;
}

#yesno-filter-button-holder {
	padding: 12px 10px;
	line-height: 0;
	float: right;
}

.yesno-decision-label {
    font-size: 17px;
    vertical-align: middle;
    white-space: nowrap;
}

#yesno-more-button-holder {
	padding: 11px 17px;
    float: left;
}

#yesno-more-button {
    width: 3px;
    height: 15px;
    padding: 0;
    margin: 0;
    display: block;
}

#yesno-next-profile-button {
    width: 8px;
    height: 17px;
    padding: 0;
    margin: 0;
    display: block;
	margin-left: 1px;
}

#yesno-next-profile-button.yesno-button {
    margin-left: -2px;
    vertical-align: middle;
}

#yesno-next-profile-button .yesno-button-content {
    margin-left: 0;
}

.yesno-next-profile-button-ico {
    display: inline-block;
    width: 13px;
    height: 24px;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -2px;
}

#yesno-filter-button {
	width: 16px;
	height: 13px;
	margin: 0;
    float: left;
    margin-left: 8px;
	padding: 0;
}

#profile-options-menu.own-profile {
    left: -83px;
    top: 50px;
    margin-top: -5px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

.yesno-button-holder:hover, .yesno-button-holder.pressed {
    box-shadow: 0 0 0 2px #38a0cd;
}
.yesno-button-holder:hover {
    cursor: pointer;
}

.yesno-button-holder {
    cursor: pointer;
    background-color: white;
    border-radius: 37px;
    margin: 8px;
    box-shadow: 0 1px 2px rgba(0,0,1,0.2);
    transition: box-shadow 100ms linear;
    font-size: 13px;
}

#yesno-filter-button-text {
    width: 45px;
    float: right;
    margin-top: 7px;
    display: block;
}

.yesno-ico {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    margin-top: -1px;
}

.yesno-ico-no {
    width: 20px;
    height: 20px;
}

.yesno-ico-yes {
    width: 24px;
    height: 20px;
}

.yesno-ico-mutually {
	width: 54px;
	height: 28px;
}

.yesno-button-rwd-yes,
.yesno-button-rwd-no {
    display: none;
    width: 74px;
    height: 74px;
    vertical-align: middle;
}

.yesno-button-rwd-yes {
    background-position: -4px -71px;
}

.yesno-button-rwd-no {
    background-position: -80px -71px;
}

#content-tabs,
#content-tabs-filter-placeholder,
#content-yesno-container {
    margin: 24px 0;
}

#content-yesno,
#yesno-buttons,
#content-tabs,
#content-tabs-filter-placeholder {
    height: 54px;
}

#content-filter-region .select-begin,
#content-filter-region #content-filter-region-content,
#content-filter-region .select-end {
    z-index: auto !important;
}

#content-tabs,
#content-filter-container,
#profile-box-gifts {
    display: none;
}

#content-tabs,
#profile-columns,
#content-yesno-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
	color: #333;
}

#profile-background {
    width: 100%;
	padding-bottom: 50px !important;
	margin-bottom: -50px;
}

.gift, #profile-box-gifts .profile-box-more-button {
    margin-right: 8px;
    margin-bottom: 10px;
    position: relative;
}

.gift-greatings {
	word-break: break-word;
	white-space: normal;
}

.gift-border-add {
	margin-right: 8px;
}

.profile-box-more-button {
	background-color: #fff;
    cursor: pointer;
	text-align: center;
	display: inline-block;
}

.av-more {
    background-position: 0 -138px;
    cursor: pointer;
	width: 34px;
	height: 30px;
	margin-top: 9px;
}

.profile-box-more-button:hover .av-more {
	background-position: -33px -138px;
}

.profile-box-more-button b {
	color: #999;
	font-size: 20px;
}

.avatar-border {
	border: 1px solid #ededed;
}

#abuse-report {
    height: 150px;
}

#abuse-report-text {
    height: 100px;
    width: 100%;
}

#abuse-report-error {
    color: #f00;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
}

#profile-gotop {
    display: none;
    position: fixed;
    z-index: 20;
    cursor: pointer;
    bottom: -4px;
    right: 20px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 34, 34, 0.5);
    border-radius: 4px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    text-align: center;
}

#profile-gotop-header {
    padding: 10px 10px 8px;
}

#profile-gotop-footer {
    padding: 0 10px 8px;
}

#profile-gotop-separator {
    margin-bottom: 8px;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
}

#profile-gotop-header:hover, #profile-gotop-footer:hover {
    color: #4996ba;
}


#profile-left-column .header-link-noactive:hover {
	color: #222;
	cursor: text;
}
#profile-left-column .header-link-active:hover {
	color: #0085c2;
	cursor: pointer;
}

.profile-properties {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.profile-properties td {
    padding: 0;
    vertical-align: top;
}

.profile-properties .value {
	vertical-align: bottom;
}

.profile-properties-label {
    color: #999;
    width: 98px;
}

.properties-fill-label {
    float: left;
    margin: 5px 5px 0 0;
}

.properties-progress-container {
    float: left;
    width: 128px;
    height: 11px;
    margin-top: 10px;
    margin-right: 18px;
    background-position: -494px -225px;
    position: relative;
}

.properties-progress-value {
    width: 36px;
    height: 22px;
    background-position: -623px -215px;
    position: absolute;
    top: -21px;
    margin-left: -18px;
    line-height: 18px;
    text-align: center;
    z-index: 101;
    font-size: 11px;
    color: #555;
}

.properties-progress-value.vert {
    width: 39px;
    height: 20px;
    background-position: -570px -199px;
    margin-left: 0;
    top: -5px;
    right: -39px;
}

.properties-progress {
    width: 128px;
    height: 11px;
    background-position: -494px -214px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.properties-progress-value:after {
    content: '%';
    font-family: 'Roboto Bold';
    color: #888;
}

.properties-value-container {
    margin: 0 5px;
    position: relative;
    padding: 5px;
}

.properties-log-in {
    margin-bottom: 14px;
}

.color-gray {
    color: #999;
}

/* Znajomi popup */

#contacts-popup-header {
    padding: 10px;
}

#contacts-popup-header h2 {
    float: left;
    color: #666;
    font-style: normal;
    margin: 0 0 10px;
    text-shadow: 0 1px 0 #fff;
    font-size: 17px;
    border: none;
}

#contacts-popup-filter {
    margin-left: 6px;
}

#contacts-box-contacts-list {
    position: absolute;
    bottom: 0;
    top: 35px;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 10px;
}

#contacts-box-contacts-list .resizable-shadow-box {
    height: 175px;
    width: 113px;
    box-sizing: content-box;
}

#contacts-box-contacts-list .resizable-shadow-box .shadow-box {
    text-align: center;
    height: 136px;
    width: 114px;
    padding: 10px 0;
    box-sizing: content-box;
}

#contacts-box-contacts-list .resizable-shadow-box:not(.resize-disabled):hover .shadow-box {
    height: 154px;
    left: -5px;
    top: -10px;
    padding: 20px 5px;
}

#contacts-box-contacts-list .resizable-shadow-box .ico-delete {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: -11px;
    z-index: 15;
    float: none;
    background-position: -288px -78px;
    width: 23px;
    height: 23px;
}

#contacts-box-contacts-list .resizable-shadow-box:hover .ico-delete {
    display: block;
}

#contacts-box-contacts-list .friend-box-login {
    overflow: hidden;
    text-align: center;
    display: table;
    margin: auto;
    margin-top: 6px;
    white-space: nowrap;
}

#contacts-box-contacts-list .friend-box-login a,
#contacts-box-contacts-list .friend-box-login span {
    text-decoration: none;
    font-family: 'Roboto' !important;
}

#contacts-box-contacts-list .friend-box-login-grayed a:visited span {
    color: #999 !important;
}

#contacts-box-contacts-list .friend-box-login-grayed a,
#contacts-box-contacts-list .friend-box-login-grayed span {
    color: #666 !important;
}

#contacts-box-contacts-list .friend-profile-box-details {
    line-height: 13px;
    position: relative;
    opacity: 0;
}

#contacts-box-contacts-list .resizable-shadow-box:not(.resize-disabled):hover .friend-profile-box-details {
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

#contacts-box-contacts-list .resizable-shadow-box-details-info {
    font-size: 11px;
    margin-bottom: 7px;
    width: 114px;
}

.friend-avatar-box {
    position: relative;
}

#contacts-box-contacts-list .friend-avatar-box .lover {
    position: absolute;
    top: -6px;
    margin-left: 48px;
    background-position: -350px -33px;
    width: 18px;
    height: 16px;
}

#contacts-box-contacts-list .resizable-shadow-box .nowy {
    top: -3px;
    right: -3px;
}

#contacts-box-contacts-list .resizable-shadow-box:hover .nowy {
    top: -13px;
    right: -8px;
}

#photos-order-container {
    overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 46px;
}

#photos-order-form {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
}

#photos-order-header-container {
    font-size: 17px;
	padding: 20px;
}
#photos-order-box-photos-list {
	padding: 0 10px;
	text-align: center;
}

#photos-order-box-photos-list .photos-order-photo {
    cursor: move;
    display: inline-block;
    height: 72px;
    margin-right: 10px;
    text-align: center;
    width: 96px;
}

#photos-order-header-container,
#photos-order-box-photos-list,
#photos-order-save-button,
#photos-order-save-ajax {
    display: none;
}

#photos-order-save-ajax {
    margin: 1px 0 1px 10px;
    vertical-align: middle;
}

.profile-iframe-container {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
}

.profile-iframe {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
}

/* Brak profilu */
#error-profile-message {
    display: table;
    margin: 50px auto 60px auto;
	padding: 0 20px;
}

#error-profile-message.error-profile-message-mobile {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

#error-profile-message.hide {
	display: none;
}

#error-profile-leftColumn {
	width: 96.5px;
	margin: 0 auto;
	position: relative;
	height: auto;
	z-index: 1;
	margin-bottom: -48.25px;
}

#error-profile-leftColumn .black-add-item {
	width: 44px;
	height: 44px;
	background-color: #ee1b2a;
	border-radius: 90px;
	position: absolute;
	bottom: 0;
	right: -6px;
}

#error-profile-leftColumn .ico-black-add {
	background-position: -230px -148px;
	width: 44px;
	height: 44px;
	display: block;
}

#error-profile-leftColumn img {
	width: 96.5px;
	height: 96.5px;
	border-radius: 90px;
}

#error-profile-centerColumn {
	max-width: 700px;
	min-width: 240px;
	width: auto;
	margin-bottom: 30px;
	position: relative;
	height: auto;
}

.error-profile-item-arrow {
    border-color: #fff;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-style: solid;
    font-size: 0;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    border-width: 10px;
    left: -18px;
    top: 35px;
}

.error-profile-item-arrow-border {
    border-color: #C9D3d5;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-style: solid;
    font-size: 0;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
    border-width: 10px;
    left: -20px;
    top: 36px;
}

.error-profile-box {
	height: auto;
	overflow: hidden;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.error-profile-box-container {
	padding: 75px 40px 56px 40px;
	position: relative;
	text-align: center;
}

.error-profile-box-container h1 {
	color: #444;
	font-style: normal;
	margin: 0;
	padding: 0 0 24px 0;
	text-align: center;
	font-size: 24px;
	font-family: "Roboto";
	line-height: 1.42;
}

.error-profile-box-container p {
    font-size: 14px;
	margin-bottom: 32px;
	line-height: 1.6;
}

.error-profile-box-container a + a {
	margin-left: 16px;
}

.error-profile-box-container-options {
	text-align: center;
}

.error-profile-box-container-options .button {
	font-family: 'Roboto Medium';
	font-size: 16px;
	font-style: initial;
	line-height: 0px;
	padding: 20px 30px;
	color: #FFFFFF;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #3FA4CF;
	background-image: none;
	text-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
}

#error-profile-box-container-options-abuse {
	background-color: transparent !important;
	color: #0085c2;
	border: solid 1px #d7d7d7;
}

#error-profile-box-container-options-abuse:hover {
	color: #0085c2;
	border: 1px solid #38a0cd;
	-webkit-box-shadow: 0 0 0 1px #38a0cd;
	-moz-box-shadow: 0 0 0 1px #38a0cd;
	box-shadow: 0 0 0 1px #38a0cd;
}

#error-profile-box-container-options-block {
	margin-right: 8px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}

#error-profile-box-container-options-block:hover {
	background: #389fcf;
	background: -webkit-linear-gradient(#389fcf, #2e92c8);
	background: -o-linear-gradient(#389fcf, #2e92c8);
	background: -moz-linear-gradient(#389fcf, #2e92c8);
	background: linear-gradient(#389fcf, #2e92c8);
}

#error-profile-box-container-options-abuse .ico-abuse {
	display: inline-block;
	position: relative;
	top: 4px;
	right: 3px;
}

#profile-box-data-about {
    word-break: break-word;
}

#profile-box-data-warning,
#profile-box-data-warning a {
    color: #cb0000;
    font-family: 'Roboto Bold';
}

#placeholder-profile-box-header {
    height: 64px;
    margin-bottom: 20px;
    position: relative;
}

#customizer-iframe {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    background-color: transparent;
    z-index: 999;
}

#profile-box-tv {
    background-color: #fff;
    position: fixed;
    z-index: 200;
    width: 404px;
    top: 50%;
    left: 50%;
    margin-top: -160px;
    margin-left: -202px;
    border: 0 none !important;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

#profile-box-tv-header {
    text-align: center;
}

#profile-box-tv-close {
    cursor: pointer;
    position: absolute;
    right: -9px;
    top: -9px
}

#profile-box-tv-thumbnail {
    display: block;
    max-width: 320px;
    max-height: 240px;
    position: relative;
}

#profile-box-tv-live {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    line-height: 14px;
    z-index: 5;
    font-family: 'Roboto Bold';
    color: #ffffff;
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#profile-box-tv-dot {
    position: relative;
    top: -1px;
    display: inline-block;
}

#profile-box-tv-play {
    left: 84px;
    top: 44px;
    width: 149px;
    height: 150px;
    display: block;
    position: absolute;
	background-image: url('/img/fotkatv/play.png');
	background-repeat: no-repeat;
}

#profile-box-tv-av {
    width: 100%;
    height: 100%;
    min-height: 221px;
    display: block;
    margin: auto;
}

#spolecznosci-30, #spolecznosci-31 {
    width: 100%;
    max-width: 960px;
    margin: auto;
    text-align: center;
}

#profile-info-age-location {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#profile-info-folder {
    display: none;
}

.profile-info-expandable-arrow {
    display: inline-block;
    margin-left: 10px;
}

.no-break {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#photo-box-profile-avatar {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	overflow: visible;
	padding: 4px;
}

#profile-avatar {
	position: relative;
}

#profile-avatar-cover {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
}

#profile-avatar-change {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	color: #666;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.menu-box-item.moderate,
.moderate {
    display: none;
}

.contact-couple {
	position: absolute;
	display: inline-block;
	left: 50%;
	margin-left: -9px;
	top: -6px;
}

.avatar-container-couple-border {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: 2px solid #f00;
}

.filter-box a.ui-slider-handle.ui-state-default.ui-corner-all:hover {
    box-shadow: 0 0 0 2px #38A0CD;
    border: none;
    width: 24px;
    height: 24px;
    top: -9px;
    margin-left: -11px;
}
.filter-box .slider-range a {
    width: 26px;
    height: 26px;
    top: -10px;
    margin-left: -12px;
}

.big-infobox {
	margin: 0 auto 20px;
	max-width: 960px;
}

.big-infobox-rwd {
	margin: 48px auto 20px;
	line-height: 1;
}

.big-infobox-link {
	margin: 2.1em 2em 1.4em;
}

#profile-infobox-friend-invite .buttons {
	margin-top: 13px;
}

.ico-fotka-team,
.ico-fotka-przyjaciel {
	display: inline-block;
	vertical-align: middle;
}

#sugestia_imie.editpodstawowe {
    position: absolute;
    top: 23px;
    left: 5px;
    width: 200px;
    background-color: white;
    z-index: 2;
}

#date_ur_rok._edycja {
    width: 95px;
}

#date_ur_miesiac._edycja {
    width: 45px;
}

#date_ur_dzien._edycja {
    width: 45px;
}

#sugestia_imie {
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    margin-left: 0px;
    overflow-y: auto;
    background-color: white;
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
}

#sugestia_imie .imie_podpowiedz {
    background-color: white;
    color: #299cd1;
    padding: 2px;
}

#sugestia_imie .imie_podpowiedz:hover {
    background-color: #299cd1;
    color: white;
    padding: 2px;
}

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

.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;
}

div[id^="photo_"].shadow-box.photo > .photo-container:after {
    content: '';
    -moz-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

div[id^="photo_"].shadow-box.photo:hover > .photo-container:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
}

#photo_0.shadow-box.photo:hover > .photo-container:after {
    background: rgba(255, 255, 255, 0.5);
}

div[id^="photo_"].shadow-box.photo:hover > .photo-author, div[id^="photo_"].shadow-box.photo:hover > .photo-box-indicators {
    display: block;
}

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

.photo #add-photos-browse-button {
    margin-bottom: 0;
    top: 50%;
    margin-top: -13px;
    position: relative;
    color: #38A0CC !important;
    pointer-events: none;
}

.photo form.Upload {
    width: 100%;
    height: 100%;
}

.photo form.Upload input[type="file"] {
    left: 0 !important;
    top: 0 !important;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

.photo #add-photos-button-ico {
	opacity: 0.8 !important;
}

.photo #add-photos {
    height: 100%;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
    background: none;
    display: block;
    font-family: 'Roboto', sans-serif;
}

.login-register-facebook-container {
    z-index: 1001;
}

#login-register-popup .container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    margin-top: -250px;
    padding: 32px 56px 64px;
    background-color: white;
    z-index: 1001;
    border-radius: 7px;
}

#login-register-container {
    border-top: 1px solid #e9e9ea;
    padding-top: 15px;
}

#login-register-container #sso-container .text {
    padding-left: 16px;
}

#login-register-container .title {
    font: 'Roboto';
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 16px;

}

#login-register-container #goto-register,
#login-register-container #goto-login {
    margin-top: 24px;
    font-size: 14px;
    font-family: 'Roboto';
    text-align: center;
    color: #555555;
}

#login-register-container #goto-register a,
#login-register-container #goto-login a {
    font-weight: 500;
    color: #0085c2;
}

.login-register-facebook-container #login-register-popup-close {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-position: -641px -91px;
}

.login-register-facebook-container .title {
    font-family: "Roboto";
    font-size: 22px;
    color: #444;
    text-align: center;
    margin: 0 8px 24px;
}


.login-register-facebook-container #LoadingInfo {
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.login-register-facebook-container #form-anotate {
    font-size: 12px;
}

.login-register-facebook-container input[type="text"],
.login-register-facebook-container input[type="password"] {
    line-height: 30px;
    height: 40px;
    width: 100%;
    border: solid 1px #a9a9a9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 7px;
    margin-bottom: 8px;
    font-size: 15px;
}
.login-register-facebook-container input[type="text"]:hover,
.login-register-facebook-container input[type="password"]:hover{
    border: solid 1px #3397c4 !important;
}
.login-register-facebook-container input[type="text"]:focus,
.login-register-facebook-container input[type="password"]:focus{
    outline: none !important;
    border: solid 2px #3397c4 !important;
    padding-left: 6px;
}

.login-register-facebook-container input::-webkit-input-placeholder {
    color: #bcbcbc;
}

.login-register-facebook-container input:-moz-placeholder {
    color: #bcbcbc;
}

.login-register-facebook-container input::-moz-placeholder {
    color: #bcbcbc;
}

.login-register-facebook-container input:-ms-input-placeholder {
    color: #bcbcbc;
}


.login-register-facebook-container .button {
    font-family: "Roboto Medium";
    font-style: normal;
    font-size: 16px;
    color: #FFF;
    text-shadow: none;
    width: 100%;
    min-height: 40px;
    padding: 0px 40px;
    background-image: none;
    background-color: #3FA4CF;
    box-shadow: 0px 1px 2px #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.login-register-facebook-container .button: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);
}

@media only screen and (max-width: 1200px) {
    #profile-box-data, #profile-box-members, #profile-box-additional {
        display: block;
    }
}

@media only screen and (max-width: 992px) {
    #profile-box-tv-av {
        min-height: 0;
    }
	#profile-background {
		padding: 0 10px;
	}

    .filter-box#content-filter-container {
        right: 0;
        margin-right: 45px;
        margin-left: 0;
    }

    .filter-box .menu-box-arrow {

    }

    #profile-left-column {
        width: 30%;
    }

    #profile-right-column {
        width: 70%;
    }

    #profile-box-data, #profile-box-members, #profile-box-additional {
        display: block;
    }

	#profile-box-data-container #profile-box-decisions {
		padding: 0;
	}
}

@media only screen and (max-width: 850px) {
	#error-profile-centerColumn {
		float: none;
		width: 100%;
	}

    .filter-box#content-filter-container {
        margin-right: 50px;
    }

    .menu-box-arrow {
        left: 20%;
    }

    .filter-box .menu-box-arrow {
        left: 80%;
    }

    #profile-options-menu {
        margin-left: 90px;
    }

    #content-yesno {
        margin: 0;
    }

	.error-profile-box {
		height: auto;
	}
	
	.error-profile-item-arrow {
		left: 152px;
	}
	
	.error-profile-item-arrow-border {
		left: 150px
	}
}

@media only screen and (max-width: 810px) and (min-width: 768px) {
	.about-line-align {
		font-size: 13px;
	}
}

@media only screen and (max-width: 768px) {
    body {
        overflow-y: scroll;
    }

    .filter-box#content-filter-container {
        margin-right: 27px;
    }

    #content.hasTheme {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    #profile-background {
        margin-top: 10px;
    }

    #content.hasTheme #profile-background {
        margin-top: 0;
        padding-left: 6px;
        padding-right: 6px;
    }
    #profile-right-column-albums-container {
        margin-left: 0 !important;
    }

    .profile-photos-column:first-child {
        padding-left: 0;
    }

    #profile-left-column, #profile-right-column, #profile-photos-columns {
        width: 100%;
    }

    #profile-right-column {
        padding-left: 0;
    }

    #profile-boxes {
        display: none;
        margin-top: 20px;
    }

    #profile-box-data {
        padding-bottom: 10px;
    }

    #profile-box-members, #profile-box-additional {
        display: none;
    }

    #albums-list-menu {
        right: 0 !important;
    }

    #albums-list-menu .menu-box-arrow {
        right: -2px;
    }

	#_mbBodyContainer.error-with-photo {
		width: auto !important;
	}

	#msgBoxBody {
        width: calc(100vw - 20px) !important;
        padding:10px;
		margin-left: 0 !important;
	}

    #content-filter {
        display: block;
        padding-bottom: 0;
        padding-top: 20px;
        margin-top: 0;
    }

    #content-tabs-filter-placeholder,
    #content-yesno-container {
        margin-top: 26px;
    }

	#content-tabs-filter-placeholder {
        height: 53px;
	}

	#content-tabs {
		display: none !important;
	}

    #profile-options-button {
        margin-top: 5px;
    }

    #profile-options-menu {
        margin-left: 32px;
    }

	#profile-options-button:hover #profile-options-ico,
	#photo-box-close:hover,
	.ico-close-cross:hover,
	#fotkaLightBoxClose:hover {
		opacity: 1 !important;
	}
	
	#fotkaLightBoxClose {
		top: 0;
		right: 0;
		border: 15px solid #f2f3f4;
		height: 44px;
		width: 44px;
	}

    #profile-info {
        cursor: pointer;
    }

    #profile-info-login {
        line-height: normal;
    }

    #profile-info-age-location {
        display: block;
        left: 0;
        right: -40px;
        margin-top: 8px;
    }

    #yesno-filter-button-holder {
        width: 37px;
        padding: 12px 3px;
    }

    #yesno-pw-button-holder {
        width: 37px;
        padding: 11px 1px;
    }

    #yesno-pw-button-text, #yesno-filter-button-text {
        display: none;
    }

    #placeholder-profile-box-header {
        margin-bottom: 0;
    }

    .login-register-facebook-container #login-register-popup-close {
        display: block;
    }

    .login-register-facebook-container .form-separator-label {
        margin-top: 0;
    }

	#magnes-decision-you .about-line-align {
		width: unset;
	}

    #profile-infobox-friend-invite {
        margin-top: 48px;
        line-height: 1;
        padding-bottom: 32px;
    }

    #profile-infobox-friend-invite .buttons {
        position: absolute;
        bottom: 2px;
    }
}

@media only screen and (max-width: 570px) {
    #content-tabs-container .content-tabs-tab-label {
        margin-left: 0;
        margin-right: 0;
    }

    #content-tabs-container .pill-widget-begin {
        margin-left: -2px;
    }

    #content-tabs-container .pill-widget-end {
        width: 6px;
    }

    .yesno-button-holder {
        margin: 16px 8px;
    }

    #add-photos-progress, #add-photos-tip-uploading {
        width: 100%;
    }

    #add-photos-button-ico {
        display: none !important;
    }

    #content-yesno {
        height: 74px;
        line-height: 74px;
    }

    #yesno-buttons,
    #content-tabs-filter-placeholder {
        height: 74px;
    }

    #yesno-next-profile-button .yesno-button-center {
        display: inline-block;
    }

    #yesno-next-profile-button .yesno-button-center {
        display: inline-block;
    }

    #content-tabs-filter-placeholder,
    #content-yesno-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .yesno-button-yes, .yesno-button-no {
        margin-right: 20px;
    }

	.yesno-button-made .yesno-button-yes, .yesno-button-made .yesno-button-no {
		margin: 0 auto;
		left: -11px;
	}

    .yesno-button-yes {
        width: 53px;
        height: 43px;
		margin-left: -11px;
    }

    .yesno-button-no {
        width: 42px;
        height: 42px;
		margin-left: -8px;
    }

    .yesno-button-center, .yesno-button-made {
        height: 74px;
        width: 74px;
        overflow: hidden;
        padding: 8px 22px;
    }

    #yesno-answer-no .yesno-button-center {
        padding: 8px 25px;
    }

	.yesno-button-made .yesno-button-yes {
		top: 8px;
	}

	.yesno-button-made .yesno-button-no {
		left: -6px;
		margin-right: 10px;
		top: 9px;
	}

	.yesno-button-made .yesno-ico-mutually {
		margin-left: -10px;
		margin-right: 10px;
	}

    .filter-box#content-filter-container, #profile-options-menu {
        margin-top: -8px;
    }
}

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


}


@media only screen and (max-width: 503px) {
	.error-profile-box-container a.button.newstyle {
		width: 100%;
	}

	.error-profile-box-container a.button.newstyle + a.button.newstyle {
		margin-left: 0px;
		margin-top: 8px;
	}
}


@media only screen and (max-width: 460px) {
	.error-profile-item-arrow {
		left: 40px;
		top: 15px;
	}
	
	.error-profile-item-arrow-border {
		left: 38px;
		top: 16px;
	}

	.error-profile-box-container {
		padding: 75px 20px 56px 20px;
	}
}

@media only screen and (max-width: 430px) {
	.big-infobox > a {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	
	#add-photos {
		height: auto;
	}
	
	#add-photos-tip {
		display: none;
	}
}

@media only screen and (max-width: 420px) {
	#profile-box-tv {
		width: 100%;
		margin-left: 0;
		left: auto;
    }
	
	#profile-box-tv-close {
		right: 0;
	}
	
	#profile-box-tv-live {
		right: 32px;
	}
	
	#profile-box-tv-thumbnail {
		max-width: 100%;
		max-height: none;
		padding: 0 20px;
	}
	
	#profile-box-tv-av {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	
	#profile-box-tv-play {
		margin-top: -75px;
		margin-left: -75px;
		left: 50%;
		top: 50%;
	}

    .yesno-ico {
        margin-left: 0;
    }

    .yesno-decision-label {
        margin-right: 0;
    }

    .yesno-button-holder {
        margin: 16px 2px;
    }

    .filter-box#content-filter-container {
        margin-right: 16px;
    }

    #profile-options-menu {
        margin-left: 14px;
    }

    #login-register-popup .container {
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        padding: 16px 28px 32px;
        border-radius: 0;
    }

    #login-register-container .container {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 410px) {
	#error-profile-box-container-options-block {
		margin-bottom: 8px;
		margin-right: 0px;
	}

	.error-profile-box-container-options .button {
		width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 340px) {
    #yesno-answer-no .yesno-button-center {
        padding: 5px 22px;
    }

    .yesno-button-center {
        height: 68px;
        width: 68px;
        overflow: hidden;
        padding: 5px 19px;
    }

    .yesno-button-yes, .yesno-button-no {
        transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
    }
}

@media only screen and (max-width: 325px) {
	#error-profile-box-container-options-abuse {
		display: block;
	}

	.error-profile-box-container-options .button {
		width: 100%;
	}
}

@media only screen and (max-height: 500px) {
    .login-register-facebook-container .container {
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        left: 0;
        border-radius: 0;
        padding: 16px 28px 32px;
        overflow: scroll;
    }

    .login-register-facebook-container #login-register-popup-close {
        display: block;
    }
}

@media only screen and (max-height: 500px) and (min-width: 420px) {
    .login-register-facebook-container #facebookLoginBtn,
    .login-register-facebook-container #googleLoginBtn {
        display: inline-block;
        width: 50%;
        margin: 0;
    }
    .login-register-facebook-container #googleLoginBtn {
        width: 49%;
    }

    .login-register-facebook-container .sso-button-container .text {
        padding-left: 42px;
    }
}

@media only screen and (max-height: 350px) and (min-width: 420px) {
    .login-register-facebook-container input[type="text"],
    .login-register-facebook-container input[type="password"] {
        display: inline-block;
        width: 50%;
    }
    .login-register-facebook-container input[type="password"] {
        width: 49%;
    }

    .login-register-facebook-container .form-bottom {
        margin-bottom: 16px;
    }
}

/* new look */

#box-profile-data {
	font-style: normal;
}

#profile-info div {
	line-height: 1;
	font-size: 18px;
}

#profile-box-data-header, #profile-box-data-container, .profile-box-content, .profile-box-content-header{
	margin-left: 0px;
}

.bold {
	font-family: 'Roboto Bold';
}

#profile-box-content, #profile-box-data-container, #magnes-stats, .profile-box-content, #profile-left-column .value, #magnes-decision-you, #profile-box-data-about a  {
	color: #6d6d6d;
}

.opacity_background:hover {
	text-decoration: underline;
}

#profile-left-column .value, #profile-box-data-about a {
	font-family: 'Roboto';
}

#profile-box-data-about a {
	cursor: pointer;
}

.opacity_background {
	position: relative;
	width: 64px;
	height: 64px;
	background-color: #e9e9ea;
	opacity: 0.9;
	border-radius: 4px;
	float: left;
}
.opacity_background p{
	color: #9c9c9c;
	position: absolute;
	top: 53%;
	right:20%;
	font-size: 12px;
}
.opacity_background p:last-child {
	color: #9c9c9c;
	top: 23%;
	right: 18%;
	font-size: 17px;
}

.contact_loader {
	float: none;
}

.gift-border-add {
	border: 1px solid #68c0e9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #e5f6fe;
	position: relative;
	width: 64px !important;
	height: 64px !important;
}
.gift-border-add > img {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.promotion-gift {
    position: relative;
}

.promotion-gift .gift-ico-plus {
    right: 0%;
}

.gift-ico-plus {
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -12px;
	margin-right: -9px;
}
#profile-box-header, #profile-box-gifts, #profile-box-members, #profile-box-additional {
	background-color: white;
}

#profile-boxes #profile-box-contacts-container .avatar-container {
	margin-right: 5px;
	border-radius: 4px;
	margin-bottom: 8px;
}



#profile-box-content-contacts > div {
	display: inline-block;
	margin: 2px;
	margin-bottom: 0px;
}

#profile-box-decisions {
	border-bottom: 1px solid #e9e9ea;
	border-top: 1px solid #e9e9ea;
	height: 70px;
	margin-bottom: 24px;
}

#magnes-stats {
	float: left;
}

#magnes-decision-you {
	float: right;
}

#magnes-decision-you:hover #show-decision-icon circle {
	-moz-animation: fill-question-mark-circle 100ms linear;
	-webkit-animation: fill-question-mark-circle 100ms linear;
	animation: fill-question-mark-circle 100ms linear;
	fill: #289dd4;
}

#magnes-decision-you:hover #show-decision-icon g path {
	-moz-animation: fill-question-mark-shape 100ms linear;
	-webkit-animation: fill-question-mark-shape 100ms linear;
	animation: fill-question-mark-shape 100ms linear;
	fill: #fff;
}

@-moz-keyframes fill-question-mark-circle {
	from {
		fill: #fff;
	}
	to {
		fill: #289dd4;
	}
}

@-webkit-keyframes fill-question-mark-circle {
	from {
		fill: #fff;
	}
	to {
		fill: #289dd4;
	}
}

@keyframes fill-question-mark-circle {
	from {
		fill: #fff;
	}
	to {
		fill: #289dd4;
	}
}

@-moz-keyframes fill-question-mark-shape {
	from {
		fill: #289dd4;
	}
	to {
		fill: #fff;
	}
}

@-webkit-keyframes fill-question-mark-shape {
	from {
		fill: #289dd4;
	}
	to {
		fill: fff;
	}
}

@keyframes fill-question-mark-shape {
	from {
		fill: #289dd4;
	}
	to {
		fill: fff;
	}
}

#magnes-stats {
	width: 45%;
}

#magnes-decision-you {
	width: 55%;
}

#magnes-stats, #magnes-decision-you {
	padding: 14px 0;
}

.decision {
	display: block;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
}

.decision-text {
	vertical-align: middle;
}

#magnes-decision-you-yes .decision, #decsion-yes-icon + span {
	color: #ed223f;
}

#magnes-decision-you-no .decision, #decsion-no-icon + span {
	color: #0085c2;
}

#magnes-decision-you .show-decision {
	font-weight: 500;
	color: #0087c6;
}

#profile-box-data-verified {
	font-size: 14px;
	line-height: 18px;
    margin-bottom: 3px;
}

#profile-box-content-contacts {
	margin-right: -10px;
}

.profile-box-content-avatars .av-48, .profile-box-content-avatars .av-48 > img {
	width: 64px;
	height: 64px;
}
.edit_text {
	font-size: 15px;
	font-family: 'Roboto';
}

.profile-box-content-header a:not(.bblink) {
	margin-left: 0px;
	font-size: 15px;
	color: #444;
	font-family: 'Roboto Medium';
}

.profile-box-content .avatar-container.av-48, .profile-box-more-button {
	margin-bottom: 5px;
	margin-right: 8px;
}

.gift_container .text_hyperlink {
	position: absolute;
	top: 30%;
	left: 80px;
}

.gift_container .text_hyperlink.promotion-link {
    top: 10px;
}

.promotion-gift {
    position: relative;
}

.promotion-gift .gift-ico-plus {
    right: 0%;
}

.avatar-container {
	cursor: pointer;
}

#profile-box-contacts-favourites-me {
	margin-top: 5px;
	margin-bottom: 10px;
}

.profile-box-content {
	margin-left: 1px;
	line-height: 1.5;
}

.profile-box-content a {
	font-family: 'Roboto';
}
.profile-box-content a:hover {
	text-decoration: underline;
}


#profile-left-column {
	position: relative;
}

#profile-box-header, #profile-box-gifts, #profile-box-members, #profile-box-additional {
	background-color: white;
}

#profile-box-members {
	padding-right: 0px;
	margin-right: -10px;
}

.text_hyperlink:hover{
	text-decoration: underline;
	color: #0085c2 !important;
}
.hover_klasa {
	color: #0085c2 !important;
}


#profile-info-age-location {
	margin-top: 6px;
}

#profile-info-age-location a#wiek_star {
	font-size: 14px;
}

#profile-info-login * {
	display: inline-block;
}

.edit_text:hover {
	text-decoration: underline;
}

#profile-info-login > div {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	max-width: 190px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 20px;
}

#profile-box-gifts {
	margin-right: -10px;
}

.gift_container {
	position: relative;
}

.profile-box {
	margin-bottom: 0px;
}

#profile-box-groups-container {
	margin-right: -10px;
}

#moderate-show-info-buttons {
	margin-bottom: 7px;
}

.text_hyperlink {
	font-family: 'Roboto', 'Helvetica';
	text-decoration: none;
	font-size: 14px;
	color: #0085c2;
	line-height: 21px;
}

.not_log div *, .not_log div  {
	text-align: center;
}
.not_log div p span {
	font-family: 'Roboto';
}

.not_log div:last-child > a {
	font-size: 15px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	width: 200px;
	height: 43px;
	padding-top: 10px;
}

.not_log {
	margin-top: 30px;
}

#box-profile-data > .pull-right {
	position: absolute;
	top: 10px;
	right: 10px;
}

.opacity_background {
	cursor: pointer;
}

.mobile-icon-plus {
	background-position: -461px -48px;
	width: 20px;
	height: 24px;
}

.sprites-mobile {
	background-repeat: no-repeat;
	background-size: 701px 499px;
	background-image: url('/img/nowafotka/sprites_mobile.14.png');
	background-image: -webkit-image-set(
			url(/img/nowafotka/sprites_mobile.14.png) 1x,
			url(/img/nowafotka/sprites_mobile_2x.14.png) 1.5x
	);
}

.question-mark-mini {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto;
    vertical-align: middle;
	margin-top: -2px;
}

#profile-box-activity-isOnline {
	display: none;
}

#profile-box-activity-isOnline .online-icon, #profile-avatar .online-icon {
	width: 10px;
	height: 10px;
	line-height: 10px;
}

@media only screen and (max-height: 768px) {
    a.no-messages-avatar {
        margin-top: 5px;
    }

    .no-messages-body {
        margin-top: 10px;
    }
}

.button.redirectTo {
    top: 50%;
    position: absolute;
    left: 50%;
    width: 160px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin-left: -80px;
    margin-top: -25px;
}

/* poprawienie wyswietlania opcji usun tlo w profilu */
.sep-profile-menu {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(235, 235, 235, 1.1);
    margin: 16px;
    margin-left: -18px;
    margin-right: -20px;
}