
/*
green 9bd063
*/


/* 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: #402b40 url("../images/bgd.png");
}

body, td, p  {
	color: #fff;
	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: #9bd063;
	text-decoration: none;
	transition: color 0.35s, background 0.35s;
}

a:hover, a:active {
	color: #fff;
	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: 15px;
	background: #9bd063; border-radius:5px; color: #5a095a; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	font-size: 42px; line-height: 1.1em; font-weight: 900; text-align: center;
}

.button:hover, .button:active {
	background: #fff;
}

.button .accent {
	text-decoration: underline;
}


/* Top section */

.top-section {
	width: 100%; position: relative;
	padding: 5px 0;
	background: #b22069 url("../images/top-section-bgd.png");
}

.top-section .slogan-wrapper {
	width: 350px; display: block; float: left;
	padding-right: 30px; margin-top: 12px;
	font-size: 17px; line-height: 1.4em; font-weight: 700; 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 .logo-wrapper {
	width: 420px; display: block; float: left;
	padding: 0 10px;
	text-align: center;
}

.top-section .logo-wrapper .logo {
	max-width: 100%; height: auto; display: block;
	margin: 0 auto;
}

.top-section .button-wrapper {
	width: 350px; display: block; float: left;
	margin-top: 20px;
	text-align: right;
}

.top-section .button-wrapper .button {
	display: inline-block;
	padding: 8px 40px 8px 15px;
	background-image: url("../images/icon-lock.png"); background-position: right 10px center; background-repeat: no-repeat; border-radius: 4px;
	font-size: 20px; font-weight: 900;
}

.sub-top-section {
	width: 100%; height: 136px; display: block;
	background: #b22069 url("../images/sub-top-section-bgd.jpg") center top no-repeat;
}


/* Promo middle section */

.promo-middle-section {
	padding: 20px 0; margin: 20px 0;
	text-align: center;
}

.promo-middle .points .item {
	display: inline-block;
	padding: 10px 0 10px 60px;
	background-position: left center; background-repeat: no-repeat; color: #9bd063;
	font-size: 26px; line-height: 30px; font-weight: 300; text-transform: uppercase;
}

.promo-middle .points .item-photos {
	background-image: url("../images/icon-photos.png");
}

.promo-middle .points .item-videos {
	margin-left: 20px;
	background-image: url("../images/icon-videos.png");
}

.promo-middle .points .item .accent {
	color: #fff;
	font-weight: 700;
}

.promo-middle-section .button {
	margin-top: 30px;
}


/* Promo bottom section */

.promo-bottom-section {
	padding: 40px 0; margin-top: 20px;
	background: #726665 url("../images/promo-bottom-section-bgd.jpg") center center no-repeat; background-size: cover;
	text-align: center;
}

.promo-bottom {
	padding: 0 50px;
}

.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: #9bd063;
}

.promo-bottom-section .slogan a .accent {
	color: #9bd063;
	font-weight: 900; text-decoration: underline;
}


/* Footer */

.site-footer {
	padding: 30px 0;
	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;
}
