.slick-slider .slick-next {
	right: 25px;
}
.slick-slider .slick-prev {
	left: 25px;
	z-index: 1;
}
.slick-slider-item {
	position: relative;
}
@media (min-width: 767px) {
	.slick-slider .slick-prev, 
	.slick-slider .slick-next {
		width: 40px;
		height: 40px;
	}
	.slick-slider .slick-prev:before, 
	.slick-slider .slick-next:before {
		font-size: 40px;
	}
}

.newsletter-box {
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 15px 30px 15px;
	background: #fff;
	color: #373737;
	-o-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
	/*height: 76px;*/
	-webkit-transition: bottom 0.2s ease-in-out;
	transition: bottom 0.2s ease-in-out;
}
.newsletter-box i {
	position: absolute;
	background: #fff;
	font-size: 40px;
	text-align: center;
	top: -40px;
	padding: 10px;
	line-height: 1;
	right: 40px;
	height: 40px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	cursor: pointer;
	-o-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.2);
}
.newsletter-box i span {
	display: block;
	height: 20px;
}
.newsletter-box.collapsed {
	bottom: -112px;
}
.newsletter-box.collapsed i span {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.newsletter-box .ctct-inline-form {
	width: 100%;
}
.newsletter-box div.ctct-form-embed div.ctct-form-defaults {
	border-radius: 0;
	padding: 0;
}
.newsletter-box div.ctct-form-embed form.ctct-form-custom {
	position: relative;
	min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	font-family: 'Asap', sans-serif;
}
.newsletter-box div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
	margin: 0 auto 0 0;
	color: #000;
	font-size: 25px;
	line-height: 28px;
	font-family: 'Asap', sans-serif;
}
.newsletter-box .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
	margin: 0 0 0 5px;
	color: #fff;
	font-size: 1.25rem;
	background-color: #d3b65a;
	width: auto;
	min-width: 130px;
	height: 35px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	padding: 5px;
	font-family: 'Asap', sans-serif;

	margin-top: 21px;
}
.newsletter-box .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover {
	opacity: .8;
	border: none;
	background-color: #d3b65a;
}
.newsletter-box .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:active {
	opacity: 1;
	border: none;
	background-color: #d3b65a;
}
.newsletter-box div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	position: relative;
	margin: 0 0 0 5px;
}
.newsletter-box div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
/*	position: absolute;
	top: 50%;
	left: 15px;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	color: #898888;
	font-weight: 400;
	margin-bottom: 5px;
}
.newsletter-box div.ctct-form-embed form.ctct-form-custom label.ctct-form-label::before {
	display: none;
}
.newsletter-box div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	width: 130px;
	height: 35px;
	padding-left: 10px;
	border: 1px solid #e3e3e3;
	padding: 5px 15px;
	font-size: 15px;
	color: #484848;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}
.newsletter-box div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus {
	position: relative;
	z-index: 1;
	outline: auto;
}
.newsletter-box div.grecaptcha-badge {
	display: none!important;
	bottom: 150px!important;
}
.newsletter-box div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
	position: absolute;
	bottom: 5px;
	width: 100%;
	padding-top: 0;
}
.newsletter-box div.ctct-form-success {
	text-align: center;
}
.newsletter-box div.ctct-form-success h2.ctct-form-header {
	margin-bottom: 10px;
	font-size: 22px!important;
	line-height: 1.2!important;
}
.newsletter-box div.ctct-form-success p.ctct-form-text {
	font-size: 16px!important;
	line-height: 1.2!important;
}
.newsletter-box div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
	position: absolute;
	bottom: 100%;
	left: -5px;
	right: -5px;
	background-color: #fff;
	padding: 5px;
}
.newsletter-box div.ctct-form-success {
	min-height: 0;
}
@media (max-width: 991px) {
	.newsletter-box div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
		font-size: 20px;
		line-height: 23px
	}
}
@media (max-width: 767px) {
	.newsletter-box div.ctct-form-embed form.ctct-form-custom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.newsletter-box div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 15px;
		width: 100%;
		text-align: center;
	}
	.newsletter-box.collapsed {
		bottom: -280px;
	}
	.newsletter-box div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
		width: 105px;
	}
}


.affiliate-box {
	margin-top: 40px;
	margin-bottom: 40px;
}
.affiliate-box-heading {
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
}
.affiliate-box-inner {
	margin-bottom: 15px;	
	background-color: #fff;
	padding: 15px;
}
.affiliate-box-inner:last-child {
	margin-bottom: 0;
}
.affiliate-box-form-haeder {
	margin-bottom: 20px;
	background-color: #d3b65a;
	padding: 15px;
	text-align: center;
}
.affiliate-box-inner form input:not(.input-submit) {
	height: 35px;
	border: 1px solid #e3e3e3;
	padding: 5px 15px;
	font-size: 15px;
	color: #484848;
	background: #fff;
	margin: 0;
}
.affiliate-box-inner form input::-webkit-input-placeholder {
  color: #898888; 
}
.affiliate-box-inner form input:-ms-input-placeholder {
  color: #898888; 
}
.affiliate-box-inner form input::-ms-input-placeholder {
  color: #898888; 
}
.affiliate-box-inner form input::placeholder {
  color: #898888; 
}
.affiliate-box-inner form table td {
	padding-bottom: 10px;
}
.affiliate-box-inner .input-submit {
	padding-right: 15px;
	padding-left: 15px; 
	width: auto;
	font-size: 16px;
}
.affiliate-box-form {
	margin: 0 auto;
	width: 420px;
	max-width: 100%;
}
.affiliate-box-form table {
	width: 100%;
}
.affiliate-box-form-input-wrapper input {
	width: 100%;

}
.affiliate-box-form-btns {
	padding-left: 20px;
}
.affiliate-box-form-btns .input-submit {
	margin-left: 0;
	margin-right: 5px;
}
.affiliate-box-form-btns .input-submit-gray {
	background-color: #aaa9a9;
}
.affiliate-box-form-input-wrapper {
	padding-left: 20px;
}
.affiliate-box-inner-footer {
	margin-top: 20px;
	border-top: 2px solid #e7e7e7;
	padding-top: 20px;
	text-align: center;
}
.affiliate-box-inner-footer .input-submit {
	margin: 10px;
}
@media (min-width: 768px) {
	.affiliate-box {
		margin: 70px auto;
		width: 60%;
		min-width: 610px;
	}
}
@media (max-width: 767px) {
	.affiliate-box-heading {
		font-size: 30px;
	}
	.affiliate-box-inner .input-submit {
		margin-bottom: 5px;
		padding-right: 10px;
		padding-left: 10px;
	}
}
.affiliate-img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}
.affiliate-description {
	line-height: 1.5;
	color: #7c7c7d;
}


.member-block--separated {
	margin-top: 35px;
}

@media (min-width: 1201px) and (max-width: 1339px) {
	.join-block_right {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}


.feedback-text {
	margin-bottom: 20px;
	line-height: 24px;
	color: #575656;
}
textarea.form-control {
	margin: 0;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	padding: 15px 50px 15px 25px;
	width: 100%;
	min-height: 116px;
	resize: vertical;	
	text-align: left;
	font-size: 16px;
}
.feedback-form {
	text-align: center;
}
.feedback-form textarea.form-control {
	border-color: #c2c1c1;
}
.feedback-form textarea.form-control {
	margin-bottom: 10px;
}
.feedback-form .btn {
	padding-right: 35px;
	padding-left: 35px;
	font-size: 20px;
}
.feedback-form textarea.form-control::-webkit-input-placeholder {
  color: #575656;
}
.feedback-form textarea.form-control::-moz-placeholder {
  color: #575656;
}
.feedback-form textarea.form-control:-ms-input-placeholder {
  color: #575656;
}
.feedback-form textarea.form-control:-moz-placeholder {
  color: #575656;
}

.btn {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	border: none;
	background: #d3b65a;
	padding: 12px 17px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.btn:hover {
	opacity: .9;
	font-weight: 400;
}


.custompage .caption {
	text-align: center;
}

@media (min-width: 1200px) {
	.custompage .caption {
		font-size: 36px;
	}
}

.about-wrapper {
	margin-top: 50px;
}

.about-wrapper .img-100p {
	display: block;
}

.about-wrapper .row {
	margin: 0 -15px;
}

@media (min-width: 768px) {
	.col-sm-6 {
		float: left;
		padding: 0 15px;
		width: 50%;
	}
}

.about-wrapper ul {
	padding-left: 20px;
	font-weight: 500;
}
.about-wrapper ul li {
	margin-bottom: 15px;
	list-style-type: disc;
	line-height: 1.3;
	color: #d3b65a;
}
.about-wrapper ul a {
	text-decoration: underline;
	color: #d3b65a;
}

.about-wrapper .base-text-color {
	color: #000;
}

.about-wrapper .about-wrapper__heading-w-line {
	position: relative;
	margin-bottom: 35px;
	overflow: hidden;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 500;
}
.about-wrapper .about-wrapper__heading-w-line::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 30px;
	background: #e5e5e5;
	width: 100%;
	height: 1px;
	content: '';
}

.about-wrapper__content-box {
	padding: 45px;
}

.about-wrapper__content-box--white {
	background-color: #fff;
}

.about-wrapper__content-box--as-seen {
	padding-right: 0;
	padding-left: 0;
}

.about-wrapper__content-box--as-seen .row-flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.about-wrapper .about-wrapper__content-box--as-seen .col {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

@media (max-width: 768px) {
	.about-wrapper__content-box--as-seen .row-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.about-wrapper__content-box--as-seen .col {
		margin-bottom: 30px;
		width: 100%;
	}
	.about-wrapper__content-box--as-seen .col:last-child {
		margin-bottom: 0;
	}
}

.about-wrapper__header {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
}
header.about-wrapper__header {
	background: transparent;
}
.about-wrapper__header--small-margin {
	margin-bottom: 30px;
}

.about-wrapper__heading {
	margin-bottom: 10px;
	font-size: 30px;
}
.about-wrapper__heading:last-child {
	margin-bottom: 0;
}

.about-wrapper__header .about-wrapper__sub-heading {
	display: block;
	margin-bottom: 0;
	color: #676161;
	font-size: 18px;
}

.about-wrapper__text-block {
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
}

.about-you-list-wrapper {
	margin-bottom: 50px;
}

.about-wrapper__text-block p {
	margin-bottom: 20px;
}
.about-wrapper__text-block p:last-child {
	margin-bottom: 0;
}
.about-wrapper__text-block a {
	text-decoration: underline;
	color: #d3b65a;
}

.about-quotation {
	display: table;
	margin-top: 45px;
	border: 1px solid #d3b65a;
	padding: 60px;
}

.about-quotation__icon,
.about-quotation__body {
	display: table-cell;
	vertical-align: middle;
}

.about-quotation__icon {
	width: 110px;
}

.about-quotation__icon img {
	width: 60px;
	height: auto;
}

.about-quotation__body {
	line-height: 1.6;
	font-weight: 500;
	font-style: italic;
}

.about-wrapper__btn-block {
	margin-top: 40px;
	text-align: center;
}

.about-wrapper__btn-block .btn {
	display: inline-block;
	font-size: 24px;
}

.about-wrapper__logo {
	display: block;
	width: 100%;
	height: auto;
}
.about-wrapper__logo--medium {
	max-width: 405px!important;
}
.about-wrapper__logo--queerty {
	max-width: 250px!important;
}
.about-wrapper__logo--advocate {
	max-width: 230px!important;
}

.about-wrapper__video {
	margin-top: 45px;
}

.faq-guestion-wrapper {
	padding-top: 40px;
}
.faq-guestion-wrapper .about-wrapper__content-box {
	padding: 35px 45px;
}
.faq-guestion-wrapper .about-wrapper__header {
	margin-top: 0;
}

@media (max-width: 1199px) {
	.about-wrapper__header {
		margin-top: 14px;
		margin-bottom: 36px;
	}
	.about-wrapper__heading {
		font-size: 22px;
	}
	.about-you-list-wrapper {
		margin-bottom: 36px;
	}
	.about-wrapper__text-block {
		font-size: 16px;
	}
	.about-wrapper__text-block p {
		margin-bottom: 15px;
	}
	.about-wrapper__video {
		margin-top: 35px;
	}
	.about-quotation {
		margin-top: 35px;
		padding: 25px;
	}
	.about-quotation__icon {
		width: 70px;
	}
	.about-quotation__icon img {
		width: 45px;
	}
	.about-wrapper__content-box {
		padding: 30px;
	}
	.about-wrapper__header--small-margin {
		margin-bottom: 25px;
	}
	.about-wrapper__btn-block {
		margin-top: 30px;
	}
	.faq-guestion-wrapper {
		padding-top: 30px;
	}
	.faq-guestion-wrapper .about-wrapper__content-box {
		padding: 25px 30px;
	}
}

.img-100p {
	display: block;
	width: 100%;
	height: all;
}

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;	
  margin: 0 -15px;
}

.row-flex .col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 15px;
}


.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive embed, 
.embed-responsive iframe, 
.embed-responsive object, 
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


.join-block_left {
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
}

.join-block-header {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}

.join-block-main-heading {
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 30px;
}

.join-block-highlighted-text {
	margin-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.15;
	color: #676161;
	font-weight: 500;
}

.join-block .btn {
	line-height: 1;
	font-size: 24px;
}

.join-block .heading-like-btn {
	display: inline-block;
	margin-bottom: 20px;
}
.join-block .heading-like-btn:hover {
	opacity: 1;
}

.join-block .fich-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.join-block .fich-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
  float: none;
  margin-bottom: 1px;
  background: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2%;
  width: calc((100% - 2px) / 3);
  height: auto;
  text-align: center;
  line-height: 1.45;
  color: #fff;
  font-size: 14px;
}
.join-block .fich-list li span {
	display: block;
	vertical-align: baseline;
	width: 100%;
}
.join-block .fich-list--large li {
	min-height: 85px;
}

.join-img-1 {
	margin-top: 5px;
}
.join-img-2 {
	margin-top: 25px;
}

.join-block__text-block {
	padding: 25px 50px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
}
.join-block__text-block--large-vertical-padding {
	padding-top: 35px;
	padding-bottom: 35px;
}
.join-block__text-block p {
	margin-bottom: 20px;
}
.join-block__text-block .join-block-highlighted-text {
	margin-bottom: 0;
}

.join-block_left__img {
	margin: 0;
}

.join-block .join-btn {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 70px;
}

.join-block-quotes {
	margin-right: 5px;
	margin-left: 5px;
}
.join-block-quotes > .col {
	margin-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
	width: 33.3333%;
}
.join-block-quote-logo-wrapper {
	margin-bottom: 25px;
	height: 60px;
	text-align: center;
}
.join-block-quote-logo-wrapper--gaydemon {
  display: -webkit-box;
  display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.join-block-quote-logo-wrapper img {
	max-height: 50px;
}
.join-block-quote-text {
	line-height: 1.5;
	font-size: 12px;
}

/*.join-block.change-player-button .mejs-overlay-button {
	background: url('/img/btn-free-preview.png') no-repeat;
	margin: -58px 0 0 -56px;
	width: 117px;
	height: 113px;
}
.join-block.change-player-button .mejs-overlay:hover .mejs-overlay-button {
	background-position: center;
	opacity: 0.95;
}*/

.member-block .most-popular-box {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 55px;
	clear: both;
	background: #1a1a1a;
	padding: 10px 30px;
	text-transform: uppercase;
	color: #d3b65a;
	font-size: 14px;
}
.member-block.member-block--most-popular {
	height: auto;
}
.member-block.member-block--most-popular .member-label {
	padding-bottom: 34px;
	padding-top: 10px;
}
.member-block.member-block--most-popular input[type="radio"]:checked + label.member-label .most-popular-box {
	color: #d3b65a;
}

@media screen and (max-width: 540px) {
	.member-block.member-block--most-popular .member-label {
		padding-bottom: 35px;
		padding-top: 5px;
	}
	.join-block-main-heading {
		font-size: 20px;
	}
	.join-block .btn {
		font-size: 18px;
	}
	.join-block .fich-list li {
		width: 100%;
	}
	.join-block .fich-list li br {
		display: none;
	}
	.join-block .fich-list--large li {
		min-height: 0;
	}
	.join-block__text-block {
		padding-right: 25px;
		padding-left: 25px;
	}
	.join-block .join-btn {
		margin-top: 30px;
	}
	.join-block-quotes {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.join-block-quotes > .col {
		margin-bottom: 35px;
		padding-right: 15px;
		padding-left: 15px;
		width: 100%;
	}
	.join-block-quote-logo-wrapper {
		margin-bottom: 15px;
		height: auto;
	}
}