a {
		/*color:red!important;*/
}

/* NAV BAR */

.um-profile-nav-item {
		float: left;
		height: 100%;
		display: flex;
		padding: 0px 25px;
}

.um-profile-nav-item:first-child {
	margin-left: 0;
}

.um-profile-nav {
	width: 100%;
	left: 0;
	background: #0091ea;
	z-index: 1;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.um.um-profile {
	width: 100%;
	max-width: 100%;
}

.um-profile-nav-item a {
	color: white;
	font-weight: 900;
	text-transform: uppercase;
	padding: 8px 0 8px 20px;
	position: relative;
}

.um-profile-nav-item a:hover {
    color: white;
    text-decoration: none;
}

/* tuhle adresu je potřeba na ostrém webu upravit */
.um-profile-nav-item a:before {
	content:'';
	width: 18px;
	height: 18px;
    position: absolute;
    left: -4px;
}

@media (max-width: 899px) {
	.um-profile-nav-item a:before {
	    width: 40px;
	    height: 28px;
	    top: 5px;
	    left: 0px;
	}
}

.um-profile-nav > div:focus {
	background-color: #ffffff70;
}

.um-profile-nav-item.um-profile-nav-posts a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/clanky-18-white.svg') no-repeat center center;
}
.um-profile-nav-item.um-profile-nav-posts.active a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/clanky-18-blue.svg') no-repeat center center;
}

.um-profile-nav-item.um-profile-nav-szprofile a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/profil-18-white.svg') no-repeat center center;
}
.um-profile-nav-item.um-profile-nav-szprofile.active a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/profil-18-blue.svg') no-repeat center center;
}

.um-profile-nav-item.um-profile-nav-comments a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/komentare-18-white.svg') no-repeat center center;
}
.um-profile-nav-item.um-profile-nav-comments.active a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/komentare-18-blue.svg') no-repeat center center;
}

.um-profile-nav-item.um-profile-nav-reviews a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/karma-18-white.svg') no-repeat center center;
}
.um-profile-nav-item.um-profile-nav-reviews.active a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/karma-18-blue.svg') no-repeat center center;
}

.um-profile-nav-item.um-profile-nav-apsreviews a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/clanky-18-white.svg') no-repeat center center;
}
.um-profile-nav-item.um-profile-nav-apsreviews.active a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/clanky-18-blue.svg') no-repeat center center;
}

.um-profile-nav-item.um-profile-nav-favourites a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/ulozene-18-white.svg') no-repeat center center;
}
.um-profile-nav-item.um-profile-nav-favourites.active a:before {
	background: url('../../wp-content/themes/sz-native/assets/images/icon/ulozene-18-blue.svg') no-repeat center center;
}

@media (max-width: 899px) {
	.um-profile-nav-item.um-profile-nav-posts a:before {
	    background-size: 15px;
	}
	.um-profile-nav-item.um-profile-nav-posts.active a:before {
	    background-size: 15px;
	}

	.um-profile-nav-item.um-profile-nav-szprofile a:before {
		background-size: 26px;
	}
	.um-profile-nav-item.um-profile-nav-szprofile.active a:before {
		background-size: 26px;
	}

	.um-profile-nav-item.um-profile-nav-comments a:before {
	    background-size: 24px;
	}
	.um-profile-nav-item.um-profile-nav-comments.active a:before {
	    background-size: 24px;
	}

	.um-profile-nav-item.um-profile-nav-reviews a:before {
		background-size: 22px;
	}
	.um-profile-nav-item.um-profile-nav-reviews.active a:before {
		background-size: 22px;
	}

	.um-profile-nav-item.um-profile-nav-apsreviews a:before {
		background-size: 15px;
	}
	.um-profile-nav-item.um-profile-nav-apsreviews.active a:before {
		background-size: 15px;
	}

	.um-profile-nav-item.um-profile-nav-favourites a:before {
	    background-size: 20px;
	}
	.um-profile-nav-item.um-profile-nav-favourites.active a:before {
	    background-size: 20px;
	}
}

/* END tuhle adresu je potřeba na ostrém webu upravit */

.um-profile-nav-item.active {
	background: white;
}

.um-profile-nav-item.active a {
	color: #0091ea;
	font-weight: 900;
	text-transform: uppercase;
}

span.uimob800-hide.uimob500-hide.uimob340-hide.title {
		display: flex;
		align-items: center;
}

.sz-um-container-content {
		/*display: flex;*/
		width: 100%;
		position: relative;
}

.sz-um-container-headline {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 20px;
}

.sz-um-more-items {
		text-align: center;
		margin: 20px 0;
}

a.sz-um-goto-button.button {
		display: block;
		width: fit-content;
		margin: 0 auto;
}

a.uimob800-show.uimob500-show.uimob340-show {
		display: none;
}

.um-profile-nav-item a.uimob800-hide span.title {
		display: flex;
		align-items: center;
}

/* mobilní menu */

a.uimob800-show span {
		color: transparent;
		width: 40px;
		height: 40px;
		justify-content: center;
}

a.uimob800-show span svg{
		flex-shrink: 0;
		transform: scale(1.5);
		position: absolute;
}
.um-profile-nav-item a.uimob800-show i {
		display: none;
}

/* mobilni menu KONEC */

@media (max-width: 1199px) {
		.um.um-profile {
				padding: 0 5px;
				box-sizing: border-box;
		}
}

@media (max-width: 899px) {
		a.uimob800-hide.uimob500-hide.uimob340-hide {
				display: none;
		}
		a.uimob800-show.uimob500-show.uimob340-show {
				display: initial;
		}

		.um-profile-nav-item a i {
				font-size: 30px;
				display: flex;
				height: 30px;
				width: 40px;
				box-sizing: border-box;
				margin: 5px auto;
				background-position: center;
		}

		.um-profile-nav-item a i:before {
				margin: 0 auto;
		}

		.um-profile-nav-item a {
				padding: 0;
				text-decoration: none;
		}

		.um-profile-nav-item {
				padding: 0px 10px;
		}
		.sz-um-container-headline {
			font-size: 18px;
			margin-bottom: 10px;
		}
}

/* general */

.um.um-login,
.um.um-register {
    padding: 0 5px;
}

@media (max-width: 599px) {
	.um.um-login,
	.um.um-register {
	    width: 75%;
	}
}

.um-page-account .header {
	margin-bottom: 0;
}

.um-load-items {
		text-align: center;
}

.um-load-items .spinner {
		display: none;
		height: 42px;
}

.um-load-items.loading .spinner {
		display: block;
}

.um-load-items.loading .um-button {
		display: none;
}

.um-account-icontip {
	display: none;
}

.um-profile-body.posts.posts-default .container,
.um-profile-body.szprofile.szprofile-default .container,
.um-profile-body.reviews.reviews-default,
.um-profile-body.mydevice.mydevice-default .container,
.um-profile-body.favourites.favourites-default .container,
.um-profile-body.comments.comments-default {
	display: flex;
}

@media (max-width: 599px) {
	.um-profile-body.posts.posts-default .container,
	.um-profile-body.szprofile.szprofile-default .container,
	.um-profile-body.reviews.reviews-default,
	.um-profile-body.mydevice.mydevice-default .container,
	.um-profile-body.favourites.favourites-default .container,
	.um-profile-body.comments.comments-default {
			flex-wrap: wrap;
	}
}


.um-button {
		transition: .3s;
		border-radius: 50px;
		border: 2px solid #0091ea;
		color: #0091ea;
		font-size: 14px;
		font-weight: 900;
		vertical-align: top;
		text-transform: uppercase;
		line-height: 1.5;
		outline: 0;
		background-color: #fff;
		padding: 9px 18px 8px;
		display: block;
		width: fit-content;
		margin: 0 auto;
}

span.um-tip-text {
    display: block;
    font-size: 12px;
    text-transform: initial;
    font-weight: 400;
}

@media (max-width: 599px) {
	.um-button {
	    font-size: 12px;
	    line-height: 20px;
	    padding: 5px 20px;
	    background-color: #0091ea;
	    color: #fff;
	}
}

.um-button:hover {
		color: white;
		background-color: #005182;
		border-color: #005182;
		text-decoration: none;
}

.um-field-error {
    color: red;
    padding-left: 5px;
}

span.um-field-arrow,
p.um-notice.success i {
    margin-right: 10px;
}

p.um-notice.success {
    font-weight: 900;
    color: #50af1a;
}

i.um-icon-ios-close-empty {
    display: none;
}

.sz-um-container-content .sz-um-container-headline {
	width: fit-content;
	position: relative;
}

.sz-um-container-headline svg {
    position: absolute;
    height: 14px;
    right: -23px;
    top: 9px;
}

@media (max-width: 899px) {
	.sz-um-container-headline svg {
		display: none;
	}
}

/* Upload avataru - nahrávání obrázku */

.um-profile-photo {
    float: left;
    position: relative;
    width: 200px;
}

.um-header.no-cover {
    height: 170px;
}

.um-dropdown {
    position: absolute;
    top: 59px !important;
    height: auto;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
    display: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 1px rgba(0,0,0,.1);
    width: 123px !important;
    left: 50% !important;
    transform: translateX(-50%);
    right: auto;
    text-align: center;
    display: block !important;
    margin: auto;
}

.um-header.no-cover .um-profile-photo {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.um-dropdown-b {
    position: relative;
}

.um-profile-photo-overlay ins {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-decoration: none;
    background: none;
    color: #fff;
    border-bottom: none;
}

.um-profile-photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
    text-shadow: 0 1px #666;
    cursor: pointer!important;
    line-height: 21px;
    font-size: 16px;
    height: 100%;
    width: 100%;
    border-radius: 999px;
}

.um-profile-photo-overlay span.um-profile-photo-overlay-s {
    display: table;
    height: 100%;
    width: 100%;
}

.um-profile-photo a.um-profile-photo-img img {
    width: 100%;
    height: 100%;
}

.um-profile-photo-overlay i {
    font-size: 46px;
    display: none;
}

.um-dropdown-arr {
    position: absolute;
    color: #fff;
    font-size: 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 15;
    color: #eee;
    top: -22px !important;
    display: none;
}

.um-dropdown ul, .um-dropdown li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.um-dropdown li {
    display: none;
}

.um-dropdown li:first-child {
    display: initial;
}

.um-dropdown li a {
    display: block;
    padding: 8px 12px;
    color: #666;
    font-size: 14px;
    line-height: 18px;
}

.um-profile-photo img {
	border-radius: 100%;
	float: left;
}

.um-dropdown span.um-social-login-avatar-change {
    padding: 10px 15px 15px 45px;
    margin-left: 5px;
    display: block;
    text-align: left;
}

.um-dropdown li:last-child a {
    border-top: 1px solid #e5e5e5;
    padding: 12px;
}

a.um-profile-photo-img {
    height: 140px !important;
    width: 140px !important;
    display: inline-block;
    position: relative;
    left: auto;
    text-align: center;
    float: none;
    padding: 5px;
    background: #fff;
    box-sizing: content-box;
    top: 0 !important;
}

a.um-profile-photo-img span {
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
}

div.um-modal .upload {
    cursor: pointer !important;
    line-height: 34px !important;
    height: 34px;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
    transition: 0.2s;
    border-radius: 30px;
    opacity: 1;
    background: #0091ea;
}

div.um-modal .upload:hover {
    background: #005182;
}

.um-modal-header {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    height: 44px;
    line-height: 44px;
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 17px;
    background: #0091ea;
}

.um-modal-btn {
    cursor: pointer !important;
    line-height: 34px !important;
    height: 34px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
    transition: 0.2s;
    background: #0091ea;
    text-decoration: none !important;
}

.um-modal-btn.disabled, .um-modal-btn.disabled:hover {
    opacity: 0.5;
    cursor: default !important;
}

.um-clear {
    clear: both;
}

div.um-modal .upload,
.um-modal-btn {
	border-radius: 30px !important;
}

@media (max-width: 599px) {
	.um-modal.no-photo.normal.uimob500 {
	    width: 100%;
	    margin: 0 !important;
	    left: 0;
	    height: 100%;
	    background: #fff;
	}
	.um-modal.uimob500 .um-modal-footer {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    box-sizing: border-box;
	    padding: 10px;
	    border-top: 1px solid #ddd;
	}
	.um-modal.uimob500 .um-modal-right {
	    width: 100%;
	    float: none;
	}
	.um-modal.uimob500 .um-modal-footer a.um-modal-btn {
	    width: 48%;
	    margin: 0 1%;
	    float: left;
	    display: block;
	    line-height: 44px!important;
	    height: 44px;
	}
}

/* Notifikační lišta */ 

.um-notification-ajax {
		margin-top: 60px;
}

/* Profil - levý bar */

.sz-um-profile-bar .sz-um-container-headline {
		font-size: 18px;
		margin-bottom: 10px;
}

.sz-um-profile-fullname {
		font-weight: 700;
}

.um-account-meta-img.uimob800-hide {
		display: none;
}

.um-account-meta-img-b.uimob800-show {
		margin-bottom: 10px;
}

.um-account-meta-img-b.uimob800-show a {
		display: block;
		height: 115px;
		position: relative;
		width: 115px;
		margin: 0 auto;
		border-radius: 100%;
		overflow: hidden;
}

.um-account-meta-img-b.uimob800-show a .lazyload__wrap{
		height: 100%;
}

.sz-um-profile-bar {
		min-width: 190px;
		margin-right: 40px;
}

.um-profile-nav:after {
		content: "";
		background: #0091ea;
		width: 100%;
		position: absolute;
		height: 40px;
		left: 0;
		z-index: -1;
}

.um-account-meta-img-b {
		text-align: center;
}

.um-account-meta-img-b img {
		border-radius: 100%;
}

.um-account-meta-img-b a {
		display: block;
}

.um-account-name {
		text-align: center;
}

.um-account-profile-link {
		font-size: 12px;
}

.sz-um-profile-container {
		margin-top: 40px;
}

@media (max-width: 599px) {
		.sz-um-profile-bar {
				width: 100%;
				float: initial;
				margin-right: 0;
				margin-bottom: 40px;
				display: none;
		}
		.um-profile-body.szprofile.szprofile-default .sz-um-profile-bar {
			display: initial;
		}

		.um-account-meta .sz-um-profile-container {
				display: none;
		}
}

.sz-um-profile-container.sz-um-profile-karma .user-reviews-point {
		font-size: 30px;
		line-height: 30px;
}

.sz-um-profile-container.sz-um-profile-karma svg {
		width: 30px;
		height: 30px;
}

.sz-um-profile-container.sz-um-profile-karma {
		text-align: center;
}

.sz-um-profile-container.sz-um-profile-karma .sz-um-container-wrap .sz-um-profile-karma {
		display: flex;
		justify-content: center;
		align-items: center;
}

.sz-um-profile-container.sz-um-profile-karma .sz-um-container-wrap .sz-um-profile-karma svg circle {
		fill: #50af1a;
}

.sz-um-profile-container.sz-um-profile-karma .sz-um-container-wrap .user-reviews-point {
		color: #222222;
		padding-left: 10px;
}

.sz-um-karma-last-activity-avatar {
		width: 20px;
		height: 20px;
		border-radius: 100%;
		overflow: hidden;
		margin-right: 5px;
		flex-shrink: 0;
}

.sz-um-karma-last-activity-avatar .lazyload__wrap {
		height: 100%;
}

.sz-um-karma-last-activity-wrap {
		display: flex;
		margin-bottom: 7px;
}

.sz-um-karma-last-activity-wrap:last-child {
		margin-bottom: 0px;
}

.sz-um-karma-last-activity-name {
		font-size: 13px;
		margin-left: 5px;
}

.sz-um-karma-last-activity-value svg {
		width: 15px;
}

.sz-um-karma-last-activity-value .up svg path {
	fill: #59BA29;
}

.sz-um-karma-last-activity-value .down svg path {
	fill: #FE5050;
}

.sz-um-karma-last-activity-value {
		text-align: right;
		flex-grow: 2;
}

.sz-um-profile-container.sz-um-profile-karma-list a {
		margin: 0 auto;
		display: block;
		width: fit-content;
		font-size: 14px;
}

/* Profile - dashboard */

.um-profile-body.szprofile.szprofile-default {
		width: 100% !important;
		max-width: 100% !important;
}

.um-profile-body.szprofile.szprofile-default .sz-um-container-content {
	display: flex;
	flex-wrap: wrap;
}

.um-profile-body.szprofile.szprofile-default .sz-um-container-content > div {
	flex-basis: 50%;
	padding: 0 10px;
  	box-sizing: border-box;
  	margin-bottom: 40px;
}

.um-profile-body.szprofile.szprofile-default .sz-um-container-content > div:last-child {
  	margin-bottom: 0px;
}

.um-profile-body.szprofile.szprofile-default .post-list {
	padding-left: 170px;
	max-height: 106px;
}

.um-profile-body.szprofile.szprofile-default .sz-um-container-content .post-list__link > .lazyload__wrap {
	width: 32%;
}

/*
.um-profile-body.szprofile.szprofile-default .post-list__link>.lazyload__wrap {
	width: 160px;
}
*/

.um-profile-body.szprofile.szprofile-default .aps-review__desc-container .aps-review__desc,
.um-profile-body.szprofile.szprofile-default .comment_post_info .post-list__title {
	font-size: 14px;
}


.um-profile-body {
	margin: 0;
	margin-top: 20px;
}

.sz-um-one-half {
		width: 50%;
}

.sz-um-container-wrap h3.post-list__title {
		font-size: 16px;
}

.sz-um-one-half.sz-um-one-half_first {
		padding-right: 20px;
}

.sz-um-one-half.sz-um-one-half_second {
		padding-left: 20px;
}

.sz-um-one-half .sz-um-profile-container {
		margin-top: 40px;
}

.sz-um-one-half .sz-um-profile-container:first-child {
		margin-top: 0;
}

.sz-um-comment-wrap {
		position: relative;
		margin-top: 10px;
}

.sz-um-comment-wrap:first-child {
		margin-top: 0;
}

.sz-um-comment-wrap:last-child {
		margin-bottom: 30px;
}

.sz-um-comment-wrap .comment_post {
		position: relative;
		margin-top: 5px;
}

.sz-um-comment-wrap .comment__text {
		height: 22px;
		overflow: hidden;
}

.sz-um-profile-container .sz-um-comment-wrap h3.post-list__title,
.sz-um-comment-container .sz-um-comment-wrap h3.post-list__title {
	font-size: 12px;
	padding-left: 3px;
}

.sz-um-comment-wrap .comment_post_info .post-list__link>.lazyload__wrap {
	width: 28px;
}

.sz-um-comment-wrap>span.lazyload__wrap {
	position: relative;
	float: left;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	margin: 0 9px 9px 9px;
}

.sz-um-comment-wrap .comment__content {
	padding: 0 0 10px 50px;
}

.sz-um-profile-container-aps-reviews article {
	margin-bottom: 20px;
}

.sz-um-profile-container-aps-reviews article:last-child {
	margin-bottom: 0;
}

.sz-um-profile-container h3.post-list__title {
	font-size: 16px;
}

.sz-um-container-content span.meta_duration {
    background: white;
    padding: 0 8px;
    border-radius: 4px;
}

@media (min-width: 1200px) {
	.sz-um-one-half .post-list {
		padding-left: 200px;
	}

	.sz-um-one-half .post-list__link>.lazyload__wrap {
		width: 180px;
	}
}

@media (min-width: 1200px) {
		.sz-um-one-half .post-list {
				height: 119px;
		}
}

@media (max-width: 1199px) {
		.sz-um-container-wrap h3.post-list__title {
				font-size: 16px;
		}
		.um-profile-body.szprofile.szprofile-default .post-list {
			padding-left: 0;
		}
	.um-profile-body.szprofile.szprofile-default .sz-um-container-content > div {
		flex-basis: 100%;
	}
	.sz-um-comment-wrap .comment__content {
		padding-left: 60px;
	}

}

@media (max-width: 899px) {
	.sz-um-one-half {
			width: 100%;
	}

	.sz-um-container-content {
			flex-wrap: wrap;
	}
	.sz-um-profile-container-posledni-komentare .sz-um-comment-wrap,
	.sz-um-comment-wrap:last-child {
		margin-bottom: 0px;
	}
	.um-profile-body.szprofile.szprofile-default .sz-um-container-content > div {
		padding: 0;
	}
}

@media (max-width: 599px) {
		.sz-um-one-half.sz-um-one-half_first {
				padding-right: 0;
		}

		.sz-um-one-half.sz-um-one-half_second {
				padding-left: 0;
		}

		.sz-um-container-wrap h3.post-list__title {
				font-size: 14px;
		}
		.sz-um-comment-wrap .comment__text p {
			margin: 0;
		}
}

/* příspěvky  - moje články */

.um-profile-body.posts.posts-default .um-ajax-items {
	max-width: 750px;
}

.um-profile-body.posts.posts-default .post-list__link>.lazyload__wrap {
	width: 220px;
}

.um-profile-body.posts.posts-default {
	display: flex;
}

.sz-um-profile-container-posledni-clanky a svg path {
	fill: #0091ea;
}

@media (min-width: 1200px){
	.um-profile-body.posts.posts-default .post-list {
		height: 145px;
	}
	.um-profile-body.posts.posts-default .um-ajax-items .post-list  {
		padding-left: 241px;
	    display: flex;
	    flex-wrap: wrap;
	}
}

@media (max-width: 1199px){
	.um-profile-body.posts.posts-default .post-list__link>.lazyload__wrap {
		width: 32%;
	}
	.um-profile-body.posts.posts-default .um-ajax-items .post-list  {
		padding: 0;
	}
}

/* komentáře - notifikace */

.sz-um-container-content.um-notifikace {
    max-width: 750px;
    /* display: flex; tohle dělá problém na záložce "Komentáře" */
}

.um-notification-btn {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
}


.um-notification-btn a.um-ajax-action.button {
	order: 2;
}

a.um-notification-i-settings {
	display: block;
	height: 35px;
	width: 35px;
	position: relative;
	margin-right: 10px;
}

.um-notification-i-settings i.um-faicon-cog {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.um-profile-body.comments.comments-default .sz-um-comment-container {
	max-width: 750px;
}

.comment__content.um-notification-status-unread .comment__text {
		font-weight: 900;
}

.sz-um-comment-wrap .comment_post .post-list__title {
		font-weight: 400;
}

@media (min-width: 900px) {
	.um-profile-body.comments.comments-default .sz-um-comment-container {
		padding: 0 20px;
	}
}

.um-notifikace .sz-um-container-headline {
	width: fit-content;
    position: relative;
}

.um-notifikace .sz-um-container-headline svg {
	position: absolute;
    height: 14px;
    right: -23px;
    top: 9px;
}

@media (max-width: 899px) {
	.um-notification-btn {
		justify-content: center;
		position: initial;
		margin-bottom: 20px;
	}
	.sz-um-container-content.um-notifikace {
	    display: flex;
	}
	.um-notifikace .sz-um-container-headline {
	    flex-grow: 2;
	}
}

/* moje karma */

div.um .um-profile-body.reviews.reviews-default {
	color: #222;
	padding-top: 0;
}

.sz-um-container-wrap.um-ajax-items .sz-um-karma-last-activity-wrap {
	margin-bottom: 15px;
}

.sz-um-container-wrap.um-ajax-items .sz-um-karma-last-activity-value {
		flex: 0 0 50px;
		text-align: center;
}

.sz-um-container-wrap.um-ajax-items .post-list__link>.lazyload__wrap {
	width: 28px;
}

.sz-um-container-wrap.um-ajax-items h3.post-list__title {
	font-size: 14px;
		font-weight: 400;
		line-height: 21px;
		width: 300px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.sz-um-container-wrap.um-ajax-items .comment_post_info {
	flex-grow: 2;
		position: relative;
		padding-left: 29px;
}

.sz-um-container-wrap.um-ajax-items .comment_post_info:before {
		content: ">";
		position: absolute;
		left: 0;
		font-weight: 400;
		top: 0;
}

.sz-um-container-wrap.um-ajax-items .sz-um-karma-last-activity-name {
	font-size: 14px;
		margin-right: 17px;
	font-weight: 700;
		white-space: nowrap;
}

.sz-um-container-wrap.um-ajax-items .sz-um-karma-last-activity-value svg {
	width: 16px;
}

.sz-um-karma-container .sz-um-profile-container {
	margin-top: 0;
		width: 100%;
		position: relative;
}

.sz-um-karma-container .sz-um-container-wrap .sz-um-profile-karma {
		position: absolute;
		right: -50px;
		top: 5px;
		display: flex;
		height: 20px;
}

.sz-um-profile-karma svg {
		width: 20px;
		height: 20px;
}

.sz-um-profile-karma svg circle {
		fill: #59ba29;
}

.sz-um-profile-karma .user-reviews-point {
		font-size: 20px;
		color: #222;
		font-weight: 900;
		line-height: 20px;
		padding-left: 5px;
}

.sz-um-karma-history-headline {
		margin: 20px 0 10px;
}

.sz-um-container-content .sz-um-karma-container {
		max-width: 600px;
}

.sz-um-karma-container .sz-um-container-headline {
		margin-bottom: 20px;
		width: fit-content;
		position: relative;
}

.sz-um-karma-container .sz-um-container-headline svg {
		position: absolute;
		height: 14px;
		right: -23px;
		top: 9px;
}

.sz-um-container-wrap.karma-status {
		position: relative;
		width: 1px;
		height: 33px;
		float: left;
		margin-bottom: 20px;
		display: block;
}

.sz-um-karma-container .sz-um-container-wrap .sz-um-profile-karma {
		position: absolute;
		right: -50px;
		top: 5px;
		display: flex;
		height: 20px;
}

@media (max-width: 899px) {
		.sz-um-container-wrap.um-ajax-items .sz-um-karma-last-activity-wrap .comment_post_info {
				overflow: hidden;
		}
		.sz-um-container-wrap.um-ajax-items h3.post-list__title {
			color: #0091ea;
		}
}

@media (max-width: 600px) {
		.sz-um-container-wrap.um-ajax-items .sz-um-karma-last-activity-wrap {
				margin-bottom: 18px;
		}
		
		.sz-um-container-wrap.um-ajax-items .sz-um-karma-last-activity-value {
				flex-basis: 0;
				margin-right: 10px;
		}
		.sz-um-container-wrap.um-ajax-items .sz-um-karma-last-activity-name {
				margin-right: 12px;
		}
		.sz-um-container-wrap.um-ajax-items h3.post-list__title {
				width: initial;
		}
		.sz-um-container-wrap.um-ajax-items .comment_post_info {
				padding-left: 18px;
		}
}


/* přihlašovací/registrační formulář */

.um {
	max-width: 480px;
	margin: 0 auto;
}

.um .um-field-area input {
	width: 100%;
	height: 35px;
	border-radius: 30px;
	border: 1px solid #424242;
	outline: none;
	padding: 0 14px;
	box-sizing: border-box;
}

.um .um-field-area textarea {
	width: 100%;
	border-radius: 15px;
	border: 1px solid #424242;
	outline: none;
	padding: 0 14px;
	box-sizing: border-box;
}

.um.um-register .um-field,
.um.um-login .um-field {
	margin-bottom: 10px;
}

.um .um-field-label {
	text-transform: uppercase;
	font-weight: 700;
}

.um input[type="checkbox"] {
	display: none;
}

.um .um-col-alt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.um .um-field.um-field-username {
	margin-bottom: 10px;
}

.um .um-col-alt .um-field.um-field-c {
	flex: 1 0 0;
	/*display: none;*/
}

.um .um-left.um-half, .um-right.um-half {
	margin-left: 5px;
}

.um .um-col-alt-b {
	text-align: center;
	margin: 20px 0;
}

.um.um-login .um-left.um-half {
    order: 2;
}

.um.um-login .um-right.um-half .um-button,
.um.um-login .um-right.um-half .um-alt {
	border: none;
    font-size: 14px;
    font-weight: 900;
    vertical-align: top;
    text-transform: uppercase;
}
.um.um-login .um-right.um-half .um-button:hover{
	background: none;
	color: #005182;
}

@media (max-width: 599px) {
	.um .um-col-alt {
		flex-wrap: wrap;
		justify-content: center;
	}
	.um .um-col-alt .um-field.um-field-c {
	    width: 100%;
	    text-align: center;
        flex: none;
	}
	.um-row._um_row_1 {
		margin-bottom: 15px;
	}
	.um .um-field-label {
		font-size: 14px;
	}

}

#prihlasit-komentare input[type="checkbox"] {
    width: auto!important;
    height: 15px!important;
    display: initial;
}

#prihlasit-komentare i.um-icon-android-checkbox-outline-blank {
    display: none;
}

/* Nastavení notifikací */

.um.um-account.um-editing {
	max-width: 100%;
}

.um.um-account.um-editing .um-form form {
    display: flex;
    flex-wrap: wrap;
}

.um.um-account.um-editing .um-form form .sz-um-container-headline {
    width: 100%;
    margin-top: 20px;
}

.um-account-meta.uimob500-show {
	display: none;
}

.um-account-nav.uimob340-show.uimob500-show {
	display: none;
}

.um-account-tab {
	display: none;
}

.um-account-tab.um-account-tab-general {
	/*display: block;*/
}

.um-account-side.uimob340-hide.uimob500-hide {
  flex-basis: 200px;
  flex-shrink: 0;
  margin-right: 20px;
}

.um-account-main {
  flex-basis: 100%;
  max-width: 600px;
}

.um-account-tab-webnotifications .um-field-area label {
    display: inherit;
}

@media (max-width: 600px) {
	.um.um-account.um-editing .um-form form {
    flex-wrap: wrap;
    padding: 0 10px;
	}

	.um-account-side.uimob340-hide.uimob500-hide {
    flex-basis: 100%;
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
	}

	.um-account-side .um-account-meta {
    flex-basis: 150px;
	}

	.um-account-main {
    margin-top: 20px;

	}
	.um-account-side.uimob340-hide.uimob500-hide ul {
		flex-grow: 2;
	}
}

.um-account-tab .um-field {
    margin-top: 20px;
}

.um-account-heading i {
    margin-right: 10px;
}

.um-account-side.uimob340-hide.uimob500-hide ul {
    list-style: none;
    padding: 0;
    margin: 20px 10px;
}

.um-account-side.uimob340-hide.uimob500-hide ul li {
    margin-bottom: 5px;
}

span.um-account-icontip.uimob800-show.um-tip-w {
    display: none;
}

span.um-account-arrow.uimob800-hide {
    display: none;
}

span.um-account-icon.uimob800-hide {
    flex-basis: 25px;
    align-items: center;
    text-align: center;
}

a.um-account-link {
    display: flex;
}

label.um-field-checkbox {
  display: inline-block;
  margin-top: 5px;
}

.um-field-area .selection span.select2-selection {
  border-radius: 20px;
  padding: 0 6px;
  outline: none;
}

/* Moje Recenze */

.um-profile-body.apsreviews.apsreviews-default {
	display: flex;
}

.sz-um-aps-reviews-container {
    width: 700px;
}

.aps-review-list a.post-list__link {
    position: relative;
    display: flex;
    min-height: 120px;
    overflow: hidden;
}

.aps-review-list a.post-list__link:hover p {
    color: initial;
}

.aps-review-list span.lazyload__wrap {
    width: 150px;
    height: 150px;
}

.aps-review-list .lazyload__wrap img {
    width: -webkit-fill-available;
    height: 100%;
}

.sz-um-aps-reviews-container h3.aps-review__title {
    font-size: 27px;
    margin: 0;
    line-height: 34px;
}

.sz-um-aps-reviews-container .aps-review__desc {
    flex-basis: 100%;
    margin: 0;
    line-height: 25px;
}

.aps-review-list p.aps-review__desc {
	margin-bottom: 0;
}

.aps-review__img .aps-review__meta {
    background-color: #50af1a;
    height: 25px;
    padding: 1px 8px;
    border-radius: 20px;
    color: white;
    width: fit-content;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}

.sz-um-aps-reviews-container article {
    margin-bottom: 30px;
}

.aps-review__img {
	position: relative;
}

@media (max-width: 899px) {
	.aps-review-list span.lazyload__wrap,
	.aps-review__img span.lazyload__wrap {
	    width: 100px;
	    height: 100px;
	}
	.aps-review__img .aps-review__meta {
		top: 85px;
	}
	.aps-review__desc-container h3.aps-review__title {
		font-size: 14px;
		line-height: 18px;
	}
	.aps-review__desc-container .aps-review__desc {
		font-size: 14px;
		line-height: 18px;
	}
	.sz-um-aps-reviews-container {
		width: initial;
	}
}

/* Uložené */

.um-profile-body.favourites.favourites-default {
  display: flex;
}

.um-profile-body.favourites.favourites-default .um-ajax-items {
  max-width: 750px;
}

.um-profile-body.favourites.favourites-default .post-list__link>.lazyload__wrap {
  width: 220px;
}

.um-profile-body.favourites.favourites-default .post-list {
  padding-left: 241px;
  display: flex;
  flex-wrap: wrap;
}

.um-profile-body.favourites.favourites-default .post-list .meta_duration.meta_duration--desktop {
	opacity: 1;
  	position: relative;
  	height: inherit;
}

.um-profile-body.favourites.favourites-default .post-list.saved-later-posts .post-list__meta {
    flex-grow: 2;
    height: inherit;
}

.um-profile-body.favourites.favourites-default .post-list .post-list__link{
    height: auto;
    width: 100%;
}

.um-profile-body.favourites.favourites-default .saved-later-posts .meta_duration__remove {
	display: inline-block;
	opacity: 1;
}
.um-profile-body.favourites.favourites-default .saved-later-posts .meta_duration__saved {
	display: inline-block;
  margin-right: 20px;
}

.post-list.saved-later-posts .meta_duration--mobile {
	display: none;
}

.saved-later-revert-text {
  position: absolute;
  margin: auto;
  width: inherit;
  top: 50%;
  transform: translateY(-50%);
}

.saved-later-revert-text a{
	margin-left: 10px;
}

div.saved-later-revert {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  height: 102%;
  text-align: center;
  background: #ffffffed;
}

@media (max-width: 1199px) {
	.um-profile-body.favourites.favourites-default .post-list {
		padding-left: 0;
	}
	.um-profile-body.favourites.favourites-default .post-list__link > .lazyload__wrap {
		width: 32%;
	}
	.um-profile-body.favourites.favourites-default .post-list {
		display: block;
	}
	.post-list.saved-later-posts .meta_duration--mobile {
		display: initial;
	}
	.post-list.saved-later-posts .meta_duration--mobile .meta_duration__saved_text {
		display: none;
	}
}

/* přepínač řazení obsahu */

#sz_account_um_extend_menu a.razeni_obsahu {
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sz_account_um_extend_menu a.razeni_obsahu .razeni_obsahu-prepinac {
    width: 30px;
    height: 21px;
    background: white;
    border-radius: 20px;
    position: relative;
}

#sz_account_um_extend_menu a.razeni_obsahu .razeni_obsahu-prepinac:before {
    content: "";
    width: 15px;
    height: 15px;
    z-index: 1;
    position: absolute;
    background: #50af1a;
    border-radius: 100%;
    top: 3px;
}

#sz_account_um_extend_menu a.razeni_obsahu:hover .razeni_obsahu-prepinac{
    background: #50af1a;
}

#sz_account_um_extend_menu a.razeni_obsahu:hover .razeni_obsahu-prepinac:before {
    background: white;
}

#sz_account_um_extend_menu a.razeni_obsahu.kvalita .razeni_obsahu-prepinac:before {
    left: 3px;
    right: initial;
}

#sz_account_um_extend_menu a.razeni_obsahu.datum .razeni_obsahu-prepinac:before {
    left: initial;
    right: 3px;
}

/* Notifikace v menu */

div#sz_account_um_extend_menu {
    position: absolute;
    background: #50af1a;
    color: white;
    font-weight: 700;
    padding: 5px 6px;
    width: 160px;
    right: 0;
    border-radius: 0 0 4px 4px;
    display: none;
    top: 50px;
    z-index: 999;
}

.header__account__login__container:hover {
    border-bottom: 3px solid white;
}

.header__account__login__container:hover div#sz_account_um_extend_menu {
	display: initial;
}

div#sz_account_um_extend_menu a {
   	margin: 2px 0;
    display: inline-block;
    padding: 4px 11px;
    color: white;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

div#sz_account_um_extend_menu a:hover {
    text-decoration: none;
    background: white;
    color: #50af1a;
}

/* upozornění v menu */

div#sz_account_um_extend_menu a:hover .um-icon-ios-bell:before {
	color: #50af1a;
}

#sz_account_um_extend_menu a:first-child {
	position: relative;
}

/* upozornění s velkym zvonkem */

.header__account > .um-notification-b.right { 
	display: none !important;
}

@media (min-width: 1200px) {
	.header__account > .um-notification-b.right {
	    position: initial;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    box-shadow: none;
	    background: none;
	    margin-right: 10px;
	    transition: .3s;
	    display: initial !important;
	}
}

/* upozornění v avataru */

#sz_account_um_extend_menu .um-notification-b.right {
    width: 20px;
    height: 20px;
    font-size: 19px;
    line-height: 20px;
    vertical-align: initial;
    background: none;
    display: contents;
    box-shadow: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#sz_account_um_extend_menu .um-notification-b.right .um-notification-live-count {
    right: 22px !important;
    top: 4px !important;
}

@media (min-width: 1200px) {
	.header__account__login > .um-notification-live-count {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.header__account__login > .um-notification-live-count {
	    line-height: 15px;
	    width: 15px;
	    padding: 0;
	    height: 15px;
	    font-weight: 400;
	    right: -1px !important;
	    position: absolute;
	    bottom: 3px !important;
	}
}

.um-notification-b.right:hover {
    transform: translateY(-3px);
}

@media (max-width: 1199px) {
	.um-notification-b.right {
	    display: none;
	}
}

/* Upravit profil */

.um-profile.um-editing .um-form .um-profile-body.main.main-default {
    max-width: 100%;
    display: flex;
}

.um-profile.um-editing .um-form .um-profile-body.main.main-default .sz-um-profile-edit {
	width: 600px;
}

.um-profile.um-editing .um-form .um-profile-body.main.main-default .um-field {
    margin-bottom: 20px;
}

.um-profile.um-editing .um-form .um-profile-body.main.main-default .um-field-label-icon {
    display: inline-block;
    margin-right: 10px;
}

.um-profile.um-editing .um-form .um-profile-body.main.main-default .um-field-radio input[type="radio"] {
    display: none;
}

.um-profile.um-editing .um-form .um-profile-body.main.main-default .um-field-gender .um-field-radio {
    margin-right: 20px;
}

.um-profile.um-editing .um-form .um-profile-body.main.main-default span.um-field-radio-state {
    margin-right: 5px;
}

.um-notification-live-count {
    right: 1px !important;
    top: 2px !important;
}

/* Konkrétní formuláře, Přihlašovací formulář*/

.um.um-login.um-logout.um-482800 .avatar.um-avatar {
    border-radius: 100%;
}

.um.um-login.um-logout.um-482800 {
    text-align: center;
}

.um.um-login.um-logout.um-482800 ul.um-misc-ul {
	padding: 0;
	list-style: none;
}