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

body, td, p  {
	color: #2a7f9c;
	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, border 0.35s;
}

a:hover, a:active {
	color: #92e9f2;
	text-decoration: none;
	transition: color 0.35s, background 0.35s, border 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: 15px 30px;
	background: #ff2b69; border-bottom: 6px solid #c21346; border-radius: 5px; color: #fff;
	font-size: 50px; line-height: 1.1em; font-weight: 700; text-align: center;
}

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

.button .accent {
	text-decoration: underline;
}


/* Top section */

.top-section {
	width: 100%; position: relative;
	padding: 40px 0 110px;
	background: url("../images/promo-top-bgd.jpg") center center no-repeat; background-size: cover;
}

.top-section .logo-wrapper {
	width: 50%; 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: 50%; display: block; float: left;
	padding: 0 20px; margin-top: 4px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 55px; line-height: 1em; letter-spacing: -2px; font-weight: 700; text-align: right;
}

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


/* Promo top section */

.promo-top-section {
	position: relative;
	margin: -70px 0 20px 0;
}

.promo-top {
	padding: 15px;
	background: #fff;
	text-align: center;
}

.promo-top-section .slogan {
	width: 48%; display: block; float: left;
	font-size: 16px; line-height: 1.2em; text-align: center;
}

.promo-top-section .slogan a:link,
.promo-top-section .slogan a:visited {
	color: #2a7f9c;
}

.promo-top-section .slogan a:hover,
.promo-top-section .slogan a:active {
	color: #ff2b69;
}

.promo-top-section .slogan a .accent {
	display: block;
	padding-bottom: 8px; margin-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 30px; line-height: 1em; font-weight: 900;
}

.promo-top-section .button {
	width: 48%; display: block; float: right;
	margin-top: 10px;
	font-size: 24px; line-height: 1.2em;
}


/* Promo middle section */

.promo-middle-section {
	padding: 45px 0 55px 0; margin: 20px 0;
	background: url("../images/promo-middle-bgd.jpg") center center no-repeat; background-size: cover;
}

.promo-middle {
	text-align: center;
}

.promo-middle-section .slogan {
	margin-top: 10px;
	text-align: center;
}

.promo-middle-section .slogan a .accent {
	color: #fff;
	text-decoration: underline;
}

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


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


/* Promo bottom section */

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

.promo-bottom {
	text-align: center;
}

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


/* Footer */

.site-footer {
	background: #cde4e6; color: #2a7f9c;
}

.site-footer .footer {
	padding: 30px;
	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: 204px; height: auto; display: block; float: left;
	margin-right: 20px; margin-bottom: 20px;
}

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

.thumbs-listing a:nth-last-child(-n+5) img {
}

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

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