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

.tags-container a {
	width: 40%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #3c0808;
    border: 1px solid #710700;
    margin: 4px 8px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    font-weight: 700;
}
.tags-container a:hover {
	background-color: rgba(179, 18, 2, 0.4);
    color: #fff;
}

.container::before, .container::after {
    content: "";
    display: block;
    clear: both;
}
@media(min-width: 768px) {
    .sidebar {
        position: sticky;
        top: 74px;
        //margin-bottom: 190px;
    }
}
@media(min-width: 1200px) {
    .sidebar {
        margin-bottom: 220px;
    }
}

#profile .send-message input[type='text'], #profile .send-message textarea, #profile .add-wall-post textarea, .sendCommentsBox textarea {
    max-width: 100%;
}

#galleryImages a {
    width: 31.63%;
    margin: 6px;
}
#cboxCurrent a {
	color: #1786ff;
	font-weight: bold;
}
@media screen and (max-width: 479px) {
	#galleryImages a {
		width: 47.53%;
		margin: 4px;
	}
}

@media (max-width: 900px) {
	#cboxLoadedContent {
		margin-bottom: 58px !important;
	}
	#cboxCurrent {	
		font-size: 14px;
		padding-right: 30px;
	}
	#cboxCurrent a {
		width: 100%;
		display: block;
	}
}

.item_type_icon {
    position: absolute;
    top: 5px;
    right: 5px;
	z-index: 2;
}

.page-nav {position:absolute;left:0;right:0;z-index:100;}
.page-nav.affix {position:fixed;top:0;left:0;right:0;}
.top-sorting {padding-top:50px;}
.top-sorting::before {top:50px;}

#termly-code-snippet-support-banner button {
	display: inline !important;
	height: auto !important;
}

@media(max-width:719px) {
    .top-sorting {padding-top:44px;}
}

.mobile-homepage-button-wrapper {
	display: none;
}
@media(min-width: 320px) and (max-width: 479px) {	
	.mobile-remove {display: none !important;}
	
	.spot-regular {
		display: block;
	}	
	
	.promo-buttons a {
		color: #fff;
	}
	.promo-buttons a:hover {
		background-color: #cc1502;
	}
	
	.pornstar-bio-buttons a {
		margin-bottom: 14px !important;
	}
	
	
	.mobile-homepage-button-wrapper {
		display: block;
		position: relative !important;
		left: inherit !important;
		padding: 0 !important;
		background-color: transparent !important;
		border-radius: 0 !important;
		box-shadow: none !important;
	}

	.mobile-homepage-button {
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
		text-align: center !important;
		display: inline-block !important;
		font-size: 12px !important;
		white-space: nowrap !important;
		width: 15.6% !important;
		height: 30px !important;
		line-height: 30px !important;
		text-transform: uppercase !important;
		color: #3c0808 !important;
		border: 1px solid #710700 !important;
		margin: 0 0.6% !important;
		background-color: #fff !important;
		-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;
		-ms-border-radius: 10px !important;
		-o-border-radius: 10px !important;
		border-radius: 10px !important;
		-webkit-transition: background-color 0.5s !important;
		-moz-transition: background-color 0.5s !important;
		-o-transition: background-color 0.5s !important;
		transition: background-color 0.5s !important;
		font-weight: 700 !important;
		width: 260px !important;
	}
}

.spot-regular video {
	max-width: 100% !important;
}

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

@media(min-width: 320px) and (max-width: 812px) {
	.grooby-banner {
		display: none !important;
	}
}

@media screen and (max-width: 479px) {
	.pagination a, .pagination span {
		display: inline-block;
	}

	.pagination .next {
		float: none;
		display: inline-block;
	}
}

@media (min-width: 480px) and (max-width: 812px) {
	.main-content {
		width: 75% !important;
		margin: 0 auto;
		float: none !important;
	}
}