
/* 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: #f4e9d5 url('../images/bgd-01.jpg') center top repeat;
}

body, td, p  {
    color: #3c3c3c;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 17px; line-height: 22px;
 }

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

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

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

p {
    margin-bottom: 1em;
    text-align: justify;
}

p:last-of-type {
    margin-bottom: 0;
}

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

h1 {
    margin-bottom: 5px;
    font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 20px; line-height: 26px; font-weight: 700; letter-spacing: -1px; text-align: left;
}

.button {
    display: inline-block;
    padding: 10px 15px 10px 70px;
    background: #f33e43 url("../images/button.png") left 15px center no-repeat; border-radius: 5px; color: #fff;
    font-size: 60px; line-height: 58px; font-weight: 700; letter-spacing: -2px; text-transform: uppercase; text-align: center; vertical-align: middle;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: all 0.35s;
}

.button:hover,
.button:active {
    padding-left: 80px;
    background-position: left 20px center;
    transition: all 0.35s;
}

.clear {
    clear: both;
}

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

.cf:after {
    clear: both;
}

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


/* SITE HEADER - Slider Section */

.site-header {
    position: relative;
}


/* Logo Section */

.logo-section {
    width: 100%;
    padding: 15px 0;
    background: url("../images/logo-section-bgd-simple.jpg") center top; border-bottom: 6px solid #f33e43;
}

.logo-section .logo {
    width: 100%;
    text-align: center;
}

.logo-section .logo img {
    max-width: 95%;
    display: inline-block;
}


/* Listing sections - models */

.listing {
    margin: 40px 0;
}

.listing .item {
    width: 193px; display: block; float: left; position: relative;
    margin-right: 2px; margin-bottom: 2px;
    background: #fff; overflow: hidden;
}

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

.listing .item .thumb {
    width: 100%; height: 0; position: relative;
    padding-bottom: 150.77%;
}

.listing .item .thumb img {
    width: 100%; height: 100%; display: block;
    position: absolute; left: 0; top: 0;
    transition: opacity 0.35s;
}

.listing .item:hover .thumb img {
    opacity: 0.8;
    transition: opacity 0.35s;
}


/* Description */

.desc-wrapper {
    width: 100%; float: left;
    margin-top: 20px;
}

.desc-wrapper .desc {
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px; line-height: 30px;
    text-align: justify;
}

.desc-wrapper .desc a {
    font-weight: 700; text-decoration: underline;
}


/* Promo large */

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

.promo-large-01 {
    padding: 40px 0; margin-bottom: 20px;
    background: url("../images/promo-large-01-bgd.jpg") center center no-repeat; background-size: cover;
    text-align: center;
}

.promo-large-01 .slogan {
    color: #fff;
    font-size: 48px; line-height: 48px; font-weight: 600; letter-spacing: -2px; text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    transition: transform 0.35s, opacity 0.35s;
}

.promo-large-01 .slogan:hover {
    opacity: 0.75;
    transform: scale(0.95);
    transition: transform 0.35s, opacity 0.35s;
}

.promo-large-01 .slogan span {
    display: block;
}

.promo-large-01 .button {
    margin-top: 20px;
}

.promo-large-02 {
    padding: 30px 0; margin: 20px 0;
    background: url("../images/promo-large-02-bgd.jpg") center center no-repeat; background-size: cover;
    text-align: center;
}

.promo-large-02 .slogan {
    color: #fff;
    font-size: 64px; line-height: 64px; font-weight: 600; letter-spacing: -2px; text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    transition: transform 0.35s, opacity 0.35s;
}

.promo-large-02 .slogan:hover {
    opacity: 0.75;
    transform: scale(0.95);
    transition: transform 0.35s, opacity 0.35s;
}

.promo-large-02 .slogan span {
    display: block;
}

.promo-large-02 .buttons {
    margin-top: 40px;
    text-align: center;
}

.promo-large-02 .buttons .item {
    width: 22.5%; margin-right: 5%; display: block; height: 70px; float: left; position: relative;
    padding-top: 15px; padding-left: 50px;
    background: url("../images/promo-checkmark.png") left center no-repeat; color: #fff;
    font-size: 18px; line-height: 20px; text-align: left;
    transition: opacity 0.35s;
}

.promo-large-02 .buttons .item:nth-child(3) {
    margin-right: 0;
}

.promo-large-02 .buttons .item:not(.item-join):hover  {
    opacity: 0.75;
    transition: opacity 0.35s;
}

.promo-large-02 .buttons .item span {
    display: inline-block;
}

.promo-large-02 .buttons .item.item-join {
    width: 45%;
    padding: 0;
}

.promo-large-02 .buttons .item.item-join .button {
    height: 70px; display: block;
    padding-top: 0; padding-bottom: 0;
    font-size: 52px; line-height: 70px; text-align: center;
}

.promo-large-03 {
    padding: 40px 0; margin-top: 20px; margin-bottom: 0;
    background: url("../images/promo-large-03-bgd.jpg") center center no-repeat; background-size: cover;
    text-align: center;
}

.promo-large-03 .slogan {
    color: #fff;
    font-size: 48px; line-height: 48px; font-weight: 600; letter-spacing: -2px; text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    transition: transform 0.35s, opacity 0.35s;
}

.promo-large-03 .slogan:hover {
    opacity: 0.75;
    transform: scale(0.95);
    transition: transform 0.35s, opacity 0.35s;
}

.promo-large-03 .slogan span {
    display: block;
}

.promo-large-03 .button {
    margin-top: 20px;
}


/* Footer section */

.footer-section {
    padding: 15px 0;
    background: #403029; border-top: 6px solid #f33e43;
    font-size: 14px; line-height: 22px;
    color: #e0e0e0;
}

.footer-section .footer-disclaimer {
    margin: 0 auto;
    text-align: justify;
}

.footer-section a:link,
.footer-section a:visited {
    margin-left: 5px;
    color: #f09080;
}

.footer-section a:hover,
.footer-section a:active {
    color: #fff;
}
