
/* 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: #f5ecc8 url("../images/bgd.png");
}

body, td, p  {
	color: #46373e;
	font-family: "Lato", 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: #ff5591;
	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: #ff5571; border-bottom: 8px solid #b33c55; 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: #dc3e58;
}

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


/* Top section */

.top-wrapper {
	width: 100%; position: relative;
	padding: 20px 0;
	background: #46373e;
}

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

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

.top-section .slogan-wrapper {
	width: 460px; display: block; float: left;
	padding-left: 20px; margin-top: 3px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 16px; line-height: 1.4em; text-align: left;
}

.top-section .slogan-wrapper a:link,
.top-section .slogan-wrapper a:visited {
	color: #fff;
}

.top-section .slogan-wrapper a:hover,
.top-section .slogan-wrapper a:active {
	color: #ff5591;
}

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

.top-section .button-wrapper .button {
	padding: 12px 0;
	border-bottom-width: 4px; border-radius: 4px;
	font-size: 18px;
}


/* Model section */

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

.model-wrapper {
	background: #f7fff7;
}

.model-thumb {
	width: 250px; height: 330px; display: block; float: left;
}

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

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

.model-info .stats {
	width: 250px; display: block; float: left;
}

.model-info .stats li .label {
	width: 100px; display: block; float: left;
}

.model-info .stats li .field {
	width: 150px; display: block; float: left;
	color: #ff5571;
	font-weight: 700;
}

.model-info .description {
	width: 580px; max-height: 9em; display: block; float: left; overflow: hidden;
}

.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: 30px;
	background: #f7fff7;
	text-align: center;
}

.promo-middle-section .slogan a:link,
.promo-middle-section .slogan a:visited {
	color: #46373e;
}

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

.promo-middle-section .slogan a .accent {
	color: #ff5591;
	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;
}


/* Footer */

.site-footer .footer {
	padding: 30px;
	background: #2c262c; color: #e0e0e0;
	font-size: 14px; line-height: 1.2em; text-align: center;
}

.site-footer .footer a,
.site-footer .footer span {
	margin: 0 5px;
}


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

.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;
}