
/* 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: #303030;
	font-family: "Signika", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; line-height: 21px;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

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

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

p {
	text-align: justify;
}

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

h1 {
	margin: 15px 0;
	font-family: "Signika", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 35px; line-height: 1.6em; font-weight: bold; letter-spacing: -1px; text-align: left;
}

h2 {
	color: #1b425e;
	font-family: "Signika", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 35px; line-height: 35px; font-weight: 400; letter-spacing: -1px; text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}

h2.heading {
	padding-bottom: 18px;
	background: url('../images/heading.png') left bottom no-repeat;
}

h3 {
	color: #1b425e;
	font-family: "Signika", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 35px; line-height: 35px; font-weight: 400; letter-spacing: -1px; text-align: left;
}

h4 {
	color: #fff;
	font-family: "Signika", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 42px; line-height: 42px; font-weight: 400; letter-spacing: -1px; text-align: center;
}

h5 {
	color: #1b425e;
	font-family: "Signika", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 25px; line-height: 25px; font-weight: 600; letter-spacing: -1px; text-align: center;
}

.clear {
	clear: both;
}

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

.cf:after {
	clear: both;
}

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

a.button:link,
a.button:visited {
	display: block;
	padding: 15px;
	background: #62c6aa; border-radius: 5px; color: #1b425e;
	font-size: 34px; line-height: 34px; letter-spacing: -1px; text-align: center;
}

a.button:hover,
a.button:active {
	background: #1b425e; color: #62c6aa;
}


/* Top section */

.top-section {
	padding: 20px 0 30px 0; position: relative;
	background: #ff6496 url('../images/bgd-01.png');
	border-top: 6px solid rgba(0, 0, 0, 0.15);
}

.top-section .menu li {
	width: 23.5%; display: block; float: left; position: relative;
	padding-bottom: 15px; margin-right: 2%;
	border-bottom: 1px solid #88d8c2;
	font-size: 26px; line-height: 28px; font-weight: 400; letter-spacing: -1px; text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.top-section .menu li:last-child {
	margin-right: 0;
}

.top-section .menu li:before {
	width: 13px; height: 7px; display: block; content: "";
	position: absolute; left: 50%; bottom: -1px; margin-left: -6px;
	background: #ff6699 url('../images/menu-item.png') center bottom no-repeat;
}

.top-section .menu li a {
	display: block;
	color: #fff;
}

.top-section .top-section-after {
	width: 370px; max-width: 100%; height: 85px; display: block;
	position: absolute; bottom: -72px; left: 50%; z-index: 500;
	margin-left: -185px;
	background: url('../images/after-top.png') center bottom no-repeat;
	text-align: center;
}

.top-section .top-section-after img {
	margin-top: 20px;
}


/* Slider section */

.slider-section {
	position: relative;
	overflow: hidden;
}

.slider-section .slider {
	position: relative;
}

.slider-section .logo-wrapper {
	width: 100%; z-index: 450;
	position: absolute; top: 90px; bottom: 5px;
}

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


/* Teaser section */

.teaser-section {
	position: relative;
	padding: 20px 0 40px 0;
	background: url('../images/bgd-02.png'); border-top: 6px solid #ff699e;
}

.teaser-section .teaser-item {
	width: 33.333%; display: block; float: left;
	padding-left: 65px; padding-right: 25px;
	background-position: left top; background-repeat: no-repeat;
}

.teaser-section .teaser-item-videos {
	background-image: url('../images/teaser-image-videos.png');
}

.teaser-section .teaser-item-photos {
	background-image: url('../images/teaser-image-photos.png');
}

.teaser-section .teaser-item-bonus {
	background-image: url('../images/teaser-image-bonus.png');
}

.teaser-section .teaser-item p {
	margin-top: 5px;
	color: #089b72;
}

.teaser-section .teaser-section-after {
	width: 370px; max-width: 100%; height: 85px; display: block;
	position: absolute; bottom: -72px; left: 50%; z-index: 500;
	margin-left: -185px;
	background: url('../images/after-teaser.png') center bottom no-repeat;
	text-align: center;
}

.teaser-section .teaser-section-after img {
	margin-top: 0px;
}


/* Intro section */

.intro-section {
	position: relative;
	background: #95bcd4 url('../images/intro-bgd.jpg') center center no-repeat;
	background-size: cover;
}

.intro-section .wrapper {
	min-height: 420px;
	padding: 100px 0 40px 0;
	background: url('../images/intro-image.png') right bottom no-repeat;
}

.intro-section .text {
	width: 650px; display: block; float: left;
}

.intro-section .text p {
	margin-top: 15px; margin-bottom: 15px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.intro-section .intro-section-after {
	width: 370px; max-width: 100%; height: 85px; display: block;
	position: absolute; bottom: -72px; left: 50%; z-index: 500;
	margin-left: -185px;
	background: url('../images/after-intro.png') center bottom no-repeat;
	text-align: center;
}

.intro-section .intro-section-after img {
	margin-top: 0px;
}


/* Trailer section */

.trailer-section {
	position: relative;
	padding: 100px 0 40px 0;
	background: #a9f2de url('../images/bgd-03.png');
}

.trailer-section .trailer-section-after {
	width: 370px; max-width: 100%; height: 85px; display: block;
	position: absolute; bottom: -72px; left: 50%; z-index: 500;
	margin-left: -185px;
	background: url('../images/after-trailer.png') center bottom no-repeat;
	text-align: center;
}

.trailer-section .trailer-section-after img {
	margin-top: 0px;
}

.trailer-section .trailer-wrapper {
	margin-top: 20px;
	background: #ff5b89; border-radius: 6px;
}

.trailer-section .trailer-wrapper .media {
	width: calc(100% - 400px); display: block; float: left;
}

.trailer-section .trailer-wrapper .media img {
	max-width: 100%; height: auto; display: block;
	border-bottom-left-radius: 6px; border-top-left-radius: 6px;
}

.trailer-section .trailer-wrapper .text {
	width: 400px; display: block; float: right;
	padding: 20px;
}

.trailer-section .trailer-wrapper .trailer-items {
	padding: 20px 0; margin: 20px 0;
	background: url('../images/heading2.png') left top no-repeat, url('../images/heading2.png') left bottom no-repeat;
}

.trailer-section .trailer-wrapper .trailer-items li {
	min-height: 36px;
	padding-left: 40px; margin-bottom: 15px;
	background: url('../images/trailer-item.png') left top no-repeat; color: #fff;
}

.trailer-section .trailer-wrapper .trailer-items li:last-child {
	margin-bottom: 0;
}


/* Featured section */

.featured-section {
	position: relative;
	padding: 100px 0 40px 0;
}

.featured-section .featured-wrapper {
	padding: 20px; margin-top: 20px;
	background: #aaf7e1; border-radius: 6px;
}

.featured-section .featured-wrapper .text {
	width: 390px; display: block; float: left;
}

.featured-section .featured-wrapper .text p {
	padding: 20px 0; margin: 20px 0;
	background: url('../images/heading.png') left top no-repeat, url('../images/heading.png') left bottom no-repeat;
}

.featured-section .featured-wrapper .text .rating-wrapper {
	font-family: "Signika", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 25px; line-height: 27px; font-weight: 600; letter-spacing: -1px; text-align: center;
}

.featured-section .featured-wrapper .text .rating-wrapper span {
	display: inline-block; line-height: 27px;
	vertical-align: top;
}

.featured-section .featured-wrapper .text .rating-wrapper .rating {
	margin-left: 10px;
}

.featured-section .featured-wrapper .text a.button:link,
.featured-section .featured-wrapper .text a.button:visited {
	margin-top: 20px;
	background: #ff5b89; color: #fff;
}

.featured-section .featured-wrapper .text a.button:hover,
.featured-section .featured-wrapper .text a.button:active {
	background: #fff; color: #ff5b89;
}

.featured-section .featured-wrapper .images {
	width: 720px; display: block; float: right;
}

.featured-section .featured-wrapper .images .images-large {
	width: 350px; display: block; float: left;
}

.featured-section .featured-wrapper .images .images-large img {
	max-width: 100%; display: block;
	margin-right: 20px;
	border-radius: 6px;
}

.featured-section .featured-wrapper .images .images-small {
	width: 350px; display: block; float: right;
}

.featured-section .featured-wrapper .images .images-small img {
	width: 165px; height: auto; display: block; float: left;
	margin-right: 20px; margin-bottom: 20px;
	border-radius: 6px;
}

.featured-section .featured-wrapper .images .images-small a:nth-child(2n) img {
	margin-right: 0;
}

.featured-section .featured-wrapper .images .images-small a:nth-child(n+2) img {
	margin-bottom: 0;
}

.featured-section .featured-section-after {
	width: 370px; max-width: 100%; height: 85px; display: block;
	position: absolute; bottom: -72px; left: 50%; z-index: 500;
	margin-left: -185px;
	background: url('../images/after-featured.png') center bottom no-repeat;
	text-align: center;
}

.featured-section .featured-section-after img {
	margin-top: 0px;
}


/* Large banner section */

.large-banner-section {
	position: relative;
	padding: 100px 0 40px 0;
	background: url('../images/large-banner.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.large-banner-section .wrapper {
	padding: 0 80px;
}

.large-banner-section a.button:link,
.large-banner-section a.button:visited {
	margin-top: 20px;
	background: #ff5b89; color: #fff;
}

.large-banner-section a.button:hover,
.large-banner-section a.button:active {
	background: #fff; color: #ff5b89;
}

.large-banner-section p {
	padding-top: 20px; margin-top: 20px;
	color: #fff;
	background: url('../images/heading.png') left top no-repeat;
}

.large-banner-section p a:link,
.large-banner-section p a:visited {
	color: #aaf5e0; text-decoration: underline;
}

.large-banner-section p a:hover,
.large-banner-section p a:active {
	color: #fff;
}


/* More section */

.more-section {
	padding: 30px 0 10px 0;
}

.more-section .more-items {
	margin: 30px 0;
}

.more-section .more-items .item {
	width: 18.8%; display: block; float: left;
	margin-right: 1.5%; margin-bottom: 1.5%;
}

.more-section .more-items .item:nth-child(5n) {
	margin-right: 0;
}

.more-section .more-items .item .image img {
	max-width: 100%; height: auto; display: block;
	border-top-right-radius: 6px; border-top-left-radius: 6px;
}

.more-section .more-items .item .title {
	position: relative;
	padding: 12px 5px 10px 5px;
	background: #ff769c; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
}

.more-section .more-items .item .title a {
	height: 22px; display: block; overflow: hidden;
	color: #fff;
	font-size: 16px; line-height: 22px; text-align: center;
}

.more-section .more-items .item .title:before {
	width: 40%; height: 2px; display: block; content: "";
	position: absolute; left: 30%; top: 0;
	background: #fff;
}


/* Footer banner section */

.footer-banner-section {
	padding: 30px 0;
	background: #ffe1ff url('../images/bgd-02.png');
}

.footer-banner-section .label {
	width: 155px; display: block; float: left;
}

.footer-banner-section .text {
	width: calc(100% - 175px); display: block; float: right;
}

.footer-banner-section .text p {
	padding-top: 20px; margin-top: 20px;
	background: url('../images/heading.png') left top no-repeat;
	color: #602032;
}

.footer-banner-section .text p a:link,
.footer-banner-section .text p a:visited {
	color: #ff769c;
	text-decoration: underline;
}

.footer-banner-section .text p a:hover,
.footer-banner-section .text p a:active {
	color: #602032;
}


/* Footer */

.footer {
	padding: 12px 0;
	background: #ff4167 url('../images/bgd-01.png'); color: #fff;
	font-size: 14px; line-height: 18px;
}

.footer .links {
	display: block; float: left;
}

.footer .links a:link,
.footer .links a:visited {
	color: #fff;
}

.footer .links a:hover,
.footer .links a:active {
	color: #e0e0ff;
}

.footer .copyright {
	display: block; float: right;
}


/* Footer */

.footer-secondary {
	padding: 12px 0;
	background: #ff4167; color: #fff;
	font-size: 14px; line-height: 18px;
}

.footer-secondary .links-2257 {
	display: block; float: left;
}

.footer-secondary .links-2257 a:link,
.footer-secondary .links-2257 a:visited {
	color: #fff;
}

.footer-secondary .links-2257 a:hover,
.footer-secondary .links-2257 a:active {
	color: #e0e0ff;
}

.footer-secondary .links-tech {
	display: block; float: right;
}

.footer-secondary .links-tech a:link,
.footer-secondary .links-tech a:visited {
	color: #fff;
}

.footer-secondary .links-tech a:hover,
.footer-secondary .links-tech a:active {
	color: #e0e0ff;
}


/* Join page */

.join-page .top-section .top-section-intro {
	color: #fff;
	font-size: 25px; line-height: 25px; letter-spacing: -1px; text-align: center;
}

.join-page .slider-section {
	height: 320px;
	background: url('../images/join-slider.jpg') center center no-repeat;
}

.join-page .teaser-item-full {
	width: 100%;
	padding-left: 0; padding-right: 0;
	text-align: center;
}

.join-page .teaser-item-full h3,
.join-page .teaser-item-full p {
	text-align: center;
}

/* Join */

.join-area {
	position: relative;
	padding: 100px 0 40px 0;
	border-top: 6px solid #d6d6d6;
}

.half-col {
	width: 50%; float: left;
}

.left-half-col {
	padding-right: 15px;
}

.right-half-col {
	padding-bottom: 20px;
	background: #ff5b89;
	border-radius: 7px;
}

.join-heading {
	padding-bottom: 25px;
	background: url('../images/heading.png') left bottom no-repeat;
}

.join-heading .size-large {
	display: block;
	color: #1b425e;
	font-size: 50px; line-height: 50px; font-weight: 700; letter-spacing: -2px; text-align: center;
}

.join-heading .size-small {
	display: block;
	color: #1b425e;
	font-size: 32px; line-height: 34px; font-weight: 400; letter-spacing: -1px; text-align: center;
}

.join-image {
	margin-top: 10px;
	text-align: center;
}

.join-image img {
	width: 100%; max-width: 100%; height: auto;
	border-radius: 7px;
}

.join-teaser {
	padding-bottom: 25px;
}

.join-teaser ul li {
	min-height: 40px;
	padding-left: 45px; margin-top: 15px;
	background: url('../images/join-item.png') left top no-repeat;
	color: #1b425e;
	font-size: 16px; line-height: 20px; font-weight: 600; text-align: left;
}

.join-form {
    display: block;
    padding: 0 3px;
}

.form-section {
    padding: 25px;
}

.form-section.centered {
    text-align: center;
}

.form-section input[type="submit"]{
    width: 100%; max-width: 380px; display: inline-block;
    padding: 10px 0;
    background: #62ddbb; color: #1b425e; cursor: pointer; border-radius: 3px; 
    border-top: 1px solid rgba(255, 255, 255, 0.2); border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-right: 1px solid rgba(0, 0, 0, 0.4);
    font-family: 'Signika', Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; line-height: 28px; font-weight: 300; text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
}

.form-section input[type=submit]:hover{                                     
    background: #55f5c9;
}

.form-section i {
    color: #f0f0f0;
    font-size: 16px; font-weight: 400;
}

.form-section i.info-center{
    display: block;
    font-style: normal; text-align: center;
}

.bottom-join-form {
    padding: 0 25px 15px 25px;
}

.bottom-join-form input[type="submit"] {
    margin-top: 15px;
}

.form-section label {
	width: 120px; display: block; float: left;
	padding-top: 10px;
    color: #f0f0f0;
    font-size: 16px; font-weight: 400; text-align: right;
}

.form-section .input-holder label {
    width: auto; display: inline;
    text-align: left;
}

.form-section.text-inputs {
    padding-bottom: 0;
}

.form-section .input-holder{
    padding-left: 130px;
    float: none;
}

.form-section.text-inputs .input-holder input{
    width: 100%; height: 40px;
    background: #ffc5d5; color: #202020; border: 0; border-radius: 3px;
    box-shadow: inset 2px 3px 0px 0px rgba(255, 255, 255, 0.2);  
    padding: 11px;
}

.form-section.text-inputs .input-holder{
    margin-bottom: 20px;
}

.form-section i.info-italic{
    font-style: italic;
    font-weight: 400;
    margin: 15px 0;
    display: block;
}

.ratio-option{
    margin-bottom: 6px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.form-section.ratio-inputs{
    padding-top: 15px;
    padding-bottom: 0;    
}

.form-section.ratio-inputs label{
    padding-top: 0;
    padding-bottom: 20px;
}

.form-section.ratio-inputs .ratio-option label{
    padding-bottom: 0
}

.form-section input[type=checkbox]:not(old),
.form-section input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  position: absolute;
}

.form-section input[type=checkbox]:not(old) + label,
.form-section input[type=radio   ]:not(old) + label{
  display      : inline-block;
  padding-left : 28px;
  padding-top: 0;
  background   : url('../images/join-checks.png') no-repeat 0 -48px;
  line-height  : 22px;
}

.form-section input[type=checkbox]:not(old):checked + label{
  background-position : 0 0;
}

.form-section input[type=radio]:not(old):checked + label{
  background-position : 0 0;
  color: #1b425e;
  font-weight: 400;
}

.join-area .join-area-after {
	width: 370px; max-width: 100%; height: 85px; display: block;
	position: absolute; bottom: -72px; left: 50%; z-index: 500;
	margin-left: -185px;
	background: url('../images/after-featured.png') center bottom no-repeat;
	text-align: center;
}

.join-more {
	padding: 100px 0 40px 0;
	background: url('../images/bgd-03.png');
}

.join-more-listing {
	padding-top: 20px;
}

.join-more-listing .item {
	width: 32%; display: block; float: left;
	margin-right: 2%; margin-bottom: 2%;
}

.join-more-listing .item:nth-child(3n) {
	margin-right: 0;
}

.join-more-listing .item .image img {
	width: 100%; max-width: 100%; height: auto; display: block;
}

.join-more-listing .item .name {
	width: 100%; height: 36px; overflow: hidden; display: block;
	background: #fff;
	font-size: 18px; line-height: 36px; font-weight: 600; text-align: center;
}

