
/* 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;
}


/* 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: #030303 url('../2016-images/bgd-body.jpg');
}

body, td, p  {
	color: #fff;
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; line-height: 1.5em; font-weight: 300;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #e6c077;
	text-decoration: none;
	transition: opacity 0.35s, color 0.35s;
}

a:hover, a:active {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.35s, color 0.35s;
}

p {
	margin: 0.6em 0;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

h1 {
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 60px; line-height: 1em; font-weight: 700; letter-spacing: -1px; text-align: center;
}

h2 {
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; line-height: 1.1em; font-weight: 700; text-align: center;
}

h3 {
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; line-height: 1.1em; font-weight: 700; text-align: center;
}

h4 {
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; line-height: 1.1em; font-weight: 700; text-align: center;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.wrapper {
	width: 1170px;
	margin: 0 auto;
}

/* Top section */

.top-section {
	position: relative;	
	padding: 10px 0;
	background: #d0bf75; /* Old browsers */
	background: -moz-linear-gradient(top,  #d0bf75 0%, #fffdcc 29%, #dfcb95 79%, #dfcb95 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d0bf75 0%,#fffdcc 29%,#dfcb95 79%,#dfcb95 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d0bf75 0%,#fffdcc 29%,#dfcb95 79%,#dfcb95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bf75', endColorstr='#dfcb95',GradientType=0 ); /* IE6-9 */
	color: #404040;
	font-size: 16px; line-height: 30px;
}

.top-section:after {
	width: 154px; height: 68px; display: block;
	position: absolute; top: 100%; left: 50%;
	margin-left: -77px; margin-top: -13px;
	content: '';
	background: url('../2016-images/page-heading-top.png') center center no-repeat;
}

.top-section .top-bar-register {
	float: left;
	text-align: left;
}

.top-section span {
	display: inline-block;
	vertical-align: middle;
}

.top-section a:link,
.top-section a:visited,
.top-section .top-bar-login button {
	height: 30px; display: inline-block;
	padding: 0 12px; margin-left: 5px;
	border: 0 none; border-radius: 3px; color: #fff; cursor: pointer;
	background: #3c3832;
	background: -moz-linear-gradient(top,  #3c3832 0%, #69655e 50%, #3c3832 50%, #3c3832 100%);
	background: -webkit-linear-gradient(top,  #3c3832 0%,#69655e 50%,#3c3832 50%,#3c3832 100%);
	background: linear-gradient(to bottom,  #3c3832 0%,#69655e 50%,#3c3832 50%,#3c3832 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3832', endColorstr='#3c3832',GradientType=0 );
	font-weight: 700; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	vertical-align: middle;
	transition: opacity 0.35s;
}

.top-section a:hover,
.top-section a:active,
.top-section .top-bar-login button:hover,
.top-section .top-bar-login button:active {
	opacity: 0.85;
	transition: opacity 0.35s;
}

.top-section .top-bar-login {
	float: right;
}

.top-section .top-bar-login input {
	width: 160px; height: 30px; display: inline-block;
	padding: 0 10px;
	background: #262626; box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5); border: 0 none; border-radius: 3px; color: #fff;
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; font-weight: 300; line-height: 30px; vertical-align: middle;
}

.top-section .top-bar-login input[type="text"]:first-child {
	margin-right: 6px;
}


/* Menu section */

.menu-section {
	border-bottom: 1px solid rgba(186, 146, 70, 0.25);
}

.menu-section .menu-section-logo {
	padding-top: 15px; padding-bottom: 5px;
}

.menu-section .menu-section-logo .logo {
	display: block; float: left;
}

.menu-section .menu-section-logo .mmenu-icon {
	display: none; float: right;
}

.menu-section .menu li {
	width: 16.666%; display: block; float: left; position: relative;
	padding: 0 2px;
}

.menu-section .menu li:after {
	width: 12px; height: 12px; display: block;
	position: absolute; left: 100%; top: 50%;
	margin-left: -4px; margin-top: -6px;
	background: url('../2016-images/menu-item-after.png') center center no-repeat; content: '';
}

.menu-section .menu li:last-child:after {
	display: none;
}

.menu-section .menu li a:link,
.menu-section .menu li a:visited {
	display: block;
	padding: 15px 0;
	background: url('../2016-images/menu-item.png') center bottom no-repeat; color: #fff;
	font-size: 18px; line-height: 22px; text-align: center; text-transform: uppercase;
}

.menu-section .menu li a:hover,
.menu-section .menu li a:active {
	color: #ba9246;
}


/* Teaser */

.teaser {
	margin-top: 2px;
	background:
	url('../2016-images/teaser-shadow.png') center bottom repeat-x,
	url('../2016-images/teaser-bgd.png') center top repeat-x;
}

.teaser-image {
	width: 650px; height: 400px; display: block; float: left;
	position: relative;
}

.teaser-image img {
	max-width: 100%; height: auto; display:block;
	position: absolute; top: 0; left: 0;
}

.teaser-image.teaser-image-girls img {
	top: auto; bottom: 0;
}

.teaser-call {
	width: 520px; height: 400px; display: block; float: right; position: relative;
}

.teaser-call-text {
	width: 320px;
	position: absolute; top: 68px; left: 0;
}

.teaser-call-text .large {
	display: block;
	color: #fecc53;
	font-size: 42px; line-height: 46px; font-weight: 700; text-align: center;
}

.teaser-call-text .small {
	display: block;
	color: #fff;
	font-size: 24px; line-height: 26px; font-weight: 400; text-align: center;
}

.teaser-call-button {
	width: 200px; height: auto; display: block;
	position: absolute; top: 10px; right: 0;
}

.teaser-call-car {
	display: block;
	position: absolute; bottom: 20px; left: 0;
}


/* Intro */

.intro {
	position: relative;
	padding: 80px 0 40px 0;
	background: #d0bf75;
	background: -moz-linear-gradient(top,  #d0bf75 0%, #fffdcc 29%, #dfcb95 79%, #dfcb95 100%);
	background: -webkit-linear-gradient(top,  #d0bf75 0%,#fffdcc 29%,#dfcb95 79%,#dfcb95 100%);
	background: linear-gradient(to bottom,  #d0bf75 0%,#fffdcc 29%,#dfcb95 79%,#dfcb95 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0bf75', endColorstr='#dfcb95',GradientType=0 );
}

.intro:after {
	width: 156px; height: 68px; display: block;
	position: absolute; top: 100%; left: 50%; z-index: 50;
	margin-left: -77px; margin-top: -16px;
	background: url('../2016-images/page-heading-intro.png') center center no-repeat; content: '';
}

.intro .heading {
	padding-bottom: 20px; margin-bottom: 20px;
	background: url('../2016-images/heading-underline.png') center bottom no-repeat; color: #404040;
}

.intro p {
	color: #000;
}

.intro-programs img {
	display: block; float: left;
	margin-right: 15px;
}

.intro-programs a:last-child img {
	margin: 0;
}

.intro-home-text {
	width: 100%; float: left;
}

.intro-home-photo {
	width: 250px; float: right;
	text-align: center;
}

.intro-support-photo {
	width: 250px; float: left;
	text-align: center;
}

.intro-support-text {
	width: 100%; float: right;
	margin-top: 30px;
}

.intro-support-text a:link,
.intro-support-text a:visited {
	color: #000;
}

.intro-support-text a:hover,
.intro-support-text a:active {
	color: #404040;
}


/* Home sites */

.home-sites-top {
	padding: 15px 0;
	color: #fdfaca;
	font-size: 24px; line-height: 28px; font-weight: 700;
}

.home-sites-top > div:first-child {
	width: 50%; float:left;
	padding-right: 100px;
	text-align: left;
}

.home-sites-top > div:last-child {
	width: 50%; float:right;
	padding-left: 100px;
	text-align: right;
}

.home-sites-content {
	margin-top: 15px;
}

.home-sites-content-money {
	width: 390px; float: left;
}

.home-sites-content-money img {
	max-width: 100%; height: auto;
}

.home-sites-content-tease {
	width: 770px; float: right;
}

.home-sites-content-tease img {
	max-width: 100%; display: block;
}

.home-sites-content-tease .button {
	width: 100%; display: block; float: left;
	margin-top: 20px;
	border-radius: 8px;
	background: #cab76a;
	background: -moz-linear-gradient(top,  #cab76a 0%, #fefecb 41%, #fefecb 57%, #dfca95 100%);
	background: -webkit-linear-gradient(top,  #cab76a 0%,#fefecb 41%,#fefecb 57%,#dfca95 100%);
	background: linear-gradient(to bottom,  #cab76a 0%,#fefecb 41%,#fefecb 57%,#dfca95 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cab76a', endColorstr='#dfca95',GradientType=0 );
}

.home-sites-content-tease .button:hover {
	opacity: 0.75;
}

.home-sites-content-tease .button .button-inside {
	display: block;
	padding: 16px 0 26px 0;
	background: url('../2016-images/heading-underline.png') center bottom 8px no-repeat;
}

.home-sites-content-tease .button .large {
	display: block;
	color: #000;
	font-size: 43px; line-height: 43px; font-weight: 700; letter-spacing: -1px; text-align: center;
}


/* Home features */

.home-features {
	padding: 35px 0 15px 0;
}

.home-features .item {
	width: 380px; float: left;
	padding: 20px; margin-right: 15px;
	background: rgba(0, 0, 0, 0.45); border: 1px solid rgba(230, 192, 119, 0.35); border-radius: 8px;
}

.home-features .item:last-child {
	margin-right: 0;
}

.home-features .item .heading {
	padding-bottom: 20px; margin-bottom: 20px;
	background: url('../2016-images/heading-underline.png') center bottom no-repeat; color: #fff;
}

.home-features .item ul li {
	padding-left: 26px; margin: 8px 0;
	background: url('../2016-images/contents-item-point.png') left top 5px no-repeat;
	color: #fff;
	font-size: 18px; line-height: 24px; text-transform: uppercase;
}

.home-features .item ul li:nth-child(odd) {
	color: #cd9c3e;
}

.home-features .item img {
	width: 100%; height: auto;
}

.home-features .item .item-link {
	margin-top: 10px;
	font-size: 24px; line-height: 1.3em; font-weight: 700; text-align: center;
}


/* Page heading */

.page-heading {
	position: relative;
	padding: 20px 0 30px 0;
	background: #232323;
}

.page-heading:after {
	width: 144px; height: 68px; display: block;
	position: absolute; top: 100%; left: 50%; z-index: 50;
	margin-left: -77px; margin-top: -18px;
	background: url('../2016-images/page-heading.png') center center no-repeat; content: '';
}

.page-heading h1 {
	color: #fdfaca;
}

.page-heading .page-subheading {
	display: block;
	margin-top: 8px;
	font-size: 20px; line-height: 24px; font-weight: 300; text-align: center;
}

.page-heading.page-heading-slogan .large {
	display: block;
	color: #f6edbe;
	font-size: 24px; line-height: 26px; font-weight: 700; text-align: center;
}

.page-heading.page-heading-slogan .small {
	display: block;
	margin-top: 8px;
	font-size: 20px; line-height: 24px; font-weight: 300; text-align: center; font-style: italic;
}


/* Page contents - contents items */

.contents-items .item {
	padding: 16px; margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.45); border: 1px solid rgba(230, 192, 119, 0.35); border-radius: 8px;
}

.contents-items .item .heading {
	padding-bottom: 20px; margin-bottom: 20px;
	background: url('../2016-images/heading-underline.png') center bottom no-repeat;
}

.contents-items .item p {
	color: #e6c077;
}

.contents-items .item p.point {
	padding-left: 26px;
	background: url('../2016-images/contents-item-point.png') left top 5px no-repeat;
}

.contents-items .item ul.points {
	padding-left: 26px;
}

.contents-items .item ul.points li {
	padding-left: 26px; margin: 3px 0;
	background: url('../2016-images/contents-item-point.png') left top 5px no-repeat;
}


/* Specific pages */

.page-contents {
	margin-top: 80px;
}


/* Feature boxes */

.intro-features .item {
	width: 380px; float: left;
	padding: 30px 30px 25px 30px; margin-right: 15px;
	background: url('../2016-images/intro-features-item.png') center center no-repeat;
	background-size: 100% 100%;
}

.intro-features .item:last-child {
	margin-right: 0;
}

.intro-features .item .heading {
	padding-bottom: 20px; margin-bottom: 20px;
	background: url('../2016-images/heading-underline.png') center bottom no-repeat; color: #404040;
}


/* Feature items */

.feature-nats {
	min-height: 105px;
	padding-left: 118px;
	background: url('../2016-images/feature-nats.png') left top no-repeat;
}

.feature-biweekly {
	min-height: 105px;
	padding-left: 118px;
	background: url('../2016-images/feature-biweekly.png') left top no-repeat;
}

.feature-tools {
	min-height: 105px;
	padding-left: 118px;
	background: url('../2016-images/feature-tools.png') left top no-repeat;
}

.feature-content {
	min-height: 105px;
	padding-left: 118px;
	background: url('../2016-images/feature-content.png') left top no-repeat;
}

.feature-support {
	min-height: 105px;
	padding-left: 118px;
	background: url('../2016-images/feature-support.png') left top no-repeat;
}


/* Sites */

h2.heading {
	padding-bottom: 20px; margin-top: 20px; margin-bottom: 20px;
	background: url('../2016-images/heading-underline.png') center bottom no-repeat; color: #fff;
}

.sites-items {
	padding: 20px 0;
}

.sites-items .item {
	width: 380px; float: left;
	padding: 15px; margin-right: 15px; margin-bottom: 15px;
	background: rgba(0, 0, 0, 0.45); border: 1px solid rgba(230, 192, 119, 0.35); border-radius: 8px;
}

.sites-items .item:nth-child(3n) {
	margin-right: 0;
}

.sites-items .item .heading {
	padding-bottom: 20px; margin-bottom: 15px;
	background: url('../2016-images/heading-underline.png') center bottom no-repeat; color: #fff;
}

.sites-items .item .site-info {
	width: 100%; height: 0; position: relative;
	padding-bottom: 66.5%;
	background: rgba(255, 255, 255, 0.1);
}

.sites-items .item .site-info-image {
	width: 100%; height: 100%; display: block;
	position: absolute; left: 0; top: 0; cursor: pointer;
	transition: all 0.35s;
}

.sites-items .item .site-info-desc {
	opacity: 0;
	position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px;
	padding-right: 10px; overflow: auto; z-index: 20;
	font-size: 14px; line-height: 22px; text-align: justify;
	transition: all 0.35s;
}

.sites-items .item .site-info:hover .site-info-image {
	opacity: 0;
	transition: all 0.35s;
}

.sites-items .item .site-info:hover .site-info-desc {
	opacity: 1;
	transition: all 0.35s;
}

.sites-items .item .site-info-links {
	margin-top: 15px;
	font-size: 22px; line-height: 22px;
}

.sites-items .item .site-info-links a:first-child {
	float: left;
}

.sites-items .item .site-info-links a:last-child {
	float: right;
	font-weight: 700;
}



/* Support boxes */

.support-boxes-items {
	padding: 75px 0 15px 0;
}

.support-boxes-items .item {
	width: 380px; float: left;
	padding: 20px; margin-right: 15px;
	background: rgba(0, 0, 0, 0.45); border: 1px solid rgba(230, 192, 119, 0.35); border-radius: 8px;
}

.support-boxes-items .item:last-child {
	margin-right: 0;
}

.support-boxes-items .item .heading {
	padding-bottom: 20px; margin-bottom: 20px;
	background: url('../2016-images/heading-underline.png') center bottom no-repeat; color: #fff;
}


/* Page signup */

.page-signup .form-box {
	padding: 20px; margin-bottom: 30px;
	background: rgba(219, 194, 109, 0.35); border: 1px solid rgba(186, 146, 70, 0.35);
	border-radius: 10px;
}

.page-signup .form-box .form-item {
	width: 50%; float: left;
	margin: 10px 0;
}

.page-signup .form-box .form-item label {
	width: 35%; float: left;
	padding-right: 10px;
	color: #404040;
	font-size: 18px; line-height: 38px; font-weight: 700; text-align: right;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.page-signup .form-box .form-item input[type="text"],
.page-signup .form-box .form-item input[type="password"],
.page-signup .form-box .form-item select {
	width: 62%; height: 38px; display: block; float: right;
	padding-left: 10px;
	background: #fff; border: 1px solid rgba(186, 146, 70, 0.65); border-radius: 6px; box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
	color: #404040;
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 22px; line-height: 36px;
}

.page-signup .form-submit {
	text-align: left;
}

.page-signup .form-submit button {
	height: 48px; display: inline-block;
	padding: 0 18px;
	background: #404040; border: 1px solid rgba(186, 146, 70, 0.65); border-radius: 6px; color: #fff; cursor: pointer;
	font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 22px; line-height: 48px;
	transition: all 0.35s;
}

.page-signup .form-submit button:hover,
.page-signup .form-submit button:active {
	background: #204030;
	transition: all 0.35s;
}



/* Signup now above footer */

.signup-now {
	margin: 20px 0;
}

.signup-now .button {
	width: 960px; display: block; float: left;
	margin-top: 40px;
	border-radius: 8px;
	background: #cab76a;
	background: -moz-linear-gradient(top,  #cab76a 0%, #fefecb 41%, #fefecb 57%, #dfca95 100%);
	background: -webkit-linear-gradient(top,  #cab76a 0%,#fefecb 41%,#fefecb 57%,#dfca95 100%);
	background: linear-gradient(to bottom,  #cab76a 0%,#fefecb 41%,#fefecb 57%,#dfca95 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cab76a', endColorstr='#dfca95',GradientType=0 );
}

.signup-now .button:hover {
	opacity: 0.75;
}

.signup-now .button .button-inside {
	display: block;
	padding: 16px 0 26px 0;
	background: url('../2016-images/heading-underline.png') center bottom 8px no-repeat;
}

.signup-now .button .large {
	display: block;
	color: #000;
	font-size: 43px; line-height: 43px; font-weight: 700; letter-spacing: -1px; text-align: center;
}

.signup-now .button .small {
	display: block;
	color: #e80000;
	font-size: 20px; line-height: 24px; font-weight: 400; text-align: center;
}

.signup-now .badge {
	display: block; float: right;
	transition: transform 0.35s;
}

.signup-now .badge:hover {
	transform: scale(0.975);
	transition: transform 0.35s;
}



/* Footer */

.site-footer {
	padding: 24px 0 20px 0;
	background: #000; border-bottom: 10px solid #161616;
	font-size: 14px;
}

.site-footer .footer-copyright {
	float: left;
}

.site-footer .footer-links {
	float: right;
}

.site-footer .footer-links a:link,
.site-footer .footer-links a:visited {
	color: #fff;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:active {
	color: #e6c077;
}


/* Media queries */

@media(min-width: 990px) and (max-width: 1199px) {
	.wrapper {
		width: 970px;
	}

	.top-section .top-bar-login input {
		width: 110px;
	}

	.teaser-image {
		width: 500px; height: 320px;
	}

	.teaser-call {
		width: 470px; height: 320px;
	}

	.teaser-call-button {
		width: 150px;
		top: 15px;
	}

	.teaser-call-text {
		top: 52px;
	}

	.teaser-call-car {
		width: 300px;
		left: 20px;
	}

	.intro-home-text {
		width: 100%;
	}

	.intro-home-photo {
		margin-top: 15px;
	}

	.intro-programs img {
		width: 182px;
	}

	.intro-support-text {
		width: 100%;
		margin-top: 10px;
	}

	.intro-features .item {
		width: 312px;
		margin-right: 17px;
	}

	.home-sites-content-money {
		width: 350px;
	}

	.home-sites-content-tease {
		width: 600px;
	}

	.home-features .item {
		width: 312px;
		margin-right: 17px;
	}

	.home-features .item ul li {
		font-size: 16px; line-height: 22px;
	}

	.sites-items .item {
		width: 312px;
		margin-right: 17px;
	}

	.support-boxes-items .item {
		width: 312px;
		margin-right: 17px;
	}

	.signup-now .button {
		width: 760px;
	}

	.signup-now .button .large {
		font-size: 38px; line-height: 38px;
	}

}

@media(min-width: 768px) and (max-width: 989px) {
	.wrapper {
		width: 750px;
	}

	.top-section .top-bar-login input {
		width: 85px;
	}

	.menu-section .menu-section-logo {
		padding-top: 15px; padding-bottom: 10px;
	}

	.menu-section .menu-section-logo .mmenu-icon {
		display: block; float: right;
		margin-top: 14px; margin-right: 6px;
	}

	.menu-section .menu {
		display: none;
	}

	.teaser-image {
		width: 450px; height: 300px;
	}

	.teaser-call {
		width: 300px; height: 300px;
	}

	.teaser-call-text {
		width: 300px;
	}

	.teaser-call-button {
		width: 150px;
		top: auto; bottom: 10px; right: 60px;
	}

	.teaser-call-text {
		top: 52px;
	}

	.teaser-call-car {
		display: none;
	}

	.intro-home-text {
		width: 100%;
	}

	.intro-home-photo {
		margin-top: 85px;
	}

	.intro-programs {
		text-align: center;
	}

	.intro-programs img {
		display: inline-block; float: none;
		margin: 8px;
	}

	.intro-programs a:last-child img {
		margin: 8px;
	}

	.intro-support-text {
		width: 100%;
		margin-top: 0;
	}

	.intro-support-photo {
		margin-top: 50px;
	}

	.intro-features .item {
		width: 365px;
		margin-right: 20px; margin-bottom: 20px;
	}

	.intro-features .item:nth-child(2n) {
		margin-right: 0;
	}

	.intro-features .item:last-child {
		display: none;
	}

	.home-sites-content-money {
		width: 280px;
	}

	.home-sites-content-tease {
		width: 450px;
	}

	.home-features .item {
		width: 365px;
		margin-right: 20px; margin-bottom: 20px;
	}

	.home-features .item:nth-child(2n) {
		margin-right: 0;
	}

	.home-features .item:last-child {
		display: none;
	}

	.sites-items .item {
		width: 367px;
		margin-right: 16px;
	}

	.sites-items .item:nth-child(3n) {
		margin-right: 16px;
	}

	.sites-items .item:nth-child(2n) {
		margin-right: 0;
	}

	.support-boxes-items .item {
		width: 100%;
		margin-right: 0; margin-bottom: 15px;
	}

	.support-boxes-items .item:last-child {
		margin-bottom: 0;
	}

	.page-signup .form-box .form-item {
		width: 100%;
	}

	.page-signup .form-box .form-item input[type="text"],
	.page-signup .form-box .form-item input[type="password"],
	.page-signup .form-box .form-item select {
		width: 62%;
	}

	.site-footer .footer-copyright,
	.site-footer .footer-links {
		width: 100%;
		text-align: center;
	}

	.signup-now .button {
		width: 540px;
		margin-top: 30px;
	}

	.signup-now .button .large {
		font-size: 38px; line-height: 38px;
	}

	.signup-now .button .small {
		font-size: 16px; line-height: 22px;
	}


}

@media(min-width: 480px) and (max-width: 767px) {
	.wrapper {
		width: 460px;
	}

	.top-section {
		padding-bottom: 30px;
	}

	.top-section .top-bar-register {
		display: none;
	}

	.top-section .top-bar-login {
		width: 100%;
		text-align: center;
	}

	.top-section .top-bar-login input {
		width: 165px;
	}

	.menu-section .menu-section-logo {
		padding-top: 18px; padding-bottom: 12px;
	}

	.menu-section .menu-section-logo .logo {
		max-width: 160px;
	}

	.menu-section .menu-section-logo .mmenu-icon {
		display: block; float: right;
		margin-top: 5px; margin-right: 10px;
	}

	.menu-section .menu {
		display: none;
	}

	.teaser-image {
		display: none;
	}

	.teaser-image.teaser-image-girls {
		width: 460px; height: 280px; display: block;
	}

	.teaser-call {
		width: 450px; height: 150px;
	}

	.teaser-call-text {
		width: 300px;
		top: 42px;
	}

	.teaser-call-button {
		width: 135px;
		top: 10px; right: 0;
	}

	.teaser-call-car {
		display: none;
	}

	.intro-home-text {
		width: 100%;
	}

	.intro-home-text p {
		font-size: 14px; line-height: 21px;
	}

	.intro-home-photo {
		width: 100%;
	}

	.intro-programs {
		text-align: center;
	}

	.intro-programs img {
		max-width: 200px; height: auto; display: inline-block; float: none;
		margin: 5px;
	}

	.intro-programs a:last-child img {
		display: none;
	}

	.intro-support-text {
		width: 100%;
		margin-top: 0;
	}

	.intro-support-text p {
		font-size: 14px; line-height: 21px;
	}

	.intro-support-photo {
		width: 100%;
	}

	.home-sites-top {
		padding-top: 65px;
	}

	.home-sites-top > div:first-child,
	.home-sites-top > div:last-child {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.intro-features .item {
		width: 100%;
		margin-right: 0; margin-bottom: 15px;
	}

	.home-sites-content-money {
		width: 100%;
		text-align: center;
	}

	.home-sites-content-tease {
		width: 100%;
	}

	.home-features .item {
		width: 100%;
		margin-right: 0; margin-bottom: 15px;
	}

	.sites-items .item {
		width: 222px;
		margin-right: 16px;
	}

	.sites-items .item:nth-child(3n) {
		margin-right: 16px;
	}

	.sites-items .item:nth-child(2n) {
		margin-right: 0;
	}

	.support-boxes-items .item {
		width: 100%;
		margin-right: 0; margin-bottom: 15px;
	}

	.support-boxes-items .item:last-child {
		margin-bottom: 0;
	}

	.page-signup .form-box .form-item {
		width: 100%;
	}

	.page-signup .form-box .form-item input[type="text"],
	.page-signup .form-box .form-item input[type="password"],
	.page-signup .form-box .form-item select {
		width: 62%;
	}

	.site-footer .footer-copyright,
	.site-footer .footer-links {
		width: 100%;
	}

	.signup-now .button {
		width: 100%; float: none;
		margin-top: 0;
	}

	.signup-now .button .button-inside {
		padding-left: 10px; padding-right: 10px;
	}

	.signup-now .button .large {
		font-size: 38px; line-height: 38px;
	}

	.signup-now .button .small {
		font-size: 14px; line-height: 20px;
	}

	.signup-now .badge {
		float: none;
		margin: 20px auto 0 auto;
	}

}

@media(max-width: 479px) {
	.wrapper {
		width: 300px;
	}

	.top-section {
		padding-bottom: 30px;
	}

	.top-section .top-bar-register {
		display: none;
	}

	.top-section .top-bar-login {
		width: 100%;
		text-align: center;
	}

	.top-section .top-bar-login input {
		width: 90px;
	}

	.menu-section {
		padding-top: 50px;
	}

	.menu-section .menu-section-logo {
		padding-top: 15px; padding-bottom: 10px;
	}

	.menu-section .menu-section-logo .logo {
		max-width: 170px;
	}

	.menu-section .menu-section-logo .mmenu-icon {
		display: block; float: right;
		margin-top: 5px; margin-right: 5px;
	}

	.menu-section .menu {
		display: none;
	}

	.teaser-image {
		display: none;
	}

	.teaser-image.teaser-image-girls {
		width: 300px; height: 190px; display: block;
	}

	.teaser-call {
		width: 300px; height: 250px;
	}

	.teaser-call-text {
		width: 300px;
		top: 20px; left: 0;
	}

	.teaser-call-button {
		width: 135px;
		top: 100px; right: 80px;
	}

	.teaser-call-car {
		display: none;
	}

	.home-sites-top {
		padding-top: 65px;
		font-size: 16px; line-height: 22px;
	}

	.home-sites-top > div:first-child,
	.home-sites-top > div:last-child {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.intro-home-text {
		width: 100%;
	}

	.intro-home-text p {
		font-size: 14px; line-height: 21px;
	}

	.intro-home-photo {
		width: 100%;
	}

	.intro-programs {
		text-align: center;
	}

	.intro-programs img {
		max-width: 140px; height: auto; display: inline-block; float: none;
		margin: 3px;
	}

	.intro-programs a:last-child img {
		display: none;
	}

	.intro-support-text {
		width: 100%;
		margin-top: 0;
	}

	.intro-support-text p {
		font-size: 14px; line-height: 21px;
	}

	.intro-support-photo {
		width: 100%;
	}

	.intro-features .item {
		width: 100%;
		margin-right: 0; margin-bottom: 15px;
	}

	.home-sites-content-money {
		width: 100%;
	}

	.home-sites-content-tease {
		width: 100%;
	}

	.home-features .item {
		width: 100%;
		margin-right: 0; margin-bottom: 15px;
	}

	.feature-nats,
	.feature-biweekly,
	.feature-tools,
	.feature-content,
	.feature-support {
		padding-left: 75px;
		background-size: 60px 60px;
		font-size: 14px;
	}

	.support-boxes-items .item {
		width: 100%;
		margin-right: 0; margin-bottom: 15px;
	}

	.support-boxes-items .item:last-child {
		margin-bottom: 0;
	}

	.page-signup .form-box .form-item {
		width: 100%;
	}

	.page-signup .form-box .form-item label,
	.page-signup .form-box .form-item input[type="text"],
	.page-signup .form-box .form-item input[type="password"],
	.page-signup .form-box .form-item select {
		width: 100%;
		text-align: left;
	}

	.site-footer .footer-copyright,
	.site-footer .footer-links {
		width: 100%;
		font-size: 12px; text-align: center;
	}

	.signup-now .button {
		width: 100%; float: none;
		margin-top: 0;
	}

	.signup-now .button .button-inside {
		padding-left: 10px; padding-right: 10px;
	}

	.signup-now .button .large {
		font-size: 38px; line-height: 38px;
	}

	.signup-now .button .small {
		font-size: 14px; line-height: 20px;
	}

	.signup-now .badge {
		float: none;
		margin: 20px auto 0 auto;
	}

}

.mm-menu.mm-theme-dark {
	background-color: #171717;
}

.mm-menu.mm-theme-dark .mm-listview > li {
	font-size: 18px; font-weight: 700;
}


.thank-login {
    padding: 40px 0 100px;
    background: linear-gradient(to bottom, #d0bf75 0%,#fffdcc 29%,#dfcb95 79%,#dfcb95 100%);
}

.thank-login .title h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: url(../2016-images/heading-underline.png) center bottom no-repeat;
    color: #404040;
}


.thank-login form {
    width: 50%;
    margin: auto;
    background: #232323;
    padding: 20px;
    position: relative;
    border: solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #977243, #977243);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 4px;
}

.thank-login form:after {
    content: '';
    width: 144px;
    height: 68px;
    display: block;
    position: absolute;
    top: 100.5%;
    left: 50%;
    z-index: 50;
    margin-left: -77px;
    margin-top: -18px;
    background: url(../2016-images/page-heading.png) center center no-repeat;
}

.thank-login form .form-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #04c183;
    margin-bottom: 10px;
}

.thank-login form .form-text {
    color: #ddca85;
}

.thank-login form .form-field input {
    width: 100%;
    padding: 2px;
    height: 30px;
    background: #262626;
    border: 1px solid rgb(251 244 193/30%);
    border-radius: 3px;
    margin-bottom: 10px;
    color: #fff;
}

.thank-login form .form-field input:focus-visible {
    outline: 1px solid rgb(251 244 193/50%);
}

.thank-login form input[type="submit"] {
    background: linear-gradient(to bottom, #d0bf75 0%,#fffdcc 29%,#dfcb95 79%,#dfcb95 100%);
    border: 1px solid;
    padding: 10px 50px;
    margin: 0 auto 10px;
    display: block;
    border-radius: 3px;
    cursor: pointer;
}

.thank-login p.centered {
    text-align: center;
    color: #262626;
    text-transform: capitalize;
}