
body {
    background: #25292A;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif, Georgia, serif;
    font-size: 14px;
    margin: 0;
}

section {
    display: block;
}

p {
    display: block;
    margin-top: 0px;
}

.btn-main {
    max-width: 500px;
    width: 100%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 187, 252, 0.5);
    white-space: normal;
    margin: 0px;
    border: 2px solid #00BBFC;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    outline: none;
    margin: auto;
}

.btn-main:hover {
    background-color: #00BBFC;
    border: 2px solid transparent;
}

.btn-main-icon {
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.btn-main-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: bold;
    vertical-align: middle;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
}

.loader {
    border: 5px solid rgba(0, 187, 252, 0.5);
    border-top: 5px solid #00BBFC;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

a {
    color: #FEFEFE;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.link_text {
    color: #FEFEFE;
    font-size: 16px;
    margin: 30px 0 20px 0;
}

.link_text a {
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.link_text a:hover {
    color: #B0B3C5;
}

.content_area {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.intro {
    padding: 50px 0px 20px;
    text-align: center;
}

.intro {
    max-width: 700px;
    width: 90%;
    margin: auto;
}

.intro-logo {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.intro-title {
    font-size: 28px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.intro-subtitle {
    margin-bottom: 36px;
}

.intro-subtitle p, .register-subtitle p {
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 0px;
}



.followus {
    max-width: 500px;
    width: 90%;
    padding: 50px 0px 80px;
    margin: auto;
    text-align: center;
}

.followus-title {
    font-size: 24px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.followus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.followus-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.followus-list-item-icon {
    width: 50px;
    cursor: pointer;
}

.content {
    width: 75%;
    margin: auto;
}

.separator {
    margin-top: 60px;
    border-bottom: 2px solid #3aa8d9;
}

.download_img {
    border-radius: 5px;
    cursor: pointer;
}

.os-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin: auto;
}

.os-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.os-list-item-icon {
    width: 25px;
}

.image-item {

}

.image-item-left {
	float: left;
}

.image-item-left img {
	width: 300px;
	border: 1px solid #FFFFFF;
}

.image-item-right {
	padding-top: 10px;
	font-size: 18px;
}

.image-item-right a {
	width: 200px;
}

/* =============================================
   SECTION CONTAINER
   ============================================= */
.section-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (min-width: 1200px) {
    .section-container {
        width: 85%;
    }
}

/* =============================================
   SITE NAVBAR
   ============================================= */
.site-navbar {
    background: #1a1d1e;
    border-bottom: 1px solid #333;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-navbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 56px;
}

.site-navbar-logo img {
    height: 28px;
    width: auto;
}

.site-navbar-logo:hover {
    text-decoration: none;
}

.site-navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}

.site-navbar-nav a {
    color: #aaa;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.site-navbar-nav a:hover {
    color: #00BBFC;
    text-decoration: none;
}

.site-navbar-nav a.active {
    color: #00BBFC;
}

.site-navbar-toggle {
    display: none;
    background: none;
    border: none;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
    padding: 4px 8px;
}

@media (max-width: 768px) {
    .site-navbar-toggle {
        display: block;
    }

    .site-navbar-nav {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        background: #1a1d1e;
        border-bottom: 1px solid #333;
        padding: 16px 0;
        gap: 0;
    }

    .site-navbar-nav.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .site-navbar-nav a {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* =============================================
   SITE FOOTER
   ============================================= */
.site-footer {
    padding: 50px 0 30px;
    background: #1a1d1e;
    text-align: center;
}

.site-footer .followus {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 24px;
    padding: 0;
}

.site-footer .followus-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.site-footer .followus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
}

.site-footer .followus-list-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.site-footer .followus-list-item-icon {
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.site-footer .followus-list-item-icon:hover {
    opacity: 0.75;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-nav a {
    color: #ccc;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #00BBFC;
    text-decoration: none;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 16px;
}

.footer-links a {
    color: #888;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #00BBFC;
    text-decoration: underline;
}

.footer-seo {
    max-width: 700px;
    margin: 0 auto 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.footer-copyright {
    color: #555;
    font-size: 13px;
    margin: 0;
}/* =============================================
   MEDIA COMMON — Shared media grid & modal styles
   ============================================= */

/* =============================================
   MEDIA GRID
   ============================================= */

.media-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 20px 0;
}

/* =============================================
   MEDIA CARD
   ============================================= */

.media-card {
    background: #1E2122;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}

.media-card:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

/* Thumbnail */
.media-card-thumb {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    background: #333;
}

.media-card-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.media-card-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    pointer-events: none;
    line-height: 1;
}

.media-card-no-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #666;
    font-size: 13px;
}

/* Card info */
.media-card-info {
    padding: 10px 12px;
}

.media-card-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}

.media-card-flag {
    font-size: 14px;
    line-height: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.media-card-username {
    color: #00BBFC;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-card-username:hover {
    text-decoration: underline;
}

.media-card-spot {
    display: block;
    margin-top: 4px;
    color: #888;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-card-spot:hover {
    color: #aaa;
}

/* Empty state */
.media-empty {
    text-align: center;
    padding: 40px 0;
    color: #666;
    font-size: 15px;
}

/* =============================================
   LOAD MORE
   ============================================= */

.media-load-more {
    text-align: center;
    padding: 20px;
    grid-column: 1 / -1; /* span all grid columns */
}

.media-load-more-btn {
    display: inline-block;
    background: rgba(0, 187, 252, 0.5);
    border: 2px solid #00BBFC;
    color: #fff;
    padding: 12px 40px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    outline: none;
}

.media-load-more-btn:hover {
    background: #00BBFC;
    border-color: transparent;
}

/* =============================================
   MODAL OVERLAY
   ============================================= */

.media-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.media-modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 90vw;
    max-height: 90vh;
    background: #1E2122;
    border-radius: 8px;
    overflow: hidden;
}

/* Media panel */
.media-modal-media {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #000;
    min-width: 0; /* allow flex shrink */
}

.media-modal-media img,
.media-modal-media video {
    max-width: 100%;
    max-height: 90vh;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
}

/* Sidebar */
.media-modal-sidebar {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 20px;
    overflow-y: auto;
    border-left: 1px solid #2a2e2f;
}

/* Close button */
.media-modal-close {
    position: fixed;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    z-index: 10001;
    background: none;
    border: none;
    line-height: 1;
    padding: 4px 8px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-family: inherit;
}

.media-modal-close:hover {
    color: #00BBFC;
}

/* Sidebar labels & values */
.media-modal-label {
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 16px;
}

.media-modal-label:first-child {
    margin-top: 0;
}

.media-modal-value {
    color: #fff;
    font-size: 14px;
    margin-top: 4px;
    word-break: break-word;
}

.media-modal-value a {
    color: #00BBFC;
    text-decoration: none;
}

.media-modal-value a:hover {
    text-decoration: underline;
}

.media-modal-flag {
    margin-right: 4px;
}

.media-modal-fullpage {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* =============================================
   RESPONSIVE: tablet (max 1024px)
   ============================================= */

@media (max-width: 1024px) {
    .media-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* =============================================
   RESPONSIVE: mobile (max 768px)
   ============================================= */

@media (max-width: 768px) {
    .media-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .media-modal-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 100vw;
        max-height: 100vh;
        border-radius: 0;
    }

    .media-modal-media {
        max-height: 50vh;
    }

    .media-modal-media img,
    .media-modal-media video {
        max-height: 50vh;
    }

    .media-modal-sidebar {
        width: 100%;
        border-left: none;
        border-top: 1px solid #2a2e2f;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
}

/* =============================================
   RESPONSIVE: small mobile (max 480px)
   ============================================= */

@media (max-width: 480px) {
    .media-grid {
        grid-template-columns: 1fr;
    }
}
/* =============================================
   MEDIA GALLERY PAGE
   ============================================= */

html {
    scroll-behavior: smooth;
}

/* --- Header --- */
.mg-header {
    text-align: center;
    padding: 50px 0 20px;
}

.mg-header h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px;
}

.mg-header-subtitle {
    color: #888;
    font-size: 16px;
    margin: 0;
}

/* --- Filters --- */
.mg-filters {
    background: #1E2122;
    padding: 12px 0;
    border-bottom: 1px solid #333;
    position: sticky;
    top: 0;
    z-index: 100;
}

.mg-filters-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.mg-sport-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.mg-sport-tab {
    background: transparent;
    border: 1px solid #444;
    color: #aaa;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.mg-sport-tab:hover {
    border-color: #00BBFC;
    color: #fff;
}

.mg-sport-tab.active {
    background: #00BBFC;
    border-color: #00BBFC;
    color: #fff;
}

.mg-search-input {
    background: #2a2e2f;
    border: 1px solid #444;
    color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    width: 220px;
    outline: none;
}

.mg-search-input:focus {
    border-color: #00BBFC;
}

.mg-search-input::-webkit-input-placeholder {
    color: #666;
}

.mg-search-input::-moz-placeholder {
    color: #666;
}

.mg-search-input:-ms-input-placeholder {
    color: #666;
}

.mg-search-input::-ms-input-placeholder {
    color: #666;
}

.mg-search-input::placeholder {
    color: #666;
}

/* --- Content --- */
.mg-content {
    padding: 30px 0 60px;
}

@media (max-width: 768px) {
    .mg-filters-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .mg-search-input {
        width: 100%;
    }
    .mg-header h1 {
        font-size: 24px;
    }
}
