/*
##  [ VARIABLES ]
*/
:root {
    --site-bg-color: #FFFFFF;
    --bg-color-main: #FFFFFF;
    --bg-color-main-dark: #002F5F;
    --bg-color-featured: #84754E;
    --bg-color-gray: #F0F0F0;
    --bg-color-light: #F5F5F5;
    --text-color-main: #002F5F;
    --text-color-dark: #84754E;
    --text-color-gray: #858585;
    --text-color-medium: #C7CDD3;
    --text-color-light: #FFFFFF;
    --text-color-alert: #C00;
}

/*
##  [ GLOBALS ]
*/
@font-face {
    font-family: "Exo2";
    src: url(./fonts/Exo2-Regular.ttf);
}
@font-face {
    font-family: "Exo2";
    src: url(./fonts/Exo2-SemiBold.ttf);
    font-weight: bold;
}
body {
    background-color: var(--bg-color-main-dark);
    font-family: "Exo2", Arial;
}
.contentBg {
    background-color: var(--site-bg-color);
}
.itemInfo {
    display: none;
}
.sepDot {
    padding: 0 8px;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.cursorHelp {
    cursor: help;
}
.errorPageMessage {
    font-size: 1.3em;
    font-weight: bold;
}

/*
##  [ DEVICES ]
*/
@media (max-width: 325px) {
    select {
        max-width: 280px !important;
    }
}
@media (min-width: 325px) {
    select {
        max-width: 310px !important;
    }
}
@media (max-width: 450px) {
    .archiveResult .information {
        text-align: center;
    }
    .archiveResult .matching span {
        text-align: left;
    }
    .archiveResult .matching {
        display: block;
        margin-top: 5px;
        padding-left: 0px !important;
    }
    .clubContent {
        font-size: 0.9em;
    }
    .clubText {
        padding: 0 25px 15px 25px;
    }
    .clubPlansBox {
        padding: 15px 5px;
    }
    .clubTitleImg {
        padding: 0 20px;
    }
    .newsNormal .newsText {
        font-size: 0.8em !important;
    }
    .recommendedArticles .newsArticle {
        padding: 0 10px 15px 10px !important;
    }
    .raceHeader h1 {
        font-size: 1.2em !important;
    }
    .raceHeader.raceHeaderEvent h1 {
        font-size: 1.5em !important;
    }
    .raceSubHeader h2 {
        font-size: 1em !important;
    }
    .resultsHeader #submenu .item a {
        padding: 0 2px !important;
    }
    .smallArticle h4 {
        clear: both !important;
    }
}
@media (min-width: 450px) {
    .clubText {
        padding: 20px 25px;
    }
    .clubPlansBox {
        padding: 20px 20px;
    }
    .recommendedArticles .newsArticle {
        padding: 0 10% 20px 10% !important;
    }
}
@media (max-width: 550px) {
    .clubContentBox {
        padding: 20px 0;
    }
    .footer {
        text-align: center;
    }
    .newsNormal .newsText {
        font-size: 0.9em;
    }
    .newsNormal .subtitle {
        display: none;
    }
    .storeProducts {
        padding: 0 10px;
    }
    #siteBy {
        margin-top: 5px;
    }
    #siteBy .fontBold {
        display: inline !important;
        margin-left: 3px;
    }
}
@media (min-width: 550px) {
    .clubContentBox {
        padding: 5px 0 20px 0;
    }
    .recommendedArticles .newsArticle {
        padding: 0 20% 20px 20% !important;
    }
    .storeProducts {
        align-content: center;
        display: flex;
        justify-content: space-around;
    }
}
@media (max-width: 750px) {
    .archiveResultsTotal {
        float: none !important;
        margin-bottom: 3px;
        text-align: center !important;
    }
    .archiveResultsPages {
        text-align: center !important;
    }
    .logoMobile {
        display: block;
    }
    .logoDesktop {
        display: none;
    }
    .newsAtHome {
        display: block;
        margin-bottom: 20px;
    }
    .newsAtHome img {
        margin: auto;
    }
    .newsNormal {
        align-items: center;
        display: flex;
        margin: 15px 10px;
    }
    .newsNormal a {
        width: 45%;
    }
    .newsNormal .newsText {
        width: 55%;
    }
    .newsMessage {
        margin: 15px 15px;
    }
    .newsListSmall {
        width: 100%;
    }
    .newsListAds {
        width: 100%;
    }
    .siteMenu nav a {
        font-size: 1.1em;
    }
    .siteMenu .menuText {
        display: none;
    }
    .siteMenu .socialIcons a {
        margin: 0 5px;
        width: auto;
    }
}
@media (min-width: 750px) {
    .clubSection {
        border-radius: 3px;
    }
    .logoMobile {
        display: none;
    }
    .logoDesktop {
        display: block;
        height: 45px;
    }
    .newsWrapper {
        display: flex;
        flex-flow: row;
    }
    .newsAtHome {
        flex: 6;
        margin: 10px;
    }
    .newsNormal {
        flex: 3;
        margin: 10px;
    }
    .newsMessage {
        flex: 6;
        margin: 10px;
    }
    .newsListSmall {
        width: 33%;
    }
    .newsListAds {
        width: 100%;
    }
    .recommendedArticles .newsArticle {
        padding: 0 25px !important;
    }
    .siteMenu nav a {
        font-size: 1.3em;
    }
    .siteMenu .socialIcons a {
        flex-grow: 0;
        margin: 0 5px;
        width: auto;
    }
}
@media (max-width: 990px) {
    .asideAds {
        display: none;
    }
    .archiveResultImage {
        float: none !important;
        text-align: center !important;
    }
    .archiveResultImage img {
        max-height: 150px !important;
        margin: 5px auto !important;
    }
    .articleContent table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
	}
    .clubSection {
        display: block;
        font-size: 0.9em;
    }
    .clubContentBox {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
        margin: 20px;
    }
    .fb_iframe_widget span {
        vertical-align: baseline !important;
    }
    .galleryImageHeader,
    .socialMargin {
        text-align: center;
    }
    .onlineLogo,
    .raceHeader,
    .resultsHeader .floatLeft {
        float: none !important;
        text-align: center;
    }
    .onlineLogo img {
        max-width: 150px !important;
    }
    .socialMargin .socialButton {
        display: inline-block;
        margin: 1px 5px;
        text-align: center;
    }
    .previewImage {
        cursor: default !important;
    }
    .smallArticle h4 a {
        font-size: 1.4em !important;
    }
}
@media (min-width: 990px) {
    .clubSection {
        display: flex;
    }
    .clubTitle {
        padding: 0 10px;
    }
    .clubContentBox {
        margin-right: 50px;
        transform: skewX(-10deg);
    }
    .smallArticle h4 {
        clear: both !important;
    }
    .smallArticle .subtitle {
        font-size: 1.1em !important;
    }
    .menuButton:hover,
    .storeButton:hover,
    .newsletterButton:hover,
    .memberButton:hover {
        background-color: var(--bg-color-gray);
        border-radius: 5px;
    }
}
@media (min-width: 1200px) {
    .raceHeader h1 {
        font-size: 2.2em !important;
        margin: 8px 0 3px 0;
    }
    header h2 {
        font-size: 1.1em !important;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}
@media (min-width: 450px) and (max-width: 559px) {
    .galleryBox {
        width: 80%;
    }
}
@media (min-width: 560px) and (max-width: 767px) {
    .galleryBox {
        width: 60%;
    }
}

/*
##  [ HEADER ]
*/
h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
}
header {
    background-color: var(--bg-color-main);
    box-shadow: 0px 0px 2px 1px #C0C0C0;
    /* Status bar height on iOS 11.0 */
    padding-top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
main {
    padding-top: 10px;
}
header + main,
.onlineHeader {
    padding-top: 60px;
}
.siteHeader .container {
    align-items: stretch;
    display: flex;
    padding: 5px 10px;
}
.logoATM {
    align-items: center;
    display: flex;
    flex-grow: 8;
}
.logoATM a {
    display: inline-block;
}
.logoATM h1 {
    display: none;
    margin: 0;
    padding: 0;
}
.logoATM img {
    max-height: 50px;
}
.menuButton,
.storeButton,
.storeButton a,
.newsletterButton,
.newsletterButton a,
.memberButton,
.memberButton a {
    align-items: baseline;
    cursor: pointer;
    display: flex;
    flex-grow: 0;
    height: 45px;
    text-align: center;
    width: 50px;
}
.menuButton img {
    height: 30px;
    margin: auto;
}
.storeButton img {
    height: 24px;
    margin: auto;
}
.newsletterButton img {
    height: 30px;
    margin: auto;
}
.memberButton img {
    height: 30px;
    margin: auto;
}
.memberButton {
    position: relative;
}
.memberButton .newBadge {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 6px;
    height: 6px;
    background-color: #e63946;
    border-radius: 50%;
}
.loggedContent,
.notLoggedContent {
    display: none;
}
.raceHeader {
    float: left;
}
.raceHeader h1 {
    color: var(--text-color-main);
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 5px 0;
}
.raceHeaderDate {
    color: #666;
}
.raceHeaderEvent {
    margin-bottom: 8px;
}
.raceHeaderCategory,
.raceHeaderCategory a {
    color: var(--text-color-dark);
}
.raceSubHeader {
    color: #898D96;
    line-height: 1.3em;
}
.raceSubHeader h2 {
    display: inline-block;
    font-size: 1.1em;
}
.siteMenu {
    background-color: var(--bg-color-main);
    display: none;
    flex-grow: 10;
}
.siteMenu h2 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
.siteMenu a {
    color: var(--text-color-dark);
}
.siteMenu nav a {
    border-bottom: 1px dashed #DDD;
    cursor: pointer;
    display: block;
    line-height: 2em;
    padding: 0 20px 0 0;
    text-align: right;
    text-transform: uppercase;
}
.siteMenu nav .active {
    background-color: var(--bg-color-featured);
    color: var(--text-color-light);
    text-decoration: none;
}
.siteMenu nav a:hover {
    background-color: var(--bg-color-featured);
    color: var(--text-color-light);
    transition: background-color 2s ease-out, color 0.1s ease;
    text-decoration: none;
}
.siteMenu .menuBottom {
    align-items: stretch;
    display: flex;
}
.siteMenu .menuText {
    color: var(--text-color-dark);
    flex-grow: 4;
    line-height: 45px;
    padding-left: 10px;
}
.siteMenu .socialIcons {
    align-content: space-between;
    display: flex;
    flex-grow: 6;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 10px 0 0;
}
.siteMenu .socialIcons img {
    height: 25px;
    margin: 10px 3px;
}
.siteMenu .newBadge {
    background-color: var(--text-color-alert);
    border-radius: 5px;
    color: var(--text-color-light);
    font-size: 0.6em;
    font-weight: bold;
    margin-right: 10px;
    padding: 1px 8px 2px 8px;
}
#socialIcons {
    margin: 20px 0 10px 0;
    padding: 0;
}
#socialIcons img {
    margin: 5px 2px 0 2px;
    width: 28px;
}
.socialMargin {
    margin: 10px 0;
}

/*
##  [ BASIC TABLE ]
*/
.basicTable {
    font-size: 0.9em;
    margin: 5px 0;
    width: 100%;
}
.tableHeader,
.tableFooter {
    background-color: #ECECEC;
    border-color: #E9E9E9;
    border-style: solid;
}
.tableHeader {
    border-width: 1px 1px 0 1px;
}
.tableFooter {
    border-width: 0 1px 1px 1px;
}
.tableHeader h4 {
    display: inline;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
}
.tableHeader th {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
}
.basicTableTopHeader th {
    background-color: #E0E0E0;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}
.tableRow {
    background-color: #F4F4F4;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    height: 62px;
}
.tableRowEven {
    background-color: #FDFDFD !important;
}
.tableRowOver {
    background-color: #FFF7C7 !important;
}
.tableArrow {
    background-image: url("../img/ArrowOff.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
}
.tableArrowOn {
    background-image: url("../img/ArrowOn.png") !important;
}
.tableArrowSmall {
    background-image: url("../img/ArrowOffSmall.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

/*
##  [ BOXES LIST ]
*/
#listSectionSearchBar {
    margin-bottom: 5px;
}
#listSectionSearchBar .search-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#listSectionSearchBar button {
    background: none;
    border: 0;
    color: var(--text-color-main);
    margin: 2px 0 0 6px;
    padding: 2px 5px;
}
.search-box:focus + button {
    z-index: 3;   
}
.listSection {
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #333;
    font-size: 1.5em;
    padding: 0 0 5px 20px;
    margin: 10px 0;
}
.listSectionMargin {
    margin-top: 35px;
}
.listBox {
    padding: 5px;
}
.listBox a {
    text-decoration: none;
}
.listBoxContent {
    background-color: #F9F9F9;
    max-height: 85px;
}
.listBoxText {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 85px;
}
.listBoxContent:hover {
    background-color: var(--bg-color-light);
    box-shadow: 0 1px 4px rgba(0,0,0,0.20);
    transition: box-shadow 0.2s ease-in-out;
}
.listBoxImage {
    padding: 10px 10px 10px 5px;
}
.listBoxImage img {
    height: 65px;
}
.listBoxSubtitle {
    color: #898D96;
    font-size: 0.9em;
    padding-top: 5px;
}
.listBoxCategory {
    color: var(--text-color-dark);
    font-size: 0.9em;
    padding-top: 3px;
}
.listBoxContent h5 {
    color: #333;
    font-size: 1.2em;
    margin: 0;
    padding: 0 8px 0 0;
}

/*
##  [ CLUB ]
*/
.clubBG1 {
    background-image: url("../img/club/HomeBG1.jpg");
}
.clubBG2 {
    background-image: url("../img/club/HomeBG2.jpg");
}
.clubBG3 {
    background-image: url("../img/club/HomeBG3.jpg");
}
.clubSection {
    background-position: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 30px auto;
    max-width: 1200px;
    padding: 20px 0;
}
.clubTitle {
    align-self: center;
    flex: 2;
}
.clubTitleImg {
    align-self: center;
}
.clubTitle img {
    margin: auto;
}
.clubContent {
    align-self: center;
    flex: 3;
}
.clubContentBox {
    align-self: center;
    background-color: var(--bg-color-main);
    border-radius: 3px;
    height: 100%;
    text-align: center;
}
.clubText {
    color: var(--text-color-main);
    font-size: 2em;
    text-align: center;
}
.clubDivider {
    background-color: var(--text-color-medium);
    height: 1px;
    margin: auto;
    width: 60%;
}
.clubPlans {
    display: flex;
    padding: 0 20px;
}
.clubPlansBox {
    flex: 1;
    text-align: center;
}
.clubPlanOthers .clubPlanTitle {
    background-color: var(--bg-color-main-dark);
}
.clubPlanCenter .clubPlanTitle {
    background-color: var(--bg-color-featured);
}
.clubPlanTitle {
    color: var(--text-color-light);
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2.1em;
}
.clubPlanOthers .clubPlanPrice {
    color: var(--text-color-main);
}
.clubPlanCenter .clubPlanPrice {
    color: var(--text-color-dark);
}
.clubPlanPrice {
    font-size: 2.5em;
    font-weight: bold;
}
.clubPlanLabel {
    color: var(--text-color-main);
    font-size: 1.2em;
}
.clubButton {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    transition-duration: 0.3s;
}
.clubButton:hover {
    background-color: var(--bg-color-main-dark);
    color: var(--text-color-light);
}
.clubButton a {
    border-color: var(--bg-color-main-dark);
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    color: var(--text-color-main);
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
.clubButton a:hover {
    color: var(--text-color-light);
}

/*
##  [ RACE & EVENT - News ]
*/
.elementStamp {
    right: 0%;
}
.newsContent {
    min-height: 300px;
    padding: 10px 0 15px 0;
}
.newsElementCol {
    padding-left: 10px;
    padding-right: 10px;
}
.newsArticle {
    padding: 3px 5px 10px 5px;
}
.newsMessage {
    background-color: #FAFAFA;
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    height: 100%;
    margin-bottom: 10px;
    padding: 8px;
}
.newsMessage .icon {
    float: left;
    margin: 8px 10px 5px 5px;
    height: 28px;
}
.newsArticle .separator {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 auto;
    padding-top: 15px;
    width: 75%;
}
.newsArticle h4 {
    margin: 0;
}
.newsArticle h4 a {
    color: var(--text-color-main);
    font-size: 1.5em;
}
.smallArticle h4 a {
    font-size: 1.1em;
}
.newsMessage h4 {
    font-size: 1.4em;
}
.newsMessage h4,
.newsMessage h4 a {
    color: var(--text-color-main);
}
.newsMessage .subtitle {
    padding: 0 8px !important;
}
.newsMessage .subtitle a {
    color: var(--text-color-main);
}
.newsArticle .subtitle,
.newsMessage .subtitle {
    color: #666;
    font-size: 1.1em;
    padding: 3px 0;
}
.smallArticle .subtitle {
    font-size: 1em;
}
.newsArticle .date,
.newsMessage .date {
    color: var(--text-color-dark);
    font-size: 0.9em;
    padding-right: 8px;
}
.newsMessage .date {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.newsMessage p {
    color: #666;
    font-size: 1.1em;
    margin-top: 5px;
    padding: 3px 3px 0 3px;
}
.newsArticleImage img,
.newsMessageImage img {
    border-radius: 4px;
    margin: 8px auto;
}
.newsArticleImage img:hover,
.newsMessageImage img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.432);
}
.smallArticle .newsArticleImage {
    float: left;
    padding: 0 8px 3px 0;
    width: 45%;
}
.newsMessageLink {
    background-color: var(--bg-color-main-dark);
    border-radius: 5px;
    color: var(--text-color-light);
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 5px;
    padding: 2px 8px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.newsMessageLink:hover {
    background-color: var(--bg-color-featured);
    color: var(--text-color-light);
}
.newsMoreInfo {
    margin: 10px 0;
}
.noNewsContent {
    color: #666;
    font-size: 1.4em;
    padding: 5px 10px;
    text-align: justify;
}
.noNewsContent h4 {
    color: #333;
    font-size: 1.4em;
}
.noNewsContent h5 {
    color: var(--text-color-main);
    font-size: 1.1em;
}
.raceRemarks {
    background-color: #F9F9F9;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.20);
    color: #666;
    font-size: 1.3em;
    line-height: 1.6em;
    margin: 5px 10px 10px 10px;
    padding: 8px 15px;
    text-align: justify;
}
.raceRemarks ul {
    margin: 0;
}
.shareButtons {
    margin: 10px 0 0 0;
}

/*
##  [ SITES - Breadcrumbs ]
*/
.breadcrumbs {
    margin-top: 5px;
}
.breadcrumbs h3,
.breadcrumbs .sepDot {
    color: #898D96;
    margin: 0;
}
.breadcrumbs h3 {
    display: inline-block;
    font-size: 1em;
}
.breadcrumbs a {
    color: #898D96;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

/*
##  [ SITES - Language ]
*/
.langFlags {
    margin: 3px 0 5px 0;
    text-align: right;
}
.langFlags img {
    margin-left: 5px;
}

/*
##  [ SITES - Image Viewer ]
*/
.previewImage {
    cursor: pointer;
}
.viewer-canvas img {
    border-radius: 4px;
}
.viewer-canvas .artImgFooter {
    color: #FFF !important;
    font-size: 16px !important;
}

/*
##  [ SITES - Titles ]
*/
.pageTitles {
    margin-bottom: 5px;
    text-align: center;
}
.pageTitles h1,
.pageTitles h2 {
    margin: 0;
}
.pageTitles h1 {
    color: var(--text-color-main);
    margin: 5px 0;
}
.pageTitles h2 {
    color: #898D96;
    font-size: 1.3em;
    font-style: italic;
}
.staticContent {
    font-size: 1.1em;
    text-align: justify;
}
.staticContent .text-center img {
    margin: 0 auto;
}
.staticContent h2,
.staticContent h3 {
    margin: 20px 0 10px 0;
}
.staticContent li {
    margin: 8px 0;
}
.staticContent .imagesInCols {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    text-align: center;
}
.contactText {
    font-size: 1.4em;
    line-height: 1.8em;
    margin: 25px auto;
    text-align: center;
    width: 70%;
}

/*
##  [ SITES - News ]
*/
.newsAtHome img:hover,
.newsNormal img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transition: opacity 0.3s ease-in-out;
}
.newsWrapper {
    margin: 5px 0;
}
.newsEmptyRow {
    width: 100%;
}
.newsNormal .newsText h4 {
    font-size: 1.5em;
}
.newsText {
    padding: 5px 10px;
}
.newsText .category {
    color: var(--text-color-dark);
    font-size: 1.2em;
    font-weight: bold;
}
.newsText h4 {
    font-size: 1.8em;
    line-height: 1.1em;
    padding: 1px 0 4px 0;
}
.newsText h4 a {
    color: var(--text-color-main);
}
.newsText .subtitle {
    color: var(--text-color-gray);
    font-size: 1.1em;
}
.newsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

/*
##  [ SITES - Lists ]
*/
.listBoxesTitle {
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #333;
    font-size: 1.5em;
    padding: 0 0 0 20px;
    margin: 10px 0;
}
.listAgenda .listBox {
    padding: 10px;
}
.listAgenda .listBoxContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 85px;
    max-height: 85px;
    padding: 0 10px;
    text-align: left;
}
.listAgenda .listBoxSubtitle {
    font-size: 1.0em;
    padding: 0 0 3px 0;
}
.listAgenda .listBoxCategory {
    font-size: 1.0em;
    padding: 4px 0 0 0;
}
.listAgenda .resultsSelector select {
    font-size: 1.2em;
    height: 30px;
}
.listAgenda .newWeek {
    border-color: #EDEDED;
    border-style: dashed;
    border-width: 1px 0 0 0;
    clear: both;
    margin: 0 20px;
}
.listAgenda .showFullYear {
    background-color: #F9F9F9;
    border-color: #EDEDED;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4em;
    margin: 20px auto 10px auto;
    text-align: center;
}
.listAgenda .showFullYear:hover {
    background-color: var(--bg-color-gray);
}
.listAgenda .showFullYear a {
    color: #333;
    display: inline-block;
    padding: 5px 20px;
}
.noResults,
.noResultsHidden {
    font-size: 1.5em;
    padding: 10px 0;
    text-align: center;
}
.noResultsHidden {
    display: none;
}

/*
##  [ SITES - Footer ]
*/
.footer {
    background-color: var(--bg-color-main-dark);
    border-color: var(--bg-color-featured);
    border-style: solid;
    border-width: 6px 0 0 0;
    color: #DDD;
    font-size: 1em;
    line-height: 1.8em;
    padding: 10px 0 80px 0;
    margin-top: 15px;
}
.footer h2 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.footerNoMargin {
    margin-top: 0 !important;
}
.footer .grayText {
    color: #898D96;
    margin: 5px 0;
}
.footer a {
    color: #DDD;
}
.footer a:hover {
    color: #B39C69;
    text-decoration: none;
}
.footerCopyright img {
    height: 90px;
    margin-bottom: 10px;
}
.footerSocial img {
    height: 30px;
    margin: 8px 5px;
}
.footerSiteBy {
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.footerSiteBy span {
    font-size: 0.8em;
    font-weight: normal;
    display: block;
}
.footerSiteBy a {
    color: #FFF;
}
.footerSiteBy a:hover {
    text-decoration: none;
}

/*
##  [ ONLINE BOX ]
*/
.onlineBoxSmall {
    background-color: #FDFDFD;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #898D96;
    font-size: 1em;
}
.onlineInfoSmall {
    background-image: url("../img/ArrowOffSmall.png");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    border-width: 0px;
    line-height: 49px;
    height: 49px;
}
.onlineInfoSmall:hover {
    background-image: url("../img/ArrowOnSmall.png");
    background-color: #F8F8F8;
}
.onlineInfoSmall a {
    color: #898D96;
    display: block;
    padding-left: 14px;
}
.onlineInfoSmall a:hover {
    color: var(--text-color-main);
    text-decoration: none;
}
.lastBox {
    border-width: 1px !important;
    margin-bottom: 18px;
}

/*
##  [ ARTICLE ]
*/
.articleTitles {
    padding: 0 8px;
}
.articleTitles h2 {
    font-size: 1.5em;
    margin: 8px 0 5px 0;
}
.articleImage {
    font-size: 1.1em;
    width: 100%;
}
.articleImage img {
    border-radius: 4px;
    width: 100%;
}
.artContImg img {
    border-radius: 4px;
    margin: auto;
    width: 100%;
}
.artContImg,
.artImgFooter {
    color: #999;
    font-size: 0.9em;
    font-style: italic;
    margin: 5px 0;
    text-align: center;
}
.artContImg {
    margin: 20px 0 15px 0;
}
.articleSubinfo {
    padding: 0 10px 5px 10px;
}
.articleSubinfo img {
    height: 25px;
}
.articleMultimedia {
    margin-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
}
.articleMultimedia .tableHeader {
    border-bottom: 2px solid var(--bg-color-featured);
}
.articleMultimedia .tableHeader h4 {
    color: #888;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 30px;
    padding-left: 10px;
}
.articleMultimedia .onlineBoxSmall {
    border-color: #F1F1F1;
}
.articleMultimedia h5 {
    line-height: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
}
.articleMultimedia .onlineInfoSmall {
    line-height: 42px;
    height: 42px;
}
.articleMultimedia a {
    color: var(--text-color-main);
    font-size: 1.1em;
    font-weight: bold;
    padding-right: 30px;
    white-space: nowrap;
}
.articleMultimedia .lastBox {
    margin-bottom: 10px;
}
.articleCategory a {
    color: var(--text-color-dark);
    font-size: 1.5em;
    font-weight: bold;
}
.articleDate {
    color: #999;
    font-size: 1.2em;
    margin: 8px 0;
}
.articleDate a {
    color: #999;
}
.articleContent {
    font-size: 1.2em;
    padding: 10px;
    text-align: justify;
}
.articleContent a {
    color: var(--text-color-main);
    font-weight: bold;
    text-decoration: underline;
}
.articleContent a:hover {
    color: var(--text-color-dark);
    text-decoration: none;
}
.articleContent table {
    margin: 15px auto;
    text-align: left;
    max-width: 100%;
}
.articleContent table caption {
    color: var(--text-color-main);
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 10px 6px 0;
    white-space: nowrap;
}
.articleContent table .TB {
    font-weight: bold;
}
.articleContent table .TC {
    text-align: center;
}
.articleContent table thead tr {
    background-color: #E0E0E0;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2em;
}
.articleContent table thead tr th {
    padding: 0 10px;
}
.articleContent table tbody tr {
    background-color: #F4F4F4;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    line-height: 2em;
}
.articleContent table tbody tr td {
    font-size: 0.8em;
    padding: 0 5px;
}
.articleContent table tbody tr:nth-child(even) {
    background-color: #FDFDFD !important;
}
.articleContent table tbody tr:hover {
    background-color: #EEE !important;
}
.articleContent table tfoot {
    background-color: #ECECEC;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}
.articleContent table tfoot td {
    font-size: 0.8em;
    font-style: italic;
    padding: 2px 5px;
}
.articleContent .centerBlock,
.articleContent .centerBlock iframe,
.articleContent .centerBlock .twitter-tweet {
    margin: 10px auto !important;
    text-align: center !important;
}
.recommendedArticles {
    background-color: #F4F4F4;
    padding: 15px 0 30px 0;
    margin-top: 25px;
}
.recommendedArticles .newsArticle h4 {
    font-size: 1.1em;
}
.recTitle {
    font-size: 1.4em;
    margin-bottom: 5px;
}
.newsCategories {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.1em;
    justify-content: center;
    margin-bottom: 15px;
}
.newsCategories .categoryButton {
    border-bottom-color: #DBDBDB;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    color: #999;
    display: block;
    margin: 5px;
    padding: 5px 10px;
}
.newsCategories .categoryButton:hover {
    background-color: #FAFAFA;
    border-bottom-color: #BBB;
    text-decoration: none;
}
.newsCategories .categoryButton.activeCategory {
    border-color: var(--text-color-dark);
    color: var(--text-color-main);
    font-weight: bold;
}
.newsContent .showMoreNews {
    background-color: #F9F9F9;
    border-color: #EDEDED;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    display: inline-block;
    font-size: 1.4em;
    margin: 20px auto 10px auto;
    text-align: center;
}
.newsContent .showMoreNews:hover {
    background-color: var(--bg-color-gray);
}
.newsContent .showMoreNews a {
    color: #333;
    display: inline-block;
    padding: 5px 20px;
}
.youtubeVideo {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.youtubeVideo iframe,
.youtubeVideo object,
.youtubeVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
##  [ GALLERY ]
*/
.galleryBox {
    background-position: center middle;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    height: 200px;
    margin: 10px auto;
}
.galleryBox a {
    color: #DDD;
    display: block;
    height: 200px;
    text-decoration: none;
    text-shadow: 0 0 4px #000;
}
.galleryYearBoxTitle {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 3.5em;
    line-height: 75px;
    text-align: center;
}
.galleryYearBoxTitle:hover {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 4.2em;
    line-height: 100px;
}
.galleryHomeBox a {
    border-radius: 4px;
    height: 100%;
}
.galleryHomeBox a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.galleryHomeBoxTitle {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 4px;
    font-size: 1.1em;
    padding: 8px;
    text-align: center;
}
.galleryHomeBoxTitle:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.galleryImageHeader h1 {
    color: var(--text-color-main);
    font-size: 2em;
    line-height: 1.2em;
    margin: 5px 0;
}
.galleryImageHeader h2 {
    color: #898D96;
    font-size: 1.1em;
    line-height: 1em;
    margin: 5px 0;
}
.galleryDate {
    color: var(--text-color-dark);
    padding-right: 7px;
}
.galleryTotalImages {
    color: var(--text-color-main);
    font-size: 0.9em;
    margin-bottom: 3px;
    text-align: center;
}
.galleryTotalImages b {
    color: var(--text-color-dark);
    font-size: 1.2em;
}
.galleryIndex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.galleryIndexBox {
    background-position: center middle;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    height: 100px;
    margin: 5px;
    width: 150px;
}
.galleryIndexBox a {
    display: block;
    height: 100%;
}
.galleryIndexBox a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.galleryImage {
    text-align: center;
}
.galleryImage img {
    border-radius: 4px;
    max-width: 100%;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.galleryImage img:hover {
    box-shadow: 0px 0px 6px #333;
}
.galleryImageButton {
    color: var(--text-color-main);
    border-radius: 4px;
    font-size: 2em;
}
.galleryImageButton a {
    color: var(--text-color-main);
    display: inline-block;
    padding: 0 15px 5px 15px;
    text-decoration: none;
}
.galleryImageButton a:hover {
    color: var(--text-color-dark);
}
.galleryImageBuy {
    color: var(--text-color-main);
    margin-bottom: 10px;
    text-align: center;
}
.galleryImageBuyLogo {
    margin: 5px 0 10px 0;
    text-align: center;
}
.galleryImageBuyLogo img {
    height: 40px;
}
.galleryImageBuyButton {
    background-color: #EAEAEA;
    border: 1px solid #CCC;
    border-radius: 4px;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.galleryImageBuyButton:hover {
    box-shadow: 1px 1px 6px #666;
}
.galleryImageBuyButton a {
    color: var(--text-color-main);
    display: block;
    height: 100%;
    padding: 7px 15px;
    text-decoration: none;
    width: 100%;
}
.galleryImageBuyButton img {
    height: 25px;
    margin-right: 5px;
}
.galleryImageText {
    color: var(--text-color-main);
    font-style: italic;
    margin: 10px;
    text-align: center;
}
.galleryCopy {
    color: var(--text-color-main);
    font-style: italic;
    margin-top: 10px;
    text-align: center;
}

/*
##  [ ARCHIVE ]
*/
.archiveSelector {
    padding: 10px;
}
.archiveSelector .resultsSelector {
    font-size: 1em !important;
}
.archiveSelector .resultsSelector label {
    color: #666;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0 3px 0 5px;
}
.archiveSelectorActive {
    background-color: var(--bg-color-featured) !important;
    color: #FFF;
    font-weight: bold;
}
.archiveResult {
    padding: 3px 8px 10px 8px;
}
.archiveResultsTotal {
    color: var(--text-color-main);
    float: right;
    font-size: 0.9em;
    text-align: right;
}
.archiveResultsPages {
    color: var(--text-color-main);
    font-size: 0.9em;
}
.archiveResultsPages .pageButton {
    cursor: pointer;
    font-size: 1.8em;
    padding: 0 10px;
}
.archiveResultsPages .pageButton:hover {
    color: var(--text-color-dark);
}
.archiveResult .separator {
    border-bottom: 1px solid #E3E3E3;
    margin: 0 auto;
    padding-top: 15px;
    width: 90%;
}
.archiveResult h4 {
    margin: 7px 0 0 0;
}
.archiveResult h4 a {
    color: var(--text-color-main);
    font-size: 1.5em;
}
.archiveResult .information {
    float: left;
    padding: 5px 0;
}
.archiveResult .section {
    background-color: #E6E6E6;
    border-radius: 2px;
    color: #777;
    font-size: 0.9em;
    margin-right: 10px;
    padding: 3px 10px;
}
.archiveResult .date {
    color: #999;
}
.archiveResult .category {
    color: var(--text-color-dark);
    padding-left: 8px;
}
.archiveResultImage {
    float: left;
    padding-right: 8px;
}
.archiveResultImage img {
    border-radius: 4px;
    max-height: 70px;
    text-align: center;
}
.archiveResultImage img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.432);
}
.archiveResult .matching {
    color: #AF1313;
    font-size: 0.8em;
    padding-left: 8px;
}
.archiveResult .matching b {
    font-size: 1.1em;
}
.archiveResult .matching .matchingBarMax {
    border: 1px solid #CCC;
    display: inline-block;
    height: 10px;
    line-height: 0;
    margin-left: 5px;
    padding: 1px;
    width: 50px;
}
.archiveResult .matching .matchingBar {
    background-color: #AF1313;
    display: inline-block;
    height: 6px;
    line-height: 0;
    padding: 0;
}
.resultsSelector {
    display: inline;
    font-size: 1.2em;
}
.resultsSelector select {
    background-color: #F6F6F6;
    background-image: url("../img/ArrowDown.png");
    background-repeat: no-repeat;
    background-position: right center;
    border-color: #E9E9E9;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    box-shadow: none;
    height: 25px;
    margin: 3px 8px 5px 0;
    padding: 0 25px 0 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.resultsSelector h4 {
    display: inline;
    font-size: 1em;
}
.resultsSelector optgroup,
.resultsSelector option {
    padding: 0 5px;
}

/*
##  [ STORE ]
*/
.storeProducts {
    margin-top: 10px;
}
.storeProducts a {
    display: block;
    margin: 5px;
}
.storeProducts img {
    border-color: var(--bg-color-light);
    border-style: solid;
    border-width: 6px;
    border-radius: 3px;
}
.storeProducts img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transition: opacity 0.3s ease-in-out;
}
.seeMoreButton {
    margin-top: 10px;
    text-align: center;
}
.seeMoreButton a {
    color: var(--bg-color-featured);
    font-size: 1em;
    text-transform: uppercase;
}
.seeMoreButton a:hover {
    font-weight: bold;
}

/*
##  [ ADVERTISEMENT ]
*/
.adaptableAd {
    color: #BBB;
    font-size: 11px;
    line-height: 22px;
    margin: 10px;
    padding: 0 10px;
    text-align: center;
}
.adaptableAd .adTitle {
    text-transform: uppercase;
}

/*
##  [ SECTIONS ]
*/
.sectionHeader {
    text-align: center;
}
.sectionHeader h1 {
    display: inline-block;
}
.sectionHeader img {
    margin: 10px auto 0 auto;
    max-height: 80px;
}