.error_page a.related_categories_title.notranslate {
	color: #fff !important;
}

.page_info {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-box-pack: justify;
	padding-bottom: 80px;
	padding-top: 60px;
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
}

.image_holder {
	margin-right: 68px;
}

.page_info .text-holder .title {
	color: #FF6A00;
	font-size: 100px;
	font-weight: 500;
	margin-bottom: 26px;
	margin-left: -5px;
	font-family: Roboto, sans-serif, sans-serif;
}

.page_info .text-holder .back_to_home {
	display: inline-block;
	-webkit-box-shadow: 0 5px 9px rgb(71 125 151 / 33%);
	box-shadow: 0 5px 9px rgb(35 146 179 / 33%);
	border-radius: 10px;
	max-width: 250px;
	background-color: #006c82;
	padding: 14px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

.page_info .text-holder .subtitle {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 17px;
}

.page_info .text-holder .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 41px;
	color: #fff;
}

.text-holder .back_to_home:hover img {
	-webkit-animation: backButtonArrow 1s infinite;
	animation: backButtonArrow 1s infinite;
}

.text-holder .back_to_home img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.text-holder .back_to_home:hover {
	-webkit-animation: pulse-yellow 1s;
	animation: pulse-yellow 1s;
}

.custom_container_class .item_wrap {
	background-color: #fdfdfd;
	border: 3px solid #b1b1b1;
	border-radius: 10px;
}

.title_custom_css {
	height: 55px !important;
	text-transform: uppercase;
	margin-top: 0px;
	position: relative;
}

.title_custom_css::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	width: -webkit-calc(100% - 25px);
	width: calc(100% - 25px);
	border-radius: 2px;
	background-color: #e5e5e5;
}

.title_custom_css::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	width: 55px;
	border-radius: 2px;
	background-color: #767676;
	-webkit-transition: width .3s;
	transition: width .3s;
	will-change: transform;
}

.title_custom_css h2 {
	padding: 1px 5px;
	background-color: white !important;
	height: 56px;
	font-size: 15px;
	line-height: 1px;
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400 !important;
}

.custom_container_class ol {
	margin-left: 0px;
	list-style: none;
	counter-reset: number;
	padding: 0;
	width: 100%;
	font-size: 0;
}

.custom_container_class .item_wrap .item_group li {
	position: relative;
	padding: 1px 35px 1px 15px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.custom_container_class .item_wrap .item_group li::before {
	counter-increment: number;
	content: counter(number) ".";
	width: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 3px 3px 0 0;
	text-align: right;
	color: #96979f;
	font-size: 11px;
	font-weight: 300;
	line-height: 18px;
}

.custom_container_class ol li span {
	font-size: 14px;
	line-height: 22px;
}

#category_52,
#category_60,
#category_53,
#category_72,
#category_59,
#category_61,
#category_55,
#category_71,
#category_57,
#category_79,
#category_65,
#category_66,
#category_54,
#category_68,
#category_69,
#category_70,
#category_67,
#category_58,
#category_78,
#category_63,
#category_75,
#category_62,
#category_74,
#category_76 {
	border: solid 3px #3a5fee;
}

#category_64,
#category_73 {
	border: solid 3px #ff7414;
}

#category_52 .title_custom_css::after,
#category_60 .title_custom_css::after,
#category_53 .title_custom_css::after,
#category_72 .title_custom_css::after,
#category_59 .title_custom_css::after,
#category_61 .title_custom_css::after,
#category_55 .title_custom_css::after,
#category_71 .title_custom_css::after,
#category_57 .title_custom_css::after,
#category_79 .title_custom_css::after,
#category_65 .title_custom_css::after,
#category_66 .title_custom_css::after,
#category_54 .title_custom_css::after,
#category_68 .title_custom_css::after,
#category_69 .title_custom_css::after,
#category_70 .title_custom_css::after,
#category_67 .title_custom_css::after,
#category_58 .title_custom_css::after,
#category_78 .title_custom_css::after,
#category_63 .title_custom_css::after,
#category_75 .title_custom_css::after,
#category_62 .title_custom_css::after,
#category_74 .title_custom_css::after,
#category_76 .title_custom_css::after {
	background: #3a5fee !important;
}

#category_64 .title_custom_css::after,
#category_73 .title_custom_css::after {
	background: #ff7414 !important;
}

@media only screen and (max-width: 768px) {
	.page_info {
		display: block;
	}

	.image_holder {
		margin-right: 0;
		text-align: center;
	}

	.image_holder img {
		max-width: 300px !important;
	}

	.text-holder {
		margin-left: 30px;
	}

	.sprite {
		width: 17px;
	}

	.page_info .text-holder .title {
		font-size: 100px !important;
		text-align: center;
	}
}

#best-live-sex-cams::after,
#best-premium-porn-sites::after {
	background: #ffde00 !important;
}

.best-live-sex-cams,
.best-premium-porn-sites {
	border-color: #ffde00 !important;
}

.markfav {
	height: 30px;
	border-bottom: unset;
}

.custom_container_class {
	max-width: 1100px !important;
}

body {
	position: relative;
}

.buttonvisit {
	position: absolute;
	top: 35%;
	width: 98%;
	z-index: 9;
}

.btn-visit {
	background-color: #77BB41;
	border-color: #77BB41;
	padding: 14px 16px;
	left: -1px;
	border-radius: 10px !important;
}

.btn-visit .text {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	word-break: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	min-width: 87px;
	margin: 0px 8px 0px 0px;
	overflow: hidden;
	color: #000;
	font-weight: 600;
	font-size: 18px;
}

.btn-visit .link-icon {
	color: rgb(255, 255, 255);
	display: inline-block;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transform: translateZ(0px);
	-webkit-font-smoothing: subpixel-antialiased;
	background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-new-tab.svg) center center / 15px no-repeat;
	background-position: center center;
}

.singBookMarBody h1 {
	color: #4c4c4c !important;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.singBookMarBody h3 {
	margin-top: 0rem;
}

.singBookMarBody h3 a {
	color: #77BB41;
	font-size: 14px;
	text-decoration: none;
}

.singBookMarBody .desc {
	max-height: 275px;
}

.url_link_overcover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 4;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	pointer-events: none;
}

.url_link_overcover .item-link {
	padding: 15px 6px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	width: 90%;
	position: relative;
	font-size: 0;
	max-height: 46px;
}

.url_link_overcover .link1 {
	background: #FF6A00;
	color: #000;
}

.url_link_overcover .item-link .text {
	font-size: 14px;
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
	word-break: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	min-width: 87px;
	color: #000;
}

.url_link_overcover .item-link .btn-icon {
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
	background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-arrow-right.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 10px;
	background-size: 17px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-font-smoothing: antialised;
	-webkit-font-smoothing: subpixel-antialiased;
}

.url_link_overcover .link2 {
	background: #77BB41;
	color: #000;
}

.url_link_overcover .item-link .link-icon {
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
	background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-new-tab.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	background-size: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-font-smoothing: antialised;
	-webkit-font-smoothing: subpixel-antialiased;
}

.url_link_overcover .item-link+.item-link {
	margin-top: 10px;
}

.catDetails .singleBookmarkDesc .image::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	bottom: 2px;
	right: 0px;
	z-index: 1;
	background: rgba(0, 0, 0, .3);
}

.catDetails .singleBookmarkDesc .image {
	overflow: hidden;
	position: relative;
}

.singleBookmarkDesc .image img {
	transition: 0.3s;
	transform-origin: top left;
}

.singleBookmarkDesc .image:hover .img-floude {
	transform: scale(1.1);
}

.container .item_wrap .item_group .helpheats ul li.reviews_li {
	display: inline-block;
	padding-right: 13px;
}

.bookmarksTopTitle a {
	color: lightgray !important;
}

.helpheats .helps {
	width: 50%;
	float: left;
}

.helpheats .hates {
	width: 50%;
	float: left;
}

.left_large_image {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1;
	max-width: 200px;
}

.left_large_image img.left_lady {
	max-height: 330px;
}

.left_large_image img.brazzers_logo {
	max-width: 172px;
}

.right_large_image {
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 1;
}

.right_large_image img.right_lady {
	max-height: 330px;
}

.group-read-more-main a {
	text-align: center;
	text-transform: capitalize;
	padding: 4px 6px;
	font-size: 14px;
	font-weight: 400 !important;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	bottom: 10px;
	left: 10px;
	height: 30px;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	border-radius: 10px;
	background: #006c82 !important;
	color: white !important;
	margin: 0 auto;
	margin-bottom: 5px;
}

.group-read-more-main:hover a {
	text-decoration: none;
	/*color: #fa9e43 !important;*/
	color: #e57d17 !important;
}

.read-more-link:hover {
	/*color: #fa9e43 !important;*/
	color: #e57d17 !important;
}

.header_container {
	border-bottom: unset !important;
}

@media only screen and (max-width: 768px) {
	.left_large_image {
		display: none;
	}

	.right_lady {
		display: none;
	}
}

.caItems>.col-md-12 {
	border-bottom: 1px solid #000000;
}

.kcb_container {
	position: relative;
	overflow: visible;
}

.kcb_container .kcb_blockA_elem {
	overflow: hidden;
}

.kcb_blockA_single_cont {
	margin: 50px 0;
	border-bottom: 1px solid #000000;
}

/*.kcb_title h3 {
	text-align: center;
	font-size: 36px;
	color: #000000;
	margin: 40px;
}*/

.related_categories_title {
	font-size: 20px;
	color: #000000 !important;
	text-decoration: underline !important;
	display: inline-block;
	font-weight: 600;
	text-shadow: none !important;
}

.section-cta {
	text-align: center;
	font-size: 42px;
	color: #000000;
	margin: 60px 0 0;
	clear: both;
}

.kcb_blockA_title {
	margin-bottom: 40px;
}

.kcb_blockA_title h3 {
	color: black;
}

.url_link_overcover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 4;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	pointer-events: none;
	opacity: 0;
}

.url_link_overcover .item-link {
	padding: 15px 6px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	width: 90%;
	position: relative;
	font-size: 0;
	max-height: 46px;
}

.url_link_overcover .link1 {
	background: #ff6a00;
}

.url_link_overcover .item-link .text {
	font-size: 14px;
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
	word-break: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	min-width: 87px;
}

.url_link_overcover .item-link .btn-icon {
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
	background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-arrow-right.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 10px;
	background-size: 17px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-font-smoothing: antialised;
	-webkit-font-smoothing: subpixel-antialiased;
}

.url_link_overcover .link2 {
	background: #2eaf61;
}

.url_link_overcover .item-link .link-icon {
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
	background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-new-tab.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	background-size: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-font-smoothing: antialised;
	-webkit-font-smoothing: subpixel-antialiased;
}

.url_link_overcover .item-link+.item-link {
	margin-top: 10px;
}

.favicon_group_taxonomy img {
	max-width: 130px !important;
	margin: 0 auto;
}

.texonomy_favicon_group img {
	display: inline;
	margin-right: 5px;
	max-width: fit-content !important;
}

.texonomy_favicon_group a {
	text-decoration: none !important;
}

.custom_breadcrumb {
	background-color: white;
	font-size: 15px !important;
	padding-left: 20px !important;
}

.custom_breadcrumb a {
	color: #ffdb58 !important;
}

.custom_breadcrumb span {
	color: #767676 !important;
}

.custom_breadcrumb img {
	border-radius: 35%;
	padding-right: 4px;
}

.custom_breadcrumb p {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	color: #4c4c4c !important;
	margin-top: 12px;
}

.review_page .singlebookMarkTopPart {
	display: inline-flex;
}

.review_page .singlebookMarkTopPart div.firstimage {
	height: fit-content;
}

.review_page .singlebookMarkTopPart .singleReviewTopGrayBar {
	color: #3F737D;
	font-size: 18px;
	line-height: 33px;
	white-space: nowrap;
	margin: 0 15px 0 0;
	font-weight: 400;
	flex-shrink: 1;
	border-radius: 10px;
	background-color: #f2f3f6;
	flex-grow: 1;
	overflow: hidden;
	padding: 3px 5px;
	margin-bottom: 5px;
}

.review_page .singlebookMarkTopPart .singlebookmarkRightPart {
	background-color: #f2f3f6;
	text-align: center;
}

.back-button {
	color: #000;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	text-decoration: none;
	padding: 6px;
	-webkit-transition: background .1s;
	transition: background .1s;
	position: relative;
	text-align: center;
	border-radius: 5px;
	background-color: #FF6A00;
	margin: 10px 0;
	flex-grow: 0;
}

.btn-main {
	margin: 10px 0 0 0;
	padding: 9px 7px 9px 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #767676;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	border: 2px solid #767676;
	text-decoration: none !important;
}

.breadcrumb {
	padding: 0px 0 0 30px;
	background: #fff;
	position: relative;
	z-index: 1;
	list-style: none;
	height: 30px;
	margin: 10px 0 5px;
	white-space: nowrap;
	text-align: left;
}

.breadcrumb li {
	display: inline;
	font-size: 0;
}

.breadcrumb li.link-home a {
	/*color: #fa9e43 !important;*/
	color: #e57d17 !important;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
}

.breadcrumb li.link-home a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	/*background-color: #fa9e43;*/
	background-color: #e57d17;
}

.breadcrumb li .img-tpd {
	/*width: 20px;*/
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: -10px 8px 0 0;
	top: 4px;
	border-radius: 50%;
}

.breadcrumb li.link-category a {
	color: #3F737D;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
	color: #767676 !important;
}

.icon-tube {
	background-image: url(/wp-content/themes/myporn-new-lastomar/images/FREE-PORN-TUBE-SITES.svg);
}

.inline-icon {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
}

.breadcrumb li .inline-icon {
	transform: scale(.7);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	/*margin: -20px -2px 0 0;*/
	margin: -15px -7px 0 0;
	position: relative;
	top: 9px;
	max-height: 32px !important;
}

.breadcrumb a {
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
	text-decoration: none;
}

.breadcrumb li.link-home a {
	/*color: #fa9e43;*/
	color: #e57d17;
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
	position: relative;
}

.breadcrumb li.link-category a::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 6px;
	width: 6px;
	border-radius: 3px;
	background-color: #767676;
}

.link-header {
	position: relative;
	color: #fff;
	font-size: 39px;
	padding: 5px 5px 5px 15px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0 0 15px 0;
}

.link-header h2,
.link-header h1 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
	color: #4c4c4c !important;
}

.link-header .inline-icon {
	margin: -5px 5px 0 0;
}

.link-header::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	display: inline-block;
	width: 100%;
	height: 3px;
	border-radius: 1px;
}

@media (min-width: 992px) {
	.link-header::after {
		background-color: #e9ebed;
	}
}

.breadcrumb li:nth-child(2)::before {
	display: none;
}

@media (max-width: 991px) {
	.breadcrumb li:nth-child(2)::before {
		display: inline-block;
	}
}

.breadcrumb li+li::before {
	margin: 0 4px 0 0;
	color: #767676;
	content: "";
	width: 5px;
	height: 9px;
	display: inline-block;
	background: url(/wp-content/themes/myporn-new-lastomar/images/icon-angle-right.svg) no-repeat;
	background-size: contain;
}

@media (min-width: 992px) {
	.breadcrumb li.link-home-single {
		display: none;
	}
}

.breadcrumb-holder .single-bookmark {
	padding: 0 0 0 20px;
}

.singBookMarBody .desc article {
	color: #4e4e4e;
	font-size: 14px;
	line-height: 22px;
	will-change: transform;
	position: relative;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-height: 225px;
	z-index: 0;
}

@media (min-width: 992px) {
	.link-thumbnail .favicon-bar-wrapper {
		background-size: contain;
	}
}

.link-thumbnail .favicon-bar-wrapper {
	width: 100%;
	height: 44px;
	background: #f3f3f3 url(/wp-content/themes/myporn-new-lastomar/images/top-bar.svg) no-repeat;
	background-position: 50% 25%;
	overflow: hidden;
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar {
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	padding-left: 5px;
	position: relative;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.link-icon-base {
	margin: 0 1px 0 0;
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .favicon-bar-domain {
	top: 0;
	left: 5px;
	color: #000;
	font-size: 15px !important;
	position: relative;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	text-transform: lowercase;
	padding-top: 0;
}

.link-thumbnail .link-thumb a {
	display: block;
	text-align: center;
	overflow: hidden;
	font-size: 0;
	position: relative;
	padding-top: 100%;
}

@media (min-width: 992px) {
	.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .favicon-bar-domain::before {
		content: "https: //";
		color: #767676;
	}
}

.link-thumbnail .link-thumb {
	border-radius: 5px;
	border: 3px solid #cecece;
	margin-bottom: 10px;
	position: relative;
	flex-shrink: 0;
}

@media (min-width: 992px) {
	.link-thumbnail .favicon-bar-wrapper {
		background-size: contain;
	}
}

.link-thumb {
	border-radius: 5px;
	border: 3px solid #cecece;
	margin-bottom: 10px;
	position: relative;
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .favicon-bar-domain span {
	margin-left: -5px;
}

@media (max-width: 380px) {
	.link-thumbnail .favicon-bar-wrapper {
		background-size: 97%;
	}
}

@media (max-width: 430px) {
	.link-thumbnail .favicon-bar-wrapper {
		background-size: 90%;
	}
}

@media (max-width: 661px) {
	.helpheats .helps {
		margin-bottom: 10px;
	}

	.helpheats .hates {
		margin-bottom: 10px;
	}

	.buttonvisit {
		top: 56%;
	}

	.review_page .singlebookMarkTopPart {
		display: block;
	}

	.container {
		min-width: 0;
		width: 85%;
		min-width: 275px;
	}

	.item_group.catDetails {
		padding: 5px;
	}

	.container ol li span {
		font-size: 14px;
		line-height: 20px;
		margin-left: 4px;
	}

	.breadcrumb li .img-tpd {
		/*margin: -10px 0px 0 0;*/
		margin: -10px 0px 0 0;
	}

	.breadcrumb li+li::before {
		margin: 0 0px 0 0;
	}

	.breadcrumb li.link-home a {
		padding: 10px 3px 10px 10px;
	}

	.breadcrumb li.link-category a {
		padding: 7px 4px 8px 8px;
	}

	.catDetails .singleBookmarkDesc .image::before {
		background: unset;
	}

	.review_page .singlebookMarkTopPart .singleReviewTopGrayBar {
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.custom-link-header {
		margin-bottom: 40px !important;
	}
}

.btn-main .text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 5px;
	-ms-flex-preferred-size: 82%;
	flex-basis: 82%;
	color: #FF6A00;
	font-weight: bold;
}

.btn-main .link-icon {
	margin-left: auto;
	width: 33px;
	height: 18px;
	background: url(/wp-content/themes/myporn-new-lastomar/images/icon-arrow-right.svg) no-repeat;
	background-size: contain;
	transform: rotate(90deg);
}

.review_glass {
	opacity: 0;
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/myporn-new-lastomar/images/icon-search.svg) 50% 50% no-repeat;
	background-size: contain;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(.889);
	-ms-transform: translateY(-50%) scale(.889);
	transform: translateY(-50%) scale(.889);
	right: 15px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.container .item_wrap .item_group li:hover .review_glass {
	opacity: 1;
}

.container .item_wrap {
	border: 3px solid #c5c5c5;
	border-radius: 10px 10px 10px 10px;
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .sprite {
	border-radius: 50%;
}

.linkholder .link-holder {
	max-width: 888px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.linkholder .link-holder .link {
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	font-weight: 500;
	border-radius: 10px;
	background-color: #2eaf61;
	width: 100%;
	display: inline-block;
	padding: 17px;
	text-align: center;
}

.custom-link-header {
	position: relative;
	color: #fff;
	font-size: 39px;
	padding: 5px 5px 5px 0;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0 0 5px 0;
	display: flex;
	align-items: center;
}

.custom-link-header h2,
.link-header h1 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
	color: #767676;
	flex-grow: 1;
	flex-shrink: 1;
	background-color: #fff;
	text-align: left;
}

.like_section {
	margin-top: 50px;
}

@media (min-width: 661px) and (max-width: 1024px) {
	.dashboard_blocks .item_title h2 {
		line-height: 0px;
	}
}

.popover {
	z-index: 999999;
}

.popover .icon {
	display: inline-block;
}

.singleReviewTopGrayBar a {
	color: #3F737D;
	text-decoration: none;
}

@media only screen and (max-width: 661px) {
	h3 {
		color: rgb(255, 153, 51) !important;
		font-size: 18px !important;
		font-weight: bolder !important;
	}

	.custom_container_class .rectangle_width {
		max-width: 95%;
		margin: 0 auto;
	}

	.breadcrumb li .inline-icon {
		/*margin: -17px -16px 0 0;*/
		margin: -13px -16px 0 0;
	}

	.breadcrumb li .inline-icon img {
		/*width: 27px;
		height: 27px;*/
		width: 23px;
		height: 23px;
	}
}

.container .item_wrap .item_title a:hover {
	text-decoration: none;
	/*color: #fa9e43;*/
	color: #e57d17;
}

.popover.top>.arrow {
	margin-left: 0px;
}

.markfav {
	border-bottom: unset;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	height: auto;
	color: rgb(75, 76, 79);
}

.text-bottom {
	padding: 45px 0;
	background-color: #ebeef2;
	position: relative;
	z-index: 0;
}

.content-text {
	text-shadow: 1px 1px #efefef;
	color: #6d6c6c;
	text-align: left;
	line-height: 1.8em;
	font-size: 15px;
}

.content-text__headline {
	color: #1e5497;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .6px;
	margin-bottom: 12px;
	line-height: 1.8em;
}

.text-bottom-container {
	padding-top: 0px;
}

.content-text p {
	color: #787c80;
	font-weight: 400;
	line-height: 1.9em;
	text-align: left;
}

.content-text p.last_paragraph {
	margin-bottom: 26px;
}

.content-text p.last_paragraph span.inner-heading {
	display: block;
	margin-bottom: 10px;
}

.footer {
	margin-top: 0px;
	z-index: 2;
}

.top-header-image {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99999;
}

.top-header-image img {
	width: 215px;
}

.container .item_wrap .item_group {
	overflow: inherit;
}

.custom_logo {
	position: absolute;
	top: 7px;
	right: 40px;
}

.custom_logo img {
	width: 100%;
	height: auto;
	max-width: 170px;
}

.header {
	position: relative;
	max-width: 1100px;
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.logo {
	margin-right: 22px;
	padding-top: 25px;
}

.about {
	float: left;
}

.header_container {
	height: 135px;
}

.custom_logo_subpages {
	right: 20px;
}

@media (max-width: 1024px) {
	.header {
		position: initial;
		margin-top: 0px;
	}

	.custom_logo {
		display: none;
	}
}

.custom_container_class .item_wrap .item_group li .icon i {
	border-radius: 50%;
}

.image_block_over .enter {
	opacity: 1;
}

.image_block_over .enableclick {
	pointer-events: all;
}

@media screen and (max-width: 767px) {
	.custom_container_class ol {
		display: flex !important;
		align-items: center !important;
		overflow-y: scroll !important;
		flex-wrap: wrap !important;
		height: 100%;
		max-height: 300px;
	}

	.custom_container_class ol li.individualLiMagnifying {
		display: flex !important;
		width: 50% !important;
		padding: 4px 0 !important;
		height: auto;
	}

	.custom_container_class ol li.individualLiMagnifying a.link {
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}
}

@media not all and (min-width: 320px) and (max-width: 767px) {
	.custom_container_class .item_wrap .item_group li {
		margin-bottom: 4px;
	}
}

@media (min-width: 767px) and (max-width: 782px) {
	.row {
		margin-left: 0px !important;
		margin-right: -12px !important;
	}

	.col-sm-3 {
		margin-right: -3px !important;
	}
}

@media (min-width: 767px) and (max-width: 990px) {
	div.main-footer-content-box {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

.popup-lang-selection {
	opacity: 0;
	transform: scale3d(0, 0, 0);
	transition: transform .3s, opacity .3s;
	position: absolute;
	top: 25px;
	right: 228px;
	background: #fff;
	z-index: 111;
	color: #333;
	width: 306px;
	padding: 20px;
	border-radius: 10px 0 10px 10px;
	border: 3px solid #bababa;
}

.popup-lang-selection.shown {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.popup-lang-selection .btn-close {
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
	height: 10px;
	width: 10px;
}

.popup-lang-selection .btn-close::before {
	transform: rotate(45deg);
}

.popup-lang-selection .btn-close::after,
.popup-lang-selection .btn-close::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 14px;
	background: #96979f;
}

.popup-lang-selection::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 10px 0 0;
	z-index: 2;
	border-color: #fff transparent transparent transparent;
}

#trp-floater-ls.trp-floater-ls-flags {
	width: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#trp-floater-ls.trp-floater-ls-flags:hover,
#trp-floater-ls.trp-floater-ls-flags:focus {
	width: auto;
	height: auto;
	overflow: visible;
}

#trp-floater-ls-current-language {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

#trp-floater-ls-current-language a {
	padding: 0;
	margin: 0;
	font-size: 0;
}

.trp-language-wrap a {
	padding: 0;
	margin: 0;
	font-size: 0;
}

#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
	padding: 0;
	margin: 0;
	font-size: 0;
}

#trp-floater-ls .trp-flag-image {
	width: 20px;
	height: auto;
	display: block;
}

#trp-floater-ls-language-list {
	display: none;
}

#trp-floater-ls:hover #trp-floater-ls-language-list,
#trp-floater-ls:focus #trp-floater-ls-language-list {
	display: block;
}

#trp-floater-ls:hover #trp-floater-ls-current-language a,
#trp-floater-ls:focus #trp-floater-ls-current-language a {
	padding: 10px 12px;
	font-size: 90%;
}

#trp-floater-ls:hover .trp-language-wrap a,
#trp-floater-ls:focus .trp-language-wrap a {
	padding: 10px 12px;
	font-size: 90%;
}

#trp-floater-ls:hover #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language,
#trp-floater-ls:focus #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
	padding: 10px 24px;
	font-size: 90%;
}

#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
	margin-top: 7px;
}

#trp-floater-ls.trp-floater-ls-flags:hover #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language,
#trp-floater-ls.trp-floater-ls-flags:focus #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
	margin-top: 0;
}

@media screen and (max-width: 900px) {
	#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
		margin-top: 6px !important;
	}

	#popup-lang-selection {
		display: none !important;
	}
}

@media screen and (max-width: 500px) {
	#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
		margin-top: -10px !important;
	}
}

@media (min-width: 900px) and (max-width: 1000px) {
	#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
		margin-top: 6px !important;
	}
}

@media (min-width: 992px) and (max-width: 1220px) {
	#trp-floater-ls.trp-floater-ls-flags {
		right: 32px !important;
	}
}

@media (min-width: 767px) and (max-width: 782px) {
	.row {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

.flag {
	display: inline-block;
	width: 16px;
	height: 11px;
	background: url('https://bestpornsites.xxx/wp-content/uploads/2024/07/flags.png') no-repeat;
	margin-left: 0px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.container ol li span.flag {
	max-height: 11px;
}

.popup-lang-selection {
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 100000;
	background-color: white;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 10px 0 10px 10px;
	border: 3px solid #bababa;
	opacity: 0;
	transform: scale3d(0, 0, 0);
	transition: transform .3s, opacity .3s;
}

.popup-lang-selection.shown {
	display: block;
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	background: #ff0000;
	border: 2px solid #ff0000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
}

.flag {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 11px;
	background: url('https://bestpornsites.xxx/wp-content/uploads/2024/07/flags.png') no-repeat;
}

.flag-us {
	background-position: 0 -154px;
}

.flag-it {
	background-position: -144px -66px;
}

.flag-es {
	background-position: -224px -33px;
}

.flag-fr {
	background-position: -80px -44px;
}

.flag-de {
	background-position: -32px -33px;
}

.flag-ar {
	background-position: -160px -22px;
}

.flag-pt {
	background-position: -256px -110px;
}

.lang-option {
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

.lang-option.lang-en {
	background-color: orange;
	color: white;
}

.lang-option.lang-en a {
	color: white;
	text-decoration: none;
}

.lang-option.current-version {
	background-color: #f0f0f0;
	color: black;
}

#popup-lang-selection>div.lang-option.current-version>button {
	border-color: transparent;
}

.subtitle {
	margin-bottom: 20px;
	font-size: 11px;
	color: #767677;
}

.popover.top>.arrow {
	left: auto !important;
	right: 6% !important;
}

@media (max-width: 991px) {
	.review_glass {
		display: none;
	}
}

@media (max-width: 991px) {
	.popup-lang-selection {
		display: none !important;
	}
}

.kcb_title h2 {
	text-align: center;
	font-size: 36px;
	color: #000000;
	margin: 40px;
	background-color: white;
}

.kcb_title h2 {
    color: #f93 !important;
}
.breadcrumb li .inline-icon img
{
	width: 24px;
	height: 24px;
}
.title_custom_css h2 img
{
	margin-right: 5px;
}