body {
	color: #333;
	font-family: 'Helvetica', sans-serif;
	/*color: #212529;*/
}

.navbar-default {
	background-color: #656565;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica', sans-serif;
}

dt {
	font-size: 1.5em;
	font-family: 'Helvetica', sans-serif;
	padding: 7px 0 7px 0;
}

.topper {
	padding-top: 20px;
}

.sub-head {
	margin-top: 10px;
	font-size: 2.5em;
}

.content-lt {
	background-color: #ffffff;
	color: #333;
}

#intro-dark {
	background-color: #333;
	color: #fff;
}

.logo {
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	display: flex;
}

.logo span {
	color: rgb(130,36,97);
}

.forum {
    background-color: #f7502a;
    color: #ffffff;
    /*padding-right: 5px;*/
}
.forum:hover,
.forum:focus {
    background-color: #ffffff;
    color: #f7502a;
    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css?family=Norican');
.font-nor {
	font-family: 'Norican', cursive;
}

/**
Update CSS
**/
mark {
	background-color: #ffc400;
	padding: 0 0.5em;
	color: #333;
}
.mt0 {
	margin-top: 0;
}
.mb20 {
	margin-bottom: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt100 {
	margin-top: 100px;
}


#subscribe-general {
	padding: 40px 0 0 0;
}

#subscribe .fullscreen {
	/*background-image: url(/assets-es/img/common-bg-porn-videos.jpg);*/
	background-attachment: fixed;
	background-size: 1263px 842.658px;
	background-position: 50% -204.235px;
}
#download .fullscreen {
	background-image: url(/assets-es/img/common-bg-general.jpg);
}
#contact .fullscreen {
	background-image: url(/assets-es/img/common-bg-regional.jpg);
}



.fullscreen .pick-up {
	margin-top: 100px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sex-games .fullscreen.landing {
	background-image: url(/assets-es/img/mv-sex-games.jpg);
}
.celebrity-porn .fullscreen.landing {
	background-image: url(/assets-es/img/mv-celebrity-porn.jpg);
}
.niche-porn .fullscreen.landing {
	background-image: url(/assets-es/img/niche-porn/mv-niche-porn.jpg);
}
.general-porn .fullscreen.landing {
	background-image: url(/assets-es/img/general-porn/mv-general-porn.jpg);
}
.bdsm-porn .fullscreen.landing {
	background-image: url(/assets-es/img/bdsm-porn/mv-bdsm-porn.jpg);
}
.regional-porn .fullscreen.landing {
	background-image: url(/assets-es/img/regional-porn/mv-regional-porn.jpg);
}
.no-gutter {
	padding: 0;
}
#intro .row:nth-child(even),
.best-index .row:nth-child(even),
#location-index .row:nth-child(even) {
	background-color: #eeeeee;
	color: #333;
	display: block;
}

#intro .row:nth-child(odd),
.best-index .row:nth-child(odd),
#location-index .row:nth-child(odd) {
	color: #333;
	display: block;
}

.col-5 {
	width: 20%;
}
.thumbnail {
	border: 1px solid #d1d1d1;
}
.card {
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	padding: 0 0 10px;
	margin-top: 30px;
	background-color: #333;
	word-wrap: break-word;
}
#client .card a:hover {
	color: #ffffff;
}
#client .card img {
	border-radius: 4px 4px 0 0;
	margin-bottom: 10px;
}
#client .img-responsive {
	width: 100%;
}

#intro .btn-section .btn-default {
	display: block;
}
#intro .img-responsive, #intro-dark .img-responsive {
	width: 100%;
}

#package .list-group-item {
	border: none;
	color: #ffc400;
}
.four-colmuns {
    column-gap: 0;
    columns: 4 auto;
    -webkit-column-gap: 0;
    -webkit-columns: 4 auto;
	-moz-column-gap: 0;
	-moz-columns: 4 auto;
	margin: 40px 0 0;
	width: 100%;
}
.subscribe .four-colmuns {
	margin: 0 0 40px;
}

.four-colmuns .list-group-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgb(130,36,97);
    border-radius: 0;
    padding: 0px;
}
.four-colmuns .list-group-item.list_title {
	color: #ffffff;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.four-colmuns a.list_title:hover,
.four-colmuns a.list_title:focus {
	background-color: #ffffff;
    color: #f7502a;
}


.list_title {
	font-weight: bold;
	padding: 10px 15px;
}

.category-list {
	padding-left: 0;
}
.category-list li {
	list-style: none;
}

#package .package-option h3 {
	margin-top: 20px;
}

.category-nav li {
	list-style: none;
}
.category-nav li a:hover,
.category-nav li a:focus {
	color: #f7502a;
}




#testi .testi-item h3 {
	margin-bottom: 1em;
}





footer .divider {
	display: table;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
}

@media (min-width: 1200px) {
	.col-5 {
		width: 20%;
	}
}

@media (max-width: 992px) {
	.col-5 {
		width: 20%;
	}
}

@media (max-width: 768px) {
	.col-xs-6 {
		width: 50%;
	}
	.four-colmuns {
	    column-gap: 0;
	    columns: 2 auto;
	    -webkit-column-gap: 0;
	    -webkit-columns: 2 auto;
		-moz-column-gap: 0;
		-moz-columns: 2 auto;
		margin: 40px 0 0;
		width: 100%;
	}
	.overlay .btn-primary {
		display: block;
	}
}

@media (max-width: 468px) {
	.col-xs-6 {
		width: 50%;
	}
	.four-colmuns {
	    column-gap: 0;
	    columns: 1 auto;
	    -webkit-column-gap: 0;
	    -webkit-columns: 1 auto;
		-moz-column-gap: 0;
		-moz-columns: 1 auto;
		margin: 40px 0 0;
		width: 100%;
	}
	.overlay .btn-primary {
		display: block;
	}
}