/* 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: #FFF;
}

body, td, p  {
	color: #46373e;
	font-family: "Raleway", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 19px; line-height: 1.4em; font-weight: normal;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #fe37a2;
	text-decoration: none;
	transition: color 0.35s, background 0.35s;
}

a:hover, a:active {
	color: #46373e;
	text-decoration: none;
	transition: color 0.35s, background 0.35s;
}

p {
	margin: 0;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.wrapper {
	width: 1120px;
	margin: 0 auto;
}

.button:link, .button:visited {
	display: block;
	padding: 25px 30px;
	background: #fe37a2; border-radius: 7px; color: #fff;
	font-size: 33px; line-height: 1.1em; font-weight: 900; text-align: center; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.button:hover, .button:active {
	background: #a9075e;
}

.button .accent {
	color: #f0f070;
	text-decoration: underline;
}


/* Top section */

.top-section { background-color:#ffffff; background:rgb(254, 55, 162); background: linear-gradient(135deg, rgb(254, 55, 162) 0%, rgb(255, 214, 237) 34%, rgb(254, 55, 162) 100%); margin-bottom:20px; }
.top-wrapper {
	width: 100%; position: relative;
	padding: 20px 0;
}

.top-section .logo-wrapper {
	display: block; float: left;
	padding: 0 20px;
	text-align: center;
	max-width:250px;
}

.top-section .logo-wrapper .logo {
	max-width: 100%; height: auto; display: block;
	margin: 0 auto;
}

.top-section .button-wrapper {
	width: 240px; display: block; float: right;
	padding: 0 20px;
	text-align: center;
}

.top-section .button-wrapper .button {
	padding: 26px 0;
	border-bottom-width: 4px; border-radius: 4px;
	font-size: 28px;
	background:#FFF; color:#fe37a2;
	text-shadow:none;
}
.top-section .button-wrapper .button:hover { background-color:#a9075e; color:#FFF; }


/* Intro */

.model-section {
	margin-bottom: 20px;
}

.model-wrapper {
	background: #e8e8e8;
}

.model-info {
	width: 100%; display: block; float: right;
	padding: 20px;
}

.model-info,
.model-info li,
.model-info p {
	font-size: 17px; line-height: 1.5em;
}


.model-info .description {
	width: 100%; display: block; float: left; overflow: hidden;
}
.model-info .description h1 {
	color:#fe37a2; font-size:28px; font-weight:700; margin-bottom:15px;
}

.model-info .button-wrapper {
	width: 100%; display: block; float: left;
	padding-top: 20px; margin-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}


/* Promo middle section */

.promo-middle-section {
	margin: 20px 0;
}

.promo-middle {
	padding: 20px;
	text-align: center;
	background-color:#ffffff; background:rgb(254, 55, 162); background: linear-gradient(135deg, rgb(254, 55, 162) 0%, rgb(255, 214, 237) 34%, rgb(254, 55, 162) 100%);
}

.promo-middle-section .slogan { text-align:center; font-weight:bold; text-shadow:#222 1px 1px 2px; }
.promo-middle-section .slogan a:link,
.promo-middle-section .slogan a:visited {
	color: #FFF;
}

.promo-middle-section .slogan a:hover,
.promo-middle-section .slogan a:active {
	color: #FFF;
}

.promo-middle-section .slogan a .accent {
	color: #fe37a2;
	font-weight: 900; text-decoration: underline;
}

.promo-middle-section .button {
	margin-top: 20px;
}


/* Promo bottom section */

.promo-bottom-section {
	margin-top: 20px;
}

.promo-bottom {
	padding: 30px;
	background: #726665 url("../images/promo-bottom-bgd.jpg") center center no-repeat; background-size: cover;
	text-align: center;
}

.promo-bottom-section .slogan {
	margin-top: 20px;
}

.promo-bottom-section .slogan a:link,
.promo-bottom-section .slogan a:visited {
	color: #fff;
}

.promo-bottom-section .slogan a:hover,
.promo-bottom-section .slogan a:active {
	color: #ffff77;
}

.promo-bottom-section .slogan a .accent {
	color: #ffff77;
	font-weight: 900; text-decoration: underline;
}

/* Thumbs */

.content-thumbs {
	margin: 20px 0;
}

.thumbs-listing img {
	width: 170px; height: auto; display: block; float: left;
	margin-right: 20px; margin-bottom: 20px;
}

.thumbs-listing a:nth-child(6n) img {
	margin-right: 0;
}

.thumbs-listing a:nth-last-child(-n+6) img {
	margin-bottom: 0;
}

.thumbs-listing.fifteen_thumbs a:nth-child(6n) img { margin-right:20px; margin-bottom:20px; }
.thumbs-listing.fifteen_thumbs img { width:208px; }
.thumbs-listing.fifteen_thumbs a:nth-child(5n) img { margin-right: 0; }
.thumbs-listing.fifteen_thumbs a:nth-last-child(-n+5) img { margin-bottom: 0; }
.thumbs-listing.fifteen_thumbs a:nth-last-child(-n+6) img { margin-bottom: 0; }

.thumbs-listing.sixteen_thumbs a:nth-child(6n) img { margin-right:20px; margin-bottom:20px; }
.thumbs-listing.sixteen_thumbs img { width:265px; }
.thumbs-listing.sixteen_thumbs a:nth-child(4n) img { margin-right: 0; }
.thumbs-listing.sixteen_thumbs a:nth-last-child(-n+4) img { margin-bottom: 0; }
.thumbs-listing.sixteen_thumbs a:nth-last-child(-n+4) img { margin-bottom: 0; }

.fancybox-caption-wrap {
	bottom: -15px;
}

.fancybox-caption-wrap .fancybox-caption {
	font-size: 18px;
	font-weight: bold;
	padding: 35px 0 30px 0;
	text-align: center;
}
.video-container {
	max-width: 1120px;
}

.footer { display:inline-block; width:100%; vertical-align:top; box-sizing:border-box; background:#222; color:#8c939b; font-family:'Raleway', Arial, Helvetica, sans-serif; font-size:13.5px; text-align:center; padding:30px 40px; }

.footer .copyright { display:inline-block; width:100%; margin:0; text-align:center; font-size:13px; }
.footer.members-area .copyright { margin:0; }
.footer .copyright a { color:#FFF; }
.footer .copyright a:hover { text-decoration:underline; color:#fe37a2; }

.midBanner{ float:left; width:100%; background:#000; border-top:6px solid #000;}
.midBanner-image { float:left; width:63%; margin-left:6px; }
.midBanner-image img { max-width:100%; }
.call2action{float:right; background-color:rgba(0,0,0,0.65); padding-top:9px; padding-left:10px; padding-right:10px; width:36%; height:100%;}
.call2action li{margin-bottom:8px; line-height:60px; background:#373737; font-family:'Raleway', Arial, Helvetica, sans-serif; font-weight:300; color:#fff; width:100%; font-size:26px; padding-left:10px; }
.call2action li i.fa { color:#fe37a2; }
.getPassword{text-align:center; padding-top:22px;}
.getPassword a{font-family:'Raleway', Arial, Helvetica, sans-serif; font-weight:400; color:#fff; text-transform:uppercase; line-height:72px; background-color:#ed136a; display:inline-block; font-size:36px; padding:0 36px; border-radius:5px; -webkit-border-radius:5px;}
.getPassword a:hover{background-color:#444443;}