/* CSS clear based on http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time,
mark, audio, video {
	padding: 0; margin: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}

#subscribe-response-wrapper {position:fixed; top:40%;left:35%;
  border:1px solid;border-radius:5px;
	padding:10px 10px 20px 10px;
	box-shadow:0px 0px 10px 3px#555;
	background:#000;

}
.subscribe-result.close {
	position:absolute;
	right:-15px;
	top:-15px;
	font-weight:bold;
	font-size:18px;
	display:block;
	text-align:right;
	background:#459ae7;
	border:2px solid;
	border-radius:20px;
	padding:5px 8px;
	cursor:pointer;
}
/* HTML5 display-role reset for older browsers and specific declarations */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}

table {
	border-spacing: 0; border-collapse: collapse;
}


/* Main definitions */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	padding: 0; margin: 0;
	position: relative;
	background: #1b1b1b url('images/bgd.png');
}

body, td, p  {
	color: #fff;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 1.6em;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #ffbd0a;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover, a:active {
	color: #909090;
	text-decoration: none;
	transition: all 0.3s;
}

p {
	margin: 0.5em 0;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

h1 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; line-height: 20px; font-weight: 600; text-align: left;
}

h2 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; line-height: 20px; font-weight: 600; text-align: left;
}

h3 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; line-height: 20px; font-weight: 600; text-align: left;
}

h4 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; line-height: 20px; font-weight: 600; text-align: left;
}

h5 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 20px; font-weight: 600; text-align: left;
}

h1 span.light,
h2 span.light,
h3 span.light {
	color: #e0e0e0;
	font-weight: 300;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
}


/* top section */

.top-section .logo {
	display: block; float: left;
	margin-top: 10px; margin-bottom: 10px;
	width: 350px;
}

.top-section .search {
	float: right;
	margin-top: 32px;
}

.top-section .search .mmenu-switch {
	width: 100px; height: 38px; display: none; float: left;
	padding-left: 44px;
	background: url('images/icon-mmenu.png') left center no-repeat; color: #fff;
	font-size: 15px; line-height: 38px; font-weight: 700; text-align: left;
}

.top-section .search .search-input {
	width: 470px; height: 38px; float: left;
	background: #fff; border: 0 none; border-radius: 4px; box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.25);
}

.top-section .search input[type="text"] {
	width: 350px; height: 38px; display: block; float: left;
	padding-left: 10px;
	background: transparent; border: 0 none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px;
}

.top-section .search .sbHolder {
	float: right;
}

.top-section .search input[type="submit"] {
	width: 38px; height: 38px; display: block; float: left;
	margin-left: 2px;
	background: #4f4f4f url('images/icon-search.png') center center no-repeat; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 4px; cursor: pointer;
	transition: all 0.3s;
}

.top-section .search input[type="submit"]:hover {
	background-color: #5f5f5f;
	transition: all 0.3s;
}


/* main content */

.main {
	padding: 10px; margin-bottom: 20px;
	background: #292929; border-radius: 6px;
}

.heading {
	min-height: 50px;
	padding: 15px 5px 15px 62px;
	background-color: #222222; background-position: left center; background-repeat: no-repeat;
}

.heading-categories {
	background-image: url('images/icon-heading-categories.png');
}

.heading-category {
	background-image: url('images/icon-heading-category.png');
}

.heading-updates {
	background-image: url('images/icon-heading-updates.png');
}

.heading-featured {
	background-image: url('images/icon-heading-featured.png');
}

.heading-pornstars {
	background-image: url('images/icon-heading-pornstars.png');
}

.heading-reviews {
	background-image: url('images/icon-heading-reviews.png');
}

.heading-gallery {
	background-image: url('images/icon-heading-gallery.png');
}

.heading-photos {
	background-image: url('images/icon-heading-photos.png');
}

.heading-comments {
	background-image: url('images/icon-heading-comments.png');
}

.heading-search {
	background-image: url('images/icon-heading-search.png');
}

.heading-filter {
	background-image: url('images/icon-heading-filter.png');
}

.heading-top {
	background-image: url('images/icon-heading-top.png');
}



/* menu section */

.menu-section {
	background: #4f4f4f; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 6px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.menu-section .menu {
	float: left;
}

.menu-section .menu li {
	width: 125px;/*was 145px without reviews*/
	height: 48px; float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 15px; line-height: 48px; font-weight: 600; text-align: center;
}

.menu-section .menu li a {
	display: block;
	border-bottom: 1px solid transparent; color: #fff;
}

.menu-section .menu li a:hover,
.menu-section .menu li a:active {
	background: rgba(0, 0, 0, 0.05); border-bottom-color: #ffbd0a;
}

.menu-section .addthis {
	float: right;
	margin-top: 8px; margin-right: 8px;
}


/* mobile menu section */

.mobile-menu-section {
	margin-bottom: 10px;
	background: #4f4f4f; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 6px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.mobile-menu-section .menu li {
	width: 100%; height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 15px; line-height: 40px; font-weight: 600; text-align: left;
}

.mobile-menu-section .menu li:last-child {
	border-bottom: 0 none;
}

.mobile-menu-section .menu li a {
	display: block;
	padding-left: 15px;
	border-bottom: 1px solid transparent; color: #fff;
}

.mobile-menu-section .menu li a:hover,
.mobile-menu-section .menu li a:active {
	background: rgba(0, 0, 0, 0.05); border-bottom-color: #ffbd0a;
}


/* desktop ads */

.desktop-ads, .desktop-dsa {
	padding: 20px; margin: 10px 0;
	background: #262626; border-radius: 6px;
}

.desktop-ads-internal, .desktop-dsa-internal {
	padding: 10px 20px;
	background: transparent;
}

.desktop-ads .bnr, .desktop-dsa .bnr  {
	margin-bottom: 20px;
}

.desktop-ads .bnr:last-child, .desktop-dsa .bnr:last-child  {
	margin-bottom: 0;
}

.desktop-ads img, .desktop-dsa img {
	max-width: 100%; height: auto; display: block;
	margin: 0 auto;
}


/* desktop ads */

.mobile-ads, .mobile-dsa {
	padding: 20px; margin: 10px 0; display: none;
	background: #262626; border-radius: 6px;
}

.mobile-ads-internal, .mobile-dsa-internal {
	padding: 10px 20px;
	background: transparent;
}

.mobile-ads .bnr, .mobile-dsa .bnr {
	margin-bottom: 20px;
}

.mobile-ads .bnr:last-child, .mobile-dsa .bnr:last-child {
	margin-bottom: 0;
}

.mobile-ads img, .mobile-dsa img {
	max-width: 100%; height: auto; display: block;
	margin: 0 auto;
}


/* featured updates */

.content-featured {
	padding: 10px; margin-bottom: 10px;
	background: #1b1b1b; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
}


/* main content */

.main-content {
	width: 930px; float: left;
}

.main-content .content {
	padding: 5px;
	background: #1b1b1b; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
}


/* update item */

.update-item {
	width: 23%;
	display:inline-block;
	margin:0 .75% 10px .75%;
	background: #303030; border-radius: 4px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	vertical-align: top;
}
.update-item .desc {
  height: 60px;
  overflow: hidden;
  padding: 0 10px 10px 10px;
  margin: 0;
  font-size: 12px; line-height: 20px;
}

.update-item .thumb {
	width: 220px; height: 143px;
	width: 100%;
        height: auto;
}

.update-item .thumb img {
	width: 100%; height: 100%; display: block;
	transition: all 0.3s;
}

.update-item:hover .thumb img {
	opacity: 0.75;
	transition: all 0.3s;
}

.update-item .title {
	height: 80px;
	padding: 10px;
}

.update-item .title .large {
	max-height: 40px; overflow: hidden; display: block;
	font-size: 15px; line-height: 20px; font-weight: 600;
}

.update-item .title .large a,
.update-item .title .large a:visited {
	color: #fff;
}

.update-item .title .small {
	display: block;
	font-size: 12px; line-height: 20px;
}

.update-item .title a:hover,
.update-item .title a:active {
	color: #b0b0b0;
}

.update-item .meta {
	padding: 10px;
	border-top: 1px solid #404040;
}

.update-item .meta .rating {
	float: left;
	/** added for response **/
	  font-size:12px;
	  height:13px;
  /**/
}

.update-item .meta .rating img {
	width: 16px; height: 14px; display: block; float: left;
}

.update-item .meta .icon-video {
	display: block; float: right;
}


/* pornstar item */

.pornstar-item {
	width: 220px; display:inline-block;
	width:31.3%;
	margin:0 1% 10px 1%; margin-bottom: 10px;
	background: #303030; border-radius: 4px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.main-pornstars-sidebar-featured .pornstar-item {
	width:100%;
        max-width:100%;
}

.content-pornstars .pornstar-item {
	margin-bottom: 10px;
}

.main-pornstars-sidebar .pornstar-item {
	margin-right: 0;
	margin-bottom: 10px;
}

.pornstar-item .thumb {
	width: 220px; height: 330px;
	width:100%;height:auto;
}

.pornstar-item .thumb img {
	width: 100%; height: 100%; display: block;
	transition: all 0.3s;
}

.pornstar-item:hover .thumb img {
	opacity: 0.75;
	transition: all 0.3s;
}

.pornstar-item .separator {
	width: 70%; height: 1px;
	margin: 5px auto 0 auto;
	background: #ffbd0a;
}

.pornstar-item .title {
	height: 60px;
	padding: 10px;
}

.pornstar-item .title .small {
	max-height: 20px; overflow: hidden; display: block;
	font-size: 12px; line-height: 20px;
}

.pornstar-item .title .large {
	max-height: 20px; overflow: hidden; display: block;
	font-size: 15px; line-height: 20px; font-weight: 600;
}

.pornstar-item .title .large a,
.pornstar-item .title .large a:visited {
	color: #fff;
}

.pornstar-item .title a:hover,
.pornstar-item .title a:active {
	color: #b0b0b0;
}


/* review item */

.review-item {
	width: 24%; float: left;
	margin: .5%; margin-bottom: 10px;
	background: #303030; border-radius: 4px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.review-item .thumb {
	width: 220px; height: 143px;
	width:100%; height:auto
}

.review-item .thumb img {
	width: 100%; height: 100%; display: block;
	transition: all 0.3s;
}

.review-item:hover .thumb img {
	opacity: 0.75;
	transition: all 0.3s;
}

.review-item .separator {
	width: 70%; height: 1px;
	margin: 5px auto 0 auto;
	background: #ffbd0a;
}

.review-item .title {
	height: 40px;
	padding: 10px;
}

.review-item .title .large {
	max-height: 20px; overflow: hidden; display: block;
	font-size: 15px; line-height: 20px; font-weight: 600; text-align: center;
}

.review-item .title .large a,
.review-item .title .large a:visited {
	color: #fff;
}

.review-item .title a:hover,
.review-item .title a:active {
	color: #b0b0b0;
}




/* photo item */

.photo-item {
	width: 220px; float: left;
	width:24%;height:auto;
	padding: 4px 0; margin: 0px .5%; margin-bottom: .5%;
	background: #303030; border-radius: 4px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.photo-item .thumb {
	width: 220px; height: 143px;
  width:100%;height:auto;
}

.photo-item .thumb img {
	width: 100%; height: 100%; display: block;
	transition: all 0.3s;
}

.photo-item:hover .thumb img {
	opacity: 0.75;
	transition: all 0.3s;
}


/* pagination */

.pagination {
	padding: 10px 0; margin-top: 10px;
	border-top: 1px solid #242424;
	text-align: center;
}

.pagination.pagination-top {
	padding-top: 0; margin-top: 0;
	border-top: 0 none;
}

.pagination a,
.pagination a:visited,
.pagination span {
	min-width: 30px; height: 30px; display: inline-block;
	padding: 0 5px; margin-bottom: 3px;
	background: #292929; border-radius: 4px; color: #fff;
	font-size: 14px; line-height: 30px; font-weight: 600;
}

.pagination a:hover,
.pagination a:active {
	background: #878787;
}

.pagination span {
	background: transparent;
}

.pagination-button a {
	padding: 0 15px;
}


/* gallery page */

.gallery-intro {
	background: #404040;
	margin-top: 10px;
}

.gallery-intro .gallery-video {
	width: 660px; height: 380px; float: left;
}

.gallery-intro .gallery-video img,
.gallery-intro .gallery-video embed,
.gallery-intro .gallery-video object,
.gallery-intro .gallery-video video {
	width: 100%; height: 100%; display: block;
}

.gallery-intro .gallery-info {
	width: 250px; float: right;
	padding: 0 15px;
}

.gallery-intro .gallery-info .meta {
	padding: 15px 0;
}

.gallery-intro .gallery-info .rating {
	padding: 15px 0;
	border-top: 1px solid #222222; border-bottom: 1px solid #222222;
}

.gallery-intro .gallery-info .rating .rating-stars {
	display: inline-block;
	margin-left: 2px; margin-bottom: 5px;
	vertical-align: middle;
}

.gallery-intro .gallery-info .rating .rating-stars span {
	width: 16px; height: 14px; display: block; float: left;
}

.gallery-intro .gallery-info .rating .rating-stars span.rating-on {
	background: url('images/rating-star-large-on.png');
}

.gallery-intro .gallery-info .rating .rating-stars span.rating-off {
	background: url('images/rating-star-large-off.png');
}

.gallery-intro .about {
	padding: 15px;
}

.gallery-intro .gallery-info .more {
	padding: 15px 0;
}

.site-button,
.site-button:visited {
	width: 100%; display: block;
	padding: 6px 0; margin: 10px 0;
	background: #459ae7; border-bottom: 3px solid #eaad0d; border-radius: 4px; color: #fff;
	font-size: 30px; line-height: 30px; font-weight: 700; letter-spacing: -1px; text-align: center; text-transform: uppercase;
}

.site-button:hover,
.site-button:active {
	background: #63b0f6;
}


/* pornstars pages */

.main-pornstars-content {
	width: 700px; float: left;
}

.main-pornstars-sidebar {
	width: 220px; float: right;
}

.main-pornstars-sidebar .content {
	background: #1b1b1b;
	padding: 0; margin-bottom: 10px;
}

.main-pornstars-sidebar .toplist {
	padding: 10px;
}

.main-pornstars-sidebar .toplist li {
	padding-left: 30px; margin: 8px 0;
	background: url('images/icon-toplist.png') left center no-repeat;
}

.main-pornstars-sidebar .toplist li a,
.main-pornstars-sidebar .toplist li a:visited {
	color: #b9b9b9;
}

.main-pornstars-sidebar .toplist li a:hover,
.main-pornstars-sidebar .toplist li a:active {
	color: #fff;
}

.pornstar-intro {
	background: #404040;
}

.pornstar-intro .pornstar-thumb {
	width: 220px; height: 330px; float: left;
}

.pornstar-intro .pornstar-thumb img {
	width: 100%; height: auto; display: block;
}

.pornstar-intro .pornstar-info {
	width: 460px; float: right;
	padding: 15px;
}

.pornstar-intro .pornstar-info .meta {
	width: 50%; float: left;
	padding-right: 15px;
	border-right: 1px solid #222222;
}

.pornstar-intro .pornstar-info .meta span {
	color: #eaad0d;
}


.pornstar-intro .pornstar-info .desc {
	padding-top: 15px; margin-top: 15px;
	border-top: 1px solid #222222;
}

.pornstar-intro .pornstar-info .social {
	width: 50%; float: right;
	padding-left: 15px;
}

.pornstar-intro .pornstar-info .social img {
	margin-right: 5px;
	vertical-align: middle;
}


/* review page */

.review-intro {
	padding: 15px;
	background: #404040;
}

.review-column {
	width: 50%; float: left;
}

.review-column h2 {
	margin-bottom: 5px;
}

.review-column .label {
	width: 40%; float: left;
	text-align: left;
}

.review-column .value {
	width: 60%; float: left;
	text-align: left;
}

.review-heading-overview {
	padding-left: 25px;
	background: url('images/icon-review-heading-overview.png') left center no-repeat;
}

.review-heading-details {
	padding-left: 25px;
	background: url('images/icon-review-heading-overview.png') left center no-repeat;
}

.review-desc {
	padding: 10px 0;
}

.subheading {
	margin: 15px 0;
}

.subheading.subheading-screenshots {
	padding-left: 25px;
	background: url('images/icon-subheading-screenshots.png') left center no-repeat;
}

.subheading.subheading-reviews {
	padding-left: 25px;
	background: url('images/icon-subheading-reviews.png') left center no-repeat;
}

.subheading.subheading-grading {
	padding-left: 25px;
	background: url('images/icon-subheading-grading.png') left center no-repeat;
}

.review-stats {
	padding: 15px;
	background: #404040; border-radius: 4px;
}

.review-stats h5 {
	padding-left: 25px; margin: 12px 0 7px 0;
	color: #ffbd0a;
}

.review-heading-price {
	background: url('images/icon-review-heading-price.png') left center no-repeat;
}

.review-heading-site {
	background: url('images/icon-review-heading-site.png') left center no-repeat;
}

.review-heading-videos {
	background: url('images/icon-review-heading-videos.png') left center no-repeat;
}

.review-heading-photos {
	background: url('images/icon-review-heading-photos.png') left center no-repeat;
}

.review-heading-content {
	background: url('images/icon-review-heading-content.png') left center no-repeat;
}

.review-stats .label {
	width: 22%; float: left;
	color: #e0e0e0;
}

.review-stats .value {
	width: 78%; float: right;
	font-weight: 600;
}

.review-reviews {
	padding: 10px;
	background: #303030; border-radius: 4px;
}

.review-reviews div {
	position: relative;
	padding: 20px 15px 15px 15px;
	border-radius: 4px; color: #d0d0d0;
}

.review-reviews div:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.12);
}

.review-reviews div:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.06);
}

.review-reviews div .badge {
	width: 50px; height: 16px; display: block; position: absolute;
	left: 0; top: 0; padding: 0 8px;
	border-radius: 2px; color: #fff;
	font-size: 10px; line-height: 16px; text-align: center;
}

.review-reviews div .badge-pro {
	background-color: #4e9600;
}

.review-reviews div .badge-con {
	background-color: #e40000;
}

.review-facts {
	padding: 15px;
}

.review-facts .label {
	width: 22%; float: left;
	color: #e0e0e0;
}

.review-facts .value {
	width: 78%; float: right;
	font-weight: 600;
}

.review-grading {
	padding: 10px;
	background: #404040; border-radius: 4px;
}

.review-grading-inside {
	padding: 10px;
	background: #383838; border-radius: 4px;
}

.review-grade {
	width: 14.285%; float: left;
}

.review-grade .label {
	display: block;
	color: #e0e0e0;
	font-size: 12px; line-height: 20px; font-weight: 600; text-align: center;
}

.review-grade .grade {
	width: 30px; height: 30px; display: block;
	margin: 10px auto 0 auto;
	background: #509900; border-radius: 15px;
	font-size: 15px; line-height: 30px; font-weight: 600; text-align: center; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}


/* review listing */

.review-listing {
	padding: 10px; margin-bottom: 10px;
	background: #404040;
}

.review-listing:last-child {
	margin-bottom: 0;
}

.review-listing h3 {
	margin: 2px 0 12px 0;
}

.review-listing-buttons {
	width: 220px; float: left;
}

.review-listing-buttons .thumb {
	width: 220px; height: 143px;
}

.review-listing-buttons .thumb img {
	width: 100%; height: 100%; display: block;
	transition: all 0.3s;
}

.review-listing-buttons:hover .thumb img {
	opacity: 0.75;
	transition: all 0.3s;
}

.review-listing-buttons a.button,
.review-listing-buttons a.button:visited {
	height: 38px; display: block; float: none;
	margin-top: 6px;
	background: #656565; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; color: #fff; cursor: pointer;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px; font-weight: 600; text-align: center;
}

.review-listing-buttons a.button:hover,
.review-listing-buttons a.button:active {
	background: #808080;
}

.review-listing-desc {
	width: 660px; float: right;
	padding: 0 15px;
}



/* main-sidebar */

.main-sidebar {
	width: 210px; float: right;
}

.main-sidebar .content {
	background: #1b1b1b;
	margin-bottom: 10px;
}

.main-sidebar .categories li {
	font-size: 13px; line-height: 16px; font-weight: 400;
}

.main-sidebar .categories li a,
.main-sidebar .categories li a:visited {
	display: block;
	padding: 9px 0 9px 35px;
	background: url('images/item-categories.png') left 15px center no-repeat; border-bottom: 1px solid #222222; color: #b9b9b9;
}

.main-sidebar .categories li a:hover,
.main-sidebar .categories li a:active {
	background-color: rgba(255, 255, 255, 0.015); border-bottom-color: #ffbd0a; color: #ffbd0a;
}

.main-sidebar .mobile-categories {
	display: none;
	padding: 10px;
}

.main-sidebar .mobile-categories select {
	width: 100%; height: 34px; display: block;
	background: #f0f0f0; border: 1px solid #1b1b1b; border-radius: 4px;
}

.main-sidebar .search,
.main-pornstars-sidebar .search,
.main-pornstars-sidebar .filter {
	padding: 10px;
	text-align: right;
}

.main-sidebar .search input[type="text"],
.main-pornstars-sidebar .search input[type="text"],
.main-pornstars-sidebar .filter input[type="text"] {
	width: 100%; height: 38px; display: inline-block;
	padding-left: 10px;
	background: #fff; border: 0 none; border-radius: 4px; box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.25);
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px;
}

.main-sidebar .search input[type="submit"],
.main-pornstars-sidebar .search input[type="submit"],
.main-pornstars-sidebar .filter input[type="submit"] {
	height: 38px; display: inline-block;
	padding: 0 15px; margin-top: 6px;
	background: #656565; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; color: #fff; cursor: pointer;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px; font-weight: 600; text-align: center;
	transition: all 0.3s;
}

.main-pornstars-sidebar .filter .row {
	margin: 5px 0;
}

.main-pornstars-sidebar .filter .label {
	width: 40%; float: left;
	line-height: 30px; text-align: left;
}

.main-pornstars-sidebar .filter .field {
	width: 60%; float: right;
}

.main-pornstars-sidebar .filter .field select {
	width: 100%; height: 30px;
	border: 0 none; border-radius: 4px;
}



/* footer */

.footer {
	padding: 10px; margin-top: 10px;
	background: #353535; border-radius: 6px;
}

.footer-newsletter {
	width: 280px; float: right;
	padding: 10px 10px 10px 20px;
	border-left: 1px solid #242526;
	text-align: right;
}

.footer-newsletter input[type="text"] {
	width: 100%; height: 38px; display: inline-block;
	padding-left: 10px;
	background: #fff; border: 0 none; border-radius: 4px; box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.25);
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px;
}

.footer-newsletter input[type="submit"] {
	height: 38px; display: inline-block;
	padding: 0 15px; margin-top: 6px;
	background: #656565; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; color: #fff; cursor: pointer;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px; font-weight: 600; text-align: center;
	transition: all 0.3s;
}

.footer-newsletter form input[type="submit"]:hover {
	background: #1b1b1b;
	transition: all 0.3s;
}


.footer-content {
	width: 850px; float: left;
	padding-right: 10px;
}

.footer-about {
	padding: 10px;
	border-bottom: 1px solid #242526;
}

.footer-about p {
	line-height: 1.5em;
}

.footer-links {
	padding: 10px;
}

.footer-links,
.footer-links p {
	color: #8c8c8c;
	font-size: 12px; line-height: 1.4em;
}

.footer-links a,
.footer-links a:visited {
	color: #8c8c8c;
}

.footer-links a:hover,
.footer-links a:active {
	color: #fff;
}
